*{
	padding:0px;
	margin:0px;
}
body{
	/* background:url(../images/bg.jpg);
	background-repeat:repeat; */
	font-family: Arial,sans-serif;
	color: #666666;
	font-size:0.9em;
	max-width: 100%;
	overflow-x: hidden;
}
#langs {
	text-align: center;
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
}
#langs li {
	display: inline-block;
	margin-right: 10px;
}
#langs li a {
	text-decoration: none;
	color:#666666;
	text-transform: uppercase;
}
#langs li a:hover, #langs li a.active {
	color:#e51837;
}
#langs li a.active {
	font-weight: bold;
}
#vertical-center {
	position: absolute;
	top: 50%;
	z-index: 1;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
#container {
	position: relative;
}
.fotorama {
	overflow: hidden;
}
#loginlogo{
	border: 0px;
	margin-bottom:25px;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	width:auto;
	display: block;
}
#alignv{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#alignh{
	text-align: left;
	width: 310px;
	max-width: 100%;
	background-color: rgb(255 255 255 / 0.9);
	margin: 0 auto;
	padding: 20px 15px;
}
#brands {
  display: block;
  margin: 0 auto;
	text-align: center;
}
#brands .branddiv {
	position: relative;
	display: inline-block;
	margin: 50px 75px;
}
#brands .branddiv img {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	max-height: 37px;
}
.inputText, .inputPassword{
	padding: 7px 6px 5px;
	border: 2px solid #DDD;
	background-color:#fff !important;
	width:160px;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
}
.inputText:focus, .inputPassword:focus{
	outline: none;
}
#submit{
    display: block;
    border: none;
    background: #e51837;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    padding: 7px 0px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
}
#submit:focus {
outline:none;
}
#submit:hover{
	background: rgb(125,185,232); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGQ4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255, 0, 18, 1) 0%, rgba(255, 89, 89, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 0, 18, 1)), color-stop(100%,rgba(189,216,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255, 0, 18, 1) 0%,rgba(255, 89, 89, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 0, 18, 1) 0%,rgba(255, 89, 89, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 0, 18, 1) 0%,rgba(255, 89, 89, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 0, 18, 1) 0%,rgba(255, 89, 89, 1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#bdd8e8',GradientType=0 ); /* IE6-8 */
}
.formError{
	color:red;
	font-size:12px;
}
.inputTextError, .inputPasswordError {
    border: solid 2px red;
}
h1 {
  color: black;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 20px;
}

/* =Notifications
-------------------------------------------------------------- */
/* line 62, scss/base/_components.scss */
.notification-box {
  position: relative;
  margin-bottom: 20px;
}
/* line 65, scss/base/_components.scss */
.notification-box .error {
	background: #CF4343;
	padding: 15px 15px 5px 15px;
}
/* line 68, scss/base/_components.scss */
.notification-box .error .notification-message {
  color: white !important;
}
.notification-items {
	margin-top: 10px;
}
/* line 72, scss/base/_components.scss */
.notification-box .error .notification-items li {
  color: white !important;
}
/* line 74, scss/base/_components.scss */
.notification-box .error .notification-items li .formError {
  color: white !important;
	margin-left: 0;
}
/* line 80, scss/base/_components.scss */
.notification-box .succes {
  background: #549154;
  padding: 15px 15px 15px 15px;
}
/* line 83, scss/base/_components.scss */
.notification-box .succes .notification-message {
  color: white !important;
}
/* line 87, scss/base/_components.scss */
.notification-box .succes .notification-items li {
  color: white !important;
}
/* line 89, scss/base/_components.scss */
.notification-box .succes .notification-items li .formError {
  color: white !important;
}

.contactitem {
	background: #f9f9f9;
	display: block;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 10px;
}
.contactitem strong {
	color: black;
}
@media only screen and (max-width: 680px) {
	.main-slideshow {
		display: none;
	}
	#vertical-center, #alignv {
		position: relative;
		top: 0;
		left: 0;
		-ms-transform: translateY(0) translateX(0);
		-webkit-transform: translateY(0) translateX(0);
		-moz-transform: translateY(0) translateX(0);
		transform: translateY(0) translateX(0);
	}
	#brands {
    margin-top: 30px;
	}
	#brands .branddiv {
	  margin: 30px;
	}
	#brands .branddiv img {
		max-height: 25px;
    max-width: 50px;
	}
}
