.feed-up-btn-wrap {
    bottom: 0;
    cursor: pointer;
    height: 0;
    position: fixed;
    text-align: center;
    transition: height 0.4s ease-out 0s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    right: 0;
    width: 85px;
    z-index: 131;
}
.feed-up-btn {
    border-radius: 2px;
    display: inline-block;
    height: 72px;
    margin-top: 22px;
    position: relative;
    width: 108px;
}
.feed-up-text {
    color: #535c69;
    display: inline-block;
    margin-top: 35px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
}
.feed-up-btn-wrap-anim {
	height: 85px;;
}
.feed-up-btn-icon {
    left: 50%;
    margin-left: -21px;
    opacity: 0.3;
    position: absolute;
    top: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 21px 13px 21px;
    border-color: transparent transparent #727a85 transparent;
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
}
textarea.form-control {
	height: 100px;
	max-width: 100%;
}
.radio,
.checkbox {
	font-weight: normal;
	margin: 0 0 8px;
	min-height: 18px;
	padding-left: 20px;
}
.new-radio,
.new-checkbox {
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	float: left;
	height: 15px;
	margin: 2px 0 0 -20px;
	position: absolute;
	width: 15px;
}
.new-radio {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	height: 14px;
	width: 14px;
}
.new-radio input[type="radio"],
.new-checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
	cursor: pointer;
	height: 100%;
	margin: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	vertical-align: top;
	width: 100%;
}
.new-checkbox svg {
	display: none;
	height: 18px;
	margin: -3px 0 0 -2px;
	width: 18px;
}
.new-checkbox svg polygon {
	fill: #1e1e1e;
}
.new-checkbox.checked svg {
	display: block;
}
.new-radio span {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	height: 6px;
	margin: 3px 0 0 3px;
	width: 6px;
}
.new-radio.checked span {
	background: #1e1e1e;
}
.new-radio.disabled,
.new-checkbox.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
}
#bxmedialib {
    height: auto !important;
}
 
#mlsd_item { 
	height: auto !important; 
}