h1, h2 {
  font-family: 'Gotham', sans-serif; }

h1 {
  font-size: 3.2em; }

h2 {
  font-size: 2.336em; }

h3 {
  font-size: 1.6em;
  font-weight: normal; }

strong {
  font-family: 'Gotham',sans-serif !important; }

body {
  font-family: 'Gotham Book', sans-serif;
  font-size: 1em;
  margin: 0;
  color: #4b3629; }

button {
  font-family: 'Gotham Book', sans-serif; }

body * {
  box-sizing: border-box; }

a, a:active, a:visited {
  text-decoration: none !important;
  color: #497c3a; }

a.brown {
  color: #4b3629; }

#main_content {
  background-color: white;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  transition-delay: 0.21s;
  -webkit-transition-delay: 0.21s;
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

#main_content.rotated {
  transition: 0s;
  -webkit-transition: 0s;
  transform: rotateY(-10deg);
  opacity: 0; }

#nav_bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background-color: #4b3629;
  color: white;
  z-index: 1000;
  font-size: 0.8em;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  transition: 0.7s;
  -webkit-transition: 0.7s;
  transition-delay: 0.21s;
  -webkit-transition-delay: 0.21s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

#nav_bar.out {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition-delay: 0s;
  -webkit-transition-delay: 0s; }

#nav_bar > .container {
  height: 64px; }

#menu_btn {
  border: none;
  background: none;
  width: 30px;
  height: 20px;
  margin-right: 16px;
  padding: 0;
  line-height: normal;
  outline: none; }

#menu_btn > span {
  width: 30px;
  height: 4px;
  background-color: #497c3a;
  display: block;
  margin-bottom: 4px;
  transition: 0.35s;
  -webkit-transition: 0.35s; }

#menu_btn > span:last-child {
  margin-bottom: 0; }

#menu_btn.open > span:first-child {
  transform-origin: right center;
  -webkit-transform-origin: right center;
  transform: translate(-3.999px, -3px) rotateZ(-45deg);
  -webkit-transform: translate(-3.999px, -3px) rotateZ(-45deg); }

#menu_btn.open > span:nth-child(2) {
  opacity: 0; }

#menu_btn.open > span:last-child {
  transform-origin: right center;
  -webkit-transform-origin: right center;
  transform: translate(-3.999px, 2px) rotateZ(45deg);
  -webkit-transform: translate(-3.999px, 2px) rotateZ(45deg); }

#nav_logo {
  height: 44.8px;
  display: block; }

#side_bar {
  position: fixed;
  top: 64px;
  bottom: 0;
  left: 0;
  width: 300px;
  background-color: rgba(75, 54, 41, 0.9);
  z-index: 999;
  color: white;
  padding-left: 32px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: 0.35s;
  -webkit-transition: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

#side_bar.open {
  transform: translateX(0%);
  -webkit-transform: translateX(0%); }

#side_bar ul {
  margin: 0;
  padding: 0; }

#side_bar ul li {
  list-style: none; }

#side_bar > ul > li {
  overflow: hidden;
  transition: 0.35s;
  -webkit-transition: 0.35s; }

#side_bar .sidebar_link {
  display: block;
  background: none;
  text-decoration: none;
  color: white;
  border: none;
  outline: none;
  line-height: normal;
  padding: 16px 0;
  border-bottom: dashed 1px #497c3a;
  font-size: 1em;
  width: 100%;
  text-align: left;
  cursor: pointer;
  position: relative; }

#side_bar .sidebar_link:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #497c3a;
  transform-origin: left center;
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -webkit-transform: scale(0, 1);
  transition: 0.35s;
  -webkit-transition: 0.35s; }

#side_bar .sidebar_link:hover,
#side_bar .sidebar_link.current {
  border-bottom-style: solid; }

#side_bar .sidebar_link:hover:after,
#side_bar .sidebar_link.current:after {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1); }

#side_bar ul ul .sidebar_link {
  font-size: 0.9em;
  padding-left: 16px; }

#side_bar .sidebar_icon {
  font-size: 1.5em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px; }

.square_link {
  padding: 32px; }

.square_link_caption {
  border: solid 1px white;
  width: 100%;
  padding: 16px;
  text-align: center;
  color: white;
  font-family: 'Gotham', sans-serif;
  text-transform: uppercase;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  position: relative;
  overflow: hidden; }

.square_link_caption span {
  position: relative;
  z-index: 1;
  display: inline-block; }

.square_link_caption:before {
  content: '';
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(73, 124, 58, 0.9);
  position: absolute;
  z-index: 0;
  transform-origin: left bottom;
  transform: scale(1, 0);
  transition: 0.35s;
  -webkit-transform-origin: left bottom;
  -webkit-transform: scale(1, 0);
  -webkit-transition: 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.square_link:hover .square_link_caption:before {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1); }

.page {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: white;
  perspective: 800px;
  -webkit-perspective: 800px; }

.block_link {
  display: block; }

.lang_flag {
  width: 31.5px;
  height: 19.8px;
  background-image: url("../images/lang_flag.gif");
  background-size: auto 100%;
  background-position: 0 0;
  margin-left: 8px; }

.lang_flag.us {
  background-position: 0 0; }

.lang_flag.es {
  background-position: 31.5px; }

.nav_bar_sidecontent {
  width: 100px; }

.expand_more_icon {
  background: none;
  border-left: solid 1px white;
  border-bottom: solid 1px white;
  margin-right: 2px;
  width: 10px;
  height: 10px;
  transform: translateY(-2px) rotateX(0deg) rotateZ(-45deg);
  transition: 0.35s;
  -webkit-transition: 0.35s; }

.expand_more_icon.expanded {
  transform: translateY(2px) rotateX(180deg) rotateZ(-45deg); }

#side_bar .expand_more_icon {
  border-left-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7); }

#footer {
  background-color: #4b3629;
  padding: 72px 0 32px; }

#footer_map_holder {
  padding: 12px;
  border: solid 1px rgba(255, 255, 255, 0.3); }

#footer_map {
  height: 250px;
  background-color: #4b3629; }

#index_map {
  width: 80%;
  display: block;
  margin-left: auto; }

#intro_txt {
  color: white;
  position: absolute;
  bottom: 72px;
  left: 144px;
  right: 144px;
  text-align: center;
  line-height: 1.6em; }

.footer_link {
  margin: 0 0 24px 0;
  color: rgba(255, 255, 255, 0.6); }

.footer_link .icon {
  font-size: 1.3em;
  vertical-align: middle;
  display: inline-block;
  margin-right: 8px; }

.map_point {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background-color: #4b3629;
  border-radius: 12px;
  margin-right: 8px; }

.map_point_caption {
  border-bottom: dashed 1px #497c3a;
  padding-bottom: 16px;
  margin-bottom: 16px;
  width: 50%; }

.forestal {
  background-color: #2677bc !important; }

.ganadera {
  background-color: #fbed0e !important; }

.estancia {
  background-color: #e72226 !important; }

.page_opener {
  height: 80vh;
  background-color: #e2e2e2;
  position: relative; }

.page_title {
  background-color: rgba(73, 124, 58, 0.77);
  padding: 16px 0 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }

.page_title h1 {
  color: white;
  font-family: 'Gotham Book',sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

.mision_title {
  margin-top: 0.5em;
  margin-bottom: 0;
  border-bottom: dashed 1px #497c3a;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-family: 'Gotham Book', sans-serif;
  font-weight: normal; }

#cover_primary, #cover_accent {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: all; }

#cover_primary {
  z-index: 9999;
  background-color: #4b3629; }

#cover_accent {
  z-index: 10000;
  background-color: #497c3a; }

#cover_accent.shown {
  opacity: 1;
  pointer-events: all;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s; }

#cover_primary.shown {
  opacity: 1;
  pointer-events: all;
  transition: 0.35s;
  -webkit-transition: 0.35s; }

#cover_primary.standby, #cover_accent.standby {
  transition: 0s;
  -webkit-transition: 0s;
  opacity: 0;
  pointer-events: none;
  transform: translateY(0%);
  -webkit-transform: translateY(0%); }

#cover_primary.hide {
  opacity: 0;
  pointer-events: none;
  transition: 0.35s;
  -webkit-transition: 0.35s;
  transition-delay: 0.21s;
  -webkit-transition-delay: 0.21s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

#cover_accent.hide {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: 0.35s;
  -webkit-transition: 0.35s; }

.normal_title {
  font-family: 'Gotham',sans-serif;
  margin: 1em 0 0.5em; }

.primary_txt {
  color: #4b3629 !important; }

.accent_txt {
  color: #497c3a !important; }

.primary_txt.light {
  color: #732c14 !important; }

.accent_txt.light {
  color: #67a924 !important; }

.ps_scrollable {
  overflow: hidden; }

.two-column-txt {
  column-count: 2;
  column-gap: 32px;
  -webkit-column-count: 2;
  -webkit-column-gap: 32px; }

.container {
  padding-left: 32px;
  padding-right: 32px; }

.container.fluid {
  padding-left: 32px;
  padding-right: 32px;
  width: auto; }

.uppercase {
  text-transform: uppercase !important; }

.padded_section {
  padding: 32px 0; }

.gray_back {
  background-color: #e2e2e2; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

.row {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 16px; }

.row.lg {
  margin-left: -16px;
  margin-right: -16px; }

.row:after, .clear_fix:after {
  content: '';
  display: block;
  clear: both; }

.col {
  float: left;
  padding: 0 8px; }

.col4 {
  width: 33.3333%; }

.col3 {
  width: 25%; }

.col6 {
  width: 50%; }

.col12 {
  width: 100%; }

.row.lg > .col {
  padding: 0 16px; }

.flex_row {
  display: flex !important;
  flex-direction: row; }

.flex_fill {
  flex: 1; }

.flex_column {
  display: flex !important;
  flex-direction: column; }

.flex_align_center {
  align-items: center; }

.flex_align_end {
  align-items: flex-end; }

.flex_justify_center {
  justify-content: center; }

.flex_justify_end {
  justify-content: flex-end; }

.scrollable {
  overflow: auto; }

p {
  line-height: 1.8em; }

p.lg, p.lg * {
  font-size: 1.15em !important; }

.normal_list {
  padding-left: 32px; }

.list_caption {
  color: #497c3a;
  display: inline-block;
  font-family: 'Gotham',sans-serif;
  margin-right: 8px; }

.list_caption:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #497c3a;
  border-radius: 4px;
  vertical-align: middle;
  margin-right: 12px; }

.list_caption.primary_txt:before {
  background-color: #4b3629; }

.list_caption.brown {
  color: #4b3629; }

.list_caption.brown:before {
  background-color: #4b3629; }

.strong {
  font-family: 'Gotham',sans-serif; }

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #4b3629;
  border-radius: 4px;
  margin-right: 8px;
  margin-bottom: 2px; }

.accent_txt .dot {
  background-color: #497c3a; }

.doc_list {
  width: 600px; }

.doc_list li:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.1); }

.doc_list li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }

.doc_download {
  display: block;
  padding: 16px;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s; }

.doc_download:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.doc_type_icon {
  font-size: 3em;
  margin-right: 8px; }

.doc_lang {
  margin-right: 8px; }

.download_block {
  border-top: solid 1px #4b3629;
  border-bottom: solid 1px #4b3629; }

.first_linkblock {
  position: relative; }

/*.first_linkblock::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 16px;
    bottom: 16px;
    width: 1px;
    background-color: $primary_color;
}*/
.download_block > .col:nth-child(odd) a::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background-color: #4b3629; }

.paragraph_icon {
  padding-right: 32px;
  min-width: 144px; }

.paragraph_icon span {
  font-size: 7em; }

.paragraph_icon.agricultura span {
  color: #497c3a; }

.paragraph_icon.ganaderia span {
  color: #4b3629; }

.property_item {
  width: 250px;
  height: 250px;
  border: solid 1px #497c3a;
  transition: background-color 0.3s;
  cursor: pointer;
  margin-bottom: 32px;
  overflow: hidden;
  padding: 16px; }

.property_item:hover {
  background-color: #497c3a; }

.property_icon {
  font-size: 7em;
  color: #497c3a; }

.property_item:hover .property_icon,
.property_item:hover .property_title,
.property_item:hover .property_caption,
.property_item:hover .property_state {
  color: white; }

.property_title {
  margin: 8px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  font-size: 1.4em; }

.property_caption {
  margin-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-align: center; }

.property_state {
  color: #497c3a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-align: center; }

.property_title_card {
  background-color: #4b3629;
  color: white;
  padding: 16px 32px 12px 32px;
  font-family: 'Gotham',sans-serif;
  font-size: 1.8em;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.property_card_left {
  background-color: rgba(73, 124, 58, 0.15);
  padding: 32px; }

.property_card_right {
  background-color: rgba(75, 54, 41, 0.15);
  padding: 32px; }

.property_section_title {
  font-size: 2em;
  text-transform: uppercase;
  border-bottom: solid 1px #4b3629; }

.property_card_left .property_section_icon {
  font-size: 2.5em;
  transform: translateY(15px); }

.property_card_right .property_section_icon {
  font-size: 3.5em;
  transform: translateY(20px); }

.property_card_left .property_section_title {
  color: #497c3a;
  border-bottom-color: #497c3a; }

.property_card_right > ul li,
.property_card_left > ul li {
  border-bottom: dotted 1px #4b3629; }

.property_card_left > ul li {
  border-bottom-color: #497c3a; }

.property_info {
  display: none; }

.property_info.active {
  display: block; }

#py_map_container {
  position: relative;
  margin-top: 32px;
  margin-bottom: 32px; }

#py_map_container > img {
  display: block;
  width: 100%; }

.property_map_item {
  cursor: pointer;
  transition: fill 0.3s; }

.property_map_item:hover {
  fill: #497c3a; }

#map_leyend_holder {
  border: solid 1px #4b3629;
  padding: 16px 16px 14px 16px;
  box-sizing: border-box; }

.leyend_circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #4b3629;
  display: inline-block;
  margin-right: 8px; }

.leyend_text {
  font-size: 1.2em; }

.prop_table_title {
  background-color: #4b3629;
  color: white;
  font-size: 1.7em;
  text-transform: uppercase;
  font-family: 'Gotham', sans-serif;
  padding: 16px 16px 14px 16px; }

.prop_table td {
  border-bottom: solid 1px #4b3629;
  border-right: solid 1px #4b3629;
  padding: 8px 8px 6px 8px;
  font-size: 1.15em; }

.prop_table td:first-child {
  border-left: solid 1px #4b3629;
  border-right: none;
  margin-right: 0;
  padding-left: 16px; }

.prop_table td.prop_icon {
  width: 64px;
  font-size: 2.5em; }

.prop_table td.prop_feat {
  width: 300px; }

.prop_table td.prop_feat_value {
  font-size: 1.2em;
  padding-left: 16px; }

.local_item {
  display: none; }

.local_item.active {
  display: block; }

#login_form {
  width: 400px; }

.input-group {
  margin-bottom: 24px; }

.input-group input[type="text"],
.input-group input[type="password"],
.input-group textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 1.15em;
  outline: none;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  transition: border 0.3s; }

.input-group input[type="text"]:focus,
.input-group input[type="password"]:focus,
.input-group textarea:focus {
  border: solid 1px #4b3629; }

button.btn {
  background-color: #497c3a;
  border: none;
  padding: 12px 16px;
  color: white;
  text-transform: uppercase;
  font-size: 1.15em;
  width: 100%;
  border-radius: 2px;
  outline: none;
  transition: background-color 0.3s; }

button.btn:hover {
  background-color: #67a924; }

#mobile_cover {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4b3629;
  color: white;
  padding: 64px;
  display: none; }

#mobile_cover p {
  width: 100%;
  text-align: center; }

.lg_padded_right {
  padding-right: 32px; }

.lg_padded_left {
  padding-left: 32px; }

.contact_info {
  font-size: 1.3em; }

.contact_info_icon {
  font-size: 2.5em;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle; }

#contact_map {
  height: 400px;
  background-color: gray; }

#cover_accent img {
  width: 30%; }

#opener_gallery {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }

.opener_slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.opener_slide.in {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: none;
  -webkit-transition: none; }

.opener_slide.out {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: 1s;
  -webkit-transition: 1s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

table {
  width: 100%; }

table th {
  font-weight: bold;
  font-family: 'Gotham', sans-serif;
  font-size: 1.3em; }

table th, table td {
  border-bottom: solid 1px #e2e2e2;
  padding: 8px 16px; }

.downicon {
  font-size: 1.5em; }

@media screen and (min-width: 1440px) {
  .container {
    width: 1300px;
    margin-left: auto;
    margin-right: auto; } }
@media screen and (max-width: 1000px) {
  body {
    font-size: 0.95em; }

  .container.fluid {
    padding-left: 24px;
    padding-right: 24px; }

  .container {
    padding-left: 16px;
    padding-right: 16px; }

  #menu_lbl {
    display: none; }

  #nav_logo {
    height: 32px; }

  #nav_bar,
  #nav_bar > .container {
    height: 56px; }

  .page {
    top: 56px; }

  .page_title h1 {
    font-size: 2em; }

  .page_opener {
    height: 50vh; }

  .normal_title {
    font-size: 1.4em; }

  p.lg, p.lg * {
    font-size: 1em !important; }

  .col4, .col3, .col6 {
    width: 100%; }

  .leyend_text {
    font-size: 1em; }

  .map_leyend {
    margin-bottom: 8px; }

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

  .prop_table td:first-child {
    padding-left: 8px; }

  .prop_table td.prop_icon {
    font-size: 2em; }

  .prop_table td {
    padding: 4px 4px 3px 4px;
    font-size: 1em; }

  .prop_table td.prop_feat_value {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 1em; }

  .prop_table_title {
    font-size: 1.3em;
    padding: 8px 8px 7px 8px; }

  .local_item {
    display: block; }

  #footer_map_holder {
    padding: 8px;
    margin-top: 16px; }

  #footer {
    padding: 48px 0 1px; }

  .padded_section {
    padding: 24px 0; }

  .footer_link {
    margin: 0 0 12px 0; }

  .p_icon_section {
    display: block !important; }

  .paragraph_icon {
    text-align: center;
    padding-right: 0; }

  .paragraph_icon span {
    font-size: 6em; }

  #side_bar {
    top: 56px;
    padding-left: 16px; }

  /*.first_linkblock::after {
      display: none;
  }*/
  .download_block > .col:nth-child(odd) a::after {
    display: none; }

  .flex_row.single_col {
    display: block !important; }

  .property_section_title {
    font-size: 1.5em; }

  h2 {
    font-size: 1.8em; }

  h3 {
    font-size: 1.3em; }

  .doc_list {
    width: auto; }

  .two-column-txt {
    column-count: 1;
    -webkit-column-count: 1; }

  #contact_back {
    display: none !important; }

  .lg_padded_right {
    padding-right: 8px; }

  .lg_padded_left {
    padding-left: 8px; }

  #contact_map {
    margin-bottom: 32px; }

  .contact_info_icon {
    font-size: 1.5em; }

  .contact_info {
    font-size: 1.2em; }

  #intro_txt {
    left: 16px;
    right: 16px;
    bottom: 24px; }

  #cover_accent img {
    width: 50%; }

  .activity_link {
    margin-bottom: 16px; }

  .col.col4:last-child .activity_link {
    margin-bottom: 0; }

  .map_point_caption {
    width: 100%; }

  #index_map {
    width: 100%; } }

/*# sourceMappingURL=main.css.map */
