/*
 * For ESS srl mcmax
 */

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;
	background:url(assets/img/bg_pattern.png) fixed;
}
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;
}

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@700&display=swap');

body {
  font-family: 'Barlow', sans-serif;
}

p {
	font-family:'PT sans', helvetica, sans-serif;
	font-size:15px;
	color:#545454;
	line-height:2em;
	margin-bottom:20px;
}

a {
	font-family:'PT sans', helvetica, sans-serif;
	color:#ea381b;
	text-decoration:none;
}

h2 {
	font-family:georgia, times, serif;
	font-size:20px;
	font-style:italic;
	color:#545454;
	margin-bottom:30px;
}

h3 {
	font-family:'Barlow', helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ea381b;
	margin-bottom:20px;
	margin-top:50px;
}

hr {
	border:0;
	width:80px;
	height:0;
	border-top:1px solid #c1c1c1;
	border-bottom:0;
	text-align:left;
	margin:50px 0 50px 0;
}

.container {
	width:950px;
	position:absolute;
	left:120px;
	background:#fff;
}

.header {
	height:150px;
}
h1.headlogo {
        background:url(assets/img/sprite.png) 0 0 no-repeat transparent;
        width:152px;
        height:37px;
        margin-left:50px;
        margin-top:60px;
        margin-right:30px;
        text-indent:-999em;
        float:left;
}
h1.privacylogo {
	background:url(assets/img/privacy.png) 0 0 no-repeat transparent;

	width:1000px;
	height:400px;

	margin-left:10px;
	margin-top:60px;
	margin-right:30px;
	text-indent:-999em;
	float:left;
}

.header #slogan p{
	font-family:georgia, times, serif;
	font-size:15px;
	font-style: italic;
	margin-top:54px;
	width:630px;
	float:left;
	color:#545454;
	line-height:1.4em;
}

#sidemenu {
	position:fixed;
	top:150px;
	left:25px;
	text-align:right;
}

#sidemenu li a {
		font-family:'Barlow' helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
		color:#ea381b;
}



#sidemenu li {
	margin-bottom:15px;
}

.content {
	margin-left:50px;
	width:850px;
	margin-top:50px;
}


.gray_bg {
	background-color:#efefef;
	padding-top:1px;
	padding-bottom:30px;
}

#email_contact {
	background:url(assets/img/sprite.png) 0 -76px no-repeat transparent;
	width:12px;
	height:12px;
	padding-left:20px;
}

#address {
	background:url(assets/img/sprite.png) 0 -92px no-repeat transparent;
	width:14px;
height:12px;
padding-left:20px;
}

#contact_area p a{
	font-family:georgia, times, serif;
	font-size:14px;
	margin-bottom:0px;
}

#contact_area p {
	margin-bottom:10px;
	margin-top:0;
}

.footer {
	margin-bottom:50px;
}

#resumator {
	margin-top:30px;
}

#resumator .resumator-job-title {
	text-align:left;
	font-family:'Barlow' helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ea381b;
	text-decoration:none;
	margin-bottom:10px;
	border:none;
}

#resumator .resumator-job {
	margin-bottom:30px;
}

#resumator .resumator-job-link {
font-family:georgia, times, serif;
font-size:14px;
margin-top:10px;
margin-bottom:0px;
color:#ea381b;
font-size:12px;
}
