@import url('reset.css');
/* ---------------- */
/* Variables */
/* ---------------- */
.clear_after {
  content: '';
  display: block;
  clear: both;
}
.hide_text {
  font-size: 0;
  line-height: 0;
  text-indent: -2000px;
}
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rwd_padding {
  padding-left: 1rem;
  padding-right: 1rem;
}
/* ---------------- */
/* General */
/* ---------------- */
* {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.align_center {
  text-align: center;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.overflow_hidden {
  overflow: hidden;
}
label,
input[type="submit"],
button {
  cursor: pointer;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
img {
  max-width: 100%!important;
  height: auto;
}
h1 {
  margin: 0px;
}
/* ---------------- */
/* Structure */
/* ---------------- */
body {
  font-size: 16px;
  font-family: 'Montserrat';
}
.page_width {
  width: 72rem;
  margin: 0px auto;
}
.page_width:after {
  content: '';
  display: block;
  clear: both;
}
#titlebar {
  padding: 1.25rem 0px;
  background: #f8f8f8;
}
#titlebar #logo {
  float: left;
}
#titlebar #logo img {
  display: block;
}
#titlebar .right_part {
  float: right;
}
#titlebar .right_part:after {
  content: '';
  display: block;
  clear: both;
}
#titlebar #titlebar_menu {
  float: left;
}
#titlebar #titlebar_menu #menu_anchor {
  width: 3rem;
  height: 3rem;
  display: block;
  background: url('../img//hamburger_black.png') center no-repeat;
  background-size: cover;
  display: none;
}
#titlebar #titlebar_menu .menu {
  padding-top: 3.5rem;
}
#titlebar #titlebar_menu .menu:after {
  content: '';
  display: block;
  clear: both;
}
#titlebar #titlebar_menu .menu > li {
  float: left;
  padding-right: 1.5rem;
  position: relative;
}
#titlebar #titlebar_menu .menu > li:last-child {
  padding-right: 0px;
}
#titlebar #titlebar_menu .menu > li > a {
  font-size: 0.95em;
  color: #555555;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding-bottom: 1.5rem;
  position: relative;
}
#titlebar #titlebar_menu .menu > li > a:after {
  background: #ec1824;
  height: 5px;
  width: 100%;
  position: absolute;
  content: '';
  display: block;
  left: 0px;
  bottom: 0px;
  transform: scale(0);
  transition: transform 0.3s;
}
#titlebar #titlebar_menu .menu > li.current-menu-item > a,
#titlebar #titlebar_menu .menu > li.current-menu-ancestor > a,
#titlebar #titlebar_menu .menu > li:hover > a {
  color: #888888;
}
#titlebar #titlebar_menu .menu > li.current-menu-item > a:after,
#titlebar #titlebar_menu .menu > li.current-menu-ancestor > a:after,
#titlebar #titlebar_menu .menu > li:hover > a:after {
  transform: scale(1);
}
#titlebar #titlebar_menu .menu > li:hover > ul {
  display: block;
}
#titlebar #titlebar_menu .menu > li > ul {
  background: #ec1824;
  width: 15.5rem;
  padding: 1rem 1.75rem 1.25rem 1.75rem;
  position: absolute;
  bottom: 5px;
  transform: translateY(100%);
  left: 0px;
  display: none;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#titlebar #titlebar_menu .menu > li > ul > li.current-menu-item > a {
  text-decoration: underline;
}
#titlebar #titlebar_menu .menu > li > ul > li > a {
  border-bottom: 1px solid #f25e66;
  font-size: 0.8em;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  display: block;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
#titlebar #titlebar_menu .menu > li > ul > li:last-child > a {
  margin-bottom: 0px;
}
#titlebar .social_icons {
  float: left;
  padding-left: 2.5rem;
  margin-left: 2rem;
  position: relative;
  margin-top: 3.5rem;
}
#titlebar .social_icons:after {
  content: '';
  display: block;
  clear: both;
}
#titlebar .social_icons:before {
  width: 1px;
  background: #dddddd;
  height: 1rem;
  left: 0px;
  top: 50%;
  margin-top: -0.5rem;
  content: '';
  display: block;
  position: absolute;
}
#titlebar .social_icons li {
  float: left;
  margin-right: 2.5rem;
}
#titlebar .social_icons li:last-child {
  margin-right: 0px;
}
#titlebar .social_icons li a {
  display: block;
  position: relative;
  top: 2px;
}
#top {
  position: relative;
}
#top .our_investment {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 72rem/2);
  z-index: 10;
}
#top .slides li {
  height: 36.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
#top .slides li .subtitle {
  color: white;
  padding-bottom: 0.3rem;
}
#top .slides li .title {
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em;
  padding-bottom: 1rem;
}
#home_content {
  background: #f8f8f8;
}
#investments_logos {
  margin-bottom: 3rem;
}
#investments_logos .page_width {
  background: white;
}
#investments_logos .logos li .container {
  width: 100%;
  height: 8.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#investments_logos .logos li .container img {
  max-width: none;
  width: auto;
}
#current_investments .map_wrapper {
  display: flex;
}
#current_investments .map_wrapper .map_menu {
  width: 25%;
  background: white;
  padding-right: 3rem;
  padding-top: 2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#current_investments .map_wrapper .map_menu li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0.75rem;
}
#current_investments .map_wrapper .map_menu li:last-child {
  margin-bottom: 0px;
}
#current_investments .map_wrapper .map_menu li a {
  padding: 0.75rem 0px 0.5rem 3rem;
  display: block;
  font-size: 1.625em;
  color: #555555;
  font-weight: 500;
  position: relative;
}
#current_investments .map_wrapper .map_menu li a:hover {
  color: #0071c0;
  text-decoration: none;
}
#current_investments .map_wrapper .map_menu li.current > a {
  color: #0071c0;
}
#current_investments .map_wrapper .map_menu li.current > a:after {
  width: 5px;
  height: 100%;
  background: #ec1824;
  left: 0px;
  top: 0px;
  content: '';
  display: block;
  position: absolute;
}
#current_investments .map_wrapper .map {
  width: 55%;
}
#current_investments .map_wrapper .map img {
  max-width: none !important;
}
#current_investments .map_wrapper .map_image {
  width: 20%;
}
#current_investments .map_wrapper .map_image img {
  object-fit: cover;
}
#welcome {
  padding: 3rem 0px;
}
#bottom_dark_box {
  padding: 3rem 0px;
}
#bottom_dark_box .header {
  color: white;
}
#bottom_dark_box p {
  color: white;
}
.news_items:after {
  content: '';
  display: block;
  clear: both;
}
.news_items li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news_items li:nth-child(2n+1) {
  clear: both;
  padding-right: 1rem;
}
.news_items li:nth-child(2n) {
  padding-left: 1rem;
}
.news_items li .title {
  padding-bottom: 1rem;
}
.news_items li .title a {
  color: #399ce1;
}
#news_items {
  padding: 4rem 0px;
  background: #f8f8f8;
}
#footer .upper {
  padding: 1.5rem 0px;
  border-bottom: 1px solid #ebebeb;
}
#footer .upper:after {
  content: '';
  display: block;
  clear: both;
}
#footer .upper .footer_menu {
  float: left;
}
#footer .upper .footer_menu:after {
  content: '';
  display: block;
  clear: both;
}
#footer .upper .footer_menu li {
  text-transform: uppercase;
  font-size: 0.8em;
  float: left;
  margin-right: 1.5rem;
}
#footer .upper .footer_menu li:last-child {
  margin-right: 0px;
}
#footer .upper .footer_menu li a {
  color: #888888;
}
#footer .upper .footer_menu li.current-menu-item a,
#footer .upper .footer_menu li.current-menu-ancestor a {
  text-decoration: underline;
}
#footer .upper .privacy_policy {
  float: right;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #888888;
}
#footer .lower {
  padding: 1.5rem 0px;
}
#footer .lower:after {
  content: '';
  display: block;
  clear: both;
}
#footer .lower .copyrights {
  float: left;
  color: #888888;
}
#footer .lower .copyrights a {
  color: #888888;
  font-weight: bold;
}
#footer .lower .realization {
  float: right;
  color: #888888;
}
#footer .lower .realization a {
  color: #399ce1;
}
#pagebar {
  background: white;
  padding: 3.75rem 0px;
}
#pagebar .title {
  color: #0071c0;
  font-weight: 300;
}
#content {
  padding: 3.75rem 0px;
  background: #f8f8f8;
}
.investments_list .investment {
  background: white;
  margin-bottom: 3.5rem;
}
.investments_list .investment:last-child {
  margin-bottom: 0px;
}
.investments_list .investment .investment_header {
  display: grid;
  grid-template-columns: 36rem auto;
  grid-column-gap: 3rem;
}
.investments_list .investment .investment_header .thumbnail {
  display: block;
}
.investments_list .investment .investment_header .thumbnail img {
  display: block;
}
.investments_list .investment .investment_header .properties_area {
  padding: 2.5rem 0px 1.5rem 0px;
}
.investments_list .investment .investment_header .properties_area .logo {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.investments_list .investment .investment_header .properties_area .properties li {
  font-family: 'PT Sans';
  font-size: 0.95em;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 1rem;
}
.investments_list .investment .investment_header .properties_area .properties li .label {
  text-align: right;
  color: #ec1824;
}
.investments_list .investment .investment_header .properties_area .properties li .value {
  text-align: left;
  color: #555555;
}
.investments_list .investment .content {
  padding: 2rem 1.5rem;
}
.news_items_in_category {
  overflow: hidden;
}
.news_items_in_category > li {
  width: 50%;
  float: left;
  margin-bottom: 2.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news_items_in_category > li:nth-child(2n+1) {
  padding-right: 1.5rem;
  clear: both;
}
.news_items_in_category > li:nth-child(2n) {
  padding-left: 1.5rem;
}
.news_items_in_category > li .title {
  margin-bottom: 1rem;
}
.news_items_in_category > li .title a {
  color: #399ce1;
}
/* ---------------- */
/* Content Text */
/* ---------------- */
.pagination {
  padding: 0px 0px 3rem 0px;
  text-align: center;
}
.pagination span,
.pagination a {
  display: inline-block;
  padding: 0px 0.75rem;
  height: 2rem;
  line-height: 2rem;
  vertical-align: top;
  margin: 0px 4px;
  font-size: 0.875em;
  text-decoration: none;
}
.pagination .extend {
  color: #555555;
}
.pagination .page {
  color: #555555;
}
.pagination .page:hover {
  color: white;
  background-color: #ec1824;
  opacity: 0.8;
}
.pagination .current {
  color: white;
  background-color: #ec1824;
}
.pagination .nextpostslink,
.pagination .previouspostslink {
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  line-height: 0;
  text-indent: -2000px;
}
.pagination .previouspostslink {
  background-image: url('../img//little_arrow_grey_left.png');
}
.pagination .nextpostslink {
  background-image: url('../img//little_arrow_grey_rigt.png');
}
.map_link {
  color: #ec1824;
}
.gallery {
  width: calc(100% + 1.5rem);
  position: relative;
  left: -0.75rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  margin-left: 0px;
}
.gallery li {
  list-style-type: none !important;
}
.gallery.gallery-columns-5 > .gallery-icon,
.gallery.gallery-columns-5 > .gallery-item {
  width: 20%;
}
.gallery.gallery-columns-4 > .gallery-icon,
.gallery.gallery-columns-4 > .gallery-item {
  width: 25%;
}
.gallery.gallery-columns-3 > .gallery-icon,
.gallery.gallery-columns-3 > .gallery-item {
  width: 33.333%;
}
.gallery.gallery-columns-2 > .gallery-icon,
.gallery.gallery-columns-2 > .gallery-item {
  width: 50%;
}
.gallery > .gallery-icon,
.gallery > .gallery-item {
  padding: 0px 0.75rem;
  float: left;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery img {
  border: 0px !important;
}
.gallery a {
  transition: opacity 0.3s;
  position: relative;
  display: block;
}
.gallery a:hover {
  opacity: 0.5;
}
.gallery a:hover:after {
  opacity: 1;
}
.section_header {
  color: #0071c0;
  margin-bottom: 2rem;
}
.button {
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
.button:hover {
  text-decoration: none;
}
.button.button_medium {
  padding: 0.75rem 1rem;
  text-transform: uppercase;
  font-size: 0.95em;
  color: white;
}
.button.button_long {
  padding: 0.75rem 3.5rem;
}
.button.button_red {
  background: #ec1824;
}
a.button.button_red:hover {
  background: white;
  color: #ec1824;
}
.button.button_red.button_right_arrow {
  padding-right: 3rem;
  position: relative;
}
.button.button_red.button_right_arrow:after {
  position: absolute;
  display: block;
  content: '';
  width: 5px;
  height: 9px;
  background: url('../img//little_arrow_right_white.png');
  right: 1rem;
  top: 50%;
  margin-top: -4px;
}
.button.button_blue {
  background: #0071c0;
}
a.button.button_blue:hover {
  background: white;
  color: #0071c0;
}
.columns {
  position: relative;
  left: -1rem;
  width: calc(100% + 2rem);
}
.columns:after {
  content: '';
  display: block;
  clear: both;
}
.columns .column {
  float: left;
  padding: 0px 1rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.columns .column.column_20 {
  width: 20%;
}
.columns .column.column_25 {
  width: 25%;
}
.columns .column.column_33 {
  width: 33.3333%;
}
.columns .column.column_40 {
  width: 40%;
}
.columns .column.column_50 {
  width: 50%;
}
.columns .column.column_60 {
  width: 60%;
}
.columns .column.column_66 {
  width: 66%;
}
.columns .column.column_80 {
  width: 80%;
}
.columns .column.column_100 {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.content_text p {
  line-height: 1.5em;
  color: #555555;
}
.content_text ul {
  margin-left: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.5em;
  color: #555555;
  font-size: 0.95em;
  font-family: 'PT Sans';
}
.content_text ul li {
  list-style-type: disc;
}
.content_text a {
  color: #ec1824;
}
.padding_text h3,
.padding_text h4,
.padding_text p {
  margin-bottom: 1.5rem;
}
.padding_text > *:last-child {
  margin-bottom: 0px;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.5em;
  color: #0071c0;
}
h4 {
  font-size: 1.125em;
}
p {
  font-size: 0.95em;
  font-family: 'PT Sans';
}
h5 {
  font-size: 0.8em;
  font-family: 'PT Sans';
}
