body { 
	padding: 0;
	margin: 0;
	background-color: #d0d6d8;
/*	background: white url(bg.jpg)center;*/
	background-size: cover;
	background-attachment: fixed;
	color: #000;	
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
}

a { color: #000; text-decoration: none; }

.center-logo 
{
	position: absolute;
	margin: auto auto;
	top: 0;left:0;right: 0;bottom: 0;
	width: 950px;
	height: 620px;
        
	text-align: absolute;
	color: #fff;
	font-weight: bold;
	font-size: 72px;
	text-shadow: 5px 5px 5px black;
        background: transparent url(../media/logo.png) no-repeat 0 0;
}

#emailform {
	display:none;
	position: absolute;
	margin: auto auto;
	top: 20px;left:0;right: 0;bottom: 0;
	width: 800px;
	height: 62px;

}



.company-info {
	display: flex;
	position: absolute;
	bottom: 0px;
	margin: 0 auto;
	left: 0px;
	width: 100%;
	background-color: #d0d6d8;
	padding: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.company-info .item i {
	margin-right: 5px;
}
/*
.company-info .icon {
	position: absolute;
	width: 16px;
	height: 12px;
	top: 10px;
	left: 8px;
	background-image: url('icons.png');
}

.company-info  .city .icon, .company-info  .country .icon {
  background-position: 0 -36px;
}
.company-info .phone .icon {
  background-position: 0 -12px;
}
.company-info .website .icon {
  background-position: 0 -48px;
}
.company-info .email .icon {
  background-position: 0 -24px;
}
*/
.section {
	margin: 0 auto;
	overflow: hidden;
	display: inline-block;
	/* position: relative; */
		
}

.section .item {
	float: left;
}

.section > span,
.section > a {
	position: relative;
	display: inline-block;
	margin-bottom: 2px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	padding: 6px 11px 6px  6px;
	/*text-indent: 25px;*/
}
.section > span:last-of-type 
{
	margin-bottom: 0px;
}

.section > a:hover 
{
	background-color: #E9E3EC;
}

/* Support Page */

#form, #success, #block {
	
	background: #ffffff; /* Old browsers */
	
	padding: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #4C4A4A; 

	color: #000;
	
	/* Center position, variable width / height with max width. Container (body) needs position relative for mobile safari. */
	width: 80%;
	max-width: 600px;
	overflow: hidden;
	display: table;
	height: auto;
	overflow: auto;
	margin: auto;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	
}

#form .center-logo, 
#success .center-logo {
	position: relative;
	margin: 0 auto;
	margin-bottom: 20px;
	background: transparent url(../images/company-logo-dark.png) no-repeat 0 0;
}

#form h1 {
	color: black;
	text-align: center;
	margin-top: 0;
	font-size: 20px;
	font-family: 'Courgette', cursive;
}

#form label {
	font-size: 13px;
	display: block;
	color: #000;
	margin-bottom: 5px;
}

#form input[type='text']
{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	border: 1px solid #BDBDBD;
	margin-bottom: 10px;
}

#form input[type='submit']
{
	display: inline-block;
	position: relative;
	overflow: visible;
	width: auto;
	padding: 8px 19px 9px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	background: #222;
	color: #FFF!important;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	border: none;
	box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset !important;
	-moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
	background-color: #4F4C57;
	-webkit-transition: .2s background-color;
	-moz-transition: .2s background-color;
	-ms-transition: .2s background-color;
	-o-transition: .2s background-color;
	transition: .2s background-color;
}

#form input[type='submit']:hover
{
	  background-color: #615582;
}

#form .select select
{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px 22px 10px 10px;
	border: 1px solid #BDBDBD;
	margin-bottom: 10px;
	background-color: white;
	position: relative;
	
}

#form .select select option {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#form .select {
	position: relative;
}

#form .select:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 9px;
	width: 8px;
	height: 7px;
	background: transparent url('../images/select_down.png') no-repeat 0 0;

}

#form textarea
{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	border: 1px solid #BDBDBD;
	margin-bottom: 10px;
}

#form input[type='text']:focus,
#form textarea:focus,
#form select:focus {
	outline: none;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
}

#form .error {
	background-color: #FF9292;
	border-bottom: 3px solid #F77;
	font-size: 14px;
	padding: 6px 38px 6px 8px;
	color: #FFF;
	border-radius: 3px;
	margin-bottom: 10px;
}

#success {
	color: black;
	text-align: center;
}

.back {
	color: black;
	margin-left: 5px;
	font-size: 13px;
	-webkit-transition: .2s color;
	-moz-transition: .2s color;
	-ms-transition: .2s color;
	-o-transition: .2s color;
	transition: .2s color;
}

.back:hover {
	color: #7C143F
}


/* Media Queries */

@media (max-width: 650px)
{
	
	#form, 
	#success {
		width: 90%;
		padding: 25px;
	}
	
	#form .center-logo,
	#success .center-logo {
		width: 100%;
		background-size: 100% !important;
		margin-bottom: 15px;
	}
	
}



@media (max-width: 650px)
{
	.center-logo {
		width: 90%;
		background-size: 100%;
		margin: 0px auto;
		top: 10%;
		max-width: 245px;
	}
	
	.company-info 
	{
		position: absolute;
		bottom: 0px;
		left: 0px;
		color: #000;
		padding: 22px;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section {
		width: auto;
	}
	.section > span, .section > a {
		position: relative;

		margin-bottom: 2px;
		padding: 6px;
		text-indent: 25px;
		width: 100%;
		box-sizing: border-box;
	}
	
}
