@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/material-icons/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/material-icons/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/material-icons/MaterialIcons-Regular.woff") format("woff"), url("../fonts/material-icons/MaterialIcons-Regular.ttf") format("truetype"); }
.orange-theme .default-color {
  background-color: white !important;
  border-bottom: 1px solid #f5f5f5; }

a {
  color: #26A69A; }
  a:hover {
    color: #13534d; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #13534d; }

.nav-tabs a {
  color: #26A69A; }
  .nav-tabs a:hover {
    color: #13534d; }

.stylish-color-dark {
  background-color: #26A69A !important; }

.orange-theme .btn-primary,
.orange-theme .btn-search:not(.mobile) {
  background-color: #FF5252 !important;
  color: white; }

.orange-theme .btn-border-primary:focus, .orange-theme .btn-border-primary:hover, .orange-theme .btn-border-primary {
  color: #FF5252 !important; }
.orange-theme .btn-border-primary {
  border: 2px solid #FF5252;
  color: #FF5252; }
.orange-theme .btn-default {
  background-color: #26A69A; }
.orange-theme .blue.darken-4 {
  background-color: #26A69A !important; }
.orange-theme a:not(.btn, .dont-override-color) {
  color: #FF5252;
  transition: color .2s ease; }
  .orange-theme a:not(.btn, .dont-override-color):hover {
    color: #eb0000; }
.orange-theme #search_page .rotating-card-wrapper .rotate-btn:hover {
  background: #44d4c7 !important; }
.orange-theme #search_page .rotating-card-wrapper .rotate-btn {
  color: #186860; }
.orange-theme #home_sec #hero .fix-top {
  position: relative;
  top: 12px; }
.orange-theme .select2-results .select2-highlighted {
  background: #FF5252; }
.orange-theme .select2-drop-active {
  border: 1px solid #FF5252; }
.orange-theme .btn-default:focus,
.orange-theme .btn-default:hover {
  background-color: #1d7d74 !important; }
.orange-theme .btn-primary:focus,
.orange-theme .btn-primary:hover {
  background-color: #ff1f1f !important; }
.orange-theme .navbar .navbar-nav > li > a {
  transition: color .2s ease; }
.orange-theme .navbar .navbar-nav > li > a:hover {
  color: #FF5252; }
.orange-theme .category-mobile.section .category-icon {
  color: #FF5252; }
.orange-theme .collection .collection-item.active {
  background-color: #FF5252; }
.orange-theme .rating-number {
  color: white; }
.orange-theme .service-perks {
  color: white; }
.orange-theme .nav-tabs li.active > a {
  border-bottom: 2px solid #FF5252; }
.orange-theme .ul-circle {
  color: #FF5252; }
.orange-theme .progress-bar {
  background-color: #FF5252; }
.orange-theme [type=radio]:checked + label:after {
  border: 2px solid #FF5252;
  background-color: #FF5252; }
.orange-theme .text-white {
  color: white !important; }
.orange-theme footer .partners-wrapper {
  background-color: #26A69A;
  padding: 20px 0; }
  .orange-theme footer .partners-wrapper .column-title {
    color: white !important;
    padding: 0 15px;
    margin-top: 0; }
  .orange-theme footer .partners-wrapper .partner {
    display: inline-block;
    padding: 30px;
    background: white;
    transition: .2s ease all;
    cursor: pointer; }
    .orange-theme footer .partners-wrapper .partner:hover {
      background: #e6e6e6; }
    .orange-theme footer .partners-wrapper .partner.dark {
      background: #333;
      color: white; }
      .orange-theme footer .partners-wrapper .partner.dark:hover {
        background: #4d4d4d; }
    @media only screen and (max-width: 960px) {
      .orange-theme footer .partners-wrapper .partner {
        text-align: center; } }
  @media only screen and (max-width: 960px) {
    .orange-theme footer .partners-wrapper .col-sm-4 {
      text-align: center; }
      .orange-theme footer .partners-wrapper .col-sm-4 .partner {
        margin-bottom: 20px; } }
.orange-theme footer a {
  color: #26A69A !important;
  font-weight: 400 !important; }
  .orange-theme footer a:hover {
    color: #13534d !important; }
.orange-theme .footer-copyright {
  background-color: transparent !important; }
.orange-theme footer.page-footer .footer-copyright {
  color: #333 !important; }
.orange-theme .navbar-toggle {
  color: #666 !important; }
.orange-theme .side-nav a {
  color: white; }
  .orange-theme .side-nav a:hover {
    color: #b3b3b3; }
.orange-theme .back-collection i,
.orange-theme .back-collection span {
  color: #FF5252; }

html {
  overflow-x: hidden; }
  @media only screen and (max-width: 767px) {
    html #html_wrapper.chat-fullscreen-open {
      overflow: hidden !important; } }

body {
  width: 100%;
  overflow: hidden !important;
  background-color: #fafafa; }

.button-collapse {
  display: none !important;
  float: left; }
  @media only screen and (max-width: 767px) {
    .button-collapse {
      display: block !important;
      margin-right: 0;
      margin-left: 10px;
      color: white;
      border: none;
      padding: 2px;
      margin-bottom: 0;
      z-index: 99999; }
      .button-collapse i {
        font-size: 30px;
        z-index: 999999; } }

#main_view {
  padding-top: 124px;
  min-height: 60%;
  width: 100%; }
  #main_view .alert {
    margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    #main_view {
      padding-top: 90px; } }

#header {
  transition: background 0s, padding 0s;
  z-index: 99; }
  #header .angucomplete-row.header {
    font-size: 16px; }
  #header .search-box {
    border: 1px solid #ddd;
    padding: 0;
    margin: 0;
    height: 40px;
    margin-top: 9px;
    width: auto;
    padding-left: 10px; }
  #header #icon {
    transition: all .2s; }
  #header .flag-wrapper {
    padding: 0 !important;
    padding-right: 15px !important;
    padding-top: 12px !important; }
  #header .flag {
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    bottom: -6px; }
  #header #register_mobile {
    border: 1px solid black;
    border-radius: 3px;
    margin-top: 10px;
    background: #26A69A;
    color: white;
    right: 5px; }
  #header .flag-dropdown {
    max-width: 20px;
    position: relative;
    bottom: 2px; }
  #header .navbar-brand {
    margin: 0 auto; }
    #header .navbar-brand.skew {
      width: 202px;
      padding: 5px 0px;
      left: 5px;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        #header .navbar-brand.skew {
          background-color: transparent;
          position: absolute;
          left: 0;
          right: 0; }
          #header .navbar-brand.skew img {
            max-height: 41px;
            top: auto; } }
    #header .navbar-brand.icon {
      position: relative;
      bottom: 15px; }
    #header .navbar-brand #icon {
      overflow: hidden;
      bottom: 25px; }
    #header .navbar-brand .text {
      display: inline-block;
      line-height: 60px;
      height: 60px;
      float: right;
      padding-left: 10px;
      padding-right: 20px; }
    #header .navbar-brand img {
      width: 190px;
      position: relative;
      top: 6px; }
  #header.top-nav-collapse #icon {
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
    font-size: 26px !important;
    position: relative;
    bottom: 25px; }
  #header .navbar-right,
  #header .navbar-left {
    position: relative; }
    #header .navbar-right li > a,
    #header .navbar-left li > a {
      font-size: 16px;
      font-weight: 400;
      color: #444; }
    #header .navbar-right .localization,
    #header .navbar-left .localization {
      padding-left: 20px; }
      #header .navbar-right .localization .settings,
      #header .navbar-left .localization .settings {
        font-size: 15px;
        position: relative;
        top: 2px;
        width: 20px; }
      #header .navbar-right .localization a,
      #header .navbar-left .localization a {
        font-size: 13px; }
      #header .navbar-right .localization.simple-langs,
      #header .navbar-left .localization.simple-langs {
        padding-right: 0; }
        #header .navbar-right .localization.simple-langs a,
        #header .navbar-left .localization.simple-langs a {
          display: inline-block;
          padding: 20px 5px; }
          #header .navbar-right .localization.simple-langs a.bold,
          #header .navbar-left .localization.simple-langs a.bold {
            font-weight: bold; }
  #header .chat_button:not(.mobile), #header .header-icon {
    height: 60px; }
  #header .chat_button.mobile {
    position: fixed;
    right: 0;
    color: #666;
    margin: 8px 10px 8px 0px;
    padding: 4px; }
    #header .chat_button.mobile i {
      font-size: 25px; }

@keyframes animatedBackground {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }
#home_sec #hero {
  background-image: url("../assets/images/hero.jpg");
  position: relative;
  background-size: cover;
  background-position: center; }
  #home_sec #hero.animated {
    width: 100%;
    height: 100%;
    background-size: initial;
    background-position: 0px 50%;
    background-repeat: repeat-x;
    animation: animatedBackground 30s linear infinite;
    -ms-animation: animatedBackground 30s linear infinite;
    -moz-animation: animatedBackground 30s linear infinite;
    -webkit-animation: animatedBackground 30s linear infinite; }
  #home_sec #hero .hero-text {
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 30px;
    padding: 10px;
    color: white;
    border-radius: 0; }
  #home_sec #hero #hero_search_input {
    color: white; }
  @media only screen and (max-width: 767px) {
    #home_sec #hero.animated {
      animation: animatedBackground 70s linear infinite;
      -ms-animation: animatedBackground 70s linear infinite;
      -moz-animation: animatedBackground 70s linear infinite;
      -webkit-animation: animatedBackground 70s linear infinite; } }
#home_sec .wanted-services-section .swipe-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 150px;
  width: 150px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  z-index: 999;
  border-radius: 20px;
  padding: 10px;
  transition: all .2s ease;
  opacity: 1;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2); }
  #home_sec .wanted-services-section .swipe-overlay img {
    display: inline-block;
    max-width: 75px;
    margin-top: 5px;
    margin-bottom: 15px; }
  #home_sec .wanted-services-section .swipe-overlay.closed {
    opacity: 0;
    z-index: -1; }
#home_sec .wanted-services-section .wanted-service {
  margin-bottom: 20px; }
#home_sec .wanted-services-section .multiitem-car .carousel-indicators {
  z-index: 0; }
  #home_sec .wanted-services-section .multiitem-car .carousel-indicators li {
    background-color: #26A69A; }
#home_sec .wanted-services-section .indicators {
  position: absolute;
  bottom: -53px;
  left: 0;
  right: 0; }
  #home_sec .wanted-services-section .indicators .btn-floating[data-slide="prev"] {
    margin-right: 60px; }
#home_sec #reviews .no-review-height-fix {
  min-height: 420px; }
  @media only screen and (max-width: 767px) {
    #home_sec #reviews .no-review-height-fix {
      min-height: auto; } }
#home_sec #reviews .category {
  display: inline-block;
  float: right; }
#home_sec #reviews .user-image-wrapper {
  display: inline-block; }
  #home_sec #reviews .user-image-wrapper .user-image {
    display: inline-block;
    border-radius: 50%;
    max-width: 40px;
    max-height: 40px; }
#home_sec #reviews .date {
  line-height: 40px;
  vertical-align: middle; }
#home_sec #reviews .material-icons {
  font-size: 18px; }
  #home_sec #reviews .material-icons.star, #home_sec #reviews .material-icons.star-border {
    color: #f57f17; }
  #home_sec #reviews .material-icons.person, #home_sec #reviews .material-icons.date_range {
    position: relative;
    top: 3px;
    padding-right: 5px; }
#home_sec #reviews .top-line,
#home_sec #reviews .middle-line {
  padding-bottom: 10px; }
#home_sec #reviews .emote-wrapper {
  text-align: right; }
  #home_sec #reviews .emote-wrapper:first-child {
    padding-bottom: 10px; }
  #home_sec #reviews .emote-wrapper .text {
    display: inline-block; }
    #home_sec #reviews .emote-wrapper .text:first-child {
      padding-right: 10px; }
  #home_sec #reviews .emote-wrapper img {
    display: inline-block;
    max-width: 30px; }
  @media only screen and (max-width: 480px) {
    #home_sec #reviews .emote-wrapper {
      width: 50%;
      padding-right: 15px;
      float: left;
      text-align: left;
      padding-top: 10px; } }
#home_sec #blogs .collection {
  margin-top: 0; }
#home_sec #blogs .all-blog {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px; }
#home_sec #blogs .category-link {
  padding-top: 5px; }
#home_sec #carousel1 {
  height: 180px;
  margin-bottom: 15px;
  margin-top: 50px; }
  #home_sec #carousel1 .carousel-indicators {
    bottom: 0; }
    #home_sec #carousel1 .carousel-indicators li {
      background-color: #4B515D; }
      #home_sec #carousel1 .carousel-indicators li.active {
        background-color: #26A69A; }
@media only screen and (max-width: 767px) {
  #home_sec #carousel_main img {
    height: auto; } }
#home_sec .input-search {
  color: white; }
#home_sec #home_search_dropdown {
  text-align: left; }
#home_sec .section-title-home {
  color: #26A69A; }

.section.testimonials .testimonial-card .avatar img {
  border: none; }
.section.testimonials .card-title {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 400; }
.section.testimonials p {
  font-size: 1rem;
  font-weight: 400;
  padding: 15px; }

#login,
#register {
  margin-bottom: -42px; }
  #login .input-height,
  #register .input-height {
    height: 60px;
    padding-top: 8px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      #login .input-height,
      #register .input-height {
        height: auto; } }
  #login .dob-select,
  #register .dob-select {
    width: 100%; }
  #login.full-bg-img,
  #register.full-bg-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 100%;
    background-color: #eee; }
  #login #birthdate,
  #register #birthdate {
    cursor: pointer; }
  #login .profile-pic,
  #register .profile-pic {
    max-height: 100px; }

#register #login_button {
  margin-left: 0; }
@media only screen and (max-width: 2500px) {
  #register {
    height: auto !important; }
    #register .view {
      height: auto; }
    #register .container {
      height: auto; }
    #register .verticalcenter {
      top: 0;
      transform: none !important; } }
@media only screen and (max-width: 767px) {
  #register .gender {
    padding-bottom: 1rem; } }

#search_page {
  padding-top: 40px; }
  #search_page .sorting-tabs .nav-tabs li {
    max-width: 16.666666667%; }
  #search_page .sort-tabs {
    max-width: 16.666666667%; }
    #search_page .sort-tabs a {
      font-size: 13px; }
  #search_page .suggested-categories {
    padding-top: 15px; }
    #search_page .suggested-categories li {
      list-style-type: circle !important;
      display: inline-block;
      padding-right: 15px; }
  #search_page .service-item {
    cursor: pointer; }
    #search_page .service-item .title,
    #search_page .service-item .info-line {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding: 0 10px; }
      #search_page .service-item .title a,
      #search_page .service-item .info-line a {
        line-height: 28px; }
    #search_page .service-item .categories-list {
      position: absolute;
      overflow: visible;
      height: auto;
      width: 100%;
      bottom: -1000px;
      color: white;
      transition: all .2s ease;
      opacity: 0; }
      #search_page .service-item .categories-list.expanded {
        bottom: -10px;
        opacity: 1; }
      #search_page .service-item .categories-list ul {
        opacity: 1;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        background-color: #607D8B;
        padding: 10px; }
    @media only screen and (max-width: 767px) {
      #search_page .service-item .title {
        font-size: 16px; } }
    #search_page .service-item .rating-wrapper {
      position: absolute;
      right: 0px;
      padding: 2px 5px 5px 5px !important;
      background-color: white !important; }
      #search_page .service-item .rating-wrapper i {
        font-size: 16px; }
  #search_page .info-card {
    min-height: 60px; }
    #search_page .info-card .search-toggles {
      position: absolute;
      right: 15px;
      top: 11px; }
      #search_page .info-card .search-toggles label {
        line-height: 12px; }
        #search_page .info-card .search-toggles label:first-child {
          margin-right: 0; }
        #search_page .info-card .search-toggles label .view-icon {
          line-height: 20px; }
      @media only screen and (max-width: 767px) {
        #search_page .info-card .search-toggles {
          top: 2px; } }
  #search_page .no-items-found .row {
    position: relative;
    height: auto; }
    @media only screen and (max-width: 960px) {
      #search_page .no-items-found .row {
        height: auto; }
        #search_page .no-items-found .row .verticalcenter {
          top: auto;
          transform: none; } }
  #search_page .no-items-found .fa-filter {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 60px; }
  #search_page .breadcrumb {
    margin: 15px 0; }
  #search_page .remove-street {
    color: #F44336;
    font-size: 18px;
    position: relative;
    top: 3px;
    cursor: pointer;
    transition: all .2s ease; }
    #search_page .remove-street:hover {
      color: #ba160a; }
  #search_page .checkbox-label {
    font-weight: 400;
    color: #333; }
  #search_page .sort-panel .categories label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  #search_page .sub-categories {
    margin-left: 10px;
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease; }
    #search_page .sub-categories label {
      font-size: 0.9rem; }
    #search_page .sub-categories p:last-of-type {
      margin-bottom: 15px; }
    #search_page .sub-categories.expanded {
      max-height: 500px;
      overflow: auto; }
    #search_page .sub-categories [type=checkbox].filled-in + label:after {
      top: 2px;
      left: 10px; }
    #search_page .sub-categories [type=checkbox].filled-in:checked + label:before {
      top: 2px;
      left: 11px; }
  #search_page .category-main {
    font-size: 15px;
    display: block;
    width: 100%; }
  #search_page [type=radio] + label {
    font-size: 0.9rem; }
  #search_page .sorting-panel {
    border-radius: 2px;
    margin-bottom: 0.5rem !important; }
    #search_page .sorting-panel .panel-heading {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      background-color: #26A69A;
      min-height: 45px; }
    #search_page .sorting-panel .switch {
      display: inline-block; }
      #search_page .sorting-panel .switch label {
        font-size: 13px;
        position: relative;
        top: 2px;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 25px;
        padding-top: 2px; }
      @media only screen and (max-width: 767px) {
        #search_page .sorting-panel .switch {
          width: 100%; } }
    #search_page .sorting-panel .sorting-wrapper {
      display: inline-block; }
      #search_page .sorting-panel .sorting-wrapper .select-wrapper input {
        margin-bottom: 0;
        height: 25px;
        line-height: 25px; }
      @media only screen and (max-width: 767px) {
        #search_page .sorting-panel .sorting-wrapper {
          display: block;
          width: 100%;
          float: none !important;
          margin-top: 15px; } }
  #search_page .rotating-card-wrapper {
    height: 400px; }
    #search_page .rotating-card-wrapper .extra-buttons {
      position: absolute; }
      #search_page .rotating-card-wrapper .extra-buttons li {
        margin-bottom: 0; }
      #search_page .rotating-card-wrapper .extra-buttons .material-icons {
        color: white;
        font-size: 24px;
        margin-top: 12px; }
        #search_page .rotating-card-wrapper .extra-buttons .material-icons.red-color {
          color: #F44336; }
        #search_page .rotating-card-wrapper .extra-buttons .material-icons.compare-icon {
          font-size: 34px; }
        @media only screen and (max-width: 480px) {
          #search_page .rotating-card-wrapper .extra-buttons .material-icons {
            font-size: 18px;
            margin-top: 4px; }
            #search_page .rotating-card-wrapper .extra-buttons .material-icons.compare-icon {
              font-size: 24px; } }
      #search_page .rotating-card-wrapper .extra-buttons.update-button {
        right: 0;
        top: -5px; }
      @media only screen and (max-width: 480px) {
        #search_page .rotating-card-wrapper .extra-buttons .top-btn-icon {
          height: 30px;
          width: 30px; } }
    #search_page .rotating-card-wrapper .rotate-btn {
      font-size: 14px !important;
      color: #607D8B;
      background: #F5F5F5;
      padding: 8px 10px;
      transition: color .2s ease-out, background .2s ease-out; }
      #search_page .rotating-card-wrapper .rotate-btn:hover {
        outline: 0;
        background: #039be5 !important;
        border-radius: 3px;
        color: white !important; }
      #search_page .rotating-card-wrapper .rotate-btn .fa-repeat {
        font-size: inherit; }
      #search_page .rotating-card-wrapper .rotate-btn .fa-undo {
        font-size: 14px; }
    #search_page .rotating-card-wrapper .card-up {
      height: 40%;
      background-size: cover;
      background-position: center; }
    #search_page .rotating-card-wrapper .material-icons {
      font-size: 16px;
      color: #26A69A;
      line-height: 20px;
      position: relative;
      top: 2px; }
    @media only screen and (max-width: 480px) {
      #search_page .rotating-card-wrapper {
        height: 290px; }
        #search_page .rotating-card-wrapper .rotate-btn,
        #search_page .rotating-card-wrapper .share-container {
          display: none; }
        #search_page .rotating-card-wrapper .avatar {
          height: 80px;
          width: 80px;
          margin: -40px auto 0; }
          #search_page .rotating-card-wrapper .avatar img {
            border: 3px solid #fff; } }
  #search_page .card .material-icons.right {
    cursor: pointer; }
  #search_page .card .details-info {
    padding: 10px 0; }
  #search_page .service-item.card-rotating__back .back-title {
    position: relative;
    top: 10px; }
  #search_page .service-item.card-rotating__back .card-content {
    height: 153px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0; }
  #search_page .details-info .material-icons {
    font-size: 16px;
    color: #26A69A;
    line-height: 20px;
    position: relative;
    top: 2px; }
  #search_page .rating .material-icons {
    color: #f57f17; }
  #search_page .card-product .card-version3 .sm-container {
    margin-top: 0; }
  #search_page .card-product .card-version3 ul li {
    margin-top: 0; }
  #search_page .row-style .collection-item {
    min-height: 125px;
    padding-left: 130px; }
    #search_page .row-style .collection-item .img-wrapper {
      width: 100px;
      height: 300px;
      overflow: hidden; }
      #search_page .row-style .collection-item .img-wrapper img {
        width: auto;
        max-height: 100px;
        display: block; }
    #search_page .row-style .collection-item .rating .btn {
      margin: 0;
      padding: 0 10px; }
      #search_page .row-style .collection-item .rating .btn .material-icons {
        font-size: 0.9rem; }
    #search_page .row-style .collection-item .info {
      padding: 10px 0; }
    #search_page .row-style .collection-item .bordered-left {
      border-left: 1px solid #e0e0e0;
      min-height: 80px; }
    #search_page .row-style .collection-item .reviews-count {
      padding-right: 15px; }
  #search_page #location_modal h5 {
    font-size: 18px; }
  #search_page #location_modal .col {
    border-right: 1px solid #eee; }
    #search_page #location_modal .col:last-child {
      border: none; }
    #search_page #location_modal .col .collection,
    #search_page #location_modal .col .section {
      max-height: 54.5%;
      overflow-y: auto; }
      #search_page #location_modal .col .collection .collection-item:not(.active),
      #search_page #location_modal .col .section .collection-item:not(.active) {
        cursor: pointer; }
    #search_page #location_modal .col .selected-area {
      font-size: 1rem;
      margin-top: 0.3rem; }
  #search_page .location-sidebar-selected {
    margin-left: 10px;
    margin-bottom: 20px;
    text-align: left; }
  #search_page .nested.one {
    padding-left: 15px; }
  #search_page .nested.two {
    padding-left: 30px; }
  #search_page .fixed-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 20; }
    #search_page .fixed-bottom .btn {
      margin: 0;
      width: 50%;
      float: left;
      border-radius: 0;
      z-index: 25; }
  @media only screen and (max-width: 767px) {
    #search_page {
      padding-top: 0; } }

#category-sec {
  padding-top: 65px; }
  #category-sec .category {
    padding-bottom: 20px; }
  #category-sec .collection-item {
    padding-left: 0;
    padding-right: 0; }
  #category-sec .category-description {
    max-height: 371px;
    overflow-y: auto; }
  #category-sec h6 {
    cursor: pointer; }

#service-sec {
  padding-top: 15px; }
  #service-sec .about .collection .collection-item i {
    font-size: 22px;
    position: relative;
    top: 3px;
    padding-right: 15px; }
  #service-sec .about .collection .collection-item span {
    position: relative;
    bottom: 3px; }
  #service-sec .working-hours {
    font-size: 14px; }
  #service-sec .double-line {
    line-height: 1.42857143 !important; }
    #service-sec .double-line span {
      padding-top: 6px;
      display: inline-block;
      font-size: 14px;
      line-height: 1.42857143 !important; }
  #service-sec .view.no-image {
    margin-top: 53px; }
  #service-sec .image-wrapper {
    width: auto; }
  #service-sec .bl-panel.mini {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    min-width: 400px; }
    #service-sec .bl-panel.mini .bl-wrapper {
      display: inline-block; }
    @media only screen and (max-width: 767px) {
      #service-sec .bl-panel.mini {
        min-width: auto; } }
  #service-sec .service-image {
    margin: 0 auto; }
  #service-sec .contact span.number {
    line-height: 23px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    bottom: 4px;
    left: 15px; }
  #service-sec .tooltip > .tooltip-inner {
    font-size: 15px; }
  #service-sec .service-perks {
    width: 65px;
    height: 65px; }
    #service-sec .service-perks .verified {
      line-height: 65px;
      font-size: 40px; }
    #service-sec .service-perks .rating-number {
      margin-top: 9px; }
    #service-sec .service-perks .rating-wrapper {
      display: block;
      position: absolute;
      top: 17px;
      letter-spacing: -3px;
      right: 0;
      left: 0; }
      #service-sec .service-perks .rating-wrapper .rating {
        display: inline;
        font-size: 10px; }
    #service-sec .service-perks .open {
      line-height: 13.5px; }
  #service-sec .service-tabs .category_icon {
    position: relative;
    top: 2px; }
  #service-sec .service-tabs .service-list {
    margin-left: 30px; }
    #service-sec .service-tabs .service-list .service {
      display: inline-block;
      padding-right: 35px;
      padding-bottom: 10px; }
      #service-sec .service-tabs .service-list .service .fa-circle {
        padding-right: 10px;
        font-size: 11px;
        position: relative;
        bottom: 1px; }
  #service-sec .service-tabs .tab_cities h5 {
    margin-bottom: 30px; }
  #service-sec .service-tabs .pricing-card .card-up .price:after {
    content: ''; }
  #service-sec .service-tabs .pricing-card .material-icons {
    position: relative;
    top: 5px; }
  #service-sec .service-tabs .pricing-card .card-content p {
    font-size: 16px; }
  #service-sec .service-tabs #tab_map .panel {
    padding: 10px 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  #service-sec .service-tabs #tab_map .blip-icon {
    font-size: 14px; }
  #service-sec .service-tabs #tab_map #map {
    height: 400px; }
  #service-sec .review-tabs #tab_reviews .emote-score > div {
    display: inline-block;
    text-align: center;
    padding-left: 15px; }
    #service-sec .review-tabs #tab_reviews .emote-score > div:first-child {
      padding-left: 0; }
    @media only screen and (max-width: 960px) {
      #service-sec .review-tabs #tab_reviews .emote-score > div {
        float: left;
        width: 50%;
        text-align: center; } }
  #service-sec .review-tabs #tab_reviews .emote-score img {
    padding: 8px 0 3px 0;
    margin: 0;
    width: 50px; }
  #service-sec .review-tabs #tab_reviews .emote-score span {
    font-weight: 500; }
  #service-sec .review-tabs #tab_reviews .rating-number {
    position: relative;
    margin: 0 !important;
    top: 18px; }
  #service-sec .review-tabs #tab_reviews .rating-stars-wrapper {
    padding-top: 14px; }
    #service-sec .review-tabs #tab_reviews .rating-stars-wrapper h5 {
      margin-top: 5px; }
  #service-sec .review-tabs #tab_reviews .review-stars {
    display: block;
    padding-top: 18px;
    padding-bottom: 6px;
    padding-right: 4px; }
    #service-sec .review-tabs #tab_reviews .review-stars .material-icons {
      color: #f57f17;
      font-size: 18px; }
  #service-sec .review-tabs #tab_reviews .inline-review {
    display: inline-block; }
    #service-sec .review-tabs #tab_reviews .inline-review .material-icons {
      color: #f57f17;
      font-size: 18px; }
  #service-sec .review-tabs #tab_reviews .emote-wrapper span {
    font-weight: 500;
    position: relative;
    top: 5px; }
  #service-sec .review-tabs #tab_reviews .emote-wrapper img {
    max-width: 50px;
    margin: 0;
    padding: 10px;
    padding-bottom: 5px;
    padding-right: 0; }
    @media only screen and (max-width: 480px) {
      #service-sec .review-tabs #tab_reviews .emote-wrapper img {
        max-width: 40px; } }
  @media only screen and (max-width: 480px) {
    #service-sec .review-tabs #tab_reviews .emote-wrapper {
      text-align: left; } }
  #service-sec .review-tabs #tab_reviews .scores-wrapper {
    padding: 1rem; }
  @media only screen and (max-width: 960px) {
    #service-sec .review-tabs #tab_reviews .comment-image-wrapper img {
      padding: 0; } }
  #service-sec .review-tabs .emoticon {
    display: inline-block;
    max-width: 50px;
    cursor: pointer; }
    #service-sec .review-tabs .emoticon img {
      width: 50px;
      display: inline; }
      #service-sec .review-tabs .emoticon img.solid {
        display: none; }
    #service-sec .review-tabs .emoticon.example {
      max-width: 40px;
      position: relative;
      top: 4px; }
  #service-sec .review-tabs .static .emoticon {
    padding: 0 5px; }
  #service-sec .review-tabs .stars-block {
    line-height: 50px; }
  #service-sec .review-tabs .review-star {
    color: #f57f17;
    transition: all .2s ease;
    vertical-align: middle;
    cursor: pointer;
    font-size: 31px; }
  #service-sec .review-section .review-stars-wrapper {
    margin-left: 3rem; }
    #service-sec .review-section .review-stars-wrapper .review-star {
      color: #f57f17;
      transition: all .2s ease;
      cursor: pointer; }
  #service-sec .sidebar .carousel .view img {
    width: 100%; }
  #service-sec .sidebar .validated-info {
    margin-top: 1rem; }
    #service-sec .sidebar .validated-info .check,
    #service-sec .sidebar .validated-info .close {
      position: relative;
      top: 5px; }
  #service-sec .verified-icon {
    color: #4CAF50;
    font-size: 15px;
    position: relative;
    top: 2px; }

#new_service_1 .progress,
#new_service_2 .progress,
#new_service_3 .progress,
#new_service_4 .progress {
  height: 10px; }

#new_service_1 {
  margin-bottom: -42px; }
  #new_service_1.full-bg-img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 100%; }
    #new_service_1.full-bg-img .view {
      overflow: visible; }
  #new_service_1 .service_theme {
    background-image: url("../assets/images/theme_sevice.jpg");
    background-size: cover;
    background-position: center;
    height: 313px; }
  #new_service_1 .form-wrapper {
    padding-left: 30px; }
  @media only screen and (max-width: 960px) {
    #new_service_1 {
      height: auto !important; }
      #new_service_1 .view {
        height: auto;
        overflow: initial;
        z-index: 9; }
      #new_service_1 .container {
        height: auto; }
      #new_service_1 .verticalcenter {
        top: 0;
        transform: none !important; } }

#new_service_2 .card-panel .title {
  margin-bottom: 15px; }
#new_service_2 .sub-categories .collection-item {
  padding-left: 0; }
  #new_service_2 .sub-categories .collection-item label {
    top: 5px; }
  #new_service_2 .sub-categories .collection-item .price-wrapper {
    padding-top: 4px; }
    #new_service_2 .sub-categories .collection-item .price-wrapper span.currency {
      font-size: 13px;
      font-weight: 500;
      position: relative;
      bottom: 3px;
      color: #2BBBAD; }
    #new_service_2 .sub-categories .collection-item .price-wrapper span.price {
      font-size: 19px;
      font-weight: 400; }
  #new_service_2 .sub-categories .collection-item .sub-sub-categories {
    padding: 15px 15px 15px 50px;
    display: none; }

#new_service_3 .map_overlay {
  position: relative; }
  #new_service_3 .map_overlay #map {
    height: 350px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  #new_service_3 .map_overlay .alert {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0; }
#new_service_3 textarea {
  min-height: 86px; }

#new_service_4 .schedule-table > tbody > tr > td {
  vertical-align: middle; }
#new_service_4 .selected-cities {
  margin-top: 0.5rem; }
#new_service_4 .uploaded-wrapper .uploaded-alert {
  padding: 5px;
  margin-bottom: 5px; }
#new_service_4 .location-picker .scroll-wrapper {
  max-height: 257px;
  overflow-y: scroll;
  overflow-x: hidden; }
  #new_service_4 .location-picker .scroll-wrapper .alert {
    margin: 20px; }
#new_service_4 .location-picker .collection-item {
  height: 43px; }
  #new_service_4 .location-picker .collection-item:not(.active) {
    cursor: pointer; }
    #new_service_4 .location-picker .collection-item:not(.active):hover a {
      color: #23527c; }
  #new_service_4 .location-picker .collection-item.active a {
    cursor: default; }
  #new_service_4 .location-picker .collection-item.loader-wrapper {
    height: auto; }
#new_service_4 .location-picker .header-item h6 {
  display: inline-block;
  margin: 0;
  padding-top: 4px; }
#new_service_4 .location-picker .header-item .search-wrapper {
  display: inline-block;
  width: 40%;
  line-height: 25px;
  height: 25px;
  margin: 0;
  font-size: 13px;
  bottom: 3px; }
  #new_service_4 .location-picker .header-item .search-wrapper .search {
    display: inline-block;
    line-height: 25px;
    height: 25px;
    margin: 0;
    font-size: 13px; }
  #new_service_4 .location-picker .header-item .search-wrapper .icon {
    display: inline-block;
    position: absolute;
    left: 15px;
    font-size: 21px;
    top: 4px; }
#new_service_4 .pricing-card .colorpicker-circle {
  position: relative;
  bottom: 10px; }
#new_service_4 .pricing-card .card-up .price:after {
  content: ''; }
#new_service_4 .pricing-card .card-content p {
  font-size: 16px; }
#new_service_4 .pricing-card .controls {
  position: absolute;
  right: 5px;
  top: 10px;
  color: white;
  z-index: 3; }
  #new_service_4 .pricing-card .controls .control-icon {
    font-size: 28px;
    cursor: pointer;
    transition: all .2s; }
    #new_service_4 .pricing-card .controls .control-icon:hover {
      color: #aaa; }
#new_service_4 .faq-card .delete-faq .material-icons {
  color: white;
  font-size: 1.5rem; }

#update_account .current-profile {
  max-width: 50%; }

#my-account-sec #inbox .active .text-muted {
  color: #337ab7; }
#my-account-sec #inbox .glyphicon.glyphicon-star-empty {
  padding-right: 15px; }
#my-account-sec #inbox .inbox-row.sent {
  background-color: #B9F6CA; }
#my-account-sec #inbox .inbox-row.recieve {
  background-color: lightyellow; }
#my-account-sec #inbox .offer-inbox div {
  font-size: 1.25rem; }
#my-account-sec #inbox .inbox.smaller h5 {
  margin: 0;
  font-size: 17px; }
#my-account-sec #inbox .inbox.smaller p {
  margin: 0; }
#my-account-sec #inbox .inbox.smaller hr {
  margin-top: 10px;
  margin-bottom: 10px; }
#my-account-sec .tab-content {
  width: 100%; }
#my-account-sec .service-item .edit-dropdown {
  top: 5px;
  width: 100%;
  float: right; }
  #my-account-sec .service-item .edit-dropdown .dropdown-menu {
    height: auto;
    right: 0;
    top: 0;
    width: auto;
    position: relative;
    float: right; }
    #my-account-sec .service-item .edit-dropdown .dropdown-menu li {
      margin-top: 0; }
      #my-account-sec .service-item .edit-dropdown .dropdown-menu li a {
        font-size: 14px;
        padding: 7px 6px; }
#my-account-sec .card .delete-icon {
  margin-right: 0; }
#my-account-sec .card .control-icon {
  font-size: 20px; }
#my-account-sec .card .material-icons.right {
  cursor: pointer; }
#my-account-sec .card.card-product .card-image {
  height: 200px; }
  #my-account-sec .card.card-product .card-image img {
    top: 50%; }
#my-account-sec .card.card-product .product-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
#my-account-sec .card.card-product .item-desc {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
#my-account-sec .card.card-product i.right {
  position: absolute;
  right: 5px; }
#my-account-sec .card.card-product .edit-dropdown {
  top: 5px;
  width: 100%;
  float: right; }
  #my-account-sec .card.card-product .edit-dropdown .dropdown-menu {
    height: auto;
    right: 0;
    top: 30px;
    width: 100%; }
    #my-account-sec .card.card-product .edit-dropdown .dropdown-menu li {
      margin-top: 0; }
      #my-account-sec .card.card-product .edit-dropdown .dropdown-menu li a {
        font-size: 15px;
        padding: 7px 6px; }
#my-account-sec .card .details-info {
  padding: 10px 0; }
#my-account-sec .details-info .material-icons {
  font-size: 16px;
  color: #26A69A;
  line-height: 20px;
  position: relative;
  top: 2px; }
#my-account-sec .rating .material-icons {
  color: #f57f17; }
#my-account-sec .card-product .card-version3 .sm-container {
  margin-top: 0; }
#my-account-sec .card-product .card-version3 ul li {
  margin-top: 0; }

#all-blogs-sec .category {
  display: inline-block;
  font-size: 14px;
  margin-top: 8px; }
  #all-blogs-sec .category i.material-icons {
    font-size: 13px;
    position: relative;
    top: 1px; }

#blog-sec {
  padding-top: 15px; }
  #blog-sec .card-panel .collection-item {
    text-align: left; }
  #blog-sec .view {
    max-height: 380px; }

#corporate_sec {
  margin-top: 15px; }

footer.elegant-color {
  margin-top: 70px;
  background-color: transparent !important; }
  footer.elegant-color .column-title {
    font-weight: bold !important; }
  footer.elegant-color .white-text {
    color: #333 !important;
    font-weight: 400; }
  footer.elegant-color .footer-link {
    display: block; }
  footer.elegant-color .contact-component {
    display: inline-block;
    width: 265px; }
    footer.elegant-color .contact-component .text {
      position: relative;
      top: 13px;
      padding-left: 0; }
  footer.elegant-color .location-icon {
    position: relative;
    top: 5px;
    padding-right: 5px;
    color: #FF5252; }

.external-content.placeholder {
  height: 90px;
  background-color: #f5f5f5;
  padding: 15px 0; }

.nm {
  margin: 0 !important; }

.fast {
  animation-duration: .2s; }

.pb {
  padding-bottom: 10px; }

.gold-text {
  color: #f9b579 !important; }

.inline-block-header {
  display: inline-block;
  margin: 0; }

.input-field .prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem); }

.modal-footer .btn + .btn {
  margin-bottom: 10px; }

.transition {
  transition: all .2s ease; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                not supported by any browser */ }

.remove-borders {
  border: none !important; }

.ellypsis {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: nowrap; }

#mega-menu .material-icons {
  line-height: 20px;
  position: absolute;
  bottom: 12px;
  right: 12px; }
#mega-menu .navbar-default {
  margin-bottom: 0;
  min-height: 0; }
#mega-menu .collapse.navbar-collapse.js-navbar-collapse {
  width: 100%;
  padding: 0; }
#mega-menu .nav.navbar-nav {
  width: 100%; }
#mega-menu h1,
#mega-menu .h1 {
  font-size: 36px;
  text-align: center;
  font-size: 5em;
  color: #404041; }
#mega-menu .navbar-nav > li > .dropdown-menu {
  margin-top: -1px; }
#mega-menu .navbar-default .navbar-nav > li {
  border-right: 1px solid #ccc; }
  #mega-menu .navbar-default .navbar-nav > li:first-child {
    border-left: 1px solid #ccc; }
  @media only screen and (max-width: 1200px) {
    #mega-menu .navbar-default .navbar-nav > li {
      height: 64px; } }
#mega-menu .navbar-default .navbar-nav > li > a {
  width: 100%; }
#mega-menu .navbar-default .navbar-brand,
#mega-menu .navbar .navbar-nav > li > a {
  color: white;
  font-size: 12px;
  padding: 12px 18px;
  transition: 0.2s all ease;
  min-height: 64px; }
  #mega-menu .navbar-default .navbar-brand:hover,
  #mega-menu .navbar .navbar-nav > li > a:hover {
    background-color: #13534d; }
#mega-menu .dropdown-menu li.col-sm-4 {
  width: 33.33333%;
  clear: none; }
#mega-menu .dropdown-menu li:hover,
#mega-menu .dropdown-menu li.active {
  background-color: white; }
#mega-menu .navbar-nav > li {
  width: 16.666666667%; }
@media only screen and (max-width: 960px) {
  #mega-menu {
    display: none; } }

.mega-dropdown {
  position: static !important;
  width: 100%;
  color: black; }
  .mega-dropdown.active {
    background-color: white;
    opacity: 1;
    border-bottom: 1px solid #ccc; }
    .mega-dropdown.active > a {
      color: #333 !important;
      background-color: white !important; }

.mega-dropdown-menu.dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none; }
  .mega-dropdown-menu.dropdown-menu li > a {
    padding: 0.5rem; }

.mega-dropdown-menu.one:before {
  left: 70px; }

.mega-dropdown-menu.one:after {
  left: 68px; }

.mega-dropdown-menu.two:before {
  left: 230px; }

.mega-dropdown-menu.two:after {
  left: 228px; }

.mega-dropdown-menu.three:before {
  left: 390px; }

.mega-dropdown-menu.three:after {
  left: 388px; }

.mega-dropdown-menu.four:before {
  left: 550px; }

.mega-dropdown-menu.four:after {
  left: 548px; }

.mega-dropdown-menu.five:before {
  left: 710px; }

.mega-dropdown-menu.five:after {
  left: 708px; }

.mega-dropdown-menu.six:before {
  left: 870px; }

.mega-dropdown-menu.six:after {
  left: 868px; }

.mega-dropdown-menu.seven:before {
  left: 1030px; }

.mega-dropdown-menu.seven:after {
  left: 1028px; }

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0; }

.mega-dropdown-menu > li > ul > li {
  list-style: none; }

.mega-dropdown-meinput[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=search-md].invalid + label:after,
input[type=search-md]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:afternu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 1.428571429;
  white-space: normal;
  font-size: 1rem; }

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5; }

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold; }

.mega-dropdown-menu form {
  margin: 3px 20px; }

.mega-dropdown-menu .form-group {
  margin-bottom: 3px; }

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #26A69A;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); }

::-webkit-scrollbar-thumb:window-inactive {
  background: #26A69A; }

.flatten-top-borders {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.flatten-bottom-borders {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

#my-account-sec .nav-tabs > li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.colorpicker .colorpicker-preview .color-tab {
  cursor: pointer; }

.colorpicker .tab-colorbox .color-unit {
  cursor: pointer; }

.colorpicker .btn-group .select {
  cursor: pointer; }

.colorpicker .btn-group .cancel {
  cursor: pointer; }

.select2-container {
  margin: 18px 0; }

.select2-result-label {
  font-size: 14px !important; }

input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=search-md].invalid + label:after,
input[type=search-md]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
  width: 187px; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

a[disabled] {
  pointer-events: none; }

.input-field label.fix-left-pos {
  left: 0; }

.section.tutorial {
  background: #eee;
  color: #26A69A;
  padding: 50px 0; }
  .section.tutorial a {
    color: #26A69A; }
  .section.tutorial .choose-img {
    max-width: 150px;
    margin: 0 auto;
    background: #273b7a;
    border: 5px solid black;
    border-radius: 100%; }

.section.testing .emoticon {
  display: inline-block;
  max-width: 50px;
  cursor: pointer; }
  .section.testing .emoticon img {
    display: inline; }
    .section.testing .emoticon img.solid {
      display: none; }
  .section.testing .emoticon.example {
    max-width: 40px;
    position: relative;
    top: 4px; }
.section.testing .static .emoticon {
  padding: 0 5px; }
.section.testing .stars-block {
  line-height: 50px; }
.section.testing .review-star {
  color: #f57f17;
  transition: all .2s ease;
  vertical-align: middle;
  cursor: pointer;
  font-size: 31px; }

.section.chat .list-wrapper {
  width: 260px;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 84px;
  z-index: 999;
  background-color: #37474F;
  transition: all .2; }
  .section.chat .list-wrapper .profile_pic {
    width: 60px;
    height: 60px; }
  .section.chat .list-wrapper .list-wrapper-header {
    background-color: #37474F;
    margin-bottom: 0;
    border-bottom: 1px solid #3d4f58; }
  .section.chat .list-wrapper .userlist {
    margin: 0;
    padding: 1px;
    height: auto;
    overflow-y: auto; }
    .section.chat .list-wrapper .userlist .userlist-single {
      width: 100%;
      cursor: pointer;
      margin: 0;
      background-color: #37474F;
      border: none;
      transition: all .2; }
      .section.chat .list-wrapper .userlist .userlist-single.hightlight_user_class {
        background-color: #607D8B;
        padding-left: 10px;
        cursor: default; }
      .section.chat .list-wrapper .userlist .userlist-single:not(.hightlight_user_class):hover {
        background-color: #4c626d; }
      .section.chat .list-wrapper .userlist .userlist-single .userlist-user-meta span {
        color: white;
        font-size: 16px; }
      .section.chat .list-wrapper .userlist .userlist-single .userlist-user-meta .online-user-status {
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 0; }
      .section.chat .list-wrapper .userlist .userlist-single .userlist-user-meta .user-image-container {
        position: relative;
        display: inline-block;
        width: 100%; }
      .section.chat .list-wrapper .userlist .userlist-single .userlist-user-meta img {
        height: auto;
        width: auto;
        max-width: 60px; }
  .section.chat .list-wrapper.slide-away {
    transition: all .2;
    right: -287px; }
  @media only screen and (max-width: 1200px) {
    .section.chat .list-wrapper {
      width: 260px; } }
  @media only screen and (max-width: 767px) {
    .section.chat .list-wrapper {
      top: 50px !important;
      width: 255px; } }
.section.chat .msg-wrapper {
  width: 400px;
  min-width: 400px;
  position: fixed;
  bottom: 0;
  right: 385px;
  z-index: 2;
  height: 400px;
  min-height: 400px;
  border-right: solid 1px rgba(0, 0, 0, 0.3);
  z-index: 10; }
  .section.chat .msg-wrapper .msg-wrapper-header {
    z-index: 2;
    height: 40px;
    color: white;
    background-color: #37474F;
    width: 100%; }
    .section.chat .msg-wrapper .msg-wrapper-header .chat-user-meta .online-user-status {
      float: left;
      margin-top: 2px;
      margin-right: 10px; }
    .section.chat .msg-wrapper .msg-wrapper-header .close {
      color: white;
      font-size: 18px; }
    .section.chat .msg-wrapper .msg-wrapper-header .block-user-wrapper {
      position: absolute;
      top: 11px;
      right: 30px; }
      .section.chat .msg-wrapper .msg-wrapper-header .block-user-wrapper .block-user {
        color: #F44336;
        font-size: 18px;
        transition: .2s all ease;
        cursor: pointer; }
        .section.chat .msg-wrapper .msg-wrapper-header .block-user-wrapper .block-user:hover {
          color: #f99d97; }
    @media only screen and (max-width: 676px) {
      .section.chat .msg-wrapper .msg-wrapper-header {
        position: fixed;
        top: 0; } }
  .section.chat .msg-wrapper .msg-wrapper-body {
    padding: 0; }
    .section.chat .msg-wrapper .msg-wrapper-body .msg-container {
      background-color: #f5f5f5;
      margin-bottom: 0;
      height: 90%;
      padding-top: 40px; }
      .section.chat .msg-wrapper .msg-wrapper-body .msg-container .msg-single {
        margin: 0px; }
      .section.chat .msg-wrapper .msg-wrapper-body .msg-container .msg-conatiner {
        background-color: #eee; }
        .section.chat .msg-wrapper .msg-wrapper-body .msg-container .msg-conatiner.my-msg {
          background-color: white; }
      .section.chat .msg-wrapper .msg-wrapper-body .msg-container .my-msg.msg-conatiner {
        background-color: white; }
      .section.chat .msg-wrapper .msg-wrapper-body .msg-container .actual-msg {
        padding: 0; }
    .section.chat .msg-wrapper .msg-wrapper-body .send-container {
      padding: 0;
      height: 40px;
      position: relative; }
      .section.chat .msg-wrapper .msg-wrapper-body .send-container .send-button {
        display: none; }
      .section.chat .msg-wrapper .msg-wrapper-body .send-container textarea {
        width: 100%;
        max-width: 100%;
        height: 100%;
        padding: 5px; }
        @media only screen and (max-width: 676px) {
          .section.chat .msg-wrapper .msg-wrapper-body .send-container textarea {
            padding-right: 100px; } }
      @media only screen and (max-width: 676px) {
        .section.chat .msg-wrapper .msg-wrapper-body .send-container .send-button {
          display: inline-block;
          position: absolute;
          right: 5px;
          top: -3px; } }
  @media only screen and (max-width: 767px) {
    .section.chat .msg-wrapper {
      right: 264px; } }
  @media only screen and (max-width: 676px) {
    .section.chat .msg-wrapper {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 9999;
      min-width: auto; } }
.section.chat .online-user-status.status-online {
  background-color: #4CAF50; }
.section.chat .online-user-status.status-offline {
  background-color: #F44336; }

:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave {
  -webkit-transition: all linear 0.1 !important;
  transition: all linear 0.1 !important; }

:not(.no-enter)#toast-container > div.ng-enter.ng-enter-active,
:not(.no-leave)#toast-container > div.ng-leave {
  position: relative !important;
  top: 0 !important;
  opacity: 1 !important; }

:not(.no-leave)#toast-container > div.ng-leave.ng-leave-active,
:not(.no-enter)#toast-container > div.ng-enter {
  position: relative !important;
  top: -30px !important;
  opacity: 0 !important; }

#header.overflow-hidden,
.search-form.mobile.overflow-hidden,
#mobile_search_button.overflow-hidden,
.search-overlay-wrapper.overflow-hidden {
  overflow: hidden; }
#header .navbar-collapse,
.search-form.mobile .navbar-collapse,
#mobile_search_button .navbar-collapse,
.search-overlay-wrapper .navbar-collapse {
  position: relative; }
#header.mode-search:not(.mobile),
.search-form.mobile.mode-search:not(.mobile),
#mobile_search_button.mode-search:not(.mobile),
.search-overlay-wrapper.mode-search:not(.mobile) {
  overflow: hidden; }
#header.mode-search .search-form,
#header.mode-search .icon-close,
.search-form.mobile.mode-search .search-form,
.search-form.mobile.mode-search .icon-close,
#mobile_search_button.mode-search .search-form,
#mobile_search_button.mode-search .icon-close,
.search-overlay-wrapper.mode-search .search-form,
.search-overlay-wrapper.mode-search .icon-close {
  opacity: 1;
  transform: none;
  pointer-events: all;
  z-index: 6; }
  #header.mode-search .search-form.mobile,
  #header.mode-search .icon-close.mobile,
  .search-form.mobile.mode-search .search-form.mobile,
  .search-form.mobile.mode-search .icon-close.mobile,
  #mobile_search_button.mode-search .search-form.mobile,
  #mobile_search_button.mode-search .icon-close.mobile,
  .search-overlay-wrapper.mode-search .search-form.mobile,
  .search-overlay-wrapper.mode-search .icon-close.mobile {
    top: 0;
    z-index: 99999; }
#header.mode-search .icon-search,
#header.mode-search .search-text,
.search-form.mobile.mode-search .icon-search,
.search-form.mobile.mode-search .search-text,
#mobile_search_button.mode-search .icon-search,
#mobile_search_button.mode-search .search-text,
.search-overlay-wrapper.mode-search .icon-search,
.search-overlay-wrapper.mode-search .search-text {
  opacity: 0; }
#header.mode-search .btn-search,
.search-form.mobile.mode-search .btn-search,
#mobile_search_button.mode-search .btn-search,
.search-overlay-wrapper.mode-search .btn-search {
  transform: scale(67);
  box-shadow: none;
  z-index: 2; }
  #header.mode-search .btn-search .icon-search,
  .search-form.mobile.mode-search .btn-search .icon-search,
  #mobile_search_button.mode-search .btn-search .icon-search,
  .search-overlay-wrapper.mode-search .btn-search .icon-search {
    cursor: default; }
  #header.mode-search .btn-search.mobile,
  .search-form.mobile.mode-search .btn-search.mobile,
  #mobile_search_button.mode-search .btn-search.mobile,
  .search-overlay-wrapper.mode-search .btn-search.mobile {
    margin: 0;
    padding: 0;
    background-color: #26A69A;
    box-shadow: none;
    width: auto;
    height: auto;
    line-height: 64px;
    text-transform: initial; }
    #header.mode-search .btn-search.mobile .icon-search,
    .search-form.mobile.mode-search .btn-search.mobile .icon-search,
    #mobile_search_button.mode-search .btn-search.mobile .icon-search,
    .search-overlay-wrapper.mode-search .btn-search.mobile .icon-search {
      font-size: 15px !important; }

.mobile-form-search {
  top: 35px;
  position: relative; }

.search-form.mobile.mode-search .icon-close.mobile {
  top: 35px; }

.control {
  width: 64px;
  height: 64px;
  cursor: pointer; }
  .control .icon-search,
  .control .icon-close {
    transition: 0.1s ease-in-out; }
  .control:hover .btn {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.side-nav.mode-search {
  width: 100%; }

/* Button */
.btn-search {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-sizing: border-box;
  padding: 5px;
  background: #26A69A;
  outline: 0;
  transform-origin: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 10px; }
  .btn-search.mobile {
    margin: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    width: auto;
    height: auto;
    line-height: 64px;
    text-transform: initial; }
    .btn-search.mobile .icon-search {
      font-size: 15px !important; }

.icon-search {
  color: white;
  font-size: 23px !important; }

.icon-close {
  position: absolute;
  top: -5px;
  right: 30px;
  color: #FFF;
  font-size: 80px;
  opacity: 0;
  transform: translate(10px, 0) rotate(90deg);
  transition: all 0.2s ease-in-out;
  cursor: pointer; }
  .icon-close:hover {
    color: #37474F; }
  .icon-close.mobile {
    right: 0; }

.search-form {
  width: 90%;
  height: 80px;
  position: absolute;
  top: 30px;
  left: 0;
  margin-top: -40px;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  transform: translate(40px, 0);
  transition: transform 0.2s ease-in-out; }
  .search-form input {
    color: #fff;
    font-size: 54px;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    font-weight: 200;
    margin-bottom: 0;
    height: 100%; }
  .search-form ::-webkit-input-placeholder {
    color: #EEE; }
  .search-form :-moz-placeholder {
    color: #EEE;
    opacity: 1; }
  .search-form ::-moz-placeholder {
    color: #EEE;
    opacity: 1; }
  .search-form :-ms-input-placeholder {
    color: #EEE; }
  .search-form.mobile {
    margin-top: -40px;
    width: 100%;
    height: 0;
    z-index: 99999;
    position: relative;
    top: 0;
    left: 0; }
    .search-form.mobile.mode-search {
      opacity: 1; }
    .search-form.mobile input {
      height: auto; }

#localization_modal.section .control-label {
  position: relative;
  top: 5px; }
#localization_modal.section #lang_select {
  padding-top: 20px; }

.overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: rgba(250, 250, 250, 0.7); }
  .overlay-loader .preloader-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: auto; }

.circle-clipper .circle {
  border-width: 5px; }

.talk-bubble {
  margin: 10px 10px;
  padding: 5px;
  z-index: 0;
  display: inline-block;
  position: relative;
  width: 200px;
  height: auto;
  background-color: lightyellow; }
  .talk-bubble.round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px; }
  .talk-bubble.recieve {
    background-color: #B9F6CA; }
  .talk-bubble.sent {
    background-color: lightyellow; }
  .talk-bubble.blue {
    background-color: lightblue !important;
    width: 90%; }

.tri-right.left-top:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 22px solid;
  border-color: lightyellow transparent transparent transparent;
  z-index: -1; }

.tri-right.right-top:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: auto;
  right: -20px;
  top: 0px;
  bottom: auto;
  border: 20px solid;
  z-index: -1;
  border-color: #B9F6CA transparent transparent transparent; }

.tri-right.right-top.blue:after {
  border-color: lightblue transparent transparent transparent !important; }

.category-mobile.section .collection-item {
  position: relative;
  height: 51px;
  display: block; }
  .category-mobile.section .collection-item.back-collection {
    background-color: #f5f5f5;
    color: #26A69A; }
    .category-mobile.section .collection-item.back-collection span {
      position: relative;
      bottom: 3px; }
    .category-mobile.section .collection-item.back-collection .prev-arrow {
      position: relative;
      top: 3px;
      left: -5px;
      width: 20px; }
.category-mobile.section .next-arrow {
  position: absolute;
  right: 5px;
  top: 13px; }
.category-mobile.section .category_name {
  position: relative;
  bottom: 3px; }
.category-mobile.section .category_name_no_icon {
  position: relative;
  top: 5px; }
  .category-mobile.section .category_name_no_icon.title {
    font-size: 17px; }
.category-mobile.section .category-icon {
  position: relative;
  top: 3px;
  right: 10px;
  color: #26A69A; }

.how_does_it_work.section {
  background-color: white;
  margin-bottom: -40px; }
  .how_does_it_work.section .step {
    background-color: #26A69A;
    color: white;
    display: inline-block;
    padding: 5px;
    border-radius: 4px;
    font-size: 25px;
    margin-bottom: 10px; }
  .how_does_it_work.section .big-icon {
    font-size: 90px;
    color: #26A69A;
    margin: 20px 0; }
  .how_does_it_work.section h5 {
    min-height: 55px; }
  .how_does_it_work.section .grey {
    background-color: #f3f3f3 !important; }
  .how_does_it_work.section .featurette-heading {
    font-size: 36px; }
  .how_does_it_work.section .primary {
    background-color: #26A69A;
    z-index: 3;
    position: relative; }
    .how_does_it_work.section .primary a {
      color: white;
      transition: all .2s ease; }
      .how_does_it_work.section .primary a:hover {
        color: #cccccc; }
  .how_does_it_work.section .action {
    background-color: #E0F2F1; }
  .how_does_it_work.section .featurette {
    padding: 80px 0; }
    .how_does_it_work.section .featurette .featurette-image {
      display: inline-block; }
  .how_does_it_work.section .img-wrapper {
    text-align: center; }
  .how_does_it_work.section .choose-img {
    max-width: 250px;
    display: inline-block;
    margin-top: 30px;
    cursor: pointer; }
  .how_does_it_work.section #fixed-sidebar {
    position: fixed;
    left: 0; }
  @media (min-width: 1671px) {
    .how_does_it_work.section .full-text-spy {
      display: block; } }
  @media (max-width: 1671px) {
    .how_does_it_work.section .full-text-spy {
      display: none; } }
  .how_does_it_work.section .circle-spy {
    display: none; }
    @media (max-width: 1671px) {
      .how_does_it_work.section .circle-spy {
        display: block; } }
    .how_does_it_work.section .circle-spy li a {
      position: relative;
      padding-bottom: 0 !important; }
      .how_does_it_work.section .circle-spy li a .tooltip-custom {
        display: none; }
      .how_does_it_work.section .circle-spy li a .circle {
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 100%;
        background-color: #26A69A; }
      .how_does_it_work.section .circle-spy li a .tooltip-custom {
        position: absolute;
        bottom: -15px;
        left: 50px;
        background: #eee;
        padding: 5px;
        border-radius: 2px;
        color: #555; }
      .how_does_it_work.section .circle-spy li a:hover .tooltip-custom {
        display: inline-block; }
    .how_does_it_work.section .circle-spy li.active a {
      border-left: none !important;
      padding-left: 20px !important; }
      .how_does_it_work.section .circle-spy li.active a .circle {
        background-color: #2BBBAD; }
    .how_does_it_work.section .circle-spy li:hover a {
      border-left: none !important;
      padding-left: 20px !important; }
      .how_does_it_work.section .circle-spy li:hover a .circle {
        background-color: #2BBBAD; }

#home_sec .section.how_does_it_work {
  margin-bottom: 0; }

.section.newsletter {
  margin-top: 32px; }

.section.compare .compare-map {
  height: 300px; }
.section.compare#service-sec .bl-panel.mini {
  min-width: auto; }

.section.favorites #search_page {
  padding-top: 0; }

.pl16 {
  padding-left: 16px; }

.classic-input input, .classic-input select {
  background-color: initial !important;
  border-radius: initial !important;
  border: 1px solid #9e9e9e !important;
  border-radius: 3px !important;
  padding-left: 10px;
  height: 35px; }
.classic-input label {
  top: .6rem;
  color: #777; }
.classic-input label.active:not(.no-label-translate) {
  transform: translateY(-160%) !important; }
.classic-input input[type=date]:focus:not([readonly]), .classic-input input[type=datetime-local]:focus:not([readonly]), .classic-input input[type=email]:focus:not([readonly]), .classic-input input[type=number]:focus:not([readonly]), .classic-input input[type=password]:focus:not([readonly]), .classic-input input[type=search-md]:focus:not([readonly]), .classic-input input[type=tel]:focus:not([readonly]), .classic-input input[type=text]:focus:not([readonly]), .classic-input input[type=time]:focus:not([readonly]), .classic-input input[type=url]:focus:not([readonly]), .classic-input textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #4285F4 !important;
  box-shadow: none !important; }
.classic-input .prefix {
  top: 3px; }
.classic-input .select-wrapper input.select-dropdown {
  height: 35px;
  padding-left: 10px; }
.classic-input .drop-icon {
  position: absolute;
  right: 11px;
  top: 7px;
  pointer-events: none; }

.inline-block {
  display: inline-block; }

.default-font {
  font-family: Roboto,sans-serif;
  unicode-bidi: bidi-override;
  direction: ltr; }

.terms {
  max-height: 362px;
  overflow-y: scroll; }

.angucomplete-title {
  font-size: 14px; }

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%; }

.rotate-90 {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg); }

.carousel-control .fa-angle-left, .carousel-control .icon-prev {
  left: 17px; }

.carousel-control .fa-angle-right, .carousel-control .icon-next {
  right: 17px; }

.price-list-head {
  background: rgba(0, 0, 0, 0.2); }

.mb-64 {
  margin-bottom: 64px; }

.mb-10 {
  margin-bottom: 10px; }

.tooltip-wrapper {
  display: inline-block; }

.tooltip.bottom {
  width: 200px; }

.tooltip > .tooltip-inner {
  font-size: 15px; }

.traditional {
  width: auto; }

.compare-overlay-wrapper {
  z-index: 999;
  position: fixed;
  bottom: 0;
  width: 100%; }
  .compare-overlay-wrapper .compare-overlay-head {
    background-color: #37474F;
    height: 40px;
    margin: 0 2%;
    padding: 8px 15px;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block; }
    .compare-overlay-wrapper .compare-overlay-head.expanded .open {
      display: none; }
    .compare-overlay-wrapper .compare-overlay-head.expanded .close {
      display: inline; }
    .compare-overlay-wrapper .compare-overlay-head.expanded .items-wrapper {
      display: none; }
    .compare-overlay-wrapper .compare-overlay-head .title {
      font-size: 17px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      display: block; }
    .compare-overlay-wrapper .compare-overlay-head .items-wrapper {
      display: block; }
      .compare-overlay-wrapper .compare-overlay-head .items-wrapper .item {
        display: inline-block;
        float: left;
        width: 40px;
        margin-right: 10px; }
        .compare-overlay-wrapper .compare-overlay-head .items-wrapper .item img {
          max-height: 26px; }
      .compare-overlay-wrapper .compare-overlay-head .items-wrapper .no-img-thumb {
        display: inline-block;
        float: left;
        margin-right: 10px;
        border: 1px solid #ccc;
        padding: 3px;
        font-size: 13px; }
    .compare-overlay-wrapper .compare-overlay-head .open {
      display: inline; }
    .compare-overlay-wrapper .compare-overlay-head .close {
      display: none; }
  .compare-overlay-wrapper .compare-overlay-body {
    height: 0;
    overflow: hidden;
    background-color: #37474F;
    margin: 0 2%;
    padding: 0;
    transition: .2s height ease-in;
    overflow-y: auto; }
    .compare-overlay-wrapper .compare-overlay-body .item .img-wrapper {
      position: relative;
      display: inline-block; }
      .compare-overlay-wrapper .compare-overlay-body .item .img-wrapper img {
        max-height: 200px; }
      .compare-overlay-wrapper .compare-overlay-body .item .img-wrapper .remove-icon {
        position: absolute;
        right: 5px;
        top: 5px;
        color: red;
        font-size: 32px;
        cursor: pointer; }
      .compare-overlay-wrapper .compare-overlay-body .item .img-wrapper.header-wrapper {
        margin-right: 50px; }
        .compare-overlay-wrapper .compare-overlay-body .item .img-wrapper.header-wrapper .remove-icon {
          right: -35px; }
    .compare-overlay-wrapper .compare-overlay-body.expanded {
      height: 235px;
      padding: 15px; }

.facebook-bg {
  background-color: #3b5998; }

.fixed-arrow-wrapper {
  position: fixed;
  top: 85px;
  right: 0;
  height: 75px;
  background-color: #37474F;
  cursor: pointer;
  z-index: 99;
  transition: all .2s ease;
  padding: 0 10px; }
  .fixed-arrow-wrapper:hover {
    background-color: #617d8b; }
  .fixed-arrow-wrapper .material-icons {
    height: 30px;
    margin: 22px 0;
    font-size: 30px;
    color: white; }

.harder-shadow {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.32), 0 2px 10px 0 rgba(0, 0, 0, 0.24); }

.collection-card .material-icons {
  margin-left: 0;
  position: relative;
  bottom: -6px; }

.normal-wrap {
  white-space: normal; }

.mt-16 {
  margin-top: 16px; }

.mt-26 {
  margin-top: 26px; }

.mt-20 {
  margin-top: 20px; }

.sub-header {
  position: relative;
  bottom: 4px;
  padding: 0 15px;
  font-size: 17px; }

.hide-slider-button {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
  height: 75px;
  width: 30px;
  display: inline-block;
  transition: all .2s ease; }
  .hide-slider-button i {
    height: 30px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 30px; }
  .hide-slider-button:hover {
    background-color: #617d8b; }
    .hide-slider-button:hover i {
      color: #cccccc; }

.fixed-rotated {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: fixed;
  left: -80px;
  top: 50%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  z-index: 9; }

.no-shadow {
  box-shadow: none; }

.dropdown-content {
  max-height: 310px; }

.emoticon {
  display: inline-block;
  max-width: 50px;
  cursor: pointer; }
  .emoticon img {
    width: 50px;
    display: inline; }
    .emoticon img.solid {
      display: none; }
  .emoticon.example {
    max-width: 40px;
    position: relative;
    top: 4px; }

.fixed-header-categories {
  position: fixed;
  top: 84px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 15; }
  .fixed-header-categories.scrolled-down {
    top: 64px; }
    .fixed-header-categories.scrolled-down #mega-menu {
      height: 30px;
      position: relative;
      bottom: 1px; }
      .fixed-header-categories.scrolled-down #mega-menu li.mega-dropdown > a {
        padding: 5px 18px; }

@media only screen and (max-width: 480px) {
  .category-image .card-footer {
    margin-top: -55%; }
    .category-image .card-footer .h5-responsive {
      margin: 0; } }

label:not(.not-ellypsis) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

@media only screen and (max-width: 767px) {
  .footer-xs-padding-fix {
    padding-top: 20px; } }
@media only screen and (max-width: 960px) {
  .nav-tabs-responsive > li {
    display: none;
    width: 23%; }

  .nav-tabs-responsive > li > a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    width: 100%;
    text-align: center;
    vertical-align: top; }

  .nav-tabs-responsive > li.active {
    width: 54%; }

  .nav-tabs-responsive > li.active:first-child {
    margin-left: 23%; }

  .nav-tabs-responsive > li.active,
  .nav-tabs-responsive > li.prev,
  .nav-tabs-responsive > li.next {
    display: block; }

  .nav-tabs-responsive > li.prev,
  .nav-tabs-responsive > li.next {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }

  .nav-tabs-responsive > li.next > a,
  .nav-tabs-responsive > li.prev > a {
    -webkit-transition: none;
    transition: none; }

  .nav-tabs-responsive > li.next > a .text,
  .nav-tabs-responsive > li.prev > a .text {
    display: none; }

  .nav-tabs-responsive > li.next > a:after,
  .nav-tabs-responsive > li.next > a:after,
  .nav-tabs-responsive > li.prev > a:after,
  .nav-tabs-responsive > li.prev > a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

  .nav-tabs-responsive > li.prev > a:after {
    content: "\f053"; }

  .nav-tabs-responsive > li.next > a:after {
    content: "\f054"; }

  .nav-tabs-responsive > li.dropdown > a > .caret {
    display: none; }

  .nav-tabs-responsive > li.dropdown > a:after {
    content: "\e114"; }

  .nav-tabs-responsive > li.dropdown.active > a:after {
    display: none; }

  .nav-tabs-responsive > li.dropdown.active > a > .caret {
    display: inline-block; }

  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
    left: 0;
    right: auto; }

  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
    left: auto;
    right: 0; } }
.highlight-auto-complete {
  color: #F44336; }

#below_header {
  position: fixed;
  top: 80px;
  z-index: 999; }

.side-nav .collapsible .material-icons {
  margin-right: 6px;
  font-size: 15px;
  top: 2px;
  position: relative; }
.side-nav .email {
  display: inline-block; }

.card-wrapper .card-rotating__back,
.card-wrapper .card-rotating__front {
  transition: transform 0.5s; }

@media only screen and (max-width: 480px) {
  .col-xxs-12 {
    width: 100%; } }

@media only screen and (max-width: 480px) {
  .col-xxs-6 {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .text-left-xxs-12 {
    text-align: left; } }

@media only screen and (max-width: 480px) {
  .xxs-remove-borders {
    border: none !important; } }

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important; }

#loading_bar_container {
  color: white; }

.angucomplete-holder {
  height: 100%; }

.overflow-override {
  overflow: visible !important; }

.collection-card .card-footer {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .4s ease;
  cursor: pointer;
  height: 85px; }
  .collection-card .card-footer .h5-responsive {
    margin: 0;
    position: relative; }
  .collection-card .card-footer.slide-down {
    bottom: -104px; }

.hero-video {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  overflow: hidden; }

#home_sec #hero .video {
  position: relative;
  bottom: 100px; }

#home_sec #hero.large .video {
  position: relative;
  bottom: 0; }
#home_sec #hero.large .hero-text {
  margin: 30px 0; }

.orange-theme #home_sec #hero:not(.no-video) {
  background-image: none; }

/* This used to work for parent element of button divs */
/* But it is not enough now, below dont hide play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

/* Old shadow dom for play button */
*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

/* New shadow dom for play button */
/* This one works */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.phone-prefix-wrapper .phone-prefix {
  display: inline-block;
  font-size: 18px;
  padding-top: 5px; }

.p0 {
  padding: 0; }

.select2picker {
  margin: 5px 0px 15px 0; }

/*# sourceMappingURL=styles.css.map */
