.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.back-to-top:hover {	
	background-color: rgba(135, 135, 135, 0.50);
}	
.bg-ddd {
    background-color: #ddd!important;
}
.promowd {
  margin-top:20px;
  padding:20px;
  background-color:red;
  font-size:21px;
} 

.colbottom {
    float: left;
    width: 25%;
	padding:1.5%;
 /* Should be removed. Only for demonstration */
}
.barbottom {
	border-top:solid 1px #E7E7E7;
	border-bottom:solid 1px #080D13;
	background-color:#f9f9f9;
	text-align:justify;
}

.pbottom {font-size:15px;color:#A1A1A1;margin-top:-10px;}
.pbottom a {color:#939393;}
.pbottom a:hover {color:#A0A0A0;text-decoration: underline;}

@media screen and (max-width: 800px) {
    input[type="text"], input[type="password"] {
         /*max-width: 55%;*/
         font: 16px 'Proxima Nova', Arial, Helvetica, sans-serif;
         color:#a0a0a0;
       
    }
}

.tlogo {
    float: left;
    width: 25%;
	padding:1.5%;
	background-color:#F7F7F7;
 /* Should be removed. Only for demonstration */
}
.tmenu {
    float: right;
    width: 75%;
	padding-top: 1%;
    padding-bottom: 0%;;
	background-color:#F7F7F7;
 /* Should be removed. Only for demonstration */
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
/* needed for checkbox hack */

h1, p {
  
}

#nav {
  position: relative;
  min-width:100%;
}
#nav ul {
  display: none;
  width: 1px;
  list-style: none;
  margin:0;
  padding: 0;
  border-bottom: 1px solid #fff;  
  background:#fff;
  color: #000;

}
#nav a {
	line-height: 40px;
}
#nav ul li a {
  padding: 0;
  background: #fff;
  color: #000;
    font-weight: bold;
  text-decoration: none;
   border-bottom: 1px solid #fff;
  text-transform: uppercase;
	font-family: 'Open Sans', sans-serif; 
    white-space: nowrap;
	float:left; /*For Gecko*/
	display:inline;
	list-style:none;
	position:relative;
    width:85vw;
	text-align: left;
}
#nav ul li a:hover {
  background: #e3830d;
  color: #fff;
  text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
  font-weight: bold;
    white-space: nowrap;
	float:left; /*For Gecko*/
	display:inline;
	list-style:none;
	position:relative;
}

#nav ul li.active a{
  background: #e3830d;
  color: #fff;
  text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
  font-weight: bold;
    white-space: nowrap;
	float:left; /*For Gecko*/
	display:inline;
	list-style:none;
	position:relative;
}
#nav ul li:last-of-type a {
  border-right: 0;
  /*left: -25px;*/
  
}
#nav li a {
	line-height: 40px;
}
#nav ul li ul li a {
  padding-left: 2.5em;
  width:80vw;
  text-align:left;
  color: #000;
    font-weight: bold;
  line-height: 40px;
  display:block;
}
#nav ul li ul li ul li a {
  padding-left: 3.125em;
}
#nav input.trigger {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
  display: block !important;
}

#nav label {
  position: relative;
  display: block;
  min-height: 2em;
  padding: .45em;
  font-size: 1.1em;
  margin: 0;
  cursor: pointer;
  background: #4f5f7d;
  line-height: 2em;
  color: #bfe1fb;
  width:100%; 
}
#nav label:after {
  position: absolute;
  right: 1em;
  top: .2em;
  content: "\2261";
  font-size: 1.8em;
  color: white;
}
#nav ul li a {
  display: block;
  padding: 0;
  background: #fff;
  color: #000;
  height:40px;
  text-decoration: none;
   border-bottom: 1px solid #fff;
  text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;  
    white-space: nowrap;
	float:left; /*For Gecko*/
	display:inline;
	list-style:none;
	position:relative;
    width:100%;
    text-align:center;
    font-size:0.8em;
    verticle-align:middle;
    /*left: -25px;*/
} 
@media (min-width: 1024px) {
  #nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
    /* older flexbox */
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    /* newer flexbox */
    display: flex;
    flex-direction: row;
  }
  #nav ul {
    /* older flexbox */
    display: -ms-flexbox;
    flex-direction: -ms-row;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    /* newer flexbox */
    display: flex;
    flex-direction: row;
    width: 100%;
  }  

  #nav ul li {
    position: relative;
    text-align: center;
    /* older flexbox */
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    /* newer flexbox */
    flex: 1;
  }
#nav ul li a {
  display: block;
  padding: 0;
  background: #fff;
  color: #4f5f7d;
  height:40px;
  text-decoration: none;
   border-bottom: 1px solid #fff;
  text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;  
    white-space: nowrap;
	float:left; /*For Gecko*/
	display:inline;
	list-style:none;
	position:relative;
    width:100%;
    text-align:center;
    font-size:0.8em;
    verticle-align:middle;
    left: -25px;
}  
  
  #nav ul li ul {
    display: none !important;
    position: absolute;
    top: 2.0em;
    left: 0;
    display: block;
    width: 12.5em;
    z-index: 200;
    padding:0;
    margin-top: -1px;
   
  }
  #nav ul li ul li {
    text-align: left;
	display: block;
  }
  #nav ul li ul li ul {
    z-index: 300;
    top: 9px;
    left: 12.4em;
	display: block;
  }
  #nav ul li ul li a {
    padding-left: 2.5em;
    width:270px;
    text-align:left;
   font-weight: 200;
  }  
  
  #nav ul li ul li ul li a {
    padding-left: 30px !important;
    display:inline;
  }
  #nav ul li:hover > ul {
    display: block !important;
  }
  #nav label {
    display: none;
  }
}
.dropdown,
.flyout {
  position: relative;

}
table#domainPrices td {
    background-color:#F9F9F9;
border-right: 1px dashed #D3D6DB;
border-bottom: 1px dashed #D3D6DB;
}

table#domainPrices {
overflow-x: scroll;
}
