html {
    font-size: 16px;
}

[class^="icon-"], [class*=" icon-"], .icon::before, .attachments .container a .download::after, .breadcrumb li:not(:last-child) a::after, .block-separator::after, .preload::before {
    display: inline-block;
    font-family: "icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


label {
    color: #1c1c1b;
    font-size: 16px;
}

input {
    line-height: normal;
}


.wrapper-page {
    overflow: hidden;
    width: 100%;
}

.blueButton {
    color: #777;
    background-color: #fcfcfc;
    display: inline-block;
    padding: 7px 25px;
    margin: 1.25em;
    text-align: center;
    text-transform: none;
    box-sizing: border-box;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #dadada;
    position: relative;
}

.blueButton.light {
    padding: 0.5em 2.5em;
}

.blueButton:hover {
    text-decoration: none;
    background-color: #9c9ea4;
    color: #fff;
}

.blueButton:focus {
    text-decoration: none;
}

.no-left-margin {
    margin-left: 0 !important;
}

input.blueButton.ajanlatSend, a.blueButton.ajanlatSend {
    margin: 0;
    padding: 7px 25px 7px 40px;
}

.content-inner .content a.blueButton.ajanlatSend {
    text-decoration: none;
    color: #777;
}

.content-inner .content a.blueButton.ajanlatSend:hover {
    text-decoration: none;
    color: #fff;
}

div.button-wrap, div.button-back-wrap {
    display: inline-block;
    position: relative;
    margin: 10px;
}

div.button-back-wrap {
    margin-left: 0;
}

div.button-wrap::before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 19px;
    background: url(/images/icon-send.png);
    z-index: 9;
    left: 15px;
    top: calc(50% - 8px);
}

div.button-wrap:hover::before {
    background: url(/images/icon-send-white.png);
}

div.button-back-wrap::before {
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 19px;
    background: url(/images/icon-back.png);
    z-index: 9;
    left: 15px;
    top: calc(50% - 8px);
}

div.button-back-wrap:hover::before {
    background: url(/images/icon-back-white.png);
}

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

.modal-container .close {
    text-decoration: none;
    position: absolute;
    right: 20px;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #333;
    z-index: 99;
    opacity: 1;
    cursor: pointer;
}

.modal-container {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    text-align: left;
    overflow: hidden;
    background-color: #fff;
    box-shadow: none;
    width: 100%;
}

.modal .modal-text {
    width: 100%;
    padding: 1.875em;
}

#hideScrollBar #Dijszabas_modal, #hideScrollBar2 #Dijszabas_modal2 {
    box-shadow: none;
    background: #fff;
    border-radius: 4px;
    min-height: 450px;
    padding-top: 0;
}

.modal-content {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.modal-container .subtitle {
    font-size: 1.23077em;
    text-transform: uppercase;
}

.modal-container ul.error_list {
    margin-bottom: -20px;
}

.modal .subtitle {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding: 5px 0em 0.625em 0em;
}

.modal-container .subtitle {
    font-size: 18px;
    text-transform: uppercase;
}

.form-horizontal .control-label {
    text-align: left;
    font-style: normal;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.form-horizontal .control-label.accept-label {
    width: 95%;
    vertical-align: middle;
    padding-top: 13px;
    padding-left: 5px;
}

.content-inner .content ul.checkbox_list {
    list-style-type: none;
    padding-left: 0;
}

.content-inner .content ul.checkbox_list li,
.content-inner .content ul.radio_list li,
.content-inner .content ul.error_list li {
    background: none;
    padding-left: 0;
}

ul.error_list li {
    color: red;
}

ul.error_list {
    list-style-type: none;
    padding-left: 0;
}

span.error {
    color: red;
}

.regform span.error {
    display: block;
}

.form-horizontal span.help {
    display: block;
    font-size: 12px;
}

.regform fieldset {
    border-bottom: 4px solid transparent;
    padding-bottom: 30px;
}

.regform fieldset.last {
    border: none;
    padding-bottom: 30px;
    padding-top: 20px;
}

.content-inner .content .regform fieldset.last legend {
    margin-bottom: 0;
}

.content-inner .content .regform fieldset legend h2 {
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
    margin-top: 20px;
}

.content-inner .content .regform fieldset legend h2 span.title {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    margin-bottom: 0;

}

.content-inner .content .regform fieldset legend h2 span.number {
    display: inline-block;
    font-size: 18px;
    border: none;
    border-radius: 0;
    text-align: center;
    margin-right: -2px;
    width: 28px;
    height: 28px;
    font-weight: bold;
    line-height: 22px;
}

.content-inner .content .regform fieldset legend h2 span.number::after {
    content: ".";
    margin-right: 2px;
}

.content-inner .content .regform fieldset label.checkbox-label {
    font-weight: 500;
}

.content-inner .content .regform legend {
    border: none;
}

.form-horizontal label span.required {
    color: red;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
}

span.help {
    color: #888;
}

div.flash_error {
    background: red;
    padding: 7px;
    color: white;
    margin-bottom: 10px;
}

div.flash_notice, div.flash_success {
    background: green;
    padding: 7px;
    color: white;
    margin-bottom: 10px;
}


.form-control {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #333;
    font-size: 15px;
}

.container .blueButton {
    color: #777;
}

.user-menu .blueButton {
    margin-left: 0;
    margin-right: 0;
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    text-decoration: none;
}

.user-menu .blueButton:hover {
    color: #fff;
}

.regform select:focus {
    outline: 0 none;
}

.form-horizontal select {
    max-width: 100%;
    color: #000;
}

.regform select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000;
    font-size: 16px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    background-image: none;
    outline: 0 none;
    border-radius: 3px;
    display: block;
    min-height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    height: 40px;
}

.regform select[multiple] {
    height: 120px;
    padding-left: 0;
    padding-right: 0;
}

.regform select[multiple] option {
    padding-left: 15px;
}

div.project-buttons div.linkedin_btn {
    text-align: center;
}

.modal-text a {
    color: #333;
    text-decoration: underline;
}

.table-container {
    overflow-x: auto;
    padding-bottom: 20px;
}

.table-container .projectable {
    min-width: 600px;
}

.table-container table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-container thead {
    text-align: center;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.table-container table tr, .table-container table tr {
    border-bottom: 1px solid white;
    /* text-align: center; */
}

article table tr th, .article table tr th, .notification .content table tr th {
    background-color: #00a651 !important;
    color: white;
    padding: 0.75em;
    text-align: center;
    font-weight: 400;
}

article table,
.article table,
.notification .content table {
    width: 100%;
}

article table tr,
.article table tr,
.notification .content table tr {
    border-bottom: 1px solid white;
    /*text-align: center;*/
}

article table tr th,
.article table tr th,
.notification .content table tr th {
    background-color: #9c9ea4 !important;
    color: white;
    padding: 0.75em;
}

.article table tr th:first-child,
.notification .content table tr th:first-child {
    border-right: 1px solid white;
}

.article table tr td,
.notification .content table tr td {
    background-color: #ccf3ff;
    color: #000;
    padding: 0.75em;
}

.article table tr td:first-child,
.notification .content table tr td:first-child {
    border-right: 1px solid white;
}

.article table tr:nth-child(2n+1) td,
.notification .content table tr:nth-child(2n+1) td,
.article table tr:nth-child(2n+1) th,
.notification .content table tr:nth-child(2n+1) th {
    background-color: #e8e8e8;
}

.article table.projectable th, .article table.projectable td {
    border-right: 1px solid #fff;
}

.template-page .title {
    font-size: 2em;
    color: #00a651;
    margin-bottom: 30px;
}

.user-menu {
    margin-top: 5px;
    margin-bottom: 0;
}

.article table.projectlisttable th {
    background-color: #dedede !important;
    color: #0636bf;
    border: 1px solid #dedede !important;
    text-transform: uppercase;
    vertical-align: middle;
}

.article table.projectlisttable tr td:first-child {
    font-weight: bold;
}

.article table.projectlisttable {
    min-width: 580px;
}

.article table.projectlisttable th {
    background-color: #dedede !important;
    color: #00a651;
    border: 1px solid #dedede !important;
    text-transform: uppercase;
    vertical-align: middle;
}

.article table.projectlisttable td {
    background-color: transparent !important;
    color: #000;
    border: 1px solid #dedede !important;
    text-transform: uppercase;
    text-align: left;
}

.article table.projectlisttable tr td:first-child {
    font-weight: bold;
}

.article table.projectlisttable tr td:last-child {
    text-align: center;
}

#project-apply.center {
    text-align: center;
}

#project-apply a.blueButton.login-apply-disabled {
    background: #f22;
    color: #fff;
}

#project-login a.blueButton, #project-apply a.blueButton {
    text-decoration: none;
    margin-top: 0;
}

#project-apply {
    clear: both;
}

#project-login {
    text-align: center;
    margin-top: 30px;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(/images/ui/ui-icons_cc0000_256x240.png);
}

.ui-icon-print {
    background-position: -160px -96px;
}

a.show_print span {
    display: inline-block;
}

a.show_print {
    float: right;
    margin-top: -40px;
    display: block;
}

a.show_print:after {
    content: '';
    display: block;
    clear: both;
}

.sor-contact .contact-right {
    vertical-align: top;
}

.job-row .left-img {
    float: left;
    width: 100%;
    max-width: 300px;
    margin: 0 30px 15px 0;
}

.template-page {
    padding-bottom: 30px;
}

div.component-modal div.linkedin_btn {
    float: left;
}

div.component-modal div.facebook_btn {
    float: right;
}

div.component-modal div.facebook_btn img {
    max-width: 245px;
}

div.component-modal:after {
    content: "";
    clear: both;
    display: block;
}

.jssorb05 {
    position: absolute;
    bottom: 150px;
    right: 16px;
}

.jssorb05 div {
    background-image: url(/images/slider-bullet-off.png);
    background-size: cover;
    cursor: pointer;
}

.jssorb05 div.slider-bulletav {
    background-image: url(/images/slider-bullet-on.png);
}

.carousel-5 {
    position: relative;
}

.owl-nav > div {
    position: absolute;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: cover;
}

.owl-nav > div.owl-prev {
    left: 10px;
    top: calc(50% - 15px);
    background-image: url(/images/left-arrow-blue.png);
}

.owl-nav > div.owl-next {
    right: 10px;
    top: calc(50% - 15px);
    background-image: url(/images/right-arrow-blue.png);
}

.brand-box {
    width: 100%;
}

.brand-box img {
    width: 100%;
}

.title-row {
    margin-top: -130px;
}

.title-row .title-upper {
    height: 120px;
    background-color: #9c9ea4;
    padding: 24px 0 8px 16px;
}

.title-row .title-upper p {
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.6em;
}

.title-row .title-upper h1 {
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.6em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: 0;
}

.title-row .title-upper h1 span {
    font-weight: 600;
}

.title-row .title-upper h1 i {
    text-transform: none;
    font-style: normal;
}

.title-row .title-lower {
    height: 120px;
    background-color: #02a3de;
    padding: 24px 0 8px 16px;
}

.title-row .title-lower.job {
    background-color: #acdcf2;
    height: 140px;
}

.title-row .title-lower p {
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.6em;
}

.title-row .title-lower-block a {
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.6em;
    display: block;
    width: 80%;
    border: 1px solid #fff;
    margin: 15px auto;
    text-decoration: none;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.title-row .job-block > div {
    text-align: center;
    color: #9c9ea4;
    border: 1px solid #9c9ea4;
    font-size: 16px;
    line-height: 1.6em;
    display: block;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 5px;
    margin-top: 14px;
}

.title-row .job-block > div small {
    font-size: 14px;
    text-transform: none;
}

.title-row .job-block.middle, .title-row .job-block.last {
    margin-left: 40px;
}

.title-row .title-lower-block a:hover {
    background-color: #9c9ea4;
}

.why-us {
    height: 170px;
    background-color: #9c9ea4;
    color: #fff;
    text-align: center;
    border-top: 4px solid #02a3de;
    line-height: 170px;
    margin-bottom: 60px;
}

.why-us p {
    font-size: 1.4em;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

.video-row iframe {
    width: 60%;
    height: 450px;
}

.about-us {
    padding-bottom: 60px;
    border-bottom: 2px solid #acdcf2;
    margin-bottom: 60px;
}

.about-us h2 {
    color: #e31282;
    border-bottom: 4px solid #e31282;
    padding-bottom: 16px;
    display: block;
    width: 25%;
    text-transform: uppercase;
    margin: 40px auto 20px auto;
    font-weight: 600;
}

.about-us p {
    width: 70%;
    margin: 10px auto;
    color: #333;
    font-size: 1em;
    line-height: 1.6em;
    text-align: center;
}

.button-row {
    margin: 40px;
}

.button-row a {
    display: block;
    width: 100%;
    padding: 8px 10px;
    background-color: #333;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 1.0em;
    line-height: 2.0em;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.hamburger {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}

.hamburger label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: auto;
    height: 4em;
    cursor: pointer;
}

.hamburger label i {
    display: block;
    overflow: hidden;
    color: #fff;
    padding: 0.5em 0.7em 0.7em 0.7em;
    font-size: 2em;
}

.icon-hamburger::before {
    content: "\E003";
}

.hamburger label.menu {
    width: 66px;
    left: auto;
    right: 0;
    background-color: #9c9ea4;
}

input[type="checkbox"]#chk-menu {
    position: absolute;
    left: -900%;
    width: auto;
}

#sidebar {
    left: -280px;
    z-index: 620;
    -webkit-transition: left 0.2s ease, top 0.1s ease;
    -moz-transition: left 0.2s ease, top 0.1s ease;
    transition: left 0.2s ease, top 0.1s ease;
}

#chk-menu:checked ~ #sidebar {
    left: 0;
}

.menuMobile {
    position: fixed;
    top: 64px;
    bottom: 0;
    left: 100%;
    width: 100%;
    /* overflow: hidden; */
    z-index: 620;
    -webkit-transition: left 0.4s ease-in-out, top 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out, top 0.4s ease-in-out;
    transition: left 0.4s ease-in-out, top 0.4s ease-in-out;
}

.menuMobile ul {
    position: absolute;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #9c9ea4;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menuMobile ul li {
    border-bottom: 0.125em solid #fff;
    background-color: #9c9ea4;
}

.menuMobile ul li a {
    position: relative;
    display: block;
    padding: 1.07143em;
    font-weight: normal;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.hr-cloud {
    display: grid;
    align-items: center;
    justify-content: center;
    height: 260px;
}

.jobs {
    margin-left: -10px;
    margin-right: -10px;
}

.jobs h3 {
    text-align: center;
    font-size: 1.4em;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 2.0em;
    text-decoration: none;
    color: #0d5594;
}

.job-table {
    margin-top: 30px;
    width: 100%;
    background: #fff;
    padding: 0 10px;
}

.job-table.applyments {
    padding: 0;
}

.job-table thead tr th {
    border-bottom: 1px solid #dadada;
    padding-left: 0;
}

.job-table thead tr th.name {
    width: 57.3333%;
}

.job-table thead tr th.start {
    width: 24%;
}

.job-table thead tr th.actions span {
    float: right;
}

.job-table thead tr th span {
    font-family: HelveticaThin, sans-serif;
    text-decoration: none;
    color: #333;
    text-align: left;
    display: block;
    margin: 0;
    font-size: 23px;
    font-weight: normal;
}

.job-table tbody tr td {
    border-bottom: 1px solid #dadada;
    padding-left: 0;
    text-align: left;
    padding-right: 0;
}

.job-table tbody tr td span {
    display: block;
    margin: 20px 0;
    text-align: left;
    color: #333;
    font-weight: 500;
}

.job-table tbody tr td.actions a {
    font-family: HelveticaMedium;
    font-size: 15px;
    color: #333;
    text-decoration: none;
    float: right;
    display: block;
    margin: 20px 0;
}

.job-table tbody tr td span.job-title {
    color: #333;
}

.job-table tbody tr td span.job-title a {
    color: #333;
}


.content-inner .job-pager {
    text-align: center;
    padding-top: 30px;
}

.content-inner .job-pager ul {
    list-style-type: none;
}

.content-inner .job-pager ul li {
    display: inline-block;
}

.content-inner .job-pager ul li a {
    font-family: Arial, sans-serif;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #bfbfbf;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 2px;
}

.content-inner .job-pager ul li.active a {
    background-color: #aeaeae;
    color: #000;
}

.content-inner .job-pager ul li a:hover {
    background-color: #aeaeae;
    color: #000;
}

#job-list img.loading {
    display: block;
    margin: 50px auto;
    width: 80px;
}


.job-row {
    padding-top: 40px;
    color: #333;
}


.job-text:after {
    content: '';
    display: block;
    clear: both;
}

.job-text p.slogan {
    font-weight: 500;
    margin-bottom: 20px;
}

.job-text h3 {
    color: #02a3de;
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 10px;
}

.job-text ul {
    padding-left: 15px;
}

.job-text .constant-text {
    text-align: center;
    margin-top: 50px;
}

.job-text .constant-text p.slogan2 {
    font-weight: 600;
}

.job-text .constant-text p.apply-big {
    color: #e31282;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
}

.job-text .job-text-row {
    display: flex;
}

.apply-box {
    background: none;
    padding: 20px;
    text-align: center;
    color: #1c1c1b;
    margin-bottom: 30px;
    width: 40%;
    margin-left: 5%;
}

.apply-box.right {
    margin-left: 10%;
}

.apply-box a {
    color: #fff;
    text-decoration: none;
}

.apply-box span {
    display: block;
}

.apply-box span.job-box-title {
    font-weight: normal;
    font-size: 18px;
    font-family: 'HelveticaThin', sans-serif;
    height: 35px;
    line-height: 35px;
    width: 100%;
    background: #f6f6f6;
    color: #000;
}

.apply-box span.job-box-subtitle {
    font-weight: 400;
    font-size: 0.8em;
    margin-bottom: 20px;
    max-width: 90%;
}

.apply-box span.job-box-button {
    border: 1px solid #1c1c1b;
    color: #1c1c1b;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 2.4em;
    text-align: center;
    width: 80%;
    margin: 10px auto 5px auto;
    text-transform: uppercase;
    font-weight: 500;

}

.apply-box hr {
    color: #1c1c1b;
    width: 60%;
    font-weight: 600;
    margin: 5px auto;
    border: 1px solid #1c1c1b;
    display: block;
}

.job-text .job-side {
    background-color: #e8f6fa;
    padding: 10px 20px;
}

.job-side h3 {
    text-align: left;
    color: #02a3de;
    line-height: 1.4em;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 5px;
}

.job-side ul.more-news {
    margin-top: 20px;
    margin-bottom: 40px;
}

.job-side ul li {
    font-size: 0.9em;
}

.job-side ul li a {
    font-size: 1em;
    color: #0d5594;
    text-decoration: none;
}

.job-side .job-side-header {
    display: block;
    width: 100%;
    letter-spacing: 3px;
    background-color: #02a3de;
    font-size: 1.2em;
    line-height: 3.0em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}

.job-side p {
    padding-top: 2%;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #0d5594;
    text-align: justify;
    margin-bottom: 5px;
}

.job-side .share {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.job-side img.map {
    cursor: pointer;
    border: 2px solid #fff;
    display: block;
    width: 90%;
    margin: 10px auto 30px auto;
}

.job-side a.job-side-btn {
    cursor: pointer;
    font-size: 1.1em;
    line-height: 3.0em;
    color: #0d5594;
    border: 1px solid #0d5594;
    text-align: center;
    width: 98%;
    margin: 20px auto;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-weight: 500;
}

.job-text p strong, .job-text p b {
    font-weight: bold;
}

.job-text p img {
    width: 100% !important;
    height: auto !important;
}

ul.checkbox_list input[type="checkbox"] {
    opacity: 0;
}

ul.radio_list input[type="radio"] {
    opacity: 0;
}

/* jQuery adds this span for us which we style to look like a box */
.check-box {
    width: 19px;
    height: 19px;
    background: #eee;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.check-box.radio-box {
    border-radius: 50%;
    width: 18px;
    height: 18px;
}

[type=checkbox]:disabled + .check-box {
    background: #ccc;
}

/* When someone clicks our new box, add or remove the tick which has been created using some CSS */
[type=checkbox]:checked + .check-box:before {
    content: '';
    display: block;
    width: 5px;
    height: 15px;
    margin-left: 7px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: 0.1s;
}

[type="radio"]:checked + .check-box::before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    margin-left: calc(50% - 4px);
    border: solid #fff;
    border-radius: 50%;
    border-width: 4px;
    transition: 0.1s;
    margin-top: calc(50% - 4px);
}

/* And change the background colour */
[type=checkbox]:checked + .check-box, [type=radio]:checked + .check-box {
    background-color: #9c9ea4;
    transition: 0.5s;
    border: 1px solid #9c9ea4;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

.content-inner .content .regform ul.checkbox_list {
    margin-top: 10px;
}

.regform ul.radio_list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
}

.form-horizontal .control-label.cv-label {
    margin-bottom: 10px;
    display: inline-block;
    width: 82%;
    vertical-align: middle;
}

.btn-file input[type="file"] {
    cursor: inherit;
    display: block;
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: medium none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

.btn-file {
    overflow: hidden;
    position: relative;
    box-shadow: none;
    height: 34px;
}

input[type="text"].file-name {
    border: 1px solid #c9cdd1;;
    height: 34px;
    padding-left: 5px;
    padding-right: 5px;
    width: 40%;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #f7f7f7;
    font-size: 14px;
    color: #333;
}

.file-group .input-group-btn > .btn {
    position: relative;
}

.file-group .input-group-addon, .file-group .input-group-btn, .file-group.input-group .form-control {
    display: table-cell;
}

.file-group .input-group-btn:first-child > .btn, .file-group .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.file-group .file-btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    background: #9c9ea4;
    border: 0;
    white-space: nowrap;
    color: #fff;
    padding: 6px 21px;
    font-size: 15px;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background ease-in-out 0.1s;
    -moz-transition: background ease-in-out 0.1s;
    -webkit-transition: background ease-in-out 0.1s;
    max-width: 100%;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    vertical-align: top;
    text-transform: none;
    font-weight: 500;
}


.content p.subtitle {
    text-align: center;
    color: #121212;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    margin-bottom: 20px;
}

.captcha-row {
    margin-bottom: 20px;
}

.contact-left iframe {
    max-width: 100%;
}

#dedication {
    padding: 1.875em;
}

a.delete-mail {
    cursor: pointer;
}

.modal {
    z-index: 10002;
}

.modal {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

.modal::before {
    content: "";
    display: none;
}

#Dijszabas_modal.fancybox-margin {
    margin: 0;
}

.company-world .checks ul li span {
    margin-top: -6.3px;
    vertical-align: middle;
}


.slider-navi-content {
    position: absolute;
    bottom: 80px;
    left: 0;
    text-align: center;
    width: 100%;
}

.hrfelho-text-holder p {
    margin-top: 40px;
}

.hrfelho-text-holder p a {
    text-decoration: underline;
}

.footer .content .footer-links .copyright {
    float: right;
    min-width: 200px;
}

.navbar-header .right {
    min-width: 314px;
}

.navbar-default .navbar-header .right {
    min-width: 314px;
}

.right .cart-wrapper, .right .profile-wrapper, .right .search-wrapper {
    padding: 5.25px 3.75px 0 0 !important;
}

.cart-wrapper .selected span.cart-text, .profile-wrapper .selected span.profile-text, .search-wrapper span.search-text {
    line-height: 13px;
    height: 15px;
    position: relative;
    vertical-align: middle;
}

.content-inner .page-container, .content-inner .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.content-inner .page-container::before, .content-inner .container:before,
.content-inner .page-container::after, .content-inner .container:after {
    content: " ";
    display: table;
}

.content-inner .page-container::after, .content-inner .container:after {
    clear: both;
}

.content-inner .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 0;
}

.content-inner .container-fluid:before, .content-inner .container-fluid:after {
    content: " ";
    display: table;
}

.content-inner .container-fluid:after {
    clear: both;
}


.content-inner .row {
    margin-left: -10px;
    margin-right: -10px;
}

.content-inner .row:before, .content-inner .row:after {
    content: " ";
    display: table;
}

.content-inner .row:after {
    clear: both;
}

.content-inner .col-xs-1, .content-inner .col-sm-1, .content-inner .col-md-1, .content-inner .col-lg-1, .content-inner .col-xs-2, .content-inner .col-sm-2, .content-inner .col-md-2, .content-inner .col-lg-2, .content-inner .col-xs-3, .content-inner .col-sm-3, .content-inner .col-md-3, .content-inner .col-lg-3, .content-inner .col-xs-4, .content-inner .col-sm-4, .content-inner .col-md-4, .content-inner .col-lg-4, .content-inner .col-xs-5, .content-inner .col-sm-5, .content-inner .col-md-5, .content-inner .col-lg-5, .content-inner .col-xs-6, .content-inner .col-sm-6, .content-inner .col-md-6, .content-inner .col-lg-6, .content-inner .col-xs-7, .content-inner .col-sm-7, .content-inner .col-md-7, .content-inner .col-lg-7, .content-inner .col-xs-8, .content-inner .col-sm-8, .content-inner .col-md-8, .content-inner .col-lg-8, .content-inner .col-xs-9, .content-inner .col-sm-9, .content-inner .col-md-9, .content-inner .col-lg-9, .content-inner .col-xs-10, .content-inner .col-sm-10, .content-inner .col-md-10, .content-inner .col-lg-10, .content-inner .col-xs-11, .content-inner .col-sm-11, .content-inner .col-md-11, .content-inner .col-lg-11, .content-inner .col-xs-12, .content-inner .col-sm-12, .content-inner .col-md-12, .content-inner .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.content-inner .col-xs-1, .content-inner .col-xs-2, .content-inner .col-xs-3, .content-inner .col-xs-4, .content-inner .col-xs-5, .content-inner .col-xs-6, .content-inner .col-xs-7, .content-inner .col-xs-8, .content-inner .col-xs-9, .content-inner .col-xs-10, .content-inner .col-xs-11, .content-inner .col-xs-12 {
    float: left;
}

.content-inner .col-xs-1 {
    width: 8.33333%;
}

.content-inner .col-xs-2 {
    width: 16.66667%;
}

.content-inner .col-xs-3 {
    width: 25%;
}

.content-inner .col-xs-4 {
    width: 33.33333%;
}

.content-inner .col-xs-5 {
    width: 41.66667%;
}

.content-inner .col-xs-6 {
    width: 50%;
}

.content-inner .col-xs-7 {
    width: 58.33333%;
}

.content-inner .col-xs-8 {
    width: 66.66667%;
}

.content-inner .col-xs-9 {
    width: 75%;
}

.content-inner .col-xs-10 {
    width: 83.33333%;
}

.content-inner .col-xs-11 {
    width: 91.66667%;
}

.content-inner .col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .job-text .apply-box.left a {
        float: right;
    }

    .job-text .apply-box.right a {
        float: left;
    }

    .content-inner .col-sm-1, .content-inner .col-sm-2, .content-inner .col-sm-3, .content-inner .col-sm-4, .content-inner .col-sm-5, .content-inner .col-sm-6, .content-inner .col-sm-7, .content-inner .col-sm-8, .content-inner .col-sm-9, .content-inner .col-sm-10, .content-inner .col-sm-11, .content-inner .col-sm-12 {
        float: left;
    }

    .content-inner .col-sm-1 {
        width: 8.33333%;
    }

    .content-inner .col-sm-2 {
        width: 16.66667%;
    }

    .content-inner .col-sm-3 {
        width: 25%;
    }

    .content-inner .col-sm-4 {
        width: 33.33333%;
    }

    .content-inner .col-sm-5 {
        width: 41.66667%;
    }

    .content-inner .col-sm-6 {
        width: 50%;
    }

    .content-inner .col-sm-7 {
        width: 58.33333%;
    }

    .content-inner .col-sm-8 {
        width: 66.66667%;
    }

    .content-inner .col-sm-9 {
        width: 75%;
    }

    .content-inner .col-sm-10 {
        width: 83.33333%;
    }

    .content-inner .col-sm-11 {
        width: 91.66667%;
    }

    .content-inner .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .content-inner .col-md-1, .content-inner .col-md-2, .content-inner .col-md-3, .content-inner .col-md-4, .content-inner .col-md-5, .content-inner .col-md-6, .content-inner .col-md-7, .content-inner .col-md-8, .content-inner .col-md-9, .content-inner .col-md-10, .content-inner .col-md-11, .content-inner .col-md-12 {
        float: left;
    }

    .content-inner .col-md-1 {
        width: 8.33333%;
    }

    .content-inner .col-md-2 {
        width: 16.66667%;
    }

    .content-inner .col-md-3 {
        width: 25%;
    }

    .content-inner .col-md-4 {
        width: 33.33333%;
    }

    .content-inner .col-md-5 {
        width: 41.66667%;
    }

    .content-inner .col-md-6 {
        width: 50%;
    }

    .content-inner .col-md-7 {
        width: 58.33333%;
    }

    .content-inner .col-md-8 {
        width: 66.66667%;
    }

    .content-inner .col-md-9 {
        width: 75%;
    }

    .content-inner .col-md-10 {
        width: 83.33333%;
    }

    .content-inner .col-md-11 {
        width: 91.66667%;
    }

    .content-inner .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1240px) {
    .content-inner .col-lg-1, .content-inner .col-lg-2, .content-inner .col-lg-3, .content-inner .col-lg-4, .content-inner .col-lg-5, .content-inner .col-lg-6, .content-inner .col-lg-7, .content-inner .col-lg-8, .content-inner .col-lg-9, .content-inner .col-lg-10, .content-inner .col-lg-11, .content-inner .col-lg-12 {
        float: left;
    }

    .content-inner .col-lg-1 {
        width: 8.33333%;
    }

    .content-inner .col-lg-2 {
        width: 16.66667%;
    }

    .content-inner .col-lg-3 {
        width: 25%;
    }

    .content-inner .col-lg-4 {
        width: 33.33333%;
    }

    .content-inner .col-lg-5 {
        width: 41.66667%;
    }

    .content-inner .col-lg-6 {
        width: 50%;
    }

    .content-inner .col-lg-7 {
        width: 58.33333%;
    }

    .content-inner .col-lg-8 {
        width: 66.66667%;
    }

    .content-inner .col-lg-9 {
        width: 75%;
    }

    .content-inner .col-lg-10 {
        width: 83.33333%;
    }

    .content-inner .col-lg-11 {
        width: 91.66667%;
    }

    .content-inner .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.panel3-1 {
    width: 100%;
}

.panel3-1 .main-image {
    width: 100% !important;
    height: auto !important;
}

.panel3-1 .header-wrapper {
    width: 100%;
    max-width: 100%;
}


div.old-page-container {
    width: 100%;
    max-width: 996px;
    margin: 0 auto;
}

.content-inner .page-container {
    max-width: 996px;
}

.content-inner.job-page .page-container {
    max-width: 1260px;
}

.header-txt .content {
    width: 100%;
    margin: 0 auto;
    max-width: 846.64px;
}


.content-inner .content p, .career.content-inner p {
    font-family: HelveticaLight;
    font-size: 17px;
    color: #333;
    margin-bottom: 12.75px;
}

.content-inner .content h2, .career.content-inner h2, .contact-header h2 {
    font-family: HelveticaThin;
    font-size: 33px;
    color: #333;
    text-align: center;
    margin-bottom: 12px;
}

.content-inner .content h4, .career.content-inner h4, .contact-header h4 {
    padding: 0 !important;
    margin: 25px 0 10px !important;
    font-family: HelveticaMedium;
    font-size: 17px;
    color: #333;
    font-weight: 400 !important;
}

.content-inner .content ul, .career.content-inner ul, .contact-header ul {
    font-family: HelveticaLight;
    font-size: 17px;
    color: #333;
    margin: 0 0 15px !important;
    padding: 0;
    list-style-type: none;
}

.content-inner .content ul li, .career.content-inner ul li, .contact-header ul li {
    margin-bottom: 10px;
    background-image: url(/img/bullet.png);
    background-size: 9px 9px;
    background-position: 0 8px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.content-inner .content h3, .career.content-inner h3 {
    width: 100%;
    margin: 0 0 30px !important;
    font-family: HelveticaMedium;
    font-size: 22px;
    color: #b8b8b8;
    line-height: 32px;
    border-bottom: 1px solid #dadada;
}

.content-inner .content a, .career.content-inner a {
    text-decoration: underline;
    color: #333;
    font-size: 17px;
}

.footer .content-inner p {
    color: #999;
    font-size: 14px;
}

.content-inner .page-container img.teaser {
    width: 100%;
}

.job-positions h2 {
    padding-bottom: 0;
}

.content-inner .job-pager ul li {
    display: inline-block;
    padding-left: 0;
    background-image: none;
}

.breadcumps span a {
    text-decoration: none;
}

.breadcumps span a:hover {
    text-decoration: underline;
}

.career .header-txt .content, .joblist .header-txt .content {
    max-width: 846.6px;
}

.career.career-root .header-txt .content {
    max-width: 996px;
}

.career .panel7, .career .panel7-1, .career .panel7-2 {
    text-align: left;
}

.career .panel7 h2, .career .panel7-1 h2, .career .panel7-2 h2 {
    text-align: center;
}

.career .panel7-3 p, .career .panel7-2 p {
    margin-bottom: 12.75px !important;
}

.joblist .page-container, .career .page-container {
    max-width: 846.6px;
    padding-left: 0;
    padding-right: 0;
}

.joblist .page-container.page-container-wide, .career .page-container.page-container-wide {
    max-width: 996px;
    padding-left: 0;
    padding-right: 0;
}

.joblist .navi-mobile-mnu, .career .navi-mobile-mnu {
    padding-left: 15px;
}

.joblist.content-inner .row, .career.content-inner .row {
    margin-left: 0;
    margin-right: 0;
}

.joblist .teaser, .joblist .teaser img, .career .teaser, .career .teaser img {
    max-width: 846.6px;
}

.career.career-root .teaser, .career.career-root .teaser img {
    max-width: 996px;
}

.career.content-inner .panel7-3 .toggle-row h3 {
    max-width: 650px;
    margin: 0 !important;
    padding: 0 !important;
    font-family: HelveticaLight;
    font-size: 17px;
    color: #333;
    line-height: 17px;
    border-bottom: none !important;
    display: inline-block;
}

.career.content-inner .panel6-2 h4.headline {
    font-family: HelveticaThin;
    font-size: 33px;
    color: #333;
    margin: 0 auto 20px !important;
    padding: 0 !important;
}

.company-profile table {
    max-width: 100%;
}

.company-profile table tr td:last-child {
    text-align: right;
}

.sor-contact {
    padding-top: 3px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 15px;
}

.content-inner .content .mobile-navi-wrapper div.mobile-navi .items .menu-item a,
.content-inner .content .mobile-navi-wrapper div.mobile-navi .items .menu-header a {
    text-decoration: none;
}

.nav-menu .content .mnu-item {
    padding: .6875rem .5rem .6875rem .625rem !important;
    border-bottom: .0625rem solid #dadada;
    display: block !important;
    height: 45px !important;
}

.mobile-navi-wrapper {
    z-index: 999;
}

.usermenu {
    max-width: 996px;
}

.content-inner .usermenu .row, .content-inner.profile .row {
    margin-left: 0;
    margin-right: 0;
}

.content-inner.profile #sf_apply_settings_form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.job-frame {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
}

.job-frame img.job-header {
    width: 100%;
    max-width: 100%;
}

.job-frame img.job-logo {
    float: right;
    margin: 50px 30px 20px 30px;
    max-width: 250px;
}

.job-frame .clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.job-frame .job-inner {
    padding: 0 5%;
    margin-top: 40px;
    position: relative;
}

.content-inner .content .job-frame .job-inner h2 {
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: left;
}


div.job-text div.job-columns {
    display: block;
}

div.job-text .job-left, div.job-text .job-right {
    width: 50%;
    flex: 1 0 auto;
}

div.job-text .job-left {
    padding: 0 12px 0 0;
    display: flex;
    flex-direction: column;
}

div.job-text .job-right {
    padding: 0 0 0 12px;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

div.project-image-holder {
    display: flex;
    align-items: end;
    height: 100%;
}

div.job-text .job-block h3 {
    display: block;
    color: #333;
    font-weight: normal;
    text-transform: none;
    font-size: 20px;
    margin-bottom: 15px !important;
    margin-top: 40px !important;
    border: none !important;
}

div.job-text img.project-image {
    margin-top: 40px;
    max-width: 100%;
    vertical-align: bottom;
    display: inline-block;
}

/*div.job-text .job-block h3.first {
    margin-top: 10px!important;
}*/

.content-inner .content .job-text ul li {
    background-image: url(../img/bullet-red.png);
    padding-left: 27px;
}

.job-frame p.lead {
    margin-top: 15px;
}

.job-frame .job-footer {
    margin-top: 20px;
    padding-top: 5px;
    margin-bottom: 40px;
    /* border-top: 3px solid #e63346; */
}

.content-inner .content .job-text .apply-box a {
    text-decoration: none;
    color: #1c1c1b;
}

.cv-group {
    padding-left: 10px;
    padding-right: 10px;
}

.search-wrapper .active {
    border: 1px solid transparent;
}

.cart-wrapper .active {
    border: 1px solid transparent;
}

.profile-wrapper .active {
    border: 1px solid transparent;
}

.profile-wrapper .selected span.profile-text {
    color: #fff;
}

.cart-wrapper .selected span.cart-text, .profile-wrapper .selected span.profile-text, .search-wrapper span.search-text {
    color: #fff;
}

.cart-wrapper .selected span.cart-text {
    color: #fff;
}

.search-wrapper span.search-text {
    color: #fff;
}

.job-text .apply-box {
    background: none;
}

.job-text .apply-box a {
    width: 225px;
    display: inline-block;
}

.job-text .apply-box.left a {
    float: right;
}

.job-text .apply-box.right a {
    float: left;
}

.job-text .apply-box a img {
    width: 100%;
}

.job-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.job-filters a.blueButton {
    width: 48%;
    margin-bottom: 10px;
}