.pagination {
    margin-bottom: 10px;
}
p{
    font-size:1.3em;
}

.info {
    margin-bottom: 35px;
}
#footer .size p{
    font-size:12px;
}

img{
    min-width:10% !important;
}

.pagination .page-item .page-link {
    color: #333;
    border-radius: 50% !important;
    margin: 0 2px;
    border-color: transparent;
    background-color: #f2f2f2;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    padding: 0;
}

.pagination .active .page-link {
    color: #fff;
    transform: scale(1.16) translateX(-3px);
    -moz-transform: scale(1.16) translateX(-3px);
    -webkit-transform: scale(1.16) translateX(-3px);
    -o-transform: scale(1.16) translateX(-3px);
    margin-left: 8px;
    border-color: transparent;
    background-color: #F73F52;
}

.pagination li a:hover,
.pagination li a:focus {
    border-color: transparent;
    background-color: #F73F52;
}


.menu ul>li:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

.menu ul>li .dropdown-menu {
    border-radius: 0;
    border: none;
    top: 54px;
    box-shadow: 0 20px 60px #ddd;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.menu ul>li .dropdown-menu>li {
    float: none;
    display: block;
    position: relative;
}

.menu ul>li .dropdown-menu>li.divider {
    padding: 10px 0;
    background-color: #fff;
    position: relative;
}

.menu ul>li .dropdown-menu>li.divider:before {
    content: ' ';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #f2f2f2;
}

.menu ul>li .dropdown-menu>li>a {
    background-color: #fff;
    width: 230px;
    position: relative;
    overflow: hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    padding: 7px 20px;
}

.menu ul>li .dropdown-menu>li>a:after {
    position: absolute;
    content: ' ';
    top: 100%;
    left: 50px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    background-color: transparent;
    z-index: -1;
}




.menu ul>li .dropdown-menu>li.active a:after {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transform: scale(82);
    -webkit-transform: scale(82);
    -moz-transform: scale(82);
    -o-transform: scale(82);
    background-color: #F73F52;
    width: 5px;
}

.menu ul>li .dropdown-menu>li:hover>a {
    color: #fff;
}

.menu ul>li .dropdown-menu>li:hover>a:after {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transform: scale(82);
    -webkit-transform: scale(82);
    -moz-transform: scale(82);
    -o-transform: scale(82);
    background-color: #F73F52;
    width: 5px;
}

.menu ul>li .dropdown-menu>li ul {
    position: absolute;
    left: 230px;
    top: 0;
}



.contact li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 55px;
    padding-top: 5px;
    min-height: 40px;
}

.contact li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    background: #fff;
    color: #F73F52;
    border: 1px solid #e8eaed;
    line-height: 40px;
    border-radius: 50%;
}

.footer-widget .contact li i {
    color: #97989b;
    background-color: #353535;
    border: none;
}

.contact-social li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 6px;
}

.contact-social li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: #fff !important;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}


ul {
    list-style-type: none;
}

ul li:hover {
    text-decoration: none !important;
    text-decoration-style: none !important;
}

.footer-category ul li {
    padding: 5px 0px;
    border-bottom: 1px solid #e8eaed;
}

.footer-category ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-category ul li a span {
    float: right;
    font-size: 14px;
    color: #97989b;
    margin-left: 15px;
}

.footer-widget .footer-category ul li {
    border-color: #323335;
}



.footer-tags ul li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 6px;
}

.footer-tags ul li a {
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 700;
    color: #97989b;
    background-color: #323335;
    border-radius: 2px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.footer-tags ul li a:hover,
.footer-tags ul li a:focus {
    color: #fff !important;
    background-color: #F73F52;
}

a:hover {

    text-decoration-style: none !important;
    text-decoration-line: none !important;
}


#footer {
    margin-top: 40px;
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #1b1c1e;
}

.footer-widget .contact li i {
    color: #97989b;
    background-color: #353535;
    border: none;
}

#footer {
    color: #97989b;
}

#footer a {
    color: #97989b;
}

#footer a:hover,
#footer a:focus {
    color: #ee4266;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget .footer-title {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo .logo {
    display: inline-block;
    line-height: 70px;
    height: 70px;
    width: 200px;
}

.footer-bottom {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #323335;
}

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

.footer-nav li {
    display: inline-block;
    margin-right: 10px;
}



.trending-list {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.trending-list li {
    float: left;
}

.trending-item {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: rgb(97, 97, 97);
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.trending-item::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.trending-item::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.trending-item:hover {
    background-color: #F73F52;
    color: white;
}

.trending-item:hover::after {
    border-left-color: #F73F52;
}












.field {
    display: flex;
    width: 100%;

}

.list {
    display: flex;
    list-style-type: none;
    margin: 5px 0;
}


.trending-list {
    cursor: pointer;
    margin: 0 20px;
}

.trending-list:hover {
    text-decoration-line: none;
    text-decoration-style: none;
    -moz-text-decoration-style: none;
}



.trending-tags {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    background-color: #FFFFFF;
}

.hide {
    display: none;
}




.blog-card1 {
    background-color: white;
    border-radius: 1px;
    box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.75);
    height: 450px;
    margin: 0 auto;
    max-width: 600px;
    overflow: hidden;
}

#headline {
    padding: 10px 0;
    background-color: rgb(238, 237, 237);
}

@media (max-width: 580px) {
    .blog-card {
        height: 350px;
        overflow: visible;
    }
}

.media {
    background-position: center;
    background-size: cover;
    height: 100%;
}

/* .card-body {
    color: ;
    height: 100%;
    padding: 30px 20px 50px;
} */

@media (max-width: 530px) {
    .card-body {
        background-color: white;
    }
}

.tagline {
    font-size: 8px;
    text-transform: uppercase;
}

.title {
    color: #252830;
    font-family: "Playfair Display SC";
    font-size: 30px;
    font-weight: 400;
}

/* .divider {
    background: ;
    height: 2px;
    margin: 25px auto;
    width: 40px;
} */

.paragraph {
    font-weight: 300;
}





@media (max-width: 530px) {
    .col-xs-6 {
        width: 100%;
    }
}








.band {
    width: 90%;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 20px;
}

@media (min-width: 30em) {
    .band {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 60em) {
    .band {
        grid-template-columns: repeat(4, 1fr);
    }
}

.card {
    background: white;
    text-decoration: none;
    color: #444;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    top: 0;
    transition: all 0.1s ease-in;
}

.card:hover {
    top: -2px;
    text-decoration: none;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

.card article {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

p {
    justify-content: space-between;
}

.card h2 {
    font-size: 20px;
    margin: 0;
    color: #333;
}

.card p {
    margin-top: 15px;
    flex: 1;
    line-height: 1.4;
}

.card span {
    font-size: 12px;
    font-weight: bold;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 2em 0 0 0;
}

.card .thumb {
    padding-bottom: 60%;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 60em) {
    .item-1 {
        grid-column: 1 / span 2;
    }

    .item-1 h2 {
        font-size: 24px;
    }
}

.blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}

.blog-card a {
    color: inherit;
}

.blog-card a:hover {
    color: #F73F52;
}

.blog-card:hover .photo {
    transform: scale(1.3) rotate(3deg);
}

.blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
}

.blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s;
}

.blog-card .details,
.blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

.blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left 0.2s;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
}

.blog-card .details a {
    text-decoration: dotted underline;
}

.blog-card .details ul li {
    display: inline-block;
}

.blog-card .details .author:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f007";
}

.blog-card .details .date:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f133";
}

.blog-card .details .tags ul:before {
    font-family: FontAwesome;
    content: "\f02b";
    margin-right: 10px;
}

.blog-card .details .tags li {
    margin-right: 2px;
}

.blog-card .details .tags li:first-child {
    margin-left: -4px;
}

.blog-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
}

.blog-card .description h2,
.blog-card .description p {
    font-family: Poppins, sans-serif;
}

.blog-card .description h2 {
    line-height: 1;
    margin: 0;
    font-size: 20px;
}

/* .blog-card .description p {
    font-size: 14px;
    inline-height: 26px;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px;
} */

.blog-card .description .read-more {
    text-align: right;
}

.blog-card .description .read-more a {
    color: #F73F52;
    display: inline-block;
    position: relative;
}

.blog-card .description .read-more a:after {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin 0.3s, opacity 0.3s;
}

.blog-card .description .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
}

/* .blog-card p {
    position: relative;
    margin: 1rem 0 0;
}

.blog-card p:first-of-type {
    margin-top: 1.25rem;
}

.blog-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #F73F52;
    width: 35px;
    top: -0.75rem;
    border-radius: 3px;
} */

.blog-card:hover .details {
    left: 0%;
}

@media (min-width: 640px) {
    .blog-card {
        flex-direction: row;
        max-width: 700px;
    }

    .blog-card .meta {
        flex-basis: 40%;
        height: auto;
    }

    .blog-card .description {
        flex-basis: 60%;
    }

    .blog-card .description:before {
        transform: skewX(-3deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .blog-card.alt {
        flex-direction: row-reverse;
    }

    .blog-card.alt .description:before {
        left: inherit;
        right: -10px;
        transform: skew(3deg);
    }

    .blog-card.alt .details {
        padding-left: 25px;
    }
}

.love span {
    display: inline-block;
    float: left;
    margin: 6px;
}









/* 
/* End Merriweather */
/*
 * Variable
 */
/* Colors */
body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #191E21;
    font-size: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.line div {
    font-weight: 800;
    font-family: 'Raleway';
    color: #000;
    margin: 10px 0;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

.input-group .btn {
    height: 40px;
}

a,
.btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

a {
    color: #F73F52;
}

a:hover,
a:focus {
    color: #C8081C;
}

a.facebook {
    background-color: #3b5998;
    color: #fff !important;
}

a.twitter {
    background-color: #4099FF;
    color: #fff !important;
}

a.youtube {
    background-color: #C4302B;
    color: #fff !important;
}



a.instagram {
    background-color: #885343;
    color: #fff !important;
}


a.skype {
    background-color: #00AFF0;
    color: #fff !important;
}


.bold {
    font-weight: 600;
}

.spacing {
    margin: 10px 0 10px 0;
}

.font-lato {
    font-family: 'Lato';
}

.font-raleway {
    font-family: 'Raleway';
}

.font-merriweather {
    font-family: 'Merriweather';
}

.badge-primary {
    background-color: #F73F52;
}

.badge-secondary {
    background-color: #C8081C;
}

.badge-warning {
    background-color: #F39C12;
}

.badge-danger {
    background-color: #E74C3C;
}

.badge-success {
    background-color: #1ABC9C;
}

.badge-info {
    background-color: #3498db;
}

.badge-grey {
    background-color: #E7E7E7;
}

.for-mobile,
.for-tablet {
    display: none !important;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    border: 0;
    margin: 0;
}

.breadcrumb li {
    font-size: 12px;
}

.breadcrumb li a {
    color: #F73F52;
}

.pagination {
    margin-bottom: 10px;
}

.pagination li a {
    color: #333;
    border-radius: 50% !important;
    margin: 0 2px;
    border-color: transparent;
    background-color: #f2f2f2;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    padding: 0;
}

.pagination li.active a {
    color: #fff;
    transform: scale(1.16) translateX(-3px);
    -moz-transform: scale(1.16) translateX(-3px);
    -webkit-transform: scale(1.16) translateX(-3px);
    -o-transform: scale(1.16) translateX(-3px);
    margin-left: 8px;
    border-color: transparent;
    background-color: #F73F52;
}

.pagination li.active a:hover,
.pagination li.active a:focus {
    border-color: transparent;
    background-color: #F73F52;
}

.pagination-help-text {
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.magz-list {
    padding-left: 18px;
}

.magz-list.square li {
    list-style: square;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 2000;
}

header.primary {
    position: fixed;
    z-index: 1999;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

header.primary.up {
    top: -172px;
}

header.primary.up nav.menu {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    border-top-color: transparent;
    border-bottom: none;
}

header.primary.up nav.menu .brand {
    display: block;
}

header.primary.up nav.menu ul.nav-list {
    margin-left: 40px;
}

header.primary.up nav.menu ul.nav-list li:first-child {
    margin-left: 0;
}

header.primary.up nav.menu ul:not(.dropdown-menu)>li>a {
    padding-top: 0;
    padding-bottom: 0;
    height: 53px;
    line-height: 52px;
}

header.primary.up nav.menu ul:not(.dropdown-menu)>li>a .badge {
    top: 2px;
}



section {
    padding-top: 20px;
    padding-bottom: 40px;
}

section.first {
    padding-top: 240px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

section.most-popular {
    padding: 80px 0;
}

section.most-popular>.row {
    margin: 0;
    display: table;
}

section.most-popular>.row [class^="col-"] {
    display: table-cell;
    float: none;
}

section.most-popular .image {
    background-size: cover;
    background-position: center;
}

section.most-popular .details {
    background-color: #FAFAFA;
}

section.most-popular .details .inner {
    padding: 80px 20px;
}

section.most-popular .details .inner .badge,
section.most-popular .details .inner h2,
section.most-popular .details .inner .detail {
    margin-bottom: 20px;
}

section.most-popular .details .inner .badge {
    border: 2px solid #191E21;
    border-radius: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: transparent;
    color: #191E21;
}

section.most-popular .details .inner h2 {
    font-size: 30px;
    line-height: 38px;
}

section.most-popular .details .inner .detail {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 500;
}

section.most-popular .details .inner .detail .time {
    margin-right: 10px;
}

section.most-popular .details .inner p {
    line-height: 26px;
    margin-bottom: 40px;
}

section.most-popular .details .inner .more {
    font-weight: 600;
    letter-spacing: .5px;
}

section.most-popular .details .inner .more div,
section.most-popular .details .inner .more i {
    float: left;
}

section.most-popular .details .inner .more i {
    margin-left: 13px;
}

section.most-popular .details .inner .more i:before {
    font-size: 25px;
}

section.maps {
    padding-top: 60px;
    margin-bottom: -45px;
}

section.not-found {
    padding: 50px 0;
    text-align: center;
}

section.not-found .code {
    font-size: 12em;
    text-align: center;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

section.not-found .code:after,
section.not-found .code:before {
    position: absolute;
    right: -100px;
    top: 20px;
    width: 100px;
    height: 2px;
    background-color: #f2f2f2;
    transform: rotate(-30deg);
    content: ' ';
}

section.not-found .code:after {
    bottom: 50px;
    top: initial;
    left: -120px;
    right: initial;
    transform: rotate(-30deg);
}

section.not-found h1 {
    font-size: 24px;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
}

section.not-found p.lead {
    font-size: 16px;
    color: #999;
}

section.not-found .search-form {
    display: inline-block;
    margin: 0 auto;
}

section.not-found .search-form form {
    width: 300px;
    display: inline-block;
}

section.not-found .link {
    padding: 2px 0;
}

section.search .search-result {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #999;
}

.form-control {
    border-radius: 0;
    height: 40px;
}

.form-control:focus {
    border-color: #989898;
    box-shadow: 0 1px 2px #ddd;
}

.btn {
    font-size: 15px;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: .5px;
}

.btn.btn-lg {
    border-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn.btn-sm {
    border-radius: 0;
    padding: 5px 10px;
    font-size: 12px;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
    border-color: transparent;
}

.btn.btn-rounded {
    border-radius: 3px;
}

.btn i {
    margin-right: 5px;
}

.btn-social {
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-social:hover {
    color: #fff;
    opacity: .8;
}

.btn-primary {
    background-color: #F73F52;
    border-color: #F73F52;
}

.btn-primary:disabled,
.btn-primary.disabled,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:focus {
    background-color: #c8081c;
    border-color: #c8081c;
    box-shadow: none;
    outline: 0;
}

.btn-primary:active:hover {
    background-color: #af0719;
}

.btn-success {
    background-color: #1ABC9C;
    color: #fff !important;
    border-color: #1ABC9C;
}

.btn-success:disabled,
.btn-success.disabled,
.btn-success:hover,
.btn-success:active,
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:focus {
    background-color: #0e6252;
    border-color: #0e6252;
    outline: 0;
    box-shadow: none;
}

.btn-success:active:hover {
    background-color: #0b4c3f;
}

.btn-warning {
    background-color: #F39C12;
    color: #fff !important;
    border-color: #F39C12;
}

.btn-warning:disabled,
.btn-warning.disabled,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:focus {
    background-color: #976008;
    border-color: #976008;
    outline: 0;
    box-shadow: none;
}

.btn-warning:active:hover {
    background-color: #7f5006;
}

.btn-danger {
    background-color: #E74C3C;
    color: #fff !important;
    border-color: #E74C3C;
}

.btn-danger:disabled,
.btn-danger.disabled,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:focus {
    background-color: #a82315;
    border-color: #a82315;
    outline: 0;
    box-shadow: none;
}

.btn-danger:active:hover {
    background-color: #921e12;
}

.btn-info {
    background-color: #3498db;
    color: #fff !important;
    border-color: #3498db;
}

.btn-info:disabled,
.btn-info.disabled,
.btn-info:hover,
.btn-info:active,
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:focus {
    background-color: #196090;
    border-color: #196090;
    outline: 0;
    box-shadow: none;
}

.btn-info:active:hover {
    background-color: #16527a;
}

.btn-default {
    background-color: #E7E7E7;
    color: #fff !important;
    border-color: #E7E7E7;
}

.btn-default:disabled,
.btn-default.disabled,
.btn-default:hover,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:focus {
    background-color: #b4b4b4;
    border-color: #b4b4b4;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.btn-default:active:hover {
    background-color: #a7a7a7;
}

.btn-news {
    background-color: transparent;
    color: #F73F52;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    border-color: #F73F52;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.btn-news:after {
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 5px;
    height: 5px;
    opacity: 0;
    border-radius: 50%;
    content: ' ';
    background-color: #F73F52;
    z-index: -1;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
}

.btn-news:focus:after,
.btn-news:hover:after {
    transform: scale(200);
    -webkit-transform: scale(200);
    -moz-transform: scale(200);
    -o-transform: scale(200);
    opacity: 1;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.btn-news:focus {
    color: #fff;
}

.btn-news:hover {
    background-color: transparent;
    color: #fff !important;
}

.btn-news i {
    margin-left: 10px;
}

.btn-news.white {
    color: #fff;
}

.btn-news.white:after {
    background-color: #fff;
}

.btn-news.white:focus,
.btn-news.white:hover {
    color: #F73F52 !important;
}

/* Social */
.social {
    padding: 0;
    margin: 0;
}

.social li {
    display: inline-block;
}

.social li a {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    margin-bottom: 8px;
    position: relative;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.social li a svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.social li a svg rect {
    width: inherit;
    height: inherit;
    fill: transparent;
    stroke: transparent;
    stroke-dasharray: 0;
    stroke-width: 3;
    transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
}

.social li a i:before {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.social li a:first-child {
    margin-left: 0;
}

/* 
.form-group label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}

.form-group label.fw {
    display: block;
}

.form-group label .required {
    color: #E74C3C;
    font-weight: 600;
    font-size: 16px;
}

.form-group label .required:before {
    content: '*';
}

.form-group .help-block {
    font-size: 12px;
    margin-top: -3px;
}

.form-group .form-control {
    border-radius: 0;
    font-family: 'Lato';
    font-weight: 300;
}

.form-group .form-control:focus {
    border-color: #989898;
    box-shadow: 0 1px 2px #ddd;
}

.form-group .form-control.rounded {
    border-radius: 4px;
}

.form-group.has-error .form-control {
    border-color: #E74C3C;
}

.form-group.has-error .control-label {
    color: #E74C3C;
}

.form-group.has-error .help-block {
    color: #E74C3C;
}

.form-group.has-success .form-control {
    border-color: #1ABC9C;
}

.form-group.has-success .control-label {
    color: #1ABC9C;
}

.form-group.has-success .help-block {
    color: #1ABC9C;
}

.form-group.has-warning .form-control {
    border-color: #F39C12;
}

.form-group.has-warning .control-label {
    color: #F39C12;
}

.form-group.has-warning .help-block {
    color: #F39C12;
}

.form-group.floating {
    position: relative;
    margin-top: 10px;
}

.form-group.floating .form-control {
    padding-left: 0;
    padding-right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-width: 2px;
    box-shadow: none;
}

.form-group.floating.stacked label {
    font-size: 12px;
    position: absolute;
    top: -13px;
    left: 0;
    background-color: #fff;
}

.form-group.floating.focus label {
    position: absolute;
    top: 10px;
    left: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    z-index: -1;
}

.form-group.floating.focus .form-control {
    background-color: transparent;
    border-radius: 0;
}

.form-group.floating.focus .form-control::-webkit-input-placeholder {
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.form-group.floating.focus.focused label {
    top: -13px;
    left: 0;
    font-size: 12px;
}

.form-group.floating.focus.focused .form-control::-webkit-input-placeholder {
    opacity: 1;
} */

.website-info {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background-color: #FFFFFF;
}

.website-info .brand {
    float: left;
    margin: 20px 0;
    font-weight: bold;
}

.website-info .brand a {
    text-decoration: none;
}

.website-info .brand img {
    width: 200px;
    display: block;
    float: left;
}

.website-info .brand .text {
    font-size: 6em;
    text-transform: uppercase;
    letter-spacing: 8px;
    float: none;
    font-weight: 100;
    margin-top: -25px;
    margin-bottom: -20px;
}




.website-info .nav-icons {
    float: right;
    padding: 0;
    margin: 0;
    margin-top: 27px;
}

.website-info .nav-icons li {
    display: block;
    float: left;
    margin-left: 20px;
}

.website-info .nav-icons li a {
    display: inline-block;
    color: #191E21;
}

.website-info .nav-icons li a i {
    font-size: 18px;
    float: left;
    width: 25px;
    text-align: left;
}

.website-info .nav-icons li a div {
    float: left;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 3px;
}

.website-info .nav-icons li a:hover {
    color: #F73F52;
}

.headline {
    margin-bottom: 20px;
}

.headline .item {
    padding: 5px;
    width: 100%;
}

.headline .item a {
    color: #191E21;
    font-size: 14px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.headline .item a .badge {
    background-color: #F73F52;
    margin-right: 5px;
}

.headline .nav {
    display: inline-block;
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 2;
}

.headline .carousel-control {
    text-shadow: none;
    background-color: transparent;
    background-image: none;
    position: relative;
    display: inline-block;
    color: #000;
    width: auto;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    margin-right: -5px;
}

.headline .carousel-control.right {
    border-left: 0;
}

.headline .carousel-inner {
    overflow: hidden;
    width: initial;
}

.article p,
article p,
.most-popular p {
    font-family: 'Merriweather', sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
}

.article .time,
.article .category,
article .time,
article .category,
.most-popular .time,
.most-popular .category {
    font-size: 10px;
    letter-spacing: .5px;
    font-weight: 500;
    text-transform: uppercase;
}

.article {
    margin-bottom: 35px;
}

article figure {
    height: 250px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    display: inline-block;
}

article figure img {
    width: 100%;
    height:100%;
}

article .detail {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
}

.article .inner {
    box-shadow: 0 1px 2px #ddd;
}

.article .padding {
    padding: 15px;
    padding-top: 0;
}

.article h2 {
    text-transform: capitalize;
    font-size: 20px;
    margin: 0;
    line-height: 28px;
    margin-bottom: 10px;
}

.article h2 a {
    color: #2260bf;
    text-decoration: none;
}

.article h2 a:hover {
    color: #F73F52;
}

.article p {
    line-height: 24px;
    font-size: 14px;
}

article .detail {
    display: flex;
    margin-bottom: 5px;
    font-size: 12px;
}

article .time,
article .category {
    margin: 0 10px;
    color: #191E21;
}

article .category {
    margin: 0 10px;
}

article .category a {
    color: #F73F52;
}

article .time {
    margin: 0;
}

article footer {
    text-align: right;
}

article footer .btn-primary {
    background-color: transparent;
    border-color: #F73F52;
    color: #F73F52;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
    transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}

article footer .btn-primary:after {
    position: absolute;
    content: ' ';
    bottom: 0;
    left: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    z-index: -1;
}

article footer .btn-primary:hover {
    color: #fff;
}

article footer .btn-primary:hover:after {
    transform: scale(20);
    -moz-transform: scale(20);
    -webkit-transform: scale(20);
    -o-transform: scale(20);
    background-color: #F73F52;
}

article footer .btn-primary:focus {
    outline: 0;
}

.more {
    overflow: hidden;
    height: 43px;
    color: black;
}

.more:hover {
    content: "\f061";
    color: #F73F52;


}



.love {
    color: #989898;
    float: left;
    margin-top: 10px;
    position: relative;
}

.love i {
    display: inline-block;
    float: left;
    margin-top: 1px;
}

.love i:before {
    font-size: 28px;
}

.love div {
    display: inline-block;
    margin-left: 60px;
    font-size: 14px;
    margin-top: 5px;
    margin-left: 5px;
}

.love.active {
    color: #F73F52;
}

.love i.animated {
    animation-name: love;
    -webkit-animation-name: love;
    -moz-animation-name: love;
    -o-animation-name: love;
    animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
    animation-duration: .5s;
    -moz-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    position: absolute;
    left: 0;
    top: 0;
}

@keyframes love {
    0% {
        top: 0px;
        transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
    }

    20% {
        top: -10px;
        transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        opacity: .8;
    }

    40% {
        top: -20px;
        transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        opacity: .6;
    }

    60% {
        top: -30px;
        transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        opacity: .4;
    }

    80% {
        top: -40px;
        transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        opacity: .2;
    }

    100% {
        top: -50px;
        transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        opacity: 0;
    }
}

@-webkit-keyframes love {
    0% {
        top: 0px;
        transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
    }

    20% {
        top: -10px;
        transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        -o-transform: rotate(20deg);
        opacity: .8;
    }

    40% {
        top: -20px;
        transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        -o-transform: rotate(-20deg);
        opacity: .6;
    }

    60% {
        top: -30px;
        transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -webkit-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        opacity: .4;
    }

    80% {
        top: -40px;
        transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        opacity: .2;
    }

    100% {
        top: -50px;
        transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        opacity: 0;
    }
}


.featured {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 550px;
    margin-bottom: 20px;
    overflow: hidden;
}

.featured .inner {
    padding: 20px;
}

.featured figure {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.featured .overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: transparent;
    background-image: linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
    background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 56%, rgba(0, 0, 0, 0.6) 93%, rgba(0, 0, 0, 0.59) 100%);
}

.featured .details {
    padding: 20px 30px;
    position: absolute;
    bottom: 10px;
}

.featured .details h1,
.featured .details .category,
.featured .details .time {
    color: #fff;
    margin: 0;
}

.featured .details .category {
    margin-bottom: 10px;
}

.featured .details .category a {
    font-size: 12px;
    font-weight: 400;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 30px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.featured .details .category a:hover {
    opacity: .8;
}

.featured .details h1 {
    margin-bottom: 5px;
    text-transform: capitalize;
    line-height: 1.4em;
    font-size: 28px;
    font-weight: 700;
}

.featured .details h1 a {
    text-decoration: none;
    color: #fff;
}

.topbar {
    position: relative;
    display: inline-block;
    width: 100%;
}

.topbar .inner {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}

.topbar .right {
    float: right;
}

.topbar .right ul li:last-child a {
    margin-right: 0;
}

.topbar .left {
    float: left;
}

.topbar .left ul li:first-child a {
    margin-left: 0;
}

.topbar ul {
    padding: 0;
    margin: 0;
    margin-bottom: -5px;
}

.topbar ul.info {
    margin-left: 4px;
}

.topbar ul.info li a {
    letter-spacing: .3px;
}

.topbar ul.info li a i {
    display: inline-block;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -moz-transform: scale(1.5);
    margin-right: 5px;
}

.topbar ul li {
    float: left;
    display: block;
}

.topbar ul li a {
    color: #191E21;
    margin: 0 7px;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
}

.topbar ul li a i {
    display: none;
}

.topbar ul li a:hover {
    color: #F73F52;
}

.topbar ul li.active a:after,
.topbar ul li a:hover:after {
    height: 100%;
}

.menu {
    position: relative;
    display: inline-block;
    height: 55px;
    width: 100%;
    line-height: 23px;
    background-color: #FFFFFF;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.menu .container {
    /* Mega menu support */
    position: relative;
}

.menu .brand {
    display: none;
    float: left;
    width: 100px;
    height: 55px;
    line-height: 52px;
}

.menu .brand img {
    width: 100%;
}

.menu .brand a {
    text-decoration: none;
}

.menu .mobile-toggle {
    font-size: 32px;
    line-height: 0;
    float: right;
    margin-left: 20px;
    display: none;
    padding: 11px 0;
}

.menu ul.nav-list>li:first-child {
    margin-left: -17px;
}

.menu ul {
    margin: 0 auto;
    display: inline-block;
    padding: 0;
    z-index: 9;
}

.menu ul>li {
    float: left;
    display: block;
}



.menu ul>li>a {
    display: block;
    color: #191E21;
    padding: 11px 17px;
    text-decoration: none;
    letter-spacing: .5px;
    font-weight: 700;
    line-height: 32px;
    font-family: 'Raleway', sans-serif;
    position: relative;
    z-index: 1;
}

.menu ul>li>a i {
    margin-left: 5px;
}

.menu ul>li>a .badge {
    background-color: #F73F52;
    position: absolute;
    top: 2px;
    right: -5px;
}

.menu ul>li>a:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #F73F52;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    margin-top: -2px;
}

.menu ul>li.active a:after,
.menu ul>li:hover>a:after {
    width: 100%;
}





section .container {
    padding-left: 15px;
    padding-right: 15px;
}

.newsletter {
    padding: 20px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #989898;
}

.newsletter .icon {
    text-align: center;
    margin-bottom: 20px;
}

.newsletter .icon i:before {
    font-size: 9em;
}

.newsletter .icon.spin h1 {
    margin-top: 0;
}

.newsletter .icon.spin i:before {
    animation-name: loading;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.newsletter .icon.success h1 {
    margin-top: 0;
    color: #1ABC9C;
}

.newsletter .icon.success i:before {
    color: #1ABC9C;
}

.newsletter .icon.error h1 {
    margin-top: 0;
    color: #F73F52;
}

.newsletter .icon.error i:before {
    color: #F73F52;
}

.newsletter .icon h1 {
    margin: 0;
    font-size: 24px;
    margin-top: -20px;
    color: #989898;
}

.newsletter p {
    margin-top: 10px;
    line-height: 22px;
}

.newsletter .form-control {
    font-size: 14px;
    height: 40px;
}

.newsletter .form-control:focus {
    box-shadow: none;
}

.newsletter .btn i:before {
    font-size: 18px;
}

.article-list {
    margin-bottom: 50px;
    position: relative;
}

.article-list:last-child {
    margin-bottom: 0;
}


.article-list .inner {
    display: inline-block;
    width: 100%;
}

.article-list figure {
    width: 300px;
    height: 195px;
    overflow: hidden;
    background-color: #000;
    float: left;
    display: inline-block;
    margin-bottom: 0;
}

.article-list figure img {
    width: 100%;
}

.article-list .details {
    padding: 5px;
    margin-left: 315px;
}

.article-list .details .detail .category,
.article-list .details .detail .time {
    margin: 0 10px;
}

.article-list .details .detail .category {
    margin: 0;
}

.article-list .details h1 {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
}

.article-list .details h1 a {
    color: #000;
    text-decoration: none;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.article-list .details h1 a:hover {
    color: #F73F52;
}

.article-list .details p {
    line-height: 26px;
}

.article-list footer {
    margin-top: 0;
}

.line {
    display: inline-block;
    width: 100%;
    height: 4px;
    background-color: #f2f2f2;
    margin: 30px 0;
    position: relative;
}

.line.thin {
    height: 2px;
}

.line.transparent {
    background-color: transparent;
}

.line.little {
    margin: 10px 0;
}

.line.top {
    margin-top: 50px;
}

.line div {
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 16px;
    background-color: #fff;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
}

.title-col {
    font-size: 18px;
    position: relative;
    margin-top: 0;
}

.title-col:after {
    content: ' ';
    position: absolute;
    bottom: -10px;
    width: 15px;
    background-color: #F73F52;
    height: 3px;
    left: 0;
}

.body-col {
    margin-top: 30px;
}

.small-article {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.small-article .inner {
    display: inline-block;
    height: 100%;
}

.small-article .padding {
    padding: 0 10px;
    margin-left: 85px;
}

.small-article figure {
    float: left;
    display: inline-block;
    width: 80px;
    height: 60px;
    overflow: hidden;
    margin: 0;
}

.small-article figure img {
    width: 100%;
}

.small-article h1 {
    margin: 0;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
}

.small-article h1 a {
    color: #000;
}

.small-article .detail {
    margin-top: 5px;
}

.small-article .detail .category {
    margin-left: 0;
}

.small-article .detail .category a {
    text-transform: uppercase;
    color: #F73F52;
}

.tags-list {
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.tags-list li {
    padding: 5px;
}

.tags-list li a {
    color: #000;
    position: relative;
    text-decoration: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.tags-list li a:hover {
    opacity: .8;
}

.tags-list li a:before {
    content: '#';
}

.tags-list li a:after {
    position: absolute;
    content: ' ';
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #F73F52;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.tags-list li a:hover:after {
    width: 100%;
}

.info-hr {
    width: 2%;
    height: 2px;
    color: #F73F52
}

.title-line {
    content: ' ';
    /* position: absolute;
    bottom: -10px; */
    left: 0;
    width: 15px;
    height: 2px;
    background-color: #F73F52;
}

aside {
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

aside:last-child {
    margin-bottom: 0;
}

aside .aside-title {
    font-size: 16px;
    position: relative;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 30px;
}



aside .aside-title:after {
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 15px;
    height: 2px;
    background-color: #F73F52;
}

aside .small-article {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

aside .small-article figure {
    margin-bottom: 0;
}

aside .small-article h1 {
    margin-top: -3px;
}

aside .nav li a {
    background-color: #F0F0F0;
    color: #333;
    padding: 12px;
    font-size: 14px;
    border-radius: 0 !important;
}

aside .nav li a i:before {
    font-size: 18px;
    margin-right: 5px;
}

aside .nav li.active a {
    background-color: #fff;
    color: #000;
    border-top: 2px solid #F73F52 !important;
}

aside .nav li.active a i {
    color: #F73F52;
}

aside .tab-pane {
    border: 1px solid #ddd;
    border-top: none;
    padding: 20px;
}

aside .line {
    margin: 40px 0;
}

aside .major-ads {
    padding: 0;
    margin: 0 -5px;
}

aside .major-ads li {
    float: left;
    display: inline-block;
    width: 50%;
    padding: 5px;
}

aside .major-ads li a img {
    width: 100%;
}

aside .ads img {
    width: 100%;
}

aside .ads figcaption {
    font-size: 12px;
    margin-top: 3px;
    color: #989898;
}

@keyframes loading {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.article-fw {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.article-fw:first-child {
    margin-bottom: 0;
}

.article-fw figure {
    overflow: hidden;
    width: 100%;
    height: 178px;
}

.article-fw figure img {
    width: 100%;
}

.article-fw .details h1 {
    margin: 0;
    font-size: 24px;
    line-height: 34px;
}

.article-fw .details h1 a {
    color: #000;
    text-decoration: none;
}

.article-fw .details h1 a:hover {
    color: #F73F52;
}

.article-fw .details p {
    margin-top: 15px;
    line-height: 24px;
}



.box-wrapper {
    width: 400px;
    margin: 0 auto;
}

.box {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.box.box-border {
    box-shadow: none;
    border: 1px solid #f2f2f2;
}

.box .box-body {
    padding: 30px;
}

.box .box-body h4 {
    margin-bottom: 30px;
}

.title-line {
    display: table;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #ddd;
}

.title-line:before,
.title-line:after {
    border-top: 2px dashed #eee;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
}

.title-line:before {
    right: 1.5%;
}

.title-line:after {
    left: 1.5%;
}

.with-sidebar {
    display: inline-block;
    width: 100%;
}

.with-sidebar .sidebar.sidebar-sticky {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 250px;
    z-index: 2000;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}

.with-sidebar .sidebar .sidebar-brand {
    width: 100%;
    padding: 50px;
}

.with-sidebar .sidebar .sidebar-brand img {
    width: 100%;
}

.with-sidebar .sidebar .sidebar-nav ul {
    padding: 0;
    margin: 0;
}

.with-sidebar .sidebar .sidebar-nav ul li {
    display: inline-block;
    width: 100%;
}

.with-sidebar .sidebar .sidebar-nav ul li a {
    display: block;
    padding: 13px 30px;
    text-decoration: none;
    color: #000;
}

.with-sidebar .sidebar .sidebar-nav ul li.active a,
.with-sidebar .sidebar .sidebar-nav ul li a:hover,
.with-sidebar .sidebar .sidebar-nav ul li:focus {
    background-color: #F73F52;
    color: #fff;
}

.with-sidebar .has-sidebar {
    float: left;
    padding-left: 280px;
    padding-right: 20px;
    display: inline-block;
    width: 100%;
}

.with-sidebar footer {
    padding: 15px 0;
    border-top: 1px solid #f9f9f9;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #29292b;
}

.faq {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.faq:last-child {
    margin-bottom: 0;
}

.faq .faq-title h2 {
    font-size: 22px;
    margin: 0;
}

.faq .faq-body {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    figure img{
        position:relative;
        display:block;
        min-height:5%;
        min-width:100%;
    }
    .with-sidebar .sidebar {
        display: none;
    }

    .with-sidebar .has-sidebar {
        padding: 0 20px;
    }

    .for-tablet {
        display: block !important;
    }


    .divider-top {
        margin-top: 50px;
    }

    .sidebar {
        position: fixed;
        top: 0;
        right: -320px;
        height: 100%;
        width: 320px;
        z-index: 2001;
        background-color: #fff;
        overflow: auto;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }

    .sidebar.active {
        right: 0;
    }

    .sidebar .sidebar-title {
        margin: 0 -15px;
        height: 53px;
        text-align: center;
        border-bottom: 1px solid #f2f2f2;
        letter-spacing: .5px;
        font-weight: 700;
        line-height: 55px;
        font-family: 'Raleway', sans-serif;
        margin-bottom: 30px;
    }

    .trending-tags {
        margin-bottom: 20px;
    }

    .search-toggle {
        display: none;
    }

    nav.menu {
        height: 55px;
    }

    nav.menu .mobile-toggle {
        display: inline-block;
    }

    nav.menu ul.nav-list {
        position: fixed;
        width: 320px;
        height: 100%;
        top: 0;
        right: -320px;
        background-color: #fff;
        z-index: 3000;
        overflow: auto;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
    }

    nav.menu ul.nav-list.active {
        right: 0;
    }

    nav.menu ul.nav-list li {
        display: block;
        float: none;
        position: static;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    nav.menu ul.nav-list>li:first-child {
        margin-left: 0;
        text-align: center;
        position: relative;
    }

    nav.menu ul.nav-list>li:first-child .back {
        z-index: 9;
        position: absolute;
        height: 100%;
        width: 50px;
        line-height: 55px;
        font-size: 20px;
    }

    nav.menu ul.nav-list>li:first-child a {
        border-bottom: 1px solid #f2f2f2;
    }

    nav.menu ul.nav-list>li:first-child a:after {
        display: none;
    }

    nav.menu ul.nav-list>li>a {
        display: block;
    }

    nav.menu ul.nav-list>li>a .badge {
        right: 10px;
        top: 5px;
    }

    nav.menu ul.nav-list>li .dropdown-menu {
        box-shadow: none;
        position: absolute;
        top: 57px;
        left: initial;
        right: -320px;
        height: calc(100% - 55px);
        height: -webkit-calc(100% - 55px);
        height: -moz-calc(100% - 55px);
        height: -o-calc(100% - 55px);
        width: 320px;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        visibility: visible;
        display: none;
        opacity: 1;
    }

    nav.menu ul.nav-list>li .dropdown-menu.active {
        right: 0;
    }

    nav.menu ul.nav-list>li .dropdown-menu>li>a {
        width: auto;
    }

    nav.menu ul.nav-list>li .dropdown-menu>li>a:hover:after {
        transform: scale(105);
        -webkit-transform: scale(105);
        -moz-transform: scale(105);
        -o-transform: scale(105);
    }

    nav.menu ul.nav-list>li .dropdown-menu>li ul {
        top: 0;
    }

    nav.menu ul.nav-list>li .dropdown-menu [class^="col-"] {
        margin-bottom: 30px;
    }



    header.primary.up {
        top: -286px;
    }

    .website-info {
        text-align: center;
    }

    .website-info .brand {
        float: none;
    }

    .website-info .brand img {
        float: none;
        display: inline-block;
        margin-bottom: 15px;
        width:100%;
    }

    .website-info .brand h2 {
        display: block;
        float: none;
        border: none;
        margin: 0;
        padding: 0;
        width: initial;
    }

    .website-info .search {
        margin: 0 70px;
    }

    .website-info .right {
        float: none;
        display: block;
        margin: 10px auto;
    }
}

@media screen and (max-width: 425px) {
    .article-list figure {
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
    }

    .article-list .details {
        width: 100%;
        margin-left: 0;
    }

    .article-list .details .detail {
        width: 100%;

    }

    .line div {
        font-size: 14px;
    }

    .featured {
        height: 200px;
    }

    .featured .details h1 {
        font-size: 16px;
    }

    .featured .details .category a {
        padding: 3px 6px;
    }

    .website-info .search {
        margin-left: 20px;
        margin-right: 20px;
    }

    .topbar .topbar-nav li a i,
    .topbar ul.info li a i {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        display: block;
        font-size: 22px;
    }

    .topbar .topbar-nav li a span,
    .topbar ul.info li a span {
        display: none;
    }

    .for-mobile {
        display: block !important;
    }

    .nav-icons {
        display: none;
    }

    .box-wrapper {
        width: 100%;
    }

    .box .box-body {
        padding: 20px;
    }
}

@media screen and (max-width: 320px) {
    nav.menu ul.nav-list {
        width: 290px;
        right: -350px;
    }

    nav.menu ul.nav-list>li .dropdown-menu {
        margin: 5px 10px;
        width: 290px;
        right: -350px;
    }


    .sidebar {
        width: 290px;
        right: -350px;
    }

    article figure {
        height: 200px;
    }
}

/* 
footer.footer {
    background-color: #252e38;
    color: #848f9a;
    padding: 20px 0;
    padding-top: 50px;
    border-top: 5px solid #F73F52;
}

footer.footer a {
    color: #848f9a;
}

footer.footer .social a {
    color: #fff;
}

footer.footer .line {
    background-color: #292929;
    height: 1px;
    margin: 30px 0;
}

footer.footer .block .block-title {
    font-size: 16px;
    position: relative;
    margin: 0;
    color: #fff;
}

footer.footer .block .block-title .right {
    float: right;
    font-size: 14px;
}

footer.footer .block .block-title .right a {
    color: #ddd;
}

footer.footer .block .block-title:after {
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 15px;
    height: 2px;
    background-color: #F73F52;
}

footer.footer .block .block-body {
    margin-top: 30px;
}

footer.footer .block .block-body.no-margin {
    margin: 0;
}

footer.footer .footer-nav-horizontal {
    padding: 0;
    margin: 0;
}

footer.footer .footer-nav-horizontal li {
    display: inline-block;
}

footer.footer .footer-nav-horizontal li a {
    display: block;
    margin: 0 10px;
    margin-bottom: 10px;
    font-size: 12px;
    text-decoration: none;
    float: left;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

footer.footer .footer-nav-horizontal li a:hover {
    color: #F73F52;
}

footer.footer .footer-nav-horizontal li:first-child a {
    margin-left: 0;
}

footer.footer .footer-nav-horizontal li:not(:last-child):after {
    content: '/';
    float: left;
    line-height: 14px;
}

footer.footer .footer-nav {
    padding: 0;
    margin: 0;
    padding-left: 17px;
}

footer.footer .footer-nav li {
    list-style: square;
}

footer.footer .footer-nav li a {
    padding: 3px;
    display: inline-block;
    font-size: 14px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

footer.footer .footer-nav li a:hover {
    color: #F73F52;
}

footer.footer .foot-logo {
    width: 140px;
    margin-bottom: 20px;
}

footer.footer .foot-logo img {
    width: 100%;
}

footer.footer .brand-description {
    line-height: 24px;
}

footer.footer .newsletter {
    background-color: transparent;
    border: none;
    padding: 0;
}

footer.footer .newsletter .btn {
    margin-top: 3px;
    border-radius: 3px;
}

footer.footer .newsletter .input-group {
    position: relative;
    display: inline-block;
    width: 100%;
}

footer.footer .newsletter .input-group-addon {
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    left: 2px;
    top: 0;
    z-index: 9;
    height: 40px;
    line-height: 26px;
}

footer.footer .newsletter .input-group-addon i:before {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
}

footer.footer .newsletter .form-control {
    padding-left: 40px;
}

footer.footer .small-article .detail .time,
footer.footer .small-article .detail .category a {
    color: #848f9a;
}

footer.footer .tags {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

footer.footer .tags li {
    display: inline-block;
}

footer.footer .tags li a {
    padding: 7px 12px;
    color: #848f9a;
    border: 1px solid #848f9a;
    margin: 0 5px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 5px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    font-size: 14px;
}

footer.footer .tags li a:first-child {
    margin-left: 0;
}

footer.footer .tags li a:hover {
    border-color: #F73F52;
    color: #fff;
}

footer.footer .copyright {
    text-align: center;
    margin-top: 70px;
    color: #848f9a;
    border-top: 1px solid #222;
    padding-top: 35px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer.footer .copyright a {
    text-decoration: underline;
}

footer.footer .copyright div {
    margin-top: 7px;
}

footer.footer .copyright div i {
    color: #E74C3C;
    padding: 0 3px;
}

footer.footer .small-article {
    margin-bottom: 23px;
}

footer.footer .small-article .inner {
    border-bottom: 0;
}

footer.footer .small-article h1 {
    font-size: 14px;
}

footer.footer .small-article h1 a {
    color: #ddd;
}

footer.footer .small-article .detail .category a {
    color: #848f9a;
}

footer.footer .btn-news {
    border-color: #fff;
    border-radius: 3px;
    font-size: 14px;
    padding-left: 13px;
    padding-right: 13px;
} */

section.single .line {
    margin-top: 30px;
    margin-bottom: 30px;
}

section.single article.single-article header {
    margin: 0;
}

section.single article.single-article header h1 {
    margin: 0;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

section.single article.single-article header .details {
    font-size: 10px;
    color: #989898;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

section.single article.single-article header .details li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
}

section.single article.single-article header .details li:after {
    content: '.';
    position: absolute;
    font-size: 30px;
    top: -2px;
    margin-left: 10px;
    line-height: 0;
}

section.single article.single-article header .details li a {
    color: #F73F52;
}

section.single article.single-article header .details li:last-child:after {
    content: '';
}

section.single article.single-article .main {
    padding-top: 30px;
    margin-top: 20px;
}

section.single article.single-article .main a {
    color: #F73F52;
}

section.single article.single-article .main p {
    font-size: 1.3em;
    color: #181818;
    margin-bottom: 20px;
    line-height: 30px;
}

section.single article.single-article .main .featured {
    height: auto;
    position: relative;
    overflow: initial;
    margin-bottom: 0;
}

section.single article.single-article .main .featured figure {
    position: relative;
    height: auto;
}

section.single article.single-article .main .featured figure figcaption {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
    color: #686868;
}

section.single article.single-article .main h1,
section.single article.single-article .main h2,
section.single article.single-article .main h3,
section.single article.single-article .main h4,
section.single article.single-article .main h5,
section.single article.single-article .main h6 {
    line-height: 32px;
    margin-top: 50px;
}

section.single footer {
    margin-top: 30px;
    text-align: left;
    display: flex;
    display: -webkit-box;
    flex-wrap: wrap;
}

section.single footer .col:first-child {
    width: 60%;
}

section.single footer .col:last-child {
    width: 40%;
    text-align: right;
}

section.single footer .col:last-child .love {
    float: none;
    border: 2px solid #989898;
    border-radius: 30px;
    display: inline-block;
    padding: 3px 12px;
}

section.single footer .col:last-child .love i {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
}

section.single footer .col:last-child .love i.animated {
    top: 3px;
    left: 12px;
}

section.single footer .col:last-child .love.active {
    background-color: #F73F52;
    color: #fff;
    border-color: #F73F52;
}

section.single footer h1 {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

section.single footer h1 i {
    margin-right: 5px;
}

section.single footer .tags {
    margin: 0;
    padding: 0;
}

section.single footer .tags li {
    float: left;
    display: block;
}

section.single footer .tags li a {
    display: block;
    margin-bottom: 5px;
    padding: 3px 7px;
    border: 1px solid #989898;
    margin-right: 5px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}

section.single footer .tags li a:hover {
    border-color: #000;
    color: #F73F52;
}

section.single article.related .inner {
    box-shadow: none;
}

section.single article.related .inner .padding {
    padding: 0;
}

section.single article.related .detail .time {
    color: #989898;
}

section.single article.related .detail .category {
    margin-left: 0;
}

blockquote {
    font-style: italic;
    font-weight: 300;
}

.social-share {
    display: inline-block;
    width: auto;
    padding-bottom: 20px;
    margin-top: 20px;
}

.social-share .title {
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.social-share .title i {
    margin-right: 5px;
}

.social-share ul li {
    float: left;
}

.social-share ul li.count {
    text-align: center;
    font-size: 30px;
    color: #F73F52;
    font-weight: 700;
    margin-left: 10px;
    display: inline-block;
    float: left;
    margin-top: -10px;
}

.social-share ul li.count div {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
    margin-top: -5px;
    display: block;
}

.social-share ul li a {
    text-decoration: none;
    width: auto;
    height: auto;
    padding-right: 25px;
    padding-left: 25px;
}

.social-share ul li a i {
    margin-right: 10px;
}

.social-share ul li a:hover {
    color: #fff !important;
    opacity: .8;
}



.page {
    text-align: center;
}

.page .breadcrumb {
    margin-top: 20px;
}

.page .page-title {
    margin: 0;
    margin-top: 10px;
}

.page .page-subtitle {
    font-weight: 300;
    font-size: 12px;
    margin: 0;
    margin-top: 5px;
    font-family: 'Lato';
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.page .line {
    margin-top: 60px;
    margin-bottom: 40px;
}

.page .page-description {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #484848;
    margin-top: 20px;
    text-align: left;
}

.page .page-description h1 {
    color: #000;
    margin-bottom: 7px;
}

.page .page-description p {
    margin-bottom: 20px;
}

.page .question {
    font-weight: 700;
    text-align: center;
}

.page .question a {
    margin-left: 10px;
}

.page form.contact {
    margin-top: 30px;
}

.page form.contact .form-group textarea {
    height: 200px;
}

.page .element-block .element-title {
    margin-bottom: 30px;
    position: relative;
}

.page .element-block .element-title :first-child {
    margin-top: 0;
}

.page .element-block .element-title:after {
    content: ' ';
    width: 15px;
    height: 2px;
    background-color: #F73F52;
    bottom: -5px;
    left: 0;
    position: absolute;
}

.page .element-block .element-body {
    display: inline-block;
    width: 100%;
}

.page .element-block .element-body .code-block {
    margin-top: 20px;
}

.page .element-block .element-body .code-block .code-title {
    margin-bottom: 5px;
    font-weight: 500;
}

.page .element-block .colors {
    margin: 0;
    padding: 0;
}

.page .element-block .colors li {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    margin-bottom: 40px;
}

.page .element-block .colors li.primary {
    background-color: #F73F52;
}

.page .element-block .colors li.secondary {
    background-color: #C8081C;
}

.page .element-block .colors li.success {
    background-color: #1ABC9C;
}

.page .element-block .colors li.warning {
    background-color: #F39C12;
}

.page .element-block .colors li.info {
    background-color: #3498db;
}

.page .element-block .colors li.danger {
    background-color: #E74C3C;
}

.page .element-block .colors li .details h1 {
    margin: 0;
    font-size: 14px;
    margin-top: 87px;
    text-align: center;
    font-weight: 600;
}

.checkbox-group {
    margin-bottom: 5px;
}

.checkbox-group .group-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

.checkbox-group [class^="icheckbox"],
.checkbox-group [class^="iradio"] {
    margin-right: 5px;
}

.nav-tabs-group {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.nav-tabs-group .nav-tabs-list {
    padding: 0;
    margin: 0;
}

.nav-tabs-group .nav-tabs-list li {
    float: left;
    display: block;
}

.nav-tabs-group .nav-tabs-list li a {
    display: block;
    padding: 10px 20px;
    color: #999;
    font-weight: 400;
    text-decoration: none;
}

.nav-tabs-group .nav-tabs-list li a:hover {
    color: #191E21;
}

.nav-tabs-group .nav-tabs-list li.active a {
    color: #191E21;
    border-bottom: 2px solid #F73F52;
}

.nav-tabs-group .form-control {
    height: 30px;
    padding: 0;
    margin-top: 3px;
}

.nav-tabs-group .nav-tabs-right {
    float: right;
    display: inline-block;
    width: 100px;
}


.item-list-round {
    padding: 0;
    margin: 0;
}

.item-list-round li {
    float: left;
    display: block;
}

.item-list-round li.hidden {
    display: none;
}

.item-list-round li a {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.item-list-round li a:hover {
    opacity: .7;
}

.item-list-round li a .more {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 64px;
    font-size: 18px;
    font-weight: 600;
}

figure img {
    max-width: 100%;
    min-height:5% !important;
}


.sponsor {
    position: relative;
    text-align: center;
    direction: rtl;
    margin-bottom: 10px;
}

.sponsor img {
    max-width: 100%;
    max-height: 80px;
}

p {
    font-family: 'Merriweather', sans-serif !important;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 400 !important;
    text-align: justify !important;
}


.main-article_p{font-size:1.3em;}

/*# sourceMappingURL=style.css.map */
