@media (max-width: 1199px) {
.post .author-info ul li {
	float: left;
	border-left: 1px solid #e1dace;
	padding-left: 10px;
	padding-right: 10px;
}
.post .author-info ul li .icon-box {
	margin-right: 10px;
}

.footer input { min-width:0; }
}

@media (max-width: 991px) {
.post .author-info ul li {
	width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.post .author-info ul li:nth-child(3), .post .author-info ul li:nth-child(4) {
	border-top: 1px solid #e1dace;
}
.post .author-info ul li:nth-child(3) {
	border-left: none;
}
.post .author-info ul li .icon-box {
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 24px;
	height: 28px;
	margin-top: 4px;
}

.footer .pull-right {
	float: none !important;
	margin-top: 10px;
}
.post .panel-heading, .post .author-info {
	padding: 0;
}
.post .post-control {
	top: 8px;
	right: 8px;
}
body {
	margin-bottom: 0;
}
.page-footer {
	height: auto;
	position: static;
}

.footer .row > div + div {
  border-left: none;
  padding-left: 15px;
  padding-top:25px;
}


}

@media (max-width: 767px) {
.tooltip {
	display: none !important;
}
.modern-pagination {
	display: block;
	text-align: center;
}
.modern-pagination .pages {
	display: block;
}

.footer .pull-right {
	float: none !important;
	margin-top: 10px;
}
.navbar-nav-modern > li > a {
	border: none;
	padding-top: 8px;
}
.navbar-nav-modern > li > a:hover, .navbar-nav-modern > li > a:focus, .navbar-nav-modern > .active > a, .navbar-nav-modern > .active > a:hover, .navbar-nav-modern > .active > a:focus, .navbar-nav-modern > .open > a, .navbar-nav-modern > .open > a:hover, .navbar-nav-modern > .open > a:focus {
	background: rgba(255,255,255,.15) !important;
}
.navbar-nav-modern .dropdown-menu > li > a {
	color: #fff !important;
}
.navbar-nav-modern .dropdown-menu > li > a:hover, .navbar-nav-modern .dropdown-menu > li > a:focus {
	text-decoration: underline;
}
.toolbar { display: none; }
}

@media (min-width: 768px) {
.navbar-logo {
	margin-left: 0;
}
#modal-search .modal-dialog { position:absolute; width:600px; margin:0; left:50%; top:50%; margin:-85px 0 0 -300px; }
}

@media (min-width: 992px) {
.post .author-info {
	margin-left: -10px;
}
}

@media (min-width: 1200px) {
.post .author-info {
	margin-left: -20px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.navbar .navbar-header {
	border-bottom: 1px solid rgba(255,255,255,.5);
	width: 100%;
	margin-right: 0;
}
.navbar .navbar-right {
	margin-right: 0;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
.sidebar {
	margin-left: -10px;
}
}
