/*
Theme Name: Biuro Karier SGGW
Author: Piotr Solarz
Theme URI: http://bk-sggw.pl
Version: 1.0
Text Domain: bksggw-theme
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #f6f6f6;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

/************COMMON****************/

.act-as-link {
    -webkit-transition:  all 0.15s ease-out;
    -moz-transition:  all 0.15s ease-out;
    -o-transition:  all 0.15s ease-out;
    transition: all 0.15s ease-out; 
}

.act-as-link:hover {
    opacity: 0.6;
    -webkit-transition:  all 0.15s ease-out;
    -moz-transition:  all 0.15s ease-out;
    -o-transition:  all 0.15s ease-out;
    transition: all 0.15s ease-out; 
}

.synthetic-link {
	cursor: pointer;
}

.strong {
    font-weight: 700;
}

#mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: rgba(0,0,0, 0.7);
    display: none;
}

.dialog-box {
    background-color: #FFF;
    border-radius: 8px;
    width: 50%;
    position: fixed;
    top: 13%;
    margin-left: 25%;
    z-index: 2001;
}

.dialog-box .container {
    padding: 30px;
}

.dialog-box .title {
    padding: 5px 30px;
    padding: 5px 30px;
    background-color: rgba(165, 220, 64, 1);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px 1px 10px #5E5E5E;
    color: #FFF;
    font-size: 16px;
}

.dialog-box .buttons-pane {
    padding: 10px 30px;
    text-align: center;
    border-top: 1px solid #ddd;
    background-color: #f6f6f6;
}

.dialog-box .buttons-pane .button {
    margin: 0 20px;
}

.e404 {
    padding-top: 60px;
    font-size: 164px;
    color: #FFF;
    text-align: center;
}

b, strong {
    font-weight: 700;
}

:focus {
    outline: none;
}

body {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #353846;
}

a {
    color: inherit;
}

.title-light {
    font-weight: 300;
    font-size: 35px;
    color: #FFF;
    padding-bottom: 30px;
}

.title-dark {
    font-size: 35px;
    font-weight: 300;
    color: #353846;
    padding-bottom: 30px;
}

.title-dark .subnote {
    font-size: 15px;
}

.title-dark.smaller {
    font-size: 25px;
}

.sidebar-title {
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 400;
    line-height: 51px;
}

.regular {
    font-weight: 400;
}

.absolute {
    position: absolute;
}

.sidebar {
    padding-right: 20px;
}

.post-type-archive-dws_job_offer .sidebar {
    margin-top: 30px;
}

.row {
    overflow: hidden;
}

.col-1 {
    width: 100%;
    clear: both;
    box-sizing: border-box;
}

.col-10 {
    width: 10%;
    float: left;
    box-sizing: border-box;
}
.col-15 {
    width: 15%;
    float: left;
    box-sizing: border-box;
}
.col-80 {
    float: left;
    width: 80%;
    box-sizing: border-box;
}

.col-75 {
    float: left;
    width: 75%;
    box-sizing: border-box;
}

.col-70 {
    float: left;
    width: 70%;
    box-sizing: border-box;
}

.col-66 {
    width: 66.6666%;
    float: left;
    box-sizing: border-box;
}

.col-60 {
    float: left;
    width: 60%;
    box-sizing: border-box;
}

.col-50 {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.row .col-50:first-child {
    padding-left: 0;
    padding-right: 10px;
}

.row .col-50:last-child {
    padding-left: 10px;
    padding-right: 0;
}

.col-40 {
    float: left;
    width: 40%;
    box-sizing: border-box;
}

.col-33 {
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
}

.col-33:first-child {
    padding-right: 20px;
}

.col-33:last-child {
    padding-left: 20px;
}

.col-30 {
    float: left;
    width: 30%;
    box-sizing: border-box;
}

.col-25 {
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.col-20 {
    float: left;
    width: 20%;
    box-sizing: border-box;
}

ul li a {
    text-decoration: none;
}

.equal-height {
    padding-bottom: 1000em;
    margin-bottom: -1000em;
}

.frame {
    padding: 30px;
    background-color: #FFF;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    margin: 30px 0;
    overflow: hidden;
}

.frame.green {
    background-color: #a5dc40;
}

.green-line-border {
    position: relative;
    margin: 20px 0;
}

.green-line-border:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 1px;
    background-color: #eeeeee;
}

.green-line-border:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 75px;
    bottom: 0px;
    left: 20px;
    background-color: #a5dc40;
}

.post-content {
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
}

.top-line {
    padding-top: 32px;
    border-top: 1px solid #4d5059;
    margin-top: 30px;
    position: relative;
}

.top-line:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    top: 0;
    background-color: #3c3e48;
}

.padding-box {
    padding: 15px;
}

.two-rows {
    box-sizing: border-box;
    overflow: hidden;
}

.two-rows:nth-child(odd) {
    padding-right: 10px;
}

.two-rows:nth-child(even) {
    padding-left: 10px;
}

.content .current-filters-bar {
    min-height: 50px;
}

.content .col-20,
.content .col-30,
.content .col-40,
.content .col-50,
.content .col-60,
.content .col-70,
.content .col-80 {
    overflow: hidden;    
}

.post-content table {
    border-collapse: collapse;
    width: 100%;
}

.post-content table th {
    font-weight: 400;
    padding: 10px 0;
}

.post-content table td {
    color: #aaaaaa;
    padding: 10px 0;
}

.post-content .regular {
    font-weight: 400;
}

.post-content h1 {
    font-size: 35px;
    font-weight: 300;
    padding-bottom: 30px;
}

.post-content p {
    margin: 12px 0;
}

.post-content h2 {
    font-size: 25px;
    font-weight: 300;
    padding-bottom: 20px;
}

.post-content ol {
    list-style: decimal;
    list-style-position: inside;
}

.post-content ul {
    list-style: none;
}

.post-content ul li {
    position: relative;
    padding: 2px 0 2px 30px;
}

.post-content ul li:before {
    content: '';
    display: block;
    background-color: #a5dc40;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.post-content img {
    width: 100%;
    height: auto;
} 

.ajax-loading,
.ajax-loading-wh {
    position: relative;
}

.ajax-loading:after,
.ajax-loading-wh:after{
    content: '';
    display: block;
    position: absolute;
    width: 124px;
    height: 124px;
    margin-top: -62px;
    margin-left: -62px;
    top: 50%;
    left: 50%;
    opacity: 0.8;
}

.ajax-loading:after {
    background: url('img/pre.gif') top center no-repeat;
}

.ajax-loading-wh:after {
    background: url('img/pre-wh.gif') top center no-repeat;
}

.pagination {
    display: block;
    margin: 20px 0;
    float: right;
}

.pagination .page-numbers {
    display: block;
    background-color: #FFF;
    border-radius: 3px;
    color: #353846;
    font-size: 14px;
    text-align: center;
    height: 31px;
    line-height: 26px;
    float: left;
    padding: 3px 12px;   
    margin: 0 3px;
    text-decoration: none;
    -webkit-transition:  all 0.15s ease-out;
    -moz-transition:  all 0.15s ease-out;
    -o-transition:  all 0.15s ease-out;
    transition: all 0.15s ease-out; 
}

.pagination .page-numbers:not(.current):hover {
    opacity: 0.75;
    -webkit-transition:  all 0.15s ease-out;
    -moz-transition:  all 0.15s ease-out;
    -o-transition:  all 0.15s ease-out;
    transition: all 0.15s ease-out; 
}

.pagination .page-numbers.current,
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    background-color: #353846;
    color: #FFF;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
    width: auto;
}

.fav-star {
    position: relative;
    width: 21px;
    height: 20px;
}

.fav-star:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fav-star.inactive:before {
    background: url('img/star-gray.png') center no-repeat;
}

.fav-star.active:before {
    background: url('img/star-yellow.png') center no-repeat;
}

.fav-wrapper {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.5em;
    color: #777;
    cursor: pointer;
}

.fav-wrapper .fav-star {
    float: left;
    margin-right: 5px;
}

.more-offers {
    text-decoration: none;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 18px;
}

/***********ICONS******************/

.icon-job {
    background: url('img/icon-job.png') center no-repeat;
    display: block;
    width: 140px;
    height: 140px;
    border: 1px solid #a5dc40;
    border-radius: 50%;
}

/******COMMON INPUTS***************/

#suggestions-box {
    position: absolute;
    background: #FFF;
    color: #353846;
    border: 1px solid #d7d7da;
    border-radius: 8px;
    padding: 5px;
    margin-top: 5px;
}
#suggestions-box li {
    padding: 5px; 
}
#suggestions-box li:hover {
    background-color: #E8E8E8;
    cursor: pointer;
}
input.loading {
    background: url('img/pre.gif') right no-repeat;
    background-size: contain;
}
.field-info {
    display: block;
    margin-bottom: 5px;
    color: #777;
}
.field-info.inline {
    float: right;
}
.field-info i {
    padding-right: 5px;
}

.small-text {
    font-size: 12px;
    font-weight: 400;
}

input[type="text"],
input[type="password"],
textarea {
    padding: 16px 10px;
    border: none;
    border-radius: 8px;
}

textarea {
    font-family: 'Lato', sans-serif;
}

input.icon {
    padding-left: 50px;
}

button {
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.button a {
    text-decoration: none;
}

.input-icon {
    position: relative;
    color: #353846;
    display: block;
    overflow: hidden;
}

.input-icon:before {
    font-family: 'simple-line-icons';
    display: block;
    position: absolute;
}

.input-icon.keyword:before {
    content: "\e090";
    top: 24px;
    left: 0;
    font-size: 24px;
    margin-left: 10px;
    line-height: 21px;
}

.input-icon.place:before {
    content: "\e096";
    top: 24px;
    left: 0;
    font-size: 24px;
    margin-left: 10px;
    line-height: 21px; 
}

.builtin-submit {
    position: relative;
}

.builtin-submit input {
    margin-right: 50px;
}

.builtin-submit button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #a5dc40;
}

.builtin-submit.search button:after {
    content: "\e090";
    font-family: 'simple-line-icons';
    color: #353846;
    font-size: 25px;
    font-weight: 100;
}

form .error {
    color: #D43535;
    padding: 5px;
}

form .success {
    color: #FFF;
    padding: 5px;
}

.page-template-page-contact form .success {
    color: #a5dc40;    
}

.sidebar-filters fieldset {
    margin-bottom: 15px;
}

.sidebar-filters legend {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.sidebar-filters .item {
    padding: 3px 0;
}

.sidebar-filters .item label {
    color: #808080;
}

.sidebar-filters input[type="checkbox"] {

}


/**************HEADER**************/

#main-header {
    width: 100%;
    padding: 36px 0;
    border-bottom: 1px solid #5d5e69;
    overflow: hidden;
}

body.profile-menu-visible #main-header {
    top: 30px;
}

body:not(.home) #main-header {
    background-color: #FFF;
    border-bottom: 1px solid #d7d7da;
    margin-bottom: 20px;
}

#main-header h1 a {
    display: block;
    text-indent: -9999em;
    width: 340px;
    height: 66px;
    background: transparent url('img/logo.png') center no-repeat;
    float: left;
}

#main-header.absolute h1 a {
    background: transparent url('img/logo.png') center no-repeat;
    margin-bottom: 10px;
}

.max-width-container {
    max-width: 1188px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.max-width-container-margin {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.max-width-container-narrow {
    max-width: 734px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

ul.horizontal {
    list-style: none;
}

ul.horizontal li {
    float: left;
}

.button {
    font-size: 25px;
    padding: 11px 30px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-transition:  all 0.15s ease-out;
    -moz-transition:  all 0.15s ease-out;
    -o-transition:  all 0.15s ease-out;
    transition: all 0.15s ease-out; 
}

.button:hover {
    -webkit-transition:  all 0.15s ease-in;
    -moz-transition:  all 0.15s ease-in;
    -o-transition:  all 0.15s ease-in;
    transition: all 0.15s ease-in; 
    opacity: 0.7;
}

.button.round {
    border-radius: 19px;
}

.button.semi-round {
    border-radius: 8px;
}

.button.small {
    font-size: 14px;
}
.button.ultra-small {
    font-size: 14px;
    padding: 5px 20px;
    margin: 0 20px;
}
.button.white-text {
    color: #FFF;
}
.button.white {
    background-color: transparent;
    color: #353846;
    border: 1px solid #353846;
    font-size: 14px;
}
.button.white .icon {
    font-size: 24px;
    line-height: 0;
}
.button.white:hover {
    opacity: 1;
}
.button.large {
    padding: 24px 48px;
    font-size: 25px;
}
.button.green {
    background-color:  #a5dc40;
    color: #353846;
}
.button.black {
    background-color: #353846;
    color: #FFF;
}
.button.disabled {
    opacity: 0.2;
}
a.button {
    text-decoration: none;
}

a.button.black {
    color: #FFF;
}

a.button.green {
    color: #353846;
}

/**************NAVS****************/

/*.nav-toggle {*/
/*    display: none;*/
/*    color: #353846;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    height: 85px;*/
/*    padding-top: 30px;*/
/*    left: 0;*/
/*    padding-left: 30px;*/
/*    font-size: 28px;*/
/*}*/

.profile-nav-toggle {
    display: none;
    color: #a5dc40;
    position: absolute;
    top: 0;
    height: 85px;
    padding-right: 30px;
    padding-left: 30px;
    right: 0;
    padding-top: 30px;
    font-size: 28px;
    border-left: 1px solid #5d5e69;
}

/*body.home .nav-toggle {*/
/*    color: #FFF;*/
/*}*/

#main-menu,
#login-menu {
    float: right;
    color: #353846;
}

#main-menu .footer-only {
    display: none!important;
}

body.home #main-menu,
body.home #login-menu {
    color: #FFF;
}

#main-menu ul,
#login-menu ul {
    margin-top: 24px;
}

#main-menu ul li {
    padding-left: 34px;
}

#main-menu ul li a {
    font-weight: 300;
    letter-spacing: 0.5px;
}

#main-menu ul li.current-menu-item a,
#main-menu ul li:hover a {
    position: relative;
    padding-bottom: 5px;
}

#main-menu ul li.current-menu-item a:before,
#main-menu ul li:hover a:before {
    content: '';
    display: block;
    position: absolute;
    background: #a5dc41;
    height: 2px;
    width: 100%;
    top: 100%;
    border-radius: 1px;
    left:0 ;
}

#login-menu {
    margin-left: 40px;
}

#login-menu ul li:not(.button) a {
    color: #a5dc40;
}

#login-menu ul li.button {
    margin-top: -10px;
    margin-left: 24px;
    font-weight: 700;
    font-size: 14px;
}

#footer-menu {
    float: right;
    margin-top: 24px;
}

#footer-menu ul li {
    padding-left: 30px;
}

#footer-menu ul li a {
    color: #b9babd;
    font-size: 15px;
}


#footer-menu ul li.current-menu-item a,
#footer-menu ul li:hover a {
    color: #353846;
}

#footer-menu ul li.current-menu-item a {
    font-weight: 700;
}

#profile-menu {
    width: 100%;
    background-color: #363947;
    overflow: hidden;
    /*margin-top: -20px;*/
    margin-bottom: 20px;
}

#profile-menu .welcome {
    color: #FFF;
    font-size: 22px;
    float: left;
    line-height: 44px;
}

.profile-menu-student #profile-menu {
    background-color: #a5dc41;
}

.profile-menu-student #profile-menu .welcome {
    color: #353846;
}

body.home.profile-menu-visible #profile-menu {
    position: absolute;
    top: 0;
    margin: 0;
}

#profile-menu ul {
    float: right;
}

#profile-menu ul li {
    font-size: 15px;
    padding: 10px;
    border-bottom: 1px solid #363947;
    color: #FFF;
    font-weight: 300;
}

#profile-menu ul li.counter {
    position: relative;
    padding-left: 15px;
}

#profile-menu ul li.counter:before {
    content: attr(data-content);
    display: block;
    width: 18px;
    height: 18px;
    font-size: 14px;
    background-color: #FFF;
    color: #a5dc40;
    border-radius: 50%;
    text-align: center;
    font-weight: 700;
    position: absolute;
    left: 5px;
    top: 5px;
}

#profile-menu ul li:last-child {
    padding-right: 0;
}

#profile-menu ul li.current {
    border-bottom: 4px solid #FFF;
}
.profile-menu-student #profile-menu ul li.current {
    border-bottom: 4px solid #363947;
}
.profile-menu-student #profile-menu ul li {
    border-bottom: 1px solid #a5dc41;
    color: #353846;
}

#profile-menu ul li:not(.current):hover {
    border-bottom: 1px solid #FFF;
}
.profile-menu-student #profile-menu ul li:not(.current):hover {
    border-bottom: 1px solid #363947;
}
#profile-menu ul li a i {
    padding-right: 10px;
    font-size: 20px;
    vertical-align: text-bottom;
}

/************MAIN PAGE*************/

#main-page-news-mobile {
    display: none;
}

body.home main {
    background: url('img/shapes.png') center top no-repeat;
}

body:not(.home) main {
    background: url('img/arch-bg.png') center top no-repeat;
    background-position-y: 60px;
}

#main-page-background-image {
    overflow: hidden;
    height: 800px;
    position: relative;
    z-index: -1;
}

#main-page-background-image img {
    width: 1920px;
    height: auto;
    position: absolute;
    right: 0;
}

#main-page-top {
    margin-top: 186px;
    position: absolute;
    top: 0;
    width: 100%;
}   

#slider-wrapper {
    max-height: 675px;
    overflow: hidden;
}

#main-page-top .col-50:last-child {
    padding-left: 124px;
}

#main-page-news {
    position: relative;
}

#main-page-news .nav-down,
#main-page-news .nav-up {
    display: block;
    position: absolute;
    left: 100%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #a5dc40;
    cursor: pointer;
    -webkit-transition:  all 0.15s ease-out;
    -moz-transition:  all 0.15s ease-out;
    -o-transition:  all 0.15s ease-out;
    transition: all 0.15s ease-out; 
    margin-left: 20px;
}

#main-page-news .nav-down:hover,
#main-page-news .nav-up:hover {
    background-color: #a5dc40;
    -webkit-transition:  all 0.15s ease-out;
    -moz-transition:  all 0.15s ease-out;
    -o-transition:  all 0.15s ease-out;
    transition: all 0.15s ease-out; 
} 

#main-page-news .nav-up {
    top: 0;
}

#main-page-news .nav-up:before {
    content: "\2191";
    color: #FFF;
    font-size: 28px;
    text-align: center;
    margin-left: 15px;
}

#main-page-news .nav-down {
    bottom: 0;
    margin-bottom: 87px;
}

#main-page-news .nav-down:before {
    content: "\2193";
    color: #FFF;
    font-size: 28px;
    text-align: center;
    margin-left: 15px;
}

#main-page-news article {
    border-radius: 8px;
    background-color: #FFF;
    width: 100%;
    overflow: hidden;
    margin-bottom: 7px;
    border: 1px solid #E8E8E8;
    cursor: pointer;
    height: 220px;
}

#main-page-news article img {
    position: absolute;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

#main-page-news header {
    color: #353846;
    margin-left: 358px;
    padding: 10px 10px 10px 24px;
    max-width: 200px;
    height: 100%;
}

#main-page-news header > a {
    color: #b9babd;
    display: block;
    text-align: right;
    padding-bottom: 5px;
    text-decoration: none;
}

#main-page-news .date {
    color: #a5dc40;
    padding-bottom: 5px;
}

#main-page-news h3 a {
    font-size: 16px;
    text-decoration: none;
}

#main-page-news .excerpt {
    font-size: 12px;
    margin-top: 5px;
}

#job-search-form .search-for-job {
    font-size: 64px;
    font-weight: 300;
    color: #FFF;
    margin-top: 95px;
}

#job-search-form form {
    max-width: 357px;
    margin-top: 30px;
}

#job-search-form input,
#job-search-form button {
    width: 100%;
    margin: 10px 0;
}

#job-search-form p {
    color: #FFF;
    margin-bottom: 20px;
}

#main-page-stats {
    margin-top: 80px;
    overflow: hidden;
}

#main-page-stats .col-25 {
    text-align: center;
}

#main-page-register {
    text-align: center;
    overflow: hidden;
    background: #FFF;
    margin-top: 60px;
}

#main-page-register a {
    text-decoration: none;
    display: inline-block;
    min-width: 337px;
    margin: 10px;
}

#main-page-register a.black {
    font-weight: 300;
}

#main-page-offers {
    overflow: hidden;
}

#main-page-offers #offers {
    padding-right: 10px;
}

#offers article header a {
    font-size: 25px;
    text-decoration: none;
}

#offers article .author {
    font-size: 15px;
    font-weight: 300;
    margin: 5px 0 0 0;
}

#offers article .location {
    float: right;
    font-size: 15px;
    padding: 0;
}

#offers article .location i {
    padding-right: 5px;
}

#main-page-offers #newsletter {
    padding-left: 10px;
}

#newsletter input[type=text] {
    width: 100%;
}

#newsletter label {
    font-weight: 700;
    font-size: 12px;
    margin: 10px 0;
    display: block;
}

#newsletter .button {
    width: 100%;
} 

.outside-header {
    font-size: 35px;
    font-weight: 300;
    color: #353846;
    padding: 0;
}

#sggw-baner {
    text-align: center;
    overflow: hidden;
}

#sggw-baner p {
    font-weight: 400;
}

#sggw-baner .button {
    min-width: 280px;
}

#main-page-contact {
    margin-top: 100px;
    min-height: 611px;
    position: relative;
    overflow: hidden;
}

#main-page-contact .content-wrapper {
    position: absolute;
    width: 100%;
    top: 60px;
}

#main-page-contact > .bg {
    background: #353846 url('img/main-bg-glow.png') no-repeat;
    background-position-y: -611px;  
    width: 70%;
    height: 611px;
    float: left;
}

#main-page-contact > img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

#contact-form input[type="text"],
#contact-form textarea {
    background-color: transparent;
    border: 1px solid #a5dc40;
    padding: 11px 10px;
    width: 100%;
    margin: 8px 0;
    color: #fff;
    max-width: 285px;
}

#contact-form textarea {
    resize: none;
    height: 122px;
    color: #fff;
}

#contact-form button {
    max-width: 285px;
    width: 100%;
}

#main-page-contact address,
#page-contact address {
    max-width: 337px;
}

#main-page-contact address h3,
#page-contact address h3 {
    color: #a5dc40;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 24px;
}

#main-page-contact address {
    color: #FFF;
    font-size: 16px;
}

#main-page-contact address p,
#page-contact address p {
    padding: 18px 0 18px 50px;
    position: relative;
}

#main-page-contact address p:before,
#page-contact address p:before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
}

#main-page-contact p.phone:before {
    top: 10px;
    background: url('img/icon-phone.png') top left no-repeat;
}

#main-page-contact p.email:before {
    top: 14px;
    background: url('img/icon-envelope.png') top left no-repeat;
}

#main-page-contact p.address:before {
    top: 26px;
    background: url('img/icon-marker.png') top left no-repeat;
}

/******************CONTACT PAGE*************/

#page-contact #contact-form input,
#page-contact #contact-form textarea {
    color: #353846;    
}

#page-contact address {
    font-size: 16px;
}

#page-contact p.phone:before {
    top: 10px;
    background: url('img/icon-phone_bk.png') top left no-repeat;
}

#page-contact p.email:before {
    top: 14px;
    background: url('img/icon-envelope_bk.png') top left no-repeat;
}

#page-contact p.address:before {
    top: 26px;
    background: url('img/icon-marker_bk.png') top left no-repeat;
}

#page-contact img {
    width: 100%;
}

#bk-background {
    background: url('img/bg.jpg') top center no-repeat;
    background-size: cover;
    color: #efefee;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

/***********************ARCHIVE*************/

#archive-list {
    overflow: hidden;
}

#archive-list .item {
    overflow: hidden;
    margin-bottom: 7px;
}

#archive-list .item:nth-child(odd) {
    padding-right: 10px;    
}

#archive-list .item:nth-child(even) {
    padding-left: 10px;    
}

#archive-list .item img { 
    height: 283px;
    width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#archive-list .item article {
    float: left;
    width: 100%;
	max-width: 465px;
    overflow: hidden;
    cursor: pointer;
    height: 420px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    background-color: #FFF;
}

#archive-list .item article header {
    padding: 10px;
}

#archive-list .item article > a {
    color: #b9babd;
    display: block;
    text-align: right;
    padding-bottom: 5px;
    text-decoration: none;
}

#archive-list .date {
    color: #a5dc40;
    padding-bottom: 5px;
}

#archive-list h3 a {
    font-size: 16px;
    text-decoration: none;
}

#archive-list .excerpt {
    font-size: 12px;
    margin-top: 5px;
}

.archive-list {
    padding-bottom: 20px;
}

.archive-list p {
    font-size: 18px;
    margin-bottom: 5px;
}

.archive-list > ul > li {
    font-size: 15px;
    color: #808080;
    position: relative;
    padding-left: 20px;
}   

.archive-list > ul > li > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition:  all 0.15s ease-out;
    -moz-transition:  all 0.15s ease-out;
    -o-transition:  all 0.15s ease-out;
    transition: all 0.15s ease-out; 
}

.archive-list > ul > li > ul:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 3px;
    left: 0;
    background: url('img/chkbx.png');
}

.expander {
    cursor: pointer;
}

.archive-list > ul > li > ul.expanded {
    max-height: 100em;
    -webkit-transition:  all 5s ease-out;
    -moz-transition:  all 5s ease-out;
    -o-transition:  all 5s ease-out;
    transition: all 5s ease-out; 
}

.archive-list > ul > li > ul.expanded:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 3px;
    left: 0;
    background: url('img/chkbxv.png');
}

.archive-list > ul > li > ul > li {
    font-size: 12px;
    padding: 8px 0 8px 15px;
    position: relative;
}

.archive-list > ul > li > ul > li:before {
    content: ' ';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    border: 1px solid #808080;
    position: absolute;
    left: 5px;
    top: 14px;
}

/***************ARCHIVE - JOB OFFERS ********/

#top-filters {
    background: url('img/bg.jpg') center no-repeat;
    margin-top: -20px;
    padding: 35px 0 0 0;
}

#top-filters #current-filters-bar {
    padding: 15px 0 20px 0;
}

#top-filters #current-filters-bar .active-filter {
    color: #FFF;
}

#top-filters .input-icon {
    margin-right: 20px;
}

#top-filters .input-icon.keyword:before,
#top-filters .input-icon.place:before {
    top: 14px;
}

#top-filters .button {
    padding: 15px 60px 14px;
    font-size: 16px;
    font-weight: 400;
}

#top-filters input {
    float: left;
    width: 100%;
}

.job-offer,
.company {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    padding: 20px;
    border-radius: 8px;
    -webkit-transition:  all 0.15s ease-out;
    -moz-transition:  all 0.15s ease-out;
    -o-transition:  all 0.15s ease-out;
    transition: all 0.15s ease-out; 
}

.company {
    background: #FFF;
    min-height: 120px;
}

.company:nth-child(even) {
    padding-left: 10px;
}

.company:nth-child(odd) {
    padding-right: 10px;
}

.job-offer:hover,
.company:hover {
    background-color: rgba(165, 220, 64, 1);
    -webkit-transition:  all 0.15s ease-out;
    -moz-transition:  all 0.15s ease-out;
    -o-transition:  all 0.15s ease-out;
    transition: all 0.15s ease-out; 
}

.job-offer .leftbar,
.company .leftbar {
    max-width: 75%;
    float: left;
}

.job-offer .rightbar,
.company .rightbar {
    max-width: 25%;
    float: right;
}

.job-offer .rightbar .fav-star {
    float: right;
    padding-left: 25px;
}

.job-offer .rightbar img {
    border-left: 1px solid #a0a1a8;
}

.job-offer .rightbar img,
.company .rightbar img {
    padding-left: 20px;
    height: 70px;
    width: auto;
}

.job-offer .branch {
    font-style: italic;
    color: #a5dc40;
    font-size: 12px;
}

.job-offer .gray,
.company .gray {
    color: #aaaaaa;
    -webkit-transition:  all 0.15s ease-out;
    -moz-transition:  all 0.15s ease-out;
    -o-transition:  all 0.15s ease-out;
    transition: all 0.15s ease-out; 
}

.job-offer header,
.company header {
    font-size: 20px;
    height: 48px;
}

.job-offer header .type {
    font-weight: 700;
}

.job-offer header a,
.company header a {
    text-decoration: none;
    font-weight: 400;
}

.job-offer .author {
    font-size: 15px;
    margin: 5px 0 20px 0;
    display: block;
}

.job-offer .location,
.company .location {
    font-size: 15px;
    display: block;
    float: left;
}

.job-offer .location i,
.company .location i{
    padding-right: 10px;
    color: #353846;
}

.job-offer .date {
    margin-left: 40px;
    font-size: 15px;
    display: block;
    float: left;
}

.favorites-job-offers .job-offer .date {
    margin-left: 0;
}

.job-offer .date i {
    padding-right: 10px;
    color: #353846;
}

body .job-offer:hover *,
body .company:hover *{
    color: #EAFFC5;
    -webkit-transition:  all 0.15s ease-out;
    -moz-transition:  all 0.15s ease-out;
    -o-transition:  all 0.15s ease-out;
    transition: all 0.15s ease-out; 
}

#current-filters-bar {
}

#current-filters-bar .active-filter {
    font-size: 16px;
    font-weight: 300;
    padding-right: 10px;
    cursor: pointer;
}

#current-filters-bar .active-filter:after {
    content: 'x';
    font-size: 16px;
    font-weight: 300;
    color: #df0714;
    cursor: pointer;
    padding-left: 5px;
}

.post-type-archive-dws_company_card .sidebar-title {
    margin-bottom: 0;
}

/******************SINGLE - JOB OFFER********/

#page-offer-title {
    overflow: hidden;
    padding-bottom: 20px;
}

#page-offer-title .i-want-this-job {
    margin-top: 30px;    
}

#page-offer-title header {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 10px;
}

#page-offer-title .type {
    font-weight: 700;
}

#page-offer-title .author {
    font-size: 25px;
    font-weight: 400;
    display: block;
    padding-bottom: 10px;
}

#page-offer-title .location,
#page-offer-title .date {
    float: left;
    padding-right: 20px;
    color: #aaaaaa;
    font-size: 20px;
}

#page-offer-title .location i,
#page-offer-title .date i {
    color: #353846;
    padding-right: 10px;
}

#page-offer-about {
    padding-bottom: 60px;
    padding-top: 40px;
    font-size: 14px;
    font-weight: 400;
}

#page-offer-about .company-logo {
    text-align: center;    
}

#page-offer-about .company-logo img {
    width: auto;
}

#page-offer-description {
    padding-top: 40px;
    font-size: 14px;
    font-weight: 400;
}

#page-offer-description header {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
}

#i-want-this-job {
    text-align: center;
    padding: 60px 0;
}

/******************SINGLE - COMPANY CARD*****/

#company-card-bg {
    position: absolute;
    z-index: -1;
    top: 0;
}

body.single-dws_company_card main,
body.company-profile-edit main {
    background-image: url('img/card_bg.jpg');
    background-position-y: 0;
    background-color: #f0f0ef;
    padding-top: 20px;
    margin-top: -20px;
}

#company-card-title {
    border-left: 1px solid #e5e5e5;
    margin-top: 25px;
}

#company-card-title h2 {   
    padding: 10px 0 10px 20px;
}

#company-card-map,
#company-edit-card-map {
    height: 270px;
    min-height: 270px;
    margin-top: 20px;
}

#company-card-location p {
    color: #aaaaaa;
}

#company-card-details ul {
    margin-left: -4px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
}

#company-card-details ul li {
    float: left;
    padding: 8px 4px;
}

#company-card-details ul li:before {
    content: none;
}

#company-card-details ul li span {
    font-size: 14px;
    font-weight: 400;
    background-color: #a5dc41;
    padding: 6px;
    border-radius: 8px;
    box-sizing: border-box;
}

#company-card-logo {
    text-align: center;
}

#company-card-logo {
    height: 100px;
}

#company-card-logo img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: auto;
    display: block;
}

#company-card-about p {
    font-size: 12px;
    color: #aaa;
    font-weight: 400;
    line-height: 1.4em;
}

/***********************FOOTER***************/
footer {
    background-color: #FFF;
    padding: 50px 0;
}

/************SHORTCODES***********/

.shortcode-counter {
    position: relative;
    margin-bottom: 125px;
    display: inline-block;
}

.shortcode-counter .desc {
    text-align: left;
    position: absolute;
    top: 110px;
    left: -40px;
}

.shortcode-counter .val {
    font-size: 70px;
    font-weight: 300;
    color: #353846;
}

.shortcode-counter p {
    font-size: 25px;
    font-weight: 300;
    color: #353846;
}

.shortcode-worker {
    width: 50%;
    max-width: 505px;
    overflow: hidden;
    display: inline-block;
    text-align: left;
}

.shortcode-worker .col-40 img {
    width: 162px;
    height: 162px;
    border-radius: 50%;
}

.shortcode-worker p:not(.title-light) {
    font-size: 12px;
    margin-bottom: 15px;
}

.shortcode-worker p.worker-email,
.shortcode-worker p.worker-phone {
    padding-left: 25px;
    position: relative;
    float: left;
}

.shortcode-worker p.worker-phone {
    padding-right: 15px;
}

.shortcode-worker p.worker-email:before,
.shortcode-worker p.worker-phone:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
}

.shortcode-worker p.worker-email:before {
    background: url('img/icon-envelope_gr.png') top left no-repeat;
}

.shortcode-worker p.worker-phone:before {
    background: url('img/icon-phone_gr.png') top left no-repeat;
}

h2.offer-block {
    margin-top: 20px;
}
#wpadminbar .dws-toolbar-publish {
    background-color: #227FDF;
}

#subscribe-newsletter .tooltip {
    font-weight: 700;
    cursor: help;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
}

#social-items {
    position: fixed;
    top: 190px;
    left: 0px;
    z-index: 99999;
    padding: 0;
}

#social-items li {
    width: 70px;
    height: 70px;
    display: block;
    margin-bottom: 3px;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
    -webkit-transition:  all 0.13s ease-out;
    -moz-transition:  all 0.13s ease-out;
    -o-transition:  all 0.13s ease-out;
    transition: all 0.13s ease-out; 
}

body.home #social-items li {
    background-color: #FFF;
}

body:not(.home) #social-items li {
    background-color: #f6f6f6;
}

#social-items .fa-facebook {
    color: #3e5895;
}

#social-items .fa-youtube {
    color: #ca2126;
}

#social-items .fa-twitter {
    color: #2da8e1;
}

#social-items .social-icon.sggw {
    background: url('img/logo-sggw2.jpg') center center no-repeat;
    width: 70px;
    height: 70px;
    display: block;
}

#social-items .social-icon.kandydat {
    background: url('img/maturzysta_icon_n22.png') top center no-repeat;
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
}

#social-items .social-icon.kandydat:after {
    content: 'Maturzysta';
    color: #049341;
    font-size: 10px;
    position: absolute;
    display: block;
    bottom: 5px;
    line-height: 6px;
    left: 0;
    right: 0;
}

#social-items li:hover {
    margin-left: 5px;
    -webkit-transition:  all 0.3s ease-out;
    -moz-transition:  all 0.3s ease-out;
    -o-transition:  all 0.3s ease-out;
    transition: all 0.3s ease-out; 
}

#social-items li:hover a {
    opacity: 0.6;
    -webkit-transition:  all 0.3s ease-out;
    -moz-transition:  all 0.3s ease-out;
    -o-transition:  all 0.3s ease-out;
    transition: all 0.3s ease-out; 
}

/*
*   RWD
*/

@media all and (max-width: 1300px) {
    #social-items {
        display: none;
    }
} 

@media screen and (min-width: 480px) {
    .slide-on-hover header {
        -webkit-transition:  all 0.25s ease-out;
        -moz-transition:  all 0.25s ease-out;
        -o-transition:  all 0.25s ease-out;
        transition: all 0.25s ease-out; 
    }

    .slide-on-hover img {
        -webkit-transition:  all 0.25s ease-out;
        -moz-transition:  all 0.25s ease-out;
        -o-transition:  all 0.25s ease-out;
        transition: all 0.25s ease-out; 
    }

    .slide-on-hover:hover header {
        margin-left: 0px!important;
        max-width: 100%!important;
        background-color: #a5dc40!important;
    }

    .slide-on-hover:hover img {
        opacity: 0!important;
    }

    #main-page-news .slide-on-hover:hover header > a {
        color: #353846;
    }

	.opaque-on-hover:hover {
		opacity: 0.7;
		transition: opacity 0.15s ease-in;
	}
}

@media screen and (max-width: 1208px) {

    .max-width-container {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (max-width: 1023px) {

    .col-80,
    .col-75,
    .col-70,
    .col-66,
    .col-60,
    .col-50,
    .col-40,
    .col-30,
    .col-33,
    .col-25,
    .col-20,
    .col-15 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }

    .row .col-50:first-child {
        padding: 0;
    }
    .row .col-50:last-child {
        padding: 0;
    }    
    .col-33:first-child, 
    .col-33:last-child{
        padding: 0;
    }

    .sidebar.col-20 {
        width: 100%;
    }

    .title-dark,
    .outside-header,
    .title-light {
        font-size: 28px;
        text-align: center;
    }

    #main-header {
        padding: 10px 0;
        z-index: 200;
    }

    body.profile-menu-visible #main-header {
        top: 0;
    }

    #main-header h1 {
        margin-left: 70px;
    }

    /*.nav-toggle,*/
    .profile-nav-toggle {
        display: block;
        z-index: 250;
        cursor: pointer;
    }

    #main-menu,
    #login-menu,
    #profile-menu {
        display: none;
        margin: 0 -10px 0 -10px;
        float: none;
        clear: both;
        background-color: rgba(0,0,0,0.7);
    }

    #profile-menu {
        margin: 0;
        /*margin-top: -20px;*/
    }

    #profile-menu .welcome {
        display: none;
    }

    body.home.profile-menu-visible #profile-menu {
        top: 86px;
        z-index: 200;
    }

    #main-menu.expanded,
    #login-menu.expanded,
    #profile-menu.expanded {
        display: block;
    }

    #main-menu ul,
    #login-menu ul,
    #profile-menu ul {
        margin: 0;
        float: none;
        width: 100%;
    }

    #main-menu ul li,
    #login-menu ul li,
    #login-menu ul li.button,
    #profile-menu ul li {
        float: none;
        width: 100%;
        margin: 0;
        background-color: transparent;
        color: #FFF;
        font-size: 16px;
        text-align: left;
        padding: 10px 20px;
    }

    #main-page-top {
        margin-top: 30px;
    }

    #main-page-background-image {
        height: 560px;
    }

    #main-page-news {
        display: none;
    }

    .button.large {
        font-size: 16px;
        padding: 18px 36px;
    }

    #main-page-news-mobile {
        display: block;
    }

    #main-page-news-mobile article {
        padding: 0 0 10px 0;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    #main-page-news-mobile article a {
        text-decoration: none;
    }

    #main-page-news-mobile article header {
        padding-left: 10px;
        padding-right: 10px;
    }

    #main-page-news-mobile article header > a {
        float: right;
    }

    #main-page-news-mobile article .date,
    #main-page-news-mobile article h3 a {
        font-weight: 400;
        font-size: 18px;
        padding-top: 10px;
    }

    #main-page-news-mobile article img {
        width: auto;
	height: 282px;
	margin-left: auto;
	margin-right: auto;
        display: block;
    }

    #main-page-top .col-50:last-child {
        padding-left: 0;
    }

    #job-search-form {
        text-align: center;
    }

    #job-search-form form {
        max-width: 480px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

/*    #main-page-stats {
        display: none;
    } */

    #main-page-register {
        background-color: transparent;
        border: none;
        margin-top:  0;
        margin-bottom: 0;
    }

    #main-page-register a {
        min-width: inherit;
    }

    #offers article header a {
        font-size: 15px;
    }

    .job-offer header, .company header {
        line-height: 22px;
        height: 42px;
    }

    #offers article .location {
        float: left;
    }

    .job-offer, .company {
        margin-bottom: 0;
    }

    #sggw-baner {
        display: none;
    }

    #subscribe-newsletter {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    #newsletter .button {
        max-width: 320px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #main-page-contact {
        min-height: inherit;
        margin-top: 0;
        padding-top: 30px;
        background-color: #353846;
    }

    #main-page-contact > img {
        display: none;
    }

    #main-page-contact > .bg {
        display: none;
    }

    #main-page-contact .content-wrapper {
        position: static;
        top: 0;
    }

    #contact-form {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    #contact-form input[type="text"], 
    #contact-form textarea,
    #contact-form button {
        max-width: inherit;
        width: 100%;
    }

    #main-page-contact address h3, #page-contact address h3 {
        padding-bottom: 0;
        font-size: 18px;
        text-align: center;
    }

    #main-page-contact address {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #main-page-contact address {
        max-width: inherit;
    }

    #footer-menu {
        display: none;
    }
    footer {
        text-align: center;
    }

    #archive-list .item:nth-child(even),
    #archive-list .item:nth-child(odd),
    .two-rows:nth-child(odd), 
    .two-rows:nth-child(even) {
        padding-left: 0;
        padding-right: 0;
    }

    .builtin-submit input {
        width: 100%;
    }

    .collapsable-filters-controller {
        position: relative;
        padding-right: 20px;
        float: right;
        cursor: pointer;
    }

    .collapsable-filters-controller:before {
        content: ' ';
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 10px solid;
        position: absolute;
        right: 0;
        top: 25px;
    }

    .collapsable-filters-controller.expanded:before {
        content: ' ';
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 10px solid;
        border-top: 0;
        position: absolute;
        right: 0;
        top: 25px;
    }

    .collapsable-filters {
        overflow: hidden;
        padding: 0;
        max-height: 0;
        clear: both;
    }

    .collapsable-filters.expanded {
        max-height: none;
    }

    #top-filters input {
        width: 100%;
        margin-bottom: 20px;
    }

    #top-filters .button {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #page-offer-about .company-logo {
        display: none;
    }

    .shortcode-worker {
        width: 100%;
        text-align: center;
    }

    #company-card-logo {
        height: auto;
    }

    #company-card-logo img {
        margin-left: auto;
        margin-right: auto;
    }

    #company-card-title {
        border: none;
        text-align: center;
    }

    .dialog-box {
        position: absolute;
        margin-left: 0;
        width: 100%;
    }

	#archive-list .item article {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

}

@media screen and (max-width: 639px) {

    #main-header h1 a {
        width: 300px;
    }

    .job-offer:not(.special) .rightbar {
        display: none;        
    }

    .job-offer.special .rightbar {
        max-width: 100%;
    }

    .job-offer .date {
        clear: both;
        margin-left: 0;
    }   

    .job-offer .leftbar {
        max-width: 100%;
    }

    #job-search-form .search-for-job {
        font-size: 48px;
    }

    body #register-frame {
        padding: 20px;
    }

    body #registerform p.radios {
        width: 100%;
    }

    body #registerform label.rbtn {
        width: 100%;
        margin-bottom: 20px;
    }

    #page-offer-title .i-want-this-job,
    #i-want-this-job {
        width: 100%;
    }

	#archive-list .item img {
		height: auto;
		width: 100%;
	}

}

@media screen and (max-width: 479px) {

    #main-header h1 a {
        margin-left: 0;
        background-size: contain!important;
        width: 60%;
    }    

    #archive-list .item article {
        height: auto;
    }

    #archive-list .item img {
        width: 100%;
        height: auto;
        position: relative;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-top: 20px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px
    }

    #archive-list .item article header {
        height: auto;
        position: relative;
        margin-left: 0;
        max-width: none;
    }

    .job-offer .rightbar img, .company .rightbar img {
        padding-left: 0;
    }

    .job-offer header, .company header {
        height: auto;
    }
	

}

/*######################*/
/*stopka*/
footer {
    background:#003228;
    color:#ffffff;
	padding-top:0;
    padding-bottom:4%;
}
footer a {
    color:#ffffff;
}
.mn-footer-columns {    
    padding-top:2%;
}
.mn-footer-column:first-child {
    margin-left:0;
}
.mn-footer-column.mn-address {
    font:normal 1.4rem/2rem "Alergia-Light", sans-serif;
}
.mn-footer-column.mn-address h5 {
    font:normal 1.4rem/2rem "Alergia-Light", sans-serif;
    margin-bottom:20px;
}
.mn-footer-column li {
    margin-bottom:1%;
}
.mn-footer-column li a {
    font:normal 1.2rem/2rem "Alergia-Light", sans-serif;
    letter-spacing:0.1rem;
    text-transform:uppercase;
}
.mn-footer-down {
    margin-top:2.5%;
}
.mn-footer-down-left {
    display:flex;
    font:normal 1.2rem/2rem "Alergia-Light", sans-serif;
    align-items:flex-end;
}
.mn-footer-down-left img {
    margin-right:2.5vw;
}
.mn-rights {
    font:normal 1.2rem/1.6rem "Alergia-Light", sans-serif;
    letter-spacing:0.1em;
    text-transform:uppercase;
}
.mn-socials,
.mn-socials .mn-widget p {
    display:flex;
    align-items:flex-end;
    justify-content:flex-end;
}
.mn-socials a {
    margin-left:2vw;
}
.mn-socials a:first-child {
    margin-left:0;
}
.mn-footer-bip {
    margin-top:2%;
    display:flex;
    justify-content:flex-end;
}
.mn-footer-bip img {
    max-width:30px;
    height:auto;
}

footer .button.green {
	background:none;
	padding:0;
	font-size:inherit;
}
footer .button.green:hover {
	opacity:1;
}
.mn-footer-down {
	margin-top:50px !important;
}
.mn-footer-column li {
	line-height:26px;
}
/*end stopka*/
/*logotypy UE*/
.mn-footer-ue-inner {
    display:flex;
    align-items:flex-end;
}
.mn-footer-ue-inner img {
    max-width:150px;
    height:auto;
}
.mn-footer-ue-inner img:first-child {
    margin-right:30px;
}
/*end logotypy UE*/
body.category #site-header,
body.post-type-archive-dws_company_card  #site-header,
body.page-template-page-register  #site-header {
	margin-bottom:25px;
}

@media (max-width: 1024px) {
	.mn-footer-down-left {
		grid-column:span 12 !important;
		margin-bottom:25px;
	}
}

@media (max-width:767px) {
	.mn-footer-ue {
        grid-column: span 12 !important;
        margin-bottom:25px;
    }
    .mn-socials {
        grid-column: span 12;    
    }
    .mn-socials, .mn-socials .mn-widget p {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .mn-footer-ue-inner img {
        max-width:130px;
    }
}