body {}

.header {
    width: 100%;
    background-image: url(../Images/cover.html);
    background-position: center;
    background-size: cover;
    margin-top: 0
}

.header .layer {
    height: 100%;
    width: 100%;
    padding: 80px 100px;
    background-color: rgba(5, 53, 124, .83)
}

.header .layer .title {
    color: #fff;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif
}

.header .layer .description {
    font-size: 16px;
    color: #fff
}

.solid-header {
    background-color: #05357c;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    font-family: 'Roboto', sans-serif
}

.solid-header>.title {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold
}

.solid-header>.description {
    font-size: 20px
}

.category-title {
    font-size: 30px;
    color: #565656;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    padding-left: 70px
}

.category {
    margin-top: 0;
    font-size: 30px;
    outline: none;
    border: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #565656
}

.blog-main {
    max-width: 900px
}

.blog-body {
    padding: 30px;
    padding-left: 100px
}

.blog-body>table {
    width: 100%
}

.blog-body>table tr {
    border: 1px solid #eee;
    cursor: pointer
}

.blog-body>table tr:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.blog-body>table .image-context {
    width: 200px;
    padding: 10px
}

.blog-body>table .image-context>.image {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px
}

.blog-body>table .details {
    vertical-align: top;
    padding: 10px;
    padding-left: 0
}

.blog-body>table .details>.title {
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    overflow: hidden
}

.blog-body>table tr:hover .title {
    color: #2dbbd4
}

.blog-body>table .details>.sub-title {
    font-size: 14px;
    color: #999;
    height: 45px;
    overflow: hidden
}

.blog-body>table .details>.date {
    font-size: 12px;
    color: #999
}

.blog-body>table .details>.read-more {
    font-size: 16px;
    color: #58cbe1;
    cursor: pointer;
    padding-top: 5px
}

@media(max-width:991px) {
    .header .layer .ptoduct-title {
        font-size: 32px;
        padding: 80px
    }
}

@media(max-width:767px) {
    .header .layer .ptoduct-title {
        font-size: 28px;
        padding: 70px 30px
    }

    .header .layer .ptoduct-description {
        font-size: 14px
    }

    .solid-header {
        padding: 30px 10px
    }

    .solid-header>.title {
        font-size: 30px
    }

    .solid-header>.description {
        font-size: 16px
    }

    .category-title {
        padding-left: 40px
    }

    .blog-body {
        padding: 20px 5px
    }

    .blog-body>table .image-context {
        width: 150px
    }

    .blog-body>table .image-context>.image {
        height: 80px
    }

    .blog-body>table .details>.title {
        font-size: 14px;
        height: 45px
    }

    .blog-body>table .details>.sub-title {
        font-size: 12px;
        height: 35px
    }

    .blog-body>table .details>.date {
        font-size: 11px
    }

    .blog-body>table .details>.read-more {
        font-size: 13px
    }
}

@media(max-width:650px) {
    .header .layer .ptoduct-title {
        font-size: 20px;
        padding: 40px 20px
    }

    .header .layer .ptoduct-description {
        font-size: 12px
    }

    .solid-header>.title {
        font-size: 25px
    }

    .solid-header>.description {
        font-size: 14px
    }

    .category-title {
        font-size: 25px;
        padding-left: 0
    }

    .category {
        font-size: 23px
    }
}

@media(max-width:500px) {
    .category-title {
        font-size: 20px
    }

    .category {
        font-size: 20px
    }
}

.blog-description {
    padding: 50px 50px
}

.blog-description .blog-heading {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif
}

.blog-description .blog-sub-heading {
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ef9452
}

.blog-description .date {
    font-size: 17px;
    padding-left: 5px;
    padding-bottom: 10px;
    color: #707070;
    font-family: 'Roboto', sans-serif
}

.blog-description .image {
    margin-top: 20px;
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px
}

.blog-description .image iframe {
    width: 100%;
    height: 450px
}

.blog-description .description {
    width: 100%
}

.not-found {
    font-family: 'Roboto Condensed', sans-serif;
    color: #ef9452;
    text-align: center;
    padding-top: 150px
}

@media(max-width:991px) {
    .blog-description .blog-heading {
        font-size: 25px
    }

    .blog-description .blog-sub-heading {
        font-size: 22px
    }

    .blog-description .date {
        font-size: 15px
    }
}

@media(max-width:767px) {
    .blog-description {
        padding: 50px
    }

    .blog-description .blog-heading {
        font-size: 20px
    }

    .blog-description .blog-sub-heading {
        font-size: 18px
    }

    .blog-description .date {
        font-size: 14px
    }

    .blog-description .image {
        height: 350px
    }

    .blog-description .image iframe {
        height: 350px
    }
}

@media(max-width:650px) {
    .blog-description {
        padding: 50px 30px
    }

    .blog-description .image {
        height: 300px
    }

    .blog-description .image iframe {
        height: 300px
    }
}

@media(max-width:500px) {
    .blog-description {
        padding: 50px 0
    }

    .blog-description .image {
        height: 250px
    }

    .blog-description .image iframe {
        height: 250px
    }
}

.related-blog {
    padding-top: 40px
}

.related-blog>.related-head {
    font-size: 25px;
    text-align: center;
    padding-top: 10px
}

.related-blog>.item {
    width: 25%;
    position: relative;
    float: left;
    padding: 15px;
    cursor: pointer
}

.related-blog>.item>.image {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px
}

.related-blog>.item>.writer {
    font-size: 15px;
    color: #2dbbd4;
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 10px;
    height: 30px;
    overflow: hidden
}

.related-blog>.item>.writer>span {
    color: #888
}

.related-blog>.item>.heading {
    font-size: 16px;
    color: #2e2e2e;
    padding-top: 10px;
    height: 55px;
    overflow: hidden
}

.related-blog>.item>.description {
    font-size: 13px;
    color: #888;
    padding-top: 10px;
    height: 50px;
    overflow: hidden
}

@media(max-width:767px) {
    .related-blog>.related-head {
        font-size: 20px
    }

    .related-blog>.item {
        width: 50%;
        padding: 5px
    }

    .related-blog>.item>.writer {
        font-size: 12px;
        height: 25px
    }

    .related-blog>.item>.heading {
        font-size: 14px;
        height: 45px
    }

    .related-blog>.item>.description {
        font-size: 12px;
        height: 45px
    }
}

.find-locality-context {
    padding: 50px 0;
    text-align: center
}

.find-locality-context>.title {
    font-size: 25px;
    padding-bottom: 20px
}

.find-locality-context>.goto-button {
    font-size: 14px;
    text-transform: uppercase;
    background-color: #30a058;
    padding: 7px 15px;
    color: #fff;
    text-decoration: none
}

.find-locality-context>.goto-button:hover {
    background-color: #1590bd
}
