.discussion_item.children {
  border-top: none;
  padding-top: 5px;
  margin-left: 175px;
  margin-top: 5px;
  border-top: #aeaeae 1px solid; }
  .discussion_item.children .discussion_item_photo {
    background: none;
    float: left;
    width: 20%;
    margin-bottom: 20px;
    padding-right: 15px;
    box-sizing: border-box; }
    .discussion_item.children .discussion_item_photo img {
      border-radius: 5px;
      max-width: 100%; }
  .discussion_item.children .discussion_item_content {
    float: left;
    width: 80%; }
html, body {
  background-color: #fff;
  font-size: 14px;
  font-family: 'ProximaNova', ui-sans-serif, serif, sans-serif;
  line-height: 16px;
  font-weight: 400;
  font-style: normal;
  height: 100%; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0;
  padding: 0; }

img {
  border: none; }

.input,
.textarea, .number {
  background-color: #fff;
  border: #EEEEEE 1px solid;
  color: #4A4A4A;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  outline: none;
  padding: 0 16px; }
  .input::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder, .number::-webkit-input-placeholder {
    color: #8A8B8C; }
  .input:-moz-placeholder,
  .textarea:-moz-placeholder, .number:-moz-placeholder {
    color: #8A8B8C; }
  .input::-moz-placeholder,
  .textarea::-moz-placeholder, .number::-moz-placeholder {
    color: #8A8B8C; }
  .input:-ms-input-placeholder,
  .textarea:-ms-input-placeholder, .number:-ms-input-placeholder {
    color: #8A8B8C; }

.number {
  width: 100%;
  height: 42px;
  border: #EEEEEE 1px solid; }

.input {
  height: 42px; }

.textarea {
  padding: 10px;
  resize: none; }

.field_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 20px; }
  .field_item .field_error {
    width: 100%;
    float: right; }
    .field_item .field_error .input,
    .field_item .field_error .textarea {
      border-color: #FF415A;
      width: 100%; }
  .field_item .input,
  .field_item .textarea {
    width: 100%;
    float: right; }
  .field_item .textarea {
    height: 103px; }

.field_files {
  width: 100%;
  float: right; }
  .field_files .field_error {
    width: 64%;
    float: left; }
    .field_files .field_error .input {
      width: 100%; }
  .field_files .input {
    width: 64%; }

.field_item + .captcha {
  margin-top: -16px; }

.fileinput-button {
  position: relative; }
  .fileinput-button .button_upload {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #006AC1;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 183px center;
    width: 47.5%;
    text-indent: 18px;
    padding-right: 22px; }
    .fileinput-button .button_upload:hover {
      background-color: #058EDA; }
    .fileinput-button .button_upload:active {
      background-color: #0179BB; }
  .fileinput-button .uploader {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    margin: 0;
    border: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
    font-size: 10000px; }

.file_format_error {
  color: #FF415A;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 8px; }

.upload_files ul {
  list-style: none;
  margin-top: 10px; }
  .upload_files ul li {
    border-bottom: #DDDBDB 1px solid;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 7px;
    margin-bottom: 16px; }
    .upload_files ul li a:not(.file_delete) {
      display: inline;
      color: #7C7C7C;
      font-size: 14px;
      word-wrap: break-word;
      word-break: break-all;
      text-decoration: none; }
    .upload_files ul li a.icon.delete {
      background: url("//d135z8surl02so.cloudfront.net/assets/delete_file_icon-263412d7a41d720cbc995f1540f90b5de464148e86de505d08ea3191c7303bc3.svg") no-repeat;
      background-size: contain;
      float: right;
      width: 12px;
      height: 12px;
      margin: 3px 0 5px 0; }
    .upload_files ul li span {
      color: #7C7C7C;
      float: left;
      max-width: 93%;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .upload_files ul li span:not(.file_error)::before {
        content: "";
        display: block;
        float: left;
        margin-right: 6px;
        width: 16px;
        height: 20px;
        background: url("//d135z8surl02so.cloudfront.net/assets/file-c60f7a9fbcb4cc1533d5cd14a722ee4bf14ce806f56fb7519dfb0fac545dcd5b.svg") no-repeat;
        background-size: contain; }
      .upload_files ul li span.file_error {
        color: #FF415A; }

.captcha {
  display: inline-block;
  width: 100%; }
  .captcha + .button_send {
    margin-top: 21px; }

.button_send {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  cursor: pointer;
  color: #fff;
  display: block;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: #006AC1;
  clear: both;
  display: block;
  width: 100%;
  color: #fff; }
  .button_send:hover {
    background-color: #058EDA; }
  .button_send:active {
    background-color: #0179BB; }

.validation_error {
  color: #FF415A;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  margin: 2px 0 0 0; }

.input, .textarea {
  /* Firefox 19+ */
  /* Firefox 18- */ }
  .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
    color: #C0C0C0;
    font-family: 'ProximaNova', ui-sans-serif, serif, sans-serif;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px; }
  .input::-moz-placeholder, .textarea::-moz-placeholder {
    color: #C0C0C0;
    font-family: 'ProximaNova', ui-sans-serif, serif, sans-serif;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px; }
  .input:-moz-placeholder, .textarea:-moz-placeholder {
    color: #C0C0C0;
    font-family: 'ProximaNova', ui-sans-serif, serif, sans-serif;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px; }
  .input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
    color: #C0C0C0;
    font-family: 'ProximaNova', ui-sans-serif, serif, sans-serif;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px; }

.ui-spinner {
  position: relative;
  height: 42px;
  display: block; }
  .ui-spinner .ui-spinner-button {
    position: absolute;
    right: 0;
    width: 20px;
    height: 50%;
    background: url("//d135z8surl02so.cloudfront.net/assets/select_arrow-c3b8d1595ec30468b6ffeba2e923e7507fa0fac8ce5db404a2d03be2d80a5332.svg") no-repeat;
    background-size: 8px;
    cursor: pointer; }
    .ui-spinner .ui-spinner-button .ui-button-text {
      display: none; }
    .ui-spinner .ui-spinner-button.ui-spinner-up {
      background-position: 11.4px 5px;
      top: 0;
      transform: rotate(180deg); }
    .ui-spinner .ui-spinner-button.ui-spinner-down {
      background-position: 0 4px;
      bottom: 0; }

.easy-autocomplete {
  position: relative;
  width: 543px !important; }

.container_welcome .easy-autocomplete input {
  background: #FCFCFC;
  border: #E1E1E1 1px solid;
  color: #8A8B8C;
  font-size: 14px;
  width: 100%;
  height: 40px;
  padding: 0 41px 0 8px;
  border-radius: 4px; }
  .container_welcome .easy-autocomplete input::-webkit-input-placeholder {
    color: #AAADBA;
    font-style: normal; }
  .container_welcome .easy-autocomplete input:-moz-placeholder {
    color: #AAADBA;
    font-style: normal; }
  .container_welcome .easy-autocomplete input::-moz-placeholder {
    color: #AAADBA;
    font-style: normal; }
  .container_welcome .easy-autocomplete input:-ms-input-placeholder {
    color: #AAADBA;
    font-style: normal; }
.container_welcome .easy-autocomplete:before {
  background: url("//d135z8surl02so.cloudfront.net/assets/search_icon-5458ec4fd1eae014926fffba1b6f8e641e5656dbf8f41f0f78180bf1efc14516.svg") center center no-repeat;
  background-size: 17px;
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 2px; }

.easy-autocomplete a {
  display: block; }

.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); }

.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); }

.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9; }

.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc; }

.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41db00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6); }

.easy-autocomplete.eac-green-light ul {
  border-color: #41db00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6); }

.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41db00; }

.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75; }

.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6); }

.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6); }

.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b; }

.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e; }

.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6); }

.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6); }

.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00; }

.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233; }

.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6); }

.easy-autocomplete.eac-dark-light ul {
  border-color: #333333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6); }

.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333333; }

.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff; }

.easy-autocomplete.eac-dark {
  color: #fff; }

.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: none;
  color: #f6f6f6; }

.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333333;
  box-shadow: none; }

.easy-autocomplete.eac-dark ul {
  border-color: #333333; }

.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333333; }

.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6; }

.easy-autocomplete.eac-dark-glass {
  color: #fff; }

.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: none;
  color: #f6f6f6; }

.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: none; }

.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8); }

.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8); }

.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6; }

.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px; }

.easy-autocomplete.eac-blue {
  color: #fff; }

.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: none;
  color: #f6f6f6; }

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #919191; }

.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #919191; }

.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #919191; }

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #919191; }

.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5a91cb;
  box-shadow: none; }

.easy-autocomplete.eac-blue ul {
  border-color: #5a91cb; }

.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5a91cb; }

.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6; }

.easy-autocomplete.eac-yellow {
  color: #333; }

.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: none;
  color: #333; }

.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: none; }

.easy-autocomplete.eac-yellow ul {
  border-color: #333; }

.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333; }

.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333; }

.easy-autocomplete.eac-purple {
  color: #333; }

.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: none;
  color: #333; }

.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: none; }

.easy-autocomplete.eac-purple ul {
  border-color: #333; }

.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333; }

.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333; }

.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px; }

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2; }

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px solid #eeeeee;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -3px; }

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #eeeeee;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px; }

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px; }

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer; }

.easy-autocomplete-container ul li.selected div {
  font-weight: normal; }

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all; }

.easy-autocomplete-container ul li b {
  font-weight: bold; }

.easy-autocomplete-container ul .eac-category {
  font-style: italic; }

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em; }

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px; }

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative; }

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  outline: none !important;
  position: relative; }
  .select2-container:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .select2-container input {
    outline: none !important; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    font-size: 14px;
    user-select: none;
    -webkit-user-select: none;
    outline: none;
    position: relative;
    z-index: 2; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      outline: none !important;
      border: none !important;
      display: block;
      padding-left: 19px;
      padding-right: 36px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      height: 38px; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  border: 1px solid #EEEEEE !important;
  background-color: white;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  margin-top: 10px;
  width: 100%;
  z-index: 1051;
  border-radius: 4px !important; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 8px 19px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    color: #4A4A4A;
    font-size: 14px;
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.select2-container--default .select2-selection--single {
  border: #EEEEEE 1px solid;
  background-color: #fff;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #2A2A2A;
    line-height: 38px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 0;
    right: -4px;
    width: 34px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      background: url("//d135z8surl02so.cloudfront.net/assets/select_arrow-c3b8d1595ec30468b6ffeba2e923e7507fa0fac8ce5db404a2d03be2d80a5332.svg") no-repeat;
      background-size: 8px;
      left: 53%;
      margin-left: -7px;
      margin-top: -2px;
      position: absolute;
      top: 53%;
      width: 8px;
      height: 8px; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #b7c4cf; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 192px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #5a5a5a; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F1F0F0;
  color: #4A4A4A; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--rate_select .select2-selection--single {
  border: #EEEEEE 1px solid;
  height: 42px; }
  .select2-container--rate_select .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 14px; }
  .select2-container--rate_select .select2-selection--single .select2-selection__arrow {
    height: 36px; }
.select2-container--rate_select.select2-container--open .select2-dropdown {
  border: #EEEEEE 1px solid; }
  .select2-container--rate_select.select2-container--open .select2-dropdown.select2-dropdown--below {
    border-top: none; }
  .select2-container--rate_select.select2-container--open .select2-dropdown.select2-dropdown--above {
    border-bottom: none; }

.irs {
  position: relative;
  display: block;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  background-color: #DDDDDD;
  height: 3px;
  position: relative;
  display: block;
  outline: none !important;
  top: 7px;
  width: 100%; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: -2px; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-bar {
  background-color: rgba(115, 115, 115, 0.39);
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  top: 7px;
  height: 3px; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
  z-index: 1; }

.irs-single,
.irs-from,
.irs-to {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px solid #FFB200;
  background: #fff;
  width: 16px;
  height: 16px; }
  .irs-single:after,
  .irs-from:after,
  .irs-to:after {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #FFB200;
    top: 2px;
    left: 2px; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.irs-disabled {
  opacity: 0.4; }

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.checker span {
  background-size: 30px;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #E4E4E4;
  border-radius: 4px; }
  .checker span.checked {
    background: url("//d135z8surl02so.cloudfront.net/assets/checked-08147c7fac3c012ad7e13821e2a9e64f4c60942b01084739050e04941db39c15.svg") no-repeat;
    background-size: 13px;
    background-position: center;
    box-shadow: rgba(17, 135, 246, 0.15) 0 0 10px;
    border-color: #2294ff; }
  .checker span input {
    border: none;
    outline: none;
    opacity: 0;
    width: 100%;
    height: 100%; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  box-shadow: 0 5px 10px #ced7de;
  -moz-box-shadow: 0 5px 10px #ced7de;
  -webkit-box-shadow: 0 5px 10px #ced7de;
  border-radius: 5px;
  border-top: #cfcfcf 1px solid;
  background: #f1f1f1;
  color: #898a8a; }
  .tooltipster-default .tooltipster-content {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden; }
  .tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */ }

/* Use this next selector to style things like font-size and line-height: */
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }
  .tooltipster-base .tooltipster-content {
    overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  .tooltipster-arrow span {
    display: block;
    width: 0;
    height: 0;
    position: absolute; }

.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }
  .tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.desktop-visible {
  display: block; }

.mobile-visible {
  display: none; }

h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700; }

h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700; }

.section_wrapper {
  display: table;
  width: 100%;
  text-align: center; }
  .section_wrapper .section {
    margin: 0 auto;
    width: 95%;
    max-width: 1000px;
    text-align: left; }
  .section_wrapper.recent_posts .show_more {
    margin-bottom: 40px; }

.no_sidebar .post {
  width: 100%; }

.section_title {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding-left: 1px;
  margin-bottom: 20px; }
  .section_title h1,
  .section_title h2 {
    color: #2A2A2A;
    display: inline-block;
    font-weight: 700;
    font-size: 26px;
    line-height: 37px;
    position: relative;
    text-transform: uppercase; }
  .section_title i {
    color: #8A8B8C;
    display: block;
    font-size: 12px;
    margin-top: 7px; }

.container:not(.container_welcome) .section_title {
  margin: 21px 0 7px;
  padding-left: 0; }
  .container:not(.container_welcome) .section_title > span {
    color: #3d423f;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold; }

.wrapper {
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  min-height: 100%;
  padding-bottom: 194px; }

.logo {
  float: left;
  position: relative;
  width: 186px;
  margin: 24px 0 0 0;
  line-height: 0; }
  .logo img {
    max-width: 100%;
    height: auto; }

.header {
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative; }
  .header .section_wrapper {
    margin-bottom: 0; }

.header_top {
  background-color: #fff;
  width: 100%;
  min-height: 73px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top; }

.suggest_website {
  float: right; }
  .suggest_website a {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    letter-spacing: 1px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background-color: #006AC1;
    width: 210px;
    margin-top: 14px; }
    .suggest_website a:hover {
      background-color: #058EDA; }
    .suggest_website a:active {
      background-color: #0179BB; }

.header_social {
  float: right;
  margin-top: 25px;
  position: relative;
  z-index: 5; }
  .header_social .like-block {
    float: left;
    margin-left: 10px; }
    .header_social .like-block.google > div {
      width: 58px !important; }

.header_bottom {
  display: inline-block;
  zoom: 1;
  *display: inline;
  box-shadow: inset rgba(0, 0, 0, 0.07) 0 3px 20px;
  background-color: #EEF5FB;
  width: 100%;
  font-size: 0;
  min-height: 59px;
  vertical-align: top; }
  .header_bottom .section {
    position: relative; }

.header_nav {
  margin: 23px 0 0 36px;
  float: left;
  position: relative;
  z-index: 10;
  max-width: 568px; }
  .header_nav .btn_menu_mob {
    display: none; }
  .header_nav > ul {
    list-style: none; }
    .header_nav > ul > li > a, .header_nav > ul > li > span {
      border-radius: 8px; }
    .header_nav > ul > li > a:hover, .header_nav > ul > li span:hover {
      background: #EEF5FB; }
    .header_nav > ul > li.active > a, .header_nav > ul > li.active > span {
      background: #EEF5FB; }
      .header_nav > ul > li.active > a a, .header_nav > ul > li.active > span a {
        color: #4CA85E; }
    .header_nav > ul li {
      float: left;
      margin-right: 13px;
      position: relative; }
      .header_nav > ul li a, .header_nav > ul li span {
        color: #2A2A2A;
        font-size: 15px;
        line-height: 24px;
        padding: 2px 9px;
        text-decoration: none;
        position: relative;
        display: block; }
      .header_nav > ul li.drop {
        padding-right: 10px; }
        .header_nav > ul li.drop a:after {
          background: url("//d135z8surl02so.cloudfront.net/assets/drop_icon-7d7143c47e9068c1b2df7c5bfa03dfd76e953dd287159e3ef799965000299ef9.png") center 0 no-repeat;
          background-size: 8px;
          content: '';
          display: block;
          width: 8px;
          height: 10px;
          float: right;
          position: relative;
          top: 9px;
          right: -5px; }
      .header_nav > ul li > .drop_nav {
        display: none;
        position: absolute;
        padding-top: 37px;
        left: 50%;
        transform: translate3d(-50%, 0px, 0px); }
        .header_nav > ul li > .drop_nav ul {
          box-shadow: 0 5px 14px #d4d3d3;
          -moz-box-shadow: 0 5px 14px #d4d3d3;
          -webkit-box-shadow: 0 5px 14px #d4d3d3;
          background-color: #fff;
          min-width: 122px;
          max-width: 220px;
          display: inline-block;
          position: relative; }
          .header_nav > ul li > .drop_nav ul:before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 7px 6px 7px;
            border-color: transparent transparent #fff transparent;
            position: absolute;
            top: -6px;
            left: 50%;
            transform: translateX(-50%); }
          .header_nav > ul li > .drop_nav ul li {
            width: 100%;
            overflow: hidden;
            margin-right: 0;
            padding-right: 0; }
            .header_nav > ul li > .drop_nav ul li a {
              color: #4A4A4A;
              display: block;
              line-height: 16px;
              padding: 9px 18px;
              white-space: nowrap; }
              .header_nav > ul li > .drop_nav ul li a:hover {
                background-color: #F7F7F7; }
              .header_nav > ul li > .drop_nav ul li a:before, .header_nav > ul li > .drop_nav ul li a:after {
                display: none; }
      .header_nav > ul li:hover > .drop_nav {
        display: block; }
      .header_nav > ul li:last-child {
        margin-right: 0; }

.slogan {
  color: #2A2A2A;
  float: left;
  font-size: 16px;
  line-height: 25px;
  font-style: italic;
  position: relative;
  line-height: 59px; }
  .slogan span {
    margin-right: 5px; }
    .slogan span:after {
      content: "";
      display: inline-block;
      margin-left: 14px;
      width: 20px;
      height: 14px;
      background: url("//d135z8surl02so.cloudfront.net/assets/quote-b1e323e842d75fdfe65a43b2705c13d611d56746dc5aa7d214334d6ad1124cd3.svg") no-repeat;
      background-size: contain;
      position: relative;
      top: -4px; }

.header_links {
  float: right; }
  .header_links a {
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    color: #3f5263;
    font-size: 15px;
    float: left;
    width: 200px;
    text-transform: uppercase;
    margin: 9px 0 0 12px; }
    .header_links a span {
      font-size: 12px; }

.container {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100%;
  vertical-align: top; }
  .container.container_welcome {
    margin-top: 0; }
  .container .content > div p {
    color: #6e7881;
    font-size: 13px;
    line-height: 22px; }
  .container div.star-rating {
    width: 21px;
    height: 19px;
    background: url("//d135z8surl02so.cloudfront.net/assets/stars-0c4571d2d8cd2b3006501e3abee070c0a935994acb3a0d74221c6ae5a95ccbd5.png") no-repeat 0 0;
    background-size: 21px;
    cursor: pointer;
    display: block;
    float: left;
    width: 21px;
    height: 19px;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 2px 0 2px;
    background: transparent !important;
    overflow: hidden !important; }
    .container div.star-rating a {
      width: 21px;
      height: 100%;
      background: url("//d135z8surl02so.cloudfront.net/assets/stars-0c4571d2d8cd2b3006501e3abee070c0a935994acb3a0d74221c6ae5a95ccbd5.png") no-repeat 0 top;
      background-size: 21px;
      border: 0;
      display: block; }
    .container div.star-rating-on a {
      background-position: 0 bottom !important; }
    .container div.star-rating-hover a {
      background-position: 0 bottom; }
    .container div.star-rating-readonly a {
      cursor: default !important; }
  .container div .rating-cancel {
    width: 0px; }
    .container div .rating-cancel a {
      width: 21px;
      height: 100%;
      display: block;
      background-position: 0 0;
      border: 0; }
    .container div .rating-cancel + div.star-rating {
      margin-left: 0 !important; }

.footer {
  padding: 18px 0 22px;
  background-color: #F8F8F9;
  width: 100%;
  border-top: 1px solid #EDEDED;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: bottom;
  height: 210px;
  margin-top: -210px; }
  .footer .section_wrapper {
    margin-bottom: 0; }
  .footer_top ul li a {
    font-size: 14px;
    line-height: 30px; }
  .footer_title {
    color: #2A2A2A;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500; }
    .footer_title a {
      color: #2A2A2A;
      text-decoration: none; }
      .footer_title a:hover {
        text-decoration: underline; }
  .footer_services ul {
    margin: 0 0 11px; }
    .footer_services ul li a {
      font-size: 14px;
      line-height: 30px;
      color: #2A2A2A;
      font-weight: 400;
      text-decoration: none; }
      .footer_services ul li a:hover {
        text-decoration: underline; }
  .footer_services .button_rate {
    float: none;
    width: 209px;
    color: #006AC1;
    height: 38px;
    line-height: 38px;
    background-color: #F0F0F0; }
    .footer_services .button_rate:hover {
      color: #0684eb;
      background-color: #e7e6e6; }
  .footer_links {
    display: inline-flex;
    justify-content: space-between; }
    .footer_links > a {
      display: block;
      font-size: 14px;
      font-weight: 600;
      line-height: 30px;
      text-decoration: none;
      color: #2A2A2A; }
  .footer_copyright {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #2A2A2A; }

.footer_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: hidden; }
  .footer_content > div {
    flex-basis: 33.33%;
    flex-direction: column; }

.footer_nav ul {
  position: relative;
  list-style: none; }
  .footer_nav ul li {
    position: relative; }
    .footer_nav ul li a {
      color: #2A2A2A;
      font-size: 14px;
      line-height: 30px;
      font-weight: 500;
      text-decoration: none; }
      .footer_nav ul li a:hover {
        text-decoration: underline; }

.footer_logo {
  width: 165px; }
  .footer_logo img {
    max-width: 100%; }

.footer_info {
  float: left;
  font-size: 14px;
  margin: 2px 0 0 11%; }
  .footer_info .footer_email {
    float: left; }
    .footer_info .footer_email a {
      color: #2A2A2A;
      text-decoration: none; }
  .footer_info > span {
    color: #2A2A2A;
    float: left;
    margin: 0 8px; }
  .footer_info .footer_copyright {
    color: #2A2A2A; }

.footer_social {
  display: none;
  float: right; }
  .footer_social .footer_social_wrapper {
    margin-top: -6px;
    float: right; }
  .footer_social span {
    float: left; }
  .footer_social .footer_social_wrapper > div {
    float: left;
    margin-left: 10px;
    height: 27px;
    background-size: contain;
    width: 30px;
    text-align: center; }
  .footer_social a {
    display: inline-block;
    height: 27px; }
  .footer_social .fb {
    width: 30px;
    background: url("//d135z8surl02so.cloudfront.net/assets/fb_social-10ebd7bc90cdd49097f7f5523ed6eb417df35242462ede346fdecb3eb14e6143.svg") no-repeat; }
  .footer_social .twitter {
    width: 30px;
    background: url("//d135z8surl02so.cloudfront.net/assets/tw_social-4c352676349014c3f50c25e3a071797ea448c8ff4ee683f26808ac39cfcb8966.svg") no-repeat; }
  .footer_social .gplus {
    width: 30px;
    background: url("//d135z8surl02so.cloudfront.net/assets/g_social-bcbf3dd99a35ef41fb1e271322ec6a0cfacce5f14f270fdd2c595b2f557ba834.svg") no-repeat; }

.tooltipster-light {
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #ededed;
  color: #666666; }
  .tooltipster-light .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px; }

.content_title {
  margin-bottom: 17px;
  position: relative; }
  .content_title:before {
    border-top: #f15a29 1px solid;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px; }
  .content_title h1 {
    background-color: #fff;
    color: #f15a29;
    display: inline-block;
    line-height: 30px;
    padding-right: 2%;
    position: relative;
    z-index: 1; }
    .content_title h1 span {
      font-size: 30px; }
  .content_title > span {
    color: #6d8aa2;
    font-size: 20px; }

.pagination {
  text-align: center;
  margin: 22px auto 40px;
  width: 95%;
  max-width: 1000px;
  display: table;
  padding-right: 387px; }
  .pagination ul {
    display: block;
    vertical-align: top;
    text-align: center;
    width: 100%;
    list-style: none; }
    .pagination ul li {
      display: inline-block;
      height: 42px;
      line-height: 42px;
      text-align: center;
      margin: 5px 12px 0; }
      .pagination ul li a,
      .pagination ul li span {
        color: #4A4A4A;
        text-decoration: none;
        display: block;
        font-size: 14px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        outline: none; }
        .pagination ul li a.current,
        .pagination ul li span.current {
          font-weight: 600; }
      .pagination ul li.prev {
        width: 42px;
        height: 42px;
        margin: 0 55px 0 0;
        float: left; }
        .pagination ul li.prev a,
        .pagination ul li.prev span {
          background: url("//d135z8surl02so.cloudfront.net/assets/arrow_left_slick-9ec6ccde1e15980c5969ef333df57292a93c8602f7f1d33c02320e3df5b2f0ad.svg") center center no-repeat;
          background-color: #F8F8F9;
          border-radius: 4px;
          width: 100%;
          height: 40px;
          line-height: 36px; }
          .pagination ul li.prev a:hover,
          .pagination ul li.prev span:hover {
            background: url("//d135z8surl02so.cloudfront.net/assets/arrow_left__hover_slick-194d86a265407e8fc2c5de1c69975eb33d6042412bcdaa9cd62161ff17996952.svg") center center no-repeat;
            background-color: #006AC1; }
      .pagination ul li.next {
        width: 42px;
        height: 42px;
        margin: 0 0 0 55px;
        float: right; }
        .pagination ul li.next a {
          background: url("//d135z8surl02so.cloudfront.net/assets/arrow_left_slick-9ec6ccde1e15980c5969ef333df57292a93c8602f7f1d33c02320e3df5b2f0ad.svg") center center no-repeat;
          background-color: #F8F8F9;
          transform: rotate(180deg);
          border-radius: 4px;
          width: 100%;
          height: 40px;
          line-height: 36px; }
          .pagination ul li.next a:hover {
            background: url("//d135z8surl02so.cloudfront.net/assets/arrow_left__hover_slick-194d86a265407e8fc2c5de1c69975eb33d6042412bcdaa9cd62161ff17996952.svg") center center no-repeat;
            background-color: #006AC1; }

.sidebar {
  float: right;
  width: 31%;
  margin-top: 21px; }

.sidebar.sidebar_left {
  float: right;
  width: 305px;
  margin-top: 25px; }
  .sidebar.sidebar_left .detailed_wrapper {
    box-shadow: 0 5px 18px rgba(229, 229, 229, 0.48);
    -moz-box-shadow: 0 5px 18px rgba(229, 229, 229, 0.48);
    -webkit-box-shadow: 0 5px 18px rgba(229, 229, 229, 0.48); }

.like {
  background: rgba(235, 234, 234, 0.35) url("//d135z8surl02so.cloudfront.net/assets/like_blue-6f6f70f5320e56dbce67484a4e87c7aec4fe825bcd6e6d19954bfcb38a9c42d0.svg") center 13px no-repeat;
  background-size: 25px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  float: left;
  width: 52px;
  height: 52px;
  border: 1px solid #EDEDED; }
  .like:hover {
    background-color: rgba(235, 234, 234, 0.6); }

.dislike {
  background: rgba(235, 234, 234, 0.35) url("//d135z8surl02so.cloudfront.net/assets/dislike_red-a77c14146767ebf6df21cb623483784e3f78acf1bcdc5337be135cb273da3270.png") center 16px no-repeat;
  background-size: 25px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  float: left;
  width: 52px;
  height: 52px;
  border: 1px solid #EDEDED; }
  .dislike:hover {
    background-color: rgba(235, 234, 234, 0.6); }

.widget {
  display: inline-block;
  border-radius: 4px;
  vertical-align: top;
  width: 305px;
  margin: 15px 0 11px;
  border: 1px solid #EDEDED; }

.widget_title {
  border-bottom: 2px solid #F2F2F2;
  padding: 16px 0 14px 0;
  position: relative;
  background: #F8F8F9;
  font-weight: 600; }
  .widget_title h3 {
    color: #3C3A3A;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }

.rating_wrapper > input {
  display: none; }

.post_content ul,
ul.list {
  margin: 24px 0;
  padding-left: 20px;
  list-style: none; }
  .post_content ul li,
  ul.list li {
    color: #4A4A4A;
    font-size: 14px;
    line-height: 22px;
    position: relative; }
    .post_content ul li:before,
    ul.list li:before {
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      background-color: #006AC1;
      content: "";
      display: inline-block;
      width: 4px;
      height: 4px;
      position: absolute;
      top: 7px;
      left: -12px; }

ol.list {
  margin: 20px 0;
  padding-left: 20px; }
  ol.list li {
    color: #4A4A4A;
    font-size: 14px;
    line-height: 22px; }

.text_section {
  padding-bottom: 30px; }
  .text_section p {
    color: #4A4A4A; }
  .text_section h3 {
    color: #4CA85E;
    font-size: 16px;
    font-weight: 400;
    margin: 17px 0; }

@media (max-width: 1350px) {
  .recent_posts .post_carousel .slick-arrow.slick-prev {
    left: 0;
    z-index: 2; }
  .recent_posts .post_carousel .slick-arrow.slick-next {
    right: 0;
    z-index: 2; } }
.cookie_policy-overlay:not([style="display: none;"]) {
  visibility: visible;
  width: 100%;
  background-color: #EEF5FB;
  position: fixed;
  bottom: 0;
  z-index: 999999; }
  .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden; }
    .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane p {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      line-height: 21px;
      color: #2A2A2A;
      min-width: calc(100% - 146px);
      max-width: calc(100% - 146px);
      padding-right: 20px; }
      .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane p a {
        color: #006AC0;
        margin-left: 5px;
        text-decoration: none; }
        .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane p a:hover {
          text-decoration: underline; }
    .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane .button {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      color: #006AC0;
      background-color: transparent;
      border: 1px solid #006AC0;
      width: 140px;
      height: 34px;
      line-height: 32px;
      border-radius: 3px;
      cursor: pointer; }

.all_reviews .section_title {
  border-bottom: 1px solid #ededed; }
.all_reviews ~ .pagination {
  width: 54%;
  padding-right: 0; }

.section_wrapper.top_services {
  padding: 26px 0 30px 0; }
  .section_wrapper.top_services .section_title {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto 24px; }
  .section_wrapper.top_services .section {
    text-align: center; }
  .section_wrapper.top_services .show_more {
    margin-top: 32px; }
    .section_wrapper.top_services .show_more .button_show_more {
      position: relative; }

.top_services .section {
  box-shadow: 0 5px 18px rgba(229, 229, 229, 0.62);
  -moz-box-shadow: 0 5px 18px rgba(229, 229, 229, 0.62);
  -webkit-box-shadow: 0 5px 18px rgba(229, 229, 229, 0.62);
  border-top: 1px solid #E6E6E6; }

.service_item {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0;
  padding: 0 15px 18px 15px;
  text-align: left;
  position: relative; }
  .service_item:nth-child(2) .service_photo .service_badge, .service_item:nth-child(3) .service_photo .service_badge {
    display: none; }
  .service_item:nth-child(2):before, .service_item:nth-child(3):before {
    position: absolute;
    content: '';
    top: -16px;
    right: -12px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 22px;
    font-weight: 500;
    color: #0068c5;
    background-color: #eef5fb;
    border: 6px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px #b9cfee; }
  .service_item:nth-child(2):before {
    content: "2"; }
  .service_item:nth-child(3):before {
    content: "3"; }
  .service_item .service_content_item {
    margin-top: 11px;
    overflow: hidden; }
  .service_item .service_links .button_review {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    letter-spacing: 1px;
    height: 38px;
    line-height: 38px;
    color: #006AC1;
    background-color: #EEF5FB;
    width: 140px;
    display: inline-block;
    vertical-align: top;
    margin: 3px 7px 0 0; }
    .service_item .service_links .button_review:hover {
      background-color: #F3F8FC; }
    .service_item .service_links .button_review:active {
      background-color: #E5EFF9; }
  .service_item .service_links .button_visit {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    letter-spacing: 1px;
    height: 38px;
    line-height: 38px;
    background-color: #FF9E00;
    width: 149px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px; }
    .service_item .service_links .button_visit:hover {
      background-color: #FFAA21; }
    .service_item .service_links .button_visit:active {
      background-color: #FD8D21; }
  .service_item .service_title {
    padding: 21px 0 8px 0; }
    .service_item .service_title a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      color: #2A2A2A;
      font-size: 17px;
      font-weight: 600;
      line-height: 22px;
      text-decoration: none; }
  .service_item .service_rate {
    float: left; }
    .service_item .service_rate .rating_wrapper div.star-rating {
      background-size: 21px;
      width: 21px;
      height: 19px;
      margin: 0 2px 0 2px; }
      .service_item .service_rate .rating_wrapper div.star-rating a {
        background-size: 21px;
        width: 21px; }
      .service_item .service_rate .rating_wrapper div.star-rating-on a {
        background-position: 0 bottom !important; }
      .service_item .service_rate .rating_wrapper div.star-rating-hover a {
        background-position: 0 bottom; }
  .service_item .reviews_link {
    color: #25A6F4;
    font-size: 14px;
    margin: 4px 4px 0 0;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    float: right; }
    .service_item .reviews_link:hover {
      text-decoration: none; }
  .service_item .service_photo {
    border: 1px solid #F3F2F2;
    background-size: 287px;
    display: table;
    width: 287px;
    height: 135px;
    margin: 18px auto 29px; }
    .service_item .service_photo .service_badge {
      position: absolute;
      top: -20px;
      right: -20px; }
    .service_item .service_photo .service_align {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .service_item .service_photo .service_align img {
        display: inline-block;
        max-width: 80%;
        width: 80%;
        text-align: center;
        object-fit: contain;
        image-rendering: pixelated; }
  .service_item .service_reviews {
    float: right;
    width: 45%;
    margin-bottom: 15px; }
    .service_item .service_reviews .reviews_link {
      background: url("//d135z8surl02so.cloudfront.net/assets/reviews_icon-c98cff0dd32fe084de6f5fe2e261c65407acf578c671819c970da3f32e35904a.png") left center no-repeat;
      color: #00a5ff;
      display: inline-block;
      font-size: 14px;
      line-height: 25px;
      text-decoration: none;
      padding-left: 30px; }
    .service_item .service_reviews a:not(.reviews_link) {
      color: #00a5ff;
      font-size: 16px;
      text-align: center;
      margin-top: 5px; }
      .service_item .service_reviews a:not(.reviews_link):hover {
        text-decoration: none; }
  .service_item .service_comment {
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    clear: both;
    overflow: hidden;
    position: relative;
    padding-top: 18px; }
    .service_item .service_comment span {
      display: inline-block;
      color: #2A2A2A;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 6px;
      width: 100%;
      position: relative; }
    .service_item .service_comment p {
      color: #2A2A2A;
      line-height: 21px;
      font-size: 14px;
      max-height: 63px;
      overflow: hidden; }
    .service_item .service_comment > a {
      color: #25A6F4;
      float: right;
      font-size: 14px;
      margin: 15px 6px 0 0;
      text-decoration: none;
      padding-right: 8px; }
      .service_item .service_comment > a:hover {
        text-decoration: underline; }

/* popular services */
.services_category {
  padding: 0 0 15px 0; }

.popular_services {
  overflow: hidden;
  padding-top: 4px;
  float: left; }
  .popular_services .section_title {
    margin: 22px 0 30px 0; }

.popular_services_item {
  background-color: #F8F8F8;
  float: left;
  width: 180px;
  height: 165px;
  text-decoration: none;
  border-radius: 4px;
  margin: 0 25px 27px 0; }
  .popular_services_item:last-child {
    margin-right: 0; }
  .popular_services_item .popular_services_icon {
    width: 90%;
    height: 103px;
    display: table;
    text-align: center;
    margin: 0 auto;
    padding-top: 22px; }
    .popular_services_item .popular_services_icon .popular_services_align {
      display: table-cell;
      vertical-align: middle; }
      .popular_services_item .popular_services_icon .popular_services_align p {
        background-image: url("//d135z8surl02so.cloudfront.net/assets/popular_services_sprite-fd7e7ed567e34628cc1a6eb234f977b02a5a07f7a73c78e530c519667b9a4cf1.png");
        background-repeat: no-repeat;
        display: block;
        margin: 0 auto; }
        .popular_services_item .popular_services_icon .popular_services_align p.icon_1 {
          background-position: -247px -10px;
          width: 39px;
          height: 39px; }
        .popular_services_item .popular_services_icon .popular_services_align p.icon_2 {
          background-position: -914px -10px;
          width: 52px;
          height: 34px; }
        .popular_services_item .popular_services_icon .popular_services_align p.icon_3 {
          background-position: -788px -10px;
          width: 43px;
          height: 39px; }
        .popular_services_item .popular_services_icon .popular_services_align p.icon_4 {
          background-position: -424px -10px;
          width: 40px;
          height: 40px; }
        .popular_services_item .popular_services_icon .popular_services_align p.icon_5 {
          background-position: -74px -10px;
          width: 37px;
          height: 38px; }
        .popular_services_item .popular_services_icon .popular_services_align p.icon_6 {
          background-position: -484px -10px;
          width: 40px;
          height: 40px; }
        .popular_services_item .popular_services_icon .popular_services_align p.icon_7 {
          background-position: -726px -10px;
          width: 48px;
          height: 48px; }
        .popular_services_item .popular_services_icon .popular_services_align p.icon_8 {
          background-position: -10px -10px;
          width: 12px;
          height: 39px; }
        .popular_services_item .popular_services_icon .popular_services_align p.icon_9 {
          background-position: -365px -10px;
          width: 39px;
          height: 39px; }
  .popular_services_item:hover {
    background-color: #006AC1; }
    .popular_services_item:hover .popular_services_icon .popular_services_align p.icon_1 {
      background-position: -306px -10px; }
    .popular_services_item:hover .popular_services_icon .popular_services_align p.icon_2 {
      background-position: -986px -10px; }
    .popular_services_item:hover .popular_services_icon .popular_services_align p.icon_3 {
      background-position: -851px -10px; }
    .popular_services_item:hover .popular_services_icon .popular_services_align p.icon_4 {
      background-position: -544px -10px; }
    .popular_services_item:hover .popular_services_icon .popular_services_align p.icon_5 {
      background-position: -131px -10px; }
    .popular_services_item:hover .popular_services_icon .popular_services_align p.icon_6 {
      background-position: -604px -10px; }
    .popular_services_item:hover .popular_services_icon .popular_services_align p.icon_7 {
      background-position: -664px -10px; }
    .popular_services_item:hover .popular_services_icon .popular_services_align p.icon_8 {
      background-position: -42px -10px; }
    .popular_services_item:hover .popular_services_icon .popular_services_align p.icon_9 {
      background-position: -188px -10px; }
    .popular_services_item:hover b {
      color: #fff; }
  .popular_services_item b {
    color: #2A2A2A;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: 98%;
    margin: 0 auto; }

/* end popular services */
/* Filter */
.filter {
  box-shadow: 10px 4px 26px rgba(235, 233, 233, 0.62);
  -moz-box-shadow: 10px 4px 26px rgba(235, 233, 233, 0.62);
  -webkit-box-shadow: 10px 4px 26px rgba(235, 233, 233, 0.62);
  border: 1px solid #EDEDED;
  border-radius: 4px;
  float: right;
  width: 361px;
  margin: 35px 0 0 20px; }

.filter_wrapper {
  background-color: #fff;
  width: 100%;
  display: inline-block;
  position: relative; }
  .filter_wrapper .button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    background-color: #FF9E00;
    height: 50px;
    line-height: 50px;
    display: block;
    width: 87%;
    margin: 22px auto 25px; }
    .filter_wrapper .button:hover {
      background-color: #FFAA21; }
    .filter_wrapper .button:active {
      background-color: #FD8D21; }

.filter_steps {
  display: inline-block;
  width: 100%; }
  .filter_steps .filter_step {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 19px; }
    .filter_steps .filter_step:nth-child(2) {
      margin-bottom: 5px;
      padding-bottom: 11px; }
      .filter_steps .filter_step:nth-child(2) h3 {
        margin-bottom: 15px; }
    .filter_steps .filter_step:last-child {
      border-bottom: none;
      margin-bottom: 0;
      padding-top: 4px;
      padding-bottom: 0; }
      .filter_steps .filter_step:last-child h3 {
        margin-bottom: 8px; }
    .filter_steps .filter_step h3 {
      background-color: #F8F8F8;
      color: #2A2A2A;
      font-size: 18px;
      font-weight: 500;
      position: relative;
      margin-bottom: 21px; }
      .filter_steps .filter_step h3 span {
        display: inline-block;
        line-height: 48px;
        color: #006AC1;
        font-size: 18px;
        font-weight: 500;
        margin-right: 14px;
        position: relative;
        width: 48px;
        text-align: center; }
        .filter_steps .filter_step h3 span:after {
          display: block;
          content: "";
          position: absolute;
          width: 1px;
          height: 20px;
          background-color: #E9E9E9;
          top: 14px;
          right: 0; }
    .filter_steps .filter_step .select2-container {
      min-width: 87%;
      max-width: 87%;
      display: block;
      margin: 0 auto; }

.select_feature_item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 27px;
  padding: 0 27px; }
  .select_feature_item:last-child {
    margin-top: -7px;
    margin-bottom: 0; }
  .select_feature_item label {
    color: #2A2A2A;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    width: 34%; }
  .select_feature_item > .irs {
    width: 41%;
    float: left;
    margin-top: 5px; }
    .select_feature_item > .irs + span {
      float: left; }
  .select_feature_item .feature_value {
    color: #4A4A4A;
    float: right;
    font-size: 14px;
    line-height: 27px;
    width: 21%;
    font-style: italic; }
  .select_feature_item .irs {
    text-indent: -99999px; }
  .select_feature_item .select_feature_subitem.with_discounts {
    float: right; }
  .select_feature_item .select_feature_subitem {
    float: left;
    margin-right: 11px; }
    .select_feature_item .select_feature_subitem:last-child {
      margin-right: 0; }
    .select_feature_item .select_feature_subitem label {
      width: auto;
      float: right;
      line-height: 30px;
      margin-left: 10px; }
    .select_feature_item .select_feature_subitem .checker {
      float: left; }

.filter_found {
  color: #5a5a5a;
  margin-top: 0;
  overflow: hidden;
  line-height: 56px;
  padding: 0 0 0 19px; }
  .filter_found span {
    color: #2A2A2A;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    width: 60px; }
  .filter_found p {
    display: inline-block;
    vertical-align: top;
    color: #2A2A2A;
    font-size: 14px;
    line-height: 44px;
    margin-top: 8px;
    padding-left: 7px; }

/* End Filter */
.text_section {
  background-color: #F8F8FA;
  padding: 35px 0px; }
  .text_section .section_title {
    font-size: 24px;
    color: #2A2A2A; }
    .text_section .section_title h1, .text_section .section_title h2, .text_section .section_title h3, .text_section .section_title h4, .text_section .section_title h5, .text_section .section_title h6, .text_section .section_title strong {
      color: inherit;
      font-weight: 600;
      font-size: inherit;
      text-transform: none;
      line-height: 23px; }
  .text_section h1, .text_section h2, .text_section h3, .text_section h4, .text_section h5, .text_section h6, .text_section strong {
    color: #2A2A2A;
    font-weight: 600;
    font-size: 20px;
    text-transform: none;
    line-height: 23px;
    margin-bottom: 10px;
    text-align: left; }
  .text_section p {
    color: #2A2A2A;
    font-size: 14px;
    margin-bottom: 14px; }

.section_wrapper.search_section .section {
  display: table;
  width: 100%;
  max-width: 100%; }

.search {
  background-color: #F8F8F9;
  padding: 35px 0 9px 0; }
  .search .search_content {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto; }
    .search .search_content h2 {
      color: #2A2A2A;
      text-align: left;
      font-size: 24px;
      line-height: 40px;
      font-weight: 600;
      margin: 0 17px 25px 0;
      display: inline-block;
      vertical-align: top; }
      .search .search_content h2 a {
        color: #2A2A2A;
        text-decoration: none;
        margin: 0 6px; }
    .search .search_content .search_input {
      outline: none;
      width: 100%;
      display: inline-block;
      font-size: 30px;
      font-weight: 300; }
    .search .search_content form {
      display: inline-block;
      vertical-align: top;
      float: right; }
    .search .search_content .easy-autocomplete {
      float: right; }

/* statistics */
.statistics {
  overflow: hidden;
  padding: 41px 0;
  max-width: 1000px;
  width: 95%;
  text-align: left;
  margin: 0 auto;
  border-bottom: 1px solid #F4F3F3; }

.statistic_item {
  border: #F1F1F1 1px solid;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  border-radius: 4px;
  width: 32%;
  height: 45px;
  margin-right: 15px; }
  .statistic_item:last-child {
    margin-right: 0; }
  .statistic_item p {
    color: #2A2A2A;
    font-size: 15px;
    font-weight: 500;
    line-height: 43px;
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
    padding-left: 19px; }
  .statistic_item span {
    background-color: #FBFBFB;
    color: #006AC1;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 93px;
    height: 43px;
    line-height: 43px;
    float: right;
    border-left: 1px solid #F1F1F1;
    position: relative; }
    .statistic_item span:before {
      content: "";
      display: block;
      position: absolute;
      width: 10px;
      height: 12px;
      background: url("//d135z8surl02so.cloudfront.net/assets/statistic-tri-0668170feb40121442f97910a5b6c8fad994bf2446004ac38d38553c58453176.png") no-repeat;
      background-size: 11px;
      top: 50%;
      left: -10px;
      transform: translateY(-50%); }
  .statistic_item.statistic_reviews {
    background: url("//d135z8surl02so.cloudfront.net/assets/statistic_customer-2280ee99937621cacbcacd7a052c28bfce59dfd713f197d3c6e40186c25a817b.svg") 12px center no-repeat; }
  .statistic_item.statistic_comments {
    background: url("//d135z8surl02so.cloudfront.net/assets/statistic_comments-083737bf7a95fb13a3ba7b6008b01d2fdb1905b3d7ec2169a3fe2fc0f4877bb2.svg") 12px center no-repeat; }
  .statistic_item.statistic_services {
    background: url("//d135z8surl02so.cloudfront.net/assets/statistic_services-c7b1cab93b344e0bfe70b3fd542776ced8625c4ea6684d58ca6a01e29cc3e8e9.svg") 12px center no-repeat; }

/* end statistics */
.section_wrapper.recent_posts .section {
  padding: 24px 0 34px 0; }
.section_wrapper.recent_posts .section_title {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0; }
.section_wrapper + .show_more {
  margin: 40px 0 35px 0; }

/* Post carousel */
.post_carousel {
  text-align: center;
  margin-top: 15px; }
  .post_carousel .post_carousel_content {
    width: 100%;
    margin: 0 auto;
    display: none; }
    .post_carousel .post_carousel_content.slick-initialized {
      display: block; }
  .post_carousel .post_carousel_item_content {
    box-shadow: #eaeaea 0 2px 4px; }
  .post_carousel .slick-slide {
    outline: none; }
  .post_carousel .slick-arrow {
    color: transparent;
    border: none;
    background-color: #F8F8F9;
    background-image: url("//d135z8surl02so.cloudfront.net/assets/arrow_left_slick-9ec6ccde1e15980c5969ef333df57292a93c8602f7f1d33c02320e3df5b2f0ad.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    outline: none; }
    .post_carousel .slick-arrow:hover {
      background-color: #006AC1;
      background-image: url("//d135z8surl02so.cloudfront.net/assets/arrow_left__hover_slick-194d86a265407e8fc2c5de1c69975eb33d6042412bcdaa9cd62161ff17996952.svg"); }
    .post_carousel .slick-arrow.slick-prev {
      left: -50px; }
    .post_carousel .slick-arrow.slick-next {
      right: -50px;
      transform: translateY(-50%) rotate(180deg); }
  .post_carousel .post_carousel_item {
    background-color: #fff;
    text-align: left;
    min-height: 271px;
    padding: 10px; }
    .post_carousel .post_carousel_item .post_carousel_info {
      position: relative;
      min-height: 210px;
      text-decoration: none;
      text-align: center; }
      .post_carousel .post_carousel_item .post_carousel_info .post_carousel_frame {
        width: 100%;
        height: 210px;
        overflow: hidden; }
        .post_carousel .post_carousel_item .post_carousel_info .post_carousel_frame .post_carousel_photo {
          height: 100%; }
          .post_carousel .post_carousel_item .post_carousel_info .post_carousel_frame .post_carousel_photo img {
            width: auto;
            height: 100%;
            max-width: 320px;
            object-fit: cover; }
      .post_carousel .post_carousel_item .post_carousel_info .post_carousel_text {
        color: #fff;
        display: table-cell;
        vertical-align: middle;
        height: 138px;
        position: relative;
        z-index: 5;
        text-align: center;
        font-weight: 700;
        word-break: break-word;
        font-size: 28px;
        line-height: 32px;
        text-align: left;
        padding: 0 12px; }
    .post_carousel .post_carousel_item .post_carousel_details {
      padding: 20px 15px;
      overflow: hidden; }
      .post_carousel .post_carousel_item .post_carousel_details a:not(.read_more_link) {
        color: #3C3A3A;
        display: inline-block;
        font-size: 16px;
        line-height: 17px;
        height: 34px;
        overflow: hidden;
        font-weight: 600;
        text-decoration: none;
        margin-bottom: 7px; }
      .post_carousel .post_carousel_item .post_carousel_details a.read_more_link {
        color: #25A6F4;
        font-weight: 400;
        font-size: 14px;
        text-decoration: none;
        display: inline-block;
        margin-top: 16px;
        float: right; }
      .post_carousel .post_carousel_item .post_carousel_details p {
        color: #4A4A4A;
        font-size: 14px;
        line-height: 21px;
        height: 63px;
        overflow: hidden; }
  .post_carousel + .show_more {
    margin-top: 40px; }

.show_more {
  width: 100%;
  display: inline-block;
  position: relative; }
  .show_more .button_show_more {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #006AC1;
    max-width: 280px;
    width: 100%;
    position: relative;
    margin: 0 auto; }
    .show_more .button_show_more:hover {
      background-color: #058EDA; }
    .show_more .button_show_more:active {
      background-color: #0179BB; }

/* End Post carousel */
/* receive discount */
.section_wrapper.receive_discount {
  padding: 32px 0 25px;
  text-align: center;
  background: #FAFAFB; }
  .section_wrapper.receive_discount .section {
    text-align: left; }

.receive_discount.success_discount label {
  display: none; }
.receive_discount.success_discount .receive_discount_item {
  float: none;
  margin: 0;
  text-align: center;
  padding: 20px 0; }
  .receive_discount.success_discount .receive_discount_item b {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    margin-right: 4px;
    color: #03A20C; }
  .receive_discount.success_discount .receive_discount_item span {
    font-size: 18px; }

.receive_discount {
  padding: 0; }
  .receive_discount label {
    font-size: 24px;
    line-height: 42px;
    font-weight: 600;
    text-align: center;
    display: block;
    float: left; }
    .receive_discount label a {
      color: #2A2A2A;
      text-decoration: none; }
  .receive_discount .receive_discount_item {
    margin-left: 12px;
    color: #3C3A3A;
    display: block;
    font-size: 16px;
    font-weight: 600;
    float: right; }
    .receive_discount .receive_discount_item .field_error .input {
      float: right; }
    .receive_discount .receive_discount_item .field_error .validation_error {
      display: block;
      text-align: left; }
  .receive_discount .field_error {
    float: left; }
    .receive_discount .field_error .input {
      width: 100%; }
  .receive_discount .input {
    border: #ECECEC 1px solid;
    float: left;
    width: 350px !important;
    height: 42px;
    padding: 0 14px;
    margin-left: 0;
    background: #FDFDFE;
    border-radius: 4px; }
  .receive_discount .button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    background-color: #FF9E00;
    float: right;
    width: 270px;
    height: 42px;
    line-height: 42px;
    margin-left: 22px; }
    .receive_discount .button:hover {
      background-color: #FFAA21; }
    .receive_discount .button:active {
      background-color: #FD8D21; }
  .receive_discount .section > label {
    color: #4CA85E;
    font-size: 25px;
    font-weight: 900;
    line-height: 30px;
    text-transform: uppercase; }
    .receive_discount .section > label + span {
      color: #3E3A3A;
      font-size: 20px;
      line-height: 35px;
      text-align: center;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 10px; }

/* end receive discount */
/* recent reviews */
.widget_recent_reviews {
  margin-top: 0;
  padding-bottom: 11px; }
  .widget_recent_reviews .widget_content {
    padding: 9px 0; }

.recent_reviews_title {
  display: inline-block;
  width: 100%;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 15px; }
  .recent_reviews_title span {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #FF9E00;
    color: #fff;
    float: left;
    width: 24px;
    height: 24px;
    text-align: center;
    margin-right: 8px;
    font-weight: 500;
    line-height: 25px;
    font-size: 14px; }
  .recent_reviews_title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2A2A2A;
    font-weight: 500;
    float: left;
    text-decoration: none;
    max-width: 220px; }

.recent_reviews_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  padding: 7px 20px 9px;
  margin-bottom: 20px; }
  .recent_reviews_item:nth-child(5) {
    margin-bottom: 0; }
    .recent_reviews_item:nth-child(5):after {
      display: none; }
  .recent_reviews_item:nth-child(6) {
    display: none; }
  .recent_reviews_item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 5px; }
    .recent_reviews_item:last-child:after {
      display: none; }
  .recent_reviews_item:after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #F2F2F2;
    left: 0;
    bottom: -11px; }
  .recent_reviews_item .recent_reviews_photo {
    background-size: 130px;
    float: left;
    width: 130px;
    border: 1px solid #F5F5F5;
    height: 82px;
    position: relative; }
    .recent_reviews_item .recent_reviews_photo .recent_reviews_align {
      text-align: center;
      max-height: 77px;
      overflow: hidden; }
      .recent_reviews_item .recent_reviews_photo .recent_reviews_align img {
        width: 80%;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
  .recent_reviews_item .recent_reviews_details {
    float: right; }
    .recent_reviews_item .recent_reviews_details .rating_wrapper {
      overflow: hidden;
      margin: 0 0 22px 0; }
      .recent_reviews_item .recent_reviews_details .rating_wrapper div.star-rating {
        background-size: 19px;
        width: 19px;
        height: 18px;
        margin: 0 2px 0 2px; }
        .recent_reviews_item .recent_reviews_details .rating_wrapper div.star-rating a {
          background-size: 19px;
          width: 19px; }
        .recent_reviews_item .recent_reviews_details .rating_wrapper div.star-rating-on a {
          background-position: 0 bottom !important; }
        .recent_reviews_item .recent_reviews_details .rating_wrapper div.star-rating-hover a {
          background-position: 0 bottom; }
      .recent_reviews_item .recent_reviews_details .rating_wrapper .star-rating-control {
        display: inline-block;
        width: 100%; }
      .recent_reviews_item .recent_reviews_details .rating_wrapper .rating-cancel + .star-rating {
        margin-left: 0; }
      .recent_reviews_item .recent_reviews_details .rating_wrapper .star-rating:last-child {
        margin-right: 0; }
    .recent_reviews_item .recent_reviews_details .button_review {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border: none;
      cursor: pointer;
      color: #fff;
      display: block;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      position: relative;
      font-size: 14px;
      outline: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-appearance: none;
      letter-spacing: 1px;
      height: 39px;
      line-height: 37px;
      color: #fff;
      background-color: #006AC1;
      width: 114px;
      margin-top: 0px;
      height: 38px;
      line-height: 38px; }
      .recent_reviews_item .recent_reviews_details .button_review:hover {
        background-color: #058EDA; }
      .recent_reviews_item .recent_reviews_details .button_review:active {
        background-color: #0179BB; }

/* end recent reviews */
.widget_top_service .widget_content {
  padding: 10px 0 0 0; }

.top_service_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 7px 20px 9px;
  margin-bottom: 9px;
  position: relative; }
  .top_service_item:last-child {
    padding-bottom: 0; }
    .top_service_item:last-child:after {
      display: none; }
  .top_service_item:after {
    display: block;
    content: "";
    position: absolute;
    width: 265px;
    height: 2px;
    background-color: #F2F2F2;
    bottom: 0;
    left: 20px; }
  .top_service_item .top_service_title {
    display: inline-block;
    width: 100%;
    font-size: 17px;
    line-height: 30px;
    margin: 0 0 14px; }
    .top_service_item .top_service_title span {
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      background-color: #E4E4E4;
      color: #3C3A3A;
      float: left;
      width: 31px;
      height: 31px;
      text-align: center;
      font-weight: 500;
      margin-right: 7px;
      line-height: 31px; }
    .top_service_item .top_service_title a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #2086AD;
      float: left;
      text-decoration: none;
      margin-top: 1px;
      max-width: 220px;
      font-size: 18px; }
  .top_service_item .top_service_photo {
    display: table;
    float: left;
    width: 130px;
    height: 117px; }
    .top_service_item .top_service_photo .top_service_align {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .top_service_item .top_service_photo .top_service_align img {
        width: 100%;
        height: auto; }
  .top_service_item .top_service_details {
    float: right; }
    .top_service_item .top_service_details .rating_wrapper {
      overflow: hidden;
      margin: -1px 0 12px 0; }
      .top_service_item .top_service_details .rating_wrapper div.star-rating {
        background-size: 20px;
        width: 20px;
        height: 18px;
        margin: 0 2px 0 2px; }
        .top_service_item .top_service_details .rating_wrapper div.star-rating a {
          background-size: 20px;
          width: 20px; }
        .top_service_item .top_service_details .rating_wrapper div.star-rating-on a {
          background-position: 0 bottom !important; }
        .top_service_item .top_service_details .rating_wrapper div.star-rating-hover a {
          background-position: 0 bottom; }
      .top_service_item .top_service_details .rating_wrapper .star-rating-control {
        display: inline-block;
        width: 100%; }
      .top_service_item .top_service_details .rating_wrapper .star-rating:last-child {
        margin-right: 0; }
    .top_service_item .top_service_details .button {
      width: 114px;
      margin-bottom: 11px; }
    .top_service_item .top_service_details .button_review {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border: none;
      cursor: pointer;
      color: #fff;
      display: block;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      position: relative;
      font-size: 14px;
      outline: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-appearance: none;
      letter-spacing: 1px;
      height: 39px;
      line-height: 37px;
      background-color: #fff;
      border: #4CA85E 2px solid;
      color: #4CA85E;
      font-size: 13px;
      font-weight: 500; }
      .top_service_item .top_service_details .button_review:hover {
        color: #fff;
        background-color: #4CA85E; }
      .top_service_item .top_service_details .button_review:active {
        color: #fff;
        background-color: #429A53; }
    .top_service_item .top_service_details .button_website {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border: none;
      cursor: pointer;
      color: #fff;
      display: block;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      position: relative;
      font-size: 14px;
      outline: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-appearance: none;
      letter-spacing: 1px;
      height: 39px;
      line-height: 39px;
      background-color: #FF9E00; }
      .top_service_item .top_service_details .button_website:hover {
        background-color: #FFAA21; }
      .top_service_item .top_service_details .button_website:active {
        background-color: #FD8D21; }

.widget_best_dicounts {
  padding-bottom: 5px; }
  .widget_best_dicounts .widget_content {
    padding: 10px 0 0 0; }
  .widget_best_dicounts .top_service_photo {
    position: relative; }
  .widget_best_dicounts .top_service_discount {
    background: url("//d135z8surl02so.cloudfront.net/assets/top_discount_bg-28f583e509caa114fc2bef29dd9722d29124c9038bd4cfeac20033d22f1abb53.png") no-repeat;
    background-size: 99px;
    width: 99px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 14px;
    text-indent: -18px; }

/* Posts */
.post {
  overflow: hidden;
  margin-top: 35px;
  float: left;
  width: 61%;
  margin-bottom: 20px; }
  .post .section_title {
    margin-top: 0 !important; }
    .post .section_title.section_title_border {
      border-bottom: 1px solid #F2F2F2;
      margin-bottom: 13px;
      padding-bottom: 23px; }
  .post > .post_title {
    border-bottom: #F2F2F2 1px solid;
    overflow: hidden;
    padding-bottom: 22px; }
    .post > .post_title + .post_photo {
      width: 250px;
      margin: 30px 29px 0 0;
      float: left; }
    .post > .post_title h3, .post > .post_title h1:first-child {
      color: #3C3A3A;
      display: inline-block;
      font-weight: 600;
      font-size: 30px;
      line-height: 37px;
      position: relative;
      text-transform: uppercase; }
    .post > .post_title h3 {
      text-transform: initial; }
    .post > .post_title ul {
      overflow: hidden;
      margin: 10px 0 0 0; }
      .post > .post_title ul li {
        float: left; }
        .post > .post_title ul li:before {
          display: none; }
  .post .post_photo {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px; }
    .post .post_photo img {
      display: inline-block;
      vertical-align: top;
      max-width: 100%;
      height: auto; }
    .post .post_photo + .post_content_date {
      color: #A2ACB3;
      width: 100%;
      margin: 37px auto 15px; }
  .post .post_content > h1 {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 12px;
    margin-bottom: 20px !important; }
  .post .post_content > h1,
  .post .post_content > h2,
  .post .post_content > h3 {
    color: #3C3A3A;
    line-height: 22px;
    margin-bottom: 10px; }
  .post .post_content > h1 {
    font-size: 22px;
    text-transform: uppercase; }
  .post .post_content > h2 {
    font-size: 16px;
    font-weight: 500; }
  .post .post_content > h3 {
    font-size: 15px; }
  .post .post_content > p {
    color: #2A2A2A;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px; }
  .post .post_item {
    border-top: #F2F2F2 1px solid;
    overflow: hidden;
    padding: 24px 0 24px 0; }
    .post .post_item:last-child {
      border-bottom: #F2F2F2 1px solid;
      padding-bottom: 15px; }
    .post .post_item .post_photo {
      text-align: center;
      float: left;
      margin: 0 19px 0 0;
      width: 250px;
      height: 162px; }
      .post .post_item .post_photo img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        height: auto; }
    .post .post_item .post_title {
      margin-bottom: 14px; }
      .post .post_item .post_title .post_link {
        display: block;
        color: #253239;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-decoration: none; }
    .post .post_item .post_content_date {
      color: #BABABA;
      margin-top: 18px;
      float: left; }
    .post .post_item .post_details {
      overflow: hidden;
      margin-top: 21px; }
      .post .post_item .post_details a {
        color: #25A6F4;
        float: right;
        line-height: 18px;
        text-decoration: none;
        position: relative;
        margin-right: 3px; }
        .post .post_item .post_details a:hover {
          text-decoration: underline; }
      .post .post_item .post_details p {
        color: #c7c7c7;
        float: right;
        font-size: 14px;
        font-style: italic;
        margin: 3px 0 0 0; }
    .post .post_item .post_content {
      overflow: hidden; }
      .post .post_item .post_content p {
        margin: 0 0 5px 3px; }
  .post .post_info .post_content {
    overflow: visible; }
    .post .post_info .post_content p {
      margin-bottom: 10px; }
  .post .choose_item .post_title {
    margin-bottom: 22px; }
  .post .choose_item .post_photo {
    margin-bottom: 5px; }

/* End Posts */
/* our mission */
.our_mission {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center; }

.our_mission_item {
  width: 290px;
  display: inline-block;
  vertical-align: top;
  margin: 0 30px; }
  .our_mission_item:first-child {
    margin-left: 0; }
  .our_mission_item:last-child {
    margin-right: 0; }
  .our_mission_item .our_mission_photo {
    width: 100%;
    text-align: center; }
    .our_mission_item .our_mission_photo img {
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px; }
  .our_mission_item .our_mission_title:before {
    background-color: #4CA85E;
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 20px; }
  .our_mission_item .our_mission_title h2 {
    color: #3C3A3A;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px; }
  .our_mission_item .our_mission_content {
    margin-top: 11px;
    overflow: hidden; }
    .our_mission_item .our_mission_content p {
      color: #4A4A4A;
      font-size: 14px;
      line-height: 22px;
      text-align: justify; }

/* end our mission */
/* Contact us */
.contact {
  margin-bottom: 40px; }
  .contact:after {
    content: "";
    clear: both;
    display: block;
    margin-bottom: 40px; }
  .contact .section_title {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 10px;
    margin-bottom: 20px !important; }

.contact_content {
  overflow: hidden;
  float: left;
  width: 35%; }
  .contact_content .section_title {
    margin-bottom: 18px !important; }

.contact_post {
  overflow: hidden;
  margin-bottom: 20px; }
  .contact_post .contact_post_title {
    min-height: 30px;
    margin-bottom: 5px; }
    .contact_post .contact_post_title h2 {
      color: #2A2A2A;
      font-size: 16px;
      font-weight: 500;
      line-height: 28px; }
  .contact_post .contact_post_info {
    display: table;
    position: relative; }
    .contact_post .contact_post_info p {
      color: #4A4A4A;
      font-size: 14px;
      line-height: 18px; }

.contact_form {
  float: right;
  width: 60%;
  margin-left: 20px;
  padding: 0 15px 0 32px;
  height: 306px; }
  .contact_form .button_send {
    float: right;
    width: 47.5%;
    margin-top: -65px;
    margin-top: 0px; }
  .contact_form .contact_form_title {
    text-align: center;
    margin: 21px 0 20px; }
    .contact_form .contact_form_title h2 {
      color: #3C3A3A;
      display: inline-block;
      font-weight: 600;
      font-size: 30px;
      line-height: 37px;
      position: relative;
      text-transform: uppercase; }
  .contact_form .contact_form_content {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    .contact_form .contact_form_content form .field_block:first-child .field_item {
      width: 48%;
      float: left;
      margin-right: 4%; }
      .contact_form .contact_form_content form .field_block:first-child .field_item:nth-child(2n) {
        margin-right: 0; }
      .contact_form .contact_form_content form .field_block:first-child .field_item:last-child {
        width: 100%; }
    .contact_form .contact_form_content > b {
      color: #003757;
      font-size: 20px;
      line-height: 24px;
      text-align: center;
      display: block; }
  .contact_form .field_block {
    width: 100%; }
    .contact_form .field_block:last-child {
      margin-right: 0;
      margin-bottom: 43px; }
  .contact_form .field_item .service_rating_item .rating_wrapper {
    width: 100%;
    float: right; }
  .contact_form .field_item:last-child {
    margin-bottom: 7px; }
  .contact_form .field_like_dislike label {
    width: auto;
    margin: 10px 10px 0 0; }
  .contact_form .field_like_dislike a {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: #e0f2f9;
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 14px; }
    .contact_form .field_like_dislike a:hover {
      background-color: #c0e4f2; }
  .contact_form .field_like_dislike .like {
    background-image: url("//d135z8surl02so.cloudfront.net/like.png");
    background-repeat: no-repeat;
    background-position: center 6px; }
  .contact_form .field_like_dislike .dislike {
    background-image: url("//d135z8surl02so.cloudfront.net/dislike.png");
    background-repeat: no-repeat;
    background-position: center center; }
  .contact_form .captcha {
    margin-bottom: 15px; }
  .contact_form .button_upload {
    float: left;
    clear: none; }
  .contact_form .button_send {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    background-color: #FF9E00;
    height: 45px;
    line-height: 45px;
    display: block;
    width: 48%;
    float: right;
    margin: 18px auto 25px;
    margin-top: 0 !important;
    clear: none; }
    .contact_form .button_send:hover {
      background-color: #FFAA21; }
    .contact_form .button_send:active {
      background-color: #FD8D21; }

/* End Contact us */
/* Rate */
.rate_page {
  display: inline-block;
  width: 100%; }
  .rate_page .section_title {
    margin-bottom: 15px !important; }

.field_item.field_item_name {
  float: left;
  width: 48%; }

.field_item.field_item_email {
  float: right;
  width: 48%; }

.rate_form {
  float: left;
  width: 480px;
  padding-bottom: 55px; }
  .rate_form .field_item .field_error {
    width: 100%; }
    .rate_form .field_item .field_error .input {
      width: 100%; }
    .rate_form .field_item .field_error .textarea {
      width: 100%; }
  .rate_form .field_item .input {
    width: 100%; }
  .rate_form .field_item .textarea {
    width: 100%;
    height: 104px; }
  .rate_form .field_item .rate_field_item {
    float: left;
    width: 30.5%;
    margin-right: 17px; }
    .rate_form .field_item .rate_field_item:last-child {
      margin-right: 0; }
    .rate_form .field_item .rate_field_item label {
      color: #4A4A4A;
      display: block;
      margin-bottom: 7px; }
    .rate_form .field_item .rate_field_item .select2-container {
      min-width: 100%;
      max-width: 100%; }
  .rate_form .field_item .liked_area {
    float: right;
    position: relative; }
    .rate_form .field_item .liked_area .validation_error {
      display: block;
      float: right;
      clear: both;
      text-align: right;
      margin-top: 8px; }
    .rate_form .field_item .liked_area .liked_area_item {
      float: left;
      position: relative;
      margin-left: 30px; }
      .rate_form .field_item .liked_area .liked_area_item:first-child {
        margin-left: 0; }
      .rate_form .field_item .liked_area .liked_area_item label {
        cursor: pointer; }
      .rate_form .field_item .liked_area .liked_area_item > input {
        visibility: hidden;
        position: absolute;
        cursor: pointer;
        width: 1px;
        height: 1px;
        overflow: hidden;
        -webkit-appearance: none;
        width: 52px;
        height: 52px;
        position: absolute;
        top: 0;
        left: 0; }
        .rate_form .field_item .liked_area .liked_area_item > input:checked + label.dislike {
          background-color: #abd9ff; }
        .rate_form .field_item .liked_area .liked_area_item > input:checked + label.like {
          background-color: #abd9ff; }
  .rate_form .field_item.field_like_dislike {
    margin: 0 0 19px 0;
    padding-right: 10%; }
    .rate_form .field_item.field_like_dislike > label {
      color: #3C3A3A;
      font-size: 14px;
      float: left;
      margin-top: 17px; }
    .rate_form .field_item.field_like_dislike + .field_item > label {
      margin-top: 5px; }
  .rate_form .field_item + .captcha {
    margin-top: 11px; }
  .rate_form .captcha {
    width: 100%;
    text-align: left; }
    .rate_form .captcha .captcha_block {
      display: inline-block; }
    .rate_form .captcha + .field_item {
      margin-top: 22px; }
  .rate_form .button {
    width: 100%;
    max-width: 300px; }

.rate_post {
  display: table;
  width: 100%;
  position: relative;
  margin-bottom: 29px; }
  .rate_post p {
    color: #2A2A2A;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 18px; }

/* End Rate */
/* Sorting */
.sorting {
  display: inline-block;
  width: 95%;
  max-width: 1000px;
  text-align: left;
  margin-top: 38px;
  /* sorting checkbox */
  /* sorting checkbox */ }
  .sorting div.checker {
    width: 20px;
    height: 20px; }
    .sorting div.checker span {
      width: 20px;
      height: 20px; }
  .sorting .field_item {
    float: left;
    width: auto;
    position: relative; }
    .sorting .field_item:first-child {
      margin-right: 21px; }
    .sorting .field_item label {
      width: auto;
      margin-right: 10px;
      font-weight: 400; }
    .sorting .field_item .select2-container {
      min-width: 250px;
      max-width: 250px; }
    .sorting .field_item .field_subitem {
      float: left;
      margin: 10px 4px 0 0; }
      .sorting .field_item .field_subitem label {
        color: #4A4A4A;
        float: left;
        line-height: 20px; }
      .sorting .field_item .field_subitem .checker {
        float: left;
        margin-right: 10px; }
      .sorting .field_item .field_subitem:last-child {
        margin-right: 0; }
    .sorting .field_item .easy-autocomplete {
      width: auto !important; }
    .sorting .field_item:last-child {
      float: right;
      margin-right: 0; }
      .sorting .field_item:last-child .input {
        border: none;
        border: #EEEEEE 1px solid;
        width: 300px;
        height: 38px;
        padding-right: 44px;
        margin-top: 1px;
        border-radius: 4px; }
      .sorting .field_item:last-child:before {
        background: url("//d135z8surl02so.cloudfront.net/assets/search_icon-5458ec4fd1eae014926fffba1b6f8e641e5656dbf8f41f0f78180bf1efc14516.svg") center center no-repeat;
        background-size: 17px;
        content: '';
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 6px;
        right: 7px;
        z-index: 5; }
    .sorting .field_item .easy-autocomplete {
      display: inline-block; }
      .sorting .field_item .easy-autocomplete .easy-autocomplete-container {
        top: 100%; }

.review .criteria_service_photo {
  height: 152px; }

.sorting_results {
  border-top: #D8D8D8 1px solid;
  display: inline-block;
  width: 95%;
  max-width: 1000px;
  margin: 14px 0 24px 0;
  text-align: left;
  padding-top: 23px; }
  .sorting_results span {
    display: inline-block;
    width: 100%;
    color: #2A2A2A;
    font-size: 14px; }
    .sorting_results span b {
      font-weight: 500; }
    .sorting_results span strong {
      font-weight: 600;
      margin-right: 5px;
      font-size: 24px; }

.items_container + .show_more {
  margin: 28px 0 25px 0; }
  .items_container + .show_more .button_show_more {
    width: 320px;
    height: 45px;
    line-height: 45px; }
  .items_container + .show_more + .recent_posts {
    margin-top: 7px;
    background-color: #F8F8FA; }
    .items_container + .show_more + .recent_posts .post_carousel_item {
      background-color: #F8F8FA; }
      .items_container + .show_more + .recent_posts .post_carousel_item .post_carousel_details {
        background: #fff; }

/* criteria service */
.criteria_service {
  position: relative;
  width: 100%;
  background: #F8F8F9;
  border: 1px solid #E3E3E3;
  border-radius: 6px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 29px 28px 29px 17px;
  overflow-y: hidden; }

.criteria_block {
  overflow: hidden;
  padding: 0 0 5px;
  margin: 30px 0; }

.criteria_service_photo {
  position: absolute;
  left: 28px;
  top: 29px;
  background: #fff;
  float: left;
  width: 225px;
  margin-right: 28px;
  margin-top: 4px;
  padding: 10px;
  text-align: center;
  overflow: hidden; }
  .criteria_service_photo:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .criteria_service_photo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    height: auto; }

.criteria_info {
  float: right;
  width: 290px;
  margin: 0 0 0 28px; }
  .criteria_info .criteria_info_item {
    overflow: hidden; }
  .criteria_info .criteria_delivery {
    color: #3C3A3A;
    font-size: 14px;
    line-height: 18px; }
    .criteria_info .criteria_delivery b {
      font-weight: 500;
      margin-left: 4px; }
  .criteria_info .criteria_prices {
    color: #3C3A3A;
    float: left;
    font-size: 14px;
    line-height: 18px;
    padding-top: 3px; }
    .criteria_info .criteria_prices span {
      color: #159500;
      font-weight: 500; }
  .criteria_info .criteria_info_item a {
    color: #2A2A2A;
    font-size: 16px;
    line-height: 20px;
    float: right;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    margin-right: 3px; }
    .criteria_info .criteria_info_item a:hover {
      text-decoration: none; }
  .criteria_info .criteria_links {
    overflow: hidden;
    padding: 25px 0 0; }
    .criteria_info .criteria_links .button_visit {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border: none;
      cursor: pointer;
      color: #fff;
      display: block;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      position: relative;
      font-size: 14px;
      outline: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-appearance: none;
      letter-spacing: 1px;
      height: 39px;
      line-height: 39px;
      background-color: #FF9E00;
      width: 140px;
      float: left;
      border-radius: 4px; }
      .criteria_info .criteria_links .button_visit:hover {
        background-color: #FFAA21; }
      .criteria_info .criteria_links .button_visit:active {
        background-color: #FD8D21; }
    .criteria_info .criteria_links .button_rate {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border: none;
      cursor: pointer;
      color: #fff;
      display: block;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      position: relative;
      font-size: 14px;
      outline: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-appearance: none;
      letter-spacing: 1px;
      height: 39px;
      line-height: 37px;
      color: #fff;
      background-color: #006AC1;
      margin-top: 0;
      width: 140px;
      line-height: 39px;
      float: right;
      background-color: #EAF1F8;
      color: #006AC1;
      border-radius: 4px; }
      .criteria_info .criteria_links .button_rate:hover {
        background-color: #058EDA; }
      .criteria_info .criteria_links .button_rate:active {
        background-color: #0179BB; }
      .criteria_info .criteria_links .button_rate:hover {
        background-color: #d4e9fe; }

.criteria_service_content {
  margin-left: 265px; }
  .criteria_service_content > p {
    text-align: justify;
    font-size: 14px;
    line-height: 22px;
    color: #2A2A2A;
    overflow: hidden;
    line-height: 22px; }

.criteria_service_title {
  border-bottom: #F0F0F0 1px solid;
  overflow: hidden;
  width: 100%;
  margin: 0px 0 15px 0;
  padding-bottom: 12px; }
  .criteria_service_title > a {
    color: #2A2A2A;
    float: left;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 5px 0 0; }
  .criteria_service_title .criteria_service_counter {
    float: left;
    display: block;
    width: 23px;
    height: 23px;
    background: #FF9E00;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    color: white;
    font-weight: 500;
    margin-right: 7px; }
  .criteria_service_title .mark {
    display: none;
    color: #3C3A3A;
    float: left;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    font-weight: 500;
    margin-left: 7px; }
  .criteria_service_title .criteria_service_rating {
    float: right;
    margin: 0 0 0 21px; }
    .criteria_service_title .criteria_service_rating .rating_wrapper {
      float: left; }
      .criteria_service_title .criteria_service_rating .rating_wrapper div.star-rating {
        background-size: 21px;
        width: 21px;
        height: 19px;
        margin: 0 1px 0 1px; }
        .criteria_service_title .criteria_service_rating .rating_wrapper div.star-rating a {
          background-size: 21px;
          width: 21px; }
        .criteria_service_title .criteria_service_rating .rating_wrapper div.star-rating-on a {
          background-position: 0 bottom !important; }
        .criteria_service_title .criteria_service_rating .rating_wrapper div.star-rating-hover a {
          background-position: 0 bottom; }
    .criteria_service_title .criteria_service_rating p {
      display: none;
      color: #3C3A3A;
      float: left;
      font-size: 16px;
      line-height: 20px;
      margin: 0 0 0 20px; }

.items_container + .show_more + .recent_posts + .show_more {
  display: none; }

/* end criteria service */
.detailed_review .sidebar {
  position: relative; }
.detailed_review .post {
  width: 100%;
  margin-top: 15px; }

/* review details */
.review_details_tabs .post {
  width: 100%;
  float: none; }

.review_details {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 1px;
  margin-bottom: 6px;
  padding: 13px 30px;
  border: 1px solid #F4F4F4;
  border-radius: 4px;
  background: #FBFBFC;
  line-height: 32px;
  height: 64px; }
  .review_details .review_details_item {
    overflow: hidden;
    float: left;
    width: 29%;
    line-height: 36px; }
    .review_details .review_details_item:last-child {
      width: 45%; }
    .review_details .review_details_item a {
      color: #25A6F4;
      font-size: 14px;
      text-decoration: none;
      font-weight: 500;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 95%; }
      .review_details .review_details_item a:hover {
        text-decoration: underline; }
    .review_details .review_details_item b > a {
      display: inline-block;
      max-width: 88%;
      line-height: 20px;
      position: relative;
      top: 6px;
      margin-left: 2px; }
    .review_details .review_details_item span {
      color: #2A2A2A;
      font-size: 15px;
      font-weight: 500; }
      .review_details .review_details_item span b {
        color: #3C3A3A;
        font-weight: 500; }
        .review_details .review_details_item span b > a {
          color: #3C3A3A;
          font-weight: 500; }
    .review_details .review_details_item p {
      color: #3C3A3A;
      font-size: 14px;
      line-height: 36px;
      text-transform: uppercase;
      font-weight: 500;
      float: left; }
      .review_details .review_details_item p b {
        color: #1BA303;
        font-size: 14px;
        font-weight: 500;
        margin-left: 5px; }
    .review_details .review_details_item .button_try_now {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border: none;
      cursor: pointer;
      color: #fff;
      display: block;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      position: relative;
      font-size: 14px;
      outline: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-appearance: none;
      letter-spacing: 1px;
      height: 39px;
      line-height: 39px;
      background-color: #FF9E00;
      font-size: 13px;
      color: #fff;
      float: right;
      width: 230px;
      height: 36px;
      line-height: 36px; }
      .review_details .review_details_item .button_try_now:hover {
        background-color: #FFAA21; }
      .review_details .review_details_item .button_try_now:active {
        background-color: #FD8D21; }
      .review_details .review_details_item .button_try_now:hover {
        text-decoration: none; }

.sidebar_top {
  margin: 30px 0;
  border: 1px solid #F4F4F4;
  border-radius: 4px;
  background: #FBFBFC;
  padding: 23px 19px; }
  .sidebar_top::after {
    display: block;
    content: "";
    clear: both; }

.sidebar_top_info_right {
  float: right;
  width: 35%;
  margin-left: 2%; }
  .sidebar_top_info_right .site_rate {
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EEEEF0; }
    .sidebar_top_info_right .site_rate a {
      float: left;
      margin-left: 0;
      color: #25A6F4; }
    .sidebar_top_info_right .site_rate .rating_wrapper {
      float: right; }
  .sidebar_top_info_right .general_rating_content .general_rating_line {
    font-size: 20px;
    text-transform: uppercase;
    color: #2A2A2A;
    font-weight: 600; }
    .sidebar_top_info_right .general_rating_content .general_rating_line:last-child {
      font-size: 14px;
      margin-top: 10px; }

.review_details_nav {
  width: 100%;
  overflow: hidden;
  margin: 2px 0 19px 0;
  border: 1px solid #E2E9EE;
  border-radius: 4px; }
  .review_details_nav ul {
    list-style: none;
    position: relative; }
    .review_details_nav ul .ui-state-default {
      float: left;
      width: 33.3333%;
      height: 50px;
      position: relative;
      outline: none;
      border-left: 1px solid #E2E9EE;
      margin: 0; }
      .review_details_nav ul .ui-state-default:first-child {
        margin-left: 0;
        border-left: none; }
      .review_details_nav ul .ui-state-default:last-child {
        margin-right: 0; }
      .review_details_nav ul .ui-state-default a {
        text-decoration: none;
        color: #2A2A2A; }
        .review_details_nav ul .ui-state-default a span {
          display: block;
          font-size: 14px;
          font-weight: 500;
          line-height: 50px;
          text-align: center;
          width: 100%; }
        .review_details_nav ul .ui-state-default a i {
          text-align: center;
          color: #fff;
          background: #006AC1;
          display: inline-block;
          width: 18px;
          height: 18px;
          line-height: 19px;
          margin-left: 6px;
          border-radius: 50%;
          font-size: 9px;
          font-style: normal;
          position: relative;
          top: -1px; }
      .review_details_nav ul .ui-state-default:first-child a:before {
        display: none; }
      .review_details_nav ul .ui-state-default.ui-state-active {
        background-color: #EEF5FB; }
        .review_details_nav ul .ui-state-default.ui-state-active a {
          color: #3C3A3A; }
          .review_details_nav ul .ui-state-default.ui-state-active a:before {
            display: none; }
        .review_details_nav ul .ui-state-default.ui-state-active + .ui-state-default a:before {
          display: none; }
      .review_details_nav ul .ui-state-default.ui-state-focus a {
        outline: none; }

.service_rating {
  float: left;
  width: 25%;
  margin-left: 3%; }
  .service_rating .service_rating_item {
    float: left;
    width: 28px;
    text-align: center; }
    .service_rating .service_rating_item:first-child {
      margin-left: 13px;
      margin-right: 42px; }
    .service_rating .service_rating_item:last-child {
      margin-right: 0;
      margin-left: 20px;
      width: 89px; }
      .service_rating .service_rating_item:last-child span {
        margin-left: 0; }
    .service_rating .service_rating_item p {
      color: #3C3A3A;
      font-size: 14px;
      line-height: 18px; }
    .service_rating .service_rating_item .rating_line {
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      background-color: #fff;
      overflow: hidden;
      width: 28px;
      height: 156px;
      position: relative;
      border: 1px solid #EDEDED;
      margin: 12px auto 0; }
      .service_rating .service_rating_item .rating_line .rating_line_progress {
        background-color: #006AC1;
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0; }
    .service_rating .service_rating_item span {
      color: #3C3A3A;
      display: block;
      font-size: 14px;
      margin: 10px 0 0 -6px;
      width: auto;
      font-weight: 500;
      white-space: nowrap; }

.site_screen_links_wrapper {
  float: left;
  width: 35%; }

.general_rating_links {
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  z-index: 5; }
  .general_rating_links .button_review {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    letter-spacing: 1px;
    height: 38px;
    line-height: 38px;
    color: #006AC1;
    background-color: #EEF5FB;
    float: left;
    width: 48%;
    font-size: 13px; }
    .general_rating_links .button_review:hover {
      background-color: #F3F8FC; }
    .general_rating_links .button_review:active {
      background-color: #E5EFF9; }
  .general_rating_links .button_visit {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    letter-spacing: 1px;
    height: 38px;
    line-height: 38px;
    background-color: #FF9E00;
    float: right;
    width: 48%;
    font-size: 13px; }
    .general_rating_links .button_visit:hover {
      background-color: #FFAA21; }
    .general_rating_links .button_visit:active {
      background-color: #FD8D21; }

.site_screen {
  overflow: hidden;
  position: relative;
  height: 154px;
  z-index: 5;
  line-height: 0;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #F3F2F2; }
  .site_screen img {
    width: 100%;
    height: auto; }

.general_rating_section {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-top: 31px;
  margin-top: 10px; }
  .general_rating_section .like, .general_rating_section .dislike {
    background-color: #fff;
    margin-right: 20px; }

.general_rating_content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  z-index: 5; }
  .general_rating_content .general_rating_line {
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px; }
    .general_rating_content .general_rating_line span {
      color: #3C3A3A;
      float: left;
      margin-right: 6px; }
    .general_rating_content .general_rating_line p {
      color: #3C3A3A;
      float: left; }
    .general_rating_content .general_rating_line:nth-child(2) p {
      color: #4CA85E; }
  .general_rating_content .service_details {
    border-top: #F2F2F2 2px solid;
    border-bottom: #F2F2F2 2px solid;
    display: inline-block;
    width: 100%;
    margin-top: 19px;
    padding: 19px 0 16px 0; }
    .general_rating_content .service_details .like {
      background: #EBEAEA url("//d135z8surl02so.cloudfront.net/assets/like_blue-6f6f70f5320e56dbce67484a4e87c7aec4fe825bcd6e6d19954bfcb38a9c42d0.svg") center 14px no-repeat;
      background-size: 25px;
      cursor: pointer;
      float: left;
      width: 52px;
      height: 52px;
      margin-right: 22px;
      border: 1px solid #EDEDED; }
      .general_rating_content .service_details .like:hover {
        background-color: #DBD9D9; }
    .general_rating_content .service_details .dislike {
      background: #EBEAEA url("//d135z8surl02so.cloudfront.net/assets/dislike_red-a77c14146767ebf6df21cb623483784e3f78acf1bcdc5337be135cb273da3270.png") center 19px no-repeat;
      background-size: 25px;
      cursor: pointer;
      float: left;
      width: 52px;
      height: 52px;
      border: 1px solid #EDEDED; }
      .general_rating_content .service_details .dislike:hover {
        background-color: #DBD9D9; }

.button_rate {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  cursor: pointer;
  color: #fff;
  display: block;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  letter-spacing: 1px;
  height: 39px;
  line-height: 37px;
  color: #fff;
  background-color: #006AC1;
  float: right;
  width: 55%;
  margin-top: 5px; }
  .button_rate:hover {
    background-color: #058EDA; }
  .button_rate:active {
    background-color: #0179BB; }

/* end review details */
.detailed_title {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 30px 0 12px; }
  .detailed_title h1 {
    color: #2A2A2A;
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    text-align: left; }

.site_rate {
  overflow: hidden;
  margin-top: 10px; }
  .site_rate .rating_wrapper div.star-rating {
    background-size: 21px;
    width: 21px;
    height: 19px;
    margin: 0 2px 0 2px; }
    .site_rate .rating_wrapper div.star-rating a {
      background-size: 21px;
      width: 21px; }
    .site_rate .rating_wrapper div.star-rating-on a {
      background-position: 0 bottom !important; }
    .site_rate .rating_wrapper div.star-rating-hover a {
      background-position: 0 bottom; }
  .site_rate > a {
    color: #2C7EB0;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none; }

.review_details_tabs {
  display: block;
  max-width: 100%; }
  .review_details_tabs .post_content > p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px; }
  .review_details_tabs .post_content > h2 {
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px; }
  .review_details_tabs .post_content ul.list li {
    font-size: 14px; }
  .review_details_tabs .post_content ol.list li {
    font-size: 14px; }
  .review_details_tabs .contact_form {
    background: none;
    width: 100%;
    padding: 0 0 30px;
    margin-left: 0;
    height: auto; }
    .review_details_tabs .contact_form .contact_title {
      position: relative;
      margin-bottom: 15px;
      text-align: left;
      padding: 0 0 12px;
      border-bottom: 1px solid #EDEDED; }
      .review_details_tabs .contact_form .contact_title h3 {
        color: #253239;
        font-weight: 500;
        font-size: 20px;
        line-height: 37px;
        position: relative; }
    .review_details_tabs .contact_form .contact_form_content .field_item {
      margin-bottom: 21px; }
      .review_details_tabs .contact_form .contact_form_content .field_item:nth-child(1) {
        float: left;
        width: 48%; }
      .review_details_tabs .contact_form .contact_form_content .field_item:nth-child(2) {
        float: right;
        width: 48%; }
      .review_details_tabs .contact_form .contact_form_content .field_item label {
        color: #2A2A2A;
        font-size: 15px;
        display: block;
        font-weight: 500;
        text-align: left;
        margin-bottom: 6px; }
        .review_details_tabs .contact_form .contact_form_content .field_item label sup {
          color: #FC2A07;
          font-size: 17px;
          position: relative;
          top: 6px;
          margin-left: 3px; }
        .review_details_tabs .contact_form .contact_form_content .field_item label i {
          color: #AEAEAE;
          display: inline-block;
          font-style: normal;
          font-size: 12px;
          margin-left: 5px; }
      .review_details_tabs .contact_form .contact_form_content .field_item .field_error {
        width: 100%; }
        .review_details_tabs .contact_form .contact_form_content .field_item .field_error .input {
          width: 100%;
          margin-right: 0; }
        .review_details_tabs .contact_form .contact_form_content .field_item .field_error .textarea {
          width: 100%;
          margin-right: 0; }
      .review_details_tabs .contact_form .contact_form_content .field_item .input {
        width: 100%; }
      .review_details_tabs .contact_form .contact_form_content .field_item .textarea {
        width: 100%;
        height: 115px; }
    .review_details_tabs .contact_form .captcha {
      width: 100%;
      margin-top: 12px;
      padding-bottom: 5px; }
    .review_details_tabs .contact_form .button_post {
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border: none;
      cursor: pointer;
      color: #fff;
      display: block;
      font-weight: 500;
      text-align: center;
      text-decoration: none;
      position: relative;
      font-size: 14px;
      outline: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-appearance: none;
      letter-spacing: 1px;
      font-size: 16px;
      font-weight: 500;
      height: 45px;
      line-height: 45px;
      color: #fff;
      background-color: #006AC1;
      width: 100%;
      float: none;
      max-width: 304px; }
      .review_details_tabs .contact_form .button_post:hover {
        background-color: #058EDA; }
      .review_details_tabs .contact_form .button_post:active {
        background-color: #0179BB; }

.customers_reviews {
  margin-top: 30px;
  margin-bottom: 20px; }
  .customers_reviews + .show_more {
    margin: 25px 0 50px; }

.customers_reviews_site_name {
  color: #2A2A2A;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600; }

/* message */
.message {
  border: 1px solid #EDEDED;
  border-radius: 4px;
  margin-bottom: 33px;
  padding: 20px 30px;
  overflow: hidden; }
  .message .message_photo {
    float: left;
    width: 100px;
    height: 100px; }
    .message .message_photo img {
      max-width: 100%;
      height: auto; }
  .message .message_rate {
    float: left; }
    .message .message_rate div.star-rating {
      background-size: 21px;
      width: 21px;
      height: 19px;
      margin: 0 2px 0 2px; }
      .message .message_rate div.star-rating a {
        background-size: 21px;
        width: 21px; }
      .message .message_rate div.star-rating-on a {
        background-position: 0 bottom !important; }
      .message .message_rate div.star-rating-hover a {
        background-position: 0 bottom; }
  .message .message_title {
    overflow: hidden;
    margin-bottom: 15px; }
    .message .message_title h3 {
      background: url("//d135z8surl02so.cloudfront.net/assets/arrow_left_silver-d01ebdaba2c1484984fca2d598018d5fc659fad15fd55b8a8a66dbaad6bee4bf.png") right center no-repeat;
      background-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #3C3A3A;
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      line-height: 21px;
      font-weight: 400;
      padding-right: 45px;
      margin-right: 28px; }
      .message .message_title h3 span {
        color: #3C3A3A;
        font-size: 14px;
        text-transform: none; }
    .message .message_title > span {
      color: #2086AD;
      font-size: 15px;
      line-height: 21px; }
  .message .message_content {
    overflow: hidden; }
    .message .message_content p {
      color: #4A4A4A;
      font-size: 14px;
      line-height: 21px; }
    .message .message_content a.link_reply {
      color: #2C7EB0;
      font-size: 14px;
      float: right;
      text-decoration: none;
      margin: 7px 0 0 0; }
      .message .message_content a.link_reply:before {
        text-decoration: none; }

/* end message */
.comments {
  margin-top: 30px; }
  .comments .reply_link {
    color: #25A6F4;
    font-size: 14px;
    float: right;
    text-decoration: none; }
  .comments .message_reply {
    border-top: 1px solid #EDEDED;
    margin-top: 22px;
    padding-top: 20px;
    padding-left: 40px;
    position: relative; }
    .comments .message_reply .message_info {
      color: #2A2A2A;
      font-size: 16px;
      border-bottom: none;
      margin-bottom: 0; }
      .comments .message_reply .message_info .message_info_title:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 22px;
        height: 20px;
        background: url("//d135z8surl02so.cloudfront.net/assets/reply-81ac5222312f2ae0f6f6fcf184f13841005d54a851225ba9e455384904c8e13f.svg") no-repeat;
        background-size: contain;
        margin-right: 10px; }
    .comments .message_reply .message_details {
      padding-top: 0; }

.show_more + .contact_form {
  margin-top: 32px; }

.message_info {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 18px; }
  .message_info .message_title {
    float: right; }

.message_info_title {
  float: left; }
  .message_info_title p {
    color: #3C3A3A;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 5px; }
    .message_info_title p span {
      font-size: 16px;
      margin-right: 10px;
      font-weight: 500; }
  .message_info_title a {
    color: #2086AD;
    font-size: 15px;
    text-decoration: none; }

.message_info_photo {
  background: url("//d135z8surl02so.cloudfront.net/assets/customer_wrapper-3e3a0f2a12e0cae209ca70286d46698a1fb6b5002a50ae5ad51d076693a712f5.png") no-repeat;
  background-size: 170px;
  width: 170px;
  height: 128px;
  padding: 15px;
  margin-top: 20px;
  display: none; }
  .message_info_photo img {
    max-width: 100%;
    max-height: 108px; }

.message_details {
  overflow: hidden;
  padding-top: 9px; }
  .message_details .message_content {
    font-size: 16px;
    color: #2A2A2A; }

.request_review .section_title {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 15px;
  margin-bottom: 30px !important; }
.request_review form {
  max-width: 630px; }
  .request_review form .input_general_info .field_item {
    width: 47.7%;
    margin-right: 4%; }
    .request_review form .input_general_info .field_item:nth-child(2n) {
      margin-right: 0; }
    .request_review form .input_general_info .field_item:last-child {
      width: 100%;
      margin-right: 0; }
.request_review .button_send {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  cursor: pointer;
  color: #fff;
  display: block;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  background-color: #FF9E00;
  height: 45px;
  line-height: 45px;
  display: block;
  width: 48%;
  float: right;
  margin: 18px auto 25px;
  margin-top: 0 !important;
  clear: none; }
  .request_review .button_send:hover {
    background-color: #FFAA21; }
  .request_review .button_send:active {
    background-color: #FD8D21; }
.request_review .button_upload {
  float: left;
  width: 48%; }
.request_review .captcha {
  margin-bottom: 15px; }

.error_page {
  text-align: center;
  margin-bottom: 55px; }
  .error_page h1, .error_page > img {
    border-bottom: #F4F4F4 2px solid;
    color: #E9EAEB;
    font-size: 144px;
    line-height: 150px;
    font-weight: 600;
    width: 300px;
    margin: 55px auto 23px;
    padding-bottom: 7px; }
  .error_page img {
    margin-bottom: 16px; }
  .error_page p {
    color: #2A2A2A;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; }
  .error_page .button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #006AC1;
    width: 100%;
    max-width: 300px;
    margin: 15px auto 10px; }
    .error_page .button:hover {
      background-color: #058EDA; }
    .error_page .button:active {
      background-color: #0179BB; }
  .error_page .error_link {
    color: #25A6F4;
    font-size: 15px;
    margin-top: 8px;
    display: inline-block;
    text-decoration: none; }

.faq {
  margin-bottom: 45px; }
  .faq .section_title {
    margin-bottom: 25px !important;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 15px; }
  .faq h2 {
    color: #004868;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 19px; }
  .faq h3 {
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 19px;
    border: 1px solid #EDEDED;
    padding: 16px 91px 16px 32px;
    border-radius: 16px;
    background-color: #F8F8F9;
    cursor: pointer;
    position: relative; }
    .faq h3:after {
      content: "";
      display: block;
      position: absolute;
      width: 78px;
      height: 100%;
      border-top-right-radius: 16px;
      border-bottom-right-radius: 16px;
      right: 0;
      top: 0;
      background-color: #fff;
      background-image: url("//d135z8surl02so.cloudfront.net/assets/arrow_faq-de49302f75e1613d0f859dd69020e89a52b2261fe6b847e6ce18b4d8c00ef18b.svg");
      background-repeat: no-repeat;
      background-size: 9px;
      background-position: center; }
  .faq p {
    color: #4A4A4A;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px; }
  .faq .faq_item > p {
    border: 1px solid #EDEDED;
    border-radius: 16px;
    background-color: #F8F8F9;
    margin-bottom: 20px;
    padding: 22px 30px;
    display: none; }
  .faq .faq_item.active > h3:after {
    background-color: #006AC1;
    background-image: url("//d135z8surl02so.cloudfront.net/assets/arrow_faq_h-772d3019bf439430c49648d10d6b651157b72ede377c31e7ec90b15bcd0cf04e.svg"); }
  .faq .faq_item.active > p {
    display: block; }
  .faq ul.list {
    margin: 20px;
    list-style: none; }
    .faq ul.list li {
      color: #6B757B;
      font-size: 14px;
      line-height: 22px;
      position: relative; }
      .faq ul.list li:before {
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        background-color: #FF5765;
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        position: absolute;
        top: 9px;
        left: -18px; }
  .faq ol.list {
    margin: 20px; }
    .faq ol.list li {
      color: #6B757B;
      font-size: 14px;
      line-height: 22px; }

.discount_success {
  text-align: center;
  margin-top: 81px; }
  .discount_success h1 {
    color: #04A205;
    display: block;
    margin-bottom: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 47px; }
  .discount_success p {
    color: #2C2C2C;
    font-size: 22px;
    line-height: 35px;
    font-weight: 500; }
  .discount_success .button {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    display: block;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #006AC1;
    width: 100%;
    max-width: 320px;
    margin: 31px auto 55px; }
    .discount_success .button:hover {
      background-color: #058EDA; }
    .discount_success .button:active {
      background-color: #0179BB; }

.footer_page .post {
  width: 100%; }

.popup_overlay {
  background: rgba(66, 66, 66, 0.67);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  text-align: center; }
  .popup_overlay:after {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ''; }

.popup {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left; }
  .popup.popup_review {
    width: 800px; }
    .popup.popup_review .popup_title h2:after {
      width: 103%;
      margin-left: -1.5%; }
    .popup.popup_review .popup_content {
      padding: 20px 55px; }
      .popup.popup_review .popup_content > p {
        color: #686f85;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px; }
      .popup.popup_review .popup_content .button_upload {
        background-position: 298px center; }
  .popup.popup_info {
    width: 600px;
    min-height: 285px; }

.popup_close {
  background: url("//d135z8surl02so.cloudfront.net/assets/popup_close-4d5933c77c732b7280598177d4e6665d42fca449e8414cfc8df15e551112a159.png") no-repeat;
  background-size: 13px;
  cursor: pointer;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 8px;
  right: 11px; }

.popup_title {
  overflow: hidden;
  padding: 31px 0 10px 0;
  text-align: center; }
  .popup_title h2 {
    color: #3C3A3A;
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    position: relative;
    text-transform: uppercase; }
    .popup_title h2:after {
      background-color: #DDDBDB;
      content: '';
      display: block;
      width: 146%;
      margin: 18px 0 0 -23.5%;
      height: 3px; }

/* popup review form */
.popup_review_form {
  display: inline-block;
  width: 100%; }
  .popup_review_form .field_block + .field_block .field_item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0; }
    .popup_review_form .field_block + .field_block .field_item label {
      width: 23%; }
  .popup_review_form .field_block + .field_item {
    float: right;
    margin-right: 0;
    margin-top: -55px; }
  .popup_review_form .field_block .fileinput-button {
    width: 48.5%; }
    .popup_review_form .field_block .fileinput-button .button_upload {
      width: 100%; }
  .popup_review_form .field_item {
    width: 48.5%;
    margin-right: 2.3333%;
    margin-bottom: 19px; }
    .popup_review_form .field_item:nth-child(2n) {
      margin-right: 0; }
    .popup_review_form .field_item:nth-child(5) {
      width: 100%;
      margin-right: 0;
      margin-bottom: 0; }
    .popup_review_form .field_item .textarea {
      height: 103px; }
  .popup_review_form .field_files .field_error {
    width: 70%; }
    .popup_review_form .field_files .field_error .input {
      width: 100%; }
  .popup_review_form .field_files .input {
    width: 70%; }
  .popup_review_form .field_files .button_upload {
    width: 27%; }
  .popup_review_form .captcha {
    margin-top: 10px; }
  .popup_review_form .button_send {
    width: 100%; }

/* end popup review form */
.popup_info .popup_content {
  padding: 20px; }
.popup_info .popup_info_text {
  text-align: center; }
  .popup_info .popup_info_text span {
    color: #4A4A4A;
    display: block;
    font-size: 18px;
    line-height: 25px; }
  .popup_info .popup_info_text p {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 21px; }
.popup_info .button_ok {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  cursor: pointer;
  color: #fff;
  display: block;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  line-height: 45px;
  background-color: #FF9E00;
  width: 335px;
  margin: 30px auto 10px; }
  .popup_info .button_ok:hover {
    background-color: #FFAA21; }
  .popup_info .button_ok:active {
    background-color: #FD8D21; }

.popup_policy {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #EEF5FB; }
  .popup_policy .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    width: 100%;
    height: 35px;
    margin: 0 auto;
    padding: 0 10px; }
  .popup_policy p {
    font-size: 13px;
    color: #006AC1; }
    .popup_policy p a {
      margin-left: 4px;
      text-decoration: none;
      color: #006AC1; }
  .popup_policy button {
    outline: none;
    border: 1px solid #006AC1;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    color: #006AC1;
    background-color: #EEF5FB;
    width: 68px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .3s ease; }
    .popup_policy button:hover {
      background-color: #fff;
      color: #006AC1; }

@media (max-width: 1010px) {
  .suggest_website {
    margin-right: 55px; }

  .header_top {
    box-shadow: 0 0 12px #000; }

  .header + .container {
    overflow: hidden; }

  .header_nav > ul li a, .header_nav > ul li span {
    border-radius: 0 !important; }

  .service_item .service_photo {
    margin-bottom: 12px; }

  .contact_form {
    height: auto;
    margin-bottom: 40px; }

  .popup.popup_info {
    max-width: 600px;
    min-height: 285px;
    width: 95%; }

  .discount_success h1 {
    font-size: 32px;
    margin-bottom: 6px; }

  .discount_success p {
    font-size: 16px; }

  .discount_success {
    margin-top: 56px; }

  .discount_success .button {
    margin-top: 19px; }

  .criteria_service {
    padding: 21px 22px; }

  .criteria_service_content {
    margin-left: 0; }

  .criteria_service_title .criteria_service_counter, .criteria_service_photo {
    margin-top: 0;
    position: static;
    float: left; }

  .criteria_service_title .criteria_service_counter {
    float: none;
    display: inline-block; }

  .criteria_service_title .criteria_service_rating {
    margin-top: 0; }

  .upload_files ul li span {
    max-width: 276px; }

  .popup_title h2 {
    font-size: 22px;
    line-height: 27px; }

  .popup_info .button_ok {
    width: 100%;
    max-width: 335px; }

  .upload_files ul li {
    margin-top: 10px; }

  .field_files {
    width: 100%;
    float: none; }

  .header_nav {
    position: absolute;
    right: 2.5%;
    top: 4px; }
    .header_nav .btn_menu_mob {
      display: block;
      width: 28px;
      height: 14px;
      background: url("//d135z8surl02so.cloudfront.net/assets/btn_mob_nav-799e5816a3667e63739cf0aa1262588d367a9964eda05a3a6d3817a4cf620f9c.svg") no-repeat;
      background-position: center;
      background-size: contain;
      cursor: pointer; }
    .header_nav > ul {
      overflow-y: auto;
      position: fixed;
      visibility: hidden;
      opacity: 0;
      height: 100%;
      width: 280px;
      background: #FAFAFA;
      right: 0;
      top: 0;
      padding-top: 56px;
      transition: .35s; }
      .header_nav > ul li {
        display: block;
        float: none;
        padding: 0 !important;
        margin: 0; }
        .header_nav > ul li a, .header_nav > ul li span {
          font-size: 15px;
          color: #2A2A2A;
          padding: 10px 28px;
          display: block; }
          .header_nav > ul li a.active, .header_nav > ul li a:hover, .header_nav > ul li a:active, .header_nav > ul li span.active, .header_nav > ul li span:hover, .header_nav > ul li span:active {
            background: #EEF5FB; }
        .header_nav > ul li.drop a:after {
          display: none; }
        .header_nav > ul li .drop_nav {
          display: block;
          position: relative;
          padding-top: 0;
          right: auto;
          left: 0;
          transform: none; }
          .header_nav > ul li .drop_nav ul {
            padding: 0;
            box-shadow: none;
            background: inherit;
            width: 100%;
            max-width: none;
            min-width: auto; }
            .header_nav > ul li .drop_nav ul:before {
              display: none; }
            .header_nav > ul li .drop_nav ul li {
              padding: 0;
              margin: 0;
              display: block; }
              .header_nav > ul li .drop_nav ul li a {
                padding: 8px 10px 8px 50px;
                display: block; }
                .header_nav > ul li .drop_nav ul li a.active, .header_nav > ul li .drop_nav ul li a:hover, .header_nav > ul li .drop_nav ul li a:active {
                  background: #EEF5FB; }
              .header_nav > ul li .drop_nav ul li:last-child {
                padding-bottom: 0; }

  .recent_posts .post_carousel .slick-arrow.slick-next {
    right: -50px;
    z-index: 2; }
  .recent_posts .post_carousel .slick-arrow.slick-prev {
    left: -50px;
    z-index: 2; }

  .blur {
    opacity: 0;
    visibility: hidden;
    transition: .35s; }

  .active {
    overflow: hidden; }
    .active .header_nav > ul {
      opacity: 1;
      visibility: visible; }
    .active .btn_menu_mob {
      position: relative;
      z-index: 2;
      background: url("//d135z8surl02so.cloudfront.net/assets/btn_mob_nav_close-c75da87f5746fb7512d86ac45e57a7393720a4da808bbc43469577f1befe9c1a.svg") no-repeat; }
    .active .blur {
      visibility: visible;
      opacity: 1;
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.52);
      z-index: 9; }

  .service_item {
    width: 100%;
    border-bottom: 1px solid #E6E6E6; }
    .service_item .service_title {
      padding-right: 220px; }
    .service_item .service_content {
      position: relative; }
    .service_item .service_content_item {
      position: absolute;
      top: -41px;
      right: 10px; }
      .service_item .service_content_item .service_rate {
        margin-right: 11px; }
    .service_item .service_photo_links_wrapp {
      float: left; }
    .service_item .service_photo {
      width: 300px; }
    .service_item .service_comment {
      width: 54%;
      clear: none;
      float: right; }
      .service_item .service_comment p {
        max-height: 128px; }

  .search_section {
    display: block; }
    .search_section .section {
      display: block; }

  .search {
    padding: 26px 0; }
    .search .search_content h2 {
      display: block;
      margin-bottom: 15px;
      font-size: 18px;
      line-height: 18px; }
    .search .search_content form {
      display: block; }
    .search .search_content .easy-autocomplete {
      width: 100% !important;
      float: none; }

  .select_feature_item {
    padding: 0 18px; }

  .filter_steps .filter_step .select2-container {
    min-width: 89%; }

  .statistic_item {
    width: 31%;
    margin-right: 3%; }
    .statistic_item.statistic_comments p {
      margin-left: 26px; }
    .statistic_item.statistic_services p {
      margin-left: 28px; }
    .statistic_item p {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 45%; }
    .statistic_item span {
      width: 71px; }

  .section_title h1, .section_title h2 {
    font-size: 20px; }

  .filter {
    margin-top: 34px;
    width: 337px; }

  .popular_services_item {
    width: 30%;
    margin: 0 5% 6.2% 0; }

  .recent_posts {
    display: block; }
    .recent_posts .section {
      width: 85%; }
    .recent_posts .slick-track {
      display: table; }
    .recent_posts .slick-dots {
      list-style-type: none;
      margin-top: 25px; }
      .recent_posts .slick-dots li {
        display: inline-block;
        outline: none; }
        .recent_posts .slick-dots li button {
          border: none;
          background: #EBEBEE;
          border-radius: 50%;
          color: transparent;
          font-size: 0;
          width: 8px;
          height: 8px;
          margin: 0 5px;
          outline: none; }
        .recent_posts .slick-dots li.slick-active button {
          background: #C7C7C7; }
    .recent_posts .post_carousel_info {
      float: left; }
    .recent_posts .post_carousel_item {
      min-height: auto; }
    .recent_posts .post_carousel_details {
      min-height: 210px;
      position: relative;
      padding-bottom: 35px !important; }
      .recent_posts .post_carousel_details .read_more_link {
        position: absolute;
        bottom: 15px;
        right: 18px; }

  .receive_discount label {
    max-width: 100%;
    text-align: left;
    display: block; }
  .receive_discount .field_error {
    float: left;
    width: 59%; }
  .receive_discount input[type="text"] {
    width: 100% !important; }
  .receive_discount .receive_discount_item {
    float: none;
    margin-left: 0; }
    .receive_discount .receive_discount_item .field_error input[type="text"] {
      width: 100% !important; }
    .receive_discount .receive_discount_item > .field_error, .receive_discount .receive_discount_item > input[type="text"] {
      width: 60%; }
    .receive_discount .receive_discount_item .button {
      width: 36%;
      margin-left: 4%; }
  .receive_discount .validation_error {
    text-align: left; }

  .footer_nav ul li {
    margin-right: 12px; }

  .footer_links {
    padding-left: 16px; }
    .footer_links ul li {
      margin-right: 12px; }

  .footer_info {
    float: right; }

  .footer_bottom {
    background-color: #F8F8F9; }

  .footer_social {
    float: none;
    clear: both;
    margin-top: 30px;
    border-top: 1px solid #D8D8D8;
    padding-top: 30px;
    padding-bottom: 25px;
    text-align: center; }
    .footer_social span {
      float: none; }
    .footer_social .footer_social_wrapper {
      float: none;
      display: inline-block;
      position: relative;
      top: 10px; }

  .sorting .field_item:last-child {
    width: 100%; }
    .sorting .field_item:last-child .input {
      width: 100%;
      float: none; }
    .sorting .field_item:last-child .easy-autocomplete {
      width: 100% !important; }

  .review {
    display: block;
    overflow: hidden; }
    .review .criteria_service_rating {
      display: table; }
    .review .post_carousel .post_carousel_item {
      padding: 0; }

  .sorting {
    border-bottom: #D8D8D8 1px solid;
    margin-bottom: 25px;
    padding-bottom: 8px; }

  .sorting_results {
    display: none; }

  .criteria_service_photo {
    width: 252px;
    height: 156px; }

  .criteria_service_content {
    overflow: unset; }
    .criteria_service_content .criteria_service_title {
      overflow: unset;
      border-bottom: none;
      position: relative; }
      .criteria_service_content .criteria_service_title:after {
        content: "";
        display: block;
        position: absolute;
        width: 58%;
        bottom: -9px;
        right: 0;
        height: 1px;
        background: #F0F0F0; }
      .criteria_service_content .criteria_service_title a {
        float: none; }
    .criteria_service_content .criteria_info {
      float: left;
      width: auto;
      margin: 9px 0 10px; }
      .criteria_service_content .criteria_info .criteria_links {
        padding: 20px 0 0; }
        .criteria_service_content .criteria_info .criteria_links .button_visit {
          margin-right: 10px; }
      .criteria_service_content .criteria_info .criteria_info_item a {
        margin-right: 4px; }
    .criteria_service_content > p {
      padding-top: 15px;
      margin-top: 144px;
      border-top: 1px solid #F0F0F0; }

  .items_container + .show_more {
    margin: 5px; }

  .items_container + .show_more + .recent_posts {
    margin-top: 22px;
    background: #FBFBFB; }

  .items_container + .show_more .button_show_more {
    width: 100%; }

  .contact_content {
    overflow: hidden;
    float: none;
    width: 100%; }

  .contact_form {
    float: none;
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin-top: 10px;
    max-width: 630px; }

  .post {
    overflow: hidden;
    margin-top: 35px;
    float: none;
    width: 100%; }

  .sidebar {
    float: none;
    width: 100%;
    margin-top: 21px; }
    .sidebar .widget {
      width: 100%;
      padding-bottom: 0; }
      .sidebar .widget .recent_reviews_item {
        width: 50%;
        float: left;
        border-right: 1px solid #F6F6F6;
        padding-bottom: 20px;
        margin-bottom: 0; }
        .sidebar .widget .recent_reviews_item:nth-child(2n) {
          border-right: none; }
        .sidebar .widget .recent_reviews_item:after {
          bottom: 0; }
        .sidebar .widget .recent_reviews_item:nth-child(2n) {
          display: block; }

  .pagination {
    max-width: 572px;
    padding-right: 0; }

  .review_details {
    padding: 13px 20px; }

  .review_details .review_details_item {
    width: 28%;
    text-align: center; }
    .review_details .review_details_item:last-child {
      width: 43%; }
    .review_details .review_details_item .button_try_now {
      width: 92px; }

  .sidebar_top {
    padding: 11px 9px; }

  .service_rating {
    float: left;
    width: 62%;
    margin-left: 3%; }

  .sidebar_top_info_right {
    float: right;
    width: 100%;
    margin-left: 0;
    margin-top: 21px; }

  .site_screen {
    height: 112px; }

  .review_details_nav ul .ui-state-default a i {
    top: -6px; }

  .review_details_tabs .contact_form .contact_form_content .field_item {
    margin-bottom: 17px; }
    .review_details_tabs .contact_form .contact_form_content .field_item:nth-child(1), .review_details_tabs .contact_form .contact_form_content .field_item:nth-child(2) {
      width: 100%;
      max-width: 488px;
      float: none; }

  .filter_wrapper .button {
    margin-top: 16px; }

  #tabs-3 .contact_form {
    max-width: 100%; }

  .search .search_content form {
    float: none; }

  .contact_form .field_block:last-child {
    margin-bottom: 0; }

  .error_page {
    text-align: center;
    margin-bottom: 50px; } }
@media (max-width: 1010px) and (min-width: 767px) {
  .popular_services {
    width: 51%; }

  .service_rating {
    margin-top: 61px; }
    .service_rating .service_rating_item {
      margin: 0 !important;
      width: 100% !important;
      position: relative;
      height: 46px; }
      .service_rating .service_rating_item p {
        position: absolute;
        right: 0; }
      .service_rating .service_rating_item span {
        position: absolute;
        left: 0;
        margin: 0; }
      .service_rating .service_rating_item .rating_line {
        width: 10px;
        top: -110px;
        height: 235px;
        margin: 0;
        position: absolute;
        left: 55%;
        transform: rotate(90deg); }

  .sidebar_top {
    position: relative; }
    .sidebar_top .site_rate {
      position: absolute;
      top: 10px;
      width: 60%;
      right: 10px; }
    .sidebar_top .sidebar_top_info_right {
      margin-top: 0;
      padding-top: 21px;
      border-top: #F2F2F2 1px solid; }
    .sidebar_top .general_rating_content {
      float: left;
      width: auto; }
    .sidebar_top .general_rating_section {
      float: right;
      width: 64%;
      padding: 0;
      margin: 0;
      border: 0; }

  .widget_recent_reviews .widget_content {
    padding: 0; }

  .sidebar .widget .recent_reviews_item {
    padding: 18px 20px 25px; }

  .section_title h1, .section_title h2 {
    font-size: 26px; }

  .recent_reviews_item .recent_reviews_photo {
    width: 186px; }

  .section_title h1, .section_title h2 {
    font-size: 22px; }

  .receive_discount label {
    float: none; }

  .receive_discount input[type="text"] {
    width: 59% !important; }

  .select_feature_item .feature_value {
    width: 22%; }

  .select_feature_item > .irs {
    width: 40%; } }
@media (max-width: 999px) and (min-width: 641px) {
  .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane {
    width: 100%;
    height: 100%;
    padding: 10px; } }
@media (max-width: 767px) {
  .desktop-visible {
    display: none; }

  .mobile-visible {
    display: block; }

  .logo {
    width: 148px; }

  .header_nav > ul {
    width: 270px; }

  .general_rating_content {
    padding-top: 20px;
    margin-top: 0;
    border-top: 1px solid #EEEEF0; }

  .active .header_nav {
    top: 0;
    padding-bottom: 0; }
  .active > ul {
    padding-top: 38px; }

  .suggest_website {
    margin-right: 0; }
    .suggest_website a {
      width: 143px;
      font-size: 12px;
      height: 36px;
      margin-top: 16px;
      line-height: 36px; }

  .slogan {
    position: relative;
    padding-top: 9px;
    width: 80%;
    float: left; }
    .slogan span {
      line-height: 20px;
      display: block;
      max-width: 90%;
      font-size: 14px; }
      .slogan span:after {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px; }

  .header_top {
    box-shadow: 0 0 12px #c7c7c7;
    position: relative; }

  .header_nav {
    right: 0;
    top: 73px;
    background: white;
    margin: 0;
    width: 70px;
    height: 59px;
    padding: 22px;
    box-shadow: 2px 3px 6px rgba(214, 214, 214, 0.48), inset 0px 2px 5px rgba(214, 214, 214, 0.48); }
    .header_nav > ul li > .drop_nav {
      transform: none; }

  .select_feature_item label {
    line-height: 35px;
    width: 36%; }

  .receive_discount .field_error {
    float: left;
    width: 100%; }

  .review_details .review_details_item span b a {
    width: auto;
    display: inline;
    top: 0; }

  .top_services {
    display: block; }

  .section_title h1, .section_title h2 {
    line-height: 20px; }

  .service_item {
    padding: 0 6px 18px; }
    .service_item:nth-child(2):before, .service_item:nth-child(3):before {
      right: 4px; }
    .service_item .service_title {
      padding-right: 0; }
    .service_item .service_content_item {
      position: relative;
      top: 0;
      right: auto;
      left: 0;
      display: table;
      width: 100%;
      margin-top: 0; }
    .service_item .service_photo_links_wrapp {
      float: none; }
      .service_item .service_photo_links_wrapp .service_photo {
        width: 100%; }
        .service_item .service_photo_links_wrapp .service_photo .service_badge {
          top: -70px; }
    .service_item .service_comment {
      width: 100%; }

  .show_more .button_show_more {
    max-width: 303px; }

  .search .search_content h2 {
    margin: 0 0 15px; }

  .statistics {
    padding: 30px 0 10px; }
    .statistics .statistic_item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }

  .popular_services {
    float: none; }
    .popular_services .popular_services_block:nth-child(3) .popular_services_item:first-child {
      margin-right: 0; }
    .popular_services .popular_services_block:nth-child(3) .popular_services_item:nth-child(2) {
      margin-right: 6%; }
    .popular_services .popular_services_block:nth-child(3) .popular_services_item:nth-child(3) {
      margin-right: 0; }
    .popular_services .popular_services_block:last-child .popular_services_item:last-child {
      display: none; }
    .popular_services .popular_services_item {
      width: 47%;
      margin-right: 6%;
      padding: 0 7px; }
      .popular_services .popular_services_item:nth-child(2n) {
        margin-right: 0; }

  .select_feature_item .feature_value {
    width: 24%;
    text-align: right; }

  .select_feature_item .select_feature_subitem label {
    float: none; }

  #new_feedback .field_item .field_error {
    margin: 7px 0; }

  .recent_posts .post_carousel_info {
    width: 100%; }

  .post_carousel .post_carousel_item .post_carousel_details {
    padding: 20px 1px; }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 47%; }

  .field_error textarea#feedback_content {
    margin-top: 8px; }

  .rate_form .field_item .liked_area .validation_error {
    float: left; }

  .footer_links {
    text-align: left; }

  .filter {
    margin-top: 17px;
    width: 100%;
    margin-bottom: 44px; }
    .filter .select_feature_item {
      padding: 0 16px; }
      .filter .select_feature_item > .irs {
        width: 96%;
        float: none;
        margin-top: 5px;
        position: relative;
        top: 26px;
        left: 7px; }
      .filter .select_feature_item .select_feature_subitem {
        width: 100%;
        margin: 15px 0 0; }
    .filter .filter_found span {
      text-align: left;
      line-height: 58px;
      width: auto; }
    .filter .filter_wrapper .button {
      margin: 3px auto 23px; }

  .recent_posts .section {
    width: 95%; }
  .recent_posts .post_carousel .slick-arrow {
    top: 98%; }
    .recent_posts .post_carousel .slick-arrow.slick-next {
      right: 0; }
    .recent_posts .post_carousel .slick-arrow.slick-prev {
      left: 0; }
  .recent_posts .post_carousel .post_carousel_item {
    padding: 10px 1px;
    border-radius: 8px;
    overflow: hidden; }

  .recent_posts .post_carousel_details {
    min-height: auto; }

  .receive_discount .receive_discount_item > .field_error, .receive_discount .receive_discount_item > input[type="text"] {
    width: 100%; }

  .receive_discount .receive_discount_item .button {
    width: 100%;
    margin-left: 0;
    margin-top: 11px; }

  .field_item.field_item_name, .field_item.field_item_email {
    float: none;
    width: 100%; }

  .footer {
    height: auto;
    padding: 18px 10px 32px; }
    .footer .section_wrapper .section {
      width: 100%; }
    .footer_content {
      flex-direction: column; }
      .footer_content > div {
        flex-basis: auto; }
    .footer_services {
      margin-bottom: 11px; }
    .footer_nav {
      margin-bottom: 20px; }
    .footer_links {
      padding-left: 0; }
      .footer_links div,
      .footer_links a {
        margin-bottom: 15px; }
      .footer_links .footer_copyright {
        margin-bottom: 0; }
    .footer_logo {
      width: 165px; }

  .validation_error {
    display: block;
    width: auto; }

  .sorting {
    margin-top: 30px; }
    .sorting .field_item {
      margin-bottom: 13px; }
      .sorting .field_item .field_subitem {
        margin: 15px 4px 0 0;
        width: 100%; }
        .sorting .field_item .field_subitem:last-child {
          margin-bottom: 10px; }
    .sorting .field_item:first-child {
      margin-right: 0;
      width: 100%; }

  .sorting .field_item .select2-container {
    min-width: 100%;
    max-width: none; }

  .sorting_results {
    display: none; }
    .sorting_results + .items_container {
      margin-top: 15px; }

  .criteria_block {
    margin: 14px 0; }

  .criteria_service {
    width: 94%;
    padding: 20px 10px; }
    .criteria_service .criteria_service_photo {
      width: 100%;
      margin-top: 14px;
      margin-bottom: 20px;
      margin-right: 0; }
    .criteria_service .criteria_service_title {
      margin: 0;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding-bottom: 0; }
      .criteria_service .criteria_service_title:after {
        display: none; }
      .criteria_service .criteria_service_title .criteria_service_rating {
        position: absolute;
        bottom: -24px;
        right: 0;
        display: block; }
    .criteria_service .criteria_info {
      width: 100%; }
      .criteria_service .criteria_info .criteria_prices {
        padding-top: 14px; }
        .criteria_service .criteria_info .criteria_prices span {
          margin-left: 4px; }
      .criteria_service .criteria_info .criteria_info_item > a {
        padding-top: 12px; }
      .criteria_service .criteria_info .criteria_links {
        display: flex;
        justify-content: space-between;
        padding: 13px 0 0; }
        .criteria_service .criteria_info .criteria_links .button {
          width: 48% !important; }
        .criteria_service .criteria_info .criteria_links .button_visit {
          margin-right: 0; }
    .criteria_service .criteria_service_content > p {
      padding-top: 13px;
      margin-top: 129px;
      border-top: 1px solid #f0f0f0; }

  .sorting .field_item:last-child .input {
    text-overflow: ellipsis; }

  .recent_posts .post_carousel .post_carousel_item {
    padding: 0; }

  .footer_email + span {
    display: none; }

  .rate_form {
    width: 100%;
    padding-bottom: 32px; }
    .rate_form .field_item .rate_field_item {
      float: left;
      width: 100%;
      margin: 0 0 13px; }
    .rate_form .field_item.field_like_dislike > label {
      float: none;
      margin-top: 0;
      margin-bottom: 9px;
      display: block; }
    .rate_form .field_item .liked_area {
      float: none; }
    .rate_form .button {
      max-width: 100%; }

  .request_review form .input_general_info .field_item {
    width: 100%;
    margin-right: 0; }

  .request_review .button_send, .fileinput-button .button_upload {
    height: 45px;
    line-height: 45px;
    width: 100%;
    margin-top: 20px !important;
    float: none; }

  .contact_form .contact_form_content form .field_block:first-child .field_item {
    width: 100%;
    float: none;
    margin-right: 0; }

  .contact_form .button_send {
    width: 100%;
    margin-top: 15px !important; }

  .contact {
    margin-bottom: 0; }

  .sidebar .widget .recent_reviews_item {
    width: 100%;
    border-right: none;
    padding: 7px 8px 9px; }
    .sidebar .widget .recent_reviews_item:nth-child(6) {
      display: none; }

  .sidebar {
    margin-bottom: 40px; }

  .post .post_item .post_photo {
    float: none;
    margin: 0 19px 12px 0;
    width: 100%;
    height: auto; }
    .post .post_item .post_photo img {
      width: 100%;
      height: auto; }

  .pagination ul li {
    height: auto; }
    .pagination ul li span, .pagination ul li a {
      width: auto; }
    .pagination ul li.prev {
      margin-right: 2px; }
    .pagination ul li.next {
      margin-left: 2px; }

  .pagination {
    margin-top: 0; }

  .post > .post_title + .post_photo {
    width: 100%;
    margin: 30px 29px 16px 0;
    float: left; }

  .post > .post_title {
    padding-bottom: 5px; }
    .post > .post_title h3 {
      font-size: 16px; }

  .review_details {
    padding: 20px;
    height: auto; }
    .review_details .review_details_item {
      width: 100% !important;
      text-align: left; }
      .review_details .review_details_item p, .review_details .review_details_item a {
        width: 100% !important;
        float: none; }
      .review_details .review_details_item a {
        margin-top: 9px;
        height: 38px !important;
        line-height: 38px !important; }
      .review_details .review_details_item span a {
        margin-top: 0; }

  .sidebar_top_info_right .site_rate {
    position: absolute;
    top: 16px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%); }

  .sidebar_top {
    padding: 65px 15px 19px;
    position: relative; }
    .sidebar_top .site_screen_links_wrapper {
      float: none;
      width: 100%; }
    .sidebar_top .site_screen {
      height: 130px; }

  .service_rating {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #EEEEF0; }
    .service_rating .service_rating_item {
      float: left;
      width: 54px;
      text-align: center; }

  .general_rating_section {
    border-top: none;
    padding-top: 0; }
    .general_rating_section .button_rate {
      width: 100%;
      margin-top: 20px; }

  .review_details_nav ul .ui-state-default {
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #E2E9EE; }

  .message {
    padding: 20px;
    margin-bottom: 22px; }
    .message .message_info_title {
      float: none; }
    .message .message_info .message_title {
      float: none; }

  .faq h3 {
    padding-left: 18px;
    font-size: 14px; }
    .faq h3:after {
      width: 58px;
      height: 29px;
      right: 10px;
      top: 10px;
      border-radius: 10px; }
  .faq .faq_item > p {
    padding: 20px 18px; }

  .active .btn_menu_mob {
    left: 12px; }

  .service_item .service_links .button_visit {
    width: 145px; }

  .post_carousel {
    text-align: center;
    margin-top: 20px; }

  .recent_posts .post_carousel .post_carousel_item {
    border-radius: 0; }

  .review .show_more {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0; }

  .sorting {
    border-bottom: none;
    margin-bottom: 8px;
    padding-bottom: 0; }

  .recent_posts .slick-dots {
    margin-top: 49px; }

  .sidebar .widget .recent_reviews_item {
    padding-bottom: 18px; }

  .recent_reviews_item .recent_reviews_photo {
    width: 160px; }

  .review_details {
    padding: 7px 20px 20px; }

  .comments .reply_link {
    display: block;
    margin-top: 7px; }

  .review_details_nav ul .ui-state-default:last-child {
    border-bottom: none; }

  .post .post_item .post_content_date {
    margin-top: 6px; }

  .post .post_item .post_details {
    margin-top: 9px; }

  .post .post_item {
    padding: 24px 0 19px 0; }

  .post .post_item .post_title {
    margin-bottom: 10px; }

  .text_section {
    padding: 35px 0px 13px; }

  .all_reviews ~ .pagination {
    width: 100%;
    max-width: 100%; }
  .all_reviews .criteria_service {
    width: 100%; } }
@media (max-width: 640px) {
  .cookie_policy-overlay:not([style="display: none;"]) {
    text-align: center;
    padding: 20px; }
    .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane {
      width: 100%;
      padding: 0; }
      .cookie_policy-overlay:not([style="display: none;"]) .cookie_policy-pane p {
        min-width: 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 15px; }

  .popup_policy .container {
    height: 90px;
    flex-direction: column;
    justify-content: center; }
  .popup_policy p {
    text-align: center; }
  .popup_policy button {
    margin-top: 10px; } }
.criteria_service_photo .criteria_service_link:empty {
  min-height: 110px;
  display: block;
  position: relative;
  background: #e9e9e9; }
  .criteria_service_photo .criteria_service_link:empty:before {
    position: absolute;
    content: 'Screenshot Not Available';
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    color: #fff; }

.no-services-found {
  margin: 2em 0; }
  .no-services-found span {
    font-size: 1.2em;
    line-height: 1.5em; }
/*




 */

