/* MISC */
/* Z-INDEXES */
/* COLORS */
/* LAYOUT CONFIGURATION */
/* GRID CONFIG */
/* VISUAL GRID */
/* BREAKPOINTS */
html {
  box-sizing: border-box; }

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

/* NEW BREAKPOINT MIXINS */
/* TRANSITIONS */
/* POSITIONING */
/* OTHERS */
/* LAYOUT */
/* VENDOR */
html {
  height: 100%;
  font-size: 62.5%;
  /* 10px */ }

* html .mainContainer {
  height: 100%; }

html {
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  z-index: 1; }
  @media (min-width: 768px) {
    body {
      z-index: 2; } }
  @media (min-width: 1024px) {
    body {
      z-index: 3; } }
  body.locked {
    height: 100%;
    overflow: hidden; }

p {
  margin: 0 0 1.523em; }
  p img {
    vertical-align: top; }

span img {
  vertical-align: top; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase; }

h1 {
  font-size: 28px;
  line-height: 1.314;
  /* 60 */ }
  @media (min-width: 768px) {
    h1 {
      font-size: 46px; } }

h2, h1.lower {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.343;
  /* 40 */ }

h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.333;
  /* 30 */
  color: #000; }

h4, .loadMore, .moreButton a, .employees h2, .related h2, a.callToAction {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.905;
  /* 40 */
  color: #ffffff;
  background: #242424; }

.contentBox .loadMore, .contentBox .moreButton a {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff !important;
  width: 100%;
  margin: 0 0 30px;
  display: block;
  text-align: center;
  background: #333333;
  height: 40px;
  line-height: 40px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .contentBox .loadMore, .contentBox .moreButton a {
      max-width: 270px; } }

.contentBox .moreButton a {
  padding: 0 10px;
  display: inline-block;
  width: auto; }

a.callToAction {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff !important;
  width: 270px;
  min-width: 170px;
  margin: 0 0 30px;
  display: block;
  text-align: center;
  background: #333333;
  height: 40px;
  line-height: 40px;
  overflow: hidden; }

@media (min-width: 768px) {
  .body-blog-section .wrapper .contentBox .loadMore, .body-work-section .wrapper .contentBox .loadMore {
    margin-left: 30px; } }

html body .contentBox .loadMore:hover, html body .contentBox .moreButton a:hover {
  background: #000000;
  border-bottom: 0; }

a.callToAction:hover {
  background: #000000;
  border-bottom: 0; }

.container {
  position: relative;
  min-height: 100%; }

.hidden {
  display: none !important; }

.intro {
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-size: 23px;
  line-height: 1.31;
  /* 30 */
  color: #767676;
  margin-bottom: 20px !important; }

.body-blog-item .add .date, .newsContainer .add .date, .date.formatShort {
  display: block;
  font-family: "Oswald Light", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 1;
  color: #acacac;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .body-blog-item .add .date, .newsContainer .add .date, .date.formatShort {
      margin-bottom: 40px; } }

.clearfix {
  *zoom: 1; }
  .clearfix:before {
    content: " ";
    display: table; }
  .clearfix:after {
    content: " ";
    display: table;
    clear: both; }

.line {
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 13px;
  background: #e5e5e5; }

a .pluss, .article .pluss, .mainImage .pluss {
  transition: opacity 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 29px;
  height: 29px; }

a:hover .thumb img, .article:hover .thumb img, .mainImage:hover .thumb img {
  opacity: 0.8; }

a:hover .pluss, .article:hover .pluss, .mainImage:hover .pluss {
  opacity: 1; }

.hoverLink .hover, .active .hoverLink .normal, .hoverLink:hover .normal {
  display: none; }

.active .hoverLink > .hover, .hoverLink:hover > .hover {
  display: inline; }

/* skip links */
.skipLinks {
  position: absolute;
  top: -300px;
  width: 80%;
  left: 40px;
  z-index: 20;
  overflow: visible; }
  .skipLinks a {
    position: absolute;
    top: 0;
    z-index: 30; }
    .skipLinks a:active, .skipLinks a:focus {
      top: 305px;
      height: 1.6em; }

/* error pages */
body.errorPage {
  background: url(../images/error-background.jpg); }
  body.errorPage .errorContainer {
    padding: 150px 0;
    width: 320px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 2.3em;
    text-align: right;
    color: #777; }
    body.errorPage .errorContainer h1 {
      text-align: left;
      font-size: 26px;
      color: #363636;
      padding: 0;
      margin: 0 0 20px 0; }

.clear {
  clear: both; }

/* block title */
.titleBlock {
  background: #242424;
  padding-left: 13px;
  margin-bottom: 30px;
  font-size: 26px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .titleBlock {
      font-size: 21px;
      margin-top: 55px; } }

h5 {
  text-decoration: none;
  font-family: "Oswald Bold", sans-serif;
  font-size: 14px;
  color: #171717;
  text-transform: uppercase; }

.stickyBox .mainMenuBox ul li ul li {
  padding-right: 10px; }
  .stickyBox .mainMenuBox ul li ul li a {
    text-transform: none; }

.stickyBox .mainMenuBox ul li a:hover, .stickyBox .mainMenuBox ul li.active > a {
  color: #ffcf00; }

/* content */
.wrapper {
  position: relative;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
  z-index: 1; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media (min-width: 768px) {
    .wrapper {
      z-index: 2; } }
  @media (min-width: 1024px) {
    .wrapper {
      z-index: 3;
      padding: 0; } }
  .wrapper .contentBox {
    min-height: 50vh; }
    @media (min-width: 1024px) {
      .wrapper .contentBox {
        width: 840px;
        float: right; } }
    .wrapper .contentBox a {
      color: #000;
      font-weight: bold;
      text-decoration: none; }
      .wrapper .contentBox a:hover {
        text-decoration: none;
        border-bottom: 1px solid #ffcf00; }
    .wrapper .contentBox iframe {
      width: 100%;
      height: calc(56vw - 25px); }
      @media (min-width: 1024px) {
        .wrapper .contentBox iframe {
          height: 275px; } }

/***   Share   ***/
.shares {
  padding: 10px 0; }
  @media (min-width: 1024px) {
    .shares {
      padding: 0; } }
  .shares .share {
    cursor: pointer;
    width: 27px;
    height: 27px;
    background: url(/images/social-share-sprite.png);
    margin-bottom: 5px;
    display: inline-block; }
    @media (min-width: 1024px) {
      .shares .share {
        display: block; } }
    .shares .share.twitter {
      background-position: 93px 27px; }
      .shares .share.twitter:hover {
        background-position: 93px 0px; }
    .shares .share.google {
      background-position: 27px 27px; }
      .shares .share.google:hover {
        background-position: 27px 0px; }
    .shares .share.facebook {
      background-position: 60px 27px; }
      .shares .share.facebook:hover {
        background-position: 60px 0px; }

/***   Override diskusijam.lv comments   ***/
#uc_comments {
  border: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

#uc_comments .uc_item {
  background: #f3f3f3;
  border-left: 60px solid #ffffff;
  position: relative;
  margin-bottom: 40px; }
  #uc_comments .uc_item .uc_profile_picture {
    position: absolute !important;
    bottom: -10px !important;
    left: -60px !important;
    top: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important; }

#uc_comment_add_form .uc_profile_picture_add {
  position: absolute !important;
  bottom: -10px !important;
  left: -60px !important;
  top: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

#uc_comments .uc_item .uc_author, #uc_comments .uc_item .uc_text, #uc_comments .uc_item .uc_bottom {
  left: 0 !important;
  padding: 0 20px;
  font-size: 13px;
  font-size: 1.3rem;
  position: relative; }

#uc_comments .uc_item .uc_author {
  padding-top: 20px;
  display: block;
  color: #000000; }

#uc_comments .uc_item .uc_bottom {
  padding-top: 7px;
  padding-bottom: 18px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #f3f3f3; }
  #uc_comments .uc_item .uc_bottom:after {
    content: url(/images/comment-corner.png);
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -10px; }

#uc_comment_add_form:after {
  content: url(/images/comment-corner.png);
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
  bottom: -8px; }

#uc_comments .uc_item .uc_bottom .uc_reply, #uc_comments div.uc_title {
  display: none; }

#uc_comment_content .uc_copyright, #uc_comment_add_form .uc_title, #uc_comments_content .uc_like_count {
  display: none; }

html body #uc_comment_add_form a.uc_submit {
  font-family: "Oswald" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  line-height: 30px !important;
  color: #ffffff !important;
  display: inline-block;
  text-align: center !important;
  background: #333333;
  height: 30px !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  text-transform: uppercase !important;
  border-bottom: 0 !important;
  top: auto !important;
  left: auto !important;
  right: 10px !important;
  bottom: 10px !important;
  position: absolute !important;
  display: none; }
  html body #uc_comment_add_form a.uc_submit:hover {
    font-family: "Oswald" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 30px !important;
    color: #ffffff !important;
    display: inline-block;
    text-align: center !important;
    background: #333333;
    height: 30px !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    text-transform: uppercase !important;
    border-bottom: 0 !important;
    top: auto !important;
    left: auto !important;
    right: 10px !important;
    bottom: 10px !important;
    position: absolute !important;
    display: none;
    background: #000000;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }

#uc_comment_add_form {
  background: #f3f3f3;
  border-left: 60px solid #ffffff;
  position: relative;
  padding: 10px 10px 10px 0; }
  #uc_comment_add_form textarea {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    margin-bottom: 0;
    width: 100%;
    max-width: 388px;
    padding: 4px 10px !important;
    max-height: 40px;
    resize: none; }
    #uc_comment_add_form textarea:focus {
      outline: none;
      border-color: #959595 !important; }

#uc_comm_add_location .uc_logout, #uc_comm_add_location .uc_login {
  color: #000000 !important;
  font-weight: bold !important;
  text-decoration: none !important;
  position: absolute !important;
  bottom: 10px !important;
  left: 10px !important;
  top: auto !important;
  right: auto !important;
  display: none;
  border-bottom: 1px solid #f3f3f3; }

html body #uc_comm_add_location .uc_logout:hover, html body #uc_comm_add_location .uc_login:hover {
  text-decoration: none !important;
  border-bottom: 1px solid #ffcf00; }

/* BLOCK STYLINGS */
/* footer */
.footerContainer {
  background: #efefef;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 22px 0; }
  .footerContainer .wrapper {
    height: 100%; }
  .footerContainer a {
    text-decoration: none;
    color: #000000; }
  .footerContainer .title {
    margin-bottom: 20px;
    font-size: 18px; }
    @media (min-width: 768px) {
      .footerContainer .title {
        font-size: 14px; } }
  @media (min-width: 768px) {
    .footerContainer .contacts {
      width: 33%;
      float: left; } }
  .footerContainer .contacts .info {
    padding-bottom: 7px;
    color: #000;
    line-height: 1.55;
    font-size: 16px; }
    @media (min-width: 768px) {
      .footerContainer .contacts .info {
        font-size: 13px; } }
    .footerContainer .contacts .info a {
      font-weight: bold;
      color: #000000; }
      .footerContainer .contacts .info a:hover {
        text-decoration: none;
        border-bottom: 1px solid #ffcf00; }
  @media (min-width: 768px) {
    .footerContainer .more {
      float: left; } }
  .footerContainer .more .line {
    margin-top: 23px; }
  .footerContainer .more .title {
    margin: 30px 0; }
    @media (min-width: 768px) {
      .footerContainer .more .title {
        margin: 0 0 30px 0; } }
  .footerContainer .moreLine {
    /*&.line-1 {
			margin: 0 0 24px;
		}*/ }
    .footerContainer .moreLine .item {
      float: left;
      min-width: 150px;
      margin: 0 65px 24px 0; }
      .footerContainer .moreLine .item:last-child {
        margin-right: 0; }
      .footerContainer .moreLine .item img {
        height: 100%;
        max-height: 50px; }
        @media (min-width: 768px) {
          .footerContainer .moreLine .item img {
            height: 31px; } }
  .footerContainer .copyrights {
    font-size: 14px;
    color: #919191;
    padding-top: 20px; }
    @media (min-width: 768px) {
      .footerContainer .copyrights {
        font-size: 11px;
        float: left;
        padding-top: 40px; } }
  .footerContainer .partnerLogo {
    padding-top: 40px; }
    @media (min-width: 768px) {
      .footerContainer .partnerLogo {
        float: left;
        width: 33%; } }

/* header */
.header {
  position: relative;
  border-top: 10px solid #171717;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  min-height: 90px;
  z-index: 99; }
  @media (min-width: 1024px) {
    .header {
      height: 130px; } }
  .header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    min-height: auto;
    border-bottom: 1px solid black; }
    .header.sticky .logo img {
      height: 20px;
      width: auto; }
    .header.sticky .menu-toggle {
      top: 6px; }
  .header__menu {
    display: none;
    position: fixed;
    z-index: 998;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    background-color: white;
    padding: 15px; }
    @media (min-width: 1024px) {
      .header__menu {
        display: block;
        position: relative;
        padding: 0; } }
    .header__menu.open {
      overflow-x: hidden;
      overflow-y: auto; }
  .header > .logo {
    display: inline-block;
    float: left;
    padding: 15px; }
    @media (min-width: 1024px) {
      .header > .logo {
        display: none; } }
  .header .languageMenuBox {
    display: block;
    font-size: 18px; }
    @media (min-width: 768px) {
      .header .languageMenuBox {
        font-size: 14px; } }
    @media (min-width: 1024px) {
      .header .languageMenuBox {
        position: absolute;
        display: inline;
        top: 17px;
        right: 5px;
        font-size: 11px; } }
    .header .languageMenuBox a {
      padding: 15px;
      display: inline-block;
      border-bottom: 1px solid transparent;
      background: url(../images/arrow-small-right.png) no-repeat right center;
      color: #acacac;
      text-decoration: none; }
      @media (min-width: 1024px) {
        .header .languageMenuBox a {
          padding: 0 14px 0 0; } }
      .header .languageMenuBox a:hover {
        text-decoration: none;
        border-color: #ffcf00; }
  @media (min-width: 1024px) {
    .header .topForm {
      float: right;
      position: relative;
      top: 56px; } }
  .header .topForm.search {
    z-index: 9999;
    position: relative;
    margin: 20px auto 0 auto;
    text-align: center;
    width: auto; }
    @media (min-width: 1024px) {
      .header .topForm.search {
        margin: 0; } }
    .header .topForm.search.closedForm form {
      width: 28px; }
      .header .topForm.search.closedForm form input {
        width: 0; }
      .header .topForm.search.closedForm form button {
        display: none; }
    .header .topForm.search form {
      background: #fff;
      padding-top: 5px;
      display: inline-block;
      position: relative; }
      .header .topForm.search form input {
        transition: all 0.3s cubic-bezier(0.45, 0, 0.55, 1); }
  .header .topForm .yellowSearch {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -1px;
    cursor: pointer;
    left: -10px; }
    @media (min-width: 1024px) {
      .header .topForm .yellowSearch {
        left: 0;
        width: 23px;
        height: 23px; } }
    .header .topForm .yellowSearch > svg {
      fill: black;
      width: 100%;
      height: 100%; }
  .header .topForm input[type="text"] {
    outline: none;
    width: 180px;
    padding: 0;
    margin: 0;
    border: 0;
    background: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #e5e5e5;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #626262;
    float: left; }
  @media (min-width: 1024px) {
    .header .topForm.search.closedForm {
      margin-right: 0;
      z-index: 50; } }
  .header .topForm.search.closedForm input[type="text"] {
    width: 0;
    padding-left: 1px;
    margin-left: 25px;
    margin-right: 0;
    border-bottom: none; }
  .header .topForm.search input[type="text"] {
    margin-left: 38px;
    margin-right: 28px; }
  .header .topForm.subscribe {
    display: none;
    margin-right: 120px; }
    .header .topForm.subscribe input[type="text"] {
      width: 250px; }
    @media (min-width: 1024px) {
      .header .topForm.subscribe {
        display: block; } }
  .header .topForm input[type="text"]:focus {
    border-bottom: 1px solid #959595; }
  .header .topForm button {
    display: none;
    position: absolute;
    top: 14px;
    right: -28px;
    cursor: pointer;
    background: 0;
    border: 0;
    width: 27px;
    height: 27px;
    text-indent: -99999px;
    background: url(../images/subscribe-icon.png); }
    @media (min-width: 1024px) {
      .header .topForm button {
        top: -3px; } }
  .header .topForm.searched button {
    display: block; }
  .header .topForm.search button {
    right: 0; }
  .header .topForm .infoBox {
    display: none;
    position: relative;
    top: -6px;
    width: 100%;
    min-height: 30px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    background: #e5e5e5;
    color: #171717; }
    .header .topForm .infoBox.error {
      background-image: url(../images/icon-error.png);
      background-repeat: no-repeat;
      background-position: 8px 6px; }
    .header .topForm .infoBox .status {
      padding: 8px 8px 8px 34px;
      cursor: default; }
  .header .socials {
    position: relative;
    text-align: center;
    /*.social {
			cursor: pointer;
			width: 27px;
			height: 27px;
			background: url(../images/social-sprite.png) no-repeat 0 0;
			margin-left: 5px;
			display: inline-block;


			&.twitter {
				background-position: 0 0;
			}
			&.instagram {
				width: 28px;
				background-position: -31px 0;
			}
			&.facebook {
				background-position: -64px 0;
			}
			&.vimeo {
				background-position: -96px 0;
			}
			&.slideshare {
				background-position: -128px 0;
			}
		}*/ }
    @media (min-width: 1024px) {
      .header .socials {
        top: 53px;
        float: right; } }
    .header .socials > a {
      display: inline-block; }
      .header .socials > a + a {
        margin-left: 10px; }
        @media (min-width: 1024px) {
          .header .socials > a + a {
            margin-left: 0; } }
      .header .socials > a > svg {
        width: 30px;
        height: 30px;
        fill: #acacac; }
        @media (min-width: 1024px) {
          .header .socials > a > svg {
            width: 27px;
            height: 27px; } }
      .header .socials > a:hover > svg {
        fill: black; }

/* sticky box */
/*.stickyBoxMainWrapper {
    z-index: 1;
}

.stickyBoxWrapper {
    @include at-least-desktop{
        position: absolute;
        left: 0;
        top: 0;
        width: 130px;
        z-index: 10;
    }
}*/
@media (min-width: 1024px) {
  .stickyBox {
    position: absolute;
    left: 0;
    top: 39px;
    width: 130px;
    z-index: 10; }
    .stickyBox.blogShare {
      position: unset;
      top: 0;
      width: auto; } }

.stickyBox .logo {
  position: relative;
  z-index: 10;
  display: none; }
  @media (min-width: 1024px) {
    .stickyBox .logo {
      display: block; } }

.stickyBox.sticky {
  position: fixed;
  top: 10px; }

.mainMenuBox {
  position: relative;
  padding: 40px 0;
  font-family: "Oswald", sans-serif; }
  @media (min-width: 1024px) {
    .mainMenuBox {
      padding: 37px 0 58px; } }
  .mainMenuBox ul {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none; }
    @media (min-width: 1024px) {
      .mainMenuBox ul {
        text-align: right;
        padding-right: 28px; } }
    .mainMenuBox ul li {
      margin-bottom: 9px;
      margin-top: 3px;
      font-size: 18px; }
      @media (min-width: 1024px) {
        .mainMenuBox ul li {
          font-size: 14px; } }
      .mainMenuBox ul li a {
        text-decoration: none;
        color: #171717;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 2; }
        @media (min-width: 1024px) {
          .mainMenuBox ul li a {
            line-height: 1; } }
    .mainMenuBox ul ul {
      text-align: center; }
      @media (min-width: 1024px) {
        .mainMenuBox ul ul {
          text-align: right; } }
      .mainMenuBox ul ul li {
        font-size: 20px; }
        @media (min-width: 1024px) {
          .mainMenuBox ul ul li {
            font-size: 14px; } }

.menu-toggle {
  display: inline-block;
  position: absolute;
  z-index: 999;
  right: 15px;
  top: 20px;
  background-color: transparent;
  border: none;
  height: 40px;
  padding-right: 40px;
  cursor: pointer;
  font-size: 18px; }
  @media (min-width: 768px) {
    .menu-toggle {
      font-size: 14px;
      padding-right: 32px; } }
  .menu-toggle p {
    margin: 0; }
  .menu-toggle span {
    display: block;
    width: 22px;
    height: 4px;
    background-color: black;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    right: 0; }
    @media (min-width: 768px) {
      .menu-toggle span {
        width: 14px;
        height: 2px; } }
    .menu-toggle span:before, .menu-toggle span:after {
      content: "";
      display: block;
      width: 30px;
      height: 4px;
      background-color: black;
      position: absolute;
      right: 0; }
      @media (min-width: 768px) {
        .menu-toggle span:before, .menu-toggle span:after {
          width: 22px;
          height: 2px; } }
    .menu-toggle span:before {
      top: 10px; }
      @media (min-width: 768px) {
        .menu-toggle span:before {
          top: 5px; } }
    .menu-toggle span:after {
      bottom: 10px; }
      @media (min-width: 768px) {
        .menu-toggle span:after {
          bottom: 5px; } }
  .menu-toggle:hover span:before {
    top: 8px; }
  .menu-toggle:hover span:after {
    bottom: 8px; }
  .menu-toggle.open span {
    visibility: hidden; }
    .menu-toggle.open span:before, .menu-toggle.open span:after {
      visibility: visible; }
    .menu-toggle.open span:before {
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
      top: 0; }
    .menu-toggle.open span:after {
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
      bottom: 0; }
  @media (min-width: 1024px) {
    .menu-toggle {
      display: none; } }

/* comments */
.commentBox {
  position: relative;
  margin-top: 75px;
  padding-bottom: 40px; }

#uc_comment_content #uc_comment_add_form_ {
  margin-bottom: 40px; }

#uc_comment_content #uc_comments {
  margin-top: 0px; }

.commentBox .avatar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  float: left; }

.commentBox .addComment {
  margin-bottom: 50px; }

.commentBox .commentForm {
  padding-left: 10px;
  padding-top: 11px;
  margin-left: 60px;
  float: left;
  width: 420px;
  background: #f3f3f3; }
  .commentBox .commentForm .signin {
    display: none;
    height: 80px;
    width: 410px;
    position: absolute;
    bottom: 10px;
    text-align: center; }
    .commentBox .commentForm .signin .signinText {
      height: 20px;
      margin-bottom: 20px; }
    .commentBox .commentForm .signin .socialButton {
      float: left;
      margin-right: 10px; }
      .commentBox .commentForm .signin .socialButton.last {
        margin-right: 0px; }
  .commentBox .commentForm .corner {
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -9px;
    left: 60px;
    background: url(../images/comment-corner.png); }
  .commentBox .commentForm textarea {
    padding: 0;
    margin: 0;
    outline: none;
    resize: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 394px;
    height: 28px;
    padding: 10px 7px;
    margin-bottom: 9px;
    font-family: Arial;
    color: #5c5c5c;
    font-size: 13px;
    font-size: 1.3rem; }
  .commentBox .commentForm .addComment {
    display: none;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0px 20px;
    height: 30px;
    background: #242424; }

.cbContainer .elements {
  display: none; }

.gallery {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  /*.wrapper {
		width: 1000px;
		height: 70vh;
		margin: 0 auto;
		overflow: visible !important;
		position: relative;

		@include at-least-desktop{
			height: 480px;
		}
	}*/ }
  .gallery.inactive {
    visibility: hidden;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .gallery h2 {
    position: absolute;
    top: 23px;
    right: 40px; }
  .gallery .controls {
    position: absolute;
    top: 50%;
    width: 10%;
    height: 120px;
    margin-top: -60px;
    display: block;
    z-index: 1002;
    border-bottom: 0 !important; }
    .gallery .controls.prev {
      left: 0;
      background: url("/images/slideshow/prev.png") no-repeat 5% 50%; }
    .gallery .controls.next {
      right: 0;
      background: url("/images/slideshow/next.png") no-repeat 95% 50%; }
  .gallery .sharesWrap {
    position: absolute;
    right: 10px;
    top: 72vh; }
    @media (min-width: 1024px) {
      .gallery .sharesWrap {
        top: 500px; } }
    .gallery .sharesWrap .label {
      float: left;
      padding-top: 17px;
      padding-right: 10px;
      color: #ababab;
      font-size: 10px;
      text-transform: uppercase; }
  .gallery .cycle-pager .label {
    float: left;
    padding-top: 8px;
    padding-right: 10px;
    color: #ababab;
    font-size: 10px;
    text-transform: uppercase; }
  .gallery .shares {
    float: right; }
    .gallery .shares .share {
      float: left;
      margin-left: 6px; }
  .gallery .cycle-slideshow {
    max-width: 1000px;
    width: 100%;
    height: 70vh;
    margin: 0 auto;
    overflow: visible !important;
    position: relative; }
    @media (min-width: 1024px) {
      .gallery .cycle-slideshow {
        height: 480px; } }
    .gallery .cycle-slideshow img {
      margin: 0 10px;
      max-height: 100%;
      width: auto; }
    .gallery .cycle-slideshow iframe {
      margin: 0 10px;
      max-height: 100%; }
  .gallery .wrap {
    position: absolute;
    height: 70vh;
    white-space: nowrap; }
    .gallery .wrap > div {
      display: inline-block;
      height: inherit; }
  .gallery .gallery-close {
    position: absolute;
    right: 10px;
    top: 30px;
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    width: 27px;
    height: 27px;
    background: url("/images/slideshow/close.png") no-repeat center center;
    text-indent: -100px;
    overflow: hidden;
    cursor: pointer;
    transition: opacity .15s;
    opacity: 1;
    filter: alpha(opacity=100); }
    .gallery .gallery-close:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
  .gallery .cycle-pager {
    cursor: default;
    position: absolute;
    left: 10px;
    top: 75vh; }
    @media (min-width: 1024px) {
      .gallery .cycle-pager {
        top: 500px; } }
    .gallery .cycle-pager span {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-right: 10px;
      text-indent: -100px;
      overflow: hidden;
      background: url("/images/slideshow/pager.png") no-repeat center center;
      cursor: pointer;
      transition: opacity .15s;
      opacity: 0.7;
      filter: alpha(opacity=70); }
      .gallery .cycle-pager span:hover, .gallery .cycle-pager span.isActive {
        opacity: 1;
        filter: alpha(opacity=100); }
      .gallery .cycle-pager span.cycle-pager-active {
        background: url("/images/slideshow/pager-active.png") no-repeat center center; }

.elementWrap img, .elementWrap iframe {
  margin: 0 10px;
  max-height: 100%; }

.cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000000;
  color: #ffffff;
  z-index: 100;
  max-width: 1000px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  box-shadow: 0px 0px 24px -11px rgba(0, 0, 0, 0.75); }
  @media screen and (min-width: 768px) {
    .cookies {
      bottom: 20px; } }
  .cookies__content {
    padding: 16px 20px 30px 20px; }
  .cookies__title {
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    font-weight: bold;
    font-family: Arial, helvetica, sans-serif;
    margin-bottom: 6px; }
  .cookies__top-text, .cookies__bottom-text {
    font-size: 14px;
    line-height: 21px; }
    .cookies__top-text p, .cookies__bottom-text p {
      margin-bottom: 12px; }
  .cookies__bottom-text {
    margin-bottom: 20px; }
  .cookies__agree {
    margin-bottom: 10px; }
  .cookies__label {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold; }
  .cookies__submit {
    height: 32px;
    line-height: 32px;
    background: #ffffff;
    color: #000000;
    outline: 0;
    border: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px;
    cursor: not-allowed; }
  .cookies--agreed .cookies__submit {
    cursor: pointer; }

/* TEMPLATE STYLINGS */
/* main news on language_root */
.newsMain {
  margin-bottom: 58px; }
  .newsMain .image .title {
    padding-top: 26px;
    padding-right: 60px;
    bottom: -11px;
    left: 0;
    background: #ffffff;
    max-width: 490px;
    font-size: 21px; }
    @media (min-width: 768px) {
      .newsMain .image .title {
        position: absolute;
        font-size: 30px; } }
    .newsMain .image .title a {
      border: none; }
  .newsMain .date {
    text-transform: uppercase;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    color: #ababab;
    margin: 19px 0 0 0;
    float: left; }

.newsMain .shares .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  font-size: 1rem;
  color: #ababab;
  position: absolute;
  top: 6px;
  right: 112px; }

.newsMain .shares .share {
  float: left; }
  .newsMain .shares .share.twitter {
    background-position: 93px 27px; }
    .newsMain .shares .share.twitter:hover {
      background-position: 93px 0px; }
  .newsMain .shares .share.google {
    background-position: 27px 27px; }
    .newsMain .shares .share.google:hover {
      background-position: 27px 0px; }
  .newsMain .shares .share.facebook {
    background-position: 60px 27px; }
    .newsMain .shares .share.facebook:hover {
      background-position: 60px 0px; }

@media (min-width: 768px) {
  .columns, .related .page, .videoGallery.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.columns .wrap, .columns .article.small, .related .page .wrap, .related .page .article.small, .videoGallery.page .wrap, .videoGallery.page .article.small {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .columns .wrap, .columns .article.small, .related .page .wrap, .related .page .article.small, .videoGallery.page .wrap, .videoGallery.page .article.small {
      width: 48%;
      margin-right: 4%;
      float: right; }
      .columns .wrap:nth-child(3n+3), .columns .article.small:nth-child(3n+3), .related .page .wrap:nth-child(3n+3), .related .page .article.small:nth-child(3n+3), .videoGallery.page .wrap:nth-child(3n+3), .videoGallery.page .article.small:nth-child(3n+3) {
        margin-right: 4%; }
      .columns .wrap:nth-child(2n+2), .columns .article.small:nth-child(2n+2), .related .page .wrap:nth-child(2n+2), .related .page .article.small:nth-child(2n+2), .videoGallery.page .wrap:nth-child(2n+2), .videoGallery.page .article.small:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 1024px) {
    .columns .wrap, .columns .article.small, .related .page .wrap, .related .page .article.small, .videoGallery.page .wrap, .videoGallery.page .article.small {
      width: 31%;
      margin-right: 3.5%; }
      .columns .wrap:nth-child(2n+2), .columns .article.small:nth-child(2n+2), .related .page .wrap:nth-child(2n+2), .related .page .article.small:nth-child(2n+2), .videoGallery.page .wrap:nth-child(2n+2), .videoGallery.page .article.small:nth-child(2n+2) {
        margin-right: 3.5%; }
      .columns .wrap:nth-child(3n+3), .columns .article.small:nth-child(3n+3), .related .page .wrap:nth-child(3n+3), .related .page .article.small:nth-child(3n+3), .videoGallery.page .wrap:nth-child(3n+3), .videoGallery.page .article.small:nth-child(3n+3) {
        margin-right: 0; } }

.wrapper .contentBox a:hover {
  border-bottom: 0; }

.body-news-section .contentBox {
  padding-bottom: 50px; }

/* about us */
.aboutContainer {
  position: relative;
  border-top: 5px solid #000000;
  padding: 50px 0px 0px 0px; }
  .aboutContainer h3.history {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5; }
  .aboutContainer .text {
    margin: auto; }
    @media (min-width: 1024px) {
      .aboutContainer .text {
        max-width: 490px;
        float: left;
        margin-left: 80px; } }
    .aboutContainer .text .content {
      font-family: "Oswald Light", sans-serif;
      font-size: 24px;
      line-height: 1.5;
      color: #000000; }
      .aboutContainer .text .content .more {
        display: none;
        color: #5e5e5e;
        line-height: 20px; }
  .aboutContainer h1, .aboutContainer h2 {
    margin: 0;
    padding: 0;
    text-transform: none; }
  .aboutContainer h2 {
    margin-bottom: 10px; }
  .aboutContainer .sidebar {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .aboutContainer .sidebar {
        padding-left: 30px;
        width: 270px;
        float: left; } }
    .aboutContainer .sidebar h3 a {
      font-weight: 400; }
      .aboutContainer .sidebar h3 a:hover {
        border: 0 none; }
    .aboutContainer .sidebar .team {
      padding: 1px 0 57px; }
      @media (min-width: 768px) {
        .aboutContainer .sidebar .team {
          width: 50%;
          float: left; } }
      @media (min-width: 1024px) {
        .aboutContainer .sidebar .team {
          width: 100%; } }
      .aboutContainer .sidebar .team .members {
        display: block;
        margin: 14px 0 29px; }
        .aboutContainer .sidebar .team .members:hover {
          border-bottom: 0; }
        .aboutContainer .sidebar .team .members .member {
          display: inline-block;
          margin: 0 10px 10px 0; }
          @media (min-width: 768px) {
            .aboutContainer .sidebar .team .members .member {
              float: left;
              width: 48%;
              margin-right: 4%;
              margin-bottom: 10px; }
              .aboutContainer .sidebar .team .members .member:nth-child(2n+ 2) {
                margin-right: 0; }
              .aboutContainer .sidebar .team .members .member img {
                width: 100%; } }
          .aboutContainer .sidebar .team .members .member img {
            vertical-align: top; }
          .aboutContainer .sidebar .team .members .member:nth-child(n+2) {
            margin-bottom: 0; }
          .aboutContainer .sidebar .team .members .member:nth-child(2n) {
            margin-right: 0; }
      .aboutContainer .sidebar .team a.membersLink {
        display: block;
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        font-family: "Oswald", sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        background: #acacac; }
        .aboutContainer .sidebar .team a.membersLink:hover {
          text-decoration: none;
          border: 0 none;
          background: #a0a0a0; }
    @media (min-width: 768px) {
      .aboutContainer .sidebar .ourPartners {
        float: left;
        width: 50%;
        padding-left: 30px; } }
    @media (min-width: 1024px) {
      .aboutContainer .sidebar .ourPartners {
        float: none;
        padding-left: 0;
        width: 100%; } }
    .aboutContainer .sidebar .ourPartners a {
      border: none; }
      .aboutContainer .sidebar .ourPartners a:hover {
        border: none; }
    .aboutContainer .sidebar .ourPartners .partners {
      margin-top: 13px; }
      .aboutContainer .sidebar .ourPartners .partners .partner {
        border-top: 1px solid #e5e5e5;
        padding: 10px 0; }
        .aboutContainer .sidebar .ourPartners .partners .partner.last {
          border-bottom: 1px solid #e5e5e5; }

.timeline .nav-previous, .timeline .nav-next {
  color: black; }
  .timeline .nav-previous .date, .timeline .nav-previous .title, .timeline .nav-next .date, .timeline .nav-next .title {
    display: none; }
  .timeline .nav-previous .icon, .timeline .nav-next .icon {
    color: black; }
  .timeline .nav-previous:hover, .timeline .nav-next:hover {
    background-color: transparent; }

/* awards */
.awardsContainer {
  border-top: 5px solid #000000; }
  .awardsContainer .topImage {
    display: block; }
  .awardsContainer .awardsContent {
    padding: 33px 0 0; }
    @media (min-width: 768px) {
      .awardsContainer .awardsContent .intro {
        padding: 0 15px 30px 81px;
        float: left;
        width: 70%; } }
    @media (min-width: 768px) {
      .awardsContainer .awardsContent .awards {
        float: left;
        width: 70%; } }
    .awardsContainer .awardsContent .awards .year {
      position: relative;
      margin: 0 0 54px; }
      .awardsContainer .awardsContent .awards .year h3 {
        position: absolute;
        width: 75px; }
      .awardsContainer .awardsContent .awards .year ul {
        margin: 0;
        padding: 10px 0 0; }
        .awardsContainer .awardsContent .awards .year ul li {
          margin: 0;
          padding: 0 15px 0 81px;
          font-size: 13px;
          color: #5e5e5e;
          list-style: none;
          line-height: 1.8; }
    .awardsContainer .awardsContent .sidebar {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .awardsContainer .awardsContent .sidebar {
          width: 30%;
          padding-left: 30px;
          position: absolute;
          right: 0; } }
      .awardsContainer .awardsContent .sidebar h3 {
        margin-bottom: 15px; }
      .awardsContainer .awardsContent .sidebar ul {
        margin: 0;
        padding: 0; }
        .awardsContainer .awardsContent .sidebar ul li {
          margin: 0;
          padding: 0;
          list-style: none;
          border-top: 1px solid #e5e5e5; }
          .awardsContainer .awardsContent .sidebar ul li:last-child {
            border-bottom: 1px solid #e5e5e5; }
          .awardsContainer .awardsContent .sidebar ul li a {
            display: block;
            padding: 17px 0 16px;
            border-bottom: 0 none; }
            .awardsContainer .awardsContent .sidebar ul li a:hover span {
              border-bottom: 1px solid #ffcf00; }

/* contacts */
.contactsContainer {
  position: relative;
  border-top: 5px solid #000000;
  padding: 55px 0px 0px 0px; }
  .contactsContainer a {
    color: #000;
    font-weight: bold;
    text-decoration: none; }
  .contactsContainer .info {
    float: left;
    width: 270px; }
    .contactsContainer .info ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .contactsContainer .info ul li {
        padding: 16px 0 13px;
        border-bottom: 1px solid #e5e5e5; }
        .contactsContainer .info ul li.first {
          padding: 0 0 18px; }
    .contactsContainer .info .administrator .photo {
      width: 120px;
      height: 120px;
      float: left;
      margin-right: 20px; }
    .contactsContainer .info .administrator .fn {
      padding: 16px 0px 11px 0px; }
    .contactsContainer .info .administrator .title {
      color: #5c5c5c; }
    .contactsContainer .info .label {
      float: left;
      width: 75px;
      font-size: 10px;
      font-size: 1rem;
      padding-top: 4px;
      color: #626262;
      text-transform: uppercase; }
    .contactsContainer .info .field {
      float: left;
      width: 190px;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.538; }
    .contactsContainer .info .showOnMap {
      position: relative;
      margin-top: 15px;
      margin-right: 22px;
      float: right;
      width: 173px;
      padding-left: 22px; }
      .contactsContainer .info .showOnMap img {
        position: absolute;
        left: 0px; }
  .contactsContainer .gallery {
    float: left;
    max-width: 570px;
    position: relative;
    display: block;
    background-color: transparent;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .contactsContainer .gallery {
        padding-left: 30px;
        margin-top: 0; } }
    .contactsContainer .gallery img {
      vertical-align: top; }
    .contactsContainer .gallery .bigimage {
      margin-bottom: 30px; }
    .contactsContainer .gallery .leftimage {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .contactsContainer .gallery .leftimage:last-child {
        margin-right: 0; }
    .contactsContainer .gallery .rightimage {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .contactsContainer .gallery .rightimage:last-child {
        margin-right: 0; }

.employees {
  margin-top: 79px;
  padding-bottom: 50px; }
  .employees a {
    color: #000;
    font-weight: bold;
    text-decoration: none; }
  .employees .vcard {
    min-height: 205px; }
    @media (min-width: 768px) {
      .employees .vcard {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .employees .vcard:last-child {
          margin-right: 0; }
        .employees .vcard:nth-child(2n+2) {
          margin-right: 0; } }
    @media (min-width: 1024px) {
      .employees .vcard {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .employees .vcard:last-child {
          margin-right: 0; }
        .employees .vcard:nth-child(2n+2) {
          margin-right: 2.35765%; }
        .employees .vcard:nth-child(3n+3) {
          margin-right: 0; } }
    .employees .vcard .main {
      position: relative;
      padding: 0 0 16px 80px;
      border-bottom: 1px solid #e5e5e5; }
      @media (min-width: 1024px) {
        .employees .vcard .main {
          min-height: 96px; } }
    .employees .vcard .photo {
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 60px; }
    .employees .vcard .fn {
      padding-top: 10px; }
    .employees .vcard .title {
      color: #5c5c5c; }
  .employees .phone, .employees .email {
    padding: 17px 0 16px;
    border-bottom: 1px solid #e5e5e5; }
  .employees .phone .label, .employees .email .label {
    float: left;
    width: 75px;
    font-size: 10px;
    font-size: 1rem;
    padding-top: 3px;
    color: #626262;
    text-transform: uppercase; }

/* news */
.newsContainer {
  position: relative;
  border-top: 5px solid #000000;
  padding-top: 55px; }
  .newsContainer .add {
    padding-right: 10px; }
    @media (min-width: 1024px) {
      .newsContainer .add {
        float: left; } }
  @media (min-width: 1024px) {
    .newsContainer .news {
      float: left;
      max-width: 490px; } }
  .newsContainer .news h1 {
    margin: 0;
    padding: 0; }
  .newsContainer .news .title {
    margin: -8px 0 22px; }
  .newsContainer .news .content {
    font-size: 18px;
    line-height: 32px; }
    @media (min-width: 768px) {
      .newsContainer .news .content {
        font-size: 16px;
        line-height: 28px; } }
    @media (min-width: 1024px) {
      .newsContainer .news .content {
        font-size: 14px;
        line-height: 24px; } }
    .newsContainer .news .content a {
      font-weight: bold;
      color: #000000; }
      .newsContainer .news .content a:hover {
        text-decoration: none;
        border-bottom: 1px solid #ffcf00; }
  @media (min-width: 1024px) {
    .newsContainer .related {
      float: left;
      width: 270px;
      padding-left: 30px; } }
  @media (min-width: 768px) {
    .newsContainer .related .item {
      width: 49%;
      margin-right: 2%;
      float: right; }
      .newsContainer .related .item:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 1024px) {
    .newsContainer .related .item {
      width: 100%;
      float: none; } }
  .newsContainer .related .item .image {
    height: auto; }
  .newsContainer .related .item .date {
    float: none;
    width: auto; }
  .newsContainer .related .relatedNews {
    width: 270px;
    margin-bottom: 40px; }
    .newsContainer .related .relatedNews .title {
      width: 270px;
      margin: 10px 0px 0px 0px; }
    .newsContainer .related .relatedNews .date {
      float: none;
      width: 100%;
      text-transform: uppercase;
      font-size: 10px;
      font-size: 1rem;
      font-weight: bold;
      color: #ababab;
      margin: 5px 0px 0px 0px; }

html body .contentBox .loadMore.news {
  position: relative;
  margin-right: 0;
  margin-left: 0;
  z-index: 10; }

.loadMoreContainer {
  position: relative; }
  .loadMoreContainer .history {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    height: 40px;
    background: #efefef;
    z-index: 8; }
    .loadMoreContainer .history .title {
      display: none;
      float: right;
      padding: 15px 0 0;
      font-size: 10px;
      color: #626262;
      text-transform: uppercase; }
    .loadMoreContainer .history ul {
      display: inline;
      float: right;
      margin: 0;
      padding: 0; }
      .loadMoreContainer .history ul li {
        display: inline;
        margin: 0;
        padding: 0 0 0 16px;
        font-family: "Oswald", sans-serif;
        font-style: normal;
        font-weight: 400;
        color: #171717;
        line-height: 40px;
        list-style: none; }
        .loadMoreContainer .history ul li a:hover {
          border-bottom: 1px solid #ffcf00; }
        .loadMoreContainer .history ul li:last-child {
          padding-right: 16px; }

.newsMain .item {
  margin-bottom: 0; }
  .newsMain .item .image {
    float: none;
    height: auto;
    overflow: inherit; }
    .newsMain .item .image .pluss {
      top: 40%; }

.item:hover .image .thumb img,
.item:hover .gallery span img {
  opacity: 0.6;
  filer: alpha(opacity=60); }

.item {
  margin-bottom: 30px;
  display: block; }
  @media (min-width: 1024px) {
    .related .item {
      margin-bottom: 0; } }
  .item:hover {
    border-bottom: 0 !important; }
    .item:hover .pluss {
      display: block; }
  .item .gallery span {
    display: block;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    margin-top: 10px; }
    .item .gallery span:last-child {
      margin-right: 0; }
  .item .gallery > :last-child {
    margin-right: 0;
    margin-left: 1px; }
  .item h2 {
    margin: 17px 0 5px; }
    .item h2 img {
      vertical-align: top; }
  .item .date {
    color: #9e9e9e;
    font-size: 10px;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase; }
  .item .title {
    margin: 6px 0 4px; }
  .item .image {
    position: relative;
    background-color: black; }
    .item .image .thumb img {
      width: 100%; }
      @media (min-width: 1024px) {
        .item .image .thumb img {
          width: auto; } }

.wrap {
  position: relative; }
  .wrap .shares {
    position: absolute;
    right: 0;
    bottom: -15px;
    display: none; }
    .wrap .shares a {
      float: left;
      margin-left: 6px; }
  .wrap.tweet {
    background-color: #333333;
    padding: 16px 16px 16px 20px;
    margin-bottom: 30px; }
    .wrap.tweet .message {
      color: #ffffff;
      font-size: 21px;
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 300; }
      .wrap.tweet .message a {
        color: #ffffff;
        font-size: 21px;
        font-family: "Oswald", sans-serif;
        font-style: normal;
        font-weight: 300; }
      .wrap.tweet .message .author {
        color: #ffcf00; }
    .wrap.tweet .details {
      padding-top: 18px;
      font-size: 10px;
      color: white;
      text-transform: uppercase;
      line-height: 16px;
      font-weight: normal; }
      .wrap.tweet .details a {
        font-size: 10px;
        color: white;
        text-transform: uppercase;
        line-height: 16px;
        font-weight: normal; }
      .wrap.tweet .details .date {
        display: inline-block;
        background: url("/images/tweet.png") no-repeat left center;
        padding-left: 26px;
        padding-right: 3px; }
      .wrap.tweet .details a {
        padding-left: 3px; }

.body-news-item .image {
  position: relative; }

.body-news-item .newsContainer .shares {
  top: 57px; }

.body-news-item .news .image img, .body-news-item .news .content img {
  margin-bottom: 26px; }

/* team */
.teamContainer {
  position: relative;
  border-top: 5px solid #000000;
  padding: 55px 0px 0px 0px; }

.teamBlock .teamContainer {
  padding: 14px 0px 0px 0px;
  border: none; }

.teamBlock {
  margin-bottom: 30px; }
  .teamBlock .teamContainer .vcard:nth-child(2n+1) .callout {
    text-align: right;
    left: -150px;
    padding: 10px 140px 10px 10px; }
    .teamBlock .teamContainer .vcard:nth-child(2n+1) .callout .fn {
      text-align: right;
      padding-left: 30px;
      width: 100px; }
  .teamBlock .teamContainer .fn {
    font-size: 2.1rem; }
  .teamBlock .vcard .photo {
    padding-bottom: 0;
    border: none; }
  .teamBlock .vcard .fn {
    border: none; }

.teamContainer .vcard {
  position: relative;
  float: left;
  width: 120px;
  margin-right: 24px;
  margin-bottom: 24px; }
  .teamContainer .vcard img {
    vertical-align: top; }
  .teamContainer .vcard .photo {
    position: relative;
    z-index: 5; }
  .teamContainer .vcard .preview {
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 7; }
  .teamContainer .vcard .callout {
    z-index: 1;
    position: absolute;
    background: #242424;
    display: none;
    width: 140px;
    height: 275px;
    top: -10px;
    left: -10px;
    padding: 140px 10px 10px 10px; }
    .teamContainer .vcard .callout .fn {
      padding: 16px 0 14px;
      color: #ffffff;
      width: 1%; }
    @media (min-width: 1024px) {
      .teamContainer .vcard .callout {
        top: -10px;
        left: -10px;
        padding: 10px 10px 10px 140px;
        width: 290px;
        height: 140px; } }
  @media (min-width: 1024px) {
    .teamContainer .vcard:nth-child(6n+1) {
      margin-right: 0; }
      .teamContainer .vcard:nth-child(6n+1) .callout {
        right: -10px;
        left: auto;
        padding: 10px 140px 10px 10px; } }
  @media (min-width: 618px) and (max-width: 761px) {
    .teamContainer .vcard:nth-last-child(-n+5) .callout {
      bottom: -10px;
      top: auto;
      padding: 10px 10px 140px 10px; } }
  @media (min-width: 474px) and (max-width: 617px) {
    .teamContainer .vcard:nth-last-child(-n+4) .callout {
      bottom: -10px;
      top: auto;
      padding: 10px 10px 140px 10px; } }
  @media (max-width: 473px) {
    .teamContainer .vcard:nth-last-child(-n+3) .callout {
      bottom: -10px;
      top: auto;
      padding: 10px 10px 140px 10px; } }

.articleContainer {
  position: relative;
  border-top: 5px solid #000000; }
  .articleContainer .mainImage {
    display: block;
    margin-bottom: 27px; }
    .articleContainer .mainImage .image {
      cursor: pointer;
      position: relative;
      background-color: black; }
  .articleContainer h1 {
    margin: -8px 0 16px; }
    .articleContainer h1 img {
      display: block;
      margin-bottom: 12px; }
  @media (min-width: 1024px) {
    .articleContainer .add {
      float: left;
      width: 80px; } }
  @media (min-width: 1024px) {
    .articleContainer .content {
      float: left;
      max-width: 490px; } }
  .articleContainer .intro img {
    display: block;
    margin-bottom: 16px; }

@media (min-width: 768px) {
  .body-blog-section .page, .body-work-section .page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; } }

.article {
  font-weight: normal;
  display: block; }
  .article:hover {
    border-bottom: 0 !important; }
  .article h2 {
    margin: 17px 0 10px;
    font-size: 21px; }
    @media (min-width: 768px) {
      .article h2 {
        font-size: 30px; } }
    .article h2 img {
      vertical-align: top; }
  .article p {
    margin-top: 12px; }
  .article .image {
    position: relative;
    background: #000000; }
    .article .image img {
      display: block; }
    .article .image .thumb img {
      width: 100%; }
  .article.small {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .article.small {
        width: 48%;
        margin-right: 4%;
        float: left; }
        .body-work-section .page .article.small, .body-blog-section .page .article.small {
          margin-right: 0; } }
    @media (min-width: 1024px) {
      .article.small {
        width: 31%;
        margin-right: 3.5%; }
        .body-work-section .page .article.small, .body-blog-section .page .article.small {
          margin-right: 0; } }
  .article.medium {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .article.medium {
        width: 65.5%;
        float: left;
        margin-right: 3.5%; }
        .body-work-section .page .article.medium, .body-blog-section .page .article.medium {
          margin-right: 0; } }
  .article .date {
    color: #9e9e9e;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase; }
  .article.small {
    margin-bottom: 40px; }
    .article.small h2 {
      margin: 15px 0 7px; }
    .article.small h3 {
      margin: 16px 0 11px; }

.articleContainer .author {
  width: 270px;
  padding-top: 3px; }
  @media (min-width: 768px) {
    .articleContainer .author {
      float: right;
      padding-left: 40px; } }
  .articleContainer .author .label {
    float: none; }

.articleContainer .additional {
  border-top: 1px solid #e5e5e5;
  margin-top: 3px;
  padding-top: 0; }
  @media (min-width: 768px) {
    .articleContainer .additional {
      width: 270px;
      float: right; } }

.additional ul li {
  padding: 17px 0 16px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0; }

.vcard .label, .additional .label {
  float: left;
  width: 75px;
  font-size: 10px;
  font-size: 1rem;
  padding-top: 3px;
  color: #626262;
  text-transform: uppercase; }

.related ul li {
  width: 270px;
  float: left;
  margin-right: 30px;
  padding-bottom: 75px; }

.related ul :nth-child(3n) {
  margin-right: 0; }

.additional .awards .field {
  float: left; }

.additional .awards .award {
  line-height: 20px;
  margin-bottom: 5px; }
  .additional .awards .award img {
    vertical-align: top;
    margin-right: 3px; }

.body-aboutus-career .contentBox {
  padding-bottom: 50px; }

.mainImage {
  margin-bottom: 30px; }

.introContainer {
  margin-bottom: 80px; }
  @media (min-width: 1024px) {
    .introContainer {
      padding-left: 80px; } }
  .introContainer .intro {
    font-family: "Oswald Light", sans-serif;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
    max-width: 480px;
    margin-right: 40px; }
    @media (min-width: 1024px) {
      .introContainer .intro {
        float: left; } }
  @media (min-width: 1024px) {
    .introContainer .vcard {
      float: left; } }
  .introContainer .vcard .thumb {
    float: left;
    margin-right: 20px; }
  .introContainer .vcard .name {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.4285em;
    color: #000000;
    text-transform: uppercase; }
  .introContainer .vcard .label {
    float: left;
    width: 75px;
    font-size: 10px;
    padding-top: 3px;
    color: #626262;
    text-transform: uppercase; }

.vcard .contactItem {
  padding-bottom: 16px;
  margin-bottom: 17px;
  border-bottom: 1px solid #e5e5e5; }
  .vcard .contactItem:last-child {
    margin-bottom: 0; }

h4.blockTitle {
  padding-left: 20px;
  margin-bottom: 30px; }

.vacanciesList .col {
  width: 400px;
  margin-right: 70px;
  float: left; }
  .vacanciesList .col:nth-child(2n) {
    margin-right: 0; }

.vacanciesList .vacancie {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .vacanciesList .vacancie {
      width: 49%;
      margin-right: 2%;
      float: right; }
      .vacanciesList .vacancie:nth-child(2n+2) {
        margin-right: 0; } }
  .vacanciesList .vacancie .thumb {
    /*width: 400px;*/
    margin-bottom: 18px;
    position: relative;
    position: relative; }
    .vacanciesList .vacancie .thumb:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 57.5%; }
    .vacanciesList .vacancie .thumb .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .vacanciesList .vacancie .thumb img {
      width: 100%;
      position: absolute;
      top: 0; }
    .vacanciesList .vacancie .thumb .notActual {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      background-image: url("/images/vacancie-notActual.png");
      background-color: rgba(0, 0, 0, 0.2);
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 1; }

body.en .vacanciesList .vacancie .thumb .notActual {
  background-image: url("/images/vacancie-notActual-en.png"); }

.vacanciesList .vacancie {
  /*.line {
		float: left;
	}*/ }
  .vacanciesList .vacancie .date {
    width: 80px;
    float: left;
    padding-top: 4px; }
  .vacanciesList .vacancie .content {
    max-width: 320px; }
    @media (min-width: 1024px) {
      .vacanciesList .vacancie .content {
        float: left; } }
    .vacanciesList .vacancie .content h3 {
      margin-bottom: 12px; }
  .vacanciesList .vacancie .shares {
    float: right;
    visibility: hidden; }
  .vacanciesList .vacancie:hover .shares {
    visibility: visible; }
  .vacanciesList .vacancie .shares a {
    float: left;
    margin-left: 6px;
    border: 0; }

.wrapper .contentBox a.callToAction {
  display: block;
  margin: 0 0 13px;
  padding: 0 8px;
  width: 109px;
  min-width: 109px;
  color: #fff; }
  .wrapper .contentBox a.callToAction:hover {
    border: 0 none; }

/* DDB HUB */
.worksContainer {
  clear: both; }

.showAll {
  clear: left; }

@media (min-width: 768px) {
  .middleContainer .colLeft {
    width: 65%;
    float: left; } }

@media (min-width: 768px) {
  .middleContainer .colRight {
    width: 35%;
    padding-left: 30px;
    float: left; } }

.topContainer {
  border-top: 5px solid black; }
  .topContainer img {
    margin-top: 55px; }

.body-ddbhub-section h3, .body-consulting-section h2 {
  font-size: 30px;
  margin-top: 22px;
  margin-bottom: 16px; }

h3.teamTitle {
  margin-bottom: 10px; }

.sectionText {
  font-family: "Oswald Light", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #000000; }
  .sectionText p {
    margin-bottom: 15px;
    letter-spacing: -0.1px; }

.hub-member {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .hub-member {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end; } }
  .hub-member > div {
    display: inline-block; }
  .hub-member .memberBanner img {
    width: 60px;
    height: 60px;
    float: left; }
  .hub-member .memberInfo {
    padding: 0 0 0 15px; }
    .hub-member .memberInfo .memberName {
      font-family: "Oswald", sans-serif;
      font-size: 21px;
      text-transform: uppercase;
      letter-spacing: -0.4px;
      color: #000; }
    .hub-member .memberInfo .memberTitle {
      font-size: 13px;
      font-family: Arial, sans-serif;
      /*color: RGB(107,107,107);*/ }

.linkBtnWrap {
  height: 40px;
  width: 100%;
  display: block;
  background-color: RGB(172, 172, 172);
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-family: "Oswald", sans-serif; }

.btnText {
  position: relative;
  top: 7px;
  font-weight: 400; }

.body-ddbhub-section .colRight li, .body-consulting-section .colRight li {
  height: 82px;
  border-top: 1px solid #E5E5E5;
  margin-bottom: 0; }

.body-ddbhub-section .colRight li:first-of-type, .body-consulting-section .colRight li:first-of-type {
  border-top: none; }

h3.worksTitle, .subtitle {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px; }

.body-ddbhub-section .article .image {
  position: relative;
  overflow: hidden;
  position: relative; }
  .body-ddbhub-section .article .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .body-ddbhub-section .article .image .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .body-ddbhub-section .article .image span:first-child img {
    position: absolute;
    top: 0;
    width: 100%; }

a.small.article h3 {
  font-size: 21px; }

.noMargin > a.small.article {
  margin-right: 0; }

.body-ddbhub-section a.loadMore.showAll {
  margin-bottom: 30px;
  position: relative; }

.brandTopContainer {
  padding-bottom: 35px; }
  @media (min-width: 768px) {
    .brandTopContainer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: justify;
          justify-content: space-between; } }
  .brandTopContainer .brandSection {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .brandTopContainer .brandSection {
        width: 31%; } }

.brandSection .clearfix {
  position: relative; }

.brandSection img {
  vertical-align: middle;
  float: left;
  width: 84px; }

.brandSection h5 {
  position: absolute;
  top: 50%;
  left: 83px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 21px;
  float: left;
  /*width: 160px;*/
  font-weight: normal;
  margin-left: 17px; }

.brandSection p {
  clear: left;
  padding: 20px 0;
  margin: 0; }
  @media (min-width: 1024px) {
    .brandSection p {
      min-height: 120px; } }

.brandSection .viewLink {
  color: #fff !important;
  background: #07a551;
  display: block;
  width: 118px;
  padding: 10px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  text-align: center;
  border-bottom: 1px solid transparent; }
  .brandSection .viewLink:hover {
    text-decoration: none; }

.cbContainer {
  padding-top: 10px; }

.text iframe {
  width: 100%; }

.videoGallery .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/icon-play.png) no-repeat center center; }

.categoryFilters {
  padding: 16px 0;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 14px; }
  @media (min-width: 768px) {
    .categoryFilters {
      text-align: right; } }
  .categoryFilters li {
    display: inline-block; }
    .categoryFilters li a {
      display: block;
      padding: 5px;
      border-bottom: 1px solid transparent; }
      .categoryFilters li a:hover, .categoryFilters li a.active {
        color: #f8c600; }
      .categoryFilters li a:hover {
        border-bottom: 1px solid #ffcf00; }

.ruler {
  border-top: 5px solid #000000;
  min-height: 50px; }

.worksContainer .article .image {
  position: relative;
  position: relative; }
  .worksContainer .article .image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .worksContainer .article .image .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .worksContainer .article .image .thumb img {
    position: absolute;
    top: 0;
    width: 100%; }

.body-breakfastOfChampions-section .articleContainer, .body-breakfastOfChampions-item .articleContainer {
  border-top: none; }

.body-breakfastOfChampions-section .content h1, .body-breakfastOfChampions-item .content h1 {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  color: #171717; }

.body-breakfastOfChampions-section .content .textWrap, .body-breakfastOfChampions-item .content .textWrap {
  max-width: 480px; }
  @media (min-width: 1024px) {
    .body-breakfastOfChampions-section .content .textWrap, .body-breakfastOfChampions-item .content .textWrap {
      float: left; } }
  .body-breakfastOfChampions-section .content .textWrap .text, .body-breakfastOfChampions-item .content .textWrap .text {
    line-height: 1.5384em; }

.body-breakfastOfChampions-section .content .sectionLogo, .body-breakfastOfChampions-item .content .sectionLogo {
  padding: 20px 30px; }

.body-breakfastOfChampions-section .articleContainer.work, .body-breakfastOfChampions-item .articleContainer.work {
  margin-bottom: 70px; }

@media (min-width: 1024px) {
  .body-breakfastOfChampions-section .mainImage, .body-breakfastOfChampions-item .mainImage {
    display: -ms-flexbox;
    display: flex; } }

.body-breakfastOfChampions-section .mainImage > .image, .body-breakfastOfChampions-section .mainImage > .fbGallery, .body-breakfastOfChampions-item .mainImage > .image, .body-breakfastOfChampions-item .mainImage > .fbGallery {
  float: left; }

@media (min-width: 1024px) {
  .body-breakfastOfChampions-section .mainImage .fbGallery, .body-breakfastOfChampions-item .mainImage .fbGallery {
    padding-left: 9px; } }

.body-breakfastOfChampions-section .mainImage .fbGallery > a, .body-breakfastOfChampions-item .mainImage .fbGallery > a {
  display: inline-block;
  margin: 10px 0 10px 0; }
  .body-breakfastOfChampions-section .mainImage .fbGallery > a + a, .body-breakfastOfChampions-item .mainImage .fbGallery > a + a {
    margin-left: 10px; }
  @media (min-width: 1024px) {
    .body-breakfastOfChampions-section .mainImage .fbGallery > a, .body-breakfastOfChampions-item .mainImage .fbGallery > a {
      display: block;
      margin: 0;
      margin-bottom: 10px; }
      .body-breakfastOfChampions-section .mainImage .fbGallery > a + a, .body-breakfastOfChampions-item .mainImage .fbGallery > a + a {
        margin-left: 0; } }
  .body-breakfastOfChampions-section .mainImage .fbGallery > a:last-child, .body-breakfastOfChampions-item .mainImage .fbGallery > a:last-child {
    margin-bottom: 0; }
  .body-breakfastOfChampions-section .mainImage .fbGallery > a:hover, .body-breakfastOfChampions-item .mainImage .fbGallery > a:hover {
    border-bottom: none;
    position: relative; }

.body-breakfastOfChampions-section .mainImage .fbGallery .image, .body-breakfastOfChampions-item .mainImage .fbGallery .image {
  background: black;
  display: block;
  position: relative; }

/*# sourceMappingURL=sourcemaps/style.css.map */
