
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap'); */
 /* @font-face {
  font-family: Gotham-Black;  
  src: url(../fonts/Gotham-Black.otf);  
  font-weight: normal;  
}
@font-face {
  font-family: Gotham-Light;  
  src: url(../fonts/Gotham-Light.otf);  
  font-weight: normal;  
}
@font-face {
  font-family: Gotham-Thin;  
  src: url(../fonts/Gotham-Thin.otf);  
  font-weight: normal;  
}
@font-face {
  font-family: Gotham-XLight;  
  src: url(../fonts/Gotham-XLight.otf);  
  font-weight: normal;  
}
@font-face {
  font-family: Gotham-Ultra;  
  src: url(../fonts/Gotham-Ultra.otf);  
  font-weight: normal;  
} */
@font-face {
  font-family: Gotham-Book;  
  src: url(../fonts/Gotham-Book.otf);  
  font-weight: normal;  
}
body {
  /* font-family: 'Roboto', sans-serif; */
  /* font-family: 'Gotham-Black';  */
  /* font-family: 'Gotham-Light';  */
  /* font-family: 'Gotham-Thin'; */
  /* font-family: 'Gotham-XLight'; */
  /* font-family: 'Gotham-Book'; */
  font-family: 'Gotham-Book';
  color: #686b6b;
  font-size: 1rem;
  font-weight: 400;
}
header.main-header {
  background-color: #fff;
  border-bottom: 1px solid #e1e6e8;
  border-top: 1px solid #e1e6e8;
  color: #686b6b;
  height: 2.75rem;
  left: 0;
  margin-top: 2.75rem;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  border-top: none;
  height: 5rem;
  margin-top: 0;
}
header.main-header>.container {
  margin-bottom: 0;
  position: relative;
}
header.main-header>.container nav.header-main-menu {
  box-shadow: none;
  z-index: 99;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #686b6b;
}
.h1, h1 {
  font-size: 40px;
  font-weight: 700;
}
.h2, h2 {
  font-size: 1.75rem;
}
.h3, h3 {
  font-size: 1.5rem;
}
.h5, h5 {
  font-size: 1.125rem;
}
.h4, h4 {
  font-size: 1.25rem;
}
.btn {
  font-weight: 700;
  font-size: 12px;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  color: #686b6b;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1.063rem;
  font-size: .75rem;
  line-height: 6px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover, .btn-large:hover, .btn-small:hover {
  background-color: #a6192e;
}
.btn-secondary {
  background-color: transparent;
  border-color: #e4002b;
  color: #e4002b;
}
.btn-no-radius {
  border-radius: 0;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}
a {
  color: #e4002b;
  background-color: transparent;
}
a:hover {
  color: #a6192e;
  text-decoration: none;
}
.text-transform-none {
  text-transform: none;
}
.font-08rem {
  font-size: 0.8rem;
}
.font-1rem {
  font-size: 1rem !important;
}
.font-13rem {
  font-size: 1.3rem !important;
}
.font-size-16px {
  font-size: 16px !important;
}
.font-size-14px {
  font-size: 14px !important;
}
.span-reset-color {
  color: #686b6b;
  font-weight: normal;
}
#map {
  width: 100%;
  height: 400px;
  background-color: grey;
}
.site {
  padding: 5rem 0 0 0;
}
.width-150px {
  min-width: 150px;
}
/*Navigation*/
.header-logo-img {
  height: 2.70rem;
}
nav {
  background-color: #fff;
  width: 100%;
  height: 4.9rem;
  line-height: 56px;
  z-index: 1000;
}
nav .brand-logo {
  position: absolute;
  color: #686b6b;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}
nav a {
  color: #686b6b;
}
nav ul a {
  color: #686b6b;
}
.header-nav>* {
  display: table-cell;
  font-weight: 500;
  height: 5rem;
  vertical-align: middle;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: .75rem;
}
.header-nav>*>a {
  transition: all .35s;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 23px 0 23px;
}

nav ul a:hover {
  background-color: #fff;
  color: #232424;
}

.color-red {
    color: red !important;
}
.color-white {
    color: #fff !important;
}
.languages-chooser-container ul {
    list-style: none;
}
.languages-chooser-container ul li {
    display: inline-block;
}
.languages-chooser-container ul li.active {
  background-color: #fff
}
.languages-chooser-container ul li.active a {
  color: #060606;
}
.languages-chooser-container ul li a {
    color: #686b6b;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 8px;
}
nav.header-main-menu a.sidenav-trigger {
  display: block;
}
/*Buttons*/
.view-more-button {
  background: none;
}
.button-only-border-red {
  border: 1px solid red;
  display: inline-block;
  font-weight: 700;
  color: #686b6b;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  padding: 1.063rem;
  font-size: .75rem;
  line-height: 1;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.button-only-border-red:hover {
  background-color: #fff;
}

/*Navigation*/
.font-weight-600 {
  font-weight: 600;
}
section {
  margin: 0 auto;
  max-width: 1440px;
}
.card {
  border: none;
  border-radius: 0;
  margin-bottom: 12px;
  height: auto;
  display: block;
  transition: all .35s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.card.mix_heroHomepage {
  padding-bottom: 1.25rem;
}
.card-animation-container {
  position: relative;
  overflow: hidden;
}
.card-img-top {
  border-radius: 0;
}
.card img {
  width: 100%;
}

.card.mix_heroHomepage .card-animation-container:after, .card.mix_heroHomepage .card-animation-container:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  top: 0;
  transition: all .7s;
  width: 100%;
  z-index: 1;
}

.card.mix_heroHomepage .card-animation-container:before {
  background-color: hsla(180,1%,41%,.75);
  -ms-transform: skew(65deg) translateX(-160%);
  transform: skew(65deg) translateX(-160%);
}

.card.mix_heroHomepage .card-animation-container:after, .card.mix_heroHomepage .card-animation-container:before {
  opacity: 1;
}
.card.mix_heroHomepage .card-animation-container:before {
  -ms-transform: skew(65deg) translateX(-150%);
  transform: skew(65deg) translateX(-150%);
}
.theme-darkblue .card.mix_heroHomepage .card-animation-container:before, :not(html)>.theme-darkblue .card.mix_heroHomepage .card-animation-container:before {
  background-color: rgba(0,147,178,.75);
}


.card.mix_heroHomepage .card-animation-container:after {
  /* background-color: rgba(228,0,43,.75); */
  background-color: rgba(0,56,101,.75);
  -ms-transform: skew(-24deg) translateX(-70%);
  transform: skew(-24deg) translateX(-70%);
}
.card.mix_heroHomepage .card-animation-container:after {
  -ms-transform: skew(-24deg) translateX(-60%);
  transform: skew(-24deg) translateX(-60%);
}

.card.mix_heroHomepage .card-body {
  background-color: #f2f4f5;
  border: none;
  padding: 3.75rem 1.5rem;
  z-index: 1;
}



.card-title {
  margin-bottom: .75rem;
}
.btn-primary {
  color: #fff;
  background-color: #e4002b;
  border-color: #e4002b;
}
.card.mix_heroHomepage h1 {
  margin-bottom: .75rem;
  font-size: 2.5rem;
}
/* .card.mix_heroHomepage h1, .card.mix_heroHomepage h6 {
  color: #fff;
} */
.card.mix_karijera .card-body {
  background-color: #f2f4f5;
  border: none;
  padding: 3.75rem 1.5rem;
  z-index: 1;
}
.card.mix_karijera .card-body {
  background-color: transparent;
  color: #fff;
  left: 59rem;
  padding: 0;
  position: absolute;
  right: 10%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card.mix_karijera h1 {
  margin-bottom: .75rem;
  font-size: 60px;
}
.card.mix_karijera h1, .card.mix_karijera h6 {
  color: #fff;
}
.card.mix_karijera h6 {
  font-size: 25px;
}
.card-animation-container+.card-body.karijera-card-body:before {
  background: none;
}
.karijera-item {

}
.karijera-item .job-cnt {
  margin: 0 0 20px;
  display: block;
  position: relative;
  text-align: left;
  background: #ffffff;
  box-sizing: border-box;
  font-family: 'gotham-book';
  border-radius: 3px;
  overflow: hidden;
}

.karijera-item .job-cnt .category-info {
  width: 100%;
  bottom: 0;
  height: 35%;
  padding: 12px;
  position: absolute;
  text-align: left;
  transition: .4s ease all;
  background: rgba(0,0,0,0.74);
}
.karijera-item .job-cnt .category-info p {
  color: #fff;
  font-size: 14px;
}
.karijera-item .job-cnt a {
  color: #fff;
}
.testemonials-container {
  background-color: #020c2b; 
}

.karijera-item .job-cnt:hover .category-info {
  height: 50%;
  background: rgba(241,21,34,0.74);
}

.guidedNav h2 {
  font-family: Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}
.looking-for-box .label-title {
  font-size: 1.5rem;
  margin: 0 auto;
  text-align: center;
}
.looking-for-box .input-field {
  max-width: 340px;
}

.looking-for-box .select-wrapper input.select-dropdown {
  border-bottom: 2px solid #e4002b;
  color: #e4002b;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.looking-for-box .select-wrapper .caret {
  fill: rgba(255, 0, 0, 0.87);
}
.looking-for-box .dropdown-content li {
  text-align: center;
}
.looking-for-box .select-dropdown.dropdown-content li>a, .select-dropdown.dropdown-content li>span {
  color: #979797;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  border-bottom: 1px solid #979797;
}

.card.mix_hero {
  height: auto!important;
}

/*.card-animation-container+.card-body:before, */.card-img-top+.card-body:before {
  background-color: #e4002b;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: -4px;
}

.rich-text {
  margin-bottom: 1rem;
}

.carousel.mix_image, .hero.mix_hero-header, .valueProp.mix_keyValue {
  margin-bottom: 3rem!important;
}

.valueProp.mix_keyValue {
  margin-top: 8rem!important;
}
.valueProp.mix_keyValue {
  position: relative;
}
.valueProp.mix_keyValue .valueProp-title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  min-height: 3.75rem;
  margin-bottom: -1.875rem;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.valueProp.mix_keyValue .valueProp-title:before {
  background-color: rgba(0,147,178,.75);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 12px);
}
.valueProp.mix_keyValue .valueProp-title .container {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: relative;
}
.valueProp.mix_keyValue .valueProp-img-wrapper {
  margin-bottom: 3.75rem;
  overflow: hidden;
  position: relative;
}
.valueProp.mix_keyValue .valueProp-img-wrapper:before {
  content: "";
  background-image: url(../images/bg-lines@2,0x.png);
  background-size: auto 100%;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.valueProp.mix_keyValue .valueProp-img-top {
  height: auto;
  min-height: 340px;
  min-width: 100%;
}
.valueProp.mix_keyValue .valueProp-statList {
  list-style-type: none;
  margin-bottom: 3.75rem;
  padding: 0;
}
.valueProp.mix_keyValue .valueProp-statList-item {
  margin-bottom: 1.875rem;
}
.valueProp.mix_keyValue .valueProp-statList-item-term {
  color: #e4002b;
  display: block;
  font-size: 4.75rem;
  font-weight: 700;
  line-height: 1.2;
  min-width: 10rem;
  opacity: .8;
}
.valueProp.mix_keyValue .valueProp-statList-item-definition {
  color: #232424;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.container-headline {
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
.border-bottom-green {
  border-bottom: 4px solid #96dee5
}
.card.mix_story .card-body {
  border: none;
  border-bottom: 1px solid #c6c9cb;
  border-radius: 0;
  padding: 0 1.25rem 1.25rem 0;
  position: relative;
  margin-top: 1.5rem;
}
.card.mix_story .card-body.card-properties {
  border-bottom: none
}
.card.mix_story .card-subtitle {
  font-size: .75rem;
  margin-bottom: .5rem;
  text-transform: uppercase;
  font-weight: 700;
}
/*tabs*/
.tabs-people .tabs {
  background: none;
}
.tabs-people .tabs li {
  background: none;
}
.tabs-people .tabs li a {
  color: #000;
}
.tabs-people .tabs a.active {
  border-bottom: 2px solid #e4002b;
  color: #000;
  background: none;
}
.tabs-people .tabs .tab a:focus {
  background: none;
}
/*tabs*/

/*Nekretnine*/
article .nekretnine-item {
  border-bottom: 1px solid #c6c9cb;
  border-radius: 0;
  border-top: none;
  padding-bottom: 1rem;
}
.properties-cnt {
  border: 1px solid #ddd;
}
.archive-img-cnt {
  min-width: 375px;
}
/*Nekretnine*/

/*People*/
.featuredContent-container .featuredContent-image {
  border-bottom: 4px solid #e4002b;
}
.featuredContent-body {
  padding-top: 2.125rem;
  padding-bottom: 1.875rem;
}
.featuredContent-body h3 {
  color: #e4002b;
  line-height: .625rem;
}
#featured-services-nav-cnt, 
/* #owl-members-nav-cnt  */
#featured-owl-brokerage-services, 
#featured-owl-occupier-services, 
#featured-owl-investor-services, 
/* #owl-members-nav-cnt  */
#featured-owl-consultancy-services, 
#owl-members-nav-cnt 
{
  position: absolute;
  top: -10px;
  right: 0;
  background: #fff;
  padding: 5px;
}
#featured-services-nav-cnt button,
#featured-owl-brokerage-services button,
#featured-owl-occupier-services button,
#featured-owl-investor-services button,
#featured-owl-consultancy-services button,
#owl-members-nav-cnt button 
{
  background: #a7a8aa;
  border: none;
  margin: 2px;
}
#featured-services-nav-cnt button span,
#featured-owl-consultancy-services button span,
#featured-owl-brokerage-services button span,
#featured-owl-occupier-services button span,
#featured-owl-investor-services button span,
#owl-members-nav-cnt button span 
{
  color: #fff;
  font-size: 25px;
  padding: 0 10px;
}
.card.mix_service .card-body {
  border: 1px solid #c6c9cb!important;
  padding: 2rem 1.25rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card.mix_service .card-body h5 {
  font-size: 14px;
}
#owl-occupier-services .card.mix_service .card-body h5, #owl-investor-services .card.mix_service .card-body h5 {
  height: 49px;
  overflow: auto;
}
.card.mix_service .card-body .rich-text {
  font-size: 16px;
}
.search-people-css .select-dropdown.dropdown-content li>span {
  color: #979797;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    border-bottom: 1px solid #979797;
    padding: 10px;
}
.hero-search-people.hero {
  padding-bottom: 50px;
}
.image-cropper {
  width: 225px;
  height: 225px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto
}
.item-testimonials-cnt .image-cropper {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto
}
.item-testimonials-cnt .item-testimonial {
  color: #fff;
  font-size: 23px;
}
.item-testimonials-cnt .item-testimonial-name {
  font-size: 18px;
}
.item-testimonials-cnt .item-testimonials-position {
  color: #fff;
}
#owl-testimonials-nav-cnt {
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  z-index: 100;
}
#owl-testimonials-nav-cnt button {
  border: none;
  background: none;
  font-size: 60px;
    line-height: 60px;
}
#owl-testimonials-nav-cnt button span {
  color: #fff;
}
.profile-pic {
  display: inline;
  margin: 0 auto;
  margin-left: 0;
  height: 100%;
  width: auto;
}
.card.mix_person .card-body hr {
  width: 2.5rem;
}

/*People*/
.hero {
  background-color: #f2f4f5;
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}
.hero.mix_hero-prefooter {
  font-size: .875rem;
  margin-bottom: 0;
}
.single-property-atrr {
  border-bottom: 1px solid #ddd;
}
.property-a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
.sidebar {
  background-color: #f2f4f5;
  border-top: 4px solid #e4002b;
  overflow: hidden;
  padding: 2.25rem 2.5rem 1.875rem;
  position: relative;
  margin-bottom: 1.5rem;
}
.sidebar.mix_transparent {
  background-color: transparent;
  border: 1px solid #c6c9cb;
  border-top: 4px solid #e4002b;
}
.sidebar .sidebar-body {
  position: relative;
}

/*Owl single page*/
#owl-single-page {
  position: relative;
}
.owl-nav {
  position: absolute;
  top: 43%;
  width: 100%;
  padding: 0 15px;
}
#owl-single-page.owl-carousel .owl-nav button.owl-next {
  float: right;
  position: relative;
}
#owl-single-page.owl-carousel .owl-nav button.owl-prev {
  float: left;
  position: relative;
}
#owl-single-page.owl-carousel .owl-nav button.owl-next span, #owl-single-page.owl-carousel .owl-nav button.owl-prev span {
  font-size: 49px;
  color: #fff;
}
#owl-single-page.owl-carousel .owl-nav button.owl-prev:before,
#owl-single-page.owl-carousel .owl-nav button.owl-next:before {
  content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -13px;
    width: 62px;
    height: 73px;
    background-image: linear-gradient(120deg, #ffffff, #000000);
    background-size: 45px 73px;
    opacity: 0.1;
    z-index: 1;
    background-repeat: no-repeat;
}
.search-triangle:after, .search-triangle:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.hero.mix_hero-search.isOnScreen .search-triangle:before {
  -ms-transform: skew(-77deg) translateX(300%);
  transform: skew(-77deg) translateX(300%);
  z-index: 1;
  background: #ebeeef;
  animation: o 0.7s;
  transition-delay: .35s;
}
.hero.mix_hero-search.isOnScreen .search-triangle:after {
  -ms-transform: skew(53deg) translateX(-150%);
  transform: skew(53deg) translateX(-150%);
  background: #e3e5e6;
  animation: n .35s;
}
.hero-background-image {
  height: auto;
  left: 50%;
  margin-left: -50%;
  min-height: 100%;
  min-width: 100%;
  opacity: .05;
  position: absolute;
  top: 0;
  width: auto;
}

/*Pagination*/
nav[aria-labelledby="posts-nav-label"] {
  background: none;
  box-shadow: none;
  height: auto;
}
ul.pagination {
  justify-content: flex-end;
}
ul.pagination li {
  border: none;
  height: auto;
  background: none;
}
ul.pagination li.active {
  background: none;
  
}
ul.pagination li.page-item.active span.page-link {
  z-index: 3;
  color: #fff;
  background-color: #e4002b;
  color: #fff;
  border: 1px solid #e4002b;
  border-radius: 50%;
  width: 35px;
  font-weight: bold;
}
.pagination li a {
  color: #e4002b;
  border: none;
}
.pagination .page-link {
  color: #e4002b;
  background-color: #fff;
  border: none;
}
.search-people-css ul {
  height: 174px !important;
  position: relative;
}
.search-people-css .select-wrapper {
  max-width: 500px;
}
.selectedPropertyItem p {
  color: #686b6b;
  margin: 0;
}
.footerPrivacy {
  background-color: #686b6b;
  font-size: .75rem;
  color: #fff;
}
footer .container {
  margin-bottom: auto;
  margin-top: auto;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.footerPrivacyNav {
  font-weight: 400;
  list-style-type: none;
  padding-left: 0;
}
.footerSocialNav {
  font-size: 1rem;
  list-style-type: none;
  padding-left: 0;
}
.footerSocialNav li {
  display: inline;
  margin-right: 1rem;
}
.footerSocialNav li a div.instagram-name {
  display: none;
  position: absolute;
  bottom: -31px;
  left: -35px;
  font-size: 12px;
  color: #ea2929;
  background: #ced3d3;
  padding: 5px;
  border-radius: 3px;
}
.footerSocialNav li:hover a div.instagram-name {
  display: block;
}

.card.mix_hero-pageTitle .card-title {
  font-size: 1.75rem;
  margin-bottom: .25rem;
}

.card-animation-block.mix_primary {
  background-color: hsla(180,1%,41%,.75);
  transform: rotate(-53deg) translate3d(89%,40%,0);
}

.card-animation-block.mix_secondary {
  animation-delay: 0.7s;
  background-color: #e4002b;
  transform: rotate(-65deg) translate3d(10%,132%,0);
}

.card-animation-block {
  animation-delay: 0.35s;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  height: 100%;
  left: 10%;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.7s;
  width: 100%;
}

.card.mix_hero-pageTitle .card-animation-block.mix_secondary {
  transform: rotate(-65deg) translate3d(10%,99%,0);
}

.card.isOnScreen .card-animation-block.mix_secondary {
  animation-name: k;
}

.footerNav {
  font-weight: 400;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.footerNav li {
  line-height: 1;
  margin-bottom: 26px;
}
.footerNav li a{
  color: #686b6b;
}
ul.breadcrumbs {
  color: #686b6b;
  font-size: 12px;
}
ul.breadcrumbs li {
  display: inline;
}

ul.breadcrumbs li a {
  color: inherit;
  text-decoration: none;
}
ul.breadcrumbs li strong.bread-current {
  color: #232424;
  overflow: hidden;
  text-overflow: ellipsis;
}
.rowItem-line-after {
  border-bottom: 1px solid #c6c9cb;
  border-radius: 0;
  border-top: none;
  margin-bottom: 1rem;
}
.insights-list-menu li a {
  font-weight: bold;
}
.insights-list-menu li.active a {
  color: #686b6b;
}

.verticalTabs-title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-right: 0;
  text-transform: uppercase;
  width: auto;
}
.media-item-cnt {
  position: relative;
  display: inline-block;
}
.media-item-cnt .media-icon-video {
  position: absolute;
  right: 19px;
  bottom: 19px;
}
.media-item-cnt .media-icon-pdf {
  position: absolute;
  right: 15px;
  bottom: 37px;
}
.media-item-cnt .media-icon-video.big {
  position: absolute;
  right: 22px;
  bottom: 22px;
  font-size: 30px;
}
.media-item-cnt .media-icon-pdf.big {
  position: absolute;
  right: 21px;
  bottom: 16px;
  font-size: 30px;
}
.sidenav-overlay {
  z-index: 98;
}
.insight-triangle {
  position: relative;
  overflow: hidden;
}
.insight-triangle:after, .insight-triangle:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  width: 100%;
  height: 100%;
}
.insight-triangle:before {
  top: 0;
  background: rgba(0,147,178,.75);
  -ms-transform: skew(-27.75deg) translateX(100%);
  transform: skew(-27.75deg) translateX(100%);
  z-index: 1;
}
.insight-triangle:after {
  height: 4px;
  width: 84.6%;
  bottom: 0;
  background: rgba(0,147,178,.75);
  -ms-transform: skew(-27.75deg) translateX(0);
  transform: skew(-27.75deg) translateX(0);
}
.hChapter {
  color: #232424;
  position: relative;
  text-transform: uppercase;
}
.hChapter-numeral {
  color: #e4002b;
  display: block;
  font-size: 4.75rem;
  font-weight: 700;
}
.card.mix_service {
  border-top: 3px solid rgba(0,56,101,.75);
  height: 100%;
    margin-bottom: 24px;
}
.card.mix_service .card-body .btn-secondary {
  margin-top: auto;
}
.regional-coverage-background {
  background: url(../images/about-us/regionalna-pokrivenost-EU.jpg) 0 0 no-repeat;
  background-position: center;
  background-size: 100%;
  background-size: cover;
}
.media-item-cnt.top-archive .media-icon-pdf.big  {
  left: 15px;
}
.sidenav li>p.adressa {
  color: rgba(0,0,0,0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  padding: 0 20px;
}
.sidenav li>a {
  padding: 0 20px;
}
.sidenav li>a.side-menu-link {
  padding: 0;
}
.card .card-title {
  font-weight: 600;
}
.img-height-230 {
  height: 230px;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}
.alert-coveo, .alert-gdpr {
  font-size: .875rem;
  margin-bottom: 0;
}
.alert-gdpr {
  background-color: #fff;
  border-top: 4px solid #e4002b;
  bottom: 0;
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition: all .35s;
  z-index: 500;
}
.alert-gdpr.isActive {
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.modal#investmentModal {
  background: none !important;
  box-shadow: none !important
}

/*Media query*/
@media (min-width: 48em) {
  .d-md-none {
    display: none!important;
  }
  .hero.mix_hero-search.isOnScreen .search-triangle:before {
    -ms-transform: skew(-77deg) translateX(140%);
    transform: skew(-77deg) translateX(140%);
  }
  .hero.mix_hero-search.isOnScreen .search-triangle:after {
    -ms-transform: skew(53deg) translateX(-115%);
    transform: skew(53deg) translateX(-115%);
  }
}

@media (min-width: 62em) {
  .container .indented {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: calc(16.66666% + 24px);
    padding-right: calc(16.66666% + 24px);
}
  .container .indented .hChapter {
    margin-left: calc(0px - (8.33333% + 12px));
  }
  .hChapter-numeral {
    display: inline;
    font-size: 6.25rem;
    margin-right: 2.5rem;
    vertical-align: middle;
  }
  .card.mix_heroHomepage .card-body {
    background-color: transparent;
    color: #fff;
    left: 4.25rem;
    padding: 0;
    position: absolute;
    right: 50%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .card.mix_heroHomepage h1, .card.mix_heroHomepage h6 {
    color: #fff;
  }
  .border-lg-right {
    border-right: 1px solid #c6c9cb;
  }
  header.main-header>.container {
    background-color: #fff;
    /* display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: -2px; */
    z-index: 99;
  }  
  .footerNav {
      columns: 2;
  }
  .card.mix_hero-pageTitle.isOnScreen .card-body {
    animation-name: j;
  }
  .card.mix_hero-pageTitle .card-title {
      font-size: 2.5rem;
  }
  .footerPrivacyNav li {
    display: inline;
    line-height: 1.5rem;
    margin-right: .45rem;
  }
  .card.mix_heroHomepage {
    border: none;
    position: relative;
  }
  .card.mix_heroHomepage .card-img-top {
    height: 100%;
    position: relative;
    width: 100%;
  }
  .card.mix_heroHomepage .card-animation-container:before {
    -ms-transform: skew(77deg) translateX(-110%);
    transform: skew(77deg) translateX(-110%);
  }
  .card.mix_heroHomepage .card-animation-container:after {
    -ms-transform: skew(-24deg) translateX(-45%);
    transform: skew(-24deg) translateX(-45%);
  }
  .card.mix_heroHomepage:after {
    bottom: 0;
    content: url(../images/dots.png);
    height: 2.5rem;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
  }
  .card.mix_hero {
    position: relative;
  }
  .card.mix_hero .card-body {
    background-color: hsla(0,0%,100%,.95);
    left: 15%;
    padding: 3.75rem 2.5rem;
    position: absolute;
    right: 50%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .valueProp.mix_keyValue .valueProp-title {
    left: 0;
    top: -3.125rem;
    padding: 2.5rem 0;
    position: absolute;
    width: 100%;
  }
  .valueProp.mix_keyValue .valueProp-title:before {
    width: 70%;
  }
  .valueProp.mix_keyValue .valueProp-img-wrapper:before {
    background-size: 100% 100%;
  }
  .card.mix_hero .card-body.home-find-property {
    padding: 2.75rem 1rem;
  }
  .home-find-property-btn {
    line-height: 14px;
    padding: 0;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 46px;
    letter-spacing: 0;
  }
  .valueProp.mix_keyValue .valueProp-statList, .valueProp.mix_keyValue .valueProp-statList-item {
    margin-bottom: 0;
  }
  .valueProp.mix_keyValue .valueProp-statList-item-term {
    display: inline-block;
    font-size: 6rem;
  }
  .valueProp.mix_keyValue .valueProp-statList-item-definition {
    display: inline-block;
    font-size: 1.75rem;
  }
  .valueProp.mix_keyValue>.container {
    left: 50%;
    position: absolute;
    top: 8rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .container-headline.mix_align-center:after, .container-headline.mix_align-center:before {
    background-color: #c6c9cb;
    bottom: auto;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    top: auto;
    vertical-align: middle;
    width: 50%;
  }
  .container-headline.mix_align-center {
    text-align: center;
  }
  .container-headline.mix_align-center:before {
    margin-left: -50%;
    margin-right: 24px;
  }
  .container-headline.mix_align-center:after {
    margin-right: -50%;
    margin-left: 24px;
  }
  .hero-prefooter-stripes {
    background-image: url(../images/properties/hero_mix_prefooter_stripes@2,0x.png);
    background-position-x: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    right: -30px;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .card.mix_hero-pageTitle:after {
    bottom: 0;
    content: url(../images/card_mix_hero-pageTitle-hr.png);
    display: block;
    height: 32px;
    left: 0;
    margin-top: -16px;
    overflow: hidden;
    position: relative;
    right: 0;
  }
  .hero>.container {
    padding: 3.75rem 12px;
    text-align: left;
  }
  .hero.mix_hero-search.isOnScreen .search-triangle:before {
    background: #e4002b;
    -ms-transform: skew(-27.75deg) translateX(90%);
    transform: skew(-27.75deg) translateX(90%);
    animation: k 0.7s;
  }
  .hero-background-image {
    display: block;
  }
  .hero.mix_hero-search.isOnScreen .search-triangle:after {
    background: hsla(180,1%,41%,.75);
    -ms-transform: skew(53deg) translateX(108%);
    transform: skew(53deg) translateX(108%);
    animation: k .35s;
  }
  .card.mix_hero-pageTitle .card-body {
    animation-delay: 1.05s;
    animation-duration: 1.05s;
    animation-fill-mode: forwards;
    background-color: hsla(0,0%,100%,.95);
    left: 10%;
    padding: 3.75rem 2.5rem;
    position: absolute;
    right: 25%;
    top: 50%;
  }
  .card.mix_hero-pageTitle .card-body, .card.mix_hero-pageTitle.isOffScreen .card-body {
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  .card.mix_hero-pageTitle .card-animation-container+.card-body, .card.mix_hero-pageTitle .card-img-top+.card-body {
    border-top: 4px solid #e4002b;
  }
  .card.mix_hero-pageTitle .card-animation-block.mix_secondary {
    transform: rotate(-62.25deg) translate3d(10%,128%,0);
  }
}

@media (min-width: 75em) {
  .container {
    max-width: 1200px;
  }
  .valueProp.mix_keyValue .valueProp-title {
      padding: 3.75rem 0;
      top: -5rem;
  }
  .valueProp.mix_keyValue>.container {
    top: 11rem;
  }
  .hero-prefooter-stripes {
    right: 20px;
  }
  .hero.mix_hero-search.isOnScreen .search-triangle:before {
    -ms-transform: skew(-27.75deg) translateX(92.5%);
    transform: skew(-27.75deg) translateX(92.5%);
  }
  .hero.mix_hero-search.isOnScreen .search-triangle:after {
    -ms-transform: skew(53deg) translateX(104%);
    transform: skew(53deg) translateX(104%);
  }
}

@media (min-width: 1200px) {
  .main-header .container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .header-menu-links {
    display: none;
  }
}

@keyframes k {
  0% {
      left: 10%;
      opacity: 0
  }

  to {
      left: 0;
      opacity: .8
  }
}

@keyframes l {
  0% {
      left: -10%;
      opacity: 0
  }

  to {
      left: 0;
      opacity: .8
  }
}

@keyframes m {
  0% {
      top: -10%;
      opacity: 0
  }

  to {
      top: 0;
      opacity: .8
  }
}

@keyframes n {
  0% {
      bottom: -10%;
      opacity: 0
  }

  to {
      bottom: 0;
      opacity: .8
  }
}

@keyframes o {
  0% {
      bottom: 10%;
      opacity: 0
  }

  to {
      bottom: 0;
      opacity: .8
  }
}