.jplist .article {
    padding-bottom: 20px;
}

footer {
    position: relative!important;
}

h2.title {
	line-height: 120%;
}
h2.title a {
  text-decoration: none!important;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 20px;
  color: #aeca36;
  line-height: 120%;
}

.tags span {
    background-color: #999999;
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.tags span.jplist-selected {
     background-color: #ff6a00;
}

ul.tags {
    list-style:none;
    margin-left:0;
}

.tags li{
    display:inline-block;
}

.datedropdown li {
      list-style-type: none;
}



@media (min-width: 992px)
{
    .jplist .side-bar {
        float:right;
    }
  
  .img-thumbnail {
	margin-top: 15px;
    padding: 25px;
  }
}

@media (max-width: 767px)
{
  .rssfeed {
    display: none;
  }
  
  h2.title {
  	font-size: 20px;
  	padding-top: 15px;
  }
  
  h3.title {
  	font-size: 15px;
  	padding-top: 15px;
  }
  
  .sorting {
  	padding-bottom: 15px;}
  
  
}
.jplist-hidden {
    display: none;
}


.jplist-panel .pagination {
margin:0;
}


.oembedall-container{

  border:#eee solid 1px;
  padding:3px;
  
}

.jplist-hide-preloader{display:none;}
.jplist-preloader{height:30px;line-height:30px;margin:10px 10px 0 0;float:right}

.flexslider li {list-style-type: none;}




#siteWrapper .btn-primary,
#siteWrapper .btn-primary.active, 
#siteWrapper .btn-primary.focus, 
#siteWrapper .btn-primary:active, 
#siteWrapper .btn-primary:focus, 
#siteWrapper .btn-primary:hover, 
#siteWrapper .open > .dropdown-toggle.btn-primary {
    background-color: #373283;
    border-color: #373283;
}

#siteWrapper .pagination > .active > a, 
#siteWrapper .pagination > .active > a:focus, 
#siteWrapper .pagination > .active > a:hover, 
#siteWrapper .pagination > .active > span, 
#siteWrapper .pagination > .active > span:focus, 
#siteWrapper .pagination > .active > span:hover {
    background-color: #373283;
    border-color: #373283;
}


