html {
 overflow-x: hidden;
  background-color: #fff;*/
}



/****** 25 JAN --- modify text and title weight in asset page ****/

#k2Container.assetpage p {
  font-weight: 400 !important;
  font-size: 1em !important;
}

#k2Container.assetpage span {
  font-size: 1em !important;
  font-weight: 400 !important;
  color: inherit !important;
}

#k2Container.assetpage .smalltitle {
  font-weight: 700 !important;
}


#k2Container.assetpage div.itemFullText {
  margin-bottom: 0px;
  margin-top: 0px;
  float: left;
  width: 100%;
}









/** FOR SPLASH ONLY ****/
.splash-page #footer, .splash-page #wrap_head, .splash-page #top, .splash-page #bottom {
    display: none;
}

.splash-page #wrap_body {
    padding-left: 0px;
}
.splashlogo img {
    width: 340px;
}
.splashpage .smalltext {
    margin-bottom: 5px;
}


.hideindesktop {
  display:none;
}



body {
    color: #1e1e1e !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.6em !important;
    letter-spacing: 0px;
}


::selection {
  background: #aa855f;/* WebKit/Blink Browsers */
  color:#fff;
}
::-moz-selection {
  background: #aa855f; /* Gecko Browsers */
   color:#fff;
}

input::-moz-focus-inner { 
  border: 0; 
}
a:hover, a:active, a:focus {
 outline: 0;
}


b, strong {
    font-weight: 500 !important;
}


.row {
  margin:0 !important;
}

.img-responsive {
  max-width: 100% !important;
  max-height: 100%;
  position: relative;
}

.invisibleborder {
    border: 1px solid transparent !important;
}

.outline {
  outline: 1px solid #8a6e51;
  outline-offset: -15px;
}

.whiteoutline {
  outline: 1px solid rgba(255,255,255,0.25);
  outline-offset: -15px;
}

#stage .item ul li {
    margin-bottom: 10px;
}

.borderbox {
  border-top:1px solid #131313;
    border-bottom:1px solid #131313;
  padding-top:30px;
  padding-bottom:30px;
  
}


/*************** K2 FILTER **********************/
.myfilter form {
    display: flex;
   align-items: flex-end;
    justify-content: center;
}

.myfilter .k2filter-table {
    display: flex;
    justify-content: center;
}

.myfilter .k2filter-cell {
    margin: 0 5px;
  min-width: 230px;
}

/** with of the filter box **/
.myfilter .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}



/* title for fields **/
.myfilter h3 {
    font-size: 11px !important;
    margin-bottom: 5px !important;
    padding: 0 15px;
    font-weight: 600 !important;
    letter-spacing: 1px;
}

/** styling boxes **/
.myfilter .select2-container--default .select2-selection--single, .myfilter .select2-container--default .select2-selection--multiple {
    background-color: #fff;
	border: 1px solid #ddd;
    border-radius: 0 !important;
    padding: 0 6px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* hover effect */
.myfilter .select2-container--default .select2-selection--single:hover {
    border: 1px solid #aaa !important;
}
.myfilter .select2-container--default .select2-selection--multiple:hover {
    border: 1px solid #aaa !important;
}


/** button **/
.myfilter .submit {
   /* background-color: #8a6e51 !important;
    border: 1px solid #8a6e51 !important;
    border-radius: 0 !important;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px 25px;
    font-size: 10px;
    font-weight: 400;*/
    height: 52px;
  margin-left: 5px;
  font-size: 16px;
}
.myfilter .submit.bot::after {
    display: none !important;
}


/*
.myfilter .submit:hover {
background-color: transparent !important;
border: 1px solid #8a6e51 !important;
color: #8a6e51 !important;
}
*/



/*** loading icon ***/
.myfilter .dynoloader {
    width: 20px !important;
    height: 20px !important;
    position: absolute !important;
}
.myfilter .dynoloader img {
    width: 20px !important;
    height: 20px !important;
}

/** composition of the module main wrapper **/
.brokerageFilterWrapper .brokerageFilter {
   padding: 10px !important;
}
.brokerageFilterWrapper #stickThis {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
 width: calc(100% - 15px);
}

.brokerageFilterWrapper .cta .bot {
    margin: 0 0 0 30px;
    height: 52px;
    padding-top: 14px;
}
.brokerageFilterWrapper .clear .bot::after {
    display: none;
}
.brokerageFilterWrapper .clear .bot {
     margin: 0 0 0 10px;
    height: 52px;
   padding: 14px 12px !important;
  font-size: 12px;
}


/*** get sticky on scroll top --- brokerage filter behaviour ****/
#stickThis.brokerageFilter.stick {
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 2;
	width: calc(100% - 100px);
    background-color: #fff;
}
/**** title on category layout for results ***/
.filterbreadcrumbs {
    margin-bottom: 10px;
}





/******** END K2 FILTER ***************/



/** share this buttons ***/
.shareThisItem .st-btn {
    background-color: #144246 !important;
}


/** COOKIES -- plugin ****/
body #redim-cookiehint {
    padding: 3vh 5vw !important;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.8) !important;
    font-size: 14px !important;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
}

body #redim-cookiehint .cookiebuttons .btn {
    padding: 5px 10px !important;
    color: #ffffff !important;
    background-color: #8a6e51 !important;
    font-size: 9px;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    padding: 15px 20px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0 !important;
  height: 40px !important;
}



/** new code for new version ***/

body #redim-cookiehint .cookiecontent {
    font-size: 14px;
    line-height: 100%;
    display: inline-block;
    margin-right: 3vw;
    text-align: center;
}


body #redim-cookiehint a {
    padding: 5px 10px !important;
    color: #ffffff !important;
    background-color: #8a6e51 !important;
    font-size: 9px;
    line-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    padding: 15px 20px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0 !important;
  height: 40px !important;
}

body #redim-cookiehint .cookiebuttons {
	display: inline-flex !important;
	float: right;
	text-align: right;
	justify-content: right;
}
body #cookiehintinfo {
	margin-right: 0 !important;
}



/******* k2 ASSETS --- POOL -- small diferences according to changes in brokerage cat item view 
-----------------------------------------*/
.assets.pool .itemContainer {
    width: 100%;
}

.assets.pool .assetBody.row {
    height: auto !important;
    max-height: inherit !important;
    overflow: hidden !important;
}

.assets.pool .infocolumn {
    height: auto !important;
    max-height: inherit !important;
    min-height: inherit !important;
}

.assets.pool .catItemImageBlock {
    width: calc(100% - 13px) !important;
}

.assets.pool .catitembgimage {
    height: 60vh;
    min-height: 550px !important;
}



/***********************    K2 -- assets brokerage ------ 
***********************************************************************************/
.assets .assetBody.row {
    overflow-x: hidden;
    max-width: 100% !important;
    width: 100% !important;
    max-height: 420px;
}
/****** CATEGORY VIEW *************/

#k2Container.assets {
    float: left;
    width: 100%;
    overflow-x: hidden;
    max-width: 100% !important;
}

.assets .catItemImageBlock {
    padding: 0 !important;
    margin: 0 !important;
  
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
/*
.assets .catItemImageBlock:hover {
    opacity: 1 !important;
}*/


.assets .catItemView {
    margin-bottom: 50px;
    padding: 0;
}
.assets .catitembgimage {
    height: 40vh !important;
    min-height: 420px !important;
}


.assets .catItemTitle {
    font-weight: 400 !important;
}
.assets .catItemTitle a {
    color: #eac9a6 !important;
    text-decoration: none !important;
    border-bottom: 1px solid;
}

.assets .catItemIntroText {
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 1.6em !important;
    padding: 0;
    opacity: 1;
    margin-top: 0;
    display: inline-block;
}

.assets .catItemBody {
    padding: 0 !important;
    margin: 0 0 30px 0;
  
   -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  
}

/*** for full link on category item ***/
.assets .catItemBody:hover {
   /* outline: 1px solid #fff !important;*/
}

.assets span.catItemImage {
    display: block;
    text-align: center;
    margin: 0 !important;
}

/***** EXTRA FIELDS *********/
/** extra filds are call by hand in category-item.php ****/

.assets .catItemExtraFields {
    display: none;
}

.assets .extra {
    margin-bottom: 0px;
}

.assets .extravalue {
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 1px;
}

.assets .extralabel {
    margin: 0 !important;
    width: auto !important;
    font-weight: 400 !important;
    text-transform: uppercase;
   font-size: 7px;
width: 100% !important;
letter-spacing: 3px;
opacity: 0.6;
margin-bottom: -5px !important;
}

.assets .infocolumn {
    margin-left: -13px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-height: 420px !important;
  max-height: 420px !important;
  height: 420px;
}

.assets .infocolumn .assetInfo {
    max-height: 420px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  height: 420px;
}



/******************************************************************** 
***************************** ITEM VIEW ***********************************************************************************************************/
#k2Container.assetpage {
    padding: 0 !important;
    margin: 0 !important;
}
.assetpage .itemImage {
    margin: 0 !important;
}
.assetpage .itemImageBlock {
    padding: 0 !important;
    margin: 0 !important;
}
.assetpage .itemTitle {
   /* margin: 0 !important;*/
}

.assetpage .itemBody {
    padding: 0;
    margin: 0 !important;
}
.assetpage .itembgimage {
    height: 75vh;
    min-height: 620px;
    margin-right: 0px !important;
    margin-left: 0px;
}


.assetpage div.itemFullText {
    margin-bottom: 0px;
    margin-top: 0px;
}

.assetpage .itemIntroText {
    color: inherit !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 150%;
  padding: 0 !important;
}


/****** EXTRA FIELDS ***********/

.assetpage div.itemExtraFields {
    margin: 0 0 25px 0 !important;
    padding: 0 !important;
    border-top: 0 !important;
    float: left;
    width: 100%;
}


.assetpage div.itemExtraFields ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 8px;
    font-size: 7px;
}


/** general styling ***/

.assetpage .itemExtraLabel {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 1;
    margin-bottom: -5px !important;
}
.assetpage .itemExtraValue {
    font-weight: 500;
}

.assetpage .itemExtra {
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.assetpage .itemExtra.propertyFeatures .itemExtraValue{
    margin-top: 10px;
}

.assetpage .itemExtra.propertyFeatures .itemExtraValue p {
    font-weight: 300;
}

/** SHARE THIS ****/
.assetpage .moduleShareThis {
    float: left;
    width: 100%;
    margin-top: 15px;
}


/*** downloads ***/
.assetpage .itemExtra.downloads p {
    margin: 0 !important;
}
.assetpage .itemExtra.downloads a::before {
      font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    margin-right: 8px;
    font-size: 12px;
}
.assetpage .itemExtra.downloads {
    margin-top: 0px;
}


/** overwrite paddings for asset page blocks ***/
.assetpage .itembody {
    padding-bottom: 4vw !important;
}
.assetpage .propertyFeaturesWrapper {
    padding-bottom: 4vw !important;
}
.assetpage .itemInfo {
    padding-left: 4vw !important;
}
.assetpage .propertyFeatures {
    padding-right: 2vw !important;
}
.assetpage .propertyFeatures2 {
    padding-left: 2vw !important;
}




/************ ITEM GALLERY ****************/


/************************************ GALERIA K2 responsive hack ****************************************/

ul.sigProSleek {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    clear: both;
    overflow: hidden;
}

div.itemImageGallery {
    margin: 0 !important;
    padding: 10px 0px;
}

/** imagens **/
/** LI ***/
ul.sigProSleek li.sigProThumb {
    float: left;
    background: none !important;
    margin: 0 !important;
    padding: 1px;
   /* width: 50%;*/
  width: calc(100% / 6);
    display: table;
}

/** img container ***/
ul.sigProSleek li.sigProThumb span.sigProLinkOuterWrapper {
    display: table-cell;
}

.sigProLink.fresco {
    display: inherit !important;
}
ul.sigProSleek li.sigProThumb a.sigProLink img.sigProImg {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    background-size: cover!important;
  width: 100% !important;
 /*min-height: 100px !important;
max-height: 500px !important;*/
  min-height: 120px !important;
max-height: 120px !important;
  
   -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  
}
ul.sigProSleek li.sigProThumb a.sigProLink img.sigProImg:hover {
    opacity: 0.6;
}

ul.sigProSleek li.sigProThumb a.sigProLink {
    color: #fff;
    border: 0 !important;
}



/******************** AGENTS MODULE IN ITEM ******/

.assetpage .moduleAgents {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 0;
}

.assetpage .item_Agents .rounded.profilepic {
    width: 100px;
}
.assetpage .item_Agents .agentName {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}
.assetpage .item_Agents .agentPhone {
    font-weight: 600;
    font-size: 17px;
  margin-bottom: 10px;
}




/******* ASSET PAGE MAP **********/

/*** prevent scroll on map ****/
.overlayItemMap {
    background-color: transparent;
    width: 100%;
    height: 400px;
    position: absolute;
    z-index: 999;
    left: 0 !important;
}




/************************* RELATED ITEMS *************************/

.itemRelatedRow {
  /*  display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: scroll;*/
}


a.itemRelTitle {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 15px 20px 30px;
    font-size: 18px;
    font-weight: 300 !important;
    color: #131313 !important;
    line-height: 160%;
}

a.itemRelTitle:hover {
    text-decoration:underline;
}
/** for bg image in related items ***/
.itemRelated .itemRelImg {
    height: 260px;
}




/****************** k2 PAGINATION ************/
div.k2Pagination {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    width: calc(100% - 13px);
}

div.k2Pagination ul {
    text-align: center;
    padding: 30px 0 0 0 !important;
    border-top: 1px solid;
    margin: 0 0 40px 0;
}

.k2Pagination .pagination-prev {
    display: none;
}
.k2Pagination .pagination-next {
    display: none;
}
div.k2PaginationCounter {
    display: none;
}


div.k2Pagination ul li a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    background-color: #8a6e51 !important;
    color: #fff !important;
    border: 1px solid #8a6e51 !important;
    border-radius: 0 !important;
}

div.k2Pagination ul li .pagenav {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    background-color: #fff;
    color: #111;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    margin: 0;
}


/******* AJAX PAGINATION --- SVEN ***************/

.loadmorewrapper {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 40px;
}

#btn-show-more {
    border: 1px solid #333;
    border-radius: 50%;
    padding: 0;
    color: #333 !important;
    font-weight: 300 !important;
    text-decoration: none !important;
    width: 50px;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    margin: 0 auto;
}







/********
INVSTOR'S POOL 
*********************************************************************************************/

/**** ARROW IN INVESTOR'S POLL GRAPHICS ****/

.graphicarrow {
    position: absolute;
    right: -22px;
    top: 50%;
    background-color: #fff;
    width: 40px !important;
    height: 40px !important;
    color: #131313;
    border-radius: 50%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.graphicarrow svg {
    font-size: 20px !important;
}





/********** STICKY CTA ************/

.stickyCTA {
    position: sticky;
    right: 0;
    top: 10vh;
    text-align: right;
    width: 200px;
    height: 200px;
    background-color: red;
    float: right;
}



/******* FAKE BULLETS ***************/

.bullet::before {

    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-right: 10px;
    font-size: 10px;

}

/****** CONTACTS *********/
/*
.rounded.contactpic {
    max-width: 340px;
    max-height: 340px;
    border-radius: 50% !important;
    overflow: hidden;
}
*/




/***** TEAM *********/
.rounded.profilepic {
    max-width: 240px;
    max-height: 240px;
    border-radius: 50% !important;
    overflow: hidden;
}


/********************** INVESTMENT ADVISORY *******************/

/*** 5 levels boxes *********/

.IA_5levelsWrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  justify-content: center;
}

.IA_5levelsBlock {
    flex: 1 0 20%;
    min-width: 400px;
    max-width: 20% !important;
}

/******************* GLOSSARIO - STYLING **************************/
.glossaryTitle {
    border-bottom: 1px solid #131313;
    margin-bottom: 30px;
  padding-top: 80px;
}
.glossaryTitle h2 {
    margin-bottom: 10px !important;
}

.glossaryBlock {
   /* margin-bottom: 70px;*/
}

/**glossary nav ***/
.glossaryLink {
    display: inline-block;
    margin-right: 15px;
  margin-left: 1px;
}


/****************** pagination ********************/
.pagination ul {
    padding: 0;
}

/* take out stuff*/
.pagination .counter.pull-right {
    display: none;
}
.pagination-start {
    display: none !important;
}
.pagination-end {
    display: none !important;
}
.pagination .pagination-next {
    display: none !important;
}
.pagination .pagination-prev {
    display: none !important;
}


/* customize*/
.pagination ul li {
    list-style: none;
    display: inline-block;
}
/** for all item in UL ***/
.pagination li .pagenav {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
}
/** for all items with LINK ***/
.pagination a.pagenav {
    background-color: #8a6e51;
    color: #fff !important;
}
.pagination a.pagenav:hover {
    opacity: 0.6;
}


/***************** FOR NEWSROOM **********************/
.newsroom #stage {
    padding: 15vh 20vw;
  background-color: #fafafa;
}
/*
.newsroom #stage .maincontent {
    padding-right: 7vw;
}*/
.newstitle h3 {
    font-size: 32px !important;
}
.newstitle a {
    color: #1e1e1e !important;
}
.newstitle a:hover{
    color: #8a6e51 !important;
}

.newsfont {
    font-size: 9px;
    /*font-style: oblique;*/
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #8a6e51 !important;
    margin-left: 2px;
  text-transform: uppercase;
}

.newsroom .newsblock {
    margin-bottom: 40px;
    border-bottom: 1px solid #131313;
    padding-bottom: 50px;
}
.newsbody {
    font-style: oblique;
}


/******************************************** FOR FORMS *************************************************/
/******* select box ********/
/*selection box */
#ff_elem28 {
    padding: 0 22px;
    width: 100%;
    height: 53px;
    color: #3b8e68 !important;
  font-weight:400 !important;
}
/* hide label*/
#bfLabel28 {
    display: none;
}

/** using select2***/
/*
#bfElemWrap28 .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 17px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#bfElemWrap28 .select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 17px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
*/

/** for all drop boxes in all forms ***/

.bfElemWrap .select2-container--default .select2-selection--single, .bfElemWrap .select2-container--default .select2-selection--multiple {
  background-color: #fff;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 17px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}




/** green on hover **/
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #8a6e51 !important;
    color: white;
}
/*** green title **/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8a6e51 !important;
    line-height: 28px;
}

/** take out search field ***/
.select2-search--dropdown .select2-search__field {
   display:none !important;
}
.select2-search--dropdown {
    display: block;
    padding: 0 !important;
}

/** arrow**/
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: relative !important;
 /* position:absolute; */
    top: 1px;
    right: 1px;
    width: 20px;
}

/** arrow**/
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 26px;
    position: relative !important;
 /* position:absolute; */
    top: 1px;
    right: 1px;
    width: 20px;
}



#bfSubmitButton {
    background-color: #8a6e51;
    border: 1px solid #fff !important;
  	color: #fff !important;
    border-radius: 0 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 10px !important;
    padding: 15px 30px !important;
}

#bfSubmitButton:hover {
    background-color: #fff;
  border: 1px solid #8a6e51 !important;
  color: #8a6e51 !important;

}
.bfElemWrap .form-group {
    width: 100%;
}
/** take out padding from button ***/
.form-group .col-sm-12 {
    padding: 0 !important;
}

.bfQuickMode .bfbs3-form-inline .bfbs3-form-control, .bfQuickMode .form-inline .form-control {
   border-radius: 0 !important;
font-size: 14px;
font-weight: 300 !important;
border-left: 0 !important;
border-top: 0 !important;
border-right: 0 !important;
border-bottom: 0px solid #ddd;
  padding: 25px;
}

.bfQuickMode .bfElemWrap {
    margin-bottom: 5px !important;
}

/** for legal terms checkbox **/
#bfElemWrap33 {
    margin-top: 15px;
    margin-bottom: 30px !important;
  display: inline-block;
position: relative;
}
#bfElemWrap33 a {
    position: relative;
    z-index: 9;
}
#bfLabel33.control-label {
    margin-left: 25px;
    width: 100% !important;
    display: block !important;
    float: left !important;
}
#bfElemWrap33 .nonform-control {
    float: left !important;
    /*left: 0;*/
    position: absolute;
}


/*** error pop up ****/
.swal-button {
   background-color: #c18562;
    border: 1px solid #fff !important;
  	color: #fff !important;
    border-radius: 0 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 10px !important;
    padding: 10px 20px !important;
}
.swal-text {
    font-size: 14px;
    line-height: 150%;
    font-family: inherit !important;
}
.swal-overlay--show-modal .swal-modal {
    border-radius: 0 !important;
}



/*************** CLUB FORM *****************/

/*** radio btns ********/

#bfElemWrap194 .control-label, #bfElemWrap215 .control-label, #bfElemWrap254 .control-label {
    width: 100% !important;
    justify-content: left !important;
    padding: 0 0 0 25px !important;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 500 !important;
}

/*
#bfElemWrap194 .checkbox-inline, #bfElemWrap215 .checkbox-inline {
    justify-content: flex-start !important;
    padding-left: 24px;
    margin-bottom: 0px;
    font-size: 12px;
}*/

.bfFormDiv .checkbox-inline {
    justify-content: flex-start !important;
    padding-left: 24px;
    margin-bottom: 0px;
    font-size: 12px;
}

/** for text area ****/

#ff_elem263, #ff_elem15 {
    min-height: 120px;
    max-height: 220px;
}

/** for legal terms checkbox **/
#bfElemWrap135 {
    margin-top: 30px;
    margin-bottom: 30px !important;
  display: inline-block;
position: relative;
}
#bfElemWrap135 a {
    position: relative;
    z-index: 9;
}

#bfLabel135.control-label {
    margin-left: 25px;
    width: 100% !important;
    display: block !important;
    float: left !important;
  text-decoration: underline;
}
#bfElemWrap135 .nonform-control {
    float: left !important;
    left: 0;
    position: absolute;
}
#bfElemWrap135 .form-group {
    align-content: baseline;
}







/*** BROKERAGE FORM ************/


/** for legal terms checkbox **/
#bfElemWrap296 {
margin-top: 15px;
margin-bottom: 30px !important;
display: inline-block;
position: relative;
}
#bfElemWrap296 a {
    position: relative;
    z-index: 9;
}

#bfLabel296.control-label {
    margin-left: 25px;
    width: 100% !important;
    display: block !important;
    float: left !important;
  color: initial;
}
#bfElemWrap296 .nonform-control {
    float: left !important;
    /*left: 0;*/
    position: absolute;
}







/************ ZED *******************/
.zed {
    position: absolute;
    bottom: 20px;
    margin: 0 auto !important;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0px;
}

.zed a:hover{
  text-decoration:none !important;
}




/**** SMALL SEPARATOR -- LINE AFTER TITLES ************/
.smallseparator {
    width: 25px;
    height: 2px;
    background-color: #131313;
    margin-top: 25px;
    margin-bottom: 20px;
}
.smallseparator.white{
    background-color: #fff;
}



/*********** KEY FIGURES ********** numbers + description ***********/

.keyfigure {
    padding: 15px 0;
   /* border-bottom: 1px solid;*/
    margin: 0px 0;
    max-width: max-content;
}

.keynumber {
    font-size: 60px;
    line-height: 100%;
    font-weight: 200;
  margin-bottom: 5px;
}
.keyfigure.whitetext .keynumber {
  font-weight: 300;
}

.keydesc {
  font-style: oblique;
font-weight: 300;
font-size: 13px;
}





/**************** LINKS AND BOTS *******************************/

a {
  
  color: #8a6e51 !important; /** darker cream ***/
    text-decoration: none;
  opacity: 1;
   -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a:hover {
   opacity: 1;
  text-decoration:none !important;
  color: #131313 !important;
}

a.whitelink {
    color: #fff !important;
}
a.whitelink:hover {
    opacity: 0.6;
}

#footer a {
    color: #fff !important;
    opacity: 0.6;
}

#footer a:hover {
    opacity: 1;
}

.footerblock p {
    margin-bottom: 7px !important;
}


.bot {
    background-color: transparent;
	border:1px solid #8a6e51;
	padding: 12px 25px;
	display: inline-table;
    font-size: 10px;
    font-weight: 400;
	color: #8a6e51 !important;
  	margin-top: 10px;
	/*border-radius:40px;*/
  text-transform: uppercase;
letter-spacing: 1px;
}


/** blue ***/
.bot:hover {
   background-color: #8a6e51;
   border: 1px solid #8a6e51;
   color: #fff !important;
   text-decoration:none !important;
}


.bot.cream:hover {
	background-color: transparent;
  	border:1px solid #8a6e51;
   	color: #8a6e51 !important;
}

.bot.cream {
  background-color: #8a6e51;
  border:1px solid #8a6e51;
  color: #fff !important;
  text-decoration:none !important;
}



.bot.white:hover {
    background-color: #fff;
  border:1px solid #fff;
  color: #202020 !important;
}

.bot.white {
    background-color: transparent;
  border:1px solid #fff;
   color: #fff !important;
  text-decoration:none !important;
}


.bot::after {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 11px;
    font-size: 9px;
}
.bot.download::after {
    content: "\f309";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 11px;
    font-size: 9px;
}


.arrowlink {
   /* color: inherit !important;*/
  /*  font-weight: 400 !important;*/
   /* letter-spacing: 1px;*/
  text-decoration:none !important;
  /*font-size:14px;*/
}

.arrowlink:hover {
   color: #131313 !important;
}
.arrowlink::before {
    content: "\f30b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    font-size: 14px;
   -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.arrowlink:hover:before{
      margin-right: 12px;
}



/************************ BULLETS **********************/
.mybullets .bullet::before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    font-size: 7px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mybullets .bullet {
    display: inline-flex;
    margin-bottom: 10px;
    width: 100%;
}



/************************************************** 
****************************   ESTRUTURA *****************************************************/

#wrap_all {
  	background-color: #fff;
    position: relative;
    min-height: 100vh;
    min-width: 100vw;
  float: left;
}

/** full width**/
/*
#wrap_body {
    float: left;
    width: 100%;
    height: 100%;
}*/

/** left padding ***/
#wrap_body {
    float: left;
    width: 100%;
    height: 100%;
    padding-left: 100px;
}


#bottom {
    float: left;
    width: 100%;
    position: relative;
}

/************************ FOOTER *****************************/
#footer {
  /** light green ***/ background-color: #144246; 
  /*green*/ /*background-color: #133335;*/
  /* dark*//* background-color: #121b20;*/
   

      float: right;
    width: calc(100% - 100px);
    padding-left: 6vw;
    padding-right: 6vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column;

}

#footer .custom {
    width: 100%;
}

#footer .copyright {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 8px !important;
    letter-spacing: 1px;
    opacity: 0.7;
  line-height: 180%;
}


/************** HEADER **************************************************************/


/** fullwidth**/
/*
#wrap_head {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 9999;
    background-color: #fff;
}
*/
/*** on the side ***/
#wrap_head {
    position: fixed;
    width: 100px;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}


/*** fullwidth ***/
/*
#header {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
  position:relative;
 padding: 0 4vw;
  justify-content: space-between;
}*/

/** on the side ***/
#header {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
    padding: 20px;
    flex-direction: column;
    align-items: center;
}


/**** LOGO *********/

/** on full width header - full logo **/
/*
.logowrapper img {
    max-height: 45px;
}*/

/** symbol on the side ***/
.logowrapper img {
    max-height: 60px;
}

/*** on footer ***/
.logofooter img {
  max-width: 200px !important;
margin-bottom: 35px;
opacity: 0.5;
}

.logobanner img{
   max-width: 250px !important;
margin-bottom: 70px;
opacity: 0.5;
  
}



/**** TOP ICONS ****/
.roundicon a {
    color: #111 !important;
    border: 1px solid #111;
    border-radius: 50%;
    padding: 6px;
    font-size: 11px;
    width: 30px;
    display: flex;
    height: 30px;
    align-items: center;
    justify-content: center;
}


/** on the side ***/
.topicons {
    z-index: 4;
    position: relative;
    margin-top: 30px;
}

/** on the side ***/
.roundicon {
    margin: 5px;
}



.roundicon a:hover {
    background-color: #8a6e51;
    color: #fff !important;
    border: 1px solid #8a6e51 !important;
}


.roundicon.white a {
    color: #fff !important;
    border: 1px solid #fff;
}

.roundicon.cream a {
    color:  #8a6e51 !important;
    border: 1px solid  #8a6e51;
}

/*** icons content ****/
/** round icons off
.icon {
    border: 3px solid #ddd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  color: #828282;
}

.icon.white {
  color: #fff;
}

.icon.cream {
    border: 3px solid #e4cd91 !important;
    color: #fff;
    background-color: #e4cd91 !important;
}
*/




/**** hexagon icons ***/

.whitehexagon svg, .creamhexagon svg {
    z-index: 2;
}

.whitehexagon, .creamhexagon {
  margin-bottom: 40px !important;
}


/** white hexagon with cream border ***/
.whitehexagon {
  position: relative;
  width: 70px; 
  /*height: 40.41px;*/
 /* height:45.41px;*/
  height:48.41px;
  background-color: #ffffff;
  margin: 20.21px 0;
  border-left: solid 1px #8a6e51;
  border-right: solid 1px #8a6e51;
  
    /** for icon inside ***/
   display: flex;
align-items: center;
justify-content: center;
  color: #8a6e51 !important;
  font-size: 30px;
}

.whitehexagon:before,
.whitehexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 49.50px;
  height: 49.50px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 9.2513px;
}

.whitehexagon:before {
  top: -24.7487px;
  border-top: solid 1.4142px #8a6e51;
  border-right: solid 1.4142px #8a6e51;
}

.whitehexagon:after {
  bottom: -24.7487px;
  border-bottom: solid 1.4142px #8a6e51;
  border-left: solid 1.4142px #8a6e51;
}



/*** cream heaxagon ****/
.creamhexagon {
  position: relative;
  width: 70px; 
 /*height: 40.41px;*/
 /* height:45.41px;*/
  height:48.41px;
  background-color: #8a6e51;
  margin: 20.21px 0;
  border-left: solid 1px #8a6e51;
  border-right: solid 1px #8a6e51;
  
  /** for icon inside ***/
  display: flex;
align-items: center;
justify-content: center;
  color: #fff !important;
  font-size: 30px;
}

.creamhexagon:before,
.creamhexagon:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 49.50px;
  height: 49.50px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: inherit;
  left: 9.2513px;
}

.creamhexagon:before {
  top: -24.7487px;
  border-top: solid 1.4142px #8a6e51;
  border-right: solid 1.4142px #8a6e51;
}

.creamhexagon:after {
  bottom: -24.7487px;
  border-bottom: solid 1.4142px #8a6e51;
  border-left: solid 1.4142px #8a6e51;
}





/********** MENU STYLING **********************/

#header .menu-icon-cont .menu-icon3 {
    display: inline-block;
    position: relative;
    height: 29px;
    margin: 0 !important;
    user-select: none;
    width: 30px;
}

#header .sm-parent {
    height: 30px;
    margin-top: 20px;
}

#header .sm-btn-95 .menu-icon3 span {
    background: #111 !important;
    /*background: #fff !important;*/
    height: 2px;
    border-radius: 0 !important;
}

#off-menu_95 .sm-level {
    padding: 50px 25px;
}
#off-menu_95 .level1 .link a {
    color: #111 !important;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 1px;
}
#off-menu_95 .level1 .link a:hover, #off-menu_95 .level1.active .link a {
    color: #8a6e51 !important;
}

/** sub menus ***/
#off-menu_95 .level2 {
    padding: 2px 10px 9px;
}
#off-menu_95 .level2 .link a {
    color: #828282 !important;
}
#off-menu_95 .level2 dd {
    display: none !important;
}
#off-menu_95 .level2.active a {
    color: #000 !important;
}


/******* for scroll down on main intro banner ***/


.scrolldown a {
    color: #202020 !important;
    font-weight: 600 !important;
}
.scrolldown .arrow.white {
    color: #fff;
}
.scrolldown .whitetext a {
    color: #fff !important;
    font-weight: 600 !important;
}
.scrolldown {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 20px;
    line-height: 100%;
    left: 0;
    z-index: 4;
}


.bounce {
  animation: bounce 0.5s ease-in;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

@keyframes bounce {
  from { transform: translate3d(0, 0, 0);     }
  to   { transform: translate3d(0, 5px, 0); }
}



/******* BOOTSTRAP SLIDER ****************/


#mybslider {
    min-height: 460px;
}

.carousel-indicators {
 margin: 0;
  display: flex !important;
align-items: baseline;
  /*bottom: -40px !important;*/
}


.carousel-indicators li {
    width: 3px !important;
    height: 20px !important;
    border: 0 !important;
    transition: all .6s ease;
    background-color: #131313 !important;
    margin-left: 3px !important;
    margin-right: 3px !important;
  opacity:0.4 !important;
  margin-bottom: 0 !important;
}

.carousel-indicators li:hover {
  opacity:1 !important;
}

.carousel-indicators li.active {
  height:40px !important;
  opacity:1 !important;
}

/** white**/
.carousel-indicators.white li {
  background-color: #fff !important;
}


/*** over nav ***/
.overnav {
  position:relative;
  z-index:99 !important;
}


/**** navigation ****/
.carousel .next-icon.white, .carousel .prev-icon.white {
    max-width: 50px;
    fill: #fff !important;
	stroke: #fff;
	stroke-width: 1px;
}
  
.carousel .carousel-control-next, .carousel .carousel-control-prev {
width: 120px;
  z-index: 9;
}
/** for round buttons ***/
/*** round ***/
/*
.prev-icon, .next-icon {
    border: 1px solid #131313;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
  background-color: #fff !important;
}*/
/** just the arrow ***/
.prev-icon, .next-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
}




/******* BOOTSTRAP ACCORDION ****************/


#accordion .card-header {
    padding: 15px 0px;
    margin-bottom: 0;
    background-color: transparent !important;
	border-top: 1px solid #e6e6e6;
	border-bottom: 0 !important;
	border-radius: 0 !important;
}

#accordion .card {
     background-color: transparent !important;
    background-clip: border-box;
    border: 0 !important;
    border-radius: 0 !important;
}
#accordion .card-body {
    padding: 10px 30px 40px 0 !important;
}
#accordion .card-link {
    font-weight: 600;
    letter-spacing: 1px;
   /* font-size: 16px !important;*/
  width: 95% !important;
display: inline-block;
}

#accordion .card-link.collapsed {
    color: #111 !important;
 
}



#accordion .card-header .collapsed::after {
    content: "+"!important;
    position: absolute;
    right: 0;
  top: 20px;
    width: 20px;
    height: 20px;
background-color: #8a6e51 !important;
border: 1px solid #8a6e51 !important;
	color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#accordion .card-header ::after {
    content: "-";
    position: absolute;
    right: 0;
  top: 20px;
    width: 20px;
    height: 20px;
    background-color: #fff;
  border: 1px solid #8a6e51;
	color: #8a6e51;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}



/*************************** BG  ***********************/

.greybg {
  background-color: #fafafa;
}
.creambg {
background-color: #8a6e51;;
}

.whitebg {
  background-color: #fff;
}
.whitebg.overbanner {
  background-color: rgba(255,255,255,0.5);
}

.blackbg {
 /*lighter*/ background-color: #121b20;
 /*darker*/  /*background-color: #0d1418;*/
}

.greenbg {
    /** light green ***/ background-color: #144246; 
  /*green*/ /*background-color: #133335;*/
}




/****************************  PADDINGS ******************************************/

.leftpadding {
  padding-left:6vw !important;
}

.leftsmallpadding {
  padding-left:3vw !important;
}
.leftextrapadding {
  padding-left:12vw !important;
}

.rightpadding {
  padding-right:6vw !important;
}

.rightsmallpadding {
  padding-right:3vw !important;
}
.rightextrapadding {
  padding-right:12vw !important;
}

.noleftpadding {
  padding-left:0 !important;
}
.norightpadding {
  padding-right:0 !important;
}


.topsmallpadding {
  padding-top:3vh;
}
.toppadding {
  padding-top:10vh;
}
.topextrapadding {
  padding-top:15vh;
}
.bottomsmallpadding {
  padding-bottom:3vh;
}
.bottompadding {
  padding-bottom:10vh;
}
.bottomextrapadding {
  padding-bottom:15vh;
}




/*************************** GET STICKY SIDE AND CONTINUE SCROLL ***********************/

.sticky{
  position: sticky !important;
  position: -webkit-sticky !important;
}
.sticky.top {
    top: 0px;
}
.sticky.middle{
  top:50vh;
}




/****************** flexbox *********************************************/


.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flexbox.centered {
    justify-content: center;
}

.flexbox.right {
    justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.flexbox.left {
    justify-content: flex-start;
  -webkit-justify-content: flex-start;
}


.flexbox.bottom {
    flex-direction: column;
    justify-content: flex-end;
}
.flexbox.top {
    flex-direction: column;
    justify-content: flex-start;
}
.flexbox.verticalcentered {
    justify-content: center;
    flex-flow: column;
}
.flexbox.column {
    flex-direction: column;
}



/********************************* WIDTH & HEIGHT ****************************/


.fullwidth {
  width:100%;
}

.fullheight {
  min-height:100vh;
}

.twothirdsheight {
  height:75vh;
}

.halfheight {
  height:50vh;
}

.onethirdheight {
  height:35vh;
}

.quarterheight {
  height:25vh;
}

.height60 {
  height:60vh;
}




/************************** FOR BANNERS - bg image + text over banner *************************/


.bgimage {
    background-repeat: no-repeat;
    width: 100%;
}

.opacity {
    opacity: 0.6;
}

.moreopacity {
    opacity: 0.4;
}

.filter {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute !important;
    opacity: 0.4;
  z-index: 2;
}

.saturate {
  filter: grayscale(50%);
}

.bgimage.fixed {
  background-attachment:fixed;
}

.overbanner {
    position: absolute !important;
    width: 100%;
    z-index: 3;
}


.bannerwrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.bgimagecontainer {
    width: 100%;
  z-index: 1;
  position: relative;
}



/**** VIDEO HTML 5 ********/

.videoWrapper {
    height: 0;
    padding-bottom: 56.5% !important;
    padding-top: 0;
    position: relative;
   /* float: left;*/
    width: 100%;
}

.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
