 .domains-top {
	margin-bottom: 1.5em;
}

.domains-top h1 {
	font-size: 2.5em;
	margin: 5% 0 0;
}

.domains-top p{
    font-size: 1.3em;
}

.domains-top .s-input-wraper i{
    color: #555;
}

.domain-page-decor {
	display: flex;
	position: relative;
	width: 30%;
	align-items: center;
}

.domain-page-decor img {
	position: absolute;
	bottom: 0;
}

.domain-page-decor-tld{
	width: 67%;
	height: 44%;
	position: absolute;
	top: 41%;
	left: 4%;
	-webkit-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg);
	transform: rotate(-9deg);
	z-index: 1;
}

.domain-page-decor span {
	position: absolute;
	font-size: 4em;
	bottom: 0;
	left: 0;
	color: #ff8f2b;
	z-index: 2;
	letter-spacing: -2px;
	width: 80%;
	top: 0;
	right: 0;
	margin: auto;
	padding-top: 35%;
    line-height: 0px;
}

.domain-page-decor span::selection,
.domain-page-decor span::-moz-selection{
     background: #ffd9b7;
}

.domains-top .content{
    width: 66%;
}

.domains-top form > div {
	margin-bottom: 2vw;
	display: flex;
	width: 90%;
}

.domains-top label {
	display: block;
	margin: 0 0 10px 0;
	font-style: italic;
	font-size: .9em;
	flex-basis: 100%;
}

.domains-top input[type="text"] {
	/* flex-grow: 1; */
	width: 47%;
}

.domains-top select{
    width: 25%;
}

.domains-top .dark-btn {
	margin-left: 10px;
	transform: none !important;
}

.domains-top + div {
    margin-bottom: 30px;
    align-items: center;
    flex-wrap: nowrap;
}

.domains-top + div h2{
    margin-bottom: 0;
}

.domains-extensions::before {
	content: "\e916";
	font-family: 'cdns-icons';
	left: 10px;
	position: absolute;
	font-size: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.domains-extensions{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff912b+6,ff6921+98 */
    background: rgb(255,145,43); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,145,43,1) 6%, rgba(255,105,33,1) 98%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,145,43,1) 6%,rgba(255,105,33,1) 98%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,145,43,1) 6%,rgba(255,105,33,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff912b', endColorstr='#ff6921',GradientType=0 ); /* IE6-9 */
    border-radius: 50px;
    color: #fff;
    position: relative;
    padding: 10px 30px 10px 60px;
    line-height: 1.3;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: space-between;
    min-width: 40%;
    max-width: 60%
}

.domains-extensions div{
    padding-right: 10px;
}

.domains-extensions span{
    white-space: nowrap;
}

.domains-extensions a {
	color: #FF913F;
	text-decoration: underline;
	margin-right: 5px;
	padding-right: 5px;
	background-color: #fff;
	border-radius: 8px;
	padding: 0 6px;
	border: 2px solid #ff8428;
	height: 32px;
	display: inline-block;
}

.domains-extensions a:hover{
    border-color: #fff;
}

.section-wraper{
    margin-bottom: 1.5em;
}

.popup-form-wraper.contact-us-form li label:not(.label-right) {
    min-width: 195px;
}

.s-input-wraper i.smaller-i {
    font-size: 1.5em;
}

@media only screen and (max-width: 1200px) {
    .domain-page-decor-tld {
        top: 42%;
    }
}

@media only screen and (max-width: 1150px) {
    .domain-page-decor-tld {
        top: 43.5%;
    }
}

@media only screen and (max-width: 1100px) {
    .domain-page-decor-tld {
        top: 45%;
    }
}

#loaddomains {
	display: none;
}
