.p-10 {
	padding: 10px;
}
.p-t-10 {
    padding-top: 10px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-t-20 {
	padding-top: 20px;
}
.p-l-20 {
    padding-left: 20px;
}
.p-t-30 {
	padding-top: 30px;
}
.p-t-40 {
	padding-top: 40px;
}
.p-t-50 {
    padding-top: 50px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-b-70-i {
    padding-bottom: 70px !important;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-50 {
	margin-top: 50px;
}
.m-r-10 {
	margin-right: 10px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-t-30 {
    margin-top: 30px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.f-left {
	float: left;
}
.f-right {
	float: right !important;
}
.m-t-70 {
	margin-top: 70px;
}
.m-t-60 {
	margin-top: 60px;
}
.m-t-80 {
	margin-top: 80px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.w-100-p {
    width: 100%;
}
.w-20-p {
	width: 20%;
}
.h-350-i {
	 height: 350px !important;
 }
.h-250-i {
	height: 250px !important;
}
.h-30 {
	height: 30px;
}
.h-40 {
     height: 40px;
}
.h-50 {
    height: 50px;
}
.h-70 {
	height: 70px;
}
.fs-15 {
	font-size: 15px;
}
.d-inline-block {
    display: inline-block;
}
.tourz-search-form > div:nth-child(1) {
	width: 75%;
}
.tourz-search-form > div:nth-child(2) {
	width: 20%;
	float: right;
}
.hot-page2-hom-pre ul li {
	padding: 10px 0;
}
.home-cate-item {
	display: block;
    border: 1px solid transparent;
    margin-bottom: 10px;
	transition: 0.3s all;
}
.home-cate-item:hover {
	background-color: #1aa5d8;
}
.home-cate-item:hover a {
	color: #fff;
}
.counter-section {
    padding: 0;
}
.nomeo-counter {
	border: 1px solid orange;
	position: relative;
	top: -65px;
	min-height: 165px;
	border-bottom: none;
	border-radius: 0;
    margin-bottom: 0;
}
.nomeo-counter h4 {
	margin-top: 35px;
}
.counter-wrapper {
	height: 100px;
}

/* filter domain */
.tourz-search-form div {
	margin: 0;
}
.domain-search-box label {
	font-size: 16px;
	top: 12px;
}
.filter-domain {
	width: 100%;
	padding: 5px 20px;
	background-color: #fff;
	font-size: 13px;
}
.filter-domain label {
    font-weight: normal;
    padding-left: 25px;
    margin-right: 15px;
}
.filter-domain label:before {
    border-color: #9e9e9e;
}
.filter-ext {
	display: flex;
	float: left;
	padding-left: 0;
	margin-left: 10px !important;
    width: 100%;
}
.filter-ext label {
    padding-left: 25px;
    margin-left: 15px;
    font-weight: normal;
}
.ext-item {
    flex-grow: 1;
}
.filter-domain label {
	font-size: 14px;
}
.filter-domain .filter-label {
	min-width: 120px;
	display: inline-block;
	position: relative;
	/*bottom: 10px;*/
	float: left;
}
.filter-domain span {
	font-size: 13px;
}
select.filter-length {
	bottom: 3px;
	width: 70px;
	position: relative;
}

/* domain search result*/
.domain-search-result .pagination li a, .domain-search-result .pagination li span {
	font-size: 16px;
}

/** table search result */
.dd-text-right {
	text-align: right !important;
}
.dd-text-left {
	text-align: left !important;
}
.dd-text-center {
	text-align: center !important;
}
.dd-tb-space {
	padding: 50px 0;
}
.btn-order-domain {
	width: 50%;
	min-width: 150px;
	text-align: center;
}
.events table tr td a.btn-request-quote-domain {
	width: 50%;
	min-width: 150px;
	text-align: center;
	background: linear-gradient(to bottom, #ffa500, #ef8546);
}
a.btn-request-quote-domain:hover {
    background: #00bcd4 !important;
}
.search-domain-name a {
	padding-left: 0 !important;
	margin: 10px 0 !important;
}

/* domain detail page*/
.domain-head-title {
	height: 450px;
}
.domain-head-title h1 span {
	font-size: 20px;
	color: orange;
}

.bg-gray {
	background-color: #eee;
}
.bg-inform {
	background-color: #61AAE1;
}
.seperator {
	height: 1px;
	width: 90%;
	margin-left: 5%;
	background-color: #adadad;
	display: block;
	float: left;
}

/* language switcher */
.language-switcher img {
    width: 20px;
    height: 13px;
}
.switcher-icon.active img {
    border: 1px solid #fff;
}

/* checkout page*/
.checkout-step-guide {
	border: 1px solid #1aa5d9;
    padding: 20px;
}
.step-item .item-content {
    font-size: 25px;
    background-color: #fff;
    border: 1px solid #1aa5d9;
    padding: 5px;
    height: 100%;
    min-height: 150px;
}
.step-item .item-content:hover {
    background-color: #f1f1f1;
}
.step-item .item-content strong {
    color: #1aa5d9;
}
.step-item .item-content p {
    margin-top: 10px;
    font-size: 20px;
    cursor: pointer;
}

.checkout-information {
    border: 1px solid #1aa5d9;
    padding: 20px;
}
.checkout-form .block {
    border: 1px solid #1aa5d9;
    padding: 20px;
    font-size: 18px;
}
#checkout-form .form-group label {
    font-size: 13px;
}
.price-information span {
    float: right;
    font-weight: 400;
    font-size: 20px;
}
.btn-pay {
    background-color: darkorange;
    border-color: darkorange;
    color: #fff;
    font-size: 25px;
    border-radius: 0;
    padding: 15px 0;
    display: block;
    height: 100%;
    text-transform: none;
}
.main-footer {
	position: relative;
	top: 5px;
	height: 25px;
	padding-top: 0;
}

.loading:after {
	/*content: 'Loading...';*/
	content: url('../images/rolling.svg');
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	vertical-align: 50px;
	padding-top: 30vh;
	font-size: 30px;
	color: #fff;
	z-index: 9999;
}
.text-small {
	font-size: 13px;
}
.dd-hide {
	display: none;
}
.forgot-password {
	position: relative;
	left: 10px;
	top: 10px;
}
.hot-page2-hom-pre-2 h5 {
	line-height: 22px;
}
.search-form {
	color: #fff;
}
.search-wrapper {
	background: url('../images/email-security.jpg');
	background-size: cover;
	height: 322px;
    position: relative;
}
.search-wrapper:before {
	content: '';
	position: absolute;
	background: linear-gradient(to top, rgb(29, 36, 42) 15%, rgba(0, 0, 0, 0) 100%);
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.col-1-5 {
    width: 20%;
    padding: 0 15px;
    float: left;
}
.article .image img {
    width: 100%;
}
.article .description {
	font-size: 12px;
}
.footer {
    padding-bottom: 30px;
}
.footer a {
	font-size: 13px;
	color: #616161;
}
.footer .terms a {
	font-size: 15px !important;
}
.txt-code {
    font-family: 'Courier', serif;
    /*text-space: 4px;*/
    letter-spacing: 0px;
}
.tb-col-10-p{
    width: 10%;
}
.tb-col-5-p{
    width: 5%;
}
.color-icon {
	font-size: 100px; //lmao
}
.color-green {
	 color: green;
 }
.color-yellow {
	color: yellow;
}
.color-orange {
	color: orange;
}
.color-red {
	color: red;
}
.border-color-green {
	border-color: green;
}
.border-color-yellow {
	border-color: yellow;
}
.border-color-orange {
	border-color: orange;
}
.border-color-red {
	border-color: red;
}
.result-message {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	padding: 20px;
}
.menu-item .home-icon {
	font-size: 25px;
}
.main-menu-v2 {
	padding: 0;
	border-bottom: none;
	border-bottom: 1px solid #eee;
}
.main-menu-v2 ul li {
	padding: 8px 0;
}
.main-menu-v2 ul li a {
	font-size: 15px;
}
.main-menu-v2 ul li:hover {
	background-color: orange;
}
.main-menu-v2 ul li a:hover {
	color: #fff;
}
.check-result h3 span {
	font-size: inherit;
	font-weight: inherit;
}
.switcher-icon {
	color: #eee !important;
	padding-right: 0 !important;
	margin-left: 5px !important;
	text-transform: uppercase;
}
.switcher-icon.active {
	color: #fff !important;
	border-bottom: 1px solid #fff;
}
.dd-loading:before {
	display: table-cell;
	content: '';
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	z-index: 99999;
	background-color: #fff !important;
	background: url('../images/loading-icon.svg') no-repeat center;
	cursor: progress;
	pointer-events: none;
}
.color-label {
	display: block;
	width: 40px;
	height: 40px;
	border: none;
	background-color: #000;
	margin: 0 auto;
}
.label-green {
	background-color: rgba(0, 128, 0, 0.5);
}
.label-yellow {
	background-color: rgba(255, 255, 0, 0.5);
}
.label-orange {
	background-color: rgba(255, 165, 0, 0.5);
}
.label-red {
	background-color: rgba(255, 0, 0, 0.5);
}
.block-color-description p {
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	margin-top: 5px;
	font-weight: 700;
}

.foot-contact-detail span{
	font-weight: normal;
	text-transform: none;
	font-size: 14px;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}
.cookies-metion p {
	color: #c2bfbf;
	font-weight: 100;
	font-size: 12px;
}
.footer-about-text {
	font-size: 14.5px;
}
.head {
	padding: 15px 0 10px 0;
}

.footer .logo {
	width: 30%;
	margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
	.head {
		display: block;
	}
	.main-menu-v2 {
		display: block;
	}
	.main-menu-v2 ul li a {
		font-size: 14px;
	}
    .head_left img {
        padding: 0;
    }
}

@media screen and (max-width: 728px) {
	h1 {
		font-size: 30px;
	}
	.col-1-5 {
		width: auto;
	}
}