/* -----------------
  Domains Header
------------------ */

header.domains {
	position: relative;	
	background-image: url(/imgs/domains-header.webp);
	background-size: cover;
	overflow: hidden;
	font-size: 0;
}

header.domains .slider {
	color: #fff;
}

header.domains .slider h1 {
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
	font-weight: 600;
	margin-bottom: 20px;
}

header.domains .slider h2 {
	font-size: 17px;
	font-weight: 200;
	line-height: 26px;
	font-family: 'poppins', Arial, sans-serif;
}

header.domains .slider h2 strong {
	font-weight: 600;
}

header.domains .slider form.search {
	margin-top: 30px;
	box-shadow: 0px 0px 0px 7px rgba(255, 255, 255, 0.25);
	border-radius: 48px;
	overflow: hidden;
	position: relative; 
	background-color: #fff;
	background-clip: padding-box;
	transition: box-shadow 200ms;
}

header.domains .slider form.search.p-focused {
	box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.25);
}

header.domains .slider form.search input[type=text] {
	font-size: 17px;
	color: #3a74a4;
	display: block;
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 40px;
	border: 0;
}

header.domains .slider form.search input[type=text]::placeholder{
	opacity: 0.85;
	color: #3a74a4;
}

header.domains .slider .input-error {
	font-size: 13px;
	text-align: center;
	padding: 5px 0;
	background-color: rgba(255, 255, 255, 0.3);
	width: 90%;
	max-width: 150px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 18px auto 0 auto;
	display: none;	
}

header.domains .slider .offer {
	padding-top: 30px;
	text-align: center;
}

header.domains .slider .offer .col {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 12px;
	border-radius: 12px;
	transition: background-color 200ms;
}

header.domains .slider .offer .col .inner {
	padding: 30px 8px 15px 8px;
	background-color: rgba(255, 255, 255, 0.1);
	text-align: center;
	color: #fff;
}

header.domains .slider .offer .col:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

header.domains .slider .offer .col i {
	margin-bottom: 25px;
	display: inline-block;
	width: 110px;
	height: 40px;
}

header.domains .slider .offer .col i.ic-1 {
	background-position: -12px -496px;
}

header.domains .slider .offer .col i.ic-2 {
	background-position: -121px -496px;
}

header.domains .slider .offer .col i.ic-3 {
	background-position: -231px -496px;
}

header.domains .slider .offer .col i.ic-4 {
	background-position: -341px -496px;
}

header.domains .slider .offer .col i.ic-5 {
	background-position: -451px -496px;
}

header.domains .slider .offer .col p {
	font-family: 'poppins', Arial, sans-serif;
	font-size: 18px;
}

header.domains .slider .offer .col p strong {
	font-weight: 600;
	font-size: 25px;
	font-family: 'open_sans', Arial, sans-serif;
}

header.domains .slider .offer .col a.btn-order {
	position: relative;
	margin-top: 30px;
	display: block;
	color: rgba(58, 116, 164, 0.95);
	font-size: 14px;
	font-family: 'poppins', Arial, sans-serif;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 6px;
	padding: 12px 0;
	font-weight: 600;
	overflow: hidden;
	transition: all 250ms;
}

header.domains .slider .offer .col a.btn-order:hover {
	color: #0780E3;
	background-color: #fff;
	border: 1px solid #0780E3;
	padding-left: 30px;
}

header.domains .slider .offer .col a.btn-order:after {
	content: '';
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 30px;
	height: 29px;
	background-image: url(/imgs/sprite.webp);
	background-size: 643px 944px;
	background-position: -337px -344px;
	transition: all 150ms;
} 

header.domains .slider .offer .col a.btn-order:hover:after {
	left: 7px;
}

/* Domains > search results */

.domains .search-results .sr-main{
	padding: 20px 0;
	margin: 5px 0;
	text-align: center;
}

.domains .search-results .sr-main p{
	font-weight: normal;
	color: #00BEBC;
}

.domains .search-results span.reg,
.domains .search-results span.av{
	display: none;
}

.domains .search-results .sr-main.st-0 span.av,
.domains .search-results .sr-main.st-1 span.av,
.domains .search-results .sr-main.st-3 span.reg {
	display: inline-block;
}

.domains .search-results .sr-main.st-1 span.n{
	display: none;
}

.domains .search-results .sr-main.st-1 span.av{
	display: inline-block;
}

.domains .search-results .sr-main a.btn-order,
.domains .search-results .sr-main a.btn-transfer{
	background-color: #fff;
	display: inline-block;
	margin: 3px auto 3px auto;
	text-align: center;
	padding: 12px 30px;
	margin-top: 10px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	color: #3a74a4;
	-webkit-user-select: none;
	user-select: none;
}

.domains .search-results .sr-main a.btn-transfer{
	display: none;
}

.domains .search-results .sr-main a.btn-order:hover span,
.domains .search-results .sr-main a.btn-transfer:hover span{
	display: block;
	animation: btt-hover-fx .3s forwards;
}

.domains .search-results .sr-main h4 {
	display: none;
}

.domains .search-results .sr-main.st-0 a.btn-order,
.domains .search-results .sr-main.st-2 a.btn-order {
	display: none;
}

.domains .search-results .sr-main.st-2 a.btn-transfer {
	display: inline-block;
}

.domains .search-results .sr-main.st-0 p{
	color: #212121;
}

.domains .search-results .sr-main.st-2 p{
	display: none;
}

.domains .search-results .sr-main.st-2 h4{
	display: block;
	font-size: 16px;
	color: #00BEBC;
	margin-bottom: 10px;
	font-weight: 600;
}

.domains .search-results .sr-main a.unavailable{
	display: inline-block;
}

.domains .search-results .sr-main.st-1 a.unavailable{
	display: none;
}

.domains .search-results .sr-suggest{
	padding: 35px 0;
	margin: 5px 0;
	text-align: center;
}

.domains .search-results .sr-suggest p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal;
}

.domains .search-results .sr-suggest a.btn-order{
	background-color: #fff;
	display: inline-block;
	margin: 3px auto 3px auto;
	text-align: center;
	padding: 10px 17px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 600;
	color: #00bebc;
	border:1px solid #00bebc;
	-webkit-user-select: none;
	user-select: none;
}

.domains .search-results .sr-suggest a.btn-order:hover span {
	display: block;
	animation: btt-hover-fx .3s forwards;
}

.domains .search-results .sr-tlds {
	text-align: center;
}

.domains .search-results .sr-tlds .tld-box {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 12px;
	border-radius: 12px;
	transition: background-color 200ms;
}

.domains .search-results .sr-tlds .tld-box .inner {
	padding: 20px 8px 20px 8px;
	background-color: rgba(255, 255, 255, 0.1);
	text-align: center;
	color: #fff;
	height: 200px;
}

.domains .search-results .tld-box i {
	margin-bottom: 25px;
	display: inline-block;
	width: 110px;
	height: 40px;
}

.domains .search-results .tld-box i.ic-ro {
	background-position: -12px -496px;
}

.domains .search-results .tld-box i.ic-com {
	background-position: -121px -496px;
}

.domains .search-results .tld-box i.ic-org {
	background-position: -231px -496px;
}

.domains .search-results .tld-box i.ic-eu {
	background-position: -341px -496px;
}

.domains .search-results .tld-box i.ic-net {
	background-position: -451px -496px;
}

.domains .search-results .tld-box i.ic-info {
	background-position: -4px -900px;
}

.domains .search-results .tld-box i.ic-biz {
	background-position: -114px -900px;
}

.domains .search-results .tld-box p.price{
	font-weight: 600;
	font-size: 23px;
	color: #fff;
}

.domains .search-results .tld-box a.btn-order{
	background-color: #fff;
	display: block;
	margin: 3px auto 3px auto;
	text-align: center;
	padding: 10px 0;
	border-radius: 4px;
	border: 1px solid #00bebc;
	font-size: 14px;
	font-weight: 600;
	color: #3a74a4;
	width: 90%;
	-webkit-user-select: none;
	user-select: none;
	margin-top: 20px;
}

.domains .search-results .tld-box a.btn-order:hover span {
	display: block;
	animation: btt-hover-fx .3s forwards;
}

.domains .search-results .tld-box.st-0 a.btn-order{
	display: none;
}

.domains .search-results .tld-box a.unavailable{
	display: block;
	color: #fff;
	opacity: 0.5;
	font-size: 14px;
	margin-top: 30px;
}

.domains .search-results .tld-box.st-1 a.unavailable{
	display: none;
}

/* Domains > Layer 1 */
/* ------------------ */

.domains .layer-1 {
	background-color: #f3f7f9;
}

.domains .layer-1 .wrapper{
	padding: 40px 0 40px 0;
	font-size: 0;
}

.domains .layer-1 h2 {
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 15px;
}

.domains .layer-1 h2 strong {
	font-weight: 600;
}

.domains .layer-1 h3 {
	font-size: 17px;
	line-height: 26px;
	font-family: 'poppins', Arial, sans-serif;
}

.domains .layer-1 .price-tbl-wrapper {
	margin-top: 40px;
	border: 1px solid #e3e8eb;
	background-color: #fdfefe;
	padding: 0 45px 45px 45px;
	
	overflow-y: auto;
}

.domains .layer-1 .price-tbl {
	display: table;
	width: 100%;
}

.domains .layer-1 .price-tbl .row-more {
	display: none;
}

.domains .layer-1 .price-tbl .t-head {
	font-size: 17px;
	display: table-row;
	text-align: center;
	font-weight: bold;
}

.domains .layer-1 .price-tbl .t-body {
	display: table-row;
	text-align: center;
}

.domains .layer-1 .price-tbl .t-body:hover {
	background-color: #f9f9f9;
}

.domains .layer-1 .price-tbl .t-cell {
	font-size: 14px;
	display: table-cell;
	padding: 20px 0;
	min-width: 140px;
	border-bottom: 1px solid #e9ebec;
}

.domains .layer-1 .price-tbl .t-name {
	font-weight: bold;
	position: relative;
}

.domains .layer-1 .price-tbl .tag {
	opacity: 0.95;
	font-size: 12px;
	font-weight: 600;
	font-family: 'poppins', Arial, sans-serif;
	border-radius: 4px;
	padding: 0 8px;
	border-width: 1px;
	border-style: solid;
	display: block;
	position: absolute;
	height: 26px;
	line-height: 26px;
	top: 0;
	bottom: 0;
	left: 65px;
	margin: auto;
}

.domains .layer-1 .price-tbl .tag.blue {
	color: #0780e3;
	border-color: #0780e3;
}

.domains .layer-1 .price-tbl .tag.green {
	color: #0cc226;
	border-color: #0cc226;
}

.domains .layer-1 a.btn-more {
	position: relative;
	margin-top: 20px;
	display: block;
	font-family: 'poppins', Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	border-radius: 5px;
	border: 1px solid #0780e3;
	padding: 12px 0;
	width: 230px;
	margin: 50px auto 10px auto;
	text-align: center;
	cursor: pointer;
	background-color: #0780e3;
	color: rgba(255, 255, 255, 0.95);
	overflow: hidden;
	transition: all 250ms;
	-webkit-user-select: none;
	user-select: none;
}

.domains .layer-1 a.btn-more:hover {
	color: #0780E3;
	background-color: #fff;
	border: 1px solid #0780E3;
	padding-left: 30px;
}

.domains .layer-1 a.btn-more:after {
	content: '';
	position: absolute;
	left: -35px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 30px;
	height: 29px;
	background-image: url(/imgs/sprite.webp);
	background-size: 643px 944px;
	background-position: -337px -344px;
	transition: all 150ms;
}

.domains .layer-1 a.btn-more:hover:after {
	left: 5px;
}

.domains .layer-1 .pages {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.domains .layer-1 .pages a {
	margin-right: 10px;
	margin-top: 5px;
	font-size: 13px;
	display: block;
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}

.domains .layer-1 .pages a.active {
	background-color: #0780e3;
	color: #fff;
	border-radius: 50%;
	pointer-events: none;
}

/* Domains > Layer 2 */
/* ------------------ */

.domains .layer-2 {
	background-image: url(/imgs/activare_bg.webp);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
}

.domains .layer-2 .wrapper {
	position: relative;
	color: #fff;
	text-align: center;
	padding: 30px 0;
}

.domains .layer-2 h2 {
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
}

.domains .layer-2 h2 strong {
	font-weight: 600;
}

.domains .layer-2 h2:after {
	display: block;
	width: 60%;
	height: 5px;
	content: '';
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	position: absolute;
	bottom: 0;
	right: 0;
}

.light-wrapper {
	position: absolute;
	top: -5px;
	left: 100px;
	width: 304px;
	z-index: 0;
	transform: translateY(-290px);
}

.light-wrapper .light {
	position: absolute;
	top: 0;
	left: 0;
	width: 304px;
	z-index: 0;
    transform-origin: 152px 0px;
	transform: rotate(20deg);	
}

.light-wrapper .light-cable {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 4px;
	height: 140px;
	background-color: #0a2840;
	z-index: 3;
}

.light-wrapper .light-base {
	position: absolute;
	top: 140px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 36px;
	height: 36px;
	background-position: -6px -5px;
	z-index: 3;
}

.light-wrapper .light-bulb {
	position: absolute;
	top: 176px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 59px;
	height: 82px;
	background-position: -56px -6px;
	z-index: 1;
}

.light-wrapper .light-bulb-on {
	position: absolute;
	top: 83px;
	left: -14px;
	width: 304px;
	height: 266px;
	background-position: -124px 0px;
	z-index: 2;
	opacity: 0;
}

.light-wrapper.fx-done {
	animation: light-drop 500ms linear 100ms forwards;
}

.light-wrapper.fx-done .light {
	animation: light-swing 2s ease-in-out 0s infinite alternate forwards;
}

.light-wrapper.fx-done .light-bulb-on {
	animation: light-on 1s linear 400ms forwards;
}

@keyframes light-drop {
    from {
		transform: translateY(-290px);
	}
    to {
		transform: translateY(0px);
	}
}

@keyframes light-swing {
    from {
		transform: rotate(15deg);
	}
    to {
		transform: rotate(-15deg);
	}
}

@keyframes light-on {
    0% {
		opacity: 0;
	}
    20% {
		opacity: 0;
	}
    24% {
		opacity: 1;
	}
    27% {
		opacity: 0;
	}
    30% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

/* Domains > Layer 3 */
/* ------------------ */

.domains .layer-3 .wrapper {
	padding: 30px 0 30px 0;
	text-align: center;
	font-size: 0;
}

.domains .layer-3 h2 {
	font-size: 20px;
	margin-bottom: 30px;
}

.domains .layer-3 h2 strong {
	font-weight: 600;
}

.domains .layer-3 .slide {
	display: none;
}

.domains .layer-3 .slide.active {
	display: block;
}

.domains .layer-3 i.ext {
	margin: 15px;
	background-image: url(/imgs/dom_ext.webp);
	background-size: 960px 60px;
	width: 120px;
	height: 60px;
	display: inline-block;
}

.domains .layer-3 i.ext-1 {
	background-position: 0px 0px;
}

.domains .layer-3 i.ext-2 {
	background-position: -120px 0px;
}

.domains .layer-3 i.ext-3 {
	background-position: -240px 0px;
}

.domains .layer-3 i.ext-4 {
	background-position: -360px 0px;
}

.domains .layer-3 i.ext-5 {
	background-position: -480px 0px;
}

.domains .layer-3 i.ext-6 {
	background-position: -600px 0px;
}

.domains .layer-3 i.ext-7 {
	background-position: -720px 0px;
}

.domains .layer-3 i.ext-8 {
	background-position: -840px 0px;
}

.domains .layer-3 .nav-menu {
	margin-top: 30px;
	text-align: center;
}

.domains .layer-3 .nav-menu a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	width: 10px;
	height: 10px;
	background-position: -528px -548px;
	cursor: pointer;
}

.domains .layer-3 .nav-menu a.active {
	width: 22px;
	height: 22px;
	background-position: -497px -542px;
	cursor: default;
	margin: 0 4px;
}

/* Domains > Layer 4 */
/* ------------------ */

.domains .layer-4 {
	background-image: url(/imgs/domains_adv.webp);
	background-size: cover;
}

.domains .layer-4 .wrapper {
	padding: 40px 0 20px 0;
	text-align: center;
	color: #fff;
	font-size: 0;
	position: relative;
}

.domains .layer-4 .rocket-icon {
	box-shadow: inset 0px 0px 28px 0px rgba(7, 128, 227, 0.3);
	position: absolute;
	width: 142px;
	height: 142px;
	border-radius: 50%;
	top: -80px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	z-index: 0;
}

.domains .layer-4 .rocket-icon:after {
	display: block;
	content: '';
	position: absolute;
	background-image: url(/imgs/sprite.webp);
	background-size: 643px 944px;
	background-position: -497px -573px;
	width: 57px;
	height: 57px;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.domains .layer-4 .rocket-icon:before {
	display: block;
	content: '';
	position: absolute;
	top: -8px;
	left: -8px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 8px solid #fff;
	z-index: 2;
}

.domains .layer-4 h2 {
	margin-bottom: 30px;
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
}

.domains .layer-4 h2 strong {
	font-weight: 600;
}

.domains .layer-4 .col {
	position: relative;
}

.domains .layer-4 .col i {
	display: inline-block;
	width: 120px;
	height: 110px;
	margin-bottom: 25px;
	transition: transform 300ms ease-out;
}

.domains .layer-4 .col:hover i {
	transform: translateY(10px);
}

.domains .layer-4 .col i.ic-1 {
	background-position: -12px -542px;
}

.domains .layer-4 .col i.ic-2 {
	background-position: -132px -542px;
}

.domains .layer-4 .col i.ic-3 {
	background-position: -252px -542px;
}

.domains .layer-4 .col i.ic-4 {
	background-position: -372px -542px;
}

.domains .layer-4 .col h3 {
	font-size: 17px;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 25px;
}

.domains .layer-4 .col .descr {
	font-size: 14px;
	opacity: 0.7;
	text-overflow: ellipsis;
	overflow: hidden;
}

.domains .layer-4 .col .descr p {
	line-height: 1.6;
}

.domains .layer-4 .col p.price {
	font-size: 20px;
	opacity: 0.7;
	margin-top: 25px;
	line-height: normal;
	transition: opacity 300ms ease-out;
}

.domains .layer-4 .col:hover p.price {
	opacity: 1;
}

.domains .layer-4 .col p.price strong {
	font-weight: 600;
}

/* Domains > Layer 5 */
/* ------------------ */

.domains .layer-5 {
	background-color: #f2f9fe;
}

.domains .layer-5 .wrapper {
	padding: 40px 0 20px 0;
	text-align: center;
	font-size: 0;
}

.domains .layer-5 h2 {
	font-size: 20px;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 15px;
}

.domains .layer-5 h3 {
	font-size: 14px;
	font-family: 'poppins', Arial, sans-serif;
	margin-bottom: 20px;
}

.domains .layer-5 .row {
	text-align: center;
}
	
.domains .layer-5 .row i {
	background-image: url(/imgs/dom_partners.webp);
	background-size: 540px 105px;
	width: 135px;
	height: 105px;
	display: inline-block;
}

.domains .layer-5 .row i.ic-1 {
	background-position: -270px 0px;
}

.domains .layer-5 .row i.ic-2 {
	background-position: 0px 0px;
}

.domains .layer-5 .row i.ic-3 {
	background-position: -135px 0;
}

.domains .layer-5 .row i.ic-4 {
	background-position: -405px 0;
}

/* Breakpoint 768 */

@media only screen and (min-width : 768px) {

	header.domains .slider h1 {
		font-size: 26px;
	}
	
	header.domains .slider h2 {
		font-size: 20px;
		line-height: normal;
	}
	
	header.domains .slider form.search input[type=text] {
		font-size: 20px;
	}
	
	.domains .layer-1 h2 {
		font-size: 26px;
	}
	
	.domains .layer-1 h3 {
		font-size: 20px;
		line-height: normal;
	}
	
	.domains .layer-1 .price-tbl .t-cell {
		font-size: 15px;
	}
	
	.domains .layer-2 h2 {
		font-size: 26px;
	}
	
	.domains .layer-3 h2 {
		font-size: 26px;
	}
	
	.domains .layer-4 .col:nth-child(1):after,
	.domains .layer-4 .col:nth-child(2):after,
	.domains .layer-4 .col:nth-child(3):after{
		position: absolute;
		display: block;
		content: '';
		top: 0;
		right: -25px;
		background-image: linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.30196) 50%, rgba(255,255,255,0) 100%);
		width: 1px;
		height: 358px;
	}
	
	.domains .layer-4 .col:nth-child(2):after { display: none; }
	
	.domains .layer-4 h2 {
		font-size: 26px;
	}
	
	.domains .layer-4 .col h3 {
		font-size: 20px;
	}
	
	.domains .layer-5 h2 {
		font-size: 26px;
	}
	
	.domains .layer-5 h3 {
		font-size: 15px;
	}
}

/* Breakpoint 992 */

@media only screen and (min-width : 992px) {

	
	header.domains .slider h1 {
		font-size: 44px;
	}
	
	header.domains .slider h2 {
		font-size: 22px;
	}
	
	header.domains .slider form.search {
		margin-top: 45px;
		padding-left: 90px;
	}
	
	header.domains .slider form.search input[type=text] {
		font-size: 28px;
		height: 74px;
		line-height: 74px;
		border: 10px solid rgba(255, 255, 255, 0.25);
		padding-right: 30px;
	}
	
	header.domains .slider form.search:before {
		position: absolute;
		left: 30px;
		top: 0;
		bottom: 0;
		margin: auto;
		background-image: url('/imgs/sprite.webp');
		background-position: -562px -542px;
		background-size: 643px 944px;
		width: 41px;
		height: 38px;
		z-index: 1;
		display: block;
		content: '';
	}
	
	header.domains .slider .offer {
		padding-top: 55px;
	}
	
	header.domains .slider .offer .col a.btn-order {
		margin-top: 50px;
	}
	
	header.domains .slider .offer .col .inner {
		padding: 45px 8px 15px 8px;
	}
	
	header.domains .slider .offer .col i {
		margin-bottom: 35px;
	}
	
	.domains .search-results .sr-suggest p,
	.domains .search-results .sr-suggest h4{
		font-size: 20px;	
	}
	
	.domains .search-results .sr-main.st-2 h4 {
		font-size: 24px;
	}
	
	.domains .layer-1 .wrapper{
		padding: 110px 0 95px 0;
	}
	
	.domains .layer-1 h2 {
		font-size: 36px;
	}
	
	.domains .layer-1 h3 {
		font-size: 22px;	
	}
	
	.domains .layer-1 .price-tbl-wrapper {
		margin-top: 90px;
	}
	
	.domains .layer-1 .price-tbl .t-cell {
		font-size: 16px;
		padding: 20px 0;
	}
	
	.domains .layer-1 .price-tbl .t-cell.t-name {
		padding-left: 20px;
	}
	
	.domains .layer-2 {
		height: 420px;
	}
	
	.domains .layer-2 .wrapper {
		padding: 0;
	}
	
	.domains .layer-2 h2 {
		font-size: 46px;
		margin: 180px 0 0 180px;
	}
	
	.domains .layer-3 .wrapper {
		padding: 130px 0 180px 0;
	}
	
	.domains .layer-3 h2 {
		font-size: 34px;
		margin-bottom: 60px;
	}
	
	.domains .layer-3 .nav-menu {
		margin-top: 60px;
	}
	
	.domains .layer-4 .wrapper {
		padding: 160px 0;
	}
	
	.domains .layer-4 h2 {
		font-size: 42px;
		margin-bottom: 100px;
	}
	
	.domains .layer-4 .col h3 {
		font-size: 22px;
	}
	
	.domains .layer-5 .wrapper {
		padding: 80px 0;
	}
	
	.domains .layer-5 h2 {
		font-size: 34px;
	}
	
	.domains .layer-5 h3 {
		font-size: 16px;
		margin-bottom: 60px;
	}
}

/* Breakpoint 1200 */

@media only screen and (min-width : 1200px) {
	
	header.domains {
		min-height: 870px;
	}
	
	header.domains .slider .offer .col {
		margin-bottom: 0;
	}
	
	.domains .layer-3 i.ext {
		margin: 0 15px;
	}

	.domains .layer-4 .col:nth-child(2):after {
		display: block;
	}
}

/* Breakpoint Retina */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

	.domains .layer-3 i.ext {
		background-image: url(/imgs/dom_ext_retina.webp);
	}

	.domains .layer-5 .row i {
		background-image: url(/imgs/dom_partners_retina.webp);
	}
}