﻿html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: inherit;
    vertical-align: baseline;
}

body, html {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 14px !important;
    line-height: 1.14rem;
    height: 100%;
    color: #022032;
    background-color: #e9e9e9;
    scroll-behavior: smooth
}

.main-container {
    background: #fff;
    width: 100%;
}

.main-wrapper {
    background: transparent;
    clear: both;
    margin: 0 auto;
    width: 1200px;
}

.container {
    margin: 0 auto;
    width: 1200px;
}

.single #page, .archive #page {
    overflow: hidden
}

.single .boxed-layout #page {
    border: none
}

.rss-float {
    display: block;
    position: fixed;
    top: 60%;
    left: 0px;
    z-index: 130;
    line-height: 100%;
    width: 0px;
    height: 0px;
    line-height: 40px;
    overflow: visible;
    text-align: center;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 14px;
}

    .rss-float a {
        display: block;
        background: #cc0000 url(../images/subscribe-glow.png) no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        color: #fff;
        line-height: 40px;
        padding: 0 20px;
        box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2);
    }

        .rss-float a:hover {
            background-image: none;
        }

        .rss-float a:active {
            box-shadow: inset 0 -2px 0 rgba(0,0,0,0.2), inset 0 80px 0 rgba(0,0,0,0.1);
        }

body {
    line-height: 1;
    color: #555555;
    font: 13px/20px arial, sans-serif;
}

.post-content b {
    font-size: 1.47143rem;
    line-height: 28px;
    font-family: "Roboto",Helvetica,Arial,sans-serif !important;
}

.post-content-ilan b {
    font-size: 16px;
    line-height: 28px;
}

a {
    color: #E91B23;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

    a:hover {
        color: #E91B23;
    }

::-moz-selection {
    background: #222;
    color: white;
    text-shadow: none;
}

::selection {
    background: #222;
    color: white;
    text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    margin-bottom: 15px;
    font-weight: 400;
}

h1 {
    font-size: 28px;
    line-height: 34px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 22px;
    line-height: 28px;
}

h4 {
    font-size: 20px;
    line-height: 26px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}

.post-content {
    color: #444;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    line-height: 1.1rem;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}

.post-content-ilan {
    color: #444;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

    .post-content-ilan p {
        margin-bottom: 10px;
    }

p {
    margin-bottom: 20px;
    line-height: 1.8rem;
}

blockquote {
    font-family: Georgia,Serif;
    font-size: 14px;
    font-style: italic;
    padding: 20px 30px;
}

em, i, cite {
    font-style: italic;
}

strong {
    font-weight: 700;
}

img, video, object, embed {
    max-width: 100%
}

img {
    vertical-align: middle
}

caption, th, td {
    text-align: left;
    vertical-align: top;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -3px
}

sup {
    top: -4px
}

.center-width {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%
}

.uppercase {
    text-transform: uppercase
}

.textcenter {
    text-align: center
}

.last {
    margin-right: 0 !important
}

.main-container {
    background: #fff;
    width: 100%;
}

.main-wrapper {
    background: transparent;
    clear: both;
    margin: 0 auto;
    width: 1200px;
}

.container {
    margin: 0 auto;
    width: 1200px;
}

.single #page, .archive #page {
    overflow: hidden
}

.single .boxed-layout #page {
    border: none
}

.main-header {
    background: #FFFFFF;
    margin: 0 auto;
    width: 100%;
}

.site-header {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 13px 0 13px 0;
    width: 100%;
}

    .site-header #logo {
        font-size: 36px;
        line-height: 42px;
        margin: 5px 0;
        float: left;
        width: 20%;
    }

        .site-header #logo img {
            width: 100%;
        }

    .site-header a {
        color: #060606
    }

.header-widgets {
    float: right;
    list-style: none;
    margin: 0;
    max-width: 79%;
    width: auto
}

.header-widget {
    margin: 0 !important
}

.header-widgets .searchform {
    float: right;
    max-width: 445px;
    width: 77%
}

.social-links {
    background: rgba(0, 0, 0, 0.3);
    padding: 5px 0 0 5px;
    float: right
}

    .social-links a {
        background: rgba(255, 255, 255, 0.11);
        color: #fff;
        float: left;
        font-size: 18px;
        margin: 0 5px 5px 0;
        padding: 7px 0;
        width: 32px;
        text-align: center;
        -webkit-transition: background 0.25s linear;
        -moz-transition: background 0.25s linear;
        transition: background 0.25s linear;
    }

        .social-links a:hover {
            color: #fff
        }

    .social-links .twitter:hover {
        background: #1bb6ec
    }

    .social-links .facebook:hover {
        background: #395aa1
    }

    .social-links .instagram:hover {
        background: #854e3a
    }

    .social-links .youtube:hover {
        background: #cc181e
    }

    .social-links .gplus:hover {
        background: #c23322
    }

    .social-links .pinterest:hover {
        background: #cc2127
    }

    .social-links .flickr:hover {
        background: #ff0080
    }

    .social-links .rss:hover {
        background: #ff8800
    }

    .social-links .linkedin:hover {
        background: #017eb4
    }

.news-ticker {
    float: left;
    height: 30px;
    min-width: 50%;
    overflow: hidden
}

    .news-ticker li {
        overflow: hidden;
        padding: 10px
    }

    .news-ticker a {
        color: #fff;
        text-shadow: none;
        font-size: 14px;
        font-weight: 400;
    }

.boxed-layout {
    float: none;
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

    .boxed-layout .site-header {
        padding-left: 2%;
        padding-right: 2%;
        width: 96%
    }

    .boxed-layout #navigation {
        width: 1195px;
        top: 0px;
        left: 0px;
    }

    .boxed-layout .main-wrapper {
        max-width: 1200px;
        overflow: hidden
    }

    .boxed-layout .main-content {
        border: 0;
        border-top: 1px solid #e1e1e1
    }

    .boxed-layout .current-date {
        margin-left: 6px
    }

    .boxed-layout .featured-section .carousel {
        border-left: 0;
        border-right: 0
    }

.menu, .menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu {
    line-height: 1.0
}

.main-nav {
    margin: auto;
    position: relative;
    width: 1200px
}

.main-navigation .menu ul {
    position: absolute;
    top: -999em;
    width: 13em;
}

    .main-navigation .menu ul li {
        width: 100%
    }

.main-navigation .menu li:hover {
    visibility: inherit;
}

.main-navigation .menu li {
    float: left;
    position: relative
}

    .main-navigation .menu li:first-child {
        float: left;
        position: relative;
        margin-left: 0;
        padding-left: 0;
    }

.main-navigation .menu a {
    display: block;
    position: relative
}

.main-navigation .menu li:hover ul, .main-navigation .menu li.sfHover ul {
    left: 0;
    top: 40px;
    z-index: 99
}

.main-navigation ul.menu li:hover li ul, .main-navigation ul.menu li.sfHover li ul {
    top: -999em
}

.main-navigation ul.menu li li:hover ul, .main-navigation ul.menu li li.sfHover ul {
    left: 14em;
    top: 0
}

.main-navigation ul.menu li li:hover li ul, .main-navigation ul.menu li li.sfHover li ul {
    top: -999em
}

.main-navigation ul.menu li li li:hover ul, .main-navigation ul.menu li li li.sfHover ul {
    left: 14em;
    top: 0
}

.main-navigation {
    background-color: #262626;
    border-bottom: 2px solid #E91B23;
    float: left;
    position: relative;
    width: 100%
}

    .main-navigation a {
        color: #fff;
        font-weight: 400;
        padding: 13px;
    }

    .main-navigation a {
        color: #fff;
        font-weight: 400;
        padding: 13px;
    }

        .main-navigation a:hover, .current-menu-item a {
            background: #E91B23;
            color: #fff
        }

    .main-navigation ul li ul li a:hover {
        background: #1d1d1d;
        color: #fff
    }

    .main-navigation ul ul a {
        border-right: none
    }

#navigation {
    float: left;
    width: 80%;
    position: relative;
}

.top-menu {
    background-color: #252525;
    float: left;
    font-size: 14px;
    width: 100%
}

.current-date {
    color: #fff;
    font-size: 12px;
    float: left;
    margin: 6px 0;
    padding: 6px 10px 5px
}

    .current-date a {
        color: #fff;
        font-size: 12px;
        float: left;
    }

.sfHover a {
    background: #353535;
    color: #fff
}

.sf-arrows .sf-with-ul:hover:after {
    border-top-color: #FFF
}

.sf-arrows ul .sf-with-ul:after {
    top: 18px;
    right: 5px;
    border-color: transparent;
    border-left-color: #fff;
}

.sf-arrows ul .sf-with-ul:hover:after {
    border-top-color: rgba(255,255,255,0);
}

.sf-sub-indicator {
    display: block;
    right: 18px;
    top: 18px;
    position: absolute
}

.sf-js-enabled li a.sf-with-ul {
    padding-right: 30px;
    z-index: 20
}

.menu i {
    display: inline-block;
    margin-right: 5px;
    margin-top: -0.265em;
    vertical-align: middle;
}

.st-container {
    position: relative
}

.off-canvas-container {
    background: #fff;
    position: relative;
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.off-canvas-search {
    padding: 10px 20px
}

    .off-canvas-search .header-search {
        float: none;
        margin: 0;
        width: 100%
    }

    .off-canvas-search .searchform {
        background: transparent
    }

    .off-canvas-search .s {
        float: left;
        padding: 7px 4%;
        width: 74%;
    }

    .off-canvas-search .search-button {
        color: #fff;
        font-size: 14px;
        height: 34px
    }

.st-menu {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: auto;
    width: 300px;
    height: 100%;
    background: #212121;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .st-menu ul {
        margin: 0;
        padding: 0;
    }

        .st-menu ul li {
            display: block;
            position: relative
        }

            .st-menu ul li a {
                display: block;
                padding: 16px 15px;
                box-shadow: inset 0 -1px rgba(0,0,0,0.5), 0 1px rgba(255,255,255,0.06);
                color: #fff;
                text-transform: uppercase;
                letter-spacing: 1px;
                font-weight: 400;
                line-height: 1;
                -webkit-transition: background 0.3s, box-shadow 0.3s;
                transition: background 0.3s, box-shadow 0.3s;
            }

            .st-menu ul li ul li a {
                padding-left: 30px
            }

            .st-menu ul li ul li ul li a {
                padding-left: 45px
            }

            .st-menu ul li a:hover {
                background: rgba(0,0,0,0.2);
                box-shadow: inset 0 -1px rgba(0,0,0,0);
                color: #fff
            }

.side-sub-menu {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    width: 50px
}

    .side-sub-menu .fa {
        color: #fff;
        font-size: 22px;
        margin: 0 2px
    }

.st-menu .side-sub-menu .fa:before {
    line-height: 43px;
    padding: 0 15px;
    position: static
}

.st-menu ul.sub-menu {
    display: none
}

.no-csstransforms3d .main-container, .no-js .main-container {
    padding-left: 0
}

.btn {
    display: none !important
}

#close-button {
    margin: 15px 0;
    text-align: center
}

    #close-button .fa {
        color: #fff;
        cursor: pointer;
        font-size: 22px
    }

.featured-left {
    float: left;
    width: 21%
}

.featured-post {
    float: left;
    max-width: 100%;
    position: relative
}

    .featured-post:hover .post-cats span, .featured-widgetslider:hover .post-cats span {
        background: #222
    }

.featured-post-big {
    width: 58%
}

.featured-s5 {
    width: 25%
}

.featured-big {
    width: 58%
}

.featured-595 {
    width: 49.8%
}

.featured-300 {
    width: 25.1%
}

.featured-502 {
    float: left;
    width: 42%
}

.featured-post .title a {
    color: #fff
}

.featured-post header {
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center;
    padding: 0 5%;
    width: 90%
}

.featured-post .title {
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px 2%
}

.featured-post .post-cats {
    margin-bottom: 10px
}

    .featured-post .post-cats span, .featured-widgetslider .post-cats span {
        background: #e91b23;
        color: #fff;
        display: inline-block;
        padding: 2px 8px;
        -webkit-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        transition: all 0.25s linear;
    }

    .featured-post .post-cats a:hover {
        background: #252525;
        color: #fff
    }

.sidebar .s {
    float: left;
    height: 16px;
    margin: 0;
}

.sidebar .search-button {
    float: left
}

.searchform {
    background: #313131;
    padding: 7px 3%;
    position: relative;
    width: 94%
}

    .searchform fieldset {
        border: 0;
        color: #888;
    }

.s {
    background: #686868;
    border: none;
    color: #fff;
    float: left;
    height: 16px;
    margin: 0;
    padding: 9px 3% 5px;
    width: 76%;
}

.search-button {
    background: #fff;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    min-width: 13px;
    padding: 0;
    height: 30px;
    text-transform: uppercase;
    width: 18%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

header .searchform {
    background: transparent;
    float: right;
    padding: 0;
    width: 20%
}

    header .searchform i {
        position: absolute;
        top: 15px;
        right: 10px;
        z-index: 10
    }

header .s {
    background: rgba(255,255,255,0.2);
    color: #fff;
    padding: 11px 4% 13px;
    width: 76%
}

header .search-button {
    background-color: rgba(255,255,255,0.2);
    height: 40px;
    width: 16%;
    z-index: 99
}

@media only screen and (min-width: 800px) and (max-width: 820px) {
    .current-date, .current-date a {
        color: #fff;
        float: left;
        font-size: 12px;
    }

    .news-sidebar .news-box {
        border-bottom: 1px solid #f7f7f7;
        width: 49%;
        float: left;
        margin-right: 14px;
        min-height: 270px;
    }

        .news-sidebar .news-box:nth-child(2n + 0) {
            border-bottom: 1px solid #f7f7f7;
            width: 49%;
            float: left;
            margin-right: 2px;
        }

        .news-sidebar .news-box:last-child {
            border-bottom: 1px solid #f7f7f7;
            width: 49%;
            float: left;
            margin-right: 0;
        }

    .news-title a:hover {
        color: #2f3e9b;
    }

    .header #logo {
        margin: 14px 0;
    }

    .content-archive, .content-page, .content-single, .main-nav {
        width: 100%;
    }

    .boxed-layout, .boxed-layout .main-header, .boxed-layout .main-wrapper {
        max-width: 930px;
        width: 100%;
    }

    .center-width, .main-header, .main-wrapper {
        width: 96%;
    }

    .current-date {
        font-weight: 700;
        margin: 6px 0;
        line-height: 1.2rem;
    }

    .finance-bar {
        float: left;
        border-left: 1px solid gray;
        padding-left: 5px;
        position: relative;
        overflow: hidden;
        height: 23px;
        line-height: 2.3;
    }

    .finance-bar-item {
        width: 100%;
        display: flex !important;
        font-size: 0.86rem;
        margin-right: 1.07rem;
    }

    .finance-bar-item-name {
        font-weight: 700;
        color: #b4e2e0;
        font-size: 12px;
        margin-right: 0.7rem;
        float: left;
    }

    .finance-bar-item-value, .finance-bar-item-value a {
        font-weight: 700;
        color: #fff;
        margin-right: 0;
        font-size: 12px;
        float: left;
    }

    .finance-bar-item-value {
        margin-left: -5px;
    }

        .finance-bar-item-value a {
            margin-left: 5px;
        }

        .finance-bar-item-value img {
            float: left;
            width: 35px;
            height: 35px;
            position: relative;
            top: -5px;
            margin-left: 2px;
        }

    .finance-bar-item-status-down {
        color: #d9403d;
    }

    .finance-bar-item-status-percent {
        margin-left: 0.35rem;
        font-size: 12px;
        float: left;
        margin-right: 8px;
        color: #d9403d;
    }

    .content-area {
        width: 64.7%;
    }

    .sidebar {
        width: 32.3%;
    }

    .sidebar-small {
        border-top: 1px solid #e1e1e1;
        float: left;
        margin-left: 3%;
        width: 310px;
    }

    .content-home {
        float: left;
        margin: 15px 1% 0 0;
        width: 100%;
    }

    #tabs li a {
        width: 92%;
    }

    #commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
        width: 80%;
    }

    #commentform textarea {
        width: 90%;
    }

    #subscribe-widget input[type="text"] {
        margin-bottom: 10px;
        width: 99%;
    }
}

@media screen and (max-width: 1260px) {
    .current-date, .current-date a {
        color: #fff;
        float: left;
        font-size: 12px;
    }

    .header #logo {
        margin: 14px 0;
    }

    .content-archive, .content-page, .content-single, .main-nav {
        width: 100%;
    }

    .boxed-layout, .boxed-layout .main-header, .boxed-layout .main-wrapper {
        max-width: 930px;
        width: 100%;
    }

    .center-width, .main-header, .main-wrapper {
        width: 96%;
    }

    .current-date {
        font-weight: 700;
        margin: 6px 0;
        line-height: 1.2rem;
    }

    .finance-bar {
        float: left;
        border-left: 1px solid gray;
        padding-left: 5px;
        position: relative;
        overflow: hidden;
        height: 23px;
        line-height: 2.3;
    }

    .finance-bar-item {
        width: 100%;
        display: flex !important;
        font-size: 0.86rem;
        margin-right: 1.07rem;
    }

    .finance-bar-item-name {
        font-weight: 700;
        color: #b4e2e0;
        font-size: 12px;
        margin-right: 0.7rem;
        float: left;
    }

    .finance-bar-item-value, .finance-bar-item-value a {
        font-weight: 700;
        color: #fff;
        margin-right: 0;
        font-size: 12px;
        float: left;
    }

    .finance-bar-item-value {
        margin-left: -5px;
    }

        .finance-bar-item-value a {
            margin-left: 5px;
        }

        .finance-bar-item-value img {
            float: left;
            width: 35px;
            height: 35px;
            position: relative;
            top: -5px;
            margin-left: 2px;
        }

    .finance-bar-item-status-down {
        color: #d9403d;
    }

    .finance-bar-item-status-percent {
        margin-left: 0.35rem;
        font-size: 12px;
        float: left;
        margin-right: 8px;
        color: #d9403d;
    }

    .content-area {
        width: 65.7%;
    }

    .sidebar {
        width: 32%;
    }

    .sidebar-small {
        border-top: 1px solid #e1e1e1;
        float: left;
        margin-left: 3%;
        width: 310px;
    }

    .content-home {
        float: left;
        margin: 15px 1% 0 0;
        width: 100%;
    }

    #tabs li a {
        width: 92%;
    }

    #commentform .comment-form-author, #commentform .comment-form-email, #commentform .comment-form-url {
        width: 80%;
    }

    #commentform textarea {
        width: 90%;
    }

    #subscribe-widget input[type="text"] {
        margin-bottom: 10px;
        width: 99%;
    }
}

@media screen and (max-width: 1110px) {
    .back-to-top {
        right: 5px;
    }
}

@media screen and (max-width: 1024px) {
    .boxed-layout .header #logo {
        margin: 6px 0;
    }

    .boxed-layout, .boxed-layout .main-header, .boxed-layout .main-wrapper {
        max-width: 730px;
        width: 100%;
    }

        .boxed-layout .header, .footer-subscribe .center-width, .footer-widgets, .main-wrapper {
            width: 96%;
        }

    .slider-container .slider, .top-menu {
        width: 100%;
    }

    .featured-post .post-cats, .layout-widget .carousel-content, .slider-controls {
        display: none;
    }

    .featured-post .title16 {
        font-size: 12px;
        line-height: 18px;
    }

    .featured-post .title24 {
        font-size: 20px;
        line-height: 26px;
    }

    .current-date {
        margin-left: 0 !important;
    }

    .social-links {
        clear: both;
        float: left;
        margin-bottom: 5px;
        padding: 5px 0 0;
        text-align: center;
        width: 100%;
    }

        .social-links a {
            float: none;
        }

    #tabs li a {
        width: 91%;
    }

    .social-widget ul li {
        margin-right: 5%;
    }

        .social-widget ul li span {
            width: 50px;
        }

    .featuredslider .title, .widgetslider .title {
        font-size: 20px;
    }

    .featured-section .carousel a:hover p {
        display: none !important;
    }

    .ad-125-widget li, .footer-widget {
        width: 47.5%;
    }

        .footer-widget:nth-child(3) {
            clear: left;
        }
}

@media screen and (max-width: 576px) {
    fieldset {
        display: none;
    }
}

@media screen and (max-width: 800px) and (max-width: 900px) {
    .main-container, .main-header, .off-canvas-container {
        background: 0 0;
    }

    #navigation a, #navigation ul li ul li a {
        padding: 10px 2%;
    }

    .header-widgets {
        float: none !important;
        margin: 0 auto;
        max-width: 100%;
    }

    .st-menu {
        width: 200px;
    }

    .top-menu {
        margin-top: 0;
        position: relative;
        top: -47px;
    }

    .content-wrapper.main-content {
        position: relative;
        top: -66px;
    }

    .main-content {
        position: relative;
        top: 0;
    }

    .site-header #logo {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

        .site-header #logo img {
            width: 20%;
            margin: 2px 2px 20px 100px;
            position: relative;
            z-index: 15;
        }

    .main-header {
        margin: 0 auto;
        width: 100%;
    }

    .site-header {
        padding: 6px 0 13px;
    }

    .main-navigation {
        background-color: #262626;
        border-bottom: 2px solid #e91b23;
        float: left;
        font-size: 14px;
        line-height: 18px;
        position: relative;
        width: 100%;
        top: -61px;
        z-index: 0;
    }

    .sf-sub-indicator, .st-menu ul.children, fieldset {
        display: none;
    }

    .main-navigation a {
        color: #fff;
        font-weight: 400;
        padding: 13px;
    }

    .boxed-layout, .boxed-layout .main-header, .boxed-layout .main-wrapper {
        max-width: 100%;
        width: 100%;
    }

    #navigation {
        height: auto;
        max-width: 100%;
        width: 100%;
        overflow: hidden;
        padding: 0;
    }

        #navigation ul {
            width: 100%;
            display: block;
            height: auto;
        }

        #navigation .menu {
            display: none;
            height: auto;
            clear: both;
        }

        #navigation a, #navigation li {
            border: 0;
            width: 96%;
        }

        #navigation li {
            width: 100%;
        }

        #navigation a {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            -webkit-transition: linear;
            -moz-transition: linear;
            transition: linear;
        }

        #navigation ul.sub-menu {
            display: block !important;
            visibility: visible !important;
            position: relative;
            top: 0;
        }

        #navigation ul li ul li ul li a {
            padding: 10px 4%;
            width: 92%;
        }

    .main-navigation ul.menu li.sfHover li ul, .main-navigation ul.menu li:hover li ul {
        top: -999em;
    }

    .main-navigation ul.menu li li li.sfHover ul, .main-navigation ul.menu li li li:hover ul, .main-navigation ul.menu li li.sfHover ul, .main-navigation ul.menu li li:hover ul, ul.menu li li.sfHover ul, ul.menu li li:hover ul {
        left: 0;
    }

    .main-navigation #navigation a:hover {
        background-color: #fff;
        color: #1d1d1d;
    }

    .current-menu-item a, .main-navigation a:hover {
        background: #262626 !important;
        color: #fff !important;
    }

    .sfHover a {
        background: #262626;
        color: #fff;
    }

    .sf-arrows .sf-with-ul:after {
        right: 20px;
        top: 17px;
    }

    .openNav .off-canvas-container {
        -ms-transform: translate3d(200px, 0, 0);
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }

    .widget-title .head-corner {
        border-color: transparent;
        border-style: solid;
        bottom: 0;
        content: "";
        position: absolute;
    }

    .error404 .page-content header, .page-content header, .single .post header {
        margin: 0 1%;
    }

    .single-title {
        font-size: 3.2857142857rem;
        line-height: 3.4285714286rem;
        margin: 0 0 5px;
        font-weight: 900;
    }

    .single-post-type {
        clear: both;
        margin: 0 1% 20px;
        width: 100%;
    }

    .archive-template-content, .single-page-content, .single-post-content {
        width: 98%;
        padding: 5px;
        margin: 0;
    }

        .single-post-content p, span {
            font-size: 1.05rem;
            line-height: 1.5rem;
        }

    .single-post-type h2 {
        font-size: 1.0714285714rem;
        font-weight: 800;
        line-height: 1.4428571429rem;
    }

    .featured-medium {
        margin: 0 15px 0 0;
        max-width: 100%;
        width: 48.4%;
    }

    .st-menu {
        -ms-transform: translate3d(-50%, 0, 0);
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    .openNav .st-menu {
        visibility: visible;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        -ms-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .btn {
        color: #fff !important;
        display: block !important;
        float: left;
        font-size: 24px;
        cursor: pointer;
        margin: 15px 0 14px 15px !important;
    }

        .btn .icon {
            display: block;
            width: 18px;
            height: 2px;
            margin-top: 3px;
            background-color: #f5f5f5;
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            border-radius: 1px;
            -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
            -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        }

    header .searchform {
        position: absolute;
        top: 0;
        right: 0;
        width: 35%;
    }
}

@media screen and (max-width: 800px) {
    .carousel-content {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .news-title3 > a, .news-title > a {
        margin-bottom: 5px;
        color: #444;
    }

    .featured-post .post-cats, .rss-float {
        display: none;
    }

    .current-date {
        padding: 6px 0 5px;
        text-align: center;
        width: 100%;
    }

    .news-ticker {
        clear: both;
        float: none;
        margin-bottom: 15px;
        text-align: center;
        width: 100%;
    }

        #tabs li a, .news-ticker ul {
            width: 100%;
        }

    .social-links {
        padding: 5px 0 0;
        text-align: center;
        width: 100%;
    }

        .social-links a, .widget .menu li {
            float: none;
        }

    .site-header #logo {
        float: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .slideshow-hover .text-holder {
        color: #fff;
        text-shadow: 1px 1px 1px #000;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        margin-bottom: 1px;
    }

    .slideshow-hover .pagination li:first-child {
        float: left;
        margin: 0;
        padding: 0;
        border: none;
        width: 4.8%;
        font-size: 12px;
        height: auto;
    }

    .slideshow-hover .pagination li:last-child {
        float: right;
        margin: 0;
        padding: 0;
        border: none;
        width: 4.7%;
        font-size: 12px;
        height: auto;
    }

    .slideshow-hover .pagination {
        margin: 0 -5px;
        padding: 0;
        list-style: none;
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-size: 11px;
        line-height: 1;
        display: inline-block;
        vertical-align: top;
    }

    .news-box {
        border-bottom: 1px solid #f7f7f7;
        padding: 0 0 26px;
        min-height: 55px;
        width: 48%;
        float: left;
    }

        .news-box .image > img {
            height: 210px;
            width: 100%;
        }

        .news-box a, .news-box1 a {
            border: none;
            padding: 0;
        }

        .news-box .news-detail {
            overflow: hidden;
            padding: 0;
            float: left;
            width: 100%;
        }

        .news-box .image {
            float: left;
            overflow: hidden;
            width: 100%;
        }

        .news-box .news-category, .news-box1 .news-category {
            line-height: 6px;
        }

            .news-box .news-category > a, .news-box1 .news-category > a {
                color: #ccc;
                font-size: 11px;
                line-height: normal;
            }

                .news-box .news-category > a:hover, .news-box1 .news-category > a:hover {
                    color: #000;
                }

        .news-box .news-title > a {
            font-size: 1.1rem;
            line-height: 1.2rem;
            padding-top: 0;
            margin-bottom: 0;
            font-weight: 900;
        }

    .news-sidebar .news-box .news-time, .news-sidebar1, .news-sidebar1 .news-box1 .news-time, .news-sidebar1 .news-box1 .news-time1 {
        color: #fe7faa;
        margin: 5px 0;
        display: block;
        font-size: 12px;
    }

    .news-title a:hover, .news-title1 a:hover, .news-title2 a:hover, .news-title21 a:hover, .news-title3 a:hover {
        color: #2f3e9b;
    }

    .news-title.large-font > a, .news-title1.large-font > a, .news-title2.large-font > a, .news-title21.large-font > a, .news-title3.large-font > a {
        font-size: 32px;
        line-height: 38px;
    }

    .news-title21 > a, .news-title2 > a {
        color: #444;
        display: block;
        font-size: 15px;
        margin-bottom: 5px;
        line-height: 20px;
        font-weight: 500;
    }

    .news-title3 > a {
        display: block;
        font-size: 1.1rem;
    }

    .news-box:first-child {
        width: 48%;
        float: left;
        margin-right: 14px;
    }

    .news-box:nth-child(odd) {
        width: 49%;
        float: left;
        margin-right: 14px;
    }

    .news-title > a {
        display: block;
        font-size: 21px;
        line-height: normal;
    }

    .news-title1 > a, .news-title3 > a {
        -webkit-line-clamp: 3;
        height: 100%;
        line-height: 1.2rem;
        position: relative;
    }

    .news-sidebar .news-box {
        border-bottom: 1px solid #f7f7f7;
        min-height: 230px;
    }

    .recent-posts-box {
        float: left;
        margin: 0 0 15px;
        position: relative;
        width: 100%;
    }

    .recent-post {
        border-bottom: 1px solid #e6e6e6;
        float: left;
        margin: 0 3.2% 20px 0;
        max-width: 300px;
        width: 48.4%;
    }

    .post-list-box {
        background: #fff;
        float: left;
        margin: 0 2.11% 18px 0;
        position: relative;
        overflow: hidden;
        width: 31.8%;
        max-height: 245px;
    }

        .post-list-box:nth-child(3n + 0) {
            margin-left: 0;
            margin-right: 0;
        }

    .post-list {
        overflow: hidden;
    }

    .post-inner {
        float: left;
        width: 100%;
        min-height: 62px;
        padding-right: 0;
        padding-left: 12px;
        background-color: #fff;
    }

    .post-content {
        clear: both;
        margin-bottom: 10px;
        overflow: hidden;
        padding: 0 5px 5px;
    }

    .pagination a, .slideshow-hover .pagination span, .widget .smallpost:last-child, .widget .widgetslider ul {
        margin: 0;
    }

    .news-title1 > a, .news-titlemag > a {
        margin-bottom: 5px;
        display: block;
    }

    .slideshow-hover .pagination:after {
        content: " ";
        display: block;
        clear: both;
    }

    .slideshow-hover .pagination li {
        float: left;
        margin: 0;
        padding: 0 1px;
        border: none;
        width: 4.7%;
        font-size: 12px;
        height: auto;
    }

    .slideshow-hover .pagination a {
        color: #000;
        display: block;
        padding: 6px 0;
        text-align: center;
    }

    .slideshow-hover .pagination .active a {
        color: #fff;
        background: #e91b23;
    }

    .slideshow-hover .text-holder .text {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        background: rgba(0, 0, 0, 0.5);
        padding: 13px 15px;
    }

    .site-header #logo img {
        width: 16%;
        margin: auto;
    }

    .intro-carousel {
        margin: 0;
        max-height: 460px;
    }

    .slideset img {
        max-height: 530px;
        width: 100%;
        height: 520px;
    }

    .header-widgets {
        float: none !important;
        margin: 0 auto;
        max-width: 100%;
    }

    .featuredslider .title, .widgetslider .title {
        font-size: 16px;
        padding: 2px 2%;
    }

    .main-wrapper {
        float: none;
        margin: auto;
    }

    .content-page, .content-single, .row .col.m6, .sidebar-left .content-page, .sidebar-left .content-single {
        margin-left: 0;
    }

    .bc_layout .content-area, .cb_layout .content-area, .content-area {
        clear: both;
        float: none;
        width: 100%;
    }

    .col-post-d {
        width: 96%;
    }

    .featured-502, .featured-502 .featured-post, .featured-big {
        max-width: 100%;
        width: 100%;
    }

    .featured-post.featured-s5 {
        width: 50%;
    }

    .share-buttons {
        margin-left: 0;
        margin-right: 0;
        padding-left: 3%;
        padding-right: 3%;
    }

    header .searchform {
        width: 46%;
    }

    .bc_layout .sidebar, .bsc_layout .sidebar, .sidebar {
        margin-left: 3%;
        margin-right: 3%;
    }

    .bc_layout .sidebar, .cb_layout .sidebar, .sidebar, .sidebar-small {
        max-width: 100%;
        width: 94%;
    }

    .news-box1 {
        border-bottom: 1px solid #f7f7f7;
        padding: 0;
        min-height: 55px;
    }

        .news-box1 .image > img {
            height: auto !important;
            width: 300px;
            max-height: 150px;
        }

        .news-box1 .news-detail {
            overflow: hidden;
            padding-left: 0;
            padding-bottom: 5px;
            padding-top: 5px;
            float: left;
        }

        .news-box1 .image {
            float: left;
            overflow: hidden;
            max-height: 180px;
        }

        .news-box1 .news-title1 > a {
            font-size: 1rem;
            line-height: 1;
            padding-top: 8px;
            margin-bottom: 0;
            font-weight: 500;
        }

    .row .col.m6 {
        width: 98%;
    }

    .news-title3 > a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-weight: 800 !important;
    }

    .site-header {
        padding: 0;
    }

    .news-titlemag > a {
        color: #444;
        font-size: 16px;
    }

    .news-time .fa.fa-clock-o {
        font-size: 15px;
        margin-right: 5px;
    }

    .news-title1 > a {
        color: #444;
        font-size: 21px;
    }

    .news-sidebar1 .news-box1 {
        min-height: 250px;
        background-color: #fff;
        margin-bottom: 20px;
        width: 100%;
        float: left;
        margin-right: 14px;
    }

        .news-sidebar1 .news-box1:nth-child(2n + 0) {
            min-height: 250px;
            background-color: #fff;
            margin-bottom: 10px;
            width: 100%;
            float: left;
            margin-right: 0;
        }

    .news-content p {
        color: #8b8b8b;
        font-size: 14px;
    }

    .sidbar-box1 {
        border-radius: 3px;
        height: auto;
    }

    .sidbar-box > ul, .sidebar-widget li:last-child {
        margin-bottom: 0;
    }

    .sidebar-title1 {
        border-bottom: 1px solid #eaeaea;
        color: #3f51b5;
        font-size: 17px;
        font-weight: 500;
        padding: 5px 15px;
        text-transform: uppercase;
    }

    .sidbar-box1 a {
        color: #444;
        display: inline-block;
        font-size: 15px;
    }

    .sidebar a, .sidebar-small-widget a, .sidebar-widget a {
        color: #333;
    }

    .sidbar-box1 a:hover {
        color: #3f51b5;
    }

    .news-box1 .news-detail1 {
        min-height: 62px;
        padding-right: 0;
        padding-left: 12px;
        background-color: #fff;
    }

        .news-box1 .news-detail1 .news-title1 {
            height: 49px;
            line-height: 1.8457rem;
            white-space: normal;
            padding-right: 35px;
            font-weight: 700;
            vertical-align: middle;
        }

    .news-title1 > a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-weight: 700;
    }

    .sidebar {
        background: 0 0;
        float: left;
        margin: 0;
        width: 100%;
    }

        .sidebar a {
            -webkit-transition: background-color, color 0.2s linear;
            -moz-transition: background-color, color 0.2s linear;
            transition: background-color, color 0.2s linear;
        }

    .widget {
        margin-bottom: 20px;
        overflow: hidden;
        width: 100%;
    }

    .widget-title {
        border-bottom: 1px solid #e91b23;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 15px;
        position: relative;
    }

        .widget-title .title-span {
            background: #e91b23;
            color: #fff;
            display: inline-block;
            margin-left: 12px;
            padding: 6px 15px;
            position: relative;
        }

        .widget-title .head-corner {
            border-color: transparent #c00 transparent transparent;
            border-style: solid;
            bottom: 0;
            content: "";
            position: absolute;
            border-width: 32px 12px 0;
            left: -12px;
        }

    .sidebar .widget li, .widget li {
        border-bottom: 1px solid #e1e1e1;
    }

    .widget ul {
        margin: 0 0 0 20px;
    }

    .widget li {
        list-style: square;
        margin: 0 0 10px;
        padding: 0 0 5px;
    }

    .sidebar-widget {
        border-top: 0;
        list-style: none;
        margin-bottom: 20px;
        position: relative;
    }

    .sidebar .s {
        float: left;
        height: 16px;
        margin: 0;
    }

    .sidebar .search-button {
        float: left;
    }

    .widget ul li ul li {
        border-bottom: none;
        display: block;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .widget .widgetslider, .widget .widgetslider:after {
        border: 0;
    }

        .widget .widgetslider li {
            border: 0;
            margin: 0;
            padding: 0;
            list-style: none;
        }

    .widget.featured-b {
        border: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .widget .bigpost, .widget .featured-item {
        margin: 0 0 20px;
        width: 100%;
    }

    .widget .smallpost {
        margin: 0 4% 0 0;
        width: 48%;
    }

    .sidebar-small {
        background: #f0f0f0;
        float: left;
        margin: 0 3% 0 0;
        width: 24.7%;
    }

    .small-sidebar {
        border: 1px solid #e1e1e1;
        border-top: 0;
        padding: 15px 8px 0;
    }

    .footer-widget {
        margin: 0 0 10px;
        width: 100%;
    }
}

@media screen and (max-width: 620px) {
    .social-links-label {
        display: none;
    }

    .footer-subscribe form {
        display: block;
        margin: 15px 0 0;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .news-title, .news-title3 {
        line-height: 1.8457rem;
        white-space: normal;
        font-weight: 700;
        vertical-align: middle;
    }

        .news-title2 > a, .news-title3 > a, .news-title > a, .news-titlemag > a, .single-post-type {
            margin-bottom: 5px;
        }

    .featuredslider .post-cats span, .onlyDesktop, .rss-float, .widgetslider .post-cats span {
        display: none;
    }

    .news-box .news-title > a, .news-title3 a {
        -webkit-line-clamp: 3;
        display: flex;
        position: relative;
    }

    .news.horizontal2 .news-image2 img, .news.horizontal2 .news-imagemag img, .news.horizontal3 .news-image2 img, .news.vertical2 .news-image img, .news.vertical3 .news-image2 img, .news.verticalmag .news-image img {
        transition-duration: 1.2s;
    }

    .news.vertical2 {
        height: 195px;
    }

    .news.verticalmag {
        height: 238px;
    }

    .news-description, .news-description2, .news-descriptionmag {
        padding: 8px 10px;
    }

    .news-title3 {
        height: 110px;
        padding-right: 5px;
        float: left;
    }

    .news-title {
        min-height: 70px !important;
        padding-right: 35px;
    }

    .news-title3 a {
        height: 100%;
        justify-content: center;
    }

    .news.vertical2 .news-image2 img {
        height: 140px;
        width: 100%;
        margin-left: 0;
    }

    .single-title {
        font-size: 2.2857142857rem;
        line-height: 2.4285714286rem;
    }

    .news.vertical3 {
        height: 198px;
        width: 96%;
    }

    .news-image3 .news-description3 {
        width: 100% !important;
        height: 80px !important;
    }

        .news-image3 .news-description3 .news-title3 {
            height: 62px !important;
            padding: 2px 5px 0;
        }

    .news-image3, .news.vertical3 .news-image3 img {
        height: 130px;
        width: 100%;
    }

    .news-blog .image .responsive-img, .news-blog2 .image2 .responsive-img2, .news-blog2 .image3 .responsive-img3, .news-blogmag .imagemag .responsive-imgmag {
        display: inherit;
    }

    .news.verticalmag .news-imagemag img {
        height: 168px;
        width: 100%;
    }

    .news-titlemag a {
        font-family: Roboto, Helvetica, Arial, sans-serif;
        font-weight: 600;
        line-height: 26px;
    }

    .z-depth-1 {
        background: 0 0;
    }

    .news-image {
        overflow: hidden;
        width: 100%;
    }

    .news-blog.white .news-title > a {
        color: #444;
    }

    .news-blog.white .news-content p {
        color: #8b8b8b;
    }

    .news.horizontal .news-description {
        border-bottom: 1px solid #eaeaea;
        height: 200px;
    }

    .news.vertidcal .news-image img {
        height: 180px;
        width: 100%;
    }

    .news.horizontal {
        height: 144px;
    }

    .news-box, .news-box:last-child {
        height: 187px;
        background-color: #fff;
        border-bottom: 1px solid #f7f7f7;
    }

    .news.horizontal .news-image img {
        width: 100%;
        min-height: 100%;
        display: block;
        transition: margin-top 250ms linear;
    }

    .news-time {
        color: #fe7faa;
        margin: 10px 0;
        display: block;
        font-size: 12px;
    }

    .solsutun {
        width: 37.6%;
        float: left;
    }

        #tabs li a, .featured-left, .solsutun .post-list-box {
            width: 100%;
        }

    .news-box {
        margin-bottom: 12px;
    }

        .news-box:last-child {
            margin-bottom: 0;
            margin-right: 0;
        }

        .news-box .image > img {
            height: 230px;
            width: 100%;
        }

        .news-box a {
            border: none;
            padding: 0;
        }

        .news-box .news-detail {
            min-height: 100px;
            padding-right: 0;
            padding-left: 12px;
        }

        .news-box .image {
            float: left;
            overflow: hidden;
            width: 100%;
        }

        .news-box .news-category {
            line-height: 6px;
        }

            .news-box .news-category > a {
                color: #ccc;
                font-size: 11px;
                line-height: normal;
            }

                .news-box .news-category > a:hover {
                    color: #000;
                }

        .news-box .news-title > a {
            height: 100%;
            align-items: center;
            width: 100%;
            line-height: 1.5rem;
            font-weight: 800;
        }

    .news-sidebar, .news-sidebar .news-box .news-time {
        color: #fe7faa;
        margin: 5px 0;
        display: block;
        font-size: 12px;
    }

    .news-title a:hover, .news-title2 a:hover, .news-title3 a:hover {
        color: #2f3e9b;
    }

    .news-title.large-font > a, .news-title2.large-font > a, .news-title3.large-font > a {
        font-size: 32px;
        line-height: 38px;
    }

    .news-title2 > a {
        color: #444;
        display: block;
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
    }

    .news-title3 > a {
        color: #444;
        display: block;
        font-size: 1rem;
        line-height: 1rem;
        font-weight: 400;
    }

    .news-titlemag > a {
        color: #444;
        display: block;
        font-size: 16px;
    }

    .news-time .fa.fa-clock-o {
        font-size: 15px;
        margin-right: 5px;
    }

    .news-title > a {
        color: #444;
        display: block;
        font-size: 21px;
        line-height: normal;
    }

    .news-sidebar .news-box {
        border-bottom: 1px solid #f7f7f7;
        width: 100%;
        float: left;
        margin-right: 14px;
        min-height: 270px;
    }

        .news-sidebar .news-box:nth-child(2n + 0) {
            border-bottom: 1px solid #f7f7f7;
            width: 48%;
            float: left;
            margin-right: 2px;
        }

        .news-sidebar .news-box:last-child {
            border-bottom: 1px solid #f7f7f7;
            width: 48%;
            float: left;
            margin-right: 0;
        }

    .news-content p {
        color: #8b8b8b;
        font-size: 14px;
    }

    .sidbar-box {
        border-radius: 0;
        height: auto;
    }

        .featured-item:last-child, .footer-widget .widget, .row, .sidbar-box > ul {
            margin-bottom: 0;
        }

    .sidebar-title {
        border-bottom: 1px solid #eaeaea;
        color: #3f51b5;
        font-size: 17px;
        font-weight: 500;
        padding: 5px 15px;
        text-transform: uppercase;
    }

    .rating-home .percent-sign, .title14 {
        font-size: 14px;
    }

    .sidbar-box a {
        color: #444;
        display: inline-block;
        font-size: 15px;
        width: 100%;
    }

        .sidbar-box a:hover {
            color: #3f51b5;
        }

    .main-navigation {
        background-color: #262626;
        border-bottom: 2px solid #e91b23;
        float: left;
        font-size: 14px;
        line-height: 18px;
        position: relative;
        width: 100%;
        top: -79px;
        z-index: 0;
    }

        .main-navigation a {
            color: #fff;
            font-weight: 400;
            padding: 13px;
        }

    .site-header {
        margin: 0 auto;
        max-width: 987px;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

    .current-date, .social-links {
        width: 92%;
        text-align: center;
    }

    .site-header #logo {
        font-size: 36px;
        line-height: 42px;
        margin: 0;
        float: left;
        width: 100%;
    }

        .site-header #logo img {
            width: 25%;
            margin: 11px 2px 20px 47px;
            position: relative;
            z-index: 2;
        }

    .current-date {
        margin-left: 0 !important;
        padding: 6px 4%;
    }

    .social-links {
        clear: both;
        float: none;
        margin: 0 auto;
        padding-left: 4%;
        padding-right: 4%;
    }

        .social-links a {
            display: inline-block;
            float: none;
        }

    .layout-widget {
        margin-left: 0;
        max-width: 100%;
    }

    .featured-post {
        max-width: 50%;
    }

        .featured-300, .featured-595, .featured-post-big, .featured-post.featured-s5 {
            max-width: 100%;
            width: 100%;
        }

    .featured-item, .featured-medium {
        margin: 0 0 15px;
        width: 100%;
    }

    .featured-thumbnail {
        width: 40%;
    }

    .content-area {
        float: left;
        margin-top: 5px;
    }

    .bigpost, .featured-section li, .post-list-box:nth-child(10), .post-list-box:nth-child(2n + 0), .post-list-box:nth-child(6), .recent-post, .smallpost {
        margin-right: 0;
        width: 100%;
    }

    .carousel-container {
        margin-bottom: 15px !important;
    }

    .col, .col2, .section-container {
        margin: 0 auto 15px;
        width: 100%;
    }

        .col2 .col-post-med {
            margin: 0 4%;
        }

    .col-post-c {
        margin: 0 4% 15px;
        width: 92%;
    }

    .layout-widget .carousel .flex-direction-nav .flex-prev {
        right: 12.4%;
    }

    .module-c-box .col-bottom {
        padding: 0;
    }

    .featured-thumbnail-small {
        width: 30%;
    }

    .white-bg .col-post-c:last-child, .white-bg .col-post-c:nth-last-child(2) {
        border-bottom: 1px solid #e1e1e1;
    }

    .dark-bg .col-post-c:last-child, .dark-bg .col-post-c:nth-last-child(2) {
        border-bottom: 1px solid #3b3b3b;
    }

    .swiper-slide {
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        flex-shrink: 0;
        width: 50%;
        height: 100%;
        position: relative;
    }

    .post-list-box, .post-list-box:nth-child(3n + 0) {
        margin-right: 22px;
        height: 110px;
        width: 100%;
    }

    .post-list-box {
        background: #fff;
        border-bottom: 0 solid #e6e6e6;
    }

    .title14 {
        line-height: 20px;
        margin-bottom: 5px;
    }

    .title15 {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 4px;
    }

    .title16, .title18 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .title16 {
        line-height: 1.2rem;
        font-weight: 300;
    }

    .title18 {
        line-height: 24px;
        font-weight: 500;
    }

    .social-btn-title {
        margin: 0 0 10px;
        padding: 0;
        width: 100%;
    }

    .post-medium-inner, .post-medium-inner-ilan {
        float: left;
        overflow: visible;
        width: 100%;
    }

    .sidebar {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .section {
        margin: 0;
    }

    .featured-small {
        clear: both;
        float: none;
        margin: 0 0 15px;
        overflow: hidden;
        width: 100%;
    }

    .review-summary {
        width: 94%;
    }

    .final-score-box {
        width: 96%;
    }

    .commentlist .comment .children {
        margin-left: 10%;
        width: 90%;
    }

    .commentlist .comment ul .children {
        margin-left: 0;
        width: 100%;
    }

    .footer-widget {
        margin: 0 0 20px;
        width: 100%;
    }

    #commentform textarea {
        width: 92.5%;
    }

    .rating-home-percent {
        font-size: 22px;
        line-height: 28px;
    }

    .copyright-text {
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
}

.widgettitle a {
    color: black;
    font-size: 19px;
}

@media screen and (max-width: 400px) {
    .onlyDesktop {
        display: none;
    }

    .single-title {
        font-size: 1.98571rem;
        line-height: 2.2857rem;
        margin: 0 0 5px;
        font-weight: 800 !important;
    }

    .post-meta {
        color: #777;
        font-size: 11px;
        margin: 0;
    }

    .post-author {
        margin: 0;
    }

    .intro-carousel {
        margin: 0;
        height: 260px;
    }

    .post-content b {
        font-size: 15px;
        line-height: 19px;
        font-weight: 600;
    }

    .title18 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .st-menu {
        position: fixed;
        top: 0;
        left: 0;
        visibility: hidden;
        overflow: hidden;
        overflow-y: auto;
        width: 200px;
        height: 100%;
        background: #212121;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .main-content, .main-navigation, .off-canvas-container, .recent-posts-box, .st-container {
        position: relative;
    }

    .title {
        font-weight: 800;
        margin-bottom: 10px;
    }

    .content-single {
        float: left;
        margin: 0;
        padding: 5px 0;
        width: 100%;
    }

    .social-btn a {
        color: #fff;
        display: block;
        float: left;
        font-size: 11px;
        line-height: 28px;
        margin: 0 5px 10px 0;
        padding: 3px 0;
        text-align: center;
        width: 72px;
    }

    .single-tags {
        margin: 20px 0 0;
        padding: 0 3%;
        font-size: 14px;
    }

    .share-buttons {
        margin-left: 0;
        margin-right: 0;
        padding-left: 3%;
        padding-right: 10%;
    }

    .social-btn-title {
        margin: 0 5px 10px;
        padding: 0;
        width: 40%;
        line-height: 38px;
    }

    .featured-thumbnail img {
        float: left;
        width: 100%;
        height: auto;
        margin-right: 5px;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
    }

    .author-box img {
        margin: 0 20px 0 0;
        heigth: auto;
    }

    .post-content img {
        width: 100%;
        height: auto !important;
    }

    .news-sidebar1 .news-box1:nth-child(2n + 0) {
        min-height: 210px;
        margin-bottom: 20px;
    }

    .post-inner {
        float: left;
        padding: 0 10px;
        width: 49%;
    }

    .recent-posts-box {
        float: left;
        margin: 00px 0 15px;
        width: 100%;
    }

    .news-box {
        border-bottom: 1px solid #f7f7f7;
        padding: 0;
    }

    .news-sidebar .news-box {
        height: auto;
        border-bottom: 1px solid #f7f7f7;
        width: 47%;
        float: left;
    }

    .news-box .image > img {
        height: 250px;
        width: 100%;
    }

    .news-box .image {
        float: left;
        overflow: hidden;
    }

    .news-box .news-title > a {
        font-size: 16px;
        line-height: 20px;
        padding-top: 0;
        margin-bottom: 0;
        font-weight: 800;
    }

    p {
        margin-bottom: 20px;
        line-height: 22px;
    }

    .post-content {
        color: #000;
        line-height: 19px;
        font-weight: 400;
        font-style: normal;
        font-size: 15px;
    }

    .slideshow-hover .text-holder .text {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        background: #000;
    }

    .intro-carousel .text-holder .text {
        font-size: 15px;
        padding: 13px 18px;
        font-weight: 700;
    }

    .slideshow-hover .text-holder {
        color: #fff;
        position: absolute;
        bottom: -45px;
        left: 0;
        right: 0;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .carousel-container {
        margin-bottom: 15px !important;
    }

    .col, .col2, .section-container {
        margin: 0 auto;
        width: 100%;
    }

    .main-container {
        background: 0 0;
        width: 100%;
    }

    .off-canvas-container {
        background: 0 0;
        height: 100%;
        overflow: hidden;
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }

    .main-header {
        background: 0 0;
        margin: 0 auto;
        width: 100%;
    }

    .main-navigation {
        background-color: #262626;
        border-bottom: 2px solid #e91b23;
        float: left;
        font-size: 14px;
        line-height: 18px;
        width: 100%;
        top: -76px;
        z-index: 0;
    }

        .main-navigation a {
            color: #fff;
            font-weight: 400;
            padding: 13px;
        }

    .site-header {
        margin: 0 auto;
        max-width: 987px;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

        .site-header #logo {
            font-size: 36px;
            line-height: 42px;
            margin: 0;
            float: left;
            width: 100%;
        }

            .site-header #logo img {
                width: 25%;
                margin: 11px 2px 33px 47px;
                position: relative;
                z-index: 2;
            }

    .header-widgets {
        float: none !important;
        margin: 0 auto;
        max-width: 100%;
    }

    .title16 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .ad-300-widget {
        clear: both;
        margin: auto;
        float: none;
        max-width: 300px;
        width: 100%;
        padding-right: 0;
    }

    .main-content {
        border-top: none;
        clear: both;
        margin: auto;
        overflow: hidden;
        max-width: 100%;
        top: -5px;
        left: 0;
    }

    .ad-widget-728 {
        clear: both;
        margin: 0 auto;
        max-width: 100%;
        width: 90%;
    }

        .ad-widget-728 img {
            width: 90%;
        }

    @media screen and (max-width: 320px) and (max-width: 360px) {
        .onlyDesktop {
            display: none;
        }

        .site-header #logo {
            font-size: 36px;
            line-height: 42px;
            margin: 0;
            float: left;
            width: 100%;
        }

        .post-list {
            width: 100%;
        }

        .main-container {
            background: 0 0;
            width: 100%;
        }

        .off-canvas-container {
            background: 0 0;
            position: relative;
            height: 100%;
            overflow: hidden;
            -webkit-transition: -webkit-transform 0.5s;
            transition: transform 0.5s;
        }

        .main-header {
            background: 0 0;
            margin: 0 auto;
            width: 100%;
        }

        .site-header #logo img {
            width: 25%;
            margin: 11px 2px 20px 47px;
            position: relative;
            z-index: 2;
        }

        .main-navigation {
            background-color: #262626;
            border-bottom: 2px solid #e91b23;
            float: left;
            font-size: 14px;
            line-height: 18px;
            position: relative;
            width: 100%;
            top: -73px;
            z-index: 0;
        }

            .main-navigation a {
                color: #fff;
                font-weight: 400;
                padding: 13px;
            }

        .site-header {
            margin: 0 auto;
            max-width: 987px;
            overflow: hidden;
            padding: 0;
            width: 100%;
        }

        .ad-widget-728, .header-widgets, .main-content {
            margin: 0 auto;
            max-width: 100%;
        }

        .header-widgets {
            float: none !important;
        }

        .main-content {
            border-top: none;
            clear: both;
            overflow: hidden;
        }

        .ad-widget-728 {
            clear: both;
            width: 90%;
        }

            .ad-widget-728 img {
                width: 90%;
            }
    }
}

@media only screen and (min-width: 912px and max-width:963px) {
    .recent-posts-box .post-list-box .post-list img {
        height: 120px !important;
    }

    .news-title3 > a {
        font-size: 1rem;
    }

    .content-area {
        width: 65% !important;
    }

    .row .col.l9 {
        width: 74.6% !important;
    }

    .row .col.m12 {
        width: 25%;
    }

    .sidbar-box {
        padding-left: 5px;
    }

    .news-box {
        width: 49%;
        float: left;
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 15px;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 26%;
    height: 100%;
    position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform, height;
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -ms-transition-property: -ms-transform;
        transition-property: transform, height;
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff;
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width:767px) {
    body, html {
        font-size: 11px !important;
    }

    .header {
        height: 46px;
    }

    .swiper-slide {
        width: 26%;
        height: 100%;
        position: relative;
    }

    .row .col.l33:first-child {
        position: relative;
    }
}

@media only screen and (min-width:1025px) {
}

.news-title3, .news-title3-inline {
    line-height: 1.8457rem;
    white-space: normal;
    font-weight: 800
}

.fade-in, ul.staggered-list li {
    opacity: 0
}

.clearfix, .row:after {
    clear: both
}

.arabosluk {
    height: 21px;
    width: 100%
}

.araboslukgaleri {
    height: 21px;
    margin-top: 10px;
    padding: 20px
}

.araboslukana {
    height: 21px;
    display: block;
    margin-bottom: 5px;
    width: 100%
}

.araboslukside {
    height: 29px
}

.blockquote {
    background-color: #444;
    color: #fff;
    font-size: 18px;
    padding: 25px 40px
}

.arabosluk2 {
    height: 13px
}

.arabosluk3 {
    height: 10px
}

.news-blog {
    position: relative;
    min-height: 325px
}

    .news-blog .image .responsive-img {
        min-height: 325px;
        display: inherit
    }

    .news-blog .news-description {
        position: absolute;
        bottom: 0;
        width: 100%
    }

    .news-blog .news-time {
        background: rgba(0,0,0,.5);
        display: inline-block;
        padding: 5px 10px
    }

    .news-blog.white .news-time {
        background: 0 0;
        display: inherit;
        padding: 0
    }

    .news-blog .news-title > a {
        color: #fff;
        font-size: 30px;
        line-height: 35px
    }

    .news-blog .news-content p {
        color: #fff
    }

    .news-blog .video-container {
        padding-bottom: 71.8%
    }

    .news-blog.solid {
        background-color: #3e50b4
    }

    .news-blog.white .news-description, .z-depth-1 {
        background: 0 0
    }

    .news-blog.solid .news-title > a {
        font-size: 25px;
        font-style: italic;
        margin-bottom: 60px
    }

    .news-blog.solid .news-description {
        padding: 100px 30px 20px;
        position: relative;
        background: 0 0
    }

.quote .fa {
    color: #ff7fab;
    font-size: 35px;
    margin-bottom: 40px
}

.news-blog .news-category {
    position: absolute;
    width: 100%;
    padding: 0 0 0 25px;
    top: 20px;
    z-index: 99
}

    .news-blog .news-category span {
        color: #fff;
        font-size: 12px;
        padding: 3px 10px;
        border-radius: 2px
    }

    .news-blog .news-category .fa {
        float: right;
        margin: 2px 25px 0 0;
        color: #7c7852;
        font-size: 22px;
        z-index: 99
    }

    .news-blog .news-category .news-category-dropdown li ul {
        top: 25px;
        width: 85px
    }

        .news-blog .news-category .news-category-dropdown li ul li a {
            display: inline-block;
            padding: 5px 10px;
            font-size: 13px
        }

.news.horizontal .news-image img, .news.vertical2 .news-image img, .news.vertical3 .news-image img {
    transition-duration: 1.2s;
    height: 144px
}

.news {
    background-color: #fff;
    overflow: hidden
}

    .news.vertical {
        height: 205px
    }

    .news.horizontal2 .news-image2 img, .news.horizontal2 .news-imagemag img, .news.horizontal3 .news-image2 img, .news.vertical2 .news-image img, .news.vertical2 .news-image2 img, .news.vertical3 .news-image2 img, .news.verticalmag .news-image img {
        transition-duration: 1.2s
    }

    .news.vertical2 {
        height: 195px
    }

    .news.vertical3 {
        height: 242px;
        width: 95%
    }

    .news.verticalmag {
        height: 238px
    }

.news-description, .news-description2, .news-descriptionmag {
    padding: 8px 10px
}

.news-description3, .news-image3 .news-description3 {
    background-color: #fff;
    padding-left: 5px;
    display: flex;
    position: relative;
    overflow: hidden
}

.news-description3 {
    align-items: center
}

.news-description3-inline {
    background-color: #fff;
    width: 55%;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 10px
}

.news-image3 .news-description3 {
    width: 100%;
    align-items: center
}

.news-title3 {
    height: 62px;
    padding-right: 10px;
    vertical-align: middle
}

.news-title3-inline {
    padding-right: 5px;
    vertical-align: middle
}

.news-box1 .news-detail1 .news-title1, .news-title {
    line-height: 1.8457rem;
    white-space: normal;
    padding-right: 10px;
    vertical-align: middle
}

.news-title {
    height: 62px;
    font-weight: 700
}

.news-title3 a, .news-title3-inline a {
    -webkit-line-clamp: 3;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative
}

.news.vertical2 .news-image2 img {
    height: 140px;
    width: 100%;
    margin-left: 0
}

.news.vertical3 .news-image3 img {
    height: 178px;
    width: 100%
}

.news-blog2 .image2 .responsive-img2, .news-blog2 .image3 .responsive-img3, .news-blogmag .imagemag .responsive-imgmag {
    display: inherit
}

.news.verticalmag .news-imagemag img {
    height: 168px;
    width: 100%
}

.news-titlemag a {
    font-family: Hind;
    font-weight: 600;
    line-height: 26px
}

.news-image {
    overflow: hidden;
    width: 100%
}

.news-blog.white .news-title > a {
    color: #444
}

.news-blog.white .news-content p {
    color: #8b8b8b
}

.news.horizontal .news-description {
    border-bottom: 1px solid #eaeaea;
    height: 200px
}

.news.vertidcal .news-image img {
    height: 180px;
    width: 100%
}

.news.horizontal {
    height: 144px
}

.news-box, .news-box:last-child {
    height: 264px;
    background-color: #fff;
    border-bottom: 1px solid #f7f7f7
}

.news.horizontal .news-image img {
    width: 100%;
    min-height: 100%;
    display: block;
    transition: margin-top 250ms linear
}

.news-time {
    color: #fe7faa;
    margin: 10px 0;
    display: block;
    font-size: 12px
}

.solsutun {
    width: 37.6%;
    float: left
}

    .cols, .solsutun .post-list-box {
        width: 100%
    }

.news-box {
    margin-bottom: 26px
}

    .news-box:last-child {
        margin-bottom: 0
    }

    .news-box .image > img {
        height: 197px;
        width: 100%
    }

    .news-box a, .news-box1 a {
        border: none;
        padding: 0
    }

    .news-box .news-detail {
        min-height: 62px;
        padding-right: 0;
        padding-left: 12px
    }

    .news-box .image {
        float: left;
        overflow: hidden;
        width: 100%
    }

    .news-box .news-category, .news-box1 .news-category {
        line-height: 6px
    }

        .news-box .news-category > a, .news-box1 .news-category > a {
            color: #ccc;
            font-size: 11px;
            line-height: normal
        }

            .news-box .news-category > a:hover, .news-box1 .news-category > a:hover {
                color: #000
            }

    .news-box .news-title > a {
        -webkit-line-clamp: 3;
        height: 100%;
        display: flex;
        position: relative;
        align-items: center;
        width: 100%;
        line-height: 1.9rem;
        font-weight: 700;
        font-size: 18px
    }

.news-sidebar .news-box .news-time, .news-sidebar1 .news-box1 .news-time, .news-sidebar1 .news-box1 .news-time1 {
    color: #fe7faa;
    margin: 5px 0;
    display: block;
    font-size: 12px
}

.news-title a:hover, .news-title1 a:hover, .news-title2 a:hover, .news-title21 a:hover, .news-title3 a:hover {
    color: #2f3e9b
}

.news-title.large-font > a, .news-title1.large-font > a, .news-title2.large-font > a, .news-title21.large-font > a, .news-title3.large-font > a {
    font-size: 32px;
    line-height: 38px
}

.news-title21 > a, .news-title2 > a {
    color: #444;
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: 500
}

.news-title3 > a {
    color: #444;
    font-size: 1.1rem
}

.news-title3-inline > a {
    color: #444;
    font-size: 16px !important;
    line-height: 1.6rem;
    font-weight: 800;
    font-family: Roboto;
}

.news-title > a {
    color: #444;
    display: block;
    font-size: 21px;
    margin-bottom: 5px;
    line-height: normal
}

.news-sidebar .news-box {
    border-bottom: 1px solid #f7f7f7
}

.sidbar-box {
    border-radius: 0;
    height: auto
}

.sidebar-title, .sidebar-title1 {
    border-bottom: 1px solid #eaeaea;
    color: #3f51b5;
    font-size: 17px;
    font-weight: 500;
    padding: 5px 15px;
    text-transform: uppercase
}

.sidbar-box a {
    color: #444;
    display: inline-block;
    font-size: 15px;
    height: 200px;
    width: 100%;
}

    .sidbar-box a:hover, .sidbar-box1 a:hover {
        color: #3f51b5
    }

.materialize-red.lighten-5 {
    background-color: #fdeaeb !important
}

.materialize-red-text.text-lighten-5 {
    color: #fdeaeb !important
}

.materialize-red.lighten-4 {
    background-color: #f8c1c3 !important
}

.materialize-red-text.text-lighten-4 {
    color: #f8c1c3 !important
}

.materialize-red.lighten-3 {
    background-color: #f3989b !important
}

.materialize-red-text.text-lighten-3 {
    color: #f3989b !important
}

.materialize-red.lighten-2 {
    background-color: #ee6e73 !important
}

.materialize-red-text.text-lighten-2 {
    color: #ee6e73 !important
}

.materialize-red.lighten-1 {
    background-color: #ea454b !important
}

.materialize-red-text.text-lighten-1 {
    color: #ea454b !important
}

.materialize-red {
    background-color: #e51c23 !important
}

.materialize-red-text {
    color: #e51c23 !important
}

.materialize-red.darken-1 {
    background-color: #d0181e !important
}

.materialize-red-text.text-darken-1 {
    color: #d0181e !important
}

.materialize-red.darken-2 {
    background-color: #b9151b !important
}

.materialize-red-text.text-darken-2 {
    color: #b9151b !important
}

.materialize-red.darken-3 {
    background-color: #a21318 !important
}

.materialize-red-text.text-darken-3 {
    color: #a21318 !important
}

.materialize-red.darken-4 {
    background-color: #8b1014 !important
}

.materialize-red-text.text-darken-4 {
    color: #8b1014 !important
}

.red.lighten-5 {
    background-color: #ffebee !important
}

.red-text.text-lighten-5 {
    color: #ffebee !important
}

.red.lighten-4 {
    background-color: #ffcdd2 !important
}

.red-text.text-lighten-4 {
    color: #ffcdd2 !important
}

.red.lighten-3 {
    background-color: #ef9a9a !important
}

.red-text.text-lighten-3 {
    color: #ef9a9a !important
}

.red.lighten-2 {
    background-color: #e57373 !important
}

.red-text.text-lighten-2 {
    color: #e57373 !important
}

.red.lighten-1 {
    background-color: #ef5350 !important
}

.red-text.text-lighten-1 {
    color: #ef5350 !important
}

.red {
    background-color: #f44336 !important
}

.red-text {
    color: #f44336 !important
}

.red.darken-1 {
    background-color: #e53935 !important
}

.red-text.text-darken-1 {
    color: #e53935 !important
}

.red.darken-2 {
    background-color: #d32f2f !important
}

.red-text.text-darken-2 {
    color: #d32f2f !important
}

.red.darken-3 {
    background-color: #c62828 !important
}

.red-text.text-darken-3 {
    color: #c62828 !important
}

.red.darken-4 {
    background-color: #b71c1c !important
}

.red-text.text-darken-4 {
    color: #b71c1c !important
}

.red.accent-1 {
    background-color: #ff8a80 !important
}

.red-text.text-accent-1 {
    color: #ff8a80 !important
}

.red.accent-2 {
    background-color: #ff5252 !important
}

.red-text.text-accent-2 {
    color: #ff5252 !important
}

.red.accent-3 {
    background-color: #ff1744 !important
}

.red-text.text-accent-3 {
    color: #ff1744 !important
}

.red.accent-4 {
    background-color: #d50000 !important
}

.red-text.text-accent-4 {
    color: #d50000 !important
}

.pink.lighten-5 {
    background-color: #fce4ec !important
}

.pink-text.text-lighten-5 {
    color: #fce4ec !important
}

.pink.lighten-4 {
    background-color: #f8bbd0 !important
}

.pink-text.text-lighten-4 {
    color: #f8bbd0 !important
}

img {
    border: 0
}

.btn-floating:hover, .z-depth-1-half {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)
}

.z-depth-2 {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)
}

.z-depth-3 {
    -webkit-box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
    -moz-box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)
}

.modal, .z-depth-4 {
    -webkit-box-shadow: 0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21);
    -moz-box-shadow: 0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21);
    box-shadow: 0 16px 28px 0 rgba(0,0,0,.22),0 25px 55px 0 rgba(0,0,0,.21)
}

.z-depth-5 {
    -webkit-box-shadow: 0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22);
    -moz-box-shadow: 0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22);
    box-shadow: 0 27px 24px 0 rgba(0,0,0,.2),0 40px 77px 0 rgba(0,0,0,.22)
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ef9a9a
}

img.responsive-img, video.responsive-video {
    max-width: 100%;
    height: 150px
}

.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px
}

.parallax, .parallax img {
    position: absolute;
    bottom: 0
}

.parallax {
    top: 0;
    left: 0;
    right: 0;
    z-index: -1
}

    .parallax img {
        display: none;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        transform: translateX(-50%)
    }

.pin-bottom, .pin-top {
    position: relative
}

.pinned {
    position: fixed !important
}

.fade-in {
    transform-origin: 0 50%
}

.container {
    margin: 0 auto;
    max-width: 1195px;
    width: 90%
}

    .container .row {
        margin-left: 0;
        margin-right: 0
    }

.section.no-pad {
    padding: 0
}

.section.no-pad-bot {
    padding-bottom: 0
}

.section.no-pad-top {
    padding-top: 0
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

    .row:after {
        content: "";
        display: table
    }

    .row .col {
        float: right;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 .05rem
    }

    .row .col2 {
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0
    }

        .row .col2.s12 {
            width: 97%;
            margin-left: 0
        }

    .row .col.s1 {
        width: 8.33333%;
        margin-left: 0
    }

    .row .col.s2 {
        width: 16.66667%;
        margin-left: 0
    }

    .row .col.s3 {
        width: 25%;
        margin-left: 0
    }

    .row .col.s4 {
        width: 33.33333%;
        margin-left: 0
    }

    .row .col.s5 {
        width: 41.66667%;
        margin-left: 0
    }

    .row .col.s6 {
        width: 50%;
        margin-left: 0
    }

    .row .col.s7 {
        width: 58.33333%;
        margin-left: 0
    }

    .row .col.s8 {
        width: 66.66667%;
        margin-left: 0
    }

    .row .col.s9 {
        width: 75%;
        margin-left: 0
    }

    .row .col.s10 {
        width: 83.33333%;
        margin-left: 0
    }

    .row .col.s11 {
        width: 91.66667%;
        margin-left: 0
    }

    .row .col.s12 {
        width: 100%;
        margin-left: 0
    }

    .row .col.offset-s1 {
        margin-left: 8.33333%
    }

    .row .col.offset-s2 {
        margin-left: 16.66667%
    }

    .row .col.offset-s3 {
        margin-left: 25%
    }

    .row .col.offset-s4 {
        margin-left: 33.33333%
    }

    .row .col.offset-s5 {
        margin-left: 41.66667%
    }

    .row .col.offset-s6 {
        margin-left: 50%
    }

    .row .col.offset-s7 {
        margin-left: 58.33333%
    }

    .row .col.offset-s8 {
        margin-left: 66.66667%
    }

    .row .col.offset-s9 {
        margin-left: 75%
    }

    .row .col.offset-s10 {
        margin-left: 83.33333%
    }

    .row .col.offset-s11 {
        margin-left: 91.66667%
    }

    .row .col.offset-s12 {
        margin-left: 100%
    }

@media only screen and (min-width :601px) {
    .container {
        width: 85%
    }

    .row .col.m1 {
        width: 8.33333%;
        margin-left: 0
    }

    .row .col.m2 {
        width: 16.66667%;
        margin-left: 0
    }

    .row .col.m3 {
        width: 25%;
        margin-left: 0
    }

    .row .col.m4 {
        width: 33.33333%;
        margin-left: 0
    }

    .row .col.m5 {
        width: 41.66667%;
        margin-left: 0
    }

    .row .col.m6 {
        width: 98%;
        margin-left: 0
    }

    .row .col.m7 {
        width: 58.33333%;
        margin-left: 0
    }

    .row .col.m8 {
        width: 66.66667%;
        margin-left: 0
    }

    .row .col.m9 {
        width: 75%;
        margin-left: 0
    }

    .row .col.m10 {
        width: 83.33333%;
        margin-left: 0
    }

    .row .col.m11 {
        width: 91.66667%;
        margin-left: 0
    }

    .row .col.m12 {
        width: 100%;
        margin-left: 0
    }

    .row .col.offset-m1 {
        margin-left: 8.33333%
    }

    .row .col.offset-m2 {
        margin-left: 16.66667%
    }

    .row .col.offset-m3 {
        margin-left: 25%
    }

    .row .col.offset-m4 {
        margin-left: 33.33333%
    }

    .row .col.offset-m5 {
        margin-left: 41.66667%
    }

    .row .col.offset-m6 {
        margin-left: 50%
    }

    .row .col.offset-m7 {
        margin-left: 58.33333%
    }

    .row .col.offset-m8 {
        margin-left: 66.66667%
    }

    .row .col.offset-m9 {
        margin-left: 75%
    }

    .row .col.offset-m10 {
        margin-left: 83.33333%
    }

    .row .col.offset-m11 {
        margin-left: 91.66667%
    }

    .row .col.offset-m12 {
        margin-left: 100%
    }
}

@media (min-width: 768px) and (max-width: 1060px) {
    .row .col.l3 {
        width: 100% !important;
    }

    .row .col.m12 {
        width: 100% !important;
    }

    .news-box {
        width: 49%;
        float: left;
        margin-right: 10px;
    }

        .news-box:last-child {
            width: 49%;
            float: right;
            margin-right: 0px;
        }
}

@media only screen and (min-width :993px) {
    .container {
        width: 70%
    }

    .row .col.m12 {
        width: 76%;
    }

    .row .col.l1 {
        width: 8.33333%;
        margin-left: 0
    }

    .row .col.l2 {
        width: 16.66667%;
        margin-left: 0
    }

    .row .col.l3 {
        width: 22.1%;
        margin-left: 19.07px;
        margin-right: 0
    }

    .row .col.l33 {
        width: 95%;
        margin-left: 18px;
        margin-top: 0
    }

        .row .col.l33:last-child {
            width: 22.5%;
            margin-left: 18px;
            margin-top: 0
        }

        .row .col.l33:first-child {
            width: 100%;
            margin-left: 0;
            margin-top: 0
        }

    .row .col.l333 {
        width: 45%;
        margin-left: 0;
        margin-top: 0
    }

    .row .col.l4 {
        width: 39.33333%;
        margin-left: 0
    }

    .row .col.l5 {
        width: 52.4%;
        margin-left: 17px
    }

    .row .col.la55 {
        width: 49.022%;
        margin-left: 0;
        margin-right: 19px
    }

        .row .col.la55:last-child {
            width: 49%;
            margin-left: 0;
            margin-right: 0
        }

    .row .col.l6 {
        width: 33.3%;
        margin-left: 0
    }

    .row .col.l7 {
        width: 58.33333%;
        margin-left: 0
    }

    .row .col.l8 {
        width: 60.4%;
        margin-left: 0
    }

    .slideshow-hover .pagination li {
        width: 4.75% !important;
    }

    .row .col.l10 {
        width: 83.33333%;
        margin-left: 0
    }

    .row .col.l11 {
        width: 91.66667%;
        margin-left: 0
    }

    .row .col.l12, .row .col.l12:last-child {
        width: 100%;
        margin-left: 0
    }

        .row .col.l12:last-child {
            margin-top: 10px
        }

    .row .col.offset-l1 {
        margin-left: 8.33333%
    }

    .row .col.offset-l2 {
        margin-left: 16.66667%
    }

    .row .col.offset-l3 {
        margin-left: 25%
    }

    .row .col.offset-l4 {
        margin-left: 33.33333%
    }

    .row .col.offset-l5 {
        margin-left: 41.66667%
    }

    .row .col.offset-l6 {
        margin-left: 50%
    }

    .row .col.offset-l7 {
        margin-left: 58.33333%
    }

    .row .col.offset-l8 {
        margin-left: 66.66667%
    }

    .row .col.offset-l9 {
        margin-left: 75%
    }

    .row .col.offset-l10 {
        margin-left: 83.33333%
    }

    .row .col.offset-l11 {
        margin-left: 91.66667%
    }

    .row .col.offset-l12 {
        margin-left: 100%
    }
}

.news-box1 {
    border-bottom: 1px solid #f7f7f7;
    padding: 0;
    min-height: 55px
}

    .news-box1 .image > img {
        height: auto !important;
        width: 300px;
        max-height: 150px
    }

    .news-box1 .news-detail {
        overflow: hidden;
        padding-left: 0;
        padding-bottom: 5px;
        padding-top: 5px;
        float: left
    }

    .news-box1 .image {
        float: left;
        overflow: hidden;
        max-height: 180px
    }

    .news-box1 .news-title1 > a {
        font-size: 1.1rem;
        line-height: 1;
        padding-top: 8px;
        margin-bottom: 0;
        font-weight: 500
    }

.news-title1 > a, .news-title3 > a {
    -webkit-line-clamp: 3;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    width: 100%;
    line-height: 1.2rem;
    font-weight: 700
}

.news-title1 > a, .news-titlemag > a {
    color: #444;
    display: block;
    margin-bottom: 5px
}

.news-titlemag > a {
    font-size: 16px
}

.news-time .fa.fa-clock-o {
    font-size: 15px;
    margin-right: 5px
}

.news-title1 > a {
    font-size: 21px
}

.news-sidebar1 .news-box1 {
    min-height: 210px;
    background-color: #fff;
    margin-bottom: 20px
}

.news-content p {
    color: #8b8b8b;
    font-size: 14px
}

.sidbar-box1 {
    border-radius: 3px;
    height: auto
}

.sidbar-box > ul {
    margin-bottom: 0
}

.sidbar-box1 a {
    color: #444;
    display: inline-block;
    font-size: 15px
}

.news-box1 .news-detail1 {
    min-height: 62px;
    padding-right: 0;
    padding-left: 12px;
    background-color: #fff
}

    .news-box1 .news-detail1 .news-title1 {
        height: 49px;
        font-weight: 700
    }

.intro-carousel {
    margin: 0 0 0px;
    max-height: 560px;
}

.dark-style .intro-carousel {
    margin-bottom: 10px;
}

.intro-carousel .text-holder .text {
    font-size: 35px;
    padding: 18px 18px;
    font-weight: bold;
}

.intro-carousel .text-holder .author {
    font-size: 30px;
    padding: 2px 33px 2px 18px;
    display: inline-block;
    vertical-align: bottom;
}

.intro-carousel .share-row {
    margin: 0 0 7px;
}

.cycle-gallery .slide, .carousel-hover .slide, .carousel .slide {
    float: left;
}

.slideshow-hover {
    position: relative;
    text-align: center;
}

    .slideshow-hover .mask {
        position: relative;
        text-align: left;
    }

    .slideshow-hover .slide {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
    }

        .slideshow-hover .slide img {
        }

        .slideshow-hover .slide.active {
            z-index: 2;
            width: 100%;
        }

    .slideshow-hover.not-enough-slides a.btn-prev, .slideshow-hover.not-enough-slides a.btn-next {
        visibility: hidden;
    }

    .slideshow-hover .text-holder {
        color: #fff;
        text-shadow: 1px 1px 1px #000;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        margin-bottom: 1px;
    }

        .slideshow-hover .text-holder h3 {
            color: #fff;
            text-shadow: 1px 1px 1px #000;
            font-family: "Roboto",Helvetica,Arial,sans-serif;
            font-weight: 600;
            font-size: 32px;
        }

        .slideshow-hover .text-holder .text {
            font-size: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
            background: rgba(0, 0, 0, .5);
            padding: 17px 18px;
        }

        .slideshow-hover .text-holder .author {
            display: inline-block;
            vertical-align: top;
            font-size: 30px;
            line-height: 1.2;
            background: rgba(255, 0, 0, .5);
            padding: 2px 33px 2px 18px;
            font-weight: normal;
        }

            .slideshow-hover .text-holder .author.green {
                background: rgba(46, 152, 60, .5);
            }

    .slideshow-hover .btn-prev, .slideshow-hover .btn-next {
        position: absolute;
        top: 55%;
        left: 17px;
        font-size: 40px;
        margin-top: -35px;
        z-index: 4;
        color: rgba(255, 255, 255, .8);
        text-shadow: 1px 1px 1px #000;
    }

        .slideshow-hover .btn-prev:hover, .slideshow-hover .btn-next:hover {
            color: #cb010e;
        }

    .slideshow-hover .btn-next {
        left: auto;
        right: 17px;
    }

    .slideshow-hover .pagination-row {
        line-height: 10px;
        margin-top: 2px;
    }

    .slideshow-hover .pagination {
        margin: 0;
        padding: 0;
        list-style: none;
        font-family: "Roboto",Helvetica,Arial,sans-serif;
        font-size: 14px;
        line-height: 1;
        display: inline-block;
        vertical-align: top;
        margin: 0 -5px;
    }

        .slideshow-hover .pagination span, .pagination a {
            margin: 0;
        }

        .slideshow-hover .pagination:after {
            content: " ";
            display: block;
            clear: both;
        }

        .slideshow-hover .pagination li {
            float: left;
            margin: 0;
            padding: 0 1px;
            border: none;
            width: 4.8%;
            font-size: 22px;
            height: auto;
        }

            .slideshow-hover .pagination li:first-child {
                float: left;
                margin: 0;
                padding: 0 0px;
                border: none;
                width: 4.77%;
                font-size: 22px;
                height: auto;
            }

            .slideshow-hover .pagination li:last-child {
                float: right;
                margin: 0;
                padding: 0 0px;
                border: none;
                width: 4.7%;
                font-size: 22px;
                height: auto;
            }

        .slideshow-hover .pagination a {
            color: #000;
            display: block;
            padding: 6px 0px;
            text-align: center;
            background-color: white;
        }

        .slideshow-hover .pagination .active a {
            color: #fff;
            background: #E91B23;
        }

        .slideshow-hover .pagination.images {
            padding-top: 3px;
            background: #fff;
            margin: 0 -7px;
        }

            .slideshow-hover .pagination.images li {
                margin: 0 0 0 3px;
            }

                .slideshow-hover .pagination.images li:first-child {
                    margin: 0;
                }

            .slideshow-hover .pagination.images .active a:after {
                background: rgba(0, 0, 0, .2);
            }

            .slideshow-hover .pagination.images a {
                width: 101px;
                height: 101px;
                padding: 0;
                position: relative;
            }

                .slideshow-hover .pagination.images a:hover:after {
                    background: rgba(0, 0, 0, .2);
                }

                .slideshow-hover .pagination.images a:after {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    background: transparent;
                    -webkit-transition: background .3s linear;
                    transition: background .3s linear;
                    z-index: 1;
                }

.intro-detail {
    margin: 0 0 10px;
    position: relative;
}

    .intro-detail .mask {
        position: relative;
    }

    .intro-detail .btn-prev, .intro-detail .btn-next {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        font-size: 70px;
        z-index: 4;
        color: rgba(255, 255, 255, .8);
        text-shadow: 0 1px 1px #000;
    }

        .intro-detail .btn-prev:hover, .intro-detail .btn-next:hover {
            color: #cb010e;
        }

        .intro-detail .btn-prev:before, .intro-detail .btn-next:before {
            position: absolute;
            top: 50%;
            left: 19px;
            margin-top: -35px;
        }

    .intro-detail .btn-next {
        left: auto;
        right: 0;
    }

        .intro-detail .btn-next:before {
            left: auto;
            right: 19px;
        }

.slideset .galimg {
    max-height: 210px;
    height: 100%;
}

    .slideset .galimg img {
        max-height: 210px;
        width: 100%;
        height: 210px;
    }

.slideshow-hover .btn-prev, .slideshow-hover .btn-next {
    position: absolute;
    top: 55%;
    left: 17px;
    font-size: 40px;
    margin-top: -35px;
    z-index: 4;
    color: rgba(255, 255, 255, .8);
    text-shadow: 1px 1px 1px #000;
}

    .slideshow-hover .btn-prev:hover, .slideshow-hover .btn-next:hover {
        color: #cb010e;
    }

.slideshow-hover .btn-next {
    left: auto;
    right: 17px;
}

.slideshow-hover .pagination-row {
    line-height: 10px;
    margin-top: 2px;
}

.slideshow-hover .pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin: 0 -5px;
}

    .slideshow-hover .pagination span, .pagination a {
        margin: 0;
    }

    .slideshow-hover .pagination:after {
        content: " ";
        display: block;
        clear: both;
    }

    .slideshow-hover .pagination li {
        float: left;
        margin: 0;
        padding: 0 1px;
        border: none;
        width: 4.8%;
        font-size: 22px;
        height: auto;
    }

        .slideshow-hover .pagination li:first-child {
            float: left;
            margin: 0;
            padding: 0 0px;
            border: none;
            width: 4.77%;
            font-size: 22px;
            height: auto;
        }

        .slideshow-hover .pagination li:last-child {
            float: right;
            margin: 0;
            padding: 0 0px;
            border: none;
            width: 4.7%;
            font-size: 22px;
            height: auto;
        }

    .slideshow-hover .pagination a {
        color: #000;
        display: block;
        padding: 6px 0px;
        text-align: center;
        background-color: white;
    }

    .slideshow-hover .pagination .active a {
        color: #fff;
        background: #E91B23;
    }

    .slideshow-hover .pagination.images {
        padding-top: 3px;
        background: #fff;
        margin: 0 -7px;
    }

        .slideshow-hover .pagination.images li {
            margin: 0 0 0 3px;
        }

            .slideshow-hover .pagination.images li:first-child {
                margin: 0;
            }

        .slideshow-hover .pagination.images .active a:after {
            background: rgba(0, 0, 0, .2);
        }

        .slideshow-hover .pagination.images a {
            width: 101px;
            height: 101px;
            padding: 0;
            position: relative;
        }

            .slideshow-hover .pagination.images a:hover:after {
                background: rgba(0, 0, 0, .2);
            }

            .slideshow-hover .pagination.images a:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: transparent;
                -webkit-transition: background .3s linear;
                transition: background .3s linear;
                z-index: 1;
            }

.section {
    margin-bottom: 2px;
    overflow: hidden
}
