body {
    background:#ebebeb;
    font-family: 'Roboto', sans-serif;
}
a:hover {
    text-decoration: none;
}
.text-align-center {
    text-align: center;
}
header {
    background:#ffffff;
    /* padding-top:15px;
    padding-bottom:15px; */
    box-shadow: 0px 8px 45px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
header .navbar {
    margin-bottom:0px;
    display:flex;
    align-items: center;
}
header .navbar-brand>img {
    height:90px;
    width:auto;
}
.navbar-custom-collapse {
    display: flex!important;
}
header .navbar .navbar-brand {
    color:#414040; 
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    display: table;
    padding: 0px;
}
header .navbar ul {
    margin-left:30px;
    margin-right:30px;
    float:none;
}
.navbar ul li a:hover, .navbar ul li.active a {
    text-shadow: 0 0 0.65px #333, 0 0 0.65px #333;
}
header .navbar ul li a {
    color:#414040;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color:transparent;
}
.form-wrapper {
    display: flex;
    align-items: center;
}
.top-search-box {
    width:auto;
    border-radius: 23.5px;
    border: solid 1px #f3f3f3;
    background-color: #fcfcfc;
    display: flex;
    float:none;
}
.top-search-box .custom-inner-input {
    background: transparent;
    border: 0;
    box-shadow: none;
    width:140px;
}
.top-search-box .btn {
    border: none;
    background-color: transparent;
}
.top-search-box .custom-inner-input:focus,
.top-search-box .custom-inner-input:focus-within
{
    box-shadow:none;
}
header .socials {
    margin-left: auto;
}
.socials {
    display: table;
}
.socials .list-group {
    display: flex;
    margin-bottom:0px;
}
.socials .list-group a {
    border: none;
    padding:15px;
    color:#afb2b5;
}
.socials .list-group a:last-child {
    padding-right: 0px;
}
.socials .list-group a:hover {
    background-color:transparent;
    color:#414040;
}
.top-ad-placement {
    margin:0 auto 15px auto;
    display: table;
}
.bottom-ad-placement {
    margin:15px auto 15px auto;
    display: table;
}
.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-inner-ad  {
    /* background: #ffffff; */
    /* min-height: 360px; */
    border-radius: 10px;
}

.list-item {
    margin-bottom: 30px;
}
.list-item .card:hover .card-bottom {
    border-bottom: 1px solid #e84f36;
}
.list-item .card-body {
    padding: 20px 28px 0px 28px;
    background-color: #ffffff;
    color:#929292;
    line-height:24px;
    display: table;
    width:100%;
}
.list-item .card-body .category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.list-item .card-body .category a {
    font-size: 14px;
    font-weight: bold;
    padding:10px 30px;
    text-align: center;;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: table;
    color:#8f8f8f;
    border-radius: 6px;
}
.list-item .card-body .category a:hover {
    background:#e84f36;
    color:#ffffff;
    text-decoration: none;
}
.list-item .card-body .title {
    margin-bottom: 24px;
}
.list-item .card-body .title h3 {
    margin-top:10px;
}
.list-item .card-body .title a {
    color:#151a30;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
}
.list-item .card-body .title a:hover {
    color:#e84f36;
    text-decoration:none;
}
.list-item .card-image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.list-item h3 a{
    font-size: 18px;
    font-weight: bold;
    color:inherit;
}
.list-item .card-body .content {
     padding-bottom:40px;
}
.list-item .title, .list-item .content {
    text-align: center;
}
.list-item .card-bottom {
    display: flex;
    justify-content: space-between;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color:#ffffff;
    color:#979797;
}
.list-item .card-top-meta {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    color: #979797;
    padding:20px 28px;
    align-items: center;
}
.list-item-type-2 .card-top-meta {
padding: 20px 15px;
}
.list-item .card-bottom .date {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  padding:20px 0;
  padding-left:28px;
}
 .list-item-type-2 .card-top-meta .date {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  padding:0px;
}
 
 
.list-item .card-bottom i, .list-item .card-top-meta i {
    margin-right:10px;
    color:#d3d3d3;
}
.list-item .card-bottom .comments{
    width:50%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-item .card-top-meta .category {
    width:50%;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-item .card-bottom .comments:hover{
    background-color:#e84f36;
    color:#ffffff;
}
.list-item .card-bottom .comments a {
    padding: 20px 0;
    width: 100%;
    color:#b8b8b8;
}
.list-item .card-bottom .comments:hover a {
    color:#ffffff;
}
.list-item-type-2 .card-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.list-item-type-2  .title, .list-item-type-2  .content {
    text-align: left;
}

.list-item-type-2 .card-body .title {
    margin-bottom:0px;
}
.list-item-type-2 .card-body .title a {
    font-size: 22px;
    font-weight: 500;
}
.list-item-type-2 .card-body {
    padding:0px 28px 28px 28px;
}
.list-item-type-2  .card-body .title h3 {
    margin-top:0px;
    text-align: left;
}
.list-item-type-2 .card-top-meta .category a {
    padding: 20px 0;
    color:#737373;
}
.list-group-inline {
    display: flex;
}
.pagination .list-group-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* Pagination */
.pagination {
    margin:30px 0;
}
.pagination ul li {
    margin-right:15px;
    border: 0;
    padding:0px;
    background-color:transparent!important;
    margin-bottom:15px;
}
.pagination ul li a {
    background-color: #ffffff;
    padding:20px 25px;
    color:#8f8f8f;
    display: table;
    border-radius: 10px;
}
.pagination ul li.list-group-item.active a,
.pagination ul li.list-group-item:hover a
{
    color: #ffffff;
    background-color:#e84f36;
}
.pagination ul li:last-child {
    margin-right:0px;
}
.pagination .list-group-item:first-child,
.pagination .list-group-item:last-child
{
    border-radius: 10px; 
}
/* Gallery Pagination */
.gallery-pagination {
    margin:30px 0;
}
.gallery-pagination .list-group-inline {
    justify-content: center;
}
.gallery-pagination ul li {
    margin-right:5px;
    border: 0;
    padding:0px;
    background-color:transparent!important;
}
.gallery-pagination ul li a {
    background-color: #ffffff;
    padding:10px 12px;
    color:#363c52;
    display: table;
    border-radius: 4px;
    border: solid 1px #dddddd;
}
.gallery-pagination ul li.prev a, 
.gallery-pagination ul li.next a
{
    background-color: #e84f36;
     color:#ffffff;
 }
.gallery-pagination ul li.list-group-item.active a,
.gallery-pagination ul li.list-group-item:hover a
{
    color: #ffffff;
    background-color:#e84f36;
}
.gallery-pagination ul li:last-child {
    margin-right:0px;
}
.gallery-pagination .list-group-item:first-child,
.gallery-pagination .list-group-item:last-child
{
    border-radius: 10px; 
}
/* Categories List */
ul.categories-list  {
    margin-bottom:0px;
    justify-content: center;
flex-wrap:wrap;
}
ul.categories-list li {
    margin-right:15px;
    border: 0;
    padding:0px;
    background-color:transparent!important;
margin-bottom:15px;
}
ul.categories-list li a {
    background-color: #ffffff;
    padding:20px 25px;
    color:#8f8f8f;
    display: table;
    border-radius: 10px;
}
.categories-list li.list-group-item.active a,
.categories-list li.list-group-item:hover a
{
    color: #ffffff;
    background-color:#e84f36;
}
ul.categories-list li:last-child {
    margin-right:0px;
}
.categories-list .list-group-item:first-child,
.categories-list.list-group-item:last-child
{
    border-radius: 10px; 
}
body > section:last-of-type {
    padding-bottom: 90px;
}
.section-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom:30px;
  margin-top:30px;
}
.d-flex {
    display: flex;
}
.justify-full {
    justify-content: space-between;
}
/* Single News */
.bg-white {
    background: #ffffff;
}
.single-top-ad {
    padding: 10px;
    background: #ffffff;
}
.single-top-ad span, .single-bottom-ad span {
    display: block;
    font-size: 16px;
    color:#ebebeb;
}
.single-bottom-ad img {
    margin: 0 auto;
}
.single-bottom-ad.text-center {
    margin-bottom: 15px;
}
#videocontent {
    margin-bottom:15px;
    display: table;
}
.content .post-title {
  color:#e84f36;
  font-size: 22px;
  font-weight: 500;
  margin:24px 0;
}
.content .post-meta {
    display: flex;
}
.content .post-meta i {
    margin-right:5px;
}
.content .post-meta .category a {
    margin-right:30px;
    font-size: 14px;
    font-weight: bold;
    color: #979797;
}
.content .post-inner {
    padding:0 15px;
}
.content .post-content {
    margin:24px 0;
    color: #929292;
    font-size: 14px;
}
.content .post-content.gallery-detail p {
    font-size: 14px;
    line-height: 24px;
    color: #929292;
}
.gallery-detail  {
    background-color: #f2f2f2;
    padding:30px 45px;
}
.gallery-detail .current-gallery-image {
    margin-bottom:30px;
    padding:0px 40px;
    position: relative;
}
.gallery-arrows {
    display: flex;
    justify-content: space-between;
    left: 6px;
    right: 6px;
    top: 50%;
    position: absolute;
}
.next-image, .prev-image {
    display: table;
    color:#8a8a8a;
    box-shadow: 0px 16px 38px 0 rgba(0, 0, 0, 0.26);
    font-size: 24px;
    background: #ffffff;
    border-radius: 50%;
    width:60px;
    height:60px;
    line-height: 60px;
    text-align: center;
}
.next-image:hover, .prev-image:hover {
    color:#f2f2f2;
    background-color: #e84f36;  
}
.facebook-commnets .fb_iframe_widget_fluid_desktop iframe, .facebook-commnets .fb_iframe_widget span, 
.facebook-commnets .fb_iframe_widget, .facebook-commnets {
    width:100%!important;
}
.sharebox {
    display: flex;
    margin-bottom:15px;
    align-items:center;
}
.sharebox .fb_iframe_widget_fluid {
    margin-right:10px;
}
/* Sidebar */
.sidebar-widget:first-child {
    margin-top:0px;
}
.sidebar-widget {
    margin:22px 0px;
    margin-right: -15px;
}
.sidebar-widget:last-child {
    margin-bottom: 0px;
}
.sidebar-ad {
    margin-top:24px;
}
.sidebar-ad img {
    margin: 0 auto;
}
.sidebar-posts-list .post-list-item {
    display: flex;
    align-items: stretch;
    margin-bottom:22px;
}
 
.sidebar-posts-list .post-list-item .image {
flex-grow: 0;     /* do not grow   - initial value: 0 */
flex-shrink: 0;   /* do not shrink - initial value: 1 */
flex-basis: 140px;
display: flex;
align-items: center;
}

.sidebar-posts-list .post-list-item .image img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width:140px;
}
.sidebar-posts-list .post-list-item .title {
    padding:15px 10px;
    width:100%;
}
.sidebar-posts-list .post-list-item:nth-child(2n+1) .title {
    background: #ebebeb;
}
.sidebar-posts-list .post-list-item .title h3 {
    margin: 0;
}
.sidebar-posts-list .post-list-item .title h3 a {
    font-size: 14px;
    line-height:18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #151a30;
}


/* Footer */
footer > .container {
    padding:45px 0 90px 0;
    border-top:1px solid #e0e0e0;
}
/* footer > .container:before {
    content:" ";
    height:1px;
    display: block;
    background-color:#e0e0e0;
    margin-top:-90px;
}
*/
footer .navbar {
    margin:45px 0px;
}
footer .navbar ul {
    float: none;
    display: table;
    margin: 0 auto;
}
footer .navbar ul li a {
    color:#2b2828;
    font-size: 15px;
}

footer .socials {
    margin:0 auto;
}
footer .socials .list-group-item {
    background-color: transparent;
}
#fixmenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100px;
}
.content img {
max-width:100%;
margin:0 auto;
}
#ok_shareWidget {
display:flex;
}