@media (min-width: 769px)
{
.feedback_content, .feedback_trigger {
	font-size: 13px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

.feedback_content ul {
	list-style: none;
	padding-left: 11px;
}

.feedback_trigger{
	cursor: pointer;
	z-index: 2001;
}

.feedback_trigger.left-top, .feedback_trigger.left-bottom , .feedback_trigger.right-top, .feedback_trigger.right-bottom { 
	width: 40px;
	height: 100px;
}

.feedback_trigger.bottom-left{ 
	width: 100px;
	height: 40px;
}

.feedback_content 
{
	font-family: Arial, Sans-Serif;
	font-size: 18px;
	color: White;
	width: 380px;
	height: 300px;
	z-index: 2001;
}

.feedback_content input, .feedback_content textarea
{
	color: #36424a;
}

.feedback_content.email_present {
	height: 360px;
}

.feedback_content ul li {
	margin-right: 20px;
	margin-bottom: 20px;
}

.feedback_content label {
	display: inline-block;
}

.feedback_name {
	display: block;
	width: 340px;
}

.feedback_email {
	display: block;
	width: 340px;
}

.feedback_message 
{
    font-family: Arial, Sans-Serif;
	display: block;
	width: 340px;
	height: 125px;
	resize: none;
}

.feedback_submit {
	float: right;
}

.feedback_trigger_text { 
	white-space: nowrap;
	position: absolute;
	top: 40px;
	letter-spacing: 2px;
	font-size: 17px;
}

.left-top .feedback_trigger_text , .left-bottom .feedback_trigger_text , .right-top .feedback_trigger_text , .right-bottom .feedback_trigger_text { 
	white-space: nowrap;
	position: absolute;
	top: 36px;
	letter-spacing: 2px;
	font-size: 17px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter:none;
}

.fm_clean {
	background-color: #DDDDDD;
	background: none repeat scroll 0 0 rgba(23, 23, 23, 0.70);
}

.fm_clean.feedback_trigger 
{
    background-color: #000;
    font-family:Myriad Pro, Sans-Serif;
    color:#FFF;
    padding:1px 0 1px 1px;
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
    border-bottom:1px solid #CCC;
}
.fm_clean.feedback_trigger:before 
{
    background: none;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    border-bottom:1px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.fm_clean.feedback_trigger:hover {
	background-color: #CCCCCC;
}

.fm_clean button{
    margin:10px 0;
    border-radius: 0;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 1em;
    border: 0 none;
    color: #fff;       
    background:#833640;
    -webkit-box-shadow: inset 0 0 2px 1px rgba(0,0,0,.3);
    box-shadow: inset 0 0 2px 1px rgba(0,0,0,.3);
}

.fm_clean button:hover {
	background-color: #52141D;
}

.fm_clean .feedback_trigger_text { 
	right: -25px;
}

.fm_clean .feedback_title {
	padding-top: 5px;	
}

.fm_clean .feedback_title span {
	margin-left: 10px;
}

.feedback_content.fm_clean.feedback_content_closed.left-top, .feedback_content.fm_clean.feedback_content_closed.left-bottom{
	margin-left: -380px;
}

.feedback_content.fm_clean.left-top, .feedback_content.fm_clean.left-bottom{
	margin-left: 0px;
}

.feedback_trigger.fm_clean.feedback_trigger_closed.left-top, .feedback_trigger.fm_clean.feedback_trigger_closed.left-bottom{
	margin-left: 0px;
}

.feedback_trigger.fm_clean.left-top, .feedback_trigger.fm_clean.left-bottom{
	margin-left: 380px;
}

.feedback_content.fm_jquery.feedback_content_closed.left-top, .feedback_content.fm_jquery.feedback_content_closed.left-bottom {
	margin-left: -382px;
}

.feedback_content.fm_jquery.left-top, .feedback_content.fm_jquery.left-bottom {
	margin-left: 0px;
}

.feedback_trigger.fm_jquery.feedback_trigger_closed.left-top, .feedback_trigger.fm_jquery.feedback_trigger_closed.left-bottom {
	margin-left: 0px;
}

.feedback_trigger.fm_jquery.left-top, .feedback_trigger.fm_jquery.left-bottom {
	margin-left: 382px;
}

.fm_jquery .feedback_trigger_text { 
	right: -20px;
}

.fm_jquery.feedback_content {
	padding: 0px;
	height: 330px;
}

.fm_jquery.feedback_content.email_present {
	height: 390px;
}


.fm_jquery.feedback_trigger{
	padding: 0px;
	border: 0px;
}

.feedback_content.fm_bootstrap.feedback_content_closed.left-top, .feedback_content.fm_bootstrap.feedback_content_closed.left-bottom {
	margin-left: -380px;
}

.feedback_content.fm_bootstrap.left-top, .feedback_content.fm_bootstrap.left-bottom {
	margin-left: 0px;
}

.feedback_trigger.fm_bootstrap.feedback_trigger_closed.left-top, .feedback_trigger.fm_bootstrap.feedback_trigger_closed.left-bottom {
	margin-left: 0px;
}

.feedback_trigger.fm_bootstrap.left-top, .feedback_trigger.fm_bootstrap.left-bottom {
	margin-left: 380px;
}


.fm_bootstrap .feedback_trigger_text { 
	right: -25px;
}

.fm_bootstrap.hero-unit {
	padding:0px;
}

.fm_bootstrap.hero-unit ul {
	margin-left:15px;
}

.fm_bootstrap .feedback_title {
	margin-bottom: 10px;
}

.fm_bootstrap .feedback_title span {
	margin-left: 15px;
}

.fm_bootstrap .feedback_trigger_text { 
	top: 35px;
}

.fm_bootstrap.feedback_content ul {
	padding: 0px;
}

.fm_bootstrap.feedback_content {
	height: 340px;
}

.fm_bootstrap.feedback_content.email_present {
	height: 430px;
}

.fm_bootstrap.feedback_trigger:hover{
	background-color: #AAAAAA;
}

.required_asterisk {
	color: red;
}

.feedback_content.radio_button_list_present {
	/*height: 380px;*/
}

.feedback_content.email_present.radio_button_list_present {
	height: 520px;
}

.radio_button_wrapper{
    display:inline-block;
    text-align:center;
	margin-right:35px;
}
.feedback_content .radio_button_wrapper label {
    display:block;
}

.radio_button_list_title_wrapper{
	margin-bottom: 10px;
}

.fm_jquery.feedback_content.radio_button_list_present {
	height: 430px;
}

.fm_bootstrap.feedback_content.radio_button_list_present {
	height: 470px;
}

.fm_jquery.feedback_content.email_present.radio_button_list_present {
	height: 500px;
}

.fm_bootstrap.feedback_content.email_present.radio_button_list_present {
	height: 550px;
}

@media \0screen {
	.fm_clean .feedback_trigger_text, .fm_jquery .feedback_trigger_text, .fm_bootstrap .feedback_trigger_text {
		right:-70px;
		width:100px;
		margin-top:-45px;
		filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=1.00000000, M21=-1.00000000, M22=0.00000000,sizingMethod='auto expand');
	}
	.fm_bootstrap .feedback_trigger_text {
		right:-65px;
		margin-top:-40px;
	}
}

.feedback_trigger.left-top {
	position: fixed;
	top: 100px;
	left: 0;
}

.feedback_content.left-top {
	position: fixed;
	top: 50px;
	left: 0;
}

.feedback_trigger.left-bottom {
	position: fixed;
	bottom: 100px;
	left: 0;
}

.feedback_content.left-bottom {
	position: fixed;
	bottom: 50px;
	left: 0;
}

.feedback_trigger.right-top {
	position: fixed;
	top: 30%;
	right: 0;
}

.feedback_content.right-top {
	position: fixed;
	top: 20%;
	right: 0;
}

.feedback_trigger.right-bottom {
	position: fixed;
	bottom: 100px;
	right: 0;
}

.feedback_content.right-bottom {
	position: fixed;
	bottom: 50px;
	right: 0;
}

.feedback_content.fm_clean.feedback_content_closed.right-top, .feedback_content.fm_clean.feedback_content_closed.right-bottom{
	margin-right: -380px;
}

.feedback_content.fm_clean.right-top, .feedback_content.fm_clean.right-bottom{
	margin-right: 0px;
}

.feedback_content.fm_jquery.feedback_content_closed.right-top, .feedback_content.fm_jquery.feedback_content_closed.right-bottom {
	margin-right: -382px;
}

.feedback_content.fm_jquery.right-top, .feedback_content.fm_jquery.right-bottom {
	margin-right: 0px;
}

.feedback_content.fm_bootstrap.feedback_content_closed.right-top, .feedback_content.fm_bootstrap.feedback_content_closed.right-bottom {
	margin-right: -380px;
}

.feedback_content.fm_bootstrap.right-top, .feedback_content.fm_bootstrap.right-bottom {
	margin-right: 0px;
}


.feedback_trigger.fm_clean.feedback_trigger_closed.right-top, .feedback_trigger.fm_clean.feedback_trigger_closed.right-bottom{
	margin-right: 0px;
}

.feedback_trigger.fm_clean.right-top, .feedback_trigger.fm_clean.right-bottom{
	margin-right: 380px;
}

.feedback_trigger.fm_jquery.feedback_trigger_closed.right-top, .feedback_trigger.fm_jquery.feedback_trigger_closed.right-bottom {
	margin-right: 0px;
}

.feedback_trigger.fm_jquery.right-top, .feedback_trigger.fm_jquery.right-bottom {
	margin-right: 382px;
}

.feedback_trigger.fm_bootstrap.feedback_trigger_closed.right-top, .feedback_trigger.fm_bootstrap.feedback_trigger_closed.right-bottom {
	margin-right: 0px;
}

.feedback_trigger.fm_bootstrap.right-top, .feedback_trigger.fm_bootstrap.right-bottom {
	margin-right: 380px;
}
.feedback_me_frame {
	border: none; 
	overflow: auto; 
	height: 90%;
	width: 98%;
}

.feedback-delayed-dlg {
	position: fixed;
	width: 250px;
	height: 90px;
	top: 50%;
	left: 50%;
	vertical-align: middle;
    text-align: center;
	margin-left: -125px;
	margin-top: -50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.feedback-delayed-dlg.success {
	background-color: rgba(220, 220, 220, 0.7);
}

.feedback-delayed-dlg.fail {
	background-color: #FF4136;
}


.feedback-dlg-close {
	position: absolute;
	right: 0;
	padding: 1px;
	background: rgba(220, 220, 220, 0.5);
	cursor: pointer;
}

.feedback-sucess-fail-message-inner {
	position: fixed;
	width: 200px;
	height: 50px;
	background-color:white;
	top: 50%;
	left: 50%;
	vertical-align: middle;
    text-align: center;
	margin-left: -100px;
	margin-top: -25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	line-height:50px;
}

.feedback-sucess-fail-message-inner > span{
	display: inline-block;
    vertical-align: middle;
    line-height: 1em;
}

.feedback-sucess-message, .feedback-fail-message {
	display: inline-block;
	width: 200px;
	height: 50px;
}

.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  /* width: 250px; remove this */
  height: 50px;
  overflow: hidden;
  position: relative;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  /* width: 20%; remove this */
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.star-rating.star-5 {width: 250px;}
.star-rating.star-5 input,
.star-rating.star-5 i {width: 20%;}
.star-rating.star-5 i ~ i {width: 40%;}
.star-rating.star-5 i ~ i ~ i {width: 60%;}
.star-rating.star-5 i ~ i ~ i ~ i {width: 80%;}
.star-rating.star-5 i ~ i ~ i ~ i ~i {width: 100%;}

}

@media (max-width: 768px)
{
    .feedback_content, .feedback_trigger
    {
        display: none;
    }
}