#feedback {
	position: fixed; right:0;
	/*left: 0;*/
	/*bottom: 0;*/
	height: 300px;
	margin-left: -3px;
	/*margin-bottom: 0px; */
	top:30%;/*top:175px;*/
	 z-index: 9999;
}

#feedback-form {float:right;
	/*float: left;*/
	width:300px;
	height: 100%;
	z-index: 9999;
	padding-left: 5px;
	padding-right: 10px;
	background-clip: 'padding-box';
	border: 1px solid rgba(0,0,0,.2);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#feedback-tab {
	float: right;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	width: 150px;
	height: 42px;
	background-color: rgba(210,26,38,1.0);
	/*margin-top: -90px;*/margin-top: 54px;margin-bottom: 0px;
	/*margin-left: -52px;*/margin-right: -54px;
	padding-top: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	 border-bottom-left-radius: 12px;  border-bottom-right-radius:12px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#feedback-tab:hover {
	background-color: rgba(0,0,0,1.0);
}

#feedback-form textarea {
	/*resize: none;*/resize: both;
}

#feedback .panel-body {border-radius: 1px;-moz-border-radius: 1px;-webkit-border-radius: 1px;border: 0px solid #fff;}


#feedback .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#feedback .panel {
    margin-bottom: 20px;
    background-color: #fff;
   
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#feedback .panel-body {
    padding: 15px;
}
#feedback .form-group {
    margin-bottom: 15px;
}
#feedback .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-bottom: 10px;
}


@media only screen and (max-width: 767px) and (min-width: 320px){


#feedback-form{ width:300px;}

}

@media only screen and (max-width: 480px) and (min-width: 320px){
#feedback-form{ width:225px;}
	#feedback-tab {
		font-size: 14px;
		width: 135px;
	height: 40px;}
	}