/* 
	Author: Mariusz Adamiec
*/

@import url(../fonts/font.css);

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Open Sans', Arial, Tahoma sans-serif; 
       font-size: 14px; font-weight: normal; 
       color: #3d3d3d;
}
img { height: auto; max-width: 100%; }
input[type="submit"]:hover { cursor: pointer; }
a { color: #ff9000; }
a:hover { text-decoration: none; }
#frame { width: 100%; overflow: hidden; }
#menu-trigger { display: none; }
.helper-vertical-align {display: inline-block; height: 100%; vertical-align: middle;}

/* Float */
.float-left { float: left; }
.float-right { float: right; }
.float-none { float: none; }

/* Text align */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.vertical { vertical-align: middle; }

/* Colors */
.white { color: #fff; }

/* Positions */
.absolute { position: absolute; }
.relative { position: relative; }
.fixed { position: fixed; }

/* Default columns */
.col-4 { position: relative; overflow: hidden; float: left; margin-bottom: 30px; max-height: 220px; max-width: 220px; }

/* Default margin sizes */
.m-r10 { margin-right: 10px; }
.m-r15 { margin-right: 15px; }
.m-r20 { margin-right: 20px; }
.m-l10 { margin-left: 10px; }
.m-l15 { margin-left: 15px; }
.m-l20 { margin-left: 20px }
.m-t10 { margin-top: 10px; }
.m-t15 { margin-top: 15px; }
.m-t20 { margin-top: 20px; }
.margin-t20 { margin-top: 20px; }
.m-b10 { margin-bottom: 10px; }
.m-b15 { margin-bottom: 15px; }
.m-b20 { margin-bottom: 20px; }
.m-b40 { margin-bottom: 40px; }

/* Default padding sizes */
.p-lr-15 { padding: 0 15px; }
.p-l10 { padding-left: 10px; }
.p-l16 { padding-left: 16px; }
.p-l30 { padding-left: 30px; }
.p-t46 { padding-top: 46px; }

/* Default fonts in current project (change if needed) */
.main-font { font-family: 'Open Sans'; }
.second-font { font-family: '' }
.bold { font-weight: 700; }
.regular { font-weight: 400; }
.light { font-weight: 300; }
.text-size { font-size: 14px; }
.text-color { color: #515151; }
.header-color { color: #131d2a;}
.active-color { color: #ff9000 !important; }

/* Other default settings for current project */
.last-li-element { border-bottom: 1px solid #ccc; }
.separator { display: inline-block; margin-left: 9px; font-size: 12px;}
.login-position, .register-position { display: none; overflow: hidden; }
.overflow { overflow: hidden;}
.block { display: block; }
.no-type { list-style-type: none; }
.no-border { border: none; }
.no-margin { margin-right: 0px !important; }
.display-none { display: none !important;}
.radius { border-radius: 5px; }
#frame a { text-decoration: none; }
#frame h2 { font-size: 26px; }
.odd-even:nth-child(odd) { background: #fff; }
.odd-even:nth-child(even) { background: #e8e8e8; }
select { -webkit-appearance: none; -moz-appearance: none; }
select:focus, input:focus{ outline: 0; }

::-webkit-input-placeholder { color: #9f9f9f; } /* WebKit browsers */
:-moz-placeholder { color: #9f9f9f; } /* Mozilla Firefox 4 to 18 */
::-moz-placeholder { color: #9f9f9f; } /* Mozilla Firefox 19+ */
:-ms-input-placeholder { color: #9f9f9f; } /* Internet Explorer 10+ */

/* END OF DEFAULTS */

.content-wrapper { position: relative; max-width: 960px; margin: auto; padding: 15px 10px; overflow: hidden; }
.max-wrapper { width: 100%; overflow: hidden; }
ul.horizontal-menu { right: 10px; bottom: 16px;}
ul.horizontal-menu li { display: inline-block; }
ul.horizontal-menu li a { font-family: 'Open Sans'; font-size: 14px; color: #515151; }
.btn-wrapper { /*margin: 24px 24px 0 0;*/ float: right; }

#top { overflow: hidden; max-width: 960px; width: auto; min-height: 100px; height: auto; margin: 0 auto; padding: 15px 10px; position: relative; }
#search-rwd { overflow: hidden; padding: 15px 20px; display: none; margin-top: 30px;}
#search-top-form { margin-right: 65px; }
.custom-wrapper { }
.login, .register { font-size: 12px; padding: 6px 0; }
.login { padding-left: 16px; }
.input-wrapper { border: 1px solid #afafaf; width: 410px; height: 30px; }
.input-wrapper input { border: none; width: 180px; height: 100%; padding-left: 15px; background: #fff;}
.input-wrapper input[name="keyword"] { border-right: 1px solid #afafaf; }
#search-top-form input[type="submit"] { background: url('../images/search-icon.jpg') no-repeat center center; width: 40px; height: 30px; position: absolute; top: -1px; }

#main-register-form { min-height: 480px; background: url('../images/top-bg.jpg') no-repeat center top; margin: 12px 0px 30px 0px; }
.form-outter-wrapper { width: 650px; }
.form-outter-wrapper .left-form { width: 340px; height: 180px; }
.form-outter-wrapper .left-form .left-form-text { background: url('../images/form-text.png') no-repeat; width: 310px; height: 100px; top: 190px; }
.form-outter-wrapper .left-form .left-form-arrow { background: url('../images/right-arrow.png') no-repeat; width: 170px; height: 70px; top: 318px; left: 160px;}
.form-outter-wrapper .right-form { width: 310px; }
.form-outter-wrapper .right-form .form-custom-text { color: #fff; font-size: 26px; line-height: 26px; margin: 21px auto 10px; }
.form-outter-wrapper .right-form .form-custom-text span { font-size: 16px; }
.form-outter-wrapper .right-form .alt-login-text { color: #bfbfbf; font-size: 12px; line-height: 29px; }
.form-outter-wrapper .right-form .alt-login-wrapper { width: 100%; overflow: hidden; }
.form-outter-wrapper .right-form .input { width: 100%; height: 22px; font-size: 12px; color: #bfbfbf; padding: 15px 0; }
.form-outter-wrapper .right-form .input input { top: 16px; left: 50px;}
#register-form input { width: 310px; height: 40px; padding-left: 16px; margin-bottom: 14px; border: none; }
#register-form input[type="checkbox"] {width: 20px;left: 40px;top: 4px;}
#register-form input[type="submit"] { font-size: 20px; color: #fff; background: #ff9000; border: 1px solid #585858; margin: 0; }
.register-form #user-login-form fieldset {border: none;}

#employer-section {}
#employer-section .employers-tiles { 
  width: 100%; 
  overflow: hidden; 
  margin-top: 30px;
}
#employer-section .employers-tiles .single-tile { position: relative; overflow: hidden; float: left; margin-bottom: 30px; max-width: 300px; }
#employer-section .employers-tiles .single-tile .logo { width: 100px; height: 80px; line-height: 80px; text-align: center; margin: auto; }
#employer-section .employers-tiles .single-tile .logo img { vertical-align: middle; }

#recommended-offers {}
#recommended-offers .offers-list { margin-top: 38px; }
#recommended-offers .offers-list .single-offer { border-top: 1px solid #afafaf; min-height: 64px; overflow: hidden; }
#recommended-offers .offers-list .single-offer .logo { float: left; width: 64px; height: 64px; text-align: center; margin-left: 28px; }
#recommended-offers .offers-list .single-offer .logo img { vertical-align: middle; }
#recommended-offers .offers-list .single-offer .company-name { float: left; width: 440px; margin-left: 54px; line-height: 30px; padding: 15px 0; }
#recommended-offers .offers-list .single-offer .location { float: left; width: 140px; margin-left: 50px; vertical-align: middle; padding: 15px 0; }
#recommended-offers .offers-list .single-offer .location a, #recommended-offers .offers-list .single-offer .company-name a { color: #515151; }
#recommended-offers .offers-list .single-offer .details-btn { overflow:hidden; float: right; width: 110px; margin-top: 16px; }
#recommended-offers .offers-list .single-offer .details-btn a { 
	width: 110px;
	background: #fff; 
	background: url('../images/checked.png') no-repeat 10px 7px; 
	border: 1px solid #afafaf;   
	padding: 6px 12px 6px 32px;
}
#recommended-offers .offers-list .single-offer .details-btn a:hover {
	background-color: #FF9000; 
	background-position: 10px -12px;
	color: #fff;
	border: 1px solid #FF9000; 
}

.left-arrow-job { 
	background: url('../images/arrow-left.png') no-repeat;
  display: block;
  width: 25px;
  height: 45px;
  position: absolute;
}
.first-arrow-position { left: 450px; top: 60px; }
.second-arrow-position { left: 665px; top: 60px; }

.right-arrow-job { 
	background: url('../images/arrow-right.png') no-repeat;
  display: block;
  width: 25px;
  height: 45px;
  position: absolute;
  left: 310px;
  top: 60px;
}

#first-job-section {}
#first-job-section h2 { margin: 40px 0px 50px; }
#first-job-section .paper-sheet-bg { overflow: hidden; background: url(../images/paper_bg.png) 10px 0px; padding-bottom: 15px; }
#first-job-section .paper-sheet-bg p { padding: 40px 160px 25px 160px; font-size: 24px; position: relative; }
#first-job-section .paper-sheet-bg p a { color: #ff9000; text-decoration: underline;}
#first-job-section .paper-sheet-bg p.download-cv { background: url(../images/icon1.png) no-repeat 65px 30px; }
/*#first-job-section .paper-sheet-bg p.download-cv:after { 
	content: "";
  background: url('../images/arrow-left.png') no-repeat;
  width: 25px;
  height: 45px;
  display: block;
  position: absolute;
  left: 460px;
}*/
#first-job-section .paper-sheet-bg p.perfect-cv { background: url(../images/icon3.png) no-repeat calc(100% - 65px) 40px; }
/*#first-job-section .paper-sheet-bg p.perfect-cv:before { 
	content: "";
  background: url('../images/arrow-right.png') no-repeat;
  width: 25px;
  height: 45px;
  display: block;
  position: absolute;
  top: 60px;
  left: 316px;
}
*/#first-job-section .paper-sheet-bg p.job-interview { background: url(../images/icon2.png) no-repeat 90px 30px; }
#first-job-section .paper-sheet-bg p.browse-offers { background: url(../images/icon4.png) no-repeat calc(100% - 65px) 30px;}

#guides { }
#guides p.more a { color: #515151; }
#guides p.name a { font-size: 18px; line-height: 26px; }
.article-list { max-width: 940px; margin: 40px 0px 40px 0px; }
html>body .article-list, html>body .article-list .article-lead { overflow: hidden; }
.article-list .article-lead { width: 49%; float: left; margin-bottom: 20px; height: 175px;}
.article-list .article-lead .img { float: left; width: 158px; height: 158px; line-height: 158px; text-align: center; margin-right: 20px; }
.article-list .article-lead .img img { vertical-align: middle; }
.article-list .article-lead .desc { float: left; max-width: 270px; }
.article-list .article-lead .desc p.name { color: #515151; padding-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.article-list .article-lead .desc p.name a { color: #515151; font-family:'Open Sans'; font-weight: 400; font-size: 20px; }
.article-list .article-lead .desc p.intro { color: #515151; line-height: 24px; font-family:'Open Sans'; font-size: 14px; max-height: 75px; overflow: hidden; }
.article-list .article-lead .desc p.more {  font-weight: 600; line-height: 24px; padding-top: 8px; font-size: 14px; }
.article-list .article-lead .desc p.more a { font-family:'Open Sans'; font-weight: 700; font-size: 14px; text-decoration: underline;}

#newsletter { background: #f5f5f5; border: 1px solid #cccccc; }
#newsletter p { font-size: 20px; padding: 15px 0 15px 30px}
#newsletter form { width: 420px; height:44px; margin-top: 5px; margin-right: 36px; }
#newsletter form input[type="text"] { width: 220px; height: 44px; text-align: center; border: 1px solid #cccccc; left: 0px; top: 0px; }
#newsletter form input[type="submit"] { 
	width: 200px;
	height: 44px;
	border: none;
	background: #ff9000 url(../images/envelope.png) no-repeat 36px center;
	color: #fff;
	font-size: 16px; 
	padding-left: 50px;
	left: 220px;
	top: 0px;
}

#search-box { min-height: 290px; background: url('../images/search-bg.jpg') no-repeat center top; background-size: cover; margin: 12px 0px 30px 0px; }
#search-box h1 { margin-top: 52px; }
#search-box p { margin: 10px 0; }
#search-box form { width: 640px; height: 56px; margin-top: 25px; }
#search-box form input[type="text"] { width: 260px; height: 56px; padding-left: 20px;}
#search-box form input[type="submit"] { width: 96px; height: 56px; background: url('../images/big-search-icon.jpg') no-repeat center top; background-size: cover; right: 0px; top: 0px; }
#search-box form input[name="phrase"] { left: 0px; top: 0px; }
#search-box form input[name="localization"] { left: 272px; top: 0px; }

#results-content h3 { font-size: 18px; padding: 20px 0; }
#results-content .left-results { width: 240px; float: left; }
#results-content #joboffer-filters li a { 
	width: 220px;
  height: 55px;
  background: url('../images/filter-icons.png') no-repeat 180px 14px;
  display: block;
  color: #515151;
  font-family: 'Open Sans';
  font-size: 16px;
  padding: 16px 0px 0px 15px;
  border: 1px solid #ccc;
  margin: 3px 0; 
}

#results-content #joboffer-filters li a:hover { background-position: 180px -186px; background-color: #e7e7e7;}
#results-content #joboffer-filters li a.active {background-position: 180px -186px; background-color: #e7e7e7; }
#joboffer-filters li div { display: none; }
#categories-tree { font-family: 'Open Sans'; font-size: 12px; }
.ci-mc-close { padding-left: 8px; }
/*ul#joboffer-filters { list-style: none; }
ul#joboffer-filters li div { display: none; }
ul#joboffer-filters li a { display: block; background: url('../images/filter-icons.png') no-repeat 194px 14px; padding: 15px 50px 15px 20px; width: 170px; font-size: 16px; color: #363636; text-decoration: none; border-top: 1px solid #cecece; }
ul#joboffer-filters li a:hover { background-position: 194px -86px; background-color: #ff9000 ; }
ul#joboffer-filters li a.active { background-position: 194px -186px; color: #fff; background-color: #091b38; }

ul#joboffer-filters li p.see-more-filter a { background: none; border: 0; width: 100%; text-align: center; padding: 10px 0px; font-size: 13px; }*/

#filters-box #match-results { width: 100%; height: 40px; }
#filters-box #match-results input { background-color: #ff9000; color: #fff; width: 220px; height: 50px; font-size: 16px; font-weight: 200; cursor: pointer; border: none; }

#results-content .right-results { width: 700px; overflow: hidden; }
.found-offers { overflow: hidden; background: #fff;}
.found-offers .single-offer { border-top: 1px solid #ccc; }
.found-offers .single-offer .offer-top { overflow: hidden; }
.found-offers .single-offer .offer-top .offer-logo { float: left; width: 100px; height: 80px; line-height: 80px; text-align: center; }
.found-offers .single-offer .offer-top .offer-logo img { vertical-align: middle; }
.found-offers .single-offer .offer-top .offer-name { float: left; padding: 12px 20px; max-width: 460px; }
.found-offers .single-offer .offer-top .offer-name a { color: #3d3d3d; }
.found-offers .single-offer .offer-top .offer-name span.loc a { color: #b4b4b4; font-size: 12px; }
.found-offers .single-offer .offer-top .offer-apply { float: right; width: 110px; height: 32px; margin-top: 20px; margin-right: 10px; }
.found-offers .single-offer .offer-top .offer-apply a { 
	width: 100%;
	height: 100%; 
	font-family: 'Open Sans'; 
	font-size: 14px; 
	color: #515151;
	background: #fff url('../images/checked.png') no-repeat 10px 7px;
	padding: 6px 12px 6px 32px;
	border: 1px solid #ccc; 
}
.found-offers .single-offer .offer-top .offer-apply a:hover {
	background-color: #FF9000; 
	background-position: 10px -12px;
	color: #fff;
	border: 1px solid #FF9000; 
}

#current-recruiters h2 { position: relative; }
#current-recruiters h2:before { 
	content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #ccc;
  top: 12px;
  left: 0px;
  width: 33%;
}
#current-recruiters h2:after {  
	content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #ccc;
  top: 12px;
  right: 0px;
  width: 33%; 
}
#current-recruiters .recruiters-list .recruiter { width: 140px; height: 140px; line-height: 150px; text-align: center; margin-right: 20px; float: left; }

#employer-section-2 { padding-top: 35px; border-top: 1px solid #ccc; margin-top: 12px; }
#employer-section-2 .employer-left, #employer-section-2 .employer-right { border: 1px solid #ccc; }
#employer-section-2 .employer-left { width: 220px; float: left; margin-right: 20px; }
#employer-section-2 .employer-left .employer-logo { width: 160px; height: 110px; margin: auto; text-align: center; line-height: 100px; }
#employer-section-2 .employer-left > a { width: 165px; height: 55px; display: block; margin: 0px auto 38px; text-align: center; background: #ff9000; line-height: 52px; color: #fff; }
#employer-section-2 .employer-left ul li { border-top: 1px solid #ccc; background: url(../images/orange-arrow.jpg) no-repeat calc(100% - 28px) 20px; }
#employer-section-2 .employer-left ul li { }
#employer-section-2 .employer-left ul li a { width: 100%; padding: 20px 60px 20px 28px; display: block; }
#employer-section-2 .employer-left ul li a:hover { background: #FF9000; color: #fff; }
#employer-section-2 .employer-left .employer-address { padding: 36px 82px 36px 28px; }

#employer-section-2 .employer-right { width: 700px; overflow: hidden; }
#employer-section-2 .employer-right .employer-commercial-top { display: block; padding: 22px 15px; }
#employer-section-2 .employer-right .employer-long-desc { border-top:1px solid #ccc; padding: 22px; }
#employer-section-2 .employer-right .employer-long-desc h3 { padding-bottom: 40px; }
#employer-section-2 .employer-right .employer-long-desc p { padding-bottom: 10px; }

#for-employer { padding-top: 35px; border-top: 1px solid #ccc; margin-top: 12px; }
#for-employer .advertisement-section { overflow: hidden; margin-top: 60px; border-bottom: 1px solid #ccc; padding-bottom: 40px; }
#for-employer .advertisement-section .advertisment { background: #f0f0f0; padding-bottom: 18px; border: 1px solid #ccc; }
#for-employer .advertisement-section .advertisment p.advert-top { background: #ff9000; padding: 10px 75px; font-size: 26px; margin-bottom: 10px; }
#for-employer .advertisement-section .advertisment p.advert-top span.price { font-size: 40px; font-weight: 600; }
#for-employer .advertisement-section .advertisment p.advert-top span.currency { font-size: 32px; font-weight: 600; } 
#for-employer .advertisement-section .advertisment ul li { width: 320px; text-align: center; padding:10px 0px; background: url(../images/arrow.png) no-repeat 67px 16px; }
#for-employer .advertisement-section .advertisment ul li a { color: #515151;}
#for-employer .advertisement-section .advertisment .order-advert { width: 215px; height: 55px; margin: 12px auto 0 auto; color: #fff; background: #FF9000; padding: 20px 0px; line-height: 14px; }

#for-employer .type1-section, #for-employer .contact-section { overflow: hidden; padding-top: 24px; border-bottom: 1px solid #ccc; padding-bottom: 30px; }
#for-employer .type1-section ul { width: 480px; overflow: hidden; }
#for-employer .type1-section ul li { float: left; padding: 10px 70px 10px 28px; background: url(../images/arrow.png) no-repeat 10px 16px; }
#for-employer .type1-section ul li a { color: #515151; }
#for-employer .advertisment-text { width: 586px; }
#for-employer .advertisment-text .contact-text { line-height: 30px; }
#for-employer .advertisment-text .logo { width: 190px; height: 130px; line-height: 120px; text-align: center; }
#for-employer .advertisment-text .logo img { vertical-align: middle; }
#for-employer .advertisment-text h3 { padding-bottom: 30px; font-size: 24px; }
#for-employer .advertisment-text p { padding-bottom: 10px; line-height: 24px; }
#for-employer .advertisment-text .jobs-info { width: 395px; padding-top: 35px; font-size: 20px; }
#for-employer .advertisment-text .advert-text-top { overflow: hidden; width: 100%; }
#for-employer .text-image { width: 345px; height: 280px; }

.phone-form { margin-top: 20px; height: 52px; }
.phone-form input[type="text"] { width: 300px; height: 52px; border: 1px solid #cccccc; left: 0px;top: 0px; padding-left: 20px;}
.phone-form input[type="submit"] { width: 210px; height: 52px; border: none; background: #ff9000; color: #fff; font-size: 16px; left: 300px; top: 0px; }

.pagination { width: 100%; margin: 32px auto; }
.pagination p { text-align: center; }
.pagination span, .pagination a { width: 34px; height: 34px; display: inline-block; line-height: 35px; border: 1px solid #bfbfbf; color: #515151; font-family: 'Open Sans'; font-weight: 300; font-size: 14px; }
.pagination span.active { background: #5d5d5d; color: #fff; }

#login-section, #register-section { background: #E8E8E8; }
.register-form { width: 500px; border-radius: 5px; padding: 15px 20px; margin: 60px auto; background: #fff; }
.register-form h3 { font-family: 'Open Sans Condensed'; font-size: 22px; color: #585858; text-align: center; }
.register-form form.user-register { width: 100%; margin: 10px 0; position: relative; }
.register-form form.user-register input[type="password"], .register-form form.user-register input { width: 100%; height: 40px; padding: 10px; background: #fff; border: 1px solid #d0d0d0; margin: 5px 0; }
.CIF-Error { color: #ff0000; display: none; font-family: 'Open Sans'; font-size: 14px; font-weight: 700; }
.login-option p, .social-login-title p { text-align: center; font-family: 'Open Sans'; font-size: 14px; font-weight: 700; margin: 10px 0; }
.register-form form.user-register .submit { height: 65px; }
.register-form form.user-register .submit input { background: #ff9000; color: #fff; font-family: 'Open Sans Condensed'; font-size: 19px; font-weight: 700; width: 100%; height: 100%;}
.repeat-password { margin-top: 10px; }
.regulations, .newsletter { font-size: 14px; font-weight: 400; color: #585858; font-family: 'Open Sans'; margin: 10px 0; padding-left: 30px; position: relative; }
.register-form form.user-register input[type="checkbox"] { width: 20px; height: 20px; position: absolute; left: 0px; top: 0px; padding: 0; margin: 0; }

#footer { max-width: 100%; position: relative; text-align: left; }
#footer > .content-wrapper { border-top: 1px solid #c8c8c8; }
#footer .content { padding-bottom: 22px;} 
#footer #ue { padding: 60px 0px 0px 0px; text-align: center; width: 100%; background: #fff; margin: auto;}
#footer #ue img { width: 540px; }
#footer ul { text-align: center; list-style: none; padding-top: 70px; }
#footer ul li { display: inline; white-space: pre; font-size: 14px; line-height: 25px; font-weight: 300; padding: 0px 3px; }
#footer ul li a { text-decoration: none; font-size: 14px; color: #515151; font-weight: 400; font-family: 'Open Sans'; }

#footer #footer-credits { max-width: 980px; }
#footer #footer-credits #copyrights { float: left; padding: 15px 0; font-size: 14px; color: #515151; font-weight: 400; font-family: 'Open Sans'; }
#footer #footer-credits #realization { float: right; padding: 15px 0; font-size: 14px; color: #515151; font-weight: 400; font-family: 'Open Sans';}
#footer #footer-credits #realization a { text-decoration: none;  color: #515151; }
#footer #footer-credits {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}

/* APPL FORMS */
form.standard {  }
form.standard legend { display: block; width: 100%; font-size: 16px; font-family: 'Open Sans', arial, sans-serif; font-weight: 300; border-bottom: 1px solid #dbdbdb; padding-top: 20px; padding-bottom: 10px; line-height: 22px; color: #000;}
form.standard legend.no-border { border: 0; }
form.standard p.legend { display: block; width: 100%; font-size: 14px; font-family: 'Open Sans', arial, sans-serif; font-weight: 300; padding-bottom: 10px !important; line-height: 18px; color: #000; }
form.standard p.legend small { font-size: 11px; font-weight: 400px; padding-left: 10px; }

form.standard fieldset { /*border-bottom: 1px solid #d8d8d8;*/ border:none; }
form.standard fieldset.no-border { border: 0 !important; }
form.standard fieldset div { /*border-bottom: 1px solid #dbdbdb; border-left: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb;*/ padding: 12px 0px;}
form.standard fieldset div label { display: inline-block; *display:inline; *zoom:1; width: 25%; min-width: 120px; text-align: right; vertical-align: top; line-height: 26px; }
form.standard fieldset div label span { padding-right: 10px; font-size: 12px; font-family: 'Open Sans', arial, sans-serif; font-weight: 400; }
form.standard fieldset div label span.b, form.standard fieldset div label span b { font-weight: 600; }

form.standard fieldset div input, form.standard fieldset div select, form.standard fieldset div textarea { 
    display: inline-block; *display:inline; *zoom:1;  border: 1px solid #dbdbdb; font-size: 12px; font-family: 'Open Sans', arial, sans-serif; font-weight: 400;
    padding: 5px 5px 5px 5px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eef0f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eef0f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eef0f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eef0f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eef0f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eef0f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef0f2',GradientType=0 ); /* IE6-9 */
}
form.standard fieldset div select { -webkit-appearance: menulist;-moz-appearance: menulist; appearance: menulist;}
form.standard fieldset div textarea { width: 100%; resize:none; height: 100px;}
form.standard fieldset input#apply-btn {background: #ff9000; color: #fff; font-family: 'Open Sans Condensed';font-size: 19px;font-weight: 700;width: 100%;height: 40px;border: 1px solid #d0d0d0;}
form fieldset input.apply-btn {background: #ff9000; color: #fff; font-family: 'Open Sans Condensed';font-size: 19px;font-weight: 700;width: 100%;height: 40px;border: 1px solid #d0d0d0;}

form.standard fieldset div .long { width: 90%; }
form.standard fieldset div .medium { width: 70%; }
form.standard fieldset div .normal { width: 60%; }
form.standard fieldset div .short { width: 40%; }
form.standard fieldset div .very-short { width: 20%; }

form.standard fieldset div p { padding: 0px 20px; line-height: 21px; }
form.standard fieldset div.action-block { background: #eef0f2; padding:20px;}

form.standard fieldset div.control-group { /*border-bottom: 1px solid #dbdbdb; border-left: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb;*/ padding: 12px 0px; }
form.standard fieldset div.control-group.no-border { border: 0 !important; }
form.standard fieldset div.control-group div { border: none; padding: 0px; } /* reset powyzsze */
form.standard fieldset div.control-group .label { padding: 0; margin: 0; display: inline-block; *display:inline; *zoom:1; width: 25%; min-width: 120px; text-align: right; vertical-align: top;  }
form.standard fieldset div.control-group .label span, form.standard fieldset div.control-group .label p { padding: 0; margin: 0; padding-right: 10px; line-height: 28px; font-size: 12px; font-family: 'Open Sans', arial, sans-serif; font-weight: 400; }
form.standard fieldset div.controls { font-size: 12px; width: 61%; padding: 0; margin: 0; display: inline-block; *display:inline; *zoom:1; vertical-align: top; }
form.standard fieldset div.controls.w100 { width: 100%; }
form.standard fieldset div.controls p { padding: 0; line-height: 28px; } /* reset */
form.standard fieldset div.controls p.info { padding-top: 6px; }
form.standard fieldset div.controls p.inline { display: inline-block; *display:inline; *zoom:1; }

html form.standard fieldset div.control-group .label-25 { width: 25%; }
html form.standard fieldset div.control-group .label-50 { width: 50%; }
html form.standard fieldset div.control-group .label-75 { width: 75%; }
html form.standard fieldset div.controls-25 { width: 20%; }
html form.standard fieldset div.controls-50 { width: 45%; }
html form.standard fieldset div.controls-75 { width: 70%; }

form.standard fieldset div input[type="checkbox"] { vertical-align: middle; }
form.standard fieldset div span.radio-label, form.standard fieldset div span.check-label { margin-right: 16px; }

html form.standard fieldset div.only-controls { width: 100%; }
html form.standard fieldset div.only-controls .add-file-input, html form.standard fieldset div.only-controls .del-file-input {display: inline-block;margin-left: 5px;cursor: pointer;text-decoration: none;color: #626262;padding: 4px 5px;background: #fff;border: 1px solid #dbdbdb; position:relative; top:0; height:39px;}
html>body form.standard fieldset div.only-controls { overflow: hidden; margin-left: 0; width: 100%;}

html form.standard fieldset div.only-controls .option-box { float: left; display: inline-block; *display:inline; *zoom:1; margin-right: 10px; padding: 4px 4px; }
html form.standard fieldset div.only-controls .option-box-fixed-region { width: 170px !important; }

html form.standard fieldset div.full-control { width: 100%; padding: 0px; }
html form.standard fieldset div.clear-inside div { border: none; padding: 0px; }

html form.standard fieldset div .fieldset-25 { margin-right: 10px; margin-bottom: 20px; width: 23%; float: left; }
html form.standard fieldset div .fieldset-30 { margin-right: 10px; margin-bottom: 20px; width: 28%; float: left; }
html form.standard fieldset div .fieldset-50 { margin-right: 10px; margin-bottom: 20px; width: 48%; float: left; }
html form.standard fieldset div .fieldset-70 { margin-right: 10px; margin-bottom: 20px; width: 68%; float: left; }
html form.standard fieldset div .fieldset-100 { margin-right: 10px; margin-bottom: 20px; width: 98%; float: left; }

form.standard fieldset div .data-block { display: inline-block; *display:inline; *zoom:1; vertical-align: top; line-height: 26px; }

form .i100, .in-table-form .i100 { width: 100%; }
form .i95, .in-table-form .i95 { width: 95%; }
form .i90, .in-table-form .i90 { width: 90%; }
form .i85, .in-table-form .i85 { width: 85%; }
form .i80, .in-table-form .i80 { width: 80%; }
form .i75, .in-table-form .i75 { width: 75%; }
form .i70, .in-table-form .i70 { width: 70%; }
form .i65, .in-table-form .i65 { width: 65%; }
form .i60, .in-table-form .i60 { width: 60%; }
form .i55, .in-table-form .i55 { width: 55%; }
form .i50, .in-table-form .i50 { width: 50%; }
form .i45, .in-table-form .i45 { width: 45%; }
form .i40, .in-table-form .i40 { width: 40%; }
form .i38, .in-table-form .i38 { width: 38%; }
form .i35, .in-table-form .i35 { width: 35%; }
form .i30, .in-table-form .i30 { width: 30%; }
form .i25, .in-table-form .i25 { width: 25%; }
form .i20, .in-table-form .i20 { width: 20%; }
form .i15, .in-table-form .i15 { width: 15%; }
form .i10, .in-table-form .i10 { width: 10%; }
form .i5, .in-table-form .i5 { width: 5%; }
form .price, .in-table-form .price  { width: 70px; text-align: right; }
form .pos, .in-table-form .pos  { min-width: 30px; width: 30px !important; text-align: center; }

/* Komunikaty */
.notification-box { width: 100%; margin: 20px 0px; text-align: center; }
.notification { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; margin: 20px auto; min-width: 320px; max-width: 980px; position: relative;  text-align: left;  }
.notification a.close-notification { position: absolute; right: 32px; top: 16px; }
.notification p { padding: 16px 30px; line-height: 20px; font-size: 14px; font-family: 'Open Sans', Arial, sans-serif; font-weight: normal; text-align: center; }
.notification p b, .notification p strong { font-weight: 600; }

.notify-ok { border: 1px solid #a6cd68;
             background: #cfeba1; /* Old browsers */
             background-image: url('../../assets/backend/images/notify-ok-bg.png');
             background: url('../../assets/backend/images/notify-ok-bg.png') no-repeat 30px center, -moz-linear-gradient(top,  #cfeba1 0%, #bfe388 100%); /* FF3.6+ */
             background: url('../../assets/backend/images/notify-ok-bg.png') no-repeat 30px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfeba1), color-stop(100%,#bfe388)); /* Chrome,Safari4+ */
             background: url('../../assets/backend/images/notify-ok-bg.png') no-repeat 30px center, -webkit-linear-gradient(top,  #cfeba1 0%,#bfe388 100%); /* Chrome10+,Safari5.1+ */
             background: url('../../assets/backend/images/notify-ok-bg.png') no-repeat 30px center, -o-linear-gradient(top,  #cfeba1 0%,#bfe388 100%); /* Opera 11.10+ */
             background: url('../../assets/backend/images/notify-ok-bg.png') no-repeat 30px center, -ms-linear-gradient(top,  #cfeba1 0%,#bfe388 100%); /* IE10+ */
             background: url('../../assets/backend/images/notify-ok-bg.png') no-repeat 30px center, linear-gradient(to bottom,  #cfeba1 0%,#bfe388 100%); /* W3C */
             filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfeba1', endColorstr='#bfe388',GradientType=0 ); /* IE6-9 */
}
.notify-ok p { color: #4d6f14; }

.notify-attention { border: 1px solid #e5d6a2;
                    margin-top: 0;
                    background: #fff6db; /* Old browsers */
                    background-image: url('../images/notify-attention-bg.png');
                    background: url('../../assets/backend/images/notify-attention-bg.png') no-repeat 30px center, -moz-linear-gradient(top,  #fff6db 0%, #ffeebe 100%); /* FF3.6+ */
                    background: url('../../assets/backend/images/notify-attention-bg.png') no-repeat 30px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff6db), color-stop(100%,#ffeebe)); /* Chrome,Safari4+ */
                    background: url('../../assets/backend/images/notify-attention-bg.png') no-repeat 30px center, -webkit-linear-gradient(top,  #fff6db 0%,#ffeebe 100%); /* Chrome10+,Safari5.1+ */
                    background: url('../../assets/backend/images/notify-attention-bg.png') no-repeat 30px center, -o-linear-gradient(top,  #fff6db 0%,#ffeebe 100%); /* Opera 11.10+ */
                    background: url('../../assets/backend/images/notify-attention-bg.png') no-repeat 30px center, -ms-linear-gradient(top,  #fff6db 0%,#ffeebe 100%); /* IE10+ */
                    background: url('../../assets/backend/images/notify-attention-bg.png') no-repeat 30px center, linear-gradient(to bottom,  #fff6db 0%,#ffeebe 100%); /* W3C */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff6db', endColorstr='#ffeebe',GradientType=0 ); /* IE6-9 */
}
.notify-attention p { color: #a47625; padding: 15px 60px;}

.notify-info { border: 1px solid #b8cadb;
               background: #def1ff; /* Old browsers */
               background:  -moz-linear-gradient(top,  #def1ff 0%, #c3e3ff 100%); /* FF3.6+ */
               background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#def1ff), color-stop(100%,#c3e3ff)); /* Chrome,Safari4+ */
               background: -webkit-linear-gradient(top,  #def1ff 0%,#c3e3ff 100%); /* Chrome10+,Safari5.1+ */
               background: -o-linear-gradient(top,  #def1ff 0%,#c3e3ff 100%); /* Opera 11.10+ */
               background:  -ms-linear-gradient(top,  #def1ff 0%,#c3e3ff 100%); /* IE10+ */
               background: linear-gradient(to bottom,  #def1ff 0%,#c3e3ff 100%); /* W3C */
               filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#def1ff', endColorstr='#c3e3ff',GradientType=0 ); /* IE6-9 */
}
.notify-info p { color: #346997; }

.notify-error { border: 1px solid #c40001;
	background: #ffacab; /* Old browsers */
	background-image: url('../images/notify-error-bg.png');
	background: url('../images/notify-error-bg.png') no-repeat 30px center, -moz-linear-gradient(top,  #ffacab 0%, #ff7877 100%); /* FF3.6+ */
	background: url('../images/notify-error-bg.png') no-repeat 30px center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffacab), color-stop(100%,#ff7877)); /* Chrome,Safari4+ */
	background: url('../images/notify-error-bg.png') no-repeat 30px center, -webkit-linear-gradient(top,  #ffacab 0%,#ff7877 100%); /* Chrome10+,Safari5.1+ */
	background: url('../images/notify-error-bg.png') no-repeat 30px center, -o-linear-gradient(top,  #ffacab 0%,#ff7877 100%); /* Opera 11.10+ */
	background: url('../images/notify-error-bg.png') no-repeat 30px center, -ms-linear-gradient(top,  #ffacab 0%,#ff7877 100%); /* IE10+ */
	background: url('../images/notify-error-bg.png') no-repeat 30px center, linear-gradient(to bottom,  #ffacab 0%,#ff7877 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffacab', endColorstr='#ff7877',GradientType=0 ); /* IE6-9 */
}
.notify-error p { color: #82333b; }
.notify-error ul { margin-left: 100px; padding: 20px 0; }

.meet-employers-header {width: 100%;
    position: relative;
    padding: 20px 0;
    background: #FE9200;
    color: #fff;
    border-radius: 5px 5px 0px 0px;}
.left-1 .meet-employers {    width: 980px;
    padding: 20px;
    position: relative;
    background-color: #fff;}
.meet-employers-header p{padding: 0 20px;}
.meet-employers-header h1 {
	font-size: 24px;
    font-weight: 400;
    padding: 0 20px;
}
.meet-employers-header ul.polish-aplha {
	list-style: none;
    padding: 0 20px;
    margin-top: 20px;
}
.meet-employers-header ul.polish-aplha li {
	display: inline;
    color: #fff;
    margin-right: 3px;
}
.meet-employers-header ul.polish-aplha li a {
	color: #FE9200;
    background-color: #FFFFFF;
    padding: 2px 7px;
    display: inline-block;
	    font-weight: bold;
            margin-bottom: 2px;
}
.left-1 .meet-employers .highlight {    text-align: center;
    box-shadow: 0 0 10px #ededed inset;
    display: inline-block;
    width: 290px;
    padding: 15px;
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
    margin-right: 20px;}
	
.left-1 .meet-employers .highlight .logo {    max-height: 50px;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;}

.left-1 .meet-employers .highlight .logo img {
  height: 50px;
}
.left-1 .meet-employers .highlight .company-name { height: 60px;}

/* Added */

#subpage { width: 980px; margin: 12px auto 0px auto; padding: 30px 0px; text-align: left; position: relative; border-top: 1px solid #afafaf; } 
html>body #subpage, html>body #subpage .left-1 { overflow: hidden; }
#subpage.no-subpage-border { border-top: 0px; margin-top: 0px; }

#subpage .left-13 { width: 260px; float: left; }
#subpage .left-13-offer { width: 260px; float: left; }
#subpage .right-23 { width: 700px; float: right; }
#subpage .right-23-offer { width: 700px; float: right; }

#subpage .left-1 { width: 980px; float: left; }


/* Lewe editable */
.left-editable { width: -moz-calc(100% - 20px);width: -webkit-calc(100% - 20px);width: calc(100% - 20px); background-color: #fff; padding: 20px 10px; }

.left-editable p, .left-editable ul, .left-editable ol, .left-editable blockquote { line-height: 21px; font-size: 14px; }
.left-editable ul, .left-editable ol {  list-style-position: outside; margin-left: 20px; margin-top: 16px; margin-bottom: 16px; }
.left-editable ul { list-style-image: url('../images/li-bullet.png'); }
.left-editable ol ul { margin-top: 6px; margin-bottom: 6px; }

.left-editable ul.submenu { list-style: none; width: 240px; margin-left: 0px; border-top: 1px solid #d8d8d8; }
.left-editable ul.submenu li a { width: 230px; height: auto; line-height: 21px; display: block; margin-bottom: 1px; background-color: #fff; border-bottom: 1px solid #d8d8d8; padding: 8px 0px 8px 10px; font-size: 14px; color: #444444; }
.left-editable ul.submenu li a:hover, .left-editable ul.submenu li a.active { text-decoration: none; background-color: #ff9000; color: #fff;  }

.left-editable ul.submenu li ul { list-style: none; width: 220px; margin-left: 10px; margin-top: 0px; margin-bottom: 0px; }
.left-editable ul.submenu ul li a { width: 220px; height: auto; line-height: 21px; display: block; margin-bottom: 1px; background-color: #fff; border-bottom: 1px solid #d8d8d8; padding: 4px 0px 4px 10px; font-size: 14px; color: #444444; }
.left-editable ul.submenu ul li a:hover, .left-editable ul.submenu ul li a.active { text-decoration: none; background-color: #ff9000; color: #444444; }

.left-editable blockquote { color: #444444; padding: 10px 10px 10px 10px; background: #e8e8e8; border-left: 4px solid #ff9000; font-style: italic; }

.left-editable h1, .left-editable h2, .left-editable h3, .left-editable h4, .left-editable h5, .left-editable h6 { margin-bottom: 6px; color: #3b3b3b; font-weight: normal;  }
.left-editable h1 { font-size: 22px; }
.left-editable h2 { font-size: 18px; }
.left-editable h3 { font-size: 16px; }
.left-editable h4 { font-size: 14px; }
.left-editable h5 { font-size: 13px; }
.left-editable h6 { font-size: 12px; }

.left-editable table, .left-editable tr, .left-editable td { border-spacing: 0; border-collapse: collapse; border: none; }
.left-editable table { width: 100%; margin: 16px 0px 16px 0px; }
.left-editable table thead tr { background: #f0f0f0;  }
.left-editable table thead td { width: auto; text-align: center; font-size: 14px; color: #000; border: 1px solid #d8d8d8; padding: 8px 4px 8px 4px; } 
.left-editable table tbody tr { background: #fff; }
.left-editable table tbody tr.alt { background: none; }
.left-editable table tbody tr td { padding: 6px 6px; text-align: center; border: 1px solid #d8d8d8; }
.left-editable table tbody tr td.small { font-size: 10px; }
.left-editable table tfoot tr { background-color: none; }
.left-editable table tfoot tr td { padding: 8px 0px; }
.left-editable table tbody tr.choose th, .left-editable table tbody tr.choose td { background: #202020; color: #fff; padding: 4px 0px; }
.left-editable table tfoot tr td { padding: 8px 8px; text-align: center; border: 1px solid #d8d8d8; }
.left-editable table tfoot tr.grey { background: #f0f0f0; }
.left-editable table tfoot tr td.align-right { text-align: right; }
.left-editable table tr td.align-left { text-align: left; }

.right-23 .editable { background-color: #fff; padding: 20px;}

.editable h1, .editable h2, .editable h3, .editable h4, .editable h5, .editable h6 { margin-bottom: 6px; color: #3b3b3b; font-weight: normal; color: #000; }
.editable h1 span, .editable h2 span, .editable h3 span, .editable h4 span, .editable h5 span, .editable h6 span { font-weight: 200; color: #7c7c7c; }

.editable h1 { font-size: 26px; }
.editable h1 span { font-size: 22px; }
.editable h2 { font-size: 24px; }
.editable h2 span { font-size: 20px; }
.editable h3 { font-size: 22px; }
.editable h3 span { font-size: 18px; }
.editable h4 { font-size: 20px; }
.editable h4 span { font-size: 16px; }
.editable h5 { font-size: 18px; }
.editable h5 span { font-size: 14px; }
.editable h6 { font-size: 16px; }

.editable h1.header, .editable h2.header, .editable h3.header, .editable h4.header, 
.editable h5.header, .editable h6.header { font-size: 16px; border-bottom: 1px solid #dfdfdf; padding-bottom: 14px; margin-bottom: 16px; text-transform: uppercase; }
.editable h4.header { margin-top: 20px; }

.pagination { width: 100%; padding-top: 20px; font-weight: 600; }
html>body .pagination { overflow: hidden; }

.pagination p span, .pagination p a { width: 40px; color: #737373; background: #fff; text-align: center; height: 28px; line-height: 28px; border: 1px solid #d2d2d2;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; display: inline-block; *display:inline; *zoom:1; margin-right: 3px; }
.pagination p span.current, .pagination p span.active { background: #ff9000; border-color: #ff9000; color: #fff; }
.pagination p a:hover { background: #ff9000; border-color: #ff9000; color: #fff; text-decoration: none; }
.pagination p a.next, .pagination p a.prev { width: auto !important; padding-left: 10px; padding-right: 10px; }

.left-1 .editable { padding: 20px; background: #fff;border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; }
.left-23 .editable { padding: 20px; background: #fff; }
.editable h1 {  }
.editable h1, .editable h2, .editable h3, .editable h4, .editable h5, .editable h6 { font-family: 'Open Sans', Arial, sans-serif; color: #3b3b3b; font-size: 26px; font-weight: normal; margin-bottom: 12px; }
.editable h2, .editable h3 { font-size: 24px; }
.editable h4, .editable h5 { font-size: 22px; }
.editable h6 { font-size: 18px; }

.editable h1.grey, .editable h2.grey, .editable h3.grey, .editable h4.grey, .editable h5.grey, .editable h6.grey { color: #7f7f7f; }

.editable .header { font-weight: 700; font-size: 26px; text-transform: uppercase; margin-bottom: 20px; }
.editable .header-article { font-weight: 700; font-size: 26px; margin-bottom: 20px; padding-bottom: 6px;  }

.editable p.details { font-size: 11px; font-style: italic; margin-bottom: 16px; }
.editable p.details a { color: #767676; }

.editable p { line-height: 21px; }
.editable .apply_files p { line-height: 21px; display: inline-block; padding: 5px 15px;}
.editable ul, .editable ol, .editable table, .editable blockquote { line-height: 21px; }
.editable blockquote { margin: 16px; color: #999; border-left: 4px solid #ff9000; padding-left: 1em; font-style: italic; }

.editable ol { padding-bottom: 26px; list-style-position: inside; }
.editable ol li { margin-top: 12px; }
.editable ul { list-style: none; padding-bottom: 26px; }
.editable ul li { margin-top: 12px; background: url('../images/arrow-right-li.png') no-repeat left 6px; padding-left: 20px; }

.editable ul.polish-aplha { list-style: none; }
.editable ul.polish-aplha li { display: inline; background: none; padding: 4px; }

.editable table {*border-collapse: collapse; border-spacing: 0;width: 100%;}
.editable table  {border: solid #ccc 1px;}
.editable tbody tr:nth-child(even) {background: #f5f5f5;}
.editable table tr:hover, .editable tbody tr:nth-child(even):hover {background: #ffeac7;-o-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -ms-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;}    
.editable table td, .editable table th {border-left: 1px solid #ccc;border-top: 1px solid #ccc;padding: 10px;text-align: left;}
.editable table th, .editable table thead td {background: #f0f0f0; font-weight: 600;border-top: none;}
.editable table td:first-child, .editable table th:first-child {border-left: none;}

span.float-left { float: left; padding-right: 30px; padding-bottom: 4px; padding-top: 0px; }
span.float-right { float: right; padding-left: 30px; padding-bottom: 4px; padding-top: 0px; }

.gallery-slider { margin-bottom: 20px; width: 660px; position: relative; }
html>body .gallery-slider, html>body .gallery-slider .controls { overflow: hidden; }

.gallery-slider .current-photo { width: 660px; height: 440px; line-height: 440px; text-align: center; background: url('../images/loader.gif') no-repeat center center; }
.gallery-slider .current-photo img { vertical-align: middle; }

.gallery-slider .gs-controls { width: 660px; height: 90px; margin-top: 10px; position: relative; }
.gallery-slider .gs-controls a.prev { position: absolute; left: 10px; top: 0px; width: 36px; height: 90px; display: block; background: url('../images/arrows-gallery.png') no-repeat -72px center; }
.gallery-slider .gs-controls a.prev:hover { background-position: -108px center; }
.gallery-slider .gs-controls a.next { position: absolute; right: 15px; top: 0px; width: 36px; height: 90px; display: block; background: url('../images/arrows-gallery.png') no-repeat 0px center; }
.gallery-slider .gs-controls a.next:hover { background-position:-36px center; }
.gallery-slider .gs-controls .thumbs-box { width: 512px; height: 90px; position: absolute; left: 73px; top: 0px; overflow: hidden; } 
.gallery-slider .gs-controls .thumbs-box .all-thumbs { position: absolute; left: 0px; top: 0px; width: 99999px; height: 90px; }
.gallery-slider .gs-controls .thumbs-box .all-thumbs a { width: 120px; height: 90px; line-height: 90px; margin: 0px 8px 0px 0px; padding: 0; float: left; display: block; text-align: center;
                                                         -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  /* IE 8 */
                                                         filter: alpha(opacity=70); /* IE 5-7 */
                                                         -moz-opacity: 0.7; /* Netscape */
                                                         -khtml-opacity: 0.7; /* Safari 1.x */
                                                         opacity: 0.7; /* Good browsers */
}

.gallery-slider .gs-controls .thumbs-box .all-thumbs a.active { 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";  /* IE 8 */
    filter: alpha(opacity=100); /* IE 5-7 */
    -moz-opacity: 1.0; /* Netscape */
    -khtml-opacity: 1.0; /* Safari 1.x */
    opacity: 1.0; /* Good browsers */
}

.article-parts { width: 660px; padding-top: 20px; }
html>body .article-parts { overflow: hidden; }

.article-parts p span, .article-parts p a { width: 28px; color: #626262; text-align: center; height: 28px; line-height: 28px; border: 1px solid #dbdbdb; display: inline-block; *display:inline; *zoom:1; margin-right: 4px; }
.article-parts p span { background: #ff9000; border-color: #ff9000; color: #fff; }
.article-parts p a:hover { background: #ff9000; border-color: #ff9000; color: #fff; text-decoration: none; }
.article-parts p a.next { width: auto !important; padding-left: 10px; padding-right: 10px; }

.gallery-standard { width: 660px; }
html>body .gallery-standard { overflow: hidden; }

.gallery-standard .row { width: 200px; height: 200px; line-height: 200px; float: left; margin-right: 20px; margin-bottom: 20px; text-align: center; }
.gallery-standard .row img { vertical-align: middle; }
html .gallery-standard .odd { margin-right: 0px; }


#guides h2.main-font a { color: #3d3d3d; }

.left-13 .apply-box { padding: 20px 20px 30px 20px; width: 200px; background: #fff; margin-bottom: 20px; }
.left-13 .apply-box p.header { font-size: 18px; font-weight: 600; color: #363636; text-align: center; margin-bottom: 20px; }
.left-13 .apply-box p a { padding: 10px 44px; font-size: 20px; background: #17396f; font-weight: 300; color: #fff; text-align: center; }
.left-13 .apply-box p a:hover { text-decoration: none; background: #244d8d; }

.left-13 .notification-submit-box { padding: 20px 20px 20px 20px; width: 200px; background: #c7ddff; margin-bottom: 20px; text-align: center; }
.left-13 .notification-submit-box p .glicon { font-size: 72px; }
.left-13 .notification-submit-box p { padding-bottom: 10px; color: #363636; font-size: 16px; font-weight: 400; }
.left-13 .notification-submit-box p.submit { margin-top: 20px; }
.left-13 .notification-submit-box p.submit a { padding: 10px 44px; font-size: 20px; background: #d8000b; font-weight: 300; color: #fff; text-align: center; }
.left-13 .notification-submit-box p.submit a:hover { text-decoration: none; background: #e9252f; }

.left-13 .recommended-articles { width: 240px; position: relative; background-color: #fff; padding: 20px 0px; }
#frame .left-13 .recommended-articles h2 { font-size: 16px; margin-bottom: 10px; }
.left-13 .recommended-articles .article { width: 100%; position: relative; border-bottom: 1px solid #d0d0d0; padding: 10px 0; }
.left-13 .recommended-articles .article h3 { font-size: 14px; font-weight: 700; }
.left-13 .recommended-articles .article h3 a { text-decoration: none; }
.left-13 .recommended-articles .article p { padding: 10px 0; font-size: 13px; position: relative; font-weight: 200; }
.left-13 .recommended-articles .article p span { 
    position: absolute; 
    right: 2px; 
    bottom: 0; 
    display: block;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(65%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
    width: 50px;
    text-align: right;
}

#newsletter-art { float: left; width: 260px; min-height: 250px; margin-bottom: 30px; background: #091b38; text-align: center; }
#newsletter-art p { color: #fff; font-weight: 300; font-size: 14px; }
#newsletter-art p.title { text-transform: uppercase; font-weight: 700; font-size: 16px; padding-top: 30px; }
#newsletter-art p.regulamin { color: #818181; font-weight: 300; font-size: 12px; padding: 10px 0; }
#newsletter-art small { color: #818181; font-size: 12px; }
#newsletter-art small a { color: #818181; }

#newsletter-art form  { width: 260px; margin: 20px 0px 10px 0px; }
#newsletter-art form input[type=text] { width: 200px; border: 1px solid #000; background: #fff; padding: 10px 10px; font-size: 16px; font-weight: 300; }
#newsletter-art form input[type=submit] { margin-top: 10px; font-size: 16px; font-weight: 600; padding: 6px 20px; background: #d8000b; cursor: pointer; text-align: center; color: #fff; } 
#newsletter-art form input[type=button] { margin-top: 10px; font-size: 16px; font-weight: 600; padding: 6px 20px; background: #d8000b; cursor: pointer; text-align: center; color: #fff; }
#newsletter-art .newsletter-error-info { color: red; }
#newsletter-art .newsletter-info { display: inline-block; color: #fff; font-size: 13px; }

#simple-search { width: 100%; height: 100px; background: #ececec; position: relative; }
#simple-search form { width: 980px; height: 100px; position: relative; margin: 0 auto; text-align: left; }

#simple-search form #phrase {width: 860px; line-height: 50px; height: 50px; padding: 0px 100px 0px 20px; background: #fff; border: none; color: #9b9a9a; font-size: 16px; position: absolute; left: 0px; top: 25px; }
#simple-search form #simple-search-submit { border: none; position: absolute; right: 0px; top: 25px; width: 80px; height: 50px; cursor: pointer; background: url('../images/simple-search.png') no-repeat 0px 0px; }
#simple-search form #simple-search-submit:hover { background-position: 0px -50px; }


/* Start Data Table */
.data-table { clear: both; width: 100%; }

div.dataTables_info { float: left; }
div.dataTables_paginate { float: right; }
div.dataTables_length { padding: 6px; display: inline-block; max-width: 200px; float: left; }
div.dataTables_filter { padding: 6px; display: inline-block; max-width: 300px; float: right; }
div.dataTables_paginate { padding: 0; }
div.dataTables_info { padding: 10px 0; width: 100%; text-align: right; }

/* Self clearing - */
div.dataTables_wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .dataTables_wrapper { display: block; }
* html .dataTables_wrapper { height: 1%; }

div.dataTables_wrapper a.paginate_button,
div.dataTables_wrapper a.paginate_active, div.dataTables_wrapper .dataTables_paginate .current {
    display: inline-block;
    margin-left: 2px;
    cursor: pointer;
    *cursor: hand;
    text-decoration: none; color: #626262; padding: 6px 8px; 
    background: #fff; /* Old browsers */
    border: 1px solid #dbdbdb;    
}

div.dataTables_wrapper a.paginate_active, html div.dataTables_wrapper .dataTables_paginate .current {
    background: #0563fb; /* Old browsers */
    background: -moz-linear-gradient(top,  #0563fb 0%, #1c3d75 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0563fb), color-stop(100%,#1c3d75)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0563fb 0%,#1c3d75 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0563fb 0%,#1c3d75 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0563fb 0%,#1c3d75 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0563fb 0%,#1c3d75 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0563fb', endColorstr='#1c3d75',GradientType=0 ); /* IE6-9 */
    border: 1px solid #257850;
    color: #fff;
}

div.dataTables_wrapper a.paginate_button_disabled, div.dataTables_wrapper a.paginate_button_disabled:hover { color: #3d6672; background: #ececec; }
div.dataTables_wrapper a.paginate_button:hover {
    background: #0563fb; /* Old browsers */
    background: -moz-linear-gradient(top,  #0563fb 0%, #1c3d75 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0563fb), color-stop(100%,#1c3d75)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0563fb 0%,#1c3d75 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0563fb 0%,#1c3d75 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0563fb 0%,#1c3d75 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0563fb 0%,#1c3d75 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0563fb', endColorstr='#1c3d75',GradientType=0 ); /* IE6-9 */
    border: 1px solid #257850;
    color: #fff;
}
div.dataTables_paginate span>a {width: 15px; text-align: center; }

/* formularze */
div.dataTables_length select, div.dataTables_filter input { 	
    display: inline-block; *display:inline; *zoom:1;  border: 1px solid #dbdbdb; font-size: 12px; font-family: 'Open Sans', arial, sans-serif; font-weight: 400; 
    padding: 5px 5px 5px 5px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eef0f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eef0f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eef0f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eef0f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eef0f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eef0f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef0f2',GradientType=0 ); /* IE6-9 */
}

/* End Data Table */
#choosed-filters-options { max-width: 100%; padding: 10px 0px; margin-top: 10px; text-align: left; }
#choosed-filters-options span { font-size: 12px; margin-right: 4px; margin-bottom: 2px; padding: 1px 5px; background: #5e7395; color: #fff; display: inline-block; *display:inline; *zoom:1;   }
#choosed-filters-options span a { font-size: 14px; padding: 2px; color: #ff9000; text-decoration: none; }

#filters-box ul { list-style: none; }
#results-content  ul#joboffer-filters li p.see-more-filter a { background: none; border: 0; width: 100%; text-align: center; padding: 10px 0px; font-size: 13px; }
#results-content  ul#joboffer-filters li p.see-more-filter a:hover { color: #ff9000; }

#results-content .invitation {
    margin: 30px 0px; 
    min-height: 108px; 
    background: #8f8f8f url('../images/invitation-icon2.png') no-repeat 20px 32px; 
    position: relative;
    padding-left: 100px;
    max-width: 100%;
    
}
#results-content .invitation a.action { position: absolute; right: 0px; top: 0px; width: 140px; height: 108px; background: #d8000b; text-decoration: none; display: block; text-align: center; line-height: 108px; color: #fff; font-size: 18px; font-weight: 600; text-transform: uppercase; }
#results-content .invitation h3 {padding: 20px 0 0 0; color: #fff; font-weight: 600; font-size: 18px; }
#results-content .invitation h3.szkolenia {padding: 0; position: absolute; left: 88px; top: 43px; color: #fff; font-weight: 600; font-size: 18px; }
#results-content .invitation p {padding: 0; color: #fff; font-weight: 400; font-size: 14px; }
#results-content .invitation form#subscribe-form { width: 100%; position: relative; }
#results-content .invitation form#subscribe-form input[type=text] { border: none; padding: 5px; height: 30px; width: 70%; background-color: #fff; margin-top: 20px; margin-bottom: 20px; }
#results-content .invitation form#subscribe-form button[type=submit].auth { 
    color: #fff; 
    display: inline-block; 
    font-size: 16px;  
    text-align: center; 
    min-height: 28px;  
    padding: 0 10px;
    background-color: #ff9000;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0;
    border: none;
}
#results-content .invitation form#subscribe-form button[type=submit].auth:hover {background: #fff; color: #ff9000;}
#results-content .invitation form#subscribe-form button[type=submit].unauth { 
    color: #fff; 
    display: inline-block; 
    font-size: 16px; 
    position: absolute; 
    right: 60px; 
    top: 22px; 
    text-align: center; 
    min-height: 28px;  
    padding: 0 10px;
    background-color: #ff9000;
    cursor: pointer;
    border: none;
}
#results-content .invitation form#subscribe-form button[type=submit].unauth:hover {background: #fff; color: #ff9000;}
#results-content .invitation form#subscribe-form button[type=submit]:hover { background-color: #ff9409; }
#results-content .invitation form#subscribe-form .warning { display: inline-block; }
#results-content .invitation form#subscribe-form .warning .error { background-color: #D8000B; color: #fff; text-shadow: 1px 1px #000; padding: 7px; margin-bottom: 20px;  }

.offer-details { background: #fff; padding: 0px; margin-bottom: 30px; min-height: 170px; border: 1px solid #d2d2d2;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
html>body .offer-details { overflow: hidden; }
.offer-details .left-13 ul { list-style: none; padding-left: 20px; padding-top: 20px; padding-bottom: 20px; }
.offer-details .left-13 ul li { margin: 6px 0px 2px 0px; min-height: 36px; height: auto !important; height: 36px; }
.offer-details .left-13 ul li a { padding: 7px 0px 7px 47px; }

a.icon-fav, .icon-fav { background: url('../images/sprite-icons-32.png') no-repeat 0px 0px; }
a.icon-see, .icon-see { background: url('../images/sprite-icons-32.png') no-repeat 0px -96px; }
a.icon-email, .icon-email { background: url('../images/sprite-icons-32.png') no-repeat 0px -192px; }
a.icon-note, .icon-note { background: url('../images/sprite-icons-32.png') no-repeat 0px -288px; }
a.icon-position, .icon-position { background: url('../images/sprite-icons-32.png') no-repeat 0px -384px; }
a.icon-clock, .icon-clock { background: url('../images/sprite-icons-32.png') no-repeat 0px -480px; }

.offer-details .right-23 h1 { color: #363636; font-weight: 600; font-size: 28px; margin-left: 20px; margin-top: 20px; }
.offer-details .right-23 p.employer { margin-left: 20px; padding-top: 4px; }
.offer-details .right-23 p.employer, .offer-details .right-23 p.employer a { font-weight: 400; font-size: 18px; } 

.offer-details .right-23 .extra-details { width: 660px;height: 70px; margin-left: 20px; margin-top: 16px; padding-top: 24px; background: url('../images/rozporek.png') repeat-x center top; position: relative; }
.offer-details .right-23 .extra-details span { padding: 7px 30px 7px 40px; }
.offer-details .right-23 .extra-details span#clock { padding: 7px 0 7px 0; }
.offer-details .right-23 .extra-details span.clock_info{ padding: 7px 0 7px 0; }


.left-13-offer .apply-box { padding: 20px 20px 30px 20px; width: 240px; border: 1px solid #e0e0e0; background: #fff; margin-bottom: 20px; }
.left-13-offer .apply-box p.header { font-size: 18px; font-weight: 600; color: #363636; text-align: center; margin-bottom: 20px; }
.left-13-offer .apply-box p a { padding: 10px 44px; font-size: 20px; background: #17396f; font-weight: 300; color: #fff; text-align: center; }
.left-13-offer .apply-box p a:hover { text-decoration: none; background: #244d8d; }

.left-13-offer .apply-box .offer-apply-input-line .offer-apply-select-location { width: 100%; border: 1px solid #d0d0d0; padding: 5px; }
.left-13-offer .apply-box .offer-apply-input-line input { border: 0; background: #ff9000; color: #fff; font-size: 18px; font-weight: 700; width: 100%; margin-top: 20px; padding: 10px; cursor: pointer; }

.left-13-offer .notification-submit-box { padding: 20px 20px 20px 20px; width: 240px; background: #e0e0e0; margin-bottom: 20px; text-align: center; }
.left-13-offer .notification-submit-box p .glicon { font-size: 72px; }
.left-13-offer .notification-submit-box p { padding-bottom: 10px; color: #363636; font-size: 16px; font-weight: 400; }
.left-13-offer .notification-submit-box p.submit { margin-top: 20px; }
.left-13-offer .notification-submit-box p.submit a { padding: 10px 44px; font-size: 20px; background: #d8000b; font-weight: 300; color: #fff; text-align: center; }
.left-13-offer .notification-submit-box p.submit a:hover { text-decoration: none; background: #e9252f; }
.left-13-offer .notification-submit-box #subscribe-form-viewoffer div input { padding: 0 10px; width: 178px; height: 30px; border: 1px solid #98B0D3; }
.left-13-offer .notification-submit-box #subscribe-form-viewoffer .warning p { padding-top: 10px; color: red; font-size: 12px; }
.left-13-offer .notification-submit-box #subscribe-form-viewoffer button { border: 0; padding: 10px 15px; margin-top: 10px; color: #fff; background: #ff9000; width: 100%; font-size: 16px; font-weight: 200; cursor: pointer; }

#subscribe-form-viewoffer-rwd div input { padding: 0 10px; width: 70%; height: 30px; border: 1px solid #98B0D3; }
#subscribe-form-viewoffer-rwd .warning p { padding-top: 10px; color: red; font-size: 12px; }
#subscribe-form-viewoffer-rwd button { padding: 10px 15px; margin-top: 10px; color: #fff; background: #FF9000; width: 70%; font-size: 16px; font-weight: 200; cursor: pointer;  border: none;}

.left-13-offer .check-out-salary {width: 240px; padding: 20px; background-color: #32B2A3; color: #ffffff; }
.left-13-offer .check-out-salary h3 { text-align: center; font-size: 32px; }
.left-13-offer .check-out-salary p.subtext { font-size: 18px; text-align: center; margin-bottom: 20px; }

.left-13-offer .visit-cv-pl { width: 240px; padding: 20px; background-color: #20407D; color: #ffffff; }
.left-13-offer .visit-cv-pl h3 { font-size: 32px; color:#ffffff; }
.left-13-offer .visit-cv-pl p.subtext { font-size: 12px; margin: 20px 0; }
.left-13-offer .visit-cv-pl a.more {color: #fff; border: 1px solid #fff; display: inline-block; width: 100%; height: 40px; line-height: 40px; }
.left-13-offer .visit-cv-pl a.more:hover { text-decoration: none; background: #fff; color: #464646; }

.right-23-offer .notification-footer-box {display: none;}

.jobtitle-intro { max-width: 240px; padding: 20px; background: #fff; margin-bottom: 20px; }
.jobtitle-intro h3 { font-size: 14px; padding-bottom: 10px; }


#job-offer-box { background: none; width: 700px; border: none; }
#job-offer-box #job-offer-footer-icons{width: 100%; display: none;}
#job-offer-box #job-offer-footer-icons ul { list-style: none; padding-left: 20px; padding-top: 20px; padding-bottom: 20px;}
#job-offer-box #job-offer-footer-icons ul li { margin: 6px 0px 2px 0px; min-height: 36px; height: auto !important; height: 36px; display: inline-block;}
#job-offer-box #job-offer-footer-icons ul li a { padding: 7px 0px 7px 40px; background-position: left 2px; margin-right: 10px;}

#job-offer-box input[type=submit] { border: none; }

.reset-this  #job-offer-box.offer-is-old { background-color: #fff; }
/*.reset-this .offer-is-old div#template-frame { background-color: #fff; }*/
.offer-is-old .offer-apply-now { width: 100%; text-align: center; padding: 10px 0px; margin: 20px 0px 0px 0px; }
.offer-is-old .offer-apply-now input {border: 0; width: 50%; min-width: 300px; margin-bottom: 16px;background: #ff9000; color: #fff; font-size: 16px; padding: 12px 20px; cursor: pointer; }
.offer-is-old .offer-apply-now select { width: 50%; min-width: 300px; margin-bottom: 16px; border: 1px solid #cecece; line-height: 24px; padding: 2px 6px; }

.offer-is-old .left-box-700 { padding: 20px; font-size: 14px; background-color: #fff; }
.offer-is-old .jobspltemplate-logo { width: 100%; text-align: center; margin-bottom: 16px; }

.offer-is-old .jobspltemplate-stanowisko { text-align: center; font-size:22px; font-weight: 600; margin-top: 20px; margin-bottom: 12px; }
.offer-is-old .jobspltemplate-etykieta { font-size: 18px; font-weight: 600; margin-top: 24px; margin-bottom: 12px; }

.reset-this {
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
}

.reset-this-rwd{
    animation : none !important;
    animation-delay : 0 !important;
    animation-direction : normal !important;
    animation-duration : 0 !important;
    animation-fill-mode : none !important;
    animation-iteration-count : 1 !important;
    animation-name : none !important;
    animation-play-state : running !important;
    animation-timing-function : ease !important;
    backface-visibility : visible !important;
    background : none !important;
    background-attachment : scroll !important;
    background-clip : border-box !important;
    background-color : transparent !important;
    background-image : none !important;
    background-origin : padding-box !important;
    background-position : 0 0 !important;
    background-position-x : 0 !important;
    background-position-y : 0 !important;
    background-repeat : repeat !important;
    background-size : auto auto !important;
    border : 0 !important;
    border-style : none !important;
    border-width : medium !important;
    border-color : inherit !important;
    border-bottom : 0 !important;
    border-bottom-color : inherit !important;
    border-bottom-left-radius : 0 !important;
    border-bottom-right-radius : 0 !important;
    border-bottom-style : none !important;
    border-bottom-width : medium !important;
    border-collapse : separate !important;
    border-image : none !important;
    border-left : 0 !important;
    border-left-color : inherit !important;
    border-left-style : none !important;
    border-left-width : medium !important;
    border-radius : 0 !important;
    border-right : 0 !important;
    border-right-color : inherit !important;
    border-right-style : none !important;
    border-right-width : medium !important;
    border-spacing : 0 !important;
    border-top : 0 !important;
    border-top-color : inherit !important;
    border-top-left-radius : 0 !important;
    border-top-right-radius : 0 !important;
    border-top-style : none !important;
    border-top-width : medium !important;
    bottom : auto !important;
    box-shadow : none !important;
    box-sizing : content-box !important;
    caption-side : top !important;
    clear : none !important;
    clip : auto !important;
    color : inherit !important;
    columns : auto !important;
    column-count : auto !important;
    column-fill : balance !important;
    column-gap : normal !important;
    column-rule : medium none currentColor !important;
    column-rule-color : currentColor !important;
    column-rule-style : none !important;
    column-rule-width : none !important;
    column-span : 1 !important;
    column-width : auto !important;
    content : normal !important;
    counter-increment : none !important;
    counter-reset : none !important;
    cursor : auto !important;
    direction : ltr !important;
    display : inline !important;
    empty-cells : show !important;
    float : none !important;
    font : normal !important;
    font-family : inherit !important;
    font-size : medium !important;
    font-style : normal !important;
    font-variant : normal !important;
    font-weight : normal !important;
    height : auto !important;
    hyphens : none !important;
    left : auto !important;
    letter-spacing : normal !important;
    line-height : normal !important;
    list-style : none !important;
    list-style-image : none !important;
    list-style-position : outside !important;
    list-style-type : disc !important;
    margin : 0 !important;
    margin-bottom : 0 !important;
    margin-left : 0 !important;
    margin-right : 0 !important;
    margin-top : 0 !important;
    max-height : none !important;
    max-width : none !important;
    min-height : 0 !important;
    min-width : 0 !important;
    opacity : 1 !important;
    orphans : 0 !important;
    outline : 0 !important;
    outline-color : invert !important;
    outline-style : none !important;
    outline-width : medium !important;
    overflow : visible !important;
    overflow-x : visible !important;
    overflow-y : visible !important;
    padding : 0 !important;
    padding-bottom : 0 !important;
    padding-left : 0 !important;
    padding-right : 0 !important;
    padding-top : 0 !important;
    page-break-after : auto !important;
    page-break-before : auto !important;
    page-break-inside : auto !important;
    perspective : none !important;
    perspective-origin : 50% 50% !important;
    position : static !important;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019' !important;
    right : auto !important;
    tab-size : 8 !important;
    table-layout : auto !important;
    text-align : inherit !important;
    text-align-last : auto !important;
    text-decoration : none !important;
    text-decoration-color : inherit !important;
    text-decoration-line : none !important;
    text-decoration-style : solid !important;
    text-indent : 0 !important;
    text-shadow : none !important;
    text-transform : none !important;
    top : auto !important;
    transform : none !important;
    transform-style : flat !important;
    transition : none !important;
    transition-delay : 0s !important;
    transition-duration : 0s !important;
    transition-property : none !important;
    transition-timing-function : ease !important;
    unicode-bidi : normal !important;
    vertical-align : baseline !important;
    visibility : visible !important;
    white-space : normal !important;
    widows : 0 !important;
    width : auto !important;
    word-spacing : normal !important;
    z-index : auto !important;
}

.reset-this-rwd ul{
    margin: 0 0 0 20px !important;
    padding: 0 !important;
    list-style: initial !important;
    background: none !important;
}

.reset-this-rwd ul li{
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    font-size: 14px !important;
    color: #000 !important;
}

.reset-this-rwd p{
    margin: 10px 0 !important;
    padding: 0 !important;
    background: none !important;
    font-size: 14px !important;
    color: #000 !important;
    text-align: left !important;
}
.reset-this-rwd h1{
    margin: 15px 0 !important;
    padding: 0 !important;
    background: none !important;
    font-size: 24px !important;
    color: #000 !important;
}

.reset-this-rwd h2, .reset-this-rwd h3, .reset-this-rwd h4, .reset-this-rwd h5, .reset-this-rwd h6 {
    margin: 10px 0 !important;
    padding: 0 !important;
    background: none !important;
    font-size: 16px !important;
    color: #000 !important;
}

.reset-this-rwd a{
    color: #18396E !important;
    font-size: 14px !important;
}

.reset-this-rwd b{
    color: #000 !important;
}

.services_info{width: 100%; margin: 20px 0; border: 1px solid #D0D0D0; padding: 10px; display: none;}

.subpage-wrapper {
  background: #E8E8E8;
  padding: 20px 0px;
}
.subpage-wrapper #subpage {border-top: none;}

.right-results .editable .general-info-candidate {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

/* Cube Interactive Password */
.password-strength {  display: block; width: 40%; height: 15px; line-height: 15px !important; display: block; font-size: 10px; margin-top: 10px; }
.password-strength span { line-height: 15px !important; padding-left: 4px; }
.password-strength-0 { width: 100%; background: #cccccc; }
.password-strength-1 { width: 20%; background: #ff0000; }
.password-strength-2 { width: 40%; background: #ff5f5f; }
.password-strength-3 { width: 60%; background: #56e500; }
.password-strength-4 { width: 80%; background: #4dcd00; }
.password-strength-5 { width: 100%; background: green; color: #ffffff; }

/*Aplikowanie*/
#apply-container{
    background: #E8E8E8;
    width: 100%;
    overflow: hidden;
}

#apply-container #subpage{border: none;}

.apply-info-box {
    width: 100%;
    text-align: center;
    position: relative;
    background: #FF9000;
    color: #fff; display: inline-block; font-weight: 400; vertical-align: middle;
    text-decoration: none;
    padding: 20px 0;
}

.apply-info-box .offer-title {font-weight: bold; font-size: 18px; color: #ffffff; padding: 0 0 0 15px; margin-bottom: 0; }
.apply-info-box .company {padding: 0 0 0 15px; }
.hidden {display: none;}
/*Koniec aplikowania*/

@media screen and (max-width: 1000px) {
    #subpage {  width: auto; max-width: 980px; margin: 10px;}
    #subpage .left-13-offer, .left-13-offer .notification-submit-box {width:100%;}
    .left-13-offer .notification-submit-box #subscribe-form-viewoffer button {width: 200px;}
    .left-13-offer .apply-box {display: none;}
    #subpage .right-23-offer { }
    #job-offer-box {width: 100%;}
}

@media screen and (max-width: 639px) {
.left-13 .recommended-articles, #newsletter-art  { display: none; }

    #subpage .header-info h4{padding: 10px;}
    #subpage .right-23{width: 100%;}
    #subpage .left-13{width: 100%;}
    #subpage .left-13 #filters-box{width: 100%; margin-bottom: 40px;}
    /* podstrona */
    .left-editable ul.submenu{width: 100%;}
    .left-editable ul.submenu li a{width: auto;}
    .left-editable ul.submenu li ul{width: auto;}
    .left-editable ul.submenu ul li a{width: auto;}
}

@media screen and (max-width: 359px) {
    #subpage .header-info h3{font-size: 13px;}   
    #subpage .header-info h5{font-size: 24px;}
    #subpage .left-1 .editable .pagination{text-align: center;}
    #subpage .left-1 .editable .pagination .next{margin-top: 20px;}
    
    .left-1 .meet-employers .highlight {width: 100%;}
}

/* RWD STARTS HERE */
@media screen and (max-width: 1020px ) {
  #subpage .left-1 {width: 100% !important;}
}

@media screen and (max-width: 995px ) {
  #recommended-offers { border-bottom: 1px solid #afafaf;}
  #recommended-offers .content-wrapper { padding: 15px 0px 0px 0px; max-width: 100%; }
  #recommended-offers .offers-list .single-offer { float: left; width: 50%; border-top: 1px solid #afafaf; border-right: 1px solid #afafaf; min-height: 450px; }
  #recommended-offers .offers-list .single-offer .logo { float: none; margin: 20px auto;}
  #recommended-offers .offers-list .single-offer .company-name { float: none; max-width: 90%; margin: auto; text-align: center; }
  #recommended-offers .offers-list .single-offer .location { float: none; margin: auto; text-align: center; } 
  #recommended-offers .offers-list .single-offer .details-btn { float: none; margin: 20px auto; }
  #results-content .right-results, #employer-section-2 .employer-right { 
    width: -moz-calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
  }
  #employer-section .employers-tiles .single-tile { max-width: 31.9448%; }
  .m-r20 { margin-right: 2%; }
  
   html>body .article-list .article-lead {text-align: center;}
   .article-list .article-lead .img {float:none; margin:auto;}
   .article-list .article-lead .desc {max-width: 100%; padding: 0px 20px;}
}

@media screen and (max-width: 979px) {
#subpage .left-13-offer{display: none;}
    #subpage .left-1 {float: none;}
    #subpage .right-23-offer {float: none;margin: 0 auto;    width: 100%;}
    /* powiadomienia */
    #subpage .right-23-offer .notification-footer-box{display: block; padding: 20px 20px 20px 20px; width: 100%; background: #E0E0E0; margin: 20px 0; text-align: center; position: relative;}
    .notification-footer-box .notification-left{width: 15%; float: left; display: block;}
    .notification-footer-box .notification-right{width: 85%; float: right; display: block;}
    .notification-footer-box p .glicon { font-size: 72px; }
    .notification-footer-box p { padding-bottom: 10px; color: #363636; font-size: 16px; font-weight: 400; }
    .notification-footer-box p.submit { margin-top: 20px; clear: both; display: inline-block;}
    .notification-footer-box a.close-notification { position: absolute; right: 16px; top: 16px; }
    .notification-footer-box p.submit a { padding: 10px 44px; font-size: 20px; background: #d8000b; font-weight: 300; color: #fff; text-align: center; }
    .notification-footer-box p.submit a:hover { text-decoration: none; background: #e9252f; }

    #subpage .offer-details .left-13{display: none;}
    #subpage .offer-details .left-1{float: none;}
    #subpage .offer-details .right-23{margin: 0 auto; float: none; width: -moz-calc(100% - 20px);width: -webkit-calc(100% - 20px);width: calc(100% - 20px);padding: 0 10px;}
    #subpage .offer-details .right-23 .extra-details{width: -moz-calc(100% - 40px);width: -webkit-calc(100% - 40px);width: calc(100% - 40px);margin: 20px  20px 0 20px;}
    .landing-frame-inside .register-form-employer #employer-register .controls-group .controls{width: 400px;}
    #subpage .right-23{ width: -moz-calc(100% - 260px);width: -webkit-calc(100% - 260px);width: calc(100% - 260px);}

    #top {  width: 100%; max-width: 979px; margin: 0;}
    #top-contents {  width: 100%; max-width: 979px; margin: 0;}

    #subpage {  width: 100%; max-width: 979px; margin: 0;}
    #subpage .header-info{width: 100%;}
    #subpage .header-info h4{ padding: 0 10px;}
    #subpage .offer-details .right-23{min-height: 168px; float: none;}

    /* artykuĹ‚y - lista */
    #subpage .left-1 .article-categories{width: 100%;}
    #subpage .left-1 .articles-list{width: -moz-calc(100% - 20px);width: -webkit-calc(100% - 20px);width: calc(100% - 20px); padding: 10px; text-align: center;}
    #subpage .left-1 .articles-list .article{margin: 20px; display: inline-block; float: none; text-align: left;}
    
    .left-1 .meet-employers {width: 100%; text-align: center;}

}

@media screen and (max-width: 970px ) {
  .right-arrow-job, .left-arrow-job { display: none; }
  #newsletter p { float: none; text-align: center; }
  #newsletter form { float: none; margin: auto; }

  .found-offers { border-left: 1px solid#ccc; border-bottom: 1px solid #ccc; }
  .found-offers .single-offer { width: 50%; float: left; min-height: 350px; border-top: 1px solid #ccc; border-right: 1px solid #ccc; }
  .found-offers .single-offer .offer-top .offer-logo,
  .found-offers .single-offer .offer-top .offer-name { float: none; margin: auto; text-align: center; }
  .found-offers .single-offer .offer-top .offer-apply { float: none; margin: 20px auto; }
  #for-employer .advertisement-section .advertisment { width: 100%; float: none; }
  #for-employer .advertisement-section .advertisment ul li { width: 100%; text-align: left; padding: 10px 30px; background-position: 10px 16px;}
  #for-employer .advertisment-text { width: 100%; float: none; padding: 0px; }
  #for-employer .advertisment-text .advert-text-top { width: 605px; float: none ;margin: auto; }
  #for-employer .advertisment-text h3 { text-align: center; }
  #for-employer .type1-section ul { width: 100%; }
  #for-employer .type1-section ul li { float: none; }
  #for-employer .text-image { float: none; margin: auto;}
  #for-employer .advertisment-text .contact-text { text-align: center;}
  .phone-form { width: 100%; height: 104px;}
  .phone-form input[type="text"], .phone-form input[type="submit"] { width: 100%; position: static; }

}

@media screen and (max-width: 899px ) {
  #main-register-form, #search-box { background: #515151; }
  #search-box h1, #search-box p { text-align: center; }
  /*#search-top-form { display: none; }*/
  .form-outter-wrapper, #search-box form {width: 100%; height: auto; }
  #search-box form input[name="phrase"],#search-box form input[name="localization"], #search-box form input[type="submit"] { width: 100%; position: static; }
  #search-box form input[type="submit"] { background: #ff9000 url('../images/big-search-icon2.jpg') no-repeat center top; }
  .form-outter-wrapper .left-form { display: none; }
  .form-outter-wrapper .right-form { float: none; width: 100%; }
  #register-form input { width: 100%; }
  .form-outter-wrapper .right-form .alt-login-wrapper { width: 310px; margin: auto; }
  .form-outter-wrapper .right-form .alt-login-wrapper a { float: none; }
  .form-outter-wrapper .right-form .input { width: 300px; margin: auto; }
  .form-outter-wrapper .right-form .input input {width: 30px; height: 30px; top: 9px; left: 30px; }
  #first-job-section .paper-sheet-bg p { text-align: center; padding: 40px 0px 85px 0px; }
  #first-job-section .paper-sheet-bg p.download-cv { background: url(../images/icon1.png) no-repeat center 95px; }
  #first-job-section .paper-sheet-bg p.perfect-cv { background: url(../images/icon3.png) no-repeat center 95px; }
  #first-job-section .paper-sheet-bg p.job-interview { background: url(../images/icon2.png) no-repeat center 95px; }
  #first-job-section .paper-sheet-bg p.browse-offers { background: url(../images/icon4.png) no-repeat center 95px; }
  .found-offers .single-offer { width: 100%; min-height: 100%; }
  .found-offers .single-offer .offer-top .offer-name { padding: 12px 10px; text-align: center; }
  #employer-section-2 .employer-left { width: 100%; float: none; }
  #employer-section-2 .employer-right { width: 100%; float: none; margin-top: 20px; }
  #employer-section-2 .employer-left ul li a { width: 100%; }
  #employer-section-2 .employer-left .employer-address { padding: 36px 0px; }
  #employer-section-2 .employer-left .employer-address p { text-align: center; }

  #search-top-form { float: none; margin: auto; padding-bottom: 30px; }
  #search-top-form .input-wrapper { width: 100%;height: auto;border: none; }
  #search-top-form .input-wrapper input { float: none; width: 100%; border: 1px solid #afafaf; height: 40px; margin: 3px auto;  }
  #search-top-form .btn-wrapper { float: none; overflow: hidden; width: 100%; margin: auto; }
  #search-top-form .btn-wrapper input { position: static; width: 100%; background: rgb(253, 142, 8); color: #fff; font-family: 'Open Sans'; font-weight: 700; font-size: 18px; }
}

@media screen and (max-width: 780px ) {
  .upper-menu { display: none; }
  #top { padding: 15px 10px 0 10px; }
  #logo { float: none; display: block; width: 180px; padding: 12px;}
  ul.horizontal-menu { position: relative; right: 0px; top: 0px; }
  ul.horizontal-menu li { display: block; padding: 0; border-top: 1px solid #c8c8c8; }
  ul.horizontal-menu li a { width: 100%; display: block; padding: 10px 15px; }
  ul.horizontal-menu li a:hover { background: #ff9000; color: #fff; }
  #menu-trigger { position: absolute; top: 15px; right: 0px; display: block; width: 88px; height: 80px; /*border-left: 1px solid #c8c8c8;*/ background: url('../images/menu.png') no-repeat center center; }
  .separator { display: none; }
  html form.standard fieldset div.only-controls.max-width-controls select, html form.standard fieldset div.only-controls.max-width-controls input {width:100%; margin: 12px 0px;}
  html form.standard fieldset div.only-controls .add-file-input, html form.standard fieldset div.only-controls .del-file-input {top:0px;}
}

@media screen and (max-width: 767px) {
    #subpage .header-info h5{font-size: 28px; margin-bottom: 10px;}
    #subpage .header-info h4{font-size: 14px;}
}

@media screen and (max-width: 740px ) {
	.article-list .article-lead { width: 100%; }
	.article-list .article-lead .desc { width: 68%; max-width: 400px; text-align: left;}

  #main-register-form { margin: 0px 0px 30px 0px; padding-bottom: 30px; }

  #recommended-offers .offers-list .single-offer { width: 100%; border-top: 1px solid #afafaf; border-right: none; }
  #current-recruiters h2:before, #current-recruiters h2:after { display: none; }

  #employer-section .employers-tiles {}
  #employer-section .employers-tiles .single-tile { float: none; margin: auto; max-width: 300px; }
  #employer-section { margin-bottom: 45px; }
  
  .article-list .article-lead .img {float:left;}
}

@media screen and (max-width: 650px) {
  #for-employer .advertisment-text .logo, #for-employer .advertisment-text .jobs-info { width:100%; float: none; margin: auto; text-align: center; }
  #for-employer .advertisment-text .advert-text-top { width:100%; margin-bottom: 30px;}
  #for-employer .advertisment-text h3 { margin-top: 30px; }
}

@media screen and (max-width: 620px) {
	.article-list .article-lead .img { width:158px; height: 158px;   float: none; margin: auto; }
	.article-list .article-lead .desc { float: none; text-align: center; width: 100%; margin: 20px auto; }
	.register-form { width: 100%; border-radius: 0px; }
  #results-content .left-results { width: 100%; }
  #joboffer-filters li { width: 100%; }
  #results-content #joboffer-filters li a { width: 100%; background-position: calc(100% - 20px) 14px; }
  #results-content #joboffer-filters li a:hover { background-position: calc(100% - 20px) -186px; }
  #results-content #joboffer-filters li a.active {background-position: calc(100% - 20px) -186px; color: #fff; background-color: #ff9000; }
  #filters-box #match-results input { width: 100%; }
  #results-content h3 { text-align: center; }
  #results-content .right-results { width: 100%; }
  .found-offers .single-offer { width: 100%; }
  
  .left-editable {width: 100%; margin-bottom: 20px;}
  #subpage .right-23 {width:100%;}
}

@media screen and (max-width: 570px) {
  #first-job-section .paper-sheet-bg p { font-size: 18px; padding: 40px 0px 95px 0px; }
  #newsletter form { height: auto; width: 100%; }
  #newsletter form input[type="text"], #newsletter form input[type="submit"] { position: static; width: 100%; }
  #footer #footer-credits #copyrights,
  #footer #footer-credits #realization { float: none; text-align: center; }
  .form-outter-wrapper .right-form .alt-login-wrapper { width: 100%; }
  .form-outter-wrapper .right-form .alt-login-wrapper a { display: block; text-align: center; }
}


#contact-form { width: 100%; max-width: 980px; margin: 20px auto; }
#contact-form form { width: 100%; }
#contact-form form input[type=text], #contact-form form select, #contact-form form textarea { font-family: 'Open Sans', Arial; margin-top: 10px; background-color: #fff; border: 1px solid #d2d2d2;  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; line-height: 26px; font-size: 14px; width: 90%; padding: 6px 10px; }
#contact-form form textarea { font-family: 'Open Sans', Arial; height: 100px; line-height: 20px; }
#contact-form form  .CIF-Error { font-size: 12px; padding-bottom: 4px; }
#contact-form form input[type=submit] { padding: 10px 20px; margin-top: 30px; cursor: pointer; }
.CIF-Error { color: #ff0000; display: none; }
.CIF-ErrorField { border-color: #ff0000 !important; }
.CIF-Loader { display: none; }
.CIF-Ajax-Ok { display: none; }
.CIF-Ajax-Error { display: none; color: #ff0000; }
.CIF-Modal-Loader { display: none; position: fixed; width: 100%; height: 100%; background: url('../images/cif-modal.png'); z-index: 99999; }
.CIF-Modal-Loader div { width: 100%; height: 100%; background: url('../images/loader.gif') no-repeat center center; }
form.ci-form .CIF-Loader, form.ci-form .CIF-Ajax-Ok {  }
form.ci-form .CIF-Ajax-Ok { font-size: 16px; font-family: 'Open Sans', Arial, sans-serif; color: #77a01f; font-weight: 600; padding-top: 10px; }



/*section employerads.tpl.php*/
.header-info h1, .header-info h2, .header-info h3, .header-info h4, .header-info h5, .header-info h6 { padding: 20px 0px 30px 0px; font-size: 26px; text-align: center; font-family: 'Open Sans', Arial; margin-bottom: 6px; color: #3b3b3b; font-weight: normal; color: #000; }
.landing-service #box14pakiet-new{
    
}
.landing-service #box30pakiet-new{
   display:none; 
}
.landing-service #box14pakiet-newa{
    
}
.landing-service #box30pakiet-newa{
  display:none;  
}
.landing-service .abonament-box-wrapper {
    /*padding-left: 0px;*/
    padding-left: 10px;
    
}
.landing-service .abonament-box-wrapper a{
    text-decoration: none;
    
}
.landing-service .abonament-box-wrapper .margl-20{
    margin-left: 20px;
    
}
.landing-service .abonament-box-regular {
    border: 1px solid #515151;
    border-radius:5px;
    background: #FFFFFF;
   /* -webkit-box-shadow: 0px 0px 31px 7px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 31px 7px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 31px 7px rgba(0,0,0,0.22);*/
    float:left;
    display:inline-block;
    margin-top:15px;
    margin-left: 2px;
    margin-top:23px;
}
.landing-service .abonament-box-big-wrapper {
    margin-top:0px;
    margin-left:0px;
    position:relative;
    float:left;
}
.landing-service .abonament-box-big {
    /* width:235px; */
    width:320px;
    margin-top:15px;
    margin-left:8px;
    position:relative;
    float:none;
}
.landing-service .abonament-box-orange {
    background-color:#ff9000;
}

.landing-service .abonament-box-orange img {
    margin-top: 26px;
}
.landing-service .abonament-box-orange p {
    line-height:30px;
    padding:25px 15px;
    color: #FFF;
    
}
.landing-service .abonament-box-big-wrapper .polecane {
    background: rgba(0, 0, 0, 0) url("http://www.jobs.pl/assets/images/polecane.png") repeat scroll 0 0;
    height: 100px;
    left: 2px;
    position: absolute;
    top: 8px;
    width: 100px;
    z-index: 999;
}.landing-service .abonament-box-big-wrapper .polecane1 {
    background: rgba(0, 0, 0, 0) url("http://www.jobs.pl/assets/images/recommended.png") repeat scroll 0 0;
    height: 100px;
    left: 13px;
    position: absolute;
    top: 0;
    width: 100px;
    z-index: 999;
}
.landing-service .abonament-box-small {
    width:300px;
    /*width:230px;*/
}
.landing-service .abonament-box-regular h3{
    line-height:37px;
    text-align:center;
}
.landing-service .abonament-box-big h3{
    line-height:65px;
    text-align:center;
}
.landing-service .abonament-box-regular .abonament-box-blue-back{
    background: #f1f1f1 none repeat scroll 0 0;
    height: 64px;
    padding-top: 10px;
    text-align: center;
    
}
.landing-service .abonament-box-big .abonament-box-blue-back{
    background: #f1f1f1 none repeat scroll 0 0;
    height: 70px;
    padding-top: 10px;
    text-align: center;
    
}
.landing-service .abonament-box-regular .abonament-box-blue-back1{
    background: #f1f1f1 none repeat scroll 0 0;
    height: 82px;
    padding-top: 10px;
    text-align: center;
    
}
.landing-service .abonament-box-big .abonament-box-blue-back1{
    background: #f1f1f1 none repeat scroll 0 0;
    height: 92px;
    padding-top: 10px;
    text-align: center;
    
}
.landing-service .abonament-box-regular .abonament-circle-pricebox{
   background: #ffffff none repeat scroll 0 0;
    border: 2px solid #555151;
    border-radius: 500px;
    display: block;
    font-weight: normal;
    height: 90px;
    margin: 7px auto;
    text-align: center;
    vertical-align: middle;
    width: 90px;
    z-index: 999;
       
}
.landing-service .abonament-box-regular .abonament-circle-pricebox .price-in-circle{
    float:left;
    font-size:25px;
    font-weight:bold;
    
    padding-top:5px;
}
.landing-service .abonament-box-regular .abonament-circle-pricebox .currency-in-circle{
    float:left;
    font-size:10px;
    text-align:left;
    margin-left:2px;
    padding-top:11px;
    line-height:11px;
}
.landing-service .abonament-box-regular .abonament-circle-pricebox .currency-in-circle-en{
    float:left;
    font-size:12px;
    text-align:left;
    margin-left:2px;
    padding-top:11px;
    
}
.landing-service .abonament-box-regular .abonament-circle-pricebox .price-in-circle-wrapper{
    margin: 0 auto;
    display:table;
    vertical-align:middle;
    
}
.landing-service .abonament-box-regular .abonament-circle-pricebox .padd-top17{
    padding-top:17px;
    
}
.landing-service .abonament-box-big .abonament-circle-pricebox{
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #555151;
    border-radius: 500px;
    display: block;
    font-size: 17px;
    height: 95px;
    margin: 5px auto;
    text-align: center;
    vertical-align: middle;
    width: 95px;
    z-index: 999;
       
}
.landing-service .abonament-box-regular .block{
    display:block;
}
.landing-service .logo-background-yellow {
    background: rgb(254,255,255);
 

}
.landing-service .abonament-box-regular ul{
    background-position: 0 center;
    line-height: 16px;
    list-style-image: url("http://www.jobs.pl/assets/images/check_mark.png");
    margin-left: 0;
    padding-left: 27px;
    padding-top: 80px;
}
.landing-service .abonament-box-regular ul li{
    padding:3px 0;
}
.landing-service .abonament-box-big ul{
    background-position: 0 center;
    line-height: 16px;
    list-style-image: url("http://www.jobs.pl/assets/images/check_mark.png");
    margin-left: 15px;
    padding-left: 20px;
    padding-top: 66px;
}
.landing-service .abonament-box-big ul li{
    padding:5px 0;
}
.landing-service .abonament-box-regular .abonament-box-adds-buttons{
    margin:11px auto;
    text-align:center;
    
}
.landing-service .abonament-box-regular .abonament-box-adds-buttons span{
    color: #21314b;
    display: block;
    font-weight: bold;
    padding: 3px 0;
}
.landing-service .abonament-box-regular .abonament-box-adds-buttons span img{
    vertical-align:middle;
    padding-right:5px;
    
}
.landing-service .abonament-box-regular .abonament-box-dark-background{
    background: #f1f1f1;
    min-height:60px;
    
}
.landing-service .abonament-box-regular .abonament-box-dark-background1{
    background: #f1f1f1;
    min-height:60px;
    
}
.landing-service .abonament-box-regular .abonament-box-dark-background #basket-button{
    margin: 0 auto;
    display:block;
    background: #FFFFFF;
    padding:5px 25px;
    border-radius: 5px;
   
    
}
.landing-service .abonament-box-regular .abonament-box-dark-background #basket-button span{
     font-weight: bold;
    color: #21314B;
    
}
.landing-service .abonament-box-regular .abonament-box-dark-background #basket-button span img{
    vertical-align:middle;
    padding-right:5px;
    
}
.landing-service .abonament-box-regular .abonament-box-dark-background1 #basket-button{
    margin: 0 auto;
    display:block;
    background: #FFFFFF;
    padding:5px 25px;
    border-radius: 5px;
   
    
}
.landing-service .abonament-box-regular .abonament-box-dark-background1 #basket-button span{
     font-weight: bold;
    color: #21314B;
    
}
.landing-service .abonament-box-regular .abonament-box-dark-background1 #basket-button span img{
    vertical-align:middle;
    padding-right:5px;
    
}
    .left-1 .box-one-two-inner .service-list-new{
    background: #FFFFFF;
    border:1px solid #CCCCCC;
    padding: 15px 15px 20px 55px;
    border-radius: 5px;
    list-style-image: url('http://www.jobs.pl/assets/images/check_mark.png');
    margin-left:15px;
    text-align: left;
    
}
 .left-1 .box-one-two-inner .service-list-new li{
    padding-top:10px;
}


/*end section employerads.tpl.php*/

.landing-frame .landing-service { max-width: 980px; width: auto; }
    
.left-1 .box-one-two-inner { position: relative; float: left; width: 450px; margin-right: 40px; }
.left-1 .box-one-two-inner ul.service-desc { list-style: none; }
.left-1 .box-one-two-inner ul.service-desc li { background: url("http://www.jobs.pl/assets/images/plans-li.png") no-repeat 0 10px; list-style: none; line-height: 21px; padding: 5px 0 5px 20px; margin-top: 0; }
.fright { float: right !important; }
.fleft { float: left !important; }
.no-margin { margin: 0 !important; }
.no-margin-right { margin-right: 0 !important; }
.no-margin-left { margin-left: 0 !important; }
.no-margin-top { margin-top: 0 !important; }
.no-margin-bottom { margin-bottom: 0 !important; }


.left-1 .references { width: 100%; position: relative; float: left; }
.left-1 .references .description { position: relative; width: 99%; padding: 0px; background: #fff; border:1px solid #CCCCCC; border-radius:5px;}
.left-1 .references .description p { padding: 20px;  color: #21314b;}
.left-1 .references .description:after { 
        content: ""; 
        background: #FFF;
        position: absolute; 
        bottom: -12px; 
        left: 22px; 
        border-style: solid; 
        border-width: 0px 1px 1px 0px; 
        border-color: #CCC; 
        display: block; 
        width: 22px; 
        height: 22px;
        z-index: 1; 
        transform:rotate(45deg); 
        -webkit-transform:rotate(45deg); 
        -moz-transform:rotate(45deg); 
        -o-transform:rotate(45deg);

}
.left-1 .references .author { width: 100%; position: relative; margin-top: 20px; margin-bottom:10px; color: #21314b; }
.left-1 .references .author p { font-size: 12px; color: #21314b;}
.left-1 .references .author a { color: #FF000E;}
.left-1 .references .author .logo { width: 70px; height: 70px; position: relative; float: left; }
.left-1 .references .author .logotype-author-new {width:64px; height:64px; background-image:url(http://www.jobs.pl/assets/images/author-logotype-new.png); float:left; display: inline;}
.left-1 .references .author .company-data {float:left; display: inline;margin-left:10px; padding-top:5px;}


#lbox {
    position:fixed;
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background: rgba(0,0,0,0.7);
    text-align:center;
    cursor: pointer;
    z-index:9999;
}

#lbox p {
    text-align:right; 
    color:#fff; 
    margin-right:20px; 
    font-size:12px; 
    cursor: pointer;
}

#lbox img {
   /* box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;*/
    max-width:940px;
    position: relative;
    top: 25px;
    cursor: pointer;
}

@media screen and (max-width: 979px) {
    .left-1 .box-one-two-inner { width: 45%; }
    .box-14 { width: 20%; }
    .box-14.center { float: right; }

    .left-1 .box-one-two { width: 42% }
    .left-1 .box-one-two-last { width: 42% }
    
    .landing-frame .left-1 { max-width: 980px; width: auto; padding: 0 15px;}
    .landing-frame .landing-service { max-width: 980px; width: auto; padding: 0 15px;}

    .landing-service .abonament-box-regular {
     float:none;
     display:block;
     margin:5px auto;
    }
    .landing-service .abonament-box-wrapper .margl-20{
    margin: 5px auto;
    }
    .landing-service .abonament-box-wrapper {
    padding-left: 0px;
    }
    .landing-service .abonament-box-big-wrapper {
    margin-top:0px;
    margin-left:0px;
    margin-bottom:10px;
    position:relative;
    float:none;
    }
    
    .landing-service .abonament-box-big-wrapper {
    margin-top:0px;
    margin-left:0px;
    position:relative;
    float:none;
    width:342px;
    margin:0 auto; 
    margin-bottom:18px;
    }
    .landing-service .abonament-box-big {
    width:303px;
    margin-top:7px;
    margin-bottom:7px;
    margin-left:7px;
    position:relative;
    float:none;
    top:6px;
    
    
}

}
@media screen and (max-width: 710px) {
    .left-1 .box-one-two-inner { width: 100%; margin: 0; }
}

@media screen and (max-width: 699px) {
    .landing-service .ads-zone .tabs .tab{width: 100%; display: block;}
    .landing-service .ads-zone ul.tabs li a{width: 100%; display: block;}
    .landing-service .ads-zone ul.tabs li a.active{width: 100%; display: block;}
}


@media screen and (max-width: 630px) {
    .landing-service .info .how-to-publish-bubble{
                float:none;
                display:block;
                width: 120px;
                height:  120px;
                background: #CEE8FF;
                border-radius:500%;
                margin:5px auto;
                
            }
.landing-service .info .how-to-publish-bubble1{
                float:none;
                display:block;
                width: 120px;
                height:  120px;  
                background: #FFFFFF;
                border-radius:500%;
                margin:5px auto;
            }
.landing-service .info .how-to-publish-bubble2{
                float:none;
                display:block;
                width: 120px;
                height:  120px;  
                background: #CEE8FF;
                border-radius:500%;
                margin:5px auto;
            }
.landing-service .info .how-to-publish-bubble3{
                float:none;
                display:block;
                width: 120px;
                height:  120px; 
                background: #FFFFFF;
                border-radius:500%;
                margin:5px auto;
            }
.landing-service .info .how-to-publish-bubble4{
                float:none;
                display:block;
                width: 120px;
                height:  120px;  
                background: #CEE8FF;
                border-radius:500%;
                margin:5px auto;
            }
.landing-service .info .bubble-text{
                padding-left:0;
                padding-top:0;
                display:table-cell;
                vertical-align:middle;
                text-align:center;
                font-size:11px;
                color: #21314B;
            }
.landing-service .info .bubble-text h2{
                line-height:30px;
            }
.landing-service .info .bubble-text1{
                padding-left:0;
                padding-top:0;
                display:table-cell;
                vertical-align:middle;
                text-align:center;
                font-size:11px;
                color: #21314B;
            }
.landing-service .info .bubble-text1 h2{
                line-height:30px;
            }
.landing-service .info .bubble-text2{
                padding-left:0;
                padding-top:0;
                display:table-cell;
                vertical-align:middle;
                text-align:center;
                font-size:11px;
                color: #21314B;
            }
.landing-service .info .bubble-text2 h2{
                line-height:30px;
            }   
.landing-service .info .bubble-text3{
                padding-left:0;
                padding-top:0;
                display:table-cell;
                vertical-align:middle;
                text-align:center;
                font-size:11px;
                color: #21314B;
            }
.landing-service .info .bubble-text3 h2{
                line-height:30px;
            }
.landing-service .info .bubble-text4{
                padding-left:0;
                padding-top:0;
                display:table-cell;
                vertical-align:middle;
                text-align:center;
                font-size:11px;
                color: #21314B;
            }
.landing-service .info .bubble-text4 h2{
                line-height:30px;
            }                  
}

.landing-service { text-align: center; }
#for-employer { text-align: left; border-top: none; padding: 30px 0px; }

#services-menu { width: 100%; min-height: 80px; background: #ececec; position: relative; text-align: center; }
#services-menu-inner { max-width: 980px; width: 100%; min-height: 80px; margin: 0 auto; text-align: left; }
#services-menu ul { width: 100%; list-style: none; padding-top: 30px; }
html>body #services-menu ul, html>body #services-menu-inner { overflow: hidden; }
#services-menu ul li { display: block; float: left; margin-left: 20px; margin-bottom: 20px; }
#services-menu ul li a { padding: 6px 16px; color: #fff; background: #ff9000; }
#services-menu ul li a:hover { background: #da7d05; }

#jobs-offer-service a.j-to-cart { margin-top: 6px; padding: 10px 20px; text-align: center; color: #fff; background: #ff9000; }
#jobs-offer-service a.j-to-cart:hover { background: #da7d05; }

html>body .left-1, html>body .abonament-box-wrapper { overflow: hidden; }

/* Apply Form (BETA) */

form.apply-form { width: 700px; margin: 0 auto; }
form.apply-form legend { display: block; width: 100%; font-size: 16px; font-family: 'Open Sans', arial, sans-serif; font-weight: 300; border-bottom: 1px solid #dbdbdb; padding-top: 20px; padding-bottom: 10px; line-height: 22px; color: #000;}
form.apply-form legend.no-border { border: 0; }
form.apply-form p.legend { display: block; width: 100%; font-size: 14px; font-family: 'Open Sans', arial, sans-serif; font-weight: 300; padding-bottom: 10px !important; line-height: 18px; color: #000; }
form.apply-form p.legend small { font-size: 11px; font-weight: 400px; padding-left: 10px; }

form.apply-form fieldset { border: 0 !important; }
form.apply-form fieldset div { padding: 12px 0px; line-height: 28px; }
form.apply-form fieldset div label { display: inline-block; *display:inline; *zoom:1; width: 100%; min-width: 120px; text-align: right; vertical-align: top; line-height: 26px; }
form.apply-form fieldset div label span { padding-right: 10px; font-size: 12px; font-family: 'Open Sans', arial, sans-serif; font-weight: 400; }
form.apply-form fieldset div label span.b, form.apply-form fieldset div label span b { font-weight: 600; }
form.apply-form fieldset div span { line-height: 28px; }

form.apply-form fieldset textarea { border: 1px solid #d0d0d0; width: 638px; padding: 20px; }

form.apply-form fieldset div input, form.apply-form fieldset div select, form.apply-form fieldset div textarea { 
    display: inline-block; 
    *display:inline; 
    *zoom:1;  
    border: 1px solid #dbdbdb; 
    font-size: 12px; 
    font-family: 'Open Sans', arial, sans-serif; font-weight: 400;
    padding: 10px 5px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eef0f2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eef0f2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eef0f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eef0f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eef0f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#eef0f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef0f2',GradientType=0 ); /* IE6-9 */
}

form.apply-form fieldset div .long { width: 90%; }
form.apply-form fieldset div .medium { width: 70%; }
form.apply-form fieldset div .normal { width: 60%; }
form.apply-form fieldset div .short { width: 40%; }
form.apply-form fieldset div .very-short { width: 20%; }

form.apply-form fieldset div p { padding: 0px 20px; line-height: 21px; }
form.apply-form fieldset div.action-block { background: #eef0f2; }

/* Bardziej elegancko.. */
form.apply-form fieldset div.control-group { padding: 0 0 10px 0; }
form.apply-form fieldset div.control-group.no-border { border: 0 !important; }
form.apply-form fieldset div.control-group div { border: none; padding: 0px; } /* reset powyzsze */
form.apply-form fieldset div.control-group .label { padding: 0; margin: 0; display: inline-block; *display:inline; *zoom:1; width: 25%; min-width: 120px; text-align: right; vertical-align: top;  }
form.apply-form fieldset div.control-group .label span, form.apply-form fieldset div.control-group .label p { padding: 0; margin: 0; padding-right: 10px; line-height: 28px; font-size: 14px; font-family: 'Open Sans', arial, sans-serif; font-weight: 400; line-height: 39px; }
form.apply-form fieldset div.controls { font-size: 12px; width: 61%; padding: 0; margin: 0; display: inline-block; *display:inline; *zoom:1; vertical-align: top; }
form.apply-form fieldset div.controls.w100 { width: 100%; }
form.apply-form fieldset div.controls p { padding: 0; line-height: 28px; } /* reset */
form.apply-form fieldset div.controls p.info { padding-top: 6px; }
form.apply-form fieldset div.controls p.inline { display: inline-block; *display:inline; *zoom:1; }

html form.apply-form fieldset div.control-group .label-25 { width: 25%; }
html form.apply-form fieldset div.control-group .label-50 { width: 50%; }
html form.apply-form fieldset div.control-group .label-75 { width: 75%; }
html form.apply-form fieldset div.controls-25 { width: 20%; }
html form.apply-form fieldset div.controls-50 { width: 45%; }
html form.apply-form fieldset div.controls-75 { width: 70%; }

form.apply-form fieldset div input[type="checkbox"] { vertical-align: middle; }
form.apply-form fieldset div span.radio-label, form.apply-form fieldset div span.check-label { margin-right: 16px; }

html form.apply-form fieldset div.only-controls { width: 94%; margin-left: 20px; }
html>body form.apply-form fieldset div.only-controls { overflow: hidden; }

html form.apply-form fieldset div.only-controls .option-box { float: left; display: inline-block; *display:inline; *zoom:1; margin-right: 10px; padding: 4px 4px; }
html form.apply-form fieldset div.only-controls .option-box-fixed-region { width: 170px !important; }

html form.apply-form fieldset div.full-control { width: 100%; padding: 0px; }
html form.apply-form fieldset div.clear-inside div { border: none; padding: 0px; }

html form.apply-form fieldset div .fieldset-25 { margin-right: 10px; margin-bottom: 20px; width: 23%; float: left; }
html form.apply-form fieldset div .fieldset-30 { margin-right: 10px; margin-bottom: 20px; width: 28%; float: left; }
html form.apply-form fieldset div .fieldset-50 { margin-right: 10px; margin-bottom: 20px; width: 48%; float: left; }
html form.apply-form fieldset div .fieldset-70 { margin-right: 10px; margin-bottom: 20px; width: 68%; float: left; }
html form.apply-form fieldset div .fieldset-100 { margin-right: 10px; margin-bottom: 20px; width: 98%; float: left; }

form.apply-form fieldset div .data-block { display: inline-block; *display:inline; *zoom:1; vertical-align: top; line-height: 26px; }

.upload_docs .control-group input[type="file"]{padding: 5px;}

.article-author-info { background: url("../images/rozporek.png") repeat-x #fff; width: 100%; position: relative; margin-top: 20px; }
.article-author-info .author-name { padding: 20px 0 0 0; font-size: 12px; }
.article-author-info .author-name a { text-decoration: none; }
.article-author-info .publish-date { color: #c1c1c1; font-size: 12px; }
.similar-offers-box{margin-top: 30px;}

/* Wyślij na adres w widoku pojedynczej oferty */
#send-joboffer-to-mail .btn {margin: 5px 0 10px 0; padding: 3px 6px; background: #ff9000; color: #fff; font-weight: bold;}
#send-joboffer-to-mail .control-group .controls input {border: 1px solid #D0D0D0; padding: 3px 6px;}

.left-13-offer .visit-cv-pl { padding: 20px; background-color: #ff9000; color: #ffffff; }
.left-13-offer .visit-cv-pl h3 { font-size: 32px; color:#ffffff; }
.left-13-offer .visit-cv-pl p.subtext { font-size: 12px; margin: 20px 0; }
.left-13-offer .visit-cv-pl a.more {color: #fff; border: 1px solid #fff; display: inline-block; width: 100%; height: 40px; line-height: 40px; }
.left-13-offer .visit-cv-pl a.more:hover { text-decoration: none; background: #fff; color: #464646; }
.center{text-align: center;}