/*!
 * Start Bootstrap - New Age v5.0.8 (https://startbootstrap.com/themes/new-age)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-new-age/blob/master/LICENSE)
 */

html,
body {
    width: 100%;
    height: 100%;
    font-family: "Roboto", sans-serif;
}

a {
    color: #213986;
    transition: all .35s;
}

a:hover, a:focus {
    color: #3f559c;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

section {
    padding: 30px 0;
}

section h2 {
    font-size: 50px;
}

.navbar-brand {
    font-size: 2.2rem;
}

#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: #fff;
    transition: all .35s;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
    box-shadow: 0px 5px 10px rgba(0,0,0,.15);
}

#mainNav .navbar-brand {
    color: #000;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: bold;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: #555 !important;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #222222;
}

#mainNav .navbar-nav > li > a {
    font-size: 20px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
    color: #fdcc52 !important;
    background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
    background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
    color: #fdcc52;
}



@media (min-width: 992px) {

    .header.masthead {
        padding-top: 150px;
        padding-bottom: 100px;

    }

    .pt-lg-10 {
        padding-top: 10rem;
    }

    #mainNav {
        border-color: transparent;
    }
    #mainNav .navbar-brand {
        color: fade(white, 70%);
    }
    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
        color: white;
    }
    #mainNav .navbar-nav > li > a,
    #mainNav .navbar-nav > li > a:focus {
        color: #000;
    }
    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
        color: white;
    }
    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: #fff;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #222222;
    }
    #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
        color: #fdcc52;
    }
    #mainNav.navbar-shrink .navbar-nav > li > a,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus {
        color: #222222;
    }
    #mainNav.navbar-shrink .navbar-nav > li > a:hover,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
        color: #fdcc52;
    }
}

header.masthead {
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    color: white;
    background-color: #cc0000;
}

header.masthead .header-content {
    max-width: 500px;
    margin-bottom: 100px;
    text-align: center;
}

header.masthead .header-content h1 {
    color: #000;
    font-size: 30px;
}

header.masthead .device-container .screen img {
    border-radius: 3px;
}



@media (min-width: 992px) {
    header.masthead {
        padding-top: 75px;
        padding-bottom: 0;
    }
    header.masthead .header-content {
        margin-bottom: 0;
        text-align: left;
    }
    header.masthead .header-content h1 {
        font-size: 50px;
    }
    header.masthead .device-container {
        max-width: 325px;
    }
}

section.download {
    position: relative;
    padding: 30px 0;
}

section.download h2 {
    font-size: 50px;
    margin-top: 0;
}

section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
    margin-bottom: 0;
}

section.download .badges .badge-link img {
    height: 60px;
}

@media (min-width: 768px) {
    section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    section.download h2 {
        font-size: 32px;
    }
}

section.features .section-heading {
    margin-bottom: 25px;
}

section.features .section-heading h2 {
    margin-top: 0;
}

section.features .section-heading p {
    margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
    max-width: 325px;
    margin: 0 auto;
}

section.features .device-container {
    margin-bottom: 100px;
}

@media (min-width: 992px) {
    section.features .device-container {
        margin-bottom: 0;
    }


}

section.features .feature-item {
    padding-top: 0px;
    padding-bottom: 50px;
    font-size: 14px;
}

section.features .feature-item .text-muted {
    font-size: 14px;
}

section.features .feature-item h3 {
    padding: 15px 0px 5px 0px;
    font-size: 16px;
    font-weight: 600;
}

section.features .feature-item h2 {
    padding: 30px 0px 5px 0px;
    font-size: 22px;
}

section.features .feature-item img {
    max-width: calc(100% + 30px);
}

.mainpost img {
    margin: -15px -15px;
    max-width: calc(100% + 30px);
}

.mainpost {
    padding: 15px;
    font-size: 18px;
    background-color: #efefef;
}

.mainpost .text-muted {
    font-size: 16px !important;
}

section.features .feature-item i {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: linear-gradient(to left, #7b4397, #dc2430);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.cta {
    position: relative;
    padding: 250px 0;
    background-image: url("../img/bg-cta.jpg");
    background-position: center;
    background-size: cover;
}

section.cta .cta-content {
    position: relative;
    z-index: 1;
}

section.cta .cta-content h2 {
    font-size: 50px;
    max-width: 450px;
    margin-top: 0;
    margin-bottom: 25px;
    color: white;
}

@media (min-width: 768px) {
    section.cta .cta-content h2 {
        font-size: 80px;
    }
}

section.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
    text-align: center;
}

section.contact h2 {
    margin-top: 0;
    margin-bottom: 5px;
}
/*
section.contact h2 i {
    color: #dd4b39;
}
*/
section.contact ul.list-social {
    margin-bottom: 0;
}

section.contact ul.list-social li a {
    font-size: 32px;
    line-height: 60px;
    display: block;
    width: 60px;
    height: 60px;
    color: white;
    border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
    background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
    background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
    background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
    background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
    background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
    background-color: #d73925;
}

footer {
    padding: 25px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.3);
    background-color: #222222;
}

footer p {
    font-size: 12px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
    text-decoration: none;
}

.bg-primary {
    background-color: #ebf2fa !important;
    /* background: linear-gradient(#ffe837, #976c03); */
}

.text-primary {
    color: #fdcc52;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-outline {
    color: black;
    border: 1px solid;
    border-color: black;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: white;
    border-color: #fdcc52;
    background-color: #fdcc52;
}

.btn {
    border-radius: 300px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px;
}


/*-------------------------------------------------*/
/* =  single post pages
/*-------------------------------------------------*/
.single-post-box {
    margin-top: 80px;
}
.single-post-box .title-post {
    padding: 0 20px 25px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    margin-top: -10px;
}
.single-post-box .title-post h1 {
    color: #333333;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 8px;
}
.single-post-box .share-post-box {
    margin-bottom: 10px;
    padding: 0 20px;
}
.single-post-box .share-post-box ul.share-box {
    margin: 0;
    padding: 0;
}
.single-post-box .share-post-box ul.share-box li {
    display: inline-block;
    color: #666666;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    margin-right: 8px;
    margin-bottom: 2px;
}
.single-post-box .share-post-box ul.share-box li i {
    font-size: 20px;
    margin-right: 12px;
    color: #999999;
    float: left;
}
.single-post-box .share-post-box ul.share-box li span {
    display: inline-block;
    line-height: 15px;
}
.single-post-box .share-post-box ul.share-box li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #ffffff !important;
    padding: 8px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.single-post-box .share-post-box ul.share-box li a i {
    color: #ffffff;
}
.single-post-box .share-post-box ul.share-box li a.facebook {
    background: #1854dd;
}
.single-post-box .share-post-box ul.share-box li a.twitter {
    background: #18a3dd;
}
.single-post-box .share-post-box ul.share-box li a.google {
    background: #f14133;
}
.single-post-box .share-post-box ul.share-box li a.google i {
    margin-right: 0;
}
.single-post-box .share-post-box ul.share-box li a.linkedin {
    background: #1879dd;
}
.single-post-box .share-post-box ul.share-box li a.linkedin i {
    margin-right: 0;
}
.single-post-box .share-post-box ul.share-box li a:hover {
    opacity: 0.7;
}
.single-post-box .post-gallery {
    text-align: center;
    margin-bottom: 20px;
}
.single-post-box .post-gallery img {
    width: 100%;
    margin-bottom: 5px;
}
.single-post-box .post-gallery span.image-caption {
    display: inline-block;
    color: #aaa;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    margin: 0;
}
.single-post-box .post-gallery iframe {
    width: 100%;
    height: 422px;
    margin-bottom: 20px;
}
.single-post-box .post-gallery.audio-post iframe {
    height: 168px;
}
.single-post-box > .post-content {
    margin-bottom: 10px;
    overflow: hidden;
}
.single-post-box > .post-content p {
    padding: 0 20px;
    margin-bottom: 18px;
}
.single-post-box > .post-content p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #f44336;
    text-decoration: underline;
}
.single-post-box > .post-content p a:hover {
    opacity: 0.6;
}
.single-post-box > .post-content blockquote {
    padding: 20px;
    padding-left: 70px;
    background: #eeeeee;
    border: none;
    margin: 0 0 20px;
    position: relative;
}
.single-post-box > .post-content blockquote p {
    color: #222222;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0;
    line-height: 24px;
}
.single-post-box > .post-content blockquote:before {
    content: '\201C';
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 72px;
    color: #222222;
    font-family: georgia;
    line-height: 70px;
    font-weight: 700;
}
.single-post-box > .post-content > h2 {
    color: #333333;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
    padding: 0 20px;
}
.single-post-box .article-inpost {
    overflow: hidden;
    margin-bottom: 20px;
}
.single-post-box .article-inpost .image-content {
    text-align: center;
    margin-bottom: 20px;
}
.single-post-box .article-inpost .image-content .image-place {
    position: relative;
    margin-bottom: 5px;
}
.single-post-box .article-inpost .image-content .image-place img {
    width: 100%;
}
.single-post-box .article-inpost .image-content .image-place .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.single-post-box .article-inpost .image-content .image-place .hover-image a {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 70px;
    height: 70px;
    background: #f44336;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -35px;
    line-height: 70px;
    color: #ffffff;
    font-size: 30px;
    outline: none;
}
.single-post-box .article-inpost .image-content .image-place .hover-image a:hover {
    opacity: 0.7;
}
.single-post-box .article-inpost .image-content .image-place:hover .hover-image {
    opacity: 1;
}
.single-post-box .article-inpost .image-content span.image-caption {
    display: inline-block;
    color: #aaa;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    margin: 0;
}
.single-post-box .article-inpost .text-content {
    padding-top: 15px;
}
.single-post-box .article-inpost .text-content h2 {
    color: #333333;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
}
.single-post-box .article-inpost .text-content p {
    margin-bottom: 18px;
}
.single-post-box .review-box .member-skills {
    padding: 0 20px;
    margin-bottom: 15px;
    overflow: hidden;
}
.single-post-box .review-box .member-skills > p {
    font-weight: 700;
    color: #222222;
    margin-bottom: 16px;
}
.single-post-box .review-box .member-skills .meter {
    height: 17px;
    padding: 2px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    width: 100%;
    background: #fff;
    border: 1px solid #e1e1e1;
    margin-bottom: 16px;
}
.single-post-box .review-box .member-skills .meter p {
    height: 100%;
    background: #f44336;
    text-align: right;
    margin: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.single-post-box .review-box .summary-box {
    padding: 14px 190px 14px 20px;
    background: #333333;
    position: relative;
    margin-bottom: 50px;
}
.single-post-box .review-box .summary-box h2 {
    color: #333333;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.single-post-box .review-box .summary-box p {
    color: #ffffff;
}
.single-post-box .review-box .summary-box .summary-degree {
    position: absolute;
    bottom: -10px;
    right: 20px;
    background: #f44336;
    padding: 10px 20px 14px;
    text-align: center;
}
.single-post-box .review-box .summary-box .summary-degree p {
    color: #333333;
    font-weight: 700;
    margin: 0;
}
.single-post-box .review-box .summary-box .summary-degree p span {
    display: block;
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 4px;
    line-height: 48px;
}
.single-post-box .post-tags-box {
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 20px 12px;
}
.single-post-box .post-tags-box ul.tags-box {
    margin: 0;
    padding: 0;
}
.single-post-box .post-tags-box ul.tags-box li {
    display: inline-block;
    color: #666666;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    margin-right: 3px;
    margin-bottom: 2px;
}
.single-post-box .post-tags-box ul.tags-box li i {
    font-size: 18px;
    margin-right: 10px;
    color: #999999;
}
.single-post-box .post-tags-box ul.tags-box li span {
    margin-right: 18px;
}
.single-post-box .post-tags-box ul.tags-box li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 6px 10px;
    border: 1px solid #efefef;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #999999;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}
.single-post-box .post-tags-box ul.tags-box li a:hover {
    background: #222222;
    border: 1px solid #222222;
    color: #ffffff;
}
.single-post-box .prev-next-posts {
    overflow: hidden;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}
.single-post-box .prev-next-posts .prev-post {
    float: left;
    border-right: 1px solid #f0f0f0;
}
.single-post-box .prev-next-posts .next-post {
    width: 50%;
    float: right;
}
.single-post-box .prev-next-posts .next-post img {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
.single-post-box .prev-next-posts .prev-post,
.single-post-box .prev-next-posts .next-post {
    width: 50%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 25px 40px;
}
.single-post-box .prev-next-posts .prev-post:hover,
.single-post-box .prev-next-posts .next-post:hover {
    background: #fafafa;
}
.single-post-box .prev-next-posts img {
    width: 100px;
    margin-right: 15px;
    float: left;
}
.single-post-box .prev-next-posts .post-content {
    margin-top: 10px;
}
.single-post-box .prev-next-posts .post-content > a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #999999;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    margin: 0;
    line-height: 16px;
    margin-top: -2px;
}
.single-post-box .prev-next-posts .post-content > a:hover {
    opacity: 0.7;
}
.single-post-box .prev-next-posts .post-content h2 {
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 13px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 7px;
}
.single-post-box .prev-next-posts .post-content h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
}
.single-post-box .prev-next-posts .post-content h2 a:hover {
    color: #f44336;
}
.single-post-box .about-more-autor {
    margin-bottom: 10px;
}
.single-post-box .about-more-autor ul.nav-tabs {
    text-align: center;
    border: none;
    border-bottom: 2px solid #f44336;
}
.single-post-box .about-more-autor ul.nav-tabs li {
    float: left;
    width: 50%;
    border: none;
    margin: 0;
    padding-left: 1px;
}
.single-post-box .about-more-autor ul.nav-tabs li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    padding: 11px 3px;
    background: #222222;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    margin: 0;
}
.single-post-box .about-more-autor ul.nav-tabs li a:hover {
    background: #f44336;
}
.single-post-box .about-more-autor ul.nav-tabs li:first-child {
    padding-left: 0;
}
.single-post-box .about-more-autor ul.nav-tabs li.active a {
    border: none;
    background: #f44336;
}
.single-post-box .about-more-autor .autor-box {
    padding: 30px 15px 30px 0;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.single-post-box .about-more-autor .autor-box img {
    max-width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    float: left;
}
.single-post-box .about-more-autor .autor-box .autor-content {
    margin-left: 120px;
    margin-top: 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title {
    overflow: hidden;
    margin-bottom: 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 {
    float: left;
    color: #333333;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 span:after {
    content: '/';
    color: #333333;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    margin: 0 6px;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 a {
    text-decoration: underline;
    display: inline-block;
    color: #f44336;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title h1 a:hover {
    opacity: 0.7;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social {
    margin: 0;
    padding: 0;
    float: right;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li {
    display: inline-block;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}
.single-post-box .about-more-autor .autor-box .autor-content .autor-title ul.autor-social li a:hover {
    color: #ffffff;
    background: #f44336;
}
.single-post-box .about-more-autor .autor-box .autor-content p {
    margin: 0;
}
.single-post-box .about-more-autor .more-autor-posts {
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: -5px;
    margin-right: -5px;
}
.single-post-box .about-more-autor .more-autor-posts .news-post {
    float: left;
    width: 25%;
    padding: 5px;
}
.single-post-box .about-more-autor .more-autor-posts .news-post .hover-box {
    bottom: 5px;
    left: 5px;
    right: 5px;
    width: auto;
}
.single-post-box .comment-area-box ul {
    margin: 0;
    padding: 0;
}
.single-post-box .comment-area-box ul li {
    list-style: none;
}
.single-post-box .comment-area-box ul li .comment-box {
    overflow: hidden;
    padding-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 30px;
}
.single-post-box .comment-area-box ul li .comment-box img {
    width: 100px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content {
    margin-left: 120px;
    padding-top: 10px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 {
    color: #333333;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999999;
    float: right;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 4px 9px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a i {
    font-size: 10px;
    margin-right: 9px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content h4 a:hover {
    background: #f44336;
    color: #ffffff;
    border: 1px solid #f44336;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content span {
    font-size: 12px;
    color: #999999;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    font-style: italic;
    margin: 0 0 13px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content span i {
    margin-right: 9px;
}
.single-post-box .comment-area-box ul li .comment-box .comment-content p {
    margin: 0 !important;
}
.single-post-box .comment-area-box ul.depth .comment-box {
    padding-left: 100px;
}
.single-post-box .bx-wrapper .bx-next {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    top: 50%;
    margin-top: -35px;
}
.single-post-box .bx-wrapper .bx-prev {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-left: 20px;
    top: 50%;
    margin-top: -35px;
}
.single-post-box .bx-wrapper .bx-prev:hover,
.single-post-box .bx-wrapper .bx-next:hover {
    background: #ffffff;
}
.single-post-box .bx-wrapper .bx-next:before,
.single-post-box .bx-wrapper .bx-prev:before {
    margin-top: -20px;
}
.single-post-box .bx-wrapper .bx-next:hover:before,
.single-post-box .bx-wrapper .bx-prev:hover:before {
    color: #333333;
}
.single-post-box .bx-wrapper .bx-pager {
    display: block !important;
}
.single-post-box ul.bxslider {
    margin: 0;
    padding: 0;
}
.single-wide .image-slider .news-post .hover-box .inner-hover {
    background: transparent !important;
    padding-bottom: 50px;
}
.single-wide .image-slider .news-post .hover-box .inner-hover h1 {
    color: #222222;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 8px;
    font-weight: 900;
    line-height: 30px;
    padding: 0 20px;
}
.single-wide .image-slider .news-post .hover-box .inner-hover ul.post-tags {
    padding: 0 20px;
}
.single-wide .image-slider .bx-wrapper .bx-pager {
    bottom: 20px;
    top: inherit;
    right: inherit;
    left: 50%;
}
.single-post-box.wide-version .share-post-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
}

.pt-10 {
    padding-top: 10rem;
}

/*-------------------------------------------------*/
/* =  Sidebar style
/*-------------------------------------------------*/
.sidebar {
    padding: 70px 0 30px 0;
}
.sidebar .widget {
    margin-bottom: 40px;
}
.sidebar ul.social-share {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.sidebar ul.social-share li {
    width: 48%;
    float: left;
    list-style: none;
    margin-right: 4%;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fafafa;
}
.sidebar ul.social-share li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    float: left;
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    margin-right: 16px;
}
.sidebar ul.social-share li a:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 100%;
    width: 0;
    height: 0;
}
.sidebar ul.social-share li a.rss {
    background: #f0771e;
}
.sidebar ul.social-share li a.rss:after {
    border: 4px solid #f0771e;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.sidebar ul.social-share li a.facebook {
    background: #436feb;
}
.sidebar ul.social-share li a.facebook:after {
    border: 4px solid #436feb;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.sidebar ul.social-share li a.twitter {
    background: #43c9eb;
}
.sidebar ul.social-share li a.twitter:after {
    border: 4px solid #43c9eb;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.sidebar ul.social-share li a.google {
    background: #f14133;
}
.sidebar ul.social-share li a.google:after {
    border: 4px solid #f14133;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.sidebar ul.social-share li a:hover {
    opacity: 0.7;
}
.sidebar ul.social-share li span {
    display: block;
    margin: 0;
    color: #999999;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 15px;
}
.sidebar ul.social-share li span.number {
    color: #333333;
    margin-top: 5px;
}
.sidebar ul.social-share li:nth-child(2n) {
    margin-right: 0;
}
.sidebar .features-slide-widget .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sidebar .features-slide-widget .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f44336;
    border: 2px solid #f44336;
}
.sidebar .features-slide-widget ul.list-posts li img {
    max-width: 70px;
}
.sidebar .features-slide-widget ul.list-posts li .post-content {
    margin-left: 90px;
}
.sidebar .subscribe-widget form {
    background: #222222;
    padding: 20px;
    margin: 0;
}
.sidebar .subscribe-widget form h1 {
    color: #222222;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 14px;
}
.sidebar .subscribe-widget form input[type="text"] {
    width: 100%;
    outline: none;
    background: #ffffff;
    padding: 14px 20px 11px;
    color: #999999;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    border: transparent;
    margin: 0;
    line-height: 12px;
}
.sidebar .subscribe-widget form button {
    position: relative;
    display: inline-block;
    background: #222222;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #f44336;
    font-size: 30px;
    border: none;
    margin-top: -40px;
    z-index: 2;
    float: right;
    outline: none;
}
.sidebar .subscribe-widget form p {
    font-size: 12px;
    color: #999999;
    margin: 14px 0 0;
    line-height: 16px;
}
.sidebar .advertisement {
    margin-bottom: 30px;
}
.sidebar .advertisement .desktop-advert {
    width: auto;
}
.sidebar .advertisement .tablet-advert,
.sidebar .advertisement .mobile-advert {
    width: auto;
    display: none;
}
.sidebar .tab-posts-widget ul.nav-tabs {
    text-align: center;
    border: none;
    border-bottom: 2px solid #f44336;
}
.sidebar .tab-posts-widget ul.nav-tabs li {
    float: left;
    border: none;
    margin: 0;
    padding-left: 1px;
}
.sidebar .tab-posts-widget ul.nav-tabs li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    padding: 11px 8px;
    background: #222222;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    margin: 0;
}
.sidebar .tab-posts-widget ul.nav-tabs li a:hover {
    background: #f44336;
}
.sidebar .tab-posts-widget ul.nav-tabs li:first-child {
    padding-left: 0;
}
.sidebar .tab-posts-widget ul.nav-tabs li.active a {
    border: none;
    background: #f44336;
}
.sidebar .tab-posts-widget .tab-pane {
    padding: 20px 0 0;
    background: #fafafa;
}

.sidebar .tab-posts-widget .tab-pane ul.list-posts > li {
    padding-left: 20px;
    padding-right: 30px;
}
.sidebar .tab-posts-widget .tab-pane ul.list-posts > li img {
    max-width: 75px;
}
.sidebar .tags-widget ul.tag-list {
    margin: 0;
    padding: 0;
}
.sidebar .tags-widget ul.tag-list li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 5px;
}
.sidebar .tags-widget ul.tag-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999999;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    padding: 6px 9px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.sidebar .tags-widget ul.tag-list li a:hover {
    border: 1px solid #333333;
    background: #333333;
    color: #ffffff;
}
.sidebar .recent-comments-widget ul {
    margin: 0;
    padding: 0;
}
.sidebar .recent-comments-widget ul li {
    list-style: none;
}
.sidebar .recent-comments-widget ul.comment-list li {
    overflow: hidden;
    margin-bottom: 25px;
}
.sidebar .recent-comments-widget ul.comment-list li img {
    float: left;
    max-width: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content {
    margin-left: 90px;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content p {
    color: #333333;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0 20px;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message {
    background: #fafafa;
    font-weight: 400;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 19px;
    margin-bottom: 7px;
    position: relative;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content p.main-message:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: -6px;
    top: 27px;
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content span {
    display: inline-block;
    padding-left: 20px;
    color: #999999;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
}
.sidebar .recent-comments-widget ul.comment-list li .comment-content span i {
    margin-right: 10px;
}
.sidebar .recent-comments-widget ul.comment-list li:last-child {
    margin-bottom: 0;
}
.sidebar .review-widget h1 {
    color: #222222;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 20px;
    background: #f44336;
    margin-bottom: 10px;
}
.sidebar .review-widget ul.review-posts-list {
    margin: 0;
    padding: 0;
    padding: 0 10px;
    background: #fafafa;
}
.sidebar .review-widget ul.review-posts-list li {
    list-style: none;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    overflow: hidden;
}
.sidebar .review-widget ul.review-posts-list li img {
    width: 100%;
    margin-bottom: 4px;
}
.sidebar .review-widget ul.review-posts-list li h2 {
    color: #333333;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
}
.sidebar .review-widget ul.review-posts-list li h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
}
.sidebar .review-widget ul.review-posts-list li h2 a:hover {
    color: #f44336;
}
.sidebar .review-widget ul.review-posts-list li span.date {
    display: inline-block;
    float: left;
    margin-right: 5px;
    color: #999999;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.sidebar .review-widget ul.review-posts-list li span.date i {
    color: #ccc;
    margin-right: 5px;
}
.sidebar .review-widget ul.review-posts-list li span.post-rating {
    display: inline-block;
    float: right;
    line-height: 14px;
}
.sidebar .review-widget ul.review-posts-list li span.post-rating i {
    font-size: 11px;
    color: #f7ca18;
    margin-left: -2px;
}
.sidebar .categories-widget .title-section h1 span {
    padding-left: 10px;
}
.sidebar .categories-widget ul.category-list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 0 10px;
}
.sidebar .categories-widget ul.category-list li {
    list-style: none;
    margin-bottom: 10px;
}
.sidebar .categories-widget ul.category-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #333333;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.sidebar .categories-widget ul.category-list li a span {
    display: inline-block;
    float: right;
    width: 30px;
    font-size: 11px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.sidebar .categories-widget ul.category-list li a:hover {
    color: #f44336;
}
.sidebar .categories-widget ul.category-list li a:hover span {
    background: #f44336;
    border: 1px solid #f44336;
    color: #ffffff;
}
.sidebar .flickr-widget ul.flickr-list {
    margin: 0;
    padding: 0;
}
.sidebar .flickr-widget ul.flickr-list li {
    list-style: none;
    float: left;
    margin: 0 4px 8px;
}
.sidebar .flickr-widget ul.flickr-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.sidebar .flickr-widget ul.flickr-list li a img {
    width: 74px;
}
.sidebar .flickr-widget ul.flickr-list li a:hover {
    opacity: 0.7;
}
.sidebar .flickr-widget > a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999999;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    margin-left: 5px;
}
.sidebar .flickr-widget > a:hover {
    color: #f44336;
}
.sidebar.large-sidebar .tab-posts-widget ul.nav-tabs li {
    width: 50%;
}
.sidebar.large-sidebar .tab-posts-widget .tab-pane {
    padding: 10px 0 0;
    background: #fafafa;
}
.sidebar.large-sidebar .tab-posts-widget .tab-pane ul.list-posts li {
    padding-left: 10px;
    padding-right: 10px;
}
.sidebar.small-sidebar {
    position: relative;
}
.sidebar.small-sidebar:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 15px;
    border-right: 1px solid #f0f0f0;
}
form.search-form {
    position: relative;
    margin: 0;
}
form.search-form input[type="text"] {
    border: 1px solid #eeeeee;
    padding: 10px;
    color: #999999;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    width: 100%;
    margin: 0 !important;
}
form.search-form button {
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 13px;
    padding: 0;
    font-size: 13px;
    color: #666666;
}

/* list posts style */
ul.list-posts {
    margin: 0;
    padding: 0;
}
ul.list-posts > li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}
ul.list-posts > li img {
    width: 100px;
    margin-right: 20px;
    float: left;
}
ul.list-posts > li .post-content > a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: block;
    color: #999999;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    margin: 0;
    line-height: 16px;
    margin-top: -2px;
}
ul.list-posts > li .post-content > a:hover {
    opacity: 0.7;
}
ul.list-posts > li .post-content h2 {
    color: #333333;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 13px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 7px;
}
ul.list-posts > li .post-content h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
}
ul.list-posts > li .post-content h2 a:hover {
    color: #f44336;
}

.feature-item {
    border-radius: 15px;
    background-color: #fff;
    color: #444;
    height: 250px;
    box-shadow: 5px 15px 15px rgba(0,0,0,.3);
}

.feature-item h3 {
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    max-height: 72px;
    overflow: hidden;
}

.feature-item h3 a {
    color: #444;
}

.feature-item img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    max-width: 100%;
}

.tac {
    font-size:16px;
    text-decoration: underline;
    font-weight: bold;
    color: red !important;
}

.tac:hover {
    cursor:pointer;
    color: red !important;
}

#signForm {
    color: #000;
}

#signForm label {
    font-weight: bold;
}

.feature-item {
    margin-bottom: 20px;
}

.brand {
    margin-bottom: 20px;
}

.btn-lg {
    font-weight: bold;
    font-size: 20px;
}

.hover:hover {
    color: #fff;
    cursor: pointer;
}

.block-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;   
}

.feature-item {
    margin: 15px auto 30px auto;
    max-width: 300px;
}

.posts {
    border-top: 3px dotted #fff;
    border-bottom: 3px dotted #fff;
}

.metas span {
    padding: 2px;
    font-size: 11px;
    border-radius: 3px;
    color: #000;
}

.post-box {

}

.btn-danger {
    background-color: #e31e24 !important;
}

.main-title {
    font-size: 32px;
    color: #000;
    font-weight: bold;
}

@media (max-width: 991px) {

    ul.list-posts > li .post-content h2 a {
        font-size: 16px;
    }

    .standard-post2 .post-title h2 a {
        height: auto !important;
        overflow: visible !important;
        line-height: 30px !important;
        font-size: 24px;
    }

    section h2 {
        font-size: 20px !important;
        font-weight: bold;
    }

    .contact img {
        max-width: 100%;
        height: auto;
    }

    .main-title {
        margin-top: 0px;
    }

    header.masthead {
        margin-top: 30px;
        position: relative;
        width: 100%;
        padding-top: 50px;
        padding-bottom: 0px;
        color: white;
    }

    #mainNav .navbar-nav > li > a {
        font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
        font-size: 16px;
        font-weight: bold;
    }    

    #mainNav .navbar-toggler {
        display: inherit;
        background-color: #f1f1f1;
    }

    .navbar-toggler .fas {
        margin-left: 5px;
    }

    .navbar-brand {
        margin-right: 0;
    }

    .mobile-text-center {
        text-align: center !important;
    }

    .btn-lg.send-btn {
        font-size: 15px !important;
    }

}


.grid-box {
    margin-bottom: 15px;
}
.grid-box .news-post,
.grid-box ul.list-posts {
    margin-bottom: 30px;
}

/* standard post2 style */
.standard-post2 .post-title {
    padding: 18px 20px;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.standard-post2 .post-title h2 {
    color: #333333;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 16px;
}
.standard-post2 .post-title h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
    height:40px;
    overflow: hidden;
}
.standard-post2 .post-title h2 a:hover {
    color: #f44336;
}
.standard-post2 .post-content {
    padding: 15px 20px 0;
}
.standard-post2 .post-content p {
    height: 40px;
    overflow: hidden;
    margin-bottom: 15px;
}
.standard-post2:hover .post-title {
    background: transparent;
}

/* post tags list style */
ul.post-tags {
    margin: 0;
    padding: 0;
}
ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: #999999;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
ul.post-tags li i {
    color: #ccc;
    margin-right: 9px;
}
ul.post-tags li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999999;
}
ul.post-tags li a:hover {
    color: #f44336;
}
ul.post-tags li:last-child {
    margin-right: 0;
}

.news-post {
    position: relative;
}
.news-post .post-gallery {
    position: relative;
}
.news-post img {
    width: 100%;
}
.news-post a.category-post {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
a.read-more-button {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 6px 10px;
    background: #fafafa;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #666666;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
a.read-more-button i {
    margin-right: 9px;
}
a.read-more-button:hover {
    color: #ffffff;
    background: #f44336;
    border-color: #f44336;
}
/* image post style */
.image-post {
    position: relative;
}
.image-post .hover-box {
    position: absolute;
    overflow: hidden !important;
    top: 0;
    left: 0px;
    bottom: 1px;
    right: 1px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: transparent;
}
.image-post .hover-box .inner-hover {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    background: rgba(17, 17, 17, 0);
    background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95)));
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover a.category-post {
    margin-bottom: 12px;
    position: relative;
    bottom: inherit;
    left: inherit;
}
.image-post .hover-box .inner-hover h2 {
    color: #333333;
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
}
.image-post .hover-box .inner-hover h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #ffffff;
}
.image-post .hover-box .inner-hover p {
    overflow: hidden;
    max-height: 0;
    margin: 0;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover ul.post-tags {
    margin: 0;
    padding: 0;
}
.image-post .hover-box .inner-hover ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: #ccc;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover ul.post-tags li i {
    margin-right: 9px;
}
.image-post .hover-box .inner-hover ul.post-tags li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    color: #ccc;
}
.image-post .hover-box .inner-hover ul.post-tags li:last-child {
    margin-right: 0;
}
span.top-stories {
    color: #ffffff;
    display: inline-block;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    background: #f44336;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    z-index: 2;
}
.image-post.snd-size .hover-box .inner-hover h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 36px;
}
.image-post:hover .hover-box {
    background: rgba(255, 255, 255, 0.95);
}
.image-post:hover .hover-box .inner-hover {
    background: transparent !important;
}
.image-post:hover .hover-box .inner-hover p {
    margin-top: 10px;
    max-height: 40px;
}
.image-post:hover .hover-box .inner-hover h2 a {
    color: #222222;
}
.image-post:hover .hover-box .inner-hover h2 a:hover {
    color: #f44336;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li {
    color: #aaa;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li a {
    color: #aaa;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
    color: #f44336;
}

a.category-post.world {
    background: #33a3f1;
}
a.category-post {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #ffffff;
    font-size: 11px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    background: #f44336;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.btn {
    letter-spacing: 1px;
}

.btn-facebook {
    background-color: #3a5499;
    color: #fff;
}

.map {
    border-radius: 15px;
    box-shadow: 5px 15px 15px rgba(0,0,0,.3);
    overflow: hidden;
}

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

.btn-lg {
    font-size:16px !important;
}

.btn.btn-sm.btn-danger {
    padding: 10px 12px;
    font-size: 12px;
    letter-spacing: .5px !important;
}

.qq {
    margin-top: 7px;
    text-align: center;
    font-size: 22px;
    color: #111;    
}

.qtext {
    text-align: center;
    font-size: 22px;
    color: #111;
    font-style: italic;
    margin-bottom: 25px;
}

.fb-video {
    border-radius: 15px;
    overflow: hidden;
}

.hsm {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px !important;
}

.menu-box {
    margin-top: -30px;
    margin-bottom: 5px;
    color: #111;
    background-color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding: 10px;
    transition: all .3s;
    height: 100%;
    line-height: 240px;
    border-bottom: 5px solid #424242;
    border-radius: 0px 0px 15px 15px;
    padding-bottom: 40px;
}

.menu-box:hover {
    border-bottom: 1px solid #2f5997;
    background-color: #fff3cd;
    margin-top: -25px;
    margin-bottom: 0px;
    cursor: pointer;
    box-shadow: 0 0rem 1rem rgba(0,0,0,.175)!important;
}

.menu-box span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;    
}

.hidden {
    color: #111;
    display: none;
}

.hline {
    margin: -30px auto auto auto;
    color: #fff;
    font-size: 40px;
    text-shadow: 1px 3px 5px rgba(0,0,0,.15);
}

.mtb-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.menu-c1 {
    background-color: #fd1d1d;
    color: #fff;
}

.menu-c3 {
    background-color: #007809;
    color: #fff;
}

.menu-box.menu-c1:hover {
    background-color: #e11818;    
}

.menu-box.menu-c2:hover {
    background-color: #f1f1f1;
}

.menu-box.menu-c3:hover {
    background-color: #006007;    
}

.btn-chat-send {
    border-radius: 0px 15px 15px 0;
}

.chat-body {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.chat-name {
    display: inline;
    font-size: 12px;
    font-weight: bold;
    color: #fd1d1d;
}

.chat-date {
    display: inline;
    font-size: 12px;
    color: green;
}

.chat-container {
    max-height: 250px;
    overflow-y: scroll;
}

.show-mobile {
    display: none;
}

.cname {
    width: 200px;
}

.cbtn {
    width: 100px;
}

.contact h3 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.chat-head {
    font-weight: bold;
    margin: 0px;
    font-size: 36px;    
}

.chat-box .card-header {
    background-color: #cc0000;
    color: #fff;    
}


.btn-vb {
    font-size: 30px;
    font-weight: bold;
    display: block;
    color: #fff;
    background-color: #cc0000;
    margin: auto;
    margin-bottom: 30px;
    padding: 2rem 3rem;
}

.btn-vb:hover {
    color: #fff;
    background-color: #c30000;
}

.btn-vb:active {
    color: #fff;
}

.bluebar {
    margin: 1rem auto;
    padding: 2rem;
    color: white;
    background-color: #1881db;
    border-radius: 300px;
}

.logo-text {
    font-weight: bold;
}

@media (max-width: 1200px) {
    .menu-box span {
        font-size: 30px;
    }
}

@media (max-width: 991px) {

    .logo-text {
        display: none;
    }

    .bluebar {
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 10px;
    }

    .btn-vb {
        font-size: 20px;
        font-weight: bold;
        display: block;
        color: #fff;
        background-color: red;
        margin: auto;
        margin-bottom: 30px;
        padding: 10px;
        border-radius: 10px;
    }    

    h1 {
        font-size: 27px;
    }

    .contact h3 {
        font-size: 19px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .navbar-brand {
        font-size: 1.2rem;
    }
    .show-mobile {
        color: #000;
        font-size: 19px;
        text-align: center;
        display: block;
        margin-bottom: 20px;
        color: #fff;
    }

    .menu-box span {
        color: #fff;
    }

    .menu-box {
        margin-top: 0px;
        margin-left: -15px;
        margin-bottom: 0px;
        color: #111;
        font-size: 24px;
        font-weight: bold;
        padding: 20px;
        transition: all .3s;
        height: 100%;
        line-height: 100px;
        border-right: 5px solid #424242;
        border-radius: 0px 15px 15px 0px;
        border-bottom: 0;
    }

    .menu-box span {
        font-size: 24px;
    }

    .menu-box:hover {
        border-bottom: 0;
        margin-top: 0px;
        margin-bottom: 0px;
        cursor: pointer;
        box-shadow: 0 0rem 1rem rgba(0,0,0,.175)!important;
    }

    .hline {
        margin: auto;
    }


    .menu-box.menu-c2 span {
        color: #000 !important;
    }

    h4 {
        font-size: 18px;
    }

    section.download {
        padding: 20px 0;
    }

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

    .hsm {
        font-size: 24px;
    }

    .chat-box table {
        display: block;
    }

    .chat-box td {
        display: block;
    }

    .cname {
        float: left;
        width: 70%;
    }

    .ctext {
        float: left;
        width: 70%;
    }

    .cbtn {
        margin-top: -34px;
        float: right;
        width: 30%;
    }

    .btn-chat-send {
        margin-left: 10px;
        border-radius: 15px;
        letter-spacing: auto;
        font-size: 12px;
        line-height: 50px;
    }


}

.fw-bold {
    font-weight: bold;
}

.bg-warning {
    background-color: #025687 !important;
    color: #fff !important;
}

.bbtext {
    font-size:40px !important;
    font-weight: bold;
}

.btn-white {
    background-color: #ffc930;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 20px;
}

.btn-white:hover {
    background-color: #ffbc00;
}

.font-bold {
    font-weight: bold;
}

.hero {
    height: calc(100vh - 70px);
    min-height: 500px;
    max-height: 800px;
    background-size: cover;
    background-position: left;
    position: relative;
}

.hero-content {
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    width: 600px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
}

.hero-content .hero-title {
    font-family: "Rubik", sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #111;
}

.bg-dark-primary {
    background-color: #025687;
    color: #fff;
    border-bottom: 14px solid #cc0000;
}

.bg-dark-primary p {
    font-size: 20px !important;
    padding: 0;
    margin: 0;
}

.hero-content .hero-title span {
    color: #cc0000;
}

.masthead h1 {
    line-height: 40px;
    padding-bottom: 10px;
}

.download .section-heading {
    font-family: "Rubik", sans-serif;
    font-size: 36px !important;
}


.sec-text p {
    text-align: center;
    font-size: 20px;
}

.alert-warning {
    background-color: #e5f0f6 !important;
    border-color: #b3d4ea !important;
    color: #025687 !important;
    padding: 40px !important;
}

.alert-warning strong {
    font-size: 28px !important;
}

.c-form {

}

.c-form h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.c-form h4 {
    padding: 0;
    font-size: 18px;
}

.nav-item {
    font-size: 12px !important;
    font-weight: bold;
}

#mainNav .navbar-nav > li > a {
    font-size: 16px;
}

.block-content p {
    padding: 0 !important;
    margin: 0 !important;
}

/* mobile */
@media (max-width: 767px) {

    .hero {
        height: auto;
        padding: 60px 0;
        background-size: cover;
        background-position: center !important;
    }

    .hero-content {
        width: auto;

        background-color: rgba(255, 255, 255, 0.8);
        padding: 20px;
        border-radius: 10px;
        margin: 0 15px;
        top: 50%;
    }

    .hero-content .hero-title {
        font-size: 36px;
        line-height: 42px;
    }

    .download .section-heading {
        font-family: "Rubik", sans-serif;
        font-size: 24px !important;
    }

    .alert-warning strong {
        font-size: 20px !important;
    }

    header.masthead {
        margin-top: 10px;
    }
    .masthead h1 {
        line-height: 30px;
    }

}
