@font-face {
	font-family: 'Dinpro-Light';
	src: url('../fonts/dinpro-light/Dinpro-Light.eot');
	src: local('☺'), url('../fonts/dinpro-light/Dinpro-Light.woff') format('woff'), url('../fonts/dinpro-light/Dinpro-Light.ttf') format('truetype'), url('../fonts/dinpro-light/Dinpro-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Dinpro-Med';
	src: url('../fonts/dinpro-med/Dinpro-Med.eot');
	src: local('☺'), url('../fonts/dinpro-med/Dinpro-Med.woff') format('woff'), url('../fonts/dinpro-med/Dinpro-Med.ttf') format('truetype'), url('../fonts/dinpro-med/Dinpro-Med.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Dinpro-Reg';
	src: url('../fonts/dinpro-reg/Dinpro-Reg.eot');
	src: local('☺'), url('../fonts/dinpro-reg/Dinpro-Reg.woff') format('woff'), url('../fonts/dinpro-reg/Dinpro-Reg.ttf') format('truetype'), url('../fonts/dinpro-reg/Dinpro-Reg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima-Bold';
	src: url('../fonts/proxima-bold/Proxima-Bold.eot');
	src: local('☺'), url('../fonts/proxima-bold/Proxima-Bold.woff') format('woff'), url('../fonts/proxima-bold/Proxima-Bold.ttf') format('truetype'), url('../fonts/proxima-bold/Proxima-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Proxima-Semibold';
	src: url('../fonts/proxima-semibold/Proxima-Semibold.eot');
	src: local('☺'), url('../fonts/proxima-semibold/Proxima-Semibold.woff') format('woff'), url('../fonts/proxima-semibold/Proxima-Semibold.ttf') format('truetype'), url('../fonts/proxima-semibold/Proxima-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	font-family: "Dinpro-Reg", sans-serif;
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Proxima-Bold", sans-serif;
	font-weight:normal;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 28px;
}
h6 {
	font-size: 18px;
}

.hr-silver {
    border-top: 3px solid #C6D0D2;
}

.hr-blue {
    border-top: 3px solid #00AAF0;
}

.h6-light {
	font-weight: normal;
}
.btn {
	font-family: "Proxima-Bold", sans-serif;
	font-size: 14px;
	height: 47px;
	line-height: 49px;
	padding: 0 15px;
	float: left;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	position:relative;
	font-weight:normal;
}
.btn-small {
	font-family: "Proxima-Semibold", sans-serif !important;
	height: 24px;
	line-height: 26px;
	font-size: 12px;
	font-weight:normal;
}
.abtn {
	border: 2px solid transparent;
	font-family: "Proxima-Bold", sans-serif;
	line-height: 26px;
	padding: 0 10px;
	float: left;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	behavior: url('/PIE.htc');
	position:relative;
	font-weight:normal;
}
.abtn:hover {
	border: 2px solid #ffa216;
	color: #ffa216;
	background-color: #fff;
}
.abtn-yellow {
	background-color: #ffa216;
}
.btn-green {
	background: #80c46d;
}
.btn-orange {
	background: #ffa216;
}
.btn-blue {
	background: #006eab;
	border-bottom: 2px solid #045f96;
	line-height:24px;
}
.btn-blue:active {
	border-top: 2px solid #045f96;
	border-bottom: none;
}
.btn-cyan {
	background: #0499eb;
	border-bottom: 2px solid #408183;
}
.btn-cyan:active {
	border-top: 2px solid #408183;
	border-bottom: none;
}
.sbtn {
	height: 34px;
	line-height: 32px;
	padding: 0 20px;
	font-size: 12px !important;
	font-weight: bold;
	border-radius: 5px;
	text-transform: uppercase;
	border: 2px solid #fff;
	behavior: url('/PIE.htc');
	position:relative;
}
.sbtn-white {
	color: #fff;
	background: transparent;
}
.sbtn-white:hover {
	background: #00aaf0;
}
.h-btn {
	margin-right: 17px;
	margin-top: 10px;
}
.f-btn {
	font-family: "Dinpro-Light", sans-serif !important;
	font-size: 18px !important;
	line-height: 34px !important;
	position: absolute;
	top: 22px;
	left: 42%;
}
.n-btn {
	position: absolute;
	top: 8px;
	left: 42%;
	border: 2px solid #0798eb;
	color: #0798eb;
	height: 28px;
	line-height: 30px;
	padding: 0 20px;
	font-size: 14px;
}
.n-btn:hover {
	color: #fff;
	background-color: #0798eb;
}
.clear {
	clear: both;
}
#top-bar {
	width: 100%;
	background-color: #fffdca;
	height: 40px;
}
.tb-nav-wrapper {
    position: relative;
	width: 980px;
	height: 40px;
	margin: 0 auto;
}
.nav-left {
	float: left;
}
.nav-right {
	float: right;
}
.tb-nav {
	display: block;
	list-style: none;
}
.tb-nav li {
	display: inline-block;
	margin-right: 20px;
	float: left;
}
.tb-nav li:last-child {
	margin-right: 0;
}
.tb-nav li a {
	font-family: "Dinpro-Light", sans-serif;
	line-height: 40px;
	font-size: 16px;
	color: #4c4e4b;
	font-weight: 100;
	text-decoration: underline;
}
.tb-nav li a:hover {
	text-decoration: none;
}

.tb-nav .open {
    background-color: #fff;
    border-left: 3px solid #FFCA79;
    border-right: 3px solid #FFCA79;
    padding: 0 5px;
    margin-right: -8px !important;
    margin-left: -8px;
}
.tb-nav .open > a {
    text-decoration: none !important;
}

.lang-ru {
	padding-left: 28px;
	background: url("../img/ru.png") no-repeat left;
}
.lang-ro {
	padding-left: 28px;
	background: url("../img/ro.png") no-repeat left;
}
.logo {
	float: left;
	height: 70px;
	margin-right: 70px;
}
#header {
	width: 980px;
	margin: 20px auto 0 auto;
}
.h-nav {
	float: left;
	width: 980px;
	height: 70px;
}
.hot {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.hot:last-child {
	margin-left: 22px;
}
.hot p {
	font-family: "Proxima-Semibold", sans-serif;
	font-size: 20px;
	color: #0598e6;
	margin-bottom: 4px;
	font-weight:normal;
}
.hot a {
	font-family: "Dinpro-Reg", sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #00aaf0;
}
.hot a:hover {
	border-bottom: none;
}
.search {
	float: left;
	margin-top: 20px;
	width: 980px;
}
.s-form {
	float: left;
	width: 960px;
	padding: 10px;
	background: #0698eb;
	border-radius: 5px;
	behavior: url('/PIE.htc');
	position:relative;
}
.s-form input[type="text"] {
	float: left;
	padding: 11px;
	font-family: "Dinpro-Light", sans-serif;
	font-size: 24px;
	border-radius: 5px;
	border: none;
	width: 500px;
	behavior: url('/PIE.htc');
	position:relative;
	line-height: 23px;
	height:23px;
}
 @-moz-document url-prefix() {
 .s-form input[type="text"] {
 width: 491px;
}
}
.s-form select {
	float: left;
	font-family: "Dinpro-Light", sans-serif;
	font-size: 20px;
	border-radius: 5px;
	background-color: #fff;
	border: none;
	padding: 10px 10px;
	width: 154px;
	margin-right: 10px;
	height: 45px;
	behavior: url('/PIE.htc');
	position:relative;
}
.s-form .btn {
	float: right;
	width: 100px;
	padding: 0;
}
.divider {
	float: left;
	height: 65px;
	margin: 0 20px;
	border-left: 1px solid #c6c6c6;
}
#footer a {
	font-family: "Dinpro-Light";
}
#footer p {
	font-family: "Dinpro-Light";
	color: #4e4e4e;
}
.new-vac-wrapper {
	width: 100%;
	margin-top: 20px;
}
.new-vac-content {
	float: left;
	width: 100%;
	background-color: #00aaf0;
	margin-top: 20px;
	height: auto;
}
.new-vac-footer {
	float: left;
	width: 100%;
	height: 82px;
	background-color: #009fe0;
}
.new-vac-list {
	position: relative;
	width: 980px;
	padding: 30px 0 0 0;
	margin: 0 auto;
}
.new-vl-content {
	width: 1000px;
	padding: 0;
	margin-left: -20px;
}
.new-vl-content p {
	float: left;
	text-align: center !important;
    margin-bottom: 30px;
}

.p-blue {
    float: left;
    text-align: center;
    margin-bottom: 30px;
}
.t,
.t-blue {
	margin: 0 0 0 20px;
	line-height: 40px;
	font-family: "Dinpro-Reg", sans-serif;
	color: #fff;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	font-weight:normal;
}

.t-blue {
    color: #0B8BD4;
    border-bottom: 2px solid #0B8BD4;
}

.t:hover, .t-blue:hover {
	border-bottom: none;
}
.t5 {
	font-family: "Dinpro-Light", sans-serif !important;
	font-size: 18px;
}
.t4 {
	font-size: 20px;
}
.t3 {
	font-size: 22px;
}
.t2 {
	font-size: 24px;
}
.t1 {
	font-size: 28px;
}

.blue-arrow {
	position: absolute;
	top: -12px;
	left: 458px;
	width: 44px;
	height: 12px;
	background: url("../img/arrow-blue.png");
}
.new-header-wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
.new-vac-footer-content {
	position: relative;
	width: 980px;
	margin: 0 auto;
	height: inherit;
}
.wrapper {
	width: 100%;
	min-height: 200px;
	margin: 30px 0 0 0;
	border-top: 3px solid #00aaf0;
}
.container {
	width: 980px;
	height: auto;
	margin: 0 auto;
}
.news-wrapper {
	width: 100%;
	margin: 30px 0 30px 0;
	border-top: 3px solid #c6d0d2;
	border-bottom: 3px solid #c6d0d2;
}
.news-header {
	width: 980px;
	margin: 20px auto 0 auto;
	text-align: center;
}
.news-content {
	width: 980px;
	margin: 20px auto 20px auto;
	overflow: hidden;
}
.news {
	display: block;
	list-style: none;
	width: 100%;
}
.news li {
	display: inline-block;
	border-left: 1px solid #cccccc;
	margin-right: 30px;
	width: 200px;
	padding: 0 0 0 10px;
	float: left;
}
.news li:last-child {
	margin-right: 0;
}
.news-footer {
	width: 980px;
	height: 65px;
	margin: 0 auto;
	position: relative;
}
.n-date {
	font-family: "Dinpro-Reg", sans-serif;
	font-size: 12px;
	color: #626262;
	font-weight:normal;
}
.short-text {
	font-family: "Dinpro-Reg", sans-serif;
	margin-top: 10px;
	font-size: 14px;
	font-weight:normal;
    color: #2b2b2b;
    text-decoration: none;
}
.top-companies {
    float: left;
	width: 100%;
	background: #d2f6ca;
	padding: 20px;
}
.top-companies-list {
	width: 980px;
	margin: 0 auto;
}
.companies-list {
	display: block;
	width: 990px;
	margin-left: -10px;
	margin-top: 20px;
	list-style: none;
}
.companies-list li {
	display: inline-block;
	margin-left: 13px;
	margin-bottom: 10px;
	width: 128px;
	height: 83px;
	background: #fff;
	border-radius: 5px;
	border-bottom: 2px solid #bedcaa;
	float: left;
	behavior: url('/PIE.htc');
	position:relative;
}
.brand-logo {
	padding: 17px 14px 16px 14px;
}
.content {
	width: 726px;
	float: left;
	padding-top: 5px;
	margin: 20px 0 0 30px;
}
.l-sidebar {
	width: 224px;
	float: left;
	margin-top: 30px;
}
.ls-item {
	float: left;
	width: 180px;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 2px solid;
	behavior: url('/PIE.htc');
	position:relative;
}
.ls-item-tags {
    width: 160px !important;
}
.ls-item-no-padding-tags {
    width: 200px !important;
}
.ls-item-no-padding {
	padding: 20px 0 !important;
	width: 220px;
}
.ls-item-no-padding h6 {
	padding: 0 20px;
}
.ls-item-no-padding > a {
	margin-left: 20px;
}
.ls-item:last-child {
	margin-bottom: 0;
}
.border-blue {
	border-color: #12b0f1;
}
.border-silver {
	border-color: #e7e7e7;
}
.request {
	display: block;
	list-style: none;
}
.request li {
	display: block;
}
.request li a {
	font-family: "Dinpro-Reg", sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #0398e8;
	border-radius: 5px;
	padding: 7px 10px;
	text-decoration: none;
	behavior: url('/PIE.htc');
	position:relative;
	display:inline-block;
	margin: 10px 0 0;
}
.cities {
	display: block;
	list-style: none;
	margin-bottom: 10px;
}
.cities li {
	display: block;
	margin-bottom: 0;
}
.cities li:hover {
	background: #ffa216;
}
.cities li:first-child {
	margin-top: 15px;
}
.cities li a {
	font-family: "Dinpro-Reg", sans-serif;
	font-size: 16px;
	color: #2b2b2b;
	text-decoration: none;
	display: block;
	padding: 5px 20px;
}
.cities li a:hover {
	color: #fff;
}

.cities-popup {
    float: left;
    display: block;
    list-style: none;
    padding: 5px 10px 5px 10px;
}

.cities-popup li {
    display: block;
    float: left;
    width: 150px;
}
.cities-popup li:hover {
    background: #ffa216;
    border-radius: 5px;
}

.cities-popup li a {
    font-family: "Dinpro-Reg", sans-serif;
    font-size: 16px;
    color: #2b2b2b;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    text-align: center;
}
.cities-popup li a:hover {
    color: #fff;
}

.categories {
    float: left;
	width: inherit;
	margin-top: 20px;
}
.cat-list {
	float: left;
	display: block;
	list-style: none;
}
.cat-list:first-child {
	margin-right: 90px;
}
.cat-list li {
	padding-left: 20px;
	margin-bottom: 13px;
	display: block;
	background: url("../img/arrow-silver.png") no-repeat left;
}
.cat-list li a {
	font-family: "Dinpro-Reg", sans-serif;
	font-size: 18px;
	color: #0b8bd4;
	text-decoration: none;
	border-bottom: 2px solid #c1ccce;
}
.cat-list li a:hover {
	border-bottom: none;
}
.cat-list:last-child {
	margin-right: 0;
}
.w-search {
	border-bottom: 2px solid #c6d0d2;
}
.s-sidebar {
	width: 224px;
	float: right;
	padding-left: 20px;
}
.sls-item {
	float: left;
	width: 204px;
	padding: 20px 0 20px 0;
	margin-bottom: 30px;
}
.s-content {
	width: 735px;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 30px;
	padding-top: 20px;
	border-right: 1px solid #bcc9cf;
}
.s-categories {
	float: left;
	display: block;
	list-style: none;
	margin-top: 20px;
}
.s-categories li {
	display: block;
	margin-bottom: 15px;
}
.s-categories li a {
	font-family: "Dinpro-Reg", sans-serif !important;
	font-size: 16px !important;
	text-decoration: none;
	color: #5ab13e;
	border-bottom: 2px solid #c1ccce;
}
.s-categories li a:hover {
	border-bottom: none;
}
.s-sidebar li a span {
	color: #909fa4;
}
.s-tools {
	float: left;
	width: 650px;
	padding: 10px;
	border: 2px solid #e7e7e7;
	border-radius: 5px;
	margin-top: 20px;
	behavior: url('/PIE.htc');
	position:relative;
}

.s-list {
	display: block;
	float: left;
	list-style: none;
	width: 735px;
	margin: 0px 0 20px;
}
.s-list > li {
	position: relative;
	float: left;
	display: block;
	padding: 15px 10px 17px 10px;
	border-bottom: 1px solid #e7e7e7;
	width:715px;
}
.s-list > li:first-child {
	padding-top: 10px;
}
.s-list-header span {
	font-family: "Dinpro-Reg", sans-serif;
	font-size: 18px;
	color: #a6b1b5;
	margin-right: 5px;
	font-weight:normal;
}

.s-info > li {
	float: left;
	display: inline-block;
	border-right: 1px solid #b9b9b9;
	padding-right: 10px;
	padding-left: 10px;
}
.s-info > li:first-child {
	padding-left: 0;
}
.s-info > li:last-child {
	border-right: none;
}
.s-info > li p {
	font-family: "Dinpro-Reg", sans-serif;
	font-size: 15px;
	color: #838383;
	font-weight:normal;
}
.s-info > li a {
	font-size: 15px;
	color: #088bd3;
	text-decoration: none;
}
.company {
	font-size: 14px;
	color: #639153 !important;
	text-decoration: none;
}

.vip {
	background-color: #fffdca;
    margin-bottom: 20px;
}

.vip-badge {
	font-family: PF DinDisplay Pro, sans-serif;
	height: 24px;
	line-height: 26px;
	padding: 5px 10px;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: bold !important;
	border-radius: 5px;
	text-transform: uppercase;
	background-color: #ffa216;
	border-bottom: 2px solid #a0864b;
	margin-right: 5px;
	behavior: url('/PIE.htc');
	position:relative;
}
.vip-logo {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 74px;
	height: 54px;
	background: #fff;
	border-radius: 5px;
	border-bottom: 2px solid #e4e5d5;
	behavior: url('/PIE.htc');
}
.vip-logo img {
	margin-top: 10px;
	width: 74px;
	height: 34px;
}

.nav li a {
	font-family: "Dinpro-Med", sans-serif;
	padding: 5px 10px;
	font-size: 16px;
	text-decoration: none;
	color: #8f9ea3;
	border: 2px solid #8f9ea3;
	border-radius: 5px;
	behavior: url('/PIE.htc');
	position:relative;
}
.nav li a:hover {
	padding: 5px 10px;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	border: 2px solid #0698eb;
	background: #0698eb;
	border-radius: 5px;
	behavior: url('/PIE.htc');
	position:relative;
}
.active-item {
    padding: 5px 10px;
    font-size: 16px;
    text-decoration: none;
    color: #fff !important;
    border: 2px solid #0698eb !important;
    background: #0698eb;
    border-radius: 5px;
    behavior: url('/PIE.htc');
    position:relative;
}
.inactive {
	border: none !important;
	color: #8f9ea3 !important;
	background: #fff !important;
}
a.selectBox {
	cursor: pointer;
}

#loginBox {
    background: #fff;
    width: 349px;
    position: absolute;
    right: -8px;
    top: 40px;
    font-family: Dinpro-Reg;
    font-size: 12px;
    padding: 0 0 10px 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-left: 3px solid #FFCA79;
    border-right: 3px solid #FFCA79;
    border-bottom: 3px solid #FFCA79;
    z-index: 1000;
}

#loginBox .loginBoxHeader {
    height: 3px;
    width: 145px;
    overflow: hidden;
    border-top: 3px solid #FFCA79;
}

#loginBox .login {
    color: #0082d2;
    float: left;
}

#loginBox .close {
    background: url('../../images/closeIco.png') no-repeat center center;
    height: 32px;
    width: 32px;
    display: inline-block;
    float: right;
    vertical-align: middle;
}

#loginForm {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#loginBox .socialLoginContainer{
    padding-top: 10px;
}

#loginForm label.field{
    text-align: left;
    font-size: 14px;
    line-height: 27px;
    color: #2d2d2d;
    width: 60px;
    height: 27px;
    display: inline-block;
    padding: 0 0 0 12px;
}

#loginForm input.text {
    width: 235px !important;
    height: 27px;
    border: 1px solid #FFCA79;
    color: #000;
    font-size: 16px;
    font-family: Arial;
    padding: 0 10px;
    margin-right: 10px;
}

#loginForm .item {
    float: left;
    margin: 10px 0 0;
}

#rememberMe {

    vertical-align: middle;
    margin: 0 5px 0 80px;
    display: inline-block;
}

#loginForm .forgotPassword {
    color: #0082d2;
    font-size: 12px;
    display: inline-block;
}

#loginForm .forgotPassword:hover {
    text-decoration: none;
}

.hidden {
    display: none;
}

.tooltip {
    position: absolute;
    z-index: 1;
    left: -9999px;
    background-color: #FEFEFE;
    padding: 5px;
    border: 3px solid #0398e8 !important;
    border-radius: 5px;
    overflow: hidden;
    width: 270px;
}

.tooltip a {
    margin: 0;
    color: #027FD2!important;
    padding: 2px 7px;
    clear: both;
    float: left;
    text-align: left;
    text-decoration: none;
    font-size: 15px;
}

.brandIco {
    position: absolute;
    top:0;
    right:0;
}

#request-popup,
#sendResponse,
#sendResume,
#send_to_friend {
    padding: 0;
}

.request-form {
    float: left;
    padding: 10px 15px;
}

.request-form fieldset {
    border: none;
    width: 100%;
}

.request-label {
    width: 100%;
    float: left;
    display: block;
    font-family: Dinpro-Reg;
    font-size: 18px;
    line-height: 43px;
    margin-bottom: 10px;
}

.validateTips3 {
    font-family: Dinpro-Reg;
    font-size: 16px;
    padding: 5px;
    margin: 0 10px;
    border-radius: 5px;
}

.request-input {
    float: right;
    width: 220px;
    padding: 0 10px;
    height: 43px;
    border: none;
    border-radius: 5px;
    font-family: Dinpro-Reg !important;
    font-size: 18px !important;
}

.request-select {
    float: right !important;
    width: 160px !important;
    padding: 0 10px;
    height: 43px;
    border: none;
    border-radius: 5px;
    font-family: Dinpro-Reg !important;
    font-size: 18px !important;
}

.request-text {
    float: left;
    width: 300px;
    height: 80px;
    padding: 0 10px;
    border: none;
    border-radius: 5px;
    font-family: Dinpro-Reg !important;
    font-size: 18px !important;
}

.saved {
    color: #008000 !important;
}

.save {
    color: #000 !important;
}

#top_banner {
    text-align: center;
    background: #ececec;
}

.post-description {
    font-family: Dinpro-Light;
    font-size: 16px;
    margin-top: 10px;
}

.price-wrapper {
    padding-top: 20px;
	clear: both;
}
.price-content {
    float: left;
    width: 680px;
    margin-right: 20px;
}

.price-sidebar {
    float: left;
    width: 280px;
}

.price-sidebar p {
    font-family: Dinpro-Light;
    font-size: 16px;
    line-height: 24px;
}

.line {
    font-family: Dinpro-Reg;
    font-size: 16px;
    line-height: 24px;
}

.price-box {
    border: 3px solid #0698EB;
}
.price-box h3 {
    color: #ff4527;
}

#lightbox10 {
    position: fixed;
    top: 0;
    left: 50%;
    width: 336px;
    margin-left: -218px;
    margin-top: -119px;
    background: #fff;
    border-radius: 5px;
    font-size:16px;
    font-family: Arial;
    z-index:400;
    padding-top: 10px;
    padding-left: 80px;
    padding-right: 20px;
    padding-bottom: 15px;
}

#lightbox10 .title {
    color: #000;
    font-size: 22px;
}

#lightbox10 p {
    font-size: 14px;
    color: #666;
    line-height: 18px;
}

#lightbox10 .confirm_legacy {
    float: right;
    font-size: 16px;
    margin-top: 10px;
}

#lightbox10 .closeSubscribe {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: url("http://rabota.md/image/closeButtonLegacy.jpg") no-repeat center center;
    text-indent: -15000px;
}

#lightbox10 .justice {
    background: url("http://rabota.md/image/justice.png") no-repeat center center;
    width: 54px;
    height: 49px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
}

#lightbox-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    z-index: 300;
}

.add-form {
    font-family: Dinpro-Reg;
}

.ctrl-text {
    float: left;
    padding: 11px;
    font-family: "Dinpro-Light", sans-serif;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #C6D0D2;
    width: 500px;
    behavior: url('/PIE.htc');
    position:relative;
    line-height: 23px;
}

.ctrl-select {
    float: left;
    font-family: "Dinpro-Light", sans-serif;
    font-size: 20px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #C6D0D2 !important;
    padding: 10px 10px;
    margin-right: 10px;
    behavior: url('/PIE.htc');
    position:relative;
    margin-left: 0 !important;
}

.ctrl-select .selectBox-label {
    line-height: 25px !important;
}

.add-form a.selectBox {
    margin-left: 0px !important;
}

.add-form .selectBox-dropdown {
    min-width: 100px !important;
}

.ctrl-title {
    font-family: Dinpro-Reg;
    font-size: 20px;
    color: #fff;
    padding: 7px 0 7px 10px;
    background-color: #0698EB;
}

.asterix {
    color: #ff0000;
}

.error {
    list-style: none;
    display: block;
    font-family: Dinpro-Light;
    font-size: 14px;
    color: #fff;
}

.error li {
    display: block;
    padding: 10px;
    background-color: #FF9584;
    border: 1px solid #CD0A0A;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom: 10px;
}

.textPage * {
    font-family: "Proxima-Semibold", sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.copyright {
	width:400px;	
}


/* new styles */
.rsPage .s-form select {
	width: 50%;
	margin: 0;
}
.rsPage .new-vac-list {
	width: auto;
}
.rsPage .new-vl-content {
	width: auto;
}
.rsPage .new-vac-footer {
	height: auto;
}
@media (max-width: 640px) {
	.rsPage.home-page .top-companies-list {
		width: auto;
	}
	.rsPage.home-page .companies-list {
		width: auto;
	}
	.rsPage .content {
		border: 0;
	}
	.rsPage #header {
		padding: 0 15px;
		width: auto;
	}
	.rsPage .h-nav {
		float: none;
		width: auto;
	}
	.rsPage .search {
		float: none;
		width: auto;
	}
	.rsPage .container {
		padding: 0 15px;
		width: auto;
	}
	.rsPage .price-content {
		float: none;
		margin: 0;
		width: auto;
	}
	.rsPage .price-sidebar {
		float: none;
		width: auto;
	}
	.rsPage .price-box {
		float: none;
		width: auto;
	}
	.rsPage .tb-nav-wrapper {
		height: auto;
		flex-direction: column;
		padding: 0 15px;
		width: auto;
	}
	.rsPage #top-bar {
		height: auto;
	}
	.rsPage #footer {
		padding: 0 15px;
		width: auto;
	}
	.rsPage .brand-img {
		height: auto;
		width: 100%;
	}
	.rsPage .copyright {
		width: auto;
	}
	.rsPage .s-form input[type="text"] {
		width: 100%;
	}
	.rsPage .btn {
		height: auto;
		line-height: 18px;
		padding: 8px 10px;
	}
}
@media (max-width: 960px) {
	.rsPage .s-content,
	.rsPage .content,
	.rsPage .sls-item {
		float: none;
		width: 100%;
	}
	.rsPage .content {
		margin-left: 0;
		margin-right: 0;
	}
	.rsPage .new-header-wrapper {
		width: auto;
	}
	.rsPage .new-vac-footer-content {
		width: auto;
	}
	.rsPage .ls-item {
		width: 100%;
	}
	.rsPage .blue-arrow {
		display: none;
	}
	.rsPage .s-list {
		width: auto;
	}
	.rsPage .s-list > li {
		width: auto;
	}
	.rsPage .s-tools {
		width: auto;
	}
}
@media (min-width: 640px) {
	.rsPage .s-form input[type="text"] {
		width: 522px;
	}
}