*{
    outline: none;
}

body
{
	background-color: #f0f2f5;
}

body, input, button
{
    font-family: Helvetica;
}

img
{
    display: block;
    width: 100%;
    border: 0;
}
.tb
{
   
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 2px #00000052;
    border-radius: max(0px, min(8px, ((100vw - 4px) - 100%) * 9999)) / 8px;
    /* padding-bottom: 35px; */
    margin-bottom: 30px;
    padding: 10px;
	background-color: #fff;
}

.cell span{
	font-size: 16px;
    color: #495057;
}
.cell p{
	    color: #000;
    font-size: 18px;
    font-weight: 800;
	margin: 0;
}
.add-nr{
	    background-color: #ffbf00;
    border-radius: 5px;
    padding: 5px;
    padding-top: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}


a
{
    text-decoration: none;
}

button
{
    padding: 0;
    border: 0;
    background-color: transparent;
}

::placeholder
{
    color: #f1f1f1;
}

main
{
    margin: 0 auto;
    background-color: #f0f2f5;
    border-radius: 4px;
    overflow: hidden;
}

#device-bar-1
{
    text-align: right;
    padding: 6px;
    background-color: #000;
    overflow: hidden;
}

#device-bar-1 button
{
    width: 15px;
    height: 15px;
    float: left;
    margin: 6px;
    border-radius: 50%;
    cursor: pointer;
}

#device-bar-1 button:first-child
{
    background-color: #f35d5b;
}

#device-bar-1 button:nth-child(2)
{
    background-color: #f6bd3a;
}

#device-bar-1 button:last-child
{
    background-color: #44cc45;
}

/* Header */
header
{
    padding: 15px 20px;
    background-color: #4267b2;
}

#logo
{
    width: 30px;
}

#logo a
{
    display: block;
}

#logo a i
{
    font-size: 34px;
    color: #fff;
}

#search-form form
{
    position: relative;
    width: 280px;
    font-size: 16px;
    padding: 8px 15px;
    padding-right: 37px;
    background-color: #3b5ca0;
    border-radius: 20px;
    margin-left: 15px;
}

#search-form form input
{
    width: 100%;
    color: #fff;
    border: 0;
    background-color: transparent;
}

#search-form form button
{
    position: absolute;
    top: 6px;
    right: 6px;
    color: #f1f1f1;
    height: 22px;
    line-height: 1;
    cursor: pointer;
}

#search-form form button i
{
    font-size: 22px;
}

#f-name-l
{
    width: 1px;
    color: #fff;
    font-weight: bold;
    white-space: pre;
    padding-right: 20px;
}

#f-name-l span
{
    padding-right: 28px;
    border-right: 1px solid #35518b;
}

#i-links
{
    width: 1px;
}

#m-td
{
    padding-right: 20px;
}

#m-td span
{
    position: relative;
    cursor: pointer;
}

#m-td span.m-active:before
{
    content: '5';
    position: absolute;
    top: -8px;
    right: 0px;
    color: #fff;
    font-size: 12px;
    padding: 4px 4px 3px 4px;
    background-color: #ff1e0e;
    border-radius: 3px;
    line-height: 1;
}

#i-links i
{
    color: #fff;
    font-size: 24px;
    padding: 0px 8px;
    vertical-align: middle;
}

#p-link
{
    display: block;
    width: 34px;
    height: 34px;
    background-color: #f1f1f1;
    border-radius: 50%;
    overflow: hidden;
}

#p-link img
{
    width: 100%;
}

/* Header finished */

/* Profile image header */
#profile-upper
{
    position: relative;
	background-color: #fff;
    box-shadow: 0px 1px 2px #ffc10761;
}

#profile-d
{
    position: relative;
    left: 0px;
    right: 0px;
    height: 180px;
    z-index: 2;
    top: -60px;
}

#profile-banner-image
{
    height: 320px;
    overflow: hidden;
    z-index: 1;
	border-radius: 5px;
	margin: 0px 10% 40px 10%;
}

#profile-banner-image img
{
    width: 100%;
    margin-top: -20%;
}

#profile-pic
{
       width: 160px;
    height: 160px;
    border-radius: 3px;
    margin-top: 28px;
    overflow: hidden;
    box-shadow: 0 0 0 5px #fff;
    margin: 0 auto;
}

#profile-pic img
{
    width: 100%;
}

#u-name
{
    font-size: 36px;
    font-weight: bold;
    /* font-weight: inherit; */
    color: #000;
	text-align: center;
	    margin-top: 5px;
}

#m-btns
{
    position: absolute;
    right: 56px;
    bottom: 20px;
    width: 211px;
}

#m-btns .td
{
    padding: 0 8px;
}

.m-btn
{
    cursor: pointer;
    color: #0e0e0e;
    font-size: 14px;
    white-space: pre;
    padding: 5px 8px 6px 8px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 2px;
}

.m-btn i
{
    font-size: 16px;
    margin-right: 1px;
    vertical-align: middle;
}

.m-btn span
{
    position: relative;
    top: 1px;
}

#edit-profile
{
    position: absolute;
    right: 20px;
    bottom: 21px;
    line-height: 1;
    cursor: pointer;
}

#edit-profile i
{
    display: block;
    color: rgba(255, 255, 255, 0.7);
}

#black-grd
{
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 300px;
    background: linear-gradient(rgba(0,0,0,0) 71%, rgba(0,0,0, .53));
    z-index: 1;
}
/* Profile image header finished */

/* Content area */
#main-content
{
	margin: 40px 10%;
    padding: 25px 55px 0px 55px;
}

#l-col, #m-col, #r-col
{
    vertical-align: top;
}

#l-col
{
    width: 340px;
    padding-top: 6px;
}

.l-cnt
{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 3px 3px #ddd;
}

.l-mrg
{
    margin-top: 28px;
}
.l-i
{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 2px;
    background-size: auto;
    background-repeat: no-repeat;
    vertical-align: middle;
}

#l-i-i
{
    background-image: url('https://imagizer.imageshack.com/img922/7749/C8tmwX.png');
    background-position: 0 -87px;
}

#l-i-p
{
    background-image: url('https://imagizer.imageshack.com/img923/7847/sRapnM.png');
    background-position: 0 0;
}

#l-i-k
{
    background-image: url('https://imagizer.imageshack.com/img922/5617/QpPVKn.png');
}

.cnt-label
{
    position: relative;
    padding-right: 24px;
    margin-bottom: 15px;
}

.cnt-label span
{
    position: relative;
    top: 2px;
    color: #707070;
    font-size: 18px;
}

.lb-action
{
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.lb-action i
{
    display: block;
    color: #ccc;
    font-size: 18px;
}

#b-i i
{
    font-size: 24px;
}

#i-box
{
    color: #797979;
    font-size: 14px;
    line-height: 1.3;
}

#intro-line
{
    margin-top: 17px;
}

#u-occ
{
    margin: 10px 0px;
}

#u-occ a
{
    color: #2196f3;
}

#u-loc i
{
    color: #2196F3;
    font-size: 16px;
    margin-left: -3px;
    margin-right: 2px;
    margin-top: -1px;
    vertical-align: middle;
}

#u-loc a
{
    position: relative;
    top: 1px;
    color: #2196F3;
}

#photos
{
    padding: 2px;
    margin: 15px -20px -20px -20px;
}

#photos .td
{
    width: 33.333%;
    height: 112px;
    border: 2px solid #fff;
    box-sizing: border-box;
    background-color: #f1f1f1;
    background-position: 50% 25%;
    background-size: cover;
}

#photos .tb .tr:nth-child(1) .td:nth-child(1)
{
    background-image: url('https://imagizer.imageshack.com/img922/8637/NN4aPj.jpg');
}

#photos .tb .tr:nth-child(1) .td:nth-child(2)
{
    background-image: url('https://imagizer.imageshack.com/img923/528/iJy0X5.jpg');
}

#photos .tb .tr:nth-child(1) .td:nth-child(3)
{
    background-image: url('https://imagizer.imageshack.com/img923/9781/26phSy.jpg');
}

#photos .tb .tr:nth-child(2) .td:nth-child(1)
{
    background-image: url('https://imagizer.imageshack.com/img921/8417/svxO7y.jpg');
}

#photos .tb .tr:nth-child(2) .td:nth-child(2)
{
    background-image: url('https://imagizer.imageshack.com/img921/6488/i2Hb4U.jpg');
}

#photos .tb .tr:nth-child(2) .td:nth-child(3)
{
    background-image: url('https://imagizer.imageshack.com/img921/2453/J7PICR.jpg');
}

#photos .tb .tr:nth-child(3) .td:nth-child(1)
{
    background-image: url('https://imagizer.imageshack.com/img921/3021/8uZZY2.jpg');
}

#photos .tb .tr:nth-child(3) .td:nth-child(2)
{
    background-image: url('https://imagizer.imageshack.com/img923/3992/22mL29.jpg');
}

#photos .tb .tr:nth-child(3) .td:nth-child(3)
{
    background-image: url('https://imagizer.imageshack.com/img921/2711/JXSt41.jpg');
}

#k-nm
{
    color: #b8b8b8;
    font-size: 15px;
    font-style: normal;
    margin-left: 8px;
    cursor: pointer;
}

.q-ad-c
{
    padding: 2px;
}

.q-ad
{
    display: block;
    padding: 8px;
    border: 1px solid #eeeeee;
    background-color: #fafafa;
    border-radius: 4px;
}

.q-ad img
{
    display: inline;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle;
}

.q-ad span
{
    position: relative;
    top: 1px;
    color: #242424;
    font-size: 14px;
    text-align: center;
}

#add_q
{
    color: #858585;
    text-align: center;
    margin-top: 10px;
    background-color: #fff;
    border-color: #f1f1f1;
}

#add_q i
{
    font-size: 17px;
    margin-right: -3px;
    vertical-align: middle;
}

#add_q span
{
    color: #858585;
    font-size: 12.4px;
    position: relative;
    top: -1px;
}

#t-box
{
    font-size: 14px;
    color: #686868;
    padding-top: 24px;
    line-height: 18px;
}

#t-box a
{
    margin-right: 5px;
}

#t-box a, #t-more
{
    color: #999;
}

#t-more
{
    cursor: pointer;
}

#t-more i
{
    font-size: 15px;
    vertical-align: middle;
}

#cpy-nt
{
    margin-top: 4px;
}

#m-col
{
    padding: 0px 55px;
}

.m-mrg
{
    margin-bottom: 28px;
}

#p-tabs
{
    position: relative;
    font-size: 13px;
    color: #919191;
    text-align: center;
    padding: 13px 20px;
    margin-top: -64px;
    background-color: #fff;
    box-shadow: 0px 3px 3px #ddd;
    z-index: 3;
}

#p-tabs-m .td
{
    width: 16.6666667%;
    cursor: pointer;
}

#p-tabs-m .td.active
{
    color: #ee6000;
}

#p-tabs-m span
{
    position: relative;
}

#p-tabs-m .td.active span:after
{
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -13px;
    height: 4px;
    background-color: #ee6000;
}

#p-tabs-m .td i
{
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}

#p-tab-m
{
    width: 1px;
    color: #ccc;
    cursor: pointer;
}

#p-tab-m i
{
    margin-right: -4px;
}

#composer
{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 3px 3px #ddd;
}

#c-tabs-cvr
{
    padding-bottom: 12px;
    border-bottom: 1px solid #ececec;
}

#c-tabs
{
    width: auto;
    color: #919191;
}

#c-tabs .td
{
    position: relative;
    width: 1px;
    padding: 0px 15px;
    white-space: pre;
    cursor: pointer;
}

#c-tabs .td:after
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #eaeaea;
}

#c-tabs .td:first-child
{
    padding-left: 0px;
}

#c-tabs .td:last-child
{
    padding-right: 0;
}

#c-tabs .td:last-child:after
{
    display: none;
}

#c-tabs .td span
{
    position: relative;
}

#c-tabs .td.active
{
    color: #373737;
}

#c-tabs .td.active span:after
{
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -20px;
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    border-color: transparent #ececec #ececec transparent;
    margin: 0 auto;
    background-color: #fff;
    transform: rotateZ(45deg);
}

#c-tabs .td i
{
    font-size: 21px;
    margin-right: 4px;
    vertical-align: middle;
}

#c-tabs .td span
{
    position: relative;
    top: 1px;
    font-size: 15px;
}

#c-c-main
{
    position: relative;
    padding-top: 15px;
}

#p-c-i
{
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
}

#p-c-i img
{
    display: block;
    width: 100%;
}

#c-inp
{
    padding-left: 20px;
}

#c-inp input
{
    width: 100%;
    font-size: 20px;
    border: 0;
    padding: 0;
    margin: 0;
}

#c-c-main input::placeholder
{
    color: #666;
}

#insert_emoji
{
    position: absolute;
    right: -2px;
    bottom: -10px;
    cursor: pointer;
}

#insert_emoji i
{
    display: block;
    color: #ccced6;
    font-size: 21px;
}

.post
{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 3px 3px #ddd;
}

.p-p-pic
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.p-p-pic img
{
    width: 100%;
    display: block;
    border: 0;
}

.p-r-hdr
{
    vertical-align: top;
    padding-left: 20px;
}

.p-u-info
{
    color: #5a5959;
    font-size: 15px;
    margin-bottom: 7px;
}

.p-u-info a
{
    color: #4267b2;
}

.p-dt
{
    color: #a8a8a8;
    font-size: 13px;
}

.p-dt i
{
    font-size: 14px;
    margin-right: 2px;
}

.p-dt span
{
    position: relative;
    top: -2px;
}

.p-opt
{
    position: relative;
    right: -3px;
    width: 1px;
    color: #ccc;
    cursor: pointer;
    vertical-align: top;
}

.p-cnt-v
{
    display: block;
    margin: 20px -20px;
    cursor: pointer;
}

.p-acts
{
    overflow: hidden;
}

.p-act
{
    width: 24px;
    height: 24px;
    color: #a3a6aa;
    cursor: pointer;
}

.p-act span
{
    position: relative;
    top: 1px;
    width: 20px;
    font-size: 15px;
    color: #a3a6aa;
}

.like
{
    margin-right: 36px;
}

.like, .comment
{
    width: 50px;
    float: left;
}

.p-act i
{
    vertical-align: middle;
}

.like i, .comment i
{
    margin-right: 6px;
}

.share
{
    float: right;
    transform: rotateY(180deg);
    margin-right: -1px;
}

#loading
{
    text-align: center;
    padding: 40px 0px;
}

#loading i
{
    color: #4267b2;
    font-size: 32px;
    display: block;
}



/* Footer */
#device-bar-2
{
    padding: 2px 0px 2px 0px;
    background-color: #fff;
    text-align: center;
    color: #000;
    font-weight: 800;
    font-size: 12px;
	border-radius: 5px;
}

#device-bar-2 i
{
    display: block;
    width: 40px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
}
/* Footer finished */
@media (max-width: 767px) {
    #profile-banner-image {
		height: 155px; 
		margin: 0;
	}
	#main-content {
		margin: 40px 5%;
		padding: 0;
	}
	#profile-pic {
		width: 160px;
		height: 160px;
		border-radius: 3px;
		margin-top: 28px;
		overflow: hidden;
		box-shadow: 0 0 0 5px #fff;
		margin: 0 auto;
		box-shadow: 0px 1px 2px #ffc10761;
	}
	.cell p {
		font-size: 16px;
	}
	.cell span {
		font-size: 14px;
		color: #495057;
	}
	.add-nr {
		background-color: #ffbf00;
		border-radius: 2px;
		padding: 3px;
		padding-top: 4px;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
	}
	#u-name {
		font-size: 30px;
		font-weight: bold;
		/* font-weight: inherit; */
		color: #000;
		text-align: center;
		margin-top: 5px;
	}
}



