a{
 
    text-decoration: none;
    
}

a:hover{
 
    text-decoration: underline;
    
}
figure{
 
    margin:0px;
    
}
#container figure {
    
    height:380px;
    position: relative;
    
}
#container figure figcaption{

    bottom: 0px;
    left:0px;
    right: 0px;
    height:50px;
	padding:0px 10px;
    background:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    position: absolute;
    line-height: 40px;
    text-align: center;
    
}

#container figure figcaption span{
    display: inline-block;
    font-size: 16px;
    color:white;
	font-weight:bold;
	padding-top:5px;
    
}

section.gallery{
 
    position: relative;
	margin-top:5px;

    
}

#container figure > img{
 
    
    height:100%;
    
}

#container{
 

    white-space: nowrap;
    font-size: 0px;
    overflow:hidden;
    position: relative;
    
}
a.gallery{
 
    display:inline-block;
    margin-right:5px;
}

hr.blank{
 
    background-color: transparent;
    height:10px;
    
}
nav {
 
    font-size: 0px;
    padding:0px;
     
}
nav.gallery a {
    
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
    height:90px;
    width:90px;
}


nav.gallery button{
    
    position: relative;
    
    height:90px;
    width:calc(10% - 10px);
    
    margin: 0px;
    padding: 0px;
    border: 0px;
    
    background-color:#eee;
    background-repeat: no-repeat;
    background-size:cover;
    margin-right: 11px;
}
nav.gallery button:last-of-type{
 
    margin-right: 0px;
    
}


nav.gallery button:after{
 
    position: absolute;
    
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: '';
    background-color: rgba(0,0,0,0.6);
    
    
}
nav.gallery button.active:after{
 
    background-color: none;
    
}
nav.gallery button.active:after{
    
    background-color: transparent;
    
    outline: 3px solid #3293ff;
    
}

button.photo-arrow-left{
 
    position:absolute;
    top:50%;
    margin-top:-25px;
    width:50px;
    left:10px;
    border:0px;
    
}
button.photo-arrow-right{
 
    position:absolute;
    top:50%;
    margin-top:-25px;
    width:50px;
    right:10px;
    border:0px;
    
}

ul.grid{
 
    margin: 0px;
    padding: 0px;
    list-style: none;

    
}



.row {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 0 0px;
}


li.column {
 
  max-width:calc(100%/3 - 15px);

  margin:0px 10px;
  
  /*flex:3;*/
      
}

.column:nth-of-type(1){
    
   margin-left:0px;
   margin-right:10px;
    
}
.column:nth-of-type(2){
    

   margin:0px 10px;
    
}
.column:nth-of-type(3){
    
   margin-left:10px;
   margin-right:0px;
    
}

.column img {
  
  vertical-align: middle;
  width:100%;
    
}



li.column figure{
    
    margin:0px;
    padding:0px;

}

li.column figcaption{
 
    margin-top:8px;
    margin-bottom: 25px;
    font-size:14px;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    text-align: center;
	padding:0px 15px 0px 10px;
    
}


h1.title{
 
    font-weight: 800;
    font-size: 22px;
    text-align: center;
   
}

form.more{
 
    text-align: center;
     margin:20px 0px;
    
}

form.more button{
    border: 0px;
    background-color: transparent;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    
    
}
button.prev{
	
	position:absolute;
	left:0px;
	top:50%;
	height:50px;
	width:50px;
    padding:10px;
	margin-top:-10px;
	background-color:rgba(255,255,255,0.4);
	border:0px solid #111;

	background-image:url('/www/images/prev_b.svg');
	background-position:center;
	background-repeat:no-repeat;
    background-size: 25px 25px;

}

button.next{
	
	position:absolute;
	right:0px;
	top:50%;
	height:50px;
	width:50px;
    padding:10px;
	margin-top:-10px;
	background-color:rgba(255,255,255,0.4);

	background-image:url('/www/images/next_b.svg');
    
	background-position:center;
	background-repeat:no-repeat;
    background-size: 25px 25px;
    border:0px solid #111;

}

li.grid.column > a:nth-of-type(n + 6){
    
    display: none;
    
}


