@import url(https://fonts.googleapis.com/css?family=Roboto+Slab&subset=latin,latin-ext);

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500&subset=latin,latin-ext);


body {
	font-family: 'Roboto', sans-serif;
	background-color: #f1f1f1;
	font-size: 15px;
	color: #000;
	font-weight: 300;
}

body * {
	outline: none;
}

a:focus { outline:none; }
a:active { outline:none; }
button:focus { outline:none; }
button:active { outline:none; }
input:focus { outline:none; }
input:active { outline:none; }

strong {
	font-weight: 500; /*BOLD*/
}



/* ==========================================================================
       TOP-BAR
       ==========================================================================
*/

#top-bar {
	font-size: 15px;
	background-color:#0a80a8;
	padding: 6px 0;
	font-weight: 300;
}

#top-bar span {
	font-weight:400;
}

#top-bar a {
	margin-left:24%;
	color:#fff;
	vertical-align: sub;
}

#top-bar .newsletter-top-bar {
	float: right;
}
#top-bar .newsletter-top-bar img {
	margin-right: 5px;
}


/* ==========================================================================
       MENU
       ==========================================================================
*/
#menu-top {
	background-color:#0a80a8;
}

#menu-footer {
	background-color:#0a80a8;
	margin-top: 0;
}

#menu-top .row, #menu-footer .row {
	margin: 0;
}

.padding-l-r-20 {
	/*background:#fff;*/
	padding: 20px 0;
}

.navbar {
	margin-bottom: 0;
	color:#fff;
	padding:0;
	margin:0;
	background-color:#005e8a;
	border-radius: 0;
	border: 0;
}

.navbar-default .navbar-nav>li>a{
	color:#fff;
	font-size: 15px;
	font-weight: 400; /*SEMIBOLD*/
}

.nav>li>a {

	padding: 10px 10px;
}

.active-menu{
	background-color: #f06d00;
	outline: 1px solid #fff;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-left: 1px !important;
}

.active-menu:hover{
	background-color: #f06d00 !important;
	color: #fff !important;
	outline: 1px solid #fff;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	margin-left: 1px !important;
}


#navbar > ul > li.last > .active-menu:before {
	display: none;
}

#navbar > ul > li.last > .active-menu:before {
	display: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #fff !important;
	color: #000 !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-top: 10px !important;
	margin-left: 0px !important;
	padding-bottom: 10px !important;
	outline: 0 !important;
}

/*#navbar > ul > li.dropdown.open > .active-menu {
	margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 10px !important;
    padding-bottom: 0 !important;
}*/

/*.active-menu:hover {
	background-color: inherit !important;
	color: inherit !important;
	outline: inherit !important;
}*/

/*#navbar > ul > li.dropdown.open > .active-menu:hover {
	background-color: #fff !important;
	color: #000 !important;
}*/

/*.active-menu a:before {

}*/

.navbar-default .navbar-brand {
	background-color: #f06d00;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}

.navbar-brand img {
	display:inline;
	margin-right:5px;
}

.navbar-default .navbar-brand:hover {
	background-color: #e36600;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #e5e5e4;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: inherit;
}

.navbar-default .navbar-toggle {
	border-color: #FFF;
	border-radius: 0;
}

.navbar-default .navbar-collapse {
	border-color: #3A3A3A;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #003750;
}

.black {
	color: #000;
}


/* ==========================================================================
       SEARCH BOX
       ==========================================================================
*/

#search-box {
	background-image: url("../img/woman.jpg");
	min-height: 270px;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.grid {
	background-color: rgba(0, 94, 138, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	overflow: hidden;
	left: 0;
}

#search-box .form-inline {
	margin-top:20px;
}

.form-inline .row {
	max-width: 980px;
	margin: auto 0 0 auto;
}

#search-box h2 {
	font-family: 'Roboto Slab', serif;
	color:#fff;
	font-size:56px;
	margin-top: 65px;
}

#dodaj-ogloszenie {
	color:#fff;
	text-decoration:underline;
	font-size: 21px;
	font-weight: 400;
}

#szukanie-zaawansowane {
	color:#fff;
	text-decoration:underline;
	font-size: 15px;
	font-weight: 400;
}

.input-search {
	width: 100%;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #000;
	background-color: #fff;
	background-image: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	-webkit-appearance: none;
	height:51px;
}

select.input-search {
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-image: url(../img/arrow-black-down.png);
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	padding: 6px 30px 6px 12px;
}

select.input-search::-ms-expand {
	display: none;
}

.search-button {
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 0;
	white-space: nowrap;
	padding: 5px 17px;
	font-size: 25px;
	line-height: 1.42857143;
	/* border-radius: 4px; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #0a80a8;
	font-weight: 400;
	height: 50px;
	border: #fff 1px solid;
}

#point-marker {
	background-repeat: no-repeat;
	/*width: 50px;*/
	height: 51px;
	background-color: #fff;
	background-image: url('../img/point-marker.png');
	background-position: center;
}

.padding {
	padding: 5px 5px;
}

.find-employee {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
}

.find-employee > a {
	color: #fff;
	padding: 5px;
	border: 1px solid #fff;
	margin-left: 5px;
}

.find-employee-container {
	padding: 10px;
}



/* ==========================================================================
       MENU DROPDOWN
       ==========================================================================
*/
.dropdown a {
	position: relative;
}

.dropdown-menu>li>a {
	font-weight: 400; /*SEMIBOLD*/
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #000;
}

.dropdown-toggle:after {
	content: "";
	background-image: url("../img/arrow-down.png");
	position: absolute;
	display: inline-block;
	top: 50%;
	margin-left: 10px;
	background-repeat: no-repeat;
	width: 11px;
	height: 6px;
	margin-top: -3px;
}

#menu-footer .dropdown-toggle:after {
	background-image: url("../img/arrow-down.png");
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}

.open .dropdown-toggle:after {
	background-image: url("../img/arrow-up.png");
}

#menu-footer .open .dropdown-toggle:after {
	transform:rotate(180deg);
	background-image: url("../img/arrow-up.png");
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}

.dropdown-toggle {
	padding-right: 30px !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #fff;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 100%;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 12px;
	text-align: left;
	background-color: #fff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.arrow-down {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	vertical-align: middle;
	width: 11px;
	height: 6px;
}


/* ==========================================================================
       EMPLOYERS
       ==========================================================================
*/

#employers {
	margin-top: 20px;
}

.box-title {
	font-size: 15px;
}

.box-title a {
	color:#0a80a8;
	text-decoration:none;
	border-bottom: 1px solid #c9d8e0
}

.box-title a span {
	color:#f06d00;
	font-weight:500;
}

.employers-col {
	margin-top: 10px;
	margin-bottom: 10px;

}

.employers-box {
	padding:0 10px;
}

.employers-box-img {
	background-color:#fff;
	text-align:center;
	padding: 10px 0;
	min-height: 100px;
}

.employers-img  {
	max-width: 100%;
}

.employers-desc {
	font-size: 15px;
	text-align: center;
}

.employers-desc a {
	color: #000;
}

.employers-control {
	text-align: center;
}

.employers-control  .employers-page {
	display: inline-block;
	zoom: 1;
}

.employers-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #0a80a8;
}

div.employers-page.active > span{
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.employers-page span:hover{
	opacity: 1;
}

.company-logo{
	font-size: 15px;
	font-weight: 400;
	margin: 0 auto;
}


/* ==========================================================================
       TABS
       ==========================================================================
*/
.well {
	min-height: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 20px 20px;
}

.nav-tabs {
	border-bottom: 2px solid #F1F1F1;
}

.nav-tabs>li>a {
	margin-right: 2px;
	font-size: 19px;
	color: #d8e3e9;
	background-color: #f8f8f8;
	line-height: 1.42857143;
	border: none;
	padding: 20px;
	border-radius: 0;
	font-weight: 500;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #555;
	background-color: #f1f1f1;
	border: none;
	cursor: default;
	font-size: 19px;
	color: #0a80a8;
}

.tab-content .row > div {
	padding: 20px;
	text-align: left;
}

.tab-table:nth-child(even) {
	background-color: #f1f1f1;
}

.tab-table:nth-child(odd) {
	background-color: #fff;
}

.cell-data {
	text-align: center;
	font-size: 15px;
}

.cell-position{
	font-size: 17px;
	font-weight: 400;
}

.cell-firm {
	font-size: 17px;
	color: #0a80a8;
	font-weight: 500;
}

.cell-location {
	font-size: 15px;
}

.cell-position a,.cell-location a {
	color: #000;
}

.tab-footer {
	text-align: right !important;
	/*padding: 20px 0 !important;*/
	padding: 20px 0 !important;
}

.tab-footer-extendend {
	padding-top: 0 !important;
}

.tab-footer-margin {
	margin-right: 18px;
}

.tab-footer a {
	font-size: 15px;
	text-decoration: none;
	border-bottom: 1px solid #c9d8e0;
}

.tab-footer a:hover {
	text-decoration: none;
}

.tab-footer b {
	color:#f06d00;
}

.btn-primary{
	border: none;
	padding: 8px;
	background-color: #0a80a8;
	border-radius: 0;
	padding-left: 20px;
}

/* ==========================================================================
       RESULTS
       ==========================================================================
*/

.results .well {
	padding-top: 0;
}

/* ==========================================================================
       TWO BOXES
       ==========================================================================
*/

#two-boxes {

}

#tools-for-you, #news {
	margin-top: 20px;
}

#tools-for-you .row, #news .row {
	margin-left: -25px;
	margin-right: -25px;
}

#tools-for-you  .tools-title {
	font-weight:500;
	font-size:19px;
	color: #0a80a8;
	margin-left: 10px;
	margin-top: 0;
}

.see-more {
	background-image: url("../img/arrow-right.png");
	background-repeat: no-repeat;
	background-position: -10px center;
}

.newsletter, .find-job {
	padding: 0;
	padding-right: 10px;
}

.newsletter p, .looking-worker p {
	font-size: 16px;
}

.newsletter-form {
	position: relative;
	max-width: 365px;
	margin: 0 auto;
}

.looking-worker {
	padding: 0;
	padding-left: 10px;
}

.inner {
	color:#fff;
	padding: 20px;
	min-height: 250px;
}

.inner-first {
	background-color:#00628f;
}

.inner-second {
	background-color: #f06d00;
}

.inner-second span {
	text-decoration: underline;
}

.newsletter h3, .looking-worker h3 {
	font-size:31px;
	margin-top: 0;
	font-weight: 400;
}

.looking-worker b, .looking-worker a {
	font-weight: 400;
}

.submit-newsletter {
	background-image: url("../img/blue-arrow.png");
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	border: 4px solid #fff;
}

.looking-worker a {
	background-color: transparent;
	border: 1px solid #fff;
	height: 50px;
	padding: 0 10px;
	margin-top: 22px;
	display: inline-block;
	color: #fff;
	font-size: 21px;
	line-height: 50px;
}

.email-newsletter {
	padding-right: 53px;
}


/* ==========================================================================
       TOOLS
       ==========================================================================
*/

.narzedzia {
	padding-left: 10px;
	padding-right: 10px;
}

.inner-title {
	display: table;
	background-color: #f1f1f1;
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 60px;
	min-height: 65px;
	height: 65px;
	width: 100%;
	margin-top: 5px;
	cursor: pointer;
	color: #000;
}

#calculator  {
	background-image: url("../img/calculator-icon.png");
}

#contact  {
	background-image: url("../img/contact-icon.png");
}

#calculator-2  {
	background-image: url("../img/calculator-icon.png");
}

#cv {
	background-image: url("../img/notes-icon.png");
}


/* ==========================================================================
       NEWS
       ==========================================================================
*/

.inner-title p {
	vertical-align: middle;
	display: table-cell;
	text-align: left;
	font-size: 15px;
}

.inner-news {
	background-color: #f1f1f1;
	margin-top: 5px;
	cursor: pointer;
	color: #000;
}

.inner-news  img{
	width: 100%;
}

.desc-inner-box {
	position: relative;
}

.inner-news .desc-news {
	position: absolute;
	color: #fff;
	bottom: 0;
	background-color: rgba(10,128,168,0.8);
	padding: 10px;
	text-align: left;
	width: 100%;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	/*font-size: 22px;*/
}

.inner-news .desc-news:hover {
	text-overflow: clip;
	white-space: normal;
	overflow: visible;
}

.news {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}


/* ==========================================================================
       VOCABULARY
       ==========================================================================
*/

#vocabulary .well {
	padding: 20px;
	padding-top: 10px;
	margin-bottom: 0;
}

#vocabulary h3 {
	font-size: 15px;
	color: #0a80a8;
}

#vocabulary a {
	padding: 5px;
	background-color: #9dccdc;
	color: #000;
	font-size: 15px;
	margin-top: 5px;
	display: inline-block;
	font-weight: 400;
}


/* ==========================================================================
       FOOTER
       ==========================================================================
*/

#footer {
	background-color: #fff;
}

#footer .well {
	margin: 0;
	padding: 20px;
	padding-top: 10px;
}

#footer .menu-footer-1, #footer .menu-footer-2 {
	padding-left: 0;
	display: inline-block;
	font-weight: 400;
}

#footer .menu-footer-1 li {
	display: inline-block;
	color: #0a80a8;
	font-size: 15px;

}

#footer .menu-footer-2 li {
	display: inline-block;
	color: #000;
	font-size: 15px;
	padding: 0 10px;
}

#footer .menu-footer-2 li a {
	color: #000;
}

#footer .menu-footer-2 > :first-child {
	padding-left: 0;
}

#footer .menu-footer-3{
	padding-left: 0;
	display: block;
	margin-bottom: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.last-menu {
	margin-bottom: 20px !important;
}

#footer .menu-footer-3 li {
	display: inline-block;
	color: #000;
	font-size: 15px;
	padding: 0 5px;
}

#footer .menu-footer-3 > :first-child {
	padding-left: 0;
}

#footer .menu-footer-3 li a {
	color: #000;
}

#footer .menu-footer-3 > :first-child a {
	color: #0a80a8;
	font-weight: 400;
}

.copyright {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
	border-top: 1px solid #D6D6D6;
}

.dropup .dropdown-menu {
	margin-bottom: 0;
	-webkit-box-shadow: 0 -6px 12px 0 rgba(0,0,0,0.175);
	box-shadow: 0 -6px 12px 0 rgba(0,0,0,0.175);
}

#to-top {
	width:100%;
	height:40px;
	background-color: #0a80a8;
}

#to-top button {
	text-align: right;
	color: #fff;
	background-color: transparent;
	border: 0;
	margin-right: 10px;
	height: 30px;
	background-image: url("../img/to-top.png");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 35px;
}

#to-top .row {
	margin: 0;
	margin-top: 6px;
	text-align: right;
}


/* ==========================================================================
       SEARCH BOX EXTENDEND
       ==========================================================================
*/
#search-box-extendend {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
}

#search-box-extendend .form-inline {
	margin-top:20px;
	margin-bottom: 20px;
}

#search-box-extendend .form-inline .row {
	max-width: 980px;
	margin: 0 auto;
}

#search-box-extendend h3 {
	color:#000;
	font-size:21px;
	font-weight: 400;
	padding-left: 5px;
	margin: 0;
	margin-bottom: 20px;
}

#search-box-extendend h3 span {
	color:#0a80a8;
}

#search-box-extendend .input-search, #search-box-extendend #point-marker {
	border: 1px solid #0a80a8;
}

#tagi {
	padding-left: 5px;
}

#tagi h3 {
	margin: 0;
	display: inline-block;
	font-size: 15px;
	padding: 0;
}

#tagi .tagi-box {
	display: inline-block;
}

#tagi .tag {
	color: #000;
	font-size: 15px;
	font-weight: 400;
	margin-right: 5px;
}

#tagi .tag-remove-icon {
	background-image: url("../img/remove-icon.png");
	display: inline-block;
	width: 22px;
	height: 22px;
	/* margin-top: 2px; */
	top: 5px;
	margin-left: 3px;
	position: relative;
	cursor: pointer;
}

.break {
	padding: 10px 0;
	font-size: 19px;
	font-weight: 600;
	color: #0a80a8;
}

.break button {
	background-color: #0a80a8;
	border: 0;
	padding: 8px 15px;
	margin-left: 10px;
	background-color: #0a80a8;
	border: 0;
}

.break button a {
	color: #fff;
	font-weight: 300;
	font-size: 17px;
}

.file-icon:before {
	content: "";
	background-image: url("../img/file.png");
	background-repeat: no-repeat;
	width: 24px;
	height: 29px;
	display: inline-table;
	vertical-align: middle;
	margin-top: -10px;
	margin-right: 5px;
}

/* ==========================================================================
       PAGINATION
       ==========================================================================
*/

.pagination-container {
	text-align: right;
}

.pagination {
	margin:0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	margin-right: 5px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1.42857143;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
	font-weight: 300;
	font-size: 15px;
	margin: 0 5px;
	padding-top: 9px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-right: 0;
}

.pagination>li>a:hover, .pagination>li>span:hover {
	z-index: 2;
	color: #000000;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>li>a:focus, .pagination>li>span:focus {
	background-color: #0a80a8;
	border-color: #0a80a8;
	color: #fff;
}

.next {
	background-image: url("../img/arrow-right.png");
	background-repeat: no-repeat;
	background-position: -10px center;
	margin-left: 5px;
	width: 110px;
	display: inline-block;
	height: 40px;
	text-align: center;
}

/* ==========================================================================
       BREADCRUMB
       ==========================================================================
*/
.breadcrumb>li+li:before {
	content: "";
	margin: 0 5px;
	margin-left: 2px;
	color: #0a80a8;
	background-image: url("../img/forward.png");
	width: 8px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center;
}

.breadcrumb {
	padding: 8px 20px;
	padding-bottom: 15px;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 4px;
	font-weight: 400;
	color: #0a80a8;
}

.breadcrumb span {
	color:#000;
}
/* ==========================================================================
       HEAD-BOX
       ==========================================================================
*/

#head-box .col-xs-6 {
	padding: 0;
}

.back-to-search:before {
	content:"";
	background-image: url("../img/forward-left.png");
	width: 8px;
	height: 12px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 5px;
}

.back-to-search, .next-adv {
	font-weight: 400;
}

.next-adv:after {
	content:"";
	background-image: url("../img/forward.png");
	width: 8px;
	height: 12px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
}

.border-bottom {
	border-bottom: 1px solid #cee6ee;
	display: inline-table;
	width: 100%;
}

#head-box h1 {
	font-family: 'Roboto Slab', serif;
	color:#0a80a8;
	font-size:21px;
	margin-top: 20px;
}

#head-box h2 {
	font-size: 19px;
	color: #000;
	font-weight: 400;
	margin-top: 10px;
}

#head-box .row {
	margin: 0;
}

#head-box .well {
	margin-top:0;
}

.next-adv {
	text-align: right;
}

.heading {
	padding: 0;
	padding-right: 5px;
}
.semi-heading, .buttons {
	padding: 0;
}

.buttons {
	padding-top:20px;
	text-align: right;
}

.fb-like {
	vertical-align: super !important;
	margin-right: 15px !important;
}

.fb_iframe_widget_fluid {
	display: inline-block !important;
}

.twitter-share-button {
	margin-left: 15px;
}

.print {
	margin-left: 15px;
	border-left: 1px solid #cee6ee;
	padding: 0 15px;
	padding-right: 10px;
	display: inline-block;
	vertical-align: text-bottom;
}

.send {
	border-left: 1px solid #cee6ee;
	padding: 0 15px;
	display: inline-block;
	vertical-align: text-bottom;
}

/* ==========================================================================
       ADVERTISEMENT
       ==========================================================================
*/

#advertisement-left, #advertisement-right {
	padding: 0;
}

#advertisement .well {
	margin-top: 0;
	padding-bottom: 60px;
}

#advertisement .row {
	margin: 0;
}

.advertisement-img {
	width:100%;
	border:0;
	margin-bottom:35px;
}

#advertisement-right {
	padding-left: 40px;
	position: relative;
}

.clause-end {
	padding: 0 10px;
	font-size: 12px;
	margin: 10px 0 !important;
}

.ads-small {
	float:right;
	margin-top: 5px;
}

.ads-big {
	float:right;
	margin-top: 10px;
}

.ads-big-bottom {
	float:right;
}

#advertisement-left h4 {
	margin: 5px 0;
	font-weight: 400;
	font-size: 15px;
	/*color: #ec008b;*/
	color: #337ab7;
}

#advertisement-left section {
	margin-bottom: 25px;
}

section.info {
	margin-top: 50px;
}

ul.dashed {
	margin: 0;
	list-style-type: none;
	padding: 0;
}

ul.dashed > li {
	text-indent: -5px;
	margin-left: 15px;
}

ul.dashed > li:before {
	content: "-";
	position: relative;
	left: -9px;
}

.employer-info {
	background-color: #f1f1f1;
	padding: 20px;
	padding-bottom: 40px;
}

.employer-info h3 {
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	margin-left: 20px;
}

.employer-info span {
	display: inline;
	padding-top: 20px;
}

.employer-info-text {
	padding: 0;
	padding-top: 20px;
}

.employer-info-record div {
	padding-top: 5px;
}

.no-padding {
	padding: 0;
}

.employer-info img {
	max-width: 265px;
	border:0;
	width: 100%;
}

.other-deals {
	border-top:1px solid #cee6ee;
	padding: 7px 0;
	font-weight: 400;
	margin-top:20px;
}

.employer-profile {
	border-top:1px solid #cee6ee;
	padding: 7px 0;
	font-weight: 400;
}

.position-info {
	padding-left:5px;
	font-weight:400;
}

/* ==========================================================================
       SIMILAR DEALS
       ==========================================================================
*/

.similar-deals h2 {
	font-size: 19px;
	font-weight: 600;
	padding:0;
	margin: 0;
	color: #0a80a8;
}

.offer {
	padding: 0 20px;
	margin: 15px 0;
}

.offer a {
	font-weight: 400;
	font-size: 17px;
}

.offer div {
	font-size: 15px;
}

.color-gray {
	color: #8d8d8d;
}

.similar-deals-button {
	padding: 0 !important;
	margin-top: 5px;
}

.custom-padding {
	padding: 0 !important;
	margin-top: 5px;
	padding-right: 15px !important;
}

.similar-deals-container {
	margin: 0 -16px;
	margin-top: 40px;
}

/* ==========================================================================
       pagerfanta pagination
       ==========================================================================
*/

.pagerfanta {
	text-align: right;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	width: auto;
	background-image: url("../img/arrow-right.png");
	background-repeat: no-repeat;
	background-position: -10px center;
	margin-left: 5px;
	display: inline-block;
	height: 40px;
	text-align: center;
	background-color: #0A80A8;
	color: #fff;
	padding-left: 20px;
	font-weight: 400;
	border: none;
	padding-top: 9px;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
	width: auto;
	background-image: url("../img/arrow-left.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-left: 5px;
	display: inline-block;
	height: 40px;
	text-align: center;
	background-color: #0A80A8;
	color: #fff;
	padding-right: 20px;
	font-weight: 400;
	border: none;
	padding-top: 10px;
}

.pagination>li:first-child>a:hover, .pagination>li:first-child>span:hover,.pagination>li:last-child>a:hover, .pagination>li:last-child>span:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
	border: none;
	text-decoration: underline;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	background-color: #0a80a8;
	border-color: #0a80a8;
	color: #fff;
}

.wm-advantages {
	border-bottom: 0;
	padding: 0;
}

.wm-advantages-container {
	height:100%;
}

.wm-advantages-text > h4 {
	color: #0A80A8 !important;
}

.wm-advantages-nr {
	/*height: 100%;
    min-height: 100%;*/
	width: 50px;
	height: 50px;
	color: #fff;
	font-weight: 400;
	display:table;
	/*border-bottom: 1px dotted rgba(0, 0, 0, 0.1);*/
}

.wm-advantages-nr div {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	font-size: 17px;
}

.wm-advantages-text {
	height: 100%;
	min-height: 100%;
	/*border-bottom: 1px dotted #b3b3b3;*/
}

.wm-advantages:nth-child(odd) > .wm-advantages-nr {
	background-color: #0A80A8;
}

/*.wm-advantages:nth-child(odd) > .wm-advantages-text {

}

.wm-advantages:nth-child(even) > .wm-advantages-text {


}*/

.wm-advantages:nth-child(even) > .wm-advantages-nr {
	background-color: #086787;
}

/*progress-bar*/

.smpl-step {
	margin-top: 40px;
}

.smpl-step *:hover {
	text-decoration: none;
}

.smpl-step {
	padding: 0 0 10px 0;
}

.smpl-step span {
	font-size: 21px;
	font-weight: 400;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.smpl-step > .smpl-step-step {
	padding: 0;
	position: relative;
}

.smpl-step > .smpl-step-step .smpl-step-num {
	font-size: 17px;
	margin-top: -20px;
	margin-left: 47px;
}

.smpl-step > .smpl-step-step .smpl-step-info {
	font-size: 14px;
	padding-top: 15px;
}

.smpl-step > .smpl-step-step > .smpl-step-icon {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #0A80A8;
	top: 51px;
	left: 50%;
	margin-top: -35px;
	margin-left: -25px;
	border-radius: 50%;
	display: table;
}

.smpl-step > .smpl-step-step > .progress {
	position: relative;
	border-radius: 0px;
	height: 8px;
	box-shadow: none;
	margin-top: 37px;
}

.smpl-step > .smpl-step-step > .progress > .progress-bar {
	width: 0px;
	box-shadow: none;
	background: #D4D7DA;
}

.smpl-step > .smpl-step-step.complete > .progress > .progress-bar {
	width: 100%;
}

.smpl-step > .smpl-step-step.active > .progress > .progress-bar {
	width: 50%;
}

.smpl-step > .smpl-step-step:first-child.active > .progress > .progress-bar {
	width: 0%;
}

.smpl-step > .smpl-step-step:last-child.active > .progress > .progress-bar {
	width: 100%;
}

.smpl-step > .smpl-step-step.disabled > .smpl-step-icon {
	background-color: #f5f5f5;
}

.smpl-step > .smpl-step-step.disabled > .smpl-step-icon:after {
	opacity: 0;
}

.smpl-step > .smpl-step-step:first-child > .progress {
	left: 50%;
	width: 51%;
}

.smpl-step > .smpl-step-step:last-child > .progress {
	width: 50%;
}

.smpl-step > .smpl-step-step.disabled a.smpl-step-icon {
	pointer-events: none;
}


.ads-sticky {
	position:relative;
}

.nav-tabs h3{
	font-size: 19px;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

.name{
	font-size: 16px;
	padding: 0;
	margin: 0;
	font-weight: 400;
	line-height: 20px;
}

.page{
	color: rgb(10,128,168);
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 500;
	padding-top: 15px;
	margin: 0;
}

.h-title{
	font-size: 17px;
	margin: 0;
	font-weight: 400;
	line-height: 24.2833px;
}

h3.box-title{
	font-weight: 300;
	margin: 0;
	line-height: 21.4333px;
}

.sub-title{
	font-size: 15px;
	color: #337ab7;
	font-weight: 400;
	margin: 5px 0;
	line-height: 16.5px;
}

.sickpay{
	margin-left: -15px;
}

.outdated{
	font-size: 0.7em;
	color: #fff;
	background: #f06d00;
	padding: 0px 5px 1px;
	position: relative;
	top: -2px;
}

.timespan span {
	display: block;
	font-size: 13px;
}

.dictionary-info {
	font-weight: bold;
	font-size: 0.8em;
	color: #d1d1d1;
}

.dictionary-info:hover,
.dictionary-info:active,
.dictionary-info:focus {
	text-decoration: none;
	color: #555555;
}