#black_back, #pop_up {display: none;}

/* FIXED TO THE RIGHT - DEFAULT */
a#openFeedback {
	position:fixed;
	right:0;
	top:39%;
	width:56px;
	height:135px;
	display:block;
    z-index: 900;
}

/* FIXED TO BOTTOM - ALIGNED WITH SOCIAL BAR */
/*.tab-wrap {
	width: 960px;
	margin: 0 auto;
	height: 40px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
a#openFeedback {
	width: 190px;
	height: 36px;
	display: block;
	position: absolute;
	right: 196px;
	bottom: 0px;
}*/

#black_back {
	position:absolute;
	top:0;
	left:0;
	background:url(pop_bg.png);
	z-index:9998;
	width:100%;
/*	height:1000px;*/
	height: 100%;
}

#pop_up {
	padding:5px 10px 10px 10px;
	background:#f96739;
	z-index:9999;
	position:absolute;
	top:25%;
	left:35%;
    padding: 50px 75px;
}

#pop_up .closeFeedback {
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 9999;
    cursor:pointer;
}

/* ########## FEEDBACK TABBED ########### */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url('//themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url('//themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff') format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url('//themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}

.ui-tabs {
	width:420px;
	text-align:left;
	padding:0;
}

.ui-icon {
	display:none;
}

.ui-widget-content {
	border: none;
	font-family:'Open Sans';
	font-weight:400;
	font-size:12px;
	background:none;
    width: 398px;
}

.ui-tabs .ui-tabs-nav {
	padding:0;
	background:none;
	border:none;
	border-radius:0;
	position: absolute;
	line-height:13px;
    top: -30px;
    left: -10px;
}

.ui-tabs .ui-tabs-nav li {
	top:0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom:0;
}

/* ############# TAB CONTENT ############## */

.ui-tabs .ui-tabs-panel {
	padding:0px 10px 10px 10px;
}

.ui-tabs span.label {
	display:block;
    text-align: left;
    padding:0 0 5px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Lilita One", cursive;
    letter-spacing: .12em;
}

.ui-tabs input {
	border:1px solid #ccc;
	background-color:#fff;
	width:100%;/*398*/
	padding:5px;
	color:#333;
    height: 40px;
    margin-bottom: 12px;
    transition: all .3s;
}
    .ui-tabs input:focus {
        border-color: rgba(61, 42, 42, 0.7);
        box-shadow: inset 0 0 4px rgba(61, 42, 42, 0.5);
    }

.ui-tabs textarea {
    border:1px solid #ccc;
    background-color:#fff;
    resize:none;
    width:100%;/*398*/
    color:#333;
    padding:5px;
    transition: all .3s;
}
    .ui-tabs textarea:focus {
        border-color: rgba(61, 42, 42, 0.7);
        box-shadow: inset 0 0 4px rgba(61, 42, 42, 0.5);
    }

.ui-tabs .newsBox {
	width:auto;
	vertical-align: middle;
     box-shadow: none !important;
}

.ui-tabs .newsText {
    color: white;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    position: relative;
    bottom: 3px;
}

/* ################## STAR RATINGS ################## */
div.rating-cancel,div.star-rating{float:left;padding-right:4px;width:20px;height:19px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(delete.gif) no-repeat 0 -19px}
div.star-rating,div.star-rating a{background:url(star.png) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:20px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -19px!important}
div.star-rating-hover a{background-position:0 -38px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important;margin: 0 3px;}
div.rating-cancel {display:none !important;} /* REMOVES CANCEL OPTION */
div.rateit {
    color: white;
    display: block;
    float: left;
    font-family: 'Open Sans';
    margin-top: 5px;
    padding: 10px 0;
    text-align: left;
    width: 398px;
}

div.rateit span.rateitText {
	float:left;
	margin-right:8px;
	line-height:20px;

    text-transform: uppercase;
    font-size: 20px;
    font-family: "Lilita One", cursive;
    letter-spacing: .12em;
}

span.star-rating-control {

}

.submit-wrap {
    height: 40px;
    clear: both;
}
.submit-wrap input.submit {
	background:url(submit.png) no-repeat 0 0;
	border:none;
	width:165px;
	height:40px;
	cursor:pointer;
	display:block;

    transition: all .3s;
    border-radius: 0;
    position: relative;
    top: 0;
}
.submit-wrap input.submit:hover {
    height: 39px;
    border-radius: 4px;
    top: 1px;
}

.star-rating-control a { transition: none; }

/* ########### THANK YOU ############## */
#subThanks {
	width:398px;
	text-align:center;
	min-height:320px;
}

#subThanks h2 {
    color: white;
    float: left;
    font-family: "Roboto Slab", serif;
    margin: 30% 0 0;
    font-size:30px;
    width: 100%;
}

/*.backToFb {
	font-family: "Roboto Slab", serif;
	cursor:pointer;
	color: white;
	font-size:14px;
	float:left;
	font-weight:bold;
	margin:6px 0 0 3px;
}*/