@charset "utf-8";
/* CSS Document */

.gallery img {
	width:220px;
	margin-bottom:8px;
	margin-left:2px;
	margin-right:2px;
	border: medium outset #31635A;
}
@media (max-width: 797px) {
.gallery img {
	width:190px;
	margin-bottom:8px;
	margin-left:2px;
	margin-right:2px;
	/*border: thin solid #BEBEBE;*/
}

}
.img-responsive {
	display: inline-block;
}

/*Modal Next button*/
.btn.outline {
	background: none;
	padding: 2px 2px;
	color: #404040;
	font-size: .95em;
}
.btn-default.outline {
    border: 1px solid #BEBEBE;
    color: #404040;
}
.btn-default:hover,
.btn-primary:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #000;
  background: none;
  border-color: #8A8A8A;
}
.btn-default.outline:active, .btn-default.outline.active {
	border-color: #BEBEBE;
	color: #404040;
	box-shadow: none;
}
