.thumbnail {
	height: 205px;
	font-size: 15px;
}
.thumbnail a,
.thumbnail a:visited {
	color: #000;
	text-decoration: none;
}
.thumbnail a:hover,
.thumbnail a:active {
	color: #f00;
	text-decoration: none;
 }
.thumbnail p,
.thumbnail li {
	color: #000;
}
.caption {
	color: #0f0;
}
.jumbotron {
	margin-top: 20px;
}
@media (max-width: 1200px) {
.thumbnail {
	height: 205px;
}
.jumbotron {
	margin-top: 60px;
}
}
@media (max-width: 995px) {
.thumbnail {
	height: 205px;
}
.jumbotron {
	min-height: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
	display: block !important;
	height: 80px;
	margin-bottom: 20px;
}
}
@media (max-width: 767px) {
.thumbnail {
	height: 165px;
}
.jumbotron {
	min-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block !important;
	height: 280px;
	margin-bottom: 20px;
}
}
@media (max-width: 480px) {
.thumbnail {
	height: 200px;
}
.jumbotron {
	display: block !important;
	height: 190px;
	min-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
}
@media (max-width: 350px) {
.thumbnail {
	height: 220px;
}
.jumbotron {
	display: block !important;
	height: 150px;
	min-height: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
}
ul,
ol {
	padding-left: 20px;
}
/*.fsc-default {
	margin-bottom: 0px !important;
	margin-top: 300px !important;
}
*/
footer#page-footer.sticky-footer {
    display: none;
}