/*
 * Bootstrap gallery v2.0
 * https://github.com/ludovicscribe/bootstrap-gallery
 * https://ludovicscribe.fr/blog/galerie-images-bootstrap
 *
 * Copyright 2016, Scribe Ludovic
 * https://ludovicscribe.fr/
 */

#bootstrap-gallery .modal-dialog {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#bootstrap-gallery .modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}

#bootstrap-gallery .modal-header {
	padding: 5px 10px;
	display: block;
}

#bootstrap-gallery .modal-body {
	padding: 0;
}

#bootstrap-gallery .modal-body img {
	width: 100%;
	height: auto;
}

#bootstrap-gallery .modal-body  .carousel-control {
	background-image: none;
}

#bootstrap-gallery .modal-header  a.modal-button {
	float: right;
	font-size: 18px;
	line-height: 1;
	color: #000000;
    padding-top: 3px;
	padding-left: 15px;
}

#bootstrap-gallery .modal-header  a.modal-button:hover {
	text-decoration: none;
	color: #808080;
}

#bootstrap-gallery .carousel-control-prev i, #bootstrap-gallery .carousel-control-next i {
	font-size: 2em;
}