html {
	position: relative;
	min-height: 100%;
}
body {
	padding: 0 0 85px 0;
	margin: 0 0 130px 0;
   	font-family: 'Titillium Web', sans-serif;
	position: relative;
}
img + p {
	margin-top: 15px;
}

.navbar.navbar-inverse.navbar-fixed-top {
	border-radius: 0;
}

.img-grid {
	text-align: left;
}
.img-grid 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 > a > img {
	margin: 5px 3px;
	width: 31%;
	min-width: 114px;
	/*min-height: 114px;*/
}

.featurette .col-md-5 {
	text-align: center;
}
div.featurette-divider {
	margin: 0;
	padding: 0 0 120px 0;
}

.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 {
	background-image: inherit;
	font-size: 32px;
	width: 5%;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	top: 200px;
}
.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;
}


.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;
	max-width: 100%;
}
.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;
}
.img-responsive {
	display: inline;
	max-height: 100%;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #111;
}
footer p {
	font-size: 60px;
	margin: 0;
	text-align: center;
}

@media (max-width: 767px) {
	img.x1x1 {
		width: 136px;
		height: 136px;
	}
	footer p {
		font-size: 30px;
	}
	 .featurette-divider {
		 margin: 30px 0;
	 }
	 div.featurette-divider {
		 margin: 0;
		 padding: 0 0 60px 0;
	 }
	 .carousel-inner {
		 padding: 0 30px;
	 }
	 .lead {
		 text-align: justify;
	 }
	 .img-mobile {
		 max-height: 300px;
	 }
}
@media (min-width: 768px) {
	img.x1x1 {
		width: 23%;
	}
	.img-modal {
		width: 750px;
	}
}
@media (min-width: 992px) {
	img.x1x1 {
		width: 30%;
	}
	.img-modal {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.img-modal {
		width: 1170px;
	}
}

h1 {
	font-size: 80px;
}



.note {
	font-size: 75%;
	color: #777777;
}

.img-link:hover {
	cursor: pointer;
}
