/* RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: 'Source Sans Pro', sans-serif;
	background: url("../images/bg.jpg");
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('media/fonts/sourcesansprolight.woff') format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('media/fonts/sourcesanspro.woff') format('woff');
}


/* CLEARFIX */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.contact {
    color: #6F6F6F;
    float: left;
    font-size: 80px;
    font-weight: lighter;
    margin-left: 4%;
    margin-right: 5%;
    margin-top: 5%;
}
.container{width: 980px; margin: 0 auto;}
.company{background: #fff; display: table; padding: 10px; width: 300px;}
.square {height: 30px; width: 30px; background: #FF550D; float: left; margin-right:10px; margin-top: 20px; }
h1 {font-size: 20px; padding-top: 25px;}
.adress{margin-top: 30px; color: #525252; font-weight: lighter; font-size: 17px;}
.iconweb{background: url("../images/iconsadress.png") no-repeat left -9px;; height: 30px; padding: 9px 0px 6px 45px;  }
.iconmail{background: url("../images/iconsadress.png") no-repeat left -76px; height: 30px; padding: 9px 0px 6px 45px;}
.iconlocation{background: url("../images/iconsadress.png") no-repeat left -143px; height: 30px; padding: 9px 0px 6px 45px;  }
.iconphone{background: url("../images/iconsadress.png") no-repeat left -217px; height: 30px; padding: 9px 0px 6px 45px; }
.indent {
    margin-bottom: 23px;
    margin-top: -15px;
    text-indent: 46px;
}