@charset "utf-8";
/* CSS Document */
body {
	font-family: 'PT Sans', sans-serif;
	font-size:17px;
}
.navbar {
	padding:32px 0px;
}
.navbar-brand img {
	height:45px;
}
.navbar-nav {
	font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
}
.navbar-light .navbar-nav .nav-link {
    color: #171717;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #1f71a0;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #1f71a0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 20px;
}

.mail-img {
	width: 190px !important;
}

.jumbotron {
    min-height: 967px;
	padding-top: 20%;
    padding-bottom: 20%;
}
.home {
	background: url('/images/banner.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
}
.domain-sale {
    background: url('../images/banner-domain-sale.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
	margin-bottom: 0px !important;
}
.domain-sale .banner-left-side span {
	font-size: 49px;
}
.banner-header {
	font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:41px;
}
.banner-header span {
	color: #5cb3e4;
}
.lead {
	font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	font-size:26px;
}
.btn-outline-secondary {
    color: #fff;
    background-color: #5cb3e4;
	border-radius:0px;
	text-transform:uppercase;
	padding:10px 30px;
}
.col-sm img {
	width:60%;
}
h2 {
	font-family: 'PT Sans', sans-serif;
	text-transform:uppercase;
	font-size:39px;
	font-weight:bold;
}
h2.subtitle {
	font-size: 28px;
    color: #044A67;
    text-transform: initial;
}
.row {
	padding:35px 0px;
	line-height:30px;
}
.contactform .row {
	padding:5px;
}
.container-fluid {
	background: #272727;
	color:#bab9b9;
	padding:5px 0px;
}
.container-fluid a {
	color:#FFFFFF;
}
.container-fluid a:link {
	color:#FFFFFF;
}
.container-fluid a.active{
	color:#007bff;
}
.breadcrumbs {
	background:#2A5082;
}
.title {
    overflow: hidden;
    margin-left: -1px;
    text-align: left;
}
.title h1 {
	font-family: 'PT Sans', sans-serif;
    color: #044A67;
    font-weight: bold;
    font-size: 42px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-right: 25px;
}
.title h1::after {
    content: '-';
    font-size: 2px;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);
    height: 4px;
    display: block;
    width: 2000%;
    position: absolute;
    right: -2000%;
    top: 50%;
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
hr {
	border:0;
	border-bottom: 1px dashed #ccc;
}
.btn { }
.date {
	color:#6C6C6C;
}
/* Domain Sale */
a.more-domains {
  color: #1f71a0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.domain-name {
  font-size: 65px;
  font-family: "PT Sans";
  color: #5cb3e4;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.385;
  text-align: left;
}
.buy-box {
	background-color: #FFFFFF;
	color: #000000;
}
.buy-box-heading {
	font-family: 'PT Sans', sans-serif;
    font-weight: bold;
	font-size: 27px;
	color: #000000;
	text-align: center;
	margin: 20px 0px;
}
.panel-body {
	margin-bottom: 30px;
}
.panel-body .row {
	padding: 0px;
	margin: 0px;
}
.price {
	color: #1F71A0;
	font-weight: bold;
}
.blue-button {
	background: #1F71A0;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.red-text.error-notice {
	color: red;
	font-weight: bold;
	font-size: 14px;
}
.green-text {
	color: green;
	font-size: 20px;
	font-weight: bold;
}
#contact-form textarea {
  resize: none;
}

.news-image-container {
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 30px auto;
}

.news-image-container .news-image img{
	border-radius: 3px;
	box-shadow: 0px 0px 3px 0 #2a5082;
}


footer {
	padding: 15px 0;
}

.alert.normal {
	position: relative;
	padding: 5px 10px;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	background: #f1eeef;
	color: #5c869b;
}
.alert.normal.wrong{
	color: #f00;
}
.alert.normal.success{
	background: #d1eac9;
}

.star {
	color: #ff233f;
	font-size: 20px !important;
}

#send_button {
	width: 100%;
	margin-bottom: 80px;
	font-size: 20px;
}
#search_button {
	width: 100%;
	font-size: 20px;
	height: auto;
}



/* Captcha */
.g-recaptcha > div {
    margin: 10px auto;
}
input {
    height: 30px;
    margin: 10px auto;
    font-size: 16px;
}
#recaptcha_area {
    margin: 0 auto;
}

.rdap-section {
	border: 1px solid #e3e3e3;
	padding-top: 10px;
	margin: 0 15px 40px;
}
.rdap-section h2{
	color: #3c6090;
	text-transform: uppercase;
	font-size: 20px;
}
.rdap-section h3{
	font-size: 20px;
}



@media (max-width: 575.98px) {
	.navbar-brand img {
		height:40px;
	}
	.jumbotron {
		min-height: 100%;
		padding-top: 10%;
		padding-bottom: 10%;
	}
	.order-1 {
		order:2;
	}
	.order-2 {
		order:1;
	}
	.banner-header {
		font-family: 'PT Sans', sans-serif;
		text-transform:uppercase;
		font-weight:bold;
		font-size:30px;
	}
	h2 {
		font-family: 'PT Sans', sans-serif;
		text-transform:uppercase;
		font-size:22px;
		font-weight:bold;
	}
	.title h1 {
		font-family: 'PT Sans', sans-serif;
		color: #044A67;
		font-weight: bold;
		font-size: 26px;
		text-transform: uppercase;
		position: relative;
		display: inline-block;
	}
	.services div img { margin-bottom:30px; }
	.more-domains {display: none;}
	.domain-sale {
		text-align: center;
	}
	.domain-sale .banner-left-side span {
		text-align: center;
		font-size: 25px;
	}
	.domain-sale .banner-left-side{
		margin-bottom: 15px;
		font-size: 25px;
	}
	.domain-name {
	  font-size: 25px;
	  font-family: "PT Sans";
	  color: #5cb3e4;
	  font-weight: bold;
	  text-transform: uppercase;
	  line-height: 1.385;
	  text-align: center;
	}
	.blue-button {
		background: #1F71A0;
		color: #FFFFFF;
		text-transform: uppercase;
		font-size: 16px;
	}

}
