@font-face {
	font-family: 'ElectroluxSans';
	font-style: normal;
	font-weight: normal;
	src: local('Electrolux Sans'), local('ElectroluxSans'), url('https://s3-eu-west-1.amazonaws.com/electrolux-newsletter/assets/Fonts/electroluxsans_3_regular.woff') format('woff');
}

@font-face {
	font-family: 'ElectroluxSansLight';
	font-style: normal;
	font-weight: normal;
	src: local('Electrolux Sans Light'), local('ElectroluxSansLight'), url('https://s3-eu-west-1.amazonaws.com/electrolux-newsletter/assets/Fonts/electroluxsans_2_light.woff') format('woff');
}

@font-face {
	font-family: 'ElectroluxSansBold';
	font-style: normal;
	font-weight: normal;
	src: local('Electrolux Sans Bold'), local('ElectroluxSansBold'), url('https://s3-eu-west-1.amazonaws.com/electrolux-newsletter/assets/Fonts/electroluxsans_4_semibold.woff') format('woff');
}

/*@-ms-viewport {
	width:device-width;
	zoom:1.0;
}
@-o-viewport {
	width:device-width;
	zoom:1.0;
}
@viewport {
	width:device-width;
	zoom:1.0;
}*/
* {
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
}
html * {
	color: #000000;
	font-weight: 100;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-family: "ElectroluxSans",sans-serif;
	font-style: normal;
	font-weight: 400;
}
body {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-size: 14px;
	line-height: 16px;
	background-color: #ffffff;
	color: #000000;
	overflow-x: hidden;
	height: 100%;
}
::-webkit-input-placeholder {
	color: #a2a2a2;
}
::-moz-placeholder { 
	color: #a2a2a2;
}
:-ms-input-placeholder { 
	color: #a2a2a2;
}
:-moz-placeholder { 
	color: #a2a2a2;
}
*:focus {
	outline: none !important;
}
.chat-container {
	margin:0 auto;
	max-width: 300px;
	width:100%;
}
.header {
	height: 60px;
	background-color: #041e50;
	margin-bottom:20px;
	/*border-radius: 8px 8px 0 0;*/
}
p {
	margin-bottom: 10px;
}
.logo {
	width: 157px;
	margin-top:12px;
}
.chat-box{
	display: block;
	padding:15px 20px 5px 10px;
	float:left;
	border-radius: 8px;
	margin-top:5px;
	background-color: #f4f5f7;
}
.fb-link {
	height:24px;
	display: inline-block;
	color:#0023e9;
	text-decoration: underline;
}
.fb-text {
	margin-top:5px;
	display: inline-block;
	color:#0023e9;
	text-decoration: underline;
	float:left;
}
.fb {
	display: inline-block;
	float:right;
	margin-left:15px;
	width:24px;
	height:24px;
	background-image:url(../img/facebook-logo.png);
	background-position: center center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
@media only screen and (max-width: 992px) {}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 480px) {}