﻿@import url('https://fonts.googleapis.com/css?family=Arial:400,700&subset=latin-ext');

body {
	background-color: #F3F3F3;
	color: #454545;
	font-family:'Arial', sans-serif;
	font-size: 14px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #454545;
}
#offCont {
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:900px;
	background-color:#fff;
	width:100%;
}


#box1 {
	padding: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}

#box2 {
	padding: 30px 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

#social {
	width: 40px;
}

.icons {
    display: flex;
    flex-direction: inherit;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 50px 0;
	background: #007d8f;
	color: #fff;
}
.icons li {
    margin-left: 0;
    list-style-type: none;
    display: block;
    width: 25%;
    text-align: center;
    padding: 100px 0 30px 0;
    font-size: 12px;
}
.icon1 {
    background: url(_res/icon1.png) no-repeat top center;
}

.icon2 {
    background: url(_res/icon2.png) no-repeat top center;
}

.icon3 {
    background: url(_res/icon3.png) no-repeat top center;
}

.icon4 {
    background: url(_res/icon4.png) no-repeat top center;
}


#Notes {
	background: #f4f4f4;
	padding: 50px;
	margin-bottom: 40px;
	line-height: normal;
	display: none;
}




#ikona1 {
	background: url(_res/ikona1_nie.png) top center no-repeat;
	text-align: center;
	padding-top: 80px;
}

#ikona2 {
	background: url(_res/ikona2_nie.png) top center no-repeat;
	text-align: center;
	padding-top: 80px;
}

#ikona3 {
	background: url(_res/ikona3_nie.png) top center no-repeat;
	text-align: center;
	padding-top: 80px;
}

#JobTitle {     
	font-size:33px; 
	text-align: center; 
	font-weight: 800; 
	line-height: normal;
	color:#454545;
	padding: 0px 50px 30px;
}
#WorkPlace {
	text-align: center;
	font-size: 17px;
	font-weight: 400;
}
#ReferenceNumber {
	text-align: center;
	font-size: 9px;
	font-size: 400;

}

#CompanyDescription {
	background: #007d8f;
	padding: 50px;
	color: #fff;
	font-size: 18px;
}

#CompanyDescription h2 {
	color: #fff;
	font-size: 33px;
	font-weight: 800;
	text-align: left;
	margin: 0px 0px 20px;
}

#PositionDescription {
	padding: 50px;
	color: #454545;
	font-size: 18px;
}

#PositionDescription h2 {
	color: #454545;
	font-size: 33px;
	font-weight: 800;
	text-align: left;
	margin: 0px 0px 20px;
}

#Requirements {
	padding: 50px;
	color: #454545;
	font-size: 18px;
}

#Requirements h2 {
	color: #454545;
	font-size: 33px;
	font-weight: 800;
	text-align: left;
	margin: 0px 0px 20px;
}

#Opportunities {
	padding: 50px;
	color: #454545;
	font-size: 18px;
}

#Opportunities h2 {
	color: #454545;
	font-size: 33px;
	font-weight: 800;
	text-align: left;
	margin: 0px 0px 20px;
}

#Clause {
	padding: 0px 50px 50px;
}

#offCont ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
}
#offCont ul li {
	font-family:'Arial', sans-serif;
	list-style-image:url(_res/li.png);	
	line-height: normal;
	margin-left: 10px;
}
#offCont .button {
    font-size:18px;
    display: block;
    height: 36px;
    line-height:36px;
    margin: 50px auto;
    text-align: center;
    text-decoration: none;
    border:none;
	cursor: pointer;
	transition: 0.4s;
}

@media all and (max-width:684px) {
	
.icons li {
    margin-left: 0;
    list-style-type: none;
    display: block;
    width: 50%;
    text-align: center;
    padding: 100px 0 30px 0;
    font-size: 12px;
}

}
