/*ExaltHost brand*/

/*All rights belong to Endurance International Group. No modification without permission */

body {
	@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400);
	/*background-image: url('brand1-3.jpg');*/
	background: linear-gradient(rgba(42,64,72,.93),rgba(42,64,72,.93)),url('brand1-4.jpg');
	background-size: 150%;
	font-family: Helvetica;
	height: 100%;
	color: #333333;
	margin: 0;
}

div#hcontent {
	margin: auto;
}

.exalthost-brand#logo h1 {
	text-indent: -9999px;
	background: url('exalthostbrand.png');
	background: -webkit-image-set(url('exalthostbrand.png') 1x, url('exalthostbrand-2x.png') 2x);
	width: 235px;
	height: 75px;
	background-size: 100% 100%;
	margin: auto;
	margin-top: 15px;
}

div.links.firstbatch {
	margin-top: 180px;
}

div.links.firstbatch a div {
	text-indent: -9999px;
}

.exalthost-brand#details-surround {
	width: 650px;
	margin: auto;
}

.exalthost-brand#details {
	background: darkgrey;
	width: 300px;
	margin: auto;
	padding: 10px;
	opacity: 0.8;
	border-radius: 8px;
	float: left;
	text-align: center;
	border: 1px solid grey;
	height: 231px;
}

.exalthost-brand h2 {
	margin-top: 0;
	color: white;
}

.exalthost-brand#details2 {
	background: darkgrey;
	width: 300px;
	margin: auto;
	margin-left: 5px;
	padding: 10px;
	opacity: 0.8;
	border-radius: 8px;
	float: left;
	text-align: center;
	border: 1px solid grey;
	height: 231px;
}

.exalthost-brand#thanks {
	width: 600px;
	background: darkgrey;
	border: 1px solid grey;
	margin: auto;
	padding: 10px;
	margin-top: 8px;
	border-radius: 8px;
	text-align: center;
}

.exalthost-brand a {
	color: white;
	font-size: 16px;
}

.exalthost-brand a:hover {
	color: lightgrey;
}

.exalthost-brand#clear {
	clear: both;
}

div.links a {
	color: black;
	font-size: 21px;
}

div.links a:hover {
	color: white;
}

div.clear {
	clear: both;
}

div.links {
	width: 100%;
	display: inline-block;
	margin: auto;
	font-family: HelveticaNeue-Light, 'Lato', sans-serif;
	text-align: center;
	color: black;
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	padding: 15px 0px 15px 0px;
	margin-top: 15px;
}

div.links.firstbatch a {
	display: inline-block;
}

div.links h1 {
	font-size: 40px;
	font-weight: normal;
}

div.links div.link,
div.links a {
	width: 160px;
	height: 210px;
	margin-left: 5px;
}

div.links div.link,
button,
a h1 {
	transition: transform 0.3s ease-in-out;
}

div.links div.link#support {
	background: url('icons/support.png');
	background: -webkit-image-set(url('icons/support.png') 1x, url('icons/support-2x.png') 2x);
}

div.links div.link#cpanel {
	background: url('icons/cpanel.png');
	background: -webkit-image-set(url('icons/cpanel.png') 1x, url('icons/cpanel-2x.png') 2x);
}

div.links div.link#webmail {
	background: url('icons/webmail.png');
	background: -webkit-image-set(url('icons/webmail.png') 1x, url('icons/webmail-2x.png') 2x);
}

div.links div.link#whm {
	background: url('icons/whm.png');
	background: -webkit-image-set(url('icons/whm.png') 1x, url('icons/whm-2x.png') 2x);
}

div.link#uptimerobot {
	background: url('icons/uptimerobot.png');
    background: -webkit-image-set(url('icons/uptimerobot.png') 1x, url('icons/uptimerobot-2x.png') 2x);
}

div.links div.link#support:hover,
	div.links div.link#cpanel:hover,
	div.links div.link#webmail:hover,
	div.links div.link#whm:hover,
	button:hover,
	a h1:hover {
	background-position-y: 210px;
    transform: translateY(-5px);
}

div.link#uptimerobot {
	width: 300px;
    height: 100px;
    text-indent: -9999px;
    margin: auto;
}

div.link:hover {
	opacity: 0.75;
}

div.link:active {
	opacity: 1;
}

div#header {
	width: 100%;
	height: 125px;
	padding-top: 10px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	margin-bottom: 15px;
	margin-top: 0;
	position: fixed;
	top: 0;
	z-index: 500;
}

div.exalthost_boutique_text {
	text-align: center;
	font-family: HelveticaNeue-Light, 'Lato', sans-serif;
}


.links form div,
.links form div label,
.links form div input,
.links form div textarea {
	display: block;
	margin: auto;
	width: 80%;
}

.links form div label,
.links form div button {
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}

.links form div button {
	padding: 15px;
	margin: 15px;
	border-radius: 15px;
	background: #e2e1e1;
	border: none;	
}
.links form div input,
.links form div textarea,
.links form div button {
	transition: all 0.3s ease;
}

.links form div input,
.links form div textarea {
	font-size: 18px;
	padding: 10px;
	border-radius: 10px;
	border: none;
	background: #e7e6e6;
}

.links form div input:hover,
.links form div textarea:hover,
.links form div button:hover {
	background: #ffffff;
}

.links form div button {
	cursor: pointer;
}

/* autogen */
#id2008 {
font-size: 20px;font-family:system-ui;width:100%;display:inline-block;margin-top:180px;background:rgba(231, 231, 231, 0.91);padding: 8px 0 8px 0; text-align:center;
}

#id2009 {
	color: darkred;
}

#id2010 {
	margin-top:150px;
}

.redmark {
	font-size:30px;color:red;
}

@media only screen and (max-width: 600px) {
	.links form div,
  .links form div input,
  .links form div textarea {
  	width: 100%;
    width: -moz-available; 
    width: -webkit-fill-available; 
    width: fill-available;

  }
}