/* Domain */

.top-inner-faster-box {
	min-height: 450px;
}

.i-list-1 {
	top: 8px;
}

.list-0 {
	width: 480px;
}

.list-0 > li:nth-child(odd) {
	width: 47%;
}

.list-0 > li:nth-child(even) {
	width: 53%;
}

.list-0 .status {
	font-weight: bold;
}

.list-type-news > ul {
	display: flex;
	flex-wrap: wrap;
}

.list-type-news > ul > li {
	display: flex;
}

.gr-index.red-bg {
	background-color: #c32107;
}

.gr-title > span.red-cc {
	color: #c32107;
}

.main-row-2 .faster-border {
	min-height: 300px;
}

.main-columns-3 > ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.main-columns-3 > ul > li {
	width: 33%;
	display: flex;
}

.main-columns-3 > ul > li > div {
	padding: 20px;
}

/* Domain's review */

.review-description {
	margin: 20px 0 0;
}

.text-0 > p a {
	color: inherit;
	text-decoration: underline;
}

.text-0 > p a:hover {
	text-decoration: none;
}

/* Whois */

.wrapper-button-hide {
	padding: 0 40px 20px;
}

.info-table-whois {
	overflow: auto;
	height: 250px;
}

.info-table-0 table td b {
	line-height: 1;
	overflow: hidden;
	max-width: 250px;
	display: inline-block;
	text-overflow: ellipsis;
}

/* Columns */

.two-columns > ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.two-columns > ul > li {
	width: 50%;
	display: flex;
}

.two-columns > ul > li > div {
	margin: 20px;
	width: 100%;
}

.two-columns > ul > li + li {
	margin: 0;
}

.two-columns-1 > ul {
	flex-wrap: wrap;
}

.two-columns-1 > ul > li {
	width: 50%;
	padding: 0;
	margin: 0 0 20px;
	display: flex;
}

.two-columns-1 > ul > li:only-child {
	width: 100%;
}

.two-columns-1 > ul > li > .object-text-1 {
	margin: 0 20px;
	width: 100%;
}

/* Contact */

.contact-form {
	padding: 0 30px;
}

.contact-form .form-message {
	display: block;
	margin-bottom: 20px;
}

.contact-form .form-message-error {
	color: #ff0000;
}

.contact-form .form-message-success {
	color: #00ff00;
}

.contact-form .form-row {
	margin-bottom: 20px;
}

.contact-form label {
	display: block;
	margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
	background: #fff;
	border: 1px solid #d3d3d3;
	color: #000 !important;
	padding: 12px;
	border-radius: 2px;
	box-shadow: none;
	box-sizing: border-box;
	margin: 0;
}

.contact-form input {
	width: 500px;
}

.contact-form .error-type {
	border-color: rgba(255, 0, 0, 0.27);
}

.contact-form textarea {
	width: 500px;
	height: 200px;
}

.contact-form .star {
	color: #ff0000;
	margin-left: 5px;
}

/* Alerts */

.error-message-framedeny {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.b-modal {
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	background-color: rgba(1, 1, 1, 0.8);
}

.b-image {
	width: 100%;
	height: 100%;
	-webkit-filter: blur(1px);
}

@media screen and (min-width: 1025px) {
	.b-image:before {
		transform: scale(0.28);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		content: '';
		background-image: inherit;
		background-size: cover;
		background-repeat: inherit;
	}
}

.message_popup {
	font-family: "Open Sans";
	font-size: 16px;
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 3;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.inner_message {
	box-sizing: border-box;
	font-size: 100%;
	margin: auto;
	text-align: center;
	overflow:hidden;
	width: 95%;
	-webkit-font-smoothing: antialiased;
	background: #fff;
	border: 4px solid #20c4a7;
	padding: 30px 50px;
}

.inner_message .top-info-1 p {
	margin: 10px 10px 0;
}

.inner_message h1 {
	font-weight: bold;
	margin: 0 0 20px;
}

.inner_message .group-type-1 {
	margin: 30px 0 20px;
}

.inner_message .group-type-1 a:last-child {
	margin-left: 10px;
}

.top-info-1 {
	margin: 20px;
}

.inner_message .stats__btn {
	margin: 0 5px;
}

.b-alert_input {
	background: #fff;
	border: 1px solid #d3d3d3;
	color: #000 !important;
	padding: 12px;
	border-radius: 2px;
	box-shadow: none;
	box-sizing: border-box;
	width: 300px !important;
	margin: 20px 0 0;
}

/* Buttons */

.message_popup .group-type-1 a,
.contact-form .input-submit {
	background: #20c4a7;
	box-sizing: border-box;
	border: 0;
	color: #fff !important;
	font-size: 16px;
	padding: 10px 14px;
	outline: 0;
	margin: 10px 0;
	cursor: pointer;
	width: 100px;
}

.message_popup .group-type-1 a:hover,
.contact-form .input-submit:hover {
	opacity: .8;
}

/* 404 */

.not-found-page {
	padding: 20px;
}

@media only screen and (max-width: 860px) {
	.message_popup {
		width: 100%;
	}
}

@media only screen and (max-width : 350px) {
	.message_popup .group-type-1 a {
		display: block;
		white-space: nowrap;
		width: 100%;
	}
	.inner_message .group-type-1 a:last-child {
		margin-left: 0;
	}
}