@media screen and (max-width: 1328px) {
	.articles .article .poster {
		padding-right: 3%;
	}

	.articles:not(.single) .article .content {
		width: 60%;
	}

	.articles .article .more {
		width: 17%;
		text-align: right;
	}
}

@media screen and (min-width: 1281px) and (max-width: 1322px) {
	.publish .time {
		padding: 1.5% 1.5%;
	}
}

@media screen and (max-width: 1280px) {
	.main .manage-panel button.update {
		right: 20px;
	}

	.main .sub-panel button:not(:last-child) {
		margin-right: 6px;
	}

	.sub-panel.with-search .search-field {
		display: block;
		margin-bottom: 20px;
	}

	.sub-panel.with-search .checkbox,
	.main .sub-panel.with-search .message.m {
		display: block;
		clear: both;
		float: none;
	}

	.sub-panel.with-search .checkbox {
		margin-left: 0px;
		margin-bottom: 20px;
	}

	.main .sub-panel.with-search .message.m {
		position: relative;
		transform: none;
		right: 0px;
		top: 0px;
	}

	.publish {
		max-width: 100%;
	}

	.publish .main-info,
	.publish .time {
		width: 40%;
	}

	.publish .range-wrap {
		float: none;
	}

	.publish .accounts {
		text-align: center;
	}

	.publish .range-wrap {
		width: 206px;
		margin: 0px auto;
	}
}

@media screen and (max-width: 1220px) {
	.main .sub-panel .message {
		position: relative;
		margin-left: 25px;
		margin-top: 15px;
	}

	.settings .col {
		float: none;
	}

	.settings .help {
		float: none;
		margin-top: 40px;
	}

	.settings .accounts {
		margin-top: 60px;
	}

	.breadcrumbs {
		padding: 20px 20px;
	}

	.price-wrap {
		padding: 0px 30px;
	}

	.price-wrap .price-item-wrap {
		width: 33.333%;
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 1120px) {
	.main .manage-panel button.lg {
		/* width: 144px; */
		width: auto;
		white-space: nowrap;
	}

	.followers-wrap .follower .content .ministat {
		float: none;
		clear: both;
		padding-top: 15px;
		padding-bottom: 5px;
	}

	.followers-wrap .follower .poster {
		width: 15.3%;
	}

	.followers-wrap .follower .content {
		width: 84.7%;
	}

	.followers-wrap .follower .content .desc-wrap .desc {
		width: 80%;
	}

	.articles.single .content .poster-img {
		max-width: 30%;
	}
}

@media screen and (max-width: 1080px) {
	.friend-check-block .tips p {
		display: none;
	}

	.friend-check-block .tips {
		width: auto;
	}

}

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


	.manage-btns-wrapper .select.item {
		min-width: initial;
	}

	.manage-btns-wrapper .select.item .selected span {
		height: initial;
	}

	.sidebar .userblock {
		padding: 0px 5px 0px 20px;
	}

	.sidebar .usermore {
		padding: 20px 20px 20px 41px;
	}

	.sidebar .ministat {
		padding: 13px 5px 11px 5px;
	}

	.sidebar .ministat span:not(:last-child) {
		padding-right: 40px;
	}

	.sidebar .nav {
		padding: 28px 10px 10px 38px;
	}

	.main .manage-panel button.sm,
	.main .manage-panel button.lg {
		font-size: 10px;
		width: 128px;
	}


	.main .manage-panel button.item:not(:last-child) {
		margin-right: 6px;
	}

	.main .manage-panel button.update {
		position: relative;
		display: block;
		margin-left: 24px;
		/* margin-top: 4px; */
	}

	.sidebar .userblock .toggle {
		margin-top: 21px;
	}

	.sidebar .nav .item a {
		font-size: 15px;
	}

	.followers-wrap .follower {
		padding: 11px 2px 12px 8px;
	}

	.followers-wrap .follower .poster img {
		width: 55px;
	}

	.footer .copy {
		font-size: 12px;
	}

	.footer .links {
		font-size: 14px;
	}
}

@media screen and (max-width: 1023px) {
	.main-offers .item-wrap {
		width: 33.333%;
		margin-bottom: 30px;
	}

	.price-info .table {
		overflow-x: scroll;
		white-space: nowrap;
		display: block;
		font-size: 12px;
	}

	.price-info .table .row:first-child {
		font-size: 16px;
	}

	.price-info .table .row .cell {
		padding: 12px 20px;
	}

	.price-info .table .row:first-child .cell {
		padding: 16px 20px 13px
	}

	.articles .article .content h1,
	.articles .article .content .title,
	.articles .article .content .date {
		font-size: 20px;
	}

	.articles .article .content p {
		font-size: 12px;
		line-height: 19px;
	}
}


@media only screen and (min-width: 992px) {
	.d-lg-none {
		display: none;
	}

	.hamburger {
		display: none;
	}

	.sidebar-content {
		display: block !important;
	}
}

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

	#statPeriod .selected {
		margin: 10px 0 !important;
	}

	.search-field-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
	}

	.search-field-wrapper .search-field {
		width: 200px;
		height: 44px;
		margin: 0 auto !important;
	}

	.friend-check-block .user {
		width: 194px;
		margin: 0 auto !important;
		border-radius: 5px;
		padding: 22px 32px 74px !important;
		float: none !important;

	}

	.friend-check-block .tips {
		width: 194px !important;
		height: 105px;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
		float: none;
		padding: 0;
		margin: 10px auto !important;
	}

	.friend-check-block .tips .top {
		text-align: right;
	}

	.friend-check-block .tips .bottom {
		margin-top: 0;
	}

	.friend-check-block .tips .top::after,
	.friend-check-block .tips .bottom::after,
	.friend-check-block .left::after {
		display: none;
	}

	.friend-check-block .tips .top div::before,
	.friend-check-block .tips .bottom div::after {
		display: none;
	}

	.friend-check-block .tips p {
		display: inline-block !important;
		float: initial !important;
		margin: 0 !important;
		position: relative;
	}

	.friend-check-block .tips .top div p:before {

		content: "";
		display: block;
		position: relative;
		background: url(../img/sprite.png) no-repeat -736px 0px;
		width: 27px;
		height: 19px;
		float: initial;
		position: absolute;
		top: -30px;
		transform: translateX(-50%) rotate(90deg);
		left: 50%;
	}

	.friend-check-block .tips .bottom div p:before {
		content: "";
		display: block;
		position: relative;
		background: url("../img/sprite.png") no-repeat -763px 0px;
		width: 27px;
		height: 19px;
		float: initial;
		position: absolute;
		top: 30px;
		transform: translateX(-50%) rotate(90deg);
		left: 50%;
	}



	.automate {
		padding: 7px 0;
		margin: 0 auto;
	}

	.automate textarea {
		margin-bottom: 15px;
	}


	.main .sub-panel.with-search.fr .search-field {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.main .sub-panel.with-search.fr .search-field {
		max-width: initial;
		width: 100%;
	}

	.main .sub-panel.with-search.fr .label-a {
		display: block;
		float: none;
	}



	.publish .col.main-info,
	.publish .col.main-info .time {
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}


	.publish .main-info .accounts .item:not(:last-child) {
		margin-right: 5px !important;
		;
	}

	.publish .main-info .bottom .buttons {
		text-align: center;
	}

	.file-field .clearfix {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.d-none {
		display: none;
	}

	.publish #textareaCount {
		display: none;
	}

	.col.time.d-lg-none {
		margin-bottom: 40px;
		margin-top: 30px;
	}

	.form .input-wrap.with-link input {
		background-color: white
	}

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

	.setting-btn {
		margin-top: 25px;
	}

	.setting-btn {}

	.main .sub-panel.wo-top-border {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}

	.settings {
		padding: 40px 0;
	}

	.settings .form .item {
		margin-bottom: 20px;
	}

	.settings .accounts {
		text-align: center;
	}

	.settings .font-style-a {
		text-align: left;
	}

	.followers-wrap .follower .content .location {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;

	}

	.followers-wrap .follower .content .location span {
		float: initial;
		width: 100%;
		max-width: 190px;
		min-width: 130px;
	}

	.followers-wrap .follower .top-wrap div {
		margin-bottom: 10px !important;
	}

	.followers-wrap .follower .content .location::before {
		margin-right: 5px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20px;
		flex: 0 0 20px;
	}

	.followers-wrap .follower .content .desc-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.manage-panel {
		padding: 10px 15px;
	}

	.content-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sidebar .usermore {
		margin-top: 0;
	}

	.manage-panel+.sub-panel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: calc(100% + 30px);
		margin: 0 -15px;
	}


	.main {
		width: initial;
		max-width: initial;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		position: relative;
		padding: 20px 15px;
	}

	.main .filter {
		padding-left: 0 !important;
	}

	.followers-wrap .desc {
		width: 100% !important;
	}

	.loading-img {
		width: 100%;
		max-height: 100%;
	}


	.sub-panel.with-search .search-field {
		margin: 10px 0;
		float: initial;
	}

	.sub-panel.with-search {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.sub-panel.with-search:after {
		display: none;
	}

	.sidebar {
		width: initial;
		max-width: initial;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		position: relative;
		padding: 0;
	}

	.sidebar .userblock {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 15px;
		border-bottom: 1px solid #eaeaea;
	}

	.userblock-avatar-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.sidebar .userblock .username {
		margin-top: 0;
		white-space: normal;
	}

	.userblock-avatar-menu * {
		float: initial !important;
	}

	.userblock.clearfix:after {
		display: none;
	}

	.sidebar .userblock .toggle {
		margin-top: 0;
	}

	.sidebar-content {
		display: none;
		position: absolute;
		width: 100%;
		/* background-color: white; */
		z-index: 10;
		background-color: #fcfcfc;
		box-shadow: 1.5px 2.6px 35px rgba(0, 0, 0, 0.1);
		top: 100%;
		left: 0;
		overflow: hidden;
	}


	.manage-btns-wrapper .select.item {
		min-width: initial;
		margin: 0 !important;


	}

	.manage-btns-wrapper .select .selected span {
		font-size: 11px;
		text-transform: initial;
		height: initial;
		text-align: left;
		padding: 0 8px;
	}

	.main .manage-panel button.item {
		font-size: 11px;
		margin-right: 0 !important;
	}

	.selected.lock.mbItem.item.lg span:after {
		margin-top: 3px;
		/* margin-left: 34px; */
	}

	.main .manage-panel button.item {
		padding: 10px 5px 9px;
		/* margin-bottom: 10px; */
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.select.item button.selected {
		padding: 10px 5px 9px;
	}

	.select.item button.selected.mbItem span {
		padding: 0 8px;
		height: initial;
		text-align: left;
	}
}


@media only screen and (max-width: 991px) and (min-width: 414px) {
	.settings .form .item {
		text-align: center;
	}

	.settings .form .item label {
		margin: 0 auto 5px;
		float: initial;
		transform: initial;
	}
}


@media screen and (max-width: 950px) {
	.main .sub-panel.with-search.fr .label-a.sec {
		clear: left;
	}

	.main .manage-panel button.item {
		padding: 10px 5px 9px;
		/* margin-bottom: 10px; */
		margin-top: 5px;
		margin-bottom: 5px;
	}

}

@media screen and (max-width: 872px) {
	.form label {
		float: none;
		transform: none;
		margin-bottom: 5px;
	}

	.footer .content .col,
	.footer .social-buttons-white {
		float: none;
	}

	.footer .content .col {
		margin-bottom: 20px;
	}

	.price-wrap .price-item-wrap {
		width: 50%;
	}
}

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

	.publish .main-info,
	.publish .time {
		width: auto;
	}

	.publish .col {
		float: none;
		margin: 0 auto;
	}

	.publish .time {
		margin-top: 44px;
	}
}

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

	.manage-panel {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.manage-btns-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 15px;
	}


	.followers-wrap .follower .poster {
		width: 17.3%;
	}

	.followers-wrap .follower .content {
		width: 82.7%;
	}

	.main .filter .checkbox {
		margin-right: 10px;
	}

	.select .selected {
		font-size: 11px;
		padding: 10px 25px 8px 29px;
	}

	.filter .checkbox {
		display: block;
		margin-top: 20px;
	}

	.checkbox .label {
		font-size: 12px;
	}

	.footer .copy {
		width: auto;
	}

	.main-sign-in h1 {
		font-size: 47px;
	}

	.main-sign-in p {
		font-size: 28px;
	}

	.page-title {
		font-size: 42px;
	}
}

@media screen and (max-width: 767px) {
	.help-tab .title {
		width: 80%;
		font-size: 14px;
		line-height: 20px;
	}

	.help-tab .toggle {
		margin-right: 0%;
	}

	.help-page .content,
	.help-page .side {
		width: 100%;
		float: none;
	}

	.articles.single .content .poster-img {
		max-width: 90%;
		text-align: center;
		display: block;
		margin: 0px auto 30px;
		float: none;
	}

	.articles.single .content .see-all {
		position: relative;
		right: auto;
		top: auto;
		display: block;
		text-align: center;
		padding: 27px;
	}
}

@media screen and (max-width: 740px) {
	.friend-check-block .left {
		float: none;
	}

	.friend-check-block .tips {
		width: 27px;
		padding: 0px;
		margin: 20px auto;
	}

	.friend-check-block .tips .bottom div::after {
		margin-left: 0px;
	}

	.friend-check-block .tips .bottom {
		margin-top: 0px;
	}

	.friend-check-block .user {
		padding: 20px 32px 20px;
	}
}

@media screen and (max-width: 720px) {
	.header {
		padding: 13px 8px 5px 10px;
	}

	.header .social-buttons {
		right: 25px;
	}

	.sidebar {
		/* position: absolute;
		z-index: 5;
		display: none; */
	}

	.main {
		max-width: 100%;
		padding: 20px 15px;
	}

	.main-offers .item-wrap {
		width: 50%;
	}
}

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



	.price-wrap .price-item-wrap {
		width: 100%;
	}

	.articles .article .poster,
	.articles:not(.single) .article .content,
	.articles .article .more {
		width: 100%;
	}

	.articles .article .poster {
		text-align: center;
		margin-bottom: 20px;
	}

	.articles .article .more .tags {
		margin-top: 0px;
		font-size: 12px;
	}

	.articles .article .more .read-more {
		position: relative;
		text-align: center;
		margin: 20px 0px;
		right: auto;
		bottom: auto;
	}
}

@media screen and (max-width: 480px) {
	.header .social-buttons {
		display: none;
	}

	.main .manage-panel {
		text-align: center;
	}

	.main .manage-panel button.update {
		margin: 10px auto 5px;
		right: 0px;
	}

	.main .sub-panel button {
		font-size: 15px;
	}

	.main .sub-panel .message {
		margin-top: 27px;
	}

	.main .filter {
		padding-left: 20px;
	}

	.followers-wrap .follower .poster {
		width: 30%;
	}

	.followers-wrap .follower .poster img {
		width: 67px;
	}

	.followers-wrap .follower .content {
		position: relative;
		width: 70%;
	}

	.followers-wrap .follower .top-wrap {
		padding-right: 53px;
	}

	.followers-wrap .follower .top-wrap div {
		float: none;
		margin-bottom: 16px;
	}

	.followers-wrap .follower .content .ministat span:not(:last-child) {
		margin-right: 0px;
		margin-bottom: 5px;
	}

	.followers-wrap .follower .content .ministat span {
		display: block;
	}

	.followers-wrap .follower .content .bottom-wrap .actions {
		padding-top: 8px;
		float: none;
		clear: both;
	}

	.followers-wrap .follower .content .bottom-wrap .actions span:not(:last-child) {
		margin-right: 17px;
	}

	.followers-wrap .follower .content .remove {
		position: absolute;
		top: 0px;
		right: 8px;
	}

	.checkbox .label {
		max-width: 90%;
	}

	.form .input-wrap {
		max-width: 100%;
	}

	.footer .links {
		display: none;
	}

	.footer .social-buttons-white {
		margin-bottom: 20px;
	}

	.main-sign-in h1 {
		font-size: 29px;
	}

	.main-sign-in p {
		font-size: 18px;
	}

	.blue-style-btn {
		width: 242px;
		height: 50px;
		line-height: 52px;
	}

	.main-offers .item-wrap {
		width: 100%;
	}

	.main-carousel .item h1 {
		font-size: 20px;
	}

	.main-carousel .nav.l {
		left: 2.95%;
	}

	.main-carousel .nav.r {
		right: 2.95%;
	}

	h1.style-b {
		font-size: 28px;
	}
}

@media screen and (max-width: 480px) {
	.publish .main-info {
		min-width: 270px;
	}
}