
html, body {
	height: 100%;
	font-size: 14px;
	line-height: 1.2;
}

.big_title {
font-size:3.375rem;
color:#555;
font-weight:200;
}

body {
font-family: 'Droid Sans', sans-serif;
}	
		
a {
color: #00a1f8;
}	
		
a:link {
color:#00a1f8;
text-decoration: none;
}

a:hover {
color:#00a1f8;
text-decoration: underline;
}

a:visited {
text-decoration: none;
}		

button {
outline: none;
}

H1 {
font-family: 'Droid Sans', sans-serif;
font-size:  1.875rem;
color: #555;
padding-bottom:20px;
display:block;
font-weight: 200;
margin-top: 0px;
margin-bottom: 0px;
}

H2 {
font-family: 'Droid Sans', sans-serif;
padding-bottom:20px;
font-weight: 200;
display:block;
font-size: 1.625rem;
color: #555;
margin-top: 0px;
margin-bottom: 0px;
}

h3 {
font-family: 'Droid Sans', sans-serif;
font-size: 1.425rem;
color: #555;
font-weight: 200;
padding-bottom: 20px;
margin-top: 0px;
margin-bottom: 0px;
}

h4 {
font-family: 'Droid Sans', sans-serif;
font-size: 1.375rem;
color: #555;
font-weight: 200;
padding-bottom: 20px;
margin-top: 0px;
margin-bottom: 0px;
}

h5 {
font-family: 'Droid Sans', sans-serif;
font-size: 1.275rem;
color: #555;
font-weight: 200;
padding-bottom: 20px;
margin-top: 0px;
margin-bottom: 0px;
}

h6 {
font-family: 'Droid Sans', sans-serif;
font-size: 1.1rem;
color: #555;
font-weight: 200;
padding-bottom: 20px;
margin-top: 0px;
margin-bottom: 0px;
}

.span_title1 {
font-family: 'Droid Sans', sans-serif;
font-size: 1.125rem;
background-color: #b4bbc1;
color: white;
padding:10px;
}

.span_title2 {
font-family: 'Droid Sans', sans-serif;
font-size: 1.125rem;
Background-color: #333;
color:#7ac7f3;
padding:10px;
}

p {
font-family: 'Droid Sans', sans-serif;
font-size: 1rem;
color: #333;
margin-bottom: 20px;
line-height: 22px;
}

.text_shadow {
color: #fff;
text-shadow: 0px 2px 2px #111;
}

.ahref_2 {
color: #577894;}

/*=====================Bootstrap resets====================*/

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

table {
  border-collapse: separate;
  border-spacing: 8px;
}


ul,
ol {
  margin-top: 0;
  margin-bottom: 0px;
}

/*========================messages ========================*/

.warningtext {
position:relative;
}

.warningtext:before {
/*==position:relative;==*/
font-family: FontAwesome;
/*==top:0;===*/
content: "\f06a";
font-size: 22px;
padding-right: 8px;
color: #f3393c;
    }
				
.message_warning {
	padding: 10px 10px 10px 45px;
	background-image: url('https://static.tierra.net/images/lang/icon_warning-c1c53bab7.png');
	background-repeat: no-repeat;
	min-height: 17px;
	font-family: 'Droid Sans', sans-serif;
	background-color: #ffffcc;
	border: 1px solid #f3db57;
	background-position: 5px 2px;
	margin-bottom: 3px;
	font-weight: normal;
}

.message_error {
    /*font-weight: bold;
    color: #cc0000;*/
    padding: 10px 10px 10px 45px;
    background-image: url('https://static.tierra.net/images/lang/icon_fail-c1c53bab7.png');
    background-repeat: no-repeat;
    min-height: 17px;
    font-family: 'Droid Sans', sans-serif;
    background-color: #ffdad8;
    border: 1px solid #eb343b;
    background-position: 5px 2px;
    margin-bottom: 3px;
}

.message_note {
    /*font-weight: bold;
    color: #555;*/
    padding: 10px 10px 10px 45px;
    background-image:  url('https://static.tierra.net/images/lang/icon_note-f309d0608.png');
    background-repeat: no-repeat;
    min-height: 17px;
    font-family: 'Droid Sans', sans-serif;
    background-color: #fff;
    border: 1px solid #ccc;
    background-position: 5px 2px;
    margin-bottom: 10px;
}

				
/*========================layout ========================*/

* {
margin:0px;
padding:0px;
}

.hide1 {
display:none;
}

#header-wrapper {
/*==height:40px;===*/
height:44px;
width:100%;
background-color:#333;
box-shadow: 0px 2px 3px #222;
z-index:5;
border-bottom: 3px solid #555;
margin-bottom: 2px;
position: fixed;
}

#header-top {
width: 70%;
background-color:#2b506e;
height: 28px;
float: right;
}

#logo {
	background-image: url('https://static.tierra.net/img/TierraNetLogo_new@2x-58b82b5e6.png');
	/*===background-color:#404040; ===*/
	width: 284px;
	height: 40px;
	float:left;
	background-size: cover;
}

#logo2 {
	background-image: url('https://static.tierra.net/img/TierraNetLogo_new@2x-58b82b5e6.png');
	/*==background-color:#404040; ==*/
	width: 284px;
	height: 40px;
	float:left;
	background-size: cover;
}
	
#main-wrapper {
z-index:1;
height:auto;
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: 1280px;
padding-top: 44px;
}

#image-wrapper {
height:auto;
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: 1280px;
padding-top: 44px;
}

#middle-wrapper {
z-index:1;
height:auto;
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: 1280px;
}

#content {
width:90%;
height: auto;
padding:10px;
padding-top: 0px;
max-width: 1262px;
}

.anchor {	
padding-top: 44px;
}

#footer-wrapper {
width:100%;
background-color: #333;
/*border-top: 3px solid #3674b2;*/
border-top: 3px solid #555;
z-index:2;
margin-left: auto;
margin-right: auto;
position: relative;
/*margin-top: -200px; */ /* negative value of footer height */
height: auto;
clear:both;
}

#footer-wrapper #content {
width: 97%;
max-width: none;
}

#document ol {
font-size: 0.875em;
}

/*========= Index Page ========================*/

#main-image {
	background-image: url('https://static.tierra.net/img/Banner_add_format2-91f3ddb96.jpg');
	/*==background-image: url('https://static.tierra.net/img/Index_banner_holiday-91f3ddb96.jpg');==*/
	height:490px;
	background-repeat: no-repeat;
}

#main-image a{
text-decoration: none;
}

#main-image .big_title{
text-shadow: 2px 4px 1px #efefef; margin-top: 2%;
}


#main-image2 {
display: none;
}

#home {
	
}



#home_blur {
	visibility: visible;
  opacity: 1;
  transition-delay:0s;
  transition: opacity 2s linear;
	min-height: 400px;
	background-color:transparent;
	background-size: cover;
	background-position: center top;
}


.home-image {
	
	
	/*background-image: url('https://static.tierra.net/img/Home-Sky-e1cb69e03.jpg');*/
background-image: url('https://static.tierra.net/img/space-home-dcd3b9ade.jpg');
	min-height: 400px;
	background-color:#424d51;
	background-size: cover;
	background-position: center top;
}

.home-image_blur {
	
	
	/*background-image: url('https://static.tierra.net/img/Home-Sky-Blur-fbde5eccf.jpg');*/
	background-image: url('https://static.tierra.net/img/space-home-blur2-c6513a2f4.jpg');
	transition-delay:0s;
	transition: background-image 1s ease-in-out;
 -moz-transition: background-image 1s ease-in-out;
 -webkit-transition: background-image 1s ease-in-out;
	min-height: 400px;
	background-color:#2a3b47;
	background-size: cover;
	background-position: center top;
}

#home-image .big_title {
color: #444;
/*text-shadow: 2px 4px 2px #333;*/
font-size: 3em; 
margin-top: 10px;
padding-bottom: 5px;
padding-left: 5px;
}

#home .half_col {
	min-height: 400px; 
	/*background: rgba(255, 255, 255, .4); */
	
}

#home-image H4 {
color:#003366;
/*text-shadow: 2px 2px 1px #c7c7c5;*/
}

#home-image2 {
display: none;
}

#HomeTestimonials {
margin-top: 5px;
background-color: #666;
border-radius: 5px;
font-size: 1em;	
color: #efefef;
padding: 10px;
box-shadow: 0px 25px 13px -7px #888;
}

#HomeTestimonials h6 {
padding-bottom: 2px;
/*text-shadow: 1px 2px 1px #333;*/
color: #fff;
font-weight: bold;
padding-top: 15px;
}



#HomeContent {
-webkit-box-sizing: border-box;
/* Safari/Chrome, other WebKit */ 
-moz-box-sizing: border-box; 
/* Firefox, other Gecko */ 
box-sizing: border-box; /* Opera/IE 8+ */
width:97%;
height: auto;
padding:10px;
padding-top: 0px;
max-width: 1280px;
}

#HomeContent h5{ 
text-align: center; 
color: #efefef;
margin-top: 10px;
}

#HomeContent p {
text-align: center; 	
}







#image-wrapper_index {
height:auto;
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: 1280px;
padding-top: 44px;
padding-top: 0px;
background-color:#666;
}

#image-wrapper_index H1{
text-shadow: 2px 4px 1px #efefef; margin-top: 2%;
}

#domain_search_div1 input {
height: 50px;
width: 99%;
font-size: 16px;
margin-top: 8px;
margin-bottom: 8px;
}

#domain_search_div1 button {
width: 70px;
height: 70px;
float: left;
text-align: center;
font-size: 34px;
border-radius: 50%;
}

#domain_search_div {
padding-top: 1%;
width: 90%;
}

#domain_search_div input{
height: 50px;
width: 98%;
font-size: 16px;
margin-top: 8px;
}

#domain_search_div button{
width: 70px;
height: 70px;
float: left;
text-align: center;
font-size: 34px;
border-radius: 50%;
box-shadow: none;
border: 1px solid #666;
}

#index_opac_box{
background-color: #333;
}

#index_opac_box h6{
color: white;
margin-right: 6%;
text-shadow: 2px 2px 2px black;
}

#index_opac_box1{
	margin-bottom: 3%;
	background-color: rgba(0,0,0, .6);
	width: 38%;
}

#index_opac_box1 h6{
color: #efefef;
margin-right: 2%;
padding: 8px;
text-shadow: 1px 2px 2px black;
}

#index_steps {
	-webkit-box-sizing: border-box;
/* Safari/Chrome, other WebKit */ 
-moz-box-sizing: border-box; 
/* Firefox, other Gecko */ 
box-sizing: border-box; 
/* Opera/IE 8+ */
}

#index_steps a{
	text-decoration: none;
}

#index_steps h2{
	color: #333;
}

#index_steps i{
	color: #00a1f8;
}

#index_steps .three_col {
	margin-top: 1%; 
	border: 1px solid #444; 
	border-radius: 10px; 
	background-color: #444; 
	-webkit-box-sizing: border-box;
/* Safari/Chrome, other WebKit */ 
-moz-box-sizing: border-box; /* Firefox, other Gecko */ 
box-sizing: border-box; /* Opera/IE 8+ */ 
padding: 6px;
}

#index_ajax_search {
background-color: #efefef;
background-image: url('https://static.tierra.net/img/gplaypattern-91f3ddb96.png');
/* Background pattern from Subtle Patterns */
border-top: 2px solid #666;
}

#WebServices {
background-image:url('https://static.tierra.net/img/space-home-blur2-c6513a2f4.jpg'); 
background-size: cover; 
background-position: center; 
border-top: 4px solid #555;
}

/*======================== SSL Page ========================*/

#security-image {
background-image: url('https://static.tierra.net/img/Security_banner2-91f3ddb96.png');
background-repeat: no-repeat;
background-color:transparent;
background-size:100%;
height:340px;
margin-top: 2%;
float:right;

}

#security-image2 {
	background-color:#2c2f39; 
	background-image: url('https://static.tierra.net/img/Security_banner3-91f3ddb96.jpg'); 
	background-size: cover;	
}

#ssl-image {
/*background-image: url('https://static.tierra.net/img/Security_banner3-91f3ddb96.jpg');	*/
background-repeat: repeat-x;
background-color:transparent;
height:auto;
width:100%;
margin-left: auto;
margin-right: auto;
max-width: 1280px;

}

#ssl-image .big_title {
color: #333;
font-size:4.375em;
font-weight:200;
}

#ssl-image h4 {
color:#555;
font-family: 'Droid Sans', sans-serif;
font-size: 1.375em;
font-weight: 200;
padding-bottom: 20px;
background-color: rgba(108, 244, 110, .7 );
padding: 2px;
border-radius: 5px;
}

#tab_button_arrow {
padding-left: 28px;
padding-right: 10px;
display: block;
color: #003366;
margin-left: 2%;	
}

#tab_button_arrow2 {
padding-left: 116px;
padding-right: 10px;
display: block;
color: #003366;
margin-left: 4%;
}

#ssl_button a{
margin-bottom: 1%;
font-size: 1.625em;
display: block;
}

.ssl_icons {
width: 60px;
font-size: 49px;
color: #9ea4a9;
display: block;
height: 140px;
}

#ssl-box {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
padding: 20px;
background-color: #efefef;
margin-bottom: 10px;
min-height: 406px;
}

#ssl-box H5 {
background-color: mintcream;
padding-top: 5px;
}

.ssl_button, .ssl_button_noH {
width:auto;
min-width: 80px;
min-height:80px;
font-family: 'Droid Sans', sans-serif ;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
cursor:pointer;
background: none;
border: 1px solid #333;
display: block;
background-color: white;
text-align: center;
color: #444;
border-radius: 6px;
margin-left: 2%;
margin-bottom: 10px;
box-shadow:0px 2px 2px black;
}

.ssl_button:hover {
width:auto;
min-width: 80px;
min-height:80px;
font-family: 'Droid Sans', sans-serif ;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
border: 1px solid #333;
cursor:pointer;
background: none;
display: block;
text-align: center;
background-color: white;
color: #00a1f8;
border-radius: 6px;
margin-left: 2%;
margin-bottom: 10px;
box-shadow:0px 4px 3px black;
}

.ssl_button_selected {
width:auto;
min-width: 80px;
min-height:80px;
font-family: 'Droid Sans', sans-serif ;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
border: 1px solid #333;
cursor:pointer;
background: none;
display: block;
text-align: center;
background-color: #444;
color: white;
margin-left: 2%;
margin-bottom: 10px;
box-shadow:0px 6px 3px black;
}


/*======================= Bulk Domain Page ===============*/

#bulk_domain_search {
background-color: #555;
}

#bulk_domain_search  textarea{
height:250px; 
width: 95%; 
border-radius: 20px; 
padding: 5px 8px; 
color: #333; 
box-shadow: inset 0 2px 0 rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,0.1); 
margin-right: 10px; 
font-size: 14px;
}



/*======================== Domains Page ========================*/

#domains-wrapper {
height:auto;
width: 100%;
margin-left: auto;
margin-right: auto;
max-width: 1280px;
padding-top: 44px;
}

#domains_header {
background-color:#2c2f39;
}

#domains_header input{
height: 50px;
width: 99%;
background-color: none;
font-size: 16px;
margin-top: 8px;
}

#domains_header button{
width: 70px;
height: 70px;
float: left;
text-align: center;
font-size: 34px;
border-radius: 50%;
box-shadow: 0px 1px 2px #333;
border: none;
}

#domains-image {
background-color: #dedfd7;	
background-image:url('https://static.tierra.net/img/Domains_Image_New-8045ddb61.jpg');
background-size: cover;
min-height:400px;
}

#domains-image input {
width: 78%;
height: 50px;
font-size: 16px;
}

#domains-image H2 {
text-align:left;
color:#003366;
padding:10px;
padding-top: 2%;
}

#Domain_pricing {
padding: 5px;
margin-bottom:4px;
text-align: center;
width: 115px;
min-height: 150px;
/*background-image:url('https://static.tierra.net/images/lang/gradient_back_gray2-c1c53bab7.gif');*/
background-color: #efefef;
border:solid 1px lightgray;
margin-bottom: 10px;
margin-right: 10px;
float: left;
}

#Domain_pricing H1{
font-size: 26px;
padding-bottom: 3px;
margin-bottom: 5px;
font-weight: normal;
color: #003366;
}

#Domain_pricing p {
color: #666;
}

#Domain_pricing span {
color:#00a1f8;
font-size:1.275em;
font-weight: 200;
margin-left: 10px;
}

#Domain_pricing strike {
margin-left: 8px;
color: #666;
}

#domains_ads {
margin-top: 20px;
min-height: 90px;
/*==	background-color: rgba(0,0,0, .8);==*/
}

#domains_ads a {
padding:5px;
text-decoration: none;
color: #7ac7f3;
}

#pricing {
	background-color:#efefef; 
	background-image: url('https://static.tierra.net/img/Company_banner_new6-74d3f6e91.jpg');  
	background-repeat: no-repeat; 
	width: 100%; 
	margin-left: auto; 
	margin-right: auto; 
	background-size: cover; 
	background-position: top center; 
	min-height: 400px;
	
}


#pro_hosting_ad {
	background-color: rgba(99, 99, 99, .9); 
	box-sizing: border-box; 
	padding: 7px; 
	border-radius: 6px; 
	background-image: url('https://static.tierra.net/img/Pro_Hosting_Banner-8045ddb61.png'); 
	background-repeat: no-repeat;
}

#pro_hosting_ad span {
	font-size: 10px; color: #fff; text-shadow: 0px 2px 2px #111;
	
}

#premium_search {
background-color: rgba(99, 99, 99, .9); 
box-sizing: border-box; 
padding: 7px; 
border-radius: 6px; 
background-image: url('https://static.tierra.net/img/domain-premium2-back-91f3ddb96.png'); 
background-repeat: no-repeat;
}

#premium_search h4 {
	color: #fff; text-shadow: 0px 2px 2px #111;
}

#premium_search p {
	color: #fff; text-shadow: 0px 2px 2px #111;
}

.strike_price {
	text-decoration: line-through;
	margin-right: 18px;
	opacity: .5;
	float: left;
	margin-top: 5px;
}


.sale {
	background-color: #1fbd70;
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    margin-left: -28px;
    
    color: #333;
    font-size: 11px;
}

.best_value {
	background-color: #33cc33;
    border-radius: 4px;
    padding: 2px;
    position: absolute;
  	margin-left: -57px;
    
    color: #333;
    font-size: 11px;
}
.sale_price {
	background-color: #444;
	padding: 5px;
	border-radius: 4px;
	background-repeat: no-repeat;
	color: #fff;
	margin-left: 10px;
	padding-left: 14px;
	float: left;
}

#featured_pricing table td {
padding: 10px;
}


/*======================== Hosting Page ========================*/



#hosting-image {
background-color:#2c2f39; 
background-image:url('https://static.tierra.net/img/Home-Sky-e1cb69e03.jpg'); 
background-size: cover; 
background-position: center top;
}

#hosting-image2 {

height:400px;
width:100%;
margin-left: auto;
margin-right: auto;
max-width: 1280px;
background-size: cover;
}

#hosting-image3 {

background-color:transparent;
height:auto;
min-height: 430px;
width:100%;
margin-left: auto;
margin-right: auto;
max-width: 1280px;
background-size: cover;
}

#shared-hosting-image {
background-color: #cdd0d7;
background-image: url('https://static.tierra.net/img/bg-sky-4609a1b35.jpg');
background-size: cover;
background-position: center center;
}

#hosting-image4 {

background-color:transparent;
height:auto;
min-height: 430px;
width:100%;
margin-left: auto;
margin-right: auto;
max-width: 1280px;
background-size: cover;
}

#hosting-image4 h1{
color: white;
text-shadow: 3px 2px 5px black;	
}

#hosting_content {
height: 800px;
}

.hosting_texture {
background-color: #efefef; 	
background-image: url('https://static.tierra.net/img/background_texture-cd7ca8197.jpg');
/* triangular.png downloaded from subtlepatterns.com */
background-size: cover;

}

.hosting_navbar {

padding-top: 10px;
padding-bottom: 5px;
background-color:#444;
}

#hosting-box {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
padding: 20px;
background-color: lightgrey;
min-height: 231px;
margin-bottom: 5px;
}

#hosting-box2 {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
padding: 20px;
margin-bottom: 5px;
margin-top: 20px;
margin-left: 3%;
background-color:#efefef;
}

#hosting_packages {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
padding: 20px;
margin-bottom: 5px;
margin-top: 20px;
margin-right: 5px;
background-color: white;
width: 230px;
margin-top: 4px;
box-shadow: 2px 2px 5px #888;
}

#shared_header_text {
height:auto;
float: left;
margin-right: 15px;
}

#WordPress img{
width: 100%;
max-width: 252px;	
}

#shared .left {
text-align:center;
box-shadow: 0px 1px 3px #ccc;
}

#shared .four_col {
	width: 170px;
}
#shared span{
font-size:14px;
}

#vps_compare i{
	font-size: 49px;
	color: #666;
	display: block;
}

#vps_compare p{
	margin-top:0px;
	font-size: 12px;
}

#vps {
	background-color: #5e5f5e; 
	background-image:url('https://static.tierra.net/img/background_texture3-cd7ca8197.jpg'); 
	background-size: cover; 
	background-position: center center;
}

#email_header{
height: auto;
background-color:#efefef;
}

#email_header {
height: auto;
background-color:#efefef;
}

#email_features .c_icon-left {
width: 60px;
height: 60px;
font-size: 49px;
color: #9ea4a9;
}



/*======================== WordPress Page ========================*/


#wordpress-image {
min-height: 400px; 
background-image: url('https://static.tierra.net/img/Home-Sky-Blur-fbde5eccf.jpg');
background-size: cover; 
background-position: center top; 
background-color: #435d6b;	
	
}

#wordpress-image H1 {
font-size: 3em; 
text-align: center; 
padding-bottom: 0px;
	
}

#wordpress-image H1 i{
font-size: 20rem; 
color: #fff;
text-shadow: 0px 0px 54px #333;
	
}



/*======================== Company Page ========================*/

#company {
	background-color: #f6f7f9;
	height:auto;
}

#company a{
color: #00a1f8;
}

#company-image {
	/*background-image: url('https://static.tierra.net/img/Home-Sky-Blur2-9b7dc7bcc.jpg');*/
	background-image: url('https://static.tierra.net/img/nasa3-de44fcd76.jpg');
 	min-height: 400px;
	background-color: #2c2f39;
	background-position: top;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

#company-image .big_title {
color: #333;
text-shadow: 0px 2px 12px #efefef;
font-size: 3em; 
margin-top: 40px;
}

#company-image  b{
color:#7ac7f3;
text-shadow: 1px 1px 2px black;
}

#company-image H4 {
color:#003366;
text-shadow: 2px 2px 1px #c7c7c5;
}

#company-image2 {
display: none;
}


#CompanyTestimonials {
margin-top: 5px;
background-color: #ccc;
border-radius: 5px;
font-size: 1em;	
color: #444;
padding: 10px;
}

#CompanyTestimonials h6 {
padding-bottom: 2px;
/*text-shadow: 1px 2px 1px #333;*/
color: #555;
font-weight: bold;
padding-top: 15px;
}


#testimonials {
color: #666;
font-size: 1.275em ;
padding: 10px;
}

#testimonials h6 {
padding-bottom: 2px;
color: #555;
font-weight: bold;
padding-top: 20px;
}

#company-box {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
padding: 20px;
background-color: lightgrey;
min-height: 231px;
margin-bottom: 5px;
box-shadow: 0px 0px 2px #999;
}

#company-box2 {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
padding: 20px;
margin-bottom: 5px;
margin-top: 20px;
margin-left: 3%;
background-color:#efefef;
}

#company-box2 ul {
font-size: 12px;
color: #577894;
list-style-type: none;
margin-bottom: 20px;
}

#contact {
background-color: #e1e1e1;
border-top: 2px solid #444; 
background-attachment: fixed; padding-top: 40px;
}

#contact h4{
padding-bottom: 0px;
color: #333;
}

#contact p{
margin-bottom: 0px;
color: #577894;
}

#contact .threefourth_col {
float:right;
background-color: #efefef;
min-height: 300px;
max-width: 760px;
}

/*======================== Support Page ========================*/
#support {
height: auto;
padding-bottom: 20px;
}

#support h1{
color:white;
text-shadow: 1px 1px 2px black;	
}
#support h6{
color:white;
text-shadow: 1px 1px 5px black;	
}

#support-image {
 background-image: url('https://static.tierra.net/img/Company_banner-91f3ddb96.jpg');
	background-repeat: no-repeat;
	background-color:transparent;
	background-size: 100%;
}

#support-image3 {
 
	background-color:transparent;
	background-size: 100%;
	background: #2c2f39; 
	background-image: url('https://static.tierra.net/img/Domains_Image_New-8045ddb61.jpg');
	height: 400px; 
	background-size: cover; 
}

#support-box {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
padding: 20px;
background-color: #444;
min-height: 280px;
margin-bottom: 5px;
box-shadow: 0px 3px #999;
border-radius: 8px;
}

#support-box p{
color: #fff;
}

#support-box h3{
color: #fff;
}


.support_button, .support_button_noH {
width:auto;
min-width: 40px;
min-height:34px;
font-family: 'Droid Sans', sans-serif ;
text-transform:uppercase;
text-decoration:none;
margin:0px 4px 0px 0px;
cursor:pointer;
background: none;
border: 1px solid #444;
display: block;
text-align: center;
margin-left: 1%;
margin-bottom: 10px;
float: left;
font-size: 14px;
background-color: #444;
padding: 7px;
border-radius: 8px;
box-shadow: 0px 3px #999;
text-decoration: none;
color:#efefef;


}

.support_button:hover {
width:auto;
min-width: 40px;
min-height:34px;
font-family: 'Droid Sans', sans-serif ;
text-transform:uppercase;
text-decoration:none;
margin:0px 4px 0px 0px;
cursor:pointer;
background: none;
border: 1px solid #2c2f39;
display: block;
text-align: center;
margin-left: 1%;
margin-bottom: 10px;
float: left;
font-size: 14px;
background-color: #2c2f39;
padding: 7px;
border-radius: 8px;
box-shadow: 0px 3px #999;
text-decoration: none;
color: #efefef;


}
.support_button_selected {
width:auto;
min-width: 40px;
min-height:34px;
font-family: 'Droid Sans', sans-serif ;
text-transform:uppercase;
text-decoration:none;
margin:0px 4px 0px 0px;
cursor:pointer;
display: block;
text-align: center;
margin-left: 1%;
margin-bottom: 10px;
float: left;
font-size: 14px;
padding: 7px;
border-radius: 8px;
color: #fff;
text-shadow: 0px 2px #06537f;
background-color: #00a0f7;
border: 1px solid #555;
box-shadow: 0px 3px #555;

}




#support_numbers1 {
float:left;
background-color: rgba(0,0,0, .7);
width: 90%;
}

#support_numbers1 strong{
	color: white;
}

#support_numbers1 p{
color: #7ac7f3;
text-shadow: 1px 1px 2px black;
}

#support-image2 {
display: none;
background-color: #666;
}

#support-image2 h1{
	color:white;
	text-shadow: 1px 1px 2px black;
}
#support-image2 i{
	color:#3b84e4;
}

#support-image2a {
background-image: url('https://static.tierra.net/img/Banner_add_format4-91f3ddb96.jpg');
background-size: 100%;
}

#support_numbers {
background-color: #333;
padding-top: 1%;	
}

#support_numbers .threefourth_col {
width: 90%;
}

#support_numbers  h1{
color:white;
}

#support_numbers  p{
color: #7ac7f3;
}

#support_numbers  i{
color: #7ac7f3;
}

#support_numbers  strong{
color: white;
}

#comment {
background-color:#e1e1e1;
padding-bottom: 20px;
}

#comment H4{
color: #333;
}

#comment form{
padding-top:2%;
}

#commment h6{
	padding-bottom: 0px;
	color: #666;
}

#message_sent{
	background-color: #33cc33;
	padding: 8px;
	color: white;
	border-bottom: 6px solid #4ce54c;
}
#message_sent i{
	margin-right: 10px;
}
#message_sent p{
	position: relative;
}
#message_sent p:before {
 content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: white;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
				background: none;
}
#message_sent h6 {
	color: white;
	padding-bottom: 1px;
}

#support_bottom {
 background-color: #efefef; 
 background-image:url('https://static.tierra.net/img/Security_banner2-8d217a905.jpg'); 
 background-size: cover; 
 background-position: center top;
	
}

/*======================== NEW TLD Page ========================*/

.new_tld_banner {
	background-image: url('https://static.tierra.net/img/New_TLD_Banner-91f3ddb96.jpg'); min-height: 300px;  background-size: cover; background-position: center center; padding-top: 1px;
	min-height: 300px;
	background-size: cover;
	background-position: center center;
	padding-top: 1px;
}





/*======================== Promo Pages ========================*/

#domain_search_trial {

background-color:#2c2f39; 
background-image:url('https://static.tierra.net/img/Home-Sky-e1cb69e03.jpg'); 
background-size: cover; 
background-position: center bottom;

}

#domain_search_trial h1{
margin-top: 2%;
color: white;
}

#domain_search_trial h4{
color: white;
}

#domain_search_trial input{
height: 50px;
width: 99%;
font-size: 16px;
margin-top: 8px;
margin-bottom: 8px;

}

#domain_search_trial button{
width: 70px;
height: 70px;
float: left;
text-align: center;
font-size: 34px;
border-radius: 50%;
border: none;
}

#US-image {
background-image: url('https://static.tierra.net/img/US_Banner-91f3ddb96.png');
background-repeat: no-repeat;
background-color:transparent;
height:300px;
margin-top: 2%;
max-width: 640px;
}

#ssl_sale_2014_banner {
background-color:#2c2f39;
background-image: url('https://static.tierra.net/img/ssl_promo_banner_new-91f3ddb96.jpg');
background-size: cover;
}

#ssl_sale_banner_text {
margin-right: 3%;
}

#ssl_sale_banner_text h1{
color:#fff;
}

#ssl_sale_banner_text h2{
color:#fff;
}

/*======================== Boxes ========================*/

#features_box p{
font-size: 12px;	
}

#features_box a{
color:#003366;		
}

#features_box b{
color:#003366;		
}

#features_box i{
font-size: 49px;
color: #555;
display: block;
}

#home-box {
margin-right: 2%;
margin-bottom: 20px;
height: auto;
}

#pricing-box {
height: auto;
float: left;
margin-top: 20px;
margin-left: 1%;
background-color:#efefef;
width: 24%;
min-height: 370px;
}

#pricing-box_fill{
height: auto;
float: left;
margin-top: 20px;
margin-left: 1%;
background-color:transparent;
width: 15%;
min-height: 370px;
}

#pricing-box H1 {
font-size: 2.875em;
font-weight: 200;
text-align: center;
color: #33cc33;
padding: 5px;
}

#pricing-box H2 {
font-size: 1.875em;
font-weight: 200;
text-align: center;
padding: 5px;
min-height: 80px;
}

#pricing-box p {
padding: 5px;
}

#pricing-box ul {
font-size: 12px;
text-align: center;
color: #577894;
list-style-type: none;
margin-bottom: 20px;
min-height:130px;
}

#pricing-box li {
margin-bottom: 3%;
}

#pricing-box2 {
height: auto;
float: left;
margin-top: 20px;
margin-left: 3%;
background-color:#efefef;
width: 46%;
min-height: 345px;
}

#pricing-box2 H1 {
font-size: 2.875em;
font-weight: 200;
text-align: center;
color: #33cc33;
padding: 5px;
}

#pricing-box2 H2 {
font-size: 1.875em;
font-weight: 200;
text-align: center;
padding: 5px;
padding-bottom: 20px;
}

#pricing-box2 p {
padding: 5px;
}

#pricing-box2 ul {
font-size: 12px;
text-align: center;
color: #577894;
margin-bottom: 20px;
min-height:104px;
list-style-type: none;
}

#pricing-box2 li {
margin-bottom: 3%;
}

#pricing-box3 {
height: auto;
float: left;
margin-left: 2.8%;
background-color:#efefef;
width: 30%;
min-height: 300px;
margin-bottom: 20px;
}

#pricing-box3 H1 {
font-size: 2.875em;
font-weight: 200;
text-align: center;
color: #33cc33;
padding: 5px;
}

#pricing-box3 H2 {
font-size: 1.875em;
font-weight: 200;
text-align: center;
padding: 5px;
min-height: 50px;
}

#pricing-box3 p {
	padding: 5px;
}

#pricing-box3 ul {
font-size: 12px;
text-align: center;
color: #577894;
list-style-type: none;
margin-bottom: 20px;
min-height:130px;
}

#pricing-box3 li {
margin-bottom: 3%;
}

#pricing_ul  {
border: none;
}

#pricing_ul li {
min-height: 55px;
list-style-type: none;
}

#pricing_ul h5 {
padding-top: 3px;
padding-bottom: 3px;
}



/* ========================Domian Serach Area ========================*/


#domain_search_body {
	/*background-image:  url('https://static.tierra.net/img/Domains_Image_New-8045ddb61.jpg'); 
	background-size: cover;*/
	background-image:  url('https://static.tierra.net/img/triangular-74d3f6e91.png'); 
	/* Background pattern from subtlepatterns.com */
}

#domain_search_ajax input{
height: 50px;
width: 99%;
font-size: 16px;
margin-top: 8px;
margin-bottom: 8px;
background-color:  rgba(255, 255, 255, .9);
border: none; 
border-radius: 5px; 
padding-left: 4px; 
border: 1px solid #ccc; 
font-size: 14px; 
height:38px;

}


#top_five_container {
margin-top: 130px;
}

@media screen and (min-width: 851px) and (max-width: 1035px) {
	
	#top_five_container {
margin-top: 120px;
}

	
}

@media screen and (min-width: 646px) and (max-width: 850px ) {
	
#top_five_container {
margin-top: 160px;
}

	
}


#basket_div {
	position: fixed; 
	z-index: 3;
	background-color: #777; 
	box-shadow: 0px 3px 1px #555;
}

.basket_center_button {
background-color: #333;
height: auto;
border: none;
font-family: 'Droid Sans', sans-serif;
color: white;
text-transform: uppercase;
padding: 5px;
text-decoration: none;

cursor: pointer;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
width: 48%;
display: block;
text-align: center;	
font-size: 14px;
margin: 8px 2px 8px 2px;
}

.cart_buttons {
background-color: #333;
width:auto;
height:auto;
border: none;
font-family:'Droid Sans', sans-serif;
color:white;
text-transform:uppercase;
padding:5px;
text-decoration:none;
margin:0px 10px 0px 0px;
box-shadow: 0px 3px 0px #888;
cursor:pointer;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 1%;
display: block;
font-size: 14px;
text-align: center; 
margin-top: 2px; 
margin-bottom: 2px; 
color: #fff;

}

.top-five-box {
width: 100%;
margin-top: 2px;
margin-bottom: 2px;
padding: 5px;
border-radius: 8px;
background-color: #666;

}

.new_top_five {
width: 100%;
margin-top: 2px;
margin-bottom: 2px;
padding: 5px;
border-radius: 8px;
background-color: #666;
box-shadow: 0px 1px 2px #333;

}



.new_top_five table, td {
	text-overflow: ellipsis; max-width: 200px;

}

.new_top_five h6{
	text-overflow: ellipsis; max-width: 400px;

}

#basket_tld {
	border-bottom: 1px solid #666; 
	color: #fff; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	background-color: #333; 
	padding: 8px; border-radius: 
	8px; margin-top: 2px; 
	margin-bottom: 2px;
	box-sizing: border-box;
}

#tld_select {
	display: block; 
	width: 100%; 
	height: 32px; 
	padding: 6px 12px; 
	font-size: 14px; 
	line-height: 1.42857143; 
	color: #fff; 
	text-shadow: 0px 0px 3px #333; 
	background-color: #222; 
	background-image: none; 
	border: 1px solid #555; 
	border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.tld_left {
	float: left;
	}
	
	.tld_right {
		float: right;
	}
	
	.new_top_five .tld_right  H6 {
	padding-bottom: 0px; 
	color: #fff; 
	text-align: center;
 min-width: 120px;
		
	}
	
	
	
@media screen and (max-width: 645px) {
	.new_top_five table, td {
	text-overflow: ellipsis; 
	max-width: 130px;
	font-size: 12px;

}
.new_top_five h6{
	text-overflow: ellipsis;
	max-width: 130px;
	font-size: 12px;
}

#tld_select {
	display: block; 
	width: 100%; height: 32px; 
	padding: 6px 12px; 
	font-size: 12px; 
	line-height: 1.42857143; 
	color: #fff; 
	text-shadow: 0px 0px 3px #222; 
	border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #222; 
	background-image: none; 
	border: 1px solid #555; 
}
	
	
		
	
}





.new_top_five:hover {
/*background-color: #555;*/
}

.new_top_five h6 {
	overflow: hidden;
	text-overflow: ellipsis; 
	padding-bottom: 0px; 
	color: #fff; 
	text-shadow: 0px 2px 2px #333; 
	margin-left: 25px;

}

.available {

}

.available:hover {


}

.available h5 {

}

.error {
opacity: .8;
}

.exists {

}

.exists:hover {

}

.premium {
background-image:  url('https://static.tierra.net/img/domain-premium2-back-91f3ddb96.png'); 
background-repeat: no-repeat;
}

.premium:hover  {

}

.premium h2{

}

.new h2{

}



.new_tld_five {

}


.new_tld_five:hover {

}

.new_tld_five H2 {

}


.new_top_five_unavailable {

}

.new_top_five_unavailable:hover {

}

.new_top_five_unavailable H2 {

}


.top-five-unavailable {

}

.com {
 
}

.wiki h2, .ink h2, .xyz h2, .bar h2, .rest h2, .website h2, .nyc h2, .host h2, .press h2, .nyc h2{

}

.wiki, .ink, .xyz, .bar, .rest, .website, .nyc, .host, .press, .nyc {

}


.coming_soon {
	
}

.coming_soon h6 {
color: #666;
}

.com-box, .net-box, .org-box, .biz-box, .us-box, .info-box, .co-box {
margin-right: 5px;
}

.domain_search_list {
	background-image: url('https://static.tierra.net/img/domain-unavailable-back-91f3ddb96.png');
	border:solid 1px lightgray;
	padding: 8px;
	margin-bottom: 10px;
 box-shadow: 0px 2px 1px #ccc; margin-right: 5px;
	min-height: 110px;
}

.domain_search_list:hover {
	background-image: url('https://static.tierra.net/img/domain-unavailable-back-91f3ddb96.png');
	border:solid 1px lightgray;
	padding: 8px;
	margin-bottom: 10px;
 box-shadow: 0px 5px 3px #666;
	margin-right: 5px;
	min-height: 110px;
}


/* Add Popup */

#background {
position:absolute;
top:0px;
left:0px;
width:100%;
height:100%;
background-color:white;
z-index:1;
/* These three lines are for transparency in all browsers.
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
opacity:.5; */
}

#add-popup {
float:left;
width: 60%;
height:70px;
opacity:0.0;
transition:height 1s, opacity 1s, width 1s;
-moz-transition:height 1s, width 1s, width 1s, opacity 1s; /* Firefox 4 */
-webkit-transition: height 1s, width 1s, opacity 1s,width 1s; /* Safari and Chrome */
-o-transition:height 1s, width 1s, opacity 1s, width 1s; /* Opera */
}

#add-popup:hover {
width: 100%;
height:90px;
opacity:0.8;
}

.pricing-table {
	-webkit-box-shadow: 0px 0px 3px #26292e;
	box-shadow: 0px 0px 3px #26292e;
	display: inline-block;
	margin: 30px 10px;
	width: 250px;
}

	.featured {
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}

	.pricing-table-header {
		background-color: #666;
		padding: 16px;
		text-align: center;	
	}

	.pricing-table-header h1 {
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
	}
	

	.pricing-table-content {
		background-color: #fff;
		text-align: center;
	}

	.pricing-table-content ul {
		list-style: none;	
	}

	.pricing-table-content ul li {
		border-bottom: 1px solid #efeff0;
		font-size: 13px;
		padding: 6px 16px;
	}

	.pricing-table-footer {
		background-color: #f5f7f8;
		padding: 10px 16px;
		
	}

	.pricing-table-footer {
		text-align: center;	
	}

	.pricing-table-footer p {
		font-size: 12px;
		text-transform: uppercase;	
	}

	

/*======================== Tables ========================*/

#standard_table {
width: 100%;
border-collapse: collapse;
}
/* Zebra striping */
#standard_table tr:nth-of-type(odd) {
background: #eee;
}
/* Zebra striping */
#standard_table tr:nth-of-type(even) {
background: white;
}

#standard_table th {
background: #666;
color: white;
text-shadow: 1px 1px 2px black;
font-weight: bold;
font-size: 14px;
}

#standard_table td, th {
padding: 6px;
border: 1px solid #ccc;
text-align: left;
}

#standard_table input {font-size: 14px;}

/*======================== Borders and Columns ========================*/

.border-top {
border-top: 1px solid #efefef;	
}
.box_border {
	border: 1px solid lightgray;
	border-radius: 6px;
}

.padding {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
padding: 20px;
}

.float_center {
	width:94%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}

.clear {
clear: both;
}

.row1 {
padding-top: 2%;
padding-bottom: 2%;
}

.full_col {
width: 100%;
float: left;
}
			
.threefourth_col {
width: 66%;
float: left;
}
					
.half_col {
width: 47%;
float: left;
}

.three_col {
width: 30%;
float: left;
}
.four_col {
width: 20%;
float: left;
}
.five_col {
	width: 14%;
	float:left;
}

.left {
margin-left:3%;
}
.left3 {
margin-left:3.3%;
}
.left4 {
margin-left:5%;
}
.right {
	margin-right: 3%;
}
.top {
	margin-top: 3%;
}
.bottom {
margin-bottom: 3%;
}

.fixed_fix {
	padding-top: 44px;
}

.fixed_domain {
	padding-top: 190px;
}

.text_center {
	text-align: center;
}

/*======================== Buttons and Links ========================*/

#quick-links ul {
padding:0;
margin:0;
border:0;
list-style-type:none;
}

#quick-links li {
margin-left: 20px;
font-size:  0.9rem;
color: white;
display: inline-block;
}

#quick-links li a:visited {
color: white;
text-decoration:none;
}

#quick-links ul li a {
color: white;
display: block;
text-decoration: none;
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 15px;
text-shadow:1px 2px 4px black;
}

#quick-links ul li a:hover {
color: #7ac7f3;
text-decoration:underline;
}



#symantec_seal ul {
padding:0;
margin:0;
border:0;
list-style-type:none;
}

#symantec_seal li {
margin-left: 20px;
font-size: 0.813em;
color: white;
display: inline-block;
}

#symantec_seal li a:visited {
color: white;
text-decoration:none;
}

#symantec_seal ul li a {
color: white;
display: block;
text-decoration: none;
margin: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
text-shadow:1px 2px 4px black;
}

#symantec_seal ul li a:hover {
color: #7ac7f3;
text-decoration:underline;
}


#buy_button a{
margin-bottom: 1%;
font-size: 1.625em;
display: block;

}

.lblue_button, .lblue_button_noH {
width:auto;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:#FFFFFF;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;

cursor:pointer;
background: #3b84e4;
border:1px solid #3b84e4;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

.lblue_button:hover {
background: #003366;
width:auto;
height:auto;
border:1px solid #003366;
font-family:'Droid Sans', sans-serif;
color:#FFFFFF;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
cursor:pointer;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

.more_tld_button {
background: #efefef;
width:auto;
height:auto;
border:1px solid #efefef;
font-family:'Droid Sans', sans-serif;
color:#333;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;

cursor:pointer;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

.top_five_button, .top_five_button_noH {
min-width:100px;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:#FFFFFF;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 0px 0px 0px;
/*box-shadow:0px 3px 1px #999;*/
cursor:pointer;
background: #1fbd70;
border:1px solid #1fbd70;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

.top_five_button:hover {
min-width:100px;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:#FFFFFF;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 0px 0px 0px;
/*box-shadow:0px 3px 1px #999;*/
cursor:pointer;
background: #33cc33;
border:1px solid #33cc33;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

.top_five_button_selected {
min-width:100px;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:#33cc33;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 0px 0px 0px;
/*box-shadow:0px 3px 1px #999;*/
cursor:pointer;
background: #333;
border:1px solid #333;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}
.top_five_offer, .top_five_offer_noH {
min-width:100px;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:#FFFFFF;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 0px 0px 0px;

cursor:pointer;
background: #888;
border:1px solid #888;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

.top_five_offer:hover {
min-width:100px;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:#FFFFFF;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 0px 0px 0px;

cursor:pointer;
background: #888;
border:1px solid #888;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

.top_five_offer_selected {
min-width:100px;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:#FFFFFF;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 0px 0px 0px;
box-shadow:0px 3px 1px #777;
cursor:pointer;
background: #888;
border:1px solid #888;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}



@media screen and (max-width: 645px) {
	
	.top_five_button, .top_five_button_noH {
min-width:100px;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:#FFFFFF;
text-transform:uppercase;
padding:3px;
font-size:10px;
text-decoration:none;
margin:0px 0px 0px 0px;
/*box-shadow:0px 3px 1px #999;*/
cursor:pointer;
background: #1fbd70;
border:1px solid #1fbd70;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

.top_five_button:hover {
min-width:100px;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:#FFFFFF;
text-transform:uppercase;
padding:3px;
font-size:10px;
text-decoration:none;
margin:0px 0px 0px 0px;
/*box-shadow:0px 3px 1px #999;*/
cursor:pointer;
background: #33cc33;
border:1px solid #33cc33;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

.top_five_button_selected {
min-width:100px;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:#33cc33;
text-transform:uppercase;
padding:3px;
font-size:10px;
text-decoration:none;
margin:0px 0px 0px 0px;
/*box-shadow:0px 3px 1px #999;*/
cursor:pointer;
background: #333;
border:1px solid #333;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}


.top_five_offer, .top_five_offer_noH {
min-width:100px;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:#FFFFFF;
text-transform:uppercase;
padding:3px;
font-size:10px;
text-decoration:none;
margin:0px 0px 0px 0px;

cursor:pointer;
background: #888;
border:1px solid #888;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

.top_five_offer:hover {
min-width:100px;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:#FFFFFF;
text-transform:uppercase;
padding:3px;
font-size:10px;
text-decoration:none;
margin:0px 0px 0px 0px;

cursor:pointer;
background: #888;
border:1px solid #888;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}
	
}

.white_button, .white_button_noH {
width:auto;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:#333;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
cursor:pointer;
background: whitesmoke;
border:1px solid lightgray;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
}

.white_button:hover {
background: #003366;
width:auto;
height:auto;
border:1px solid #333;
font-family:'Droid Sans', sans-serif;
color:#FFFFFF;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
cursor:pointer;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
}

.grey_button, .grey_button_noH {
width:auto;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:#fff;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
cursor:pointer;
background: #999;
border:1px solid #999;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
}

.grey_button:hover {
background: #003366;
width:auto;
height:auto;
border:1px solid #333;
font-family:'Droid Sans', sans-serif;
color:#FFFFFF;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
cursor:pointer;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
}

.darkblue_button, .darkblue_button_noH {
width:auto;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:white;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;

cursor:pointer;
background: #003366;
border:1px solid #003366;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 1%;
display: block;
text-align: center;
}

.darkblue_button:hover {
background: #2c2f39;
width:auto;
height:auto;
border:1px solid #2c2f39;
font-family:'Droid Sans', sans-serif;
color:white;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
cursor:pointer;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 1%;
display: block;
text-align: center;
}

.darkblue_button_selected {
background: #efefef;
width:auto;
height:auto;
border:1px solid #8395a5;
font-family:'Droid Sans', sans-serif;
color:#333;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
cursor:pointer;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 1%;
display: block;
text-align: center;
}

.darkgray_button, .darkblue_button_noH {
width:auto;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:white;
text-transform:uppercase;
padding:5px;
font-size:12px;
text-decoration:none;
margin:0px 10px 0px 0px;
cursor:pointer;
background-color: transparent;
border: none;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 1%;
display: block;
text-align: center;
}

.darkgray_button:hover {
background-color: #efefef;
width:auto;
height:auto;
border: none;
font-family:'Droid Sans', sans-serif;
color:#333;
text-transform:uppercase;
padding:5px;
font-size:12px;
text-decoration:none;
margin:0px 10px 0px 0px;
cursor:pointer;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 1%;
display: block;
text-align: center;
}

.darkgray_button_selected {
background-color: #222;
width:auto;
height:auto;
border: none;
font-family:'Droid Sans', sans-serif;
color:white;
text-transform:uppercase;
padding:5px;
font-size:12px;
text-decoration:none;
margin:0px 10px 0px 0px;
/*box-shadow:0px 2px 3px #333;*/

cursor:pointer;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 1%;
display: block;
text-align: center;
}

.green_button, .green_button_noH {
width:auto;
height:auto;
font-family: 'Droid Sans', sans-serif ;
color:white;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
cursor:pointer;
background: #33cc33;
border:1px solid #33cc33;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
display: block;
}

.green_button:hover {
background: #2bb323;
width:auto;
height:auto;
border:1px solid #2bb323;
font-family:'Droid Sans', sans-serif;
color:white;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
cursor:pointer;
border-radius: 6px;
padding-left: 10px;
padding-right: 10px;
display: block;
}

.clear_button, .clear_button_noH {
font-family: 'Droid Sans', sans-serif ;
text-transform:uppercase;
text-decoration:none;
box-shadow:0px 2px 3px #666;
cursor:pointer;
background: none;
border-radius: 6px;
display: block;
background-color: white;
}

.clear_button:hover {
background: none;
font-family:'Droid Sans', sans-serif;
text-transform:uppercase;
text-decoration:none;
box-shadow:0px 4px 3px #666;
cursor:pointer;
border-radius: 6px;
display: block;
background-color: white;
}


.tab_button, .tab_button_noH {
width:auto;
min-width: 80px;
min-height:80px;
font-family: 'Droid Sans', sans-serif ;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
cursor:pointer;
background: none;
border: 1px solid #efefef;
display: block;
background-color: white;
text-align: center;
color: #003366;
border-radius: 6px;
margin-left: 2%;
margin-bottom: 10px;
box-shadow:0px 2px 2px #333;

}

.tab_button:hover {
width:auto;
min-width: 80px;
min-height:80px;
font-family: 'Droid Sans', sans-serif ;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
border: 1px solid #999;
cursor:pointer;
background: none;
display: block;
text-align: center;
background-color: white;
color: #00a1f8;
border-radius: 6px;
margin-left: 2%;
margin-bottom: 10px;
box-shadow:0px 4px 3px #333;

}
.tab_button_selected {
width:auto;
min-width: 80px;
min-height:80px;
font-family: 'Droid Sans', sans-serif ;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
border: 1px solid #999;
cursor:pointer;
background: none;
display: block;
text-align: center;
background-color: #7ac7f3;
color: white;
margin-left: 2%;
margin-bottom: 10px;
box-shadow:0px 6px 3px black;
}

.box_button {
font-size: 1.125em;
color: white;
padding:10px;
text-align: center;
background-color: #4ce54c;
text-decoration: none;
display:block;
border-radius: 5px;

}

.box_button:hover {
font-size: 1.125em;
color: white;
padding:10px;
text-align: center;
background-color: #66ff66;
text-decoration: none;
display:block;
}

.box_button3 {
font-size: 1.125em;
color: #444;
padding:10px;
text-align: center;
background-color: #4ce54c;
text-decoration: none;
display:block;
border-radius: 5px;
margin: 5px;
float:left;

}

.box_button3:hover {
font-size: 1.125em;
color: #444;
padding:10px;
text-align: center;
background-color: #66ff66;
text-decoration: none;
display:block;
margin: 5px;
float:left;
}

@media screen and (max-width: 645px) {
	
.box_button3 {
font-size: 12px;
color: #444;
padding:10px;
text-align: center;
background-color: #4ce54c;
text-decoration: none;
display:block;
border-radius: 5px;
margin: 5px;
float:left;

}

.box_button3:hover {
font-size: 12px;
color: #444;
padding:10px;
text-align: center;
background-color: #66ff66;
text-decoration: none;
display:block;
margin: 5px;
float:left;
}
	
}


.box_button2 {
font-size: 1.125em;
color: white;
padding:10px;
text-align: center;
background-color: #00a0f7;
text-decoration: none;
display:block;
border-radius: 5px;
}
.box_button2:hover {
font-size: 1.125em;
color: white;
padding:10px;
text-align: center;
background-color: #33d3ff;
text-decoration: none;
display:block;
}

/*======================== Animations ========================*/


.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}




.pullDown{
	animation-name: pullDown;
	-webkit-animation-name: pullDown;	
	
	animation-duration: 0.7s;	
	-webkit-animation-duration: 0.7s;
	
	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	
	
	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%; 		
}

@keyframes pullDown {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullDown {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}






.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}


.fader.ng-hide-add {
  opacity: 1.0;
  display: block !important;
  transition: opacity 1s;
}

.fader.ng-hide-add-active {
  opacity: 0;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}


@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}


.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}




/*======================== Tab Div ========================*/

/*select {
display: none;
}*/


/*======================== Media Screens========================*/


@media screen and (min-width: 1501px) {
#main-wrapper { margin:0 auto; width:100%; }
#domains-wrapper { height:auto; width: 100%; margin-left: auto; margin-right: auto; max-width: 1280px; padding-top: 44px;}
#main-header { margin:0 auto; /*overflow:hidden;*/ width:80%; }
#sub-nav-wrapper { margin:0 auto; overflow:hidden; width:80%; }
#footer-wrapper #content { width: 98%;}
#logo2 {display: none;}
#company-image2 { display: none;}
#security-image { background-image: url('https://static.tierra.net/img/Security_banner-91f3ddb96.gif'); background-repeat: no-repeat; background-color:transparent; height:400px; margin-top: 2%;float:right;}

#main-image .half_col {float:left;}
.anchor {	padding-top: 44px;}
#content { width:100%;  height: auto; padding-top: 0px;}
#main-image { display: block;}
#main-image2 {display: none;}
#hosting_content {height: 800px;}
.fixed_fix {padding-top: 44px;}
#company-box { max-width: 541px;}

}

@media screen and (min-width: 851px) and (max-width: 1035px) {
#header-wrapper { height: 44px; }
#main-wrapper { margin:0 auto; width:100%; padding-top: 44px; height: auto;}
#logo2 {display: none;}
#image-wrapper { margin:0 auto; width:100%; padding-top: 44px;}
/*===#image-wrapper a { min-height: 112px;}}====*/
#image-wrapper .four_col { min-height: 124px;}

#company-image { display:block;}
#company-image2 { display: none;}

/*===#company .threefourth_col { width: 100%; float: left;}
#company .three_col { width: 100%; float: left;}
#company .four_col { width: 100%; float: left;}====*/

#domains-wrapper { height:auto; width: 100%; margin-left: auto; margin-right: auto; max-width: 1280px; padding-top: 44px;}
#domains .half_col {float:left; width: 100%;}

#support-image2 {display: none;}
#support_image { display: block;}
#home-wrapper {margin:0 auto; width:90%;overflow: hidden;}
#home-box { width: 90%; float: left;}
#hosting_content { height: 800px;}

#ssl-box {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
padding: 20px;
background-color: #efefef;
margin-bottom: 10px;
min-height: 446px;
}

#company-box {
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
padding: 20px;
background-color: lightgrey;
min-height: 249px;
margin-bottom: 5px;
}

#hosting-box p {
}

.anchor {	padding-top: 44px;}
.fixed_fix { padding-top: 44px;}

.lblue_button	{ margin-top: 10px;}
.lblue_button:hover {margin-top: 10px;}

.omega {margin-right:0;}
.big_title {font-size:3.375em;font-weight:200;}

#ssl-image .big_title {
color: #333;

font-size:3.375em;
font-weight:200;
}

.half_col {width: 47%;float: left; }

#ContentT .half_col { width: 48%;float: left;}
#ContentT {
 height: 1000px;
}
#main-image { display: block;}
#main-image2 {display: none;}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 1;
}
[type=radio]:checked ~ label ~ #ContentT {
  z-index: 1;
}
#ContentT .half_col {
	
}
#main-image2 {display: none;}

#image-wrapper .half_col { width: 48%; float: left;}
#image-wrapper .four_col { width: 22%; float: left;}
#support .half_col { width: 60%; float: left;}
}

@media screen and (min-width: 646px) and (max-width: 850px ) {
#header-wrapper { height: 92px; }
#main-wrapper { margin:0 auto; width:100%; padding-top: 96px; }
#main-wrapper .four_col {width: 38%;}
#home-wrapper {margin:0 auto; width:90%;overflow: hidden;}
#logo2 {display: none;}

#image-wrapper { margin:0 auto; width:100%; padding-top: 96px;}
#image-wrapper .half_col {}
#image-wrapper #content { height: auto;}
#image-wrapper a { min-height: 94px;}
#image-wrapper .four_col { width: 30%; float: left; margin-right:1%; min-height: 114px;}


#home-image {
	
	
	background-image: url('https://static.tierra.net/img/bg-sky2-176ef0abf.jpg'); 
	height: 400px;
	background-repeat: no-repeat;
	background-color:transparent;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	background-size: cover;
}

#home .half_col {
	min-height: 400px; 
	background: rgba(255, 255, 255, .7);
	
}


#index a { min-height: 110px; display: block; margin-bottom: 2%;}
#index .four_col { width: 20%; float: left; margin-right: 1%; min-height: 170px;}


#company-image2 { display: none;}
#company-image3 { display: none;}
/*===
#company .threefourth_col { width: 100%; float: left;}
#company .three_col { width: 100%; float: left;}
#company .four_col { width: 100%; float: left;}====*/

#domains-wrapper { height:auto; width: 100%; margin-left: auto; margin-right: auto; max-width: 1280px; padding-top: 96px;}
#domains .half_col {float:left; width: 100%;}



#support-image2 {display: block;}
#support_image { display: none;}

.anchor {	padding-top: 96px;}

#home-box { width: 90%; float: left;}
.lblue_button	{ margin-top: 10px;}
.lblue_button:hover {margin-top: 10px;}

.omega {margin-right:0;}
.big_title {font-size:3.375em; font-weight:200;}

#ssl-image .big_title {
color: #333;

font-size:3.375em;
font-weight:200;
}

.half_col {width: 100%;}
.three_col {width: 100%;}
.four_col {width: 100%;}
.threefourth_col  { width: 100%;}
.fixed_fix {padding-top: 95px;}
.fixed_domain { padding-top: 234px;}
.text_center { text-align: left; }
#pricing-box3 { width: 100%; height: auto;}

#shared .three_col {
	width: 40%;
}

#basic .four_col {
	width: 40%;
}

/*#hosting-image {
 background-image: url('https://static.tierra.net/img/Hosting_banner-91f3ddb96.gif');
	background-repeat: no-repeat;
	background-color:transparent;
	background-size: contain;
	height:412px;
}*/

#main-image { display: none;}
#main-image2 {display: block;}
#security-image { background-size: 90%; height: 440px;}
#ContentT {
 height: 1000px;
}
[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 1;
}
[type=radio]:checked ~ label ~ #ContentT {
  z-index: 1;
}
#ContentT .half_col { width: 48%;float: left;}
#ContentT table {font-size: 12px;}
#pricing-box { width: 48%;}
#pricing-box H1{ font-size: 48px;}

.pricing-table-header {
	background: #65707f; /* Old browsers */
	background-color: #666;
	padding: 16px;
	text-align: left;	
	}

.pricing-table-content {
	background-color: #fff;
	text-align: left;
	}
	
	.pricing-table-footer {
		text-align: left;	
	}

.box_button {
font-size: 1.125em;
color: white;
padding:10px;
text-align: left;
background-color: #4ce54c;
text-decoration: none;
display:block;
}

.box_button:hover {
font-size: 1.125em;
color: white;
padding:10px;
text-align: left;
background-color: #66ff66;
text-decoration: none;
display:block;
}


}
@media screen and (max-width: 645px) {
#footer-wrapper #content  {height:auto; width: 90%;}
#footer-wrapper .top  { margin-top: 6%;}

#header-wrapper {height: 69px;}
#main-wrapper { margin:0 auto; width:100%; height: auto; padding-top: 73px; }
#main-wrapper .four_col {width: 38%;}

#image-wrapper { margin:0 auto; width:100%; padding-top: 73px;}
#image-wrapper .four_col { width: 30%; float: left; margin-right:6%; min-height: 114px;}
#image-wrapper #content { height: auto;}
#image-wrapper a { min-height: 94px; margin-left: 1%;}


#home-image {
	
	
	background-image: url('https://static.tierra.net/img/bg-sky2-176ef0abf.jpg'); 
	height: 400px;
	background-repeat: no-repeat;
	background-color:transparent;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	background-size: cover;
}

#home .half_col {
	min-height: 400px; 
	background: rgba(255, 255, 255, .7);
	
}



.box_button {
text-align: left;
}

.box_button:hover {
text-align: left;
}



#company-image2 { display: none;}
#company-image3 { display: none;}
#company .threefourth_col { width: 100%; float: left;}
#company .three_col { width: 100%; float: left;}
#company .four_col { width: 100%; float: left;}

#standard_table {font-size: 13px;}
#standard_table input {font-size: 11px;}

#domains-wrapper { height:auto; width: 100%; margin-left: auto; margin-right: auto; max-width: 1280px; padding-top: 73px;}
#domains .half_col {float:left; width: 100%;}
#domains-image {/*background-image:url('https://static.tierra.net/img/Banner_add_Domains_new-4609a1b35.jpg');
background-image:url('https://static.tierra.net/img/Domian_Fall_Sale-91f3ddb96.jpg');*/
/*background-image:url('https://static.tierra.net/img/domains_winter-91f3ddb96.jpg');*/ }

/*#domains-image input { width: 70%; }*/

#support {display: none;}
#support_image { display: none;}

#header-top { height:140px;}
#logo { display:none;}

.half_col {width: 100%;}
.three_col {width: 100%;}
.four_col {width: 100%;}
.five_col {width: 100%;}
.threefourth_col  { width: 100%;}
.text_center { text-align: left; }

#index a { min-height: 106px; display: block; margin-bottom: 2%;}
#index .four_col { width: 40%; float: left; margin-right: 1%; min-height: 130px;}
#home-box {  float: right;}
#main-image {display: none;}
#main-image2 {display: block;}
#support-image2 {display: block;}

#security-image { display: none;}	
#pricing-box { width: 98%;}
#pricing-box2 { width: 100%;}
#pricing-box3 { width: 100%;}
#pricing-box H1{ font-size: 48px;}
#pricing-box_fill{display: none;}

.anchor {	padding-top: 73px;}
.fixed_fix { padding-top: 73px;}
.big_title {font-size:3.375em;font-weight:200;}

#ssl-image .big_title {
color: #333;

font-size:3.375em;
font-weight:200;
}

.signup-button {float: right; margin-left: 10px;}


select { display: inline-block; margin-top: 40px; width: 100%; }

.tab label { font-size: 12px; padding: 5px;}
#ContentT {height: 540px; top: 20px;}

[type=radio]:checked ~ label {
  background: white;
  border-bottom: 1px solid white;
  z-index: 1;
}
[type=radio]:checked ~ label ~ #ContentT {
  z-index: 1;
}
#ContentT .half_col {

}

#ContentT table {font-size: 12px;}
#ContentT .three_col {  width: 48%;float: left;}

.tab_button, .tab_button_noH {
width:auto;
min-width: 80px;
min-height:80px;
font-family: 'Droid Sans', sans-serif ;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
cursor:pointer;
background: none;
border: 1px solid #efefef;
padding-left: 10px;
padding-right: 10px;
display: block;
background-color: white;
text-align: center;
color: #003366;
border-radius: 6px;
margin-left: 2%;
margin-bottom: 10px;
box-shadow:0px 2px 2px #333;

}

.tab_button:hover {
width:auto;
min-width: 80px;
min-height:80px;
font-family: 'Droid Sans', sans-serif ;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
border: 1px solid #999;
cursor:pointer;
background: none;
padding-left: 10px;
padding-right: 10px;
display: block;
text-align: center;
background-color: white;
color: #00a1f8;
border-radius: 6px;
margin-left: 2%;
margin-bottom: 10px;
box-shadow:0px 4px 3px #333;

}
.tab_button_selected {
width:auto;
min-width: 80px;
min-height:80px;
font-family: 'Droid Sans', sans-serif ;
text-transform:uppercase;
padding:3px;
font-size:12px;
text-decoration:none;
margin:0px 4px 0px 0px;
border: 1px solid #999;
cursor:pointer;
background: none;
padding-left: 10px;
padding-right: 10px;
display: block;
text-align: center;
background-color: #7ac7f3;
color: white;
margin-left: 2%;
margin-bottom: 10px;
box-shadow:0px 6px 3px #333;
}

.pricing-table-header {
	background: #65707f; /* Old browsers */
	background-color: #666;
	padding: 16px;
	text-align: left;	
	}

.pricing-table-content {
	background-color: #fff;
	text-align: left;
	}
	
	.pricing-table-footer {
		text-align: left;	
	}



	}

