#content #centerCol{
	float: none;
}
.bob-grid-wrapper .filter-label {
	cursor: pointer;
    display: inline-block;
}
.bob-grid-wrapper .item {
	overflow: hidden;
}
.bob-grid-wrapper .item img{
	max-width: 100%;
}
.bob-grid-wrapper .item:hover {
	opacity: 0.7 !important;
}
.bob-grid-wrapper h3 {
	font-size: 16px;
    margin: 0;
    padding: 0 0 6px;
    text-transform: uppercase;
}
.bob-grid-wrapper .image-block {
	position: relative;
}
.bob-grid-wrapper .image-block:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: -1px;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    width: 0;
}
.bob-grid-wrapper .introtext {
	margin-bottom: 6px;
}
.bob-grid-wrapper .info,
.bob-grid-wrapper .readmore {
	font-style: italic;
    margin-bottom: 6px;
}
.bob-grid-wrapper .tags {
    font-style: italic;
    margin-bottom: 6px;
    padding-top: 10px;
}
.bob-grid-wrapper .tags span {
	font-style: normal;
    font-weight: bold;
	font-size: 16px;
}
.bob-grid-wrapper .image-block{
	max-width: 100%;
	height: auto;
}
.bob-grid-wrapper .item-content{
	max-width: 100%;
}

.item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}

.item-all {
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 1px 1px #eaeaea;
    -moz-box-shadow: 0 1px 1px #eaeaea;
    box-shadow: 0 1px 1px #eaeaea;
}
.item-allinfo {
	background: #fff;
		border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 1px 1px #eaeaea;
    -moz-box-shadow: 0 1px 1px #eaeaea;
    box-shadow: 0 1px 1px #eaeaea;
}

.item-allinfo {
	padding: 0 15px;
}
.item-info {
	padding-top: 15px;
	height: 40px;
	border-bottom: 1px solid #f2f2f2;
}
.item-user{
	float: left;
	color: #e74c3c;
}
.item-like {
	float:right;
	text-align: right;
}

.item-descr{
	padding-top: 16px;
	padding-bottom: 25px;
}

.item-full {
	position: relative;
	width: 100%;
	background: #fff;
	border-radius: 3px;
		border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 1px 1px #eaeaea;
    -moz-box-shadow: 0 1px 1px #eaeaea;
    box-shadow: 0 1px 1px #eaeaea;
}

.item-fullin {
	max-width: 640px;
	margin: 0 auto;
		padding: 20px;
}

/* #item-toplike {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
} */
.item-toplike#fixed {
	width: 100%;
	position: absolute;
	text-align: center;
	line-height: 40px;
	color: #EE8176;
	font-size: 20px;
	font-weight: bold;
}
.item-toplike {

	width: 100%;
	background: rgba(255,255,255,0.7);
	padding: 12px;
	border-bottom: 1px solid #f2f2f2;
}

.btn-like {
	display: block;
	background: rgba(231, 76, 60, 0.7) !important;
	padding: 10px 25px 10px 15px !important;
	color: #fff !important;
	transition: 0.5s ease all;
	float: left;
}
.btn-like:hover {
background: rgba(231, 76, 60, 1) !important;
}

.btn-tab {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius:  0px !important;
	display: block;
	background: rgba(64, 148, 76, 0.7) !important;
	padding: 10px 25px 10px 15px !important;
	color: #fff !important;
	transition: 0.5s ease all;
}
.btn-tab:hover {
background: rgba(64, 148, 76, 1) !important;
}

.btn-back {
	display: block;
	float: right;
	background: rgba(69,72,77, 0.4) !important;
	padding: 10px 25px 10px 15px !important;
	color: #fff !important;
	transition: 0.5s ease all;
}
.btn-back:hover {
background: rgba(69,72,77, 0.7) !important;
}

.spacing {
	height: 60px;
}

.comments-title {
	margin-top: 20px;
}
.comments-wrapper {
	background: #fff;
	border-radius: 3px;
	border-top: 0 !important;
		border: 1px solid #eaeaea;
    -webkit-box-shadow: 0 1px 1px #eaeaea;
    -moz-box-shadow: 0 1px 1px #eaeaea;
    box-shadow: 0 1px 1px #eaeaea;
	margin-bottom: 20px;
}

.comments-form {
		padding: 20px;
}

.comments-items {
	margin-bottom: 25px;
}
.comment-item {
	padding: 10px 20px;
}
.comment-item:hover {
	background: #f4f4f4;
}
.comment-author {
	color: rgb(231, 76, 60) ;
}
.comment-text {
	font-size: 12px;
}

.masonry-container {
	list-style: none;
}

@media (max-width:400px) {
	.btn-like, .btn-back {
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 12px !important;
	}
}

.butmain {
    margin: 10px;
    display: inline-block;
    background: rgba(179, 51, 0, 1) !important;
    padding: 8px 15px !important;
    color: #fff !important;
    transition: 0.5s ease all;
    border-radius: 4px;
}

.butmain:hover {
    background: #e0383b !important;
}

