.feedback-btn {
  position: absolute;
  top: 40%;
  height: 180px;
  background: #ff426e;
  right: -5px;
  /* same as height */
  height: 95px;
  width: 40px;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
  cursor: pointer;
  z-index: 10000000;
}
.feedback-btn a,
.feedback-btn a:hover {
  color: white;
  text-decoration: none;
}
.feedback-btn .rotated {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: white;
  position: absolute;
  top: 36px;
  font-size: 14px;
  left: -15px;
  font-weight: 800;
}
.feedback-btn:hover {
  width: 50px;
}
.main-grad-bg {
  background: #ff3056;
  /* Old browsers */
  background: -moz-linear-gradient(right, #ff3056 -1%, #ff426e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, right top, left top, color-stop(-1%, #ff3056), color-stop(100%, #ff426e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(right, #ff3056 -1%, #ff426e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, #ff3056 -1%, #ff426e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(right, #ff3056 -1%, #ff426e 100%);
  /* IE10+ */
  background: linear-gradient(to left, #ff3056 -1%, #ff426e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3056', endColorstr='#ff426e', GradientType=1);
  /* IE6-9 */
}
.rotate-35 {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.centered {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.flip-btn {
  position: absolute;
  text-align: center;
  background-color: #C0C0C0;
  color: #f6f5f6;
  border-radius: 40px;
  width: 120px;
  height: 20px;
  left: -15px;
  font-size: 14px;
  cursor: pointer;
  top: -40px;
  left: 50%;
  margin-left: -60px;
  font-weight: 800;
  /* -webkit-backface-visibility: hidden;*/
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.header {
  box-sizing: content-box;
  background: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #e1e4e6;
  height: 45px;
}
.header .logo-container {
  font-family: "Waiting For The Sunrise";
  background-color: #ff426e;
  color: white;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0;
  text-align: center;
  font-size: 25px;
  padding-top: 5px;
  width: 300px;
}
.header .logo-container .bright {
  opacity: 0.5;
}
.header .logo-container a {
  color: white;
}
.header .main-menu {
  margin-left: 325px;
  font-size: 22px;
  font-weight: 200;
  padding-top: 6px;
}
.header .secondary-menu {
  position: absolute;
  right: 30px;
  width: 250px;
  top: 4px;
  text-align: right;
  font-size: 12px;
}
.header .secondary-menu .user-info {
  display: inline-block;
}
.header .secondary-menu a {
  font-weight: 500;
  color: #ff426e;
}
.header .main-menu ul li,
.header .secondary-menu ul li {
  padding: 0;
  text-align: center;
  display: inline;
  white-space: nowrap;
}
.header .main-menu ul li:after,
.header .secondary-menu ul li:after {
  content: " \00b7";
  font-weight: 800;
  padding-right: 3px;
  padding-left: 3px;
}
.header .main-menu ul li.last:after,
.header .secondary-menu ul li.last:after {
  content: none;
}
.page-with-header-content {
  margin-top: 60px;
}
