.profile-cover-image img {
	height: auto;
	width: 100%;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	position: relative;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

.profile-image {
	height: 150px;
	width: 150px;
	position: relative;
	z-index: 99;
	bottom: 80px;
	border: 2px solid white;
}

@media (max-width: 768px){
	.profile-image { width: 100px; height: 100px; } 
}

img.timestampIcon { width:15px; }

.profile_header_description {
	background-color: white;
	padding-top: 10px;
	font-size: 18px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

.profile_header_description.wrapper {
	height: 80px;
	overflow: visible;
}

.profile-level {
	background-color: white;
	margin-top: 20px;
	border-radius: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}
@media (max-width: 768px){
	.profile-level {
		margin-top: 10px;
	}
}

}

.suggested-traveller {
	margin-top: 20px;
	background-color: white;
	border-radius: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.recently-browsed {
	margin-top: 20px;
	background-color: white;
	border-radius: 2px;
	padding-top: 20px;
	padding-bottom: 10px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

.progress-bar.level1 {
	width: 20%;
	background-color: #D9C177
}

.progress-bar.level2 {
	width: 20%;
	background-color: #F86960;
}

.progress-bar.level3 {
	width: 20%;
}

.progress-bar.level4 {
	width: 20%;
}

.progress-bar.level5 {
	width: 20%;
}

.level1-color {
	color: #D9C177;
}

.place-color {
	color: #ADADAD;
}

.tab-active {
	border-bottom: 4px solid #F86960;
	width: 100%;
	padding-bottom: 9px;
}

.profile-right-header {
	padding-bottom: 0px;
	margin-top: 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background-color: white;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	font-size: 18px;
	color: #616161;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}
.profile-right-header a { color:#616161; }

.profile-right-details {
	border-bottom-right-radius: 2px;
	padding-top: 20px;
	border-bottom-left-radius: 2px;
	margin-bottom: 10px;
	margin-top: -5px;
}

.profile-right-header .div {
	padding-bottom: 10px;
}

.actor {
	color: #6F6F6F;
}

.verb {
	color: #ADADAD;
}

.object {
	color: #6F6F6F;
}

.profile-detail-item {
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 15px;
}

.profile-detail-item .target-placeholder p {
	background-color: #F5F5F5;
	color: #6F6F6F;
	padding: 15px;
	border-radius: 10px;
	margin-top: 10px;
}

.profile-detail-item .target-placeholder img {
	margin-top: 10px;
	border-radius: 10px;
	max-width: 250px;
    height: auto;
}

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #ddd;
	left: 31px;
	margin: 0;
	border-radius: 2px;
	margin-top: 30px;
}

.timeline>li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 15px;
}

.timeline>li:before,.timeline>li:after {
	content: " ";
	display: table;
}

.timeline>li:after {
	clear: both;
}

.timeline>li>.timeline-item {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-top: 0;
	background: #fff;
	color: #444;
	margin-left: 60px;
	margin-right: 15px;
	padding: 0;
	position: relative;
}

.timeline>li>.timeline-item>.time {
	color: #999;
	float: right;
	padding: 10px;
	font-size: 12px;
}

.timeline>li>.timeline-item>.timeline-header {
	margin: 0;
	color: #555;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
	font-size: 16px;
	line-height: 1.1;
}

.timeline>li>.timeline-item>.timeline-header>a {
	font-weight: 600;
}

.timeline>li>.timeline-item>.timeline-body,.timeline>li>.timeline-item>.timeline-footer
	{
	padding: 10px;
}

.timeline>li>.fa,.timeline>li>.glyphicon,.timeline>li>.ion {
	width: 20px;
	height: 20px;
	font-size: 15px;
	line-height: 30px;
	position: absolute;
	color: #666;
	background: #d2d6de;
	border-radius: 50%;
	text-align: center;
	left: 22px;
	top: 0;
	margin-top: 30px;
}

.timeline>.time-label>span {
	font-weight: 600;
	padding: 5px;
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
}

.timeline-inverse>li>.timeline-item {
	background: #f0f0f0;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.timeline-inverse>li>.timeline-item>.timeline-header {
	border-bottom-color: #ddd;
}

/* Portrait phones and smaller */
@media ( max-width : 768px) {
	.profile_header_description {
		background-color: white;
		padding-top: 5px;
		font-size: 14px;
	}
	.profile-image {
		bottom: 40px;
	}
	.profile-detail-item {
		font-size: 14px;
		margin-bottom: 20px;
	}
	
	.profile-right-header {
	text-align: left;
	background-color: white;
	border-top-right-radius: 2px;
	padding-top: 0px;
	border-top-left-radius: 2px;
	font-size: 14px;
	color: #ADADAD;
	margin-top: 10px;
}

.profile-right-header div{
	
	padding-top: 5px;
	padding-bottom: 5px;
}

.tab-active {
	border-bottom: 4px solid #F86960;
	font-family: "MontSerratBold", "MontserratRegular", sans-serif;
	color: #4d4d4d;
}
.nomarginTop{
	margin-top: 0px;
}
.profile-right-details{
	margin-top: -12px;
}

.timeline>li>.timeline-item {
	margin-left: 20px;
	margin-right: 0px;
}

.timeline>li>.fa,.timeline>li>.glyphicon,.timeline>li>.ion {
	left: 10px;
}

.timeline:before {
	left: 20px;
}

.facebookLogin { font-size: 12px; }

}

.placesList, .friendsList { margin-bottom: 20px; }
.placesList img.placeImage {
	width: 100%; height:100px;
	border-radius: 10px;
}
.placesList div.singlePlace { 
	text-align: center; margin-bottom: 10px; 
}
.placesList div.singlePlace a.placeName {
	font-size: 1.2em;
	color:#999;
	font-weight: bold;
}
h2.listHeading { 
	font-size: 24px;
    font-weight: normal;
    margin-top: 0px;
    font-family: MontserratRegular;
    color: #F86960;
    padding-top: 15px;
}

.friendsList .singleFriend { margin-bottom: 20px; }
.friendsList .singleFriend .personName { 
	margin-left: 6px; 
	color: #999;
	font-weight: bold;
}
.friendsList .singleFriend .personImage { 
	height: 50px; width: 50px;
	border-radius: 50%;
}

@media (max-width: 768px){
	.reviewMobile{
		margin-top: 0px;
		text-align: left;
	}

}

ul.list-inline li.nobottom:hover{
	border-bottom: 3px solid #FFF !important;
}

.white-container {
	background-color: white;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	margin-top: 10px;
    margin-bottom: 10px;
}
.text-left {
	text-align: left;
}
.starRatingProfilePage span {
	font-size: 12px;
}
.starRatingProfilePage {
	text-align: center;
    color: #ceb012;
}
.itemTitle p {
	margin-bottom: 0px;
}
