body {
    font-family: 'Poppins', sans-serif;
    background: #efedf1;
    color: #323c46;
    padding-top: 90px;
    -webkit-font-smoothing: antialiased !important;
}
body a {
    color: #150b51;
}
h1,h2,h3,h4,h5 {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
}
.container-white {
    background: #ffffff;
}
.homepage-img {
    position: relative;
    margin: 0;
    background-size:cover;
    width:100%;
    min-height: 500px;
    background-image:url('/resources/assets/images/1980x500.png');
    background-repeat:no-repeat;
    background-position:center center;

}
.navtop {
    margin-top: 65px;
    float: right;
}
.navtop a {
    color: white;
}
.nav>li>a:focus, .nav>li>a:hover {
    background: #333;
    opacity: 0.8;
    transition: background-color 0.5s ease;
}
.navtop-inner {
    margin-top: 18px;
}
.navbar-inner {
    background: #323c46;
    border-radius: 0;
    margin-bottom: 0 !important;
}
h1.brand {
    font-weight: 900;
    margin-top: 65px;
    color: #ffffff;
}
h1.brand span.sub-brand {
    font-weight: 400;
}
h1.brand a {
    color: white;
}
h1.brand a:hover {
    text-decoration: none;
}
h1.brand-footer {
    margin: 0;
    padding: 0 0 20px 0;
}
h1.brand-footer a{
    color: #323c46;
}
h1.brand-inner {
    margin-top: 20px;
    padding-bottom: 10px;
}
.col-home {
    font-weight: 400;
    text-align: center;
    padding-top: 120px;
    color: white;
    font-size: 20px;
}
.col-home h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 80px;
}
.col-home .call-to-action {
    margin-top: 30px;
}
.add-paddings {
    padding: 40px 0 40px 0;
}
ul.domain-list {
    list-style-type: none;
    margin: 45px 0 0 0;
    padding: 0;
}
ul.domain-list li {
    background: white;
    list-style: none;
    float: left;
    width: 30%;
    margin-right: 2%;
    margin-top: 1%;
}
ul.domain-list li h3 a {
    color: #286090;
}
ul.domain-list .domain-ext {
    font-weight: 300;
    font-size: 24px;
    float: left;
    width: 30%;
    padding-top: 90px;
    background: #323c46;
    color: #ffffff;
    height: 220px;
}
ul.domain-list .domain-title {
    font-weight: 400;
    text-align: left;
    float: right;
    width: 65%;
}
a.btn-inverse {
    font-size: 16px;
    background: #323c46;
    color: #ffffff;
    width: 100%;
    display: block;
    margin: 0;
}
a.btn-inverse:hover { 
    color: #323c46;
    background: white;
    border:1px solid #323c46;
}
a.more-info {
    border-left: 2px solid #323c46;
    border-top: 2px solid #323c46;
    border-bottom: 2px solid #323c46;
    border-right: 0;
    padding: 5px;
    text-align: center;
    width: 70px;
    text-decoration: none;
    color: #323c46;
    background: white;
    font-size: 12px;
    float:right;
}
a.more-info:hover {
    background: #323c46;
    color: #ffffff;
}
.inner-title {
    font-size: 46px;
    margin: 0;
}
.footer {
    padding: 80px 0 80px 0; 
}
.theading {
    background: #efefef;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.domain-age {
    float: right;
    margin: 24px 0 0 15px;
}
.col-listings{
    background: #ffffff;
    margin-bottom: 20px;
    min-height: 220px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.domain-price {
    padding: 0;
    margin: 5px 0;
}
.inline {
    display: inline;
}
.col-filters {
    display: none;
    text-align: center;
}
.col-filter-active {
    display: block;
}
.btn-navi { 
  color: #FFFFFF; 
  background-color: #323C46; 
  border-color: #130269; 
} 
 
.btn-navi:hover, 
.btn-navi:focus, 
.btn-navi:active, 
.btn-navi.active, 
.open .dropdown-toggle.btn-navi { 
  color: #FFFFFF; 
  background-color: #242B33; 
  border-color: #130269; 
} 
 
.btn-navi:active, 
.btn-navi.active, 
.open .dropdown-toggle.btn-navi { 
  background-image: none; 
} 
 
.btn-navi.disabled, 
.btn-navi[disabled], 
fieldset[disabled] .btn-navi, 
.btn-navi.disabled:hover, 
.btn-navi[disabled]:hover, 
fieldset[disabled] .btn-navi:hover, 
.btn-navi.disabled:focus, 
.btn-navi[disabled]:focus, 
fieldset[disabled] .btn-navi:focus, 
.btn-navi.disabled:active, 
.btn-navi[disabled]:active, 
fieldset[disabled] .btn-navi:active, 
.btn-navi.disabled.active, 
.btn-navi[disabled].active, 
fieldset[disabled] .btn-navi.active { 
  background-color: #323C46; 
  border-color: #130269; 
} 
 
.btn-navi .badge { 
  color: #323C46; 
  background-color: #FFFFFF; 
}
.preload-search {
    display: none;
}
#ajax-search-form select {
    height: 35px;
}
.navbar .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-nav-top li {
    text-align: center;
}
.navbar-nav-top li a {
    color: white;
}
@media screen and (min-width: 768px) {
    .navbar-nav-menu {
        margin-top: 65px;
        float: right;
    }
    .navbar-nav-inner {
        margin-top: 15px;
        float: right;
    }
}
.navbar-toggle-home {
    margin-top: 65px;
}
.navbar-toggle-inner {
    margin-top: 25px;
}
.navbar-inner a {
    color: white;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 45px;
}
.cartShown {
  z-index: 9;
  width: 320px;
}
.sidenav h3 {
  display: block;
  width: 320px;
  background: black;
  color: white;
  padding: 15px 0 15px 0;
  text-align: center;
}
.sidenav a {
  color: #333;
}
.sidenav a:hover {
  color: black;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 3; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.hidden {
  display: none;
}
.shown {
  display: block !important;
}
.carousel-inner .item {
  padding-top: 120px;
  height: 500px;
  color: white;
  background-image: url( '/resources/assets/images/home-header.png' );
  background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.carousel-inner .item p {
    font-size: 24px;
}
.carousel-inner .item h3 {
  font-size: 48px;
  color: white;
}
@media screen and (max-width: 600px) {
    .carousel-inner .item {
        padding-top: 30px;
        height: auto;
        padding-bottom: 30px;
    }
    .carousel-inner .item h3 {
        font-size: 36px;
    }
    .carousel-inner .item p { 
        font-size: 18px;
    } 
    body {
        padding-top: 85px;
    }
    .domain-price-inlist {
      padding: 0 0 0 10px !important;
    }
}
.navbar-white{
  background: white;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.navbar-nav > li > a
{
  font-weight: 600;
  color: #150b51;
  line-height: 35px;
}
.navbar-nav > li > a:hover {
    color: #d29934;
}
.navbar-brand {
  line-height: 50px;
}

.navbar-white .navbar-nav > .open > a,
.navbar-white .navbar-nav > .open > a:hover,
.navbar-white .navbar-nav > .open > a:focus{
  background: white;
  color: black;
}

#nav-btn {
  background-color: #ea4a3c;
  color: #fff;
  border: none;
  border-radius: 0;
  margin-top: 20px;
  line-height: 10px;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #fff;
}
.nav-link:after{
  content: '';
  position: absolute;
  width: 0; 
  height: 3px;
  display: block;
  margin-top: 0;
  right: 0;
  background: #e3af52;
  transition: width .5s ease;
  -webkit-transition: width .5s ease;
}
.nav-link:hover:after{
  width: 100%;
  left: 0;
  background: #e3af52;
}
.brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;  /* 50% of your logo width */
    display: block;
}
.navbar-toggle {
  border: 2px solid black;
}
.navbar-toggle .icon-bar { 
  background: black;
}
img.logo {
  height: 30px;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  line-height: 28px;
  z-index:2;
}
.middle a {
  display: block;
  border:1px solid black;
  font-size: 14px;
  padding: 3px 10px 3px 10px;
  margin-top: 5px;
  text-align: center;
  transition: .5s ease;
}
.middle a:hover {
  text-decoration: none;
}
.middle a.detalii {
  background: white;
  color: black;
}
.middle a.cumpara {
  background: black;
  color: white;
}
.btn-purple {
    background: #a436ae linear-gradient(to bottom, #a837b2, #9732a0);
    border: 1px solid #7f2a87;
    color: white;
    font-weight: 500;
}
.btn-purple:hover {
    color: #efefef;
}
.mobile-icons {
  text-align: right;
  padding: 17px 85px 0 0;
}
.mobile-icons a {
  color: black;
  text-decoration: none;
}
.mobile-icons a:hover {
  color: #848484;
}
.text-black {
  color: black;
}
.not-sticky 
{
  margin-top: 20px;
  background: transparent;
  webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.rounded {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 40px;
}
.domain-title-link a {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 0 10px;
}
.domain-price-inlist {
    padding: 15px 0 0 0;
    font-size: 18px;
    font-weight: 400;
}
.footer-links li a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
.footer-links li {
  margin-bottom: 10px;
}
.container-domain-info {
  margin-top: -30px; 
  border-bottom: 1px solid #ddd;
}
.domain-logo-inner {
  border:3px solid #ddd;
}
img.domain-logo {
  height: 154px;
  width: 260px;
}
.domain-for-sale {
  font-size: 18px;
}
.domain-description {
  font-size: 15px; 
  line-height: 25px;
}
.domains-total {
  padding-top: 30px; 
  font-size: 16px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #333;
    border-color: #000;
}
.pagination>li>a, .pagination>li>span {
    color: #000;
}
.domain-info-row {
  border-top: 1px solid #ccc;
}
.bot-div {
  display: none;
}