@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/RobotoCondensed-webfont.woff) format('woff');
}

h1,h2,h3,h4,h5,h6{font-family: 'Roboto Condensed', sans-serif;}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;}

body, html {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #fff;
}
a {
    cursor: pointer;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.container{
    padding-left: 5px;
    padding-right: 5px;
}
.row{
    margin-left: -5px;
    margin-right: -5px;
}
.card, .thumbnail{
    margin-bottom: 10px;
}
/*==================================*/
/* HEADER */
/*==================================*/
#top-search-wrap #search-results {
    max-height: 400px;
    overflow: auto;
}
#search-results .list-group-item {
    border: 0px;
    border-top: 1px dashed #ddd;
}
#search-results .list-group-item:first-child {
    border-top: 0px;
}
#search-results a.list-group-item:nth-of-type(odd) {
    background-color: #f5f5f5;
}
#sidebar-right #search-results .list-group-item:last-child {
    border-bottom: 1px dashed #ddd;
}
@media(max-width: 768px) {
    #header .logo {
        width: 60%;
    }
    #header .logo a.navbar-brand{
        margin-top: -3px;
    }
}
#header .dropdown #lbl-usr {
    width: 36px;
    height: 36px;
    margin: 0px auto;
    background-color: #293849;
    border-radius: 50%;
    padding: 2px;
    font-size: 1.5em;
    text-transform: uppercase;
}
/*==================================*/
/* FOOTER */
/*==================================*/
#back-top {
    bottom: 20px;
    position: fixed;
    z-index: 10000;
    font-size: 2em;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    padding: 5px 10px 0px 8px;
    opacity: .7;
    display: none;
    color: white;
}

#back-top:hover{
    cursor: pointer;
    opacity: 1;
}

footer {
    background: #f2f2f2;
    color: #757575;
    border-top: 1px solid #ECECEC;
    margin-bottom: -10px;
}
footer h3{
    color: #9e9e9e;
}
footer .copyright {
    padding: 15px 0px;
    background: rgba(0, 0, 0, 0.3);
}
footer .footer-right{
    margin-bottom: 15px;
}
/*==================================*/
/* CUSTOM TOAST */
/*==================================*/
/*as default*/
#toast-container>.toast-info {
    background-color: #fafafa;
    background-image: none !important;
    padding: 10px;
    color: #333;
}
#toast-container>.toast-info h4{
    margin: 0px;
}
#toast-container>.toast-info a{
    color: #333;
}
#toast-container>.toast {
    opacity: 1;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
    border-radius: 3px;
}
#header{
    z-index: 50;
}
#sidebar{
    z-index: 20;
}
.carousel .carousel-indicators li{
    height: 6px;
    border-radius: 3px;
}
.carousel .carousel-indicators li.active{
    background: #2196F3;
    height: 6px;
    border-radius: 3px;
}

.text-middle{
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-background{
    background-color: #fafafa;
    border: 1px solid #9e9e9e;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0px;
}

.modal .close{
    position: absolute;
    right: -15px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 15px;
    top: -15px;
    opacity: 1;
    color: #929292;
    cursor: pointer;
    padding: 6px 10px;
}

.thumbnail .thumbnail-img{
    background-color: #f5f5f5;
    background-size: cover;
    height: 100%;
    background-position: center;
}

.form-control.fc-alt{
    border-radius: 3px;
}

#signinModal .social-login{
    padding: 65px 30px 69px 30px;
    margin-top: 15px;
    border-left: 2px solid #f5f5f5;
}

.card{
    border: 1px solid #ECECEC;
    box-shadow: none;
}
.card .wpb-actions{
    border-top: 1px solid #ECECEC;
}
.card .card-header.ch-alt{
    border-bottom: 1px solid #ECECEC;
}

#header-main #wrap{
    position: relative;
}
#header-main #wrap #logo{
    background-color: rgba(255, 255, 255, 0.9);
    height: 91px;
    padding: 15px;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center;
}
#header-main #wrap #menu{
    padding: 0px 5px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
#header-main #wrap #menu .top-menu li{
    padding: 5px 0px;
}

#header-main #search-wrap .form-control{
    margin: 4px 0px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
    background-image: url('../images/search-white.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 3px 7px;
}
#header-main #search-results{
    position: absolute;
    max-width: 400px;
    word-wrap: break-word;
    right: 15px;
    z-index: 10;
    font-size: .9em;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th{
    border: 1px solid #ddd;
}

.highlight {
    background-color: #FFFF88;
}

figure {
    display: block;
    overflow: hidden;
    background: rgba(240, 240, 240, 0);
    border-bottom: 3px solid #0082C6;
}
figure .toptop {
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}
figure a {
    float: right;
    padding: 3px 15px;
    background: #e6e6e6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 11px;
    color: #288ad8;
    text-transform: uppercase;
    margin-top: 8px;
}
figure h2 {
    float: left;
    padding: 12px 20px 8px;
    line-height: 1.3em;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    background: #0082C6;
    color: #fff;
}
figure b {
    float: left;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 36px solid #015480;
}
.header-bg-red figure {
    border-bottom: 3px solid #BF0000;
}
.header-bg-red figure h2{
    background: #BF0000;
    color: #fff;
}
.header-bg-red figure b{
    border-bottom: 36px solid #800000;
}
.header-bg-teal figure {
    border-bottom: 3px solid #008080;
}
.header-bg-teal figure h2{
    background: #008080;
    color: #fff;
}
.header-bg-teal figure b{
    border-bottom: 36px solid #005252;
}
.header-bg-blue-grey figure {
    border-bottom: 3px solid #37474F;
}
.header-bg-blue-grey figure h2{
    background: #37474F;
    color: #fff;
}
.header-bg-blue-grey figure b{
    border-bottom: 36px solid #1F292D;
}
.header-bg-orange figure {
    border-bottom: 3px solid #ef6c00;
}
.header-bg-orange figure h2{
    background: #ef6c00;
    color: #fff;
}
.header-bg-orange figure b{
    border-bottom: 36px solid #e65100;
}
/*================================================================*/
.lv-article{
    margin-bottom: 10px;
}
.listview .lv-title,
.listview .lv-small{
    text-overflow: inherit !important;
    white-space: normal !important;
}
.lv-article .card-body{
    border: 1px solid #ddd;
    background-color: #fff;
}
.lv-article .card-body .lv-item{
    border-top: 1px dashed #ddd;
}
.lv-article .card-body .lv-item:first-child{
    border-top: none;
}

.block-category-article .featured-article img{
    width: 200px;
}
@media(max-width: 768px) {
    .block-category-article .featured-article img{
        width: 100px;
    }
}

#top-search-wrap #top-search-clear{
    position: absolute;
    top: 7px;
    font-size: 23px;
    font-style: normal;
    width: 45px;
    text-align: center;
    border-radius: 2px 0px 0px 2px;
    cursor: pointer;
    right: 15px;
    height: 40px;
    padding-top: 9px;
    display: none;
}
#top-search-wrap #top-search-clear[data-toggle="true"]{
    display: block;
}
#top-search-wrap #top-search-clear:hover{
    background-color: #e3e3e3;
}
#top-search-wrap input[type="text"]{
    padding-right: 55px;
}
#search-wrap{
    position: relative;
}
#search-wrap .form-control{
    padding-right: 35px !important;
}
#search-wrap #search-clear{
    position: absolute;
    top: 0px;
    font-size: 19px;
    font-style: normal;
    width: 30px;
    text-align: center;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
    right: 0px;
    height: 35px;
    padding-top: 9px;
    color: #fff;
    display: none;
}
#search-wrap #search-clear[data-toggle="true"]{
    display: block;
}
#search-wrap #search-clear:hover{
    background-color: rgba(255, 255, 255, 0.17);
}
