@charset "UTF-8";
/* CSS Document */
.article--full > .article-header {
    margin-bottom: 0;
}
.gallery { 
   height: 100%;
   font-family: "FF Meta W03","Helvetica Neue",Helvetica,Arial,sans-serif;
   	color:#fff;
	font-size:16px;
	padding:0;
		margin:0;
}
.gallery a{
	color:#f8f8f8;
}
.gallery .intro {
position: relative;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
border-bottom: 12px solid #202020;
border-top: 12px solid #202020;
}
 .introImg-inner {
    overflow: hidden;
    height: 100%;
	    max-height: 700px;
}
.introImg, .introImg >img{
  background-repeat: no-repeat;
        background-size: auto auto;
    background-size: cover;
	 background-position: center; 
	 height:100%;
	     width: 100%;
    object-fit: cover;
	min-height:500px;
	    background-color: #202020;
}

.gallery .introImg::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to left,transparent 0%,rgba(43, 43, 43, 0.5) 0%,rgba(0,0,0,0.9));
}


.gallery  .intro .textHome {
       position: absolute;
    color: #fff;
    padding: 5% ;
	top:47%;
    left: 0%;
    transform:translate(0%, -50%);
    -webkit-transform:translate(0%, -49%);
    max-width: 630px;
}
.gallery .content {
position: relative;
}
.gallery div.box{
	border-bottom: 12px solid #202020;
	font-size: 1.3em;
    line-height: 2em;
	width:20%;
	padding-bottom:20%;
	background-color:#202020;
	position: relative;	
	float: left;
}
.gallery div.boxInner{
       height: 100%;
    width: 100%;
    position: absolute;
	    overflow: hidden;
}

.gallery div.boxInner img{
    width:100%;
	-webkit-filter: grayscale(.1);
	filter: grayscale(.1);
}

.gallery .GalleryCaption{
    background-color: rgba(20, 20, 20, 0.2);
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition-delay: 0s;
    transition-duration: 0.45s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 100%;
    z-index: 5;
	}

.gallery div.box:hover .GalleryCaption{
	opacity: 1;
	}
	
.gallery div.box:hover + img { 
	-webkit-filter: grayscale(.1);
	filter: grayscale(.1);
}
		
.gallery .caption-text{
    left: 7px;
    text-shadow: 2px 2px 8px #000000;
    position: absolute;
    bottom: 14px;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
	}
	.gallery .caption-text p{
	padding-left: 2%;
}
.gallery .boxOverlay-content {
	display: none;
}	
.gallery .boxOverlay {
	    bottom: 0;
    right: 0;
    margin: 0 8px;
    background-color: rgba(25, 25, 25, 0.9);
    height: 100%;
    position: fixed;
    overflow: scroll;
    z-index: 100;
    left: 0;
    top: 0;
    display: none;
}
.gallery .boxOverlay .close {
cursor: pointer;
font-size: 15px !important;
position: absolute;
right: 17px;
top: 15px;
background-color: #464646;
padding: 0 10px;
color: #fff;
}
.gallery .boxOverlay-wrap {
	margin-bottom: auto;
margin-left: auto;
margin-right: auto;
margin-top: auto;
max-width: 990px;
position: relative;
top: 2%;
background-color: rgba(43, 43, 43, 0.9);
padding: 35px;
}
.gallery .boxOverlay-content {
	display: none;
}
.gallery .boxOverlay-title{
font-size: 13px;
line-height: 32px;
}
.gallery .boxOverlay-txt{

	width: 100%;
	line-height: 23px;
	margin-top: 10px;
}
.gallery .boxOverlay-img{
	float: right;
width: 100%;
margin-left: 0px;
margin-top: 5px;
}
.gallery .boxOverlay-img img{

	width:100%;
}
.gallery .clearBoth{	
clear:both
}
.gallery .link--jumbo {
    font-size: 1.7em;
    line-height: 1.25em;
    border: 1px solid transparent;
    font-family: "Neue Helvetica W02","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #057ec0;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 18px 36px;
    padding: 1rem 2rem;
    padding-right: 63px;
    padding-right: 3.5rem;
    text-transform: uppercase;
    transition: background-color .4s,border .4s;
    position: relative;
	text-decoration: none;
}
.gallery .link--jumbo::before {
    border-bottom: 2px solid #fff;
    border-bottom: 2px solid rgba(255,255,255,0.8);
    border-right: 2px solid #fff;
    border-right: 2px solid rgba(255,255,255,0.8);
    display: block;
    content: '';
    position: absolute;
    height: 0.41667em;
    width: 0.41667em;
    top: calc(50% - 4px);
    right: 36px;
    right: 2rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
 .gallery  div.box {
      width: 100%;
      padding-bottom: 100%;
   }
 .gallery     .caption-text{
	
	}
.gallery	.boxOverlay-contentBox p{
			float:none;
	width: 100%;
}
.gallery .boxOverlay-contentBox img{
	float:none;
	width:100%;
}
   .gallery  .intro .textHome {
	font-size: 0.88889em;
line-height: 1.7em;
	}
	.gallery  .intro .title {
	font-size: 2em;
line-height: 1.16667em;
}
}
@media only screen and (min-width : 481px) {
   /* Tablet view: 2 tiles */
 .gallery  div.box {
      width: 50%;
      padding-bottom: 50%;
   }
 .gallery .boxOverlay-txt{
	float:right;
	width: 44%;
}

	.gallery  .intro .textHome {
	font-size: 1em;
line-height: 1.7em;
	}
	.gallery  .intro .title {
	font-size: 2.5em;
line-height: 1.16667em;
}
.gallery .boxOverlay-img{
	width: 30%;
margin-left: 50px;
margin-top: 5px;

}
}
@media only screen and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
 .gallery   div.box {
    width: 20%;
      padding-bottom: 20%;
   }
   .gallery  .intro .textHome {
	    font-size: 1.33333em;
    line-height: 1.55em;
}
	
.gallery .introImg::after {
    background-image: linear-gradient(to left,transparent 30%,rgba(43, 43, 43, 0.5) 40%,rgba(0,0,0,0.9));
}
}
