/*!* ============================================================*/
/*BASIC STYLES*/
/*============================================================ *!*/


/* loading screen default styles */

.loading-screen {
    position : fixed;
    width : 100%;
    top : 45%;
    text-align : center
}

.loading-screen span {
    color: #FFF;
    border-radius: 4px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
}

/* dropdown default styles */

.filter-options select{
    display: none;
}

.filter-options {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.filter-options .filters {
    float: right;
}

.filter-options .spacer{
    float: left;
    width: 10px;
    height: 10px;
}

.filter-options .post-filter-dropdown {
    position: relative;
    float: left;
    color: #FFF;
    border-radius: 5px;
    width: 180px;
}

.filter-options .label {
    cursor: pointer;
    float: left;
    background-color: #05a8d8;
    padding: 0 10px 0 20px;
    width: 140px;
    height: 42px;
    line-height: 42px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.filter-options .facade > i {
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 13px;
    background-color: #0795bf;
    float: right;
    width: 40px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.filter-options ul {
    display: none;
    top: 36px;
    background-color: #0981a6;
    position: absolute;
    padding: 10px 0;
    z-index: 1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.filter-options ul li {
    float: left;
    width: 160px;
    margin: 0 10px;
    padding: 10px;
}

.filter-options ul li:not(.current-option):hover {
    background-color: #15a0c8;
    cursor: pointer;
}

.filter-options ul li.current-option:not(:last-of-type) {
    margin-bottom: 10px;
}

.filter-options ul li.current-option{
    background-color: #15a0c8;
    margin: 10px 10px 0 10px;
    padding: 10px;
    border-radius: 5px;
}

.filter-options ul li i{
    float: right;
}

/* share buttons styles */

/** Social Button CSS **/
/**
.sl-wrapper {
    background: #f3f3f3;
    padding: 5px;
    width: 71px;
    float: left;
    margin-right: 10px;
}

.share-btns .btns {
    display: none;
    float: left;
}

.share-btns .sl-wrapper {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: #666;
    cursor: pointer;
}

.share-btn {
    display: inline-block;
    color: #ffffff;
    border: none;
    padding: 0.4em;
    width: 3em;
    outline: none;
    text-align: center;
}

.share-btn:hover {
    color: #eeeeee;
}

.share-btn:active {
    position: relative;
    top: 2px;
    box-shadow: none;
    color: #e2e2e2;
    outline: none;
}

.share-btn.twitter     { background: #55acee; }
.share-btn.google-plus { background: #dd4b39; }
.share-btn.facebook    { background: #3B5998; }
.share-btn.linkedin    { background: #4875B4; }
.share-btn.email       { background: #444444; }
**/

/** search bar **/

/*#search-bar{*/
    /*float: left;*/
    /*width: 100%;*/
    /*padding-bottom: 20px;*/
/*}*/

/*#search-bar .input-box input{*/
    /*width: 100%;*/
    /*padding: 10px;*/
    /*font-size: 15px;*/
    /*background-color: #d8d8d8;*/
    /*border: 1px solid #b7b9ba;*/
/*}*/

/*#search-bar .submit-btn{*/
    /*background-color: #666666;*/
    /*color: #e3e3e3;*/
    /*position: relative;*/
/*}*/

/*#search-bar .submit-btn input{*/
    /*color: #e3e3e3;*/
    /*background: transparent;*/
    /*border: 0;*/
    /*padding: 11px;*/
    /*width: 100%;*/
    /*font-size: 15px;*/
    /*cursor: pointer;*/
/*}*/

/*#search-bar .submit-btn i {*/
    /*position: absolute;*/
    /*right: 15px;*/
    /*top: 13px;*/
/*}*/


.results-summary {
    float: left;
    width: 100%;
    border-top: 1px solid #999;
    padding-top: 30px;
}

.results-summary h1 {
    text-transform: capitalize;
}

.results-summary .term{
    font-weight: bold;
}

.post-share-buttons{
	float: left;
}
.wrapper-buttons{
	float: left;
}