﻿@import url('https://fonts.googleapis.com/css?family=Dosis:400,700&subset=latin-ext');

body {
	background-color: #F3F3F3;
	color: #6d6e71;
	font-family:'Dosis', sans-serif;
	font-size: 16px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #222222;
}
#offCont {
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:690px;
	background-color:#fff;
	width:100%;
}
#offCont #sOW2 {
	padding: 5px 30px 30px;
}
.job {
    background: #ea002a url(_res/top2024.png) no-repeat scroll center right;
    background-size: 690px;
    color: #fff;
    margin: 0px -30px 30px;
    padding: 30px;
    text-align: left;
}
#JobTitle {     
	font-size:36px; 
	text-align: left; 
	font-weight: bold; 
	line-height: normal;
}
#WorkPlace {
	text-align: left;
	margin-top:5px;
}
.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: 27%;
    text-align: center;
    padding: 60px 0 30px 0;
    font-size: 16px;
    background-size: 60px;
}
.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;
}
.icon9 {
    background: url(_res/icon9.png) no-repeat top center;
}
.icon10 {
    background: url(_res/icon10.png) no-repeat top center;
}
.icon11 {
    background: url(_res/icon11.png) no-repeat top center;
}
#offCont #sOW2 ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
}
#offCont #sOW2 ul li {
	font-family:'Dosis', sans-serif;
	list-style-image:url(_res/li.png);	
	line-height: normal;
	margin-left: 10px;
}
#offCont #sOW2 .button {
    background-color:#E90029;
    font-size:18px;
    text-transform: uppercase;
    display: block;
    height: 45px;
    line-height:45px;
    margin: 0px auto;
    text-align: center;
    text-decoration: none;
    width:250px;
    border:none;
    color: #fff;
	border: 1px solid #E90029;
	cursor: pointer;
	transition: 0.4s;
    border-radius: 5px;
}
#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;
}

}
