html {
overflow-x: initial;
}


/**** LANG *********/
#lang .mod-languages a {
    border: 0 !important;
}



/**** MARQUEE -- announcement horizontal scrolling ****/
.annoucementWrapper {
    max-width: 100vw;
    background-color: #fff;
}

.announcementContainer {
  overflow: hidden;
  white-space: nowrap;
}

.announcement {
  animation: marquee 20s linear infinite;
  display: inline-block;
  padding-right: 10px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to { 
    transform: translateX(-100%);
  }
}


/*** for phone links ***/
.phonelink {
    border: 0 !important;
}

/*** for icones in investment page ***/
.smallicon {
    width: 50px;
    margin-bottom: 20px;
}

/****** PROJECT LOGO -- ITEM PAGE *****/
.projectlogowrapper {
    position: fixed;
    z-index: 9;
    right: 2vw;
    top: 2vh;
}
.projectlogowrapper img {
    max-width: 120px !important;
    max-height: 90px !important;
}


/******* acoordion  simple ********/

.simpleaccordion {
  list-style: none !important;
  padding: 0;
}
.simpleaccordion .inner {
    overflow: hidden;
    display: none;
    padding: 30px 0 50px;
}

.simpleaccordion div a.toggle {
    width: 100%;
    display: block;
    background: white;
    padding: 0 !important;
    border-radius: 0 !important;
    transition: all 0.3s ease;
    font-size: 1.3em;
    padding: 20px 0 !important;
    color: #000;
  cursor:pointer;
  line-height: 140%;
  display: flex;
align-items: center;
justify-content: space-between;
  border-bottom: 1px solid #ddd !important;
}

.simpleaccordion div a.toggle:hover {
  background: #fff !important;
  color: #000 !important;
}


.simpleaccordion div a.toggle::after {
    content: "";
    margin-right: 10px;
    font-size: 15px;
    font-weight: 600;
    width: 15px !important;
  min-width: 15px !important;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
}



/** TITLES ***/

/** title closed ***/
.simpleaccordion a.toggle[aria-expanded="false"]{
 color: #888 !important;
}
.simpleaccordion a.toggle[aria-expanded="false"]::after{
 color: #fff !important;
  background-color:#000;
   content: "+"
}


/** title opne **/
.simpleaccordion a.toggle[aria-expanded="true"]{
 color: #000 !important;
}
.simpleaccordion a.toggle[aria-expanded="true"]::after{
   content: "-" !important;
  color: #000 !important;
  background-color:#fff !important;
}





/******** END accordion simple********/







body {
    color: #000 !important;
   font-family: 'Roboto', sans-serif !important;
    /* font-family: 'Roboto Mono', monospace !important; */
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.6em !important;
    letter-spacing: 0;
}
::selection {
  background: #111;/* WebKit/Blink Browsers */
  color:#fff;
}
::-moz-selection {
  background: #111; /* 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 {
    padding: 0;
    margin: 0 !important;
}

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

.borderbottom {
    border-bottom: 1px solid;
    display: inline-block;
}


/************************** FORMS *******************************/
.inputbox:focus {
    -webkit-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
}
.inputbox::placeholder {
    font-size: 1em !important;
    font-weight: 300 !important;
    color: #000 !important;
    opacity: 1 !important;
}

.form-control.ff_elem.inputbox {
    border-radius: 0 !important;
    background-color: transparent;
    color: #fff !important;
    border-bottom: 1px solid #000;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  font-size:1em;
  padding: 0px 10px 15px;
}
.bfQuickMode select {
    background-color: transparent;
    border-top: 0 !important;
    border-bottom: 1px solid !important;
    border-left: 0 !important;
    border-right: 0 !important;
    width: 100% !important;
    border-radius: 0 !important;
    font-weight: inherit !important;
    color: inherit !important;
    padding: 5px 7px;
}

/** using select2 ***/
.select2-container--default {
   background-color: transparent;
    border-top: 0 !important;
    border-bottom: 1px solid !important;
    border-left: 0 !important;
    border-right: 0 !important;
   /* width: 100% !important;*/
    border-radius: 0 !important;
    font-weight: inherit !important;
    color: inherit !important;
    padding: 5px 10px;
}
.select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
    line-height: inherit !important;
    padding: 0 !important;
    font-weight: 400 !important;
}
/** arrow **/
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -5px !important;
    margin-top: 0px !important;
    position: absolute;
    top: 50%;
    width: 0;
}
/** drop down **/
.select2-container--default .select2-results > .select2-results__options {
    max-height: 500px !important;
    overflow-y: auto;
}
.select2-dropdown {
    background-color: #fff;
    border: 0 !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-search--dropdown {
    display: none !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: coral !important;
    color: inherit !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: transparent !important;
}

textarea.form-control {
    height: 100px !important;
    max-height: 100px !important;
  resize: none !important;
}



#bfSubmitButton {
    border: 3px solid #000 !important;
    text-decoration: none !important;
    padding: 20px;
    font-weight: 600;
    display: inline-table;
    color: #000 !important;
    border-radius: 0 !important;
    font-size: 1em !important;
    background-color: transparent;
}
#bfSubmitButton:hover {
    color: #fff !important;
    border: 3px solid #fff !important;
}

.bfFormDiv .alert-danger {
    color: bisque !important;
    border: 1px dashed bisque !important;
    border-radius: 0 !important;
  background-color: transparent !important;
}

/**** STYLING CHECK BOXES ******/
/** legal terms on selling form ***/
#bfElemWrap314 {
    margin-top: 30px;
  margin-bottom: 30px;
}
#bfElemWrap314 .form-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
#bfElemWrap314 .nonform-control {
    width: 30px;
    margin-top: -1px;
}
#bfElemWrap314 .control-label {
    min-width: max-content;
}

/** legal terms on contact form ***/
#bfElemWrap335 {
    margin-top: 30px;
  margin-bottom: 30px;
}
#bfElemWrap335 .form-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
#bfElemWrap335 .nonform-control {
    width: 30px;
    margin-top: -1px;
}
#bfElemWrap335 .control-label {
    min-width: max-content;
}





/****** CURSOR HOVER DONWLOAD BROCHURE ***/

.imgLinkDownload {
  cursor: s-resize;
}




/***** OVER HOVER -- banners with image and text on top -- **/
.under {
    width: 100%;
    height: 100% !important;
  z-index: 1;
  position: relative;
}

.overHover {
    position: relative;
    display: flex;
    align-items: center;
}

.over {
   position: absolute !important;
z-index: 3;
}

/*** for workoutbanner **/
.workoutbanner .over {
    border: 7px solid #fff;
}



/*********** PRESS LINKS ON FOOTER *************/
.presslink h3 {
    margin-bottom: 5px !important;
}
.presslink {
    margin-bottom: 25px;
}







/*** filter // for WOrkOut  module in home page ****/

.redfilter {
   /* background-color: #cc2a29 !important;*/
   background-color: coral !important;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.blackfilter {

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


/***** banners ***/
.bgimgwrapper {
    position: relative;
}
.bgimage.fixed{
  background-attachment: fixed;
}


/** links imagens ***/

a img{
    opacity: 1 !important;
   -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
a img:hover {
    opacity: 1 !important;
  /*filter: saturate(100%);*/
  /* cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
   cursor: zoom-in;*/
}

/** links on images -- take out border from inherit link style ***/
.imglink {
  border:0 !important;
}

/** when links are on images ***/
.zoomin:hover  {
cursor: -moz-zoom-in;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}

.bigoutline {
outline: 170px dashed #fff;
outline-offset: -50px !important;
}



/** LINKS IN TEXTO ****/

 a {

  	color: inherit !important;
	text-decoration: none !important;
  border-bottom: 1px solid;
  opacity:1;

 -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;

}
 a:hover {
    opacity: 1;
  color: coral !important;
   text-decoration: none !important;
  border-bottom: 1px solid;
}

 .whitetext a {
    color: #fff !important;
    text-decoration: none !important;
}
 .whitetext a:hover {
    color: #fff !important;
    opacity: 0.6 !important;
}

/** when link is black but is over color ***/
.hoverwhite:hover {
    color: #fff !important;
}


#footer a {
    color: #000 !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}
#footer a.noborder {
  border-bottom: 0 !important;
}
#footer a:hover {
    /* red*/ /*color: #cc2a29 !important;*/
  color: coral !important;
  text-decoration: none !important;
}
#footer .presslink a {
    border-bottom: 1px solid !important;
}

.arrowlink {
    font-weight: 500;
   color: #000 !important;
  border-bottom: 0 !important;
    text-decoration: none !important;
  position:relative;
display: inline-block;
  margin-top: 10px;
}
.legenda .arrowlink {
  margin-top: 0;
}
.arrowlink:hover {
    text-decoration:none !important;
}
.arrowlink.hoverwhite:hover {
    color: #fff !important;
}

.arrowlink.red {
  /* color: #cc2a29 !important*/
  color: coral !important;
}



.arrowlink::after {
    content: '';
    background: url('../../../images/graphics/long_arrow_2.svg');
    margin-left: 10px;
	width: 20px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: calc(50% - 3px);
  -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.arrowlink:hover:after {
    margin-left: 15px;
  width:20px;
   opacity:0.5;
}


/*** bots ***/
a.botblack {
    border: 3px solid #000 !important;
    text-decoration: none !important;
    padding: 20px;
    font-weight: 600;
    display: inline-table;
    color: #000 !important;
}
a.botblack:hover {
    border: 3px solid coral !important;
    opacity: 1 !important;
   /* red*/ /*color: #cc2a29 !important;*/
  color: coral !important;
  text-decoration: none !important;
}

a.botwhite {
    border: 3px solid #fff !important;
    text-decoration: none !important;
    padding: 20px;
    font-weight: 600;
    display: inline-table;
    color: #fff !important;
}
a.botwhite:hover {
    border: 3px solid #000 !important;
    opacity: 1 !important;
   /* red*/ /*color: #cc2a29 !important;*/
  color: #000 !important;
  text-decoration: none !important;
}







/******************************
****** k2 ********************************************************************************
******************************************************************************************/

/****** CATEGORY VIEW ***************************/

#k2Container.projects {
    float: left;
    width: 100%;
    position: relative;
}


.projects #itemListPrimary {
    display: flex;
    /*align-items: center;*/
    justify-content: flex-start;
}
.projects .itemContainer {
 padding: 3vw;
}
.projects .catItemImage {
    display: block;
    text-align: center;
    margin: 0 !important;
    position: relative;
  
  /* FORCE SAME HEIGHT ***/
  max-height: 360px !important;
overflow: hidden;
}

.projects .projectCatItemTitle a {
    text-decoration: none !important;
    color: #000 !important;
    border-bottom: 0px solid;
}
.projects .projectCatItemTitle a:hover {
    text-decoration: none !important;
    /*red*/ /*color: #cc2a29 !important;*/
     color: coral !important;
}
.projects .projectCatItemTitle {
    margin: 15px 0 0 0 !important;
  
}

/** for filter on image ***/
/*
.projectBody .catItemImage a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #cc2a29 !important;
    z-index: 9999 !important;
    opacity: 0;
  mix-blend-mode: multiply;
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.projectBody .catItemImage a:hover:before {
  opacity:0;
}
*/

/** for cursor ***/
.projectBody .catItemImage a:hover {
/* cursor: -moz-zoom-in;
cursor: -webkit-zoom-in;
cursor: zoom-in;*/
}

/*** change title color when hover image ***/
.projectCatItemImage:hover ~ .projectCatItemTitle a {
    /*red*/ /*color: #cc2a29 !important;*/
   /*color: coral !important;*/
}





/***** STYLING CAT ITEM VIEW BY PROJECT *****/


/*** TAGS UNDER Project name ***/
.projectBody .catItemTagsBlock {
    padding: 0 !important;
}
.projectBody .catItemTagsBlock ul.catItemTags li {
    padding-right: 10px;
}

.projectBody .catItemTagsBlock ul.catItemTags li a {
    font-size: 12px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid !important;
	text-decoration: none !important;
  
   -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  
}
.projectBody .catItemTagsBlock ul.catItemTags li a:hover {
    text-decoration: none !important;
     border-bottom: 1px solid !important;
  color: coral !important;
}
.projectBody div.catItemTagsBlock ul.catItemTags li a::before {

    content: "#";
    margin-right: 4px;

}


/****************************** TAG VIEW ***********************************/


.tagTitleWrapper {
    text-align: center;
    margin-bottom: 50px;
}
.tagProjects .tagTitle {
    text-align: center;
   /* border-bottom: 2px solid;*/
    display: inline;
   /* padding-bottom: 20px;*/
}

.tagProjects .tagTitle::before {
    content: "#";
    margin-right: 4px;
  	font-size:3em;
}

.tagProjects .tagItemView {
    margin-bottom: 0;
    padding: 3vw !important;
    display: flex;
    flex-direction: column;
}
#k2Container.tagProjects {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 15vh;
}

.tagProjects .tagItemList {
    display: flex;
    align-items: center;
  justify-content: center;
}

.tagProjects .tagItemTitle {
    margin: 15px 0 0 0 !important;
    display: inline-table;
}

.tagProjects span.tagItemImage {
       display: block;
    text-align: center;
    margin: 0;
    max-height: 360px;
    overflow: hidden;
}
}

.tagProjects .tagItemTitle a {
    text-decoration: none !important;
    color: #000 !important;
 	border-bottom: 0 !important;
}

.tagProjects .tagItemTitle a:hover {
    text-decoration: none !important;
    /* red*/ /* color: #cc2a29 !important;*/
  color: coral !important;
}

.tagProjects div.tagItemTagsBlock {
    padding: 0 !important;
}
div.tagItemTagsBlock ul.tagItemTags li {
    padding-right: 10px;
}

.tagProjects div.tagItemTagsBlock ul.tagItemTags li a {
    font-size: 12px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid !important;
  text-decoration: none !important;

   
  -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
  
  
}
.tagProjects div.tagItemTagsBlock ul.tagItemTags li a:hover {
    text-decoration: none !important;
    border-bottom: 1px solid !important;
}

.tagProjects div.tagItemTagsBlock ul.tagItemTags li a::before {
    content: "#";
    margin-right: 4px;
}



/*** roll over to red on image links ***/
/*
.tagProjects .tagItemImage a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #cc2a29 !important;
    z-index: 9999 !important;
    opacity: 0;
    mix-blend-mode: multiply;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.tagProjects .tagItemImage a:hover:before {
  opacity:0;
}
*/
/** for cursor ***/
.tagProjects .tagItemImage a:hover {
 /*cursor: -moz-zoom-in;
cursor: -webkit-zoom-in;
cursor: zoom-in;
  */
}






/******** TAG FILTER / as navigation ****************/
.tagfilter {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    align-items: start;
}
.tagfilter a {
    color: #999 !important;
    padding: 0 !important;
    margin-bottom: 5px;
    border-bottom: 1px solid;
  text-decoration: none !important;
  
   -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
.tagfilter a:hover {
    padding: 0 !important;
    background: none !important;
  border-bottom: 1px solid !important;
  text-decoration:none !important;
  color: coral !important;
}


/************************ ITEM VIEW
*****************************************************************************/

#k2Container.projectPage {
    margin: 0;
    padding: 0;
}

.projectLayout {
    float: left;
    width: 100%;
}

.projectDescription {
    font-size: 1.3em !important;
    letter-spacing: 0;
   /* margin-bottom: 20px !important;*/
    line-height: 150% !important;
    font-weight: inherit !important;
}

/**** DETAILS --- TABS _____****/
.projectDetails {
    float: left;
    width: 100%;

}
.projectDetails #zedAccordion {
    margin-bottom: 10vh;
}

.projectSales {
    float: left;
    width: 100%;
    background-color: coral;
}




/********* ID ******/
.projectId .projectIdField {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.projectId .idlabel {
    color: #999 !important;
    font-size: 12px;
    line-height: 140%;
}
.projectId .idvalue {
    font-weight: 400;
}
.projectId .idvalue p {
    margin-bottom: 0 !important;
}
.projectId .purpose .idvalue {
    color: coral !important;
}

/** TAKE OUT STUFF***/
.projectPage div.itemNavigation {
    display: none;
}
.projectPage div.itemBackToTop {
    display: none;
}


/**** FULL TEXT ****/
.projectPage div.itemFullText h3 {
    margin: 0;
    padding: 0 !important;
}
.projectPage div.itemFullText p {
    padding: 0 !important;
}
.projectPage div.itemFullText {
    float: left;
    width: 100%;
    position: relative;
}





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

.itemRelated.relatedProjects {
    float: left;
    width: 100%;
  padding-top: 10vh;
}

.relatedProjects .itemRelImg {
    max-height: 360px;
    overflow: hidden;
}


.relatedProjects a.itemRelTitle {
    text-decoration: none !important;
    color: #000 !important;
  border-bottom: 0 !important;
}
.relatedProjects a.itemRelTitle:hover {
    text-decoration: none !important;
   /*red*//* color: #cc2a29 !important;*/
    color: coral !important;
}
/*
.itemRelImgLink:hover ~ h4 a.itemRelTitle {
    color: #cc2a29 !important;
}*/
.relatedProjects h4 {
    margin: 15px 0 0 0 !important;
}




/*
.projectPage .itemRelatedMain {
    float: left;
    width: 100%;
}*/
/*

.projects .itemRelatedTitle {
    margin: 15px 0 0 0 !important;
}

.projects .itemRelatedTitle a {
    text-decoration: none !important;
    color: #000 !important;
}
.projects .itemRelatedTitle a:hover {
    text-decoration: none !important;
    color: #cc2a29 !important;
}
.itemRelImgTitle:hover ~ .itemRelatedTitle a {
    color: #cc2a29 !important;
}
*/





/******** BACKGROUND ******/

.redbg {
  background-color: #cc2a29 !important;
}

.coralbg {
  background-color: coral !important;
}

.blackbg {
  background-color: #111 !important;
}

.greybg {
    background-color: #fafafa;
}
.whitebg {
  background-color: #fff !important;
}


/*********************************** IGNITE GALLERY ***********************************************/
.projectPage .ig-thumbs-grid-block {
   /* max-width: 100%;
    margin-bottom: 30px !important;*/
  text-align: center;
}

/*********************** LIGHT BOX **********************/
.igui-lightbox.igui-open {
    display: block;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.9);
}
/** setas nav **/
.ig-lightbox-button svg {
    background: transparent;
    padding: 25px !important;
    width: 20px;
    height: 40px;
    box-sizing: content-box;
  color: coral !important;
}

/** keep the arrows visible**/
.ig-lightbox-button {
    opacity: 1 !important;
}

/**** tool bar**/
.igui-lightbox-toolbar {
    background: transparent;
}
.igui-lightbox-items > *, .igui-lightbox-toolbar, .igui-lightbox-toolbar * {
    color: #000 !important;
    opacity: 1 !important;
}
.igui-lightbox-toolbar .igui-close {
    padding: 25px !important;
    background-image: none !important;
    background-color: transparent !important;
    opacity: 1 !important;
  border: 0 !important;
}


/** SLIDER ARROWS  - slider profile only ***/
.ig-slideshow-button svg {
    background: transparent;
    width: 20px;
    height: 30px;
    padding: 10px;
    box-sizing: content-box;
  color: coral !important;
}
.ig-thumb-scroller-left, .ig-thumb-scroller-right {
    border: 0 !important;
    color: coral !important;
}
.igui-slidenav:hover {
    border: 0 !important;
}

/********** SLIDER PROFILE LINKS **********/
.ig-thumb-scroller-horizontal .ig-slider-items li {
    display: inline-block;
    position: relative !important;
}
.ig-scroller-img-wrapper .ig-thumb-text {
    position: absolute !important;
}

/*** slider image centering ****/
.ig-slideshow-item-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



/** take out border from image links ***/
.ig-img-link {
  border-bottom:0 !important;
}
.ig-grid-img-link:hover {
   border-bottom:0 !important;
}

/** change mouse over cursor image ***/
.ig-img-link:hover {
     opacity: 1 !important;
  cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
   cursor: zoom-in;
  border-bottom:0 !important;
  
}
.ig-grid-img-link:hover {
    opacity: 1 !important;
  cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
   cursor: zoom-in;
   border-bottom:0 !important;
}

/**** DESCRIÇÕES IMAGENS GRID ***/
.zed.ig-thumbs-grid .ig-thumb-text_below h6 {
    font-weight: 100 !important;
}

/*** take descriptions out from sliders in investment page ****/
/** mogos **/
#gallery-scope-M134 .ig-image-descriptions {
    display: none;
}



/** descrições lightbox ***/
.ig-lightbox-descriptions {
    color: #666 !important;
    font-size: 1em;
    font-style: oblique;
    font-weight: 300;
    background-color: #fff !important;
    padding: 20px 10vw !important;
  display: none;
}
/** descrições thumbnails **/
.igui-overlay-primary {
   background: #fff !important;
    float: left;
   color: #666;
font-size: 0.85em;
  /*font-size: 1em;*/
    text-align: left;
    font-weight: 300;
    padding: 15px 20px 0 0 !important;
  white-space: break-spaces;
  line-height: 150%;
}



/************** TARGET SPECIFIC IMAGES AND CONTAINERS *************/
.zed.ig-thumbs-grid {
    /*display: flex;
    position: relative !important;
    flex-wrap: wrap;*/
}

/*
.ig-thumbs-grid-block.zed91 {
    max-width: 80%;
    height: auto !important;
}
.ig-thumbs-grid-block.zed93 {
    max-width: 80%;
    height: auto !important;
}
*/











/****************************  PADDINGS ******************************************/
/***** INITIAL MARGIN FROM TOP *********/

.topinitialmargin {
  margin-top: 150px !important;
}


.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;
}



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

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

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

#head {
    background-color: transparent;
    position: fixed;
    z-index: 99999;
    width: 100%;
}

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

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

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

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


/****** LANG ******/
#lang {
    float: right;
    padding: 18px;
}
#lang .mod-languages .lang-active a {
    color: coral !important;
}

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

/*
#logo {
    width: auto;
    position: fixed;
    display: flex;
  z-index: 99999 !important;
}
*/
#logo {
    width: auto;
    float: left;
}


#logo .logoicon {
    max-width: 90px;
    padding: 15px 15px;
}
.logoicon a {
    border-bottom: 0 !important;
}
#logo .logoname {
    font-size: 13px;
    margin-top: 1px;
    font-weight: 300;
    color: rgba(0,0,0,0.3);
}
#logo .logoicon a img:hover {
    cursor: pointer;
}

/** NAV ***/
#topnav {
    padding: 0px 20px;
    float: left;
}
.navmenu {
    padding: 15px !important;
}
.navmenu a {
   color: rgba(0,0,0,0.5) !important;
    margin-right: 20px;
  font-size: 1em;
  font-weight:inherit;
  text-decoration: none !important;
  position: relative;
  line-height: 2em !important;
  border-bottom: 0 !important;
}
.navmenu a:hover, .navmenu .active a {
    color: rgba(0,0,0,1) !important;
    opacity:1;
  text-decoration: none !important;
}

/** animation - pseudo ellement **/
.navmenu a:before {
   content: "";
    width: 0%;
    height: 1px;
    position: absolute;
  top: -7px !important;
    display: inline-block;
    background-color: black;
   -webkit-transition: width .2s;
    -moz-transition: width .2s;
    -o-transition: width .2s;
    transition: width .2s;
}

.navmenu a:hover::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    display: inline-block;
    background-color: black;
  top: -7px !important;
}
.navmenu .active a:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    display: inline-block;
    background-color: black;
  top: -7px !important;
}







/**** 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%;
}


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



/*** FOR IFRAME VIDEOS FROM YOUTUBE ***/



.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}