/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "Helvetica";
  src: url("/css/certificate/fonts/helvetica/HelveticaRegular.eot");
  src: url("/css/certificate/fonts/helvetica/HelveticaRegular.eot?#iefix") format("embedded-opentype"), url("/css/certificate/fonts/helvetica/HelveticaRegular.woff") format("woff"), url("/css/certificate/fonts/helvetica/HelveticaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font-family: "Roboto"; */
@font-face {
  font-family: "Roboto";
  src: url("/css/certificate/fonts/roboto/RobotoRegular.eot");
  src: url("/css/certificate/fonts/roboto/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("/css/certificate/fonts/roboto/RobotoRegular.woff") format("woff"), url("/css/certificate/fonts/roboto/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Roboto";
  src: url("/css/certificate/fonts/roboto/RobotoBold.eot");
  src: url("/css/certificate/fonts/roboto/RobotoBold.eot?#iefix") format("embedded-opentype"), url("/css/certificate/fonts/roboto/RobotoBold.woff") format("woff"), url("/css/certificate/fonts/roboto/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: "Roboto";
  src: url("/css/certificate/fonts/roboto/RobotoLight.eot");
  src: url("/css/certificate/fonts/roboto/RobotoLight.eot?#iefix") format("embedded-opentype"), url("/css/certificate/fonts/roboto/RobotoLight.woff") format("woff"), url("/css/certificate/fonts/roboto/RobotoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }

/* Media queries */
.header-logo,
.header-title, .header-logo a, .header-logo img, .certificate-header img,
.certificate-header .box-title, .social-list li, .social-list a, .social-list i, .search-form label, .search-form .fa-caret-up {
  display: inline-block;
  vertical-align: middle; }

.certificate-data {
  margin: 0 7px;
  padding: 0 8px; }

.certificate-body:after, .percentages:after, .review-item-header:after {
  content: '';
  display: table;
  clear: both; }

* {
  box-sizing: border-box; }

html,
body {
  height: 100%;
  font: normal 14px "Roboto", "Arial", sans-serif; }

body {
  min-width: 320px;
  color: #707070; }

a {
  text-decoration: none;
  color: #2da137; }

a:hover {
  cursor: pointer; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }
  textarea,
  input[type="text"]{
font-size: 12px;
color: #3b4045;
background: #FFF;
border: 1px solid #c8ccd0;
padding: 5px;
  }
  .recaptchaDiv{
      margin-top: 15px;
    margin-left: 45%;
  }
  #SuccessMsg{
     margin-left: 10%;
      margin-bottom: 5%;
  }
#submitbtn{
  /*margin-left: 70%;*/
  background-color:#2da137;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  height: 45px;
  margin-top: 15px;
  outline: 0;
  overflow: hidden;
  padding: 0 16px;
  text-align: center;
  text-decoration: none!important;
  vertical-align: middle;
  white-space: nowrap;
  width: 227%;
}
.validateMsg{
  color: red;
}
.page {
  min-height: 100%;
  max-width: 960px;
  padding: 0 8px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #f6f6f6;
  border: 1px solid #dfdfdf; }
  @media (min-width: 992px) {
    .overall-header .percentages{
      margin-bottom: -13px;
      margin-top: 7px;
    }
    .page {
      padding: 0 25px; 
    }
    .company-stamp #sealWrapper .certificateSealText{
      max-width: 79%;
      line-height: normal;
    }

    #feedback_list .reviews_content .review-item .review-coments{
      margin-right: 0;
      word-break: keep-all;
    }
  }

@media (min-width: 992px) {
  
  .sections_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap;
    font-size: 1rem;
    margin-bottom: 0; }
    .sections_wrap > .section-pane {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      margin: 0; }
    .sections_wrap .section-pane:first-child {
      margin-left: 30px;
      /*.title-default {
        border: none;
      }*/ }
    .sections_wrap .feedback-title {
      font-size: 20px; }
    .sections_wrap .about-company-body,
    .sections_wrap .radio-title {
      font-size: 16px; }
    .sections_wrap .about-company-footer {
      padding-top: 40px; } }

.header {
  height: 80px;
  overflow: hidden;
  padding: 0 15px;
  border-bottom: 2px solid #d7d7d7;
  margin: 0 -8px;
  background-color: #fff; }
  @media (min-width: 992px) {
    .header {
      margin: 0 -25px;
      padding: 0 25px; } }

.header-logo {
  width: 30%; }
  .header-logo a, .header-logo img {
    line-height: 80px; }
  .header-logo img {
    min-width: 100%; }

.header-title {
  width: 68.5%;
  text-align: right;
  font-size: 19px;
  font-weight: bold;
  color: #2fa23a; }
  @media (min-width: 992px) {
    .header-title {
      font-size: 24px;
      font-weight: 300; } }

.copy{
  font-size: 12px;
  color: #909090;
  font-family: "Roboto";
}


.footer {
  padding: 0 25px 15px;
  margin: 0 -15px;
  font-size: .71em;
  text-align: center;
  line-height: 1.5;
  color: #707070;
  background-color: #f6f6f6; }
  @media (min-width: 992px) {
    .footer {
      padding-top: 0;
      padding-bottom: 30px;
      font-size: 12px; } }
  .footer a {
    display: inline-block;
    margin-right: 10px;
    color: #909090;
    padding-right: 10px;
    border-right: 1px solid #d7d7d7; }
    .footer a:last-child {
      margin-right: 0;
      border-right: none; }

.footer-navigation {
  padding-bottom: 10px; }
  @media (min-width: 992px) {
    .footer-navigation {
      padding-bottom: 20px;
    }

    .box{
      margin-bottom: 32px !important;
    }
  }

.box {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 15px; }

.box-title {
  font-size: 16px;
  font-weight: bold;
  color: #000; }

input::-ms-clear {
  display: none;
  appearance: none; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.input-search {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 40px 10px 10px;
  border: 1px solid #d7d7d7;
  outline: none; }

.title-default {
  font: bold 1.14em/1.5 "Roboto", sans-serif;
  color: #000; }
  @media (min-width: 992px) {
    .title-default {
      font-size: 1.71em; } }

div.certificateSealText > h2 {
  font-size: 13.5px;
  font-weight: normal;
}

.company-stamp {
  position: relative;
  padding: 43px 7px 35px;
  font-size: 13.5px;
  line-height: 21px;
  color: #707070; }
  @media (min-width: 992px) {
    .company-stamp {
      padding: 67px 15px 45px;
      font-size: 32px; }
    body.lang-gr .company-stamp {
      font-size: 27px;
    }
    div.certificateSealText > h2 {
      font-size: 32px;
    }
    body.lang-gr div.certificateSealText > h2 {
      font-size: 27px;
    }
  }
  @media (min-width: 992px) {
    .company-stamp br {
      display: none; } }
  .company-stamp img {
    position: absolute;
    right: -5px;
    top: 25px;
    z-index: 2;
    display: inline-block;
    max-width: 137px; }
  .company-stamp figcaption {
    height: 60px;
  }
    @media (min-width: 992px) {
      .company-stamp img {
        max-width: 100%; } }

@media (min-width: 992px) {
  .certificate {
    background: #fff url("/images_new/certificate/img/company-stamp-bg.png") no-repeat left 45px bottom 22px; }
    .certificate strong {
      font-weight: normal; } }

.certificate a {
  color: #2fa23a; }

.certificate a[href^="http"],
.certificate a[href^="https"] {
  text-decoration: underline; }

.certificate table {
  width: 100%; }

.certificate p {
  line-height: 1.5; }

.certificate-header {
  padding: 30px 15px 15px; }
  @media (min-width: 992px) {
    .certificate-header {
      padding-top: 0;
      padding-bottom: 30px; } }
  .certificate-header img {
    max-width: 79px;
    /*margin-right: 10px;*/ }
  @media (min-width: 992px) {
    .certificate-header {
      text-align: center; }
      .certificate-header img,
      .certificate-header .box-title {
        display: block;
        padding-top: 30px; }
      .certificate-header img {
        max-width: 100%;
        margin: 0 auto; } }

.certificate-body {
  font-size: 11px; }
  .certificate-body tr:last-child .data-title {
    padding-bottom: 0; }
  @media (min-width: 992px) {
    .certificate-body {
      font-size: 16px;
      padding-left: 15px;
      padding-right: 15px; } }


  @media (min-width: 992px) {
    .certificate-data {
      float: left;
      margin: 0 0 20px;
      width: 50%;
      padding-right: 20px;
      padding-left: 0;  } }
  .certificate-data.drop-down {
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden;
    background: #fff url("/images_new/certificate/img/company-stamp-bg.png") no-repeat right -30px bottom 15px;
    background-size: 262px 262px;
    -webkit-transition: max-height 0.5s linear;
    transition: max-height 0.5s linear; }
    .certificate-data.drop-down.active {
      padding-top: 22px;
      max-height: 500px;
      overflow: visible; }
    @media (min-width: 992px) {
      .certificate-data.drop-down {
        padding: 0 0 22px 20px;
        max-height: 100%;
        background: #fff; } }

.data-title {
  width: 53%;
  text-transform: uppercase;
  color: #000;
  font-weight: normal;
  padding-bottom: 22px; }

.data-title-address {
  padding-bottom: 85px; }

.data-title-contacts {
  padding-bottom: 55px; }

@media (min-width: 992px) {
  .data-title {
    font-weight: normal; }
  .data-title-id {
    padding-bottom: 24px; }
  .data-title-id,
  .data-title-status,
  .data-title-reviews,
  .data-title-site,
  .data-title-respectful {
    padding-bottom: 24px; }
  .data-title-address {
    padding-bottom: 38px; } }

.data-content {
  color: #707070; }
  @media (min-width: 992px) {
    .data-content {
      text-align: right;
      font-weight: 300; } }

.social-list li, .social-list a, .social-list i {
  width: 18px; }

.social-list i {
  font-size: 20px; }

.social-list .fa-google-plus-square {
  color: #ea4335; }

.social-list .fa-facebook-official {
  color: #3b5998; }

.social-list .fa-twitter-square {
  color: #1da1f2; }

.social-list .fa-linkedin-square {
  color: #0077b5; }

.social-list .fa-xing-square {
  color: #026466; }

.social-list .fa-plus-square {
  color: #fd7622; }

.signature {
  padding-top: 15px;
  text-align: right; }

.certificate-footer {
  text-align: center;
  height: 55px;
  background-color: #2fa23a;
  opacity:.7;
}
  .certificate-footer a {
    display: block;
    height: 100%; }
  .certificate-footer i {
    color: #fff;
    font-size: 36px;
    line-height: 55px; }
  @media (min-width: 992px) {
    .certificate-footer {
      display: none; } }

.overall-rating {
  padding: 17px 0 0;
  text-align: center; }
  @media (min-width: 992px) {
    .overall-rating {
      padding: 15px; } }

.overall-rating-title {
  display: none; }
  @media (min-width: 992px) {
    .overall-rating-title {
      display: block;
      font: 24px "Myriad Pro", "Roboto", sans-serif;
      text-align: left;
      margin: 0;
      padding: 5px 5px 5px 0; } }

.overall-header .percentages {
  display: none; }

@media (min-width: 992px) {
  .overall-header {
    padding-bottom: 0px; }
    .overall-header:after {
      content: '';
      display: table;
      clear: both; }
    .overall-header .percentages {
      display: block;
      padding: 40px 70px 0 100px; }
      .overall-header .percentages li {
        float: none;
        width: 100%;
        padding: 0 0 10px 0;
        text-align: left;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 300;
        border: none; }
        .overall-header .percentages li:last-child {
          padding-bottom: 0; }
        .overall-header .percentages li .left,
        .overall-header .percentages li .right {
          display: inline-block;
          width: 49.5%; }
        .overall-header .percentages li .right {
          text-align: right;
          font-weight: bold;
          font-size: 20px;
          padding-left: 36px;
          max-width: 35%;
        }
          .overall-header .percentages li .right i {
            margin-right: 0;
            float: left;
            margin-top: 3px;
            font-size: 20px; }
    .overall-header .overal-rating,
    .overall-header .percentages {
      float: left;
      width: 50%; }
    .overall-header .overal-rating  {
      text-align: left;
      padding: 0px 0 0 0;
      position: relative;
      border-right: 1px solid #d7d7d7; }
      /*.overall-header .overal-rating:after{
        border-right: 1px solid #ccc;
        content: "";
        height: 200px;
        position: absolute;
        right: -30px;
        top: 88px;
        width: 1px;
      }*/
    .overall-header #overall-rating {
      margin: 0; }
    .overall-header #overall-rating,
    .overall-header .rating-value {
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      margin-left: 10px;
      font-weight: bold;
      color: #707070; }
      .overall-header #overall-rating .current,
      .overall-header .rating-value .current {
        color: #000; }
    .overall-header .total-revews-md {
        color: #000;
        display: block;
        font-weight: normal;
        font: 20px "Roboto", sans-serif;
        padding-bottom: 20px; 
        padding-top: 30px;
      }

      .overall-header .total-revews-md .count {
        text-transform: uppercase; } }

.total-revews-md {
  display: none; }

.overal-rating {
  padding: 0 5px; }

#overall-rating {
  margin: 0 auto;
  padding-bottom: 20px; }

.rating-value {
  font: 24px "Helvetica", "Arial", sans-serif;
  padding-bottom: 10px; }
  .rating-value .current {
    font-weight: bold; }

.how-to-count {
  padding-bottom: 15px;
  font: 12px/16px "Roboto", sans-serif;
  color: #808080;
  max-width: 69%;
  margin: 0 auto;
  margin-top: 11px;
}
  @media (min-width: 992px) {
    .how-to-count {
      font-weight: 300;
      font-size: 16px;
      padding: 0; } }

.overall-rating .total-revews {
  font: 14px "Roboto", sans-serif;
  font-weight: bold;
  color: #000;
  padding-bottom: 20px; }
  @media (min-width: 992px) {
    .overall-rating .total-revews {
      display: none; } }
  .overall-rating .total-revews .count {
    text-transform: uppercase; }

.search-form {
  padding: 20px 9px 15px;
  background-color: #2da137; }
  .search-form label, .search-form .fa-caret-up {
    color: #fff; }
  .search-form .fa-caret-up {
    margin-left: 10px;
    font-size: 36px; }

.form-elem {
  margin-top: 10px;
  position: relative;
  display: none; }
  .form-elem button {
    position: absolute;
    top: 9px;
    right: 20px;
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    outline: none; }
    .form-elem button:hover {
      cursor: pointer; }
  .form-elem .fa-search {
    font-size: 20px;
    color: #707070; }

p.toggler:hover {
  cursor: pointer; }

.reviews-list {
  background-color: #e9e9e9;
  text-align: left;
  max-height: 248px;
  overflow-y: scroll; }
  @media (min-width: 992px) {
    .reviews-list {
      padding: 0 15px;
      max-height: 327px; } }
  .reviews-list li {
    min-height: 55px;
    padding: 20px 10px 23px;
    border-bottom: 1px solid #d7d7d7;
    font: 13px "Myriad Pro", "Roboto", sans-serif;
    color: #707070; }
    @media (min-width: 992px) {
      .reviews-list li {
        font-size: 16px;
        padding: 30px 0; } }
    .reviews-list li:first-child {
      border-style: dashed; }

.percentages {
  padding: 15px 0; }
  @media (min-width: 992px) {
    .percentages {
      display: none; } }
  .percentages li {
    float: left;
    width: 33.33%;
    padding: 15px 5px;
    border-right: 1px solid #d7d7d7;
    text-align: center;
    font-size: 16px;
    font-weight: bold; }
    .percentages li i {
      font-size: 16px; }
    .percentages li:last-child {
      border: none; }
    .percentages li.positiv {
      color: #2fa23a; }
    .percentages li.neutral {
      color: #eaca1c; }
    .percentages li.negative {
      color: #a22f2f; }
    .percentages span.left {
    	color: #707070;
    }

@media (min-width: 992px) {
  .reviews {
    padding-left: 15px;
    padding-right: 15px; } }

.reviews-header {
  text-align: center;
  padding: 35px 15px; }
  @media (min-width: 992px) {
    .reviews-header {
      padding: 28px 0; }
      .reviews-header .reviews-title {
        font-weight: 300;
        font-size: 24px; } }

.tab-control-item {
  position: relative;
  background-color: #e9e9e9;
  border-bottom: 1px solid #d7d7d7;
  font: normal 14px "Roboto", sans-serif;
  color: #707070;
  padding: 21px 15px; }
  .tab-control-item:hover {
    cursor: pointer; }
  .tab-control-item.active {
    font-weight: bold;
    background-color: #2da137;
    color: #fff;
    cursor: default; }
    .tab-control-item.active i {
      visibility: visible; }
  .tab-control-item i {
    visibility: hidden;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 20px;
    margin-top: -10px; }
  .tab-control-item br {
    display: none; }

@media (min-width: 992px) {
  .tab-control-panel {
    text-align: justify; }
  .tab-control-item {
    display: inline-block !important;
    min-width: 24.6%;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #23a336;
    background-color: #ebebeb;
    color: #23a336;
    opacity: 0.7; }
    .tab-control-item.active {
      font-weight: 300;
      border-bottom: 2px solid transparent;
      border-top: 2px solid #23a336;
      background-color: #fff;
      color: #23a336;
      opacity: 1; }
    .tab-control-item br {
      display: block; }
    .tab-control-item i {
      display: none; } }

@media (min-width: 992px) {
  .tab-content {
    padding-right: 30px; } }

.tab-content-item {
  display: none;
  padding: 0 8px; }
  .tab-content-item.active {
    display: block; }

.review-item {
  width: 100%;
  margin-top: 25px;
  border-bottom: 1px solid #d7d7d7; }
  @media (min-width: 992px) {
    .review-item {
      margin-top: 45px; } }
  .review-item td {
    vertical-align: top; }
  .review-item.last {
    border-bottom: none; }

.user-preview {
  width: 67px; }

.user-pic {
  width: 47px;
  height: 47px;
  border: 2px solid #d7d7d7;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  margin: 0 15px 0 5px; }
  .user-pic i {
    font-size: 23px;
    color: #D7D7D7; }

.review-data {
  font-size: 12px; }
  @media (min-width: 992px) {
    .user-pic i{
      line-height: 41px;
    }
    .review-data {
      font-size: 14px; } }

.review-item-header {
  font-weight: 300; }
  .review-item-header .user-name,
  .review-item-header .review-post-date {
    display: inline-block;
    width: 49.2%; }
    @media (min-width: 992px) {
      .review-item-header .user-name,
      .review-item-header .review-post-date {
        padding-bottom: 5px; } }
  .review-item-header .user-name {
    text-align: left;
    color: #2fa23a; }
  .review-item-header .review-post-date {
    text-align: right;
    font-size: 10px; }
    @media (min-width: 992px) {
      .review-item-header .review-post-date {
        font-size: 14px; } }

@media (min-width: 992px) {
  .review-item-body {
    font-size: 16px; } }

.review-item-footer {
  padding-top: 5px;
  padding-bottom: 15px; }
  @media (min-width: 992px) {
    .review-item-footer {
      padding-bottom: 35px; } }
  .review-item-footer .jq-ry-container {
    padding-left: 0; }

.users-star-rating,
.user-value {
  display: inline-block !important;
  vertical-align: middle; }

.user-value {
  font-size: 14px;
  font-weight: bold;
  color: #000; }
  @media (min-width: 992px) {
    .user-value {
      font-size: 16px;
      color: #707070; }
      .user-value .current {
        color: #000; } }

.review-answer {
  padding-top: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7d7d7;
  /*background: #fff url("../img/indicator-bg.png") no-repeat right 10px top; */
  margin-top: -35px;
}

.review-answer-text{
  position: relative;
}

.review-answer-text table {
  table-layout: fixed;
  width: 100%;
}

.comment-text-with-logo {
  word-wrap: break-word;
  width: 84%;
}

@media(max-width: 400px) {
.comment-text-with-logo {
  word-wrap: break-word;
  width: 78%;
}

}

.comment-text-without-logo {
  word-wrap: break-word;
  width:97%;
}

.review-answer .review-answer-text:after{
  background: #fff url("/images_new/certificate/img/indicator-bg.png") no-repeat scroll right top;
  content: "";
  height: 20px;
  position: absolute;
  right: 20px;
  top: -20px;
  width: 57px;
}
  @media (min-width: 580px) {
    .review-answer {
      background-position: left 484px top; } }

.review-answer-text {
  border-radius: 5px;
  padding: 15px 8px;
  background: #ebebeb;
  font-size: 11px;
  max-width: 560px;
  margin-left: 68px; }
  @media (min-width: 992px) {
    .review-answer-text {
      padding: 15px;
      font-size: 14px; } }
  .review-answer-text td {
    vertical-align: top; 
  }
  .review-answer-text img {
    max-width: 48px;
    margin-right: 8px; }
    @media (min-width: 992px) {
      .review-answer-text img {
        max-width: 64px;
        margin-right: 15px; } }
  .review-answer-text strong {
    display: block; }

.pagination {
  display: block;
  text-align: center;
  padding: 10px; }
  @media (min-width: 992px) {
    .pagination {
      padding: 33px 15px; } }
  .pagination li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    color: #2da137; }
    .pagination li:hover {
      cursor: pointer; }
  .pagination li.active {
    color: #fff;
    background: #2da137; }
  .pagination li.hidden {
    display: none; }

.feedback-title {
  padding: 20px 10px; }

.feedback-form {
  position: relative;
  overflow: hidden;
  padding: 15px 7px 15px 7px;
  font-size: 0.93em; }
  .feedback-form label {
    padding: 15px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
  .feedback-form [type="radio"] {
    position: absolute;
    left: -9999px; }

.radio-group:hover {
  cursor: pointer; }

.custom-radio-border {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  padding: 5px;
  margin-right: 5px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  overflow: hidden; }

.custom-radio-target {
  display: block;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: transparent; }

.radio-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center; }

[type="radio"]:checked + .custom-radio-border .custom-radio-target {
  background: #2da137; }

[class*="content-tab"] {
  display: none; }
  [class*="content-tab"].active {
    display: block; }

.about-company-title, .feedback-title {
  padding: 18px 10px 18px;
  text-align: center;
  margin: 0 8px;
  border-bottom: 1px solid #d7d7d7; }

.about-company-body {
  padding: 30px 10px 15px;
  font-size: .86em; }

.about-company-footer {
  padding: 10px 15px 20px;
  text-align: right; }
  .about-company-footer a {
    font-weight: bold;
    font-size: 16px; 
    text-decoration: underline;
  }
.data-content input {
    width: 110%;
}
.data-title input {
  width: 120%;
}



/********18 october**********/

#endCustHelpForm .certificate-data{
  width: 100%;
  padding-right: 0;
  margin-left: 0;
  padding-left: 0;
}

#endCustHelpForm .certificate-data table{
  width: 100%;
}

#endCustHelpForm .certificate-data table tr{
  margin-bottom: 9px;
}

#endCustHelpForm .certificate-data table tr td{
  padding-bottom: 0px;
  vertical-align: top;
  width: auto;
  line-height: 14px;
  padding-top: 0;
}

#endCustHelpForm  input, #endCustHelpForm  textarea {
  margin-bottom: 30px;
  width: 100%;
}


#endCustHelpForm  label{
  font-family: "Roboto";
  padding: 0px;
  text-transform: none;
  color: #707070;
  font-size: 14px;
   text-transform: none;
   line-height: 24px;
}

.recaptchaDiv{
  margin-left: 0 !important;
}


.star-box{
  padding:12px 0;
}

.feedback-title.title-default > h3 {
  font-size:20px;
}

 @media (max-width: 992px) {
  .star-box{
    margin: 20px 0;
  }
 	.no-border{
	border-bottom: 0 !important;
  }
	#endCustHelpForm  label{
		font-size: 13px;
	}

	.feedback-form{
		font-size: 13px;
	}

  .certificate-data {
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #d7d7d7; 
  }

   #endCustHelpForm .certificate-data table tr td{
    display: block;
   }
   #endCustHelpForm input{
    padding: 8px;
   }
  .tab-control-item.active{
    border-bottom: #2da137 1px solid;
    background: #96d09b;
  }
  .title-default{
    font-size: 16px;
  }
  .feedback-title.title-default > h3 {
    font-size: 16px; 
  }

  .about-company-body{
    font-size: 12px;
  }

  .review-answer-text td {
    vertical-align: top; 
    font-size: 11px;
  }

  .new-active{
    border-bottom: 0 !important;
    background-color: #2da137 !important;  }

   .g-recaptcha {transform:scale(0.87);-webkit-transform:scale(0.87);transform-origin:0 0;-webkit-transform-origin:0 0;}
 }



 .widget-section{
 	margin: 20px 0 0 20px;
 }
.widget-section li {
 margin-bottom: 15px;
}
.widget-section li img{
 max-height: 64px;
 max-width: 64px;
}

.widget-section li label{
 display: inline-block;
 vertical-align: top;
 margin-left: 23px;
 padding-top: 3px;
}

.widget-section li label span{
 color: #707070 ;
 display: block;
 font-size: 14px;
 max-width: 225px;
 margin-top: 4px;
}

.widget-section li label .widget-section-label{
 font-weight: bold;
}

@media (max-width: 992px) {
 .widget-section li img{
   height: 48px;
   width: 48px;
   float: left;
 }

 .widget-section li label span{
   font-size: 13px;
 }
}

.marginFix{
	align-self: flex-start;
	padding-bottom: 0;
  min-height: 356px;
}

#submitbtn{
	margin-bottom: -13px !important;
}


.h816{
	height: 816px;
}

.validateMsg {
    color: #F00;
    font-size: 10px;
    padding: 0;
    margin: -12px 0 0 0;
}
@media (max-width: 992px) {
  .tab-control-panel .tab-control-item{
    display: none;
    font-size: 14px;
    font-weight: normal;
}
.tab-control-panel .tab-control-item.active{
  display: block;
}
	.h816{
		height: auto;
	}
}
@media (max-width: 342px) {
	.widget-section li label span {
		max-width: 206px;
	}
}






.overall-rating-stars{
  background: url("/images_new/certificate/img/grey.png") no-repeat;
  height: 57px; 
  max-width: 339px; 
}


.overall-rating-stars-fill{
  background: url("/images_new/certificate/img/yellow.png") no-repeat;
  height: 57px;
  max-width: 339px;
}

.star-rating-section{
  position: relative;
}


.review-item-stars-adj #Tbringold2{
  float: left;
}

.review-item-stars-adj .user-value{
  margin-top: 7px;
  margin-left: 23px;
}


.review-item-stars-adj img{
  width: 34px;
}

.rating-value{
  font-weight: bold;
}

@media (min-width: 1024px) {
  .star-rating-section .rating-value{
    position: absolute;
    top: 23px;
    right: 14px;
  }
}

@media (max-width: 1024px) {
 
  header .rating-value .current {
    color: #000;
  }
 .star-rating-section .centered{
  margin: 0 auto 20px;
  width: 250px;
 }

  .feedback.h813{
    height: auto;
  }

  .overall-rating-stars{
    background: url("/images_new/certificate/img/grey-mobile-fix.png") no-repeat left top;
    height: 42px;  
    max-width: 250px;
  }


  .overall-rating-stars-fill{
    background: url("/images_new/certificate/img/yellow-mobile-fix.png") no-repeat left top;
    height: 42px;
    max-width: 250px;
  }
}


.certificate-header figure{
  border-bottom: #ccc 1px solid;
  padding: 0 0 15px 0;
}
@media (max-width: 400px) {
  .review-item-stars-adj .user-value{
    margin-left: 7px;
  }
  .review-item-stars-adj img{
    width: 30px;
  }
}


@media (max-width: 460px) {
  .certificateSealText{
    max-width: 52%; 
  }
}

@media (max-width: 340px) {
 #feedback_list .user-name{
  width: 44.2%;
 }

 #feedback_list .review-post-date{
  width: 53.2%;
  vertical-align: top;
  padding-top: 3px;
 }
}



@media (max-width: 360px) {
  .certificate-header a{
    display: block;
    width: 80px;
    vertical-align: top;
    float: left;
  }
  .certificate-header .box-title{
    text-transform: capitalize;
    display: block;
    word-wrap: normal;
    word-break: break-all;
    vertical-align: top;
    margin-left: 87px;
    /*padding-top: 10px;*/
    /*min-height: 80px;*/
  }
}


.feedback .feedback-title{
  text-align: left;
  margin-left: 4px;
}

.h813{
  height: 815px;
}

.overall-header .percentages li .right{
  cursor: pointer;
}

.overall-header .percentages li .right:hover{
  opacity: .8;
}

#review-box{
  position: relative;
}

.tab-content #feedback_list .ajax_loader{
  text-align: center;
  /*opacity: .5;*/
}

.ajax_loader{
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    opacity: .8;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    color: black;
    text-align: center;
	display: none;
}
.ajax_loader div{
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}


.review-answer-text td{
  color: #000;
  font-weight: normal;
}
.pagination li{
  font-size: 20px;
}
.pagination li.active{
  font-weight: bold;
}

/* Seals Css */
.logos-section{
  margin: 0 15px 15px;
}
.logos-section .pull-section{
  float: left;
  width: 50%;
  text-align: center;
  line-height: 0;
}


div.requestButton.desktop{
  margin-top: 25px;
  display: block;
  margin-bottom: 45px;
}
div.requestButton.mobile{
  display: none;
}
.requestButton a{
  background-color: #2da038;
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-transform: capitalize;
  display: block;
  text-align: center;
  text-decoration: none !important;
}
.requestButton a:hover{
  background-color: #41a94b;
  cursor: pointer;
  text-decoration: none;
}
.certification{
  margin-left: 20px;
  text-align: left;
}
.logos-section .pull-section img{
  max-width: 70%;
 }
.shoptype-logo-img{
  margin-top: 3px;
}
@media (max-width: 768px) {
  .copy{
    font-size: 10px;
  }
  .review-answer .review-answer-text::after{
    right: 10px;
  }
  
  .review-answer-text{
    margin-left: 0;
  }

  .logos-section .pull-section{
    width: 100%;
    float: none;
  }
   .logos-section .pull-section img{
    max-width: 70%;
   }

   .requestButton button{
    height: 60px;
    line-height: 60px;
   }
}

@media (max-width: 992px) {
  .review-answer{
    margin-top: 0;
    margin-left: 0;
  }
  .requestButton a{
    border-radius: 0px;
  }
  div.requestButton.desktop{
    display: none;
  }
  div.requestButton.mobile{
    display: block;
  }
}

.noBorder{
  border: 0;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* Stars Hotel */

.star-box{
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 20px 25px;
  /*width: 90%;*/
  margin: 20px 0px -15px;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

.star-box .data-content{
  font-size: 16px;
  max-width: 150px;
  word-break: break-all;
}


.hotel-rating-stars {
   background: transparent url("/images_new/certificate/img/hotel-grey.png") no-repeat scroll left 1px;
   height: 25px;
   width: 143px;
}

.hotel-rating-stars-fill {
   background: transparent url("/images_new/certificate/img/hotel-yellow.png") no-repeat scroll left top;
   height: 25px;
   width: 143px;
}


.star-box .row{
  float: none;
  width: 100%;
  margin-bottom: 10px;
}

.star-box .row:last-child{
  margin-bottom: 0;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

@media (max-width: 992px) {
  .star-box{
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 12px;
  }

  .hotel-rating-stars {
   background: transparent url("/images_new/certificate/img/hotel-gray-mobile.png") no-repeat scroll left top;
   height: 16px;
   width: 102px;
   margin-top: 3px;
  }

  .hotel-rating-stars-fill {
     background: transparent url("/images_new/certificate/img/hotel-yellow-mobile.png") no-repeat scroll left top;
     height: 16px;
     width: 102px;
  }
}

.shoplink{
  color: #2fa23a;
  display: inline-block;
  float: none;
  /*max-width: 150px;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.fa-envelope-icon{
  color: #707070 !important;
}

.star-box + .total-revews-md{
  text-align: center;
}

#rev_question_comment{
  margin-top: 5px;
}
.about-company .box{
  min-height: auto;
}

.translate_btn {
    background-color: #4caf50;
    border-radius: 4px;
    border: 1px none darkred;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-family: "Roboto";
    font-weight: bold;
    margin-left: 10px;
    margin-top: 8px;
    padding: 0 0 0 0;
    width: 100px;
    text-align: center;
    height: 20px;
    line-height: 0;
    text-align: center;
    vertical-align: top;
}

.translate_btn:hover{
  opacity: .8;
}

.mobile_btn{
  display: none;
}
.desk_btn {
  display: inline-block;
}

@media (max-width: 464px) {
  .mobile_btn{
    display: block;
    float: left;
    margin-bottom: 23px;
    text-align: left;
    width: 100%;
  }
  .desk_btn {
    display: none;
  }
}

/*custom style for page certificate new layout integration IT-6617*/
.section-left,
.section-right {
  width: 50% !important;

}
.section-left {
  float: left;
  border-right: 1px solid #cdcdcd;
}
.section-right {
  float: right;
  left: 50%;
}

.certificate-footer{
  display: none;
}

@media (max-width: 1023px) {
  .main-section-wrapper table tr td{
    padding-bottom: 15px;
    padding-top: 0;
  }
  
  .certificate-header.visible-md{
    display: none;
  }

  .certificate-data{
    padding-bottom: 0;
  }

  #feedback_list .reviews_content .review-item {
    margin-top: 15px !important;
  }

  .review-data .mobile_btn{
    margin-bottom: 15px;
  }

  .about-company .box{
    min-height: auto;
  }

  #submit_div{
    margin-left: 10px !important;
  }

  .certificate-footer{
    display: block;
    margin-top: 15px;
  }

  .certificate.box{
    background-color: transparent;
    border-left: 0;
    border-right: 0;
  }

  .section-left {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 13px;
    background: white;
    margin-bottom: 15px;
  }

  .section-right{
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 13px;
    background: white;
  }

  .section-right .overall-rating{
    border:0;
    background: transparent;
    margin-top: 0;
    padding-top: 0;
  }

  .certificate-body {
    height: 120px;
    font-size: 11px;
    overflow: hidden;
  }

  .main-section-wrapper.drop-down.active .certificate-body{
      height: auto;
      overflow: visible;
  }
  .main-section-wrapper.drop-down.active .certificate-footer a i{
    transform: rotate(-180deg);
  }

  .main-section-wrapper.drop-down.active .certificate-footer{
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .certificate-data {
    width: 100%;
  }

  .section-left {
    margin-bottom: 20px;
  }
}

.star-rating-section .rating-value {
   right: 0%;
}

.overall-header .overal-rating,
.overall-header .percentages {
  width: 100%;
  border: none;
}

.overall-header .percentages {
  padding: 20px 0 20px 25px;
}

.center {
  margin: auto;
}

.border-box{
  border: #ccc 1px solid;
  border-radius: 5px;
}

.border-box .star-box{
  border:0;
}

.block-border > div, .block-border > ul{
  border-bottom: #ccc 1px solid !important;
}

.logos-section-bottom{
  margin: 20px 0 0 0;
}

.logos-section-bottom a{
  text-align: left;
  display: inline-block;
}


.buttons-code .requestButton{
  margin: 0 0 20px 0;
}

.no-t-p{
  padding-top: 0;
}

.no-t-m{
  margin-top: 0;
}

.rating-value .current{
  color: #000;
}

@media (max-width: 992px) {
  .main-section-wrapper.drop-down .section-left, .main-section-wrapper.drop-down .section-right{
    width: 100% !important;
  }
  .border-box{
    margin: 0 5px;
  }
  .border-box .overal-rating{
    padding-top: 12px;
  }

  .DB{
    display: block !important;
  }

  .overall-header.border-box .block-border{
    border-bottom:0 !important;
  }


  .overall-header.border-box .star-box{
    border-bottom: #ccc 1px solid;
  }

  .overall-rating{
    border-top: #ccc 1px solid;
    margin-top: 22px;
  }

  .data-title, .data-content{
    word-break: break-all;
    font-size: 14px;
  }

  .data-title-address {
    padding-bottom: 57px;
  }

  .certificate-data{
    border-bottom:0;
    padding-top: 0;
  }

  #feedback_list .reviews_content .review-item{
    margin-top: 53px;
  }
  #feedback_list .reviews_content .review-item{
    margin-top: 53px;
  }

  #feedback_list .reviews_content .review-item tr .review-data > div{
    width: 100%;
  }


  #feedback_list .reviews_content .review-item tr .review-data > div div{
    word-break: keep-all;
    margin-right: 5px;
  }

  .review-item-header .review-post-date{
    margin-right: 2px;
  }

  table tr td{
    padding:10px;
  }
  #feedback_list .reviews_content .review-item tr td{
    padding:0;
  }
  .translate_btn{
    margin-left: 5px;
  }

  .overall-rating .total-revews {
    border-bottom: 0!important;
    margin-bottom: -41px;
  }

}

.no-r-p{
  padding-right: 0;
}

.no-b-p{
  padding-bottom:0;
}

.no-b-m{
  margin-bottom:0;
}

.signature{
  max-width:200px;
  float: right;
}

.signature img{
  display: block;
}
.signature p{
  color: black;
  font-size: 13px;
  line-height: normal;
  margin-top: -4px;
  text-align: left;
}

.review-post-date.alone {
  text-align: left;
}

@media (min-width: 1024px){
  .section-left .certificate-header{
    display: none;
  }
}

.description-text {
  position: relative;
}
.description-text .text {
  overflow: hidden;
  line-height: 1.5em;
  max-height: 4.5em;
  text-align: justify;
  /* Set height transition. */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.description-text .show-more,
.description-text .show-less {
  display: none;
  text-align: center;
  cursor: pointer;
  color: #2da137;
  text-decoration: underline;
}
.description-text .show-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0.5) 0%,rgba(255,255,255,1) 60%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.tooltip {
    position: relative;
    width: auto;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 165px;
    font-size: 12px;
    background-color: #4caf50;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    border-width: 5px;
    border-style: solid;
    border-color: #4caf50 transparent transparent transparent;
}

div.box > header > h3 {
  font-size: 1em;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 992px) {
  body.lang-pl .how-to-count {
    font-weight: normal;
  }
}

body.lang-pl .experience-date {
  font-weight: normal;
}

.certificate-header figure .company-logo-link {
  text-decoration: none;
}

@media (min-width: 992px) {
  body.lang-tr .tab-control-item {
    min-width: 20.6%;
  }
}

.instant-review-box {
  padding: 30px 10px 15px;
  font-size: 16px;
}

.instant-review-btn-div {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 15px; 
}

.instant-review-btn {
  background: #2da137;
  color: white;
  padding: 5px;
  border-radius: 3px;
}

@media (max-width: 992px) {
  .instant-review-box {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .single-section {
    width: 48%;
  }

  .single-section .section-pane:first-child {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  body.lang-fr .tab-control-item {
    min-width: 23.6%;
  }
}

body.lang-jp #feedback_list .reviews_content .review-item .review-coments, body.lang-jp #feedback_list .reviews_content .review-item tr .review-data > div div {
    word-break: break-all;
}
