.popular-item-text p {
	line-height: 17px;
}
.country-lists {
	position: relative;
	margin: 40px 0;
}
.list-item {
	margin-bottom: 30px;
	position: relative;
}
.item-img.grid-item {
    overflow: hidden;
    text-align: center;
}
.list-item-infos.dir-info {
	height: 80px;
    overflow: hidden;
}
.list-item.popular-item {
	min-height: 320px;
	max-height: 320px;
	border: 1px solid #e1e1e1;
	padding-bottom: 40px;
	margin-bottom: 50px;
	background: #fff;
}
.list-item-infos .item-confirm-status {
	position: absolute; 
	top: 10px; 
	left: 10px; 
	width: 130px; 
	height: 40px; 
	font-size: 14px;
	opacity: 0.8;
}
.text-container_3 {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3; 
}
.list-item.border-item {
	border: 1px solid #e1e1e1;
	background-color: #ffffff;
}
.link-block {
	display: block;
    padding: 10px;
    width: 100%;
}
.popular-bottom {
	position: absolute;
	bottom: 0;
	padding: 10px 15px;
	width: 100%;	
}
.country-lists .list-item-thumb {
	position: relative;
}
.list-item-infos {
	padding: 10px 15px;
}
.list-item-thumb + .list-item-infos,
.list-item-overlay {
	position: absolute;
	color: #ffffff;
	padding: 5px 15px;
	text-align: center;
}
.list-item-infos,
.list-item-overlay {	
    top: 0;
	z-index: 3;	
	font-weight: 500;
	bottom: 0;
	font-size: 13px;
	left: 0;
    right: 0;	
}
.list-item-infos:first-child {
	height: 100%;
	min-height:300px;
	padding-top: 20px;
}
.list-item-overlay {
	background: url(/static/assets/img/pages/overlay.png);
	background: rgba(0, 0, 0, 0.85);
	opacity: 0;	
	transition: opacity 0.5s linear 0s;
	z-index: 5;
	padding-top: 40px;
	text-align: center;
}
.list-item-overlay p:first-child {
	margin-bottom: 30px;
}
.list-item:hover .list-item-overlay {
	opacity: 1;
}
.list-item-thumb + .list-item-infos h4.the-title {
    text-transform: none;
	color: #ffffff;
}
.list-item-infos .btn-default  {
	background: none;
	border: 1px solid white;
	color: #ffffff;
}
.list-item-infos .popular-img {
    margin-top: 15px;
    min-height: 175px;
}

.popular-item .popular-icon {
	z-index: 6;
	top: -2px;
	left: 8px;
	position: absolute;
	display: block;
}
.popular-item .popular-icon {
	z-index: 6;
	top: -2px;
	left: 8px;
	position: absolute;
	display: block;
}

.list-item.popular-item > .popular-img,
.list-item .item-img {
	 border-bottom: 1px solid #e1e1e1;
}
.list-item.popular-item > .popular-img img,
.list-item .item-img img {
	width: 100%;
	height: auto;
}
.popular-img {
	margin-bottom: 15px;
	text-align: center;
}
.how-it-work .thumb img,
.popular-img img,
.why-item .thumb img {
	max-width: 100%;
	height: auto;
	max-height:170px;
}
.how-it-work .how-item {
	position: relative;
	margin-bottom: 20px;
}
.how-it-work .how-item .the-title {
	text-transform: uppercase;
	font-weight: 700;
}
.two-cols .col {
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
/*profile*/
.profile-tab,
.boxer-tab {
	margin: 30px 0;
}
.profile-tab li {
	padding: 0 30px;
}
.profile-tab a {
	text-transform: uppercase;	
	font-weight: 500;
	font-size: 20px;
	color: #818181;
}
.profile-tab a:hover,
.profile-tab li.active a {
	color: #333333;
	text-decoration: none;
}
.profile-tab li.active a {
	border-bottom: #fbda57 solid 3px;
}
.profile-form .form-group .form-inline select.form-control {
	margin-right: 5px;
}
.infos-text {
	margin-top: 10px;
	color: #818181;
	font-size: 13px;
}
.infos-text p {
	margin-bottom: 5px;
}
.grey-block {
	border-top: #e1e1e1 solid 1px;
	background-color: #f6f6f6;
	padding: 20px 0;
}
.white-block {
	margin: 10px 0 0;
	background-color: #ffffff;
	padding: 20px 15px;
}
.btn-wishlist {
	margin-bottom: 12px;
}