* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@font-face {
    font-family: 'HeliosCond';
    src: url('../fonts/HeliosCond.eot?#iefix') format('embedded-opentype'), url('../fonts/HeliosCond.woff') format('woff'), url('../fonts/HeliosCond.ttf') format('truetype'), url('../fonts/HeliosCond.svg#HeliosCond') format('svg');
    font-weight: normal;
    font-style: normal;
}
textarea,input,select{
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
            appearance: none;
    border-radius:0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.container {
    width: 1000px;
}
html {
    min-height: 100%;position: relative;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	min-height: 100%;
	background: #f6f9fa;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 81px;
	/* background: #cbccd2; */
}
.front_page {
    background: #ffffff;
}
.wrapper {
    margin: 0;
    padding: 80px 0 0 0;
    min-height: 100%;
    margin-bottom: -41px;
}
.submit {
    font-family: 'Lato', sans-serif;
    outline: none;
    background: #353535;
    padding: 4px 0px;
    width: 100%;
    color: #d5d5d5;
    border: none;
}
.submit:hover {
    color: #ffffff;
}
a {
    display: inline-block;
    font-size: 12px;
    color: #464646;
    font-weight: 600;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #464646;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 31px;
    line-height: 31px;
    color: #353535;
    font-style: italic;
    margin: 0;
    padding: 0 0 10px 0;
}
h6 {
    /*font-family: cursive;*/
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #353535;
    margin: 0;
    padding: 0 0 10px 0;
}
h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #323232;
    margin: 0;
    padding: 0 0 10px 0;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
p {
    /* font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #353535;
    margin: 0;
    padding: 0 0 10px 0; */
}
input[type="text"],input[type="email"],input[type="password"],select{
    width: 100%;
    border: 1px solid #e0e0e0;
    outline: none;
    height: 30px;
    padding: 0 8px;
}

select.form-control,select{
    background: url(../images/select_dwn_arrw.png) no-repeat 83% center ;

}
select.b_month{
    background: url(../images/select_dwn_arrw.png) no-repeat 93% center ;

}
/*Header Starts*/
header {
    background: #aa2e2e;
    padding: 15px 0 12px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    z-index: 9999;
}
.login_section {
    /*padding:0;*/
}
.login_section_cnt {
    padding: 7px 0 0 0;
}
.text_fields {
    padding: 0;
    display: inline-block;
    float: left;
    width: 85%;
}
.login_btn {
    display: inline-block;
    width: 15%;
}
.text_field_cnt {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 10px 0 0;
    position: relative;
}
.text_field_cnt input[type="text"], .text_field_cnt input[type="email"], .text_field_cnt input[type="password"] {
    font-family: 'Lato', sans-serif;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    outline: none;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
}
.keep_login {
    padding: 2px 0 0 12px;
    display: inline-block;
    float: left;
    width: 50%;
}
.keep_login label {
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    color: #f7f7f7;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 18px;
    cursor: pointer;
    position: relative;
}
.keep_login label:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
    height: 12px;
    width: 12px;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.keep_login label::after {
	content: '';
	position: absolute;
	-webkit-transform: rotate(40deg) scale(0, 0);
	transform: rotate(40deg) scale(0, 0);
	border-top: 0 solid transparent;
	border-right: 3px solid #aa2e2e;
	border-bottom: 3px solid #aa2e2e;
	border-left: 1px solid transparent;
	left: 4px;
	top: 3px;
	width: 6px;
	height: 11px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.keep_login input[type="checkbox"] {
    display: none;
    vertical-align: middle;
}
.keep_login input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: rotate(40deg) scale(1, 1);
            transform: rotate(40deg) scale(1, 1);
}
.keep_login a {
    font-size: 11px;
    line-height: 11px;
    color: #f7f7f7;
    display: inline-block;
    font-weight: 400;
}
.mobile_header {
    display: none;
}
/*Header Ends*/
/*Footer Here*/
footer {
    background: #2d2c2c;
    padding: 10px 0px;
    height: 41px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.footer_in {
    padding: 0;
    text-align: center;
}
.footer_in ul {
    display: inline-block;
}
.footer_in ul li {
    display: inline-block;
    float: left;
    padding: 0 10px;
}
.footer_in ul li a {
    font-size: 11px;
    color: #bebcb7;
}
.push {
    height: 41px;
    display: none;
}
/*Mobile Menu*/
body.menu_open,
body.more_menu_links_open {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.menu_open .nav-down,
.more_menu_links_open .nav-down,.mob_settings_open .nav-down {
    top: 0;
}
.menu_open .mobile_menu_cnt {
    right: 0;
}
.menu_open .overlay {
    visibility: visible;
    opacity: 0.3;
}
.mobile_menu_cnt {
    position: fixed;
    z-index: 99999;
    width: auto;
    height: 100%;
    top: 43px;
    right: -100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.mobile_menu_cnt .bottom_menu .container,
.mobile_menu_cnt .bottom_menu .container .row,
.mobile_menu_cnt .bottom_menu .container .row nav,
.mobile_menu_cnt .bottom_menu .container .row nav ul {
    padding: 0;
    margin: 0;
    height: 100%;
}
.mobile_menu_cnt .bottom_menu {
    border-bottom: none;
    background: #260808;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-align: left;
    height: 100%;
    display: block;
    overflow-y: auto;
}
.mobile_menu_cnt .bottom_menu nav ul li a {
    text-align: left;
    padding: 10px 15px;
    font-size: 16px;
    color: #ffffff;
    /*    background: url(../images/cat-icons_white.png) no-repeat;*/
    background-size: 30px;
}
/*
.mobile_menu_cnt .bottom_menu nav ul li a.buy_and_sell{
    background-position: 15px 12px;
}
.mobile_menu_cnt .bottom_menu nav ul li a.business_pages{
    background-position: 15px -24px;
}
.mobile_menu_cnt .bottom_menu nav ul li a.blogs{
    background-position: 15px -60px;
}
.mobile_menu_cnt .bottom_menu nav ul li a.dating{
    background-position: 14px -95px;
}
.mobile_menu_cnt .bottom_menu nav ul li a.find_discounts{
    background-position: 12px -233px;
}
.mobile_menu_cnt .bottom_menu nav ul li a.notice_board{
    background-position: 13px -166px;
}
.mobile_menu_cnt .bottom_menu nav ul li a.stumble{
    background-position: 14px -131px;
}
.mobile_menu_cnt .bottom_menu nav ul li a.lost_and_stolen{
    background-position: 12px -198px;
}
.mobile_menu_cnt .bottom_menu nav ul li a.missing_persons{
    background-position: 11px -272px;
}
.mobile_menu_cnt .bottom_menu nav ul li a.bulletin{
    background-position: 18px -224px;
    background-size: 20px;
}
*/

.mobile_menu_cnt .bottom_menu nav ul li {
    float: none;
    display: block;
    border-bottom: 1px solid #462121;
}
.mobile_menu_cnt .bottom_menu nav ul {
    width: 100%;
}
.mobile_header ul li a.menu_icon:after,
.mobile_header ul li a.menu_icon:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    top: 14px;
    left: 3px;
    content: '';
    width: 25px;
    height: 3px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.mobile_header ul li a.menu_icon:after {
    top: 30px;
}
.mobile_header ul li a.menu_icon span {
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    width: 25px;
    height: 3px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    display: block;
    top: 22px;
    left: 3px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.mobile_header ul li.active a.menu_icon:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 20px;
}
.mobile_header ul li.active a.menu_icon:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 20px;
}
.mobile_header ul li.active a.menu_icon span {
    -webkit-transform: translate(45px);
            transform: translate(45px);
    opacity: 1;
}
/*Mobile Menu Ends*/
/*More Menu Starts*/
.mobile_header ul li a.more_link {
    position: relative;
}
.more_menu_links {
    display: block;
    padding: 0;
    position: fixed;
    top: 45px;
    right: -304px;
    width: 304px;
    height: 100%;
    border-top: 1px solid #ffffff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.mobile_header ul li a.more_link:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -320px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #ffffff;
    margin-right: -12px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.mobile_header ul li.active a.more_link:after {
    visibility: visible;
    opacity: 1;
    right: 50%;
}
.more_menu_links_open .more_menu_links {
    right: 0;
}
.more_menu_links_open .overlay {
    visibility: visible;
    opacity: 0.3;
}
.more_menu_links ul {
    display: inline-block;
    float: left;
    width: 100%;
    background: #cccccc;
    padding: 0 0 4px 0;
    height: 100%;
    overflow: auto;
}
.more_menu_links ul li {
    display: block;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #ccc;
}
.more_menu_links ul li a {
    text-align: left;
    display: block;
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #000000;
}
.more_menu_links ul li a:hover{
    background: #cccccc;
    color: #ffffff;
}
.more_menu_links ul li a span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    background: url('../images/more_menu_sprite_img.png') no-repeat;
    background-size: 330px;
}
.more_menu_links ul li a em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
}
.more_menu_links ul li a strong {
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    color: #AA2E2E;
}
.more_menu_links ul li.info_link {
    /*    background-color: #ffb7b8;*/
}
.more_menu_links ul li.info_link a span {
    /*    background-position: -120px 7px;*/
    background-position: -79px 4px;
}
.more_menu_links ul li.notes_link {
    /*    background-color: #f29efe;*/
}
.more_menu_links ul li.notes_link a span {
    /*    background-position: -481px 7px;*/
    background-position: -310px 5px;
}
.more_menu_links ul li.events_link {
    /*    background-color: #929fff;*/
}
.more_menu_links ul li.events_link a span {
    /*    background-position: 8px 7px;*/
    background-position: 7px 5px;
}
.more_menu_links ul li.photos_link {
    /*    background-color: #8ee1b3;*/
}
.more_menu_links ul li.photos_link a span {
    /*    background-position: -311px 7px;*/
    background-position: -201px 4px;
}
.more_menu_links ul li.videos_link {
    /*    background-color: #d3d3d3;*/
}
.more_menu_links ul li.videos_link a span {
    /*    background-position: -376px 7px;*/
    background-position: -243px 4px;
}
.more_menu_links ul li.friends_link {
    /*    background-color: #e4d04b;*/
}
.more_menu_links ul li.friends_link a span {
    /*    background-position: -56px 11px;*/
    background-position: -37px 7px;
}
.more_menu_links ul li.vippages_link {
    /*    background-color: #d1ab7a;*/
}
.more_menu_links ul li.vippages_link a span {
    /*    background-position: -624px 3px;*/
    /*    background-size: 717px;*/
    background-position: -318px 3px;
    background-size: 370px;
}
.more_menu_links ul li.Links_page_link {
    /*    background-color: #ff966c;*/
}
.more_menu_links ul li.Links_page_link a span {
    /*    background-position: -184px 8px;*/
    background-position: -116px 5px;
}
.more_menu_links ul li.top_news_link {
    /*    background-color: #74e3ff;*/
}
.more_menu_links ul li.top_news_link a span {
    /*    background-position: -248px 8px;*/
    background-position: -160px 6px;
}
/*More Menu Ends*/
/*Main_content Here*/
.home_cnt {
    margin-bottom: 32px;
}
 select#gender {
    background: url(../images/select_dwn_arrw.png) no-repeat 96% center;
}
select#fldsec_ques{
    background: url(../images/select_dwn_arrw.png) no-repeat 97% center;
}
#signup_form select#fldSex {
    background: url(../images/select_dwn_arrw.png) no-repeat 97% center;
}
.home_cnt_in {
    padding: 20px 0;
}
.home_lft h1 {
    padding: 0 0 24px 0;
}
.home_lft ul {
    margin: 0;
}
.home_lft ul li {
    padding: 0 0 12px 0;
    margin: 0;
}
.home_lft ul li a {
    margin: 0;
    padding: 4px 0 4px 60px;
    background: url(../images/cat-icons.png) no-repeat 0 3px;
    float: left;
    font-size: 20px;
}
.home_lft ul li a.business {
    background-position: 0px -47px;
}
.home_lft ul li a.blogs {
    background-position: 0 -97px;
}
.home_lft ul li a.dating {
    background-position: 0 -147px;
}
.home_lft ul li a.gaming {
    background-position: 0 -196px;
}
.home_lft ul li a.stumble {
    background-position: 0 -247px;
}
.home_lft ul li a.notice {
    background-position: 0 -295px;
}
.home_lft ul li a.lost {
    background-position: 0 -347px;
}
.home_lft ul li a.discounts {
    background-position: 0 -396px;
}
.home_lft ul li a.missing {
    background-position: 0 -445px;
}
.home_lft ul li a.social {
    background-position: 0 -491px;
}
.home_lft ul li a.bulletin {
    background-position: 2px -383px;
    background-size: 34px;
}
.home_lft ul li p {
    display: inline-block;
    float: left;
    padding: 10px 0 6px 12px;
    font-size: 15px;
    color: #737373;
    line-height: 15px;
    max-width: 335px;
}
.home_lft > p {
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-style: italic;
}
.search {
    position: relative;
    padding: 0 0 15px 0;
}
.search .sbHolder {
    position: absolute;
    top: 1px;
    left: 0;
    width: 40px;
    height: 34px;
    border: none;
    outline: none;
    background: url(../images/home-search-dropdown.png) no-repeat center center;
}
.search input[type=text] {
    width: 100%;
    border: 1px solid #e4e4e4;
    outline: none;
    padding: 0 35px 0 45px;
    font-size: 15px;
    background: #fdfdfd;
    border-radius: 0;
    height: 36px;
    line-height: 36px;
    font-family: 'HeliosCond';
    font-weight: 400;
}
.search input[type=submit] {
    border: none;
    background: url(../images/search-icon.png) no-repeat center center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8px;
    right: 10px;
    text-indent: -999px;
    outline: none;
}
.sbSelector {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    text-indent: -999px;
}
.sbOptions {
    width: 140px;
    max-height: 405px !important;
    left: 3px;
}
.sbOptions li {
    padding: 0;
}
.sbOptions a {
    font-size: 12px;
    padding: 7px 13px 7px 13px;
}
.sign_up_page {
    background: #E9EAED;
}
.sign_up {
    border-radius: 5px;
    padding: 10px 15px 70px;
    text-align: left;
    background: #f7f7f7;
    -webkit-box-shadow: 0px 0px 4px #B9B9B9;
            box-shadow: 0px 0px 4px #B9B9B9;
}
.sign_up h1 {
    padding: 0 0 6px 0;
    text-align: center;
}
.sign_up p {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 14px 0;
    text-align: center;
}
.mob_main_search {
    display: none;
}
.form_fields {
    padding: 0 0 13px 0;
    position: relative;
}
.form_fields label {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 0 0 8px 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    height: 20px;
}
.form_fields input[type=text] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px;
    color: #565656;
    border: 1px solid #e0e0e0;
    outline: none;
    font-family: 'Lato', sans-serif;
}
.form_fields input[type=text].f_name {
    width: 47%;
    float: left;
    margin: 0 3% 0 0;
}
.form_fields input[type=text].l_name {
    width: 50%;
}
.form_fields select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 13px;
    color: #565656;
    border: 1px solid #e0e0e0;
    outline: none;
}
.form_fields.gender label {
    width: 12%;
    padding: 5px 0 0 0;
    float: left;
}
.form_fields.gender select {
    width: 88%;
    float: left;
}
.submit_button .submit {
    width: 85px;
    float: right;
    padding: 8px 0;
    color: #ffffff;
    font-size: 13px;
}
.form_fields select.b_day {
    width: 22%;
    float: left;
    margin: 0 3% 0 0;
}
.form_fields select.b_month {
    width: 50%;
    float: left;
    margin: 0 3% 0 0;
}
.form_fields select.b_year {
    width: 22%;
    float: left;
}
.form_fields a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    font-weight: 400;
    color: #000000;
}
.view_latest_cnt {
    display: block;
    padding: 15px;
    margin: 0 10px 30px 10px;
    background: #f7f7f7;
    box-shadow: 0px 0px 4px #B9B9B9;
    -moz-box-shadow: 0px 0px 4px #B9B9B9;
    -webkit-box-shadow: 0px 0px 4px #B9B9B9;
    border-radius: 5px;
}
.view_latest_cnt h6 {
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
}
.view_latest_cnt ul {
    display: inline-block;
    float: left;
}
.view_latest_cnt ul li {
    display: inline-block;
    float: left;
    width: 160px;
    padding: 0 20px 0 0;
}
.view_latest_cnt ul li a {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    padding: 8px;
    border-radius: 8px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 5px;
}
.view_latest_cnt ul li a:hover {
    -webkit-box-shadow: 0px 0px 4px #B9B9B9;
            box-shadow: 0px 0px 4px #B9B9B9;
}
.view_latest_cnt ul li a:hover p {
    color: #aa2e2e;
}
.view_latest_cnt ul li a figure {
    display: block;
    padding: 0 0 10px 0;
}
.view_latest_cnt ul li a figure img {
    width: 100%;
    height: auto;
}
.view_latest_cnt ul li a p {
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.view_latest_cnt ul li a p span {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
}
.view_latest_cnt ul li a p strong {
    display: inline-block;
    float: right;
    font-size: 11px;
    line-height: 11px;
}
.images_count {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0 0 5px 0;
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    padding: 4px;
    font-weight: 400;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.back_to_top {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    background: rgba(107, 104, 104, 0.6);
    color: #fff;
    padding: 0;
    border-radius: 100%;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}
.back_to_top:hover,
.back_to_top:focus {
    color: #ffffff;
}
.mob_login_btns {
    display: none;
}
/*Login Page*/
.login_header {
    text-align: center;
}
.login_header .logo {
    float: none;
}
/*Forgot Password*/
.header_search {
    display: inline-block;
    float: left;
    width: 40%;
    padding: 13px 0 14px 50px
}
.header_search .search {
    padding: 0;
}
.header_search .search input[type=text] {
    height: 26px;
    line-height: 26px;
}
.header_search .search .sbHolder {
    height: 26px;
    top: 0;
    border-radius: 6px 0 0 6px;
    left: -2px
}
.header_search .sbSelector {
    height: 24px;
    line-height: 24px;
}
.header_search .sbOptions {
    border: none;
    left: 2px;
}
.header_search .search input[type=submit] {
    top: 50%;
    margin-top: -9px;
}
.forgot_form {
    width: 480px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}
.forgot_form h6 {
    padding: 0 0 20px 0;
    margin: 0 0 15px 0;
    font-style: italic;
    font-size: 28px;
    text-align: center;
    border-bottom: 1px solid rgba(204, 204, 204, 0.34);
}
.forgot_cnt {
    padding: 20px 15px;
    text-align: left;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #f7f7f7;
    -webkit-box-shadow: 0px 0px 4px #B9B9B9;
            box-shadow: 0px 0px 4px #B9B9B9;
}
.forgot_cnt ul li {
    padding: 0 0 10px 0;
}
.forgot_cnt ul li.submit_button_1 {
    text-align: right;
}
.forgot_cnt ul li label {
    display: block;
    padding: 0 0 8px 0;
    width: 100%;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
}
.forgot_cnt ul li input[type="text"] {
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e0e0e0;
    outline: none;
    font-size: 13px;
}
.forgot_cnt ul li select {
    width: 100%;
    padding: 0 10px;
    height: 30px;
    border: 1px solid #e0e0e0;
    outline: none;
    font-size: 13px;
}
.submit_button_1 .submit {
    float: none;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
}
.signup_non_member {
    display: inline-block;
    text-align: center;
    float: left;
    padding: 7px 0;
    width: 35%;
}
.signup_non_member a {
    background: #353535;
    color: #d5d5d5;
    font-size: 12px;
    padding: 5px;
    font-weight: 400;
}
.signup_non_member a:hover {
    color: #ffffff;
}
/*Dashboard*/
.post_popup{
    display: none;
    background: none;
}
.post_popup_cnt{
    text-align: center;
    border-radius: 8px;
}
#sharePostModal .modal-dialog{
    width: 24%;
}
#sharePostModal ul{
    display: block !important;
    text-align: center;
    float: none;
    padding-top: 6px;
}
#sharePostModal ul li{
    width: auto !important;
    padding: 0 8px !important;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.post_popup_cnt h3{
    padding: 0 0 8px 0;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 5px 0;
}
.post_popup_cnt ul{
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.post_popup_cnt ul li{
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.post_popup_cnt ul li a{
    display: block;
    font-size: 80px;
    line-height: 80px;
    color: #3B5998;
    outline: none;
}
.post_popup_cnt ul li a.twitter_icon{
    color: #4186CD;
}
.mob_friends_online {
    display: none;
}
.logo {
    display: inline-block;
    float: left;
}
.profile_block {
    display: inline-block;
    float: left;
    padding: 16px 0 0 0;
    width:18%;
}
.profile_block a {
    display: block;
    /* background: #e9eaed; */
    vertical-align: top;
    line-height: 0;
    border-radius: 5px;
}
.profile_block a span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 5px;
}
.profile_block a span img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.profile_block a em {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
    color: #ffffff;
    font-style: normal;
    /*padding: 0 10px;*/
    width:55%;
}
.top_menu {
    padding: 14px 0 0 32px;
}
.top_menu > ul {
    display: inline-block;
    float: left;
}
.top_menu > ul > li {
    display: inline-block;
    float: left;
    line-height: 0;
    padding: 0 5px;
    position: relative;
}
.top_menu > ul > li > a {
    display: inline-block;
    background: url(../images/download.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: 330px;
}
.top_menu > ul > li > a.request {
    background-position: -120px 2px;
}
.top_menu > ul > li > a.mail_icon {
    background-position: 2px 5px;
}
.top_menu > ul > li > a.notification {
    background-position: -243px 3px;
    position: relative;
}
.top_menu > ul > li > a.notification span,.top_menu > ul > li > a.mail_icon span,.top_menu > ul > li > a.request span {
    display: block;
    position: absolute;
    top: -6px;
    right: -4px;
    -webkit-box-shadow: 0 0 2px #9E2020 inset;
            box-shadow: 0 0 2px #9E2020 inset;
    background: #FFF;
    color: #000;
    height: 22px;
    width: 22px;
    line-height: 22px;
    font-size: 11px;
    text-align: center;
    border-radius: 10px;
}

.top_menu > ul > li > a.settings {
    background-position: -302px 2px;
    margin: 0 0 0 4px;
}
.top_menu > ul > li > ul {
    display: none;
    position: absolute;
    top: 40px;
    left: 3px;
    width: 265px;
    background: #690909;
    background: -webkit-gradient(linear, left top, left bottom, from(#690909), to(#7e0b0b));
    background: linear-gradient(to bottom, #690909 0%, #7e0b0b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#690909', endColorstr='#7e0b0b', GradientType=0);
    border: 1px solid #450000;
    padding: 4px 0;
    -webkit-box-shadow: 0px 0px 2px #fff inset, 0px 0px 1px #000000;
            box-shadow: 0px 0px 2px #fff inset, 0px 0px 1px #000000;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.notification_dd {
    background: #ffffff;
    border: 1px solid #4f0000;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 6px #4c4c4c inset;
            box-shadow: 0px 1px 6px #4c4c4c inset;
    max-height: 312px;
    overflow-y: auto;
    margin: 4px 3px;
}
.notification_dd ul li {
    border-bottom: 1px solid #bfbfbf;
    padding: 8px;
    /*cursor: pointer;*/
}
.notification_dd ul li:hover {
    background: #f4f4f4;
}
.notify {
    float: left;
    display: inline-block;
    padding: 0 11px 0 0;
}
.notify_mid {
    display: inline-block;
    float: left;
    width: 117px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.notify_mid.notify_msg {
    overflow: auto;
    white-space: inherit;
}
.notify_mid > a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #666666;
    text-align: left;
}
.time_ago {
    padding: 10px 0 0 0;
}
.time_ago span {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 12px;
    color: #666666;
    padding: 0;
}
.time_ago a {
    display: inline-block;
    float: right;
    font-size: 13px;
    line-height: 13px;
    color: #5A8BFD;
    position: relative;
    width: 35px;
    height: 15px;
}
.time_ago a:before {
    position: absolute;
    content: 'More';
    lr: 0;
    left: 0;
}
.notify_mid.notify_msg .time_ago a:before {
    content: 'Close';
}
.notify_rgt {
    display: inline-block;
    float: right;
}
.top_menu > ul > li > ul.notification_dd_main {
    top: 48px;
    left: -15px;
}
.top_menu > ul > li > ul.notification_dd_main > li {
    text-align: center;
    padding: 0;
}
.messages_block.request_block{
    padding: 0;

}
.seeall {
    display: block;
    font-size: 11px;
    line-height: 11px;
    padding: 6px;
    background: #dcdcdc;
    color: #323232;
    margin: 10px 5px 8px 5px;
    border-radius: 2px;
    text-align: center;
}
.seeall:hover {
    opacity: 0.6;
}
.notification_dd_main:before {
    content: '';
    position: absolute;
    top: -26px;
    left: 15px;
    background: url(../images/not-arrow.png) no-repeat center center;
    width: 35px;
    height: 35px;
}
.top_menu > ul > li.settings_dd > ul {
    display: none;
    width: 170px;
    border-radius: 5px;
    background: #ececec;
    border: 1px solid #bcbcbc;
    padding: 0;
    height: 300px;
    overflow: auto;
}
.top_menu > ul > li.settings_dd > a:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ececec;
    visibility: hidden;
    opacity: 0;

}
.top_menu > ul > li.settings_dd.active > a:after{
    visibility: visible;
    opacity: 1;
}
.frnd_rqst_dd .messages_block ul{
    border-bottom: none;
}
.frnd_rqst_dd  .notify_mid  b{
    display: block;
    margin:6px 0;
}
.frnd_rqst_dd  .notify_mid .time_ago span i{
    display: block;
}
.frnd_rqst_dd  .notify_mid .time_ago{
    position:relative;
}
.frnd_rqst_dd  .notify_mid .time_ago span time{
    position: absolute;
    right: -23px;
    bottom: 0;
    font-size: 9px;
}
.frnd_rqst_dd .notify_mid a{
font-size: 11px;
    line-height: 11px;
    /* background: #cccccc; */
    border: 1px solid #e2e2e2;
    color: #000;
    padding: 5px 3px;
    margin: 7px 7px 0 0;
    /* border-radius: 6px; */
    min-width: 56px;
    text-align: center;
}
.frnd_rqst_dd .notify_mid  a:hover{
    background: #cccccc;
}
.frnd_rqst_dd .notify_mid {
    width: 65%;
    overflow: inherit;
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.frnd_rqst_dd .notify{
    display: inline-block;
    float: none;
    vertical-align: middle;

}
.frnd_rqst_dd .time_ago {
    padding: 8px 0 0 0;
}
.frnd_rqst_dd ul{
    border:none !important;
    -webkit-box-shadow:none !important;
            box-shadow:none !important;
    border-radius:0 !important;
}
.frnd_rqst_dd.notification_dd ul li{
    padding: 8px;
}
.notify a img{
    width:50px;
    height: 50px;
}

/**** 30-11-2018 ****/
.bulleting_tab_buttons{ text-align: center;}
.bulleting_tab_buttons li{ display: inline-block !important; width:auto !important;float: none !important;}
.bulleting_tab_buttons li input{ margin-right: 0px !important;}
/*

/**** 03-12-2018 ****/
.home_page_bulletin{top:55px;}
.home_page_bulletin .modal-dialog{width: 1000px;}
.home_page_bulletin .modal-dialog .modal-body { text-align: center;}
.home_page_bulletin .modal-dialog .modal-body .item span{margin-bottom:20px;display: block;}
.home_page_bulletin .modal-dialog .modal-body .item figure.bulletin_figure{margin-bottom:20px;max-height: 300px; overflow: hidden; height:300px;display: table;width: 100%;}
.home_page_bulletin .modal-dialog .modal-body .item figure.bulletin_figure div{ vertical-align: middle; text-align: center; display: table-cell;width: 100%;}
.home_page_bulletin .modal-dialog .modal-body .item figure.bulletin_figure img{max-width:100%;max-height: 300px;}
.home_page_bulletin .no_data_text{min-height: 300px;line-height: 300px;font-size: 22px;}
.buy_sell_item_des_cnt ul li h3, .buy_sell_item_des_cnt ul li span{display: block; margin-bottom: 10px; padding: 0;}

.top_menu > ul > li.active > a {
/*background: url(../images/download.png) no-repeat;*/
/* background: url(../images/download-hover.png) no-repeat; */
background-size:330px;

}

.top_menu > ul > li.active > a.request {
    background-position: -120px 2px;
}
.top_menu > ul > li.active > a.settings {
    /*background-position: -160px 2px;*/
	background-position: -302px 2px;
}
.top_menu > ul > li.active > a.notification {
    background-position: -242px 2px;
}
.top_menu > ul > li > a.mail_icon {
    background-position: 2px 5px;
}
.top_menu > ul > li > a.settings {
    background-position: -302px 2px ;
}
.top_menu > ul > li.settings_dd > ul > li {
    display: block;
    padding: 0 6px;
}
.top_menu > ul > li.settings_dd > ul > li:hover {
    background: #f6f6f6;
}
.top_menu > ul > li.settings_dd > ul > li:last-child a {
    border: none;
}
.top_menu > ul > li.settings_dd > ul > li > h3 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 0;
    border-bottom: 1px solid #bcbcbc;
}
.top_menu > ul > li.settings_dd > ul > li > a {
    display: block;
    color: #616161;
    padding: 10px 0 10px 15px;
    background: url(../images/dropdown-list-bg.png) no-repeat center left;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    border-bottom: 1px solid #bcbcbc;
}
.bottom_menu {
    border-bottom: 1px solid #e2e2e5;
    background: #260808;
    box-shadow: 1px 1px 5px #959595;
    -moz-box-shadow: 1px 1px 5px #959595;
    -webkit-box-shadow: 1px 1px 5px #959595;
}
.bottom_menu nav {
    display: block;
    text-align: center;
    line-height: 0;
}
.bottom_menu nav ul {
    display: inline-block;
    float: none;
}
.bottom_menu nav ul li {
	display: inline-block;
	float: left;
	padding: 0 4px;
	border-right: 1px solid #444141;
}
.bottom_menu nav ul li:last-child {
	border-right:none;
}
.bottom_menu nav ul li a {
    padding: 11px 7px;
    text-align: center;
    color: #cbcbcb;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    line-height: 13px;
    font-weight: 400;
}
.bottom_menu nav ul li a:hover {
    color: #9f9f9f;
}
.dashboard_cnt {
    padding: 22px 0 0 0;
}
.dashboard_lft {
    padding: 0 8px;
}
.dashboard_rgt {
    padding: 0 8px;
    text-align: center;
}
.common {
	border: 1px solid #e6e0e0;
	background: #FFF;
	position: relative;
	padding: 10px;
	margin: 0 0 35px 0;
	/* display: table; */
	/* width: 100%; */
}

.timeline_block h3 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	font-size: 20px;
}

.tabkb{
    border: 1px solid #cbcbcb;
    background: #FFF;
    position: relative;
    padding: 10px;
    margin: 0 0 22px 0;
    display: table;
    width: 100%;
}
.recent_videos {
    display: none;
}
.video_block {
    padding: 5px;
}
.video_block ul {
    width: 100%;
}
.video_block ul li {
    padding: 0 6px;
}
.sponsored_links_main h6 {
    text-align: center;
    padding: 0 0 8px 0;
    font-size: 14px;
    line-height: 14px;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 8px 0;
}
.video_block ul li a {
    display: block;
    position: relative;
}
.video_block ul li a p {
    color: #353535;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
}
.video_block ul li a figure {
    display: block;
}
.video_block ul li a figure img {
    display: block;
    width: 100%;
    height: auto;
}
.video_block ul li a span {
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.69);
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0;
}
.slick-slide video{
  display: block;
    width: 99.9%;
}
.play_btn {
    display: block;
    background: url(../images/playbtn.png) no-repeat center center !important;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9;
    cursor: pointer;
}
.post_status_video .play_btn{
    z-index: 9;
}
#recent_videos_slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -8px;
    width: 32px;
    height: 32px;
    background: url(../images/controls.png) no-repeat;
    background-position: 0 0;
    z-index: 9;
    cursor: pointer;
    margin-top: -17px;
    opacity: 0.8;
    font-size: 0px;
}
#recent_videos_slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -8px;
    width: 32px;
    height: 32px;
    background: url(../images/controls.png) no-repeat;
    background-position: -43px 0;
    z-index: 9;
    margin-top: -17px;
    opacity: 0.8;
    cursor: pointer;
    font-size: 0px;
}
.user_profile figure {
	border: 2px solid #e6e7ec;
	height: 150px;
	overflow: hidden;
	border-radius: 50%;
	width: 150px;
	margin: 0 auto;
	padding: 3px;
}
.status {
    padding: 0 0 10px 0;
}
.post_block {
    padding: 0;
}
.status_update {
    margin: 0 10px 10px 10px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #dbdbdb;
}
.post_lft {
    display: inline-block;
    padding: 1px;
    vertical-align: top;
    width: 40px;
    height: 40px;
}
.post_lft figure {
    display: block;
}
.post_lft figure img {
    display: block;
    width: 100%;
/*    height: auto;*/
    height: 40px;
}
.post_rgt {
    padding: 0;
    vertical-align: top;
}
.post_rgt ul {
	display: inline-block;
	float: none;
	border: none;
	width: 100%;
	vertical-align: top;
	border-bottom: 1px solid #cbcbcb;
	background: #f4f5f7;
	/* border-top: 1px solid #cbcbcb; */
}
.post_rgt ul li {
    display: inline-block;
    float: left;
    padding: 0;
    width: 20%;
    text-align: center;
}
.post_rgt .nav-tabs > li > a {
    padding: 8px 0;
    background: none;
    line-height: 16px;
    border: none !important;
    border-left: 1px solid #cbcbcb;
    margin: 0;
    border-radius: 0;
    position: relative;
    border-bottom: 2px solid transparent;
    display: inline-block !important;
}
.post_rgt .nav-tabs > li:first-child > a {
    border: none;
}
.post_rgt .nav-tabs > li:last-child > a {
    border: none;
    border-left: 1px solid #cbcbcb;
}
.post_rgt .nav-tabs > li.active > a {
    border-left: 1px solid #cbcbcb;
}
.post_rgt .nav-tabs > li:first-child.active > a {
    border: none;
}
.post_rgt .nav-tabs > li:last-child.active > a {
    border: none;
    border-left: 1px solid #cbcbcb;
}
.post_rgt .nav-tabs > li.active > a:hover,
.post_rgt .nav-tabs > li.active > a:focus {
    border: none;
    border-left: 1px solid #cbcbcb;
}
.post_rgt .nav-tabs > li:first-child.active > a:hover,
.post_rgt .nav-tabs > li:first-child.active > a:focus {
    border: none;
}
.post_rgt .nav-tabs > li:last-child.active > a:hover,
.post_rgt .nav-tabs > li:last-child.active > a:focus {
    border: none;
    border-left: 1px solid #cbcbcb;
}
.input_remove {
    display: none;
    content: 'a';
}
.post_rgt .nav-tabs > li.active > a {
    color: #000000 !important;
    background: none;
    border-bottom: 2px solid #aa2e2e !important;
}
.post_rgt .nav-tabs > li.active > a em {
    color: #000000;
    font-weight: 600;
}
.post_rgt .nav-tabs > li.active > a span {
    opacity: 1;
}
.post_rgt ul li a:hover {
    background: none;
}
.post_rgt ul li a:hover em {
    color: #8b8c8e;
}
.post_rgt ul li a span {
    display: inline-block;
    vertical-align: middle;
    background: none;
    font-size: 11px;
    color: #9c1e1e;
    opacity: 0.6;
}
.post_rgt ul li a span.post {
    background-position: -27px 0;
}
.post_rgt ul li a em {
    font-style: normal;
    color: #8b8c8e;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 0 0 5px;
}
.share_box {
    padding: 0;
    display: inline-block;
    width: 87%;
    vertical-align: middle;
}
.share_box textarea {
    width: 100%;
    font-weight: 400;
    background: none;
    color: #000000;
    outline: none;
    height: 50px;
    border: none;
    resize: none;
    font-size: 15px;
    line-height: 15px;
    padding: 0 10px 10px 10px;
}
.share_box .caption_box{
    width: 100%;
    background: none;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 10px 6px 10px;
    height: 30px;
    border-radius: 3px;
    margin: 0 0 3px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.post_top {
    padding: 0;
    margin: 0 0 10px 0;
}
.post_bottom {
    position: relative;
}
.add_top_news .keep_login {
    width: auto;
    float: none;
    /* padding: 0 0 30px 0; */
    display: block;
    position: relative;
    width: 100%;
    padding-right: 28px;
}
.add_top_news .keep_login label {
    color: #323232;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0 0 0 28px;
}
.add_top_news .keep_login label:before {
    border: 1px solid #dddddd;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #ffffff;
    margin-left: 3px;

}
.add_top_news .keep_login label::after {
	left: 10px;
	top: -1px;
	width: 6px;
	height: 13px;
}
.add_top_news .keep_login label span {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.common.status.post_block .add_top_news .keep_login label:after {
    left: 8px;

}
.common.status.post_block .add_top_news .keep_login label span:before {

    left: -26px;}
.add_top_news .keep_login label span::before {
	position: absolute;
	left: -24px;
	top: 50%;
	margin-top: -10px;
	content: '';
	/* background: #aa2e2e; */
	width: 20px;
	height: 20px;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.add_top_news .keep_login input[type="checkbox"]:checked ~ label span:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
.share_inputs {
    padding: 0 10px 0 10px;
    /* display: inline-block; */
    float: right;
    /*margin: 5px 0 0 0;*/
    text-align: right;
    position: relative;
}
.share_inputs a {
    position: relative;
    width: 28px;
    height: 34px;
    /* background: rgba(0,0,0,0.8); */
    background: url(../images/file_upload_img_sprite.png) no-repeat;
    border-radius: 5px;
    color: #ffffff;
    line-height: 22px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background-position: -14px -7px;
}
.share_inputs a.active {
    background-position: -71px -7px;
}
.share_inputs span {
    display: none;
    width: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    margin: 9px 0 0 0;
    text-align: left;
}
.share_inputs strong.input_remove {
    vertical-align: top;
    cursor: pointer;
    background: #e2e2e2;
    color: #9c1e1e;
    font-size: 15px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 2px 8px;
    margin: 6px 0 0 0;
    display: none;
}
.file_upload_name {
    position: absolute;
    top: -72px;
    right: 0;
    width: 150px;
}
.add_top_news {
    padding: 5px 0 0 0;
    /* display: inline-block; */
    float: left;
}
.invite_friends_popup .add_top_news {
    padding: 0px;
    width: 100%;

}
#add_top_news_hide {

    display: none;
}
.hot {
    display: inline-block;
    float: left;
    padding: 8px 10px;
}
.hot_or_not_right {
    display: inline-block;
    float: right;
}
.post_bottom.hot_active .hot_or_not_right {
    position: absolute;
    bottom: -22px;
    right: 5px;
}
.chat_btn {
    position: fixed;
    bottom: 0;
    right: 4%;
    z-index: 99;
}
.chat_btn span {
    position: relative;
    background: #ffffff;
    padding: 8px 20px 8px 30px;
    color: #aa2e2e;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    display: block;
    border-radius: 5px 5px 0 0;
    border: 1px solid #aa2e2e;
    border-bottom: none;
}
.chat_btn span:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #209e0c;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 100%;
}
.chat_btn span em {
    font-style: normal;
    margin: 0 0 0 5px;
}
.share_inputs input[type=file] {
    width: 100%;
    outline: none;
    color: #353535;
    font-size: 13px;
    display: none;
}
.share_inputs em {
    display: block;
}
.hot {
    display: block;
    padding: 0 0 0 10px;
}
.hot ul {
    display: inline-block;
    float: left;
}
.hot ul li {
    display: inline-block;
    float: left;
    padding: 0;
}
.hot ul li span {
    display: inline-block;
    float: left;
    color: #9c1e1e;
    padding: 2px 0 0 0;
	line-height:31px;
}
.hot ul li select {
    display: block;
    -webkit-appearance: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    background: none;
    -ms-appearance: none;
    outline: none;
    width: 86px;
    padding: 2px 0 0 7px;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #000000;
    height: 31px;
}
.share_btn {
    position: static;
    float: right;
    padding: 6px 8px 0 0;
}
.share_btn input[type=button] {
    background: #9c1e1e;
    color: #ffffff;
    font-size: 12px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 3px 8px;
}
.share_btn input[type=button]:focus{
    background:
}
.sort_by {
    display: block;
    margin: 20px 0;
    position: relative;
    height: 2px;
    background: #d7d7d7;
}
.sort_by_cnt {
	position: absolute;
	top: -8px;
	right: 40px;
	background: #f6f9fa;
}
.sort_by_cnt > a {
    display: inline-block;
    color: #464646;
    font-size: 12px;
    font-weight: 600;
    padding: 0 30px 0 8px;
    font-weight: 400;
    position: relative;
}
.sort_by_cnt > a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: FontAwesome;
    content: "\f078";
    margin-top: -5px;
    font-size: 9px;
}
.sort_by_cnt ul {
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	width: 130px;
	padding: 5px;
	background: #aa2e2e;
	border: 1px solid #cb0d0d;
	z-index: 999;
	border-radius: 5px;
}
.sort_by_cnt ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #bfbfbf;
}
.sort_by_cnt ul li:last-child {
    border: none;
}
.sort_by_cnt ul li a {
	display: block;
	padding: 8px 8px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}
.sort_by_cnt ul li a:hover {
    color: #B93434;
}

.posts_block {
    padding: 0;
}
.post_main_cnt {}
.post_info {
	padding: 0 0 7px 0;
	display: flex;
	align-items: center;
}
.post_user {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    line-height: 0;
}
.post_user a {
    display: inline-block;
    /*
    padding: 1px;
    border: 1px solid #ecedf0;
    */
}
.post_user a img {
	display: block;
	width: 43px;
	height: 43px;
	border: 1px solid #e5e5e5;
	padding: 3px;
	margin: 1px;
	border-radius: 10px;
}
.post_text {
    display: inline-block;
    padding: 0 0 0 0;
    width: 90%;
    vertical-align: top;
}
.post_text p {
    display: block;
    color: #230909;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    font-weight: 600;
}
.post_text p a {
    display: inline-block;
    padding: 0;
    color: #B93434;
    font-size: 14px;
    line-height: 14px;
}
.post_cnt {
    padding: 0 0 20px 0;
}
.post_cnt p {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    padding: 0;
    /*word-break: break-all;*/
}
.post_cnt a {
    display: block;
}
.post_cnt_1 {
    text-align: center;
}
.post_cnt_1 a {
    display: inline-block;
}
.post_cnt_1 a img {
    display: block;
    width: 100%;
    height: auto;
}
.post_actions {
    padding: 0px;
}
.post_actions > span {
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    padding: 0 0 17px 0;
}
.post_actions > ul {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.post_actions > ul > li {
    display: inline-block;
    float: left;
    padding: 0 25px 0 0;
}
.post_actions > ul > li >a {
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    color: #555;
    font-weight: 400;
}
.post_actions > ul > li >a.active{ color:#0e34cc !important;}
.post_actions > ul > li > a > i {
    font-size: 14px;
    float: left;
    padding: 0 5px 0 0;
}
.post_actions > ul > li > a em {
    margin: 0 0 0 4px;
    font-style: normal;
    font-weight: 600;
    display: none;
    vertical-align: middle;
}
li.active >a {
    color: #5890ff !important;
}
li.activeDislike >a {
    color: #f52121 !important;
}
.post_actions > ul > li.active.rating_block select {
    color: #5890ff;
    background: url(../images/rating-icon_active.png) no-repeat center left;
    background-size: 15px;
}
.rating_block {
    padding: 0;
    display: inline-block;
    float: left;
}
.rating_block ul {
    display: inline-block;
    float: left;
}
.rating_block ul li {
    display: inline-block;
    float: left;
    padding: 0 0 0 0;
}
.rating_block select {
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    height: 18px;
    color: #a6a6a6;
    background: url(../images/rating-icon.png) no-repeat center left;
    background-size: 15px;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    padding: 0 0 0 18px;
    outline: none;
    font-weight: 400;
}
.post_actions > ul > li >a:hover span,
.post_actions > ul > li >a:hover {
    text-decoration: underline;
}
.select_rating {
    font-size: 13px;
    line-height: 17px;
    cursor: pointer;
    height: inherit;
    color: #a6a6a6;
    background: url(../images/rating-icon.png) no-repeat center left;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    padding: 0 18px;
    outline: none;
    font-weight: 600;
}
.rating_block ul li a {
    font-size: 13px;
    line-height: 13px;
    color: #a6a6a6;
    padding: 6px 0 0 0;
}
.post_edit {
    display: inline-block;
    float: right;
    padding: 0 0 8px 0;
}
.post_edit ul {
    display: inline-block;
    float: left;
}
.post_edit ul li {
    display: inline-block;
    float: left;
    padding: 5px 4px;
}
.post_edit ul li a {
    font-size: 13px;
    line-height: 13px;
    color: #b93434;
    outline: none;
}
.comment_box {
    padding: 10px 0 0 0;
    border-top: 1px solid #e5e5e5;
}
.comment_lft {
    display: inline-block;
    float: left;
    padding: 0;
    width: 25px;
    height: 25px;
}
.comment_lft img {
    width: 100%;
    height: auto;
}
.comment_rgt {
    display: inline-block;
    float: left;
    padding: 0 0 0 14px;
    width: 95%;
    position: relative;
}
.comment_rgt input[type=text] {
    width: 100%;
    border: 1px solid #e0e0e0;
    color: #000000;
    padding: 0 30px 0 7px;
    height: 35px;
    line-height: 35px;
    outline: none;
    appearence:none;
    -webkit-box-shadow: none;
    -webkit-border-radius: none;

}
.comment_rgt input[type=text]:focus~input[type=button]{
    background: url('../images/comment_btn_actvie.png') no-repeat center top;
}
.comment_rgt input[type=text]::-webkit-input-placeholder {
    color: #000000;
}
.comment_rgt input[type=text]:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}
.comment_rgt input[type=text]:-ms-input-placeholder {
    color: #000000;
}
.comment_rgt input[type=button] {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
    width: 25px;
    height: 25px;
    outline: none;
    border: none;
    background: url(../images/sprite.png) no-repeat;
    background-position: 3px -30px;
}
.comment_box span {
    display: block;
    float: right;
    font-size: 10px;
    line-height: 10px;
    padding: 5px 0 0 0;
}
.edit_button_home {
    position: absolute;
    right: 0;
    top: -18px;
}
.comment div {
    position: relative;
}
.comment_rgt.no-padding.home_show_comment {
    margin: 7px 0 0 0;
    width: 100%;

}
.sponsored_links ul {
    display: inline-block;
    float: left;
    width: 100%;
}
.sponsored_links ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.dashboard_rgt .sponsored_links ul li {
    width: 100%;
}
.sponsored_links a {
    display: block;
    text-align: center;
    /*padding: 0 8px;*/
}
.sponsored_links a figure{
    position: relative;
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.sponsored_links a img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

    /*    height: auto;*/
}
.new_date_member_new_main .sponsored_links a img {

    height: auto;
    /*    height: auto;*/
}
.sponsored_links {
    text-align: left;
    padding: 5px;
}
/*.sponsored_links_main {
    padding: 28px 0 0 0;
}*/
.sponsored_links a p {
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 0 0 0;
    text-transform: capitalize;
}
.user_profile {
    display: block;
    padding: 22px 10px 10px 10px;
}
.user_profile figure img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}
.user_info > p {
    color: #a32626;
    font-size: 17px;
    padding: 0 0 6px 0;
    font-weight: 600;
}
.user_info {
	padding: 10px 0 0 0;
	text-align: center;
}
.user_info span {
    font-size: 14px;
    color: #575757;
    padding: 0 0 4px 0;
    display: block;
    margin-bottom:4px;
}
.user_info span strong {
	margin-right: 7px;
}
.user_info ul {
    display: inline-block;
   
}
.user_info ul li {
    display: inline-block;
    float: left;
    padding: 0 8px 5px 0;
}
.user_info ul li p {
    display: inline-block;
    float: left;
    font-size: 12px;
    padding: 0;
    line-height: 12px;
}
.user_info ul li strong {
    display: inline-block;
    float: left;
    line-height: 12px;
}
.wall_links {
    padding: 0;
    background: rgba(0, 0, 0, 0.6);
}
.wall_links ul {
    display: inline-block;
    float: left;
    width: 100%;
}
.wall_links ul li {
    display: inline-block;
    float: left;
    width: 33.33%;
    text-align: center;
}
.wall_links ul li a {
    border-right: 1px solid #ffffff;
    font-size: 11px;
    line-height: 11px;
    color: #ffffff;
    padding: 11px;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}
.wall_links ul li a:hover {
    background: #8b8c8e;
    color: #ffffff;
}
.wall_links ul li a.active {
    background: #8b8c8e;
    color: #cccccc;
}
.wall_links ul li:last-child a {
    border: none;
}
.mob_mutual_friends {
    display: none;
}
.info_links {
    background: #ffffff;
    padding: 5px;
}
.info_links ul {
    display: inline-block;
    float: left;
    width: 100%;
}
.info_links ul li {
	display: block;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	margin-top: 8px;
}

.info_links ul li:first-child{
	padding-top:0;
	margin-top:0;
	
	
}
.info_links ul li a {
    display: inline-block;
    padding: 2px 0 2px 25px;
    font-size: 12px;
    line-height: 12px;
    background: url(../images/info-menu-icons.png) no-repeat;
    color: #260808;
}
.info_links ul li a:hover {
    color: #9c1e1e;
}
.info_links ul li a.info_1 {
    background-position: 0 -25px;
}
.info_links ul li a.notes {
    background-position: 0 -53px;
}
.info_links ul li a.events {
    background-position: 0 -78px;
}
.info_links ul li a.photos {
    background-position: 0 -103px;
}
.info_links ul li a.videos {
    background-position: 0 -234px;
}
.info_links ul li a.friends {
    background-position: 0 -131px;
}
.info_links ul li a.vip {
    background-position: 0 -157px;
}
.info_links ul li a.links {
    background-position: 0 -183px;
}
.info_links ul li a.gaming {
    background-position: 0 -209px;
}
.info_links ul li a.topnews {
    background-position: 0 0;
}
.people_know {
    padding: 0;
    margin: 0 0 22px 0;
}
.people_know h3 {
    font-size: 15px;
}
.people_know ul {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
}
.people_know ul li {
    display: inline-block;
    float: left;
    padding: 2px;
    width: 25%;
    background-color: white;
}
.people_know ul li a {
    padding: 0;
    border: 1px solid #ffffff;
    display: block;
    position: relative;
}
.people_know_1 ul li {
    position: relative;
    width: 24.5%;
}
.mayknow_people small {
    position: absolute;
    top: -1px;
    right: 12px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: 12px;
    font-weight: bold;
    width: 15px;
    height: 15px;
    text-align: center;
    border: 1px solid #aa2e2e;
    border-radius: 100%;
    color: #aa2e2e;
    padding: 0 0 0 1px;
    z-index: 9;
    cursor: pointer;
    background: #fff;
}
.people_know ul li a img {
    width: 53px;
    height: 53px;
}
.people_know_1 ul li a {
    display: inline-block;
}
.mayknow_people{
    position: relative;
}
.mayknow_people.pending_request_mayknow small {
    border: none;
    background: url(../images/icon-check.png);
    color: #ffffff;
    font-weight: 400;
    font-size: 0px;
    width: 17px;
    height: 17px;
    /*background: none;*/
}
.messages_block {
    display: block;
    padding: 0 2px;
}
.messages_block ul {
    display: block;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #4F0000;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px #4C4C4C inset;
            box-shadow: 0 1px 6px #4C4C4C inset;
    max-height: 312px;
    overflow: auto;
    margin: 0 0 8px 0;
}
.messages_block ul li {
    display: block;
    padding: 8px;
}
.messages_block ul li p {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    padding: 10px;
}
.messages_block a.seeall {
    margin: 0 5px 8px 5px;
}
.messages_block .notify,.messages_block .notify_mid{
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.messages_block .notify_mid {
    overflow: inherit;
    text-align: left;
    width: 73%;
    white-space: normal;
}
.messages_block .notify_mid b{
    margin:12px 0 8px 0;
    display: block;
    cursor: pointer;
}
.messages_block .notify_mid p{
    text-align: left;
    padding: 0;
    line-height: 16px;
    cursor: pointer;
}
/*
.top_menu > ul > li.active > a.mail_icon {
    background-position: -326px 2px;
}
*/
.top_menu > ul > li > ul.messages_dd {
    top: 50px;
    left: -17px;
}
.messages_dd:before {
    content: '';
    position: absolute;
    top: -26px;
    left: 15px;
    background: url(../images/not-arrow.png) no-repeat center center;
    width: 35px;
    height: 35px;
}
.request_block ul {
    margin: 0;
}
.request_block ul li {
    padding: 0;
}
/*
.top_menu > ul > li.active > a.request {
    background-position: -215px 0;
}
*/
/*Profile Page*/
.add_new_image {
    display: none;
}
.edit_profile {
    position: absolute;
    top: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 5px 5px;
    z-index: 99;
}
.edit_profile a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 15px 10px;
}
.edit_profile_info {
    display: block;
    position: relative;
}
.edit_profile_info h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 25px 0;
    margin: 0;
}
.edit_by {
    position: absolute;
    top: 25px;
    right: 12px;
}
/*.timeline_block .edit_by{right: auto;left: 10px;top: 29px;}*/
.edit_by .request_btns{
    padding-top: 12px;
}
.edit_by a {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
}
.edit_by a i {
    margin: 0 8px 0 0;
}
.profile_info_lft {
    display: inline-block;
    float: left;
    border-right: 1px solid #d7d7d7;
    width: 50%;
}
.profile_info_cnt h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 0 14px 0;
    margin: 0;
}
.edit_labels {
    padding: 0 0 15px 0;
}
.edit_labels ul {
    display: inline-block;
    float: left;
    width: 100%;
}
.edit_labels ul li {
    display: inline-block;
    float: left;
    width: 50%;
}
.edit_labels ul li strong {
    display: inline-block;
    color: #565656;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}
.edit_labels ul li a {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #B93434;
    word-break:break-word;
}
.edit_labels ul li span {
    display: inline-block;
    word-break: break-all;
}
.profile_info_cnt {
    border-bottom: 1px solid #d7d7d7;
    margin: 0 0 10px 0;
    padding: 0 8px 8px 8px;
}
.profile_info_cnt p {
    font-size: 12px;
    font-weight: 400;
}
.last {
    margin: 0 !important;
}
.no_bor {
    border: none !important;
}
.mobile_profile_menu {
    display: none;
}
.mobile_profile_menu ul {
    display: inline-block;
    float: none;
    width: 100%;
}
.mobile_profile_menu ul li {
    display: inline-block;
    float: left;
    width: 20%;
    padding: 4px;
}
.mobile_profile_menu ul li a {
    display: block;
    background: url(../images/profile_sprite.png) no-repeat center center;
    background-color: #000000;
    border-radius: 5px;
    font-size: 15px;
    color: #ffffff;
    line-height: 17px;
    font-weight: 400;
    padding: 6px 10px;
    background-size: 21px;
}
.mobile_profile_menu ul li.videos a {
    background-position: 13px -197px;
    background-color: #b5abff;
}
.mobile_profile_menu ul li.photos a {
    background-position: 12px -141px;
    background-color: #ea7d75;
}
.mobile_profile_menu ul li.events a {
    background-position: 12px 27px;
    background-color: #77ceef;
}
.mobile_profile_menu ul li.messages a {
    background-position: 12px -67px;
    background-color: #f79bd6;
}
.main_cnt.my_profile_page .mobile_profile_menu ul li.messages a {
    background-position: 12px -84px;
    background-color: #f79bd6;
}
.mobile_profile_menu ul li.friends a {
    background-position: 12px -30px;
    background-color: #27bdcc;
}
.mobile_profile_menu ul li.views a {
    background-position: 12px -253px;
    background-color: #b8e270;
}
.mobile_profile_menu ul li a span {
    display: block;
    padding: 8px 0 0 0;
    text-align: right;
}
/*Notes Page*/
.notes_links {
    display: block;
    float: right;
    width: 300px;
    margin: 0 0 15px 0;
}
.top_menu > ul > li > a.home_icon {
    background-position: -60px 3px;
}
.notes_page .file_share {
    padding: 4px 0 0 0;
    text-align: left;
    float: right;
    margin: 0;
    border: none;
}

.events_page .user_cnt {
    padding: 27px 0 0 0;
}
.notes_page .sponsored_links_main {
    padding: 50px 0 0 0;
}
.notes_links ul {
    display: inline-block;
    float: left;
    width: 100%;
}
.notes_links ul li {
    display: inline-block;
    float: left;
    width: 50%;
}
.notes_links ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    background: rgba(0, 0, 7, 0.6);
    padding: 0 10px;
    text-align: center;
    border-right: 1px solid #ffffff;
    height: 32px;
    line-height: 32px;
    position: relative;
}
.notes_links ul li:last-child a {
    border: none;
}
.notes_links ul li a:hover {
    background: #8b8c8e;
    color: #ffffff;
}
.notes_block .post_rgt {
    padding: 0 0 0 24px;
    display: inline-block;
}
.notes_block .post_top {
    padding: 0 0 15px 0;
}
.notes_block .post_rgt p {
    color: #323232;
}
.notes_block .post_rgt p i {
    font-size: 12px;
}
.notes_page .dashboard_cnt {
    padding: 15px 0 0 0;
}
.notes_main_cnt {
    display: block;
}
.notes_title {
    display: block;
    padding: 0 0 10px 0;
}
.notes_title input[type=text] {
    background: #F8F8F8;
    border: 1px solid #E7E7E7;
    font-size: 12px;
    padding: 7px;
    width: 100%;
    color: #323232;
    /*cursor: pointer;*/
    border-radius: 3px;
    outline: none;
}
.notes_cnt {
    display: block;
    padding: 0;
    position: relative;
}
.notes_cnt textarea {
    width: 100%;
    outline: none;
    padding: 10px;
    resize: none;
    border: 1px solid #d0d0d0;
    min-height: 100px;
}
.notes_cnt > a {
    width: 30px;
    height: 30px;
}
.notes_cnt a img {
    width: 100%;
    height: auto;
}
.notes_cnt ul {
    display: none;
    float: left;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: -30px;
    background: #ffffff;
    left: 25px;
}
.notes_cnt ul li {
    display: inline-block;
    float: left;
    border-right: 1px solid #f2f2f2;
}
.notes_cnt ul li span {
    display: block;
    width: 37px;
    height: 37px;
    padding: 5px;
    cursor: pointer;
}
.notes_cnt ul li span:hover {
    background: #fffae7;
}
.notes_cnt ul li span img {
    width: 100%;
    height: auto;
}
.date_cnt {
    display: block;
    padding: 0 0 8px 0;
}
.date_cnt ul {
    display: inline-block;
    float: left;
    width: 100%;
}
.date_cnt ul li {
    display: inline-block;
    float: left;
    padding: 0 10px 0 0;
}
.date_cnt ul li select {
    width: 100%;
    outline: none;
    border: 1px solid #E0E0E0;
    color: #565656;
    padding: 6px 10px;
}
.date_cnt ul li {
    width: 20%;
}
.date_cnt ul li:last-child {
    padding: 0;
}
.date_block {
    padding: 10px 0 0 0;
}
.file_share {
    padding: 0 0 10px 0;
    text-align: left;
}
.file_share input[type=file] {
    width: 100%;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 5px;
    border: 1px solid #E7E7E7;
}
.save_note {
    display: block;
    padding: 0;
}
.save_note ul {
    display: inline-block;
    float: right;
}
.save_note ul li {
    display: inline-block;
    padding: 0 0 0 10px;
    float: left;
}
.save_note ul li .submit {
    background: #9C1E1E;
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 8px;
    color: #ffffff;
    font-weight: 600;
}
.post_cnt h2 {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 24px;
    color: #323232;
}
.post_cnt ol {
    padding: 0 0 0 15px;
}
.post_status_img_cnt {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 15px 10px 10px 10px;
    margin: 0 0 15px 0;
}

.post_status_img {
    position: relative;
    /*width: 450px;*/
    margin: 0 auto;
    padding: 0 0 20px 0;
    /*height: 350px;*/
    max-height: auto;
	text-align: center;
}
.post_status_img figure {
    /*height: 100%;*/
    max-height: 480px;
    overflow: hidden;
}
.user_wall_single .post_status_img figure{
    min-height: 135px;
}
.comments_cnt {
    /*    border-top: 1px solid #e5e5e5;*/
    padding: 10px 0 0 0;
}
.comment_on_post {
    padding: 0 0 10px 0;
}
.comment_rgt p {
    font-size: 12px;
    color: #323232;
    padding: 0;
}
.comment_rgt p a {
    font-weight: 700;
    font-size: 12px;
    margin: 0 6px 0 0;
}
.comment_rgt span {
    display: block;
    font-size: 10px;
}
.comment_rgt span a {
    font-size: 12px;
    color: #B93434;
    margin: 0 0 0 4px;
}
.missing_person_block {
    display: none;
}
/*saved notes page*/
.delete_notes {
    border-bottom: 1px solid #BFBFBF;
    padding: 8px 0 18px 0;
    margin: 0 0 15px 0;
}
.delete_notes ul {
    display: inline-block;
    /*float: right;*/
}
.delete_notes ul li {
    display: inline-block;
    float: left;
    padding: 0;
}
.delete_btn {
    background: #EDEDED;
    border: 1px solid #BFBFBF;
    border-radius: 2px 2px 2px 2px;
    color: #323232;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 8px 0 0;
}
.delete_notes ul li .add_top_news .keep_login label:after,
.delete_note_cnt .add_top_news .keep_login label:after {
    top: -9px;
}
.delete_note_cnt .add_top_news a {
    font-size: 14px;
    line-height: 14px;
    color: #B93434;
    margin: 12px 0 0 0;
    display: block;
}
.delete_note_cnt .add_top_news .keep_login {
    padding: 2px 0 0 2px;
}
.delete_note_cnt .post_cnt h2 {
    font-size: 20px;
    line-height: 20px;
}
.delete_note_cnt .post_cnt span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #353535;
    padding: 0 0 8px 0;
}
.delete_note_cnt .post_cnt ol {
    margin: 0 0 5px 0;
}
.delete_note_cnt .post_cnt span.time_ago {
    color: #bcbcbc;
}
.delete_note_cnt .post_cnt {
    float: left;
}
.delete_note_cnt .add_top_news {
    float: right;
    padding: 0;
}
.delete_note_cnt .post_actions > span {
    font-size: 13px;
    line-height: 13px;
    padding: 0 0 10px 0;
}
.saved_notes_cnt {
    padding: 0 0 15px 0;
    margin: 0 0 22px 0;
    border-bottom: 1px solid #CCCCCC;
}
.delete_notes:last-child {
    border: none;
    padding: 0;
}
.delete_note_cnt .post_status_cnt p {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
}
/*Events Page*/
.events_block {
    padding: 0 0 40px 0;
}
.events_block ul {
}
.events_block ul li {
    text-align: center;
    padding: 10px;
}
.events_block ul li a {
    font-size: 15px;
    color: #595857;
    line-height: 15px;
    font-weight: 700;
    text-align: center;
}
.events_block .common{
    margin-bottom: 0;
    padding: 0;
}
.post_status_img_cnt p {
    text-align: center;
    color: #000000;
    font-weight: 700;
    padding: 10px 0;
}
.evnt_time {
    display: inline-block;
    float: left;
}
.evnt_time p {
    font-size: 12px;
    line-height: 12px;
    color: #323232;
}
.evnt_actions {
    display: inline-block;
    float: right;
}
.evnt_actions ul {
    display: inline-block;
    float: left;
}
.evnt_actions ul li {
    display: inline-block;
    float: left;
    padding: 0 0 0 10px;
}
.evnt_actions ul li a {
    font-size: 12px;
    color: #B93434;
    line-height: 12px;
    font-weight: 400;
}
.events_page .post_main_cnt {
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 8px 0;
    margin: 0 0 18px 0;
}
.events_page .post_main_cnt:last-child {
    margin: 0;
    border: none;
}
.events_page .posts_block {
        padding: 9px 6px;
}
.events_page .dashboard_rgt {
    padding: 0;
}
/*Photos Page*/
.user_albums h3{
    display: none;
}
.profile_photos {
    padding: 15px 0 0 0;
    background: #f6f7f9;
    z-index: 1;
}
.album_head {
    padding: 0 17px;
    position: relative;
}
.album_head .btn.btn-default{
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #4b4f56;
    padding: 7px 10px;
    background: #f6f7f9;
    text-transform: capitalize;
    border: 1px solid #ced0d4;
    outline: none;
    border-radius: 3px;
}
.album_head .btn.btn-default:hover {
    background: #f6f7f9;
}
.photos_block h3 span {
    margin: 0 0 0 5px;
}
.album_head h3 {
    float: left;
    margin: 6px 0 0 0;
}
.manage_photos {
    float: right;
    padding: 0 0 0 12px;
}
.manage_photos a {
    background: #f6f7f9;
    border: 1px solid #ced0d4;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    line-height: 18px;
    text-align: center;
}
.manage_photos a:hover {
    background: #e9eaed;
}
.manage_photos a i {
    font-size: 10px;
    margin: 0;
}
.album_tab_cnt {
    position: relative;
}
.album_tab_cnt.tab-content {
    position: relative;
    z-index: 9;
}
.user_albums {
    display: block;
    padding: 15px 8px 0 8px;
    border-top: 1px solid #cbcbcb;
    position: relative;
    z-index: 1;
    background: #ffffff;
}
.user_albums > ul {
    display: inline-block;
    float: left;
    width: 100%;
}
.user_albums > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 10px 20px 10px;
    position: relative;
}
.user_albums > ul > li:first-child{
    display:none;
}
.user_profile_image > ul > li:first-child {
    display:inline-block;

}
.rs{
    display:block;
}
.album_opt {
    float: right;
    padding: 0 0 20px 0;
}
.album_opt ul {
    display: inline-block;
    float: left;
    margin: 0 -5px;
}
.album_opt ul li {
    display: inline-block;
    float: left;
    padding: 0 5px;
}
.album_opt ul li a {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #4b4f56;
    padding: 7px 10px;
    background: #f6f7f9;
    text-transform: capitalize;
    border: 1px solid #ced0d4;
    outline: none;
    border-radius: 3px;
}
.album_opt ul li a:hover {
    background: #e9eaed;
}
.album_opt ul li a i {
    font-size: 10px;
    margin: 0 5px 0 0;
}
.image_view {
    display: block;
    position: relative;
    border: 1px solid #d6d6d6;
	text-align: center;
}
.image_view a {
    display: block;
    position: relative;
}
.image_view a.plus_icon{
    text-align: center;
    line-height: 100px;
    -webkit-text-stroke: 8px #ffffff;
    font-size: 45px;
    border: 1px solid #aa2e2e;
    color: #aa2e2e;
}
.image_view a img {
    max-width: 100%;
	height: 150px;
}
.album_cnt {
    padding: 8px 10px;
    position: absolute;
    width: 100%;
    bottom: 35px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
    background: linear-gradient(to top, black, transparent);
    background: linear-gradient(to top, black, transparent);
    background: linear-gradient(to top, black, transparent);
    background: linear-gradient(to top, black, transparent);
}
.album_cnt p {
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 5px 0;
    color: #ffffff;
}
.album_title {
    text-align: center;
    background: #ffffff;
    position: relative;
}
.album_title a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    padding: 0;
    margin: 8px 0;
}
.album_date{
    padding: 0 10px 10px 10px;
    text-align: center;
}
.album_date span{
    text-transform: capitalize;
    display: block;
}
.album_title a:hover {
    text-decoration: underline;
}
.album_tabs {
    display: block;
    padding: 0 17px 15px 17px;
    position: relative;
    z-index: 99;
}
.album_tabs .nav-tabs {
    border-bottom: none;
}
.album_tabs .nav-tabs > li {
    padding: 0 20px 0 0;
}
.album_tabs .nav-tabs > li.active a {
    color: #4b4f56;
    background: url(../images/fb_arrw.png) no-repeat;
    background-position: 0 0;
    z-index: 1;
}
.album_tabs .nav-tabs > li > a {
    font-size: 13px;
    line-height: 13px;
    color: #365899;
    padding: 0;
    border-radius: 0;
    margin: 0;
    border: none !important;
    background: transparent !important;
    position: relative;
}
.album_tabs .nav-tabs > li.active > a:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    content: '';
    width: 15px;
    height: 7px;
    background: url(../images/fb_arrw.png) no-repeat;
    background-position: -30px -45px;
    z-index: -1;
    margin-left: -7px;
}
.album_likes {
    display: block;
    padding: 5px 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
}
.like_btn {
    display: inline-block;
    float: left;
}
.like_btn li {
    float: left;
    padding: 0 4px;
    position: relative;
}
.like_btn li a {
    font-size: 10px;
    line-height: 10px;
    color: #ffffff;
}
.like_count {
    float: right;
}
.like_btn li:after {
    content: '.';
    position: absolute;
    top: 50%;
    right: -2px;
    color: #ffffff;
    margin-top: -11px;
}
.like_btn li:last-child:after {
    display: none;
}
.like_count li:after {
    display: none;
}
.like_count li a:hover {
    text-decoration: none;
}
.image_view:hover .images_count {
    opacity: 1;
    visibility: visible;
}
.image_view:hover .album_cnt {
    opacity: 1;
    visibility: visible;
}
.mobile_album_cnt {
    display: none;
}
.photos_page .user_cnt {
    padding: 27px 0 0 0;
}
.create_album_popup {
    display: none;
    padding: 35px 15px;
    width: 435px;
}
.create_album_popup_cnt h2 {
    font-size: 16px;
    line-height: 16px;
    padding: 0 0 10px 0;
    margin: 0;
}
.create_album_popup_cnt input[type="text"] {
    width: 100%;
    outline: none;
    border: 1px solid #cccccc;
    background: #ffffff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #565656;
    padding: 0 10px;
    margin: 0 0 10px 0;
}
.create_album_popup_cnt input[type="button"].button {
    /*    background: #353535;*/
    border: none;
}
.fancybox-close-small:after {
    width: 26px;
    height: 26px;
    font: 24px/26px Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #eee;
    color: #555;
    top: 10px;
    right: 10px;
}
.create_album_popup_cnt input[type="button"].button:hover {
    background: #903535;
}
.fancybox-close-small:focus:after {
    outline: none;
}
.edit_album_title {
    position: absolute;
    top: 50%;
    right: 10px;
    display: none;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 18px !important;
    padding: 0 !important;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.create_album_popup_cnt figure {
    text-align: center;
    margin: 0 auto 18px auto;
    width: 320px;
}
.create_album_popup_cnt figure img {
    width: 100%;
}
.text-success{
    display: block;
    text-align: center;
    /*padding: 0 0 10px 0;*/
    line-height: 14px;
}
/*photos_album Page*/
.album_tab_cnt > a {
    font-size: 12px;
    position: absolute;
    z-index: 99;
    top: -18px;
    right: 27px;
    font-weight: 400;
    display: none;
}
.delete_album {
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0.6);
    color: #861718;
    text-align: center;
    line-height: 24px;
    border-radius: 100%;
    font-weight: 400;
    font-size: 14px;
    z-index: 9;
    cursor: pointer;
    border: 1px solid #861718;
}
.album_edit .user_albums {
    padding: 13px 8px 0 8px;
}
.album_edit .user_albums > ul > li {
    padding: 0 6px 14px 6px;
}
.album_title span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding: 8px 0;
    line-height: 14px;
}
.add_images_popup textarea {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    resize: vertical;
    outline: none;
}
.add_images_popup .share_inputs {
    float: none;
    display: inline-block;
    text-align: left;
    padding: 0;
    vertical-align: middle;
    margin: 0;
}
.add_images_popup .share_inputs a {
    outline: none;
}
.add_images_popup .share_inputs strong.input_remove {
    position: static;
}
.add_images_popup p {
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
}
.add_images_popup label {
    display: block;
    margin: 0 0 5px 0;
}
.add_images_popup select,
.add_images_popup input[type="text"] {
    width: 100%;
    outline: none;
    border: 1px solid #cccccc;
    background: #ffffff;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #565656;
    padding: 0 10px;
    margin: 0 0 10px 0;
}
.edit_images_popup,
.add_images_popup {
    display: none;
}
/*add_images_page  */
.add_images_page .wrapper,.create_album_page .wrapper {
    padding: 0;
    margin: 0;
}
.add_images_header {
    display: block;
    background: #903535;
    padding: 10px 0;
    text-align: center;
    position: relative;
}
.add_images_header a {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    color: #ffffff;
    left: 0;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    padding: 10px;
    font-weight: 400;
}
.add_images_header a.save_image {
    left: auto;
    right: 0;
}
.add_images_header h3 {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
.add_images_cnt {
    background: #ffffff;
}
.add_images_cnt h3 {
    background: #f6f7f9;
    padding: 10px 50px 10px 45px;
    font-weight: 600;
}
.add_images_page .add_images_cnt h3 {
    background: #f6f7f9;
    padding: 10px;
    font-weight: 600;
}
.edit_album_page .add_images_cnt h3{
    padding: 10px 35px;
}
.create_album_page .add_images_cnt h3{
    background: #903535;
    color: #ffffff;
    text-align: center;
}

.edit_album_page .back_icon{
    color: #ffffff;
    left: 10px;
    top: -3px;
    line-height: 38px;
}
.add_images_cnt textarea {
    width: 100%;
    resize: none;
    outline: none;
    border: none;
    height: 100px;
    text-align: left;
    padding: 10px;
    font-size: 15px;
    line-height: 15px;
}
.add_images_cnt textarea::-webkit-input-placeholder {
    color: #000000;
}
.add_images_cnt textarea:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}
.add_images_cnt input:-ms-input-placeholder {
    color: #000000;
}

.add_images_cnt input::-webkit-input-placeholder {
    color: #000000;
}
.add_images_cnt input:-moz-placeholder { /* Firefox 18- */
    color: #000000;
}
.add_images_cnt input:-ms-input-placeholder {
    color: #000000;
}
.add_images_cnt_in {
    padding: 10px;
    border-top: 2px solid #cbccd2;
}
.add_images_cnt a img {
    width: 100px;
    height: 100px;
    border: 1px solid #cccccc;
}
.add_images_cnt a.image_upload {
    border: 2px dashed #989898;
}
.add_images_cnt a.image_upload {
    display: table;
    width: 100px;
    height: 100px;
    margin: 0 0 0 9px;
}
.add_images_cnt a.image_upload span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #989898;
}
.add_images_cnt a.image_upload span i {
    display: block;
    margin: 0 auto;
    font-size: 28px;
    -webkit-text-stroke: 4px #ffffff;
}
.add_images_cnt a.image_upload span em {
    display: block;
    margin: 0 auto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
}
.add_images_cnt_in ul {
    display: inline-block;
    float: left;
    width: 100%;
}
.add_images_cnt_in ul li {
    width: 33.33%;
    float: left;
    display: inline-block;
    padding: 0 0 14px 0;
    text-align: center;
}
.mobile_album_opt_1 h3 span {
    display: none;
}
.edit_album_name {
    display: none;
}
.add_images_cnt_in h3 {
    background: none;
    padding: 0 0 10px 0;
}
.delete_album_btn {
    border: 1px solid #dedede;
    background: #ffffff;
    margin: 6px;
    border-radius: 5px;
}
.delete_album_btn a {
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 10px;
    position: relative;
}
.delete_album_btn a span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    font-size: 20px;
    line-height: 20px;
}
.add_images_cnt h3{
    position: relative;
}
.add_images_cnt h3 a{
    font-weight: normal;
    font-size: 30px;
    display: inline-block;
    position: absolute;
    color: #ffffff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    padding: 10px;
}
.add_images_cnt h3 input[type="button"].button{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    background: none;
    border: none;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 14px;
    padding: 11px;
}
.edit_album_page .add_images_cnt {
    background: none;
}
.edit_album_page .add_images_cnt figure{
    width: 100%;
    height: 300px;
    display: block;
    margin: 5px 0 0 0;
    overflow: hidden;
}
.edit_album_page .add_images_cnt figure img{
    width:100%;
    height: auto;
}
.edit_album_page .add_images_cnt_in {
    padding: 0;
    border-top: none;
    margin: 0;
    background: #ffffff;
    border-radius: 0;
}
.edit_album_page .add_images_cnt_in h3 {
    background: none;
    padding: 10px;
    border-bottom: 2px solid #cbccd2;
}
.edit_album_btns {
    text-align: center;
    padding: 13px 0;
}
.edit_album_btns ul {
    display: inline-block;
    vertical-align: top;
    width: 90%;
}
.edit_album_btns ul li {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 10px;
}
.edit_album_btns ul li input[type="button"].button {
    float: none;
    width: 100%;
    padding: 8px;
}
.create_album_page .add_images_cnt_in input[type="text"] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: none;
    padding: 0 10px;
    outline: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    color: #000000;
}

.photo_view_page .wrapper{
    padding: 0;
}
.photo_view_cnt{
    padding:50px 0;
    background: #ffffff;
    position: relative;
}
.photo_view_cnt figure{
    display: block;
    height: 340px;
    overflow: hidden;
}
.photo_view_cnt figure img{
    display: block;
    width: 100%;
    height: auto;
}
.photo_view_cnt > p{
    text-align: center;
    padding: 4px 0;
}
.photo_view_cnt > span{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 14px;
    padding: 0 15px;
}
.photo_view_cnt > ul{
    display: inline-block;
    float: left;
    width: 100%;
    padding: 15px 0 20px 0;
}
.photo_view_cnt > ul > li{
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 7px 14px 7px;
}
.photo_view_cnt > ul > li > a,.photo_view_cnt > ul > li > select.rate_btn{
    display: block;
    background-color: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    padding: 10px 0;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    -moz-appeareance: none;
    -ms-appeareance: none;
    -o-appeareance: none;
}
.photo_view_cnt > ul > li > a i{
    margin: 0 5px 0 0;
}
.photo_view_cnt > ul > li > select.rate_btn{
    width: 100%;
    border: none;
    outline: none;
    padding: 10px;
    position: relative;
}
/*.photo_view_cnt > ul > li > select.rate_btn:after{
    content: '\f005';
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.photo_view_cnt .btn_group{
    position: absolute;
    top: 2px;
    left: 15px;
}
button.btn.btn-default.last i {
    font-size: 30px;
}
button.btn.btn-default.last {
    border: none;
    background-color: transparent;
}
.photo_view_cnt .btn.btn-default{
        text-align: center;
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    color: #4b4f56;
    padding: 10px 16px;
    background: #f6f7f9;
    text-transform: capitalize;
    border: 1px solid #ced0d4;
    outline: none;
    border-radius: 3px;
}
.photo_view_cnt .btn.btn-default:hover {
    background: #ffffff;
}
.photo_view_page .comment_lft,.photo_view_page .comment_rgt{
    display: block;
}
.photo_view_page .comment_box{
    padding: 30px 10px;
}
.photo_view_page .comment_rgt input[type=text]{
    height: 35px;
    line-height: 35px;
}
.photo_view_page .comment_lft{
    width: 35px;
    height: 35px;
}
.photo_view_cnt .back_icon {
    position: absolute;
    top: 5px;
    width: auto;
    height: auto;
    line-height: 16px;
    z-index: 999;
    font-size: 16px;
    padding: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-weight: 400;
    border-radius: 8px;
}
.photo_view_cnt.photo_view_cnt_new  .back_icon {
    position: relative;
    top: 5px;
    width: auto;
    height: auto;
    line-height: 16px;
    z-index: 999;
    z-index: 9;
    font-size: 16px;
    padding: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-weight: 400;
    border-radius: 8px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-top: 6px;
}
.back_icon i {
    margin: 0 4px 7px 2px;
    font-size: 25px;
}
.back_icon:hover,.back_icon:focus{
/*
    color: #fff !important;
    background: rgba(0, 0, 0, 1) !important;
*/
}
.photo_view_cnt.photo_view_cnt_new figure img {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 450px;
}
.photo_view_cnt.photo_view_cnt_new figure {
    display: block;
    height:auto;
    overflow: hidden;
    max-height: 350px;
    margin: 0 auto;

}
.photo_view_cnt .back_icon i{
    margin: 0 5px 0 0;
    font-size: 18px;
}
/*Friends Page*/
.friends_main_cnt .user_cnt{
    padding: 28px 0 0 0;
}

.friends_main_cnt .sponsored_links_main {
    padding: 28px 0 0 0;
}
.friends_search_block{
    display: none;
}
.friends_block {
    display: block;
}
.friends_list {
    display: block;

}
.friends_cnt {
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    position: relative;
}
.friends_lft_cnt {
    padding: 0;
}
.friends_rgt_cnt {
    padding: 0;
}
.links_post_cnt .friends_rgt_cnt{
    display: none;
}
.friends_rgt_cnt {
    position: absolute;
    top: 8px;
    right: 10px;
    display: none;
    z-index: 999;
    background: #000000;
    border-radius: 6px;
    width: 150px;
}
.friends_open .overlay {
    visibility: visible;
    opacity: 0.2;
}

.friends_pending_request .friends_rgt_cnt{
    width: 180px;
}
.friends_img {
    display: inline-block;
    float: left;
    width: 75px;
}
.friends_img img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.friends_name {
    display: inline-block;
    float: left;
    padding: 0 10px;
}
.friends_name a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #B93434;
}
.friends_name span,.friends_name em{
    display: block;
}
.friends_name a:hover {
    color: #6d6e70;
}
.friends_rgt_cnt ul {
    display: block;
    float: none;
}
.friends_rgt_cnt ul li {
    display: block;
    float: none;
    padding: 0 4px;
    text-align: left;
}
.friends_rgt_cnt ul li a {
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    background: #000000;
    color: #ffffff;
    height: 30px;
    border-radius: 3px;
    display:block;
}
.friends_rgt_cnt ul li a i{
    margin: 0 6px 0 0;
}
.friends_list .friends_cnt:last-child {
    border: none;
}
.friends_list > div .friends_cnt:last-child {
    border: none;
    padding: 15px 0 5px 0;
}
.friends_name a.message_btn{
    display: none;
}
.friends_cnt em{
    display: block;
}
.friends_cnt abbr {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    font-style: normal;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.friends_cnt em{
    display: block;
    width: 4px;
    height: 4px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    background: #000000;
    position: relative;
    top: 14px;
}
.friends_cnt abbr em{
    display: block;
    width: 4px;
    height: 4px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    background: #000000;
    position: relative;
    top: 14px;
}
.friends_cnt abbr em:after,.friends_cnt abbr em:before{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #000000;
    position: absolute;
    top: -8px;
    left: 0;
}
.friends_cnt abbr em:before{
    top: auto;
    bottom: -8px;
}

/*Vip Pages*/
.top_menu > ul > li > a.home_icon_1 {
    background: url(../images/home.png) no-repeat center center;
    background-size: 88%;
}
.vip_menu {
    border: none;
    text-align: center;
}
/*
.vip_menu ul {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.vip_menu ul li {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
}
*/
.vip_menu ul li a {
    font-size: 14px;
    line-height: 14px;
    color: #595857;
}
.vip_cnt {
    display: block;
}
.vip_cnt ul {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.vip_cnt > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 8px 16px 8px;
}
.vip_cnt_in {
    display: block;
    padding: 5px;
    border: 1px solid #e9e9e9;
}
.profile_cnt {
    padding: 0 0 6px 0;
}

.profile_img {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
}
.profile_img img {
    width: 100%;
    height: auto;
}
.profile_name {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 2px;
}
.profile_name a {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #a12424;
    margin: 0 0 3px 0;
    text-transform: uppercase;
}
.profile_name p {
    font-size: 13px;
    line-height: 13px;
    color: #323232;
    padding: 0;
}
.vip_cnt_in .profile_name {
    padding: 0 0 0 8px;
    vertical-align: top;
}
.vip_post_cnt {
    padding: 0;

}
.vip_post_cnt a {
    margin: 0 0 10px 0;
    display: block;
}
.vip_post_cnt a img {
    width: 100%;
    /*height: auto;*/
    height: 215px;
}
.vip_post_cnt .post_actions {
    padding: 10px;
    border-top: 1px solid #cccccc;
}
.vip_post_cnt .post_actions ul {
    width: 100%;
    border: none;
    padding: 0;
}
.vip_post_cnt .post_actions ul li {
    /*width: 25%;*/
    text-align: center;
    padding: 0 12px 0 0;
}
.notice_board_cnt .vip_post_cnt .post_actions ul li {
    width: 33%;
}
.vip_post_cnt .post_actions ul li a {
    margin: 0;
}
.vip_post_cnt .post_actions ul li:last-child {
    padding: 0;
}
.vip_post_cnt .post_edit {
    float: left;
    padding: 0 0 0 25px;
}
.vip_post_cnt .post_edit ul li {
    padding: 0 25px 0 0;
}
.vip_btns {
    display: block;
    padding: 0;
}
.vip_btns ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.vip_btns ul li {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 0 2px;
}
.vip_btns ul li:last-child {
    text-align: right;
}
.vip_btns ul li a {
    display: inline-block;
    padding: 8px;
    background: #a12424;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 5px;
    width: 98px;
}
.vip_btns ul li span {
    position: relative;
    top: 0;
    left: 0;
    background: #f1f1f1;
    color: #000000;
    border: 1px solid #cccccc;
    padding: 7px;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border-radius: 5px;
}
.vip_cnt_in > span{
    display: none;
}
.vip_cnt ul.pagination {
    margin: 0 12px 0 0;
    float: right;
    width: auto;
}
.vip_cnt ul.pagination > li > a {
    font-size: 12px;
   /* color: #B93434;*/
}
#events_slider .owl-nav div{
    width: 25px;
    height: 25px;
    /*    background: #f0ff0f;*/
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#events_slider div.owl-prev.disabled,#events_slider div.owl-next.disabled{
    opacity: 0;
    visibility: hidden;
}
#events_slider div.owl-prev:after{
    content: '\f104';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: #000000;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 25px;
    height: 25px;
    line-height: 20px;
    padding-left:10px;
}
#events_slider div.owl-next:after{
    content: '\f105';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    color: #000000;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 25px;
    height: 25px;
    line-height: 20px;
}
#events_slider div.owl-next{
    left: auto;
    right: 0;
}
/*Vip Details Page*/
.vip_cnt_imgs {
    padding: 0;
}
.vip_cnt_imgs ul {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.vip_cnt_imgs ul li {
    display: inline-block;
    float: left;
    width: 235px;
    padding: 8px;
}
.vip_cnt_imgs ul li a {
    display: block;
}
.vip_cnt_imgs ul li a img {
    width: 100%;
    height: auto;
    height: 185px;
}
.vip_page_details {
    display: block;
    padding: 0 0 0 8px;
}
.vip_page_details h3 {
    color: #a32626;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    text-align: center;
}
.vip_page_details p {
    font-size: 12px;
    line-height: 18px;
    color: #323232;
}
.vip_page_links ul {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.vip_page_links ul li {
    text-align: center;
    padding: 0 5px 10px 5px;
}
.vip_page_links ul li a {
    display: block;
    padding: 12px 5px;
    background: #000000;
    color: #ffffff;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    border-radius: 5px;
}
.vip_page_links ul li a p {
    display: block;
    padding: 0 0;
    background: #000000;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    border-radius: 5px;
}
.vip_page_links ul li.active a{
    color: #0266c8;
}
.vip_details_lft .share_btn {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: right;
}
.vip_pages_message h3{
    background: #ffffff;
    padding: 8px;
    margin-bottom:5px;
    text-align:center;
    position: relative;
}
.vip_pages_message h3 a{
    color: #a32626;
    font-size: 16px;
    line-height: 16px;
}
.vip_pages_message h3 a.back_icon{
    font-size: 25px;
    height: 27px;
    line-height: 25px;
    color: #323232;
}
.messages_cnt{
    padding: 0 0 20px 0;
}
.messages_cnt .profile_img{
    vertical-align: top;
}
.message_cnt{
    display: inline-block;
    vertical-align: middle;
    background: #cfddea;
    padding: 8px 10px;
    margin: 0 0 0 10px;
    border-radius: 8px;
    position: relative;
}
.message_cnt:before{
    content: '';
    position: absolute;
    top: 12px;
    left: -10px;
    border-top: 10px solid transparent;
    border-right: 15px solid #cfddea;
    border-bottom: 10px solid transparent;
}
.message_cnt p{
    font-size: 14px;
    line-height: 14px;
    padding: 0 0 10px 0;
}
.message_cnt p.time_ago{
    padding: 0;
    font-size: 10px;
    line-height: 10px;
}
.message_box textarea{
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    outline: none;
    color: #000000;
}
.message_box input[type="submit"]{
    padding: 8px;
    border: none;
    background: none;
    color: #000000;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    float: right;
    outline: none;
}
.message_box .share_inputs{
    float: left;
}
.message_box .file_upload_name {
    position: static;
    float: right;
    width: auto;
    padding: 0 0 0 10px;
}
.members_name{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 85%;
    padding: 0 0 0 12px;
}
.vip_members_cnt .messages_cnt .profile_img{
    vertical-align: middle;
}
.vip_members_cnt .messages_cnt .profile_img img{
    width: 45px;
    height: 45px;
}
.vip_members_cnt .messages_cnt {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px 0;
}
.members_name h3{
    padding: 0;
    margin: 0;
    text-align: left;
}
.members_name a{
    display: inline-block;
    position: absolute;
    top: -6px;
    right: 10px;
    background: #000000;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 8px 8px 8px;
}
/*Vip Create Page*/
.create_vip_page{
    max-width: 600px;
    margin: 0 auto;
}
.create_vip_page ul{
    display: inline-block;
    width: 100%;
}
.create_vip_page ul li{
    display: block;
    padding: 0 0 8px 0;
}
.create_vip_page ul li input[type="text"]{
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    padding:0 8px;
    outline: none;
    border:1px solid #e0e0e0;
}
.create_vip_page ul li textarea{
    width: 100%;
    height: 100px;
    padding: 10px 8px;
    outline: none;
    border: 1px solid #e0e0e0;
}
.create_vip_page ul li .share_inputs{
    float: none;
    text-align: left;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 8px;
}
.create_vip_page ul li p{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
}
.create_vip_page ul li .share_inputs .file_upload_name {
    position: relative;
    top: -12px;
    right: -8px;
    width: 150px;
    display: inline-block;
}
.submit_btn{
    display: inline-block;
    float: right;
}
.submit_btn input[type="submit"]{
    background: #9c1e1e;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 3px 8px;
    text-transform: uppercase;
}
.create_vippage_cnt h3{
    max-width: 600px;
    margin: 0 auto;
}
.vip_invitations_cnt{
    display: block;
    background: #ffffff;
    padding: 18px 15px;
}
.vip_invitations_cnt .vip_cnt_in {
    width: 32%;
    background: #ffffff;
    display: inline-block;
    margin: 0 1% 1% 0;
}
/*My Vip Pages*/
.vip_page_actions{
    display: block;
}
.vip_page_actions ul{
    display: inline-block;
    float: right;
}
.vip_page_actions ul li{
    display: inline-block;
    float: left;
    padding: 0 8px;
}
.vip_page_actions ul li a{
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    color: #a12424;
    margin: 0;
}
.vip_cnt_in .profile_img img {
    width: 45px;
    height:45px;
}
.vip_post_caption p{
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    padding: 0;
}
.vip_page_actions{
    padding: 10px 0;
}
.joined_vip_pages .vip_btns ul li a{
    width: 110px;
}

/*Links Page*/
.links_rgt {
    display: inline-block;
    float: none;
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #cbcbcb;
}
.links_rgt h6 {
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
}
.links_rgt h6 span {
    margin: 0 5px 0 0;
    font-size: 17px;
}
.links_page_cnt .status_update{
    border-bottom: 1px solid #dbdbdb;
    margin-top: 0;
    padding-bottom: 14px;
    margin-bottom: 1px;
}
.send_link{
    float: right;
    padding:6px 20px 0 0;
}
.send_link a{
    font-weight: 400;
    font-size: 12px;
    padding: 3px 8px;
    background: #9C1E1E;
    color: #ffffff;
    border-radius: 3px;
}
.links_page_cnt .share_btn {
    position: relative;
    text-align: right;
    bottom: 0;
}
.links_post_cnt .post_cnt a {
    font-size: 12px;
    color: #323232;
    display: inline-block;
    font-weight: 400;
    word-break: break-word;
}
.links_post_cnt .post_cnt p{
    font-weight: 400;
    font-size: 14px;
}
.links_post_cnt .post_actions > ul{
    border-bottom: none;
}
.link_info {
    background: #efefef;
    padding: 10px;
    margin: 8px 0 0 0;
}
.link_title p,
.link_des p {
    font-size: 14px;
    line-height: 16px;
    color: #230909;
    font-weight: 400;
}
.link_title,.link_url{
    padding: 0 0 8px 0;
    margin: 0;
    word-break: break-word;
}
.link_content{
    word-break: break-word;
}
.link_title p b,.link_url b, .link_des p b{
    display: block;
    font-size: 13px;
    color: #323232;
}
.post_main_cnt .friends_cnt{
    top: 18px;
    right: 0;
    border:none;
}
.post_main_cnt .friends_cnt abbr{
    right: 30px;
    top: 50px;
}
.links_post_cnt .link_url a {
    color: #9C1E1E;
}
.post_actions > ul > li >a:hover span {
    text-decoration: underline;
}
/*Top News Page*/
.top_news_page_cnt .share_box textarea.caption_box{
    width: 100%;
    background: none;
    border: none !important;
    outline: none;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 10px 6px 10px !important;
    height: 30px;
    border-radius: 3px;
    margin: 0 0 3px 0;
}
.top_news_page_cnt .share_box textarea{
    border: none;
    border-bottom: 1px solid #d0d0d0 !important;
    font-size: 15px;
    line-height: 15px;
    padding: 0 10px 10px 10px !important;
}
.share_box textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 18px;
    line-height: 18px;
}
.share_box textarea::-moz-placeholder {
  font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #000;

}
.share_box textarea:-ms-input-placeholder {
    /* IE 10+ */
   font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
}
.share_box textarea.caption_box::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
}
.share_box textarea.caption_box::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    line-height: 14px;
}
.share_box textarea.caption_box:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    line-height: 14px;
}
.top_news_page_cnt .post_lft {
    vertical-align: top;
    padding: 2px 0 0 0;
}
.top_news_page_cnt .links_rgt{
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
}
.top_news_page_cnt .post_top{
    padding: 10px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #cbcbcb;
}
.top_news_page_cnt .status_update{
    border-bottom: none;
    padding: 0;
}
.top_news_fileupload{
    position: relative;
}
.top_news_fileupload .share_inputs{
    position: static;
}
.top_news_fileupload .file_upload_name{
    top: 5px;
    width: 115px;
    position: absolute;
    left: 5px;
    right: auto;
}
/*Gaming Page*/
.gaming_menu {
    display: block;
}
.gaming_menu > ul {
    display: inline-block;
    padding: 15px 0;
    width: 100%;
    vertical-align: top;
}
.gaming_menu > ul > li {
    padding: 0;
}
.game_category {
    display: inline-block;
    padding: 0;
    width: 100%;
    vertical-align: top;
}
.game_category ul li,
.game_name ul li {
    padding: 0 15px;
}
.game_category ul li span,
.game_name ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
    color: #323232;
    padding: 8px 0 0 0;
}
.game_category ul li select,
.game_name ul li select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    outline: none;
    position: relative;
    background: url('../images/select_dwn_arrw.png') no-repeat 98% center #fff;
}
.gaming_cnt ul {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 15px 0 0 0;
}
.gaming_cnt ul li {
    width: 20%;
    display: inline-block;
    float: left;
    padding: 0 5px 10px 5px;
}
.game_block {
    display: block;
    border: 1px solid #cccccc;
    padding: 8px;
}
.game_block > a {
    display: block;
    margin: 0 0 8px 0;
    overflow: hidden;
}
.game_block a img {
    width: 100%;
    height: 160px;
}
.game_block p {
    display: block;
    font-size: 13px;
    line-height: 13px;
    color: #323232;
    font-weight: 700;
    padding: 0 0 5px 0;
}
.game_block p a {
    float: right;
    font-size: 13px;
    line-height: 13px;
    color: #b93434;
}
.game_block em {
    font-style: normal;
    font-size: 13px;
    line-height: 13px;
}
.game_block em span {
    font-weight: 700;
}
.gaming_main_cnt h3 span{
    display: none;
}
/*Individual Game Page*/
.game_cnt_in {
    width: 100%;
    height: 600px;
}
/*Change Email and Password Page*/
.raio_btn_group {
    display: block;
    padding: 0 0 40px 0;
}
.raio_btn_group ul {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.raio_btn_group ul li {
    width: 34%;
}
.raio_btn_group input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    opacity: 0;
    -webkit-appearance: none;
}
.raio_btn_group label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 20px;
}
.raio_btn_group label:before,
.raio_btn_group label:after {
    position: absolute;
    top: 0px;
    left: 0;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #aa2e2e;
}
.raio_btn_group label:after {
    background: #aa2e2e;
    opacity: 0;
    visibility: hidden;
    width: 8px;
    height: 8px;
    left: 4px;
    top: 4px;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
}
.raio_btn_group input[type="radio"]:checked ~ label:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}
.change_email_block,
.change_password_block {
    display: block;
    /*    padding: 0 60px 0 0;*/
}
.change_password_block {
    display: none;
}
.change_email_cnt {
    display: block;
    padding: 0 0 10px 0;
}
.change_email_cnt ul {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.change_email_cnt ul li {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}
.change_email_cnt ul li:nth-child(1) {
    width: 39%;
}
.change_email_cnt ul li:nth-child(2) {
    width: 60%;
}
.change_email_cnt ul li label {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #282828;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}
.change_email_cnt ul li input[type="text"] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    color: #565656;
    outline: none;
}
.change_email_cnt ul li select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    background: url('../images/select_dwn_arrw.png') no-repeat 96% center #FFFFFF;
    border: 1px solid #E0E0E0;
    color: #565656;
    outline: none;
}
.change_email_cnt ul li input[type="text"]::-webkit-input-placeholder {
    color: transparent;
}
.change_email_cnt ul li.button {
    width: 100% !important;
    padding: 25px 0 0 0;
}
input[type="button"].button,input[type="submit"].button {
    text-transform: uppercase;
    float: right;
    background: #903535;
    border: 1px solid #6A2020;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 3px 8px;
    font-weight: 600;
    outline: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.change_email_cnt ul li input[type="button"] {
    text-transform: uppercase;
    float: right;
    background: #903535;
    border: 1px solid #6A2020;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 3px 8px;
    font-weight: 600;
    outline: none;
}
.change_email_cnt ul li.cancel_btn{
    display: none;
}
/*manage_friends Page*/
.b_friends {
    display: block
}
.b_friends h6 {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #dedede;
}
.b_friends ul {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 10px 8px 0 8px;
}
.b_friends ul li {
    padding: 0 0 7px 0;
    width: 7%;
    text-align: center;
}

.b_friends ul li a {
    background: #000000;
    font-size: 14px;
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    border-radius: 3px;
}
.b_friends ul li a:hover {
    background: rgba(0, 0, 0, 0.8);
}
.b_friends ul li:last-child,.b_friends ul li:last-child a{
    width: auto;
}
.b_friends ul li:last-child a{
    padding: 0 10px;
}
.friends_online {
    padding: 0;
}
.friends_online .panel-default > .panel-heading {
    padding: 0;
    background-color: #ffffff;
}
.friends_online .panel-title > a {
    padding: 10px 15px;
    border-bottom: 1px solid #dedede;
    display: block;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: relative;
}
.friends_online .panel-title > a.collapsed:hover {
    background: #888686;
    color: #ffffff;
}
.friends_online .panel-title > a.collapsed:hover:after {
    color: #ffffff;
}
.friends_online .panel-title > a:after {
    content: '\f107';
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -14px;
    color: #a7a7a7;
    text-align: center;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.friends_online .panel-title > a.collapsed:after {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.friends_online .panel-title > a:hover {
    background: #ffffff;
    color: #464646;
}
.friends_online .panel-title > a span {
    padding: 0 0 0 8px;
}
.friends_online .friends_list {
    padding: 0 10px;
    max-height: 350px;
    min-height: 100px;
    overflow: auto;
}
.friends_name p {
    color: #a9a9a9;
    font-size: 12px;
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 3px 0;
}

/*Privacy Settings Page*/
.privacy_settings_page .user_cnt{
    padding: 30px 0 0 0;
}
.privacy_settings_page .sponsored_links_main {
    padding: 28px 0 0 0;
}
.privacy_settings {
    padding: 0;
}
.privacy_settings_in {
    padding: 20px 10px;
}
.privacy_settings_cnt {
    padding: 0 0 15px 0;
}
.privacy_settings_cnt ul {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.privacy_settings_cnt ul li {
    padding: 0;
    text-align: center;
}
.privacy_settings_cnt ul li:first-child {
    text-align: left;
}
.privacy_settings_cnt ul li p {
    font-size: 12px;
    line-height: 12px;
    padding: 0;
}
.privacy_settings_cnt ul li .raio_btn_group {
    padding: 0;
}
.privacy_save_changes {
    border-top: 1px solid #cbcbcb;
    padding: 16px 0 0 0;
    margin: 0;
}
.privacy_save_changes input[type="submit"] {
    text-transform: uppercase;
    float: right;
    background: #903535;
    border: 1px solid #6A2020;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 3px 8px;
    font-weight: 600;
    outline: none;
}
/*Edit Profile Page*/
.profile_personal_info.video_block{
    display: none;
}
.edit_profile_cnt {
    padding: 0 50px 0 0;
}
.edit_profile_cnt_in {
    padding: 0;
}
.edit_profile_cnt_in ul {
    display: inline-block;
    /*    float: left;*/
    width: 100%;
}
.edit_profile_cnt_in ul li {
    display: inline-block;
    vertical-align: top;
    width: 65% !important;
}
.edit_profile_cnt_in ul li:first-child {
    width: 175px !important;
}
.edit_profile_cnt_in ul li label {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}
.edit_profile_cnt_in ul li label span {
    color: #B51B1B;
    font-size: 18px;
    display: inline-block;
}
.save_profile_changes{
    padding: 0 11px 20px 0;
    display: block;
}
.edit_profile_cnt_in ul li .share_inputs {
    padding: 0;
    border: none;
    margin: 0;
    text-align: left;
    float: none;
}
.edit_profile_cnt_in ul li .share_inputs a i {
    margin: 0 6px 0 0;
}
.edit_profile_cnt_in ul li input[type="text"] {
    width: 100%;
    outline: none;
    border: 1px solid #E0E0E0;
    color: #565656;
    padding:0 10px;
    height: 30px;
    line-height: 30px;
}
.edit_profile_cnt_in ul li input[type="text"]#c_email{
    pointer-events: none;
    background: #dedede;
    color: #000000;
    font-weight: 600;
}
.edit_profile_cnt_in ul li select {
    width: 100%;
    outline: none;
    border: 1px solid #E0E0E0;
    color: #565656;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: url('../images/select_dwn_arrw.png') no-repeat 90% center;
}

.edit_profile_cnt_in ul li .b_drop_downs {
    display: inline-block;
    float: left;
    padding: 0 4px 0 0;
    width: 33.33%;
}
.edit_profile_cnt_in ul li .b_year {
    padding: 0;
}
.edit_profile_cnt_in ul li textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #E0E0E0;
    color: #565656;
    padding: 6px 10px;
    outline: none;
    width: 100% !important;
}
.edit_profile_cnt_in ul li p {
    font-size: 11px;
    line-height: 11px;
    font-style: italic;
    padding: 10px 0 0 0;
}
.add_more {
    font-size: 12px;
    line-height: 12px;
    color: #B93434;
    float: right;
    font-weight: 400;
    margin: 5px 0 5px 10px;
}
.add_more i {
    margin: 0 2px 0 0;
}
.add_more_cnt{
    margin: 0 0 10px 0;
}
.add_more_cnt .remove_input{
    position: relative;
}
.add_more_cnt .remove_input:after{
    position: absolute;
    top: -14px;
    right: -25px;
    width: 20px;
    height: 20px;
    color: #aa2e2e;
    content: '\f05c';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}
.profile_personal_info_cnt > ul > li.relationship_since > ul > li:first-child{
    vertical-align: top;
}
.profile_personal_info_cnt > ul > li.relationship_since > ul > li:first-child{
    padding: 8px 15px 0 15px;
}
.profile_personal_info_cnt > ul > li.relationship_since > ul > li:first-child:after{
    line-height: 26px;
}
.profile_personal_info_cnt.social_info_cnt > ul.edit_profile_cnt_in > li > ul > li{
    width: 100% !important;
}
.user_image_caption{
    text-align:center;
    border-bottom: 1px solid #cccccc;
}
.user_image_caption span{
    display:block;
    padding: 4px 10px;
    font-size: 13px;
}
/*Advertisements Page*/
.adertisement_main ul {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.adertisement_main ul li {
    display: inline-block;
    vertical-align: top;
    padding: 8px;
    width: 230px;
    border: 1px solid #cbcbcb;
    margin: 0 5px 10px 5px;
    -webkit-box-shadow: 0 0 3px 1px #cbcbcb;
            box-shadow: 0 0 3px 1px #cbcbcb;
}
.advertisement_cnt {
    display: block;
    padding: 0;
}
.advertisement_cnt figure {
    padding: 0 0 6px 0;
    display: block;
}
.advertisement_cnt figure img {
    display: block;
    width: 100%;
    height: auto;
}
.advertisement_cnt p {
    display: block;
    color: #888787;
    padding: 0 0 5px 0px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
}
.advertisement_cnt a {
    color: #a12424;
    font-size: 11px;
    line-height: 11px;
    float: right;
}
.add_actions {
    border-top: 1px solid #e9eaed;
    padding: 10px 0 5px 0;
    margin: 5px 0 0 0;
}
.add_actions a {
    margin: 0 0 0 8px;
}
.advertisement_cnt p a {
    float: none;
}
/*Contact Us Page*/
.contact_us_main{
    padding: 0 0 30px 0;
}
.contact_us_cnt {
    width: 500px;
    margin: 0 auto;
}
.contact_us_cnt h3 {
    text-align: center;
    padding: 10px;
    background: #e9eaed;
    margin: 0 0 20px 0;
}
.contact_us_cnt .edit_profile_cnt_in ul li:first-child {
    width: 42% !important;
    padding: 0 10px 0 0;
}
.contact_us_cnt .edit_profile_cnt_in ul li {
    width: 57% !important;
}
.contact_us_cnt .edit_profile_cnt_in{
    padding: 0 0 15px 0;
}
.captcha_block {
    /*    width: 50%;*/
    margin: 0 auto;
}
.contact_us_cnt .captcha_block.edit_profile_cnt_in ul li label {
    padding: 0 18px;
    background: url(../images/captcha.png) no-repeat center center;
    background-size: cover;
}

/*Privacy Page*/
.privacy_main_div {
    padding: 22px 0;
}
.privacy_main_cnt {
    width: 100%;
}
.privacy_cnt {
    padding: 0 0 10px 0;
}
.privacy_cnt h6 {
    font-size: 14px;
    line-height: 16px;
}
.privacy_cnt p {
    font-size: 12px;
    line-height: 18px;
}
.privacy_cnt ul {
    padding: 0 0 0 15px;
}
.privacy_cnt ul li {
    list-style-type: disc;
}
.privacy_cnt p a {
    font-size: 12px;
    line-height: 12px;
    color: #B93434;
}
/*Edit Profile Settings Page*/
.profile_settings_cnt_in .change_password_block h4,
.profile_settings_cnt_in .change_email_block h4,
.profile_settings_cnt_in .privacy_settings_in h4 {
    font-weight: 700;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 15px;
}
.profile_settings_cnt_in .change_password_block {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 30px 0;
    margin: 0 0 40px 0;
}
.profile_settings_cnt_in .change_email_block {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 30px 0;
    margin: 0 0 40px 0;
}
.profile_settings_cnt input[type="button"].button {
    margin: 0 0 20px 0;
}
.profile_settings_cnt .privacy_settings_in {
    padding: 0;
}
.profile_settings_cnt .privacy_save_changes {
    padding: 16px 0;
}
/*Profile Images Page*/
.profile_img_actions {
    display: block;
    padding: 0 5px 10px 5px;
    background: #ffffff;
}
.profile_img_actions ul {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.profile_img_actions ul li:last-child {
    float: right;
}
.profile_img_actions ul li {
    display: inline-block;
    float: left;
    padding: 0;
}
.profile_img_actions ul li a {
    color: #323232;
    font-size: 10px;
    line-height: 10px;
    background: url(../images/edit_phots_sprite.png) no-repeat;
    padding: 2px 0 2px 20px;
    background-size: 25px;
}
.profile_img_actions ul li a.edit_photo {
    background-position: -2px -31px;
    display: none;
}
.profile_img_actions ul li a.set_profile_pic {
    background-position: -2px -4px;
}
/*Buy And Sell Page*/
.business_cnt {
    padding: 22px 0 0 0;
}
.business_lft h3 {}
.business_dropdown {
    display: inline-block;
    float: right;
    position: relative;
    padding: 0 0 15px 0;
}
.business_dropdown span {
    display: block;
    width: 39px;
    height: 37px;
    background: url(../images/home-search-dropdown.png) no-repeat center center;
    cursor: pointer;
}
.business_dropdown span.delete_album{
    display: none;
}
.business_dropdown ul {
    display: none;
    position: absolute;
    top: 38px;
    right: 0;
    width: 185px;
    background: #ececec;
    border: 1px solid #bcbcbc;
    border-radius: 8px;
    padding: 5px;
    z-index: 99;
}
.business_dropdown ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #bfbfbf;
}
.business_dropdown ul li:first-child{
    display: none;
}
.business_dropdown ul li:last-child {
    border: none;
}
.business_dropdown ul li a {
    font-size: 12px;
    font-weight: 600;
    color: #323232;
    display: block;
    padding: 6px 5px 6px 18px;
    background: url(../images/dropdown-list-bg.png) no-repeat center left;
}
.business_dropdown ul li a:hover {
    color: #B93434;
}
.results_found {
    border-top: 1px solid #e9eaed;
    border-bottom: 1px solid #e9eaed;
    padding: 10px 0;
    text-align: center;
    position: relative;
}
.results_found p {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    color: #323232;
    padding: 0;
}
.buy_sell_item_cnt {
    padding: 0;
}
.buy_sell_item{
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
}
.buy_sell_item:nth-last-child(2){
    border: none;
    padding-bottom: 0;
}
.buy_sell_item_lft {
    width: 20%;
    display: inline-block;
    float: left;
}
.buy_sell_item_lft a{
    position: relative;
    width: 100%;
    height: 135px;
}
.buy_sell_item_lft a .images_count{
    opacity: 1;
    visibility: visible;
}
.buy_sell_item_rgt {
    display: inline-block;
    float: left;
    padding: 0 0 0 18px;
    width: 80%;
}
.buy_rgt_top {
    display: block;
    padding: 0 10px;
}
.business_cnt.buy_sell_grid_view .buy_rgt_top{
    padding: 0;
}
.buy_rgt_top a {
    font-size: 13px;
    color: #B93434;
    line-height: 14px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
/*
.buy_rgt_top a.desk_post{
    background: #9c1e1e;
    color: #ffffff;
    font-size: 12px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 3px 8px;
    margin: 5px 0 0 0;
}
*/
.buy_rgt_top a.title{
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 8px 0;
}
.buy_rgt_top p{
    padding: 0 0 4px 0;
    font-size: 12px;
    line-height: 12px;
    color: #818181;
}
.buy_rgt_top p span{
    color: #818181;
}
.buy_rgt_btm{
    float: right;
    text-align: right;
    position: relative;
}
.rating_stars_block{
    padding: 0 0 6px 0;
}
.rating_stars_block img{
    width: auto;
    height: 14px;
}
.buy_rgt_btm p{
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 6px 0;
    color: #323232;
}
.buy_rgt_btm p a{
    color: #B93434;
    font-size: 12px;
    line-height: 12px;
}
.recently_viewd_busin .buy_sell_item{
    padding: 2px;
    border: none;
}
.recently_viewd_busin .buy_sell_item .buy_sell_item_lft{
    width: 100%;
}
.buy_caption{
    width: 100%;
    border-radius: 0;
    bottom: 0;
    top: auto;
    text-align: center;
    padding: 6px 0;
}
.most_popular_busin .buy_sell_item_cnt {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    width: 24%;
}
.buy_sell_search ul{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.buy_sell_search ul li{
    display: block;
    padding: 0 0 10px 0;
}
.buy_sell_search ul li p{
    font-size: 14px;
    line-height: 14px;
    padding: 0 0 8px 0;
}
.buy_sell_search ul li input, .buy_sell_search ul li select{
    width: 100%;
    border: 1px solid #e0e0e0;
    outline: none;
    height: 25px;
    padding: 0 8px;
}
.buy_sell_search ul li input[type="submit"]{
    background: #903535;
    color: #ffffff;
    margin: 10px 0 0 0;
    height: 30px;
    line-height: 28px;
}
.buy_sell_search ul li input[type="submit"]:hover{
    background: #691313;
}
.buy_sell_search ul li select{
    background: url('../images/select_dwn_arrw.png') no-repeat 94% center;
}
.mob_buy_sell_search,.buy_sell_filter_block{
    display: none;
}
.seller_name,.mob_rating_stars_block{
    display: none;
}
/*Buy And Sell Page Ends*/

.profile_personal_info{
    display: block;
    padding: 0;
}
.profile_personal_info_cnt > ul{
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.profile_personal_info_cnt h4{
    margin: 0 0 15px 0;
    font-weight: 700;
    padding: 10px 13px 10px 13px;
    font-size: 15px;
    line-height: 15px;
    background: #dadce4;
    text-transform: capitalize;
}
.profile_info_block .mobile_profile_menu{
    display: block;
    border: none;
    margin: 0;
}
.profile_personal_info_cnt > ul > li{
    display: block;
    padding: 0 0 12px 0;
}
.profile_personal_info_cnt > ul > li > ul{
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.profile_personal_info_cnt > ul > li > ul > li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    width: 55%;
}
.profile_personal_info_cnt > ul > li > ul > li:first-child{
    width: 230px;
    position: relative;
}
.edit_profile_block .profile_personal_info_cnt.social_info_cnt > ul > li > ul > li:first-child{
    width: 100% !important;
    position: relative;
}
.edit_profile_block .profile_personal_info_cnt > ul > li > ul > li:first-child{
    width: 34% !important;
    position: relative;
}
.social_info_cnt{
    padding: 0;
}
.profile_personal_info_cnt.social_info_cnt > ul > li > ul > li{
    width: 100%;
}
.profile_personal_info_cnt.social_info_cnt > ul > li > ul > li:first-child{
    width: 100%;
    position: relative;
    padding: 10px 0 10px 15px;
}
.profile_personal_info_cnt.social_info_cnt > ul > li > ul > li:first-child:after{
    display: none;
}
.profile_personal_info_cnt.social_info_cnt > ul > li > ul > li > label{
    border-bottom: 1px solid #cccccc;
    padding: 0 0 5px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.profile_personal_info_cnt.social_info_cnt > ul > li{
    padding: 0 0 8px 0;
}
.profile_personal_info_cnt > ul > li > ul > li:first-child:after{
    content: ':';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 13px;
    font-size: 16px;
}
.profile_personal_info_cnt > ul > li > ul > li > label{
    font-size: 13px;
    line-height: 13px;
    color: #676b71;
    display: block;
    margin: 0;
    font-weight: normal;
}
.profile_personal_info_cnt > ul > li > ul > li > span{
    display: block;
    font-size: 13px;
    line-height: 16px;
    color: black;
}
.profile_info_block .mobile_profile_menu ul li{
    padding: 2px;
}
.profile_info_block .mobile_profile_menu ul li a{
    font-size: 14px;
    padding: 6px 5px;
    background-size: 18px;
}
.profile_info_block .mobile_profile_menu ul li.videos a{
    background-position: 6px -163px;
}
.profile_info_block .mobile_profile_menu ul li.photos a {
    background-position: 7px -115px;
}
.profile_info_block .mobile_profile_menu ul li.friends a {
    background-position: 6px -18px;
}
.profile_info_block .mobile_profile_menu ul li.statuses a{
    background: url(../images/blogger.png) no-repeat center center;
    /*    background-color: #000000;*/
    background-color: #e270a5;
    background-size: 20px;
    background-position: 8px 28px;
}
.profile_info_block .mobile_profile_menu ul li.views a {
    background-position: 7px -210px;
}
.message_settings_cnt{
    display: block;
    padding: 0;
    margin: 0;
    background: #ffffff;
}
.message_settings_cnt ul{
    display: inline-block;
    /* float: left; */
    width: 100%;
}
.message_settings_cnt ul li{
    display: block;
    padding: 0;
    background: #ffffff;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.message_settings_cnt ul li.disable_block {
    background: #cecece;
    /* opacity: 0.4; */
    /* border-bottom: 1px solid #353535; */
}
.message_settings_cnt ul li label{
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #323232;
    font-weight: 400;
    padding: 18px 15px;
    cursor: pointer;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #cccccc;
}
.message_settings_cnt ul li label span{
    position: absolute;
    top: 17px;
    right: 30px;
    width: 40px;
    height: 40px;
}
.message_settings_cnt ul li label span:before{
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 45px;
    height: 24px;
    background: #4cd964;
    z-index: 1;
    border: 2px solid #ccc;
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    font-size: 13px;
    color: #ffffff;
    line-height: 21px;
    padding: 0 0 0 11px;
}
.message_settings_cnt ul li label span:after{
    content: ' ';
    height: 22px;
    width: 22px;
    border-radius: 28px;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 23px;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-box-shadow: 0 2px 5px #999;
    box-shadow: 0 2px 5px #999;
}
.message_settings_cnt ul li label.switch_on{/* background: #c0c0c0; */color: #929292;}
.message_settings_cnt ul li label.switch_on span:after{
    top: 3px;
    left: 4px;
}
.message_settings_cnt ul li label.switch_on span:before{
    background: #ffffff;
    content: '';
    color: #000;
    padding: 0 0 0 24px;
}
.message_settings_main_cnt .add_images_header{
    display: none;
}
.mob_post{
    display: none;
}
.mob_time_limit{
    display: none;
}
/*buy and sell list item page*/
.bussiness_list_item{
    display: block;
    padding: 10px 0;
}
.buy_sell_upload_item_img{
    display: block;
}
.buy_sell_upload_item_img ul{
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    margin: 0 -10px;
}
.buy_sell_upload_item_img ul li{
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 10px 20px 10px;
}
.buy_sell_upload_img_cnt{
    display: table;
    width: 100%;
    height: 120px;
    border: 1px dashed #cccccc;
}
.buy_sell_upload_img_cnt_in{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding-top:10px;
}
.buy_sell_upload_img_cnt_in a{
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #323232;
}
.buy_sell_upload_img_cnt_in a:focus,.buy_sell_upload_img_cnt_in a:hover{
    color: #007aff;
}
.buy_sell_upload_img_cnt_in a span{
    display: block;
    font-size: 20px;
    padding: 0 0 8px 0;
}
.buy_sell_upload_item_img > ul > li > span{
    display: block;
    width: 100%;
    height: 120px;
    border: 1px solid #D6D6D6;
}
.mob_filter_buy_sell_view{
    display: none;
}
.buy_sell_upload_img_cnt_in input[type="file"]{
    display: none;
}
.buy_sell_item_des_cnt{
    display: block;
    padding: 0 0 22px 0;
}
.buy_sell_item_des_cnt ul{
    display: inline-block;
    float: left;
    width: 100%;
}
.buy_sell_item_des_cnt ul li{
    display: inline-block;
	float: left;
	width: 75%;
	padding: 6px 15px;
	position: relative;
}
.buy_sell_item_des_cnt  .error {
	color: red;
	text-align: left;
	position: absolute;
	bottom: -17px;
}
.buy_sell_item_des_cnt.event_date ul li.webkit_serach{
    width: 37%;
    padding: 0 15px;
}
.buy_sell_item_des_cnt.event_date ul li.webkit_serach:last-child{
    padding: 0 11px;
}
.buy_sell_item_des_cnt ul li select{
    background-position: 97% center;
}
.buy_sell_item_des_cnt ul li label{
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}
.buy_sell_item_des_cnt ul li label span{
    display: inline-block;
    color: #B51B1B;
    font-size: 14px;
    font-weight: 700;
}
.buy_sell_item_des_cnt ul li:first-child{
    width: 25%;
}
.buy_sell_item_des_cnt ul li em{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 16px;
    width: 30px;
    height: 28px;
    background: #fff;
    margin-top: -14px;
    text-align: center;
    font-style: normal;
    line-height: 28px;
    font-size: 18px;
    color: #a0a0a0;
    border-right: 1px solid #e0e0e0;
}
.buy_sell_item_des_cnt_biding  ul li input[type="text"]{
    padding: 0 8px 0 35px;
}
.buy_sell_item_des_cnt  ul li textarea{
    width: 100%;
    min-height: 130px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    color: #565656;
    padding: 6px 10px;
    outline: none;
}
.buy_sell_item_des_cnt input[type="button"]{
    text-transform: uppercase;
    float: right;
    margin: 0 14px 0 0;
    background: #903535;
    border: 1px solid #6A2020;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 4px 16px;
    font-weight: 600;
    outline: none;
}
.buy_sell_item_des_cnt input[type="button"]:hover{
    background: #eeeeee;
    color: #000000;
}
.buy_and_sell_item .business_dropdown{
    display: none;
}
.edit_link{
    display: inline-block;
    color: #B93434;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 6px 0;
}
.post_btn{
    border: 1px solid #B93434;
    font-size: 14px;
    line-height: 14px;
    border-radius: 3px;
    padding: 3px 8px;
    margin: 6px 0 0 0;
    background: #B93434;
    color: #fff;
    font-weight: 400;
}
.post_btn:hover,.post_btn:focus{
    color: #fff;
}
.buy_sell_home_icon{
    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.buy_sell_home_icon a{
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/mobile-notifications-sprite-new.png) no-repeat rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    background-position: 4px 5px;
    background-size: 125px;
}
.mob_filter_buy_sell_view.desk_filter_buy_sell_view{
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    border: none;
    margin: 0;
    padding: 0;
    margin-top: -10px;
}
.mob_filter_buy_sell_view{
    display: none;
    padding: 0 10px 10px 10px;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 10px 0;
}
.mob_filter_buy_sell_view label{
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    font-weight: 400;
    width: 92px;
}
.mob_filter_buy_sell_view ul{
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.mob_filter_buy_sell_view ul li{
    display: inline-block !important;
    vertical-align: middle;
    padding: 0 8px !important;
    margin: 0 !important;
    line-height: 0;
    border: none !important;
}
.mob_filter_buy_sell_view ul li a{
    display: inline-block;
    width: 26px;
    height: 20px;
    background: url(../images/view_sprite_img.png) no-repeat;
    background-position: 0 0;
    background-size: 125px !important;
}
.mob_filter_buy_sell_view ul li a.list_view{
    background-position: -50px 0;
}
.mob_filter_buy_sell_view ul li a.stack_view{
    background-position: -100px 0;
}
.mob_filter_buy_sell_view ul li a.grid_view.active{
    background-position: 0 -52px;
}
.mob_filter_buy_sell_view ul li a.list_view.active{
    background-position: -50px -52px;
}
.mob_filter_buy_sell_view ul li a.stack_view.active{
    background-position: -100px -52px;
}
.business_cnt.buy_sell_grid_view .buy_sell_item {
    padding: 8px;
    border-bottom: none;
    display: inline-block;
    width: 31.3%;
    float: left;
    border: 1px solid #cccccc;
    min-height: 345px;
    margin: 10px 7px;
    position: relative;
}
.business_cnt.buy_sell_grid_view .buy_sell_item_cnt{
    padding: 0 5px;
    display: inline-block;
    width: 33.3%;
}
.business_cnt.buy_sell_grid_view .recently_viewd_busin .buy_sell_item_cnt{
    width:25%;
    margin: 0;
}
.business_cnt.buy_sell_grid_view .buy_rgt_top a.desk_post{
    position: absolute;
    bottom: 7px;
    right: 7px;
}
.business_cnt.buy_sell_grid_view .buy_sell_item_rgt {
    display: inline-block;
    float: left;
    padding: 15px 0 0 0;
    width: 100%;
}
.business_cnt.buy_sell_grid_view .buy_rgt_top {
    padding: 0;
    display: inline-block;
    float: left;
}
.business_cnt.buy_sell_grid_view .buy_sell_item_lft,.business_cnt.buy_sell_grid_view .buy_sell_item_lft a{
    width: 100%;
}
.business_cnt.buy_sell_grid_view .buy_sell_item_lft a img{
    /*width: 100%;
    height: auto;*/
}
.business_cnt.buy_sell_grid_view .buy_sell_item_lft a{
    height: 180px;
}
.business_cnt.buy_sell_grid_view .most_popular_busin .buy_sell_item_cnt .buy_sell_item{
    width: 100%;
}
.business_cnt.buy_sell_grid_view .business_lft_cnt.recently_viewd_busin .buy_sell_item{
    float: none;
    width: 100%;
    border: none;
    padding: 0;
    min-height: inherit;
    margin:10px 0;
}
.business_lft_cnt.recently_viewd_busin .buy_sell_item_lft img{
    /*width: 100%;
    height: auto !important;*/
}
.buy_sell_item_lft img{
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
}
.buy_sell_item_cnt.buy_sell_sold_items .buy_sell_item{
    position: relative;
}
.feedback_cnt{
    display: none;
    padding: 8px;
    border: 1px solid #cccccc;
    text-align: left;
    position: absolute;
    width: 200px;
    background: #ffffff;
    bottom: -16px;
    right: 103px;
    z-index: 9;
}
.feedback_cnt h2{
    font-size: 14px;
    line-height: 14px;
    color: #323232;
    margin: 0;
    text-align: center;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #cccccc;
    margin: 0 -8px 8px -8px;
}
.feedback_cnt p{
    line-height: 14px;
}
.feedback_cnt p span{
    font-weight: 600;
    width: 65px;
    display: inline-block;
}
.buy_rgt_btm .edit_link{
    color: #B93434;
    position: relative;
}
.buy_rgt_btm .edit_link.active:before{
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    border-top: 6px solid transparent;
    border-left: 6px solid #cccccc;
    border-bottom: 6px solid transparent;
}
/*Buy and sell unsold page*/
.buy_sell_unsold_cnt .buy_rgt_btm ul{
    display: inline-block;
    vertical-align: middle;
}
.buy_sell_unsold_cnt .buy_rgt_btm ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px 0 0;
    margin: 0 5px 0 0;
    border-right: 1px solid #cccccc;
}
.buy_sell_unsold_cnt .buy_rgt_btm ul li a{
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #b51b1b;
    font-weight: 600;
}
.buy_sell_unsold_cnt .buy_rgt_btm ul li:last-child{
    border: none;
    margin: 0;
    padding: 0;
}
.relist_item{
    color: #008000 !important;
}
.green_color{
    color: #008000 !important;
}
.world_items_btn{
    float: left;
    display: inline-block;
}
.world_items_btn a{
    display: inline-block;
    background: #903535;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    padding: 8px;
    border-radius: 3px;
    font-weight: normal;
}
/*buy and sell details page*/
.buy_sell_details{
    display: block;
}
.buy_sell_img{
    padding: 0;
}
.buy_sell_img ul{
    display: inline-block;
}
.buy_sell_img .slick-arrow{
    display: none;
}
.buy_sell_img .slick-dots li{
    margin: 0 5px;
    width: auto;
    height: auto;
}
.buy_sell_search_details .business_rgt{
    display: block;
    float: none;
    width: 100%;
    padding: 0;
}
.buy_sell_search_details .business_rgt h3{
    display: none;
}
.buy_sell_img .slick-dots li button{
    background: none;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 1px solid #903535;
    border-radius: 50%;
}
.buy_sell_img .slick-dots li button:before{
    display: none;
}
.buy_sell_img .slick-dots li.slick-active button{
    background: #903535;
}
.buy_sell_img a{
    display: block;
}
.buy_sell_img img{
    display: block;
    width: 100%;
    height: auto;
}
.buy_sell_item_details{
    display: block;
}
.buy_sell_item_details_cnt{
    display: block;
    padding: 0 0 13px 0;
}
.buy_sell_item_details_cnt h3{
    border-bottom: 1px dashed #b7b7b7;
    font-size: 14px;
    color: #231f20;
    font-weight: 600;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.buy_sell_item_details_cnt_in{
    display: block;
    padding: 0 0 5px 0;
}
.buy_sell_item_details_cnt_in ul{
    display: inline-block;
    float: left;
    width: 100%;
}
.buy_sell_item_details_cnt_in ul li{
    display: inline-block;
    float: left;
    width: 50%;
}
.buy_sell_item_details_cnt_in ul li:first-child{
    width: 200px;
}
.buy_sell_item_details_cnt_in ul li p{
    font-size: 12px;
    line-height: 14px;
    color: #231f20;
    font-weight: 600;
    padding: 0;
}
.buy_sell_item_details_cnt_in ul li span{
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    display: block;
}
.buy_sell_item_details_cnt_in ul li a{
    display: inline-block;
    color: #911515;
    font-size: 12px;
    line-height: 12px;
}
.buy_sell_item_details_cnt_in ul li a:hover{
    text-decoration: underline;
}
.buy_sell_item_details_cnt_in > p{
    font-size: 13px;
    line-height: 14px;
    color: #231f20;
    padding: 0;
    word-break: break-all;
}
.buy_sell_item_details_cnt_in > p > a,.buy_sell_item_details_cnt_in > p > b{
    color: #911515;
    font-size: 12px;
    line-height: 12px;
}
.buy_sell_item_details_cnt_in > p > a:hover{
    text-decoration: underline;
}
.buy_now_btns{
    display: block;
    padding: 10px 0;
}
.buy_now_btns ul{
    margin: 0 -8px;
}
.buy_now_btns ul li{
    width: auto !important;
    padding: 0 8px;
}
.buy_now_btns ul li a{
    background: #911515;
    padding: 8px;
    color: #ffffff;
    border-radius: 3px;
}
.buy_now_btns ul li a:hover{
    text-decoration: none;
    background: #691313;
}
.buy_now_btns input[type="text"]{
    width: 80%;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}
.buy_now_btns input[type="button"]{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 12px;
    background: #911515;
    padding: 9px 8px;
    color: #ffffff;
    border-radius: 3px;
    border: none;
}
.buy_now_btns input[type="button"]:hover {
    text-decoration: none;
    background: #691313;
}
.buy_sell_user_rating{
    margin-top: 26px;
}
.buy_sell_user_rating a{
    font-size: 15px;
    line-height: 15px;
    color: #B93434;
    margin: 0 0 5px 0;
}
.buy_sell_user_rating .rating_stars_block img{
    height: 20px;
}
.buy_sell_user_rating p{
    font-size: 12px;
    line-height: 12px;
    padding: 0 0 5px 0;
}
.watching_pan{
    display: block;
}
.watching_pan ul{
    display: inline-block;
    float: left;
    width: 100%;
}
.watching_pan ul li{
    display: block;
    padding: 0 0 5px 0;
}
.watching_pan ul li a{
    display: block;
    background: #eeeeee;
    border: 1px solid #bfbfbf;
    padding: 6px 8px 6px 20px;
    color: #515151;
    font-size: 12px;
    font-weight: 600;
    border-radius: 3px;
    position: relative;
}
.watching_pan ul li a:after{
    position: absolute;
    top: 50%;
    left: 7px;
    content: '';
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #651f1f;
    border-right: 3px solid transparent;
    margin-top: -3px;
}
.watching_pan ul li a:hover{
    color: #883131;
}
.buy_sell_similar_items_in{
    display: block;
}
.buy_sell_similar_items_in ul{
    display: inline-block;
    float: left;
    width: 100%;
}
.buy_sell_similar_items_in ul li{
    display: inline-block;
    float: left;
    width: 150px;
}
.buy_sell_similar_items_in ul li a{
    display: block;
    margin: 0 0 10px 0;
}
.buy_sell_similar_items_in ul li a img {
    width: 100%;
    height: auto;
    max-height: 90px;
    overflow: hidden;
}
.buy_sell_similar_items_in ul li p{
    font-size: 12px;
    line-height: 12px;
    color: #323232;
    padding: 0 0 5px 0;
}
.buy_sell_similar_items_in ul li p span{
    color: #808080;
}
.buy_and_sell_fb_cnt{
    text-align: center;
}
.buy_and_sell_fb_cnt .buy_sell_user_rating{
    margin: 0;
    border: none;
}
.buy_and_sell_fb_cnt_in{
    display: block;
    width: 65%;
    margin: 0 auto;
    text-align: left;
}
.buy_and_sell_fb_cnt_in h3{
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
}
.fb_quick_view > h4{
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    font-weight: 600;
}
.fb_quick_view > p{
    font-size: 14px;
    line-height: 14px;
    display: block;
    color: #323232;
    width: 45%;
}
.fb_quick_view > p > a{
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    float: right;
}
.red_link{
    color: #990000 !important;
}
.buy_sell_feedback_cnt{
    text-align: center;
    border: 1px solid #cccccc;
    margin: 17px 0 0 0;
}
.buy_sell_feedback_cnt h4{
    font-size: 18px;
    font-weight: 600;
    padding: 0px;
    color: #990000;
}
/*Buy sell All categories*/
.buy_sell_category_cnt{
    display:block;
    padding: 15px;
    background: #ffffff;
}
.buy_sell_category_cnt_in{
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    width: 23%;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 16px 8px;
    min-height: 280px;
}
.buy_sell_category_cnt_in h2{
    font-size: 18px;
    line-height: 18px;
    color: #5c5c5c;
    margin: 0;
    padding: 0 0 7px 0;
    font-weight: normal;
}
.buy_sell_category_cnt ul{
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
.buy_sell_category_cnt ul li{
    display: block;
    padding: 0;
}
.buy_sell_category_cnt ul li a{
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #833333;
    font-weight: normal;
}
.show_more_link{
    color: #ffffff !important;
    background: #aa2e2e;
    padding: 6px;
    border-radius: 4px;
    margin: 8px 0 0 0;
}
.show_more_categories{
    display: none;
}
/*businesshome start*/
.business_home h5{
    text-align: center;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: table;
    padding: 15px 15px;
    width: 100%;
    margin-bottom:30px;
}
.business_home a {
    color: inherit;
    display: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
}
.notice_board_cnt .business_home a{
    display: inline-block;
}
.notice_board_cnt .business_home span a:hover{
    text-decoration: underline;
}
.business_home_box img{
    width:100%;
}
.business_home_box {
    border: 1px solid #ccc;
    padding: 5px;
}
.business_home_box {
    border: 1px solid #ccc;
    margin-bottom:30px;
    padding: 5px;
    position: relative;
    background-color: #fff;
}
.business_home_box .ineer_box {
    padding: 9px;
}
.business_right_box {
    border:ipx solid #ccc;
}
.business_right_box img {
    width: 100%;
}
.business_home_box .ineer_box .post_actions ul li:last-child span {
    color: #AA2E2E;
    font-weight: bold;
}
.business_home_box .ineer_box .post_actions ul li:last-child{
    float:right;
    padding:0;
}
.business_home_box .ineer_box p {
    font-size: 13px;
    min-height: 55px;
}
.business_home_box h3 {
    border: medium none !important;
    padding-left: 0 !important;
    text-align: left !important;
}
.business_home_box .post_actions > ul {
    border-bottom: medium none;
    padding: 8px 0 0 0;
}
.my_business_page .business_home_box .post_actions > ul{
    padding: 8px 15px 0 15px;
}
.business_home_box .post_actions > ul li{
    padding: 0 14px 0 0;
}
/*businesshome end*/


/*businesshome details page start*/
.business_details_page .vip_page_details img {
    padding: 0 15px 0px 0px;
}
.business_details_page .vip_page_details {
    display: table;
    padding: 10px 10px 25px;
}
.bussines_details_page_view img{
    padding: 0 15px 0px 0px;
    display: inline-block;
    float: left;
    width: 450px;
    height: 300px;
}
.bussines_details_page_view{
    width:100%;
}
.business_details_page .vip_page_details p {
    color: #323232;
    font-size: 13px;
    line-height: 18px;
    text-align:left;
}
.business_details_page .vip_page_details h3 {

    text-align:left;
}
.business_details_page .common {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cbcbcb !important;
    margin: 0 0 22px !important;
    padding: 10px !important;
    position: relative;
}
.business_details_page .post_actions p {
    font-size: 13px;
    line-height: 18px;
}
.business_details_page .post_actions p i {
    color: #AA2E2E;
    padding-right: 7px;
}
.fa_ic_business_details p{
    color:#AA2E2E;
}
.business_details_page .link_business a:hover {
    background: #AA2E2E none repeat scroll 0 0;

}

.report_user > img {
    height: auto;
    width: 100%;
}
.report_user + li {
    text-align: left;
}
.business_details_page .modal-content .buy_sell_item_des_cnt ul li:first-child {
    background: #fff none repeat scroll 0 0;

}

.business_details_page .vip_page_links ul li a {
    background: #000000 none repeat scroll 0 0;
    border: 1px solid #000;
    white-space: pre-line;
    word-break: break-all;

}
.business_details_page .vip_page_links ul li a.invite_friends{
    color: #ffffff !important;
}
.business_details_page .vip_page_links ul li a:hover {
    background: #AA2E2E !important;
    border: 1px solid #AA2E2E;
    color:#fff;

}

/*businesshome details page end*/

/*create_business page start*/
.create_business .bussiness_list_item {
    display: block;
    margin: 0 auto !important;
    max-width: 650px !important;
    padding: 20px 0 0;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
textarea:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */
.create_business .buy_sell_upload_item_img{
    /*    display: none;*/
}
/*create_business page end*/


/*my business page start*/
.my_business_page .ineer_box span {

    padding-bottom: 10px !important;
    position: relative;
    display:inherit;
}
.my_business_page .post_actions > ul > li {
    padding: 0;
    text-align: center;

}
.my_business_page .post_actions > ul > li {

    padding: 0 15px 0 0;
}
.my_business_page .business_home_box .ineer_box p {
    font-size: 13px;
    padding-top: 5px;
}
.pagination > li > a,.pagination > li > span {
    color: #b93434;
}
.pagination > li > a:hover,.pagination > li > span:hover{
    color: #b93434;
}

 .pagination > li.active > a,.pagination > li.active > span{
    color: #fff;
    background: #b93434;
    border-color:  #b93434;
}
.pagination > li.active > a:hover{
    background: #9e2828;
    border-color:  #9e2828;
}
.my_business_page_main .dashboard_rgt {
    padding: 0;
    text-align: center;
}
.my_business_page_main  .sponsored_links_main {
    padding: 0;
}
.my_business_page_main  .pagination {
    border-radius: 4px;
    display: inline-block;
    /*margin: 0 0 30px;*/
    padding-left: 0;
}
.my_business_page_main .ineer_box h3 + span {
    display: block !important;
}
.business_home_box:hover {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    border-radius:3px;
    cursor: pointer;
}
.my_business_page .business_home_box:hover .post_actions {
    background: #f2f2f2;
    border-radius: 4px;
}
.business_home_box h3 {

    padding: 10px 15px 10px 0px !important;
}
.my_business_page .business_home_box h3 {

    padding: 10px 15px 10px 15px !important;
}
.my_business_page_main .ineer_box h3 + span {

    padding: 0 15px;
    color:#787878;
}
.my_business_page_main .business_home_box img {

    padding: 0 15px;
}
.my_business_page_main .business_home_box .post_actions {
    position: absolute;
    padding: 0;
    width: 100%;
    bottom: 0;
    left: 0;
}
.my_business_page_main .my_business_page .business_home_box .ineer_box p {
    padding: 5px 15px;
    min-height: 65px;
    word-break: break-word;
}
.my_business_page_main .business_home_box .post_actions > ul > li {
    padding: 0 15px 0 6px;
}
.my_business_page_main .business_home_box {
    border: 1px solid #ccc;
    margin-bottom:30px;
    padding: 0;
    position: relative;
    padding-bottom: 34px;
}
.my_business_page_main .business_home_box .ineer_box {
    padding: 0;
}
.my_business_page_main .sponsored_links_main h6 {
    padding: 0 0 8px 0;
    font-size: 14px;
    line-height: 14px;
    border-bottom: 1px solid #cccccc;
    margin: 0 0 8px 0;
    text-align: left;
}
/*my business page end*/

/*fav business page start*/
.fav_business_page_main .business_home_box .ineer_box p {
    font-size: 13px;
    padding-bottom: 10px !important;
    padding-top: 5px;
}
.my_business_page_main .ineer_box h3 + span font {
    color: #787878;
}

/*fav business page end*/


/*invitation business page start*/

.invitation_page .ineer_box img {
    padding-top: 15px !important;
}
.invitation_page .buttons_invitation_page {
    padding: 0 15px 15px;
}
.invitation_page .buttons_invitation_page input {
    background: #9c1e1e;
    color: #ffffff;
    font-size: 12px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 3px 8px;
   /* margin-right: 15%;*/
}
.invitation_page .buttons_invitation_page input:hover {
    background: #6b1e1e;
}
.invitation_page .buttons_invitation_page input:last-child {
    background: gray;
}
.invitation_page .buttons_invitation_page input:last-child:hover {
    background: #9c1e1e;
    /*  opacity:0.5;*/
}
/*invitation business page end*/

/*my business page details page start*/

.dashboard_cnt.business_details_page .events_block {
    padding-bottom: 20px;
}
.business_details_page .sponsored_links_main {
    padding: 0px 0 0 0;
}
/*my business page details page end*/

/*Blogs Page Starts Here*/
.read_more_link{
    font-size: 11px !important;
    line-height: 11px !important;
    color: #9e2121 !important;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block !important;
}
.blogs_cnt .post_actions ul{
    margin: 0 0 12px 0;
}
.blogs_cnt .post_actions p{
    padding: 0;
}
.blogs_cnt .evnt_actions ul{
    margin: 0;
}
.blogs_cnt .post_status_img{
	position: relative;
    /*width: inherit;
    height: inherit;*/
    padding: 0;
}
/*My blogs Page*/
.my_blogs_cnt .add_top_news{
    padding: 10px 0 0 0;
}
.my_blogs_cnt .delete_notes .add_top_news{
    padding: 0;
}
.my_blogs_cnt .post_cnt{
    float: none;
}
.my_blogs_cnt .post_main_cnt{
    margin: 0 0 15px 0;
    padding: 0 10px 8px 10px;
    border-bottom: 1px solid #cccccc;
}
.my_blogs_cnt .delete_notes{
    padding: 12px 12px 12px 0;
}
/*Blog Details Page*/
.comments_main_cnt h3{
    padding: 0;
}
.blogs_cnt .comments_main_cnt .comment_box{
    border: none;
}
.blogs_cnt .post_status_img a,.my_blogs_cnt .post_status_img a{
    display: block;
}
.notice_board_cnt .game_category input[type="button"].button{
    float: none;
    width: 100%;
    padding: 5px 8px;
}
.add_blog_cnt .keep_login{
    padding: 2px 0 0 15px;
}

.add_blog_cnt .business_lft{
    float: none;
    margin: 0 auto;
    display: block;
}
/*Notice board Page*/
.notice_board_cnt .vip_cnt > ul > li{
    width: 50%;
}
.notice_board_cnt .vip_cnt > ul > li .vip_cnt_in{
    position: relative;
}
.notice_board_cnt .vip_cnt > ul > li .vip_cnt_in .image_count{
    margin-right: 0;
}
.notice_board_cnt .gaming_menu.common:before{
    display: none !important;
}
.notice_board_cnt .game_name ul li.col-sm-12 select:last-child{
    float: none;
}
.notice_board_cnt .vip_post_title p{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    word-break: break-word;
}

/*discount pages start here*/

/*discount home page start here*/

.my_discounts_home .ineer_box h3 img {
    margin: 0 10px 0 0;
    padding: 0 !important;
    width: 45px;
    height: 45px;
}
.business_home a img{
    height: 200px;
}
.my_discounts_home .ineer_box h3 + span {
    font-size: 10px;
}
.my_discounts_home .discount_person{
    border-top:1px solid #ccc;
    background:#ccc;
    padding: 5px 15px;
}
.my_discounts_home .events_block {
    padding-bottom: 0;
}
.my_discounts_home .business_home_box h3{
    text-align: left !important;
}
.my_discounts_home .business_home_box .ineer_box .post_actions ul li:last-child span {
    color: inherit;
    font-weight: inherit;
    display: inline-block;
}
option {
    padding: 4px 10px;
}
/*discount home page end here*/


/*discount pages end here*/

.btn_submit{
    background: #903535 none repeat scroll 0 0;
    border: 1px solid #6a2020;
    border-radius: 3px;
    color: #ffffff;
    float: right;
    font-weight: 600;
    margin: 0 14px 0 0;
    outline: medium none;
    padding: 4px 16px;
    text-transform: uppercase;
}
.btn_submit:hover{
    background: #eeeeee none repeat scroll 0 0;
    color: #000000;
}
.info_links_display{
    display:block;

}
.notice_board_cnt .my_business_page .business_home_box:hover .post_actions{
    background: #ffffff;
}
/*Stumble page start Here*/
.stumble_cnt_in{
    padding: 0;
}
.stumble_cnt_in > ul{
    display: inline-block;
    vertical-align: top;
     width:100%;
}
.stumble_cnt_in > ul > li{
    display: inline-block;
    vertical-align: top;
    padding: 0 4px 8px 4px;
    width: 19.7%;

}
.new_date_member_new .stumble_cnt_in > ul > li{

    position:relative;
}
.new_date_member_new .stumble_cnt_in > ul > li h7 {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
    padding: 4px 7px;
    position: absolute;
    right: 10px;

}
.dashboard_cnt.gaming_main_cnt.new_date_member_new_main {
    padding-top: 22px;
}
.profile_info_block.edit_profile_block {
    padding-top: 7px;
}
.stumble_cnt .message_settings_cnt{
  position: relative;
  width: 170px !important;
  padding: 0 !important;
}
.stumble_cnt .message_settings_cnt label{
  margin-bottom: 0;
  cursor: pointer;
}
.stumble_user{
    padding: 4px;
    border: 1px solid #cccccc;
    position: relative;
    min-height: 301px;
}
.stumble_user:hover{ border-radius: 3px;
                     -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
                             box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
                     cursor: pointer;}
.stumble_user a{
    display: block;
    height: 165px;
    overflow: hidden;
    padding: 0 0 8px 0;
}
.stumble_user a img{
    display: block;
    width: 100%;
    height: 100%;
}
.stumble_user h6{
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    padding: 0 0 6px 0;
}
.stumble_user p{
    font-size: 11px;
    padding: 0 0 6px 0;
    line-height: 11px;
    width: 100%;
}
.stumble_user p span{
    color: #018A0E;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    float: left;
    width: 50%;
}
.stumble_user ul{
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 100%;
}
.stumble_user .share_btn {
    float: none;
    padding: 0 8px;
    display: block;
    width: 70%;
    margin: 8px auto;
}
.stumble_user .share_btn input[type=button]{
    width: 100%;
    padding:  5px 8px;
}
.stumble_user ul li{
    display: inline-block;
    vertical-align: top;
    padding: 0 6px 8px 0;
    width: 50%;
    float: left;
}
.stumble_user ul li a{
    display: block;
    font-size: 13px;
    line-height: 14px;
    color: #323232;
    width: auto;
    height: auto;
    padding: 0;
    font-weight:normal;
}
.stumble_user ul li a:hover{font-weight:500; color:#000;}
.stumble_user ul li a span{
    color: #B93434;
    display: inline-block;
    padding: 0 0 0 5px;
    float: right;
    font-weight: 400;
}
.stumble_cnt_in_new .stumble_user ul li a span{float:none;}
/*Stumble Details Page Start Here*/
.stumble_actions{
    display: inline-block;
    float: right;
}
.stumble_actions ul{
    display: inline-block;
    vertical-align: top;
}
.stumble_actions ul li{
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
}
.stumble_actions ul li a{
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: #861715;
    background: url('../images/stumble_action_icons.png') no-repeat;
    background-size: 16px;
    padding: 2px 0 2px 23px;
}
.stumble_actions ul li a.send_message{
    background-position: 0 1px;
}
.stumble_actions ul li a.frnd_rqst{
    background-position: 0 -36px;
}
.stumble_actions ul li a.report_user{
    background-position: 0 -75px;
}
.stumble_details_cnt .edit_profile_info h2{
    display: inline-block;
}
/*lost and stolen page starts here*/
.lost_stolen_cnt .profile_photos{
    padding: 0;
    background: none;
    border: none;
}
.lost_stolen_cnt .images_count{
    opacity: 1;
    visibility: visible;
}
.lost_and_stolen h3 {
    padding-left: 5px !important;
    padding-top: 0 !important;
}
.lost_stolen_cnt #events_slider .slick-arrow{
    display: none !important;
}
/*.lost_and_stolen .row {
    display: table;
}

.lost_and_stolen .row  [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
        width:45% !important;

}*/

.lost_and_stolen .vip_page_links ul li a {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 14px;

    font-weight: 400;
    height: auto;
    line-height: 19px;
    padding: 2px 5px 3px;
}
.span_lost_stole_3 span {
    clear: both;
    display: table;
    font-size:13px;
    position: relative;
}
.ineer_box.span_lost_stole_3 > span:nth-child(3) {
    padding-bottom: 10px;
}
.lost_and_stolen .business_home .col-sm-6 {
/*
    border-bottom: 0px solid #f5f5f5 !important;
    padding-left: 2px !important;
    padding-right: 0 !important;
*/
}
.lost_stolen_cnt .events_block {
    padding: 0 0 20px 0;
}
.modify_search_new{
    background:#fff;
    padding:0 15px;
    margin-bottom:20px;
    border:1px solid #ccc;
}
.modify_search_new h3{padding:15px 0; margin:0; cursor:pointer;}
.modify_search_new .gaming_menu {
    display: block;
    margin-bottom: 0;
    margin-top: 15px;
}
#welcomediv{-webkit-transition:1s height ease-in;transition:1s height ease-in }
.lost_stolen_cnt .header_lost_stolen_profile img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0px !important;
    border-radius: 14px;
    margin: 0 10px 05px 0 !important;
}
.header_lost_stolen_profile h3 {
    color: #AA2E2E;
    font-weight:normal;
}
.header_lost_stolen_profile h3 {
    color: #aa2e2e;
    font-weight: normal;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px !important;
}
.modify_search_new .answer_list {
    margin-bottom: 15px;
}
.modify_search_new .gaming_menu.common {
    margin-top: 5px;
}
.modify_search_new  .gaming_menu > ul {
    display: inline-block;
    padding: 5px 0;
    vertical-align: top;
    width: 100%;
}
.modify_search_new .game_category ul li select, .modify_search_new .game_name ul li select {
/*
    background: rgba(0, 0, 0, 0) url("../images/select_dwn_arrw.png") no-repeat scroll 95% center;
    height: 40px;
    line-height: 40px;
    outline: medium none;
    padding: 0 10px;
    position: relative;
    width: 100%;
    color:#666;
*/
}
.modify_search_new .game_category ul li, .modify_search_new .game_name ul li {
    padding: 0 8px;
}
.list_something{
    padding-bottom:20px;

}
.col-sm-2.dashboard_rgt.list_something2 .sponsored_links_main {
    padding-top: 27px;
}
.lost_and_stolen .vip_page_links ul li a.lost_new{background:#AA2E2E;}
.lost_and_stolen .vip_page_links ul li a.found_new{background:#36B242;}
.hidden-lg.new_search_mobile {
    margin-top: 0;
    padding-top: 0 !important;
}
.ineer_box.span_lost_stole_3 font {
    color: #AA2E2E;
    font-weight: bold;
}
.ineer_box.span_lost_stole_3 font.green {
    color: green;
    font-weight: bold;
}
.lost_and_stolen .vip_page_links .col-sm-6.col-xs-6 p {
    border-bottom: 0px solid #000;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    margin-top: 0;
    padding: 0;
    min-height: inherit;
}
.lost_and_stolen .vip_page_links .col-sm-6.col-xs-6 p:last-child {
    border-bottom: 0 none;
}
.height_right{float:right; width:49%;}
.height_left{float:left; width:49%;}
.input_lost_stolen{
    height:40px;
}
input[type="text"].input_lost_stolen{
    /*border: 1px solid #ccc;
    height:40px;*/
}

/*dating pages start here*/
.events_block.new_date_members {
    padding-bottom: 0px;
}
.dashboard_cnt.gaming_main_cnt.new_date_member_new_main .modify_search_new h3 span {
    display: inline;
}
.vip_main_cnt.stumble_main_cnt.new_date_member_new  .stumble_user p span {
    color: #018a0e;
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    width: 50%;
}
.vip_main_cnt.stumble_main_cnt.new_date_member_new .stumble_user p span.offline {color:#AA2E2E;}
.new_date_member_new_main .modify_search_new .game_category ul li, .modify_search_new .game_name ul li {
    margin-bottom: 15px;
    padding: 0 8px;
}
.new_date_member_new .aged_left,.new_date_member_new .aged_right{width:49%; float:left;}
.new_date_member_new .aged_right{width:49%; float:right;}
.new_date_member_new li label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    max-width: 100%;
    text-align: left;
}
.new_date_member_new_main .modify_search_new_button {
    border: 1px solid #fff;
    float: right;
    height: 40px;
    margin: 21px 15px;
    padding: 6px 15px;
    background:#AA2E2E;
    color:#fff;
    border-radius:4px;
}

.new_date_member_new .message_settings_cnt ul li label{
    width: auto;
    display: inline-block;
    padding: 5px 0;
    border: none;
}
.new_date_member_new .message_settings_cnt ul li label span{
    top: 7px;
    right: -48px;
    height: 35px;
}
.new_date_member_new .message_settings_cnt{
    padding:0 0 10px 0;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.new_date_member_new .message_settings_cnt ul li label span:before{
    width: 35px;
    height: 20px;
    border: 1px solid #ccc;
}
.new_date_member_new .message_settings_cnt ul li label span:after{
    height: 16px;
    width: 16px;
    top: 3px;
    left: 18px;
}
.new_date_member_new .message_settings_cnt ul li label.switch_on span:after {
    top: 3px;
    left: 4px;
}
.new_date_member_new .business_dropdown{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 8px 8px 0;
}
.new_date_member_new .business_dropdown ul li:first-child{
    display: block;
}

.buy_sell_item_des_cnt > ul li.date_of_birth {
    padding-left: 5px;
    padding-right: 5px;
    width: 25%;
}

.buy_sell_item_des_cnt > ul li.date_of_birth:nth-child(2) {
    padding-left: 15px;
}
.buy_sell_item_des_cnt > ul li.date_of_birth:nth-child(4) {
    padding-right: 15px;
}
.missing_person_cnt .game_name ul li.col-sm-12 select:last-child {
    float: none;
}
.missing_person_cnt .post_actions > ul > li > a span {
    display: block;
}
.missing_person_cnt .business_home_box .ineer_box p {
    font-size: 13px;
    padding-left: 5px;
}
.new_date_member_photos {
    display: table;
    margin-bottom: 20px;
}
.new_date_member_photos li {
    border: 1px solid #ccc;
    float: left;
    height: 150px;
    margin-right: 10px;
    width: 150px;
    margin-bottom:10px;
}
.new_date_member_photos li img {
    width:150px;
    height:150px;
    padding: 5px;


}
.buttons_new_dating {
    clear: both;
    display: block;
    float: right;
    text-align: right;
    width: 100%;
    padding:5px 8px 15px;
}
.buttons_new_dating > li {
    color: #464646;
    font-weight: 600;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px 15px;
    margin-right:5px;
    background:#ededed ;
    cursor:pointer;
    text-transform:uppercase;
}
.buttons_new_dating > li:hover {background:#AA2E2E; color:#fff;}
.buttons_new_dating > li:hover a{color:#fff;}


.information_dating_inner {
    border-top: 1px solid #ccc;
    display: table;
    padding: 15px 0;
    width: 100%;
}

.information_dating_inner > ul {
    float: left;
    font-size: 13px;
/*    width: 50%;*/
}
.information_dating_inner p {
    font-size: 13px;
}
.information_dating_inner h3 {
    text-transform: uppercase;
}
.information_dating_inner > ul > li{
    display: inline-block;
    padding: 0 0 12px 0;
    width: 50%;
    vertical-align: top;
}
.information_dating_inner > ul > li > ul > li:first-child {
    width: 216px;
}
.information_dating_inner > ul li label{display:inline-block;
    /*width:150px;*/
}

.business_home_box .post_actions.post_actions_missin_persons > ul li{float:left; padding-right:25px;}
.business_home_box .post_actions.post_actions_missin_persons > ul li a:hover{color:#aa2e2e;}
.result_thumbonail_edit_date #result img{width:100px; height:100px; float:left; margin:10px 7.5px;}
.Personal_Information_new .edit_profile_cnt_in input[type="radio"] {
    /* border: 1px solid #ccc;
    margin: 0 5px;

    border-radius: 50%;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    position:relative;
    top:2px;
    margin-left:25px; */
}
.profile_personal_info_cnt.Personal_Information_new .edit_profile_cnt_in li li {
    width: 48% !important;
}
.profile_personal_info_cnt.Personal_Information_new .edit_profile_cnt_in li li .radio_bnt_holder{
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
}
.datingpage_sponsor .sponsored_links_main{
    padding-top:0;

}
.all_messages_cnt .business_home_box > h3 {
    background: #AA2E2E none repeat scroll 0 0;
    color: #fff;
    margin-bottom: 5px;
    padding-top: 7px !important;
    text-align: center !important;
}
.all_messages_cnt .all_message_box span {
    display: inline-block;
    width: 49%;
}
.all_messages_cnt .all_message_box span:nth-child(2) {
    text-align:right;
}
.all_messages_cnt .all_message_box span:nth-child(1){
    color:#AA2E2E;
    font-weight:bold;

}
.all_messages_cnt .all_message_box span:nth-child(3){

    font-weight:bold;
    display:block;
    width:100%;
}
.all_messages_cnt .all_message_box span:nth-child(4){font-weight:normal; display:block; width:100%;}

.all_messages_cnt .business_home_box .ineer_box {
    padding: 5px;
}
.all_messages_cnt .ineer_box h3 {
    padding-bottom: 5px !important;
    padding-left: 0 !important;
    padding-top: 3px !important;
}
.business_home.lost_and_stolen.all_messages_cnt .col-sm-4 {
    padding-left: 7px;
    padding-right: 7px;
}
.business_home.lost_and_stolen.all_messages_cnt {
    padding: 20px 15px 0;
}
.business_home.lost_and_stolen.all_messages_cnt .business_home_box {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 5px;
}
.all_message_box .read {
    color: #008000 !important;
}
.all_message_box .recived{
    color:blue !important;

}
.information_dating_inner label font {
    float: right;
    padding-right: 15px;
    text-align: right;
}

/* Class for pop of Image view for wall post start*/
.slider-drop {
    max-height: 350px;
    width: 700px;
}
.slider-drop img {
    width: 100%;
}
.slider-drop .modal-body{
    width: 100%;
    display: table;
    height: 350px;
}
.slider-drop .icon img{
    max-width: 50px;
    margin-right: 12px;
    height: 50px;
}
.slider-drop .icon a{
    font-size: 15px;
    font-weight: 700;
}
.post-links select {
    width: 100px;
}
.post-links a {

    padding: 0px 11px;
    padding-bottom: 10px;
    font-size: 12px;
    color: red;

}
.post-links li {
    list-style: none;
}

.post-comment-left img{
    max-width: 35px;
    margin-right: 20px;
}
.left.post-comment-left {
    display: inline-block;
    vertical-align: top;
    width:35px;
    margin:0 12px 10px 0;
}
.right.post-comment-right{
    display: inline-block;
    vertical-align: top;
    width: 77%;
    word-wrap: break-word;
}
.pop_comment_box{
    display: block;
    margin: 0 0 8px 0;
}
.post-comment-left img{
    width: 35px;
    height: 35px;
}
.right.post-comment-right strong > a {
    font-size: 12px !important;
    padding-right: 10px;
    font-weight: 700;
}
.right.post-comment-right span {
    padding-right: 10px;
}
.post-comment {
    margin-top: 0px;
}
.commentData .timeago{
    display: block;
}
.post-comment .comment_rgt input.comment-input {
    margin-top: 0px;
    width: 220px;
}
.post-comment .comment_rgt {
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 0;
    position: relative;
    width: 80%;
}
.post-comment  .comment_rgt input[type="button"] {
    margin-top: -5px;
}
.comment-sec {
    height: 180px;
    overflow-y: auto;
}
.request_btns{
    display: block;
}
.request_btns ul{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding:0;
}
.request_btns ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 18px 0 0;
}
.request_btns ul li a{
    display: inline-block;
    background: none;
    border:none;
    padding: 0;
    color:#b93434;
}
.request_btns ul li a i{
    font-size: 20px;
    line-height: 19px;
    vertical-align: middle;
}
.request_btns ul li a img{
    width: auto;
    height: 20px;
    margin:0 5px 0 0;
}
.send_message_popup ul li{
    padding: 0 15px 15px 15px;
}
.popup_modal_new h4{
    padding: 0 15px;
}
.send_message_popup ul li:last-child{
    padding: 0;
}
.send_message_popup ul li.share_btn{
    float: none;
    text-align: right;
}
/*End*/
/*mobile request dd on 17-04-2018*/
.mobile_header ul li a.requests{
    position: relative;
}
.mobile_header ul li a.requests:after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -320px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #353535;
    margin-right: -12px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.mobile_header ul li.active a.requests:after {
    visibility: visible;
    opacity: 1;
    right: 50%;
}
.mobile_header ul li a.notify_icon:after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -320px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #353535;
    margin-right: -12px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.mobile_header ul li.active a.notify_icon:after {
    visibility: visible;
    opacity: 1;
    right: 50%;
}
.mobile_header ul li a.msg_icon:after {
    content: '';
    position: absolute;
    bottom: -8px;
    right: -320px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #353535;
    margin-right: -12px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.mobile_header ul li.active a.msg_icon:after {
    visibility: visible;
    opacity: 1;
    right: 50%;
}

.mobile_request{
    display: block;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #353535;
    right: -100%;
    top: 43px;
    /*height: calc(100% - 43px);*/
    overflow: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.mob_requ_open .mobile_request{
    right: 0;
}
body.mob_requ_open {
    overflow-y: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.mob_requ_open .overlay {
    visibility: visible;
    opacity: 0.3;
}
.mobile_request ul{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.mobile_request ul li{
    display: block;
    margin: 0;
    color: #fff;
    padding: 16px;
    cursor: pointer;
    border-bottom: 1px solid #5a5a5a;
}
.mobile_req_main{
    padding: 0;
}
.mob_req_img{
    display: inline-block;
    vertical-align: middle;
}
.mob_req_img img{
    width: 50px;
    height: 50px;
}
.mob_req_msg{
    display: inline-block;
    vertical-align: middle;
    width: 77%;
    text-align: left;
    padding: 0 12px;
    position: relative;
}
.mob_req_msg p{
    color: #fff;
    font-size:15px;
    line-height: 15px;
    font-weight: 700;
    padding: 0 0 5px 0;
}
.mob_req_msg a{
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    border: 1px solid #ccc;
    padding: 3px 4px;
    border-radius: 2px;
    margin: 0 6px 0 0;
}
.mob_req_msg a:hover{
    background: #797979;
}
.mob_req_msg span{
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 2px;
}
.mobile_request ul li:hover{
    background: #4a4848;
}
/*mobile notification dropdown*/
.mobile_notify_main{
    display: block;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #353535;
    right: -100%;
    top: 43px;
    height: auto;
    overflow: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.mobile_notify_main .notification_dd{
    background: transparent;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow-y: auto;
    height: calc(100% - 43px);
}
.mobile_notify_main .notify_mid > a,.mobile_notify_main .time_ago span{
    color: #fff;
}
.mobile_notify_main .notification_dd ul li:hover {
    background: #4a4848;
}
.mobile_notify_main .notify_mid{
    width: 73%;
    text-align: left;
    overflow: inherit;
    white-space: normal;
}
.mob_notifications_open .mobile_notify_main{
    right: 0;
}
.mob_notifications_open{
    overflow-y: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.mob_msg_open {
    overflow-y: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.mob_msg_main{
    display: block;
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #353535;
    right: -100%;
    top: 43px;
    /*height:calc(100% - 43px);*/
    overflow: auto;
    text-align: left;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.mob_msg_open .mob_msg_main{
    right: 0;
}
.mob_msg_main .notify,.mob_msg_main  .notify_mid{
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.mob_msg_main  .notify_mid b,.mob_msg_main  .notify_mid p{
    color:#fff;
}
.mob_msg_main  .notify_mid{
    width: 73%;
    text-align: left;
    overflow: inherit;
    white-space: normal;
}
.mob_msg_main .notify_mid b{
    margin:12px 0 8px 0;
    display: block;
    font-size: 16px;
    line-height: 18px;

}
.mob_msg_main  .notify_mid p{
    text-align: left;
    padding: 0;
    line-height: 16px;
    font-size: 16px;
}
.mob_msg_main  .notify_mid p a{
    color: #fff;
}
.mob_msg_main ul li{
    padding: 13px 8px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #bfbfbf;
    cursor: pointer;
}
.mob_msg_main ul li:hover{
    background: #4a4848;
}

/*bussiness details page events modal*/
.events_modal button.close{
    position: absolute;
    top: -12px;
    right: -12px;
    width: 30px;
    height: 30px;
    background: #636161;
    z-index: 999;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    font-weight: normal;
    border-radius: 100%;
    /*-webkit-box-shadow: 0 0 5px 2px #505050;
            box-shadow: 0 0 5px 2px #505050;*/
}
.events_modal .buy_sell_item_des_cnt ul li{
    width: 100%;
    padding: 0;
}
.events_modal .buy_sell_item_des_cnt ul li input[type="file"]{
    border: 1px solid #e0e0e0;
    width: 100%;
    padding: 4px 10px;
}
.events_modal .buy_sell_item_des{
    padding: 15px;
}
.events_modal .buy_sell_item_des_cnt.event_date ul li{
    width: 33.33%;
    padding: 0 8px 0 0;
}
.events_modal .buy_sell_item_des_cnt.event_date ul li:first-child{
    width: 100%;
    padding: 0;
}
.events_modal .common{
    margin: 0;
    padding: 0;
    border: none;
}
.events_modal .modal-body{
    padding: 0;
}
.events_modal .buy_sell_item_des h2{
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    padding: 0 0 10px 0;
}
.events_modal .buy_sell_item_des_cnt{
    padding: 0 0 14px 0;
}
/*report user popup*/
.report_user_popup .buy_sell_item_des_cnt ul li{
    width: 64%;
    padding: 50px 0 0 0;
}
.report_user_popup .buy_sell_item_des_cnt ul li:first-child{
    width: auto;
    padding: 0;
}
.report_user_popup .buy_sell_item_des_cnt ul li.report_user img{
    width: 200px;
    height: 200px;
}
.radio_bnt_holder{
    padding: 0 0 10px 0;
}
.radio_bnt_holder input[type="radio"]{
    position: absolute;
}
.radio_bnt_holder label{
    cursor: pointer;
    position: relative;
    padding: 0 0 0 25px;
    display: block;
}
.report_user_popup input[type="submit"] {
    background: #9c1e1e;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 3px 8px;
    float: right;
    margin: 20px 0 0 10px;
}
.radio_bnt_holder label:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.radio_bnt_holder label:after{
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    background: #aa2e2e;
    border-radius: 100%;
    -webkit-transform: scale(0,0);
            transform: scale(0,0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.radio_bnt_holder input[type="radio"]:checked + label:after{
    -webkit-transform: scale(1,1);
            transform: scale(1,1);
}
.report_user_popup .report_user_last h4{
    text-align: left;
}
.report_user_popup .report_user_last .buy_sell_item_des_cnt ul li {
    width: 100%;
    padding:0;
    text-align: left;
}
.report_user_popup .skylight-dialog{
    width:80% !important;
    margin-left: -40% !important;
    height: auto !important;
    padding: 0 !important;
}
.edit_my_vip_page{
    overflow: auto;
    max-height: 300px;
}
.edit_my_vip_page ul li{
    display: block;
    padding: 0 0 8px 0;
}
.unfriend_report .unfriend_report_lft{
    display: inline-block;;
    float: left;
    width: 50%;
}
.unfriend_report .unfriend_report_lft i{
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    padding: 3px 0 0 0;
    display: block;
}
.unfriend_report a{
    float: right;
    margin: 0 14px 0 0;
    background: #903535;
    border: 1px solid #6A2020;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 3px 10px;
    font-weight: 600;
    outline: none;
}
.events_post_info{
    position: relative;
}
.new_events_block .evnt_time{
    float: none;
    display: block;
    border-top: 1px solid #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 20px 0;
    margin: 0 0 20px 0;
}
.new_events_block .evnt_time p{
    padding: 0;
}
.new_events_block .evnt_time span{
    display: inline-block;
    padding: 0 20px 0 0;
}
.new_events_block .evnt_time span i{
    padding: 0 5px 0 0;
}
.new_events_block .evnt_actions,.event_location{
    display: inline-block;
    float: left;
}
.new_events_block .evnt_actions{
    width: 25%;
    padding: 0 18px 0 0;
}
.new_events_block .evnt_actions ul{
    display: block;
    float: none;
}
.new_events_block .evnt_actions ul li{
    display: block;
    float: none;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px 0;
}
.new_events_block .evnt_actions ul li a{
  font-size: 15px;
    line-height: 15px;
    color: #1486fd;
    cursor: pointer;
}
.event_location{
    width: 75%;
}
.event_location p{
    padding: 0 0 20px 0;
}
.event_location p span{
    width: 20px;
    height: 30px;
    margin-right:15px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/profile_info_sprite.png) no-repeat center left;
    background-size: 25px;
    background-position: 0 -308px;
}
.event_location p em{
    display:inline-block;
    vertical-align: top;
    width:75%;
    line-height: 26px;
}
.event_location > div.events_map{
    width: 100% !important;
    border: 1px dashed #ccc;
  margin: 0 0 15px 0;
}
.event_location .post_rgt ul li{
  width: 26%;
}
.event_location .common.status.post_block{
  margin: 0;
  border: none;
}
.event_location .share_box{
  width:100%;
  display: block;
}
.event_location .share_box textarea{
  background: #e2e2e2;
    padding: 15px;
    height: 100px;
    border: 1px solid #b1b1b1;
}
.events_post_info .post_text p{
  display: inline-block;
  vertical-align: middle;
}
.invite_list > div{
    padding:0 0 12px 0;
    display: inline-block;
    vertical-align: top;
    width: 40%;
}
.add_profile_image > div span{
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0 0;
    width: 33.33%;
}

.add_profile_image > div span:first-child{
    vertical-align:top;
    width:auto;
}
.add_profile_image > div:last-child{
  display: block;
}
.add_profile_image > div span .keep_login{
  float: none;
  display: block;
  width:100%;
}
.add_profile_image > div span .keep_login label:before{
  background: #ccc;
  width: 16px;
  height: 16px;
}
.add_profile_image > div span .keep_login label:after{
  left: 5px;
    top: -5px;
}
.add_profile_image > div.delete_notes{
  width:100%;
  display: block;
}
.add_profile_image > div.delete_notes .add_top_news{
  padding: 0;
}
.add_profile_image > div.delete_notes p{
    font-size: 15px;
    line-height: 15px;
    padding: 4px 0 0 0;
}



.modal.delete_profile {
    text-align: center;
    padding: 0!important;
}

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

.delete_profile .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.delete_profile .modal-dialog {
    margin: 30px auto;
    width: 300px;
}

.delete_profile p{
    font-size:13px;
}
.delete_profile .buttons_delete_profile{
    padding-top:5px;
    display:table;
    width:100%;

}
.delete_profile .buttons_delete_profile.text-right > input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
}
.delete_profile .buttons_delete_profile.text-right > input:hover {
    background:#B93434;
    color:#fff;
    border:1px solid #B93434;

}


.messege_main_bg{
    border:1px solid #ccc;
    display:table;
    width:100%;
    padding:0;
    background:#fff;

}
.messege_block_new .marvel-device .screen {
    border: 0px solid #ccc;
    margin-bottom: 0;
    text-align: left;
}

.messege_block_new .screen-container {
    border-left: 1px solid #ccc;
    height: 100%;
}
.messege_block_new .nav-tabs > li.active > a, .messege_block_new .nav-tabs > li.active > a:hover, .messege_block_new .nav-tabs > li.active > a:focus {

    background-color:#f2f2f2;
    border:none !important;
    color: #000;
    cursor: default;
    border-color:transparent;
    border:0px;
    border-radius:0;
}

.messege_block_new .nav-tabs > li > a:hover {
    border-color:transparent !important;
}
.messege_block_new .nav > li > a:hover, .messege_block_new .nav > li > a:focus {
    background-color: transparent;
    text-decoration: none;
}
.messege_block_new .avatar_msg > img {
    border-radius: 50%;
    float: left;
    height: 33px;
    margin-left: -5px;
    margin-right: 10px;
    margin-top: -6px;
    width: 33px;
}
/* Status Bar */

.messege_block_new .status-bar {
    height: 25px;
    background: #004e45;
    color: #fff;
    font-size: 14px;
    padding: 0 8px;
    display:none;
}

.messege_block_new .status-bar:after {
    content: "";
    display: table;
    clear: both;
}

.messege_block_new .status-bar div {
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 0 0 8px;
    font-weight: 600;
}

/* Chat */

.messege_block_new .chat {
    height: calc(100% - 69px);
}

.messege_block_new .chat-container {
    height: 100%;
    border-left:1x solid #ccc;
}

/* User Bar */

.messege_block_new .user-bar {
    height: 55px;
    background: #F2F2F2;
    color: #000;
    padding: 0 8px;
    font-size: 24px;
    position: relative;
    z-index: 1;
}
.header_messege_list li:last-child {
    float: right;
}
.header_messege_list ul li {

    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px 0;
    text-align: right;
    cursor:pointer;

}
.message_block_chat_list + i {
    position: absolute;
    right: 16px;
    top: 8px;
    color:#AA2E2E;
}
.messege_block_new .add_top_news .keep_login label::after {
    height: 16px;
    left: 7px;
    top: -9px;
    width: 6px;
}
.header_messege_list > ul {
    display: table;
    float: right;
    margin-top: -7px;
}
.messege_block_new .nav-tabs li.important .avatar_msg::before {
    background: #666 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    content: "✓";
    font-size: 25px;
    height: 36px;
    left: 7px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 36px;
    z-index: 999;
}
.header_messege_list ul li i{display:none;}
.header_messege_list ul li.important i {
    border: 1px solid #ccc;
    display: block;
    margin-right: 5px;
    margin-top: -2px;
    padding: 2px 6px;
}

.messege_block_new .user-bar:after {
    content: "";
    display: table;
    clear: both;
}

.messege_block_new .user-bar div {
    float: left;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.messege_block_new .user-bar .actions {
    float: right;
    margin: 0 0 0 20px;
}

.messege_block_new .user-bar .actions.more {
    margin: 0 12px 0 32px;
}

.messege_block_new .user-bar .actions.attachment {
    margin: 0 0 0 30px;
}

.messege_block_new .user-bar .actions.attachment i {
    display: block;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.messege_block_new .user-bar .avatar {
    margin: 0 0 0 5px;
    width: 36px;
    height: 36px;
}

.messege_block_new .user-bar .avatar img {
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
    display: block;
    width: 36px;
    height: 36px;
}

.messege_block_new .user-bar .name {
    font-size: 17px;
    font-weight: 600;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
    margin: 0 0 0 8px;
    overflow: hidden;
    white-space: nowrap;
    width: 50%;
}
.header_messege_list ul li:first-child {
    color: #aa2e2e;
    margin-right: -10px;
    padding: 9px 0 0;
}
.header_messege_list > p {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 0;
    padding-left: 10px;
    padding-top: 5px;
    color:#666;
}
.messege_block_new .nav-tabs > li.important .avatar_msg img {
    visibility: hidden;
}

.messege_block_new .user-bar .status {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
}

/* Conversation */

.messege_block_new .conversation {
    /* height: calc(100% - 12px);
    position: relative;
    background: #fff;
    z-index: 0;
    padding-bottom:30px; */


}
.header_left_messege i {
    color: #666;
    font-size: 16px;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
    vertical-align: middle;
    cursor: pointer;
}

.messege_block_new .conversation ::-webkit-scrollbar {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 5px;
    height: 1px;
    z-index: 10;
}

.messege_block_new .conversation ::-webkit-scrollbar-track {
    background: transparent;
}

.messege_block_new .conversation ::-webkit-scrollbar-thumb {
    background: #b3ada7;
}

.messege_block_new .conversation .conversation-container {
    height: 520px;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-x: hidden;
    padding: 10px 16px;
    text-align: center;
    margin-bottom: 5px;
}

.messege_block_new .conversation .conversation-container:after {
    content: "";
    display: table;
    clear: both;
}

/* Messages */

.messege_block_new .message {
    color: #000;
    clear: both;
    line-height: 18px;
    font-size: 15px;
    padding: 8px;
    position: relative;
    margin: 8px 0 !important;
    max-width: 100%;
    word-wrap: break-word;
    z-index: -1;
    /*width: 90%;*/
}

.messege_block_new .message:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}

.messege_block_new .metadata {
    display: inline-block;
    float: right;
    padding: 0 0 0 7px;
    position: relative;
    bottom: -4px;
}

.messege_block_new .metadata .time {
    color: rgba(0, 0, 0, .45);
    font-size: 11px;
    display: inline-block;
    padding: 0 6px 0 0;
    vertical-align: top;
}

.messege_block_new .metadata .tick {
    display: inline-block;
    margin-left: 2px;
    position: relative;
    top: 4px;
    height: 16px;
    width: 16px;
}

.messege_block_new .metadata .tick svg {
    position: absolute;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.messege_block_new .metadata .tick svg:first-child {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(800px) rotateY(180deg);
    transform: perspective(800px) rotateY(180deg);
}

.messege_block_new .metadata .tick svg:last-child {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0deg);
}

.messege_block_new .metadata .tick-animation svg:first-child {
    -webkit-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0);
}

.messege_block_new .metadata .tick-animation svg:last-child {
    -webkit-transform: perspective(800px) rotateY(-179.9deg);
    transform: perspective(800px) rotateY(-179.9deg);
}

.messege_block_new .message:first-child {
    margin: 16px 0 8px;
}

.messege_block_new .message.received {
    background: #f2f2f2;
    border-radius: 0px 5px 5px 5px;
    float: left;
    display: block;
}
.messege_block_new .message span {
    display: block;
    text-align: left;
    word-break: break-all;
}
.messege_block_new .message span.seen_status{
    display: inline-block;
    vertical-align: top;
    color: green;
    font-size: 12px;
}
.messege_block_new .message.received .metadata {
    padding: 0 0 0 16px;
}

.messege_block_new .message.received:after {
    border-width: 0px 10px 10px 0;
    border-color: transparent #f2f2f2 transparent transparent;
    top: 0;
    left: -10px;
}

.messege_block_new .message.sent {
    background: #e1ffc7;
    border-radius: 5px 0px 5px 5px;
    float: right;
    display: block;
        margin: 0 0 0 auto;
}

.messege_block_new .message.sent:after {
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #e1ffc7;
    top: 0;
    right: -10px;
}

/* Compose */

.messege_block_new .conversation-compose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    overflow: hidden;
    height: 50px;
    width: 100%;
    z-index: 2;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
/*.messege_block_new .conversation-compose .share_inputs a{
    height: 100%;
    background-position: -14px 0;
}*/
.messege_block_new .conversation-compose div,
.messege_block_new .conversation-compose input {
    background: #f2f2f2;
    margin: 0;

}
.draftJsEmojiPlugin__emojiSelectPopover__1J1s0{
    position: relative !important;
}

.messege_block_new .conversation-compose .emoji {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f2f2f2;
    border-radius: 5px 0 0 5px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 8px;
    width: 48px;
    height: 38px;
}

.messege_block_new .conversation-compose .input-msg {
    border: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 16px;
    margin: 0;
    outline: none;
    height: 38px;
    min-width: 50px;
}

.messege_block_new .conversation-compose .photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-radius: 0 0 5px 0;
    text-align: center;
    position: relative;
    width: 48px;
}

.messege_block_new .conversation-compose .photo:after {
    border-width: 0px 0 10px 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    top: 0;
    right: -10px;
}

.messege_block_new .conversation-compose .photo i {
    display: block;
    color: #7d8488;
    font-size: 24px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
}

.messege_block_new .conversation-compose .send {
    background: transparent;
    border: 0;
    cursor: pointer;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 4px;
    margin-right: 8px;
    padding: 0;
    position: relative;
    outline: none;
}

.messege_block_new .conversation-compose .send .circle {
    background: #008a7c;
    border-radius: 50%;
    color: #fff;
    position: relative;
   width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.messege_block_new .conversation-compose .send .circle i {
    font-size: 24px;
    margin-left: 0;
}
.messege_block_new .nav-tabs > li {
    border-radius: 0;
    float: left;
    margin-bottom: -1px;
    width: 100%;
}
.messege_block_new .nav-tabs > li a {
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    margin-right: 0;
    padding: 15px 15px 15px;
}
.no-padding{padding-left:0; padding-right:0;}
.messege_main_bg .nav.nav-tabs {
    margin-bottom: 10px;
}
.messege_main_bg .navbar-header button {
    font-size: 25px;
    margin-top: -56px;
    padding: 0;
}
.messege_main_bg .navbar-header button {
    font-size: 25px;
    margin-top: -56px;
    padding: 0;
}
.header_left_messege {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 7px;
    text-align: center;
    position: relative;
}
h3.new_search_new {
    display: inline-block;
    background-color:transparent;
}
h3.new_search_new span {display:inline-block}

h3:nth-child(2).new_search_new {
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 9;
    color:#1192ff;
}
.modify_search_new.modify_search_new_right .gaming_menu.common {
    margin-top: 0;
}
.modify_search_new.modify_search_new_right  button.close {
    position: absolute;
    top: -12px;
    right: -13px;
    background: #000;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    opacity: 1;
    z-index: 9;
    outline: none;
}
.modify_search_new.modify_search_new_right .modal-body{
    padding: 0;
    background: #fff;
}
.modify_search_new.modify_search_new_right .modal-body h2{
    font-size: 26px;
    line-height: 26px;
    padding: 12px 0;
    margin: 0;
}
.modify_search_new.modify_search_new_right {
    border: 0 none;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color:transparent;
    padding:0;
    /*z-index:2;*/
    width: 90%;
    margin: 0 auto;
    margin-top: 98px;
    margin-bottom: 0;
}
.dating_search_main{
    position: relative;
}
.modify_search_new.modify_search_new_right .gaming_menu.common{
    max-height: 520px;
    overflow: auto;
}
.new_date_member_new .modal:before{
    display: none;
}
.messege_block_new .avatar_msg + span {
    clear: both;
    color: #666;
    font-size: 14px;
    line-height:0;
    padding-left: 0;

}
.messege_block_new .avatar_msg + span font {
    clear: both;
    color: #666;
    display: block;
    font-size: 11px;
    text-align: right;
}
.header_left_messege input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    height: auto;
    padding: 9px 11px;
}
.sort_by_all_message{
    display:inline-block;
}
.sort_by.sort_by_all_message.col-xs-4 {
    background: transparent none repeat scroll 0 0;
    height: auto;
    margin: 0;
    padding: 0 7.5px;
}
.sort_by_all_message .sort_by_cnt {
    padding: 10px 0;
    position: relative;
    right: 0;
}
.sort_by.sort_by_all_message.col-xs-4.search_all_mg .sort_by_cnt {
    padding: 0;
}
.sort_by.sort_by_all_message.col-xs-4 .sort_by_cnt ul {
    background: #ececec none repeat scroll 0 0;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    display: none;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 38px;
    width: 100%;
    z-index: 9;
}
.sort_by.sort_by_all_message.col-xs-4.search_all_mg .sort_by_cnt input {
    background: #e9eaed none repeat scroll 0 0;
    border: medium none;
    height: 37px;
    padding: 5px 10px;
}
.delete_all_msg{
    text-align:center;
    cursor:pointer;
}
.delete_all_msg .sort_by_cnt:hover{
    background:#000;
    color:#fff;
}
.sort_by.sort_by_all_message.col-xs-4.search_all_mg .sort_by_cnt .fa.fa-search {
    bottom: 0;
    color: #666;
    font-size: 21px;
    height: 21px;
    margin: auto;
    position: absolute;
    right: 9px;
    top: 0;
}
.messege_block_new .nav-tabs > li i {

    display: none;

}
.messege_block_new .nav-tabs > li:hover i {
    cursor: pointer;
    display: block;
    z-index: 9999999;
}
#PlacesAutocomplete__root{
    z-index: 999 !important;
}
.new_business_image{
    display: inline-block;
    float: left;
    width: 33.33%;
    padding: 0 5px;
    text-align: left;
}
.new_business_image img{
    width: 100%;
    /*height: auto;*/
   /* padding-bottom: 8px;*/

}

/*
.video_block img,.video_block video{
    width:100%;
    height: 180px;
}
*/
.no_friends{
    width: 140px;
    display: inline-block;
}
/*
.recent_videos .video_block .new_business_image{

}
*/
 .video_block .new_business_image{
     position: relative;
}
.video_block .new_business_image video,.video_block .new_business_image img{
    display: block;
}
.video_block .new_business_image video{/*height: 128px;overflow: hidden;*/}
.missing_person_popup .item > img{
    width: 100%;
}
.missing_person_popup.modal.fade.and.carousel.slide{
    z-index: 9999;
}
.status_note{
    display: block;
    padding: 0 8px;
    text-align: right;
}
.msg_btn input[type="submit"] {
    background: #9c1e1e;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 3px 8px;
    margin: 6px 0 0 0;
    outline: none;
}
.msg_btn input[type="submit"]:focus{
    outline: none;
}
.pagination > li > a, .pagination > li > span{
    cursor: pointer;
}
#squarespaceModal .modal-dialog {
    max-width: 650px;
    margin: 100px auto;
}
#squarespaceModal.modal {
    z-index: 9999;
}
.edit_photo_popup .create_album_popup_cnt textarea{
    width: 90%;
    margin: 30px auto;
    height:  80px;
    resize:  none;
}
.add_photo_popup .create_album_popup_cnt {
    padding: 15px 25px;
}
.add_photo_popup.popup_modal_new h4{
    padding: 0;
    margin: 0 0 10px 0;
}
.add_photo_popup .upload_input{
    padding: 0 0 10px 0;
}
.add_photo_popup .upload_input i{
    padding: 3px 0 0 0;
    display: block;
}
.add_photo_popup textarea{
    height: 60px;
    resize: none;
    margin: 0 0 10px 0;
}
.add_photo_popup.popup_modal_new .add_image_album input[type="text"]{
    margin: 0;
    height: 35px;
    width: 100%;
    line-height: 35px;
}
.add_image_album label{
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 8px;
}
.add_image_album select{
    width: 100%;
    margin: 0 0 10px 0;
    background-position: 96% center;
}

/* Calender css */
.bigCalender {
  background-color: white;
  padding: 10px;
  height: 700px;
}

/* event map */


.GoogleMapComponent{
  /* width: 560px; */
 height: 410px;
 /* margin: 117px; */
 /* padding: 0px; */
 position: relative;
}
.comments_section_inner{
    width: 50%;
    margin-bottom: 12px;
}
.friends_send_msg_popup h4{
    margin:8px 0 15px 0;
}
.vip_details_msg_popup  .skylight-dialog{
    background: #E9EAED !important;
    height: auto !important;
}
.vip_details_msg_popup .skylight-close-button{
    font-size: 26px;
}
.vip_details_msg_popup h2{
    margin: 0;
}
.vip_details_msg_popup .send_message_popup h1{
    font-style: normal;
    font-size: 28px;
    line-height: 28px;
}
.vip_details_msg_popup .send_message_popup ul li{
    padding: 0 0 15px 0;
}
.vip_details_msg_popup .send_message_popup ul li:last-child{
    padding: 0;
}
.vip_details_msg_popup .send_message_popup ul li input[type="button"]{
    background: #9c1e1e;
    color: #ffffff;
    font-size: 15px;
    line-height: 15px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 6px 12px;
}
body > #app,body > #app > div{
    height: 100%;
	overflow: hidden;
}
.invite_list{
    display: block;
    max-height: 300px;
    overflow: auto;
    margin: 0 0 15px 0;
}
.add_profile_image > div.invite_btn{
    width:100%;
}
#editEvent .modal-dialog{
    max-width: 600px;
}
#editEvent .list_something{
    padding: 0;
    margin: 0;
}
#editEvent .buy_sell_item_des_cnt:last-child{
    padding: 0;
}
.private_stumble {
    position: absolute;
    top: 0;
    left:  0;
    width: 100%;
    /* text-align: center; */
    background: rgba(0,0,0,0.6);
    padding: 7px 10px;
}
.private_stumble p{
    color:#ffffff;
    padding:  0;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    font-size:  13px;
    line-height:  15px;
}
.private_stumble i{
    display: inline-block;
    vertical-align: middle;
    width: 18%;
    text-align:  right;
    color:  #fff;
    font-size:  15px;
}
.profile_views_modal{
    z-index: 99999;
}
.profile_views_modal .btn {
    background: #9c1e1e;
    color: #ffffff;
    font-size: 14px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 5px 18px;
    margin: 0 7px 0 0;
    outline: none !important;
}
.profile_views_modal .modal-title{
    font-size: 20px;
    line-height: 20px;
}
.profile_views_modal .btn:hover,.profile_views_modal .btn:focus{
    background: #861515;
    color: #fff;
}
.close_account_popup {
    max-width: 88%;
    margin: 0 auto;
}
.close_account_popup i{
    font-size: 30px;
    line-height: 30px;
    color: #9c1e1e;
    display: inline-block;
    vertical-align: top;
    width: 11%;
}
.close_account_popup p{
    display: inline-block;
    vertical-align: top;
    width: 88%;
    font-size: 18px;
    line-height: 20px;
    padding: 0;
}
.close_account_popup p span{
    display: block;
    font-size: 11px;
    line-height: 13px;
    margin: 7px 0 0 0;
}
.blogs_head .slick-arrow{
    display: none;
}
/*Notice board categories page*/
.notice_board_cate{
    display: block;
}
.notice_board_head{
    display: block;
    padding: 0 0 25px 0;
}
.notice_board_head h1{
    font-size: 16px;
    line-height: 18px;
    font-style: normal;
}
.notice_board_head p{
    font-size: 12px;
    line-height: 12px;
    color: #c3c3c3;
    padding: 0;
}
.notice_board_head p a{
    font-size: 12px;
    line-height: 12px;
    color: #990000;
}
.notice_board_cate_cnt{
    padding: 0 0 15px 0;
}
.notice_board_cate,.notice_board_cate_txt{
    display: inline-block;
    vertical-align: top;
}
.notice_board_cate figure img{
    width: 60px;
    height: 60px;
}
.notice_board_cate_txt{
    width: 80%;
    padding: 0 16px;
    word-wrap: break-word;
}
.notice_board_cate_txt p{
    font-size: 14px;
    line-height: 16px;
}
.notice_board_cate_txt a{
    font-size: 14px;
    line-height: 16px;
    color: #990000;
}
/* viewed-post-user-list --end */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: 230px;
}
#my_profile_images edit_profile {
    display: none;
}
.link_content{
    word-break: break-all;
}

/*  Message Settings */
.message_settings_main_cnt .add_images_header {
    display: none;
}
.search_custom_select{
    position: relative;
}
.search_custom_select span{
    display: block;
    /*display: none; */
    background: rgba(0, 0, 0, 0) url(../images/home-search-dropdown.png) no-repeat scroll center center;
    height: 26px;
    left: -1px;
    position: absolute;
    top: 0px;
    width: 36px;
    background-size: cover;
    border-radius:0;
    cursor: pointer;
}
.search_custom_select ul{
    display: none;
    position: absolute;
    top: 26px;
    left: 0;
    width: 150px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.search_custom_select ul li a{
    display: block;
    padding: 5px 12px;
}
.search_custom_select ul li a:hover{
    background: #f7f7f7;
}
.following_btn{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.following_btn .btn_submit{
    margin: 0;
}
.react-toggle {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.react-toggle-thumb{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.message_settings_cnt ul li:hover{
    background: #e4e4e4;
}
.message_settings_cnt ul li:hover .react-toggle:not(.react-toggle--disabled) .react-toggle-track {
    background-color: #000000;
}
.message_settings_cnt ul li:hover .react-toggle--checked:not(.react-toggle--disabled) .react-toggle-track {
    background-color: #128D15;
}
.react-confirm-alert-overlay{
    background: rgba(0, 0, 0, 0.3);
}
.react-confirm-alert-body{
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 16px;
}
.react-confirm-alert-body h1{
    font-size: 22px;
    line-height: 22px;
    font-style: normal;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.react-confirm-alert-button-group button{
    background: #9c1e1e;
    color: #ffffff;
    font-size: 12px;
    border-radius: 3px;
    border: none;
    outline: none;
    text-transform: uppercase;
}
.react-confirm-alert-button-group{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.dating_my_matches .no_data_text{
    margin: 10px;
}
.bulletin_popup{
    padding: 0;
    max-height: 474px;
    overflow: hidden;
}
.bulletin_popup textarea{
    height: 93px;
    resize: none;
    width: 100%;
    border: 1px solid #e0e0e0;
    outline: none;
    padding: 12px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-appearance: none;
}
.bulletin_popup .buy_sell_upload_item_img{
    margin-bottom: 15px;
}
.bulletin_popup .buy_sell_item_des_cnt.form-group{
    padding: 0;
}
.bulletin_popup_btn{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    text-align: center;
    padding: 0 5px 8px 5px;
}
.bulletin_popup_btn .btn{
    width: 100%;
}
.bulletin_popup_btn.post_bulletin_btn{
    display: block;
    width: 40%;
    margin: 0 auto;
}
.my_noticeboard_page .profile_img{
    padding: 0;
}
.my_noticeboard_page .profile_img img{
    width: 45px;
    height: 45px;
    padding: 0;
}
.my_noticeboard_page .profile_name{
    padding: 0 0 0 14px;
    width: 80%;
}
.my_noticeboard_page .profile_name p{
    min-height: inherit !important;
    padding: 0 !important;
    font-size: 10px !important;
    line-height: 12px;
}
.my_noticeboard_page .profile_name p font{
    display: block;
}
.my_business_page_main .my_noticeboard_page .business_home_box img{
    padding: 0;
}
.my_business_page_main .my_noticeboard_page .business_home_box .ineer_box{
    padding: 8px;
}
.nb_uploaded_img{
    display: block !important;
    width: 100% !important;
    position: relative;
    height: 280px;
    overflow: hidden;
}
.nb_uploaded_img img{
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
}
.send_link_popup select{
    background-position: 98% center;
}
.send_link_popup textarea{
    border: 1px solid #ccc;
    outline: none;
    height: 150px;
    resize: none;
    padding: 10px;
    width: 100%;
}
.send_link_popup .btn.btn-primary{
    background: #9c1e1e;
    color: #ffffff;
    font-size: 12px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 3px 8px;
}
.Select-control{
    border-radius: 0;
}
/*emoji css*/
.emoji-wysiwyg-editor{
    height: auto !important;
    min-height: inherit;
    overflow: inherit !important;
    width: 250px;
    padding: 8px;
    padding-right: 35px;
}
.conversation-compose{
    padding: 0 17px;
}
.emoji-picker-container{
    margin: 0;
}
.desktop-chat-list-individual .conversation-compose .share_inputs span{
    width: 58px !important;
    margin: 0 0 0 -45px;
    text-align: right;
}
.desktop-chat-list-individual .messege_block_new .conversation-compose .send .circle i{
    font-size: 15px;
}
.conversation-compose .share_inputs strong.input_remove{
    position: absolute;
    bottom: -28px;
    right: -22px;
}
.emoji-menu{
     z-index: 5002 !important;
    bottom: auto;
    top: -255px;
    height: 255px !important;
    right: 0;
}
.desktop-chat-list-container .messege_block_new .conversation-compose{
    overflow: inherit;
    height: 35px;
}
.desktop-chat-list-container .messege_block_new .conversation-compose .share_inputs a{
    background-position: -14px -8px;
}
.desktop-chat-list-container .messege_block_new .conversation-compose .send .circle{
    width: 35px;
    height: 35px;
}
.desktop-chat-list-container messege_block_new .conversation-compose .send .circle i{
    font-size: 16px;
}
.user_wall_single .user_cnt,.user_wall_single .sponsored_links_main {
    padding: 0;
}
.new_date_member_new_main .modify_search_new.modify_search_new_right{
    margin-top: 0;
    width: 100%;
}
#emoji_picker1{
    position: absolute;
    max-height: 330px;
    bottom: 84px;
    left: 0;
}
.dating_message_main .conversation-compose{
    display: block;
    background: #f2f2f2;
    height: auto;
    overflow: inherit;
}

.dating_message_main .conversation-compose .emoji,.dating_message_main .conversation-compose .lead.emoji-picker-container,.dating_message_main .conversation-compose .share_inputs,.dating_message_main .conversation-compose .send{
    display: inline-block;
    vertical-align: middle;
    float: none;
    height: auto;
}
.dating_message_main .conversation-compose .emoji{
    text-align: center;
    padding: 3px 0 0 0;
}
.dating_message_main .conversation-compose .lead.emoji-picker-container{
    width: 76%;
}
.dating_message_main .conversation-compose .lead.emoji-picker-container textarea{
    height: 38px;
    resize: none;
    width: 100%;
}
.dating_message_main .conversation-compose .share_inputs a{
    height: 46px;
}
.dating_message_main .conversation-compose .send .circle{
    width: 38px;
    height: 38px;
}
.dating_message_main .conversation-compose .send .circle i{
    font-size: 18px;
    margin-left: -4px;
}
.dating_message_main .conversation{
    padding-bottom: 0;
}
.dating_message_main .share_inputs span{
    position: absolute;
    top: -27px;
    left: 0;
}
.dating_message_main .conversation-compose .share_inputs strong.input_remove {
    bottom: auto;
    right: auto;
    left: -31px;
    top: -29px;
}
.dating_message_main .conversation .conversation-container{
    height: 350px;
}
.dating_no_messages{
    padding: 10px;
    margin: 0;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
}
.dating_no_messages p{
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}
.photo_view_cnt figure.video_iframe_m{
    width: 680px;
    margin: 0 auto;
    height: inherit;
}
.photo_view_cnt figure.video_iframe_m .video-react .video-react-big-play-button{
    height: 45px;
    width: 90px;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -22.5px;
}
.video_block_no_data{
    display: table;
    width: 100%;
    height: 100%;
}
.video_block_no_data .no_data_text{
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
}
.video_block.common > div{
    height: 100%;
}
.business_home.lost_and_stolen a video{
    height: 200px;
}
.lost_and_stolen.missing_person_height .business_home_box a video{
    height: 195px;
}

.invite_friends_popup .modal-dialog {

     max-width: 600px;

}
.invite_friends_popup .modal-header {
    padding: 17px;

}
.invite_friends_popup .modal-header .close {
    margin-top: -23px;
}
.invite_friends_popup button.close {
    font-size: 25px;
}
.invite_friends_popup h5{
    font-size: 15px;
}

.invite_friends_popup .keep_login span {
          min-width: 98px;
          display: inline-block;
}
.invite_friends_popup .keep_login span:nth-child(1) {
    min-width: 73px;
}
.invite_friends_popup .delete_notes ul:nth-child(2) li {

    min-width: 176px;
    padding-top: 10px;
}
.invite_friends_popup .delete_notes .btn{
    margin-top: 24px;
}
.buy_sell_details_page .buy_sell_img ul{
    display: block;
}

 .modal-dialog.popup_modal_new.friends_send_msg_popup .send_message_popup .message {
    margin: 0px;
}
.lead.emoji-picker-container .form-control {
    height: 35px;

}
.lead.emoji-picker-container i{
   top:10px;
}
.invite_friends_popup .add_top_news .keep_login label:after {
    left: 7px;

}
.edit_by img {
    width: 100%;
}
.edit_by .request_btns ul {

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.main_cnt .dashboard_cnt .events_block {
    padding: 0 0 15px 0;
}
/*.notes_page .sponsored_links_main {
    padding: 10px 0 0 0;
}*/
.notes_page.notes_page_n .user_cnt {
     padding: 23px 0 0 0;
}

.dashboard_cnt .dashboard_lft {
    padding: 0 8px;
    padding-top: 28px;
}
/*.dashboard_cnt .dashboard_lft.mobile_display_none .user_cnt {
    padding-top: 10px;
}*/

.dashboard_cnt .my_profile_page .user_cnt, .dashboard_cnt .my_profile_page .sponsored_links_main {

    padding-top: 28px;
}

.dashboard_cnt .dashboard_rgt .sponsored_links_main {
    padding: 28px 0 0 0;
}
.timeline_block p{
    padding: 0px;
}
.notes_links{
    margin:0px;
}
.events_page .dashboard_lft.mobile_display_none {
    padding: 0;
}
.edit_labels ul li:nth-child(odd)::after {
    content: ':';
    /* display: table-header-group; */
    position: absolute;
    /* right: 0; */
    /* top: 0; */
}
.edit_labels ul li strong{
   width: 100%;
   max-width: 114px;
}
.notes_page .dashboard_mid.links_page_cnt{
    padding-top: 20px;
}
.my_business_page_main .business_home.my_business_page {
    background: #FFF;
    padding: 25px 15px;
    margin-bottom: 20px;
}
.my_business_page_main nav {
    display: none;
}
.dashboard_cnt.business_details_page .sponsored_links_main {
    padding: 0px;
}
 /*.post_status_img_cnt.row .col-md-6 {

    padding: 4px;
    padding-bottom: 0px;
}*/
/*.post_status_img_cnt.row .col-md-12 {
    padding: 4px;
    padding-top: 1px;
}*/
.modal-open .modal-backdrop {
    z-index: 99;
}

.close_btn_cross .close span {
    position: absolute;
    top: 3px;
    right: 2px;
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    /* vertical-align: middle; */
    font-size: 15px;
    padding: 0px 2px;
    color: #861718;
    border: 1px solid #861718;
}
.close_btn_cross .close{
    opacity: 1;
}
.modal-open .send_message_popup .message {
    margin: 0;
    width: 100% !important;
}

.common.vip_details_cnt video {
    height:auto;
}
.add_profile_image .invite_list span {
    min-width: 53px;
}
.add_profile_image .invite_list span img{
   width: 35px;
   height: 35px;
}
.business_details_page .vip_page_links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.vip_cnt_in .vip_post_cnt video{
    height: 210px;
}
.dating_msg .tab-content > .tab-pane {
     display: block;
}

.mob_notifications_open .overlay {
    visibility: visible;
    opacity: 0.3;
}
.mob_msg_open .overlay {
    visibility: visible;
    opacity: 0.3;
}

.modal-dialog.slider-drop .comment-sec {
    /*height: auto;*/
    overflow: auto;

}
.posts_block .post_status_img p {
    display: inline-block;
    width: 100%;
}
.mob_notifications_open .mobile_notify_main .notification_dd .no_data_text {

    background: none;
    border: 0px solid #cbcbcb;
    color: #FFF;
    margin-bottom: 3px;
    padding: 7px;
  border-bottom: 1px solid #5a5a5a;
}

.modal-dialog.slider-drop .post-links span{
    display:block;
}


.main_cnt .post_main_cnt.common {
    padding: 0px;
    
}
.comment_box {
	padding: 10px;
	background: #f5f7f8;
}
.post_actions > span {
    padding: 0 0 17px 10px;
}
.post_cnt i {
    padding-left: 10px;
}
.post_main_cnt.common.post_info {
    padding: 10px;
}
.modal-dialog.slider-drop .carousel-inner .img_rs img{
	/*padding-top:17px;*/
	height: auto;
	margin: 0px;
}
.main_cnt .timeline_block .modal{
	z-index: 9999;
}
.main_cnt .posts_block .post_main_cnt.common .post_cnt{
    padding: 0px;
}
.main_cnt .modal-dialog.slider-drop .comment-sec {
    height: auto;
    max-height: 225px;
}

.main_cnt .modal-dialog.slider-drop .modal-body i {
    visibility: hidden;
}
.main_cnt .timeline_popup .modal-dialog.slider-drop .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main_cnt .timeline_popup .modal-dialog.slider-drop .icon p{
    padding-top: 10px;
}
.modal-open .overlay {
    visibility: visible;
    opacity: 0.2;

}
.main_cnt .post_status_img_cnt.row figure img {

    /*padding: 5px;*/
}
.main_cnt .post_status_img_cnt.row .col-md-6{
    padding: 0px;
    margin-top: 4px;
    /*margin-top: -4px*/

}
.main_cnt .post_status_img_cnt.row .col-md-12{
    padding: 0px;

}

.main_cnt.dating_msg.dating_chat_emoji .public-DraftStyleDefault-block.public-DraftStyleDefault-ltr {
    background: #fff;
    padding: 12px 6px;
    border: 1px solid #eee;
    width: 100%;
    min-width: 553px;
}
.dating_chat_emoji .conversation-compose{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.dating_chat_emoji .conversation-compose .messages_emoji{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    direction: rtl;
}
 .draftJsEmojiPlugin__emojiSelectButton__3sPol:hover, .draftJsEmojiPlugin__emojiSelectButtonPressed__2Tezu:hover{
    border: none;
    font-size: 33px;
    background: none;
        padding: 0 5px;
        width: 0px;
        line-height: 0px;

}
.draftJsEmojiPlugin__emojiSelectButton__3sPol, .draftJsEmojiPlugin__emojiSelectButtonPressed__2Tezu{
    border: none;
    font-size: 33px;
    background: none;
        padding: 0 5px;
        width: 0px;
        line-height: 0px;

}



.draftJsEmojiPlugin__emojiSelectPopover__1J1s0{
    position: absolute;
    width: auto;
    height: 100%;
    background: #f2f2f2;
    z-index: 9999 !important;
    left: 0;
    right: 0;
    z-index: 999999999999;
}

.draftJsEmojiPlugin__emojiSelectPopoverGroups__35t9m{
        width: 100%;
    }
.messege_block_new .conversation-compose div, .messege_block_new .conversation-compose input {
   /* max-height: 235px;*/

}
.draftJsEmojiPlugin__emojiSelectPopoverGroups__35t9m {
    margin: 0 0 .3em;
    position: relative;
    z-index: 0;
    width: 21em;
    height: 20em;
    width: 100%;
}
.dating_chat_emoji .sponsored_links {
    z-index: -1
}

.draftJsEmojiPlugin__emojiSelectPopoverTitle__3tpXz{
    height: 0px;
}
.main_cnt .business_home a figure img{
    height: 200px;
}

.main_cnt .post_status_img_cnt.row .col-md-6 figure img {
    height: 225px;
   /* width: 250px;*/
}

.main_cnt .modal-dialog.slider-drop .carousel-inner .img_rs img {
   width: 100%;
    height: auto;
   /* height: 325px;*/
    /*max-width: 350px;*/
    margin: auto;

}
/*.main_cnt .post_status_img_cnt .post_status_img img {
    height: 450px;
}*/
.post_lft figure img {
    border-radius: 50%;
}
.comment_box .comment_lft img {
    border-radius: 50%;
    margin-bottom: 4px;
}
.main_cnt .post_user img {
    border-radius: 50%;
    margin: 6px;
}
.main_cnt .profile_img img{
    border-radius: 50%;

}
.comment_lft span img {
    border-radius: 6px;
}

.main_cnt .post_cnt i {
    /* padding-left: 10px; */
    padding: 0 10px;
    display: block;
}
.main_cnt .posts_block .post_info .post_text p{
    padding-top: 8px;
}

.main_cnt .comments_main_cnt .comment_box {
     padding: 0px;
}

.slider-drop .icon img {
    border-radius: 8px;
}
.post-comment-left img {
    border-radius: 8px;
}
.main_cnt .vip_post_cnt a .play_btn {
    margin: 0 0 10px 0;
    display: block;
    top: 39% !important;
}
.main_cnt_notice_details .post_main_cnt .comment_box{
	padding: 0px;
	border: none;
}
.profile_personal_info_cnt > ul > li > ul > li:first-child:after {
    content: ':';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    line-height: 13px;
    font-size: 16px;
}
.main_cnt.usr_profile .profile_personal_info_cnt .edit_labels ul li {
    display: inline-block;
    float: left;
    width: 50%;

}
.main_cnt.usr_profile .profile_personal_info_cnt .edit_labels ul li label {
    display: inline-block;
    max-width: 88%;
    margin-bottom: 5px;
    font-weight: bold;
    width: 100%;
    padding: 0 13px;
}
.main_cnt.new_top_nws .post_main_cnt.common .post_cnt p {
    padding-left: 10px;
}
.business_home {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: table;
    padding: 30px 15px 0;
    width: 100%;
    margin-bottom: 30px;
}
.main_cnt.notice_board_extra .dashboard_lft {
    padding-top: 0px;
}
.notice_board_cnt .dashboard_lft {
    padding-top: 0px;
}
.video_block.common {
    /* height: 192px; */
}
.notes_hidden_buttons {
    padding: 15px 0px;
}

.notes_hidden_buttons span {
    display: none;
}
.post_main_cnt.common h6 {
    padding-left: 10px;
}
.profile_page.notes_page .overlay {
    z-index: 9;
}
.dashboard_cnt.user_wall_single .post_actions h5{
    margin-left: 10px;
}
.friends_open .overlay {
    z-index: 999;
}
div#myDiv1 ul {
    padding-top: 0px;
    width: 100%;
    height: 100%;
    /* max-height: 555px; */
    height: calc(100% - 55px);
    /*margin-top: 5px;
    border-top: 1px solid #eee;*/
}
.main_cnt.dating_msg.dating_chat_emoji .message.sent {
    margin-bottom: 10px !important;
}
.main_cnt.new_msg .col-xs-12.col-sm-12.dashboard_lft {
    padding-top: 0px;
}
.main_cnt.user_wall_post .sponsored_links_main {
    padding-top: 25px;
}
/*.change_email_page .user_cnt,.change_email_page .sponsored_links_main {
    padding: 26px 0 0 0;
}*/
/*.messege_block_new .conversation-compose .share_inputs a{
    height: 100%;
    background-position: -14px 0;
}*/
.main_cnt.msg_stng_new .sponsored_links_main {
    padding-top: 25px;
}

.main_cnt.notification_stng_new .sponsored_links_main {
    padding-top: 25px;
}
.screen-container form.conversation-compose {
    padding-bottom: 10px;
}
.notes_page .main_cnt .posts_block .post_main_cnt.common .post_cnt {
    /* padding: 10px; */
    padding-left: 10px;
}

.messege_block_new .conversation-compose div, .messege_block_new .conversation-compose input {
    width: 100%;
}
.share_inputs {
    width: 30% !important;
}
.main_cnt.new_msg .share_inputs {
    padding: 0 38px 2px 10px;
}

.main_cnt.dating_msg.dating_chat_emoji .draftJsEmojiPlugin__emojiSelect__34S1B {
    width: 7% !important;
    left: 8px;
}
.main_cnt.dating_msg.dating_chat_emoji button.draftJsEmojiPlugin__emojiSelectButton__3sPol {
    padding-bottom: 18px;
    line-height: 39px;
}
.main_cnt.dating_msg.dating_chat_emoji .share_inputs a {
    background-position: -13px 0px;
}
.main_cnt.dating_msg.dating_chat_emoji .public-DraftStyleDefault-block.public-DraftStyleDefault-ltr {
    margin-right: 0px;
    margin-left: 40px;
    min-width: 0px;

}
.main_cnt.dating_msg.dating_chat_emoji .screen-container form.conversation-compose {
     padding-bottom: 0px;
}

.main_cnt.dating_msg.dating_chat_emoji .draftJsEmojiPlugin__emojiSelectPopover__1J1s0 {
    width: 230px;
    position: absolute !important;
    top: -314px;
    max-height: 367px;
}
.main_cnt.dating_msg.dating_chat_emoji .draftJsEmojiPlugin__emojiSelectPopoverNav__1Nzd7 {

    background: rgba(237, 235, 235, 0.28);
    width: 19em;

}
.draftJsEmojiPlugin__emojiSelectPopoverGroups__35t9m .draftJsEmojiPlugin__emojiSelectPopoverScrollbar__1Xjc6:hover, .draftJsEmojiPlugin__emojiSelectPopoverGroups__35t9m .draftJsEmojiPlugin__emojiSelectPopoverScrollbar__1Xjc6:active {
    opacity: 0.1;
}

.vip_details_cnt .new_business_image img {
	height: 220px;

}
img.imageSliderImage.business_new_slider {
    height: 100%;
	max-height: 190px;
}
.main_cnt.business_new_share_post .post_user {
    vertical-align: top;
}

.main_cnt.business_new_share_post .post_user img {
    margin-bottom: 7px !important;
    margin: 0px;
}
/*.friend_list_new > div {
    padding: 0 0 12px 0;
    display: inline-block;
    vertical-align: top;
    width: 40%;
}
*/
.friend_list_new .invite_list {
    height: auto;
	max-height: 220px;
}
.my_business_friend_list {
    overflow: auto;
    width: 100%;
    height: 100%;
}

.my_business_friend_list ul{
   height: auto;
	max-height: 300px;
}
.my_business_friend_list ul li{
  width: 50%;
}
.my_business_friend_list .add_top_news, .my_business_friend_list .keep_login{
	width: 100%;
	height: 100%;
}
.my_business_friend_list .keep_login span {
    display: inline-block;
    min-width: 94px;
}
.delete_notes .btn-primary {
    color: #fff;
    background-color: #000;
    padding: 5px 15px;
    text-transform: uppercase;
    border-color: #e9eaed;
}


.business_new_slider .video-react .video-react-big-play-button{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


.main_cnt.vip_new_share_post .comment_box .comment time{display: block;
    padding: 2px 4px;
}
.main_cnt.vip_new_share_post .posts_block .post_main_cnt.common .post_cnt img{
    height: 100%;
    width: 100%;
    max-height: 350px;
    padding: 5px 0px;
}
.main_cnt.vip_new_share_post .post_cnt i {
    /* padding-left: 10px; */
    padding: 0 10px;

}
.pop_comment_box span.commentData i {
    visibility: visible !important;
}

.main_cnt.vip_new_share_post .post_cnt p {
    padding-left: 10px;
}
.main_cnt.main_cnt_notice_details .post_status_img img {
    width: auto;
    height: auto;
    max-height: 400px;
    max-width: 100%;
    margin: 0 auto;
}
.post_status_img img {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.text_fields.new_login_class .error {
    color: #fff;
    position: absolute;
    top: -18px;
}
.main_cnt.new_my_blog .delete_notes ul {
    display: inline-block;
    float: right;
}
.main_cnt.event_details_page_new .posts_block .post_info .post_text p{
    padding: 0;
    width: 95%;
}
.main_cnt.event_details_page_new .post_info.events_post_info .edit_by {
    top: 0;
}

.main_cnt.event_details_page_new .post_info.events_post_info p {
    padding-bottom: 8px;
}
.main_cnt.new_events_page .evnt_time p {
    font-size: 14px;
    line-height: 15px;
    /* line-height: 17px; */
    color: #323232;
    font-weight: 600;
    padding: 8px 0;
}
.main_cnt.new_events_page .evnt_actions ul li a {
    font-weight: 700;
}

.main_cnt.new_notes_frd .post_main_cnt.common .post_info {
    padding: 0px;
}

.main_cnt.new_notes_frd .post_cnt i {
    line-height: 22px;
    font-size: 15px;
}
.main_cnt.new_save_notes .post_actions i{
	padding: 0 10px;
    display: block;
    line-height: 22px;
    font-size: 15px;

}
.main_cnt.new_save_notes .delete_notes ul {
    display: inline-block;
    float: right;
}
.main_cnt.new_save_notes .delete_notes {
    padding: 10px 0 10px 0;

}
.dashboard_cnt.gaming_main_cnt.new_date_member_new_main .stumble_user {
    min-height: 240px;
}

 .hot_or_not_right .share_inputs {
    width: 45% !important;
}
.chat_main.chat_open.message_all span.chat_heading {
    font-size: 22px;
    font-weight: 600;
    padding: 6px 6px 6px 15px;
    color: #464646;
    display: block;
    color: #fff;
    background: #aa2e2e;
}


#myDiv1 .delete_album{
    background-color: #fff;
}
.chat_main .desktop-chat-list{
    padding: 0px;
}

.main_cnt.business_new_share_post .dashboard_cnt.business_details_page .col-sm-10{
    padding-left: 0px;
}

.chat_main.chat_open.message_all .chart_heading {
    font-size: 22px;
    font-weight: 600;
    padding: 6px 6px 6px 15px;
    color: #464646;
    background-color:#464646;
    display: block;
    color: #fff;
    background: #aa2e2e;
}

.desktop-chat-list .messege_block_new .conversation .conversation-container {
    /* max-height: calc(100% - 200px); */
    height: calc(100vh - 247px);
}
.chart_heading span.close_chart i {
    font-size: 16px;
}
div#myDiv1 .loading-overlay1 {
    position: absolute;
    width: 100%;
    height: 100%;
}

div#myDiv1 .loading-overlay1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(233, 234, 237, 0.68);
    top: 0;
}
/*.edit_labels ul.user_email_new li:nth-child(1) {
    width: 24%;
}
.edit_labels ul.user_email_new li:nth-child(2) {
    width: 75%;
}
.edit_labels ul.user_email_new li strong{
	max-width: 44px;
}*/

.profile_info_cnt.contact_info.contact_info_new .edit_labels ul li {
    width: 100%;
}
.profile_info_cnt.contact_info.contact_info_new.contact_info_new1 .edit_labels ul > li {
    width: 50%;
}
.profile_info_cnt.contact_info.contact_info_new .edit_labels ul li strong {
    width: 100%;
    max-width: 114px;
    padding-bottom: 6px;
}
.edit_profile.edit_profile_new{
    left: 32px !important;
}
.modal-backdrop.fade.in {
    opacity: 0 !important;
}
div#NewBulletinPopModal .modal-dialog {
    margin-top: 90px;
}

div#NewBulletinPopModal .modal-dialog .modal-content .modal-body {
    height: 562px;
    display: inline-block;
    width: 100%;
	padding:0px 15px 15px 15px;
}
div#NewBulletinPopModal .my_bulletin_button button {
    margin-right: 30px;
}
div#NewBulletinPopModal .my_bulletin_info {
    position: relative;
    display: inline-block;
    width: 100%;
}
div#NewBulletinPopModal .my_bulletin_button {
    position: absolute;
    left: 28%;
    bottom: 23px !important;
}
div#NewBulletinPopModal .buy_sell_item_des_cnt > div ul {
    margin-bottom: 15px;
}
div#NewBulletinPopModal .buy_sell_item_des_cnt {
    height: 460px;
    overflow-x: auto;
}
 div#NewBulletinPopModal .bulleting_tab_buttons input[type="button"] {
    text-transform: uppercase;
    float: right;
    margin: 0 14px 0 0;
    background: #903535;
    border: 1px solid #6A2020;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 4px 16px;
    font-weight: 600;
    outline: none;
}
ul.bulleting_tab_buttons li {
    margin-right: 15px;
}
.bulleting_tab_buttons input[type="button"]:hover {
    background: #eeeeee;
    color: #000000;
}

/*6-12-2018*/
.main_cnt_notice_details .timeline_block .post_status_img_cnt p {
    padding: 15px 0 5px;
}
.main_cnt_notice_details .post_text {
    display: inline-block;
    padding: 6px 0 0 10px;
}
.main_cnt_notice_details .comment_lft span img {
    border-radius: 6px;
    min-height: 24px;
    margin-top: 5px;
}
.main_cnt_notice_details .comments_main_cnt > h3 + div + div {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.notice_board_extra .notice_board_cnt .vip_post_cnt .post_actions ul li {
    text-align: left;
}
.notice_board_extra .vip_post_title {
    padding-left: 4px;
}
.vip_btns ul li:first-child {
    text-align: left !important;
	margin-bottom:10px;
}
.vip_new_share_post .vip_details_cnt .new_business_image img {
    height: auto;
}
.vip_new_share_post figure {
    max-height: 250px;
    overflow: hidden;
}
.vip_page_details h3{
	padding-top:15px;
	text-align:left;
}
.vip_page_details p{
	text-align:left;
}
.vip_post_cnt.video_block_vip {
    position: relative;
}

.vip_post_cnt.video_block_vip  video {
    height: auto;
    padding-bottom: 48px;
}
.main_cnt .vip_post_cnt.video_block_vip a .play_btn {
    margin: 0 0 10px 0;
    display: block;
    top: 26% !important;
}
/*.timeline_popup_share .modal-content {
    position: relative;
    background-color: #000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    margin: 0;
    padding: 0;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0;
    padding: 0;
}*/

@media only screen and (max-width: 8000px) and (min-width: 800px)  {
div#chat_display{
    display: block !important;
}

}

/*Media Quires*/
@media (max-width: 1040px) {
    .container {
        width: 100%;
        padding: 0 25px;
    }
    .home_lft ul li p {
        max-width: 320px;
    }
    .top_menu {
        padding: 14px 0 0 25px;
    }
    .buy_sell_category_cnt_in{
        width: 23.1%;
        margin: 0 7px 16px 7px;
    }
    #sharePostModal .modal-dialog {
    width: 23%;
}
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
.video_block .new_business_image video{/*height: 125px;overflow: hidden;*/}	
}

@media (max-width: 1023px) {
    .vip_cnt_imgs ul li {
        width: 33.33%;
    }
    /*Edit Profile Page*/
    .edit_profile_cnt {
        padding: 0 35px 0 0;
    }
    .edit_profile_cnt_in ul li {
        width: 68%;
    }
    .buy_sell_item_rgt{
        padding: 0 0 0 10px;
        width: 78%;
    }




}
@media (max-width: 991px) {
    .keep_login {
        padding: 2px 0 0 0;
    }
    .home_lft ul li a {
        font-size: 18px;
    }
    .form_fields select {
        padding: 0 3px;
    }
    .form_fields select.b_day {
        width: 23%;
    }
    .form_fields select.b_month {
        width: 43%;
    }
    .form_fields select.b_year {
        width: 28%;
    }
    .home_lft ul li p {
        max-width: 205px;
        font-size: 14px;
    }
    /*Dashboard Page*/
    .top_menu {
        padding: 14px 0 0 20px;
        width: 30%;
    }
    .top_menu > ul > li {
        padding: 0 6px;
    }
    .top_menu > ul > li > a {
        width: 27px;
    }
    .top_menu > ul > li > a.mail_icon {
        background-position: 0px 5px;
    }
    .bottom_menu nav ul {
        float: none;
    }
    .bottom_menu nav ul li a {
        padding: 11px 4px;
        font-size: 10px;
    }
    .wall_links ul li a {
        font-size: 10px;
        line-height: 11px;
        text-align: center;
        padding: 10px 0;
    }
    .timeline_block h3 {
        font-size: 14px;
        line-height: 14px;
    }
    .sponsored_links h6 {
        font-size: 14px;
        line-height: 14px;
    }
    .post_text {
        width: 85%;
    }
    .comment_rgt {
        width: 90%
    }
    .header_search {
        width: 34%;
        padding: 13px 0 14px 30px;
    }
    .post_actions > ul > li {
        padding: 0 13px 0 0;
    }
    .post_rgt ul li {
        width: 30%;
    }
    .post_rgt ul li a em {
        font-size: 12px;
    }
    .add_top_news {
        padding: 0 10px;
    }
    .people_know ul li a img {
        width: 100%;
        height: 38px;
    }
    .logo {
        width: 18%;
    }
    .logo a img {
        width: 100%;
        height: auto;
    }
    /*Profile Page*/
    .profile_info_lft {
        display: block;
        float: none;
        border-right: none;
        width: 100%;
        padding: 0 0 15px 0;
    }
    /*Notes Page*/
    /*.post_status_img {
        width: 350px;
    }*/
    .date_cnt ul li {
        width: 33.3%;
    }
    .date_cnt ul li.b_year {
        padding: 0 0 8px 0;
    }
    .date_cnt ul li:last-child {
        padding: 0 10px 0 0;
    }
    /*Add Notes Page*/
    .delete_btn {
        margin: -5px 10px 0 0;
    }
    /*Events Page*/
    .events_block ul li {
        padding: 10px 4px;
    }
    /*Photos Page*/
    .user_albums > ul > li {
        width: 32.9%;
    }
    .edit_profile a {
        padding: 6px 7px;
    }
    .like_btn li {
        padding: 0 3px;
    }
    .album_title a {
        font-size: 16px;
        padding: 10px 30px;
    }
    /*Friends Page*/
    .friends_rgt_cnt ul li {
        padding: 0 3px;
    }
    .friends_rgt_cnt ul li a {
        padding: 0 7px;
        font-size: 13px;
    }
    .friends_rgt_cnt ul li a:hover{
        background: #aa2e2e;
        color: #ffffff;
    }
    /*Vip Page*/
    .profile_name {
        width: 76%;
    }
    .profile_name p {
        font-size: 11px;
    }
    .vip_post_cnt .post_actions ul li {
        padding: 0 10px 0 0;
    }
    .vip_post_cnt .post_edit {
        padding: 3px 0 0 8px;
        /*float: right;*/
    }
    .vip_post_cnt .post_actions ul li.report a,.vip_post_cnt .post_actions ul li.post a{
        color: #a12424;
    }
    .vip_post_cnt .post_actions ul{
        width: 100%;
    }
    .vip_post_cnt .post_actions ul li{
        width: 25%;
    }
    .vip_post_cnt .post_edit ul li {
        padding: 0 8px 0 0;
    }
    /*Gaming Page*/
    .gaming_cnt ul li {
        width: 25%;
        padding: 0 10px 15px 10px;
    }
    .gaming_cnt ul {
        padding: 8px 0 0 0;
    }
    .game_block p,
    .game_block em,
    .game_block p a {
        font-size: 11px;
    }
    /*change_email_and_password Page*/
    .change_email_block,
    .change_password_block {
        padding: 0 35px 0 0;
    }
    /*Manage Friends*/
    .b_friends ul li {
        width: 10%;
    }
    .pending_request .friends_rgt_cnt {
        margin: -30px 0 0 0;
    }
    .friends_name {
        padding: 0 5px;
        width: 59%;
    }

    /*Edit Profile Page*/
    .edit_profile_cnt {
        padding: 0;
    }
    .edit_profile_cnt_in ul li {
        width: 54%;
    }
    /*Profile Info Page*/
    .profile_info_block .mobile_profile_menu ul li {
        width: 33%;
    }
    .profile_info_block .mobile_profile_menu ul li.views{
        float: left;
        margin: 0;
    }
    .profile_personal_info_cnt > ul > li > ul > li{
        width: 52%;
    }
    .profile_personal_info_cnt > ul > li > ul > li:first-child{
        width: 190px;
    }
    .buy_sell_item_des_cnt ul li{
        width: 67%;
    }
    .buy_sell_item_des_cnt ul li:first-child {
        width: 32%;
    }
    .buy_sell_item_rgt {
        width: 71%;
    }
    .buy_sell_category_cnt_in {
        width: 31.5%;
        margin: 0 5px 16px 5px;
    }
    .stumble_cnt_in > ul > li{
        width: 33%;
    }
    #sharePostModal .modal-dialog {
    width: 31%;
}
.business_details_page .vip_page_links ul li a {

        font-size: 10px;
            padding: 11px 2px;

    }
.post_status_img_cnt.row .col-md-6 {
    float: left;
    width: 50%;
    padding: 1px;
    padding-bottom: 0px;
}
/*.post_status_img_cnt.row .col-md-12 {
    padding: 4px;
    padding-top: 1px;
}*/
.main_cnt.usr_profile .profile_personal_info_cnt .edit_labels ul li label {
    padding: 0 13px;
}
.main_cnt.new_top_nws .post_main_cnt.common .post_cnt p {
    padding-left: 10px;
}

}

@media screen and (min-width: 768px) and (max-width: 1100px) {
.home_page_bulletin .modal-dialog {
    width: 700px;
    top: 0;
    margin: 0 auto;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.video_block .new_business_image video{/*height: 90px;overflow: hidden;*/}	
}

@media (max-width: 767px) {
    .rbc-month-view{
        overflow: auto !important;
    }
    .rbc-month-view > div{
        width: 590px !important;
    }
    .rbc-toolbar{
        font-size: 14px !important;
    }
    .rbc-toolbar button{
        padding: 5px !important;
    }
    .mobile_display_none{display: none !important; }
    .wrapper {
        padding: 43px 0 0 0;
    }
    header {
        position: static;
        display: none;
    }
    .front_page header {
        position: fixed;
        display: block;
        padding: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .mobile_menu_cnt .bottom_menu .container .row nav ul {
        overflow-y: auto;
    }
    .front_page header .container {
        padding: 0 15px;
    }
    .front_page .logo {
        display: inline-block;
        display: inline-block;
        float: none;
        width: auto;
        padding: 8px 10px;
    }
    .login_page .wrapper,
    .forgot_pwd .wrapper {
        padding: 0;
    }
    .login_page header {
        display: block;
        padding: 0;
    }
    .login_page .login_btn.login_btn_create {
        width: 50%;
        margin: 0 auto;
    }
    .login_btn_create .submit {
        background: #aa2e2e;
        color: #ffffff;
    }
    .login_page .logo {
        display: inline-block;
        padding: 6px 10px;
        width: auto;
        float: left;
    }
    .login_page .logo a img {
        width: 90px;
    }
    .login_page header .container {
        padding: 0 15px;
    }
    .login_page .mob_login_btns {
        float: right;
        display: inline-block;
    }
    .login_page .text_field_cnt {
        padding: 0;
    }
    .text_field_cnt {
        display: block;
        float: none;
        width: 100%;
        padding: 0 0 10px 0;
    }
    .keep_login {
        padding: 0;
        width: 135px;
    }
    .keep_login label{
        color: #000000;
    }
    .login_page .text_field_cnt:first-child input[type="text"] {
        border-bottom: none;
    }
    .login_page .text_field_cnt input[type="text"] {
        height: 45px;
        line-height: 45px;
        margin: 0 0 2px 0;
    }
    .login_page .keep_login {
        padding: 16px 0 14px 0;
    }
    .login_page .keep_login.forgot {
        float: right;
    }
    .login_page .keep_login.forgot a {
        color: #aa2e2e;
    }
    .login_page .login_btn {
        width: 100%;
        overflow: hidden;
    }
    .login_page .login_btn span {
        position: relative;
        font-size: 12px;
        color: #000000;
        padding: 15px 0;
        display: inline-block;
        z-index: 99;
    }
    .login_page .login_btn span:after,
    .login_page .login_btn span:before {
        background: #ced0d4;
        content: "";
        height: 1px;
        position: absolute;
        top: 50%;
        width: 9999px;
    }
    .login_page .login_btn span:before {
        margin-right: 15px;
        right: 100%;
    }
    .login_page .login_btn span:after {
        left: 100%;
        margin-left: 15px;
    }
    .login_page .login_btn .submit {
        padding: 8px 0px;
        text-transform: uppercase;
        border-radius: 5px;
        font-size: 12px;
        color: #fff;
    }
    .login_page .keep_login label:before {
        height: 14px;
        width: 14px;
    }
    .login_page .keep_login input[type="checkbox"]:checked ~ label:before {
        background: #ffffff;
        border: 1px solid #aba8a8;
    }
    .login_page .keep_login label:after {
        left: 4px;
        top: 0px;
    }
    .front_page .login_section_cnt {
        display: none;
    }
    .front_page .login_section {
        width: auto;
        float: right;
    }
    .front_page .home_rgt {
        display: none;
    }
    .sign_up_page .search {
        display: none;
    }
    .sign_up_page .home_rgt {
        display: block;
    }
    .sign_up_page .sign_up,
    .forgot_pwd .forgot_cnt {
        background: none;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .sign_up h1 {
        font-size: 22px;
    }
    .bottom_menu {
        display: none;
    }
    .logo {
        padding: 0 0 15px 0;
        text-align: center;
    }
    .logo a img {
        width: 135px;
        height: auto;
        display: block;
    }
    .front_page .logo a img {
        width: 90px;
    }
    .login_section {
        padding: 0;
        width: 430px;
        margin: 0 auto;
    }
    .text_fields {
        width: 100%;
    }
    .login_btn {
        width: 15%;
    }
    .forgot_cnt ul li input[type="text"] {
        height: 45px;
        line-height: 45px;
    }
    .forgot_cnt ul li select {
        height: 45px;
        line-height: 45px;
    }
    .home_lft {
        padding: 0 10px 15px 10px;
    }
    .home_rgt {
        padding: 0 0 15px 0;
    }
    .home_lft ul li p {
        max-width: 350px;
    }
    .header_search {
        display: block;
        float: none;
        width: 400px;
        padding: 0 0 10px 0;
        margin: 0 auto;
    }
    .mobile_header {
        display: block;
        background: rgba(170, 46, 46, 1);
        padding: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        width: 100%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .nav-down {
        top: -44px;
    }
    .mobile_header > ul {
        display: table;
        width: 100%;
        line-height: 0;
    }

    .mobile_header > ul > li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        border-right: 1px solid #8b1f1f;
        position: relative;
    }
    .mobile_header > ul > li > a >span{
        display: block;
        position: absolute;
        top: 2px;
        right: 0px;
        -webkit-box-shadow: 0 0 2px #9E2020 inset;
                box-shadow: 0 0 2px #9E2020 inset;
        background: #FFF;
        color: #000;
        height: 20px;
        width: 20px;
        line-height: 20px;
        font-size: 9px;
        font-weight: 600;
        text-align: center;
        border-radius: 10px;
    }
    .mob_req_msg span{
        position: static;
        margin: 5px 0 0 0;
    }


    .mobile_header > ul > li > a.logo {
        display: block;
        background: none;
        width: 80px;
        height: auto;
        padding: 0;
        margin: 0 auto;
        float: none;
    }
    .mobile_header > ul > li > a.logo img {
        display: block;
        width: 100%;
        height: auto;
    }
    .mobile_header > ul > li > a {
        width: 30px;
        height: 43px;
        background: url(../images/mobile-notifications-sprite-new.png) no-repeat;
        border-radius: 8px;
        background-size: 105px !important;
    }
    .mobile_header ul li a.mob_settings {
        background-position: -78px -272px;
        position: relative;
    }
    .mobile_header ul li a.more_link {
        background-position: -74px 7px;
    }
    .mobile_header ul li a.requests {
        background-position: -77px -188px;
    }
    .mobile_header ul li a.msg_icon {
        background-position: -77px -103px;
    }
    .mobile_header ul li a.notify_icon {
        background-position: -78px -230px;
    }
    .mobile_header ul li a.search_icon {
        background-position: -74px -28px;
        position: relative;
    }
    .mobile_header ul li a.menu_icon {
        background-position: -75px -63px;
        background: none;
        position: relative;
    }
    .mobile_header ul li a.menu_icon span:after {
        display: block;
        content: '';
        position: absolute;
        bottom: -28px;
        right: -100%;
        visibility: hidden;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 15px solid #260808;
        margin-left: -12px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        opacity: 0;
    }
    .mobile_header ul li.active > a {
        background-size: 128px !important;
    }
    .mobile_header ul li.active a.menu_icon span:after {
        visibility: visible;
        opacity: 1;
        right: 45px;
    }
    .mobile_header ul li.active a.search_icon,
    .mobile_header ul li a.menu_icon {
        background-size: 105px !important;
        position: relative;
    }
    .mobile_header ul li.active a.mob_settings {
        background-position: 3px -115px;
        background-size: 128px !important;
    }
    .mobile_header ul li.active a.more_link {
        background-position: 4px -157px;
        background-size: 115px !important;
    }
    .mobile_header ul li.active a.requests {
        background-position: 3px -243px;
    }
    .mobile_header ul li.active a.msg_icon {
        background-position: -6px -328px;
        background-size: 145px !important;
    }
    .mobile_header ul li.active a.notify_icon {
        background-position: 2px -56px;
        background-size: 137px !important;
    }
    /*Mobile Search*/
    .mob_main_search {
        position: absolute;
        top: 42px;
        left: -100%;
        background: #ffffff;
        border-top: 10px solid #cbccd2;
        border-bottom: 10px solid #cbccd2;
        width: 100%;
        z-index: 99;
        padding: 0;
        display: block;
        /*    border-top: 1px solid #ffffff;*/
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .search_box_open.mob_main_search {
        visibility: visible;
        left: 0;
    }
    .mob_login_btns ul li a.search_icon:after,
    .mobile_header ul li a.search_icon:after {
        display: block;
        content: '';
        position: absolute;
        bottom: -9px;
        left: -400%;
        visibility: hidden;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 15px solid #cbccd2;
        margin-left: -12px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        opacity: 0;
    }
    .mob_login_btns ul li a.search_icon.search_open:after,
    .mobile_header ul li a.search_icon.search_open:after {
        visibility: visible;
        left: 50%;
        opacity: 1;
    }
    .mob_search_block {
        position: relative;
        width: 100%;
        z-index: 99;
        padding: 0 15px;
        display: block;
    }
    .mob_search_block input[type="text"] {
        width: 100%;
        border-radius: 14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
        height: 32px;
        line-height: 32px;
        color: #000000;
        background: #ffffff;
        padding: 0 35px 0 45px;
        outline: none;
        border: none;
        font-size: 15px;
        font-family: 'HeliosCond';
    }
    .mob_search_block input[type="text"]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #000000;
    }
    .mob_search_block input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #000000;
    }
    .mob_search_block input[type="text"]:-ms-input-placeholder {
        /* IE 10+ */
        color: #000000;
    }
    .mob_search_block input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        color: #000000;
    }
    .mob_search_block .mob_select {
        position: static;
        top: 3px;
        left: 16px;
    }
    .search_custom_select span {
        border-radius: 0;
        left: 2px;
        width: 34px;
        height: 32px;
        border: none;
        border-right: 1px solid #000000;
        top: 0;
        background: none;
    }
    .search_custom_select span:before{
        content: "";
        background: url(../images/arrow.png) no-repeat center center;
        background-size: 20px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .search_custom_select ul{
        top: 32px;
    }
    .search_custom_select.searchtoggleOpen span:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .mob_select .sbOptions {
        width: 140px;
        background-color: rgba(0,0,0,0.5);
        border: none;
        top: 29px !important;
        border-radius: 0;
        left: -3px;
        border-top: 1px solid #cccccc;
    }
    .mob_select .sbOptions li {
        padding: 0;
    }
    .mob_select .sbOptions li a {
        padding: 7px 10px 7px 10px;
        color: #ffffff;
    }
    .mob_select .sbOptions li a.sbFocus,.mob_select .sbOptions li a:hover{
        background: #aa2e2e;
    }
    .mob_search_block input[type='submit'] {
        background: url(../images/mobile-search-icon.png) no-repeat center center #ffffff;
        border-radius: 100%;
        right: 18px;
        top: 2px !important;
        width: 30px;
        height: 28px;
        background-size: 23px;
        outline: none;
        border: none;
        position: absolute;
        font-size: 0;
    }
    .mob_search_block input[type='submit']:focus{
        background: url(../images/mobile-search-icon_hvr.png) no-repeat center center #aa2e2e;
        background-size: 20px;
    }
    .mob_login_btns {
        display: block;
        text-align: center;
        padding: 0;
    }
    .mob_login_btns ul {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .mob_login_btns ul li {
        display: inline-block;
        padding: 12px 5px 0 5px;
        float: left;
    }
    .mob_login_btns ul li:first-child a {
        border: none;
    }
    .mob_login_btns ul li:last-child {
        padding: 0;
    }
    .mob_login_btns ul li a {
        color: #ffffff;
        font-size: 12px;
        line-height: 12px;
        display: block;
        text-transform: uppercase;
        padding: 3px 0 3px 10px;
        border-left: 1px solid #ffffff;
    }
    .mob_login_btns ul li a.search_icon {
        width: 43px;
        height: 40px;
        background: url(../images/mobile-notifications-sprite-new.png) no-repeat;
        background-size: 105px !important;
        background-position: -68px -32px;
        padding: 0;
        border-left: 1px solid #8b1f1f;
        margin: 0 0 0 6px;
        position: relative;
    }
    /*Mobile Settings Menu*/
    .mobile_settings_menu{
        display: block;
        position: fixed;
        z-index: 999;
        width: 250px;
        background: #353535;
        right: -100%;
        top: 43px;
        height: 100%;
        overflow: auto;
        -webkit-transition:all 0.5s ease-in-out;
        transition:all 0.5s ease-in-out;
        -webkit-transition:all 0.3s ease-in-out;
        -moz-transition:all 0.3s ease-in-out;
        -ms-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
    }
    .mobile_settings_menu ul{
        display: block;
        padding: 0 0 50px 0;
    }
    .mobile_settings_menu ul li{
        display: block;
        border-bottom: 1px solid #cccccc;
    }
    .mobile_settings_menu ul li a{
        display: block;
        font-size: 14px;
        line-height: 14px;
        color: #ffffff;
        padding: 10px 15px 10px 47px;
        text-align: left;
        font-weight: 400;
        background: url(../images/setting-icons.png) no-repeat;
        background-size: 42px !important;
    }
    .mobile_settings_menu ul li.active a{
        background-size: 42px !important;
        background-color: #6d6b6b !important;
    }
    .mobile_settings_menu ul li a.mob_changeemail{
        background-position: 15px -555px;
    }
    .mobile_settings_menu ul li a.mob_managefrnds{
        background-position: 3px -108px;
    }
    .mobile_settings_menu ul li a.mob_privacysettings{
        background-position: 2px -136px;
    }
    .mobile_settings_menu ul li a.mob_msgsettings{
        background-position: 0 -75px;
    }
    .mobile_settings_menu ul li a.mob_notifysettings{
        background-position: 13px -495px;
    }
    .mobile_settings_menu ul li a.mob_editprofile{
        background-position: 3px -202px;
    }
    .mobile_settings_menu ul li a.mob_showme{
        background: url('../images/viewers.png') no-repeat;
        background-position: 12px 5px;
        background-size: 24px !important;
    }
    .mobile_settings_menu ul li a.mob_bulletin{
        background-position: 2px -166px;
    }
    .mobile_settings_menu ul li a.mob_advetiser{
        background-position: 1px -233px;
    }
    .mobile_settings_menu ul li a.mob_spnsradds{
        background-position: 5px -266px;
    }
    .mobile_settings_menu ul li a.mob_contact{
        background-position: 5px -410px;
    }
    .mobile_settings_menu ul li a.mob_privacy{
        background-position: 5px -336px;
    }
    .mobile_settings_menu ul li a.mob_terms_condit{
        background-position: 5px -372px;
    }
    .mobile_settings_menu ul li a.mob_logout{
        background-position: 5px 0;
    }
    .mobile_settings_menu ul li a.mob_closeacc{
        background-position: 3px -34px;
    }
    .mobile_settings_menu ul li a:hover {
        color: #9f9f9f;
    }
    body.mob_settings_open{
        overflow-y: hidden;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .mob_settings_open .mobile_settings_menu{
        right: 0;
    }
    .mob_settings_open .overlay {
        visibility: visible;
        opacity: 0.3;
    }
    .mobile_header ul li a.mob_settings:after {
        content: '';
        position: absolute;
        bottom: -10px;
        right: -320px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 15px solid #260808;
        margin-right: -12px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .mobile_header ul li.active a.mob_settings:after {
        visibility: visible;
        opacity: 1;
        right: 50%;
    }
    /*Forgot Password*/
    .forgot_pwd header {
        display: block;
    }
    .forgot_pwd {
        background: #E9EAED;
    }
    .forgot_pwd .header_search {
        display: none;
    }
    .signup_non_member {
        width: auto;
        text-align: center;
        float: none;
        margin: 0 auto;
        display: none;
    }
    /*Dashboard Page*/
    body.events_page.notes_page.stickyslider {
        padding: 68px 0 0 0;
    }
    .container {
        padding: 0 15px;
    }

    .dashboard_cnt {
        padding: 0;
    }
    .dashboard_cnt.gaming_main_cnt.new_date_member_new_main{
      padding: 41px 0 0 0;
    }
    .lost_stolen_cnt.dashboard_cnt {
        padding: 43px 0 0 0;
    }
    .post_actions > ul > li > a em {
        margin: 3px 4px 0 0;
        display: inline-block;
        font-size: 16px;
        line-height: 16px;
    }
    .mob_friends_online {
        display: block;
        text-align: center;
        padding: 0 0 10px 0;
    }
    .post_cnt.post_cnt_1.post_status_img_cnt {
        margin: 0 -10px;
        padding: 0;
        border: none;
    }
    .mob_friends_online h3 {
        background: #ffffff;
        padding: 10px;
        margin: 0 0 2px 0;
    }
    .post_cnt_1 {
        margin: 0 -10px;
    }
    .mob_online_slider {
        background: #ffffff;
        padding: 0 0;
        line-height: 0;
        text-align: center;
    }
    .mob_online_slider a {
        padding: 5px;
    }
    .mob_online_slider a img {
        display: block;
        border-radius: 100%;
        border: 2px solid #fff;
        width: 65px !important;
        height: 65px;
        margin: 0 auto 3px auto;
    }
    .mob_online_slider a span {
        display: block;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 68px;
        font-size: 10px;
        line-height: 14px;
        font-weight: 400;
        white-space: nowrap;
    }
    .logo {
        display: none;
    }
    .header_search {
        display: none;
    }
    .top_menu {
        padding: 0;
        display: inline-block;
    }
    .top_menu > ul {
        display: inline-block;
        float: none;
        width: 100%;
    }
    .user_profile {
        display: none;
    }
    .info_links_cnt {
        display: none;
    }
    .user_cnt {
        padding: 0;
    }
    .user_cnt .common {
        border: none;
    }
    .recent_videos {
        display: block;
        margin: 0 0 10px 0;
    }
    .change_email_page .recent_videos{
        margin: 0 0 15px 0;
    }
    .recent_videos h3 {
        text-align: center;
        background: #ffffff;
        padding: 10px 0;
        margin: 0 0 2px 0;
    }
    .video_block,
    .video_block ul li {
        padding: 0;
        position: relative;
    }
    .video_block{
        padding: 8px 12px 8px 12px;
    }
    .video_block .no_data_text{
        margin-bottom: 0;
    }
    .mayknow_people{
        margin-top: 6px;
        margin-right: 1px;
    }
    .dashboard_lft,
    .dashboard_rgt {
        padding: 0 !important;
    }
    .mob_video_block ul li {
        width: 33.33%;
        float: left;
        padding: 5px;
        background: #ffffff;
        border: 2px solid #e9eaed;
    }
    .video_block p span {
        display: inline-block !important;
        width: 20px;
        height: 20px;
        background: rgba(170, 46, 46, 0.8);
        border-radius: 100%;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        vertical-align: middle;
        margin: 0 5px 0 0;
        text-transform: uppercase;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0;
        font-weight: 400;
    }
    .video_block p strong {
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        width: 65%;
        word-wrap: break-word;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 !important;
        font-size: 12px;
        line-height: 12px;
    }
    .video_block p{
        font-size: 12px;
        line-height: 12px;
        padding: 8px 0;
    }
    .play_btn {
        width: 40px;
        height: 40px;
        background-size: cover !important;
        padding: 0;
    }
    .post_status_video .play_btn {
        width: 65px;
        height: 65px;
    }
    .video_block ul li a span.play_btn {
        width: 25px;
    }
    .mob_video_block > ul > li > a > span {
        width: 97px;
        padding: 0 5px 2px 5px;
        background: none;
        color: #000000;
        opacity: 1;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .mob_video_block > ul > li > a > abbr {
        padding: 0 5px;
        color: #8a8a8a;
        font-size: 10px;
        text-decoration: none;
        display: block;
    }
    .video_block ul li a figure {
        margin: 0 0 6px 0;
    }
    .video_block ul li a figure img {
        height: 170px;
        border: 1px solid #e9eaed;
    }
    .people_know h3,.mobile_album_cnt h3 {
        font-size: 15px;
        padding: 10px;
        text-align: center;
        background: #ffffff;
        margin: 0 0 2px 0;
    }
    .people_online,
    .video_block_cnt,
    .comment_rgt,
    .comment_lft,
    .people_know {
        display: none;
    }
    .mob_mutual_friends {
        display: block;
    }
    .friend_request_name {
        display: block;
        color: #000000;
        margin: 0 0 6px 0;
        text-align: center;
        font-size: 9px;
        line-height: 10px;
        font-weight: 700;
    }
    .mob_mutual_friends ul li a p {
        font-size: 7px;
        padding: 0;
        line-height: 7px;
    }
    .people_know_1 ul li {
        text-align: center;
        padding: 16px 8px 8px 8px;
        background: #ffffff;
    }
    .people_know_1 ul li a {
        border: none;
    }
    .post_rgt {
        padding: 0 0 0 8px;
    }
    .post_actions > ul > li {
        padding: 0;
        width: 20%;
        text-align: center;
    }
    .post_actions > ul > li > a > i {
        font-size: 30px;
        float: none;
        vertical-align: middle;
    }
    .rating_block select {
        vertical-align: top;
        background-size: 17px;
        padding: 1px 6px 0 21px;
        margin: 0 0 0 15px;
    }
    .sponsored_links_main {
        padding: 0;
    }
    .sponsored_links {
        width: 100%;
        /*    margin: 0 auto*/
        border: none;
    }
    .share_inputs a {
        position: relative;
        width: 28px;
        height: 34px;
        /* background: rgba(0,0,0,0.8); */
        background: url(../images/file_upload_img_sprite.png) no-repeat;
        border-radius: 5px;
        color: #ffffff;
        line-height: 22px;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        background-position: -14px -7px;
    }
    .share_inputs a.active {
        background-position: -71px -7px;
    }
    .share_inputs span {
        display: none;
        width: 84px;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
        white-space: nowrap;
        margin: 9px 0 0 0;
        text-align: left;
    }
    .share_inputs strong.input_remove {
        vertical-align: top;
        cursor: pointer;
        background: #e2e2e2;
        color: #9c1e1e;
        font-size: 15px;
        border-radius: 3px;
        border: none;
        outline: none;
        padding: 2px 8px;
        margin: 6px 0 0 0;
        display: none;
    }
    .file_upload_name {
        position: absolute;
        top: -72px;
        right: 0;
        width: 150px;
    }
    footer,
    .push {
        display: none;
    }
    .back_to_top span {
        display: none;
    }
    .back_to_top {
        background: url(../images/top-icon.png) no-repeat center center;
        border-radius: 0;
        left: 0;
        bottom: 100px;
    }
    .post_rgt ul li {
        width: 33%;
    }
    .sort_by_cnt ul {
        left: auto;
        right: 0;
    }
    .share_box {
        width: 85%;
    }
    /*.post_actions > ul > li >a span {
        display: none;
    }*/

    .post_actions > ul > li >a span.report_btn {
        display: block;
    }
    .people_know_1 ul li {
        width: 100%;
    }
    .people_know ul li a img {
        width: 100%;
        height: 100px;
        margin: 0 0 4px 0;
    }
    .people_know_1 ul li:after {
        top: 10px;
        right: 2px;
        width: 18px;
        height: 18px;
        line-height: 17px;
        padding: 0;
    }
    .dashboard_mid {
        padding: 0;
    }
    .dashboard_mid.blogs_cnt{
        padding: 43px 0 0 0;
    }
    .status {
        border: none;
        margin-bottom: 0;
    }
    .post_lft {
        width: 55px;
        height: 55px;
    }
    .post_lft figure {
        height: 100%;
    }
    .post_lft figure img {
        border-radius: 15px;
        height: 100%;
    }
    .status_update {
        margin: 10px;
        border: none;
        margin-bottom: 0;
    }
    .post_main_cnt {
        border: none;
    }
    /*.share_box textarea {
        font-size: 18px;
        line-height: 18px;
        padding: 10px 45px 10px 10px;
    }*/
    .chat_btn {
        bottom: 20px;
    }
    .chat_btn span {
        font-size: 0;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, 0.6);
        border: none;
        border-radius: 100%;
        padding: 0;
        text-align: center;
    }
    .chat_btn span:before {
        left: 12px;
        top: -1px;
        -webkit-transform: inherit;
                transform: inherit;
        content: '\f077';
        background: none;
        color: #209e0c;
        width: auto;
        height: auto;
        text-align: center;
        display: block;
        font: normal normal normal 25px/1 FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .chat_btn span em {
        margin: 0;
        font-size: 20px;
        color: #ffffff;
        line-height: 60px;
    }
    .add_top_news {
        padding: 8px 10px;
    }
    #add_top_news_hide {
        display: none;
        padding: 4px 10px;
    }
    .hot {
        display: inline-block;
        float: left;
        padding: 8px 10px;
    }
    .hot_or_not_right {
        display: inline-block;
        float: right;
    }
    .post_bottom.hot_active .hot_or_not_right {
        position: absolute;
        bottom: -30px;
        right: 5px;
    }
    /*
.share_btn input[type=button]{
    font-size: 14px;
    padding: 10px 14px;
    line-height: 12px;
}
.share_inputs a{
    width: 32px;
    height: 32px;
    line-height: 31px;
    font-size: 20px;
}
    */
    .share_inputs {
        margin: 6px 0;
       /* padding: 0 10px 0 0;*/
        position: relative;

    }
    .file_upload_name {
        top: -82px;
        right: -27px;
    }

    .top_news_page_cnt .share_inputs strong.input_remove{
        margin: 0 5px 0 0;
    }
    #hot .hot_active .share_inputs strong.input_remove {
        top: -114px;
        right: -33px;
    }
    .hot ul li:last-child select {
        width: auto;
    }
    /*Profile Page*/
    .profile_page .people_know {
        display: none;
    }
    .mobile_profile_menu {
        display: block;
    }

    .video_block #my_profile_images li a figure img {
        height: 280px;
        border: none;
    }
    .video_block #my_profile_images li {
        background: #ffffff;
        padding: 0 0 8px 0;
    }
    .video_block #my_profile_images li > a > span {
        width: 97px;
        padding: 0 5px 2px 5px;
        background: none;
        color: #000000;
        opacity: 1;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .add_new_image {
        display: block;
        position: absolute;
        bottom: 39px;
        right: 20px;
        z-index: 9;
        width: 35px;
        height: 35px;
        background: rgba(0, 0, 0, 0.8);
        border-radius: 10px;
        color: #ffffff;
        line-height: 30px;
        text-align: center;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 400;
    }
    .profile_info_cnt {
        padding: 0;
        border: none;
    }
    .profile_info_cnt h4 {
        padding: 10px 10px 10px 25px;
        margin: 0 0 10px 0;
        font-size: 13px;
        background: url(../images/profile_info_sprite.png) no-repeat center left;
        background-size: 14px;
        background-color: #f3f3f3;
    }
    .basic_info h4 {
        background-position: 5px 10px;
    }
    .places_lived h4 {
        background-position: 5px -161px;
    }
    .education_info h4 {
        background-position: 5px -155px;
        background-size: 20px;
        padding: 10px 10px 10px 30px;
    }
    .relationship_info h4 {
        background-position: 5px -250px;
        background-size: 18px;
        padding: 10px 10px 10px 30px;
    }
    .interest_info h4 {
        background-position: 5px -284px;
        background-size: 18px;
        padding: 10px 10px 10px 28px;
    }
    .bio_info h4 {
        background-position: 5px -404px;
        background-size: 20px;
    }
    .employment_info h4 {
        background-position: 5px -251px;
    }
    .contact_info h4 {
        background-position: 5px -45px;
    }
    .contact_info h4 {
        background-position: 5px -45px;
    }
    .my_quotes_info h4 {
        background-position: 7px -246px;
    }
    .dislikes_info h4 {
        background-position: 7px -73px;
    }
    .edit_labels,
    .profile_info_cnt p {
        padding: 0 15px 15px 15px;
    }
    .my_quotes_info p {
        font-style: italic;
        font-size: 14px;
        line-height: 16px;
    }
    .recent_profile_images input[type="file"]{
        display: none;
    }
    /*Notes Page*/
    .mobile_header ul li a.home_icon {
        background-position: -77px -146px;
    }
    .mobile_header ul li a.home_icon:focus,.mobile_header ul li a.home_icon:hover{
        background-position: 3px 12px;
        background-size: 128px !important;
    }
    .mobile_header ul li.active a.home_icon {
        background-position: 3px 12px;
    }
    .notes_page .user_cnt .common,
    .notes_page .people_know {
        display: none;
    }
    .notes_links {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .notes_page .dashboard_cnt .dashboard_mid {
        padding: 0;
    }
    .post_status_img_cnt {
        border: none;
        border-radius: 0;
        padding: 10px 0px;
       /* margin: 0 -10px;*/
       margin: auto;
    }
    .notes_page .dashboard_cnt {
        padding: 0;
    }
    .notes_links ul li a i {
        font-size: 15px;
        margin: 0 5px 0 0;
    }
    .date_cnt ul li {
        padding: 0 4px 0 0;
    }
    .date_cnt ul li.hours,
    .date_cnt ul li.minutes {
        width: 50%;
    }
    .date_cnt ul li:last-child {
        padding: 0;
    }
    .date_cnt ul li select {
        padding: 6px;
    }
    .notes_block {
        margin: 0 0 40px 0;
        border: none;
    }
    .post_status_img {
        width: 100%;
        height: auto;
        overflow: hidden;
        max-height: inherit;
        width: 100%;
        height: auto;
        overflow: hidden;
        max-height: inherit;
        position: relative;
    }
    .post_status_img img {
        width: 100%;
        /*position: absolute;*/
    }
    .notes_page .post_actions > ul > li {
        /*padding: 0 18px 2px 0;*/
    }
    .notes_page .post_actions > ul > li >a {
        font-size: 13px;
    }
    .notes_page .select_rating {
        padding: 0px 13px;
    }
    .links_post_cnt .select_rating {
        vertical-align: top;
        background-size: 18px;
        padding: 2px 0 0 21px;
    }
    .links_post_cnt .post_actions > ul > li{
        width: 25%;
    }
    .links_post_cnt .comment_box{
        display: none;
    }
    .notes_page .post_actions > ul {
        padding: 5px;
        border-bottom: 1px solid #e5e5e5;
    }
    .comment_on_post {
        display: none;
    }
    .missing_person_block {
        display: block;
    }
    .notes_page .sponsored_links_main {
        display: none;
    }
    .missing_cnt h2 {
        font-size: 16px;
        margin: 0 0 2px 0;
        padding: 12px;
        text-align: center;
        background: #ffffff;
    }
    .wanted_person_block .common {
        border: none;
        margin: 0;
    }
    .wanted_img {
        padding: 0 0 10px 0;
    }
    .wanted_img img {
        width: 100%;
        height: 280px;
    }
    .wanted_info {
        text-align: right;
    }
    .wanted_lft {
        display: inline-block;
        float: left;
        text-align: left;
    }
    .wanted_rgt {
        display: inline-block;
        float: right;
        text-align: left;
    }
    .wanted_lft p {
        color: #260808;
        font-size: 11px;
        line-height: 11px;
        padding: 0 0 3px 0;
    }
    .wanted_rgt p {
        color: #260808;
        font-size: 11px;
        line-height: 11px;
        padding: 0 0 3px 0;
    }
    .wanted_info a {
        font-weight: 400;
        color: #008c87;
        font-size: 11px;
    }
    .notes_page .user_cnt {
        padding: 0;
    }
    .notes_block .post_rgt {
        padding: 0 0 0 15px;
    }
    .notes_block .post_lft figure img {
        border-radius: 10px;
    }
    .notes_page .comment_on_post,
    .notes_page .comment_lft,
    .notes_page .comment_rgt {
        display: block;
    }
    #events_slider .owl-prev {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
    }
    .notes_links ul li.active a {
        background: #888282;
    }
    .notes_links ul li.active a:after {
        content: '';
        position: absolute;
        bottom: -7px;
        left: 50%;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #888282;
        margin-left: -12px;
    }
    /*Saved Notes Page*/
    .timeline_block h3 {
        text-align: center;
        background: #ffffff;
        padding: 10px 0;
        margin: 0 0 2px 0;
    }
    .delete_note_cnt .post_cnt h2 {
        font-size: 16px;
        line-height: 16px;
    }
    /*Events Page*/
    .evnt_actions ul li:nth-child(2) {
        display: none;
    }
    .events_block h3 {
        padding: 10px 15px;
        text-align: center;
        margin: 5px 0;
        background: #ffffff;
    }
    .events_block {
        padding: 0;
    }
    .events_page .sponsored_links_main {
        display: block;
        padding: 5px 0 0 0;
    }
    .stickyslider .events_block ul {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .stickyslider .events_block ul.nav-down {
        top: -44px;
    }
    .stickyslider .events_block ul li a {
        font-size: 0;
        line-height: 0;
    }
    .events_block ul {
        padding: 0;
    }
    .events_block ul li {
        padding: 0;
        width: 25%;
    }
    .events_block ul li a {
        color: #ffffff;
        display: block;
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        position: relative;
        margin: 0 0 14px 0;
        padding: 7px 14.2px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .events_page .posts_block {
        border: none;
    }
    .events_block ul li a:after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 50%;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #36b242;
        margin-left: -12px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    }
    .events_block ul li.active a:after {
        opacity: 1;
        visibility: visible;
    }
    .events_block ul li.list_events a {
        background: #36b242;
    }
    .events_block ul li.list_events a span {
        background-position: -190px 0;
    }
    .events_block ul li.list_events.active a:after {
        border-top-color: #36b242;
    }
    .events_block ul li.events_calendar a {
        background: #ff966c;
    }
    .events_block ul li.events_calendar a span {
        background-position: -128px 0;
    }
    .events_block ul li.events_calendar.active a:after {
        border-top-color: #ff966c;
    }
    .events_block ul li.create_events a {
        background: #3897e1;
    }
    .events_block ul li.create_events a span {
        background-position: -63px 0;
    }
    .events_block ul li.create_events.active a:after {
        border-top-color: #3897e1;
    }
    .events_block ul li.my_events a {
        background: #929fff;
    }
    .events_block ul li.my_events a span {
        background-position: 0 0;
    }
    .events_block ul li.my_events.active a:after {
        border-top-color: #929fff;
    }
    .events_block ul li a span {
        display: block;
        margin: 0 auto 2px auto;
        width: 28px;
        height: 25px;
        background: url(../images/events_sprite_img.png) no-repeat;
    }
    .post_info {
        padding: 0 0 8px 0;
    }
    .links_post_cnt .post_info {
        padding: 0 0 8px 0;
    }
    .post_status_img figure {
        /*height: 184px !important;*/
        overflow: hidden;
        position: relative;
    }
    /*Friends Page*/
    .friends_block h6 {
        text-align: center;
        padding: 10px 0;
        background: #ffffff;
        margin: 0 0 5px 0;
    }
    .friends_cnt {
        position: relative;
        padding: 0;
        border-bottom: 3px solid #dedede;
        background: #ffffff;
    }
    .notice_board_cnt .friends_cnt {
        padding: 0 0 10px 0;
        text-align: center;
    }
    .notice_board_cnt .friends_lft_cnt{
        padding: 0 0 9px 0;
        text-align: left;
    }
    .following_btn{
        position: static;
        transform: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
    }
    .friends_rgt_cnt {
        position: absolute;
        top: 8px;
        right: 10px;
        display: none;
        z-index: 999;
        background: #000000;
        border-radius: 6px;
        width: 150px;
    }
    .friends_search_block{
        display: block;
        background: #ffffff;
        position: relative;
        margin: 6px 0;
    }
    .friends_search_block span{
        position: absolute;
        font-size: 20px;
        line-height: 20px;
        left: 10px;
        top: 7px;
        -webkit-text-stroke: 1px #ffffff;
    }
    .friends_search_block input[type="text"]{
        width: 100%;
        border: none;
        padding: 0 20px 0 38px;
        height: 35px;
        line-height: 35px;
        outline: none;
    }
    .friends_list{
        padding: 0;
        border: none;
    }
    .friends_online .friends_list {
        padding: 0;
    }
    .friends_rgt_cnt ul {
        display: inline-block;
        float: none;
        width: 100%;
    }
    .friends_rgt_cnt ul li {
        padding: 0;
        float: none;
        display: block;
        width: 100%;
    }
    /*.friends_rgt_cnt ul li:first-child{
        display: none;
    }*/
    .friends_rgt_cnt ul li a {
        padding: 8px 10px;
        font-size: 13px;
        display: block;
        height: auto;
        line-height: 13px;
        background: none;
        border-radius: 0;
        text-align: left;
    }
    .friends_rgt_cnt ul li a i{
        margin: 0 4px 0 0;
    }
    .friends_lft_cnt{
        display: table;
        width: 100%;
    }
    .friends_img,.friends_name{
        display: table-cell;
        vertical-align: middle;
        float: none;
        position: relative;
        padding: 0 0 0 10px;
    }
    .friends_name{
        padding:10px 0 10px 10px;
    }
    .friends_name span{
        display: block;
        font-size: 10px;
        padding: 3px 0;
        line-height: 10px;
    }
    .friends_name span.country{
        font-size: 12px;
        line-height: 12px;
    }
    .friends_name span.last_seen {
        font-size: 10px;
        line-height: 10px;
        /*position: absolute;
        top: 50%;
        right: 0;
        margin-top: -10px;*/
        text-align: left;
        /*width: 51%;*/
    }
    .friends_name span.last_seen small{
        display: inline-block;
        padding: 0 4px;
        font-size: 10px;
        vertical-align: middle;
    }
    .friends_cnt abbr{
        width: 28px;
        height: 28px;
        display: block;
        position: absolute;
        right: 40px;
        top: 50%;
        font-style: normal;
        cursor: pointer;
        /*margin-top: -14px;*/
    }
    .post_main_cnt .friends_cnt abbr {
        right: 30px;
        top: 0;
    }
    .friends_cnt abbr em{
        display: block;
        width: 4px;
        height: 4px;
        text-align: center;
        margin: 0 auto;
        border-radius: 50%;
        background: #000000;
        position: relative;
        top: 14px;
    }
    .friends_cnt abbr em:after,.friends_cnt abbr em:before{
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background: #000000;
        position: absolute;
        top: -8px;
        left: 0;
    }
    .friends_cnt abbr em:before{
        top: auto;
        bottom: -8px;
    }
    .friends_open{
        overflow: hidden;
    }
    .friends_open .overlay{
        visibility: visible;
        opacity: 0.2;
    }
    /*.friends_name a.message_btn{
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        background: #fff;
        padding: 5px;
        border-radius: 5px;
        color: #ffffff;
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        margin-top: -12px;
        color: #929090;
        border: 1px solid #dcdcdc;
    }
    .friends_name a.message_btn:hover{
        background: #aa2e2e;
        color: #ffffff;
        border-color: #aa2e2e;
    }*/
    .b_friends ul{
        padding: 10px 8px;
    }
    .b_friends ul li {
        width: 10%;
        padding: 0 0 4px 0;
    }
    .b_friends ul li a{
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
    /*Photos Page*/
    .photos_block h3,
    .album_head,
    .album_tabs {
        display: none;
    }
    .profile_photos {
        /*    padding: 10px 0;*/
        padding: 0;
    }
    .user_albums {
        border: none;
        padding: 20px 8px;
    }
    .user_albums h3{
        display: block;
        padding: 10px;
        margin: 0 0 16px 0;
        border-bottom: 1px solid #cccccc;
    }
    .user_albums > ul > li {
        width: 31.9%;
    }
    .user_albums > ul > li:first-child{
        display: inline-block;
    }
    .image_view{
        border: none;
    }
    .image_view:after{
        content: '';
        position: absolute;
        top: -3px;
        left: 50%;
        width: 94%;
        height: 1px;
        background: #cccccc;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .image_view:before{
        content: '';
        position: absolute;
        top: -6px;
        left: 50%;
        width: 89%;
        height: 1px;
        background: #cccccc;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .image_view_1:before,.image_view_1:after{
        background: #aa2e2e;
    }
    .photos_album_page .image_view:before,.photos_album_page .image_view:after{
        display: none;
    }
    .image_view_1 .album_title a{
        color: #aa2e2e;
        padding: 4px;
    }
    .album_title{
        text-align: left;
    }
    .image_view a img {
        width: 100%;
        height: 100px;
        border: 1px solid #d6d6d6;
    }
    .user_albums_video .image_view a img {
        width: 100%;
        height: 157px;
    }
    .mobile_album_cnt {
        display: block;
        padding: 0;
    }
    .mobile_album_opt {
        display: block;
        padding: 10px 0;
        background: #ffffff;
        margin: 0 0 2px 0;
    }
    .mobile_album_opt ul {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .mobile_album_opt ul li {
/*        text-align: center;*/
        text-align: left;
        float: left;
        padding: 3px 10px;
        /*    border-right: 1px solid #cbccd2;*/
    }
    .mobile_album_opt ul li:last-child {
        border-right: none;
        /*text-align: right;*/
    }
    .mobile_album_opt ul li:last-child a {
        float: right;
    }
    .mobile_album_opt_1.mobile_album_opt ul li:last-child a {
        float: none;
    }
    .deleteAlbum{
        position: absolute;
        bottom: 20px;
        right: 15px;
        z-index: 99;
        font-size: 14px;
        color: #aa2e2e;
        line-height: 14px;
    }
    .deleteAlbum i{
        margin: 0 8px 0 0;
    }
    .mobile_album_opt > ul > li > a {
        display: block;
        background: #aa2e2e;
        color: #ffffff;
        font-size: 14px;
        line-height: 14px;
        padding: 8px 10px;
        font-weight: 400;
        outline: none;
        width: 130px;
        /* margin: 0 auto; */
        text-align: left;
        text-align: center;
        border-radius: 6px;
    }
    .mobile_album_opt ul li a span {
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        background: #000000;
        margin: 0 13px 0 0;
    }
    .mobile_album_opt ul li a i {
        margin: 0 5px 0 0;
    }
    .album_cnt {
        bottom: 44px;
        padding: 5px;
    }
    .images_count {
        font-size: 10px;
        /*display: none;*/
    }
    .buy_sell_item_lft a .images_count{
        display: block;
    }
    .images_count_cnt .images_count {
        display: block;
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
        color: #ffffff;
        padding: 0;
        font-size: 13px;
        line-height: 15px;
    }
    .album_date{
        text-align: left;
        padding: 0;
    }
    .image_view:hover .album_cnt{
        /*display: none;*/
    }
    .album_cnt p {
        font-size: 11px;
        line-height: 12px;
    }
    .create_album_popup {
        width: 90%;
    }
    .add_images_popup {
        width: 90%;
    }
    /*Videos Page*/
    .mobile_album_opt h3 {
        /*    text-align: center;*/
        padding: 0;
        padding: 0 10px 8px 10px;
    }
    /*Photos Album Page*/
    .mobile_album_opt_1 ul li:first-child a{
    }
    .mobile_album_opt_1 ul li:last-child {
        /*    padding: 3px 3px 0 0;*/
    }
    .album_edit .user_albums > ul > li {
        width: 50%;
        /*float: left;*/
    }
    .user_albums.user_profile_image > ul > li .image_view:before,.user_albums.user_profile_image > ul > li .image_view:after{
        display: none;
    }
    .user_albums.user_profile_image > ul > li .image_view .profile_img_actions{
        padding: 0;
    }
    .mobile_album_opt_1 {
        padding: 6px 0 10px 0;
        text-align: center;
        position: relative;
    }
    .mobile_album_opt_1 .btn.btn-default{
        position: absolute;
        top: 6px;
        left: 4px;
        z-index: 999;
        border: none;
        font-size: 20px;
    }
    .mobile_album_opt_1 .deleteAlbum{
        left: auto;
        right: 15px;
        bottom: 15px;
    }
    .mobile_album_opt_1 h3 {
        padding: 10px 40px 18px 40px;
        position: relative;
        z-index: 99;
        text-align: left;
        border-bottom: 1px solid #cccccc;
        margin: 0 0 10px 0;
        /*text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;*/
    }
    .mobile_album_opt_1 h3 em{
        position: absolute;
        right: 20px;
        white-space: nowrap;
        word-break: break-all;
        width: 16px;
        font-style: inherit;
        text-align: center;
        font-size: 24px;
        top: 11px;
        cursor: pointer;
    }
    .mobile_album_opt_1 h3 span{
        width: 20px;
        height: 20px;
        background: url(../images/albums_icon.png) no-repeat center center;
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px 0 0;
        background-size: 18px;
        float: left;
        /* border-radius: 100%; */
        /* background-color: #b496d8; */
    }
    .mobile_videos_album .mobile_album_opt_1 h3 span{
        background: url(../images/video-player.png) no-repeat center center;
        background-size: 20px;
        background-position: center -1px;
    }
    .mobile_album_opt_1 h3 strong{
        display: none;
        padding: 2px 0 0 30px;
        font-size: 13px;
        font-weight: 400;
        line-height: 16px;
    }
    .mobile_album_opt_1 h3 small{
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        line-height: 14px;
        color: #5A8BFD;
        position: relative;
        cursor: pointer;
        padding: 0 0 0 4px;
        text-transform: lowercase;
    }
    .mobile_album_opt_1 h3.captionopen strong{
        display: block;
    }
    .back_icon{
        position: absolute;
        top: 2px;
        left: 0;
        font-size: 30px;
        width: 35px;
        height: 35px;
        line-height: 45px;
        z-index: 999;
        color: #323232;
    }
    .edit_album_name {
        position: absolute;
        right: 14px;
        top: 0;
        display: block;
    }
    .mobile_album_opt_1 h3 .edit_page {
        display: none;
        position: absolute;
        top: 23px;
        right: 3px;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 14px;
        background: #ffffff;
        padding: 10px 20px;
        /* z-index: 99; */
        -webkit-box-shadow: 0px 2px 7px #8b8c90;
                box-shadow: 0px 2px 7px #8b8c90;
        border-radius: 5px;
    }
    .mobile_album_opt_1 h3 .edit_page:after {
        content: '';
        width: 20px;
        height: 20px;
        -webkit-box-shadow: 0px 2px 7px #8b8c90;
                box-shadow: 0px 2px 7px #8b8c90;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        background: #ffffff;
        position: absolute;
        top: -4px;
        z-index: -1;
        right: 7px;
    }
    .album_tab_cnt > a {
        top: -16px;
        font-size: 13px;
        right: 40px;
        background: rgba(0, 0, 0, 0.6);
        color: #ffffff;
        border-radius: 5px;
        padding: 2px 8px;
    }
    .album_tab_cnt > a:after {
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid rgba(0, 0, 0, 0.6);
        position: absolute;
        top: -5px;
        right: 13px;
    }
.edit_button_Photo_album a.delete_all.text-danger {
    background: transparent;
    margin-top: -6px;
    color: #aa2e2e;
    text-align: right;
    float: right;
    position: absolute;
    right: 7px;
}
.edit_button_Photo_album a.delete_all:after{
	border:none;
}
    .album_edit .user_albums {
        padding: 12px 10px 0 10px;
    }
    .delete_album {
        width: 23px;
        height: 23px;
        font-size: 14px;
        line-height: 20px;
    }
    .photos_album_page .add_images_popup,
    .photos_album_page .fancybox-is-sliding .fancybox-slide,
    .photos_album_page .fancybox-slide--previous,
    .photos_album_page .fancybox-slide--current,
    .photos_album_page .fancybox-slide--next,
    .photos_album_page .fancybox-container {
        display: none;
    }
    .mobile_album_opt_1 figure{
        display: block;
        padding: 0 0 10px 0;
    }
    .edit_album_options{
        display: none;
        position: absolute;
        top: 48px;
        right: 10px;
        float: none;
        width: auto;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 4px;
        z-index: 9999;
    }
    .edit_album_options ul{
        display: inline-block;
        float: none;
    }
    .edit_album_options ul li{
        display: block;
        float: none;
        padding: 0;
    }
    .edit_album_options ul li a{
        display: block;
        text-align: left;
        font-size: 14px;
        line-height: 14px;
        padding: 6px 10px;
        color: #ffffff;
        font-weight: normal;
        border-bottom: 1px solid #ffffff;
    }
    .edit_album_options ul li a:hover{
        background: #aa2e2e;
    }
    .edit_album_options:after {
        content: '';
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid rgba(0, 0, 0, 0.6);
        position: absolute;
        top: -5px;
        right: 13px;
    }
    .add_images_page .add_images_cnt h3 span {
        width: 28px;
        height: 28px;
        background: url(../images/albums_icon.png) no-repeat center center;
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px 0 0;
        background-size: 18px;
        /* border-radius: 100%; */
        /* background-color: #b496d8; */
    }
    .add_images_page .mobile_videos_album.add_images_cnt h3 span{
        background: url(../images/video-player.png) no-repeat center center;
        background-size: 20px;
    }
    /*Vip Page*/
    .vip_menu{
        padding: 0;
    }
    .vip_menu ul li a {
        display: block;
        color: #ffffff;
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        position: relative;
        margin: 0 0 14px 0;
        padding: 7px;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .vip_menu ul li.vip_page_posts a{
        background: #36b242;
    }
    .vip_menu ul li.all a{
        background: #ff966c;
    }
    .vip_menu ul li.most_comments a{
        background: #3897e1;
    }
    .vip_menu ul li.most_videos a{
        background: #929fff;
    }
    .vip_menu ul li.most_images a{
        background: #f29efe;
    }
    .vip_menu ul li.most_joined a{
        background: #38c8e1;
    }
    .vip_cnt > ul > li {
        padding: 0 0 16px 0;
        width: 100%;
        display: block;
    }
    .vip_main_cnt h3 {
        text-align: center;
        padding: 10px 15px;
        background: #ffffff;
        margin: 5px 0;
    }
    .vip_cnt ul.pagination > li > a {
        font-size: 11px;
        padding: 6px 8px;
    }
    .vip_cnt ul.pagination > li > a:hover{
        background-color: #337ab7;
    }
    .vip_cnt ul.pagination > li > a:focus{
        background-color: #eee;
    }
    .vip_menu ul li a span {
        display: block;
        margin: 0 auto 2px auto;
        width: 28px;
        height: 25px;
        background: url(../images/vip_page_menu_sprite.png) no-repeat;
    }
    .vip_menu ul li.vip_page_posts a span{
        background-position: -254px 0;
    }
    .vip_menu ul li.all a span{
        background-position: -127px 0;
    }
    .vip_menu ul li.most_comments a span{
        background-position: 0 0;
    }
    .vip_menu ul li.most_videos a span{
        background-position: -318px 0;
    }
    .vip_menu ul li.most_images a span{
        background-position: -190px 0;
    }
    .vip_menu ul li.most_joined a span{
        background-position: -62px 0;
    }
    .vip_menu ul li.active a:after{
        visibility: visible;
        opacity: 1;
    }
    .vip_menu ul li a:after {
        content: '';
        position: absolute;
        bottom: -11px;
        left: 50%;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #36b242;
        margin-left: -12px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
    }
    .vip_menu ul li.vip_page_posts.active a:after{
        border-top-color: #36b242;
    }
    .vip_menu ul li.all a:after{
        border-top-color: #ff966c;
    }
    .vip_menu ul li.most_comments.active a:after{
        border-top-color: #3897e1;
    }
    .vip_menu ul li.most_videos.active a:after{
        border-top-color: #929fff;
    }
    .vip_menu ul li.most_images.active a:after{
        border-top-color: #f29efe;
    }
    .vip_menu ul li.most_joined.active a:after{
        border-top-color: #38c8e1;
    }
    .stickyslider .vip_menu ul {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }
    .stickyslider .vip_menu ul.nav-down {
        top: -44px;
    }
    .stickyslider .vip_menu ul li a {
        font-size: 0;
        line-height: 0;
    }
    .vip_btns ul li{
        text-align: left;
    }
    .vip_cnt{
        border: none;
    }
    .vip_cnt_in{
        border: none;
        padding: 0;
        position: relative;
    }
    .vip_cnt_in > span{
        display: block;
        position: absolute;
        right: 10px;
        font-size: 12px;
        line-height: 12px;
        top: 16px;
    }
    .vip_post_cnt > a{
        margin: 0 -10px 10px -10px;
        height: auto;
        overflow: hidden;
    }
    .vip_post_cnt a img{
        height: auto;
        max-height: 350px;
    }
    .vip_post_cnt .post_actions {
        padding: 10px 0;
        border-bottom: 1px solid #dcd9d9;
        border-top: 1px solid #cccccc;
        margin: 0 0 10px 0;
    }
    .vip_post_cnt .post_actions ul li a span.follow_btn{
        display: inline-block;
    }
    .vip_btns ul{
        display: block;
        vertical-align: top;
        /*width: 65%;
        margin: 0 auto;*/
    }
    .profile_name p{
        /*display: none;*/
    }
    .profile_name a{
        font-size: 14px;
        line-height: 14px;
    }
    .vip_post_title h3{
        margin: 0;
        padding: 0 0 18px 0;
    }
    .vip_btns {
        padding: 0 0 10px 0;
    }

    /*Vip Details Page*/
    .vip_page_details {
        padding: 0;
        text-align: center;
    }
    .vip_page_links ul li {
        padding: 0 3px 6px 3px;
        /*float: none;*/
        display: inline-block;
        vertical-align: top;
    }
    .vip_details_lft h6 {
        display: none;
    }
    .vip_details_rgt .sponsored_links {
        width: 100%;
    }
    .vip_details_rgt .sponsored_links ul li:first-child {
        display: block;
    }
    .vip_details_rgt .sponsored_links ul li {
        display: none;
    }
    .vip_details_rgt .sponsored_links a p {
        padding: 8px 0;
    }
    .vip_details_rgt .sponsored_links a img {
        height: auto;
    }
    .vip_cnt_imgs{
        margin: 0 -10px;
    }
    .vip_cnt_imgs .back_icon{
        position: absolute;
        top: 14px;
        width: auto;
        height: auto;
        line-height: 14px;
        z-index: 999;
        font-size: 14px;
        padding: 8px;
        /*background: rgba(0, 0, 0, 0.7);
        color: #ffffff;*/
        color: #000;
        font-weight: 400;
        border-radius: 8px;
        left: 10px;
    }
	.vip_new_share_post .vip_cnt_imgs .back_icon{
		left:0;
		top:-1px;		
	}
	.vip_new_share_post .common.vip_details_cnt > h3 {
    padding-left: 20px;
}
.vip_new_share_post .no_data_text {
    text-align: center;
    background: white;
    border: 1px solid #cbcbcb;
    margin-bottom: 10px;
    padding: 15px;
    font-weight: lighter;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 15px;
    margin: 10px 0 0;
}
    .vip_cnt_imgs .back_icon i{
        margin: 0 5px 0 0;
    }
    .vip_cnt_imgs ul li{
        width: 100%;
        padding: 0 0 10px 0;
        float: none;
    }
    .vip_cnt_imgs ul li a{
        width: 100%;
        height: 250px;
        overflow: hidden;
    }
    .vip_cnt_imgs ul li a img{
        width: 100%;
        height: auto;
    }
    .vip_cnt_imgs .owl-dots{
        text-align: center;
        width: 100%;
    }
    .vip_cnt_imgs .owl-dot{
        display: inline-block;
        width: 12px;
        height: 12px;
        background: rgba(134, 151, 145, 0.5);
        border-radius: 100%;
        margin: 0 4px;
    }
    .vip_cnt_imgs .owl-dot.active{
        background: rgba(134, 151, 145, 1);
    }
    .vip_page_links{
        padding: 0 0 20px 0;
    }
    .vip_details_cnt .post_actions > ul > li{
        width: 25%;
    }
    .vip_details_cnt .post_actions > ul > li.report a,.vip_details_cnt .post_actions > ul > li.post a{
        color: #a32626;
    }
    .vip_invitations_cnt .vip_post_cnt > a{
        height: 245px;
    }
    .vip_invitations_cnt .vip_cnt_in{
        padding: 10px;
    }
    .create_vip_page{
        border: none;
    }
    .create_vippage_cnt h3{
        margin: 0 0 3px 0;
    }
    .my_vip_pages_cnt .vip_invitations_cnt,.vip_invitations_cnt.joined_vip_pages,.vip_invitations_cnt{
        padding: 0;
        border: none;
        margin: 0;
    }
    .create_vippage_cnt .buy_sell_upload_item_img{
        border: none;
        margin: 0 0 10px 0;
    }
    /*Links Page*/
    .links_page_cnt > h6 {
        display: none;
    }
    /*Gaming Page*/
    .game_category ul li span,
    .game_name ul li span {
        padding: 0;
    }
    .game_category ul li,
    .game_name ul li {
        padding: 0 0 8px 0;
    }
    .game_category ul li:last-child,
    .game_name ul li:last-child,
    .gaming_menu > ul > li:last-child {
        padding: 0;
    }
    .gaming_menu > ul > li {
        padding: 0 0 8px 0;
    }
    .gaming_menu > ul {
        padding: 0 0 5px 0;
    }
    .gaming_cnt ul li {
        width: 33.33%;
    }
    .game_block a img{
        height: 145px;
    }
    .game_category ul li select, .game_name ul li select{
        background-position: 98% center;
    }
    /*change_email_and_password Page*/
    .change_email_page .video_block_cnt {
        display: block;
    }
    .change_email_cnt ul li input[type="text"]::-webkit-input-placeholder {
        color: inherit;
    }
    .change_email_cnt ul li:nth-child(1) {
      //  display: none;
    }
    .change_email_cnt ul li:nth-child(1).button{
        display: block;
    }
    .change_email_cnt ul li.button{
        display: block;
        padding: 0;
        margin: 8px 0;
    }
    .change_email_cnt ul li.button input[type="button"]{
        float: none;
        width: 100%;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 400;
        padding: 6px;
        border: none;
    }
    .change_email_cnt ul li.button.cancel_btn input[type="button"]{
        background: #ffffff;
        color: #757575;
        -webkit-box-shadow: 0px 0 5px 0px #afafaf;
                box-shadow: 0px 0 5px 0px #afafaf;
    }
    .change_email_cnt ul li:nth-child(2) {
        width: 100%;
    }
    .change_email_block,
    .change_password_block {
        padding: 0;
    }
    .change_email_cnt{
        padding: 0;
    }
    .change_email_cnt ul li{
        padding: 0 0 8px 0;
    }
    .change_email_cnt ul li input[type="text"]{
/*        border-bottom: none;*/
        height: 40px;
        line-height: 40px;
    }
    .raio_btn_group ul li {
        width: 136px;
    }
    .change_email_cnt ul li label {
        font-size: 13px;
        line-height: 13px;
    }
    .change_email_main_block{
        border: none;
        margin: 10px 15px;
        padding: 0;
        background: none;
    }
    .raio_btn_group{
        padding: 10px;
        border-radius: 4px;
        background: #ffffff;
        margin: 0 0 5px 0;
    }
    .change_email_pwd_settings h3{
        display: none;
        background: #ffffff;
        padding: 10px 0;
        margin: 0 0 3px 0;
    }
    .change_email_cnt:first-child input[type="text"]{
        border-radius: 4px 4px 0 0;
    }
    .change_email_cnt #c_email{
        pointer-events: none;
        background: #dedede;
        color: #000000;
        font-weight: 600;
    }
    .change_email_cnt ul li #fldsec_ques,.change_email_cnt ul li #cnf_n_email{
        border-radius: 0 0 4px 4px;
        border-bottom: 1px solid #e0e0e0;
    }
    .change_email_cnt ul li #fldsec_ques{
        height: 40px;
        line-height: 40px;
    }
    /*Manage Friends Page*/
    .pending_request .friends_rgt_cnt {
        margin: 0;
        position: static;
        padding: 10px 0 0 0;
    }
    /*privacy settings Page*/
    .privacy_settings_cnt ul li:first-child {
        padding: 8px;
        background: #f5f5f5;
        margin: 0 0 6px 0;
    }
    .privacy_settings_cnt {
        padding: 0 0 10px 0;
    }
    .privacy_settings_cnt:first-child{
        background: #e9eaed;
        padding: 10px 0;
        line-height: 0;
        margin: 0 0 18px 0;
    }
    /*Edit Profile Page*/
    .edit_profile_block input[type="file"]{
        display: none;
    }
    .edit_profile_cnt_in ul li {
        width: 100%;
        display: block;
    }
    .edit_profile_cnt_in ul li:first-child {
        width: 100% !important;
        padding: 0 0 4px 0;
    }
    .edit_profile_cnt_in ul li .add_more_cnt input[type="text"]{
        width: 93%;
    }
    .profile_personal_info_cnt > ul.edit_profile_cnt_in > li > ul > li:first-child:after{
        display: none;
    }
    .edit_profile_block .profile_personal_info{
        /*margin: 15px;*/
        border-radius: 3px;
        /*box-shadow: 0px 0 3px 1px #cecaca;*/
    }
    .profile_personal_info .user_profile{
        display: block;
    }
    .edit_profile_block .profile_personal_info.video_block{
        margin: 8px 0 0 0;
        display: block;
        border-bottom: 18px solid #ffffff;
        border-radius: 0;
    }
    .edit_profile_block .profile_personal_info.video_block #my_profile_images li{
        padding: 0;
        width:100%;
    }
    .edit_profile_block .profile_personal_info.video_block #my_profile_images li ul.edit_profile_cnt_in > li{
        padding:10px 12px 16px 12px;
    }
    .edit_profile_block .profile_personal_info.video_block ul li a figure{
        margin: 0;
    }
    .profile_personal_info_cnt.social_info_cnt > ul.edit_profile_cnt_in > li > ul > li:first-child{
        padding: 10px 0;
    }
    .edit_profile_block .profile_personal_info_cnt h4{
        border-radius: 3px 3px 0 0;
        background: #e3e4ea;
    }
    .edit_profile_cnt_in ul li{
        width: 100% !important;
    }
    .profile_personal_info_cnt > ul.edit_profile_cnt_in{
        padding:0;
    }
    .profile_personal_info_cnt > ul.edit_profile_cnt_in > li:first-child ul li{
        background: none;
    }
    .profile_personal_info_cnt > ul.edit_profile_cnt_in > li:first-child ul li:first-child{
        padding: 0 !important;
    }
    .profile_personal_info_cnt > ul.edit_profile_cnt_in > li:first-child ul li:first-child label{
        padding: 6px 13px !important;
        background: #f3f3f3;
    }
    .profile_personal_info_cnt > ul.edit_profile_cnt_in > li > ul > li{
        padding: 0 14px;
    }
    .profile_personal_info_cnt > ul.edit_profile_cnt_in > li > ul > li:first-child a{
        display: block;
    }
    .profile_personal_info_cnt > ul.edit_profile_cnt_in > li > ul > li:first-child img{
        display: block;
        width: 47%;
        height: 156px;
        border: 1px solid #ccc;
        border-radius: 50%;
        margin: auto;
    }
    .profile_personal_info_cnt > ul.edit_profile_cnt_in > li > ul > li label{
        padding: 0 0 8px 0;
    }
    .profile_personal_info_cnt.Personal_Information_new .edit_profile_cnt_in li li {
        width: 100% !important;
    }
    .profile_personal_info_cnt.Personal_Information_new .edit_profile_cnt_in li li .radio_bnt_holder label{
        padding: 0 0 0 25px;
    }

    /*View All Adds Page*/
    .adertisement_main ul li {
        display: block;
        width: 100%;
        margin: 0 0 10px 0;
        border: none;
    }
    .adertisement_main{
        border: none;
    }
    /*Contact Us Page*/
    .contact_us_cnt {
        width: 100%;
        border: none;
        padding: 0;
        /*
                margin: 15px auto 0 auto;
                padding: 0;
                box-shadow: 0 0 3px 2px #cccccc;
                border-radius: 5px;
        */
    }
    .contact_us_cnt .edit_profile_cnt_in{
        padding: 0;
    }
    .contact_us_cnt .edit_profile_cnt_in ul li:first-child,
    .contact_us_cnt .edit_profile_cnt_in ul li {
        padding: 0 13px;
        width: 100% !important;
    }
    .contact_us_cnt .edit_profile_cnt_in ul li:first-child{
        padding: 0;
        margin: 8px 0 0 0;
    }
    .contact_us_cnt .edit_profile_cnt_in ul li label{
        background:#f5f5f5;
        padding: 6px 15px;
        display: block;
        margin: 0 0 10px 0;
    }
    .contact_us_cnt .captcha_block.edit_profile_cnt_in ul li:first-child {
        display: none;
    }
    .contact_us_cnt .edit_profile_cnt_in input[type="button"].button {
        float: none;
        display: block;
        margin:15px auto 20px auto;
    }
    .contact_us_cnt h3 {
        padding: 10px;
        background: #e9eaed;
        /*        margin: 0 -10px;*/
        /*        border-bottom: 4px solid #e9eaed;*/
    }
    .privacy_main_cnt h3{
        margin: 0 0 15px 0;
        background: none;
        border-bottom: 4px solid #e9eaed;
    }
    .privacy_cnt {
        padding: 0 15px 10px 16px;
    }
    .privacy_cnt a{
        word-break: break-all;
    }
    .captcha_block{
        padding: 0 0 15px 0;
    }
    .contact_us_cnt .captcha_block.edit_profile_cnt_in ul li label{
        display: block;
        text-align: center;
        margin: 10px 0 14px 0;
        background-size: inherit;
    }

    .contact_us_cnt .captcha_block.edit_profile_cnt_in ul li input[type='text']{
        width: 50%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .share_box textarea{
        border-bottom: 1px solid #d0d0d0;
    }
    .links_page_cnt .share_box textarea {
        border-bottom: none;
        padding: 16px 10px 10px 10px;
    }
    .profile_personal_info > ul > li > ul > li:first-child{
        width: 200px;
    }
    .profile_info_block h3{
        background: #ffffff;
        padding: 10px 20px;
        margin: 0 0 2px 0;
        text-align: center;
    }
    .profile_personal_info{
        border:none;
        margin: 0;
    }
    /*Profile Info Page*/
    .profile_info_block .mobile_profile_menu ul li a{
        font-size: 13px;
    }
    .profile_personal_info_cnt > ul > li > ul > li {
        width: 46%;
    }
    .profile_personal_info_cnt > ul.edit_profile_cnt_in > li > ul > li > label{
        padding: 0;
        font-weight: 600;
    }
    .edit_profile_cnt_in ul li label span{
        font-size: 13px;
    }
    .profile_personal_info_cnt > ul > li.relationship_since > ul > li:first-child {
        padding: 8px 15px 0 0px;
    }
    .message_settings_main_cnt .dashboard_lft,.message_settings_main_cnt .dashboard_rgt{
        display: none;
    }
    .message_settings_main_cnt.wrapper{
        padding: 0;
    }
    .message_settings_main_cnt .add_images_header{
        display: block;
    }
    /*Buy sell page*/
    .buy_sell_filter_block,.mob_buy_sell_search{
        display: block;
    }
    .buy_sell_filter_block{
        float: right;
        padding: 10px 52px 18px 0;
    }
    .list_item_block .buy_sell_filter_block {
        padding: 5px 12px 12px 0;
    }
    .list_item_block .buy_sell_upload_item_img{
        border: none;
    }
    .business_dropdown span{
        width: 30px;
        height: 30px;
        background-size: cover;
    }
    .buy_sell_filter_block ul li{
        display: inline-block;
        vertical-align: middle;
        padding: 0 6px;
    }
    .buy_sell_filter_block ul li a.filter_search_icon{
        width: 40px;
        height: 40px;
        background: url('../images/search-icon.png') no-repeat center center #ffffff;
    }
    .buy_sell_filter_block ul li a{
        display: block;
        font-size: 16px;
        line-height: 16px;
        color: #B93434;
    }
    .mob_buy_sell_search{
        padding: 0 0 8px 0;
        position: fixed;
        top: 125px;
        width: 100%;
        right: -100%;
        z-index: 99;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .mob_buy_sell_search input[type="text"]{
        display: block;
        width: 100%;
        border: 1px solid #cccccc;
        outline: none;
        height: 38px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 38px;
    }
    .mob_buy_sell_search input[type="submit"]{
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        outline: none;
        height: 36px;
        font-size: 0;
        width: 40px;
        background: url(../images/search-icon.png) no-repeat center center;
    }
    .business_lft h3 {
        background: #ffffff;
        padding: 10px;
        border-bottom: 5px solid #e9eaed;
/*        margin-top: 44px;*/
        text-align: center !important;
    }
    .business_home a figure,.my_business_page.invitation_page .ineer_box span{
        width:100%;
        display: block;
        position: relative;
        height: 350px;
        overflow: hidden;
    }
    .business_home a figure img,.my_business_page.invitation_page .ineer_box span img{
        position: absolute;
        width: 100%;
        height: auto;
        -o-object-fit: fill;
           object-fit: fill;
        top: 0;
        left: 0;
    }
    .invitation_page .buttons_invitation_page input{
        margin-right: 0;
    }
    .business_lft,.business_cnt {
        padding: 0;
    }
    .business_cnt {
        padding: 43px 0 0 0;
    }
    .business_lft_cnt{
        border: none;
    }
    .buy_and_sell_item{
        padding: 10px 0 65px 0;
        margin: 0;
    }
    .business_cnt.buy_sell_grid_view .buy_sell_item_rgt{
        padding: 0;
    }
    .business_lft_cnt.recently_viewd_busin .buy_sell_item_lft{
        width: 100% !important;
        display: block !important;
    }
    .buy_sell_item_rgt{
        width: 100%;
        display: block;
        float: none;
        padding: 0;
        position: relative;
    }
    .seller_name,.mob_rating_stars_block{
        display: block;
    }
    .mob_rating_stars_block img{
        height: 18px;
        width: auto;
    }
    .buy_rgt_btm p{
        display: none;
    }
    .buy_rgt_btm p.mob_time_limit{
        display: block;
    }
    .buy_rgt_btm .rating_stars_block{
        display: none;
    }
    .buy_rgt_top p.seller_name a{
        margin: 0;
    }
    .mob_rating_stars_block{
        padding: 4px 0 5px 0;
    }
    .business_rgt{
        position: fixed;
        top: 43px;
        right: -100%;
        width: 250px;
        height: 100%;
        padding: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        z-index: 999;
    }
    body.filter_open .business_rgt{
        right: 0;
    }
    body.filter_open .overlay{
        visibility: visible;
        opacity: 0.4;
    }
    body.filter_open .nav-down {
        top: 0;
    }
    .business_rgt h3{
        display: none;
    }
    .buy_sell_search {
        margin: 0;
        height: 100%;
        padding: 45px 0 15px 0;
    }
    body.mob_buy_search_open .mob_buy_sell_search{
        right: 0;
    }
    .buy_rgt_btm .mob_post{
        display: block;
        /*    background: #9c1e1e;*/
        color: #9c1e1e;
        font-size: 14px;
        border-radius: 3px;
        border: none;
        outline: none;
        /*    padding: 3px 8px;*/
        margin: 5px 0 0 0;
        position: absolute;
        bottom: 0px;
        right: 20px;
    }
    .desk_post{
        display: none;
    }
    .buy_rgt_btm {
        padding: 0;
        text-align: left;
        width: 100%;
        position: static;
    }
    .buy_sell_search ul li:first-child{
        display: none;
    }

    .buy_sell_search ul li{
        padding: 0 10px 12px 10px;
        border-bottom: 1px solid #cccccc;
        margin: 0 0 12px 0;
    }
    .mob_time_limit{
        display: block;
    }
    .business_dropdown{
        top: -40px;
        right: 15px;
        position: absolute;
    }
    .buy_sell_search ul li input[type="submit"]{
        margin: 0;
    }
    .buy_sell_search ul li:last-child{
        border: none;
    }
    .buy_sell_search .delete_album{
        display: block;
        top: 6px;
        right: 15px;
    }
    .buy_sell_item_lft{
        width: 100%;
        display: block;
        float: none;
        padding: 0 0 15px 0;
    }
    .buy_sell_item_lft a{
        display: block;
    }
    .buy_sell_item{
        margin: 0 -10px;
        padding-bottom: 15px;
    }
    .business_cnt.buy_sell_grid_view .buy_sell_item_lft a img {
        width: 100%;
        height: 150px;
    }
    .most_popular_busin .buy_sell_item_cnt,.business_cnt.buy_sell_grid_view .recently_viewd_busin .buy_sell_item_cnt{
        width:48%;
    }

    .business_cnt.buy_sell_grid_view .buy_sell_item{
        margin: 0;
        padding-bottom: 0;
        display: inline-block;
        width: 50%;
        float: left;
        border: none;
        padding: 15px 10px 20px 10px;
        min-height: inherit;
    }
    .business_cnt.buy_sell_grid_view .buy_sell_item_cnt{
        width: 100%;
        padding: 0;
    }
    .business_cnt.buy_sell_grid_view .buy_rgt_btm .mob_post{
        position: static;
        display: inline-block;
    }
    .business_cnt.buy_sell_grid_view .most_popular_busin .buy_sell_item_cnt .buy_sell_item{
        width: 100%;
    }
    .buy_sell_user_rating .rating_stars_block p{
        font-size: 18px;
        line-height: 18px;
        text-align: center;
        padding: 5px 0 0 0;
        font-weight: 700;
        color: #28c728;
    }
    .buy_sell_user_rating p{
        font-size: 14px;
        line-height: 14px;
        padding: 0 0 10px 0;
    }
    .buy_sell_user_rating p span{
        padding: 0 0 0 8px;
        display: inline-block;
    }
    .buy_sell_user_rating a{
        margin: 0 0 12px 0;
    }

    .business_cnt.buy_sell_list_view .buy_sell_item{
        margin: 0;
    }
    .business_cnt.buy_sell_list_view .most_popular_busin .buy_sell_item_cnt {
        padding: 0 0 10px 0;
    }
    .business_cnt.buy_sell_grid_view .business_cnt.buy_sell_grid_view .buy_sell_item_rgt{
        padding: 0;
    }

    .business_cnt.buy_sell_list_view .buy_sell_item_lft {
        width: 38%;
        display: inline-block;
        float: none;
        padding: 0;
        vertical-align: middle;
    }
    .business_cnt.buy_sell_list_view .buy_sell_item_rgt {
        width: 61%;
        display: inline-block;
        float: none;
        padding: 0 15px;
        position: relative;
        vertical-align: middle;
    }
    .business_cnt.buy_sell_list_view .buy_rgt_btm .mob_post{
        display: inline-block;
        position: static;
        margin: 5px 0 0 10px;
    }
    .business_dropdown ul{
        display: block !important;
        position: fixed;
        top: 43px;
        right: -100%;
        height: 100%;
        width: 250px;
        border-radius: 0;
        padding: 40px 0 0 0;
        z-index: 9999;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    .business_dropdown ul li{
        padding: 0 18px;
    }
    .business_dropdown ul li a{
        padding: 8px 5px 8px 18px;
    }
    .business_dropdown ul li:first-child{
        display: block;
    }
    .business_dropdown_open .business_dropdown ul{
        right: 0;
    }
    .business_dropdown_open .overlay{
        opacity: 0.3;
        visibility: visible;
    }
    .business_dropdown span.delete_album{
        background:  rgba(255, 255, 255, 0.6);
        top: 7px;
        right: 10px;
        line-height: 20px;
        width: 23px;
        height: 23px;
    }
    .business_dropdown_open .nav-down {
        top: 0;
    }
    .buy_sell_upload_item_img ul li{
        width: 33.33%;
        padding: 0 6px 12px 6px;
    }
    .buy_sell_upload_item_img > ul > li > span{
        height: 85px;
    }
    .buy_sell_upload_item_img ul{
        margin: 0;
    }
    .buy_sell_item_des_cnt ul li {
        width: 100%;
        display: block;
        float: none;
        padding: 0 10px 0 10px;
    }
    .buy_sell_item_des_cnt ul li:first-child {
        width: 100%;
        padding: 5px 10px;
        background: #f5f5f5;
        margin: 0 0 10px 0;
    }
    .buy_sell_item_des_cnt ul li label{
        margin: 0;
    }
    .buy_sell_item_des_cnt {
        padding: 0 0 10px 0;
    }
    .buy_sell_item_des_cnt_upload{
        display: none;
    }
    .buy_sell_item_des_cnt_biding ul li input[type="text"] {
        padding: 0 8px 0 43px;
    }
    .buy_and_sell_item .business_dropdown{
        display: block;
    }
    .buy_sell_home_icon{
        display: block;
    }
    .mob_filter_buy_sell_view{
        display: block;
    }
    .buy_rgt_btm .edit_link{
        position: absolute;
        top: 0;
        right: 10px;
        bottom: auto;
    }
    .feedback_cnt{
        bottom: 16px;
        right: 114px;
    }
    .feedback_cnt p{
        display: block;
        border-bottom: 1px solid #cccccc;
        padding: 0 0 6px 0;
        margin: 0 0 6px 0;
        word-break: break-all;
    }
    .feedback_cnt p:last-child{
        border: none;
        padding: 0;
        margin: 0;
    }
    .feedback_cnt p span {
        width: 100%;
        display: block;
        padding: 0 0 5px 0;
    }
    .mob_filter_buy_sell_view.desk_filter_buy_sell_view{
        display: none;
    }
    .business_cnt.buy_sell_list_view .buy_sell_item_cnt.buy_sell_sold_items .buy_rgt_btm .edit_link{
        position: static;
        margin: 4px 0 0 0;
    }
    .business_cnt.buy_sell_grid_view .buy_sell_item_cnt.buy_sell_sold_items .buy_rgt_btm .edit_link{
        position: static;
    }
    .business_cnt.buy_sell_list_view .feedback_cnt {
        bottom: auto;
        right: 10px;
        top: 166px;
    }
    .business_cnt.buy_sell_list_view .buy_rgt_btm .edit_link.active:before,.business_cnt.buy_sell_grid_view .buy_rgt_btm .edit_link.active:before{
        content: '';
        position: absolute;
        bottom: -6px;
        left: 50%;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #cccccc;
        margin-left: -5px;
        top: auto;
    }
    .business_cnt.buy_sell_grid_view .buy_rgt_btm .edit_link.active:before{
        bottom: -2px;
    }
    .business_cnt.buy_sell_grid_view .feedback_cnt {
        top: 178px;
        right: -12px;
        width: 180px;
        bottom: auto;
    }
    .buy_sell_item_des_cnt input[type="button"]{
        float: none !important;
        margin: 0 0 0 12px !important;
    }
    .buy_sell_item_cnt.buy_sell_sold_items .buy_rgt_btm {
        padding: 0 0 0 10px;
    }
    .business_cnt.buy_sell_grid_view .buy_sell_item_cnt.buy_sell_sold_items .buy_rgt_btm {
        padding: 0;
    }
    .buy_sell_item_cnt.buy_sell_sold_items .buy_rgt_btm p {
        display: block;
        color: #818181;
    }
    /*Buy sell unsold page*/
    .buy_sell_item_cnt.buy_sell_unsold_cnt .buy_rgt_btm{
        padding: 0 0 0 10px;
    }
    .business_cnt.buy_sell_grid_view .buy_sell_item_cnt.buy_sell_unsold_cnt .buy_rgt_btm{
        padding: 0;
    }
    .business_cnt.buy_sell_grid_view .buy_sell_unsold_cnt .buy_rgt_btm ul li a{
        font-size: 13px;
        line-height: 13px;
    }
    .buy_rgt_top a.title{
        line-height: 22px;
        word-break: break-word;
    }
    .business_cnt.buy_sell_stack_view .buy_rgt_top{
        padding: 0 45px 0 10px;
    }
    .business_cnt.buy_sell_stack_view .buy_sell_item_cnt.buy_sell_bought_items .buy_rgt_top,.business_cnt.buy_sell_stack_view .buy_sell_item_cnt.buy_sell_watching_items .buy_rgt_top{
        padding: 0 115px 0 10px;
    }
    /*buy and sell india country page*/
    .world_items_btn {
        float: none;
        display: none;
        position: absolute;
        top: -40px;
    }
    /*business page home starts*/
    .business_home_box .ineer_box .post_actions ul li:last-child span {
        display:block;
    }
    .create_business .buy_sell_upload_item_img{
        display: block;
    }
    .business_details_page .vip_page_details img {
        width:100%;
        height:auto;
        padding: 0 0 15px 0;
    }
    .business_details_page .vip_page_details{
        padding: 0 0 15px;
        margin: 0 -10px;
    }
    .business_details_page .bussines_details_page_view.vip_page_details{
        margin: 0;
    }
    .business_details_page .vip_page_details h3,.business_details_page .vip_page_details p{
        padding: 0 10px 10px 10px;
    }
    .business_details_page .vip_page_details h3{
        text-align: center;
    }
    .business_details_page .vip_details_cnt{
        padding-top: 0 !important;
    }
    .business_details_page .vip_page_links{
        padding: 0;
    }
    .events_block ul li.my_events1.active a::after {
        border-top-color: #F4D00C !important;
    }
    .events_block ul li.my_events1 a {
        background: #F4D00C !important;
    }
    .my_business_page .ineer_box span {
        display:none;
    }
    .my_business_page.invitation_page .ineer_box span {
        display:inline-block;
    }
    .my_business_page .pagination > li > a, .pagination > li > span {
        color: #b93434;
        padding: 6px 7px;
    }
    .my_business_page .post_actions > ul > li {
        padding: 0;
        text-align: center;
        width: auto;
    }
    .my_business_page .post_actions > ul > li em{
        display: none;
    }
    .my_business_page .post_actions > ul > li span{
        display: inline-block;
    }
    .business_home{
        padding:0;
        border: none;
        margin-bottom: 0;
    }
    .business_home .col-sm-4{
        border-bottom: 20px solid #f5f5f5;
    }
    .business_home .col-sm-4,.my_business_page_main .business_home_box img{
        padding: 0;
    }
    .invitation_page .ineer_box img {
        padding-top: 0 !important;
    }
    .business_home a{
        margin: 0 -5px;
    }
    .business_home_box,.my_business_page_main .business_home_box{
        border-left: none;
        border-right: none;
        padding-top: 0;
        border-bottom: none;
        margin: 0;
        border-top: none;
    }
    .business_home.lost_and_stolen .business_home_box{
        padding: 5px;
    }
    .business_home_box:hover{
        -webkit-box-shadow: none;
                box-shadow: none;
        border-radius: 0;
    }
    .my_business_page_main .business_home_box a,.my_business_page .pagination > li > a{
        margin: 0;
    }
    .recently_viewd_busin{
        padding-left: 0;
        padding-right: 0;
    }
    .recently_viewd_busin .buy_sell_item{
        margin: 0;
    }
    /*Buy And Sell Details Page*/
    .buy_sell_details{
        padding: 0;
        border: none;
    }
    .buy_sell_item_details{
        padding: 0;
    }
    .buy_now_btns{
        padding: 10px;
    }
    .buy_now_btns input[type="text"]{
        width: 78%;
    }
    .buy_now_btns ul{
        margin: 0;
    }
    .buy_now_btns ul li {
        width: 49% !important;
        padding: 0 8px;
    }
    .buy_now_btns ul li a{
        /*background: #0654BA;
        padding: 8px;*/
        text-align: center;
        display: block;
    }
    .buy_sell_item_details_cnt h3{
        background: none;
        padding: 6px 25px;
        display: block;
        margin: 0 0 10px 0;
        text-align: center!important;
        border-bottom: 1px solid #e9eaed;
        background: #dadce4;
    }
    .buy_sell_item_details_cnt {
        display: block;
        padding: 0;
        border-top: 12px solid #e9eaed;
    }
    .buy_sell_item_details_cnt_in{
        padding:  0;
    }
    .buy_sell_item_details_cnt_in > ul > li{
        width: 100%;
        display: block;
        float: none;
        padding: 0 25px 10px 25px;
    }
    .buy_sell_item_details_cnt_in > p{
        padding: 0 20px 10px 20px;
    }
    .buy_sell_item_details_cnt_in > ul > li:first-child {
        width: 100%;
        margin-bottom: 10px;
        padding: 6px 13px !important;
        background: #f3f3f3;
    }
    .buy_sell_details_page .business_rgt{
        position: static;
        width: 100%;
    }
    .buy_sell_details_page .buy_sell_search{
        display: none;
    }
    .buy_sell_user_rating .rating_stars_block {
        position: absolute;
        top: 0;
        right: 10px;
        height: 100%;
        padding: 35px 20px 35px 35px;
        margin: 0;
    }
    .buy_sell_user_rating .rating_stars_block:after{
        position: absolute;
        height: 75%;
        top: 15px;
        left: 0;
        content: '';
        background: #ccc;
        width: 1px;
    }
    .buy_sell_user_rating,.watching_pan{
        margin-top: 0;
        border: none;
    }
    .buy_sell_similar_items h3 {
        background: #ffffff;
        padding: 10px;
        border-bottom: 5px solid #e9eaed;
        margin: 0;
        text-align: center;
    }
    .buy_sell_similar_items_in ul li{
        width: 100%;
        display: block;
        float: none;
        text-align: center;
    }
    .buy_sell_similar_items_in ul li p {
        font-size: 14px;
        line-height: 14px;
        padding: 0 10px 5px 10px;
    }
    .buy_sell_similar_items_in {
        display: block;
        border: none;
        padding: 0;
    }
    .buy_and_sell_fb_cnt h3{
        border: none;
        padding: 0 0 8px 0;
    }
    .buy_and_sell_fb_cnt_in{
        width: 100%;
    }
    .buy_and_sell_fb_cnt .buy_sell_user_rating{
        padding: 8px 0;
    }
    .buy_sell_category_cnt_in {
        width: 100%;
        margin: 0;
        min-height: inherit;
        padding: 0;
        border: none;
    }
    .buy_sell_all_categories .buy_sell_category_cnt{
        padding: 0;
    }
    .buy_sell_category_cnt_in h2 {
        font-size: 18px;
        line-height: 18px;
        color: #5c5c5c;
        margin: 0;
        padding: 8px 25px;
        font-weight: normal;
        background: #f5f5f5;
    }
    .buy_sell_category_cnt_in > ul{
        margin: 0;
        width: 100%;
        padding: 8px 32px 12px 32px;
    }
    .show_more_categories ul{
        display: block;
        float: none;
        width: 100%;
    }
    .blogs_head h3,.notice_board_cnt .friends_block h3{
        background: #ffffff;
        padding: 10px;
        border-bottom: 5px solid #e9eaed;
        margin: 0;
        text-align: center !important;
    }
    .blogs_cnt .post_status_img figure {
        height: 220px;
    }
    .events_page .blogs_cnt .posts_block{
        padding: 0;
    }
    .events_page .blogs_cnt .post_main_cnt{
        border-bottom: 20px solid #f5f5f5;
        padding: 0 10px 8px 10px;
    }
    .my_blogs_cnt .post_text {
        width: 75%;
    }
    .my_blogs_cnt .evnt_actions ul li:nth-child(2) {
        display: block;
    }
    .business_home .col-sm-6 {
        padding-left:0 !important;
        padding-right:0 !important;
        border-bottom: 20px solid #f5f5f5;
    }
    .vip_page_links .col-sm-6 {
        border-bottom: 0 none;
    }
    .business_home .col-sm-6 {
        padding-left:0 !important;
        padding-right:0 !important;

    }
    /*My Blogs Page*/
    .my_blogs_cnt h3{
        display: block;
        background: #ffffff;
        padding: 10px;
        border-bottom: 5px solid #e9eaed;
        margin: 0;
        text-align: center !important;
    }
    .my_blogs_cnt .post_main_cnt.common.delete_note_cnt{
        padding: 0;
        margin: 0;
        border: none;
    }
    .blogs_publish_btn{
        text-align: center;
    }
    .blogs_publish_btn .add_top_news{
        float: none;
        padding: 10px 0 15px 0;
    }
    .add_blog_cnt .buy_and_sell_item {
        padding: 0 0 15px 0;
    }
    .events_page .blog_details_cnt .post_main_cnt{
        border: none;
        padding: 20px 10px 8px 10px;
    }
    .nb_categories{
        padding: 0;
    }
    .nb_categories h3{
        background: #ffffff;
        padding: 10px;
        border-bottom: 5px solid #e9eaed;
        margin: 0;
        text-align: center !important;
    }
    .notice_board_cnt .my_business_page_main  .pagination{
        margin: 0;
        padding: 12px;
        float: none !important;
        vertical-align: top;
    }
    .notice_board_cnt .my_business_page .post_actions > ul > li span{
        display: none;
    }
    .notice_board_cnt .my_business_page .post_actions > ul > li em{
        display: inline-block;
        margin: 0 6px 0 0;
    }
    .notice_board_cnt .vip_cnt > ul > li {
        width: 100%;
    }
    .notice_board_cnt .vip_post_cnt .post_actions ul li {
        width: 33%;
    }
    .stumble_cnt{
        padding: 0;
        margin: 0;
        border: none;
    }
    .stumble_cnt_in > ul > li{
        width: 100%;
        padding: 0 0 8px 0;
    }
    .stumble_user {
        border: none;
        border-bottom: 1px solid #cccccc;
        padding: 8px 13px;
        margin: 0 0 8px 0;
    }
    .stumble_cnt_in > ul > li:last-child .stumble_user{
        border-bottom: none;
    }
    .stumble_user > a{
        height: 285px;
        margin: 0 -13px;
    }
    /*stumble details page*/
    .stumble_actions{
        display: none;
    }
    .stumble_details_cnt .mobile_profile_menu ul li{
        width: 50%;
    }
    .mobile_profile_menu ul li.mobile_stumble a{
        background: url('../images/profile_sprite_stumble.png') no-repeat;
        background-color: #000000;
        background-position: 0 0;
        background-size: 24px;
    }
    .mobile_profile_menu ul li.mobile_stumble.report_user a{
        background-position: 12px 26px;
        background-color: #b8e270;
    }
    .mobile_profile_menu ul li.mobile_stumble.friend_requst a{
        background-position: 12px -84px;
        background-color: #6daf81;
    }
    .mobile_profile_menu ul li.mobile_stumble.like_me a{
        background-position: 12px -28px;
        background-color: #c669ef;
    }
    .lost_and_stolen .vip_page_links ul li:first-child a {
        margin-right:5px;

    }
    .lost_and_stolen .vip_page_links ul li:last-child a {
        margin-left:5px;
    }
    .dashboard_cnt.lost_stolen_cnt .col-sm-9.dashboard_mid > h3 {
        background: #fff none repeat scroll 0 0;
        margin-bottom: 3px;
        margin-top: 0px;
        padding: 10px 15px 13px;
        text-align: center;
        position:relative;
    }
    .modify_search_new {
        background-color: transparent;
        border: medium none;
        margin-bottom: 0;
        padding: 0 10px 0;
/*
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
*/
        border-left:1px solid #ccc;
    }
    .modify_search_new h3 span {
       /* display:none;*/
    }
    .modify_search_new h3 i {
        float: right;
        padding: 0 14px;
        font-size:20px;
        text-align: right;
        padding-bottom: 12px;
    }
    .modify_search_new .answer_list {
        margin-bottom: 15px;
        margin-top: 20px;

    }
    .modify_search_new h3 {
        padding: 10px 0;
    }
    .game_name ul li.col-sm-12 select:last-child {
        float: right;
    }
    .modify_search_new .game_category ul li select, .modify_search_new .game_name ul li select {
        /*background: rgba(0, 0, 0, 0) url("../images/select_dwn_arrw.png") no-repeat scroll 95% center;
        height: 40px;
        line-height: 40px;
        outline: medium none;
        padding: 0 10px;
        position: relative;
        width: 99%;
        border:none;
        background-color:#fff;*/

    }

    .modify_search_new .common {
        background: #CBCCD2 none repeat scroll 0 0;
        border: 1px solid #CBCCD2;
        margin: 0 0 22px;
        padding: 10px 10px 0px;
        position: relative;
    }
    .gaming_menu.common::before {
        border-bottom: 10px solid #CBCCD2;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        right: 14px;
        top: -10px;
        width: 0;
    }
    .stumble_main_cnt .gaming_menu.common:before{
        display: none;
    }
    .modify_search_new .gaming_menu.common {
        /*margin-top: 18px !important;*/
    }
    .modify_search_new .gaming_menu > ul li{
        width: 100%;
    }
    .lost_and_stolen h3 {
        padding-left: 0px !important;

    }
    .lost_and_stolen .ineer_box h3{text-align:center !important;}
    input[type="text"].input_lost_stolen{
        border: 1px solid #fff;
    }
    .List_Lost_And_Stolen_Item{
        background: #fff none repeat scroll 0 0;
        margin-bottom: 3px;
        margin-top: 0;
        padding: 10px 15px 13px;
        position: relative;
        text-align: center;
    }
    .dashboard_cnt.lost_stolen_cnt .sponsored_links_main {
        margin: 0 !important;
        padding: 0 !important;
    }
    .new_date_head{
        padding: 8px 10px;
    }
    .new_date_member_new .business_dropdown{
        position: static;
        padding: 0 8px 0px 0;
    }
    .buy_sell_item_des_cnt > ul li.date_of_birth {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
        width: 33.33%;
    }
    .missing_person_cnt .business_home_box .ineer_box p {
        text-align:center;
    }
    .missing_person_cnt .gaming_menu.common::before{border:0 !important;}
    .missing_person_cnt .vip_page_links ul li:first-child a{margin-right:15px !important;}
    .missing_person_cnt .vip_page_links ul li:nth-child(3) a{margin-right:15px;}
    .missing_person_cnt .vip_page_links ul li:nth-child(5) a{margin-right:15px;}
    .missing_person_cnt .vip_page_links ul li:last-child a {
        margin-left: -5px !important;
    }
    .new_date_member_new .modify_search_new {border:none;margin-top: 68px;}
    .dashboard_cnt.gaming_main_cnt.new_date_member_new_main .modify_search_new h3 span {
        display: none;
    }
    .new_date_member_new li .aged_left label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre;
    }
    .new_date_member_new li .aged_right label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre;
    }
    .new_date_member_new .modify_search_new h3 {
        background: transparent none repeat scroll 0 0;
        padding: 11px 0;
    }
    .new_date_member_new_main .modify_search_new .game_category ul li, .modify_search_new .game_name ul li {
        margin-bottom: 0;
        padding: 0 8px;
    }
    .new_date_member_photos li {
        width: 150px;
    }
    .new_date_member_photos {
        padding-left: 10px;
        padding-right: 5px;
    }
    .information_dating_inner {

        padding: 0;
        border-bottom: 10px solid #E9EAED;

    }
    .information_dating_inner > ul {
        width: 100%;
    }
    .comment_rgt.no-padding.home_show_comment {
        width: 98%;
    }
    .report_user_popup .skylight-dialog{
        width: 80% !important;
        margin-left: -40% !important;
        height: auto !important;
        padding: 0 !important;
    }
    .no_friends{
        width: 100px;
        display: inline-block;
    }
    .video_block img,.video_block video{
/*
        width:100%;
        height: 100px;
*/
    }
	.video_block video{/*height: 96px;overflow: hidden;*/}
    .pagination > li > a, .pagination > li > span{
        padding: 4px 8px;
    }
    .profile_personal_info_cnt > ul > li > ul > li:first-child,.profile_personal_info_cnt > ul > li > ul > li {
        width: 100%;
        display: block;
    }
    .profile_personal_info_cnt > ul > li > ul > li:first-child {
        margin-bottom: 10px;
        padding: 6px 13px !important;
        background: #f3f3f3;
    }
    .profile_personal_info_cnt > ul > li > ul > li:first-child:after{
        display: none;
    }
    .profile_personal_info_cnt.social_info_cnt > ul > li > ul > li > label{
        padding: 0;
        border-bottom: none;
    }
    #sharePostModal .modal-dialog {
    width: 38%;
}
.post_status_img_cnt.row  figure img {
    width: 100%;
    padding-top: 0px;
}
.business_details_page .vip_page_links ul li a {
    font-size: 13px;
}
/*.new_business_image img {
    margin-top: 47px;

}*/
.common.vip_details_cnt video {
    margin-top: 10px;
}

.dating_msg .dating_message_main .conversation-compose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dating_msg .dating_message_main .conversation-compose .lead.emoji-picker-container {

    padding: 0 8px;
}
.dating_msg .conversation-container {

    display: list-item;

}
.dating_message_main .conversation-compose .send .circle {
    width: 35px;
    height: 35px;
}
.dating_msg .messege_block_new .conversation {

    display: block;

}
.post_actions > ul > li >a span {
    display: none;
}

/*.post_actions > ul > li:first-child a em, .post_actions > ul > li:nth-child(2) a em {
    display: none;
}*/
.main_cnt .post_edit_section_link > div {
    width: 85%;

}
.close_btn_cross .close span {
    position: absolute;
    top: 1px;
    right: 1px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    /* vertical-align: middle; */
    padding: 0px 4px;
    font-size: 23px;
    color: #861718;
    border: 1px solid #861718;
}
.mobile_request .mobile_req_main .mob_req_msg span {
   display: block;
    /* float: left; */
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    padding: 0px;
}
.mobile_request .mobile_req_main .mob_req_msg span i {
    display: block;
}
.mobile_request .mobile_req_main .mob_req_msg span time {
    position: absolute;
    right: -23px;
    bottom: 0;
    font-size: 9px;
}
.mobile_request .mobile_req_main .mob_req_img {
    display: inline-block;
    vertical-align: top;
}
.mobile_request .mobile_req_main .mob_req_msg a {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    border: 1px solid #ccc;
    padding: 4px 4px;
    border-radius: 2px;
    margin: 0px 6px 6px 0px;
}
.main_cnt .post_main_cnt.common .post_info {
    padding: 10px;
}
.main_cnt .post_status_img_cnt.row figure img {
    width: 100%;
    padding-top: 0px;
}
.main_cnt .post_status_img_cnt{
	padding-bottom: 0px;
}
.main_cnt .post_status_img{
	padding-bottom: 0px;
}
.main_cnt .post_edit_section_link{
	padding: 4px;
}
.main_cnt .modal-dialog.slider-drop .carousel-inner video {
    padding-top: 17px;
}
.main_cnt .modal-dialog.slider-drop .modal-body {
/*    min-height: calc(100vh - 2px);*/
	min-height: calc(100vh - 2px);
        background: #000;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    padding: 0px;
	overflow:hidden;
	border:0;


}
.modal.fade.timeline_popup.home-overlay.in {
    position: fixed !important;
    top: -1px;
	height:100vh;
	overflow:hidden;
}
.main_cnt .modal-dialog.slider-drop .comment-sec {
     height: auto;
         max-height: 225px;

}
.main_cnt .posts_block .post_main_cnt.common .post_cnt{
    padding: 0px;
}
.vip_menu ul li.m_images a {
    background: #608ca7;
}

/* 01-01*/

.main_cnt .timeline_popup .modal-body > .col-sm-6:last-child {
    display: none;
}
/*.main_cnt .modal-body div:last-child{
    display: none;
}*/
/*.main_cnt .modal-dialog.slider-drop .modal-body :last-child {
    display: none;
}
*/
.main_cnt .modal-dialog.slider-drop .modal-body i {
       visibility: visible;
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 12px;
    left: 12px;
}
.main_cnt .modal-dialog.slider-drop .modal-body i.close_popup {
    z-index: 9999;
}

.main_cnt .timeline_popup .modal-body > .col-sm-6 strong, .timeline_popup .modal-body > .col-sm-6 h5{
	visibility: hidden;
}
/*.main_cnt .modal-dialog.slider-drop .carousel-inner .img_rs img {
    width: 100%;
    min-width: 374px;
}*/
.main_cnt  .post_status_img_cnt.row .col-md-6 figure img {
    z-index: 99;
    padding: 0px;
}
.main_cnt .post_status_img_cnt.row .col-md-12 figure img{
	z-index: 99;
	padding: 1px;
    /*height: 414px;*/
}
.modal-open .modal-dialog button.share_post_close_popup{
	visibility:visible;

}
.main_cnt .modal-dialog.slider-drop .carousel-inner .img_rs img{
    height: auto;
}
/*.main_cnt .modal-dialog.slider-drop .carousel-inner .img_rs img {
    width: 100%;
    min-width: 442px;
    min-height: 482px;
}*/
.main_cnt .post_status_img_cnt.row .col-md-6 figure img {
    height: 210px;
    padding: 2px;
}

.events_page.notes_page .modal-dialog button.close{
    visibility: visible;
}
.main_cnt .posts_block .post_main_cnt.common .post_cnt {
    padding-left: 10px;
}
.main_cnt .post_main_cnt.common .post_info {
     padding: 0px;

}
.main_cnt .posts_block .post_info .post_text p {
    padding-top: 4px;
}
.post_status_img figure {
        /*height: 260px !important;*/
        }
.home_main_cnt .modal-dialog button.close {
    visibility: visible;
}
.main_cnt .vip_cnt_in .vip_post_cnt video {
     height: 210px;
    width: 100%;
    height: 100%;
}
/*.main_cnt .vip_post_cnt .post_actions {
     margin: 0;
}*/
.main_cnt .notice_board_cnt .vip_cnt > ul > li {
    padding: 0 0 10px 0;

}
.main_cnt .notice_board_cnt .friends_cnt {
    padding: 0 15px 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}
/*.notice_board_cnt .vip_cnt > ul > li .vip_cnt_in {
    position: relative;
    border: 1px solid #ccc;
   /* padding: 10px;
}*/

.main_cnt.notice_board_extra .dashboard_cnt.notice_board_cnt .vip_cnt{

    background-color:#E9EAED !important;

}
.main_cnt.notice_board_extra .dashboard_cnt.notice_board_cnt .vip_cnt.common{

  padding:0px;

}
.main_cnt.notice_board_extra .notice_board_cnt .vip_cnt > ul > li {
    background: #fff;
    margin-bottom: 15px;
}
.main_cnt.notice_board_extra .notice_board_cnt .vip_post_title p {
  padding: 0px 0 10px 10px;
}
.main_cnt.notice_board_extra .vip_cnt_in .profile_img img {
    margin-left: 3px;
    margin-top: 2px;
}
.main_cnt_notice_details .comment_on_post .comment_lft, .comment_rgt{
    display: block;
}
.main_cnt_notice_details .comment_on_post{
    display: block;
}
.main_cnt_notice_details .comments_main_cnt {
    max-height: 222px;
    overflow: auto;
}
.main_cnt_notice_details .post_main_cnt .comment_box{
	padding: 0px;
	border: none;
}
.main_cnt.usr_profile .profile_personal_info_cnt .edit_labels ul li label {
    padding: 0px;
}
.main_cnt.new_top_nws .post_main_cnt.common .post_cnt p {
    padding-left: 10px;
}
.main_cnt .posts_block .post_main_cnt.common .post_cnt {
     padding-left: 0px;
}
.main_cnt.new_top_nws .post_status_img_cnt.row .col-md-12 figure img{
    z-index: 9999;
    padding: 1px;
    height: 300px;
}
.screen-container form.conversation-compose {
    padding-bottom: 0px;
}
.share_inputs {
    width: 30% !important;
}
.desktop-chat-list .messege_block_new .conversation .conversation-container {
height: calc(100vh - 110px) !important;
}
.messege_block_new .message.received {
    /*width: 50%;*/
    margin: 0 auto 0 0;

}
	.main_cnt .business_home a figure img {
    height: 350px;
}
.vip_details_cnt .new_business_image {
    width: 100%;
	height: ;
}
.vip_details_cnt .new_business_image img {
	height: 220px;
}
	img.imageSliderImage.business_new_slider {

    height: 150px;
}
.main_cnt.business_new_share_post .comment_on_post {
    display: block;
}
.main_cnt.business_new_share_post .comment_rgt span {
    float: left;
}
.dashboard_cnt.business_details_page .common.vip_details_cnt video{
	margin-top: 0px;
}
.dashboard_cnt.gaming_main_cnt.new_date_member_new_main .stumble_cnt_in.stumble_cnt_in_new {
    padding: 0 10px;
}
.desktop-chat-list {
    top: 0px;
}
#myDiv1 {
    height: 740px;
}
.chat_main.message_individual .desktop-chat-list-individual {
    max-height: calc(100% - 1px) !important;
    border: 1px solid #ccc;
}
.desktop-chat-list-individual.messege_block_new{
    height: 700px !important;
}
.desktop-chat-list, .chat_main.message_individual .desktop-chat-list-individual {
    position: absolute;
    top: 0 !important;
}
.desktop-chat-list {
    max-width: 100% !important;
}
.chat_main.message_individual .desktop-chat-list-individual{
   max-width: 100% !important;
}
}

@media (max-width:599px) {
    h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .login_section {
        width: 400px;
    }
    .home_lft ul li {
        padding: 0 0 8px 0;
    }
    .home_lft ul li a {
        font-size: 16px;
        padding: 6px 0 6px 50px;
    }
    .home_lft ul li p {
        max-width: 277px;
    }
    .push {
        height: 98px;
    }
    .wrapper {
        margin-bottom: -98px;
    }
    footer {
        height: 98px;
    }
    .footer_in ul li {
        display: block;
        float: none;
        padding: 0 0 3px 0;
    }
    .album_title a {
        font-size: 11px;
        padding: 4px;
        /*        width: 100px;*/
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0 auto;
    }
    .album_title span{
        text-align: center;
    }
    .edit_album_title{
        right: 0;
    }
    .popup_modal_new .create_album_popup_cnt input[type="text"]{
        height: 32px;
        line-height: 32px;
    }
    .album_title a.editAbumname {
        overflow: inherit;
        outline: none !important;
    }
    /*Dashboard Page*/
    .people_know ul li a img {
        height: 75px;
    }
    .video_block ul li a figure img {
        height: 75px;
    }
    /*Vip Details Page*/
    .vip_cnt_imgs ul li a img {
        height: auto;
    }
    .vip_invitations_cnt .vip_cnt_in {
        width: 100%;
        margin: 0;
        padding: 10px;
        border-bottom: 10px solid #e9eaed;
    }
    .vip_invitations_cnt .vip_cnt_in:last-child{
        border-bottom: none;
    }
    /*Gaming Page*/
    .gaming_cnt ul li {
        width: 100%;
        float: none;
        display: block;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #cbcbcb;
        margin: 0 0 10px 0;
    }
    .game_block a img {
        height: auto;
    }
    /*Photos Page*/
    .user_albums > ul > li {
        width: 49%;
        padding: 0 6px 14px 6px;
    }
    .album_cnt {
        bottom: 25px;
    }
    .image_view a img {
/*        height: 100px;*/
    }
    .new_date_member_photos li {
        /* width: 46.6%; */
    }
    .desktop-chat-list{
        width: 240px;
    }
#sharePostModal .modal-dialog {
    width: 50%;
}
.business_details_page .vip_page_links ul li a {
    font-size: 12px;
}
.main_cnt.usr_profile .profile_personal_info_cnt .edit_labels ul li label {
    padding: 0px;
}
.vip_post_cnt a img{
        height: auto;
        max-height: 350px;
    }

}
@media (max-width:479px) {
    h1 {
        font-size: 18px;
    }
    .text_fields {
        width: 100%;
        float: none;
        display: block;
        padding: 0 0 10px 0;
    }
    .login_section {
        width: 100%;
    }
    .login_btn {
        width: 58px;
        display: block;
    }
    .home_lft ul li p {
        padding: 10px 0 0 6px;
        font-size: 12px;
        max-width: inherit;
        float: none;
        display: block;
    }
    .home_lft ul li a {
        font-size: 14px;
        float: none;
    }
    .view_latest_cnt h6 {
        font-size: 15px;
    }
    .view_latest_cnt ul {
        float: none;
    }
    .view_latest_cnt ul li {
        float: none;
        padding: 0 0 15px 0;
        width: 140px;
    }
    .home_lft > p {
        font-size: 16px;
        line-height: 16px;
    }
    .form_fields input[type=text].f_name {
        width: 100%;
        float: none;
        margin: 0 0 8px 0;
    }
    .form_fields input[type=text].l_name {
        width: 100%;
    }
    .forgot_form,
    .header_search {
        width: 98%;
    }
    /*Dashboard Page*/
    .post_rgt {
        padding: 0;
    }
    .share_box {
        width: 81%;
    }
    .people_know ul li a img {
        height: 70px;
        border-radius: 50%;
    }
    /*Manage Friends*/
    .b_friends{
        border: none;
        margin: 0 0 8px 0;
    }
    .b_friends h6{
        border-bottom: 5px solid #f0f1f3;
    }
    /*Profile Page*/
    .mobile_profile_menu ul {
        display: inline-block;
        float: none;
        width: 100%;
    }
    .mobile_profile_menu ul li {
        display: inline-block;
        float: left;
        width: 33.33%;
        padding: 4px;
    }
    .share_inputs {
        margin: 5px 0;
        width: 14% !important;
    }
    .buttons_new_dating > li {
        padding: 5px 10px;
    }
    .events_block ul li {
        padding: 0;
        width: auto;
    }
    #sharePostModal .modal-dialog {
    width: 80%;
}
.invite_friends_popup .modal-dialog {
    width: 100%;
    /* margin: 30px auto; */
    margin: 92px auto;
    max-width: 300px;
}
 .business_details_page .vip_page_links ul li a {

        font-size: 11px;

    }
  .new_business_image {

    padding: 0 2px;

}
.more_menu_links {
    top: 45px;
    right: -230px;
    width: 230px;

}
.main_cnt .post_main_cnt  .post_text {
    width: 80%;
}


}
@media (max-width: 355px) {
    .business_details_page .vip_page_links ul li a {
        background: #000000 none repeat scroll 0 0;
        border-radius: 5px;
        color: #ffffff;
        display: block;
        font-size: 11px;
        font-weight: 400;
        line-height: 14px;
        padding: 8px 5px;
    }
    #sharePostModal .modal-dialog {
    width: 73%;
}
.photo_view_cnt > ul > li > a, .photo_view_cnt > ul > li > select.rate_btn {

    font-size: 13px;

}
.business_details_page .vip_page_links ul li a {

        font-size: 10px;


    }
/*
.common.status.post_block {
    margin: 0px 11px;
}*/
.dashboard_lft, .dashboard_rgt {

    margin: 0 0px;
}
.no_data_text {
    margin: 0 11px;
}
.dashboard_cnt .dashboard_rgt .sponsored_links_main {
    padding: 10px 0 0 0;
}
.main_cnt .post_edit_section_link > div {
    width: 82%;
}
.common.status.post_block .add_top_news {
    padding: 8px 0px;
}
.main_cnt.usr_profile .profile_personal_info_cnt .edit_labels ul li label {
    padding: 0px;
}



}




/*New Dashboard*/

.desktop-chat-list {
        max-height: calc(100% - 115px);
        width: 100%;
    max-width: 320px;
    position: fixed;
    bottom: 0;
    right: -110%;
    right: -100%;
    z-index: 99999;
    background: #ffffff;
/*    overflow: auto;*/
    padding: 0;
    border: 1px solid #ccc;
    border-bottom: none;
    /*-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5);
            box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5);*/
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    height: 100%;
}
.message_individual .desktop-chat-list{
    height: auto !important;
}
.desktop-chat-list .delete_album{
    display: block;
    top: 0px;
    right: 0px;
}
.chat_main.chat_open .desktop-chat-list {
    right: 0;
}
.desktop-chat-list ul{
    display: block;
    padding: 0;
    margin: 0;
}
.desktop-chat-list ul li{
    display: block;
    padding: 0;
}
.desktop-chat-list ul li a{
    display: block;
    padding: 10px;
    background: #fff;
}
.desktop-chat-list ul li a:hover{
    background: #d4d4d4;
}
.desktop-chat-list ul li .profile_img{
    position: relative;
}
.desktop-chat-list ul li .profile_img:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 6px;
    width: 10px;
    height: 10px;
    background: #aa2e2e;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 1px 2px #fff;
            box-shadow: 0 0 1px 2px #fff;
}
.desktop-chat-list ul li.offline_frnd .profile_img:before{
    background: #aa2e2e;
}
.desktop-chat-list ul li.online_frnd .profile_img:before{
    background: #209e0c;
}
.desktop-chat-list ul li .profile_img img{
    border-radius: 100%;
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
}
.desktop-chat-list ul li .profile_name{
    padding: 0 0 0 12px;
}
.desktop-chat-list ul li .profile_name strong{
    display: block;
    padding: 0 0 5px 0;
    line-height: 12px;
    font-size: 12px;
}
.desktop-chat-list ul li .profile_name p{
    padding: 0;
}
.desktop-chat-list ul li .profile_cnt{
    padding: 0;
    position: relative;
}
.desktop-chat-list-individual.messege_block_new .user-bar div.back{
    cursor: pointer;
}
.desktop-chat-list-container{
    position: relative;
    width: 100%;
    height: 100%;
    /*overflow-x: hidden;*/
}
.desktop-chat-list-all,.desktop-chat-list-individual{
    opacity: 0;
    visibility:hidden;
    right: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    height: 100%;
}
.chat_main.message_all .desktop-chat-list-all{
    opacity: 1;
    visibility: visible;
    right: 0;
}
.desktop-chat-list ul{
    display: none;
}
.chat_main.message_all .desktop-chat-list-all ul{
    display: block;
    height: 100%;
    overflow: auto;
}
.chat_main.message_individual .desktop-chat-list-individual{
    opacity: 1;
    visibility: visible;
    right: 0;
    position: fixed;
    bottom: 0;
    top: auto;
    width: 100%;
    max-width: 320px;
    max-height: calc(100% - 115px);
    border: 1px solid #ccc;
    border-bottom: none;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5);
            box-shadow: 0 5px 20px 0 rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.chat_main.message_individual .messege_block_new .chat,.chat_main.message_individual .messege_block_new .conversation{
    height: 98%;
    width: 100%;
    background-image: url(../images/bb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.chat_last_seen{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.desktop-chat-list .messege_block_new .conversation .conversation-container{
    height: calc(100% - 70px);
}
.desktop-chat-list .messege_block_new .screen-container{
    border-left: none;
}
.desktop-chat-list .messege_block_new .user-bar .actions.attachment{
    cursor: pointer;
}
.chat_main.message_individual .desktop-chat-list-individual.messege_block_new .user-bar .avatar img,.desktop-chat-list .messege_block_new .marvel-device,.messege_block_new .marvel-device .screen{
    height: 100%;
}
.chat_main.message_individual .desktop-chat-list-individual.messege_block_new .message span.seen_status img{
    width: 18px;
    height: auto;
}
.chat_main.message_individual .desktop-chat-list-individual.messege_block_new .message span.seen_status{
    display: inline-block;
    vertical-align: top;
    color: green;
    font-size: 12px;
}
.chat_main.message_individual .desktop-chat-list-individual.messege_block_new .message.sent .metadata span.time{
    padding: 0 6px 0 0;
    display: inline-block;
    vertical-align: top;
}
#emoji_icon{
    position: absolute;
    bottom: 84px;
    max-height: 250px;
    overflow: auto;
    left: 10px;
    width: 80%;
}
.emoji-mart{
    width: 100% !important;
}
.desktop-chat-list-individual.messege_block_new .message{
    display: block;
    margin-bottom: 10px;
}
.desktop-chat-list-individual.messege_block_new .message span{
    text-align: left;
    display: block;
}
.desktop-chat-list-individual.messege_block_new .message span > img{
    margin: 0 0 6px 0;
}
.chat_main.message_individual .desktop-chat-list-individual.messege_block_new .message.sent span > img{
    margin: 0;
}
/* Small Screens */

@media (max-width: 768px) {


    .messege_main_bg {

        border: none;

    }
    .messege_block_new .marvel-device.nexus5 {
        border-radius: 0;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        padding: 0;
        max-width: none;
        overflow: hidden;
        height: 100%;
        width: 100%;
    }

    .messege_block_new .marvel-device > .screen .chat {
        visibility: visible;
    }

    .messege_block_new .marvel-device {
        visibility: hidden;
    }

    .messege_block_new .marvel-device .status-bar {
        display: none;
    }
.dating_msg .messege_block_new .screen-container {
        position: inherit;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .messege_block_new .screen-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .messege_block_new .conversation {
        height: calc(100vh - 165px);
        display: table;
        clear: both;
        width: 100%;
    }
    .messege_block_new .conversation .conversation-container {
        height: calc(100vh - 220px);
    }


  #chatContaianer {
      display: none;
  }
}



@media (max-width: 767px) {

/**** 03-12-2018 ****/
.home_page_bulletin .modal-dialog {width: 100%;}
.home_page_bulletin .modal-dialog .modal-body .item figure.bulletin_figure{ height:200px; max-height: 200px;}
.home_page_bulletin .modal-dialog .modal-body .item figure.bulletin_figure img{ max-height: 200px;}
.home_page_bulletin .modal-dialog{ margin:0 auto;}



  body{
    padding-bottom: 0;
  }
    .modify_search_new.modify_search_new_right .answer_list {
        margin-bottom: 15px;
        margin-top: 50px;
    }
    .vip_main_cnt.stumble_main_cnt.new_date_member_new h3.new_search_new span {display:none;}
    .new_search_new_main{
        background:#fff;
        margin:5px 0

    }
    .messege_main_bg .tab-content {
        display: block;
    }
    .slider-drop{
        width: auto;
    }
}



/* Modified header*/
.search select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("../images/home-search-dropdown.png") no-repeat scroll center center;
    border: medium none;
    font-size: 0;
    height: 34px;
    left: 0;
    outline: medium none;
    position: absolute;
    top: 1px;
    width: 40px;
}
.header_search .search select {
    border-radius: 6px 0 0 6px;
    height: 26px;
    left: -2px;
    top: 0;
}
/*Loading icon*/
#loadingIcon {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    display: table;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    visibility: visible;
    width: 100%;
    z-index: 999;
}
.loading_icon_cnt{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#loadingIcon img{
    display: block;
    margin: 0 auto;
}
.bottom_menu.kb {
    padding-top: 80px;
}
.common.status.post_block {
    padding-bottom: 10px;
}

.rdt {
    position: relative;
}
.rdtPicker {
    display: none;
    position: absolute;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999 !important;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
            box-shadow: 0 1px 3px rgba(0,0,0,.1);
    border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
    display: block;
}
.rdtStatic .rdtPicker {
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
}

.rdtPicker .rdtTimeToggle {
    text-align: center;
}

.rdtPicker table {
    width: 100%;
    margin: 0;
}
.rdtPicker td,
.rdtPicker th {
    text-align: center;
    height: 28px;
}
.rdtPicker td {
    cursor: pointer;
}
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover,
.rdtPicker .rdtTimeToggle:hover {
    background: #eeeeee;
    cursor: pointer;
}
.rdtPicker td.rdtOld,
.rdtPicker td.rdtNew {
    color: #999999;
}
.rdtPicker td.rdtToday {
    position: relative;
}
.rdtPicker td.rdtToday:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
    background-color: #428bca;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
    border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed;
}

.rdtPicker td span.rdtOld {
    color: #999999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed;
}
.rdtPicker th {
    border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
    width: 14.2857%;
    border-bottom: none;
}
.rdtPicker th.rdtSwitch {
    width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
    font-size: 21px;
    vertical-align: top;
}

.rdtPrev span,
.rdtNext span {
    display: block;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
}

.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
    cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
    background: #eeeeee;
}

.rdtPicker tfoot {
    border-top: 1px solid #f9f9f9;
}

.rdtPicker button {
    border: none;
    background: none;
    cursor: pointer;
}
.rdtPicker button:hover {
    background-color: #eee;
}

.rdtPicker thead button {
    width: 100%;
    height: 100%;
}

td.rdtMonth,
td.rdtYear {
    height: 50px;
    width: 25%;
    cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
    background: #eee;
}

.rdtCounters {
    display: inline-block;
}

.rdtCounters > div {
    float: left;
}

.rdtCounter {
    height: 100px;
}

.rdtCounter {
    width: 40px;
}

.rdtCounterSeparator {
    line-height: 100px;
}

.rdtCounter .rdtBtn {
    height: 40%;
    line-height: 40px;
    cursor: pointer;
    display: block;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
}
.rdtCounter .rdtBtn:hover {
    background: #eee;
}
.rdtCounter .rdtCount {
    height: 20%;
    font-size: 1.2em;
}

.rdtMilli {
    vertical-align: middle;
    padding-left: 8px;
    width: 48px;
}

.rdtMilli input {
    width: 100%;
    font-size: 1.2em;
    margin-top: 37px;
}

.buy_sell_upload_item_img{
    display: block;
    width: 100%;
    margin-left: 0px;
}
.buy_sell_upload_item_img ul{
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    margin: 0 -10px;
}
.buy_sell_upload_item_img ul li{
    display: inline-block;
    float: left;
    width: 25%;
    padding: 0 10px 20px 10px;
}
.buy_sell_upload_img_cnt{
    display: table;
    width: 100%;
    height: 120px;
    border: 1px dashed #cccccc;
        margin-bottom: 10px;
}
.buy_sell_upload_img_cnt_in{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    padding-top:10px;
}
.buy_sell_upload_img_cnt_in a{
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #323232;
}
.buy_sell_upload_img_cnt_in a:focus,.buy_sell_upload_img_cnt_in a:hover{
    color: #007aff;
}
.buy_sell_upload_img_cnt_in a span{
    display: block;
    font-size: 20px;
    padding: 0 0 8px 0;
}
.buy_sell_upload_item_img > ul > li > span{
    display: block;
    width: 100%;
    height: 120px;
    border: 1px solid #D6D6D6;
}
.mob_filter_buy_sell_view{
    display: none;
}
.buy_sell_upload_img_cnt_in input[type="file"]{
    display: none;
}
.buy_sell_item_des_cnt{
    /*display: block;
    padding: 0 0 22px 0;*/
}
.buy_sell_item_des_cnt ul{
    display: inline-block;
    float: left;
    width: 100%;
}
.buy_sell_item_des_cnt ul li{
/*
    display: inline-block;
    float: left;
    width: 75%;
    padding: 0 15px;
    position: relative;
*/
}
.buy_sell_item_des_cnt ul li label{
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}
.buy_sell_item_des_cnt ul li label span{
    display: inline-block;
    color: #B51B1B;
    font-size: 14px;
    font-weight: 700;
}
/*
.buy_sell_item_des_cnt ul li:first-child{
    width: 25%;
}
*/
.buy_sell_item_des_cnt ul li em{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 16px;
    width: 30px;
    height: 28px;
    background: #fff;
    margin-top: -14px;
    text-align: center;
    font-style: normal;
    line-height: 28px;
    font-size: 18px;
    color: #a0a0a0;
    border-right: 1px solid #e0e0e0;
}
.buy_sell_item_des_cnt_biding  ul li input[type="text"]{
    padding: 0 8px 0 35px;
}
.buy_sell_item_des_cnt  ul li textarea{
    width: 100%;
    min-height: 130px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    color: #565656;
    padding: 6px 10px;
    outline: none;
}
.buy_sell_item_des_cnt input[type="button"]{
    text-transform: uppercase;
    float: right;
    margin: 0 14px 0 0;
    background: #903535;
    border: 1px solid #6A2020;
    color: #FFFFFF;
    border-radius: 3px;
    padding: 4px 16px;
    font-weight: 600;
    outline: none;
}
.buy_sell_item_des_cnt input[type="button"]:hover{
    background: #eeeeee;
    color: #000000;
}
.result_thumbonail_edit_date #result img{width:100px; height:100px; float:left; margin:10px 7.5px;}
.result_thumbonail_edit_date #result1 img{width:80px; height:80px; float:left; margin:10px 7.5px;}
.result_thumbonail_edit_date #result2 img{width:80px; height:80px; float:left; margin:10px 7.5px;}

/* for new method*/
.result_thumbonail_edit_date #bulletin_images img{width:80px; height:80px; float:left; margin:10px 7.5px;}

.user_albums.user_albums_video > ul > li:first-child {
    display: inline-block;
}
.user_albums.user_albums_video > ul > li  .image_view a video{
    height: 157px !important;
    background: #8f8f8f;
}
.user_albums.user_albums_video.photos_album_page > ul > li .image_view a video{
    height: 123px !important;
    background: none;
}
.new{
    border-radius: 3px;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    padding: 2px;
    text-transform: uppercase;
}

/* friends page new css */
.friends_new_rgt_cnt {
    position: absolute;
    top: 8px;
    right: 10px;
    display: none;
    z-index: 999;
    background: #000000;
    border-radius: 6px;
    width: 150px;
}
.friends_new_rgt_cnt {
    padding: 0;
}
.friends_new_rgt_cnt ul {
    display: block;
    float: none;
}
.friends_new_rgt_cnt ul li {
    display: block;
    float: none;
    padding: 0 4px;
    text-align: left;
}
.friends_new_rgt_cnt ul li a {
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    background: #000000;
    color: #ffffff;
    height: 30px;
    border-radius: 3px;
    display: block;
}
.friends_new_rgt_cnt ul li a i {
    margin: 0 6px 0 0;
}

.friends_new_cnt abbr {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    font-style: normal;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.friends_new_cnt abbr em {
    display: block;
    width: 4px;
    height: 4px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    background: #000000;
    position: relative;
    top: 14px;
}
.friends_new_cnt abbr em:after, .friends_new_cnt abbr em:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #000000;
    position: absolute;
    top: -8px;
    left: 0;
}
.friends_new_cnt abbr em:before {
    top: auto;
    bottom: -8px;
}



.friends_new_cnt {
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    position: relative;
}
.friends_new_lft_cnt {
    padding: 0;
}
.friends_new_img {
    display: inline-block;
    float: left;
    width: 75px;
}
.friends_new_name {
    display: inline-block;
    float: left;
    padding: 0 10px;
}
.friends_new_name span, .friends_new_name em {
    display: block;
}
.friends_new_name a {
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: #B93434;
}
.friends_new_img img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
/* Header search new css */
.header_search_new {
    display: inline-block;
    float: left;
    width: 40%;
    padding: 13px 0 14px 50px;
}

.header_search_new .search_new {
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.search_new {
    position: relative;
    padding: 0 0 15px 0;
}

option {
    padding: 4px 10px;
}
.header_search_new .search_new .sbHolder_new {
    height: 26px;
    top: 0;
    border-radius: 6px 0 0 6px;
    left: -2px;
}
.search_new .sbHolder_new {
    position: absolute;
    top: 1px;
    left: 0;
    width: 40px;
    height: 34px;
    border: none;
    outline: none;
    background: url(../images/home-search-dropdown.png) no-repeat center center;
}
.sbHolder_new {
    background-color: #fff;
    border: 1px solid #E0E0E0;
    font-weight: normal;
    height: 34px;
    position: relative;
    width: 200px;
}
.sbToggleOpen_new {
    /* background: url(../images/select-icons.png) 8px 13px no-repeat; */
}
.sbToggle_new {
    /* background: url(../images/select-icons.png) 8px 13px no-repeat; */
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.header_search_new .sbOptions_new {
    border: none;
    left: 2px;
}

.sbOptions_new {
    background-color: #fff;
    border: solid 1px #E0E0E0;
    border-top: 0px;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    z-index: 12;
    overflow-y: auto;
    width: 140px;
    max-height: 405px !important;
}
.sbOptions_new li {
    padding: 0;
}

.sbOptions_new a:link, .sbOptions_new a:visited {
    color: #565656;
    text-decoration: none;
}
.sbOptions_new a {
    font-size: 12px;
    padding: 7px 13px 7px 13px;
}
input[type="text"], input[type="email"], input[type="password"], select {
    width: 100%;
    border: 1px solid #e0e0e0;
    outline: none;
    height: 30px;
    padding: 0 8px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
}
.header_search_new .sbSelector_new {
    height: 24px;
    line-height: 24px;
}
.sbSelector_new:link, .sbSelector_new:visited, .sbSelector_new:hover {
    color: #565656;
    outline: none;
    text-decoration: none;
}
.sbSelector_new {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    text-indent: -999px;
}
.header_search_new .search_new input[type=text] {
    height: 26px;
    line-height: 26px;
}

.search_new input[type=text] {
    width: 100%;
    border: 1px solid #e4e4e4;
    outline: none;
    padding: 0 35px 0 45px;
    font-size: 15px;
    background: #fdfdfd;
    border-radius: 5px;
    height: 36px;
    line-height: 36px;
    font-family: 'HeliosCond';
    font-weight: 400;
}
.header_search_new .search_new input[type=submit] {
    top: 50%;
    margin-top: -9px;
}
.search_new input[type=submit] {
    border: none;
    background: url(../images/search-icon.png) no-repeat center center;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8px;
    right: 10px;
    text-indent: -999px;
    outline: none;
}
.ul.dropdown-menu {
    margin-left: -77px;
}

/* Link page edit icon css */
.post_main_cnt .friends_new_cnt {
    top: 18px;
    right: 0;
    border: none;
}

.friends_new_cnt {
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
    position: relative;
}
.friends_list div div:last-child .friends_new_cnt{
    border-bottom: none;
}
.post_main_cnt .friends_new_cnt abbr {
    right: 30px;
    top: 50px;
}

.friends_new_cnt abbr {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    font-style: normal;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.friends_new_cnt abbr em {
    display: block;
    width: 4px;
    height: 4px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    background: #000000;
    position: relative;
    top: 14px;
}
.friends_new_cnt em {
    display: block;
    width: 4px;
    height: 4px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    background: #000000;
    position: relative;
    top: 14px;
}
.friends_new_cnt abbr em:after, .friends_new_cnt abbr em:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #000000;
    position: absolute;
    top: -8px;
    left: 0;
}
.friends_new_cnt abbr em:after, .friends_new_cnt abbr em:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #000000;
    position: absolute;
    top: -8px;
    left: 0;
}
.friends_new_cnt abbr em:before {
    top: auto;
    bottom: -8px;
}

.links_post_cnt .friends_new_rgt_cnt {
    display: none;
}
.friends_new_rgt_cnt {
    position: absolute;
    top: 8px;
    right: 10px;
    display: none;
    z-index: 999;
    background: #000000;
    border-radius: 6px;
    width: 150px;
}

.friends_new_rgt_cnt {
    padding: 0;
}
.buy_sell_upload_img_cnt_in_new {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.buy_sell_upload_img_cnt_in_new a {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #323232;
}
.buy_sell_upload_img_cnt_in_new a span {
    display: block;
    font-size: 20px;
    padding: 0 0 8px 0;
}
.buy_sell_upload_img_cnt_in_new input[type="file"] {
    display: none;
}
.imageSliderSpanVideo {
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.69);
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0;
}
.imageSliderSpanImageName {
    color: #353535;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
}
.imageSliderImage {
    display: block;
    width: 100%;
    height: 132px;
    margin: 0;
}
.slick-prev:before {
    display: none;

}
.slick-next:before {
    display: none;
}
.slick-slide {
    position:relative;
}
.slick-slide > div{
    padding: 0px 3px;
}
.slick-slide > div a{
    outline: none !important;
}
.video_block .slick-slide{
    margin: 0 0 0 -0.1px;
}
/*.video_block.common {
    height: 192px;
}*/
.video_block_new.video_block.common {
    height: auto;
}

.lost_stolen_search_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    width: 100%;
    background: #ffffff;
    padding: 0 10px;
}

.webkit_serach select{-webkit-appearance:none;}
.firstname_left{
    width: 49%;
    float: left;;

}
.last_name_right{
    width: 49%;
    float: right;;

}
.header_lost_stolen_profile + a img {
    height: 200px;
}
.missing_person_height .business_home_box img {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
}
.missing_person_height .business_home_box a{
    display: block;
}
.business_home a {
    position:relative;
}
.business_home.lost_and_stolen  a.carousel-control {
    position:absolute;
}
.image_count {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #fff;
    padding: 3px;
    position: absolute;
    top: 0;
    right: 0;
    /*margin-right: 15px;*/
}
.modal.fade.and.carousel.slide {
    bottom: 0;
    height: auto;
    margin: auto;
    overflow: auto;
    position: fixed !important;
    top: 0;
}
.search_friend_list li {
    border-bottom: 1px solid #ccc;
    padding: 8px 9px;
}

.search_friend_list li img {
    height: 35px;
    width: 35px;
}

.search_friend_list {
    background: #fff none repeat scroll 0 0;
    position: absolute;
    width: 100%;
    max-height:200px;
    overflow:auto;
}
.search_friend_list .notify_mid {
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}
.send_message {
    font-size: 12px;
    position: absolute;
    right: 7px;
}
.edit_profile a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 15px 10px;
}
.add_profile_image input {
    height: auto;
    margin-bottom: 10px;
    padding: 7px 15px;
}
.add_profile_image input:last-child{
    border-right: none !important;
}
.add_profile_image1 img{
    margin-bottom: 5px;
    width: 100%;
    height: 200px;
}
.add_profile_image type[type="button"] {

    background: #000;
}
.modal_edit_pf .modal-header {
    padding: 7px 15px;
}
.modal_edit_pf  .add_profile_image  .btn.btn-success,.invite_btn .btn.btn-success {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    padding: 5px 18px;
    text-transform: uppercase;
}
.profile_image_edit .form-control{
    height: auto;

}
.modal {
    text-align: center;
    padding: 0!important;
}

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

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.user_albums .edit_profile_image{
    display:none;
    background-position:-5px -31px;
}
/* For edit the post contetn on the wall post*/
.edit_link_section{
    display: none;
}
.post_edit_section_link{
    display:none;
}
.post_edit_section_link {
    padding: 15px 0 0;
    margin: 0 6px;
}
.post_edit_section_link > div {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}
.post_edit_section_link > div .edit_link{
    margin:0;
    color: #000000;
}


.post_edit_section_link .save_link {
    background: #9c1e1e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    margin-left: 5px;
    padding: 5px 10px;
    position: relative;
    height: 28px;
}
.link_url a{
    color: #B93434;
}
/* new for links page*/
.edit_link_section{
    padding: 20px 0 0 0;
}
.edit_link_section > div {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}
.edit_link_section > div .edit_link{
    margin:0;
    color: #000000;
}
.edit_link_section .save_link{
    background: #9c1e1e none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    margin-left: 5px;
    padding: 5px 8px;
    position: relative;

}
.links_page_cnt .edit_link_section .save_link{
    padding: 8px;
}





/*End*/

.keep_login1 input.form-control.chckbx {
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 5px;
    margin-top: -2px;
    background: #ffffff;
    height:20px;
}
.post_status_img_cnt.row .col-md-12 figure {
    width: 100% !important;
    /* display: table; */
}
.post_status_img_cnt.row .col-md-6 figure {
    width: 100%;
    height: 180px;
    overflow: hidden;
   /* margin-bottom: 5px;*/
    /* display: table-cell; */
}
.post_status_img_cnt.row .post_status_video .col-md-6 figure{
    height: 100%;
}
.post_status_img_cnt.row .col-md-6 figure video{
    height: 100%;
}
.post_status_img_cnt.row .col-md-6 figure img{height: 180px;}
.post_status_img_cnt.row  figure img {
    width: 100%;
        padding-top: 10px;
}



/*Event calender csss*/

.rbc-btn {
    color: inherit;
    font: inherit;
    margin: 0;
}
button.rbc-btn {
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled].rbc-btn {
    cursor: not-allowed;
}
button.rbc-input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.rbc-calendar {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    background: #fff;
    padding: 15px;
}
.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}
.rbc-abs-full,
.rbc-row-bg {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.rbc-ellipsis,
.rbc-event-label,
.rbc-row-segment .rbc-event-content,
.rbc-show-more {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rbc-rtl {
    direction: rtl;
}
.rbc-off-range {
    color: #999999;
}
.rbc-off-range-bg {
    background: #e5e5e5;
}
.rbc-header {
    overflow: hidden;
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 3px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 90%;
    min-height: 0;
    border-bottom: 1px solid #DDD;
}
.rbc-header + .rbc-header {
    border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-header + .rbc-header {
    border-left-width: 0;
    border-right: 1px solid #DDD;
}
.rbc-header > a,
.rbc-header > a:active,
.rbc-header > a:visited {
    color: inherit;
    text-decoration: none;
}
.rbc-row-content {
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    z-index: 4;
}
.rbc-today {
    background-color: #eaf6ff;
}
.rbc-toolbar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    padding: 0 10px;
    text-align: center;
}
.rbc-toolbar button {
    color: #373a3c;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background: none;
    background-image: none;
    border: 1px solid #ccc;
    padding: .375rem 1rem;
    border-radius: 4px;
    line-height: normal;
    white-space: nowrap;
}
.rbc-toolbar button:active,
.rbc-toolbar button.rbc-active {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background-color: #e6e6e6;
    border-color: #adadad;
}
.rbc-toolbar button:active:hover,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button.rbc-active:focus {
    color: #373a3c;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.rbc-toolbar button:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.rbc-btn-group {
    display: inline-block;
    white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.rbc-btn-group button + button {
    margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
    margin-left: 0;
    margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
    margin-left: 10px;
}

.rbc-event {
    background-size: cover !important;
    padding: 2px 5px;
    background-color: #3174ad;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.rbc-slot-selecting .rbc-event {
    cursor: inherit;
    pointer-events: none;
}
.rbc-event.rbc-selected {
    background-color: #265985;
}
.rbc-event-label {
    font-size: 80%;
}
.rbc-event-overlaps {
    -webkit-box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
            box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}
.rbc-event-continues-prior {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.rbc-event-continues-after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rbc-event-continues-earlier {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.rbc-event-continues-later {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.rbc-event-continues-day-after {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.rbc-event-continues-day-prior {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.rbc-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.rbc-row-segment {
    padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
    background-color: rgba(0, 0, 0, 0.1);
}
.rbc-show-more {
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 4;
    font-weight: bold;
    font-size: 85%;
    height: auto;
    line-height: normal;
    white-space: nowrap;
}
.rbc-month-view {
    position: relative;
    border: 1px solid #DDD;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0;
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    height: 100%;
}
.rbc-month-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.rbc-month-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0;
    -ms-flex-preferred-size: 0px;
    flex-basis: 0px;
    height: 100%;
}
.rbc-month-row + .rbc-month-row {
    border-top: 1px solid #DDD;
}
.rbc-date-cell {
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    flex: 1 1 0;
    min-width: 0;
    padding-right: 5px;
    text-align: right;
    /*height: 145px;*/
}
.rbc-date-cell.rbc-now {
    font-weight: bold;
}
.rbc-date-cell > a,
.rbc-date-cell > a:active,
.rbc-date-cell > a:visited {
    color: inherit;
    text-decoration: none;
}
.rbc-row-bg {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0;
    overflow: hidden;
}
.rbc-day-bg {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
    border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
    border-left-width: 0;
    border-right: 1px solid #DDD;
}
.rbc-overlay {
    position: absolute;
    z-index: 5;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    padding: 10px;
}
.rbc-overlay > * + * {
    margin-top: 1px;
}
.rbc-overlay-header {
    border-bottom: 1px solid #e5e5e5;
    margin: -10px -10px 5px -10px;
    padding: 2px 10px;
}
.rbc-agenda-view {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0;
    overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
    width: 100%;
    border: 1px solid #DDD;
    border-spacing: 0;
    border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
    padding: 5px 10px;
    vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
    padding-left: 15px;
    padding-right: 15px;
    text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
    border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
    border-left-width: 0;
    border-right: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
    border-top: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
    padding: 3px 5px;
    text-align: left;
    border-bottom: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
    text-align: right;
}
.rbc-agenda-time-cell {
    text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
    content: ' »';
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
    content: '« ';
}
.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
    white-space: nowrap;
}
.rbc-agenda-event-cell {
    width: 100%;
}
.rbc-time-column {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
}
.rbc-timeslot-group {
    border-bottom: 1px solid #DDD;
    min-height: 40px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap;
}
.rbc-time-gutter,
.rbc-header-gutter {
    -ms-flex: none;
    -webkit-box-flex: 0;
            flex: none;
}
.rbc-label {
    padding: 0 5px;
}
.rbc-day-slot {
    position: relative;
}
.rbc-day-slot .rbc-events-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 10px;
    top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-is-rtl {
    left: 10px;
    right: 0;
}
.rbc-day-slot .rbc-event {
    border: 1px solid #265985;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-height: 100%;
    min-height: 20px;
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    overflow: hidden;
    position: absolute;
}
.rbc-day-slot .rbc-event-label {
    -ms-flex: none;
    -webkit-box-flex: 0;
            flex: none;
    padding-right: 5px;
    width: auto;
}
.rbc-day-slot .rbc-event-content {
    width: 100%;
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
            flex: 1 1 0;
    word-wrap: break-word;
    line-height: 1;
    height: 100%;
    min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
    border-top: 1px solid #f7f7f7;
}
.rbc-time-slot {
    -ms-flex: 1 0 0px;
    -webkit-box-flex: 1;
            flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
    font-weight: bold;
}
.rbc-day-header {
    text-align: center;
}
.rbc-slot-selection {
    z-index: 10;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 75%;
    width: 100%;
    padding: 3px;
}
.rbc-slot-selecting {
    cursor: move;
}
.rbc-time-view {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    width: 100%;
    border: 1px solid #DDD;
    min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
    white-space: nowrap;
}
.rbc-time-view .rbc-allday-cell {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 100%;
    position: relative;
}
.rbc-time-view .rbc-allday-events {
    position: relative;
    z-index: 4;
}
.rbc-time-view .rbc-row {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 20px;
}
.rbc-time-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
    border-right: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
    border-right-width: 0;
    border-left: 1px solid #DDD;
}
.rbc-time-header > .rbc-row:first-child {
    border-bottom: 1px solid #DDD;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
    border-bottom: 1px solid #DDD;
}
.rbc-time-header-content {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    min-width: 0;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header-content {
    border-left-width: 0;
    border-right: 1px solid #DDD;
}
.rbc-time-content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    width: 100%;
    border-top: 2px solid #DDD;
    overflow-y: auto;
    position: relative;
}
.rbc-time-content > .rbc-time-gutter {
    -ms-flex: none;
    -webkit-box-flex: 0;
            flex: none;
}
.rbc-time-content > * + * > * {
    border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-content > * + * > * {
    border-left-width: 0;
    border-right: 1px solid #DDD;
}
.rbc-time-content > .rbc-day-slot {
    width: 100%;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.rbc-current-time-indicator {
    position: absolute;
    z-index: 3;
    height: 1px;
    background-color: #74ad31;
    pointer-events: none;
}
/*Event calender css ends*/

/*Comment time */
.comment > span {
    display: block;
    margin-left: 30px;
    padding: 4px;
    float: none;
    font-size: 10px;
    line-height: 15px;
}
.comment > span time,.comment > span a{
    display: inline-block;
}
.comment > span a{
    color: #aa2e2e;
    font-size: 11px;
}
/*#edit_comment{
    display:none;
}*/
.comment_form{
    display:none;
}
.comment_box span.deleteComment{
    /*display:none;*/
}
.comment_box span.edit_button_home{
    display: inline-block ;
    float: none ;
    padding: 5px 25px 0 0;
}
.comment_rgt.comment_form.no-padding.home_show_comment {
    margin-bottom: 10px;
}
.error{
    color:red;
    text-align: left;
}
#loginErrorMessage,.header_in #emailError, #passwordError {
    color: white;
    position: absolute;
    top: -20px;
    left: 0;
}
.text_fields_login_error#loginErrorMessage {
    top: -12px;
    left: 18px;
}

.timeline_popup_share .modal-footer, .timeline_popup .modal-footer{ display: none; border-top: none;}
.timeline_popup_share .modal-header .fa-chevron-left.close_popup, .timeline_popup .modal-header .fa-chevron-left.close_popup{ display: none;}
.timeline_popup_share .modal-header .close, .timeline_popup .modal-header .close{font-size: 28px;opacity: .6;}
.pos_new_img{ display: inline-block;}
.post_status_img{ width: 100%; overflow: hidden;}
.post_status_img .col-md-12.img_wall_gallery, .post_status_video .col-md-12.img_wall_gallery{ width:100%; float: left;}
.post_status_img .img_wall_gallery, .post_status_video .img_wall_gallery {
    padding: 0px 3px !important;
    margin-top: 0px !important;
	margin-bottom: 6px;
}
.post_status_img .img_wall_gallery img{ margin-top: 0px !important; padding: 0 !important;}
.img_post_title{
	width: 100%;
    margin-top: 10px;
    margin-bottom: 3px;
}
.post_status_img figure{ text-align: center;}
.post_status_img .img_wall_gallery figure{/* display: flex;*/}
@media (min-width: 768px) {
.timeline_popup .post_actions ul li a i{ visibility: visible !important;}
.timeline_popup .post_actions ul li span{ display: inline-block !important;}
.timeline_popup .post_actions > ul > li{padding: 0 7px 0 0;}
.timeline_popup .post_actions > ul > li a{ padding: 0;}
.timeline_popup .post_actions > ul{ margin-bottom: 10px;}	
}
@media (max-width: 767px) {
.modal-open{ position: fixed;}
.my_profile_page .modal{ overflow: hidden; background: #000; z-index: 99999;height: 100vh;}
.my_profile_page .profile_view_modal .modal .modal-header{ margin: 0;}
.my_profile_page .profile_view_modal .modal .modal-body{min-height: calc(100vh - 102px) !important;}
.my_profile_page .profile_view_modal .modal .modal-body .create_album_popup_cnt{ width:100%;}
.profile_view_modal h4.modal-title{font-size: 16px !important; font-weight: 100 !important; word-spacing: 0px;}
.fa-chevron-left{ color:#fff; font-size:35px;}
.timeline_popup .modal-header{ background: #000;border-bottom:none !important;}
#loginErrorMessage,#emailError,#passwordError{color:#000;}
/* .first_name_sign{padding: 0;} */
.login_page .form-group.text_field_cnt input{height: 40px;}
.timeline_popup .modal-footer {
    padding: 5px;
    background: #000;
    display: block;
    bottom: 50px;
    position: fixed;
    width: 100%;
}
.timeline_popup .modal-body{ min-height: calc(100vh - 170px) !important; position: fixed;} 
.timeline_popup .modal-footer .post_actions > ul{ border:none;}
.timeline_popup .modal-footer .post_actions > ul li:last-child{ /*text-align: right;padding-left: 100px;*/}
.timeline_popup .modal-footer .post_actions > ul li a{ color:#fff;}
.timeline_popup .modal-dialog{ height: 100%;background: #000;}
#loginErrorMessage, #emailError, #passwordError {
        color: red;
        margin-top: 75px;
        text-align: left;
}
.timeline_popup .modal-header .fa-chevron-left.close_popup{ display: block;}
}




.popup_modal_new  .modal-body {
    position: relative;
    padding: 0;
}

.popup_modal_new .btn.btn-default {
    width: 50%;
    height: 40px;
    /* background: #ccc; */
    border: none;
    border-right: 1px solid #000;
    margin: 0;
    border-radius: 0;
    background: #aa2e2e;
    color: white;
    float: left;
    outline: none;
}
.popup_modal_new .btn.btn-default.last{
    border-right: none;
}
.popup_modal_new button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    display: inline;
    width: 15px;
    position: absolute;
    top: 0;
    right: 9px;
}
.popup_modal_new  h2.List_Lost_And_Stolen_Item font {
    display: block;
    padding-bottom: 8px;
    font-size: 19px;
}
.popup_modal_new  h2.List_Lost_And_Stolen_Item h2 {
    display: block;
    padding-bottom: 8px;
    font-size: 19px;
}

.popup_modal_new  h2.List_Lost_And_Stolen_Item {
    font-size: 15px;
    text-align: center;
    padding-bottom: 0;
}

.popup_modal_new  .create_album_popup_cnt input[type="text"] {
    width: 93%;
    outline: none;
    border: 1px solid #cccccc;
    background: #ffffff;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #565656;
    padding: 0 10px;
    margin: 15px auto;
}
.modal-footer1.btn_group {
    border-top: 1px solid #666;
}
#albumError{margin-left: 15px;}


.form-control:focus {
    border-color: #66afe9 !important;
}
.share_box .caption_box::-webkit-input-placeholder {
    opacity: 1; /* Firefox */

}
.share_box .caption_box:-ms-input-placeholder {
    opacity: 1; /* Firefox */

}
.share_box .caption_box::placeholder {
    opacity: 1; /* Firefox */

}

.share_box .caption_box:-ms-input-placeholder {
    color: red;
    opacity: 1;
}

.share_box .caption_box::-ms-input-placeholder {
    opacity: 1;

}
div#loadingDiv img {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}
div.loader {
    width: 100%;
    background: #fff;
    text-align: center;
    margin: 0 0 22px 0;
}

div#loadingDiv {
    position: fixed;
    top: 0;
    background: rgba(255,255,255,0.8);
    z-index: 9999999;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    figure.video_iframe_m figure video {
        width: 100%;
        height: 100%;
        margin:0 !important;
    }
    figure.video_iframe_m figure {
        display: block;
        height: inherit;
        overflow: hidden;
    }
    .photo_view_cnt figure.video_iframe_m {
        height: inherit;
        width: 320px;
    }

}
.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    color: #000;
    font-size: 20px;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 15%;
    top: 50%;
    width: 15%;
    height: 45px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
}
.missing_persons_slider .carousel-inner > .item > img{
    height: 255px;
    margin: 0 auto;
    width: 100%;
}
.ineer_box{
    text-align: center;
    padding: 16px 0 0 0;
}
.ineer_box h3{
    padding: 0 0 8px 0;
}
.ineer_box p{
    font-size: 15px;
    line-height: 18px;
    padding: 0 0 8px 0;
}
.comment_box span.deleteComment{
    position: absolute;
    right: 7px;
    top: -18px;
}
.photo_view.comment_box {
    padding: 10px 0 0 15px;
}
.business_home_box .ineer_box{
    text-align: left;
}




/*bussiness details page events modal*/
.events_modal button.close{
    position: absolute;
    top: 1px;
    right: 1px;
     background: #fff;
    border-radius: 100%;
    width: 30px;
    padding: 0px 8px;
    font-size: 27px;
    color: #861718;
    height: 30px;
    line-height: 20px;
    border: 1px solid #861718;
    /* color: #fff; */
    opacity: 1;
    z-index: 9;
   /* -webkit-box-shadow: 0 0 5px 2px #505050;
            box-shadow: 0 0 5px 2px #505050;*/
}
.events_modal .buy_sell_item_des_cnt ul li{
    width: 100%;
    padding: 0;
}
.events_modal .buy_sell_item_des_cnt ul li input[type="file"]{
    border: 1px solid #e0e0e0;
    width: 100%;
    padding: 4px 10px;
}
.events_modal .buy_sell_item_des{
    padding: 15px;
}
.events_modal .buy_sell_item_des_cnt.event_date ul li{
    width: 33.33%;
    padding: 0 8px 0 0;
}
.events_modal .buy_sell_item_des_cnt.event_date ul li:first-child{
    width: 100%;
    padding: 0;
}
.events_modal .common{
    margin: 0;
    padding: 0;
    border: none;
}
.events_modal .modal-body{
    padding: 0;
}
.events_modal .buy_sell_item_des h2{
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    padding: 0 0 10px 0;
}
.events_modal .buy_sell_item_des_cnt{
    padding: 0 0 14px 0;
}
/*report user popup*/
.report_user_popup .buy_sell_item_des_cnt ul li{
    width: 64%;
    padding: 50px 0 0 18px;
}
.report_user_popup .buy_sell_item_des_cnt ul li:first-child{
    width: auto;
    padding: 0;
}
.report_user_popup .buy_sell_item_des_cnt ul li.report_user img{
    width: 200px;
    height: 200px;
}
.report_user_popup .modal-dialog{
    max-width: 600px;
}
.radio_bnt_holder{
    padding: 0 0 10px 0;
}
.radio_bnt_holder input[type="radio"]{
    position: absolute;
    z-index: -1;
}
.radio_bnt_holder label{
    cursor: pointer;
    position: relative;
    padding: 0 0 0 25px;
    display: block;
}
.report_user_popup input[type="submit"] {
    background: #9c1e1e;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 3px 8px;
    float: right;
    margin: 20px 0 0 10px;
}
.radio_bnt_holder label:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.radio_bnt_holder label:after{
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 9px;
    height: 9px;
    background: #aa2e2e;
    border-radius: 100%;
    -webkit-transform: scale(0,0);
            transform: scale(0,0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.radio_bnt_holder input[type="radio"]:checked + label:after{
    -webkit-transform: scale(1,1);
            transform: scale(1,1);
}
.report_user_popup .report_user_last h4{
    text-align: left;
}
.report_user_popup .report_user_last .buy_sell_item_des_cnt ul li {
    width: 100%;
    padding:0;
    text-align: left;
}


.no_data_text {
     text-align: center;
    background: white;
    border: 1px solid #cbcbcb;
    margin-bottom: 10px;
    padding: 15px;
    font-weight: lighter;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 15px;
}

.new_save_notes .no_data_text1 {
     text-align: center;
    background: white;
    /*border: 1px solid #cbcbcb;*/
    margin-bottom: 10px;
    padding: 15px;
    font-weight: lighter;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 15px;
}
.no_data_text p{
    font-size: 13px;
    line-height: 15px;
}
.user_profile.common.profile_pics {
    display: block;
}

.timeline_popup .modal-dialog{
    width:60%;
    max-width:inherit;
}
.people_know.people_mobile_view { display: block; }


/* viewed-post-user-list */

.imgpan.gng-invte-mem {
    display:  inline-block;
    max-width: 90px;
    float:  left;
    margin-right:  15px;
}

.imgpan.gng-invte-mem > img {
    width:  100%;
    /*height:  auto;*/
    height: 80px;
    padding: 02px;
}

.cur-online-left * {
    font-size: 11px;
}

.cmn.cur-online-pan {
    border:  1px solid #ccc;
    padding:  10px;
}

.cmn.cur-online-pan > h6.mid-heading {
    border-bottom:  1px solid #ccc;
    margin-bottom: 15px;
}

.fancybox-inner {
    margin-top: 30px;
    padding:  10px;
}
.cur-online-left a {
    color: #B93434;
}
.cur-online-left p {
    padding: 0;
}
.liked-usersList {
    max-height: 250px;
    overflow: auto;
}
.liked-usersList .cur-online{
    padding: 0 0 10px 0;
}
.liked-usersList .cur-online:last-child{
    padding: 0;
}
.cur-online-right.reqst-buttons.liked-users-msg {
    float:  right;
    position:  relative;
    top: -35px;
    right: 20px;
}

.cur-online-right.reqst-buttons.liked-users-msg > input {
    background: #000000;
    border-radius: 3px;
    color:  #fff;
    border:  0;
    padding: 7px;
}
.cur-online-right.reqst-buttons.liked-users-msg > input:hover {
    background: rgba(0, 0, 0, 0.8);
}
.timeline_popup .icon{
    margin: 0 0 10px 0;
}
.timeline_popup .icon span{
    display: inline-block;
}
.comment_box .comment_lft,.comment_box .comment_rgt{
    display: inline-block;
    float: none;
    vertical-align: top;
}
.comment_box .comment{
    width:80%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 12px;
    text-align: left;
 }
.comment_box .comment_lft img{
    width: 33px;
    height: 33px;
}
.comment_box .comment strong{
    display: inline;
    margin: 0 8px 0 0;
}
.comment_box .comment > span{
    margin-left: 0;
    position: relative;
}
.comment_box > div.comments_cnt_in{
    padding: 0 0 5px 0;
}
.comment_box span.deleteComment {
    position: absolute;
    right: -12px;
    top: -30px;
}
.new_date_img{
    display: inline-block;;
    float: left;
    width: 200px;
    padding: 10px 0 0 0;
}
.new_date_img_last .radio_bnt_holder {
    padding: 0;
    position: absolute;
    bottom: 22px;
    left: 50%;
    margin-left: -8px;
}
.new_date_img_last .radio_bnt_holder label:before{
    background: #fff;
}
.new_date_img_last{
    display: inline-block;;
    float: left;
    width: 79.2%;
    padding: 10px 0 0 4%;
}
.new_date_img_last ul li{
    position: relative;
}
.new_date_img_last ul li .delete_album{
    display: block;
}
/*.profile_page.notes_page .user_cnt {
    padding: 27px 0 0 0;
}*/
.profile_page.notes_page .sponsored_links_main {
    padding: 27px 0 0 0;
}
.my_profile_page .user_cnt,.my_profile_page .sponsored_links_main {
   /* padding: 0;*/
}
.people_des_know.mayknow_people small{
    top: -5px;
    right: -5px;

}
@media (max-width: 767px) {

.user_profile {
    padding: 0;
}
.user_info {
    padding: 10px 10px 0 10px;
}
.user_profile figure {
    border: 0;
    margin: 0;
}

    .skylight-dialog {
        width: 95% !important;
        left: 50% !important;
        margin-left: -47% !important;
        overflow: auto;
    }
    .cur-online-right.reqst-buttons.liked-users-msg > input {
        font-size: 10px;
    }
    .cur-online-right.reqst-buttons.liked-users-msg {
        top: -5px;
        right: 0;
    }
    .report_user_popup .skylight-dialog {
        width: 90% !important;
        margin-left: -45% !important;
        height: auto !important;
        padding: 0 !important;
        left: 50% !important;
        top: 20% !important;
        margin-top:0 !important;
    }
    .events_modal button.close{
        z-index: 99;
    }
    .post_status_img > div div[class*='col-'],.post_status_video > div div[class*='col-']{
        padding: 0;
    }
    .modal-dialog{
        width:93%;
        margin: 70px auto;
    }
    .modal-dialog video{
        height: 100%;
    }
    .timeline_popup .modal-dialog{
     width: 100%;
/*    max-height: inherit;*/
     max-height: 100%;
    /*margin: 60px 0px;*/
    margin: 0px;
    margin-left: 3px;
   /* margin-top: 40px;*/
    }
    .timeline_popup .modal-dialog .icon{
        padding-bottom:12px;
    }
    .post-links a{
        margin-top: 8px;
    }
    .modal-dialog button.close{
    visibility: hidden !important;
    position: absolute;
    top: 13px;
    right: 10px;
    /* background: #000; */
    border-radius: 100%;
    width: 25px;
    padding: 0px;
    font-size: 23px;
    color: #861718;
    height: 25px;
    line-height: 25px;
    border: 1px solid #861718;
    /* color: #fff; */
    opacity: 1;
    z-index: 9;
    }
	.mobile_Video_slider button.close{ visibility: visible !important;}
    .invite_friends_popup .modal-dialog button.close{
        top: 4px;

    }
    .timeline_popup .modal-body > .col-sm-6{
        padding: 0;
        width: 100%;
    }
    .timeline_popup .modal-body > .col-sm-6 strong{
        padding: 16px 0 0 0;
        display: block;
    }
    .timeline_popup .modal-body > .col-sm-6 .icon strong,.timeline_popup .modal-body > .col-sm-6 .post-comment-right strong{
        display: inline-block;
        padding: 0;
    }
    .post-links{
        margin: 0 0 12px 0;
    }
    .people_online .imageSliderImage{
        display: block;
        border-radius: 50%;
       /* border: 2px solid #fff;*/
        width: 65px !important;
        height: 65px;
        max-width: 65px;
    max-height: 65px;
        /*margin: 0 auto 3px auto;*/
        /*border: 2px solid #000 !important;*/
    }
    .people_online .video_slider{
        display: block;
        /*border-radius: 100%;*/
        border: 2px solid #fff;
        width: 70px !important;
        height: 70px;
        margin: 0 auto 3px auto;
    }
    .people_online span {
        display: block;
        color: #000000;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 68px;
        font-size: 10px;
        line-height: 14px;
        font-weight: 400;
        white-space: nowrap;
        /*margin: 0 auto;*/
        text-align: center;
        padding: 0px;
    }
    .people_know{
        margin-bottom: 10px;
    }
    .video_block.common{
        margin-bottom: 0px;
        height: auto;
        text-align: center;
    }
    .post-links h5{
        margin: 0;
        display: inline-block;
    }
    .report_user_popup .buy_sell_item_des_cnt ul li{
        width: 100% !important;
        display: block;
        float: none;
        background: none;
    }
    .report_user_popup .buy_sell_item_des_cnt ul li img{
        display: block;
        margin: 0 auto;
    }
    .report_user_popup .buy_sell_item_des_cnt ul li.report_user h4{
        text-align: center;
    }
    .report_user_popup .buy_sell_item_des_cnt ul li{
        padding: 2px 0 0 15px;
    }
    .unfriend_report a{
        margin:12px 7px 0 0;
    }
    .slick-arrow{
        opacity: 0.3 !important;
    }
    .dashboard_cnt.business_details_page{
        padding-top: 43px;
    }
    .business_details_page .bussines_details_page_view.vip_page_details figure{
        margin: 0 -10px;
    }
    .business_details_page .share_box textarea {
        /*border-bottom: 1px solid #d0d0d0;*/
        border-bottom: none;
    }
    .business_details_page .status_update{
        border-bottom: 1px solid #d0d0d0;
        margin: 10px 0;
    }
    .events_modal .buy_sell_item_des_cnt{
        padding: 0;
    }
    .events_modal .buy_sell_item_des_cnt.event_date{
        padding: 0 0 10px 0;
    }
    .events_modal .modal-dialog{
        margin: 65px 0;
    }
    .events_modal .buy_sell_item_des_cnt.event_date ul li{
        background: none;
    }
    .events_modal .buy_sell_item_des_cnt.event_date ul li select{
        line-height: 12px;
    }
    .friends_new_cnt{
        padding: 15px 12px;
    }
    .search_friend_list{
        left: 0;
        /*border-top: 1px solid #ccc;*/
    }
    .edit_by{
        position: absolute;
        top: 10px;
    }
    .user_account_profile_page .edit_by{
        position: static;
    }
    .events_post_info .edit_by{
        position: absolute;
        top: 36px;
        right: 0;
    }
    .new_events_block .evnt_actions, .event_location{
        display: block;
        float: none;
        width: 100%;
    }
    .new_events_block .evnt_actions ul li{
        display: block;
    }
    .event_location .post_rgt ul li {
        width: 40%;
    }
    .event_location > div.events_map{
        margin: 0 0 15px 0;
    }
    .edit_profile_info h2{
        padding: 5px 100px 20px 0;
/*        padding: 0;*/
    }
    .user_account_profile_page .edit_profile_info h2{
        padding: 5px 100px 0 0;
    }
    .request_btns ul li{
        padding:0 12px 10px 0;
    }
    .post_edit_section_link > div{
        width: 77%;
        padding: 0;
    }
    .post_edit_section_link .save_link{
        height: 30px;
    }
    .slick-next, .slick-prev{
        display: none !important;
    }
    .user_profile figure {
        height: auto;
        position: relative;
		overflow:hidden;
    }
    .user_profile figure img{
        position: relative;
        width: 100%;
        height: auto;
        -o-object-fit: fill;
           object-fit: fill;
    }
    .video_block .new_business_image{
        padding: 16px 6px 8px 6px;
        width: 25%;
    }
    .mobile_video_slider{
        position: relative;
    }
    .recent_videos .video_block .new_business_image{
        padding: 16px 1px 8px 1px;
        width: 33.33%;
        position: relative;
    }
    .mayknow_people small{
        right: -2px;
    }
    .mayknow_people .imageSliderImage{
        border-radius: 0;
    }
    .buy_sell_item_des_cnt.event_date ul li.webkit_serach{
        width: 50%;
        display: inline-block;
        padding: 0 8px 0 0;
    }
    .buy_sell_item_des_cnt.event_date ul li.webkit_serach:last-child {
        padding: 0;
    }
    .createEvent .buy_sell_item_des_cnt ul li{
        padding: 0;
    }
    .createEvent .buy_sell_item_des_cnt ul li:first-child{
        padding: 5px 10px;
    }
    .createEvent .buy_sell_item_des_cnt > ul li.date_of_birth{
        padding:0 8px 0 0 !important;
    }
    .createEvent .buy_sell_item_des_cnt > ul li.date_of_birth:last-child{
        padding:0 !important;
    }
    .createEvent .business_home.list_something{
        margin: 0;
    }
    .images_count_cnt {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        padding: 2px 15px;
        border-radius: 0 0 10px 0;
    }
    .create_album_popup_cnt figure{
        width: 100%;
    }
    .popup_modal_new .create_album_popup_cnt input[type="text"]{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .popup_modal_new .create_album_popup_cnt video{
        width: 100%;
    }
    .user_albums.user_albums_video.photos_album_page > ul > li .image_view a video{
        height: 100% !important;
    }
    .add_photo_popup .create_album_popup_cnt {
        padding: 8px 15px;
    }
    .comments_section_inner {
        width: 70%;
    }
    .invite_list > div{
        width: 100%;
    }
    #invite_friend .delete_notes ul li{
        padding: 0 5px;
    }
    .rbc-toolbar, .rbc-toolbar .rbc-btn-group, .rbc-toolbar .rbc-toolbar-label {
        display: block !important;
        text-align: center;
        padding: 0 0 4px 0 !important;
    }
    .rbc-toolbar,.rbc-toolbar .rbc-btn-group:last-child{
        padding: 0 !important;
    }
    .rbc-calendar{
        padding: 0 !important;
    }
    .bigCalender {
        background-color: white;
        padding: 0 10px 10px 10px;
    }
    .contact_us_main {
        padding: 0;
    }
    .contact_us_main input[type="submit"].button{
        margin: 20px 13px;
    }
    .mob_filter_buy_sell_view {
        display: block;
    }
    .buy_sell_img .slick-dots{
        bottom: 8px;
    }
    .create_business .bussiness_list_item{
        padding: 0;
    }
    .modify_search_new .answer_list {
    /* position: absolute; */
    right: 0;
    max-width: 745px;
    top: 8px;
    }
    .new_date_img_last {
        display: inline-block;
        float: left;
        width: 100%;
        padding: 20px 0 0 0;
    }
    .new_date_img_last ul li {
        position: relative;
        width: 135px;
        height: 135px;
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .new_date_img_last li img{
        width: 135px;
        height: 135px;
    }
    .buttons_new_dating{
        padding: 15px 8px;
    }
    .buttons_new_dating > li{
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
        width: 200px;
        text-align: center;
    }
    .dating_friend_details.new_date_member_photos li{
        width: 135px;
        height: 135px;
    }
    .dating_friend_details.new_date_member_photos li img{
        width: 135px;
        height: 135px;
    }
    .information_dating_inner > ul > li{
        width: 100%;
        display: block;
    }
    .information_dating_inner.profile_personal_info_cnt p{
        padding: 0 15px 13px 15px;
    }
    .bulletin_popup_btn{
        width: 100%;
        display: block;
    }
    .react-confirm-alert-body{
        width: 320px;
    }
    .links_post_cnt .post_main_cnt .friends_new_cnt abbr {
        right: 0;
        top: 50px;
    }
    .links_post_cnt .edit_link_section > div{
        width: 72%;
    }
    .desktop-chat-list,.chat_main.message_individual .desktop-chat-list-individual{
    width: 100%;
    padding: 0 10px;
    }
    .photo_view_cnt figure.video_iframe_m .video-react .video-react-big-play-button{
        height: 40px;
        width: 80px;
    }
    .photo_view_cnt figure.video_iframe_m .video-react .video-react-big-play-button:before{
        top: -3px;
    }
    .user_name_profile,.business_dropdown span.delete_album{
        display: block;
    }

}


#conversation_bottom{
    overflow:auto;
    top:0;
    bottom:3em;
}

/* chat loadingIcon */

#myDiv1 {
  position: relative;
  background-color: #ffffff;
  width: 100%;
}

#loading-overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.6;
}

.spin-loader1 {
  height: 100px;
  background: url("/images/loading_new.gif") no-repeat center center transparent;
  position: relative;
  top: 25%;
}
.user_name_profile{
    display: block;
}
.hide_block{
    display: none;
}
span.hide_block {
    display: none !important;
}

.un_read {
  background-color: #e2e2e2;
  margin-bottom:  2px
}


/*.desktop-chat-list .messege_block_new .conversation .conversation-container {

height: calc(100vh - 176px);
}
*/
/*.desktop-chat-list-individual.messege_block_new {
background: #fff;
}
*/


/* image rotation */
.draftJsEmojiPlugin__emojiSelect__34S1B {
    position: absolute;
    left: 32px;
    bottom: 0;
}
.modify_search_new h3 {
    padding: 17px 0 30px;
    margin: 0;
    cursor: pointer;
    line-height: 0;
}
.cursor_default {
    cursor: default;
    text-decoration: none;
}
.loading_overlay_chart{
    display: block;
}

#loginModel .like_dislike ul li:last-child {
margin-right: 0;
}

#loginModel .like_dislike ul li {
display: inline-block;
margin-right: 20px;
}

#loginModel .like_dislike ul {
display: inline-block;
}
#loginModel .fa-thumbs-up .active{
    color:red;
}

.notes_page_n button.close.close_btn_cross {
    margin: -25px 7px 0 0px;
}
span.remove_page span{
    float: right;
    margin: -37px -10px -5px 3px;
    font-size: 20px;
    color: #aa2e2e;
}
/*button.close {
    visibility: visible !important;
    position: absolute;
    top: 3px;
    right: 3px;
    opacity: 1;
    z-index: 9;
    font-size: 13px;
    height: 18px;
    width: 18px;
    border: solid;
    border: ;
    border-radius: 15px;
    border-color: #aa2e2e;
}*/

/*.modal-dialog.slider-drop .modal-body .like_dislike ul i {
     visibility: visible; 
}
.post-links li {
    list-style: none;
    display: inline;
    padding: 8px;
    font-size: 16px;
   
}*/
/*4-12-2018 start here*/
@media (max-width: 767px){
/*for profie modal pop up in profile module 20-12-2018 */
.dashboard_cnt .profile_view_modal .modal-dialog button.close {
    visibility: visible !important;
    position: absolute;
    top: 13px;
    right: 5px;
    opacity: 1;
    z-index: 9;
    font-size: 20px;
    height: 25px;
    width:25px;
}
.dashboard_cnt .profile_view_modal i.fa.fa-pencil {
    float: right;
    margin: -25px 50px 0 0;
    font-size: 20px;
}
.dashboard_cnt .profile_view_modal i.fa.fa-chevron-left {
    font-size: 25px;
}
.dashboard_cnt .profile_view_modal h4.modal-title {
    margin: -28px 0 0px 39px;
    font-size: 20px;
    font-weight: bold;
    font-family: -webkit-pictograph;
}
.dashboard_cnt .profile_view_modal figure img {
    width: 100%;
    height: 100%;
}
.profile_view_modal .modal-header {
    margin: 40px 0px 0 0px;
    background: black;
    color: white;
}
/* end */




.mob_friends_online {
    display: block;
    text-align: center;
    padding: 0 0 0px 0;
}
.common.mobile_display_none_on.hidden.visible-xs {
    padding: 0;
}
.edit_profile.edit_profile_new {
    left: 20px !important;
    top: 0;
    border-radius: 0;
}
#loginModel .modal-dialog button.close {
visibility: visible;
position: absolute;
top: 11px;
right: 13px;
/* background: #000; /
border-radius: 100%;
width: 30px;
padding: 0px 6px;
font-size: 27px;
color: #861718;
height: 30px;
line-height: 20px;
border: 1px solid #861718;
/ color: #fff; */
opacity: 1;
z-index: 9;
}
#bulletinBoardModal .modal-dialog button.close {
visibility: visible;
position: absolute;
top: 11px;
right: 13px;
opacity: 1;
z-index: 9;
}
.status_update_section .share_btn {
    padding-top: 13px;
}

}


.load_more_nuggets {
  margin-bottom: 15px !important; }

.search .user_profile_msg input[type=text] {
    padding: 0 35px 0 5px;
}
.user_profile_new .request_btns ul li a i {
    top: -1px;
}
.user_profile_new .request_btns ul li a img {
    margin: -5px 5px 0 0;
}
#datingPage .edit_profile_cnt_in ul li select {
    background-position: 98% center;
}
.main_cnt.new_notes_frd .posts_block h3 {
    padding-left: 10px;
}
.main_cnt.home_main_cnt .post_edit_section_link {
    margin: 0 6px 5px;
}
.main_cnt.home_main_cnt .album_opt {
    padding: 0 0 30px 0;
}
.main_cnt.home_main_cnt .album_tab_cnt > a.delete_all.text-danger {
    top: -21px;
}
.main_cnt.home_main_cnt .dashboard_cnt .dashboard_lft {
    padding-top: 0;
}
.timeline_popup .modal-content{ border:none !important; -webkit-box-shadow: none; box-shadow: none; height: 100%;}
@media (max-width:767px){
	.timeline_popup .modal-content{ background: #000;}
    .mobile_album_opt_1 .deleteAlbum {
        bottom: 30px;
    }
    .edit_button_Photo_album a.delete_all.text-danger {
        margin-top: -14px;
        font-size: 15px;
    }
    .landingpage.front_page .wrapper {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
.video_block .new_business_image video{/*height: 114px;overflow: hidden;*/}	
}

@media screen and (min-width: 320px) and (max-width: 480px) {
.video_block .new_business_image video{/*height: 72px;overflow: hidden;*/}	
}


body.modal-open{ overflow: hidden !important;}
.friends_list ul{ padding: 4px 0px;}
.friends_list ul li{ padding: 4px 8px;}
.pagination > li{ padding: 0 !important; display: inline-block;}
#userViewedListPopup{ z-index:99999;}

#videoLoadingDiv {
    position: fixed;
    top: 0;
    background: rgba(255,255,255,0.8);
    z-index: 9999999;
    width: 100%;
    height: 100%;
}

.video_progress_bar {
  /* height: 100px; */
  position: relative;
  top: 25%;
}


.profile-wrap {
    width: 100px;
    height: 100px;
    border: 2px solid #aa2e2e;
    border-radius: 50%;
}
.img_profile {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    padding: 2px;
}


 .save-btn.btn.btn-danger {
    background: #9c1e1e;
    color: #ffffff;
    font-size: 12px;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 8px 16px;
}

.modal-content.profile-form .form-control {
    border-radius: 0;
}




.modal-header {
	padding: 6px;
	border-bottom: 1px solid #e5e5e5;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
	font-weight: 600;
}
.modal-content {
	background-color: #f6f9fa;
	border-top:4px solid #aa2e2e;
}
.modal-header .close {
	margin-top: -17px;
	margin-right: -20px;
	background: #aa2e2e;
	opacity: 1;
	padding: 6px 10px;
	border-radius: 50%;
	color: #fff;
}

.post_rgt ul li {
	position: relative;
}

.post_rgt ul li::after {
	position: absolute;
	content: "";
	width: 1px;
	top: 7px;
	bottom: 7px;
	background: #e7e4e4;
	right: 0;
}
.post_rgt ul li:last-child::after {
	position: static;
	content:"";
	background: transaprent;
}

.profile-wrap {
	width: 100px;
	height: 100px;
}
.profile-wrap .img_profile {
	width: 100%;
	height: 100%;
	object-fit: cover;
}






/*  profile view */
.p--pic {
	position: relative;
	margin: auto;
	width: 260px;
	text-align: center;
}

.p--pic img {
	width: 180px;
	height: 180px;
	margin: 20px auto;
	border-radius: 50%;
	border: 2px solid #ec4a23;
	object-fit: cover;
	object-position: top center;
	margin-top: 0;
}

.choose-file {
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 0.1px;
	z-index: -1;
}

.choose-file+.upload-file {
	background-color: #ec4a23;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	width: 30px;
	text-align: center;
	border-radius: 50%;
	height: 30px;
	position: absolute;
	left: 65%;
	bottom: 25px;
	line-height: 30px;
}


.slider-counter {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 999;
    background: rgba(0,0,0, 0.8);
    border-radius: 35px;
    padding: 2px 5px;
    width: 35px;
    height: 22px;
    color: #fff;
}

.slider-counter p{
    color:#fff;
}

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

    .col-sm-12.dashboard_rgt {
        width: 100%;
    }
}

span.show_block {
    width: 100%;
}
.save_profile_changes {
    margin-bottom: 40px;
}
.b_date.b_drop_downs {
    display: inline-block;
    float: left;
    padding: 0 4px 0 0;
    width: 33.33%;
}
@media screen and (max-width:767px){
.SponserAddsDiv{
    height: 400px !important;
}
.SponserAddsDiv figure{
    height: 300px !important;
}

}
li.slick-slide {
    cursor: pointer;
}
.chat-container {
    background-image: url(../images/bb.jpg);
}

.activeMngFrd {
    background: #aa2e2e !important;
}