body {
    font-family: 'Lato', sans-serif;
	font-size: 18px;
    background: #EEEEF2;
    color: #111111;
}
body a {
    color: #286090;
}
h1,h2,h3,h4,h5 {
    font-family: 'Lato', sans-serif;
}
.container-white {
    background: rgba(255,255,255,0.44); /* #ffffff; */
}
.white {
	color: #ffffff;
}
.shadow {
   text-shadow: 1px 1px 1px #333333
}
.dom2 {
	font-size: 48px;
}
.homepage-img {
    position: relative;
    margin: 0;
    background-size:cover;
    width:100%;
    min-height: 330px;
    //background-image:url('/resources/assets/images/header.jpg');
    background-repeat:no-repeat;
    background-position:center center;

}
.navbar-nav {
    text-transform: uppercase;
}
.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: rgba(50,60,70,0.36); /* #323c46; */
    border-radius: 0;
    margin-bottom: 0 !important;
}
h1.brand {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-top: 15px;
    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-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: center;
    /* padding-top: 120px; */
    color: white;
    font-size: 20px;
}
.col-home h1 {
    font-family: 'Roboto', 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 {
    font-family: 'Roboto', sans-serif;
    color: #286090;
}
ul.domain-list .domain-ext {
    font-family: 'Roboto', sans-serif;
    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-family: 'Lato', sans-serif;
    font-weight: 400;
    text-align: left;
    float: right;
    width: 65%;
}
a.add-to-cart {
    margin: 0;
    border: 2px solid #323c46;
    padding: 5px;
    text-align: center;
    width: 70px;
    text-decoration: none;
    color: #323c46;
    background: white;
    font-size: 12px;
    float:right;
}
a.add-to-cart:hover {
    background: #323c46;
    color: #ffffff;
}
a.add-to-cart-inner, a.btn-inverse {
    font-size: 16px;
    background: #323c46;
    color: #ffffff;
    width: 100%;
    display: block;
    margin: 0;
}
a.add-to-cart-inner:hover, 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: rgba(255,255,255,0.73);
    padding: 5px 20px 20px 20px;
    margin-bottom: 20px;
    min-height: 220px;
    border: 1px solid #cecece;
}
.domain-price {
    padding: 0;
    margin: 15px 0;
	font-size: 24px;
}
.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: 15px;
        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;
}


/* motion */
body {
  height:100%;
  -webkit-animation: theme 21s linear infinite;
          animation: theme 21s linear infinite;
}
body:after, body:before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  width: 100vw;
  height: 100vh;
  width: 100vmax;
  height: 100vmax;
  background: rgba(0, 0, 0, 0.05);
  -webkit-animation: background 30s linear infinite;
          animation: background 30s linear infinite;
}
body:after {
  left: 15vw;
}
body:before {
  right: 15vw;
  -webkit-animation-delay: -10s;
          animation-delay: -10s;
  animation-direction: reverse;
}

@-webkit-keyframes theme {
  0% {
    background: #74C390;
  }
  16% {
    background: #5DBDB6;
  }
  33% {
    background: #59D4E1;
  }
  50% {
    background: #51BCE8;
  }
  66% {
    background: #FA5374;
  }
  83% {
    background: #E46653;
  }
  100% {
    background: #74C390;
  }
}

@keyframes theme {
  0% {
    background: #74C390;
  }
  16% {
    background: #5DBDB6;
  }
  33% {
    background: #59D4E1;
  }
  50% {
    background: #51BCE8;
  }
  66% {
    background: #FA5374;
  }
  83% {
    background: #E46653;
  }
  100% {
    background: #74C390;
  }
}
@-webkit-keyframes background {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes background {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

