
.img-grid-flow img:hover {
	cursor: pointer;
	border: 1
	-webkit-box-shadow: 0px 0px 15px 2px rgba(87,87,87,1);
	-moz-box-shadow: 0px 0px 15px 2px rgba(87,87,87,1);
	box-shadow: 0px 0px 15px 2px rgba(87,87,87,1);
}
.img-grid-flow img {
	float: left;
	margin: 5px;
	/*width: 31%;*/
	/*height: 200px;*/
	/*min-width: 114px;
	min-height: 114px;*/
}

.img-modal-link img {
	
}

.carousel-inner .item.active,
.carousel-inner .item,
.carousel.slide {
	background-color: #111;
	height: auto;
	margin-bottom: 0;
}
.carousel-inner .item.active {
	margin-bottom: 20px;
}
.carousel-inner {
	padding: 0 5%;
}
.carousel-caption {
	color: #bbb;
	font-size: 14px;
	/*margin-top: 50px;*/
	position: relative;
	left: 0;
	right: 0;
}
.carousel-control.right,
.carousel-control.left,
.carousel-control.down,
.carousel-control.up {
	background-image: inherit;
	font-size: 32px;
	width: 2%;
}
.carousel-control.down:hover {
	cursor: pointer;
}
.img-modal .container {
	width: 100%;
}
.carousel-control-child-down {
	padding-top: 40px;
}
.carousel-control-child-up {
	margin-top: -60px;
}
.carousel-control-child-down .carousel-control.down,
.carousel-control-child-up .carousel-control.up {
	position: absolute;
	left: 47.9%;
	z-index: 15;
	width: 0;
	padding-left: 0;
	list-style: none;
	text-align: center;
	padding-top: 50px;
}
.carousel-indicators {
	bottom: 30px;
}

.img-modal .modal-body {
	padding: 0;
}
.img-modal .modal-content {
	background-color: #111;
	color: #bbb;
}
.img-modal .modal-header,
.img-modal .modal-footer {
	border: 0;
}
.img-modal .close {
	color: #fff;
	opacity: 0.7;
}
.img-modal .close:hover {
	opacity: 1;
}
.img-modal-img {
	text-align: center;
}
.img-modal-img img {
	border: 10px solid #bbb;
}
.img-modal-text p {
	font-size: 14px;
	text-align: left;
}
.img-modal-stats {
	text-align: center;
}
.img-modal-stats h4 {
	text-align: left;
}
.img-modal-stats img {
	border: 5px solid #bbb;
}
.img-modal-stats table {
	margin-top: 20px;
	text-align: left;
	width: 100%;
}
.img-modal-stats th {
	padding-right: 10px;
}
.img-modal .modal-footer {
	padding: 0;
	margin: 0;
}

.carousel-inner img {
	max-width: 100%;
}

@media (min-width: 768px) {
	.img-grid-flow img {
		/*width: 23%;*/
		/*height: 150px;*/
	}
	.img-modal {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.img-modal {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.img-modal {
		width: 1170px;
	}
}
