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


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

/*** CENTER DIVS ***/
.centered {
  margin: 0 auto;
}



/******* ARCO LISBOA 2022 - REGISTRATION ********************/


.arcoBluebg {
  background-color: rgb(15, 77, 188);
}


/********************* FORM *******************/

.bfQuickMode .bfElemWrap {
  margin-bottom: 10px;
}
.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;
}


#bfSubmitButton {
  background-color: #ffb1dd !important;
border: 1px solid #ffb1dd !important;
color: #111 !important;
  border-radius: 0 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 10px !important;
  padding: 20px 40px !important;
}

#bfSubmitButton:hover {
  background-color: transparent !important;
border: 1px solid #ffb1dd !important;
  color: #ffb1dd !important;
}

/*** for check box ***/
#bfElemWrap24 .form-group {
  display: flex;
  flex-flow: row-reverse;
}

#bfElemWrap24 .nonform-control {
  width: 30px;
}
#bfLabel24 {
  width: 100%;
  display: block;
}
#bfLabel24 a {
  color: #ffb1dd !important;
}

/***** after submit ***/
#ff_formdiv1 #bfPage2 p {
  font-size: 21px;
  text-align: center;
  color: #73c59d;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 160%;
  font-family: 'Petit Formal Script', cursive !important;
  letter-spacing: 2px !important;
}





/**** MARQUEE -- announcement horizontal scrolling ****/
.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 scroll down on main intro banner ***/
.scrolldown {
    width: 40%;
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 99 !important;
    margin-bottom: 20px;
    left: 30%;
}
.scrolldown .arrow img {
    transform: rotate(90deg);
    max-width: 10px !important;
}
.scrolldown h4 {
    margin-bottom: 0 !important;
    color: #fff !important;
    opacity: 0.6;
}

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



.row {
  margin:0 !important;
}
.item {
    float: left;
    position: relative;
    width: 100%;
  background-color: #fff;
}


::selection {
  background: transparent;/* WebKit/Blink Browsers */
  color:#9663df;
}
::-moz-selection {
  background: transparent; /* Gecko Browsers */
   color:#9663df;
}
input::-moz-focus-inner { 
  border: 0; 
}
a:hover, a:active, a:focus {
 outline: 0;
}


#notabg {
    background-image: url("/images/logo/NAM_logo_black.png");
    background-size: 130px;
    background-attachment: fixed;
}


.arcobg {
    background-image: url("/images/galerias/ARCOLX_logo.png");
    background-size: 50px;
    background-attachment: fixed;
}





/*** partners & Friends ***/

#partnersandfriends h4 {
    margin-bottom: 40px !important;
}



/*** GALLERY **/

ul.sigProResponsive li.sigProThumb a.sigProLink {
    color: #fff !important;
    background-color: #fff !important;
    border: 0 !important;
   /* -webkit-transition: 200ms all ease-in;
    -moz-transition: 200ms all ease-in;
    transition: 200ms all ease-in;*/
  opacity:1 !important;
}
ul.sigProResponsive li.sigProThumb a.sigProLink img.sigProImg {
    transition: transform .5s ease;
}

ul.sigProResponsive li.sigProThumb a.sigProLink:hover img.sigProImg {
  
   transform: scale(1.1);
  
}






/*** in expositions block -- arrumar **/

.expoinfo .name {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 500;
  letter-spacing: 1px;
}


.expoinfo .artistlist div {
  display:inline-block;
  margin-right: 15px;
}
.expoinfoblock {
    margin-bottom: 30px;
}


/******* NEWS SLIDER **********/

.newswrapper {
    text-align: center;
    padding: 30px;
}
.newswrapper .newsdate {
    font-size: 11px;
    color: #999;
    font-style: oblique;
}

/*
.singleslider a.next {
    cursor: url('../../../images/graphics/seta_right.svg'), auto !important;
    background-color: transparent !important;
    opacity: 1 !important;
    display: block;
    background-image: none !important;
    width: 20%;
    position: absolute;
    right: 0;
}
.singleslider a.prev {
    cursor: url('../../../images/graphics/seta_left.svg'), auto !important;
    background-color: transparent !important;
    opacity: 1 !important;
    display: block;
    background-image: none !important;
    width: 20%;
    position: absolute;
   left: 0;
}
*/
.singleslider a.next {
   /* cursor: url('../../../images/graphics/seta_right.svg'), auto !important;*/
    background-color: transparent !important;
    opacity: 1 !important;
    display: block;
    background-image: url('../../../images/graphics/seta_right.svg') !important;
    width: 20%;
    position: absolute;
    right: 0;
}
.singleslider a.prev {
   /* cursor: url('../../../images/graphics/seta_left.svg'), auto !important;*/
    background-color: transparent !important;
    opacity: 1 !important;
    display: block;
    background-image: url('../../../images/graphics/seta_left.svg') !important;
    width: 20%;
    position: absolute;
   left: 0;
}




.newswrapper .botwrapper {
    margin-top: 20px !important;
}

.newswrapper a.roundbot {
    margin: 0 auto !important;
}


/** fot block title wrappers ***/
/*.blocktitle {
    margin-bottom: -1px;
    line-height: 100%;
}*/
.blocktitle {
    margin-bottom: -1px;
    line-height: 100%;
    position: sticky;
    top: 0 !important;
    z-index: 999;
}


.blocktitle h4 {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 9px !important;
    font-weight: 700 !important;
    color: #fff !important;
    font-style: normal;
    background-color: black;
    padding: 0 20px;
    line-height: 20px;
    margin: 0 !important;
}

.blocktitle.fullwidth h4 {
    width: 100%;
    text-align: center;
}



/*
.titleseparator .blocktitle {
    margin: 0 auto 35px;
    text-align: center;
    border-bottom: 2px dashed #111;
    padding-bottom: 10px;
}*/

.stickytitle {
    position: sticky;
    top: 25px;
    z-index: 99999;
    right: 0 !important;
    float: right;
    width: 100%;
    text-align: center;
  margin-bottom: 40px;
}
.stickytitle.right {
    text-align: right;
    top: 70px;
}




/***** FOOTER ******/
.footerwrapper {
    justify-content: space-evenly;
    font-size: 11px;
    color: #fff;
    /*background-color: #131313 !important;*/
}
.zed a {
    color: #ffec4f !important;
    float: right;
    margin: 0 30px 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: -1px;
}


.footerwrapper p {
    margin: 0;
}
.footerwrapper a {
    color: #ffb1dd !important;
  font-weight: 400 !important;
}


a.pink, a.pink span a {
  color: #ffb1dd !important;
  font-weight: 400 !important;
}
a.purple, a.purple span a {
    color: #3d25ae !important;
    font-weight: 400 !important;
}


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


.arcostrip {
    background-image: url('/images/galerias/ARCOLX_logo.png');
    background-size: 45px;
    width: 100%;
}



/****** BOTTOM LOGOS ****************/
.bottomlogos img {

    max-width: 85px !important;
    max-height: 45px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;

}



/******** BANNER WITH OVER CONTENT *************/

#banner .bgimagewrapper.hasoverlay {
    position: relative;
}

#banner .bgimagewrapper.hasoverlay::after {
    content: "";
    background-color: rgb(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

#banner .overcontentwrapper {
    position: absolute;
    z-index: 9;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}



/***** WORKS SLIDER - background image ******/



#featuredArtist .bgimage {
    height: 85vh;
    background-position: bottom right !important;
}
#featuredArtist  .name {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase !important;
}
#featuredArtist .origin p {
  color: darkviolet;
}
#featuredArtist  .origin {
    margin-bottom: 25px !important;
}
#featuredArtist  .bio {
    margin-bottom: 50px;
}
#featuredArtist  .bio p {
    font-size: 11px;
    line-height: 160% !important;
  font-style: oblique;
}
#featuredArtist  .botwrapper {
    margin-top: 0;
}






/**** CUBE *****/

/*
.cubewrapper .contentblock {
    position: absolute;
    right: 50px;
    top: 0;
    max-width: 300px;
    height: 100%;
  
}
*/

.cubewrapper {
    position: relative;

}
.cubecontainer {
	Margin:auto;
	width: 500px;
	height: 500px;
	position: relative;
	perspective: 1000px;
}

#cube {
	width: 100%;
	height: 100%;
	position: absolute;
	transform-style: preserve-3d;
 transform: translateZ(-250px) rotateX(-20deg) rotateY(40deg);
}

#cube figure {
    margin: 0;
    width: 500px;
    height: 500px;
    display: block;
    position: absolute;
    border: 1px solid 
    white;
    opacity: 1;
}

#cube .front {
	transform: rotateY( 0deg) translateZ(250px);
}

#cube .back {
	transform: rotateX( 180deg) translateZ(250px);
}

#cube .right {
	transform: rotateY( 90deg) translateZ(250px);
}

#cube .left {
	transform: rotateY( -90deg) translateZ(250px);
}

#cube .top {
	transform: rotateX( 90deg) translateZ(250px);
}

#cube .bottom {
	transform: rotateX( -90deg) translateZ(250px);
}

#cube {
  /* transform: translateZ( -250px);*/
}



/******** boostrap slider *******/

#mybslider .carousel-controls-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 45px;
    display: flex;
}

#mybslider .carousel-control-prev {
    left: 15px !important;
  opacity: 1 !important;
}
#mybslider .carousel-control-next {
    right: 15px !important;
  opacity: 1 !important;
}


#mybslider {
 /* margin-top:35px;
  margin-bottom:10vh;*/
  background-color: #fafafa;
}

#mybslider .next-icon, #mybslider .prev-icon {
    max-width: 30px;
   /* fill: #000 !important;
	stroke: #000;
	stroke-width: 1px;*/
}
#mybslider .next-icon.white, #mybslider .prev-icon.white {
    max-width: 30px;
    fill: #fff !important;
	stroke: #fff;
	stroke-width: 1px;
}
  
#mybslider .carousel-indicators {
    position: relative;
    margin: 0 auto;
    display: inline-flex;
}

/*
#mybslider .carousel-indicators li {
    height: 25px;
    width: 2px;
    background-color: #111;
}*/
/*
#mybslider .carousel-indicators li {
    height: 25px;
    width: 1px;
    background-color: #111;
    opacity: 0.4;
  margin: 0 5px;
}*/

#mybslider .carousel-indicators li {
  
    width: 2px;
    background-color: #111;
    opacity: 0.4;
    margin: 0 5px !important;
    height: 15px;
    align-self: end;
    -webkit-transition: height 0.2s ease;
    -moz-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease;
}

#mybslider .carousel-indicators li:hover {
   opacity: 1;
}

#mybslider .carousel-indicators li.active {
    opacity: 1;
    height: 25px;
}




/*************** SLIDER - dj slider ************/
.myslider.focused, .myslider {
    outline: 0 !important;
}

.myslider .navigation-container {
    position: initial;
    text-align: center !important;
}
.myslider .djslider-default img.dj-image {
    border: 0 !important;
    margin: 0 !important;
    width: auto !important;
}
.myslider .image-link {
    opacity: 1 !important;
}


/*
.myslider .prev-button {
    outline: none !important;
    width: 30px;
  	top: calc(50% - 15px) !important;
	 height: 30px;  
    background-image: url('https://notamuseum.pt/images/graphics/left_arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
  background-color:  #fff;
}

.myslider .next-button {
    outline: none !important;
    width: 30px;
    background-image: url('https://notamuseum.pt/images/graphics/right_arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    height: 30px;
    top: calc(50% - 15px) !important;
    background-color:  #fff;
}
*/

/****** CURSOR OVERRIDE FOR DJ SLIDER ****/

/*
.myslider .nextwrapper {
    background-color: red;
    position: absolute;
    right: 0;
    z-index: 9;
    height: 100%;
    width: 20%;
  
}*/
.myslider .next-button {
    outline: none !important;
    width: 20%;
    background-image: none !important;
    height: 100%;
    top: 0;
    background-color: transparent;
    display: block !important;
    cursor: url('../../../images/graphics/next_small.png'), auto !important;
}

/*
.myslider .prevwrapper {
    background-color: green;
    position: absolute;
    left: 0;
    z-index: 9;
    height: 100%;
    width: 20%;
    
}*/

.myslider .prev-button {
    outline: none !important;
    width: 20%;
    background-image: none !important;
    height: 100%;
    top: 0;
    background-color: transparent;
    display: block !important;
    cursor: url('../../../images/graphics/prev_small.png'), auto !important;
}






.myslider .djslider-default .navigation-container {
    text-align: center !important;
    height: 40px;
    z-index: 999;
    opacity: 1 !important;
    width: 98%;
    top: 50% !important;
}


/**** light box ***/
.mfp-bg {
    background: 
    #fff !important;
    opacity: 1 !important;
  filter: alpha(opacity=100);
     -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
    display: none !important;
}


.mfp-figure::after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.6) !important;
    background: #444;
}

.mfp-arrow::after {
    border-top-width: 0;
    border-bottom-width: 0;
    top: 0; 
  display:none;
}


.mfp-arrow-right::before {
    border-left: 0px solid #FFF;
    margin-right: 30px !important;
  background-image: url('https://notamuseum.pt/images/graphics/right_arrow.png');
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat;
    background-size: 48%;
    background-position: center;
}

.mfp-arrow-left::before {
   border-right: 0px solid #FFF;
   margin-left: 30px;
 background-image: url('https://notamuseum.pt/images/graphics/left_arrow.png');
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat;
    background-size: 48%;
    background-position: center;
}





/**** ROUND BOTS *****/
.botwrapper {
    margin-top: 50px;
}

.squarebot {
    color: #fff !important;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 2px;
  display: inline-block;
}

.roundbot {
    background-color: red;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff !important;
    font-weight: 400;
    font-size: 30px;
    text-decoration: none !important;
}


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

.flicker1 {
 -webkit-animation: animflicker1 0.5s infinite; /* Safari 4+ */
  -moz-animation:    animflicker1 0.5s infinite; /* Fx 5+ */
  -o-animation:      animflicker1 0.5s infinite; /* Opera 12+ */
  animation:         animflicker1 0.5s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes animflicker1 {
0%, 49% {
    background-color: #9663df;

}
50%, 100% {
    background-color: #D667CD;

}
}



/**** INSTA GALLERY *******************/




.ingallery-loadmore {
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
   /* background-color: red;*/
}
.ingallery-loadmore-btn {
    width: 100%;
    padding: 10px !important;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 12px;
    font-weight: 500 !important;
}



.ingallery-loadmore-btn {
    display: inline-block;
    padding: 15px 30px !important;
    border: 1px solid  #D667CD; 
border-radius: 0 !important;
background: #D667CD;
color: #fff ;
    transition: all ease-out 0.2s;
    cursor: pointer;
}

.ingallery .ingallery-loadmore-btn:hover {
    color: #D667CD;
  border: 1px solid  #D667CD; 
    background:  #fff;
}
/*
.ingallery-loadmore {
    text-align: center;
    padding: 15px 0;
    margin-top: 50px;
}
*/


/*** PEDGADIO DE MIM ***/
#pedagiodemim .texturebg {

    background-image: url("/images/exposicoes/pedagio_de_mim/texture-2.png");
  background-repeat: repeat;
background-size: cover;
background-position: 0;

}

#pedagiodemim .selo_adiado {
    position: absolute;
    z-index: 9;
    max-width: 340px;
    right: calc(50% - 170px);
    opacity: 0.9;
}

/******** EXPOSITIONS *********/

.artistblock h4, .galleriesblock h4 {
    margin-top: 20px;
}


.artistblock span {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.artistblock span::after {
    content: ".";
    margin-left: 10px;
}
.gallerieslogos img {
    max-width: 65px !important;
    max-height: 45px;
    margin-right: 25px;
    mix-blend-mode: multiply;
    margin-bottom: 20px;
}
/** when there are more logo blocks ----**/
.logoBlockWrapper {
    margin-right: 3vw;
}

/**** TOP BAR ****/

#top {
    float: left;
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 99 !important;
}

#topbar .logonam {
    height: 60px;
}
#topbar .logomexto {
    height: 32px;
    margin-left: 15px;
}
#topbar {
    padding: 15px 30px;
    justify-content: space-between;
    display: flex;
}

#bottom {
    position: relative;
    float: left;
    width: 100%;
    background-image: url("/images/logo/NAM_logo_black.png");
    background-size: 130px;
    background-attachment: fixed;
    background-color: #111 !important;
}

.socialicon a {
    border: 1px solid #111;
height: 38px;
width: 38px;
margin-right: 5px;
margin-left: 5px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #111;
    font-size: 15px;
}
.socialicon a:hover {
    color: #fff !important;
background-color: #111;
  opacity: 1 !important;
}




a {
    color: #111 !important;
    text-decoration: none;
   -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
a:hover, a:focus, a:hover span, a:focus span {
    opacity:0.6;
   text-decoration: line-through !important;
 
}

p a{
font-weight: 500;
  }

/*
#stage a {
    color: #9663df !important;
}

#stage a:hover, #stage a:focus, #stage a:hover span, #stage a:focus span {
    opacity:1;
   text-decoration: line-through !important;
 
}
*/


/*** box border color ****/
a.bot {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    padding: 20px;
    border: 1px solid;
    display: inline-table;
    line-height: 100%;
  margin-top: 30px;
  font-weight: 500;
}
a.bot:hover {
    color: #fff !important;
background-color:#c18562 !important;
border: 1px solid #fff !important;
    opacity: 1 !important;
  text-decoration:none;
  
   /* background-image: linear-gradient(to right, #bc8a6e, #c69477, #d09e80, #dba989, #e5b392);*/
  
  
}


a.bot:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f30b";
  margin-left: 10px;
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}



.whitetext {
  color: #fff !important;
}


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



.underlinetext span {
    background-image: linear-gradient(to right, 
rgb(62, 57, 55) 0%,
    rgb(62, 57, 55) 100%);
    background-repeat: repeat-x;
    background-position: 0px 100%;
    background-size: 100% 2px;
    padding-bottom: 7px;
    line-height: 180%;
}

.underlinetext.white span {
    background-image: linear-gradient(to right, 
rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 100%);
    background-repeat: repeat-x;
    background-position: 0px 100%;
    background-size: 100% 2px;
    padding-bottom: 7px;
    line-height: 180%;
}




/******* FLIP DIV *************/
.logo {
    width: 400px;
    height: 400px;
    /*background-color: rgba(38, 32, 62, 1);*/
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    border-radius: 50%;
}
.logo img {
    width: 68%;
    margin: 0 auto;
}


.logo.whitebg {
   background-color: #fff !important;
}
.logo.blackbg {
   background-color: #131313 !important;
}



.scene {
  width: 400px;
  height: 400px;
  margin: 40px 0;
  perspective: 600px;
}

.flipdiv {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
}

.flipdiv.is-flipped {
  transform: rotateY(180deg);
}

.flipdiv__face {
  position: absolute;
  width: 100%;
  height: 100%;
 /* line-height: 260px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flipdiv__face--front {
 /* background: red;*/
}


/** when image is filing the div ***/
/*
.flipdiv__face--back {
  transform: rotateY(180deg);
}
*/

/** for text on the other side ****/
.flipdiv__face--back {
    background: blue;
    transform: rotateY(180deg);
    background-color: #95ce6f;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;

}










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

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


#wrap_body {
    position: relative;
    padding: 0;
    width: 100vw !important;
  float:left;
}

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



/**********************************
SPLASH PAGE ****************************************************************************/

#splash {
    width: 100vw;
    height: 100vh;
    /*background-color: #db6fcf;*/
  background-color: #9663df;
}

#splash .over {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
 position: absolute;
}



#splash .logo {
    width: 400px;
    height: 400px;
    background-color: 
  rgba(38, 32, 62, 1);
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    border-radius: 50%;
}




#splash .logo img {
    width: 68%;
    margin: 0 auto;
}





#splash .info {
    margin-top: 40px;
    text-align: right;
    position: absolute;
    right: 2vw;
    bottom: 5vh;
  z-index: 9;
}
#splash .info p {
    font-size: 9px;
    font-weight: 500;
    margin: 0;
    line-height: 250%;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 3px;
}
#splash .info a {
   /* color: yellow !important;*/
  color: #F7E857 !important;
}
#splash .instalink {
    margin-top: 15px;
}
#splash .background {
    opacity: 0.2;
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
}

#splash #myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#splash .mexto {
    position: fixed;
    left: 2vw;
    top: 4vh;
    max-width: 170px;
    z-index: 9;
}


#splash .locations p {

    text-transform: uppercase;
    text-align: left;
    margin-top: 30px;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 5px;
    color: yellow;
text-align: center;
}



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

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

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







/**** SIMPLE IMAGE GALLERY -- in:::: .gallerywrapper.circle ****/

.gallerywrapper.circle li.sigProThumb span.sigProLinkWrapper {
    display: block;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  	background-color: rgba(0,0,0,0) !important;
  	width: 100%;
	height: 100%;
}
.gallerywrapper.circle li.sigProThumb span.sigProLinkOuterWrapper {
    display: block;
    float: left;
    margin: 0;
    padding: 0 !important;
    background: none !important;
  	width: 100% !important;
	height: 100% !important;
}
.gallerywrapper.circle ul.sigProElegant.singleThumbGallery {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    float: left;
  	width: 100% !important;
	height: 100% !important;
}

.gallerywrapper.circle .sigProLink {
    position: relative !important;
    background-color: rgba(0,0,0,0) !important;
  border: 0 !important;
  	width: 100% !important;
	height: 100% !important;
}


.gallerywrapper.circle ul.sigProElegant li.sigProThumb {
    float: left;
    background: none !important;
    margin: 0 !important;
    padding: 0;
    list-style: none !important;
  	width: 100% !important;
	height: 100% !important;
}


.gallerywrapper.circle li.sigProThumb a.sigProLink img.sigProImg, .gallerywrapper.circle ul.sigProElegant li.sigProThumb a.sigProLink:hover img.sigProImg{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background-repeat: no-repeat;
   background-position: center !important;
background-size: 0%;
border-radius: 50%;
/*background-color: red;*/
}




.gallerywrapper.circle .sigProImg.img-responsive {
    min-width: 100% !important;
    min-height: 100% !important;
}

.gallerywrapper{
    opacity: 1;
    -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;
}


.gallerywrapper:hover {
    opacity: 0.8;
}

.gallerywrapper:hover + .galleryicon {
    background-color: rgba(0,0,0,0.4);
}

.gallerywrapper.bgimage {
    height: auto !important;
    width: 60vh;
    border-radius: 50%;
}
.galleryicon {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #3b8e68 !important;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important;
    font-size: 20px;
  opacity: 0.9;
  border: 1px solid #fff;
 /* z-index: 2 !important;*/
   -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;
}


/**** SIMPLES IMAGE GALLERY -- ELEGANT CSS ******/
ul.sigProElegant li.sigProThumb a.sigProLink:hover {
    color: transparent !important;
    text-decoration: none;
    background-color:  transparent !important;
    border: 0 !important;
}
ul.sigProElegant li.sigProThumb a.sigProLink {
    color: transparent !important;
	background-color:transparent !important;
    border: 0 !important;
}
ul.sigProElegant li.sigProThumb a.sigProLink img.sigProImg, ul.sigProElegant li.sigProThumb a.sigProLink:hover img.sigProImg {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: 100% !important;
    height: 100% !important;
}
ul.sigProElegant li.sigProThumb {
    float: left;
    background: none !important;
    margin: 0 !important;
    padding: 0;
    border: none !important;
}





/******************** OVER LINK AND CHANGE BG IMAGE ***********/

.navhover.wrapper {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: 
    #fff;
}

.navhover.wrapper li .bgimage {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 0;
  opacity:0 !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ase;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transition-delay: 0.3s;
}

 .navwrapper li {
    width: 100%;
}

.navhover ul {
    list-style: none;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    background-color: transparent;
    padding: 30px 0;
  width: 100%;
}

.navhoverwrapper .borderwrapper {
    border: 1px solid;
    min-height: calc(100vh - 180px);
    min-width: calc(100vw - 400px);
    position: absolute;
  z-index: 1 !important;
}

.navhover li a {

    z-index: 2;
    position: relative;
    min-width: 300px;
    width:100%;
    display: flex;
    margin: 0 !important;
    justify-content: center;
    padding: 15px;
    font-size: 30px !important;
  /*font-size:55px !important;*/
 /* line-height: 80%;*/
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #e4c8b6 !important;
    font-weight: 500;
   -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ase;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;

}
 

.navhover li a:hover {
   /* background-color: #fff !important;*/
  color: #fff !important;
    opacity: 1 !important;
}
 
.navhover li a:hover + .bgimage {
  left: 0px;
  z-index:0;
  opacity:1 !important;
  
  /** for the animation ***/
  
}


/********* ANIM ZOOM ** for ABOUT INTRO -- always on ******/

.bganim  {
    -webkit-animation: zoomin 30s ease-in-out infinite;
  animation: zoomin 30s ease-in-out infinite;
  transition: all .5s ease-in-out;
   overflow: hidden;
}


/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */






/**** MAIN CLASSES 

********************************************************************/

.bordertitle {
    border-bottom: 1px solid #111;
border-top: 1px solid #111;
    width: auto !important;
    display: inline-flex;
    padding: 10px 70px;
}

.setasmall {
  
  max-width: 30px !important;
}


.textcentered {
    text-align: center;
}
.textright {
    text-align: right;
}


.lighttext {
    color: #8a8a8a;
}


.wrapper {
  position:relative;
  float: left;
width: 100%;
  -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.greenbg {
   background-color: #3b8e68 !important;
 
background-image: url("../../../images/site/graphics/textures/dotnoise-light-grey.png");

}

.greybg {
  background-color: #fafafa;
 /* background-color: #F6F5F2; */
}

.whitebg {
  background-color: #fff;

}

.whitetext {
  color: #fff !important;
}

.bigtext {
  font-size:52px !important;
  line-height: 115% !important;
}


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

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

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

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

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


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




/*** 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.verticalcentered {
    align-items: center;
}

.flexbox.end {
    align-items: flex-end;
}
.flexbox.top {
    align-items: self-start;
}
.flexbox.column {
    flex-direction: column;
    justify-content: center;
}







/*** GET STICKY SIDE AND CONTINUE SCROLL *****/
.sticky{
  position: sticky !important;
  position: -webkit-sticky !important;
}
.sticky.top {
    top: 0px;
}

.sticky.middle{
  top:50vh;
}




/***** WIDTH & HEIGHT ****/
.fullwidth {
  width:100%;
}

.fullheight {
  min-height:100vh;
}


.halfheight {
  min-height:70vh;
}

.onethirdheight {
    min-height: 400px !important;
  height:40vh;
}

.bgimage {
   /* opacity: 1;*/
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


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

