﻿@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');
}

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%;
}
#CompanyDescription {
	text-align:justify;
}

#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;
	font-weight:bold;
}

#benefits {   
	background-color:#f9f9f8;
	margin:35px -60px 0;
	padding:25px 60px 25px;
}

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;
}
#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;
}
@media all and (max-width:684px) {
/* tekst */
#offCont #sOW2 {

	padding:3% 20px 0% 20px;
}

}
