.col-xs-6 {
    width: 25%;
}
@media (min-width: 768px) {
    .col-sm-4 {
        width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-3 {
        width: 16.667%;
    }
}
@media (min-width: 1200px) {
    .col-lg-2 {
        width: 12%;
    }
}
.navbar-inverse {
    background-color: #171a24;
    border-color: #171a24;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4fa0c1;
    background-color: #212534;
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #ccc;
}
.btn-success {
    color: #282920;
    background-color: #ced567;
    border-color: #ced567;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #222;
    cursor: default;
    background-color: #ffd200;
    border-color: #ffd200;
}
a {
    color: #f7edd5;
    text-decoration: none;
}
a:hover {
    color: #f7edd5;
    text-decoration: underline;
}
p {
    margin: 0 0 10px;
    color: #ccc;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #3a3b30;
    border: 0px solid #f7edd5;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding:
6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #4fa0c1;
  text-decoration:
none;
  background-color: #171a24;
  border:
1px solid #4fa0c1;
}
.list-block {
    font-size: 0;
    padding: 4px 2px 0 2px;
}
@media (min-width: 520px) {
    .list-block, .line-list-block {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }
}
@media (min-width: 640px) {
    .list-block {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }
}
@media (min-width: 1190px) {
    .list-block {
        column-count: 6;
        -moz-column-count: 6;
        -webkit-column-count: 6;
    }
}
.list-block li {
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 6px;
}
.list-block a {
    border-width: 1px;
    border-style: solid;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
    margin: 0 3px;
    border-color: #080808;
    background-color: #282920;
}
.links-block li a:hover, .list-block a:hover {
    background-color: #ced567;
    color: #282920;
}
.clear:before, .clear:after {
    content: " ";
    display: table;
}
.footer_ads {
    padding: 10px 0 30px 0;
}
.footer_ad {
    float: left;
    margin-right: 10px;
}
.footer_ad img {
    display: block;
}
.footer_ad.last {
    margin-right: 0px;
}
@media only screen and (max-width: 1279px) {
    .footer_ad {
        width: 23.5%;
        margin-right: 2%;
    }
}
@media only screen and (max-width: 767px) {
    .footer_ad {
        width: 49%;
        margin-bottom: 2%;
    }
}
@media only screen and (max-width: 479px) {
    .footer_ad {
        width: 100%;
        margin-right: 0px;
    }
}
@media (min-width: 1200px) {
  .col-lg-2 {
    width: 12.5%;
  }
}
@media only screen and (max-width: 1279px) {
    .smallbtn {
        clear: left;
        padding-left: 0px;
        margin-top: 3px;
    }
}
@media only screen and (max-width: 1279px) {
    .smallbtn li {
        font-size: 13px;
        padding-right: 5px;
        padding-bottom: 5px;
    }
}
.smallbtn {
    float: left;
    padding-left: 10px;
}
.smallbtn li {
    float: left;
    font-size: 14px;
    padding-right: 7px;
    padding-bottom: 7px;
}
.smallbtn li a {
    color: #fff;
    line-height: 26px;
    display: block;
    padding: 0 10px;
    background-color: #171a24;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-transform: capitalize;
}
ul{
  list-style-type: none;
}
li{
  list-style-type: none;
}
