﻿@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%;
}

#iko {
	display: flex;
	flex-direction: inherit;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px 50px 50px;
}

#iko1 {
	background: url(_res/iko1.png) top center no-repeat;
	padding-top: 95px;
	width: 150px;
	text-align: center;
	margin-bottom: 20px;
}
#iko2 {
	background: url(_res/iko2.png) top center no-repeat;
	padding-top: 95px;
	width: 150px;
	text-align: center;
	margin-bottom: 20px;
}
#iko3 {
	background: url(_res/iko3.png) top center no-repeat;
	padding-top: 95px;
	width: 150px;
	text-align: center;
	margin-bottom: 20px;

}
#iko4 {
	background: url(_res/iko4.png) top center no-repeat;
	padding-top: 95px;
	width: 150px;
	text-align: center;
	margin-bottom: 20px;

}

#line {
	border-top:3px solid #81bc00 ;
	text-align: center;
	width: 230px;
	margin: 50px 0px ;

}

#Notes {
	margin: 50px;
}

#JobTitle {     
	font-size:36px; 
	text-align: center; 
	font-weight: normal; 
	line-height: normal;
	color:#009597;
	margin: 0px 50px 20px;
}
#WorkPlace {
	text-align: center;
	margin: 0px 50px 0px;
}
#ReferenceNumber {
	text-align: center;
	margin-top:5px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #009597 ;
}

h2 {
	background: #009597 ;
	margin: 0px 0px 0px -50px;
	padding: 10px 20px 10px 50px;
	color: #fff;
	border-radius: 0px 10px 10px 0px;
	text-transform: uppercase;
	display: inline-block;
}

h3 {
	text-align: center;
	color: #fff;
	font-size: 21px;
	text-transform: uppercase;
}



.linia-naglowek {
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
	margin: 0px -65px;
}

.linia-naglowek::before, .linia-naglowek::after {
    content: '';
    flex: 1;
    border-bottom: 2px solid #fff; /* Kolor i grubość linii */    margin: 0 15px; /* Odstęp od tekstu */
}
 

#t1 {
	margin: 50px;
}

#PositionDescription {
	padding: 50px;
	background: #eff0f1 ;
}

#Opportunities {
	margin-bottom: 50px;
}

#box {
	background: #009597;
	padding: 50px;
	color: #fff;

}

#ico {

	display: flex;
	flex-direction: inherit;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px 0px;
}



#ico1 {
	background: url(_res/ico1.png) top center no-repeat;
	padding-top: 115px;
	width: 150px;
	text-align: center;
	margin-bottom: 20px;

}
#ico2 {
	background: url(_res/ico2.png) top center no-repeat;
	padding-top: 115px;
	width: 150px;
	text-align: center;
	margin-bottom: 20px;

}
#ico3 {
	background: url(_res/ico3.png) top center no-repeat;
	padding-top: 115px;
	width: 150px;
	text-align: center;
	margin-bottom: 20px;

}
#ico4 {
	background: url(_res/ico4.png) top center no-repeat;
	padding-top: 115px;
	width: 150px;
	text-align: center;
	margin-bottom: 20px;

}

#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_zie.png);	
	line-height: 20px;
	margin-left: 10px;
}
#offCont .button {
    background-color:#81bc00;
    font-size:20px;
    display: block;
    height: 60px;
    line-height: 60px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    width:260px;
    border:none;
    color: #fff;
	border: 1px solid #81bc00;
	cursor: pointer;
	border-radius: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

#Clause {
	font-size:10px;
	text-align:justify;
}
@media all and (max-width:684px) {


}
