﻿@import url('https://fonts.googleapis.com/css?family=Lato:400,700&subset=latin-ext');

body {
	background-color: #F3F3F3;
	color: #222222;
	font-family:'Lato', sans-serif;
	font-size: 14px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #222222;
}
#offCont {
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:900px;
	background-color:#fff;
	width:100%;
}
#offCont #sOW2 {
	padding:0px 30px 0px;
	border-bottom: 20px solid #1b3392;
}

#bg {
	background: #eff1f6;
    margin: 0px -30px 20px;
    padding: 30px;
}


#bg1 {
	background: #1b3392;
    margin: 0px -30px 20px;
    padding: 30px;
}

#bg2 {
	background: #eff1f6;
    margin: 0px -30px 0px;
    padding: 30px;
}

#lg {
	text-align: center;
	margin-top: 20px;
}

#PositionDescription {
	padding: 30px 0px;
}

#Requirements {
	color: #fff;
}

#Opportunities {
	padding: 30px 0px;
}

#offCont #sOW2 #Requirements ul li {
	font-family:'Lato', sans-serif;
	list-style-image:url(_res/li.png);	
	line-height: normal;
	margin-left: 10px;
}

#JobTitle {     
	font-size:36px; 
	text-align: center; 
	font-weight: normal; 
	line-height: normal;
	color:#1b3392;
}
#WorkPlace {
	text-align: center;
	margin-top:5px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}



#ReferenceNumber {
	text-align: center;
	margin-top:5px;
}
#offCont #sOW2 ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
}
#offCont #sOW2 ul li {
	font-family:'Lato', sans-serif;
	list-style-image:url(_res/li_1.png);	
	line-height: normal;
	margin-left: 10px;
}

.icons {
    display: flex;
    flex-direction: inherit;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 0 0;
}
.icons li {
    margin-left: 0;
    list-style-type: none;
    display: block;
    width: 25%;
    text-align: center;
    padding: 100px 0 30px 0;
    font-size: 14px;
}
.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;
}
.icon5 {
    background: url(_res/icon5.png) no-repeat top center;
}
.icon6 {
    background: url(_res/icon6.png) no-repeat top center;
}
.icon7 {
    background: url(_res/icon7.png) no-repeat top center;
}
.icon8 {
    background: url(_res/icon8.png) no-repeat top center;
}




#offCont #sOW2 .button {
    background-color:#dbf351;
    font-size:20px;
	font-weight: 600;
    display: block;
    height: 50px;
    line-height:50px;
    margin: 10px auto 30px;
    text-align: center;
    text-decoration: none;
    width:180px;
    border:none;
    color: #000;
	border: 1px solid #dbf351;
	cursor: pointer;
	transition: 0.4s;
	border-radius: 8px;
}
#offCont #sOW2 .button:hover {
	opacity: 0.5;
}
#Clause {
	font-size:10px;
	text-align:justify;
}
@media all and (max-width:684px) {
/* tekst */
#offCont #sOW2 {

	padding:0% 20px 0% 20px;
}

.icons li {
    width: 50%;

}

}
