@charset "UTF-8";
/*
 * Bootstrap Image Gallery CSS 3.0.0
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery .modal-body {
	position: relative;
	text-align: center;
	padding: 0 0 42.25% 0;
/*	overflow: hidden;*/
	cursor: pointer;
	min-height:70vh;
}

.blueimp-gallery .modal-footer {
	margin: 0;
}

.blueimp-gallery .modal-body img{
	max-width: 100%;
	max-height: 100%;
/*		min-height:85vh;*/
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


@media screen and (min-width: 768px) {
  .blueimp-gallery .modal-dialog {
    right: auto;
    left: auto;
	width: auto;
 /*   max-width:1300px;
    padding-left: 5%;
    padding-right: 5%;*/
  }
}

h4.modal-title {
	color:black;
	margin:5px auto 0;
	text-align:center;
	display:block;
	font-family:"Lato-Regular", Helvetica, Arial, sans-serif;
}

.modal-footer{
	/*background-color:#E7E7E7;	*/
}

.modal-footer h2{ 
	/*border:solid 1px red;*/	
	cursor:pointer;
	padding:0 10px ;
	margin:0 20px;
	text-align:center;
	color:#afafaf;
}

.modal-footer h2 i:hover{ 
	color:Black;
}