﻿.CookiesPanel {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  padding: 35px;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
  overflow-y: auto;
  max-height: 100%; }
  .CookiesPanel .CookiesHead {
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 600;
    margin: 0px 0px 30px 0px; }
  .CookiesPanel .CookiesInfo {
    margin: -20px 0px 30px 0px; }
  .CookiesPanel .CookiesOptions {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0px -15px; }
    .CookiesPanel .CookiesOptions .CookiesOptionOne {
      margin: 10px 15px; }
      .CookiesPanel .CookiesOptions .CookiesOptionOne input[type="checkbox"]:not(old) + label {
        font-weight: 600;
        margin-right: 15px;
        font-size: 1.3rem;
        line-height: 1.5rem;
        background-size: 18px 18px;
        min-height: 23px;
        padding-left: 27px;
        background-repeat: no-repeat;
        background-position: 0px 2px !important; }
      .CookiesPanel .CookiesOptions .CookiesOptionOne .CookiesOptionOneInfoText {
        color: #b3b3b3; }
  .CookiesPanel .CookiesButtons {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0px 0px 0px;
    padding: 0px 95px; }
    .CookiesPanel .CookiesButtons input[type="submit"] {
      top: 0px !important;
      display: block;
      margin: 5px 5px;
      flex-shrink: 0;
      color: #fff;
      text-decoration: none;
      text-align: center;
      background: #fe7907;
      margin: 9px 15px 0px 0px;
      padding: 10px 15px;
      border: none;
      cursor: pointer;
      border-radius: 5px; }
      .CookiesPanel .CookiesButtons input[type="submit"]:hover {
        color: #fff;
        background: #fe7907;
        box-shadow: 0 0 8px black; }
      .CookiesPanel .CookiesButtons input[type="submit"].btnShowMoreInfo {
        background: transparent;
        border: none;
        text-decoration: underline;
        padding: 0px;
        margin: 10px 0px;
        background: transparent;
        color: #fff; }
        .CookiesPanel .CookiesButtons input[type="submit"].btnShowMoreInfo:hover {
          background-color: transparent;
          border: none;
          font-weight: 400;
          text-decoration: underline;
          box-shadow: none; }
  .CookiesPanel input[type="checkbox"]:not(old) + label {
    background-position: 0px 0px !important; }
  .CookiesPanel input[type="checkbox"]:not(old):checked:disabled + label {
    background-image: url(/App_Themes/HBReal-Standard/Images/ico-checkbox-checked-disabled.png); }

@media only screen and (max-width: 899px) {
  .CookiesPanel {
    padding: 15px;
    text-align: center; }
    .CookiesPanel .CookiesHead {
      text-align: center;
      font-size: 1.4rem;
      line-height: 1.6rem;
      margin-bottom: 40px; }
    .CookiesPanel .CookiesInfo {
      margin-bottom: 15px;
      font-size: 12px; }
    .CookiesPanel .CookiesButtons {
      justify-content: center;
      margin-top: 15px; }
      .CookiesPanel .CookiesButtons input[type="submit"] {
        margin: 8px 5px !important; }
    .CookiesPanel .CookiesOptions {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      margin: 15px 0px 10px 0px; }
      .CookiesPanel .CookiesOptions .CookiesOptionOne {
        margin: 5px 10px; }
      .CookiesPanel .CookiesOptions .CookiesOptionOneInfoText {
        display: none; } }

input[type="submit"].btnAllowAll {
  font-weight: 600;
  font-size: 18px;
  padding: 16px 25px; }

.CookiesDetail h2, .CookiesDetail h3, .CookiesDetail h4 {
  font-weight: 700;
  color: #484848; }

.CookiesDetail .CookiesCurrentState {
  font-size: 16px; }

.CookiesDetail .CookiesOptions {
  margin: 0px; }
  .CookiesDetail .CookiesOptions .CookiesOptionOne {
    border: 1px solid #cfcfcf;
    padding: 25px;
    overflow: hidden;
    margin: 0px 0px 25px 0px;
    flex-shrink: 0;
    break-inside: avoid-column; }
    .CookiesDetail .CookiesOptions .CookiesOptionOne input[type="checkbox"]:not(old) + label {
      color: #484848;
      font-weight: 600;
      font-size: 1.428rem;
      margin: 0px 0px 20px 0px;
      display: block;
      padding: 15px 25px 15px 56px;
      margin-top: -25px;
      margin-left: -25px;
      width: calc(100% + 50px);
      border-bottom: 1px solid #cfcfcf;
      background-color: #f4f4f4;
      background-position: 20px 50%;
      background-size: 20px;
      background-repeat: no-repeat; }
    .CookiesDetail .CookiesOptions .CookiesOptionOne .CookiesOptionOneInfoText {
      display: block; }
    .CookiesDetail .CookiesOptions .CookiesOptionOne .CookiesListWrap .CookiesList {
      display: none; }

.CookiesDetail a.ShowCookiesList {
  color: #fe7907;
  text-decoration: none; }
  .CookiesDetail a.ShowCookiesList:hover {
    color: #fe7907;
    text-decoration: underline; }

.CookiesDetail .CookiesButtons {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px 0px 0px 0px;
  padding: 0px; }
  .CookiesDetail .CookiesButtons input[type="submit"] {
    display: block;
    margin: 5px 10px;
    flex-shrink: 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #fe7907;
    margin: 6px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px; }
    .CookiesDetail .CookiesButtons input[type="submit"]:hover {
      color: #fff;
      background: #fe7907;
      box-shadow: 0 0 8px black; }

@media only screen and (max-width: 899px) {
  .CookiesDetail .CookiesButtons {
    justify-content: center; } }

.CookiesDetail a.ShowCookiesList {
  display: inline-block;
  margin-top: 10px; }

.CookiesPanel input[type="checkbox"]:not(old),
.CookiesDetail input[type="checkbox"]:not(old) {
  display: none; }

.CookiesPanel input[type="checkbox"]:not(old) + label,
.CookiesDetail input[type="checkbox"]:not(old) + label {
  background-image: url(/App_Themes/HBReal-Standard/Images/ico-checkbox.png);
  cursor: pointer; }

.CookiesPanel input[type="checkbox"]:not(old):checked + label,
.CookiesDetail input[type="checkbox"]:not(old):checked + label {
  background-image: url(/App_Themes/HBReal-Standard/Images/ico-checkbox-checked.png); }

.CookiesPanel input[type="checkbox"]:not(old):disabled:checked + label,
.CookiesDetail input[type="checkbox"]:not(old):disabled:checked + label {
  background-image: url(/App_Themes/HBReal-Standard/Images/ico-checkbox-checked-disabled.png);
  cursor: default; }

.CookiesPanel input[type="checkbox"]:not(old) + label,
.CookiesPanel input[type="checkbox"]:not(old):checked + label,
.CookiesPanel input[type="checkbox"]:not(old):disabled:checked + label {
  display: inline-block; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

h1, h2, h3, h4, h5, h6 {
  color: #484848;
  font-weight: 100; }

h1 {
  margin: 6px 0 30px 0;
  font-size: 38px;
  line-height: 40px; }

a {
  color: #818284;
  text-decoration: none;
  outline: none;
  transition: 0.3s; }

input[type=text], input[type=password], textarea {
  padding: 10px;
  border-radius: 8px;
  outline: none;
  box-shadow: inset 0px 0px 8px 0px #cfcfcf;
  border: 1px solid #cfcfcf;
  width: 100%;
  color: #818284;
  font-family: 'Rubik',sans-serif,Arial,Verdana,Tahoma,Trebuchet MS,Helvetica;
  font-weight: 400;
  font-style: normal;
  -webkit-appearance: none; }

input[type=submit] {
  -webkit-appearance: none; }

html {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  overflow-y: scroll;
  overflow-x: hidden !important; }

body {
  position: relative;
  top: 0px;
  left: 0px;
  width: auto;
  height: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
  color: #818284;
  font-family: 'Rubik',sans-serif,Arial,Verdana,Tahoma,Trebuchet MS,Helvetica;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5em;
  background-color: #fff;
  overflow-x: auto; }

.ErrorLabel, .EditingFormErrorLabel {
  color: red; }

.Strong {
  font-weight: 700; }

.Hidden {
  display: none; }

.BlockWrap {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px; }

.BlockWrap.NoBorder {
  border: none; }

.BlockContent {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 1250px;
  padding: 0 35px;
  margin: 0px auto; }

.BreadcrumbsWrap {
  position: relative;
  font-size: 0px;
  display: flex;
  align-items: center; }
  .BreadcrumbsWrap a {
    font-size: 14px;
    color: #818284;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    text-transform: lowercase; }
  .BreadcrumbsWrap a:hover {
    text-decoration: underline; }
  .BreadcrumbsWrap a:first-of-type {
    padding-left: 0px;
    background-image: none; }
  .BreadcrumbsWrap i {
    font-size: 9px;
    margin: 0px 10px;
    color: #fe7907; }

.BlockHeadText h2 {
  font-size: 34px;
  line-height: 36px;
  text-transform: uppercase;
  margin: 0 0 75px; }

.MainContent {
  width: 100%;
  margin-bottom: 60px; }

.MainContent:last-child {
  margin-bottom: 0; }

.HeaderMainContent a {
  color: #818284;
  text-decoration: none; }

.HeaderMainContent .BlockContent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 20px; }

.HeaderMainContent .Logo {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .HeaderMainContent .Logo img {
    max-width: 208px; }

.HeaderMainContent .LogoText {
  padding-left: 50px;
  font-style: italic;
  font-size: 21px;
  color: #c5c5c5;
  width: 350px;
  white-space: nowrap; }

.HeaderMainContent .TopMenu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  white-space: nowrap; }
  .HeaderMainContent .TopMenu .LinkWrap {
    padding-left: 40px;
    z-index: 55; }
  .HeaderMainContent .TopMenu a i {
    margin-right: 7px; }
  .HeaderMainContent .TopMenu a:hover {
    color: #fe7907; }

.MainMenu {
  padding: 6px 0;
  background-color: #fe7907;
  /* .BlockContent::after{
        content: '';
        height: 150px;
        width: 10000px;
        background-color: #fff;
        position: absolute;
        left: 1400px;
        top: -12px;
        z-index: 52;
    } */ }
  .MainMenu .BlockContent {
    padding: 0 20px;
    line-height: normal; }
  .MainMenu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 24px;
    display: block; }
  .MainMenu .Highlighted a,
  .MainMenu a:hover {
    text-decoration: underline; }
  .MainMenu ul {
    position: relative;
    margin: 0 -24px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    align-items: center;
    justify-content: flex-start; }
  .MainMenu li {
    position: relative; }

.MobileMenuTriggerWrap {
  display: flex;
  justify-content: center;
  align-items: center; }

.MobileMenuTrigger {
  display: none;
  color: #fff;
  font-size: 25px;
  padding: 10px 0;
  cursor: pointer;
  width: 100%;
  text-align: center; }
  .MobileMenuTrigger i {
    margin-right: 10px; }

.MobileMenuWrap {
  display: none; }

.MenuTitle {
  padding: 10px;
  background-color: #818284;
  color: #fff;
  text-align: center;
  font-size: 16px; }

#MobileMenu {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style-type: none; }
  #MobileMenu li {
    padding: 8px 0; }
  #MobileMenu .Highlighted a {
    text-decoration: underline;
    color: #fe7907; }

.Sipka3D {
  position: absolute;
  top: -217px;
  right: -255px;
  height: 423px;
  z-index: 53; }

.Sipka3D.Home {
  top: -220px;
  right: -485px;
  height: 714px; }

.Mask {
  position: absolute;
  top: -80px;
  left: 1350px;
  height: 600px;
  width: 10000px;
  background-color: #fff;
  z-index: 2; }

.SliderWrap {
  background: url(/App_Themes/HBReal-Standard/Images/slider-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 375px;
  /* .BlockContent::after{
        content: '';
        height: 455px;
        width: 10000px;
        background-color: #fff;
        position: absolute;
        left: 1330px;
        top: -80px;
        z-index: 52;
    } */ }
  .SliderWrap .Slider {
    width: 100%;
    height: 100%;
    max-width: 1040px;
    margin: 0 auto; }
  .SliderWrap .BlockContent {
    padding: 0 20px; }
  .SliderWrap .SlideOneWrap {
    height: 375px; }
  .SliderWrap .SlideOne {
    height: 100%;
    position: relative; }
  .SliderWrap .SliderImage {
    position: absolute; }
  .SliderWrap .SliderTextWrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px 450px 30px 30px;
    background: rgba(255, 255, 255, 0.322);
    color: #fff;
    font-size: 20px; }
    .SliderWrap .SliderTextWrap img {
      max-height: 40px;
      width: auto !important;
      margin-bottom: 10px; }

.bx-wrapper {
  position: relative;
  padding: 0;
  touch-action: pan-y; }

.bx-viewport {
  max-width: 1170px;
  margin: 0 auto;
  height: 375px;
  padding: 0 85px 0; }

.bx-controls-direction {
  display: flex;
  justify-content: space-between; }

.bx-prev, .bx-next {
  display: block;
  position: absolute;
  left: 0px;
  right: auto;
  top: 50%;
  width: 100%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.322);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 55;
  font-size: 28px;
  color: #fff; }

.bx-prev:hover, .bx-next:hover {
  background: rgba(0, 0, 0, 0.5); }

.bx-next {
  right: 0px;
  left: auto; }

.bx-pager {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  display: block;
  text-align: center; }

.bx-pager-item {
  position: relative;
  display: inline-block; }
  .bx-pager-item a {
    position: relative;
    top: -36px;
    left: 0px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0px 8px;
    background-image: url(/App_Themes/HBReal-Standard/Images/slider-dot.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 14px;
    font-size: 0px;
    z-index: 55; }
  .bx-pager-item a.active, .bx-pager-item a:hover {
    background-image: url(/App_Themes/HBReal-Standard/Images/menu-dot.png); }

.SliderWrap.Other {
  height: 110px;
  /* .BlockContent::after{
        content: '';
        height: 130px;
        width: 10000px;
        background-color: #fff;
        position: absolute;
        left: 1320px;
        top: -12px;
        z-index: 52;
    } */ }

.NewsInner {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -70px -15px; }

.NewsOneWrap {
  width: 50%;
  padding: 0 70px 0;
  margin-bottom: 80px;
  text-align: center; }

.NewsOneWrap:last-child {
  margin-bottom: 50px; }

.NewsOne {
  position: relative; }

.NewsTeaserImage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(/App_Themes/HBReal-Standard/Images/striska-white.png) 50% #fe7907 no-repeat;
  background-size: 30px; }
  .NewsTeaserImage i {
    color: #fff;
    font-size: 34px; }

.NewsAllText {
  margin-left: 83px;
  padding-left: 25px;
  border-left: 1px solid #cfcfcf;
  text-align: left; }

h3 {
  margin: 0 auto 15px;
  font-size: 22px;
  line-height: 26px; }

.NewsCategory {
  margin: 0 auto 5px;
  font-style: italic; }

.NewsTeaserText {
  margin: 0 auto;
  max-height: 64px;
  overflow: hidden; }

.ReferenceInner {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 0; }
  .ReferenceInner .ReferenceOneWrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
    width: 100%; }
  .ReferenceInner .ReferenceOne {
    display: flex;
    flex-flow: row nowrap; }
  .ReferenceInner .ReferenceLeft {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #cfcfcf; }
  .ReferenceInner .ReferenceLeftInner {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center; }
  .ReferenceInner .Name {
    white-space: pre-line;
    min-width: 200px;
    text-align: center;
    margin-top: -1em; }
  .ReferenceInner .PageImage {
    width: 35px;
    height: 35px;
    margin-bottom: 5px; }
    .ReferenceInner .PageImage i {
      font-size: 20px; }
  .ReferenceInner .Date {
    font-size: 12px; }
  .ReferenceInner .Title {
    margin: 0 0 10px; }

.PageImage {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fe7907;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; }
  .PageImage i {
    color: #fff;
    font-size: 28px; }

.ContactsInner {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -20px; }
  .ContactsInner a:hover {
    color: #fe7907; }

.ContactOneWrap {
  width: 33.333333333%;
  padding: 0 20px;
  margin-bottom: 60px; }

.ContactOneWrap:hover .ContactOneImage {
  box-shadow: 0px 0px 20px 0px #fe7907; }

.ContactOneText {
  text-align: center; }
  .ContactOneText .FullName {
    margin-bottom: 10px;
    color: #fe7907; }

.ContactOneImageWrap {
  display: flex;
  justify-content: center; }

.ContactOneImage {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px 0px black;
  transition: 0.3s; }

.Contacts .BlockContent {
  padding: 60px 35px 90px;
  max-width: 1040px; }

.Contacts .KontaktyTop {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 50px;
  border: none;
  border: 1px solid #cfcfcf;
  box-shadow: 0px 10px 29px -9px rgba(0, 0, 0, 0.2);
  background: #e7e7e7; }
  .Contacts .KontaktyTop .Text {
    width: 350px;
    flex-shrink: 0;
    padding-left: 25px;
    padding-right: 25px;
    align-self: center;
    text-align: center; }
    .Contacts .KontaktyTop .Text img {
      max-width: 240px; }
  .Contacts .KontaktyTop .Mapa {
    flex-grow: 2;
    border-left: 1px solid #cfcfcf; }
    .Contacts .KontaktyTop .Mapa img {
      max-width: none;
      max-height: none; }

.Contacts .OfficeOneWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 30px;
  margin-bottom: 50px;
  border: none;
  border: 1px solid #cfcfcf;
  box-shadow: 0px 10px 29px -9px rgba(0, 0, 0, 0.2);
  background-color: #f4f4f4; }
  .Contacts .OfficeOneWrap a:hover {
    color: #fe7907; }

.Contacts .OfficeOneWrap:last-child {
  margin: 0; }

.Contacts .OfficeOneWrapInner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  flex-basis: 100%; }

.Contacts .OfficeOne {
  flex-basis: 100%; }

.Contacts .OfficeOneInfo {
  display: flex;
  flex-flow: row wrap; }
  .Contacts .OfficeOneInfo h2 {
    display: flex;
    align-items: center;
    margin: 0 30px 0 0;
    min-width: 200px; }

.Contacts .OfficeOneInfoDepartment {
  display: flex;
  flex-flow: row nowrap; }

.Contacts .PageImage {
  margin-right: 30px; }

.Contacts .OfficeOneInfoInner {
  display: flex;
  flex-flow: row nowrap; }

.Contacts .OfficeOneInfo01 {
  padding-right: 30px; }

.Contacts .OfficeTriggerWrap {
  display: flex; }

.Contacts .OfficeTrigger {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  min-width: 210px; }
  .Contacts .OfficeTrigger .PageImage {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: #cacaca;
    transition: .3s; }
    .Contacts .OfficeTrigger .PageImage i {
      position: relative;
      top: -1px;
      font-size: 15px; }

.Contacts .OfficeTrigger:hover, .Contacts .OfficeTrigger.expanded {
  color: #fe7907; }
  .Contacts .OfficeTrigger:hover .PageImage, .Contacts .OfficeTrigger.expanded .PageImage {
    background-color: #fe7907; }

.Contacts .OfficeContactListWrap {
  display: none;
  width: 100%; }

.Contacts .OfficeContactList {
  display: flex;
  margin-top: 60px;
  flex-basis: 100%; }
  .Contacts .OfficeContactList .ContactOneWrap {
    margin-bottom: 30px; }

.Jobs .BlockContent {
  padding: 60px 35px 90px;
  max-width: 1040px;
  display: flex;
  flex-flow: row wrap; }

.Jobs a:hover {
  color: #fe7907; }

.Jobs .JobsList {
  width: 100%; }

.Jobs .JobOneWrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 30px;
  margin-bottom: 50px;
  border: none;
  border: 1px solid #cfcfcf;
  box-shadow: 0px 10px 29px -9px rgba(0, 0, 0, 0.2);
  background-color: #f4f4f4;
  width: 100%; }

.Jobs .JobOneWrap:last-child {
  margin: 0; }

.Jobs .JobOne {
  width: 100%; }

.Jobs .JobBriefly {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between; }

.Jobs .JobImageName {
  display: flex;
  align-items: center; }

.Jobs .PageImageWrap {
  padding-right: 30px; }

.Jobs .JobName h2 {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
  min-width: 300px; }

.Jobs .JobTriggerWrap {
  display: flex;
  justify-content: center; }

.Jobs .JobTrigger {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer; }
  .Jobs .JobTrigger .PageImage {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: #cacaca;
    transition: .3s; }
    .Jobs .JobTrigger .PageImage i {
      font-size: 15px; }

.Jobs .JobTrigger:hover, .Jobs .JobTrigger.expanded {
  color: #fe7907; }
  .Jobs .JobTrigger:hover .PageImage, .Jobs .JobTrigger.expanded .PageImage {
    background-color: #fe7907; }

.Jobs .JobDetailsWrap {
  display: none;
  padding-top: 30px; }

.Jobs .JobDetails {
  display: flex;
  flex-flow: row wrap; }

.Jobs .JobDetailsHeadText h3 {
  font-size: 20px;
  margin: 15px auto 7px; }

.Jobs .JobDescription {
  flex-basis: 100%; }

.Jobs .JobDetailsSection:nth-child(2) {
  padding-right: 30px; }

.Jobs .JobDetailsSection {
  flex-basis: 50%; }
  .Jobs .JobDetailsSection ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .Jobs .JobDetailsSection li {
    padding-left: 23px;
    background: url(/App_Themes/HBReal-Standard/Images/menu-dot-gray.png) 5px 7px no-repeat;
    background-size: 5px; }

.Jobs .JobDetailsSection:last-of-type {
  flex-basis: 100%; }

.Jobs #JobForm {
  display: none; }

.Jobs .TableCell.Label {
  vertical-align: top;
  padding-top: 5px; }
  .Jobs .TableCell.Label.Upload {
    padding: 0; }

.Jobs textarea {
  height: 120px; }

.Department a {
  color: #fe7907;
  text-decoration: underline; }

.Department ul#DepartmentMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #cfcfcf; }
  .Department ul#DepartmentMenu li {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center; }
  .Department ul#DepartmentMenu li:not(:first-child) {
    border-top: 1px solid #cfcfcf; }
  .Department ul#DepartmentMenu li.Highlighted {
    border-left: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf; }
    .Department ul#DepartmentMenu li.Highlighted a {
      color: #818284; }
  .Department ul#DepartmentMenu li.Highlighted::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 2px;
    height: 59px;
    background-color: #fff; }
  .Department ul#DepartmentMenu a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #fe7907;
    font-weight: 700;
    text-decoration: none; }
  .Department ul#DepartmentMenu a:hover {
    color: #818284; }

.Department .BlockContent {
  padding: 60px 20px 90px;
  display: flex;
  flex-flow: row nowrap; }
  .Department .BlockContent h1:first-child {
    margin: 0 0 35px;
    text-transform: uppercase; }

.Department .DepartmentMenu {
  flex-basis: 20%; }

.Department .DepartmentContent {
  flex-basis: 80%;
  padding: 55px 60px;
  border-left: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf; }

.Department .DepartmentContentRepeater {
  padding-top: 30px; }

.Department .DepartmentContentRepeater:first-child {
  padding-top: 0px; }

.Department .DepartmentContentText p:first-child {
  margin-top: 0; }

.Department .DepartmentContentText p:last-child {
  margin-bottom: 0; }

.Department .DepartmentContentText:last-child {
  margin-bottom: 0; }

.Department .DepartmentNews {
  margin: 0 -30px; }
  .Department .DepartmentNews .NewsOneWrap {
    padding: 0 30px; }
    .Department .DepartmentNews .NewsOneWrap a {
      color: #818284;
      text-decoration: none; }
  .Department .DepartmentNews .NewsOneDetailWrap {
    padding: 0 30px; }
    .Department .DepartmentNews .NewsOneDetailWrap h2 {
      margin: 0 0 30px;
      font-size: 28px;
      line-height: 30px;
      text-transform: uppercase; }
    .Department .DepartmentNews .NewsOneDetailWrap .NewsContent {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      align-items: stretch;
      margin-bottom: 40px; }
      .Department .DepartmentNews .NewsOneDetailWrap .NewsContent .TextContent {
        font-size: 20px;
        line-height: 26px;
        font-weight: 300; }
      .Department .DepartmentNews .NewsOneDetailWrap .NewsContent .Date {
        padding-left: 30px;
        margin-left: 15px;
        border-left: 1px solid #cfcfcf;
        display: flex;
        align-items: center; }
        .Department .DepartmentNews .NewsOneDetailWrap .NewsContent .Date i {
          margin-right: 7px; }
  .Department .DepartmentNews .ImageGallery {
    padding-top: 40px;
    display: flex;
    flex-flow: row wrap; }
  .Department .DepartmentNews .ImageOneWrap {
    padding: 0 30px;
    width: 33.333333333%;
    margin-bottom: 30px; }
  .Department .DepartmentNews .ImageOne {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .Department .DepartmentNews .ImageOne img {
      max-height: 170px; }

.OurDepartment .BlockContent {
  padding: 60px 35px 15px;
  max-width: 1040px; }

.OurDepartment .Pages {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -60px; }

.OurDepartment .PageOneWrap {
  width: 33.333333333%;
  padding: 0 60px;
  margin-bottom: 70px;
  text-align: center; }

.OurDepartment .PageOne h3 {
  font-size: 24px; }

.OurDepartment .PageImage {
  margin: 0 auto 25px; }

.OurDepartment .PageDesc {
  margin: 0 auto; }

.News, .Strategy {
  border-top: 1px solid #cfcfcf; }
  .News .BlockContent, .Strategy .BlockContent {
    padding: 60px 35px 65px;
    max-width: 1040px; }
  .News .MoreButton, .Strategy .MoreButton {
    text-align: center; }
    .News .MoreButton i, .Strategy .MoreButton i {
      margin-left: 10px;
      font-size: 12px;
      font-weight: 700; }
    .News .MoreButton a, .Strategy .MoreButton a {
      color: #484848;
      font-size: 16px;
      font-weight: 700; }

.PagerWrap {
  width: 100%;
  display: flex;
  justify-content: center; }

.Pager {
  display: flex;
  align-items: baseline; }
  .Pager .PageImage {
    width: 25px;
    height: 25px; }
  .Pager .PagerItem {
    margin: 0 10px; }

.ContactUs {
  border-top: 1px solid #cfcfcf; }
  .ContactUs .BlockContent {
    padding: 60px 35px 70px;
    max-width: 1040px; }
  .ContactUs .BlockHeadText h2 {
    margin: 0 0 60px; }
  .ContactUs .ContactForm {
    display: flex;
    flex-flow: row wrap; }
    .ContactUs .ContactForm > * {
      width: 100%; }
  .ContactUs .Table {
    display: block; }
  .ContactUs .TableRow.Three {
    display: flex; }
    .ContactUs .TableRow.Three .TableCell {
      flex-basis: 33.33333333%; }
  .ContactUs .TableRow {
    display: flex; }
    .ContactUs .TableRow .TableCell {
      display: block;
      flex-basis: 100%;
      padding: 12px; }
  .ContactUs .EditingFormErrorLabel, .ContactUs .ErrorLabel {
    display: block;
    color: red; }
  .ContactUs .EditingFormErrorLabel {
    margin-top: 3px;
    padding: 0;
    position: relative;
    left: 12px; }
  .ContactUs .ErrorLabel {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px; }
  .ContactUs textarea {
    width: 100%;
    height: 160px;
    max-height: 180px; }

.Seda01 {
  background-color: #f4f4f4; }

.BreadCrumbsZone .BlockContent {
  padding: 60px 35px 0;
  max-width: 1040px; }
  .BreadCrumbsZone .BlockContent h1:first-child {
    margin: 0 0 35px;
    text-transform: uppercase; }

.BreadCrumbsZone .BlockContent.Wide {
  max-width: 1250px;
  padding: 60px 20px 0; }

.UsualContent .BlockContent {
  padding: 60px 35px 90px;
  max-width: 1040px; }
  .UsualContent .BlockContent h1:first-child {
    margin: 0 0 35px;
    text-transform: uppercase; }

.UsualContent .MainContent p {
  margin-bottom: 35px;
  line-height: 23px; }

.UsualContent .MainContent p:first-child {
  margin-top: 0; }

.UsualContent .MainContent p:last-child {
  margin-bottom: 0; }

.FooterMainContent {
  background-color: #e7e7e7;
  border-top: 1px solid #cfcfcf; }
  .FooterMainContent a:hover {
    text-decoration: underline; }
  .FooterMainContent .BlockContent {
    display: flex;
    padding: 65px 35px 70px;
    max-width: 1040px; }
  .FooterMainContent .FooterLeft {
    flex-grow: 2;
    border-right: 1px solid #cfcfcf; }
  .FooterMainContent .FooterRight {
    flex-grow: 1; }
    .FooterMainContent .FooterRight a {
      color: #fe7907; }
  .FooterMainContent .Menu01, .FooterMainContent .Menu02 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    .FooterMainContent .Menu01 h3, .FooterMainContent .Menu02 h3 {
      font-size: 24px;
      margin: 0;
      min-width: 240px;
      white-space: nowrap; }
    .FooterMainContent .Menu01 ul, .FooterMainContent .Menu02 ul {
      flex-basis: 70%;
      max-height: 70px;
      margin: 0;
      padding-left: 15px;
      display: flex;
      flex-flow: column wrap;
      list-style-type: none; }
    .FooterMainContent .Menu01 li, .FooterMainContent .Menu02 li {
      color: #fe7907;
      list-style: none; }
      .FooterMainContent .Menu01 li a, .FooterMainContent .Menu02 li a {
        font-size: 14px;
        padding-left: 15px;
        background: url(/App_Themes/HBReal-Standard/Images/menu-dot.png) 0px 5px no-repeat;
        background-size: 5px; }
  .FooterMainContent .Menu01 {
    padding: 0 0 50px; }
  .FooterMainContent .IconSN {
    display: flex;
    justify-content: center;
    padding: 30px 0 10px; }
  .FooterMainContent .IcoWrap {
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #fe7907;
    border-radius: 50%; }
    .FooterMainContent .IcoWrap i {
      color: #fff;
      font-size: 24px; }
  .FooterMainContent .IcoWrap:nth-of-type(1) i {
    position: absolute;
    top: 10px;
    left: 15px; }
  .FooterMainContent .IcoWrap:nth-of-type(2) {
    margin-left: 20px; }
    .FooterMainContent .IcoWrap:nth-of-type(2) i {
      position: absolute;
      top: 10px;
      left: 11px; }
  .FooterMainContent .IcoWrap:nth-of-type(3) {
    margin-left: 20px; }
    .FooterMainContent .IcoWrap:nth-of-type(3) i {
      position: absolute;
      top: 8px;
      left: 12px; }

.FooterBottomLine {
  border-top: 1px solid #cfcfcf;
  background-color: #e7e7e7; }
  .FooterBottomLine a:hover {
    text-decoration: underline; }
  .FooterBottomLine .BlockContent {
    padding: 25px 105px;
    display: flex; }
  .FooterBottomLine .LeftSide {
    width: 50%; }
  .FooterBottomLine .RightSide {
    width: 50%;
    text-align: right; }

.SubmitButton {
  display: flex;
  justify-content: center; }
  .SubmitButton input {
    width: 225px;
    height: 45px;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    text-transform: lowercase;
    border: none;
    background-color: #fe7907;
    cursor: pointer; }
    .SubmitButton input:hover {
      box-shadow: 0 0 8px black; }

.Btn01.Large {
  font-size: 20px;
  padding: 20px 25px; }

a.Btn01 {
  background-color: #fe7907;
  color: #fff;
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0px;
  padding: 15px 20px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  font-style: normal;
  -webkit-appearance: none;
  border-radius: 5px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: border 0.3s; }
  a.Btn01 a {
    color: #fff;
    text-decoration: none; }

div.Btn01 {
  display: inline-flex;
  margin-bottom: 20px; }
  div.Btn01 a {
    background-color: #fe7907;
    color: #fff;
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0px;
    padding: 15px 20px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-style: normal;
    -webkit-appearance: none;
    border-radius: 5px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: border 0.3s;
    color: #fff;
    text-decoration: none; }
  div.Btn01 a:hover {
    box-shadow: 0 0 8px black; }

a.Btn01:hover {
  box-shadow: 0 0 8px black; }

.Table {
  display: table;
  border-spacing: 25px;
  width: 100%; }

.TableRow {
  display: table-row; }

.TableCell {
  display: table-cell; }

/*# COOKIES #*/
.CookiesWrap {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 100000;
  text-align: center;
  font-size: 14px; }

.CookiesWrap input[type="submit"] {
  margin: 0px 10px;
  background-color: #fe7907;
  font-weight: 300;
  color: #fff;
  padding: 3px 6px;
  -webkit-appearance: none; }

.CookiesWrap a,
.CookiesWrap a:hover {
  color: #fff;
  text-decoration: underline; }

.HideBtn {
  display: none; }

/*# Back to top #*/
.BackToTop {
  display: none;
  position: fixed;
  right: 45px;
  bottom: 45px;
  width: 60px;
  height: 60px;
  background-color: #fe7907;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2; }
  .BackToTop i {
    position: absolute;
    top: 14px;
    left: 17px;
    font-size: 30px; }

.icon, .icon:before, .icon:after, .icon i, .icon i:before, .icon i:after {
  transition: all 0.2s ease; }

.icon {
  position: relative;
  left: -10px; }

.icon:before {
  content: '';
  position: absolute; }

.icon:after {
  content: '';
  position: absolute; }

.icon i {
  position: absolute; }

.icon i:before {
  content: '';
  position: absolute; }

.icon i:after {
  content: '';
  position: absolute; }

.menu.icon:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #fff; }

.menu.icon:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #fff; }

.menu.icon {
  color: #000;
  margin-left: 2px;
  margin-top: 9px;
  width: 20px;
  height: 3px;
  background-color: #fff; }

.close.icon:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 3px;
  width: 22px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.close.icon:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 3px;
  width: 22px;
  height: 3px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.close.icon {
  color: #000;
  margin-top: 0;
  margin-left: 0;
  width: 20px;
  height: 21px; }
