.widget {
	padding-left: 0;
	padding-right: 0;
}
.widget .panel-footer .btn-primary {
	font-family: 'manopscriptreg';
	font-size: 125%;
	letter-spacing: 1px;
	padding: 2px 12px;
}

.widgets-wrapper.row {
	padding-left: 25px;
}

.widget .panel-heading {
	background: none;
	border-bottom: none;
}
.widget .panel-footer {
	background: none;
	border-top: none;
}
.widget .panel-heading h3 {
	font-family: 'manopscriptreg';
	margin: 0;
	letter-spacing: 1px;
}
.widget .panel-body {
	font-size: 93%;
}
.widget .panel-body a {
	color: #666;
}
.widget .panel-body a:hover {
	color: #AC2D30;
}
.widget .panel-footer .list-unstyled {
	margin-bottom: 0;
}

/* Activities Widget */
.widget.widget-activities .panel-body {
	padding: 5px 0;
}
.widget.widget-activities .panel-body .list-group {
	margin-bottom: 0;
}
.widget.widget-activities .list-group-item {
	border-style: dotted none;
	border-radius: 0;
}
.widget.widget-activities .list-group-item:hover {
	background: inherit;
}
.widget.widget-activities .list-group-item.list-1,
.widget.widget-activities .list-group-item.list-1:hover {
	background: #F5F5F5;
}
.widget.widget-activities .list-group-item img {
	margin: 0px auto 10px;
	box-shadow: 1px 1px 3px #666666;
}
.widget.widget-activities .list-group-item:last-child {
	border-bottom-style: none;
}

/* Beauty Check Widget */
.widget.widget-beauty-check .panel-body {
	padding: 5px 0;
	text-align: center;
}
.widget.widget-beauty-check .images-collage {
	width: 205px;
	margin: 0 auto;
}
.widget.widget-beauty-check .images-collage:before,
.widget.widget-beauty-check .images-collage:after {
	margin: 0;
}
.widget.widget-beauty-check .images-collage div[class*="image"] {
	float: left;
	width: 100px;
	height: 108px;
	position: relative;
	margin: 1px;
}
.widget.widget-beauty-check .images-collage div[class*="image"] img {
	width: 80px;
	height: 108px;
}
.widget.widget-beauty-check .images-collage div.image-1 img, 
.widget.widget-beauty-check .images-collage div.image-3 img {
	position: absolute;
	right: 0;
	top: 0;
}
.widget.widget-beauty-check .images-collage div.image-2 img, 
.widget.widget-beauty-check .images-collage div.image-4 img {
	position: absolute;
	left: 0;
	top: 0;
}
.widget.widget-beauty-check .images-collage div[class*="image"] .checked-by {
	color: #999;
	z-index: 1;
	
	font-family: 'manopscriptreg';
	font-size: 20px;
	line-height: 15px;
	
	white-space: nowrap;
	letter-spacing: 1px;
	
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.widget.widget-beauty-check .images-collage .image-1 .checked-by:before,
.widget.widget-beauty-check .images-collage .image-3 .checked-by:before {
	content: " ";
	color: #F4866F;
	font-family: FontAwesome;
	font-size: 14px;
}
.widget.widget-beauty-check .images-collage .image-2 .checked-by:before,
.widget.widget-beauty-check .images-collage .image-4 .checked-by:before {
	content: " ";
	color: #F4866F;
	font-family: FontAwesome;
	font-size: 14px;
}

/* Beauty Check Help Widget */
.widget.widget-beauty-check-help .panel-body {
	padding-bottom: 0;
}

/* Beauty Check Suggested Widget */
.widget.widget-beauty-check-suggest .panel-body > div {
	padding: 0;
}


/* PR Special Widget */
.widget.widget-pr-special .panel-body {
	padding: 5px 15px 10px;
}
.widget.widget-pr-special div[class*="col-"] {
	padding: 2px;
}
.widget.widget-pr-special div[class*="col-"] img {
	border: 1px solid #ddd;
}
.widget.widget-pr-special div.col-md-12 {
	margin-bottom: 20px;
}
.widget.widget-pr-special div.col-md-12 img {
	margin-bottom: 10px;
	border: none;
	box-shadow: 1px 1px 3px #666666;
}

.widget.widget-pr-special-alt .panel-heading,
.widget.widget-pr-special-alt .panel-body {
	background: #F5F5F5;
	position: relative;
}
.widget.widget-pr-special-alt .panel-body {
	padding: 5px 15px 10px;
}
.widget.widget-pr-special-alt .panel-body:after {
	content: " ";
	background: url('../images/jeban-widget-bg-corner.jpg') right bottom no-repeat transparent;
	width: 43px;
	height: 43px;
	position: absolute;
	bottom: -4px;
	right: -4px;
}
.widget.widget-pr-special-alt div[class*="col-"] {
	padding: 2px;
}
.widget.widget-pr-special-alt div[class*="col-"] img {
	border: 1px solid #ddd;
}
.widget.widget-pr-special-alt div.col-md-12 {
	margin-bottom: 20px;
}
.widget.widget-pr-special-alt div.col-md-12 img {
	margin-bottom: 10px;
	border: none;
	box-shadow: 1px 1px 3px #666666;
}


/* Latest User Review Widget */
.widget.widget-user-review-latest .media-body a h4 {
	font-size: 14px;
	color: #ED8788;
	margin-top: 10px;
}
.widget.widget-user-review-latest .media-body a:hover h4 {
	color: inherit;
}

/* Most View Topics Widget */
.widget.widget-topics-most-view .panel-heading {
	position: relative;
}
.widget.widget-topics-most-view .panel-heading:before {
	content: " ";
	background: url('../images/jeban-widget-icon-mac.png') center center no-repeat;
	display: block;
	position: absolute;
	width: 59px;
	height: 57px;
	right: -5px;
	bottom: -5px;
}
.widget.widget-topics-most-view .media-bullet {
	display: block;

    background-color: #F2737D;
    color: #FFFFFF;
    border-radius: 50%;
    
    font-family: 'manopmailight';
    font-size: 22px;
    text-align: center;
    
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.widget.widget-topics-most-view a:hover {
	text-decoration: none;
}

/* Most Comment Topics Widget */
.widget.widget-topics-most-comment .panel-body {
	padding-top: 0;
}
.widget.widget-topics-most-comment .media-bullet {
	display: block;

    background: url('../images/jeban-widget-ico-balloon.png') center top no-repeat;
    color: #F2737D;
    
    font-family: 'manopmailight';
    font-size: 18px;
    text-align: center;
    
    width: 52px;
    height: 47px;
    line-height: 42px;
}
.widget.widget-topics-most-comment a:hover {
	text-decoration: none;
}
.widget.widget-topics-most-comment .media-body {
	padding-top: 8px;
}
.widget.widget-topics-most-comment hr {
	margin-top: 0;
	margin-bottom: 5px;
}

/* Pinned Topics Widget */
.widget.widget-topics-pinned .panel-body {
	padding-top: 0;
}
.widget.widget-topics-pinned .list-pinned {
	margin-bottom: 0;
}
.widget.widget-topics-pinned hr {
	margin-top: 0;
	margin-bottom: 5px;
}
.widget.widget-topics-pinned .jeban-icon-like {
	background: url('../images/jeban-widget-ico-like.png') left bottom no-repeat transparent;
	margin-left: 5px;
	height: 24px;
	width: 24px;
	display: inline-block;
}
.widget.widget-topics-pinned .list-group-item[class*="topic-forum"] {
	background-position: 5px 13px;
	padding-left: 32px;
	padding-right: 5px;
}

.widget.widget-hot-contents a:hover {
	text-decoration: none;
}
.widget.widget-hot-contents .media {
	border-bottom: 2px dotted #ddd;
}
.widget.widget-hot-contents .media:last-child {
	border-bottom: none;
}
.widget.widget-hot-contents .media-body {
	height: 70px;
	overflow: hidden;
}
.widget.widget-hot-contents .media-heading {
    color: #666;
}



.widget.widget-howto-contest .winners {
	max-width: 300px;
}
.widget.widget-howto-contest .winners div[class*="col-"] {
	position: relative;
	padding: 0;
}
.widget.widget-howto-contest .winners div[class*="col-"]:after {
	position: absolute;
	right: 0;
	bottom: -17px;
	
	font-family: 'manopmailight';
	font-size: 42px;
	font-weight: 900;
	opacity: 0.9;
}
.widget.widget-howto-contest .winners div[class*="col-"]:nth-child(1):after {
	content: "01";
	color: #FEF3C1;
}
.widget.widget-howto-contest .winners div[class*="col-"]:nth-child(2):after {
	content: "02";
	color: #E1E1E1;
}
.widget.widget-howto-contest .winners div[class*="col-"]:nth-child(3):after {
	content: "03";
	color: #CBA182;
}

.widget.widget-user-profile .panel-body, 
.widget.widget-user-profile .panel-footer {
	background: #F5F5F5;
	position: relative;
}
.widget.widget-user-profile .panel-body img {
	margin: 0 auto;
	box-shadow: 1px 1px 3px #666666;
}
.widget.widget-user-profile .panel-body h2 {
	font-family: 'manopscriptreg';
	color: #FE6665;
	margin-top: 10px;
}
.widget.widget-user-profile .panel-body label {
	margin-right: 5px;
}
.widget.widget-user-profile .panel-body a {
	color: #AC2D30;
	max-width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.widget.widget-user-profile .panel-footer {
	border-top: 1px dotted #DDD;
	padding-top: 0;
	padding-bottom: 0;
}
.widget.widget-user-profile .panel-footer .point {
	padding: 10px 0;
	font-size: 18px;
	position: relative;
	text-align: center;
}
.widget.widget-user-profile .panel-footer .point:after {
	display: block;
	bottom: 0;
	left: 0;
	text-align: center;
	content: " ";
	color: #999;
	font-size: 12px;
}
.widget.widget-user-profile .panel-footer .point.posts:after {
	content: "Posted"
}
.widget.widget-user-profile .panel-footer .point.checks:after {
	content: "Checked!"
}
.widget.widget-user-profile .panel-footer .point.reviews:after {
	content: "User Review"
}
.widget.widget-user-profile .panel-footer .point.checks {
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
}

.widget.widget-user-profile-activities .award {
	padding: 5px 0;
	font-size: 18px;
	position: relative;
    z-index:1;
	text-align: center;
}
.widget.widget-user-profile-activities .award:after {
	display: block;
	bottom: 0;
	left: 0;
	text-align: center;
	content: "Howto";
	color: #999;
	font-size: 10px;
}
.widget.widget-user-profile-activities .award:before{
    z-index:-1;
    opacity:1;
    position:absolute;
    top: 0;
    left: 50%;
}
.widget.widget-user-profile-activities .award.joins:after {
	content: "Activities";
}
.widget.widget-user-profile-activities .award.howto-won-1st:before{
	content: url('https://www.jeban.com/web/images/jeban-icon-1st-my-m.png');
}
.widget.widget-user-profile-activities .award.howto-won-2nd:before{
	content: url('https://www.jeban.com/web/images/jeban-icon-2nd-my-m.png');
}
.widget.widget-user-profile-activities .award.howto-won-3rd:before{
	content: url('https://www.jeban.com/web/images/jeban-icon-3th-my-m.png');
}
.widget.widget-user-profile-activities .award.joins:before{
	content: url('https://www.jeban.com/web/images/jeban-icon-act-my-m.png');
}

.widget.widget-user-profile-activities .list-pinned {
	margin-bottom: 0;
}
.widget.widget-user-profile-activities hr {
	margin-top: 0;
	margin-bottom: 5px;
}
.widget.widget-user-profile-activities .list-group-item[class*="topic-forum"] {
	background-position: 5px 13px;
	padding-left: 32px;
	padding-right: 5px;
}

.widget.widget-whos-exclusive-more .panel-body > div {
	padding: 0;
}

.widget-user-review-search .panel-heading {
	padding-bottom: 0;
}

.widget-pickedup-item .brand-name,
.widget-musthave-item .brand-name {
	color: #ED8788;
	font-weight: bold;
	font-size: 14px;
}
.widget-pickedup-item .media-body .brand-name {
	margin-top: 5px;
}
.widget-pickedup-item .product-name,
.widget-pickedup-item .product-sub-category,
.widget-musthave-item .product-name,
.widget-musthave-item .product-sub-category {
	color: #666;
	font-weight: normal;
	font-size: 14px;
}
.widget-pickedup-item .product-sub-category,
.widget-musthave-item .product-sub-category {
	font-size: 12px;
	font-style: italic;
	color: #999;
}

.widget-musthave-item blockquote {
	margin: 20px 1px;
	border: none;
	position: relative;
}
.widget-musthave-item blockquote:before {
	content: "";
	color: #F4866F;
	
	font-family: FontAwesome;
	
	position: absolute;
	left: 0;
	top: 5px;
}
.widget-musthave-item blockquote:after {
	content: "";
	color: #F4866F;
	
	font-family: FontAwesome;
	
	position: absolute;
	right: 0;
	bottom: 10px;
}
.widget-musthave-item blockquote p {
	font-size: 20px;
	font-family: 'manopscriptreg';
	color: #666;
	line-height: 1.4em;
	margin: 0 5px;
	letter-spacing: 1px;
}
.widget-musthave-item blockquote footer {
	font-style: italic;
	color: #999;
	margin-top: 10px;
	text-align: right;
}

.widget-unpack .video-embed-wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.widget-unpack .video-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Responsive */
/* Desktops and Tablet Landscape */
@media screen and (min-width: 990px) {

}
/* Tablet Portrait */
@media screen and (max-width: 991px) {
	.widget {
		padding-left: 5px;
		padding-right: 5px;
	}
}
/* Mobiles */
@media screen and (max-width: 767px) {

}
/* Desktops and Tablets */
@media screen and (min-width: 768px) {
	/*
	.widgets-wrapper {
		padding-left: 10px!important;
		padding-top: 108px!important;
	}
	*/
}
