body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background: #f7f7f7 !important;
    font-family: verdana,geneva,sans-serif !important;
    color: #555;
    word-wrap: break-word;
}

a {
    text-decoration: none;
    transition: color 0.25s ease-in;
}

a:link, a:visited, a:active { text-decoration: none }

iframe {
    border: none;
}

.body {
    background-color: #fff;
    padding-bottom: 20px;
}

.top-m {
    margin-top: 40px;
}


nav {
    margin-top: 10px;
    font-family: 'Signika', sans-serif !important;
}

.nav > li {
    padding: 0px 15px 0px 15px !important;
}


.nav > li > a {
    padding: 0px !important;    
    line-height: 54px !important;
    font-size: 14px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    -webkit-backface-visibility: hidden !important;
}

.nav > li.active > a {
    color: #efefef;
}

.post-content {
    font-size: 14px !important;
    line-height: 24px !important;
    color: #555;
    font-family: verdana,geneva,sans-serif !important;
}

.post-content img {
    display: block;
    text-align: center;
    margin: 15px auto;
    width: auto !important;
    max-width: 100%;
    height: auto;
}

.lead {
    font-size: 12px !important;
}

.navbar-brand {
    height: auto !important;
    padding: 15px 0px !important;
}

h2.lb {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    border-radius: 0px !important;
    padding: 2px 0px 8px 0px !important;
    position: relative !important;
    display: inline-table !important;
    vertical-align: middle !important;
    line-height: 16px !important;
    top: -2px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    border-bottom:1px solid;
}


a:hover {
    text-decoration: none !important;
}

h1 {
    margin: 0px 0px 15px 0px !important;
    font-size: 25px !important;
    color: #222 !important;
    line-height: 30px !important;
    font-weight: bold !important;
}

h2 {
    font-size: 24px !important;
    color: #222 !important;
    font-family: 'Signika', sans-serif;
    background-color: transparent !important
}


h4 {
    font-size: 13px !important;
    font-family: verdana,geneva,sans-serif !important;
}

h3 {
    margin-bottom: 5px !important;
    margin-top: 1px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #222;
}

h3.media-heading {
    padding: 10px 0px;
    font-family: verdana,geneva,sans-serif !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 24px !important;
}

.short-content {
    font-family: verdana,geneva,sans-serif !important;
    margin-bottom: 15px;
    color: #7e7e7e;
    font-size: 14px;
    line-height: 23px;
    height: 64px;
    overflow: hidden;
}

.date-text {
    font-family: 'Signika', sans-serif;
    margin-bottom: 15px;
    color: #444444;
    font-size: 11px;
    line-height: 20px;
    font-style: italic;
}

.fix-image {
    height: 170px;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fix-image img {
    height: auto;
    width:360px;
    min-height:170px;
}

.fix-image-sidebar {
    max-height: 77px;
    max-width: 98px;
    overflow: hidden;
}

.fix-image-sidebar img {
    margin:auto;
    height: auto;
    max-height: 120px;
}

.fix-image-similar {
    max-height: 100px;
    max-width: 360px;
    overflow: hidden;
}

.fix-image-similar img {
    margin:auto;
    height: auto;
    max-height: 120px;
}

.breadcrumb {
    background-color: transparent !important;
}

.breadcrumb a {
    font-size: 14px !important;
    line-height: 27px !important;
    color: #a4a4a4 !important;
    font-family: 'Signika', sans-serif;
}

ol.breadcrumb {
    margin: 0;
    padding: 10px 0px 10px 0px;
}

.date-text {
    font-style: normal;
    font-size: 11px !important;
    color: #b3b3b3 !important;
    line-height: 16px !important;
    margin:0px;
}

.media-heading {
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 19px !important;
    margin: 0px 0px 12px 0px !important;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: none !important;
}


.mg-top-45 {
    margin-top:45px;
}

.footer {
    background-color: #202020;
    font-family: 'Signika', sans-serif !important;    
}

.footer .lb {
    width:100%;
    border-bottom:1px solid #313131 !important;
    color: #fff !important;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.footer ul li {

}

.footer .list a, .footer p {
    font-size: 14px;
    line-height: 24px;
    color: #fff !important;
}

.footer-text {
    margin-left: -15px;
    margin-right: -15px;
    box-sizing: border-box;
    padding: 30px 0px;
    background-color: #101010;
    color: #515151;
    font-size: 14px !important;
}

.footer-text ul {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-text li {
    box-sizing: border-box;
    padding: 0px 10px;
    display: inline;
}

.footer-text li a:hover {
    color: #fff !important;
}


.footer-left {
    text-align: left;
    float: left;
}

.footer-right {
    text-align: right;
    float: right;
}


.sc {
    padding: 20px 0px;
}

.social-bar div {
    margin: 10px 0px;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 3px;
}

.social_facebook {
    background-color: #516eab;
}

.social_facebook .fa {
    margin-right: 5px !important;
}

.social_twitter {
    width:50px;
    background-color: #4db2ec;
}

.social_google {
    width:50px;
    background-color: #eb4026;
}

.social_printerest {
    width:50px;
    background-color: #ca212a;
}

.social-bar a {
    display: inline-block;
    font-family: 'Signika', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
}

.social-bar .fa {
    margin-top: 5px;
    padding: 0;
    font-size: 20px;
}

.social-bar a:hover {
    opacity: 0.8;
    color: #fff;
}

.facebook_wrap {
    width: 100% !important;
    overflow: hidden;
}

.post_facebook {
    text-align: center;
    margin-bottom: 4px;
    background-color: lightgrey;
}

.menu-name {
    padding: 20px;
    line-height: 50px; 
    font-family: 'Signika', sans-serif;
    font-size: 14px;
    color: #fff;
}

nav .dropdown {
    margin-top: 5px;
}

.navbar {
    margin-bottom: 0px !important;
    border-bottom: 1px solid #e5e5e5 !important;
    border-top: 2px solid #f7f7f7 !important;
}

.media-body .date-text {
    margin-bottom: 0px !important;
}

.media-body h4 {
    margin-bottom: 6px !important;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

header {
    background-color: #4d5647 !important;
    border:0px;
    margin-bottom: 1px;
}

.mg-25 {
    margin: 25px 0px;
}

.mg-bottom-25 {
    margin: 0px 0px 25px 0px;
}



header .fb-page {
    padding: 25px 15px 0px 15px;
    box-sizing: border-box;
}

.box {
    font-family: verdana,geneva,sans-serif !important;
    height: 320px;
}

.box .picture {
    height: 214px;
    overflow: hidden;
    position: relative;
}

.main .box .featured {
    position: absolute;
    left:0px;
    height: 0px;
    padding: 8px 15px;
    width:auto;
    height: auto;
    z-index: 5;
    font-size: 16px;
}

.box .title {
    padding: 10px 0px;
    color: #222;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
}

.fix-title {
    height: 42px;    
}

.info-bar {
    font-family: verdana,geneva,sans-serif !important;
    font-weight: normal;
    margin-top: 10px;
    color: #A4A4A4;
    font-size: 13px;
}

.info-bar .fa {
    margin-right: 3px;
}

.info-bar .item {
    margin-right: 10px;
    display: inline-block;
}

.info-bar .item:first-child {
    font-weight: bold;
    color: #010101;
}


.row.main .col-md-8 {
}

.row.main .col-md-5 {
    box-sizing: border-box;
}

.main .col-md-5 {
    padding-bottom:30px;
    box-sizing: border-box;
}

.main .col-md-7 {
    padding-bottom:30px;
    box-sizing: border-box;
}

.fix-title {
    max-height: 106px;
    overflow: hidden;
}

.box .picture.post {
    text-align: center;
}


.single-content .box {
    height: 378px;
}


.single-content .box .picture {
    height: 188px;
    overflow: hidden;
    position: relative;
}


.single-content .fix-title {
    font-size: 18px;
    line-height: 24px;
    height: 96px;
}

.sidebar {
    padding: 20px 45px 20px 45px !important;
    box-sizing: border-box;
}

.sidebar .fix-title {
    font-size: 20px;
    line-height: 28px;
    height: 52px;
}

.sidebar .box {
    height: 315px;
    width: 300px;
    margin-bottom: 50px;
}

.sidebar .box .picture {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.sidebar .media {
    margin-bottom: 30px;
}

.box.facebook {
    height: auto !important;
}

.box.facebook  h3 {
    padding: 10px;
    margin: 0 !important;
}


.img-responsive {
    width: 100% !important;
}

.main-posts .col-md-5 {
    padding-bottom: 20px !important; 
}

ul.pagination {

}

ul.pagination a {
    border-radius: 0px !important;
    margin: 0 5px 0 0;
    display: inline-block;
    float: left;
    line-height: 42px;
    text-decoration: none;
    padding: 0 14px;
    min-width: 42px;
    text-align: center;
    transition: all 0.25s linear;
    box-sizing: border-box;    
    border:none !important;
}


.main-posts .box .picture {
    position: relative;
    width: 358px;
    height: 300px;
    overflow: hidden;
}

.box .picture img {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    height: 100% !important;
    width: auto !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
}

.box .picture.featured-post img {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 100% !important;
    height: auto !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
}


.posts {
    padding: 20px 45px !important;
}

.posts .sidebar {
    padding-right: 45px !important;
}

.navbar {
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 1024px) {


    body {
        background-color: #fff !important;
    }


    .box {
        width:100% !important;
        margin-bottom: 10px !important;
    }

    .main-posts .box {
        height: auto;
    }

    .box .fix-title {
        font-size: 16px;
        line-height: 24px;
    }

    .single-content .box .picture.post {
        position: relative;
    }

    .single-content .box .picture.post img {
        min-width:100%;
        height: auto;
        max-width: none;
        margin-left:-100% !important;
        left: 50% !important;
    }

    .main .box .picture img {
        width:auto !important;
        min-width:100%;
        min-height: 300px;
        max-width: none;
        margin-left:-100% !important;
        left: 50% !important;
    }

    .main .box .title {
        font-size: 22px;
        line-height: 32px;
        overflow: hidden;
    }

    .info-bar .item {
        line-height: 20px;
        margin: 0px;
    }

    .row.main .col-md-8 {
        padding-bottom:30px;
    }

    .nav > li > a {
        padding: 0px !important;    
        line-height: 32px !important;
        font-size: 14px !important;
        font-weight: 700 !important;
        font-family: 'Signika', sans-serif !important;
        text-transform: uppercase !important;
        -webkit-backface-visibility: hidden !important;
    }

    .navbar-collapse.collapse.in {
        box-shadow: 0 12px 12px -6px rgba(0,0,0,0.4);
    }

    .container.footer-text li {
        display: list-item;
    }

    .footer-left {
        clear: both;
        float: none;
        text-align: center;
    }

    .footer-right {
        margin-top: 15px;
        clear: both;
        float: none;
        text-align: center;
    }

    .social-bar div {
        font-size: 12px;
        padding: 8px 10px;
        text-align: center;
        margin: 0 !important;
    }

    .social_facebook {
        width:120px;
    }

    .social_twitter {
        width: 45px;
    }

    .social_google {
        width: 45px;
    }

    .social_printerest {
        width: 45px;
    }

    .sc {
        padding: 0px;
    }

    .similar-post {
        text-align: left;
        margin-top: 15px;
    }

    .similar-post img {
        width:100%;
        height: auto;
        max-height: none;
    }

    h1 {
        font-size:24px !important;
    }

    .navbar-brand {
        float: none !important;
    }

    .logo .img-responsive {
        padding: 0px 10px;
        width: auto !important;
    }

    .fb-page {
        padding: 0 !important;
    }

    .sidebar {
        padding: 10px !important;
    }

    .footer {
        padding: 0px !important;
    }

    .footer-text {
        margin: 0 !important;
    }

    .single-content {
        padding-top: 15px;
    }

    .posts {
        padding: 15px !important;
    }

    .nav > li {
        padding: 0px 25px 0px 25px !important
    }



}

@media screen and (min-width: 1025px) {

    .nav > li:first-child {
        padding-left: 0px !important;
    }    

    .footer .row {
        margin: 30px 0px 40px 0px;
    }

}


.shadow {
    transition: top 0.2s ease-in-out;    
    box-shadow: 0 12px 12px -6px rgba(0,0,0,0.1);
}

.scroll_up {
    text-align: center;
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    display: none;
    background-color: #fff;
}

.scroll_up:hover {
    cursor: pointer;
}

.scroll_up.show {
    display: block;
}

.media-left {
    width: 110px !important;
}

.sidebar .fix-title {
    height: 36px;
}

.featured-post:before {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    bottom: 0;
    content: "";
    height: 65%;
    left: 0;
    position: absolute;
    width: 100%;
}

.featured-post {
    float: left;
    margin-bottom: 1px;
    position: relative;
    width: 100%;
}

.featured-post > img {
    width: 100%;
}

.featured-post h3 {
    color: #fff;
    font-size: 32px;
    margin: 0;
    padding: 30px 70px 10px 30px;
    text-shadow: 1px 1px 1px #010101;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.col-md-8 .featured-post {
    padding-right: 10px;    
}

.col-md-8 .featured-post img {
    height: 440px;
}

.col-md-4 .featured-post img {
    height: 214.5px;
}

.col-md-4 .featured-post img.last {
    margin-top: 10px; 
}


.featured-main .col-md-8 {
    margin: 0;
    padding: 0;
}

.featured-main .col-md-4 {
    margin: 0px;
    padding: 0;
}


.pp {
    color: #fff;
    font-size: 24px;
    padding: 20px;
}

.fb_wrap {
    width: 100% !important;
}

.navbar-fixed-top {
    margin-top:0px !important;
    top:0px;
    transition: top 0.2s ease-in-out;    
    box-shadow: 0 12px 12px -6px rgba(0,0,0,0.1);    
}

.lead {
    font-weight: bold !important;
    font-size: 16px !important;
}

.footer-text li a {
    color: #555 !important;
}

#img-rotator {
    width:304px;
    height: 320px;
    border:2px solid #ccc;
    margin:auto;
    position: relative;    
}

#img-rotator:hover {
    border:2px solid red;
}

#click-rotator:hover {
    cursor: pointer;
}
