﻿@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight:400;
  src: url('_font/ProximaNova-Regular.otf') format('OpenType');
}
@font-face {
  font-family: 'proxima-nova';
  font-style: bold;
  font-weight: 600;
  src: url('_font/Proxima Nova Bold.otf') format('OpenType');
}


body {
	background: #f4f4f4 url(_res/bg2.jpg) no-repeat scroll top center;
    background-size: 100%;
	color: #333;
  	font-family: 'proxima-nova';
	font-size: 14px;
	font-weight:normal;
}
a:link, #offCont a:visited, a:hover, a:active {
	color: #222222;
}
#offCont {
	overflow: hidden;
	margin: 18% auto 0;
	text-align: left;
	max-width:800px;
	width:100%;  
    line-height: 25px;
}
#offCont #sOW2 {
}
.job1 {
    margin: 20px;
    padding: 20px 30px;
    background: #fff;
}
#t1 {
    margin: 20px;
    padding: 20px 30px;
    background: #fff;
}
#t2 {
    margin: 20px;
    padding: 0px;
    background: #fff;
}
.job {
    background: #fff url(_res/logo.jpg) no-repeat scroll left center;
    padding: 10px 30px 10px 110px;
}
#JobTitle {     
	font-size:30px; 
	text-align: left; 
	font-weight: bold; 
	line-height: normal;
	color:#333;
}
#WorkPlace {
	text-align: left;
    margin-right: 5px;
}
#offCont #sOW2 ul {
	list-style-type: disc;
	padding-left: 20px;
	list-style-position: outside;
}
#offCont #sOW2 ul li {
  	font-family: 'proxima-nova';
	line-height: normal;
	margin-left: 10px;
}
#offCont #sOW2 .button {
    background-color:#ac063d;
    font-size:18px;
    display: block;
    height: 45px;
    line-height:45px;
    margin: 30px auto;
    text-align: center;
    text-decoration: none;
    width:200px;
    border:none;
    color: #fff;
	border: 1px solid #b82136;
	cursor: pointer;
	transition: 0.4s;
    border-radius: 30px;
}
#Clause {
	font-size:10px;
	text-align:justify;
	padding:0 20px;
}
@media all and (max-width:684px) {
#offCont #sOW2 {
	padding:0% 20px 0% 20px;
}
@media all and (max-width:570px) {
.icons li {
    width: 30%;  
}
.icons2 li {
    width: 30%;  
}
.job {
    background: #fff url(_res/logo.jpg) no-repeat scroll top center;
    padding:30% 20px 10px 20px;
}
#JobTitle {     
	text-align: center; 
	font-size:26px;
}
#WorkPlace {
	text-align: center; 
}

}
