/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* BOURBON FRAMEWORK */
.clear {
  clear: both;
  margin: 0;
  padding: 0;
  display: block;
  float: none; }

.center {
  text-align: center; }

.a-exclamation-circle {
  background: #ff4f03;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  position: absolute;
  left: 15px;
  top: 10px; }
  .a-exclamation-circle:after {
    content: "!";
    color: #fff;
    font-style: normal;
    font-size: 17.5px;
    line-height: 24px; }

.a-question-circle {
  background: #13bf80;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  margin-top: 3px;
  vertical-align: top; }
  .a-question-circle:after {
    content: "?";
    color: #fff;
    font-style: normal;
    font-size: 39px;
    line-height: 51px;
    vertical-align: top;
    font-weight: normal; }

.table-m-b-0 {
  margin-bottom: 0 !important; }

.thead-b-t-0 td,
.thead-b-t-0 th {
  border-top: none !important; }

.title-line {
  position: relative;
  text-align: center;
  margin-bottom: 41px; }
  .title-line:after {
    content: "";
    border-bottom: 1px solid #ddd;
    position: absolute;
    top: 62%;
    width: 100%;
    height: 0px;
    left: 0;
    z-index: 0; }
  .title-line span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 9;
    color: #393f4c;
    font-size: 21px; }

a {
  color: #3aa3e3;
  text-decoration: none; }

.icon-basic {
  background-image: url("/images/plans-pricing/icon-basic.png");
  height: 11px;
  text-indent: -5000px;
  overflow: hidden;
  margin-right: 5px;
  margin-top: 5px;
  vertical-align: top;
  display: inline-block;
  width: 27px !important;
  margin-top: 9px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .icon-basic {
      background-image: url("/images/plans-pricing/icon-basic_2x.png");
      background-size: 27px 11px; } }

.color-dark-blue {
  color: #393f4c; }

.btn-orange {
  color: #fff;
  display: block;
  text-align: center;
  padding: 17px 30px;
  text-decoration: none;
  background: #ff4f02;
  display: inline-block;
  margin: 0 auto;
  font-size: 19px;
  border-radius: 3px;
  border-top: 1px solid #ff8955;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  transition: all 0.5s linear; }
  .btn-orange:hover {
    background: #c63c00;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s linear; }

.btn-ghost {
  color: #fff;
  display: block;
  text-align: center;
  padding: 17px 30px;
  text-decoration: none;
  border: 1px solid #b2c1d4;
  display: inline-block;
  margin: 0 auto;
  font-size: 16px;
  color: #0e3f7a;
  font-weight: bold;
  border-radius: 3px;
  transition: all 0.5s linear; }
  .btn-ghost:hover {
    transition: all 0.5s linear;
    text-decoration: none; }

.btn-underline {
  color: #fff;
  font-size: 18px;
  margin: 48px 0 60px 0;
  position: relative;
  display: inline-block;
  text-decoration: none; }
  .btn-underline:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #446995;
    bottom: 0;
    left: 0; }
  .btn-underline:hover, .btn-underline:focus, .btn-underline:active {
    opacity: 0.8;
    color: #fff;
    text-decoration: none; }

/* Mainly pricing and plan page
 *******************************************/
.tab-toggle {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 3px;
  display: block; }
  .tab-toggle.tab-toggle-agency {
    position: relative;
    top: -99px;
    margin: 0; }
  .tab-toggle li {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #456b98;
    width: 180px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    list-style: none; }
    .tab-toggle li:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .tab-toggle li:nth-child(2) {
      margin-left: -6px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .tab-toggle li.active, .tab-toggle li:hover {
      background: #486d9a; }
    .tab-toggle li.active:before {
      content: "";
      display: inline-block;
      position: relative;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      background: #fff;
      margin-right: 7px;
      vertical-align: top;
      margin-top: 7px; }
    .tab-toggle li.agency {
      position: absolute;
      right: 80px;
      background-image: url("/images/plans-pricing/icon_agencyplan.png");
      background-repeat: no-repeat;
      background-position: 15px 8px;
      padding-left: 50px;
      width: auto;
      padding-right: 15px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .tab-toggle li.agency {
          background-image: url("/images/plans-pricing/icon_agencyplan_2x.png");
          background-size: 24px 22px; } }
      .tab-toggle li.agency.active:before {
        display: none; }
      .tab-toggle li.agency:hover {
        background-image: url("/images/plans-pricing/icon_agencyplan.png");
        background-repeat: no-repeat;
        background-position: 15px 8px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
          .tab-toggle li.agency:hover {
            background-image: url("/images/plans-pricing/icon_agencyplan_2x.png");
            background-size: 24px 22px; } }

.tab-tools {
  margin: 11px 0 35px 0; }

.tab-content ul {
  text-align: center; }

.tab-content li {
  display: inline-block;
  border-radius: 3px;
  text-align: left;
  color: #393f4c;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  list-style: none;
  vertical-align: top;
  cursor: default; }
  .tab-content li.disabled {
    color: #9c9fa4; }
    .tab-content li.disabled span {
      vertical-align: top;
      display: inline-block;
      margin-top: -3px;
      margin-right: 10px;
      color: #dcdddf; }
  .tab-content li li {
    width: 335px;
    padding: 30px 35px 40px;
    margin-right: 20px;
    background: #fff; }
    .tab-content li li h4 {
      font-size: 30px;
      font-weight: 400; }
      .tab-content li li h4 .bestvalue {
        background: #393f4d;
        color: #fff;
        font-size: 13px;
        padding: 2px 7px;
        border-radius: 3px;
        line-height: 19px;
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: 7px; }
    .tab-content li li:last-child {
      margin-right: 0; }
  .tab-content li li li {
    display: block;
    width: auto;
    padding: 0;
    line-height: 28px; }

.tab-content > li {
  display: none; }
  .tab-content > li.active {
    display: block; }

.tab-content .pricing p {
  font-size: 70px;
  font-weight: bold;
  margin: 8px 0 3px 0;
  line-height: 70px;
  position: relative;
  display: inline-block; }
  .tab-content .pricing p .type {
    color: #9c9fa6;
    font-size: 18px;
    font-weight: 400; }

.tab-content .pricing .contactus {
  font-size: 40px;
  margin-bottom: 23px; }

.tab-content .pricing .symbol {
  font-size: 24px;
  font-weight: 400;
  vertical-align: top;
  margin-top: -15px;
  display: inline-block;
  margin-right: 5px;
  font-style: normal; }

.tab-content .pricing strike {
  font-size: 16px;
  font-weight: 400;
  vertical-align: top;
  color: #ff4f03;
  margin-top: -15px;
  display: inline-block;
  position: absolute;
  right: 12px; }
  .tab-content .pricing strike.large {
    right: 4px; }
  .tab-content .pricing strike.small {
    right: 22px; }

.tab-content .fa.fa-check {
  color: #38c994;
  margin-right: 4px; }

.tab-content .fa.fa-question-circle {
  color: #dbdbdb;
  font-size: 18px; }
  .tab-content .fa.fa-question-circle:hover {
    color: #dadada;
    cursor: pointer; }

.tab-content .btn-ghost,
.tab-content .btn-orange {
  width: 265px;
  padding: 14px 0; }

.tab-content .btn-orange {
  box-shadow: none;
  border: none;
  padding: 13px 0; }

.ahrefs .questionsAnswer p {
  color: #616571; }

.ahrefs .questionsAnswer h2 {
  color: #393f4c; }

.ahrefs .container.questionsAnswer {
  max-width: 1030px; }

.questionsAnswer {
  padding-top: 75px; }
  .questionsAnswer ul {
    display: block;
    float: left;
    list-style: none;
    text-align: left;
    width: 490px;
    margin-right: 40px; }
    .questionsAnswer ul.last {
      margin-right: 0;
      float: right; }
  .questionsAnswer li {
    margin-bottom: 50px; }
  .questionsAnswer p {
    font-size: 18px;
    line-height: 24px; }
  .questionsAnswer h3 {
    font-size: 21px;
    font-weight: bold;
    color: #393f4c;
    margin-bottom: 15px; }

.paymentMethods {
  padding-bottom: 63px;
  padding-top: 70px; }
  .paymentMethods p {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px; }
  .paymentMethods .paymentMethodsCards {
    background-image: url("/images/plans-pricing/paymentmethods.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 420px;
    height: 46px;
    margin: 0 auto 42px auto;
    display: block; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .paymentMethods .paymentMethodsCards {
        background-image: url("/images/plans-pricing/paymentmethods_2x.jpg");
        background-size: 415px 39px; } }

/********** END OF PRICING AND PLAN ******************************/
.ahrefs {
  min-width: 1180px;
  font-family: 'Lato', sans-serif;
  /* Data background canvas */ }
  .ahrefs .container {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
  .ahrefs header {
    background: #0e3f7a;
    height: 120px; }
  .ahrefs a.brand {
    float: left;
    background-repeat: no-repeat;
    display: block;
    text-indent: -5000px;
    overflow: hidden;
    margin-top: 22px;
    background-image: url("/images/logo_2x.png");
    background-size: 150px 27px;
    width: 150px;
    height: 27px; }
  .ahrefs .menu {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none; }
    .ahrefs .menu li {
      display: inline-block;
      margin: 27px 10px; }
    .ahrefs .menu a {
      color: #9faabf;
      text-decoration: none;
      border: none; }
      .ahrefs .menu a.btn {
        border: 1px solid #6081a7;
        padding: 5px 15px 7px 15px;
        border-radius: 3px; }
        .ahrefs .menu a.btn:hover {
          border: 1px solid #c4d3ee; }
    .ahrefs .menu a:hover {
      color: #c4d3ee; }
  .ahrefs h1, .ahrefs h2 {
    color: #fff;
    text-align: center;
    font-size: 48px;
    max-width: 805px;
    margin: 0 auto;
    display: block;
    margin-bottom: 65px;
    line-height: 53px;
    font-weight: 700; }
  .ahrefs .main {
    background: #0e3f7a; }
    .ahrefs .main .container {
      border: none;
      margin: 0 auto;
      margin-top: -1px;
      /* this overlap the blamed ghost line */
      margin-bottom: -1px;
      /* this overlap the blamed ghost line */
      padding-top: 1px;
      /* this gave me my pixel back =) */ }
  .ahrefs .screen {
    background: #0e3f7a;
    overflow: hidden;
    position: relative; }
  .ahrefs .screenbg {
    position: absolute;
    width: 3430px;
    left: 50%;
    margin-left: -1715px;
    height: 720px;
    top: -115px; }
    .ahrefs .screenbg svg {
      width: 100%;
      height: 100%; }
  .ahrefs .mac {
    width: 783px;
    height: 405px;
    background-image: url("/images/home/screen.png");
    background-size: 783px 473px;
    margin: 50px auto 80px auto;
    position: relative;
    z-index: 99;
    padding: 28px 1px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .ahrefs .mac {
        background-image: url("/images/home/screen_2x.png");
        background-size: 783px 473px; } }
    .ahrefs .mac .mac-screen {
      width: 589px;
      height: 368px;
      margin: 0px auto; }
  .ahrefs p {
    color: #393f4c; }
  .ahrefs .tools {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px; }
    .ahrefs .tools h2 {
      color: #393f4c;
      margin-bottom: 67px; }
    .ahrefs .tools ul {
      width: 1180px;
      margin: 0 auto;
      text-align: center;
      /* ICONS USING SVG */ }
      .ahrefs .tools ul li {
        display: inline-block;
        width: 160px;
        position: relative;
        cursor: pointer; }
        .ahrefs .tools ul li:hover:after, .ahrefs .tools ul li.active:after {
          content: "";
          position: absolute;
          bottom: -26px;
          width: 100%;
          left: 0;
          transition: all 0.2s ease-in-out; }
        .ahrefs .tools ul li.active:after {
          border-bottom: 1px solid #0d3e7e; }
        .ahrefs .tools ul li:hover span {
          background: #31d398;
          transition: all 0.2s ease-in-out; }
      .ahrefs .tools ul p {
        font-size: 18px;
        font-weight: 700;
        color: #393f4c;
        text-decoration: none; }
      .ahrefs .tools ul span {
        display: block;
        width: 70px;
        height: 67px;
        padding-top: 3px;
        background: #13bf80;
        margin: 0 auto 17px auto;
        border-radius: 15px;
        transition: all 0.2s linear; }
  .ahrefs .tools-descriptions {
    min-height: 600px;
    position: relative;
    overflow: hidden;
    /* AHREFS SCREENSHOTS / SLIDES
     *
     ******************************/ }
    .ahrefs .tools-descriptions .container {
      max-width: 1000px;
      min-height: 600px; }
    .ahrefs .tools-descriptions .content {
      width: 315px;
      padding-top: 165px;
      padding: 160px 60px 0; }
    .ahrefs .tools-descriptions h3 {
      color: #393f4c;
      font-size: 36px;
      margin: 0 0 30px 0; }
    .ahrefs .tools-descriptions h4 {
      font-size: 18px;
      font-weight: 700;
      color: #393f4c;
      margin: 0 0 15px 0; }
    .ahrefs .tools-descriptions p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 20px; }
    .ahrefs .tools-descriptions .slides {
      background: url(/images/home/slidecover.png) no-repeat;
      width: 803px;
      height: 574px;
      position: absolute;
      left: 47%;
      top: 70px;
      z-index: 99; }
      .ahrefs .tools-descriptions .slides .slide {
        width: 785px;
        height: 574px;
        display: block;
        overflow: hidden;
        margin: 25px 0 0px 9px;
        position: relative; }
        .ahrefs .tools-descriptions .slides .slide img {
          position: absolute;
          top: 0;
          left: 0; }
    .ahrefs .tools-descriptions ul {
      margin: 0;
      padding: 0;
      list-style: none;
      position: relative; }
    .ahrefs .tools-descriptions li {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      opacity: 0;
      transition: all 0.3s linear; }
    .ahrefs .tools-descriptions li.active {
      opacity: 1;
      transition: all 0.3 s linear; }
  .ahrefs #dataCanvas {
    position: absolute;
    width: 1800px;
    height: 1000px;
    top: 0;
    left: 50%;
    margin-left: -900px; }
  .ahrefs .datas {
    background: #0e3f7a;
    padding-top: 140px;
    padding-bottom: 140px;
    position: relative;
    overflow: hidden; }
    .ahrefs .datas .container {
      z-index: 9;
      position: relative; }
    .ahrefs .datas h2 {
      margin: 0 0 65px 0;
      display: inline-block; }
    .ahrefs .datas ul {
      padding: 20px 0 0;
      list-style: none;
      overflow: auto;
      width: 1025px;
      margin: 0 auto;
      border-bottom: 1px solid #1a4981; }
    .ahrefs .datas li {
      min-height: 110px;
      border-top: 1px solid #1a4981;
      float: left;
      padding: 45px;
      position: relative; }
      .ahrefs .datas li h5 {
        color: #fff;
        position: absolute;
        top: -15px;
        left: 40px;
        display: inline-block;
        width: auto;
        padding: 0 15px;
        z-index: 99;
        background: #0e3f7a;
        font-size: 21px;
        font-weight: 400; }
      .ahrefs .datas li:first-child {
        width: 323px;
        border-right: 1px solid #1a4981; }
      .ahrefs .datas li:nth-child(2) {
        width: 520px; }
      .ahrefs .datas li:nth-child(3) {
        width: 483px;
        border-right: 1px solid #1a4981; }
      .ahrefs .datas li:nth-child(4) {
        width: 360px; }
      .ahrefs .datas li:nth-child(5) {
        width: 405px;
        border-right: 1px solid #1a4981; }
      .ahrefs .datas li:nth-child(6) {
        width: 438px; }
    .ahrefs .datas p {
      text-align: left;
      font-size: 48px;
      color: #fff; }
      .ahrefs .datas p i {
        color: #13bf80;
        font-style: normal; }
    .ahrefs .datas .l {
      font-size: 127px;
      color: #13bf80;
      float: left;
      line-height: 105px;
      margin-right: 15px; }
    .ahrefs .datas .ni {
      line-height: 50px; }
  .ahrefs .testimonials {
    padding: 120px 0 0 0;
    /* Change width for nth-child 4 and 5
     *
     **************************************/
    /* Each box item has their own color style,
     * Looping through the background colors in array and apply to nth-child
     *
     **************************************************************************/ }
    .ahrefs .testimonials h2 {
      color: #393f4c; }
    .ahrefs .testimonials img {
      width: 80px;
      height: 80px; }
    .ahrefs .testimonials ul {
      margin: 0 auto;
      padding: 0;
      list-style: none;
      text-align: center;
      max-width: 1080px;
      border-bottom: 1px solid #e5e5e5; }
    .ahrefs .testimonials li {
      display: inline-block;
      width: 315px;
      margin: 0 20px 40px 20px;
      vertical-align: top; }
    .ahrefs .testimonials li:nth-child(4), .ahrefs .testimonials li:nth-child(5) {
      width: 425px; }
    .ahrefs .testimonials li:nth-child(0) p {
      background: #e5eef4; }
      .ahrefs .testimonials li:nth-child(0) p:after {
        border-top: 30px solid #e5eef4; }
    .ahrefs .testimonials li:nth-child(1) p {
      background: #e5eef4; }
      .ahrefs .testimonials li:nth-child(1) p:after {
        border-top: 30px solid #e5eef4; }
    .ahrefs .testimonials li:nth-child(2) p {
      background: #f8f1e2; }
      .ahrefs .testimonials li:nth-child(2) p:after {
        border-top: 30px solid #f8f1e2; }
    .ahrefs .testimonials li:nth-child(3) p {
      background: #e1f7ea; }
      .ahrefs .testimonials li:nth-child(3) p:after {
        border-top: 30px solid #e1f7ea; }
    .ahrefs .testimonials li:nth-child(4) p {
      background: #f3eeff; }
      .ahrefs .testimonials li:nth-child(4) p:after {
        border-top: 30px solid #f3eeff; }
    .ahrefs .testimonials li:nth-child(5) p {
      background: #eaf7ff; }
      .ahrefs .testimonials li:nth-child(5) p:after {
        border-top: 30px solid #eaf7ff; }
    .ahrefs .testimonials p {
      font-size: 18px;
      line-height: 24px;
      text-align: left;
      padding: 18px 25px 21px 25px;
      border-radius: 15px;
      position: relative;
      margin-bottom: 25px; }
      .ahrefs .testimonials p:after {
        content: "";
        width: 0;
        height: 0;
        border-right: 35px solid transparent;
        position: absolute;
        bottom: -18px;
        left: 60px; }
    .ahrefs .testimonials .c {
      clear: both;
      height: 80px; }
    .ahrefs .testimonials .avatar {
      display: block;
      float: left;
      width: 80px;
      height: 80px;
      margin-right: 15px;
      background: #f9f9f9;
      border-radius: 80px;
      overflow: hidden; }
    .ahrefs .testimonials .metadata {
      text-align: left;
      color: #393f4c;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .ahrefs .testimonials .metadata span.author {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px;
        display: block; }
      .ahrefs .testimonials .metadata cite {
        display: block;
        font-size: 18px;
        font-style: normal;
        font-weight: 400; }
      .ahrefs .testimonials .metadata a {
        color: #3aa3e3;
        text-decoration: none; }
  .ahrefs .tryfree {
    padding-top: 80px; }
    .ahrefs .tryfree .container {
      position: relative;
      min-height: 700px;
      overflow: hidden;
      display: block; }
    .ahrefs .tryfree h2 {
      color: #393f4c;
      margin: 0 auto 25px auto;
      padding: 0; }
    .ahrefs .tryfree p {
      font-size: 21px;
      max-width: 660px;
      margin: 0 auto 50px auto;
      line-height: 28px; }
    .ahrefs .tryfree .btn-orange {
      border: none;
      box-shadow: none; }
    .ahrefs .tryfree .btn-orange:hover + .ahrefsscreen {
      bottom: -115px;
      transition: all 0.3s ease-in-out; }
    .ahrefs .tryfree .ahrefsscreen {
      position: absolute;
      bottom: -135px;
      background: url(/images/home/slidecover.png) no-repeat;
      width: 803px;
      height: 541px;
      left: 50%;
      margin-left: -417px;
      transition: all 0.3s ease-in-out; }
      .ahrefs .tryfree .ahrefsscreen .screen {
        width: 785px;
        height: 574px;
        display: block;
        overflow: hidden;
        margin: 25px 0 0px 9px;
        background: #fff; }

.ahrefs.ahrefs-ppD #header {
  height: auto;
  position: relative; }

.ahrefs.ahrefs-ppD .signin .sociallogin,
.ahrefs.ahrefs-ppD .signin input[type="text"], .ahrefs.ahrefs-ppD .signin input[type="password"] {
  height: 50px;
  width: 325px; }

.ahrefs.ahrefs-pp #header {
  height: auto;
  position: relative; }
  .ahrefs.ahrefs-pp #header .container {
    position: relative;
    z-index: 2; }
  .ahrefs.ahrefs-pp #header::after {
    content: "";
    background: url("/images/plans-pricing/pricingheaderbg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    background-size: cover;
    opacity: 0.05;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1; }

.ahrefs.ahrefs-pp .info {
  background: #103158;
  color: #fff;
  display: inline-block;
  padding: 11px 25px;
  font-size: 18px;
  margin: 5px 0 41px 0;
  font-weight: 400;
  padding-left: 52px;
  position: relative; }

.ahrefs.ahrefs-pp .signin .sociallogin,
.ahrefs.ahrefs-pp .signin input[type="text"], .ahrefs.ahrefs-pp .signin input[type="password"] {
  height: 50px;
  width: 325px; }

/* FOOTER
 ********************************/
footer {
  background: #1d1d1d;
  padding: 55px 0 40px 0;
  color: #747373;
  /* Langauge dropdown
  *************************/
  /* LINKS ********/ }
  footer h6 {
    color: #aaa9a9;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  footer .container > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 165px; }
    footer .container > ul > li:first-child {
      width: 215px; }
    footer .container > ul > li:nth-child(4) {
      width: 185px; }
    footer .container > ul > li:nth-child(5) {
      width: 250px; }
    footer .container > ul > li:last-child {
      text-align: right; }
  footer li li {
    display: block;
    clear: both;
    margin-bottom: 5px;
    color: #747373;
    text-decoration: none;
    font-size: 16px; }
  footer .caret-down {
    width: 0;
    height: 0;
    border-top: 3px solid #000;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #aaa9a9;
    margin-top: 9px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px; }
  footer ul.dropdown-menus {
    display: none;
    margin-right: 10px;
    margin-top: 12px; }
    footer ul.dropdown-menus a {
      color: #747373; }
      footer ul.dropdown-menus a:hover {
        color: #aaa9a9; }
      footer ul.dropdown-menus a span {
        margin-right: 5px; }
  footer .a-dropdown {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
    footer .a-dropdown p {
      color: #aaa9a9;
      text-decoration: none; }
      footer .a-dropdown p img {
        margin-right: 10px; }
  footer a {
    color: #747373;
    text-decoration: none;
    font-size: 16px; }
    footer a:hover {
      color: #aaa9a9; }
    footer a[data-elevio-module] {
      border-bottom: none; }
  footer .icon-youtube {
    display: inline-block;
    width: 30px;
    height: 21px;
    background: url(/images/home/icon_youtube_2x.png) no-repeat;
    background-size: 30px 21px; }
  footer .copyright {
    margin-top: 65px;
    color: #747373; }

/* Login Form
 * -------------
 * Lightbox cover the form
 ********************************/
.signin {
  background: rgba(14, 64, 122, 0.98);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  font-size: 16px;
  display: none;
  /* Close button
   * Close this .signin modal
   **************************/ }
  .signin h2 {
    margin-bottom: 27px; }
  .signin .close {
    background: url(/images/home/btn-close_2x.png) no-repeat;
    background-size: 46px 46px;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer; }
    .signin .close:hover {
      opacity: 0.7; }
  .signin form {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 325px;
    margin: 0 auto;
    color: #fff;
    text-align: center; }
  .signin label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block; }
  .signin input[type="text"],
  .signin input[type="password"],
  .signin input[type="email"] {
    border: none;
    border-radius: 3px;
    width: 293px;
    height: 20px;
    padding: 15px;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    outline: none;
    border: 1px solid #fff; }
  .signin input[type=text]:focus,
  .signin input[type=password]:focus, .signin textarea:focus {
    border: 1px solid #0397ff; }
  .signin button[type="submit"] {
    border: none;
    box-shadow: none;
    width: 100%;
    font-size: 16px;
    padding: 17px 30px;
    cursor: pointer;
    outline: none; }
  .signin .rememberme {
    float: left;
    margin-bottom: 20px; }
    .signin .rememberme input[type="checkbox"] {
      width: 17px;
      height: 17px;
      position: absolute;
      opacity: 0;
      cursor: pointer;
      margin-top: 5px; }
    .signin .rememberme input[type="checkbox"] + span {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin: -1px 8px 0 0;
      vertical-align: middle;
      cursor: pointer;
      border: 1px solid #999;
      background: #fff;
      cursor: pointer;
      border-radius: 2px;
      border: none; }
    .signin .rememberme input[type="checkbox"] + span:after {
      content: "";
      margin-top: 0px;
      display: block;
      font-size: 13px;
      margin-left: 2px;
      color: #0f3d75; }
    .signin .rememberme input[type="checkbox"]:checked + span:after {
      background: url("/images/tickbg.gif") no-repeat;
      background-size: 10px 8px;
      background-position: 0 1px;
      width: 10px;
      height: 16px;
      margin-top: 3px;
      margin-left: 3px; }
  .signin a {
    color: #66c5ff;
    text-decoration: none; }
    .signin a:hover, .signin a:active, .signin a:focus {
      color: #66c5ff; }
    .signin a:hover {
      text-decoration: underline; }
    .signin a.forgotpass {
      float: right; }
  .signin .form {
    margin-bottom: 30px; }
  .signin .form-group-input {
    position: relative; }
  .signin .error {
    display: none;
    position: absolute;
    right: 15px;
    top: 13px;
    color: #ff0000; }
  .signin .sociallogin {
    border: none;
    border-radius: 3px;
    width: 295px;
    height: 20px;
    padding: 15px;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
    cursor: pointer; }
    .signin .sociallogin:hover {
      opacity: 0.8;
      text-decoration: none; }
    .signin .sociallogin p {
      font-size: 16px;
      color: #fff; }
    .signin .sociallogin span {
      float: left;
      display: block;
      width: 55px;
      height: 50px;
      margin: -15px; }
    .signin .sociallogin.facebook {
      background: #36548a; }
      .signin .sociallogin.facebook span {
        border-right: 1px solid #304b7c; }
        .signin .sociallogin.facebook span svg {
          margin-top: 9px;
          margin-left: 5px; }
    .signin .sociallogin.googleplus {
      background: #3174f1; }
      .signin .sociallogin.googleplus span {
        border-right: 1px solid #2c68d8; }
        .signin .sociallogin.googleplus span svg {
          margin-top: 10px; }

.try-ahrefs-free h1 {
  font-size: 48px;
  margin-bottom: 20px; }

.try-ahrefs-free h3 {
  max-width: 490px;
  font-size: 21px;
  color: #fff;
  line-height: 28px;
  font-weight: 400;
  margin: 0 auto 45px auto; }

.try-ahrefs-free form {
  width: auto; }

.try-ahrefs-free .form-wrapper {
  background: #fff;
  max-width: 502px;
  margin: 0 auto;
  padding: 29px 0 0;
  border-radius: 4px;
  color: #393f4d;
  overflow: hidden;
  position: relative; }
  .try-ahrefs-free .form-wrapper input[type="email"],
  .try-ahrefs-free .form-wrapper input[type="text"],
  .try-ahrefs-free .form-wrapper input[type="checkbox"] {
    margin-bottom: 13px;
    outline: none;
    border: 1px solid #dbdbdb; }
  .try-ahrefs-free .form-wrapper input[type="text"]:focus,
  .try-ahrefs-free .form-wrapper input[type=email]:focus,
  .try-ahrefs-free .form-wrapper input[type="checkbox"]:focus {
    border: 1px solid #0397ff; }
  .try-ahrefs-free .form-wrapper .bestvalue {
    display: block;
    border-top: 54px solid #13bf80;
    border-left: 54px solid transparent;
    border-right: 54px solid transparent;
    position: absolute;
    right: -35px;
    top: -10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }
    .try-ahrefs-free .form-wrapper .bestvalue:after {
      content: "Best Value";
      color: #fff;
      position: absolute;
      top: -47px;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      right: -15px;
      font-weight: bold;
      font-size: 11px;
      text-transform: uppercase;
      line-height: 13px; }
  .try-ahrefs-free .form-wrapper ul, .try-ahrefs-free .form-wrapper li {
    list-style: none; }
  .try-ahrefs-free .form-wrapper ul {
    text-align: center;
    margin: 0 0 24px;
    overflow: auto; }
  .try-ahrefs-free .form-wrapper li {
    display: block;
    width: 199px;
    float: left;
    color: #393f4d;
    padding: 15px 0; }
    .try-ahrefs-free .form-wrapper li:first-child {
      border-right: 1px solid #e9eaeb;
      margin-left: 49px; }
    .try-ahrefs-free .form-wrapper li:last-child {
      margin-left: 11px;
      width: 168px; }
  .try-ahrefs-free .form-wrapper h3 {
    color: #393f4d;
    margin: 0 0 7px;
    padding: 0;
    font-weight: bold;
    font-size: 26px; }
  .try-ahrefs-free .form-wrapper .agree {
    width: 325px;
    text-align: left;
    display: inline-block;
    margin: 0 auto 27px auto;
    cursor: pointer; }
    .try-ahrefs-free .form-wrapper .agree input[type="checkbox"] {
      width: 17px;
      height: 17px;
      position: absolute;
      opacity: 0;
      cursor: pointer;
      margin-top: 5px; }
    .try-ahrefs-free .form-wrapper .agree input[type="checkbox"] + span {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin: -1px 8px 0 0;
      vertical-align: middle;
      cursor: pointer;
      border: 1px solid #dbdbdb;
      background: #fff;
      cursor: pointer;
      border-radius: 2px; }
    .try-ahrefs-free .form-wrapper .agree input[type="checkbox"] + span:after {
      content: "";
      margin-top: 0px;
      display: block;
      font-size: 13px;
      margin-left: 2px;
      color: #0f3d75; }
    .try-ahrefs-free .form-wrapper .agree input[type="checkbox"]:checked + span:after {
      background: url("/images/tickbg.gif") no-repeat;
      background-size: 10px 8px;
      background-position: 0 1px;
      width: 10px;
      height: 16px;
      margin-top: 3px;
      margin-left: 3px; }
  .try-ahrefs-free .form-wrapper input[type="radio"],
  .try-ahrefs-free .form-wrapper input[type="checkbox"] {
    width: auto;
    height: auto;
    display: inline-block;
    cursor: pointer; }
  .try-ahrefs-free .form-wrapper .selector {
    float: left;
    width: 41px; }
    .try-ahrefs-free .form-wrapper .selector input {
      margin-top: 5px; }
  .try-ahrefs-free .form-wrapper .selector-content {
    float: left;
    text-align: left; }
  .try-ahrefs-free .form-wrapper .note {
    font-size: 14px;
    text-align: center;
    color: #878990;
    margin: 26px 0 35px;
    display: block; }

.try-ahrefs-free input {
  display: block;
  width: 295px;
  height: 20px;
  margin: 0 auto;
  border: none;
  border-radius: 3px;
  padding: 15px;
  font-size: 16px;
  margin-bottom: 20px; }

.try-ahrefs-free button[type="submit"] {
  display: block;
  width: 325px;
  height: 50px;
  border-radius: 3px;
  font-size: 16px;
  border-top: 1px solid #ff886b;
  line-height: 16px;
  padding-top: 15px; }

/* PRICING PLAN DETAIL PAGE
 *****************************/
.pricingplanDetail {
  padding-bottom: 60px;
  /* ORVERRIDE TOGGLE TAB FOR LIGHTBOX
   ************************************/
  /* Close button
   * Close this pricing detail modal
   **************************/ }
  .pricingplanDetail h2 {
    color: #393f4c; }
  .pricingplanDetail h4 {
    margin: 0;
    font-weight: bold; }
  .pricingplanDetail .backto {
    position: absolute;
    color: #3aa3e3;
    font-size: 18px;
    top: 79px; }
    .pricingplanDetail .backto .fa-chevron-left {
      font-size: 16px;
      margin-right: 5px; }
  .pricingplanDetail .tab-toggle {
    margin-bottom: 35px; }
    .pricingplanDetail .tab-toggle li {
      color: #393f4c;
      padding: 7px 0;
      border-color: #d7d9db; }
      .pricingplanDetail .tab-toggle li.active, .pricingplanDetail .tab-toggle li:hover {
        background: #393f4c;
        color: #fff; }
  .pricingplanDetail .fa.fa-check {
    color: #38c994; }
  .pricingplanDetail strike {
    color: #ff4f03; }
  .pricingplanDetail .pricingD .symbol {
    font-size: 18px;
    margin-top: 3px;
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
    margin-right: 1px; }
  .pricingplanDetail .container {
    max-width: 1225px;
    min-width: 850px;
    margin: 10px auto;
    background: #fff;
    padding-left: 100px;
    padding-right: 100px;
    border-radius: 5px;
    padding-top: 65px;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .pricingplanDetail .container {
        padding-left: 20px;
        padding-right: 20px; } }
  .pricingplanDetail .table th,
  .pricingplanDetail .table td {
    color: #393f4d;
    line-height: 28px;
    text-align: left;
    padding: 10px 0; }
    @media screen and (min-width: 1240px) {
      .pricingplanDetail .table th,
      .pricingplanDetail .table td {
        min-width: 130px; } }
  .pricingplanDetail .fa.fa-question-circle {
    color: #dbdbdb;
    font-size: 18px; }
  .pricingplanDetail td:first-child {
    width: 240px;
    padding-left: 15px; }
  .pricingplanDetail .table .pricingD td:first-child {
    padding-left: 15px; }
  .pricingplanDetail .thead-default th {
    color: #393f4d;
    background-color: #f6f6f8;
    border: none;
    padding: 6px 0; }
  .pricingplanDetail .table .pricingD td,
  .pricingplanDetail .table .pricingD th {
    padding: 15px 0; }
  .pricingplanDetail .btn-orange {
    border: none;
    box-shadow: none;
    font-size: 16px;
    padding: 0px;
    max-width: 150px;
    width: 83%; }
  .pricingplanDetail .btn-ghost {
    font-size: 16px;
    padding: 0px;
    max-width: 150px;
    width: 83%; }

/****** END OF PRICING PLAN DETAIL MODAL

/* Help Juice
*
***************************/
#elevio-base-menu ul li {
  display: none; }

/*ORVERRIDE BOOTSTRAP STYLE
 *********************************/
.ahrefs .tooltip.bs-tether-element-attached-bottom .tooltip-arrow,
.ahrefs .tooltip.tooltip-top .tooltip-arrow {
  border-top-color: #393f4d; }

.ahrefs .tooltip.in {
  opacity: 1; }

.ahrefs .tooltip-inner {
  background-color: #393f4d;
  max-width: 275px;
  padding: 15px;
  text-align: left; }

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