@charset "UTF-8";
/*=======================================COLORS====================================*/
/*====================================BORDER RADIUS==================================*/
.awards-block .awards-slider:after, .page-piece-softicons .features-slider:after, .page-piece-featured-software .features-slider:after, .page-piece-blog_feeds .features-slider:after, .page-piece-software-group .features-slider:after, .page-piece-reviews .reviews-slider:after, .tlds-holder:after, .tlds-holder .tld:after {
  content: " ";
  display: block;
  clear: both; }

.awards-block li img {
  width: 100%;
  height: auto;
  display: block; }

/* ================================ MEDIA DEFENITION =============================== */
/* ================================ MEDIA DEFENITION ENDS =========================== */
/*======================================MIXINS=======================================*/
/* CAROUSEL CSS */
@media (max-width: 766px) {
  .carousel {
    position: relative; }
  .carousel::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .carousel .holder {
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 500px;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -ms-scroll-snap-points-y: repeat(100%);
        scroll-snap-points-y: repeat(100%);
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
  .carousel .holder::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for Chrome, Safari and Opera */ }
  .carousel .holder .carousel-item {
    min-width: 100%;
    scroll-snap-align: start;
    display: block; }
  .carousel .holder .carousel-item span {
    display: inline-block;
    margin-top: 10px; }
  .carousel .prev,
  .carousel .next {
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    font-size: 50px;
    position: absolute;
    left: 0;
    padding: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 9; }
  .carousel .next {
    left: auto;
    right: 0; } }

/* RESPONSIVE CSS */
@media only screen and (max-width: 600px) {
  .carousel .carousel-item {
    display: none; } }

.next, .prev {
  display: block;
  position: absolute;
  left: -12px;
  top: 50%;
  margin: -30px 0 0;
  font-size: 60px;
  line-height: 60px; }
  @media (min-width: 767px) {
    .next, .prev {
      display: none; } }
  .next:hover, .next:focus, .prev:hover, .prev:focus {
    text-decoration: none;
    opacity: 0.8; }

.next {
  left: auto;
  right: -12px; }

#tab1, #tab2, #tab3 {
  overflow: hidden; }
  @media (min-width: 767px) {
    #tab1, #tab2, #tab3 {
      overflow: visible;
      float: none; } }
  @media (max-width: 766px) {
    #tab1, #tab2, #tab3 {
      width: 100% !important;
      padding: 0 15px; } }

.coupon-box {
  border: 3px dashed #333333;
  margin: auto;
  height: 300px;
  width: 600px;
  border-radius: 10px;
  padding: 35px;
  text-align: center;
  margin-bottom: 50px; }
  .coupon-box h4 {
    margin: 15px 0 15px 0;
    font-weight: bold; }

img#whmcs_cur {
  display: none; }

.to-uppercase {
  text-transform: uppercase; }

img.softicon-logo-blog {
  max-width: 235px;
  max-height: 150px;
  padding: 5px; }

.awards-block {
  background: #f5f5f5; }
  .awards-block .container {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #3c373a;
    font-size: 20px;
    line-height: 25px; }
    @media (min-width: 767px) {
      .awards-block .container {
        font-size: 22px;
        line-height: 27px;
        padding-top: 50px;
        padding-bottom: 30px; } }
  .awards-block p {
    margin: 0 0 20px; }
    @media (min-width: 767px) {
      .awards-block p {
        margin: 0 0 16px; } }
  .awards-block h1 {
    font-size: 28px;
    font-weight: 600;
    color: #3c373a;
    line-height: 32px;
    margin: 0 0 15px; }
    @media (min-width: 767px) {
      .awards-block h1 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 20px; } }
  .awards-block .awards-slider {
    padding: 0 15px;
    position: relative; }
    @media (min-width: 767px) {
      .awards-block .awards-slider {
        padding: 0; } }
  @media (min-width: 767px) {
    .awards-block ul {
      width: 100% !important;
      margin: 0 0 15px !important; } }
  @media (min-width: 767px) {
    .awards-block li {
      max-width: 165px;
      margin: 0 8px 20px;
      display: inline-block;
      vertical-align: top;
      float: none; } }
  @media (min-width: 992px) {
    .awards-block li {
      max-width: 200px;
      margin: 0 10px 20px; } }
  .awards-block li img {
    margin: auto; }
  .awards-block .btn {
    background: #FF8E00;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 13px 20px;
    border-radius: 18px;
    letter-spacing: 1px;
    font-weight: 600; }
    @media (min-width: 767px) {
      .awards-block .btn {
        padding: 15px 30px;
        font-size: 20px;
        line-height: 25px; } }
    .awards-block .btn:hover {
      opacity: 0.8; }
  @media (min-width: 767px) {
    .awards-block.inner ul {
      margin: 0 0 15px !important; } }
  .awards-block.inner .more {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px;
    color: #73B800;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 20px;
    font-weight: 600; }
    .awards-block.inner .more:hover {
      text-decoration: none;
      opacity: 0.8; }
    @media (min-width: 767px) {
      .awards-block.inner .more {
        font-size: 30px;
        line-height: 50px;
        margin: 0 0 20px; } }
    @media (min-width: 991px) {
      .awards-block.inner .more {
        font-size: 44px;
        margin: 0 0 70px; } }
  .awards-block.inner .btn {
    background: #FF8E00;
    font-size: 20px;
    line-height: 30px;
    border-radius: 8px;
    padding: 10px 30px; }
    @media (min-width: 767px) {
      .awards-block.inner .btn {
        font-size: 35px;
        letter-spacing: 4px;
        line-height: 40px;
        padding: 14px 50px; } }
    @media (min-width: 991px) {
      .awards-block.inner .btn {
        padding: 19px 87px 16px;
        font-size: 49px;
        line-height: 52px; } }

div.feature-content {
  margin-top: 1.5em;
  text-align: justify; }
  div.feature-content img {
    margin-right: 30px; }

.feature-container .tab-features-group-content {
  text-align: justify; }

.nav-pills {
  margin: auto;
  min-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .nav-pills li {
    border-top: 2px solid #AAAAAA;
    border-bottom: 2px solid #AAAAAA;
    margin: 0px;
    font-size: 20px;
    width: 25%;
    text-align: center;
    vertical-align: middle;
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden; }
    .nav-pills li a {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      text-decoration: none; }
    .nav-pills li.active, .nav-pills li:hover {
      border-color: #73B800;
      color: #fff; }
    .nav-pills li:hover a {
      color: #fff; }
    .nav-pills li.active a,
    .nav-pills li.active a:hover,
    .nav-pills li.active a:focus {
      background-color: #73B800; }
    .nav-pills li a:hover {
      color: #fff;
      background-color: #73B800; }
  .nav-pills > li:first-child {
    border-left: 2px solid #AAAAAA;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .nav-pills > li:last-child {
    border-right: 2px solid #AAAAAA;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .nav-pills > li {
    border-right: 1px solid #AAAAAA;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px; }

@media (min-width: 992px) {
  .feature-container .nav-pills {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 2px solid #559914; }
    .feature-container .nav-pills li {
      width: auto;
      border-width: 0;
      text-align: left; }
      .feature-container .nav-pills li a {
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: transparent;
        color: #555555;
        text-transform: uppercase;
        background-color: #dadada;
        margin-right: 6px;
        border-top-right-radius: 13px;
        border-top-left-radius: 13px; }
    .feature-container .nav-pills .active a, .feature-container .nav-pills a:hover, .feature-container .nav-pills a:focus {
      background-color: #91d429;
      color: #ffffff;
      border-top-right-radius: 13px;
      border-top-left-radius: 13px; }
    .feature-container .nav-pills .active {
      font-weight: bold; }
    .feature-container .nav-pills .active a, .feature-container .nav-pills .active a:hover, .feature-container .nav-pills .active a:focus {
      background-color: #559914;
      color: #ffffff; }
    .feature-container .nav-pills > li:first-child {
      border-left: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .feature-container .nav-pills > li:last-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .feature-container .nav-pills li a {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      color: #5d5959; } }

.panel-group .panel.tab-feature .panel-heading {
  color: #fff;
  background-color: #73B800; }

.panel-group .panel.tab-feature .panel-title {
  margin-top: 5px;
  margin-bottom: 5px; }

.panel-group .panel.tab-feature .tab-feature-title {
  display: block;
  text-decoration: none;
  width: 100%;
  color: #fff;
  text-align: left; }
  .panel-group .panel.tab-feature .tab-feature-title:hover {
    color: #E5E5E5; }
  .panel-group .panel.tab-feature .tab-feature-title.accordion-toggle {
    position: relative;
    padding-left: 40px !important; }
    .panel-group .panel.tab-feature .tab-feature-title.accordion-toggle:before {
      position: absolute;
      left: 20px;
      top: 50%;
      margin: -5px 0 0;
      content: "";
      border-style: solid;
      border-width: 10px 8px 0 8px;
      border-color: #fff transparent transparent transparent; }
    .panel-group .panel.tab-feature .tab-feature-title.accordion-toggle.collapsed:before {
      border-width: 8px 0 8px 10px;
      border-color: transparent transparent transparent #fff; }

.panel-group .panel.tab-feature .panel-collapse .feature-content {
  margin-top: 0; }

.page-piece-softicons, .page-piece-featured-software, .page-piece-blog_feeds, .page-piece-software-group {
  overflow: hidden; }
  @media (min-width: 767px) {
    .page-piece-softicons .softicons-content, .page-piece-featured-software .softicons-content, .page-piece-blog_feeds .softicons-content, .page-piece-software-group .softicons-content {
      margin-top: -40px; } }
  .page-piece-softicons h2, .page-piece-featured-software h2, .page-piece-blog_feeds h2, .page-piece-software-group h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 15px; }
    @media (min-width: 767px) {
      .page-piece-softicons h2, .page-piece-featured-software h2, .page-piece-blog_feeds h2, .page-piece-software-group h2 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 20px; } }
  .page-piece-softicons .softicons-group-display-title, .page-piece-featured-software .softicons-group-display-title, .page-piece-blog_feeds .softicons-group-display-title, .page-piece-software-group .softicons-group-display-title {
    text-align: center; }
  .page-piece-softicons .features-slider, .page-piece-featured-software .features-slider, .page-piece-blog_feeds .features-slider, .page-piece-software-group .features-slider {
    position: relative;
    min-height: 260px;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .page-piece-softicons .features-slider, .page-piece-featured-software .features-slider, .page-piece-blog_feeds .features-slider, .page-piece-software-group .features-slider {
        margin: 0 -10px;
        padding: 0; } }
    @media (min-width: 767px) {
      .page-piece-softicons .features-slider .holder, .page-piece-featured-software .features-slider .holder, .page-piece-blog_feeds .features-slider .holder, .page-piece-software-group .features-slider .holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 768px) {
      .page-piece-softicons .features-slider .holder, .page-piece-featured-software .features-slider .holder, .page-piece-blog_feeds .features-slider .holder, .page-piece-software-group .features-slider .holder {
        width: 100% !important;
        margin: 0 !important; } }
    .page-piece-softicons .features-slider .holder .feature, .page-piece-featured-software .features-slider .holder .feature, .page-piece-blog_feeds .features-slider .holder .feature, .page-piece-software-group .features-slider .holder .feature {
      font-size: 17px;
      line-height: 24px;
      float: left; }
      @media (min-width: 767px) {
        .page-piece-softicons .features-slider .holder .feature, .page-piece-featured-software .features-slider .holder .feature, .page-piece-blog_feeds .features-slider .holder .feature, .page-piece-software-group .features-slider .holder .feature {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .page-piece-softicons .features-slider .holder .feature.softicons-out-of-view, .page-piece-featured-software .features-slider .holder .feature.softicons-out-of-view, .page-piece-blog_feeds .features-slider .holder .feature.softicons-out-of-view, .page-piece-software-group .features-slider .holder .feature.softicons-out-of-view {
            display: none; } }
      @media (min-width: 768px) {
        .page-piece-softicons .features-slider .holder .feature, .page-piece-featured-software .features-slider .holder .feature, .page-piece-blog_feeds .features-slider .holder .feature, .page-piece-software-group .features-slider .holder .feature {
          width: 45% !important;
          margin: 40px 15px 0px;
          vertical-align: top;
          float: none; } }
      @media (min-width: 991px) {
        .page-piece-softicons .features-slider .holder .feature, .page-piece-featured-software .features-slider .holder .feature, .page-piece-blog_feeds .features-slider .holder .feature, .page-piece-software-group .features-slider .holder .feature {
          width: 235px !important;
          margin: 40px 7px 0px; } }
      @media (min-width: 1200px) {
        .page-piece-softicons .features-slider .holder .feature, .page-piece-featured-software .features-slider .holder .feature, .page-piece-blog_feeds .features-slider .holder .feature, .page-piece-software-group .features-slider .holder .feature {
          width: 217px !important; } }
      .page-piece-softicons .features-slider .holder .feature img.softicon-logo, .page-piece-featured-software .features-slider .holder .feature img.softicon-logo, .page-piece-blog_feeds .features-slider .holder .feature img.softicon-logo, .page-piece-software-group .features-slider .holder .feature img.softicon-logo {
        max-width: 150px;
        max-height: 150px;
        min-height: 150px; }
      .page-piece-softicons .features-slider .holder .feature h3, .page-piece-featured-software .features-slider .holder .feature h3, .page-piece-blog_feeds .features-slider .holder .feature h3, .page-piece-software-group .features-slider .holder .feature h3 {
        font-size: 29px;
        line-height: 34px;
        margin: 0 0 25px;
        font-weight: 700; }
        .page-piece-softicons .features-slider .holder .feature h3 a, .page-piece-featured-software .features-slider .holder .feature h3 a, .page-piece-blog_feeds .features-slider .holder .feature h3 a, .page-piece-software-group .features-slider .holder .feature h3 a {
          text-decoration: none; }
          .page-piece-softicons .features-slider .holder .feature h3 a:hover, .page-piece-featured-software .features-slider .holder .feature h3 a:hover, .page-piece-blog_feeds .features-slider .holder .feature h3 a:hover, .page-piece-software-group .features-slider .holder .feature h3 a:hover {
            opacity: 0.8; }
      .page-piece-softicons .features-slider .holder .feature p, .page-piece-featured-software .features-slider .holder .feature p, .page-piece-blog_feeds .features-slider .holder .feature p, .page-piece-software-group .features-slider .holder .feature p {
        margin: 0 0 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
      .page-piece-softicons .features-slider .holder .feature a.softicon-logo-link, .page-piece-featured-software .features-slider .holder .feature a.softicon-logo-link, .page-piece-blog_feeds .features-slider .holder .feature a.softicon-logo-link, .page-piece-software-group .features-slider .holder .feature a.softicon-logo-link {
        text-align: center;
        display: block; }
      .page-piece-softicons .features-slider .holder .feature a.softicon-link, .page-piece-featured-software .features-slider .holder .feature a.softicon-link, .page-piece-blog_feeds .features-slider .holder .feature a.softicon-link, .page-piece-software-group .features-slider .holder .feature a.softicon-link {
        background-color: #0097c3;
        -ms-flex-item-align: end;
            align-self: flex-end;
        margin: auto; }
        .page-piece-softicons .features-slider .holder .feature a.softicon-link.blog-excerpt, .page-piece-featured-software .features-slider .holder .feature a.softicon-link.blog-excerpt, .page-piece-blog_feeds .features-slider .holder .feature a.softicon-link.blog-excerpt, .page-piece-software-group .features-slider .holder .feature a.softicon-link.blog-excerpt {
          background-color: transparent; }

.page-piece .btn-large {
  background: #FF8E00;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 15px 30px 15px 30px;
  border-radius: 10px;
  font-weight: 600;
  margin-bottom: 25px; }
  .page-piece .btn-large:hover {
    background: #cc7200; }

.page-piece-cta-button .feature-container p {
  text-align: center; }

div.termprices {
  display: none; }

.page-piece-blog_feeds p a {
  color: #3c373a; }

.page-piece-blog_feeds a.softicon-logo-link {
  text-align: center; }

.page-piece-blog_feeds .next, .page-piece-blog_feeds .prev {
  color: black; }

.footer__block {
  display: block; }
  .footer__block .img-fluid {
    max-width: 100%;
    height: auto; }
  .footer__block .footer__top--block {
    background: #333333;
    padding: 45px 0 10px 0; }
    .footer__block .footer__top--block .container {
      max-width: 1180px; }
  .footer__block .footer__top--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer__block .footer__link--box {
    display: inline-block; }
    .footer__block .footer__link--box a {
      text-decoration: none; }
    .footer__block .footer__link--box a:hover {
      color: #ff8e01;
      text-decoration: underline; }
      .footer__block .footer__link--box a:hover h5 {
        color: #ff8e01; }
    .footer__block .footer__link--box h5 {
      color: #73B800;
      font-size: 25px;
      margin-bottom: 25px;
      font-weight: 600; }
  .footer__block .footer__link--box .footer__link--box h5:hover {
    color: #ff8e01;
    text-decoration: underline; }
  .footer__block .footer__links {
    display: block;
    padding-left: unset; }
  .footer__block .footer__links li {
    display: block;
    margin-bottom: 10px;
    line-height: 20px; }
  .footer__block .footer__links a {
    color: #D1D1D1;
    font-size: 17px;
    font-weight: 300;
    text-decoration: none;
    line-height: 20px; }
  .footer__block .footer__links a:hover {
    color: #ff8e01;
    text-decoration: underline; }
  .footer__block .footer__mid--section {
    display: block;
    margin-top: 40px; }
  .footer__block .footer__mid--left {
    display: block; }
  .footer__block .trusted__logos {
    padding-left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 310px; }
    .footer__block .trusted__logos li {
      display: block;
      margin-right: 20px; }
  .footer__block .cards__listing {
    padding-left: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
    max-width: 350px; }
    .footer__block .cards__listing li {
      display: inline-block; }
  .footer__block .footer__mid--right {
    display: block; }
  .footer__block .footer__chat--contact {
    display: block;
    text-align: right; }
    .footer__block .footer__chat--contact li {
      display: inline-block;
      margin-left: 25px; }
    .footer__block .footer__chat--contact span {
      display: inline-block;
      width: 20px;
      height: 20px; }
    .footer__block .footer__chat--contact a {
      text-decoration: none;
      color: #d0d0d0;
      font-size: 25px;
      font-weight: 600; }
    .footer__block .footer__chat--contact a:hover {
      color: #ff8e01;
      text-decoration: underline; }
  .footer__block .footer__social {
    display: block;
    text-align: right;
    margin: 22px 0 25px; }
    .footer__block .footer__social li {
      display: inline-block;
      margin-left: 20px; }
    .footer__block .footer__social span {
      color: #73B800;
      font-size: 25px;
      display: block;
      font-weight: 600; }
    .footer__block .footer__social a {
      color: #d0d0d0;
      font-size: 24px;
      font-weight: 400; }
    .footer__block .footer__social a:hover {
      color: #ff8e01; }
  .footer__block .promotional__price {
    text-align: right;
    color: #d0d0d0;
    font-size: 16px;
    font-weight: 300; }
    .footer__block .promotional__price a {
      color: #d0d0d0;
      text-decoration: underline; }
    .footer__block .promotional__price a:hover {
      color: #ff8e01; }
  .footer__block .footer__newsletter--section {
    display: block;
    margin-top: 25px; }
  .footer__block .footer__newsletter--left {
    display: block;
    position: relative;
    padding-left: 175px; }
    .footer__block .footer__newsletter--left h5 {
      color: #73B800;
      font-size: 25px;
      font-weight: 600;
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: unset; }
    .footer__block .footer__newsletter--left p {
      color: #D1D1D1;
      font-size: 16px;
      line-height: 24px;
      font-weight: 300;
      padding-top: 5px; }
  .footer__block .footer__newsletter--right {
    display: block;
    position: relative;
    padding-left: 15px; }
  .footer__block .newsletter__input {
    width: 100%;
    padding: 0 200px 0 30px;
    height: 55px;
    border-radius: 5px; }
  .footer__block .newsletter__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #9f9f9f; }
  .footer__block .newsletter__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #9f9f9f; }
  .footer__block .newsletter__input:-ms-input-placeholder {
    /* IE 10+ */
    color: #9f9f9f; }
  .footer__block .newsletter__input:-moz-placeholder {
    /* Firefox 18- */
    color: #9f9f9f; }
  .footer__block .newsletter__submit {
    width: 209px;
    height: 55px;
    border-radius: 5px;
    border: none;
    background: #ff8e01;
    color: #ffffff;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    font-weight: 600;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 0px; }
  .footer__block .newsletter__submit:hover {
    background: #fba53c;
    color: #ffffff; }
  .footer__block .footer__bottom--block {
    display: block;
    padding: 35px 0;
    background: #1c1c1c;
    border-top: 1px solid #404040; }
    .footer__block .footer__bottom--block .container {
      max-width: 1180px; }
  .footer__block .footer__bottom--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .footer__block .footer__bottom--main p {
      color: #D1D1D1;
      font-size: 14px;
      margin-bottom: 0; }
  .footer__block .footer__bottom--links {
    display: block; }
    .footer__block .footer__bottom--links li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 7px;
      border-left: 1px solid #D1D1D1;
      line-height: 14px; }
    .footer__block .footer__bottom--links a {
      color: #D1D1D1;
      font-size: 14px;
      text-decoration: none; }
    .footer__block .footer__bottom--links a:hover {
      color: #ff8e01; }
    .footer__block .footer__bottom--links li:first-child {
      border-left: none; }
  @media (max-width: 1200px) {
    .footer__block .footer__top--block {
      padding: 70px 0; }
    .footer__block .footer__link--box h5 {
      font-size: 20px; }
    .footer__block .footer__links li a {
      font-size: 15px; }
    .footer__block .footer__chat--contact li a {
      font-size: 22px; } }
  @media (max-width: 991px) {
    .footer__block .footer__top--block {
      padding: 30px 0 50px; }
    .footer__block .footer__top--main {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .footer__block .footer__link--box {
      width: 30%;
      text-align: center;
      margin: 25px 10px 0 10px; }
    .footer__block .trusted__logos,
    .footer__block .cards__listing {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: auto;
      margin-bottom: 30px; }
    .footer__block .footer__chat--contact,
    .footer__block .footer__social,
    .footer__block .promotional__price {
      text-align: center; }
    .footer__block .footer__newsletter--left {
      text-align: center;
      padding-left: 0; }
    .footer__block .footer__newsletter--left h5 {
      display: block;
      position: static; }
    .footer__block .footer__newsletter--left h5 br {
      display: none; }
    .footer__block .trusted__logos li {
      margin: 0 5px; }
    .footer__block .footer__newsletter--section {
      margin-top: 20px; }
    .footer__block .footer__bottom--main {
      display: block;
      text-align: center; }
    .footer__block .footer__bottom--main p {
      margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .footer__block .footer__link--box {
      width: 46%; } }
  @media (max-width: 575px) {
    .footer__block .footer__link--box {
      width: 100%; }
    .footer__block .footer__chat--contact li {
      margin: 8px 0;
      display: block; }
    .footer__block .footer__chat--contact li a {
      font-size: 18px; }
    .footer__block .footer__social li {
      margin: 0 5px; }
    .footer__block .footer__social li:first-child {
      display: block;
      padding-bottom: 15px; }
    .footer__block .trusted__logos,
    .footer__block .cards__listing {
      margin-bottom: 20px; }
    .footer__block .newsletter__input {
      padding: 0 20px; }
    .footer__block .newsletter__submit {
      position: static;
      width: 100%;
      margin-top: 10px; }
    .footer__block .footer__newsletter--left h5 {
      margin-bottom: 5px; } }

.page-piece-reviews {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
  .page-piece-reviews .section-sub-title {
    text-align: center; }
  .page-piece-reviews article {
    color: #fff;
    border-radius: 5px; }
  .page-piece-reviews .star-rating {
    color: #FFAF00;
    margin: 10px;
    font-size: 2.5rem;
    text-align: center; }
  .page-piece-reviews .review-content {
    text-align: justify;
    margin: 5px; }
    .page-piece-reviews .review-content a {
      white-space: nowrap; }
  .page-piece-reviews .signature {
    margin-top: 15px;
    margin-bottom: 17px; }
  .page-piece-reviews .review-author {
    font-weight: 700;
    margin-right: 10px; }
  .page-piece-reviews.section-black article {
    background-color: #1a1919; }
  .page-piece-reviews.section-white article {
    background-color: #666666; }
  .page-piece-reviews.section-grey article {
    background-color: #3f3f3f; }
  .page-piece-reviews h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 15px; }
    @media (min-width: 767px) {
      .page-piece-reviews h2 {
        font-size: 40px;
        line-height: 45px;
        margin: 0 0 20px; } }
  .page-piece-reviews .reviews-slider {
    position: relative;
    min-height: 260px;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .page-piece-reviews .reviews-slider {
        margin: 0 -10px;
        padding: 0; } }
    @media (min-width: 767px) {
      .page-piece-reviews .reviews-slider .next {
        right: -22px; }
      .page-piece-reviews .reviews-slider .prev {
        left: -22px; }
      .page-piece-reviews .reviews-slider .next, .page-piece-reviews .reviews-slider .prev {
        display: block; }
      .page-piece-reviews .reviews-slider.no-desktop-carousel .next, .page-piece-reviews .reviews-slider.no-desktop-carousel .prev {
        display: none; } }
    @media (min-width: 767px) {
      .page-piece-reviews .reviews-slider.no-desktop-carousel .holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100% !important;
        margin: 0 !important; } }
  @media (min-width: 767px) and (max-width: 990px) {
    .page-piece-reviews .reviews-slider.no-desktop-carousel .holder .feature {
      margin-top: 10px;
      width: 100%; } }
    .page-piece-reviews .reviews-slider data.p-rating {
      display: none; }
    .page-piece-reviews .reviews-slider .review-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -ms-flex-positive: 1;
          flex-grow: 1; }
    .page-piece-reviews .reviews-slider .feature {
      font-size: 17px;
      line-height: 24px;
      float: left;
      padding: 10px 40px; }
      @media (min-width: 767px) {
        .page-piece-reviews .reviews-slider .feature {
          min-height: 256px;
          padding: 10px; } }
      @media (min-width: 991px) {
        .page-piece-reviews .reviews-slider .feature {
          width: 30% !important;
          margin: 40px 7px 0px;
          max-width: 381px;
          min-height: 352px;
          padding: 10px; } }
  @media (min-width: 991px) and (max-width: 1200px) {
    .page-piece-reviews .reviews-slider .feature {
      max-width: 468px; } }
    .page-piece-reviews .reviews-slider img.softicon-logo {
      max-width: 150px;
      max-height: 150px; }
    .page-piece-reviews .reviews-slider h3 {
      font-size: 29px;
      line-height: 34px;
      color: #3c373a;
      margin: 0 0 25px;
      font-weight: 700; }
      .page-piece-reviews .reviews-slider h3 a {
        color: #3c373a;
        text-decoration: none; }
        .page-piece-reviews .reviews-slider h3 a:hover {
          opacity: 0.8; }
    .page-piece-reviews .reviews-slider p {
      margin: 0 0 20px;
      width: 100%;
      text-align: center; }
      @media (min-width: 768px) {
        .page-piece-reviews .reviews-slider p {
          text-align: left;
          margin-bottom: 0; } }
    .page-piece-reviews .reviews-slider .signature a {
      text-decoration: none;
      color: #fff; }
      .page-piece-reviews .reviews-slider .signature a:hover {
        text-decoration: underline; }
    @media (min-width: 768px) {
      .page-piece-reviews .reviews-slider .signature {
        text-align: left; } }
  .page-piece-reviews .reviews-content p {
    text-align: center; }
  .page-piece-reviews .reviews-content .btn-cta {
    margin-top: 20px; }

.review-section h1 {
  text-align: center;
  font-weight: 500; }

.review-section data.p-rating {
  display: none; }

.review-section a.u-url {
  display: none; }

.review-section .review-info {
  width: 100%;
  padding: 15px; }
  @media (min-width: 991px) {
    .review-section .review-info {
      width: 25%;
      max-width: 400px;
      float: left;
      position: relative;
      min-height: 1px; } }

.review-section .star-rating {
  color: #FFAF00;
  font-size: 2.2rem;
  padding-bottom: 15px; }

.review-section .review-author {
  font-weight: 600; }

.review-section .review-content {
  width: 100%;
  padding: 15px; }
  @media (min-width: 991px) {
    .review-section .review-content {
      width: 75%;
      max-width: 900px;
      float: left;
      position: relative;
      min-height: 1px; } }

.page-piece-compare_showcase .compare_showcase_group_title {
  margin-bottom: 0; }

.page-piece-compare_showcase .green .heading-holder {
  background: #71b900; }

.page-piece-compare_showcase .blue .heading-holder {
  background: #0097c3; }

.page-piece-compare_showcase .yellow .heading-holder {
  background: #ffaf00; }

.page-piece-compare_showcase .heading {
  margin: 0;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase; }

.page-piece-compare_showcase .panel-default {
  border-top-right-radius: 13px;
  border-top-left-radius: 13px; }

.page-piece-compare_showcase .panel-heading {
  color: #333333;
  border-top-right-radius: 13px;
  border-top-left-radius: 13px; }
  .page-piece-compare_showcase .panel-heading p {
    color: #fff;
    line-height: 1.1; }
  .page-piece-compare_showcase .panel-heading img {
    max-height: 70px;
    margin-left: 15px;
    height: 100%; }

.page-piece-compare_showcase .heading-holder {
  padding: 30px 30px 10px 30px; }

.page-piece-compare_showcase .panel-body {
  position: relative; }
  .page-piece-compare_showcase .panel-body img {
    max-width: 160px;
    max-height: 60px; }

.page-piece-compare_showcase .divider {
  width: 0;
  border-right: 1px solid #ddd;
  position: absolute;
  top: 0;
  left: 42%;
  bottom: 0; }

.page-piece-compare_showcase ul {
  list-style-type: none;
  padding-left: 0; }

.page-piece-compare_showcase li {
  line-height: 1.5; }
  .page-piece-compare_showcase li:before {
    font-size: 12px;
    line-height: 12px;
    top: 4px;
    content: "";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    margin-right: 10px;
    color: #73B800; }

.page-piece-compare_showcase .not-available:before {
  font-family: "Glyphicons Regular";
  content: "\e208";
  color: red; }

.compare_showcase_subheading {
  margin-bottom: 40px;
  color: #5d5959; }

@media (min-width: 767px) {
  .page-piece-compare_showcase .panel-heading img {
    max-height: 80px; } }

.helpful-resources ul {
  list-style: none; }

.helpful-resources li {
  text-align: left;
  margin: 10px; }

.helpful-resources span {
  color: #3c373a;
  font-size: 1.5rem;
  width: 39px;
  padding: 5px;
  background-color: #E5E5E5;
  border: 2px solid #3c373a;
  border-radius: 5px; }

.helpful-resources a {
  text-decoration: none;
  vertical-align: middle;
  margin-left: 10px; }

@media (max-width: 766px) {
  div.pricing-breakdown-holder {
    display: none; } }

.tlds-holder {
  position: relative;
  padding: 0 15px 12px 15px;
  margin-top: 30px; }
  @media (min-width: 767px) {
    .tlds-holder {
      padding: 0 15px; } }
  .tlds-holder .tld {
    border-radius: 5px;
    background: #fff;
    position: relative;
    height: 100%;
    border: 2px solid #ddd;
    padding: 20px 5px;
    margin: 0 0 30px; }
    @media (min-width: 767px) {
      .tlds-holder .tld {
        margin: 0 -10px; } }
    @media (min-width: 991px) {
      .tlds-holder .tld {
        margin: 0 0 30px; } }
    .tlds-holder .tld .holder {
      overflow: hidden;
      border: solid #E5E5E5;
      border-radius: 0 0 5px 5px;
      border-width: 0 2px 2px;
      box-sizing: initial; }
    .tlds-holder .tld .price-holder {
      margin: 10px 0 22px 0;
      overflow: hidden;
      text-align: center; }
      .tlds-holder .tld .price-holder .from {
        display: block;
        color: #5d5959;
        font-size: 16px; }
        @media (min-width: 991px) {
          .tlds-holder .tld .price-holder .from {
            font-size: 20px; } }
      .tlds-holder .tld .price-holder .price-text {
        margin-left: -0.5em; }
        .tlds-holder .tld .price-holder .price-text sup {
          font-weight: 400;
          font-size: 22px;
          top: -1.1em;
          right: -0.5em; }
        .tlds-holder .tld .price-holder .price-text .price-value span[data-swete-translate] {
          padding-left: 10px; }
      .tlds-holder .tld .price-holder .price {
        letter-spacing: -1px;
        font-weight: 900;
        font-size: 24px;
        color: #5d5959;
        line-height: 1em; }
      .tlds-holder .tld .price-holder .original-price {
        color: #AAAAAA;
        line-height: 1.1em;
        display: block; }
    .tlds-holder .tld .btns {
      text-transform: uppercase;
      padding: 0 15px 0 15px;
      overflow: visible;
      width: 100%; }
      .tlds-holder .tld .btns .btn {
        display: block;
        position: relative;
        border-radius: 7px;
        margin: 0 0 14px;
        font-size: 24px;
        line-height: 29px;
        font-weight: 900;
        letter-spacing: 0;
        padding: 10px; }
        @media (min-width: 991px) {
          .tlds-holder .tld .btns .btn {
            font-size: 20px;
            margin: 0; } }
        .tlds-holder .tld .btns .btn.btn-default {
          padding: 6px 15px 6px 40px;
          border: 0;
          background: #FF8E00; }
          @media (min-width: 991px) {
            .tlds-holder .tld .btns .btn.btn-default {
              padding: 12px 43px 10px 50px; } }
          .tlds-holder .tld .btns .btn.btn-default:hover {
            background: #cc7200; }
        .tlds-holder .tld .btns .btn:before {
          display: inline-block;
          left: 17px;
          top: 7px;
          position: absolute;
          vertical-align: top;
          margin: 0 15px 0 0; }
          @media (min-width: 991px) {
            .tlds-holder .tld .btns .btn:before {
              left: 28px;
              top: 11px; } }
        .tlds-holder .tld .btns .btn.btn-success {
          margin: 18px 0 0 0;
          padding: 6px 6px;
          font-size: 16px; }
          @media (min-width: 991px) {
            .tlds-holder .tld .btns .btn.btn-success {
              padding: 11px 6px; } }
        @media (max-width: 990px) {
          .tlds-holder .tld .btns .btn.btn-secondary {
            display: none; } }
        .tlds-holder .tld .btns .btn.btn-secondary.selected {
          background-color: #73B800;
          z-index: 1000;
          height: 75px;
          padding-top: 15px;
          font-size: 18px; }
  .tlds-holder .tld-header a {
    color: #73B800;
    text-decoration: none;
    font-size: 2em;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .tlds-holder .tld-header a img {
      max-width: 100%; }
  .tlds-holder .tld-holder {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 991px) {
      .tlds-holder .tld-holder {
        width: 30%;
        float: none; }
        .tlds-holder .tld-holder .price {
          font-size: 65px;
          line-height: 0.75em; }
          .tlds-holder .tld-holder .price sup {
            top: -0.8em; }
          .tlds-holder .tld-holder .price .time {
            line-height: 1.3em; }
        .tlds-holder .tld-holder:first-child:nth-last-child(4),
        .tlds-holder .tld-holder:first-child:nth-last-child(4) ~ div {
          float: left;
          width: 25%; } }
    @media (max-width: 990px) {
      .tlds-holder .tld-holder:first-child {
        margin-bottom: 10px; }
      .tlds-holder .tld-holder:nth-child(3) {
        clear: left; } }

section.page-piece-product_list table.matrix-table tr td {
  vertical-align: middle; }

section.page-piece-faq-section {
  border-top: 2px solid #e3e3e3;
  padding-top: 3em; }
  section.page-piece-faq-section .align-none {
    text-align: initial; }
  section.page-piece-faq-section .sec-head {
    padding-bottom: 1.5em; }
  section.page-piece-faq-section a {
    text-decoration: none; }
  section.page-piece-faq-section .faq-content {
    margin-left: 35px;
    margin-bottom: 15px; }
  section.page-piece-faq-section .faq {
    margin-bottom: 1.5em;
    margin-left: 1.5em; }

/*=== CS hug restyling shared / generic styles ==*/
.cm-btns {
  display: inline-block;
  border-radius: 3px !important;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  padding: 0px 38px;
  background: #ff8e00;
  line-height: 48px;
  text-decoration: none;
  border: none;
  -webkit-transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
  transition: all cubic-bezier(0.48, 0.48, 0.49, 0.47) 0.3s;
  font-size: 14px;
  line-height: 38px;
  text-transform: none;
  padding: 0px 30px;
  text-decoration: none; }
  .cm-btns.caps {
    text-transform: uppercase; }
  .cm-btns:hover {
    color: #fff;
    text-decoration: none;
    background: #ffa800; }
  .cm-btns.green {
    background: #73b800; }
    .cm-btns.green:hover {
      color: #fff; }

.inline-link {
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  color: #73b800; }
  .inline-link.orange {
    color: #ff8e00; }
  .inline-link.green {
    color: #72a433; }

h4 {
  font-size: 24px;
  font-weight: 600;
  color: #4d514a;
  margin: 0px 0px 15px 0px; }

.pb-0 {
  padding-bottom: 0; }

.sec-head {
  text-align: center; }
  .sec-head.left {
    text-align: left; }
  .sec-head h2 {
    font-size: 36px;
    margin: 0;
    color: #4d514a;
    font-weight: normal; }
    @media (max-width: 1200px) {
      .sec-head h2 {
        font-size: 28px; } }

.faq-section {
  padding: 60px 0px; }
  .faq-section .faq-wrapper {
    margin-top: 30px; }

.faq-item {
  display: block;
  position: relative;
  border: 2px solid #c4cfbf;
  margin-top: 5px;
  border-radius: 4px; }
  .faq-item.current {
    border-color: #ff762d; }
    .faq-item.current::before {
      background: url("https://www.a2hosting.com/images/uploads/general/faq-ic-open.png") no-repeat; }
    .faq-item.current .faq-question {
      padding-bottom: 15px; }
  .faq-item::before {
    position: absolute;
    top: 17px;
    left: 20px;
    display: block;
    content: '';
    background: url("https://www.a2hosting.com/images/uploads/general/faq-ic.png") no-repeat;
    width: 31px;
    height: 31px;
    pointer-events: none; }
  .faq-item p {
    color: #686868;
    font-size: 15px;
    line-height: 22px; }

.faq-question {
  display: block;
  cursor: pointer;
  padding: 22px 20px 22px 58px; }
  .faq-question h4 {
    text-transform: none;
    /*text-align: left !important;*/
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #4e4e4e; }

.faq-ans {
  display: none;
  padding-bottom: 22px;
  padding-left: 58px; }

.grey-box-sec {
  display: block;
  padding: 60px 0px; }
  @media (max-width: 1200px) {
    .grey-box-sec {
      padding: 50px 0px; } }
  .grey-box-sec .wrapper {
    display: block;
    margin-top: 30px; }
  .grey-box-sec .grey-box {
    display: block;
    background: #efefef;
    padding: 36px 43px 43px 43px;
    border-radius: 10px; }
    @media (max-width: 1200px) {
      .grey-box-sec .grey-box {
        padding: 30px 30px 30px 30px; } }
    @media (max-width: 991px) {
      .grey-box-sec .grey-box {
        margin-bottom: 30px; } }
    .grey-box-sec .grey-box h4 {
      font-weight: 500;
      text-transform: none; }
    .grey-box-sec .grey-box ul {
      padding: 0;
      margin: 0;
      list-style: none;
      line-height: normal; }

.light-bg {
  background: #f7f7f7; }

.text-pic-sec {
  display: block;
  padding: 70px 0px; }
  @media (max-width: 1200px) {
    .text-pic-sec {
      padding: 50px 0px; } }
  .text-pic-sec .wrapper {
    display: block;
    max-width: 948px;
    margin: auto; }
  .text-pic-sec .inline-link {
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
    color: #73B800; }
  .text-pic-sec .texting {
    display: table-cell;
    height: 350px;
    vertical-align: middle;
    width: 1%; }
    @media (max-width: 991px) {
      .text-pic-sec .texting {
        padding: 0px 0px 40px 0px;
        width: 100%;
        display: block;
        height: auto;
        text-align: center; }
        .text-pic-sec .texting .sec-head.left {
          text-align: center; } }
    .text-pic-sec .texting .hidden-buttons {
      margin-bottom: 15px; }
    .text-pic-sec .texting .cm-btns {
      margin-right: 20px;
      background: transparent; }
      @media (max-width: 1200px) {
        .text-pic-sec .texting .cm-btns {
          padding: 0px 18px; } }
    .text-pic-sec .texting h2 {
      text-align: initial;
      margin-bottom: 15px; }
    .text-pic-sec .texting p {
      font-size: 16px;
      color: #8b8989;
      line-height: 24x;
      margin-bottom: 20px; }
  .text-pic-sec .pic-box {
    text-align: right; }
    @media (max-width: 991px) {
      .text-pic-sec .pic-box {
        text-align: center; } }
    .text-pic-sec .pic-box img {
      display: inline-block; }

#support-btn, #chat-btn, #call-us-btn {
  color: #73B800; }

.kb-cat-column ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
  margin-top: 0; }
  @media (min-width: 991px) {
    .kb-cat-column ul {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); }
      .kb-cat-column ul li {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; } }
/*# sourceMappingURL=main.css.map */