/*
Copyright Sebastian Jamrozik (sebastian.jamrozik@gmail.com). 
All rights reserved.
*/
/* 
    Created on : 2015-09-17, 17:48:57
    Author     : basti
*/

@font-face {
    font-family: Roboto-Thin;
    src: url(../fonts/Roboto-Thin.ttf);
}

@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Black;
    src: url(../fonts/Roboto-Black.ttf);
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/FontAwesome.otf);
}

.font-thin {
    font-family: Roboto-Thin;
}

.font-light {
    font-family: Roboto-Light;
}

.font-regular {
    font-family: Roboto-Regular;
}

.font-medium {
    font-family: Roboto-Medium;
}

.font-bold {
    font-family: Roboto-Bold;
}

.font-black {
    font-family: Roboto-Black;
}

body {
    font-family: Roboto-Thin;
    font-size: 26px;
    color: #1b508e;
    overflow-x: hidden;
}

p {
    margin: 0 0 50px;
}

p:last-child {
    margin: 0 0 10px;
}

h1 {
    margin: 0;
    padding: 0;
}

.bg-text-container {
    position: relative;
}

.h1-line-height {
    line-height: 44px;
}

.section {
    padding: 25px 0 35px;
    background: #fff;
    clear: both;
}

.page {
    width: 100%;
    background-color: #ffffff;
    margin-bottom: 146px;
    z-index: 1;
    overflow: hidden;
}

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

.head .logo {
    width: 100%;
}

.head .logo-text {
    vertical-align: bottom;
    margin-bottom: 10px;
    margin-left: 75px;
    text-align: left;
    padding-left: 25px;
    border-left: 2px solid #b7b7b7;
    color: #b7b7b7;
}

.head .logo-text h2 {
    margin: 0;
    padding: 0;
}

.tbs-menu .menu a {
    font-family: Roboto-Thin;
    display: block;
    width: 250px;
    height: 90px;
    text-decoration: none;
    margin-bottom: 25px;
    border-radius: 45px;
    padding: 0 45px;
    text-align: center;
    font-size: 28px;
    display: table;
    line-height: 28px;
}

.tbs-menu .menu a span {
    display: table-cell;
    vertical-align: middle;
}

.tbs-menu .menu a:hover,
.tbs-menu .menu a.selected {
    background-color: #1b508b;
    font-family: Roboto-Bold;
    color: #ffffff;
}

.tbs-menu .menu a {
    background-color: #c9c9c9;
    color: #000000;
}

.main .tbs-menu .menu a {
    background-color: #0075b8;
    color: #ffffff;
}

.main .tbs-menu .menu a:hover {
    background-color: #1b508b;
    color: #ffffff;
}

.main .offers {
    margin-top: 50px;
}

.main .offers .head {
    background-color: #0075bb;
    border-radius: 35px;
    height: 70px;
    text-align: center;
    display: table;
    width: 100%;
}

.main .offers .head h1 {
    font-family: Roboto-Thin;
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    text-align: left;
    padding: 0 55px;
}

.main .offers .content {
    background-color: #f0f0f0;
    margin: 0 35px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.main .offers .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 25px;
}

.main .offers .content ul li {
    padding-bottom: 10px;
}

.main .offers .content ul li:last-child {
    padding-bottom: 0;
}

.main .offers .content ul li a {
    display: block;
    text-decoration: none;
}

.main .offers .content ul li a span {
    display: block;
}

.main .offers .content ul li a span.title {
    font-family: Roboto-Medium;
    color: #1b508e;
}

.main .offers .content ul li a span.place {
    font-family: Roboto-Light;
    color: #4d4d4d;
    word-break: break-all;
}

.main .prefooter .bulb {
    margin-top: 90px;
}

.about-us .prefooter .bulb {
    margin-top: 130px;
}

.offers .prefooter .bulb {
    margin-top: 450px;
}

.prefooter {
    background-image: url('../img/bg_pre_footer.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
}

.bulb img {
    width: 100%;
}

.offers-menu {
    display: none;
}

.offers .offers-menu {
    width: 100%;
    background-color: #e3e3e3;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    display: block;
}

.offers .offers-menu a {
    padding: 5px 20px;
    background-color: #e3e3e3;
    color: #000000;
    border-radius: 30px;
    display: inline-block;
    margin-right: 5px;
    text-decoration: none;
}

.offers .offers-menu a:last-child {
    margin-right: 0;
    margin-left: 1px;
}

.offers .offers-menu a:hover,
.offers .offers-menu a.selected {
    background-color: #1b508b;
    color: #ffffff;
    font-weight: bold;
}

.offers .offers-menu-background {
    position: relative;
    height: 110px;
}

.offers .blue-box {
    background-color: #0075b8;
    border-radius: 40px;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 40px;
    width: 33%;
    position: absolute;
}

.offers .gray-box {
    background-color: #808080;
    border-radius: 40px;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 40px;
    position: absolute;
    width: 45%;
    left: 25%;
    top: 35px;
}

.offers .offer p {
    margin-bottom: 10px;
    font-size: 18px;
    font-family: Roboto-Light;
}

.offers .offer h3 {
    font-family: Roboto-Regular;
    margin: 0;
    padding: 0;
}

.offers .offer h4 {
    margin: 0;
    padding: 0;
    color: #4d4d4d;
    font-family: Roboto-Light;
}

.offers .offer ul {
    padding-left: 20px;
}

.offers .offer ul li {
    font-size: 18px;
    font-family: Roboto-Light;
}

.offers .job-offers-list {
    list-style: none;
    position: relative;
    z-index: 3;
}

.offers .job-offers-list li {
    padding-bottom: 15px;
}

.offers .job-offers-list li.selected {
    list-style-image: url(../img/list_bullet.png);
}

.offers .job-offers-list a {
    text-decoration: none;
}

.offers .job-offers-list a .job-name {
    font-family: Roboto-Regular;
    font-size: 18px;
    color: #1b508b;
    display: block;
    font-weight: bold;
}

.offers .job-offers-list a .job-place {
    font-size: 18px;
    color: #4d4d4d;
    word-break: break-all;
    display: block;
    font-family: Roboto-Light;
}

#offers-content {
    position: relative;
    z-index: 3;
}

.footer {
    background-color: #1b508e;
    height: 146px;
    font-size: 16px;
    font-family: Roboto-Light;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

.bg-footer {
    background-image: url('../img/bg_footer.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
}

.footer div {
    height: 100%;
}

.footer .row div {
    display: table;
}

.footer .row div > div {
    display: table-cell;
    vertical-align: middle; 
}

.footer .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .menu li {
    display: inline-block;
    padding-right: 10px;
}

.footer .menu li:last-child {
    padding-right: 0;
}

.footer .menu a {
    font-family: Roboto-Light;
    display: block;
    width: 120px;
    height: 50px;
    background-color: #1b508e;
    border: 2px solid #0075b8;
    color: #ffffff;
    text-decoration: none;
    border-radius: 25px;
    text-align: center;
    display: table;
    line-height: 14px;
}

.footer .menu a span {
    display: table-cell;
    vertical-align: middle;
}

.footer .copyright {
    color: #ffffff;
    font-size: 11px;
}

.footer .bulb-copy-thread {
    margin: 0;
    padding: 0;
    color: #f0f0f0;
    font-size: 12px;
    text-align: right;
}

.footer .row div > div.bulb-thread {
    padding-top: 5px;
    vertical-align: top;
}

.footer .bulb-thread > div {
    display: inline-block;
}

.footer .bulb-thread img {
    max-width: 100%;
}

.footer .social {
    text-align: center;
}

.footer .social .social-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.footer .social .social-menu li {
    text-align: center;
    padding: 10px;
    display: inline-block;
}

.about-us .blue-box {
    background-color: #0075b8;
    border-radius: 40px;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 40px;
    width: 80%;
}

.about-us .gray-box {
    background-color: #e3e3e3;
    border-radius: 40px;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 40px;
}

.gray-box h2 {
    padding: 0;
    margin: 0;
    color: #1b508e;
}

#main-counseling {
    position: absolute;
    color: #efefef;
    font-size: 200px;
    top: 35px;
    left: -2px;
}

#main-offers {
    position: absolute;
    color: #efefef;
    font-size: 200px;
    top: -140px;
    left: 15px;
}

#aboutus-recruitment {
    position: absolute;
    color: #efefef;
    font-size: 200px;
    top: 90px;
    left: -2px;
}

#specialization {
    margin-top: 70px;
}

#aboutus-specialization {
    position: absolute;
    color: #efefef;
    font-size: 200px;
    top: -110px;
    left: 15px;
}

#specialization .content {
    margin-top: 20px;
}

#specialization .content ul {
    list-style-image: url(../img/list_bullet.png);
    margin-left: 20px;
}

.business-solutions .blue-box {
    background-color: #0075b8;
    border-radius: 40px;
    padding: 0 40px;
    color: #ffffff;
    font-size: 48px;
    position: absolute;
}

.business-solutions .dark-blue-box {
    background-color: #1b508b;
    border-radius: 40px;
    padding: 8px 30px;
    color: #ffffff;
    text-align: right;
    font-size: 36px;
    position: absolute;
    left: 410px;
    top: 30px;
}

#business-solutions-pro {
    position: absolute;
    color: #efefef;
    font-size: 160px;
    top: 40px;
    left: -2px;
}

.business-solutions .box p {
    padding: 0 30px;
}

.business-solutions .heading-box-gray {
    background-color: #808080;
    color: #ffffff;
    font-size: 36px;
    padding: 5px 25px;
    border-radius: 30px;
}

#benefits {

}

#business-solutions-benefits {
    position: absolute;
    color: #efefef;
    font-size: 330px;
    top: -184px;
    left: -15px;
}

#benefits .blue-box {
    font-size: 54px;
    padding: 5px 40px;
    width: 40%;
}

#benefits .dark-blue-box {
    padding: 10px 40px;
    font-size: 38px;
    position: absolute;
    left: 410px;
    top: 30px;
    width: 64%;
}

#contact-contact {
    position: absolute;
    color: #efefef;
    font-size: 260px;
    top: -70px;
    left: 165px;
}

#contact-h1 {
    margin-top: 20px;
    font-size: 48px;
}

#contact-h2 {
    margin: 0;
    padding: 0;
}

.icon-bg {
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50px;
}

.icon-email {
    background: url(../img/email_icon.png) #0075b8 center center;
    background-size: contain;
}

.icon-phone {
    background: url(../img/phone_icon.png) #0075b8 center center;
    background-size: contain;
}

.icon-voivodeship {
    background: #0075b8 center center;
    background-size: contain;
}

.contact-data {
    font-size: 28px;
    color: #707070;
    margin-bottom: 10px;
    padding: 0;
    line-height: 50px;
}

.contact-info {
    font-size: 28px;
    color: #707070;
}

.contact-info p {
    margin-bottom: 10px;
}

#offers-contact {
    position: absolute;
    color: #efefef;
    font-size: 200px;
    top: -115px;
    right: -85px;
}

#offers-cv-section {
    margin-top: 20px;

}

#offers-cv-section h1 {
    font-size: 48px;
}

#offers-cv-section .blue-box {
    width: 60%;
    position: relative;
}

#offers-cv-section .content {
    margin-top: 20px;
}

#offers-send-cv {
    position: absolute;
    color: #efefef;
    font-size: 200px;
    top: -135px;
    left: 215px;
}

.input-container {
    background-color: #efefef;
    border-radius: 50px;
}

.input-container > div,
.input-label > div {
    display: inline-block;
    vertical-align: middle;
}

.input-field {
    width: 85%;
}

.input-field input {
    outline: none;
    background: none;
    border: none;
    padding: 0 10px;
    margin: 0;
    width: 100%;
    vertical-align: middle;
    color: #6f6f6f;
}

.icon-person {
    background: url(../img/person_icon.png) #0075b8 center center;
    background-size: contain;
}

.icon-file {
    background: url(../img/file_icon.png) #0075b8 center center;
    background-size: contain;
}

.icon-send {
    background: url(../img/send_icon.png) #0075b8 center center;
    background-size: contain;
}

.input-send {
    width: 30%;
    background-color: #969696;
    color: #ffffff;
    margin-top: 30px;
}

.input-send input {
    color: #ffffff;
}

.input-field {
    width: 60%;
}

.input-file {
    width: 50%;
}

.input-label-text {
    padding: 0 30px 0 5px;
    color: #ffffff;
    cursor: pointer;
}

.input-send .input-field {
    width: 50%;
}

input[type=file] {
    display: none;
}

.input-label {
    background-color: #969696;
    border-radius: 50px;
}
.agreement-checkbox input[type=checkbox] {
    display: none;
}

.agreement-checkbox {
    position: relative;
}

.agreement-checkbox > .input-label {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
}

.agreements-container {
    background: none;
}

.agreement-text {
    display: inline-block;
}

.agreement-text.input-field {
    width: 85%;
}

.agreement-text label {
    font-size: 1.5rem;
    text-align: justify;
}

.agreement-text label a {
	color: #23527c;
	text-decoration: underline;
}

.input-checkbox {
    width: 50px;
    height: 50px;
}

.input-checkbox .outer{
    width: 50px;
    height: 50px;
    background: #969696;

    border-radius: 100%;
    position: relative;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.input-checkbox .inner {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100px;

    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;

    background: #efefef;
    box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);
}

.input-checkbox.checked > .inner {
    background: #0075b8;
}


*::-webkit-input-placeholder {
    color: #969696;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #969696;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #969696;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #969696;
}

.bulb-copy-thread .copyright {
    text-align: right;
}

.footer .row div > .sm-copyright {
    display: none;
}

#specialization ul li {
    margin-bottom: 10px;
}

.business-solutions .prefooter .bulb {
    margin-top: 100px;
}

#mobile-menu {
    display: none;
}

.sm-offers-header {
    display: none;
}

.modal > div {
    background-color: #ffffff;
}

.modal-body {
    font-size: 1.6rem;
    text-align: justify;
}

@media (max-width: 1200px) {
    #main-counseling {
        position: absolute;
        color: #efefef;
        font-size: 200px;
        top: 80px;
        left: -2px;
    }
    .bulb-copy-thread .copyright {
        text-align: left;
    }

    .social {
        padding: 0;
        maring: 0;
    }

    .about-us .blue-box {
        width: 100%;
    }

    .about-us .prefooter .bulb {
        margin-top: 210px;
    }

    .business-solutions .blue-box {
        font-size: 45px;
    }

    .business-solutions .dark-blue-box {
        font-size: 32px;
        left: 370px;
    }

    #benefits .dark-blue-box {
        left: 340px;
    }

    #benefits .blue-box {
        width: 38%;
    }
    .offers .menu a {
        margin-right: 14px;
    }

    #offers-send-cv {
        left: 90px;
    }

    .offers .gray-box {
        width: 55%;
    }


}

@media (max-width: 992px) {
    #main-counseling {
        position: absolute;
        color: #efefef;
        font-size: 200px;
        top: 170px;
        left: -2px;
    }
    .main .prefooter .bulb {
        margin-top: 300px;
    }
    .footer .menu li {
        float: left;
        padding: 5px;
    }

    .bulb-copy-thread .copyright {
        display: none;
    }

    .footer .bulb-thread img {
        max-width: 100%;
        width: 15%;
        margin-right: 31%;
    }

    .footer .row div > .copyright {
        display: none;
    }

    .footer .row div > .sm-copyright {
        display: block;
        margin-top: 25px;
        text-align: right;
    }

    .contact .prefooter .bulb {
        margin-top: 150px;
    }

    #aboutus-recruitment {
        top: 175px;
    }

    .about-us .prefooter .bulb {
        margin-top: 455px;
    }

    .business-solutions .dark-blue-box {
        left: 175px;
        margin-top: 20px;
    }

    #benefits .dark-blue-box {
        left: 140px;
        margin-top: 30px;
        width: 80%;
    }

    #benefits .blue-box {
        width: 46%;
    }

    #offers-send-cv {
        left: 0px;
    }

    .offers .prefooter .bulb {
        margin-top: 330px;
    }

    .offers .menu a {
        margin-right: -5px;
    }

    .offers .blue-box {
        width: 38%;
    }

    .offers .gray-box {
        width: 70%;
    }
.head .logo img {
    width: 100%;
}

}

@media (max-width: 768px) {
    .footer .bulb-thread img{
        display: none;
    }

    .prefooter {
        padding-bottom: 200px;
    }

    .footer .row div > .sm-copyright {
        display: none;
    }

    .footer .row div > .copyright {
        display: table-cell;
        text-align: center;
    }

    #aboutus-recruitment {
        top: 45px;
    }

    .business-solutions .dark-blue-box {
        font-size: 32px;
        left: 370px;
        margin-top: 0;
    }

    #benefits .dark-blue-box {
        left: 83px;
        margin-top: 30px;
        width: 86%;
    }

    #benefits .blue-box {
        width: 49%;
    }

    .input-send {
        width: 216px;
    }

    .input-file {
        max-width: 50%;
    }

    #offers-cv-section .blue-box {
        width: 280px;
    }

    .offers .blue-box {
        width: 100%;
    }

    .offers .gray-box {
        display: none;
    }

    .input-field.input-file {
        display: none;
    }

    #mobile-menu {
        margin: 20px 0;
        display: block;
        position: relative;
        z-index: 9;
        background-color: #e3e3e3;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #1b508b;
    }
    .navbar-default .navbar-toggle {
        border-color: #1b508b;
    }

    .navbar-toggle {
        float: left;
        margin-left: 15px;
    }

    .navbar-default li {
        margin: 5px 15px;
    }

    .navbar-default .navbar-collapse {
        border-color: #1b508b;
    }

    .navbar-default li.selected,
    .navbar-default li:hover {
        background-color: #1b508b;
        color: #ffffff;
        font-weight: bold;
        border-radius: 20px;
    }

    .navbar-default .navbar-nav>li.selected>a {
        color: #ffffff;
    }

    .navbar-default .navbar-nav>li>a {
        color: #000000;
    }

    .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
        color: #ffffff;
    }

    .sm-offers-header {
        display: block;
        width: 100%;
        background-color: #808080;
        border-radius: 40px;
        padding: 10px 30px;
        color: #ffffff;
        font-size: 40px;
        margin-bottom: 20px;
    }

    .offers .offers-menu-background {
        height: 70px;
    }

    .job-offers-list {
        height: 250px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin-bottom: 40px;
    }

    .agreement-text.input-field {
        width: 75%;
    }

}
