@font-face {
    font-family: 'dincebold';
    src: url('font/dince-bold-webfont.eot');
    src: url('font/dince-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/dince-bold-webfont.woff2') format('woff2'),
    url('font/dince-bold-webfont.woff') format('woff'),
    url('font/dince-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dinceregular';
    src: url('font/dince-regular-webfont.eot');
    src: url('font/dince-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/dince-regular-webfont.woff2') format('woff2'),
    url('font/dince-regular-webfont.woff') format('woff'),
    url('font/dince-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dincelight';
    src: url('font/dince-light-webfont.eot');
    src: url('font/dince-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('font/dince-light-webfont.woff2') format('woff2'),
    url('font/dince-light-webfont.woff') format('woff'),
    url('font/dince-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'Calibri-Light';
    src: url('font/Calibri-Light_gdi.eot');
    src: url('font/Calibri-Light_gdi.eot?#iefix') format('embedded-opentype'),
    url('font/Calibri-Light_gdi.woff') format('woff'),
    url('font/Calibri-Light_gdi.ttf') format('truetype'),
    url('font/Calibri-Light_gdi.svg#Calibri-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-25CA;
}
html, body {
    /*-webkit-text-size-adjust: none;*/
    min-width: 1260px;
}
a {
    color: #0065bd;
    text-decoration: none;
}
body {
    font-size: 17px;
    font-family: "Calibri-Light", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    line-height: 1.2em;
    color: #1e1e1e;
}
body,h1,h2,h3,h4,h5,h6,p,ul,li,ol,hr,form {
    padding: 0;
    margin: 0;
    border: none;
    font-weight: normal;
}
.page {
    width: 1260px;
    margin: 0 auto;
    position: relative;
}
.header {
    height: 172px;
    position: relative;

}
/* override .page */
.isStuck {
    width: 100%;
    background: #Ffffff;
    z-index: 9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
body {
    padding-top: 1px;
}
.isStuck .header {
    width: 1260px;
    margin: 0 auto;
    height: 110px;
    transition-property: height;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
.header .logo {
    display: block;
    position: absolute;
    bottom: 43px;
    background: url(../images/logo.png) no-repeat;
    width: 211px;
    height: 67px;

}
.isStuck .logo {
    bottom: 23px;
    transition-property: bottom;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
.header .menu {
    position: absolute;
    bottom: 43px;
    left: 305px;
    list-style: none;
    display: inline-block;
    line-height: 1em;
}
.isStuck .menu {
    bottom: 23px;
    transition-property: bottom;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    transition-delay: 0s;
}
.header .menu li {
    display: inline-block;
    margin-right: 30px;
}
.header .menu li a {
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'dinceregular', calibri, arial, sans-serif;
    text-decoration: none;
    display: inline-block;
    line-height: 1em;
    color: #1e1e1e;
}
.header .menu li a:hover,
.header .menu li a.active{
    color: #0066b3;
}
.header .menu li a span {
    font-family: calibri, arial, sans-serif;
    color: #0066bd;
    margin-right: 4px;
}
.header .langMenu {
    line-height: 1em;
    list-style: none;
    display: inline-block;
    bottom: 43px;
    right: 0;
    position: absolute;
}
.isStuck .langMenu {
    bottom: 23px;
}
.header .langMenu li {
    display: inline;
}
.header .langMenu li a {
    display: none;
    text-transform: uppercase;
    font-family: 'dinceregular', calibri, arial, sans-serif;
    text-decoration: none;
    color: #666666;
    margin-top: 2px;
}
.header .langMenu li a:hover {
    color: #0066b3;
}
.header .langMenu li.active a span {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFVJREFUeNpiTEtLm8bAwJDJgB9MZwISuUC8D48ikFwuSOFfIA4C4jtYFN2Gyv1lggp8BGJPKA0DH4DYCybGhCRxB6YbiP8AcTCyLSzY3IPEhgOAAAMAhgQUFnAigMgAAAAASUVORK5CYII=');
    background-position: 7px 1px;
    background-repeat: no-repeat;
    width: 19px;
    height: 9px;
    display: inline-block;
}
.header .langMenu li.active a {
    display: block;
}
.header .langMenu:hover li a {
    display: block;
}
.breadCrumb {
    list-style: none;
}
.breadCrumb li {
    color: #1e1e1e;
    font-size: 14px;
    display: inline-block;
    line-height: 3em;
}
.breadCrumb li a {
    color: #1e1e1e;
    text-decoration: none;
}
.submenuWrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
}
.subMenuSpacer {
    height: 70px;
}
#stripeHeader {
    position: absolute;
    right: 0;
    height: 70px;
    background: #eaeaea;
    background: rgba(234,234,234,.8);
    width: 100px;
    bottom: 0;
}
.subMenu {
    position: absolute;
    bottom: 0;
    list-style: none;
}
.subMenu li {
    display: none;
}
.subMenu li a {
    display: block;
    height: 50px;
    width: 325px;
    margin-top: 5px;
    padding: 0 15px;
    color: #1e1e1e;
    text-decoration: none;
    background: #eaeaea;
    background: rgba(234,234,234,.8);
    line-height: 50px;
    font-size: 19px;
    text-transform: uppercase;
}
.subMenu li.active a span {
    float: right;
    width: 13px;
    height: 100%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAKBJREFUeNpi/P//PwM6kJeX5wBSc4E4+eHDhz/Q5ZkYsIMeII6C0hiAEd0moC2+QGojSA6IQZIBQNs24dQE1CAJpC4BsQiSmrdArAfU+AzDeUANIPZiNA0gIAwSh8pj+KkUiJ1x+NEJiMtQnAc0xRTIPgLEbAy4wW8gtgE68xSjnJwcL5BzHoiVGQiDu0BsyMzPzw+KDwcG4oAQEMsBBBgAq/QrsaTDnH8AAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: center center;
}
.subMenu li.active {
    display: block;
}
.subMenu li.active a {
    height: 70px;
    font-size: 26px;
    line-height: 70px;
}
.subMenu:hover li {
    display: block;
}
.subMenu li  a:hover {
    /* background: rgba(234,234,234,.9); */
    background: white;

}
h2 {
    background: #0065bd;
    font-family: 'dinceregular', calibri, arial, sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    color: #Ffffff;
    padding: 10px;
    margin-bottom: 26px;
    margin-top: 40px;
    clear: both;
    line-height: 1.1em;
}
h2.bg2 {
    background: #9a9b9c;
}
h2.news {
    margin-bottom: 10px;
}
p.info.news {
    margin-top: 0;
    margin-right: 0;
}
/*.reverseMargins h2 {
    margin-top: 0;
}*/
.reverseMargins .leftBlock,
.reverseMargins .rightBlock {
    margin-bottom: 80px;
}
h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 40px 0 15px;
    clear: both;
    color: #000000;
}
.leftBlock > h3,
.rightBlock > h3 {
    margin-top: 0;
}
h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 10px;
    clear: both;
    color: #000000;
    font-family: 'dinceregular';
    font-weight: normal;
}
p.info {
    margin: 26px 10px 26px 0;
    text-align: justify;
}
p.info + p.info {
    margin-top: -10px;
}
h2 + .leftBlock > p.info,
h2 + .leftBlock + .rightBlock > p.info{
    margin-top: 0;
}
p.smaller {
    font-size: 14px;
    color: #666666;
}
ul.info {
    margin: 26px;
    line-height: 1.6em;
        color: #0065bd;
}
.leftBlock {
    float: left;
    width: 624px;
    padding-bottom: 25px;
}
.rightBlock {
    float: right;
    width: 624px;
}
.benefitBlock {

    float: left;
    width: 100%;
    margin-bottom: 26px;
}
.benefitList li {
    width: 600px;
    float: left;
    margin-left: 26px;

}
// .leftBlock img, .rightBlock img {
//    display: block;
// }
// .rightBlock > img:nth-child(1) {
//     margin-top: 40px;
// }
ul.imageList {
    list-style: none;
    margin-bottom: 55px;
}
ul.imageList li a {
    margin: 0 0 12px 0;
    display: block;
    font-size: 15px;
    font-family: 'dinceregular', calibri, arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #0065bd;
    width: 25%;
    float: left;
    height: 95px;
    position: relative;
}
ul.imageList li a img {
    display: block;

}
ul.imageList li a span {
    line-height: 3.1em;
    display: block;
}
.homepageMenu {
    margin: 50px auto 62px;
    display: block;
    text-align: center;
    list-style: none;
}
.homepageMenu li {
    display: inline;
}
.homepageMenu li a {
    display: inline-block;
    border-bottom: solid 6px #0065bd;
    line-height: 56px;
    font-size: 30px;
    margin: 0 12px;
    padding: 0 12px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
}
.homepageMenu li a:hover {
    border-bottom: solid 6px #797979;
}
img.moveTop {
    margin-bottom: 15px;
}
p.floatLeft {
    float: left;
    width: 245px;
}
div.row {
    margin: 5px 0;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}
label {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}
input.text, textarea, select {
    width: 50%;
    border: solid 1px #9a9b9c;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 1px 1px 1px 0 rgba(214, 225, 233, 1) inset;
    font-family: "Calibri-Light", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
textarea {
    width: 70%;
    height: 100px;
}
input.submit {
    background: #0065bd;
    color: #Ffffff;
    font-size: 18px;
    height: 40px;
    padding-left: 18px;
    padding-right: 18px;
    border: none;
    text-transform: uppercase;
}
input.submit.small {
    font-size: 15px;
    height: 30px;
}
a.download {
    display: inline-block;
    color: #0065bd;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 20px;
    outline: medium none;
    margin-left: 10px;
    margin-top: 17px;
}
.img-download {

    vertical-align: text-bottom;
    display: inline-block;
    float: left;
}

.h {
    display: none;
}
ul.error {
    margin: 15px 0;
    list-style: none;
    color: #C81C14;
}
.date {
    display: block;
    text-align: right;
    font-size: 15px;
}
.contactForm {
    padding: 10px 15px;
    background: #f2f2f2;
}
img.client {
    margin-bottom: 50px;
}
.editor ul {
    margin: 24px;
}
.footer {
    margin-top: 70px;
    background: #797979;
    padding: 50px 0 80px;
    clear: both;
}
.footer ul {
    list-style: none;
    height: 80px;
}
.footer li a {
    position: absolute;
    display: block;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
}
.footer li.af a {left: 0; top:0; width: 136px; height: 41px; background-position: 0 0;}
.footer li.fb a {left: 297px; top:4px; width: 34px; height: 34px; background-position: -183px -4px;}
.footer li.yt a {left: 238px; top:9px; width: 39px; height: 27px; background-position: -238px -9px;}
.footer li.in a {left: 183px; top:4px; width: 34px; height: 34px; background-position: -297px -4px;}
.footer li.matador a {left: 445px; top:10px; width: 125px; height: 25px; background-position: -445px -10px;}
.footer li.oppi a {left: 597px; top:9px; width: 87px; height: 28px; background-position: -597px -9px;}
.footer li.mpo a {left: 713px; top:9px; width: 69px; height: 28px; background-position: -713px -9px;}
.footer li.eu a {left: 796px; top:9px; width: 161px; height: 28px; background-position: -796px -9px;}
.footer li.copy {left: 0; top:70px; position: absolute; color: #Ffffff;font-size: 15px;}

.footer .stripe {
    height: 54px;
    background: #Ffffff;
    position: absolute;
    top: 6px;
    right: 0;
    width: 210px;
}
.footer .stripe .edge {
    position: absolute;
    width: 37px;
    height: 54px;
    background: url(../images/footer.png) right bottom no-repeat;
    left: -37px;
}
#stripeFooter {
    position: absolute;
    top: 0;
    left: 5px;
    background: #Ffffff url(../images/2016.png) right center no-repeat;
    height: 100%;
    width: 205px;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}


/* SLIDER */
.slider {
    margin-bottom: 90px;
    position: relative;
    top: 0;
    left: 0;
    width: 1260px;
    height: 575px;
    overflow: hidden;
}
.slider .container {
    cursor: move;
    position: absolute;
    left: 0;
    top: 0;
    width: 1260px;
    height: 470px;
    overflow: hidden;
}
.slider .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 15px;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.65);
    font-size: 24px;
    text-transform: uppercase;
    opacity: 0;
}
.slider:hover .caption {
    opacity: 1;
}

/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l                  (normal)
.jssora05r                  (normal)
.jssora05l:hover            (normal mouseover)
.jssora05r:hover            (normal mouseover)
.jssora05l.jssora05ldn      (mousedown)
.jssora05r.jssora05rdn      (mousedown)
*/
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 50px;
    cursor: pointer;
    background: url(../images/galleryArrows.png) no-repeat;
    overflow: hidden;
    top: 225px;
}
.jssora05l { background-position: 9px 2px; left: 8px;}
.jssora05r { background-position: -43px 2px; right: 8px }
/*.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }
*/
/* jssor slider thumbnail navigator skin 01 css */
/*
.jssort01 .p            (normal)
.jssort01 .p:hover      (normal mouseover)
.jssort01 .p.pav        (active)
.jssort01 .p.pdn        (mousedown)
*/

.jssort01 {
    position: absolute;
    /* size of thumbnail navigator container */
    width: 1260px;
    height: 89px;
}
.jssort01 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 89px;
}
.jssort01 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.jssort01 .w {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.jssort01 .c {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 68px;
    border: #000 2px solid;
    box-sizing: content-box;
    /*background: url(../img/t01.png) -800px -800px no-repeat;*/

    display: none;
}
.jssort01 .pav .c {
    top: 2px;
    left: 2px;
    width: 68px;
    height: 68px;
    border: #FF0000 0px solid;
    background-position: 50% 50%;
}

.jssort01 .p:hover .c {
    top: 0px;
    left: 0px;
    width: 70px;
    height: 70px;
    border: #fff 1px solid;
    background-position: 50% 50%;
}

.jssort01 .p.pdn .c {
    background-position: 50% 50%;
    width: 68px;
    height: 68px;
    border: #000 2px solid;
}
* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c {
    /* ie quirks mode adjust */
    width /**/: 290px;
    height /**/: 170px;
}

/*
	(c) 2009 David Grudl. All rights reserved.
*/
.pagination  {
    margin: 15px 0 40px;
    text-align: center;
}
.pagination  a, .pagination  span {
    margin-right: 0.1em;
    padding: 0.2em 0.5em;
    color: #999999;
}
.pagination  a {
    text-decoration: none;
    color: #0065bd ;
}
.pagination .active a {
    background: #0065bd;
    color: #Ffffff;
}
.pagination li {
    display: inline-block;
}
.pagination  span.button {
}
.pagination  .current {
    background: #0065bd ;
    color: white;
    font-weight: bold;
}
.tags {
    float: right;
    list-style: none;
}
.tags li {
    display: inline;
}
.tags a {
    display: inline-block;
    border: 1px solid #f2f2f2;
    font-size: 11px;
    color: #0065bd;
    padding: 1px 4px;
    text-decoration: none;
    margin-right: 10px;
    text-transform: uppercase;
    height: 14px;
    line-height: 14px;
    background: #f2f2f2;
}
.arrow_box {
    position: relative;
}
.arrow_box:after, .arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #f2f2f2;
    border-width: 8px;
    margin-top: -8px;
}
.arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #f2f2f2;
    border-width: 9px;
    margin-top: -9px;
}
a.more, a.less {
    font-size: 17px;
    color: #0065bd;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
a.less {
    display: none;
}
a.more:after, a.less:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #0065bd;
    height: 0;
    width: 0;
    content: "  ";
    position: absolute;
    top: 40%;
}
a.less:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #0065bd;
    border-top: none;
}
div.allText {
    margin-bottom: 26px;
}
div.allText p {
    margin-bottom: 26px;
    text-align: justify;
}
.homepageImage {
    position: relative;
    min-width: 1260px;
}
.homepageImage img {
    display: block;
    width: 100%;
}
.homepageImage .inner {
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    width: 1260px;
    top: 15%;
}
.homepageImage h1 {
    font-size: 55px;
    color: #Ffffff;
    line-height: 1em;
    font-family: 'dincelight', 'Calibri-Light', arial, sans-serif;
}
.homepageImage p {
    font-size: 18px;
    color: #Ffffff;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-top: 1em;
}
.locationFilter {
    list-style: none;
    margin: 25px 0;
}
.locationFilter li {
    display: inline;
}
.locationFilter a {
    display: inline-block;
    color: #0065bd ;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 20px;
    outline: medium none;
}
.locationFilter a span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    position:relative;
    margin: 0 0 2px 3px;
}
.locationFilter a span:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: solid 1px #797979;
}
.locationFilter a.active span {
    background: #0065bd;
}
.noJobs {
    padding: 50px 0 50px;
    font-size: 20px;
    margin: 20px 0 50px;
    border: solid 1px #797979;
    text-align: center;
}
ul.jobList {
    margin: 20px 0 40px 0;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #0065bd;
    list-style: none;
}
ul.jobList a {
    color: #0065bd;
    text-decoration: none;
}
.jobItem {
    margin: 0 0 40px;
}
.jobItem h2 {
    margin-top: 0;
}
.photoList {
    list-style: none;
}
.photoList li {
    display: inline-block;
    width: 190px;
    margin: 0 70px 70px 0;
}
.photoList li img {
    margin-bottom: 15px;
}
.photoList a {
    text-decoration: none;
    color: #0065bd;
}
.hw-table h4{
    font-size: 17px;
    font-family: "Calibri-Light", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    line-height: 1.2em;
    color: #1e1e1e;
    margin-top: 0;
}
.hw-table ul{
    list-style-position: inside;
}
.hw-table td{
    vertical-align: top;
}

@media screen and (max-width: 800px){
    body{
        width: 1260px;
       /* padding: 0 12px;*/
        /*box-sizing: border-box;*/
    }

    .page{
        width: 1260px;
        padding: 0 12px;
        box-sizing: border-box;

    }
    .rightBlock,
    .leftBlock{
        width: 610px;

    }
    .rightBlock img,
    .leftBlock img{
        max-width:100%;
    }
}