body{font-family: 'Roboto', sans-serif!important; font-size: 15pt!important; text-align: left; width: 100%; height: 100%}
body.is-fixed{overflow: hidden; position: fixed; }

header.top {
    width: 150px;
      margin: 0 0 0;
    float: left;
    text-align: right;
}
header.top h1 {
  line-height: 80px;
  height: 80px;
  margin:0;
  padding: 0;
  font-size: 15pt;
  font-weight: 400;
  text-align: right;
  }

  header.top h1:before{
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #ffee02;
    position: absolute;
    top: 30px;
    left: 0;
  }

nav#main {
    width: calc(100% - 150px);
    margin: 0 0 0;
    padding: 0;
    border-top: none;
    float: left;
    text-align: left;
}

h1, h2, h3, h4, h5, h6, nav a {
    font-family: 'Roboto', sans-serif!important;
}

nav#main ul li:first-of-type {
    display: none;
}

nav#main li{margin-right:10px!important; }

nav#main a, nav#main a:link, nav#main a:visited {
    line-height: 80px;
    height: 80px;
    color: #272525;

}

nav#main a:hover, nav#main a.k-nav-current{color: #777; font-weight: normal;}
main{padding-top: 80px;}
.lightbox main{padding-top:0;}
.nav-header{    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    transition: all 0.1s ease-in-out;
}
.nav-up {
    top: -80px;
}

.hamburger{display: none}

/*simple responsive grid*/
.container {
    width: 100%;
    max-width: 1830px;
    padding: 0 30px;
    box-sizing: border-box;
}

.lightbox .container{padding-right:30px!important}

main .container{
  min-height:calc(100vh - 120px);
}

article{ margin-bottom: 0}

.col {
  width: 100%;
  box-sizing: border-box;
}
.col p{line-height: 1.2;}

.col b {font-size:15px; margin-bottom: -14px;
    display: block;}

@media only screen and (min-width: 1024px){
  .col{
    width: calc(50% - 30px);
  }
  .row{
      width: 100%;
      display: flex;
      justify-content: space-between;
  }
.container.fullh {
  height:calc(100vh - 120px);
  display: flex;
  /*justify-content: center;*/
  flex-direction: column;

}
}

/*FORM*/
input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff!important;
    border: none;
    border-bottom: 1px solid #272525;
    outline: none;
    color: #272525;
    transition: border-color .5s ease;
    font-size: 1em;
  }

  input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

    input:focus {
      border-color: $high;
    }

    input::invalid {
      border-color: #B31B1B;
    }

    form textarea {
    resize: none;
    height: 10rem;
    line-height: 1.5rem;
}

button{font-size: 1em}
button:active, button:focus{outline: none}

.v-grid + .controls{display: none;}
.lightbox .controls{display: flex!important;}
.controls{align-items: flex-start; position: absolute;min-width: 300px;
    top: calc(100% - 40px); display:none;}
.controls button{
font-size: 1em;
background: transparent;
color: #272525;
margin: 0;
    padding: 7px 7px 0 0;
}

.controls button:hover{
  color: #777;
}

.overlay {display:none;}
.lightbox .overlay {
    width: calc(100vw - 60px);
    height: calc(100vh - 70px);
    position: absolute;
    display: block;
    top: 30px;
    left: 30px;
}

.pag{padding: 7px 7px 0; font-size: 0.75em; color: #272525; width: 50px;
    text-align: center;}
.copyr{margin-left: auto; font-size: .75rem; padding-top: 10px; text-align:right}
.grid-icon {
	display: inline-block;
	margin: 9px 7px 0;
}

.grid-icon:hover > span > span {
	opacity: .8;
}

.grid-icon > .layer {
	width: 100%;
	position: absolute;
	left: 0;
}

.grid-icon--fill {
	position: relative;
	width: 18px;
	height: 18px;
}

.grid-icon--fill > .layer {
	width: 100%;
	height: 4px;
}

.grid-icon--fill > .layer--primary {
	top: 0;
}

.grid-icon--fill > .layer--secondary {
	top: 50%;
	margin-top: -2px;
}

.grid-icon--fill > .layer--tertiary {
	bottom: 0;
}

.grid-icon--fill > .layer > span {
	position: absolute;
	display: block;
	width: 4px;
	height: 100%;
	background-color: #333;
}

.grid-icon--fill > .layer > span {
	left: 50%;
	margin-left: -2px;
}

.grid-icon--fill > .layer > span:before {
	display: block;
	content: "";
	width: 4px;
	height: 100%;
	background-color: #272525;
	left: -7px;
	position: absolute;
}

.grid-icon--fill > .layer > span:after {
	display: block;
	content: "";
	width: 4px;
	height: 100%;
	background-color: #272525;
	right: -7px;
	position: absolute;
}


main{clear: both;}
/* #container img{max-width: 100%} */

img {
	opacity: 1;
	transition: opacity 0.3s;
}

img {
     -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-user-drag: none;
      user-drag: none;
      -webkit-touch-callout: none;
    }

#rndImg{height: calc(100vh - 120px);
    text-align: left;
    object-fit: contain;
        object-position: top;
    max-width: 100%;}

section{text-align: left; margin-bottom: 0!important}


#mg-grid{
/*display: grid;
grid-gap: 15px;
width: 100%;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
column-count: 1;*/
}

.grid_item{
  margin-bottom:30px;
  position: relative;
}

.grid_item:last-of-type{
  margin-bottom:0px;
}

.k-source-albums .grid_item div{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: #ffee02;
}

.k-source-albums .grid_item div span{
  color: black;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.k-source-albums .grid_item:hover div {
    opacity: 1;
}

.grid_item img{
 max-width: 100%;
 height:auto;
}

.lightbox .nav-header{
  display: none;

}


.lightbox #mg-grid{
  column-count: 1;
  max-height: 100vh;
max-width: 100vw;
overflow: hidden;
}
.lightbox #mg-grid .grid_item{
  visibility: hidden;
  height: 0;
  opacity: 0;
  transition: opacity 0.25s;
  margin-bottom: 0;
}
.lightbox #mg-grid .grid_item.active{
  visibility: visible;
  margin-top: 30px;
  opacity: 1;
  height: calc(100vh - 70px)!important;
}
.lightbox .grid_item{
height: calc(100vh - 120px);
  display: block;
}

.lightbox .grid_item img{
  height: 90vh;
  height: calc((var(--vh, 1vh) * 100) - 75px);
object-fit: contain;
object-position: top left;
max-width: 100%;
}

footer.bot {
  text-align: left;
    float: left;
    clear: left;
    width: 100%;
    margin: 0 0 0;
  padding: 0 0 0;
    border-top: none;
    font-size: .75rem;
    line-height: 40px;
    height: 40px;
}

i {
    font-style: inherit;
    font-size: 15px;
    font-weight: bold;
}

footer.bot nav {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px){
  #container {
        width: 90%;
    }
    #mg-grid{
  /* column-count: 1;
    column-gap: 0;*/
    }
}

@media only screen and (max-width: 1080px){
nav#main {
    width: 100%;
    margin: 0 0 0;
    position: fixed;
padding: 0;
margin: 79px 0 0;
float: none;
text-align: left;
background: #fff;
height: calc(100vh - 65px);
z-index: 200;
}
nav#main ul{
  padding-top: 0;
}
nav#main ul li{
    display: block;
    line-height: 1;
}
nav#main ul li a:link{
    padding-left: 30px;
    line-height: 1.25;
  }
  .hamburger{display: inline-block; float: right; padding: 30px 0 0; transform: scale(0.7); margin-right: -5px}
  .hamburger:hover, .hamburger:visited, .hamburger:focus{background: none!important; outline:0;}

  .mgmenu{display: none;}
  .mgmenu.is-active{display: block;}
/*  .hamburger-box {
    height: 24px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 30px;
    height: 3px;
  }
  .hamburger-inner:before {
    top: -8px;
}
.hamburger-inner:after {
  top: 8px;
}*/
}

@media only screen and (max-width: 959px) and (min-width: 768px){


}

@media only screen and (min-width: 768px){
  #mg-grid{
  /*column-count: 2;
  column-gap: 30px;*/
  }
}

@media only screen and (min-width: 1024px){
  #mg-grid{
  /*column-count: 3;
  column-gap: 30px;*/
  }
  .grid_item{
    margin-bottom:30px;
    display: inline-block;
  }
}

.lightbox footer{display: none}
/*.k-lens-album .container{padding-bottom: 20px}*/

body > .ui-page {
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; /* enables “momentum” (smooth) scrolling */
}

.ui-loader{display: none!important}

input[name="_gotcha"] {
  display: none;
}

#my-form-status {
    background-color: yellow;
    color: #000;
    text-align: center;
    width: 200px;
    height: 200px;
    display: none;
    position: relative;
    vertical-align: middle;
    padding-top: 85px;
    box-sizing: border-box;
    border-radius: 50%;
    top: -300px;
    left: 50%;
    margin-left: -100px;
}

#grid[data-columns]::before {
	content: '3 .column.size-1of3';
}

/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of3 { width: 33.333%; }
.copyr span+span{display: none;}
.k-lens-page footer.bot {line-height: 1;margin: 10px 0 30px 0;}

@media only screen and (min-width: 800px){
.k-lens-page footer.bot {
    position: absolute;
    bottom: 0;
    height: auto;
    width: auto;
    padding-bottom: 20px;margin: 0;}
}
.k-lens-page footer.bot span, .k-lens-page footer.bot span+span, .k-lens-album footer.bot span+span+span, .k-source-index footer.bot span+span+span{display: none;}
.k-lens-page footer.bot span+span+span{display: contents;}
.k-lens-page .container.fullh{margin-top: -2px;}

.k-lens-error footer.bot {
    position: absolute;
    bottom: 0;
    height: auto;
    width: auto;
    padding-bottom: 20px;margin: 0;
}
.k-lens-error main{height: calc(100vh );
    margin: 0;
    padding: 0;
    align-content: center;
    display: flex;
    justify-content: center;}
.k-lens-error main p{
align-self: center;
}

.fullh a{text-decoration: underline; text-decoration-color:#fcee69;}
html, body, a, button{cursor:none;}

.mobile .mouse{display:none!important;}

.mouse{position: fixed! important; display: block; left:0; right: 0; pointer-events:none; z-index:99999; transition: background-color 0.15s, border-radius 0s,width 0.15s,transform 0.15s;}
.mouse {width: 2px; height: 20px; width: 2px;transform: rotate(112deg) translate(0px, -20px);background-color: #ffee02;}
.mouse:after {content:" ";display:block; height:20px;width:2px; transform: rotate(45deg) translate(7px, -3px);background-color:#ffee02;}
.lightbox .mouse.hover:after, .lightbox .mouse.hover, .mouse.hover:after, .mouse.hover{border-radius:50%; transform:rotate(45deg); pointer-events:none; z-index:99999; width: 20px;}
.lightbox .mouse, .mouse.close{border-radius:0;width:2px; transform:rotate(45deg) translate(7px, -7px);background-color:#ffee02;}
.lightbox .mouse:after, .mouse.close:after{border-radius:0;width:2px; transform:rotate(90deg); background-color:#ffee02;}

/*.lightbox .mouse.body.hover, .mouse{display:block; width:20px; height:20px; background-color:#fcee69; border-radius:50%; transform:rotate(45deg); transition: background-color 0.15s, border-radius 0s,width 0.15s,transform 0.15s; position: fixed!important; left:0; right: 0; pointer-events:none; z-index:99999;}
.lightbox .mouse.body.hover:after, .mouse:after{display:block; content:" "; width:20px; height:20px; background-color:#fcee69;; border-radius:50%}
.lightbox .mouse, .mouse.close{border-radius:0;width:2px; transform:rotate(45deg) translate(7px, -7px);background-color:#fcee69;}
.lightbox .mouse:after, .mouse.close:after{border-radius:0;width:2px; transform:rotate(90deg); background-color:#fcee69;}

.mouse.hover.body, .mouse.hover.body:after{background-color:#fcee69;width:20px; height:20px;}*/



