html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 60px;
  background-color: #333;
}

.container .text-muted {
  margin: 20px 0;
}

body {
	background: #222;
	color: white;
}

h1,h2,h3,h4,h5 {
	color: #ffb400;
	margin-top: 0;
}

.cat-item {
    border: 1px solid #525252;
    border-radius: 10px;
    min-height: 100px;    
    margin-bottom: 20px;
    display: flex;
}

.cat-item h3 {
    margin-top: -15px;
    background: #222;
    position: absolute;    
    float: right;
    padding: 0 10px;
    margin-right: 15px;    
}

.cat-item a {
    width: calc(33.33% - 20px);
    float: right;
    margin: 10px;
    text-decoration: none!important;
    color: #ffb400;
}

.cat-item a .img-container {
    height: 99px;
    width: 100%;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;
    padding: 5px;
}

.cat-item a img {
	width: 100%;	
}

.cat-item a h4 {
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
}

.icons-container {
	margin-top: 15px;
}

marquee {
    background: #ffb400;
    color: black;
    margin-bottom: 20px;
    padding: 10px;
}

marquee a {
    color: black!important;
    text-decoration: none;
}

marquee small {
	margin: 0 10px;
}

.logo {
    text-align: center;
    margin: 40px;
}

.logo a {

}

.logo a img {
	height: 60px;
}

.cat-item form {
    width: 100%;
    margin: 32px 20px;	
}

.form-mix input, .form-mix select {
    width: calc(25% - -10px);
    float: right;
    margin-left: 5px;
}

.form-mix button {
    padding: 4px 15px;
    background: #ffb400!important;
    border-color: #ca9006!important;
}

* {
	outline: none!important;
}