@font-face {
  font-family: "BentonSans";
  src: url("../fonts/BentonSans-Light.otf") format("opentype");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "BentonSans";
  src: url("../fonts/BentonSans-Regular.otf") format("opentype");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}

body {
  font-family: "BentonSans", serif;
  width: 100%;
  overflow-x: hidden;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BentonSans", serif;
  color: #045d65;
}

/************************************* Header ***********************************/
#header-row {
  background: #e8f3f3;
  padding: 25px 0;
  height: auto;
}

.header-flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: center;
}

#header-row .row-container #logo {
  margin-right: 50px;
  padding: 10px 0;
}

.header-flex #logo img {
  max-width: 250px;
}

@media (max-width: 1280px) {
  #header-row .row-container #logo img {
    max-width: 200px;
  }
}

.header-flex > div:nth-child(2) {
  flex: 1;
  text-align: right;
}

.header-flex > div:nth-child(3) {
  margin-left: 0px;
}

.navigation ul.sf-menu {
  float: none;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  gap: 25px;
  justify-content: flex-end;
}

.navigation ul.sf-menu > li {
  margin: 0;
  height: auto;
  float: none;
  display: inline-block;
}

.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  color: #045d65;
  padding: 0;
  height: auto;
  line-height: auto;
}

.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  border-top: none;
  padding: 0;
  color: #1c8e8b;
}

.navigation ul.sf-menu ul {
  background: transparent;
  top: 100% !important;
}

.navigation ul.sf-menu ul li {
  background: #045d65;
}

.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  color: #fff;
}

/************************************* Footer ***********************************/
#copyright-row {
  background: #045d65;
  padding: 18px 0px;
  height: auto;
  color: #fff;
}
#copyright-row a {
  color: #fff;
}
#copyright-row a:hover {
  color: #d1d1d1;
}

/************************************** Icons *************************************/
[class^="icon-"] {
  color: #045d65;
}
a .icon,
a.icon {
  color: #045d65;
}
a.btn .icon,
.btn a .icon {
  color: white;
}
a .icon:hover,
a.icon:hover {
  color: #a2a2a2;
}
/**Contact page**/
.contact_details .icons-marker {
  color: #045d65;
}

/**************************************Buttons*********************************/
.btn,
.btn-primary,
.btn-info {
  background: #045d65;
}
.btn,
.btn > a,
.btn-primary,
.btn-info {
  color: #fff;
}
.btn:hover,
.btn-primary:hover,
.btn-info:hover,
.btn:hover > a,
a.btn:hover .icon,
.btn:hover a .icon {
  background: #1c8e8b;
  color: #fff;
}

/*********************************Property list**********************************/
#PropertyListRegion .property-list .property {
  border: 1px solid #dbdbdb;
  background: #eeeeee;
}
#PropertyListRegion .property-list .property:hover {
  border-bottom: 2px solid #045d65;
}
.sort .btn-group > .dropdown-toggle:hover {
  background: #045d65;
  color: #fff;
}

/*********************************Pagination**********************************/
.pagination a {
  color: white;
  background: #1c8e8b;
}
.pagination .disabled a,
.pagination .disabled a:hover,
.pagination a:hover {
  color: #fff;
  background: #045d65;
}
.dropdown-menu li > a:hover,
.dropdown-menu .active > a,
.dropdown-menu li > a:hover {
  background: #045d65 !important;
  color: #fff !important;
}
.sort .btn-group.open .btn.dropdown-toggle {
  background: #045d65;
}

/*********************************Owner login**********************************/
#OwnerLoginRegion #MenuPeriod,
#OwnerLoginRegion #PropertyContainer {
  background: #fff;
}
#OwnerLoginRegion #PropertyContainer .tab-container table th,
#OwnerLoginRegion #PropertyContainer .block-stat .title {
  background: #045d65;
  color: white;
}
#OwnerLoginRegion #MenuPeriod .period .time .anchor {
  background: #fff;
}
#OwnerLoginRegion #MenuPeriod .period .time:hover .anchor,
#OwnerLoginRegion #MenuPeriod .period .selected .anchor {
  background: #000;
}
#OwnerLoginRegion #MenuPeriod .period .selected label,
#OwnerLoginRegion #MenuPeriod .period .time:hover label {
  color: #000;
}
#OwnerLoginRegion #PropertyContainer .tab-container table tr.row0 {
  background: white;
}
#OwnerLoginRegion #PropertyContainer .tab-container table tr.row1 {
}
#OwnerLoginRegion #histories,
#OwnerLoginRegion #MenuPeriod {
  background: #045d65;
  padding: 10px;
}
#user .user-info .icon {
  color: #045d65;
}
#graph {
  color: #045d65;
}
.bar {
  fill: #045d65;
}
/*********************************Camera caption**********************************/
#showcase-row .camera_caption > div p {
  font-size: 25px;
  font-family: "BentonSans", serif;
  color: #045d65;
}

/*********************************Blog**********************************/
.itemContainer h3 a,
.tagItemHeader h3 a,
.genericItemHeader h3 a {
  color: #045d65;
}
#k2Container .componentheading {
  color: #045d65;
}
.itemDateCreated,
.tagItemDateCreated,
.genericItemDateCreated {
  color: #045d65;
}
#back a,
.k2ReadMore {
  color: #045d65 !important;
}

/*********************************Construction**********************************/
#BuildingContainer .floor .row-floor {
  background: #045d65;
}
#ProjectRegion .group-container .group .caption,
#BuildingContainer .floor .caption,
#ProjectRegion .header,
#ProjectRegion #PriceList .constuctions li a:hover,
#ProjectRegion #PriceList .constuctions li a.active {
  color: #045d65;
}
#BuildingContainer .floor .header-unit a {
  text-decoration: underline;
  color: #045d65;
}
.ProjectRegion-tab .tab-item.is-active,
.ProjectRegion-tab .tab-item:hover {
  border-top: 3px solid #045d65;
}
/******************************** Property list ********************************/
@media (max-width: 550px) {
  #PropertyListRegion .property-list .property .pic.fixed,
  #PropertyListRegion .property-list .property .pic {
    height: 200px;
  }
  #PropertyListRegion .property-list {
    max-width: 300px;
    margin: auto;
  }
}

/******************************** Newest Object ********************************/
@media (max-width: 767px) {
  .properties-newest .span3.item {
    width: 48%;
    float: left;
    margin: 1%;
  }
  .properties-newest .item .item-img img {
    max-height: 200px;
  }
}

@media (max-width: 550px) {
  .properties-newest .box {
    max-width: 300px;
    margin: auto;
  }
  .properties-newest .moduleTitle {
    text-align: center;
  }
  .properties-newest .span3.item {
    width: 100%;
    float: none;
    margin: 0;
    margin-bottom: 45px;
  }
}

a.button-hide {
  display: none !important;
}

a[class^="addthis_"] span {
  display: none !important;
}

.page-category.page-category__services #system-readmore,
.page-category.page-category__services #system-readmore ~ *,
.page-item.page-item__services #system-readmore {
  display: none;
}

#copyright-row .row-container .mod-footer a {
  color: #ffffff;
}

#push,
#footer-wrapper {
  height: 82px;
}

#wrapper {
  margin: 0 auto -82px;
}
#recaptcha .grecaptcha-badge {
  position: static !important;
}

.camera_target_content {
  display: none;
}

.iconstop {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-end;
  gap: 10px;
  margin-left: 25px;
}

.iconstop > div > a {
  background: #045d65;
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.5em;
  border-radius: 3px;
  border: 1px solid #fff;
}

.iconstop > div > a i {
  color: #fff;
}

.iconstop > div > a:hover {
  background: #1c8e8b;
  color: #fff;
}

.iconstop > div > a:hover i {
  color: #fff;
}

.view-rsmonials #aside-right {
  padding-top: 60px;
}

.flex-2 {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
}

.flex-2 > div {
  width: 47.5%;
}

.flex-2 > div:nth-child(2) {
  padding: 2rem 0;
}

.flex-2 iframe {
  min-height: 300px;
}

#topmenubutton {
  display: none;
}

@media (max-width: 1200px) {
  #topmenubutton {
    display: block;
  }

  .header-flex {
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #header-row .row-container #logo {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .header-flex > div:nth-child(1) {
    flex: 0 0 50%;
    order: 1;
  }

  .header-flex > div:nth-child(2) {
    flex: 0 0 100%;
    order: 3;
  }

  .header-flex > div:nth-child(3) {
    flex: 0 0 50%;
    order: 2;
  }
}

@media (max-width: 767px) {
  body {
    padding: 0;
  }

  .header-flex {
    padding: 0 10px;
  }

  .flex-2 {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .flex-2 > div {
    width: 100%;
    margin-bottom: 2rem;
  }

  #bottom,
  #aside-left,
  .site-contact,
  .page-category,
  #PropertyListRegion {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #aside-left,
  #PropertyListRegion {
    padding-top: 10px;
  }

  .site-contact {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .header-flex {
    gap: 25px;
  }
  .header-flex > div:nth-child(1),
  .header-flex > div:nth-child(3) {
    flex: 0 0 100%;
    text-align: center;
  }

  .iconstop {
    justify-content: center;
  }
}

#bottom ul {
  padding: 0;
  margin: 0;
  margin-bottom: 1.5rem;
}

#bottom ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 150%;
}

.navigation ul.sf-menu ul {
  display: none;
}

.owl-nav {
  color: #e22f3a;
}

.page-featured__home .flex-2 {
  align-items: stretch;
}

.page-featured__home .flex-2 > div:nth-child(2) {
  padding: 0;
}

.page-category__services .item_introtext {
  display: none;
}

.page-category__services h2 {
  font-size: 22px;
}

.page_header {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  #PropertyRegion .header {
    text-align: center;
  }

  #PropertyRegion .header .pull-right {
    float: none;
  }

  .item_header h1 {
    font-size: 24px;
    text-align: center;
  }
}

.swiper-container {
  height: 50vh;
}

@media (max-width: 767px) {
  .swiper-container {
    height: 40vh;
  }
}

#swiper-container .swiper-slide {
  width: auto;
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
  background: none;
  font-size: 3em;
}

.swiper-button-prev {
  left: 25px;
}

.swiper-button-next {
  right: 25px;
}

.swiper-slide img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  height: 100%;
}

.swiper-slide.swiper-slide-active img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.page-category .item_img {
  display: block;
  position: relative;
  overflow: hidden;
}

.page-category .item_img:after {
  padding-top: 66%;
  content: "";
  display: block;
}

.page-category .item_img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-category .item_img a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .nav-btns-wrapper {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .nav-btns-wrapper .nav-btns-left {
    float: none;
    width: 50%;
  }
  .nav-btns-right .arrow {
    float: right;
  }
  .nav-btns-left .icon {
    font-size: 30px !important;
  }
  .at-icon-wrapper,
  .nav-btns-right a,
  .nav-btns-right .icon-list {
    line-height: 30px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 30px;
  }
  .pull-right.nav-btns-right {
    width: 100%;
    text-align: right;
  }
}

.navigation ul.sf-menu > li.item-330 > a {
  display: block;
  height: 42px;
  line-height: 42px;
  background-color: #045d65;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #fff;
}

.navigation ul.sf-menu > li.item-330 > a:hover {
  background-color: #fff;
  color: #045d65;
}
