/**********************************************************
// body
**********************************************************/
html { height: 100%; }
body {
	font-family: "segoe ui", arial, verdana, sans-serif;
	font-size: 12px;
	overflow-x: hidden;
	cursor: default;
	display: block;
	}
	
body *,
body *:before,
body *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	}

a:hover { text-decoration: underline; }
a {
	text-decoration: none;
	cursor: pointer;
	}

.hidden { display: none; }

.clear       { *zoom: 1; }
.clear:after { clear: both; }
.clear:before,
.clear:after {
	content: " ";
	display: table;
	}

.trans {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	}
	
.no-select {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
			user-select: none;
	}

p {
	margin: 5px 5% 0 5%;
	padding: 5px 0;
	width: 90%;
	line-height: 20px;
	text-align: justify;
	}
	
p strong,
p .fa { font-size: 18px; }
p .fa { margin-right: 5px; }
	
/**********************************************************
// box
**********************************************************/
#box {
	margin: 200px auto 0 auto;
	width: 100%;
	min-width: 200px;
	max-width: 500px;
	min-height: 100px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	}

/**********************************************************
// header
**********************************************************/
#header {
	text-align: center;
	overflow: hidden;
	}

#header-title {
	width: 100%;
	height: 36px;
	line-height: 38px;
	text-transform: uppercase;
	font-size: 12px;
	overflow: hidden;
	}
	
#header-details {
	width: 100%;
	min-height: 70px;
	}

#header-details h1 {
	line-height: 68px;
	font-size: 30px;
	}

#header-details h2 {
	padding-bottom: 20px;
	line-height: 20px;
	font-size: 18px;
	}
	
/**********************************************************
// tabs
**********************************************************/
#tabs {
	padding-top: 10px;
	width: 100%;
	height: 56px;
	text-align: center;
	}
	
#tabs ul { width: 100%; }

#tabs .tabs-4 li { width: 25%;   }
#tabs .tabs-3 li { width: 33.3%; }
#tabs .tabs-2 li { width: 50%;   }

#tabs span { display: none; }
#tabs li.active { cursor: default; }
#tabs li {
	height: 100%;
	min-width: 46px;
	line-height: 46px;
	display: block;
	font-size: 24px;
	cursor: pointer;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	   -moz-border-radius-topleft: 4px;
	   -moz-border-radius-topright: 4px;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
	float: left;
	}

/**********************************************************
// social links
**********************************************************/
#social-links {
	width: 100%;
	height: 50px;
	text-align: center;
	float: right;
	}

#social-links span { display: none;  }
#social-links li {
	margin: 10px 5px 0 5px;
	width: 40px;
	height: 40px;
	line-height: 34px;
	display: inline-block;
	font-size: 20px;
	}

/**********************************************************
// section: classes
**********************************************************/
.section {
	margin: auto;
	width: 100%;
	min-height: 100px;
	overflow: hidden;
	}
	
.section-title {
	margin-top: 10px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	}
	
/**********************************************************
// section: contact form
**********************************************************/
#form {
	margin: auto;
	width: 98%;
	padding: 0 1% 15px 1%;
	text-align: center;
	}

#form p {
    width: 100%;
    margin: 0;
    padding: 0;
	text-align: center;
	}
	
#form br {
    display: none;
	}

#form-status  {
	margin: 10px 1% 0 1%;
	width: 98%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
	overflow: hidden;
	display: none;
	}
	
#form label { display: none; }
	
#form input[type="text"],
#form input[type="email"]{
	background: #eeeeee;
	border: solid 1px #eeeeee;
	margin: 10px 1% 0 1%;
	padding: 7px 10px;
	width: 48%;
	height: 30px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	float: left;
	}
	
#form textarea {
	background: #eeeeee;
	border: solid 1px #eeeeee;
	margin: 10px 1% 0 1%;
	padding: 7px 10px;
	width: 98%;
	height: 70px;
	line-height: 20px;
	resize: vertical;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	float: left;
	}

#form .wpcf7-not-valid {
    border-color: #f00 !important;
	}

#form span.wpcf7-not-valid-tip{
	display: none !important;
}

#form input[type="submit"] {
	border: none; 
	margin-top: 15px;
	padding: 0;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	}
	
#form input[type="submit"]:active {
	-webkit-box-shadow: 0 0 0 #000;
	   -moz-box-shadow: 0 0 0 #000;
			box-shadow: 0 0 0 #000;
	position: relative;
	top: 2px;
	}
	
#form input[type="submit"]:hover {
	-webkit-transition: background 0.2s ease-in-out;
	   -moz-transition: background 0.2s ease-in-out;
		-ms-transition: background 0.2s ease-in-out;
		 -o-transition: background 0.2s ease-in-out;
			transition: background 0.2s ease-in-out;
	}

#form-captcha {
	margin: 15px auto 0 auto;
	width: 100%;
	max-width: 304px;
	}

#form-sending {
	margin: 15px auto 0 auto;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	}

#form div.wpcf7-response-output{
	padding: 1em;
	}
	
/**********************************************************
// section: domain stats
**********************************************************/
#domain-stats {
	padding-bottom: 20px;
	min-height: 160px;
	text-align: center;
	overflow: hidden;
	}

.stats-section {
	margin-top: 20px;
	width: 45%;
	min-width: 200px;
	height: 90px;
	display: inline-block;
	}
	
.stats-section h2 { font-size: 15px; }
.stats-section h3 { font-size: 48px;  }
	
/**********************************************************
// section: additional domain
**********************************************************/
#additional-domains { min-height: 160px; }

#domains-list {
	margin: 0 5% 30px;
	padding: 10px 0 20px 0;
	width: 90%;
	max-height: 200px;
	overflow-y: auto;
	}

#domains-list li {
	width: 100%;
	margin-top: 3px;
	padding: 0 5%;
	min-height: 26px;
	line-height: 26px;
	font-size: 12px;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
			border-radius: 2px;
	}

#domains-list span {
	width: 30px;
	height: 100%;
	font-weight: bold;
	display: block;
	float: left;
	}
	
/**********************************************************
// footer
**********************************************************/
#footer {
	margin: 10px auto 0 auto;
	padding-bottom: 10px;
	width: 100%;
	min-width: 200px;
	max-width: 500px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	}
	
#footer i {	margin: 0 5px; }
#footer strong { text-transform: uppercase; }

/**********************************************************
// media queries
**********************************************************/
@media all and (max-width: 750px) {
	#box { margin-top: 100px; }
}

@media all and (max-width: 500px) {
	#box {
		margin-top: 0;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
}

@media all and (max-width: 410px) {
	#header-details h1 { font-size: 20px; }
	#header-details h2 { font-size: 15px; }
	.section-title { font-size: 12px; }
	#footer { font-size: 18px; }
	
	#form input[type="text"],
	#form input[type="email"],
	#form textarea {
		margin: 15px 2% 0 2%;
		width: 96%;
		}
}

@media all and (max-width: 240px) {
	#header-details h1 { font-size: 18px; line-height: 58px; }
	#header-details h2 { font-size: 12px; }
	
	#domains-list { text-align: center; }
	#domains-list span { display: none; }
}