body {
	background: #f5f5f5;
	/*padding-top: 80px;*/
}

img {
	width: 25%;
	margin: auto;
	display: block;
	margin-bottom: 10px;
  }
  .icon {
	width: 7%;
    margin: auto;
    display: block;
    margin-bottom: 10px;
    top: 10px;
    right: 118px;
    position: relative;

  }
  .icon2 {
    width: 7%;
    margin: auto;
    display: block;
    margin-bottom: 10px;
    top: -4px;
	right: 103px;
    position: relative;
}
.no-padding {
	padding: 0;
}
.no-padding .more-link {
	margin-top: 27px;
}

.media.thumbnail{
	cursor: pointer;
    margin-top: 20px;
}

.media:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}


.input-group {
    width: 100%;
}

button.btn.btn-default {
    width: 100%;
}


.media-link {
    display: block;
    width: 161px;
    height: 161px;
    padding: 8px;
}
.media-link img {
	height: 161px;
    width: 161px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
}
.channel-image {
	width: 161px;
    height: 161px;
}
.thumbnail {
	padding: 0;
	border-radius: 3px;
	height: 180px;
	margin-bottom: 0;
}
.media-header {
	display: block;
}
.channel-info {
	padding: 8px 8px 0 0;
	position: absolute;
    left: 177px;
    right: 16px;
}
.channel-info a {
	color: #333;
	text-decoration: none;
}
.channel-info .text-muted {
	margin-bottom: 2px;
}
.channel-info span, .main-channel-data span {
	color: #FFFFFF;
	margin-right: 2px;
}

.main-channel-data span:last-child {
	color: #c0c0c0;
}

.media-footer .btn-danger, .main-btn {
	background: red;
	border: 1px solid red;
	color: #ffffff;
	width: 100%;
	border-radius: 3px;
	margin-top: 5px;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.media-footer .btn-danger:hover, .main-btn:hover {
	background: red;
	border: 1px solid red;
}
.media-footer .btn-danger:focus, .main-btn:focus {
	background: red;
	border: 1px solid red;
	color: #fff;
}


.media-footer .btn-primary, .main-btn {
	background: #689f38;
	border: 1px solid #689f38;
	color: #ffffff;
	width: 100%;
	border-radius: 3px;
	margin-top: 5px;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}
.media-footer .btn-primary:hover, .main-btn:hover {
	background: #477c18;
	border: 1px solid #477c18;
}
.media-footer .btn-primary:focus, .main-btn:focus {
	background: #477c18;
	border: 1px solid #477c18;
	color: #fff;
}
.header-faded {
	height: 20px;
	overflow: hidden;
	position: relative;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
}
.end-header {
	bottom: 0;
    height: 20px;
    max-height: 100%;
    position: absolute;
    right: 0;
    width: 20px;
	background-image: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),rgba(255,255,255,1));
    background: linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#00ffffff',EndColorStr='#ffffff');
}
.text-faded {
	height: 38px;
	overflow: hidden;
	position: relative;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.text-faded::before {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}


.channel-section, .main-section {
	margin-bottom: 20px;
}
.main-section {
	background: #fff;
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.main-section div {
	padding: 0;
}
.main-section h1 {
	margin-top: 0;
	font-weight: 200;
	color: #689F38;
	display: table;
}
.main-section h5 {
	margin-top: 30px;
	margin-bottom: 5px;
}
.main-btn {
	margin-top: 15px;
}
.member-text {
	margin-top: 18px;
	margin-left: 5px;
}
.channel-main-avatar {
	width: 100%;
	border-radius: 3px;
}
.main-channel-data {
	margin-left: 30px;
}
.main-channel-data h2 {
	margin-top: 0;
}
.more-link {
	margin-top: 63px;
	color: #689F38;
}
.more-link:hover {
	text-decoration: none;
	color: #92c565;
}
.qr-img {
	width: 100%;
	padding: 25px !important;
	background-color: #fff;
	border: 1px solid #f5f5f5;
}
canvas {
	width: 100%;
	margin-bottom: 5px;
}
.qr-info {
	margin-top: 12px;
	font-size: 12px;
}
.share-btns {
	padding: 0;
	margin: 30px 0 0 0;
	display: block;
	list-style: none;
}
.share-btns li {
	display: inline-block;
	margin-right: 5px;
}
.share-btns li a {
	padding: 8px 0;
	border-radius: 3px;
	color: #fff;
	margin: auto;
	width: 30px;
	height: 30px;
	display: block;
	text-decoration: none;
}
.share-btns li a i {
	margin: auto;
	display: table;
}
.share-facebook {
	background: #3B5998;
}
.share-twitter {
	background: #1DA1F2;
}
.share-google {
	background: #DB4437;
}
.share-icon {
	background: #775577;
}
.comment-section {
	border-top: 1px solid #ddd;
	margin-top: 30px !important;
}
.channel-type {
	margin: 0;
	padding: 0;
	display: block;
}
.channel-type li {
    margin-right: 20px;
    float: left;
    list-style: none;
 }
.channel-type li:first-child {
    margin-left: 0;
}
.channel-type i {
	color: #777;
 	margin-right: 5px;
}
.facebook-comment {
	margin-top: 60px;
	padding-top: 30px !important;
	border-top: 1px solid #ddd;
}
/* mobile small (iphone 3/4/5) ----------- */
@media only screen and (max-width : 328px)  {
	.channel-image {
	    width: 141px;
	    height: 141px;
	}
	.thumbnail {
		height: 143px;
	}
	.media-link {
		width: 141px;
		height: 141px;
	}
	.header-faded {
		width: 131px;
	}
	.text-faded {
		height: 18px;
	}
	.channel-info {
	    left: 157px;
	    right: 16px;
	}
}
@media (min-width: 768px) {
	.search-input {
	min-width: 280px;
	}
}
/* Small devices (tablets, 768px and up) */
@media (max-width: 767px) {
	.search-input {
		min-width: 280px;
	}
	.main-channel-data {
		margin-left:0;
		margin-top: 30px;
	}
	.qr-area {
		margin-top: 20px;
	}
}


.glyphicon-star.half {
  position: relative;
}
.glyphicon-star.half:before {
  position: relative;
  z-index: 9;
  width: 47%;
  display: block;
  overflow: hidden;
}
.glyphicon-star.half:after {
  content: '\e006';
  position: absolute;
  z-index: 8;
  color: #FFFFFF;
  top: 0;
  left: 0;
}
.modal.in.modal-dialog-me{
	
    width: 400px;
    display: block;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    background-color: #FFF;
	border-radius: 3px;
	width: 500px;
	padding: 15px;
	display: flex;
	flex-direction: column;

}
.modal-body{
    display: block;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    background-color: #FFF;
	border-radius: 3px;
	padding: 15px;
	display: flex;
	flex-direction: column;
  
}
.image-upload > input
{
    display: none;
}

.btn-success-me {

    color: #fff;
    background-color: #5cb85c;
	border-color: #4cae4c;
	padding: 5px;
	width: 70px;
	height: 30px;
	float: right;
	    margin-top: -30px;
}


/* .col-sm-12 {
	width: 100%;
    height: 18px;
