
/* All */
.container {max-width:1140px !important;}
.pagination > li > a {color:#000;}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > a:active {color:#000;}
.jumbotron {padding:20px; background-color:#FFF; color:#555;}
.text-left {text-align:left !important;}

/* Embed */
.embed-responsive.embed-responsive-16by6 {padding-bottom: 37.5%;}
.embed-responsive.embed-responsive-16by8 {padding-bottom: 50%;}

/* firefox fix */
.img-responsive {
	width: 100%;
}

/* vertical alignment styles */
.col-top {
	vertical-align:top;
}
.col-middle {
	vertical-align:middle;
}
.col-bottom {
	vertical-align:bottom;
}

/* Button */
.btn {border-radius:0; text-transform:uppercase;}



