/* RESET CSS */
* {
	margin: 0px;
	padding: 0px;
}

/* COMMON CSS */
body {
	background-color: #FBFBFB;
	color: #5A5A5A;
	font-size: 13px;
	font-family: LFTEtica, Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height: 1.3;
}

ul {
	margin: 0px;
	list-style: none;
}

/* HEADER */
/* MAIN */
#breadcrumbs ol {
	padding-left: 0px;
}

#breadcrumbs a {
	color: #5A5A5A;
	text-decoration: none;
	outline: none;
}

#breadcrumbs li.active {
	color: #a7a7a7;
}

#search2 {
	padding: 0px 20px 30px;
	background-color: #F7F5F1;
	margin-bottom: 20px;
}

#search2 form h3 {
	margin: 0px;
	padding: 10px 5px 10px 0px;
}

#search2 form .form-group {
	padding-right: 0px;
}

#search2 form .form-group:first-child {
	padding-left: 0px !important;
}

#search2 form input,
#search2 form select,
#search2 form button {
	width: 100%;
	height: 50px;
}

#search2 form input:focus,
#search2 form select:focus {
	box-shadow: none;
	border: 2px solid #0097A6;
}

#sort-bar {
	height: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #D2D2D2;
	background-color: #F7F5F1;
}

#sort-bar .dropdown {
	width: 200px;
	float: right;
	border-left: 1px solid #ccc;
}

#sort-bar .dropdown>button {
	float: right;
	height: 48px;
	background-color: #F7F5F1;
	border: none;
	width: 100%;
	border-radius: 0px;
}

#sort-bar .dropdown .dropdown-menu {
	left: auto;
	right: 0;
	width: 200px;
	background-color: #F7F5F1;
	border-radius: 0px;
	box-shadow: none;
	border: none;
}

#sort-bar .dropdown .dropdown-menu li {
	line-height: 20px;
}

#sort-bar .dropdown .dropdown-menu li a {
	padding: 10px;
	color: #5A5A5A;
}

#sort-bar .dropdown .dropdown-menu li:hover>a {
	background-color: #f9f9f9
}

#post-list {}

#post-list>h1 {
	margin: 20px 0px;
	padding: 0px 15px;
	color: #5A5A5A;
	font-size: 15px;
	font-weight: 600;
}

#posts {
	padding: 0px 15px;
	overflow: hidden;
}

.post-item {
	border-top: 1px solid #ccc;
	padding: 15px 0px;
}

.post-img {
	width: 20%;
	float: left;
	border: 1px solid #ccc;
}

.post-img img {
	width: 100%;
}

.post-img .post-num-pic {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	background-image: url(../images/sprite-listing.png);
	background-repeat: no-repeat;
	background-position: -100px -2px;
	padding-top: 2px;
	color: #5A5A5A;
	font-size: 11px;
}

.post-content {
	width: 78%;
	float: right;
}

.post-content h3 {
	margin: 0px;
	padding-right: 20px;
}

.post-content h3>a {
	color: #5A5A5A;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	font-weight: 600;
}

.post-content h3:hover>a {
	color: #969696;
}

.post-content p {
	margin-bottom: 0px;
	padding: 5px 0px;
	font-size: 14px;
	color: #969696;
}

.post-content .item-price {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #F9423A;
}

.post-content .favorite {
	position: absolute;
	top: 15px;
	right: 0px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}

.post-content .favorite:hover {
	color: #F9423A;
}

#post-list-hot {}

#post-list-hot ul {}

#post-list-hot ul li {
	position: relative;
	border: 1px solid #ccc;
}

#post-list-hot ul li a {
	text-decoration: none;
}

#post-list-hot ul li img {
	width: 100%;
	padding: 0px 0px 10px 0px;
}

#post-list-hot ul li .post-num-pic {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	background-image: url(../images/sprite-listing.png);
	background-repeat: no-repeat;
	background-position: -100px -2px;
	padding-top: 2px;
	color: #5A5A5A;
	font-size: 11px;
}

#post-list-hot ul li .post-hot-desc {
	padding: 10px;
}

.post-hot-desc h3 {
	margin: 0px;
	color: #5A5A5A;
	outline: none;
	font-size: 14px;
	font-weight: 600;
	word-wrap: break-word;
}

.post-hot-desc span {
	width: auto;
	position: static;
	text-align: left;
	font-weight: 600;
	font-size: 14px;
	color: #F9423A;
}

/* FOOTER */