@CHARSET "ISO-8859-1";
body
{
	font-face: 'Open Sans';
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.pagePad
{
	padding-top: 35px;
	padding-left: 355px;
	padding-right: 55px;
}
a, a:hover, a:focus
{
	text-decoration: none !important;
}
.btn-slim
{
	height: 20px;
    line-height: 5px;
}