﻿@font-face {
   font-family:'LG_Smart_UI-Bold';
   src:url('_font/LG_Smart_UI-Bold.ttf');
   font-weight:bold;
} 
@font-face {
   font-family:'LG_Smart_UI-Light';
   src:url('_font/LG_Smart_UI-Light.ttf');
} 
@font-face {
   font-family:'LG_Smart_UI-Regular';
   src:url('_font/LG_Smart_UI-Regular.ttf');
} 
@font-face {
   font-family:'LG_Smart_UI-SemiBold';
   src:url('_font/LG_Smart_UI-SemiBold.ttf');
}
@font-face {
   font-family:'LGSmHaTR';
   src:url('_font/LGSmHaTR');
}
#CompanyDescription {
	text-align:justify;
}

body {
	background-color: #f3f3f3;
	color: #706f6f;
   font-family:'LG_Smart_UI-Regular';
	font-size: 16px;
	line-height:20px;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #706f6f;
}
#offCont {
	overflow: hidden;
	margin: 15px auto 0;
	text-align: left;
	max-width:690px;
	background-color:#fff;
	width:100%;
}
#offCont #sOW2 {
	padding:30px 60px 0px;
}
#JobTitle {     
	font-size:36px; 
	text-align: center; 
   	font-family:'LG_Smart_UI-Regular';
	line-height: normal;
	text-transform:uppercase;
}
h2 {
    font-family:'LG_Smart_UI-Bold';
   	font-weight:bold;
    font-size:20px;
    background:transparent url('_res/circle.png') no-repeat scroll left center;
    padding: 20px 0 20px 45px;
   }
#WorkPlace {
	text-align: center; 
   	font-family:'LG_Smart_UI-Bold';
	margin-top:5px;
}
#stawka {
    background: #00aec3;
    color: #fff;
    margin: 20px -60px 0;
    padding: 30px 70px;
    font-family: 'LG_Smart_UI-Regular';
    font-size: 49px;
    text-transform: uppercase;
    line-height: 45px;
}
#benefits {   
	background-color:#f9f9f8;
	margin:20px -60px 0;
	padding:25px 60px 25px;
}
#offCont #sOW2 ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
}
#offCont #sOW2 ul li {
	font-size: 14px;
	line-height:20px;
	margin-left: 10px;
}
#offCont #sOW2 .button {
    background-color:#00aec3;
    font-size:16px;
    display: block;
    height:55px;
    line-height:55px;
    margin: 35px auto;
    text-align: center;
    text-decoration: none;
    width:290px;
    color: #fff;
    text-transform:uppercase;
	cursor: pointer;
	transition: 0.4s;
	border:none;
	font-weight:bold;
	border-radius:25px;
}
#Clause {
	font-size: 12px;
	text-align: justify;
	background-color: #e9e7e6;
	margin: 0 -60px;
	padding: 20px 60px;
}
@media all and (max-width:684px) {
/* tekst */
#offCont #sOW2 {

	padding:3% 20px 0% 20px;
}

}
