/* Start Custom CSS
-------------------------------------------------- */

.list-unstyled b {
    color: #2865de;
    font-weight:600;
}

.text-12 {
    font-size: 12px;
    color: #444;
}
.text-14 {
    font-size: 14px;
    color: #444;
}
.text-16 {
    font-size: 16px;
    color: #444;
}

input {
    text-transform:none;
}


/* Buttons
-------------------------------------------------- */
.btn.btn-orange {
    background-color: #FFA91E;
    color: #fff;
  }
  .btn.btn-orange.btn-link,
  .btn.btn-orange.btn-o {
    color: #FFA91E;
    background-color: transparent;
  }
  .btn.btn-orange.btn-o {
    border-color: #FFA91E;
  }
  .btn.btn-orange:hover,
  .btn.btn-orange.hover,
  .btn.btn-orange:focus,
  .btn.btn-orange.focus,
  .btn.btn-orange:active,
  .btn.btn-orange.active {
    color: #fff;
    background-color: #ef9e1c;
    border-color: #ef9e1c;
  }
  .btn.btn-orange.btn-link:hover,
  .btn.btn-orange.btn-link.hover,
  .btn.btn-orange.btn-link:focus,
  .btn.btn-orange.btn-link.focus,
  .btn.btn-orange.btn-link:active,
  .btn.btn-orange.btn-link.active {
    color: #ef9e1c;
  }
  .btn.btn-orange.btn-o:hover,
  .btn.btn-orange.btn-o.hover,
  .btn.btn-orange.btn-o:focus,
  .btn.btn-orange.btn-o.focus,
  .btn.btn-orange.btn-o:active,
  .btn.btn-orange.btn-o.active {
    border-color: #ef9e1c;
  }

  .btn.btn-green {
    background-color: #88c724;
    color: #fff;
  }
  .btn.btn-green.btn-link,
  .btn.btn-green.btn-o {
    color: #88c724;
    background-color: transparent;
  }
  .btn.btn-green.btn-o {
    border-color: #88c724;
  }
  .btn.btn-green:hover,
  .btn.btn-green.hover,
  .btn.btn-green:focus,
  .btn.btn-green.focus,
  .btn.btn-green:active,
  .btn.btn-green.active {
    color: #fff;
    background-color: #659715;
    border-color: #659715;
  }
  .btn.btn-green.btn-link:hover,
  .btn.btn-green.btn-link.hover,
  .btn.btn-green.btn-link:focus,
  .btn.btn-green.btn-link.focus,
  .btn.btn-green.btn-link:active,
  .btn.btn-green.btn-link.active {
    color: #659715;
  }
  .btn.btn-green.btn-o:hover,
  .btn.btn-green.btn-o.hover,
  .btn.btn-green.btn-o:focus,
  .btn.btn-green.btn-o.focus,
  .btn.btn-green.btn-o:active,
  .btn.btn-green.btn-o.active {
    border-color: #659715;
  }

  .btn {
    height: 40px;
    padding: 8px 20px;
    border: 2px solid transparent;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    font-family: 'Source Sans Pro', sans-serif;
  }
  .btn:active,
  .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn.disabled,
  .btn[disabled],
  fieldset[disabled] .btn {
    opacity: .8;
  }
  .btn.btn-rounded {
    border-radius: 999px !important;
    position: relative;
    padding-right: 50px;
  }
  .btn-rounded.btn-lg {
    padding-right: 54px;
  }

  .btn.btn-rounded:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering:auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    text-align: center;
  }
  .btn-lg.btn-rounded:after {
    width: 42px;
    height: 42px;
    line-height: 42px;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    text-align: center;
  }

  .btn-group-xlg > .btn,
  .btn-xlg {
    height: 52px;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
  }
  .btn-group-lg > .btn,
  .btn-lg {
    height: 46px;
    padding: 11px 30px;
    font-size: 15px;
    line-height: 20px;
    border-radius: 3px;
  }


  .features-area .icon {
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 80px;
    color: #fff;
    margin-bottom: 20px;
  }

  .bg-green {
    background-color: #88c724 !important;
  }
  .bg-pink {
    background-color: #FC3951 !important;
  }
  .bg-blue {
    background-color: #00AEFD !important;
  }
  .bg-violet {
    background-color: #9664fb !important;
  }
  .bg-orange {
    background-color: #FFA91E !important;
  }
  .bg-gray {
      background-color: #f0f4f7 !important;
  }
  .bg-dark {
    background-color: #081228 !important;
  }
  .bg-white {
    background-color: #fff !important;
  }

  .btn.btn-blue {
    background-color: #00AEFD;
    color: #fff;
  }
  .btn.btn-blue.btn-link,
  .btn.btn-blue.btn-o {
    color: #00AEFD;
    background-color: transparent;
  }
  .btn.btn-blue.btn-o {
    border-color: #00AEFD;
  }
  .btn.btn-blue:hover,
  .btn.btn-blue.hover,
  .btn.btn-blue:focus,
  .btn.btn-blue.focus,
  .btn.btn-blue:active,
  .btn.btn-blue.active {
    color: #fff;
    background-color: #019be0;
    border-color: #019be0;
  }
  .btn.btn-blue.btn-link:hover,
  .btn.btn-blue.btn-link.hover,
  .btn.btn-blue.btn-link:focus,
  .btn.btn-blue.btn-link.focus,
  .btn.btn-blue.btn-link:active,
  .btn.btn-blue.btn-link.active {
    color: #019be0;
  }
  .btn.btn-blue.btn-o:hover,
  .btn.btn-blue.btn-o.hover,
  .btn.btn-blue.btn-o:focus,
  .btn.btn-blue.btn-o.focus,
  .btn.btn-blue.btn-o:active,
  .btn.btn-blue.btn-o.active {
    border-color: #019be0;
  }


  .list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }

  .domains-area .domain {
    padding: 18px;
    background-color: #f0f4f7;
    overflow: hidden;
    border-radius: 4px;
  }
  
  .domains-area .domain h2 a {
    color: #081228;
  }

  .domains-area h2 {
      font-size: 18px;
  }

  .pos-r {
    position: relative !important;
  }

  .pos-rl-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .pos-a {
    position: absolute !important;
  }

  .top-10 {
    top: 10px !important;
  }

  .right-10 {
    right: 10px !important;
  }


  .call-to-action-area {
    position: relative;
    z-index: 1;
    color: #fff;
    background-image: url('https://forsale.newstrump.com/images/background/16.jpg');
    }
    .call-to-action-area:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #0E1D40;
        opacity: .7;
        z-index: -1;
    }