body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background: #f0ede9 !important;
    font-family: 'Roboto', sans-serif;
    color: #707070;
    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;
    border:1px solid #e6e6e6;
    padding-bottom: 20px;
}

footer {
    background-color: #fff;
}

nav {
    margin-top: 10px;
}

.nav > li {
    padding: 0px 8px 0px 8px !important;
    border-right: 1px solid rgba(255,255,255,0.3);
}

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

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

.post-content {
    font-size: 16px !important;
    line-height: 27px !important;
    color: #555;
}

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

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

.navbar-brand {
    height: auto !important;
}

h2.lb {
    font-family: 'Open Sans', arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    border-radius: 3px !important;
    padding: 2px 15px 2px 15px !important;
    position: relative !important;
    display: inline-table !important;
    vertical-align: middle !important;
    line-height: 16px !important;
    top: -2px !important;
    text-transform: uppercase !important;
}


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

h1 {
    margin: 0px 0px 10px 0px !important;
    font-size: 38px !important;
    color: #222 !important;
    line-height: 53px;
}

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


h4 {
    font-size: 13px !important;
    font-family: 'Open Sans', sans-serif !important;
}

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

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

.short-content {
    font-family: 'Open Sans', sans-serif !important;
    margin-bottom: 15px;
    color: #444444;
    font-size: 11px;
    line-height: 20px;
}

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

.fix-image {
    max-height: 200px;
    overflow: hidden;
}

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

.fix-image-sidebar {
    max-height: 100px;
    max-width: 120px;
    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: 'Roboto', sans-serif;
}

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

.date-text {
    font-family: 'Open Sans', arial, sans-serif !important;
    font-size: 11px !important;
    color: #444444 !important;
    line-height: 16px !important;
    font-style: italic !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 {
    padding: 20px 15px;
    background-color: #222222;
}

.footer .label-default {
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #111;
    background-color: #fff;
    border-radius: 3px;
    padding: 2px 15px 2px 15px;
    position: relative;
    display: inline-table;
    vertical-align: middle;
    line-height: 16px;
    top: -2px;
    text-transform: uppercase;
    margin: 10px 0px 15px 0px;
}

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


.footer ul li {

}

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

.container-fluid.footer-text {
    box-sizing: border-box;
    padding: 30px 0px;
    background-color: #fff;
    color: #a4a4a4;

    font-size: 14px !important;
}

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

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

.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: 0px;
}

.social_facebook {
    width:130px;
    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: 'Open Sans', arial, 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: 'Open Sans', arial, sans-serif;
    font-size: 14px;
    color: #fff;
}

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

.navbar {
    margin-bottom: 0px !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: #fff;
}

.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 {
    background-color: #fff;
    border:1px solid #e6e6e6;
    padding: 0px !important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    height: 464px;
}

.box .picture {
    height: 300px;
    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 20px;
    color: #555;
    font-size: 25px;
    line-height: 36px;
}

.info-bar {
    color: #A4A4A4;
    font-size: 13px;
}

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

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

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

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

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

.main .col-md-8 {
    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;
    box-sizing: border-box;
    background-color: #f0ede9;
}

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

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

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

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

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


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

.main-posts .col-md-4 {
    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;
}


.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;
}

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


    .single {
        background-color: #fff;
        border:1px solid #e6e6e6;
        padding: 20px;    
    }

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


@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 {
        width:100% !important;
        height: auto !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: 'Open Sans', arial, 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 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }


}
