﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,700&subset=latin-ext');

body {
	background-color: #fff;
	color: #0e5435;
	font-family:'Poppins', sans-serif;
	font-size: 14px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #fff;
}
#offCont {
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:690px;
	background-color:#ecf3f4;
	width:100%;
}
#offCont #sOW2 {
	padding:0 30px 0;
}
#CompanyDescription {
    background: #5994a1;
    color: #fff;
    padding: 30px;
    margin: 0 -30px 0px;
}

.top {
    background: #5994a1;
    margin: 0 -30px;
    padding: 20px 30px;
    color: #fff;
}

.loc {
    width: 30%;
    float: right;
    padding: 10px 0 10px 50px;
    background: #5994a1 url(_res/pin_2025.png) no-repeat scroll left center;
    background-size: 40px;
}
.job {
    width: 45%;
    float: left;
    padding: 10px 0;
}

.bottom {
    margin: 30px -30px 0;
    padding: 30px;
    color: #fff;
    text-align: center;
    background: #5994a1 ;
    font-size: 12px;
}
#JobTitle {     
	font-size:20px; 
	text-align: left;
    line-height: 20px;
	font-weight: bold; 
	line-height: normal;
	color:#fff;
}
#WorkPlace {
	text-align: left;
	margin-top:5px;
    line-height: 20px;
	font-weight: bold; 
}

#PositionDescription {
    padding-top: 10px;
}

#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:'Poppins', sans-serif;
	list-style-image:url(_res/li_2025.png);	
	line-height: normal;
	margin-left: 10px;
}
#offCont #sOW2 .button {
    background-color:#0e5435;
    font-size:18px;
    display: block;
    height: 45px;
    line-height:45px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    width:220px;
    border:none;
    font-weight: bold;
    color: #fff;
	border: 1px solid #0e5435;
	cursor: pointer;
	transition: 0.4s;
}
#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;
}

}
