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


body {
    color: #111 !important; 
      font-family: 'Roboto Mono', monospace !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 2.1em !important;
    letter-spacing:0px;
  
}
::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;
}


a {
    color: #111 !important;
    text-decoration: none !important;
   -webkit-transition: all .0s;
    -moz-transition: all .0s;
    -o-transition: all .0s;
    transition: all .0s;
}
#name a {
    color: indianred !important;
}
a:hover {
    color: indianred !important ;
   text-decoration: none !important;
  border-bottom:1px solid;
 
}

.redlink {
  color: indianred !important ;
}

.centertext {
    text-align: center;
}




/******* WORK PAGE ****/
.workWrapper {
    padding: 25px 15vw;
    text-align: center;
}

.workInfo {
    margin-bottom: 20px;
}
.workInfo p {
    margin: 0 !important;
    line-height: 1.6em !important;
    font-size: .9em;
}
.workInfo h1 {
    margin-bottom: 10px !important;
}


/******************** OVER LINK AND CHANGE BG IMAGE ***********/
.workselection {
    padding: 0vh 30px;
    position: relative;
}

.workselection ul {
    border: 0 !important;
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    list-style: none !important;
}

/*
.workselection img {
    display: none;
    height: auto;
    position: absolute !important;
    right: 0;
    top: 0;
    width: 25%;
}*/
.workselection img {
    display: none;
    position: absolute !important;
    right: 0;
    top: 0;
    min-height: 250px;
  z-index: 2;
}


.workselection img.left {
    left: 0 !important;
}

.workselection a:hover + img,
.workselection a img:hover {
    display: block;
}

.workselection li {
    text-align: center;
   /* position: relative;*/
}
.workselection li a {
    z-index: 3 !important;
    position: relative;
}

.workselection .spacer {
    margin-bottom: 10px;
    margin-top: 10px;
  z-index: 0;
position: relative;
}

/*
.workselection a {
    width: 50% !important;
    background-color: red;
    display: inline-block;
    padding: ma;
}
*/







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



/*********************************** IGNITE GALLERY ***********************************************/

/*********************** 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  PROFILE **********/
.workGallery .ig-gallery-wrapper {
    display: flex !important;
    margin: 0 auto !important;
}

/** arrows ***/
.ig-slideshow-button svg {
    background: transparent;
    width: 20px;
    height: 30px;
    padding: 10px;
    box-sizing: content-box;
  color: inherit !important;
}
.ig-thumb-scroller-left, .ig-thumb-scroller-right {
    border: 0 !important;
    color: indianred !important;
}

.igui-slidenav:hover {
    border: 0 !important;
}

.ig-slideshow-button-right {
    padding: 25px !important;
    margin: 0px !important;
    right: -15vw;
    height: 100%;
    display: flex;
    align-items: center;
    width: 15vw;
    justify-content: center;
}

.ig-slideshow-button-left {
    padding: 25px !important;
    margin: 0px !important;
    left: -15vw;
    height: 100%;
    display: flex;
    align-items: center;
    width: 15vw;
    justify-content: center;
}

.igui-slideshow-items li {
    list-style-type: none !important;
    list-style-image: none !important;
    margin: 0px !important;
    padding: 30px !important;
}
.ig-slideshow-item-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/*
.ig-scroller-img-wrapper .ig-thumb-text {
    position: absolute !important;
}*/


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













/****************************  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: floralwhite;
 /* background-color: linen;*/
    position: relative;
    min-height: 100vh;
    min-width: 100vw;
  float: left;
}
.publicacoes #wrap_all {
    background-color: #fff !important;
}
.workpage #wrap_all {
    background-color: floralwhite !important;
}
.aboutpage #wrap_all {
    /*background-color: lemonchiffon;*/
  /*background-color: aquamarine;*/
  background-color: #d5f9ed;
}

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

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

#top {
    background-color: transparent;
    padding: 25px;
    text-align: center;
   /* position: fixed;*/
    width: 100%;
  z-index: 99 !important;
}

#bottom {
    float: left;
    width: 100%;
    /*position: relative;*/
    padding: 25px;
}

.zed {
    font-size: 10px;
    font-weight: 600 !important;
    letter-spacing: -0.05em;
    position: absolute;
    right: 20px;
    bottom: 20px;
}



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

