#gall{
height: 100%;
width: 100%;
background: rgba(0,0,0,0.90);
z-index: 1000000;
position: fixed;
text-align: center;
display: none;
top:0px;
bottom:0px;
left:0px;
right:0px;
}
#gallcontainer{
position: relative;
display: block;
vertical-align: middle;
height: 100%;
width: 100%;
}
#galltop{
width: 100%;
height: 2%;

}
#centered{
position: absolute;
top: 50%;
}
#gallimg{
height: 96%;
width: 90%;
text-align: center;
display: inline-block;
background-position: center center; 
background-repeat: no-repeat;
background-size: contain;
position: relative;
 max-width: 1200px;
max-height: 96%;
}

@media screen and (orientation: portrait) {
}

@media screen and (orientation: landscape) {
  
}
#gallprev{
width: 6%;
height: 100%;
left: 0px;
max-width: 40px;
float:left;
margin-left: 3%;
background-image: url(left.svg); 
background-position: center center; 
background-repeat: no-repeat;
background-size: contain;
focus:none;
}
#gallnext{
width: 6%; 
height: 100%;
margin-right: 3%;
max-width: 40px;
float: right;
background-image: url(right.svg); 
background-position: center center; 
background-repeat: no-repeat;
background-size: contain;
focus:none;

}
#gallprevhold{
position: absolute;
width: 40%;
height: 100%;
left: 0px;
top: 0px;
cursor: pointer;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
}
#gallnexthold{
position: absolute;
width: 40%;
height: 100%;
right: 0px;
top: 0px;
cursor: pointer;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
}
#gallclose{
position: absolute;
right: 10px;
top: 10px;
width: 30px; 
display: block;
cursor: pointer; 
focus:none;

 }
#galltitle{}
#gallcaption{
position: absolute;
bottom: 0px;
width: 100%;
text-align: center;
min-height: 23px; 
display: block;
focus:none;

}
.gallspan{
text-shadow: 0px 0px 6px #000000,0px 0px 6px #000000,0px 0px 6px #000000,0px 0px 6px #000000,0px 0px 6px #000000;
color: #ffffff;
padding: 3px;
padding-right: 8px;
padding-left: 8px;
font-family: Dosis-SemiBold, arial;
focus:none;

}
.gallspan1{
font-size: 16px;
text-transform:uppercase;
padding-left: 5px;
padding-right: 5px;
}
.gallspan2{
font-size: 15px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 1px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
.padd15px{padding:15px;}
img[data-gallery]{
cursor:pointer;
}
a>img[data-gallery]{
cursor:pointer;
}