 /*___ Resets ___*/
 /*___ Resets ___*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section{display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:"";content:none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del{text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }
body{font:13px/1.231 sans-serif;*font-size:small;}
pre, code, kbd, samp{font-family:monospace, sans-serif;}
html{overflow-y:scroll;background:#e7e7e8;}
a:link, a:hover, a:visited, a:active{outline:none;}
ul, ol{margin-left:2.55em; list-style: none;}
ol{list-style-type:decimal;}
nav ul, nav li{margin:0;list-style:none;list-style-image:none;}
small{font-size:85%;}
strong, th{font-weight:bold;}
td{vertical-align:top;}
sub, sup{font-size:75%;line-height:0;position:relative;}
sup{top:-0.5em; }
sub{bottom:-0.25em;}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;padding:15px;}
textarea{overflow:auto;} 
input[type="radio"]{vertical-align:text-bottom;}
input[type="checkbox"]{vertical-align: bottom;}
input[type="button"], input[type="submit"], input[type="image"], button{cursor:pointer;}
button, input, select, textarea{margin:0;}			
input:valid, textarea:valid{}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {background-color:#f0dddd;}
::-moz-selection{background:#82B3DF;color:#fff;text-shadow:none;}
::selection {background:#82B3DF;color:#fff;text-shadow:none;}
a:link{-webkit-tap-highlight-color:#18A19B;}
button{width:auto;overflow:visible;}
.clear { clear: both; }
/* ___ END RESETS ___ */

a {color: #18A19B;cursor: pointer;text-decoration: none;}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #68A6DD;
    cursor: pointer;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
html, body {
    height: 100%}
html, button, input, select, textarea {
    font-family: Arial, HelveticaNeue, Helvetica, sans-serif;
}
p, pre {
    margin: 15px 0;
}
body {
    background: #fff;
    color: #444;
    font-size: 13px;
    –webkit-font-smoothing: antialiased;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0;
    text-shadow: 0 1px 0 #fff;
}
h1 {
    font-size: 24px;
    font-weight: normal;
}
h2 {
    font-size: 16px;
    font-weight: normal;
}
h3 {
    font-size: 14px;
    margin: 0;
}
hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin: 15px -5px;
}
small {
    font-family: helvetica;
}
table {
    border-collapse: collapse;
    width: 100%}
tr {
    border-bottom: 1px solid #ccc;
}
td, th {
    padding: 7px 10px;
    text-align: left;
}
th {
    font-weight: bold;
    white-space: nowrap;
}

.clearfix:before, fieldset:before, .container:before, .mini-profile-grp:before, .advertisements:before, .billing-cycles:before, .clearfix:after, fieldset:after, .container:after, .mini-profile-grp:after, .advertisements:after, .billing-cycles:after {
    content: "";
    display: table;
}
.clearfix:after, fieldset:after, .container:after, .mini-profile-grp:after, .advertisements:after, .billing-cycles:after {
    clear: both;
}
.clearfix, fieldset, .container, .mini-profile-grp, .advertisements, .billing-cycles {
    *zoom: 1;
}

label {
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}

input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    max-width: 350px;
    outline: 0;
    padding: 6px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%}

input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, select:focus, textarea:focus {
    border-color: #1cbbb4;
    -webkit-box-shadow: 0 0 5px #1cbbb4;
    -moz-box-shadow: 0 0 5px #1cbbb4;
    box-shadow: 0 0 5px #1cbbb4;
}

.btn {
    background-color: #d9d9d9;
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #ffffff),  color-stop(100%,  #d9d9d9));
    background-image: -webkit-linear-gradient(#ffffff, #d9d9d9);
    background-image: -moz-linear-gradient(#ffffff, #d9d9d9);
    background-image: -o-linear-gradient(#ffffff, #d9d9d9);
    background-image: linear-gradient(#ffffff, #d9d9d9);
    border: 1px solid #a6a6a6;
    border-bottom: 1px solid #737373;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #1a1a1a;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    margin: 0px 0 0;
    padding: 6px 10px 5px;
    text-decoration: none;
    text-shadow: 0 1px 1px #fff;

    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.generator {
	font-size: 22px;
	padding: 9px 110px 9px;
	margin: 10px 0 0;
	font-weight: normal;
	text-rendering: optimizelegibility;
}

.btn:hover {
    text-decoration: none;
}

.btn:hover {
    opacity: 0.8;
}

.btn.active, .cycle.active .btn {
    background-color: #474747;
    background-image: -webkit-gradient(linear,  50% 0%,  50% 100%,  color-stop(0%,  #474747),  color-stop(100%,  #676767));
    background-image: -webkit-linear-gradient(#474747, #676767);
    background-image: -moz-linear-gradient(#474747, #676767);
    background-image: -o-linear-gradient(#474747, #676767);
    background-image: linear-gradient(#474747, #676767);
    border: 1px solid #000;
    color: #fff;
    text-shadow: 0 -1px 1px #000;
}

footer {
	background: #efefef;
}

.global-footer {
    border-top: 1px solid #ccc;
    padding: 30px 0;
    width: 100%;
	font-size: 13px;
}
.global-footer .social {
    float: left;
    position: relative;
    top: -1px;
}

.global-footer .site-nav {
    float: right;
    text-align: right;
}

.global-footer a {
    font-weight: bold;
}

#main {
    background: #efefef;
    min-height: 500px;
    padding-top: 20px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 960px;
}

pre {
    padding: 0 5px;
    background: white;
    margin-left: -8px;
}

.pages-overview #main {
    padding-top: 0;
}
.pages-overview #main header, .pages-overview #main section {
    overflow: hidden;
    padding: 80px 0 50px 0;
}
.pages-overview #unbiased, .pages-overview #reliable, .pages-overview #plan {
    background: #efefef;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) inset;
}
.pages-overview #insight, .pages-overview #track {
    background: #fff;
}
.pages-overview #insight, .pages-overview #plan {
    text-align: center;
}
.pages-overview #powerful  {
    background: #e0e0e0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.pages-overview h1 {
    display: inline-block;
    font-size: 32px;
    margin-bottom: 30px;
    position: relative;
}
.pages-overview h1.has-arrow:after {
    bottom: 10px;
    content: "";
    display: block;
    height: 75px;
    left: -89px;
    position: absolute;
    width: 79px;
}


.pages-overview h2 {
    font-size: 24px;
}
.pages-overview p {
    font-size: 16px;
    margin-bottom: 0;
}
.pages-overview #insight p {
    font-size: 18px;
}
.pages-overview #unbiased .copy {
    float: left;
    width: 50%}
.pages-overview #unbiased img {
    right: 50%;
    margin-right: -420px;
    position: absolute;
    top: 0px;
}
.pages-overview #powerful .copy {
    float: right;
    width: 46%}
.pages-overview #powerful img {
    left: 50%;
    margin-left: -522px;
    position: absolute;
    top: -30px;
}
.pages-overview #reliable {
    padding: 90px 0 100px !important;
}
.pages-overview #reliable .copy {
    float: left;
    width: 55%}
.pages-overview #reliable img {
    right: 50%;
    margin-right: -536px;
    position: absolute;
    top: -50px;
}
.pages-overview #track .copy {
    float: right;
    width: 100%}
.pages-overview #track .btn {
    margin-top: 15px;
}
.pages-overview #track img {
    left: 50%;
    margin-left: -522px;
    position: absolute;
    top: -30px;
}
.pages-overview #plan h1 {
    display: block;
    margin-bottom: 50px;
}
.pages-overview #plan .plan-inner ul {
    margin-bottom: 0;
    border: 0;
    padding: 0;
}
.pages-overview #plan .btn.primary.big {
    margin-top: 50px;
}

@media screen and (max-width: 1024px) {
    #hide-domain-buying-options, #show-domain-buying-options, #monitored-flag {
    display: none;
}
}@media print {
    * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
}
.code {
	margin: 15px 15px;
	background: #F8F8F8 url(../images/codeicon.png) no-repeat 97% 25px;
	border: 1px solid #C9C9C9;
	padding: 10px 60px 10px 10px;
	font-size: 14px;
}


body {
    padding: 0 !important;
	font-size: 16px;
}

pre, blockquote {
    border: 1px solid #999;
    padding: 0.2in;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 0.5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 32px;
}

hr {
margin: 15px -5px;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.15);
border-bottom: none;
}

.yashare-auto-init a {
    margin-right: 10px !important;
}

.inside #unbiased .copy {
	width: 70% !important;
}

#alpha {

}

#alpha div span {
	display: block;
	border-bottom: 1px solid #D4D4D4;
	font-size: 15px;
	font-weight: bold;
	margin: 30px 0 25px;
	text-transform: none;
	clear: both;
}

#alpha div a {
	margin: 0 50px 0 0;
	font-size: 14px;
}

.center {
	text-align: center;
}

.container {

}

#generator {
	margin: 30px 0;	
}

#generator .options {
	width: 70%;
	float: left;
}

#generator .result {
	width: 29%;
	float: right;
	padding: 5px 0 0;
}

#generator .result textarea {
	width: 100%;
	height: 692px;
	font-size: 13px;
	margin: 0px 0 0;
	background: url(../images/result-icon.png) no-repeat 50% 50%;
}

#generator .options .option {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding: 5px 0 0;
}

#generator .options .params {
	width: 50%;
	display: inline-block;	
	position: relative;
	left: 4px;
}

#generator .row {
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #D4D4D4;
	margin: 0 0 10px 0;
}

#generator .options .option input[type="checkbox"] {
	margin: 0 2px 1px 0;
}

#generator .options .params input[type="text"] {
	margin: 0 0 5px 0;
	font-size: 14px;
}

#generator .options .params .separator {
	padding: 2px 0;
}


#generator input[type="submit"] {
	padding: 5px 10px;
	margin: 0 auto;
}

#generator .result {
	font-size: 15px;
	font-weight: bold;
}

#bottommenu {
	text-align: center; 
	padding-bottom: 15px;
	display: inline-block;
	width:550px;
	margin: 5px 0 0;
	color: #b0b0b0;
}

#bottommenu a {
	margin: 0 30px;
}

.site-nav {
	margin: 5px 0 0;
}

footer .container {
	position: relative;
	top: 5px;
}

#generator .btn {
	display: block !important;
	width: 100%;
}

.diroptions label {
	display: inline-block;
	width: 231px;
}

.diroptions select {
	width: 100px;
	display: inline-block;
}

.hidecontainer1 {
	display: none;
}

.server {
	background: url(../images/server.png) no-repeat;
	width: 222px;
	height: 232px;
	float: right;
	position: relative;
	right: 60px;
}

#topline {
	position: fixed;
	width: 100%;
	z-index: 100;
}

#topline a {
	background: url(http://10templates.com/images/recent-icon.png) no-repeat;
	background-position: 18px 7px;
	background-color: #FFFFE4;
	background-repeat: no-repeat;
	border-bottom: 1px solid #E4E4E4;
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 15px;
	line-height: 1.25em;
	padding: 11px 22px 11px 47px;
	text-decoration: none;
}

#topline span {
	color: #68A6DD;
	font-weight: bold;
}

.fv a {
	font-weight: normal; 
    font-size: 12px;
    color: #cccccc;
}