html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: 600
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button, input, select {
    overflow: visible
}

button, input, select, textarea {
    margin: 0
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    cursor: pointer
}

[disabled] {
    cursor: default
}

button, html [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

* {
    border: 0;
    outline: 0;
    box-sizing: border-box;
    font-family: "Arial";
}
p {
    font-size: 1rem;
}

*:before, *:after {
    box-sizing: border-box
}

body {
    background: #f7f7f7;
    color: #2c2f34;
    font-family: "Arial";
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight: 600
}

h1 {
    font-size: 41px;
    font-weight: 700
}

h2 {
    font-size: 27px
}

h3 {
    font-size: 23px
}

h4 {
    font-size: 17px
}

h5 {
    font-size: 13px
}

h6 {
    font-size: 12px
}

a {
    color: #333;
    text-decoration: none;
    transition: .15s
}

a:hover {
    color: #08f
}

img, object, embed {
    max-width: 100%;
    height: auto
}

iframe {
    max-width: 100%
}

p {
    line-height: 21px
}

code, kbd, tt, var, samp, pre {
    font-family: "Arial";
    font-size: 13px;
    line-height: 1.6
}

pre {
    overflow: auto;
    margin: 20px 0;
    padding: 1.43em;
    color: #3f3b36;
    border: 1px solid #08f;
    border-left: 10px solid #08f;
    background: url() repeat top;
    background-size: 1px 40px;
    text-align: left;
    direction: ltr;
    -moz-tab-size: 2;
    tab-size: 2
}

code {
    background-color: #d1d1d1;
    color: #1a1a1a;
    padding: .125em .25em
}

kbd {
    font-family: "Arial";
    display: inline-block;
    border-radius: 3px;
    padding: 0 4px;
    box-shadow: 1px 1px 1px #777;
    margin: 2px;
    font-size: small;
    vertical-align: text-bottom;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    font-variant: small-caps;
    font-weight: 600;
    background: #000;
    color: #ddd;
    letter-spacing: 1px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

::-moz-selection {
    background: #08f;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #08f;
    color: #fff;
    text-shadow: none
}

textarea, input, select {
    border: 1px solid rgba(0, 0, 0, .1);
    color: #2c2f34;
    font-size: 12px;
    outline: 0;
    padding: 5px;
    line-height: 23px;
    border-radius: 2px;
    transition: background .3s, border .3s;
    max-width: 100%;
    background-color: transparent
}

textarea:hover, input:hover, select:hover, textarea:focus, input[type=text]:focus, select:focus {
    background-color: rgba(0, 0, 0, .03)
}

textarea, input:not([type=checkbox]):not([type=radio]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    width: 100%
}

select {
    padding: 5px;
    height: 30px
}

select[multiple] {
    height: auto
}

[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

.button, [type=submit], .generic-button a, .generic-button button {
    width: auto;
    position: relative;
    background-color: #08f;
    color: #fff;
    padding: 7px 15px;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    vertical-align: middle;
    transition: .3s;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.button:hover, [type=submit]:hover, .generic-button a:hover, .generic-button button:hover {
    background-color: #006dcc;
    text-decoration: none;
    color: #fff
}

.button.guest-btn {
    border: 1px solid rgba(0, 0, 0, .1)
}

.button.guest-btn:not(:hover) {
    color: #2c2f34;
    background: #fff
}

.button.dark-btn {
    background: #2c2f34;
    color: #fff;
    border: 0
}

.button.dark-btn:hover {
    background: #23262a
}

.more-link {
    margin-top: 10px;
    white-space: nowrap;
    word-wrap: normal
}

.background-overlay {
    background-attachment: fixed
}

.tie-popup-is-opend #tie-wrapper {
    transition: -webkit-filter .2s;
    transition: filter .2s;
    transition: filter .2s, -webkit-filter .2s;
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.tie-popup {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
    -webkit-perspective: 600px;
    perspective: 600px
}

.tie-popup .login-widget .widget-title-icon.fa-user:before {
    content: "\f007"
}

.tie-popup-container {
    position: relative;
    z-index: 100;
    width: 90%;
    max-width: 370px;
    margin: 10em auto 0;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    transition: .3s;
    -webkit-transform: scale(.9) rotateX(12deg) translateY(-50px);
    transform: scale(.9) rotateX(12deg) translateY(-50px);
    opacity: 0
}

.tie-popup-container .container-wrapper {
    background-color: #fff !important;
    border-radius: 2px !important
}

#tie-popup-adblock .tie-popup-container {
    max-width: 500px
}

#tie-popup-adblock .container-wrapper {
    background: #e74c3c !important;
    text-align: center;
    color: #fff
}

#tie-popup-adblock .fa {
    font-size: 120px;
    margin-bottom: 10px
}

#tie-popup-adblock .adblock-message {
    font-size: 12px
}

#pop-up-live-search {
    transition: .3s;
    -webkit-transform: scale(.97) rotateX(10deg) translateY(-10px);
    transform: scale(.97) rotateX(10deg) translateY(-10px);
    opacity: 0
}

.tie-popup-is-opend #pop-up-live-search, .tie-popup-is-opend .tie-popup-container {
    opacity: 1;
    -webkit-transform: scale(1) rotateX(0) translateY(0);
    transform: scale(1) rotateX(0) translateY(0)
}

#tie-popup-search-wrap .container {
    padding: 0
}

#tie-popup-search-wrap::-webkit-input-placeholder {
    color: #fff
}

#tie-popup-search-wrap::-moz-placeholder {
    color: #fff
}

#tie-popup-search-wrap:-moz-placeholder {
    color: #fff
}

#tie-popup-search-wrap:-ms-input-placeholder {
    color: #fff
}

#tie-popup-search-wrap form {
    position: relative;
    height: 80px;
    margin-bottom: 20px
}

.popup-search-wrap-inner {
    position: relative;
    padding: 100px 15px 0
}

#tie-popup-search-input {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: rgba(0, 0, 0, .6);
    font-weight: 600;
    font-size: 25px;
    border: 0;
    padding-right: 80px;
    padding-left: 20px;
    color: #fff
}

#tie-popup-search-submit {
    font-size: 35px;
    color: #08f;
    position: absolute;
    right: 25px;
    top: 16px;
    background: 0 0 !important;
    transition: .15s
}

#tie-popup-search-submit:hover {
    color: #006dcc
}

#tie-popup-search-submit .fa-spinner {
    color: #555;
    cursor: default
}

.autocomplete-suggestions {
    overflow: auto;
    padding: 20px;
    color: #2c2f34
}

.autocomplete-suggestions .post-meta {
    margin: 3px 0 0
}

.autocomplete-suggestion {
    padding-bottom: 20px;
    clear: both;
    overflow: hidden
}

.autocomplete-suggestion:last-child {
    padding-bottom: 0
}

.autocomplete-no-suggestion {
    text-align: center;
    font-weight: 600
}

.live-search-dark {
    color: #aaa;
    background: #1f2024;
    border: 1px solid rgba(255, 255, 255, .07);
    margin: 0 -1px
}

.live-search-dark.search-in-top-nav {
    background-color: #2c2e32
}

.live-search-dark .post-title a:not(:hover), .live-search-popup .post-title a:not(:hover) {
    color: #fff
}

.live-search-light {
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff
}

.live-search-popup {
    position: fixed !important;
    width: 100% !important;
    z-index: 99999 !important;
    background: rgba(0, 0, 0, .6)
}

.live-search-popup .autocomplete-suggestion {
    padding-bottom: 30px
}

.live-search-popup .post-widget-body .post-title {
    font-size: 18px;
    line-height: 23px;
    padding-top: 5px
}

.live-search-popup .button {
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px
}

.tie-parallax {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1
}

.tie-parallax [id^=jarallax-container-] > div, .tie-parallax [id^=jarallax-container-] > iframe {
    max-width: inherit
}

.has-video-background:not(.tie-parallax) > div:last-child img, .has-video-background:not(.tie-parallax) > div:last-child iframe {
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto
}

span.video-close-btn {
    display: none;
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: #1f2024;
    color: #fff;
    z-index: 1;
    right: -10px;
    top: -10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    cursor: pointer
}

span.video-close-btn:hover {
    background-color: #08f
}

@media (min-width: 992px) {
    .tie-video.post-content {
        position: relative;
        z-index: 3
    }

    .tie-video .featured-area {
        background-color: #111
    }

    #the-sticky-video.video-is-sticky .featured-area-inner {
        position: fixed;
        z-index: 9;
        box-shadow: 0 0 15px rgba(20, 22, 26, .4);
        background-color: #1f2024
    }

    body.full-width #the-sticky-video.video-is-sticky .featured-area-inner, body.one-column-no-sidebar #the-sticky-video.video-is-sticky .featured-area-inner {
        bottom: 20px;
        left: 20px;
        width: 350px;
        height: 196px
    }

    #the-sticky-video.video-is-sticky .featured-area-inner .video-close-btn {
        display: block
    }

    #the-sticky-video.video-is-sticky .featured-area-inner .mejs-controls {
        height: 40px;
        padding: 0 20px
    }

    #the-sticky-video.video-is-sticky .featured-area-inner .mejs-time, #the-sticky-video.video-is-sticky .featured-area-inner div.mejs-time-rail, #the-sticky-video.video-is-sticky .featured-area-inner .mejs-time {
        padding-top: 15px
    }

    #the-sticky-video.video-is-sticky .featured-area-inner .mejs-button button {
        margin-top: 13px
    }

    #the-sticky-video:not(.video-is-sticky) .featured-area-inner {
        width: 100% !important;
        height: auto !important
    }
}

.is-lazyload .tie-slick-slider:not(.slick-initialized) .lazy-bg, .is-lazyload .lazy-img[src*=tie-empty], .is-lazyload .big-thumb-left-box-inner:not([style*=background-image]), .is-lazyload .news-gallery-items .post-thumb:not([style*=background-image]), .is-lazyload .video-playlist-item .video-thumbnail:not([style*=background-image]) {
    opacity: 1;
    background-image: linear-gradient(to left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-color: #f6f7f8;
    background-size: 450px 700px;
    -webkit-animation: lazyloadeffect 1s infinite linear forwards;
    animation: lazyloadeffect 1s infinite linear forwards
}

.dark-skin .is-lazyload .tie-slick-slider:not(.slick-initialized) .lazy-bg, .dark-skin .is-lazyload .lazy-img[src*=tie-empty], .dark-skin .is-lazyload .big-thumb-left-box-inner:not([style*=background-image]), .dark-skin .is-lazyload .news-gallery-items .post-thumb:not([style*=background-image]), .dark-skin .is-lazyload .video-playlist-item .video-thumbnail:not([style*=background-image]), .is-lazyload .dark-skin .tie-slick-slider:not(.slick-initialized) .lazy-bg, .is-lazyload .dark-skin .lazy-img[src*=tie-empty], .is-lazyload .dark-skin .big-thumb-left-box-inner:not([style*=background-image]), .is-lazyload .dark-skin .news-gallery-items .post-thumb:not([style*=background-image]), .is-lazyload .dark-skin .video-playlist-item .video-thumbnail:not([style*=background-image]) {
    background-image: linear-gradient(to left, #050606 0%, #161619 20%, #050606 40%, #050606 100%);
    background-color: #050606
}

.is-lazyload #the-post .entry img[class*=wp-image-] {
    opacity: 0;
    transition: opacity .3s
}

.is-lazyload #the-post .entry img[class*=wp-image-].visible {
    opacity: 1
}

@-webkit-keyframes lazyloadeffect {
    from {
        background-position: -400px 0
    }
    to {
        background-position: 200px 0
    }
}

@keyframes lazyloadeffect {
    from {
        background-position: -400px 0
    }
    to {
        background-position: 200px 0
    }
}

.is-thumb-overlay-disabled .post-thumb:hover {
    opacity: .85 !important
}

.is-thumb-overlay-disabled .media-overlay .post-thumb:hover img {
    opacity: 1
}

.is-thumb-overlay-disabled .post-thumb-overlay {
    display: none
}

.is-thumb-overlay-disabled .media-overlay .post-thumb-overlay {
    display: block
}

.post-thumb {
    position: relative;
    height: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: opacity .2s
}

.post-thumb img {
    width: 100%;
    display: block
}

.post-thumb .post-cat-wrap {
    position: absolute;
    bottom: 10px;
    margin: 0;
    right: 10px
}

.post-thumb-overlay-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.post-thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(35, 38, 42, .8);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition: .4s;
    opacity: 0
}

.post-thumb-overlay:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.post-thumb-overlay .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    text-align: center;
    font-size: 32px;
    z-index: 8
}

.post-thumb-overlay .icon:before {
    height: 32px;
    width: 32px;
    line-height: 32px;
    content: "\e685";
    font-family: "Arial";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tie-video .icon:before {
    content: "\e6b6"
}

.tie-thumb .icon:before, .tie-slider .icon:before {
    content: "\e6ac"
}

.tie-map .icon:before {
    content: "\e6ab"
}

.tie-audio .icon:before {
    content: "\e6a2"
}

.media-overlay .post-thumb-overlay {
    background: 0 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.media-overlay .icon:before {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    display: block;
    font-family: "Arial";
    content: "\f030";
    text-align: center;
    font-size: 17px;
    background: rgba(0, 0, 0, .3);
    transition: .3s;
    z-index: 2
}

.media-overlay .tie-video .icon:before {
    content: "\f04b";
    letter-spacing: -3px
}

.media-overlay .tie-audio .icon:before {
    content: "\f028"
}

.media-overlay .post-thumb:hover img {
    opacity: .85
}

.media-overlay .post-thumb:hover .icon:before {
    background: rgba(0, 0, 0, .6)
}

.media-overlay .tie-map .icon, .media-overlay .tie-text .icon {
    display: none
}

.media-overlay .digital-rating-static, .media-overlay .digital-rating, .media-overlay .post-rating {
    z-index: 3
}

@media (min-width: 768px) {
    .has-first-big-post li:first-child .icon:before, .full-width-img-news-box li:not(.is-trending) .icon:before, .wide-post-box .icon:before, .big-posts-box .icon:before, .posts-list-bigs .icon:before {
        width: 50px;
        height: 50px;
        line-height: 46px
    }
}

.first-post-gradient:not(.media-overlay) li:first-child .post-thumb-overlay, .scroll-2-box .post-thumb-overlay {
    display: none !important
}

.post-meta {
    margin: 10px 0 8px;
    overflow: hidden
}

.post-meta, .post-meta a:not(:hover) {
    color: #777
}

.post-meta .meta-item {
    margin-right: 8px;
    display: inline-block
}

.post-meta .tie-alignright .meta-item:last-child {
    margin: 0 !important
}

@media (max-width: 767px) {
    .entry-header .post-meta > span, .entry-header .post-meta > div, .main-content .post-meta > span, .main-content .post-meta > div {
        float: left
    }
}

.warm {
    color: #f47512
}

.hot {
    color: #f3502a
}

.very-hot {
    color: #f11e1e
}

.post-cat-wrap {
    position: relative;
    z-index: 3;
    pointer-events: auto;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: "Arial";
    line-height: 1;
    display: block
}

.post-cat {
    display: inline-block;
    background: #08f;
    color: #fff;
    padding: 0 6px;
    line-height: 1.85em;
    margin-right: 4px;
    position: relative;
    white-space: nowrap;
    word-wrap: normal;
    letter-spacing: 0;
    transition: .3s;
    border-radius: 2px
}

.post-cat:first-child:last-child {
    margin: 0
}

@media (max-width: 479px) {
    .post-cat {
        font-size: 9px;
        padding: 1px 5px;
        height: 18px;
        line-height: 18px
    }
}

a.post-cat:hover {
    background: #006dcc;
    color: #fff
}

.post-rating {
    position: absolute;
    top: 10px;
    right: 10px;
    white-space: nowrap;
    word-wrap: normal;
    letter-spacing: 4px;
    text-align: center;
    text-indent: 2px;
    font-size: 15px;
    direction: ltr;
    z-index: 1
}

.stars-rating-bg {
    color: #434850
}

.stars-rating-bg:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-family: "Arial";
    display: block
}

.stars-rating-active-inner {
    text-align: left
}

.stars-rating-active-inner:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-family: "Arial";
    display: block
}

.stars-rating-active {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    overflow: hidden;
    color: #08f
}

.image-hearts .stars-rating-bg:before, .image-hearts .stars-rating-active-inner:before {
    content: "\f004" "\f004" "\f004" "\f004" "\f004"
}

.image-thumbs .stars-rating-bg:before, .image-thumbs .stars-rating-active-inner:before {
    content: "\f164" "\f164" "\f164" "\f164" "\f164"
}

.post-meta .post-rating {
    position: relative;
    top: 1px;
    float: left;
    right: auto;
    margin-right: 8px;
    font-size: 13px;
    text-indent: 0;
    letter-spacing: 2px
}

.post-meta .post-rating .stars-rating-active {
    width: 0
}

.digital-rating {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px
}

.pie-svg circle {
    transition: stroke-dashoffset 1s linear;
    stroke: rgba(255, 255, 255, .3);
    stroke-width: 2px
}

circle.circle_bar {
    stroke-dashoffset: 125.66;
    stroke: #08f
}

.pie-wrap {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    position: relative
}

.pie-wrap:after {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    content: attr(data-score);
    border-radius: 100%;
    line-height: 40px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 3px #333;
    text-align: center
}

.pie-wrap.review-percentage:after {
    content: attr(data-score) "%"
}

.digital-rating-static {
    background: #08f;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: right;
    opacity: .8;
    z-index: 1
}

.digital-rating-static strong {
    font-size: 11px;
    line-height: 13px;
    font-weight: 400;
    color: #fff;
    padding: 2px 5px;
    display: block;
    white-space: nowrap;
    word-wrap: normal
}

.tie-slider-nav {
    width: 100%;
    position: absolute;
    z-index: 1;
    *height: 0;
    top: 50%;
    margin-top: -23px;
    transition: opacity
}

.tie-slider-nav li {
    cursor: pointer;
    position: relative;
    float: left
}

.tie-slider-nav li:last-child {
    float: right
}

.tie-slider-nav li span {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    text-align: center;
    font-size: 20px;
    color: #727a87;
    transition: .3s;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.tie-slider-nav li span:hover {
    background: #08f;
    color: #fff
}

.dark-skin .tie-slider-nav li span:not(:hover) {
    color: #aaa;
    border-color: rgba(0, 0, 0, .1)
}

.tie-slider-nav li:last-child span {
    right: 0;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.tie-slider-nav a:hover {
    background: rgba(0, 0, 0, .1)
}

@media (min-width: 992px) {
    .tie-slider-nav {
        opacity: 0
    }

    .main-slider:hover .tie-slider-nav {
        opacity: 1
    }
}

@media (max-width: 767px) {
    .grid-slider-wrapper .tie-slider-nav, .boxed-slider-three-slides-wrapper .tie-slider-nav, .boxed-five-slides-slider .tie-slider-nav, .boxed-four-taller-slider .tie-slider-nav {
        display: none
    }
}

.slider-arrow-nav {
    float: right;
    margin-left: 5px
}

.slider-arrow-nav li {
    float: left;
    clear: none
}

.slider-arrow-nav a {
    border: 1px solid rgba(0, 0, 0, .1);
    margin-left: 5px;
    font-size: 12px;
    line-height: 20px;
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px
}

.slider-arrow-nav a:not(.pagination-disabled):hover {
    background-color: #08f;
    color: #fff;
    border-color: #08f
}

.pages-nav {
    padding: 30px 0 0;
    overflow: hidden;
    width: 100%;
    margin: auto
}

@media (max-width: 991px) {
    .pages-nav {
        padding: 15px 0 0
    }
}

@media (min-width: 992px) {
    .magazine2 .pages-nav {
        padding: 50px 0 0
    }
}

.pages-numbers {
    overflow: hidden;
    text-align: center;
    margin-bottom: -3px
}

.pages-numbers li {
    display: inline-block;
    margin: 3px
}

.pages-numbers li.current span {
    background: #08f;
    border-color: #08f;
    color: #fff
}

.pages-numbers a:not(:hover) {
    color: #2c2f34
}

.pages-numbers a, .pages-nav-item, .bp-pagination-links .page-numbers {
    line-height: 32px;
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    display: inline-block;
    overflow: hidden
}

.first-last-pages .fa {
    width: 22px;
    font-size: 16px;
    line-height: 32px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 0 0 0 1px;
    margin: 0 0 0 10px;
    text-align: right
}

.first-last-pages .fa:before {
    content: "\f105"
}

.first-last-pages.first-page .fa {
    float: left;
    border-width: 0 1px 0 0;
    margin: 0 10px 0 0;
    text-align: left
}

.first-last-pages.first-page .fa:before {
    content: "\f104"
}

.pages-standard {
    overflow: hidden
}

.pages-standard .first-page {
    float: left
}

.pages-standard .last-page, .pages-standard .fa {
    float: right
}

.multiple-post-pages {
    text-align: center;
    margin: 10px -2px -4px
}

.multiple-post-pages a {
    display: inline-block;
    margin: 4px 2px
}

.multiple-post-pages a:not(:hover) {
    color: #2c2f34
}

.multiple-post-pages span {
    display: inline-block;
    line-height: 32px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0 13px;
    border-radius: 2px
}

.multiple-post-pages > span {
    background: #08f;
    border-color: #08f;
    color: #fff
}

#breadcrumb {
    margin: 50px 0 0
}

#breadcrumb, #breadcrumb a:not(:hover) {
    color: #999
}

#breadcrumb .delimiter {
    margin: 0 3px;
    font-style: normal
}

@media (max-width: 767px) {
    .page #breadcrumb .current, .page #breadcrumb em:last-of-type, .single-post #breadcrumb .current, .single-post #breadcrumb em:last-of-type {
        display: none
    }
}

.social-icons-item {
    float: right;
    margin-left: 6px;
    position: relative
}

.social-icons-item .social-link {
    transition: border .1s, color .3s, background .3s
}

.social-icons-item .social-link span {
    color: #2c2f34;
    transition: .15s
}

.social-icons .social-icons-item .social-link, .social-icons-widget .social-icons-item .social-link {
    width: 24px;
    height: 24px;
    line-height: 22px;
    padding: 0;
    display: block;
    text-align: center;
    border-radius: 2px
}

.social-icons-item .social-link.social-custom-link:hover {
    background-color: #27292d;
    color: #fff
}

#theme-header .dropdown-social-icons .social-icons-item .social-link:hover span {
    color: #fff !important
}

.social-icons-widget .social-icons-item .social-link:hover span {
    color: #fff
}

.top-nav .components > li.social-icons-item .social-link:hover, .main-nav .components > li.social-icons-item .social-link:hover {
    background: 0 0 !important
}

.top-nav .components > li.social-icons-item .social-link:not(:hover) span, .main-nav .components > li.social-icons-item .social-link:not(:hover) span {
    color: #2c2f34
}

.social-icons-item .facebook-social-icon {
    background: #5d82d1 !important
}

.social-icons-item .facebook-social-icon span {
    color: #5d82d1
}

.social-icons-item .facebook-social-icon span.counter-icon {
    background-color: #5d82d1
}

.social-icons-item .twitter-social-icon {
    background: #40bff5 !important
}

.social-icons-item .twitter-social-icon span {
    color: #40bff5
}

.social-icons-item .twitter-social-icon span.counter-icon {
    background-color: #40bff5
}

.social-icons-item .google-social-icon {
    background: #eb5e4c !important
}

.social-icons-item .google-social-icon span {
    color: #eb5e4c
}

.social-icons-item .google-social-icon span.counter-icon {
    background-color: #eb5e4c
}

.social-icons-item .pinterest-social-icon {
    background: #e13138 !important
}

.social-icons-item .pinterest-social-icon span {
    color: #e13138
}

.social-icons-item .pinterest-social-icon span.counter-icon {
    background-color: #e13138
}

.social-icons-item .linkedin-social-icon {
    background: #238cc8 !important
}

.social-icons-item .linkedin-social-icon span {
    color: #238cc8
}

.social-icons-item .linkedin-social-icon span.counter-icon {
    background-color: #238cc8
}

.social-icons-item .instagram-social-icon {
    background: #3897f0 !important
}

.social-icons-item .instagram-social-icon span {
    color: #3897f0
}

.social-icons-item .instagram-social-icon span.counter-icon {
    background-color: #3897f0
}

.social-icons-item .vimeo-social-icon {
    background: #35c6ea !important
}

.social-icons-item .vimeo-social-icon span {
    color: #35c6ea
}

.social-icons-item .vimeo-social-icon span.counter-icon {
    background-color: #35c6ea
}

.social-icons-item .dribbble-social-icon {
    background: #f7659c !important
}

.social-icons-item .dribbble-social-icon span {
    color: #f7659c
}

.social-icons-item .dribbble-social-icon span.counter-icon {
    background-color: #f7659c
}

.social-icons-item .youtube-social-icon {
    background: #ef4e41 !important
}

.social-icons-item .youtube-social-icon span {
    color: #ef4e41
}

.social-icons-item .youtube-social-icon span.counter-icon {
    background-color: #ef4e41
}

.social-icons-item .soundcloud-social-icon {
    background: #ff7e30 !important
}

.social-icons-item .soundcloud-social-icon span {
    color: #ff7e30
}

.social-icons-item .soundcloud-social-icon span.counter-icon {
    background-color: #ff7e30
}

.social-icons-item .flickr-social-icon {
    background: #ff48a3 !important
}

.social-icons-item .flickr-social-icon span {
    color: #ff48a3
}

.social-icons-item .flickr-social-icon span.counter-icon {
    background-color: #ff48a3
}

.social-icons-item .github-social-icon {
    background: #3f91cb !important
}

.social-icons-item .github-social-icon span {
    color: #3f91cb
}

.social-icons-item .github-social-icon span.counter-icon {
    background-color: #3f91cb
}

.social-icons-item .behance-social-icon {
    background: #1879fd !important
}

.social-icons-item .behance-social-icon span {
    color: #1879fd
}

.social-icons-item .behance-social-icon span.counter-icon {
    background-color: #1879fd
}

.social-icons-item .foursquare-social-icon {
    background: #f94877 !important
}

.social-icons-item .foursquare-social-icon span {
    color: #f94877
}

.social-icons-item .foursquare-social-icon span.counter-icon {
    background-color: #f94877
}

.social-icons-item .spotify-social-icon {
    background: #2ebd59 !important
}

.social-icons-item .spotify-social-icon span {
    color: #2ebd59
}

.social-icons-item .spotify-social-icon span.counter-icon {
    background-color: #2ebd59
}

.social-icons-item .px500-social-icon {
    background: #0099e5 !important
}

.social-icons-item .px500-social-icon span {
    color: #0099e5
}

.social-icons-item .px500-social-icon span.counter-icon {
    background-color: #0099e5
}

.social-icons-item .vk-social-icon {
    background: #45668e !important
}

.social-icons-item .vk-social-icon span {
    color: #45668e
}

.social-icons-item .vk-social-icon span.counter-icon {
    background-color: #45668e
}

.social-icons-item .mixcloud-social-icon {
    background: #589fc3 !important
}

.social-icons-item .mixcloud-social-icon span {
    color: #589fc3
}

.social-icons-item .mixcloud-social-icon span.counter-icon {
    background-color: #589fc3
}

.social-icons-item .twitch-social-icon {
    background: #6441a5 !important
}

.social-icons-item .twitch-social-icon span {
    color: #6441a5
}

.social-icons-item .twitch-social-icon span.counter-icon {
    background-color: #6441a5
}

.social-icons-item .vine-social-icon {
    background: #00b488 !important
}

.social-icons-item .vine-social-icon span {
    color: #00b488
}

.social-icons-item .vine-social-icon span.counter-icon {
    background-color: #00b488
}

.social-icons-item .envato-social-icon {
    background: #82b641 !important
}

.social-icons-item .envato-social-icon span {
    color: #82b641
}

.social-icons-item .envato-social-icon span.counter-icon {
    background-color: #82b641
}

.social-icons-item .rss-social-icon {
    background: #faa33d !important
}

.social-icons-item .rss-social-icon span {
    color: #faa33d
}

.social-icons-item .rss-social-icon span.counter-icon {
    background-color: #faa33d
}

.social-icons-item .goodreads-social-icon {
    background: #a06e0a !important
}

.social-icons-item .goodreads-social-icon span {
    color: #a06e0a
}

.social-icons-item .goodreads-social-icon span.counter-icon {
    background-color: #a06e0a
}

.social-icons-item .steam-social-icon {
    background: #222 !important
}

.social-icons-item .steam-social-icon span {
    color: #222
}

.social-icons-item .steam-social-icon span.counter-icon {
    background-color: #222
}

.social-icons-item .url-social-icon {
    background: #27292d !important
}

.social-icons-item .url-social-icon span {
    color: #27292d
}

.social-icons-item .skype-social-icon {
    background: #00aff0 !important
}

.social-icons-item .skype-social-icon span {
    color: #00aff0
}

.social-icons-item .digg-social-icon {
    background: #000 !important
}

.social-icons-item .digg-social-icon span {
    color: #000
}

.social-icons-item .reddit-social-icon {
    background: #ff4500 !important
}

.social-icons-item .reddit-social-icon span {
    color: #ff4500
}

.social-icons-item .stumbleupon-social-icon {
    background: #eb4924 !important
}

.social-icons-item .stumbleupon-social-icon span {
    color: #eb4924
}

.social-icons-item .tumblr-social-icon {
    background: #35465c !important
}

.social-icons-item .tumblr-social-icon span {
    color: #35465c
}

.social-icons-item .wordpress-social-icon {
    background: #21759b !important
}

.social-icons-item .wordpress-social-icon span {
    color: #21759b
}

.social-icons-item .yelp-social-icon {
    background: #af0606 !important
}

.social-icons-item .yelp-social-icon span {
    color: #af0606
}

.social-icons-item .lastfm-social-icon {
    background: #d51007 !important
}

.social-icons-item .lastfm-social-icon span {
    color: #d51007
}

.social-icons-item .dropbox-social-icon {
    background: #007ee5 !important
}

.social-icons-item .dropbox-social-icon span {
    color: #007ee5
}

.social-icons-item .xing-social-icon {
    background: #026466 !important
}

.social-icons-item .xing-social-icon span {
    color: #026466
}

.social-icons-item .deviantart-social-icon {
    background: #05cc47 !important
}

.social-icons-item .deviantart-social-icon span {
    color: #05cc47
}

.social-icons-item .apple-social-icon {
    background: #333 !important
}

.social-icons-item .apple-social-icon span {
    color: #333
}

.social-icons-item .paypal-social-icon {
    background: #003087 !important
}

.social-icons-item .paypal-social-icon span {
    color: #003087
}

.social-icons-item .google_play-social-icon {
    background: #689f38 !important
}

.social-icons-item .google_play-social-icon span {
    color: #689f38
}

.social-icons-item .odnoklassniki-social-icon {
    background: #ee8208 !important
}

.social-icons-item .odnoklassniki-social-icon span {
    color: #ee8208
}

.social-icons-item .telegram-social-icon {
    background: #08c !important
}

.social-icons-item .telegram-social-icon span {
    color: #08c
}

.social-icons-item .bitbucket-social-icon {
    background: #205081 !important
}

.social-icons-item .bitbucket-social-icon span {
    color: #205081
}

.social-icons-item .medium-social-icon {
    background: #4bad31 !important
}

.social-icons-item .medium-social-icon span {
    color: #4bad31
}

.social-icons-item .viadeo-social-icon {
    background: #f07355 !important
}

.social-icons-item .viadeo-social-icon span {
    color: #f07355
}

.social-icons-item .snapchat-social-icon {
    background: #e8e600 !important
}

.social-icons-item .snapchat-social-icon span {
    color: #e8e600
}

.social-icons-item .tripadvisor-social-icon {
    background: #448040 !important
}

.social-icons-item .tripadvisor-social-icon span {
    color: #448040
}

.social-icons-item .mailchimp-social-icon, .social-icons-item .mailchimp-social-icon .counter-icon, .social-icons-item .mailpoet-social-icon, .social-icons-item .mailpoet-social-icon .counter-icon, .social-icons-item .mymail-social-icon, .social-icons-item .mymail-social-icon .counter-icon {
    background-color: #2c9ab7
}

.social-icons-item .posts-social-icon, .social-icons-item .posts-social-icon .counter-icon {
    background-color: #9b59b6
}

.social-icons-item .comments-social-icon, .social-icons-item .comments-social-icon .counter-icon {
    background-color: #1abc9c
}

.social-icons-item .groups-social-icon, .social-icons-item .groups-social-icon .counter-icon {
    background-color: #788cb6
}

.social-icons-item .forums-social-icon, .social-icons-item .forums-social-icon .counter-icon {
    background-color: #88aca1
}

.social-icons-item .members-social-icon, .social-icons-item .members-social-icon .counter-icon {
    background-color: #dc5034
}

.social-icons-item .topics-social-icon, .social-icons-item .topics-social-icon .counter-icon {
    background-color: #613854
}

.social-icons-item .replies-social-icon, .social-icons-item .replies-social-icon .counter-icon {
    background-color: #71c6c1
}

ul:not(.solid-social-icons) .social-icons-item a:not(:hover) {
    background-color: transparent !important
}

.dark-skin .social-icons-item .url-social-icon span, .social-icons-item .social-custom-link span {
    color: #aaa
}

.solid-social-icons .social-link {
    background-color: #2c2f34;
    transition: opacity .3s
}

.dark-skin .solid-social-icons .social-link {
    background-color: #27292d;
    border-color: #27292d
}

.solid-social-icons .social-link span {
    color: #fff !important;
    transition: .1s
}

.solid-social-icons .social-link:hover {
    opacity: .8
}

.tie-fluid-width-video-wrapper, .featured-area.video-is-sticky {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56%
}

.entry .tie-fluid-width-video-wrapper {
    clear: both
}

.tie-fluid-width-video-wrapper iframe, .tie-fluid-width-video-wrapper object, .tie-fluid-width-video-wrapper embed, .tie-fluid-width-video-wrapper .wp-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.stream-title {
    margin-bottom: 3px;
    font-size: 85%;
    line-height: 20px;
    color: #a5a5a5;
    display: block
}

.stream-item {
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 20px 0
}

@media (max-width: 767px) {
    .stream-item {
        padding: 0 15px
    }
}

.stream-item iframe {
    margin: 0 auto
}

.stream-item img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle
}

.stream-item .adsbygoogle {
    padding: 0 !important;
    background: 0 0 !important;
    text-decoration: none !important;
    margin: 0 auto !important;
    display: inline-block
}

.stream-item .adsbygoogle iframe {
    max-height: none
}

@media (min-width: 320px) {
    .stream-item .adsbygoogle {
        width: 300px !important;
        min-height: 250px !important
    }
}

@media (min-width: 480px) {
    .stream-item .adsbygoogle {
        width: 336px !important;
        min-height: 280px !important
    }
}

@media (min-width: 500px) {
    .stream-item .adsbygoogle {
        width: 468px !important;
        min-height: 60px !important
    }
}

@media (min-width: 800px) {
    .stream-item .adsbygoogle {
        width: 728px !important;
        min-height: 90px !important
    }
}

.stream-item.stream-item-above-header {
    margin: 0
}

@media (min-width: 1080px) {
    .stream-item-above-header .adsbygoogle, .stream-item-below-header .adsbygoogle, .stream-item-above-footer .adsbygoogle {
        width: 970px !important;
        min-height: 90px !important
    }
}

@media (max-width: 1210px) and (min-width: 991px) {
    .stream-item-in-post .adsbygoogle, .stream-item-above-post .adsbygoogle, .stream-item-below-post .adsbygoogle, .stream-item-above-post-content .adsbygoogle, .stream-item-below-post-content .adsbygoogle {
        width: 468px !important;
        min-height: 60px !important
    }
}

.post-layout-8.is-header-layout-1.has-header-ad .entry-header-outer, body.post-layout-8.has-header-below-ad .entry-header-outer {
    padding-top: 0
}

.stream-item-top-wrapper ~ .stream-item-below-header, .is-header-layout-1.has-header-ad.post-layout-6 .featured-area, .has-header-below-ad.post-layout-6 .featured-area {
    margin-top: 0
}

.has-header-below-ad .fullwidth-entry-title.container-wrapper, .is-header-layout-1.has-header-ad .fullwidth-entry-title, .is-header-layout-1.has-header-ad .is-first-section, .has-header-below-ad .is-first-section {
    padding-top: 0;
    margin-top: 0
}

@media (max-width: 991px) {
    body:not(.is-header-layout-1).has-header-below-ad.has-header-ad .top-nav-below .has-breaking-news {
        margin-bottom: 20px
    }

    .has-header-ad .fullwidth-entry-title.container-wrapper, .has-header-ad.has-header-below-ad .stream-item-below-header, .single.has-header-ad:not(.has-header-below-ad) #content, .page.has-header-ad:not(.has-header-below-ad) #content {
        margin-top: 0
    }

    .has-header-ad .is-first-section {
        padding-top: 0
    }

    .has-header-ad:not(.has-header-below-ad) .buddypress-header-outer {
        margin-bottom: 15px
    }
}

.header-layout-2 .stream-item-top-wrapper {
    width: 100%;
    max-width: 100%;
    float: none;
    clear: both
}

.header-layout-3 .stream-item-top {
    width: auto;
    float: right;
    max-width: 100%
}

@media (max-width: 991px) {
    .header-layout-3 .stream-item-top {
        float: none;
        clear: both
    }
}

.stream-item-above-footer {
    margin: 40px auto 5px
}

@media (max-width: 767px) {
    .stream-item-above-footer {
        max-width: 728px;
        margin: 40px 15px 5px
    }
}

.stream-item-above-post, .stream-item-above-post-content {
    margin: 0 auto 30px
}

.stream-item-below-post, .stream-item-below-post-content {
    margin: 30px auto
}

@media (max-width: 767px) {
    .stream-item-mag .container-wrapper {
        padding: 5px 0 !important;
        border-radius: 0;
        border: 0
    }
}

.stream-item-mag.stream-item.half-box .adsbygoogle {
    width: 300px !important;
    min-height: 250px !important
}

@media (max-width: 991px) {
    .stream-item-mag.content-only {
        margin: 15px 0
    }
}

#background-ad-cover {
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed
}

#tie-wrapper .featured-area .mejs-container {
    min-height: 73px !important
}

#tie-wrapper .featured-area .mejs-controls {
    height: 77px;
    padding: 0 20px
}

#tie-wrapper .featured-area .mejs-time {
    padding-top: 35px
}

#tie-wrapper .featured-area .mejs-play button, #tie-wrapper .featured-area .mejs-pause button, #tie-wrapper .featured-area .mejs-mute button, #tie-wrapper .featured-area .mejs-unmute button {
    background: 0 0 !important;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff
}

#tie-wrapper .featured-area .mejs-play button:before, #tie-wrapper .featured-area .mejs-pause button:before, #tie-wrapper .featured-area .mejs-mute button:before, #tie-wrapper .featured-area .mejs-unmute button:before {
    content: "\f04b";
    font-size: 120%
}

#tie-wrapper .featured-area .mejs-pause button:before {
    content: "\f04c"
}

#tie-wrapper .featured-area .mejs-unmute button:before {
    content: "\f026"
}

#tie-wrapper .featured-area .mejs-mute button:before {
    content: "\f028"
}

#tie-wrapper .featured-area div.mejs-time-rail {
    padding-top: 32px
}

#tie-wrapper .featured-area .mejs-container span:not(.mejs-time-float-corner), #tie-wrapper .featured-area div.mejs-time-rail a {
    height: 3px;
    border: 0
}

#tie-wrapper .featured-area .mejs-time-handle {
    display: block;
    width: 10px;
    height: 10px;
    top: -4px;
    border: 0
}

#tie-wrapper .featured-area .mejs-time-handle-content {
    left: 0;
    top: 4px
}

#tie-wrapper .featured-area .mejs-time-current {
    background: #fff
}

#tie-wrapper .featured-area .mejs-time-float {
    background: #fff;
    border-color: #fff;
    height: 17px !important
}

#tie-wrapper .featured-area .mejs-time-float-corner {
    border-color: #fff transparent transparent
}

#tie-wrapper .featured-area .mejs-button button {
    margin-top: 30px
}

#tie-wrapper .featured-area .mejs-horizontal-volume-total {
    top: 37px;
    height: 3px
}

#tie-wrapper .featured-area .mejs-time-loaded, #tie-wrapper .featured-area .mejs-horizontal-volume-current {
    background: rgba(255, 255, 255, .5)
}

#tie-wrapper .featured-area .mejs-container.wp-audio-shortcode {
    width: 100%
}

.wp-video-shortcode, .wp-video {
    width: 100% !important;
    height: auto !important
}

#tie-wrapper .mejs-container .mejs-controls {
    background: #08f;
    color: #fff
}

#tie-wrapper .mejs-container.wp-video-shortcode.mejs-video {
    padding-top: 57%
}

#tie-wrapper .mejs-container .mejs-overlay, #tie-wrapper .mejs-container .mejs-poster {
    width: 100% !important;
    height: 100% !important
}

#tie-wrapper .mejs-container .mejs-mediaelement video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

#tie-wrapper .wp-playlist {
    padding: 0
}

#tie-wrapper .wp-playlist.wp-playlist-light, #tie-wrapper .wp-playlist.wp-playlist-dark {
    border-color: #eee;
    background: 0 0;
    color: #333
}

#tie-wrapper .wp-playlist.wp-playlist-light .wp-playlist-playing, #tie-wrapper .wp-playlist.wp-playlist-dark .wp-playlist-playing {
    background: #eee;
    color: #444
}

#tie-wrapper .wp-playlist .wp-playlist-item {
    padding: 5px;
    border-color: #eee
}

#tie-wrapper .wp-playlist .wp-playlist-item-length {
    right: 6px;
    top: 5px
}

#tie-wrapper .wp-playlist .wp-playlist-playing {
    font-weight: 400
}

#tie-wrapper .wp-playlist .wp-playlist-tracks {
    margin-top: 0
}

@media (max-width: 768px) {
    .hide_banner_header .stream-item-above-header, .hide_banner_top .stream-item-top-wrapper, .hide_banner_below_header .stream-item-below-header, .hide_banner_bottom .stream-item-above-footer, .hide_breaking_news #top-nav, .hide_sidebars .sidebar, .hide_footer #footer-widgets-container, .hide_copyright #site-info, .hide_breadcrumbs #breadcrumb, .hide_share_post_top .post-footer-on-top, .hide_share_post_bottom .post-footer-on-bottom, .hide_post_newsletter #post-newsletter, .hide_related #related-posts, .hide_read_next #read-next-block, .hide_post_authorbio .post-components .about-author, .hide_post_nav .prev-next-post-nav, .hide_back_top_button #go-to-top {
        display: none !important
    }
}

.theme-notice {
    background: #ffe500;
    padding: 10px;
    color: #000 !important;
    display: block;
    clear: both
}

#the-post .theme-notice {
    margin-bottom: 10px
}

.trending-post.fa {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    background: #f64e4e;
    color: #fff;
    border-radius: 100%;
    z-index: 4
}

.thumb-meta .trending-post.fa {
    margin-right: 7px
}

.trending-post.fa.trending-lg, .centered-title-slider .trending-post.fa {
    display: block;
    margin: 5px auto !important;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px
}

.wide-slider-nav-wrapper .trending-post.fa, .boxed-five-slides-slider .trending-post.fa {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    margin-top: -5px
}

.post-thumb .trending-post.fa.trending-lg {
    position: absolute;
    margin: 0 !important;
    left: 10px;
    top: -10px
}

@media (max-width: 670px) {
    .post-thumb .trending-post.fa.trending-lg {
        top: 10px
    }
}

.trending-post.fa.trending-sm {
    display: block;
    width: 14px;
    height: 14px;
    line-height: 15px;
    font-size: 12px;
    float: left;
    top: 3px;
    position: relative
}

.loader-overlay {
    opacity: 1;
    -webkit-perspective: 1 e4px;
    perspective: 1 e4px;
    background: 0 0;
    position: absolute;
    zoom: 1;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.spinner {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    margin: auto;
    width: 5em
}

.show-more-button .spinner {
    width: 3.1em
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
    margin-right: .5em;
    opacity: .8
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
    margin-right: .5em;
    opacity: .9
}

.spinner > div {
    border-radius: 100%;
    -webkit-animation: bouncedelay 1.4s infinite;
    animation: bouncedelay 1.4s infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: #08f;
    color: #fff;
    display: block;
    float: left;
    height: 1em;
    width: 1em
}

#product-images-slider-nav .spinner > div, .show-more-button .spinner > div {
    width: .7em;
    height: .7em
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.spinner-circle {
    position: absolute;
    z-index: 1;
    height: 40px;
    width: 40px;
    top: -20px;
    left: -20px;
    -webkit-animation: parent-animate 1.5s linear infinite;
    animation: parent-animate 1.5s linear infinite;
    clip: rect(0, 40px, 40px, 20px)
}

.spinner-circle:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    box-shadow: inset 0 0 0 2px;
    color: #08f;
    -webkit-animation: child-animate 1.5s ease-in-out infinite;
    animation: child-animate 1.5s ease-in-out infinite;
    clip: rect(0, 40px, 40px, 20px)
}

@-webkit-keyframes parent-animate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg)
    }
}

@keyframes parent-animate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg)
    }
}

@-webkit-keyframes child-animate {
    0% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

@keyframes child-animate {
    0% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

a.remove {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 20px;
    text-align: center;
    font-size: 15px
}

a.remove:before {
    content: "\e117";
    font-family: "Arial";
    color: #e74c3c;
    transition: color .15s
}

a.remove:hover:before {
    color: #bf2718
}

a.remove.big-btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 22px
}

a.remove.light-btn:not(:hover):before {
    color: #fff
}

.side-aside a.remove {
    z-index: 1;
    top: 15px;
    left: 30px;
    right: auto
}

.admin-bar .side-aside a.remove {
    top: 47px
}

.admin-bar.is-mobile .side-aside a.remove {
    top: 61px
}

.tie-popup a.remove {
    transition: .3s;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    transform: scale(.2);
    opacity: 0;
    top: 40px;
    right: 40px;
    z-index: 1
}

.tie-popup-is-opend .tie-popup a.remove {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.block-head-7 #check-also-close {
    top: 7px;
    right: 5px
}

.block-head-7 #check-also-close:before {
    color: #fff
}

.block-head-7 #check-also-close:hover:before {
    color: #e74c3c
}

#tie-body .post-cat:hover, #tie-body .social-statistics-widget a:hover, #tie-body a.remove:hover, #tie-body a.button:hover, #tie-body .tabs > li > a:hover, #tie-body .item-list-tabs a:hover, #tie-body .item-options a:hover, #tie-body .action a:hover {
    text-decoration: none !important
}

.tie-alignleft {
    float: left
}

.tie-alignright {
    float: right
}

.tie-aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto
}

.fullwidth {
    width: 100% !important
}

.alignleft {
    float: left;
    margin: .375em 1.75em 1em 0
}

.alignright {
    float: right;
    margin: .375em 0 1em 1.75em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 6px
}

@media (max-width: 767px) {
    .alignright, .alignleft {
        float: none;
        clear: both;
        display: block;
        margin: 0 auto 1.75em
    }
}

.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.tie-container, #tie-wrapper {
    height: 100%;
    min-height: 650px
}

.tie-container {
    position: relative;
    overflow: hidden
}

#tie-wrapper {
    background: #fff;
    position: relative;
    z-index: 108;
    height: 100%;
    margin: 0 auto
}

.container-wrapper {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    padding: 30px
}

.container-wrapper-without-wrapper {
    border: 0 solid rgba(0, 0, 0, .1)
}

#content {
    margin-top: 30px
}

@media (max-width: 991px) {
    #content {
        margin-top: 15px
    }
}

.site-content {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.boxed-layout #tie-wrapper, .boxed-layout .fixed-nav {
    max-width: 1230px
}

.boxed-layout.wrapper-has-shadow #tie-wrapper {
    box-shadow: 0 1px 7px rgba(171, 171, 171, .5)
}

@media (min-width: 992px) {
    .boxed-layout #main-nav.fixed-nav, .boxed-layout #tie-wrapper {
        width: 95%
    }
}

@media (min-width: 992px) {
    .framed-layout #tie-wrapper {
        margin-top: 25px;
        margin-bottom: 25px
    }
}

@media (min-width: 992px) {
    .border-layout #tie-container {
        margin: 25px
    }

    .border-layout:after, .border-layout:before {
        background: inherit;
        content: "";
        display: block;
        height: 25px;
        left: 0;
        bottom: 0;
        position: fixed;
        width: 100%;
        z-index: 110
    }

    .border-layout:before {
        top: 0;
        bottom: auto
    }

    .border-layout.admin-bar:before {
        top: 32px
    }

    .border-layout #main-nav.fixed-nav {
        left: 25px;
        right: 25px;
        width: calc(100% - 50px)
    }
}

.sidebar-right .main-content {
    margin: 0 auto;
}

.sidebar-right .sidebar {
    float: right
}

.sidebar-left .main-content {
    float: right
}

.sidebar-left .sidebar {
    float: left
}

.full-width .main-content {
    width: 100%
}

.one-column-no-sidebar .main-content {
    margin-right: auto;
    margin-left: auto;
    float: none
}

@media (min-width: 992px) {
    .one-column-no-sidebar .main-content {
        max-width: 780px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .magazine1:not(.has-builder) .main-content, .magazine1:not(.has-builder) .related-posts-full-width .tie-col-md-12, .magazine1:not(.has-builder) .sidebar {
        padding-left: 0;
        padding-right: 0
    }

    .magazine1:not(.has-builder) .social-icons-widget.widget-content-only {
        padding: 0 20px
    }
}

.magazine2 .container-wrapper, .magazine2.woocommerce div.product .woocommerce-tabs, .magazine2.woocommerce div.product .related.products {
    border-width: 0;
    padding: 0;
    background: 0 0;
    opacity: .99
}

@media (min-width: 992px) {
    .magazine2.sidebar-left .sidebar, .magazine2 .sidebar-left .sidebar {
        padding-right: 40px
    }

    .magazine2.sidebar-right .sidebar, .magazine2 .sidebar-right .sidebar {
        padding-left: 40px
    }
}

.magazine2 .tie-popup-container .container-wrapper {
    padding: 30px
}

.magazine2.page .entry-content, .magazine2.archive .wide-post-box .container-wrapper {
    padding-top: 0
}

.magazine2 .mag-box, .magazine2 .sidebar .container-wrapper, .magazine2 .widget-content-only {
    margin-bottom: 50px
}

@media (max-width: 991px) {
    .magazine2 .mag-box, .magazine2 .sidebar .container-wrapper, .magazine2 .widget-content-only {
        margin-bottom: 30px
    }
}

.magazine2 .has-background .slider-area, .magazine2 .mag-box.breaking-news-outer {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .magazine2 .has-background .slider-area, .magazine2 .mag-box.breaking-news-outer {
        margin-bottom: 15px
    }
}

html:not(.dark-skin) .magazine2 .section-item:not(.dark-skin) .box-dark-skin > .container-wrapper {
    padding: 30px
}

@media (max-width: 767px) {
    html:not(.dark-skin) .magazine2 .section-item:not(.dark-skin) .box-dark-skin > .container-wrapper {
        padding: 15px
    }
}

.magazine2 .half-box.mag-box .posts-items > li:first-child, .magazine2 .big-post-top-box .posts-items > li:first-child {
    border-bottom: 0;
    padding-bottom: 0
}

.dark-skin .magazine2 .container-wrapper {
    background-color: transparent
}

.dark-skin .magazine2 .mag-box.timeline-box .posts-items:last-of-type:after, .magazine2 .box-dark-skin.timeline-box .posts-items:last-of-type:after {
    background-image: linear-gradient(to bottom, #404146 0%, #27292d 80%)
}

.dark-skin .magazine2 .mag-box .day-month:before, .magazine2 .box-dark-skin .day-month:before {
    border-color: #27292d
}

@media (min-width: 768px) {
    .dark-skin .magazine2 .mag-box.full-overlay-title li:not(.no-post-thumb) .block-title-overlay {
        background: #27292d
    }
}

.magazine2.post-layout-1 .entry-header-outer, .magazine2.post-layout-2 .entry-header-outer, .magazine2.post-layout-6 .entry-header-outer {
    padding: 0 0 20px
}

.magazine2.post-layout-2 .featured-area, .magazine2.archive:not(.bbpress) .entry-header-outer, .magazine2.search .entry-header-outer {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .magazine2.post-layout-2 .featured-area, .magazine2.archive:not(.bbpress) .entry-header-outer, .magazine2.search .entry-header-outer {
        margin-bottom: 20px
    }
}

@media (min-width: 992px) {
    .magazine2.post-layout-8.one-column-no-sidebar .main-content {
        padding: 30px;
        background: #fff
    }

    .dark-skin .magazine2 .post-layout-8.one-column-no-sidebar .main-content {
        background-color: #1f2024
    }
}

.magazine2 .post-footer-on-bottom {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 15px
}

.magazine2 .post-footer-on-top {
    padding-right: 0;
    padding-left: 0
}

.magazine2 .post-footer-on-top:first-child {
    padding-top: 0
}

.magazine2 .post-components > div, .magazine2 .post-components #add-comment-block {
    margin-top: 50px
}

@media (max-width: 991px) {
    .magazine2 .post-components > div, .magazine2 .post-components #add-comment-block {
        margin-top: 30px
    }
}

.magazine2 #post-newsletter {
    padding: 30px;
    border-width: 1px;
    background: #fafafa
}

@media (max-width: 670px) {
    .magazine2 #post-newsletter {
        padding: 15px
    }
}

.dark-skin .magazine2 #post-newsletter {
    background-color: #18191c
}

.magazine2 .entry-content {
    padding: 0 0 30px
}

@media (max-width: 670px) {
    .magazine2 .entry-content {
        padding: 0 0 15px
    }
}

.magazine2:not(.post-layout-8):not(.one-column-no-sidebar) .tie-full-width-img img, .magazine2:not(.post-layout-8):not(.one-column-no-sidebar):not(.full-width) .entry .alignwide, .magazine2:not(.post-layout-8):not(.one-column-no-sidebar):not(.full-width) .entry .alignfull {
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

.magazine2 .post-element .entry-archives-header {
    padding: 0
}

.magazine2 .post-element .entry-content {
    padding: 15px 0 0
}

@media (min-width: 768px) {
    .magazine2.full-width .masonry-with-spaces:not(.media-page-layout) .post-element {
        width: calc(92% / 3);
        margin-bottom: 4%
    }

    .magazine2.full-width .masonry-with-spaces:not(.media-page-layout) .grid-sizer {
        width: calc(92% / 3)
    }

    .magazine2.full-width .masonry-with-spaces:not(.media-page-layout) .gutter-sizer {
        width: 4%
    }
}

.magazine2.full-width .masonry-with-spaces:not(.media-page-layout) #masonry-grid:not(.masonry-loaded) .post-element {
    margin-right: 4%;
    margin-left: 0
}

.magazine2.full-width .masonry-with-spaces:not(.media-page-layout) #masonry-grid:not(.masonry-loaded) .post-element:nth-child(3n+3) {
    margin-right: 0;
    margin-left: 0
}

.magazine2 .entry .authors-wrap {
    margin-top: 60px
}

.magazine2 .entry .authors-wrap > li {
    margin-bottom: 50px
}

.theme-header {
    background: #fff;
    position: relative;
    z-index: 999
}

.theme-header:after {
    content: "";
    display: table;
    clear: both
}

.theme-header.has-shadow {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .1)
}

.theme-header.top-nav-below .top-nav {
    z-index: 8
}

.logo-row {
    position: relative
}

.logo-container {
    overflow: hidden
}

#logo {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
    float: left
}

#logo img {
    vertical-align: middle
}

#logo img[src*='.svg'] {
    width: 100% !important
}

#logo a {
    display: inline-block
}

#logo .h1-off {
    position: absolute;
    top: -9 e3px;
    left: -9 e3px
}

#logo.text-logo a {
    color: #08f
}

#logo.text-logo a:hover {
    color: #006dcc;
    opacity: .8
}

.logo-text {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700
}

@media (max-width: 991px) {
    .logo-text {
        text-shadow: 2px 2px 0 #fff, 3px 3px 0 rgba(0, 0, 0, .15)
    }
}

@media (max-width: 670px) {
    .logo-text {
        font-size: 30px
    }
}

.logo_2x {
    display: none
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .logo_normal {
        display: none
    }

    .logo_2x {
        display: inline-block
    }
}

.header-layout-2 #logo {
    float: none;
    text-align: center
}

.header-layout-2 #logo img {
    margin-right: auto;
    margin-left: auto
}

.header-layout-2 .logo-container {
    width: 100%
}

@media (max-width: 991px) {
    #theme-header #logo {
        margin: 10px 0 !important;
        text-align: left;
        line-height: 1
    }

    #theme-header #logo img {
        width: auto;
        max-width: 190px
    }
}

@media (max-width: 479px) {
    #theme-header #logo img {
        max-width: 140px;
        max-height: 60px !important
    }
}

@media (max-width: 991px) {
    #theme-header.mobile-header-centered #logo {
        float: none;
        text-align: center
    }
}

.components {
    float: right
}

.components > li {
    position: relative;
    float: right;
    list-style: none
}

.components > li.social-icons-item {
    margin: 0
}

.components > li > a {
    display: block;
    position: relative;
    width: 30px;
    text-align: center;
    line-height: inherit;
    font-size: 13px;
    color: #777
}

.components > li > a:hover, .components > li:hover > a {
    color: #08f;
    z-index: 2
}

.components a.follow-btn {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden
}

.components .follow-btn [class*=fa-] {
    font-size: 13px
}

.components .follow-btn .follow-text {
    font-size: 12px;
    margin-left: 8px;
    display: block;
    float: right
}

.components .search-bar {
    width: auto;
    border: solid rgba(0, 0, 0, .1);
    border-width: 0 1px
}

.components #search {
    position: relative;
    background: 0 0
}

.components #search-input {
    border: 0;
    margin-bottom: 0;
    line-height: inherit;
    width: 100%;
    background: 0 0;
    padding: 0 35px 0 13px;
    border-radius: 0;
    box-sizing: border-box;
    font-size: inherit
}

.components #search-input:hover {
    background: rgba(0, 0, 0, .03)
}

.components #search-input:focus {
    background: rgba(0, 0, 0, .03);
    box-shadow: none
}

.components #search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    line-height: inherit;
    color: #777;
    background: 0 0;
    font-size: 15px;
    padding: 0;
    transition: .15s
}

.components #search-submit:hover {
    color: #08f
}

#search-submit .fa-spinner {
    color: #555;
    cursor: default
}

.top-nav-boxed .components li:first-child.weather-menu-item, .main-nav-boxed .components li:first-child.weather-menu-item, .components .search-bar + .weather-menu-item {
    padding-right: 10px
}

.weather-menu-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 5px;
    overflow: hidden
}

.weather-menu-item:after {
    content: 't';
    visibility: hidden;
    width: 0
}

.weather-menu-item .weather-wrap {
    padding: 0;
    overflow: inherit;
    line-height: 23px
}

.weather-menu-item .weather-forecast-day {
    display: block;
    float: left;
    width: auto;
    padding: 0 10px;
    line-height: initial
}

.weather-menu-item .weather-forecast-day .weather-icon {
    font-size: 26px;
    margin-bottom: 0
}

.weather-menu-item .city-data {
    float: left;
    display: block;
    font-size: 12px
}

.weather-menu-item .weather-current-temp {
    font-size: 16px;
    font-weight: 400
}

.weather-menu-item .weather-current-temp sup {
    font-size: 9px;
    top: -2px
}

.weather-menu-item .theme-notice {
    padding: 0 10px
}

.components .tie-weather-widget {
    color: #2c2f34
}

.main-nav-dark .main-nav .tie-weather-widget {
    color: #fff
}

.top-nav-dark .top-nav .tie-weather-widget {
    color: #aaa
}

.components .icon-basecloud-bg:after {
    color: #fff
}

.main-nav-dark .main-nav .icon-basecloud-bg:after {
    color: #1f2024
}

.top-nav-dark .top-nav .icon-basecloud-bg:after {
    color: #27292d
}

.menu-counter-bubble-outer, .notifications-total-outer {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4px
}

.menu-counter-bubble {
    position: relative;
    min-width: 14px;
    height: 14px;
    line-height: 14px;
    background: #e74c3c;
    border-radius: 10px;
    display: block;
    text-align: center;
    font-size: 10px;
    color: #fff;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    padding: 0 4px;
    margin-right: -2px
}

#main-nav .menu-counter-bubble {
    min-width: 16px;
    height: 16px;
    line-height: 16px
}

.comp-sub-menu-wrap {
    position: relative
}

.comp-sub-menu {
    display: none;
    position: absolute;
    z-index: 1;
    right: 0;
    width: 250px;
    overflow: hidden;
    padding: 20px;
    background: #fff;
    cursor: default;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .2);
    box-sizing: content-box
}

.comp-sub-menu li {
    position: relative;
    border: solid rgba(0, 0, 0, .08);
    border-width: 1px 0 0;
    width: 100%
}

.comp-sub-menu li:last-child {
    margin-bottom: 0;
    border-bottom-width: 0
}

.shopping-cart-icon .comp-sub-menu {
    border-top: 1px solid rgba(0, 0, 0, .08)
}

.comp-sub-menu .cart-list {
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden
}

.comp-sub-menu .cart-list .remove {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.comp-sub-menu .cart-list li {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-width: 0 0 1px
}

.comp-sub-menu .cart-list li:last-child {
    border-bottom-width: 1px;
    margin-bottom: 0
}

.comp-sub-menu .cart-list li:hover .remove {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.comp-sub-menu .product-thumb {
    float: left;
    margin-right: 15px;
    width: 80px;
    border-radius: 2px
}

.comp-sub-menu .product-thumb img {
    display: block
}

.comp-sub-menu .product-thumb a {
    padding: 0;
    line-height: 0
}

.comp-sub-menu .product-title {
    line-height: 10px;
    padding-right: 30px
}

.comp-sub-menu .product-title a {
    display: inline;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    line-height: 20px;
    width: 100%;
    border: 0;
    padding: 0
}

.comp-sub-menu .product-title a, .comp-sub-menu .notifications-item a {
    background-color: transparent
}

.comp-sub-menu .product-meta {
    margin-top: 4px
}

.comp-sub-menu .product-meta div {
    display: block;
    line-height: 18px;
    font-size: 12px
}

.comp-sub-menu .shopping-subtotal {
    line-height: 30px;
    margin-top: 10px
}

.comp-sub-menu .shopping-subtotal span {
    font-weight: 600
}

.comp-sub-menu .button {
    display: block;
    padding: 5px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    height: 33px;
    line-height: 23px
}

.comp-sub-menu .cart-empty-message {
    text-align: center;
    line-height: 1.5
}

.comp-sub-menu.bp-notifications-menu {
    padding: 0
}

.comp-sub-menu.bp-notifications-menu li {
    padding: 0;
    margin: 0;
    line-height: 18px;
    font-size: 90%
}

.comp-sub-menu.bp-notifications-menu li a {
    padding: 10px 10px 10px 35px;
    display: block
}

.comp-sub-menu.bp-notifications-menu li a span {
    margin-left: -22px;
    margin-right: 5px
}

.comp-sub-menu #no-notifications {
    text-align: center
}

.grid-social-icons .comp-sub-menu.dropdown-social-icons {
    width: 120px
}

.comp-sub-menu.dropdown-social-icons {
    width: 150px;
    padding: 0;
    margin: 0;
    line-height: 35px
}

.comp-sub-menu.dropdown-social-icons a {
    display: block;
    font-size: 13px
}

.comp-sub-menu.dropdown-social-icons a span {
    color: #2c2f34
}

.comp-sub-menu.dropdown-social-icons a .fa {
    width: 50px;
    text-align: center
}

.comp-sub-menu.dropdown-social-icons li:last-child {
    border-bottom: 0
}

.grid-social-icons .comp-sub-menu.dropdown-social-icons li {
    width: 40px;
    float: left;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .08);
    border-width: 0 1px 1px 0
}

.grid-social-icons .comp-sub-menu.dropdown-social-icons li .fa {
    width: 40px
}

.grid-social-icons .comp-sub-menu.dropdown-social-icons li:nth-child(-n+3) {
    border-top-width: 1px
}

.grid-social-icons .comp-sub-menu.dropdown-social-icons li:nth-child(3n+3) {
    border-right: 0
}

.cart-list::-webkit-scrollbar {
    width: 3px;
    opacity: 0
}

.cart-list::-webkit-scrollbar-track {
    -webkit-box-shadow: none
}

.cart-list:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .2)
}

.main-nav-dark .main-nav .cart-list:hover::-webkit-scrollbar-track, .top-nav-dark .top-nav .cart-list:hover::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .2)
}

.cart-list::-webkit-scrollbar-thumb {
    background-color: transparent
}

.cart-list:hover::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    outline: 1px solid slategrey
}

.main-nav-dark .main-nav .cart-list:hover::-webkit-scrollbar-thumb, .top-nav-dark .top-nav .cart-list:hover::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, .2)
}

.main-nav-dark .main-nav .comp-sub-menu, .top-nav-dark .top-nav .comp-sub-menu {
    background: #1f2024;
    color: #aaa
}

.main-nav-dark .main-nav .dropdown-social-icons li a span, .top-nav-dark .top-nav .dropdown-social-icons li a span {
    color: #aaa
}

.main-nav-dark .main-nav .shopping-cart-icon .comp-sub-menu, .main-nav-dark .main-nav .comp-sub-menu li, .top-nav-dark .top-nav .shopping-cart-icon .comp-sub-menu, .top-nav-dark .top-nav .comp-sub-menu li {
    border-color: rgba(255, 255, 255, .05)
}

.main-nav-dark .main-nav .comp-sub-menu a:not(:hover), .top-nav-dark .top-nav .comp-sub-menu a:not(:hover) {
    color: #fff
}

.main-nav-dark .main-nav .comp-sub-menu a.checkout-button:not(:hover), .top-nav-dark .top-nav .comp-sub-menu a.checkout-button:not(:hover) {
    color: #fff
}

.main-nav-dark .main-nav .comp-sub-menu a.button.guest-btn, .top-nav-dark .top-nav .comp-sub-menu a.button.guest-btn {
    background: #23262a;
    border-color: #23262a
}

.main-nav-dark .main-nav .comp-sub-menu a.button.guest-btn:hover, .top-nav-dark .top-nav .comp-sub-menu a.button.guest-btn:hover {
    background-color: #08f;
    color: #fff
}

.main-nav-dark .main-nav input, .top-nav-dark .top-nav input {
    color: #aaa
}

.top-nav-dark .top-nav .comp-sub-menu {
    background: #2c2e32
}

.top-nav-dark .top-nav .comp-sub-menu .button.guest-btn:not(:hover) {
    background: #1f2024;
    border-color: #1f2024
}

.top-nav-dark .top-nav input {
    color: #aaa
}

.header-layout-1 #menu-components-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width: 991px) {
    .header-layout-1 #main-nav [class*=tie-col-md] {
        float: left;
        width: auto
    }
}

.header-layout-1 .main-menu-wrapper {
    display: table;
    width: 100%
}

.header-layout-1 #logo {
    line-height: 1;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px
}

.header-layout-1 .header-layout-1-logo {
    display: table-cell;
    vertical-align: middle;
    float: none
}

.header-layout-1 #mobile-menu-icon {
    right: 0
}

.header-layout-2 #menu-components-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.is-header-bg-extended #theme-header, .is-header-bg-extended #theme-header.header-layout-1 #main-nav:not(.fixed-nav) {
    background: 0 0 !important;
    display: inline-block !important;
    width: 100% !important;
    box-shadow: none !important
}

.is-header-bg-extended #theme-header:before, .is-header-bg-extended #theme-header.header-layout-1 #main-nav:not(.fixed-nav):before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 150px;
    background-image: linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.5))
}

@media (max-width: 991px) {
    .is-header-bg-extended #tie-wrapper #theme-header .logo-container:not(.fixed-nav) {
        background: 0 0;
        box-shadow: none;
        transition: background .3s
    }
}

.is-header-bg-extended .has-background .is-first-section {
    margin-top: -350px !important
}

.is-header-bg-extended .has-background .is-first-section > * {
    padding-top: 350px !important
}

.rainbow-line {
    height: 3px;
    width: 100%;
    position: relative;
    z-index: 2;
    background-image: linear-gradient(to right, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%)
}

.top-nav {
    background-color: #fff;
    position: relative;
    z-index: 10;
    line-height: 35px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 1px 0;
    color: #2c2f34
}

.main-nav-below.top-nav-above .top-nav {
    border-top-width: 0
}

.top-nav a:not(.button):not(:hover) {
    color: #2c2f34
}

.top-nav .components > li:hover > a {
    color: #08f
}

.topbar-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 35px
}

.top-nav.has-menu .topbar-wrapper, .top-nav.has-components .topbar-wrapper {
    display: block
}

.top-nav .tie-alignleft, .top-nav .tie-alignright {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.top-nav.has-breaking-news .tie-alignleft {
    -webkit-flex: 1 0 100px;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px
}

.top-nav.has-breaking-news .tie-alignright {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    z-index: 1
}

.top-nav.has-date-components .tie-alignleft .components > li:first-child:not(.search-bar), .top-nav.has-date-components-menu .components > li:first-child:not(.search-bar), .top-nav-boxed .top-nav.has-components .components > li:first-child:not(.search-bar) {
    border-width: 0
}

@media (min-width: 992px) {
    .header-layout-1.top-nav-below:not(.has-shadow) .top-nav {
        border-width: 0 0 1px
    }
}

.topbar-today-date {
    float: left;
    padding-right: 15px;
    font-size: 11px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.top-menu .menu a {
    padding: 0 10px
}

.top-menu .menu li:hover > a {
    color: #08f
}

.top-menu .menu ul {
    display: none;
    position: absolute;
    background: #fff
}

.top-menu .menu li:hover > ul {
    display: block
}

.top-menu .menu li {
    position: relative
}

.top-menu .menu ul.sub-menu a {
    width: 180px;
    line-height: 20px;
    padding: 7px 15px
}

.tie-alignright .top-menu {
    float: right;
    border-width: 0 1px
}

.top-menu .menu .tie-current-menu > a {
    color: #08f
}

@media (min-width: 992px) {
    .top-nav-boxed .top-nav {
        background: 0 0 !important;
        border-width: 0
    }

    .top-nav-boxed .topbar-today-date {
        padding: 0 15px
    }

    .top-nav-boxed .top-nav {
        background: 0 0;
        border-width: 0
    }

    .top-nav-boxed .topbar-wrapper {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .1);
        border-width: 0 1px 1px;
        width: 100%
    }

    .top-nav-boxed.main-nav-above.top-nav-below:not(.header-layout-1) .topbar-wrapper {
        border-width: 1px
    }

    .top-nav-boxed.has-shadow.top-nav-below .topbar-wrapper, .top-nav-boxed.has-shadow.top-nav-below-main-nav .topbar-wrapper {
        border-width: 1px 1px 0 !important
    }

    .top-nav-boxed.main-nav-below.top-nav-below-main-nav .has-breaking-news .topbar-wrapper {
        border-left-width: 0 !important
    }

    .top-nav-boxed .has-menu .topbar-wrapper, .top-nav-boxed .has-components .topbar-wrapper {
        border-width: 0 1px 1px
    }

    .top-nav-boxed .tie-alignright .search-bar {
        border-right-width: 0
    }

    .top-nav-boxed .tie-alignleft .search-bar {
        border-left-width: 0
    }

    .top-nav-boxed .has-date-components .tie-alignleft .search-bar, .top-nav-boxed .has-date-components-menu .tie-alignleft .search-bar {
        border-left-width: 1px
    }
}

.top-nav .tie-alignleft .components, .top-nav .tie-alignleft .components > li {
    float: left
}

.top-nav .tie-alignleft .comp-sub-menu {
    right: auto;
    left: -1px
}

.top-nav-dark .top-nav {
    background-color: #2c2e32;
    color: #aaa
}

.top-nav-dark #top-nav, .top-nav-dark #top-nav .topbar-wrapper {
    border-width: 0
}

.top-nav-dark .top-nav * {
    border-color: rgba(255, 255, 255, .1)
}

.top-nav-dark .top-nav .breaking a {
    color: #aaa
}

.top-nav-dark .top-nav .breaking a:hover {
    color: #fff
}

.top-nav-dark .top-nav .components > li > a, .top-nav-dark .top-nav .components > li.social-icons-item .social-link:not(:hover) span {
    color: #aaa
}

.top-nav-dark .top-nav .components > li:hover > a {
    color: #fff
}

.top-nav-dark .top-nav .top-menu li a {
    color: #aaa;
    border-color: rgba(255, 255, 255, .04)
}

.top-nav-dark .top-menu ul {
    background: #2c2e32
}

.top-nav-dark .top-menu li:hover > a {
    background: rgba(0, 0, 0, .1);
    color: #08f
}

.top-nav-dark.top-nav-boxed .top-nav {
    background-color: transparent
}

.top-nav-dark.top-nav-boxed .topbar-wrapper {
    background-color: #2c2e32
}

.top-nav-dark.top-nav-boxed.top-nav-above.main-nav-below .topbar-wrapper {
    border-width: 0
}

@media (max-width: 991px) {
    .top-nav:not(.has-breaking-news), .topbar-today-date, .top-menu, .theme-header .components {
        display: none
    }

    .is-header-layout-1 .top-nav-below .top-nav.has-breaking-news {
        border-top-width: 0
    }
}

.breaking {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 35px
}

.breaking-title {
    padding: 0 10px;
    display: block;
    float: left;
    color: #fff;
    font-size: 12px;
    position: relative
}

.breaking-title span {
    position: relative;
    z-index: 1
}

.breaking-title span.fa {
    display: none
}

@media (max-width: 600px) {
    .breaking-title span.fa {
        display: inline-block
    }

    .breaking-title .breaking-title-text {
        display: none
    }
}

.breaking-title:before {
    content: "";
    background: #f05555;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

.breaking-news {
    display: none
}

.ticker-wrapper.has-js {
    margin: 0;
    padding: 0;
    height: 35px;
    display: block;
    overflow: hidden;
    position: relative;
    padding-right: 20px
}

@media (min-width: 480px) {
    .controls-is-active .ticker-wrapper.has-js {
        padding-right: 70px
    }
}

.ticker {
    width: 100%;
    height: 35px;
    display: block;
    position: relative;
    overflow: hidden
}

.ticker-content {
    display: none;
    left: 10px;
    line-height: 35px;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    max-width: calc(100% - 10px);
    width: auto
}

.top-nav-dark .ticker-content {
    background-color: #2c2e32
}

.ticker-content:focus {
    outline: 0
}

.ticker-content.is-paused {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.ticker-swipe {
    position: absolute;
    top: 0;
    left: 10px;
    display: block;
    width: calc(100% - 10px);
    height: 35px
}

.ticker-swipe span {
    margin-left: 1px;
    height: 35px;
    width: 7px;
    display: block
}

.ticker-swipe span:after {
    content: "_"
}

.ticker-content, .ticker-swipe {
    background-color: #fff
}

.top-nav-dark .ticker-content, .top-nav-dark .ticker-swipe, .box-dark-skin .ticker-content, .box-dark-skin .ticker-swipe {
    background-color: #2c2e32
}

.breaking-news-nav {
    position: absolute;
    right: 0;
    padding-right: 8px;
    list-style-type: none;
    height: 35px
}

header:not(.top-nav-boxed) .has-breaking .breaking-news-nav {
    padding: 0
}

@media (max-width: 479px) {
    .breaking-news-nav {
        display: none
    }
}

.breaking-news-nav li {
    padding: 0;
    margin: 6px 0 6px 7px;
    float: left;
    cursor: pointer;
    height: 21px;
    width: 21px;
    display: block;
    line-height: 19px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .3s
}

.box-dark-skin .breaking-news-nav li, .top-nav-dark .breaking-news-nav li {
    border-color: rgba(255, 255, 255, .1)
}

.breaking-news-nav li:after {
    opacity: .8;
    display: inline-block;
    content: "\f04c";
    font-family: fontawesome
}

.breaking-news-nav li:hover {
    background-color: #f05555;
    border-color: #f05555;
    color: #fff
}

.breaking-news-nav li:hover:after {
    opacity: 1
}

.breaking-news-nav li.jnt-prev:after {
    content: "\f104"
}

.breaking-news-nav li.jnt-next:after {
    content: "\f105"
}

.up-down-controls .breaking-news-nav li:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ticker-dir-left .ticker-content, .ticker-dir-left .ticker {
    float: left
}

.ticker-dir-right .ticker-content, .ticker-dir-right .ticker {
    float: right
}

.breaking-news-outer {
    height: 40px;
    overflow: hidden;
    border-radius: 2px
}

.mag-box .breaking-title {
    line-height: 40px
}

.mag-box .breaking {
    height: 40px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-left-width: 0
}

.mag-box .controls-is-active .ticker-wrapper.has-js {
    padding-right: 90px
}

.mag-box .ticker-wrapper.has-js, .mag-box .ticker, .mag-box .ticker-content, .mag-box .ticker-swipe, .mag-box .breaking-news-nav, .mag-box .breaking-news-nav li {
    line-height: 38px;
    height: 38px
}

.mag-box .breaking-news-nav {
    padding-right: 0
}

.mag-box .breaking-news-nav li {
    margin: 0;
    width: 38px;
    border-width: 0 0 0 1px;
    border-radius: 0;
    font-size: 16px
}

.mag-box .breaking-news-nav li:hover {
    border-color: transparent !important
}

.dark-skin .mag-box .breaking, .dark-skin .mag-box .breaking-news-nav li, .box-dark-skin .breaking, .box-dark-skin .breaking-news-nav li {
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin .mag-box .breaking, .dark-skin .mag-box .ticker-content, .dark-skin .mag-box .ticker-swipe, .box-dark-skin .breaking, .box-dark-skin .ticker-content, .box-dark-skin .ticker-swipe {
    background-color: #27292d
}

.main-nav-wrapper {
    position: relative;
    z-index: 4
}

.main-nav-below.top-nav-below-main-nav .main-nav-wrapper {
    z-index: 9
}

.main-nav-above.top-nav-below .main-nav-wrapper {
    z-index: 10
}

.main-nav {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 1px 0
}

.main-menu-wrapper {
    border: 0 solid rgba(0, 0, 0, .1);
    position: relative
}

@media (min-width: 992px) {
    .menu-item-has-children > a:before, .mega-menu > a:before {
        content: '';
        position: absolute;
        right: 12px;
        margin-top: 2px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top: 4px solid #fff;
        transition: border .15s
    }

    .menu-item-has-children .menu-item-has-children > a:before, .mega-menu .menu-item-has-children > a:before {
        border: 4px solid transparent;
        border-left-color: #fff
    }

    .menu > .menu-item-has-children:not(.is-icon-only) > a, .menu .mega-menu:not(.is-icon-only) > a {
        padding-right: 25px
    }

    .main-menu .menu > li.tie-current-menu > a:before, .main-menu .menu > li:hover > a:before {
        border-top-color: #fff
    }

    .main-nav-light .main-nav .menu-item-has-children > a:before, .main-nav-light .mega-menu > a:before {
        border-top-color: #2c2f34
    }

    .main-nav-light .main-nav .menu-item-has-children .menu-item-has-children > a:before, .main-nav-light .mega-menu .menu-item-has-children > a:before {
        border-top-color: transparent;
        border-left-color: #2c2f34
    }

    .main-nav-light .main-nav .menu-item-has-children li:hover > a:before, .main-nav-light .mega-menu li:hover > a:before {
        border-left-color: #08f
    }

    .top-nav-dark .top-menu .menu-item-has-children > a:before {
        border-top-color: #aaa
    }

    .top-nav-dark .top-menu .menu-item-has-children .menu-item-has-children > a:before {
        border-left-color: #aaa;
        border-top-color: transparent
    }

    .theme-header .top-menu li > a:before {
        border-top-color: #2c2f34
    }

    .theme-header .top-menu li.tie-current-menu > a:before, .theme-header .top-menu li:hover > a[href]:before {
        border-top-color: #08f
    }

    .theme-header .top-menu li .menu-item-has-children > a:before {
        border-left-color: #2c2f34;
        border-top-color: transparent !important
    }

    .theme-header .top-menu li .current-menu-item > a:before, .theme-header .top-menu li li:hover > a[href]:before {
        border-left-color: #08f
    }

    .header-menu {
        float: left
    }

    .header-menu .menu li {
        display: block;
        float: left
    }

    .header-menu .menu a {
        display: block;
        position: relative
    }

    .header-menu .menu .sub-menu a {
        padding: 10px
    }

    .header-menu .menu a:hover, .header-menu .menu li:hover > a {
        background: rgba(0, 0, 0, .03);
        z-index: 2
    }

    .header-menu .menu ul {
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
    }

    .header-menu .menu ul li {
        position: relative
    }

    .header-menu .menu ul a {
        border: solid rgba(0, 0, 0, .07);
        border-width: 0 0 1px;
        transition: .15s
    }

    .header-menu .menu ul ul {
        top: 0;
        left: 100%
    }

    #main-nav {
        z-index: 9;
        line-height: 60px
    }

    .top-nav-below-main-nav #main-nav .main-menu > ul > li, .header-layout-1.top-nav-below #main-nav .main-menu > ul > li {
        border-bottom: 0;
        margin-bottom: 0
    }

    .main-menu .menu a {
        transition: .15s
    }

    .main-menu .menu > li > a {
        padding: 0 14px;
        font-size: 13px;
        font-weight: 600
    }

    .main-menu .menu > li > .menu-sub-content {
        border-top: 2px solid #08f
    }

    .main-menu .menu > li.tie-current-menu {
        border-bottom: 5px solid #08f;
        margin-bottom: -5px
    }

    .main-menu .menu > li.tie-current-menu > a:after {
        content: "";
        width: 20px;
        height: 2px;
        position: absolute;
        margin-top: 17px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        background: #2c2f34;
        transition: .3s
    }

    .main-menu .menu > li.is-icon-only > a {
        padding: 0 20px;
        line-height: inherit
    }

    .main-menu .menu > li.is-icon-only > a:after, .main-menu .menu > li.is-icon-only > a:before {
        display: none
    }

    .main-menu .menu > li.is-icon-only > a .fa {
        font-size: 160%;
        -webkit-transform: translateY(15%);
        -ms-transform: translateY(15%);
        transform: translateY(15%)
    }

    .main-menu .menu ul {
        line-height: 20px;
        z-index: 1
    }

    .main-menu .menu .sub-menu .fa, .main-menu .menu .mega-recent-featured-list .fa, .main-menu .menu .mega-link-column .fa, .main-menu .menu .mega-cat-more-links .fa {
        width: 20px
    }

    .main-menu .menu-sub-content {
        display: none;
        padding: 0;
        width: 200px;
        position: absolute;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
    }

    .main-menu .menu-sub-content a {
        width: 200px
    }

    .main-menu ul li:hover > .menu-sub-content, .main-menu ul li[aria-expanded=true] > ul, .main-menu ul li[aria-expanded=true] > .mega-menu-block {
        display: block;
        z-index: 1
    }

    nav.main-nav .menu > li.tie-current-menu > a, nav.main-nav .menu > li:hover > a {
        background-color: #08f;
        color: #fff
    }

    .header-layout-1 .main-menu-wrap .menu > li:only-child:not(.mega-menu) {
        position: relative
    }

    .header-layout-1 .main-menu-wrap .menu > li:only-child > .menu-sub-content {
        right: 0;
        left: auto
    }

    .header-layout-1 .main-menu-wrap .menu > li:only-child > .menu-sub-content ul {
        left: auto;
        right: 100%
    }

    .mega-menu .mega-menu-block {
        left: 0;
        width: 100%;
        padding: 20px 30px 40px
    }

    .mega-menu .mega-menu-block a {
        width: auto
    }

    .sub-menu-columns {
        margin: 0 -15px
    }

    .main-menu .mega-links-head {
        width: 100%;
        font-weight: 600;
        background: 0 0 !important;
        border-bottom: 2px solid rgba(0, 0, 0, .08);
        border-top: 0;
        line-height: 40px;
        font-size: 14px;
        margin-bottom: 10px;
        padding: 8px 0
    }

    .main-menu .mega-links-head:before {
        display: none
    }

    .main-menu .mega-links-head:after {
        display: block;
        content: "";
        width: 50px;
        height: 2px;
        background: #08f;
        position: absolute;
        bottom: -2px;
        left: 0;
        transition: width .2s
    }

    .mega-link-column {
        margin-bottom: 10px;
        padding: 0 15px;
        width: 50%
    }

    .mega-link-column li {
        width: 100%
    }

    .mega-link-column li a {
        padding: 8px 10px
    }

    .mega-link-column:hover .mega-links-head:after {
        width: 65px
    }

    .mega-link-column .menu-sub-content {
        width: 100%;
        max-width: 200px
    }

    .hide-mega-headings {
        margin-top: 20px;
        margin-bottom: 0
    }

    .hide-mega-headings > a {
        display: none !important
    }

    .mega-links-3col .mega-link-column {
        width: 33.333%
    }

    .mega-links-3col .mega-link-column:nth-child(3n+4) {
        clear: left
    }

    .mega-links-4col .mega-link-column {
        width: 25%
    }

    .mega-links-4col .mega-link-column:nth-child(4n+5) {
        clear: left
    }

    .mega-links-5col .mega-link-column {
        width: 20%
    }

    .mega-links-5col .mega-link-column:nth-child(5n+6) {
        clear: left
    }

    .main-menu .is-loading li {
        opacity: .5 !important;
        transition: opacity .3s
    }

    .main-menu .mega-cat-wrapper {
        overflow: hidden;
        height: auto;
        clear: both
    }

    .main-menu .mega-ajax-content {
        min-height: 190px;
        position: relative
    }

    .main-menu .mega-cat .mega-menu-content {
        clear: both
    }

    .main-menu .mega-cat .mega-menu-block {
        padding: 0
    }

    .main-menu .mega-cat-content {
        padding: 40px 30px
    }

    .main-menu .mega-cat-sub-exists {
        width: 80%;
        float: left
    }

    .main-menu .horizontal-posts {
        padding-top: 30px;
        width: 100%
    }

    .main-menu .mega-cat-posts-container ul {
        margin-left: -10px;
        margin-right: -10px
    }

    .main-menu .mega-cat .mega-menu-post {
        width: 20%;
        opacity: 0;
        padding: 0 10px
    }

    .main-menu .mega-cat .mega-menu-post:nth-child(5n+1) {
        clear: both
    }

    .main-menu .mega-menu .post-box-title {
        line-height: 1.4
    }

    .main-menu .mega-menu a.mega-menu-link {
        font-size: 15px;
        border: 0;
        display: block
    }

    .main-menu .mega-menu a.mega-menu-link:hover {
        color: #08f;
        background: 0 0 !important
    }

    .main-menu .mega-menu .post-thumb {
        margin-bottom: 10px
    }

    .main-menu .mega-menu .post-meta {
        margin: 5px 0 0;
        line-height: 20px
    }

    .main-menu .mega-menu .post-meta a:not(:hover) {
        color: #777
    }

    .main-menu .mega-menu .post-meta a {
        padding: 0;
        background-color: transparent
    }

    .main-menu .vertical-posts .mega-menu-post {
        width: 25%
    }

    .main-menu .menu-item-has-children .mega-cat-wrapper {
        border-top: 1px solid rgba(0, 0, 0, .08)
    }

    .main-menu .menu-item-has-children .cats-vertical, .main-menu .menu-item-has-children .cats-vertical + .mega-cat-content {
        padding-top: 30px
    }

    .main-menu .menu-item-has-children .cats-horizontal {
        margin-top: 30px
    }

    .main-menu ul.mega-cat-more-links {
        opacity: 1 !important;
        box-shadow: none
    }

    .main-menu .mega-cat-more-links {
        padding: 20px 30px;
        margin: 0 -10px
    }

    .main-menu .mega-cat-more-links > li {
        float: left;
        width: 25%;
        padding: 0 10px
    }

    .main-menu .mega-cat-more-links > li > a {
        border-bottom-width: 0
    }

    .main-menu .mega-cat-more-links > li:nth-child(n+5) > a {
        border: solid rgba(0, 0, 0, .05);
        border-width: 1px 0 0
    }

    .main-menu .mega-cat-more-links > li ul {
        left: calc(100% - 10px)
    }

    .main-menu .mega-cat-more-links > li li {
        width: 100%
    }

    .main-menu ul.mega-cat-sub-categories {
        overflow: hidden;
        box-shadow: none
    }

    .main-menu .cats-horizontal {
        margin: 40px 30px 0
    }

    .main-menu .cats-horizontal li {
        line-height: 20px;
        margin-right: 10px
    }

    .main-menu .cats-horizontal li a {
        border: 1px solid rgba(0, 0, 0, .08);
        background-color: rgba(0, 0, 0, .02);
        border-radius: 2px;
        padding: 0 10px;
        width: auto
    }

    .main-nav .mega-menu.mega-cat .cats-horizontal li a.is-active, .main-nav .mega-menu.mega-cat .cats-horizontal li a:hover {
        color: #fff;
        background: #08f;
        border-color: #08f
    }

    .main-menu .cats-vertical {
        width: 20%;
        float: left;
        padding: 40px 30px;
        background: rgba(0, 0, 0, .03);
        padding-bottom: 1500px;
        margin-bottom: -1500px
    }

    .main-menu .cats-vertical li {
        width: 100%
    }

    .main-menu .cats-vertical li:last-child {
        margin-bottom: 50px
    }

    .main-menu .cats-vertical li a {
        display: block;
        border-top: 0;
        width: 100%;
        padding: 8px 10px;
        border-bottom: 1px solid rgba(0, 0, 0, .05)
    }

    .main-menu ul.cats-vertical li a.is-active, .main-menu ul.cats-vertical li a:hover {
        color: #08f;
        background: rgba(0, 0, 0, .05)
    }

    .main-menu .mega-recent-post {
        float: left;
        width: 37%;
        padding-right: 30px
    }

    .main-menu .mega-recent-post .post-box-title a {
        font-size: 22px;
        margin-top: 7px;
        line-height: 30px
    }

    .main-menu .mega-check-also {
        float: left;
        width: 63%
    }

    .main-menu .mega-check-also ul {
        overflow: hidden;
        margin: 0 -15px -20px;
        box-shadow: none
    }

    .main-menu .mega-check-also li {
        width: 50%;
        padding: 0 15px 20px;
        overflow: hidden
    }

    .main-menu .mega-check-also li:nth-child(2n+1) {
        clear: left
    }

    .main-menu .mega-check-also .post-thumbnail {
        margin-right: 20px;
        float: left
    }

    .main-menu .mega-check-also .post-thumb {
        overflow: hidden;
        margin-bottom: 0
    }

    .main-menu .mega-check-also .post-thumb img {
        width: 110px
    }

    .main-menu .mega-check-also .post-details {
        padding-left: 130px
    }

    .main-menu .mega-recent-featured > .menu-sub-content {
        overflow: hidden;
        padding-top: 40px
    }

    .main-menu .mega-recent-featured .mega-menu-content {
        float: right;
        position: relative;
        min-height: 30px;
        width: 100%
    }

    .main-menu .mega-recent-featured.menu-item-has-children .mega-menu-content {
        width: 77%
    }

    .main-menu .mega-recent-featured.menu-item-has-children .mega-recent-post {
        width: 52%;
        padding-left: 30px
    }

    .main-menu .mega-recent-featured.menu-item-has-children .mega-check-also {
        width: 48%
    }

    .main-menu .mega-recent-featured.menu-item-has-children .mega-check-also li {
        width: 100%
    }

    .main-menu ul.mega-recent-featured-list {
        width: 23%;
        padding-right: 30px;
        float: left;
        position: relative;
        box-shadow: none
    }

    .main-menu .mega-recent-featured-list li {
        width: 100%;
        z-index: 2
    }

    .main-menu .mega-recent-featured-list a {
        display: block;
        border-top: 0;
        padding: 8px 10px;
        border-bottom: 1px solid rgba(0, 0, 0, .06)
    }

    .main-menu .mega-recent-featured-list:after {
        content: "";
        width: 1500px;
        height: 1500px;
        background: rgba(0, 0, 0, .04);
        position: absolute;
        z-index: 1;
        right: 0;
        top: -100px
    }

    .ajax-no-more-posts {
        text-align: center;
        position: absolute;
        width: calc(100% - 40px)
    }

    nav.main-nav .components > li > a:not(.follow-btn) {
        width: 35px;
        font-size: 14px
    }

    nav.main-nav .components > li:hover > a {
        color: #08f
    }

    .main-nav-dark .main-nav {
        background: #1f2024;
        border-width: 0
    }

    .main-nav-dark .main-nav .search-bar {
        border-color: rgba(255, 255, 255, .07)
    }

    .main-nav-dark .main-nav .components > li > a {
        color: #fff
    }

    .main-nav-dark .main-nav .components > li.social-icons-item .social-link:not(:hover) span {
        color: #fff
    }

    .main-nav-dark .main-nav.fixed-nav {
        background-color: rgba(31, 32, 36, .95)
    }

    .main-nav-dark .main-menu .menu > li a {
        color: #fff
    }

    .main-nav-dark .main-menu .menu ul li:hover > a, .main-nav-dark .main-menu .menu ul li.current-menu-item:not(.mega-link-column) > a {
        background: rgba(0, 0, 0, .08)
    }

    .main-nav-dark .main-menu .menu-sub-content {
        background: #1f2024;
        color: #fff
    }

    .main-nav-dark .main-menu .menu ul a, .main-nav-dark .main-menu .mega-cat-wrapper, .main-nav-dark .mega-cat-more-links > li a {
        border-color: rgba(255, 255, 255, .04)
    }

    .main-nav-dark .mega-recent-featured-list:after {
        background: rgba(0, 0, 0, .08)
    }

    .main-nav-dark.main-nav-boxed .main-nav .main-menu-wrapper {
        background-color: #1f2024
    }

    .main-nav-light .main-nav {
        background-color: #fff;
        color: #2c2f34
    }

    .main-nav-light .main-nav .menu-sub-content {
        background: #fff
    }

    .main-nav-light .main-nav .menu ul li:hover > a, .main-nav-light .main-nav .menu ul li.current-menu-item:not(.mega-link-column) > a {
        background: rgba(0, 0, 0, .03);
        color: #08f
    }

    .main-nav-light .main-nav .menu a, .main-nav-light .main-nav .components li a {
        color: #2c2f34
    }

    .main-nav-light .main-nav .components li a:hover {
        color: #08f
    }

    .main-nav-light .main-nav .components li a.button:hover, .main-nav-light .main-nav .components li a.checkout-button {
        color: #fff
    }

    .main-nav-light .main-nav.fixed-nav {
        background-color: rgba(255, 255, 255, .95)
    }

    .main-nav-light .mega-menu .post-meta, .main-nav-light .mega-menu .post-meta a:not(:hover) {
        color: rgba(0, 0, 0, .5)
    }

    #sticky-logo {
        overflow: hidden;
        float: left;
        vertical-align: middle
    }

    #sticky-logo a {
        line-height: 1;
        display: inline-block
    }

    #sticky-logo img {
        position: relative;
        vertical-align: middle;
        padding: 8px 10px;
        top: -1px;
        max-height: 50px
    }

    .just-before-sticky #sticky-logo img, .header-layout-1 #sticky-logo img {
        padding: 0
    }

    .header-layout-1:not(.has-custom-sticky-logo) #sticky-logo {
        display: none
    }

    .theme-header #sticky-logo img {
        opacity: 0;
        visibility: hidden;
        width: 0 !important;
        -webkit-transform: translateY(75%);
        -ms-transform: translateY(75%);
        transform: translateY(75%);
        transition: opacity .6s cubic-bezier(.55, 0, .1, 1), -webkit-transform .3s cubic-bezier(.55, 0, .1, 1);
        transition: transform .3s cubic-bezier(.55, 0, .1, 1), opacity .6s cubic-bezier(.55, 0, .1, 1);
        transition: transform .3s cubic-bezier(.55, 0, .1, 1), opacity .6s cubic-bezier(.55, 0, .1, 1), -webkit-transform .3s cubic-bezier(.55, 0, .1, 1)
    }

    .theme-header.header-layout-1:not(.has-custom-sticky-logo) #sticky-logo img {
        transition: none
    }

    .theme-header:not(.header-layout-1) #main-nav:not(.fixed-nav) #sticky-logo img {
        margin-left: -20px
    }

    .header-layout-1 .flex-placeholder {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.theme-header .fixed-nav {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: auto !important;
    z-index: 100;
    will-change: transform;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .1);
    border-width: 0;
    background-color: rgba(255, 255, 255, .95)
}

.theme-header .fixed-nav:not(.just-before-sticky) {
    line-height: 60px !important
}

@media (min-width: 992px) {
    .theme-header .fixed-nav:not(.just-before-sticky) .header-layout-1-logo {
        display: none
    }
}

.theme-header .fixed-nav:not(.just-before-sticky) #sticky-logo img {
    opacity: 1;
    visibility: visible;
    width: auto !important;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media (min-width: 992px) {
    .header-layout-1:not(.just-before-sticky):not(.has-custom-sticky-logo) .fixed-nav #sticky-logo {
        display: block
    }
}

.admin-bar .theme-header .fixed-nav {
    top: 32px
}

@media (max-width: 782px) {
    .admin-bar .theme-header .fixed-nav {
        top: 46px
    }
}

@media (max-width: 600px) {
    .admin-bar .theme-header .fixed-nav {
        top: 0
    }
}

@media (min-width: 992px) {
    .border-layout .theme-header .fixed-nav {
        top: 25px
    }

    .border-layout.admin-bar .theme-header .fixed-nav {
        top: 57px
    }
}

.theme-header .fixed-nav .container {
    opacity: .95
}

.theme-header .fixed-nav .main-menu-wrapper, .theme-header .fixed-nav .main-menu {
    border-top: 0
}

.theme-header .fixed-nav.fixed-unpinned:not(.default-behavior-mode) .main-menu .menu > li.tie-current-menu {
    border-bottom-width: 0;
    margin-bottom: 0
}

.theme-header .fixed-nav.unpinned-no-transition {
    transition: none
}

.theme-header .fixed-pinned, .theme-header .default-behavior-mode.fixed-unpinned {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (max-width: 991px) {
    .theme-header .fixed-nav {
        transition: none
    }

    .fixed-nav.logo-container.sticky-up, .fixed-nav.logo-container.sticky-nav-slide.sticky-down, .fixed-nav#main-nav.sticky-up, .fixed-nav#main-nav.sticky-nav-slide.sticky-down {
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease
    }

    .sticky-type-slide .fixed-nav.logo-container.sticky-nav-slide-visible, .sticky-type-slide .fixed-nav#main-nav.sticky-nav-slide-visible {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .fixed-nav.default-behavior-mode {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}

@media (min-width: 992px) {
    .main-nav-boxed .main-nav {
        border-width: 0
    }

    .main-nav-boxed .main-menu-wrapper {
        float: left;
        width: 100%
    }

    .main-nav-boxed .main-menu-wrapper .search-bar {
        border-right-width: 0
    }

    .main-nav-boxed.main-nav-light .main-menu-wrapper {
        border-width: 1px;
        background-color: #fff
    }

    .dark-skin .main-nav-boxed.main-nav-light .main-menu-wrapper {
        border-width: 0
    }

    .main-nav-boxed.main-nav-light .fixed-nav .main-menu-wrapper {
        border-color: transparent
    }

    .main-nav-above.top-nav-above #main-nav:not(.fixed-nav) {
        top: -1px
    }

    .main-nav-below.top-nav-below #main-nav:not(.fixed-nav) {
        bottom: -1px
    }

    .dark-skin .main-nav-below.top-nav-above #main-nav {
        border-width: 0
    }

    .dark-skin .main-nav-below.top-nav-below-main-nav #main-nav {
        border-top-width: 0
    }
}

.main-nav-boxed .main-nav:not(.fixed-nav), .main-nav-boxed .fixed-nav .main-menu-wrapper, .theme-header:not(.main-nav-boxed) .fixed-nav .main-menu-wrapper {
    background-color: transparent !important
}

@media (max-width: 991px) {
    #sticky-logo {
        display: none
    }
}

@media (min-width: 992px) {
    .header-layout-1.main-nav-below.top-nav-above .main-nav {
        margin-top: -1px
    }

    .header-layout-1.main-nav-below.top-nav-above .top-nav {
        border-top-width: 0
    }

    .header-layout-1.main-nav-below.top-nav-above .breaking-title {
        top: 0;
        margin-bottom: -1px
    }
}

.header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav-wrapper {
    z-index: 9
}

.header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav {
    margin-bottom: -1px;
    bottom: 0;
    border-top-width: 0
}

@media (min-width: 992px) {
    .header-layout-1.main-nav-below.top-nav-below-main-nav .top-nav {
        margin-top: -1px
    }
}

.header-layout-1.has-shadow:not(.top-nav-below) .main-nav {
    border-bottom: 0 !important
}

#theme-header.header-layout-1 > div:only-child nav {
    border-width: 0 !important
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    .main-nav .menu > li:not(.is-icon-only) > a {
        padding-left: 7px;
        padding-right: 7px
    }

    .main-nav .menu > li:not(.is-icon-only) > a:before {
        display: none
    }

    .main-nav .menu > li.is-icon-only > a {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 992px) {
    .two-columns-submenu > ul {
        width: 300px !important
    }

    .two-columns-submenu > ul > li {
        width: 50% !important;
        float: left
    }

    .two-columns-submenu > ul > li a {
        width: 100% !important
    }

    .two-columns-submenu.odd > ul > li:last-child {
        width: 100% !important
    }
}

.menu-tiny-label {
    font-size: 70%;
    font-weight: 100;
    padding: 1px 3px;
    border-radius: 2px;
    vertical-align: super;
    line-height: 0
}

.menu-tiny-label.menu-tiny-circle {
    border-radius: 100%;
    padding: 2px 5px
}

@media (min-width: 992px) {
    .theme-header .logo-row > div {
        height: auto !important
    }

    .logo-container.fixed-nav.fixed-nav {
        position: static !important;
        line-height: initial !important;
        box-shadow: none !important;
        background-color: transparent !important
    }

    .header-layout-3 .logo-container.fixed-nav.fixed-nav {
        width: auto
    }

    .header-layout-3 .stream-item-top-wrapper {
        float: right
    }
}

@media (max-width: 991px) {
    #tie-wrapper header#theme-header {
        box-shadow: none;
        background: 0 0
    }

    .logo-container, .header-layout-1 .main-nav {
        border-width: 0;
        box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .1)
    }

    .header-layout-1.top-nav-below .main-nav:not(.fixed-nav) {
        box-shadow: none
    }

    .is-header-layout-1.has-header-ad .top-nav-below .main-nav {
        border-bottom-width: 1px
    }

    .logo-container, .header-layout-1 .main-nav {
        background-color: #fff
    }

    .dark-skin .logo-container, .main-nav-dark.header-layout-1 .main-nav {
        background-color: #1f2024
    }

    .dark-skin #theme-header .logo-container.fixed-nav {
        background-color: rgba(31, 32, 36, .95)
    }

    .header-layout-1.main-nav-below.top-nav-below-main-nav .main-nav {
        margin-bottom: 0
    }

    #sticky-nav-mask, .header-layout-1 #menu-components-wrap, .header-layout-3 .main-nav-wrapper, .header-layout-2 .main-nav-wrapper {
        display: none
    }

    .main-menu-wrapper .tie-alignleft {
        width: 100%
    }
}

#mobile-container {
    display: none;
    padding: 10px 30px 30px
}

#mobile-container .components {
    float: none;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#mobile-container .components li {
    display: inline-block;
    float: none;
    margin: 3px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid rgba(255, 255, 255, .1)
}

#mobile-container .components li a {
    width: 100%
}

#mobile-container .components li a:hover {
    color: #fff
}

#mobile-container .components li a > span {
    right: calc(50% - 15px)
}

#mobile-menu {
    margin-bottom: 20px;
    position: relative;
    padding-top: 15px
}

#mobile-menu .hide-mega-headings > a {
    display: none
}

#mobile-menu .hide-mega-headings > a + ul {
    display: block
}

#mobile-menu.hide-menu-icons a span.fa {
    display: none
}

#mobile-menu .menu > li {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.dark-skin #mobile-menu .menu > li {
    border-color: rgba(255, 255, 255, .05)
}

#mobile-menu .menu > li li {
    padding-left: 15px
}

#mobile-menu .menu > li:only-child {
    border-bottom: 0
}

#mobile-menu .menu > li:only-child > a, #mobile-menu .menu > li:only-child > span {
    display: none
}

#mobile-menu .menu > li:only-child li {
    padding: 0
}

#mobile-menu .menu > li:only-child li a {
    font-size: 16px;
    font-weight: 600
}

#mobile-menu li {
    display: block;
    position: relative
}

#mobile-menu li .screen-reader-text {
    height: auto;
    width: auto;
    position: initial !important;
    overflow: initial !important;
    clip: initial !important
}

#mobile-menu li a {
    display: block;
    padding: 15px 50px 15px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600
}

.dark-skin #mobile-menu li a {
    color: #fff
}

#mobile-menu li a:hover {
    opacity: .7
}

#mobile-menu li a > .fa {
    margin-right: 10px;
    width: 25px;
    text-align: center
}

#mobile-menu li.menu-item-has-children > a:before {
    display: none
}

#mobile-menu li ul, #mobile-menu li .menu-sub-content {
    opacity: 1 !important;
    background-image: none !important;
    padding: 0 !important
}

#mobile-menu li ul {
    padding-left: 15px;
    display: none
}

#mobile-menu li ul a {
    font-weight: 400;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px
}

#mobile-menu li ul .mobile-arrows {
    font-size: 12px
}

#mobile-menu:not(.hide-menu-icons) li.menu-item-has-icon > ul, #mobile-menu:not(.hide-menu-icons) li.menu-item-has-icon > div {
    padding-left: 25px !important
}

#mobile-menu .mobile-arrows {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 15px 10px;
    line-height: 22px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.dark-skin #mobile-menu .mobile-arrows {
    color: #fff
}

#mobile-menu .mobile-arrows.is-open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#mobile-social-icons {
    margin-bottom: 15px
}

#mobile-social-icons ul {
    text-align: center;
    overflow: hidden
}

#mobile-social-icons ul .social-icons-item {
    float: none;
    display: inline-block
}

#mobile-social-icons .social-icons-item {
    margin: 0
}

#mobile-social-icons .social-icons-item .social-link {
    background: 0 0;
    border: 0
}

.light-skin #mobile-social-icons .social-link:not(:hover) span {
    color: #777 !important
}

#mobile-search .search-field {
    background-color: rgba(0, 0, 0, .05);
    border-color: rgba(255, 255, 255, .1);
    color: #fff
}

.light-skin #mobile-search .search-field {
    background-color: rgba(0, 0, 0, .05);
    color: #2c2f34
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #mobile-search .search-field {
        font-size: 16px
    }
}

#mobile-search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

#mobile-search input::-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

#mobile-search input:-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

#mobile-search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

#mobile-menu-icon {
    display: none;
    z-index: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    transition: .3s
}

#mobile-menu-icon .nav-icon {
    display: inline-block;
    width: 22px;
    height: 2px;
    background-color: #2c2f34;
    position: relative;
    top: -4px;
    transition: background .2s ease
}

#mobile-menu-icon .nav-icon:before, #mobile-menu-icon .nav-icon:after {
    position: absolute;
    right: 0;
    background-color: #2c2f34;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    transition: background .4s, right .2s ease, -webkit-transform .4s;
    transition: transform .4s, background .4s, right .2s ease;
    transition: transform .4s, background .4s, right .2s ease, -webkit-transform .4s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#mobile-menu-icon .nav-icon:before {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px)
}

#mobile-menu-icon .nav-icon:after {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px)
}

.dark-skin #mobile-menu-icon .nav-icon, .dark-skin #mobile-menu-icon .nav-icon:before, .dark-skin #mobile-menu-icon .nav-icon:after, .main-nav-dark.header-layout-1 #mobile-menu-icon .nav-icon, .main-nav-dark.header-layout-1 #mobile-menu-icon .nav-icon:before, .main-nav-dark.header-layout-1 #mobile-menu-icon .nav-icon:after {
    background-color: #fff
}

.dark-skin #mobile-menu-icon .nav-icon .menu-text, .main-nav-dark.header-layout-1 #mobile-menu-icon .nav-icon .menu-text {
    color: #fff
}

#mobile-menu-icon .menu-text {
    color: #2c2f34;
    line-height: 30px;
    font-size: 12px;
    padding: 0 3px;
    display: inline-block;
    transition: color .4s
}

.dark-skin #mobile-menu-icon .menu-text, .main-nav-dark.header-layout-1 #mobile-menu-icon .menu-text {
    color: #fff
}

@media (max-width: 991px) {
    #mobile-container, #mobile-menu-icon {
        display: block
    }

    #slide-sidebar-widgets {
        display: none
    }
}

.block-head-1 .the-global-title, .block-head-1 .comment-reply-title, .block-head-1 .related.products > h2, .block-head-1 .up-sells > h2, .block-head-1 .cross-sells > h2, .block-head-1 .cart_totals > h2, .block-head-1 .bbp-form legend {
    position: relative;
    font-size: 17px;
    padding: 0 0 15px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

.block-head-1 .the-global-title:after, .block-head-1 .comment-reply-title:after, .block-head-1 .related.products > h2:after, .block-head-1 .up-sells > h2:after, .block-head-1 .cross-sells > h2:after, .block-head-1 .cart_totals > h2:after, .block-head-1 .bbp-form legend:after {
    content: "";
    background: #2c2f34;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0
}

.block-head-1 .the-global-title:before, .block-head-1 .comment-reply-title:before, .block-head-1 .related.products > h2:before, .block-head-1 .up-sells > h2:before, .block-head-1 .cross-sells > h2:before, .block-head-1 .cart_totals > h2:before, .block-head-1 .bbp-form legend:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    border-left: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid #2c2f34
}

.dark-skin .block-head-1 .the-global-title:before, .dark-skin .block-head-1 .comment-reply-title:before, .dark-skin .block-head-1 .related.products > h2:before, .dark-skin .block-head-1 .up-sells > h2:before, .dark-skin .block-head-1 .cross-sells > h2:before, .dark-skin .block-head-1 .cart_totals > h2:before, .dark-skin .block-head-1 .bbp-form legend:before {
    border-top-color: #fff
}

.block-head-1 .mag-box div.mag-box-title:before {
    border-top-color: #08f
}

.block-head-1 .dark-skin .section-title-default:after {
    background: #fff
}

.block-head-1 .dark-skin .section-title-default:before {
    border-top-color: #fff
}

.block-head-1 .dark-skin .widget-title:after {
    background: #fff
}

.block-head-1 .dark-skin .widget-title:before {
    border-top-color: #fff
}

.block-head-1 #footer .widget-title:before {
    display: none
}

.block-head-2 .the-global-title, .block-head-2 .comment-reply-title, .block-head-2 .related.products > h2, .block-head-2 .up-sells > h2, .block-head-2 .cross-sells > h2, .block-head-2 .cart_totals > h2, .block-head-2 .bbp-form legend {
    position: relative;
    font-size: 17px;
    padding: 0 0 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid #27292d;
    color: #27292d
}

.block-head-2 .section-title-default {
    border-bottom-width: 5px
}

.block-head-2 #footer .widget-title:after {
    content: "";
    background: #fff;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0
}

.block-head-3 .the-global-title, .block-head-3 .comment-reply-title, .block-head-3 .related.products > h2, .block-head-3 .up-sells > h2, .block-head-3 .cross-sells > h2, .block-head-3 .cart_totals > h2, .block-head-3 .bbp-form legend {
    position: relative;
    font-size: 17px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0 0 14px
}

.block-head-3 .the-global-title:after, .block-head-3 .comment-reply-title:after, .block-head-3 .related.products > h2:after, .block-head-3 .up-sells > h2:after, .block-head-3 .cross-sells > h2:after, .block-head-3 .cart_totals > h2:after, .block-head-3 .bbp-form legend:after {
    content: "";
    background: #27292d;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0
}

.block-head-3 .dark-skin .the-global-title:after {
    background: #fff
}

.block-head-3 #footer .widget-title:after {
    width: 50px
}

.dark-skin .block-head-1 .the-global-title, .dark-skin .block-head-1 .related.products > h2, .dark-skin .block-head-1 .up-sells > h2, .dark-skin .block-head-1 .cross-sells > h2, .dark-skin .block-head-1 .cart_totals > h2, .dark-skin .block-head-1 .bbp-form legend, .dark-skin .block-head-2 .the-global-title, .dark-skin .block-head-2 .related.products > h2, .dark-skin .block-head-2 .up-sells > h2, .dark-skin .block-head-2 .cross-sells > h2, .dark-skin .block-head-2 .cart_totals > h2, .dark-skin .block-head-2 .bbp-form legend, .dark-skin .block-head-3 .the-global-title, .dark-skin .block-head-3 .related.products > h2, .dark-skin .block-head-3 .up-sells > h2, .dark-skin .block-head-3 .cross-sells > h2, .dark-skin .block-head-3 .cart_totals > h2, .dark-skin .block-head-3 .bbp-form legend, .block-head-1 .dark-skin .the-global-title, .block-head-2 .dark-skin .the-global-title, .block-head-3 .dark-skin .the-global-title {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, .1)
}

.block-head-1 #footer .widget-title, .block-head-2 #footer .widget-title, .block-head-3 #footer .widget-title {
    border-bottom: 0
}

.dark-skin .block-head-1 .the-global-title:after, .dark-skin .block-head-1 .related.products > h2:after, .dark-skin .block-head-1 .up-sells > h2:after, .dark-skin .block-head-1 .cross-sells > h2:after, .dark-skin .block-head-1 .cart_totals > h2:after, .dark-skin .block-head-1 .bbp-form legend:after, .dark-skin .block-head-3 .the-global-title:after, .dark-skin .block-head-3 .related.products > h2:after, .dark-skin .block-head-3 .up-sells > h2:after, .dark-skin .block-head-3 .cross-sells > h2:after, .dark-skin .block-head-3 .cart_totals > h2:after, .dark-skin .block-head-3 .bbp-form legend:after {
    background: #fff
}

.block-head-1 .mag-box div.mag-box-title, .block-head-1 .mag-box-title h3 a, .block-head-1 .block-more-button, .block-head-3 .mag-box div.mag-box-title, .block-head-3 .mag-box-title h3 a, .block-head-3 .block-more-button {
    color: #08f
}

.block-head-1 .mag-box-title h3 a:hover, .block-head-1 .block-more-button:hover, .block-head-3 .mag-box-title h3 a:hover, .block-head-3 .block-more-button:hover {
    color: #006dcc
}

.block-head-1 .mag-box div.mag-box-title:after, .block-head-3 .mag-box div.mag-box-title:after {
    background: #08f
}

.block-head-4 .has-block-head-4, .block-head-4 .mag-box-title h3, .block-head-4 .comment-reply-title, .block-head-4 .related.products > h2, .block-head-4 .up-sells > h2, .block-head-4 .cross-sells > h2, .block-head-4 .cart_totals > h2, .block-head-4 .bbp-form legend {
    position: relative;
    opacity: .99;
    display: inline-block !important;
    width: auto;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 5px 10px;
    color: #fff
}

.block-head-4 .has-block-head-4:before, .block-head-4 .mag-box-title h3:before, .block-head-4 .comment-reply-title:before, .block-head-4 .related.products > h2:before, .block-head-4 .up-sells > h2:before, .block-head-4 .cross-sells > h2:before, .block-head-4 .cart_totals > h2:before, .block-head-4 .bbp-form legend:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #08f;
    z-index: -1
}

.block-head-4 .section-title-default {
    padding: 5px 20px
}

.block-head-4 .mag-box-title h3 a, .block-head-4 .section-title-default a, .block-head-4 #cancel-comment-reply-link {
    color: #fff
}

.block-head-4 .mag-box-title h3 a:hover, .block-head-4 .section-title-default a:hover, .block-head-4 #cancel-comment-reply-link:hover {
    opacity: .8
}

.block-head-4 .mag-box-title {
    position: relative;
    margin-bottom: 0
}

.block-head-4 .mag-box-title h3 {
    font-size: 18px
}

.block-head-4 .mag-box-title .tie-alignright {
    margin-top: 6px
}

.block-head-4 .widget-title {
    padding: 0 10px
}

.block-head-4 .widget-title h4 {
    line-height: 27px
}

.block-head-4#tie-body .widget-title, .block-head-4#tie-body .widget-title a:not(:hover) {
    color: #fff
}

.block-head-4#tie-body .widget-title:before {
    background: #111
}

.block-head-4 #check-also-box .widget-title {
    padding-left: 30px
}

.block-head-4 #check-also-close {
    top: 4px;
    left: 5px
}

.block-head-4 .widget-title a:not(:hover) {
    color: #fff
}

.block-head-4 .mag-box-filter-links .flexMenu-popup {
    top: 5px
}

.block-head-4 span.widget-title-icon, .block-head-7 span.widget-title-icon {
    float: left;
    margin-right: 10px;
    line-height: 27px;
    position: static;
    color: #fff
}

.block-head-4 .mag-box > .container-wrapper, .block-head-4 .widget-title, .block-head-4 #footer .widget, .block-head-4 .side-aside .widget, .block-head-7 .mag-box > .container-wrapper, .block-head-7 .widget-title, .block-head-7 #footer .widget, .block-head-7 .side-aside .widget {
    opacity: .99
}

.block-head-5 .has-block-head-4, .block-head-5 .mag-box-title h3, .block-head-5 .comment-reply-title, .block-head-5 .related.products > h2, .block-head-5 .up-sells > h2, .block-head-5 .cross-sells > h2, .block-head-5 .cart_totals > h2, .block-head-5 .bbp-form legend {
    padding: 5px 15px 5px 25px
}

.block-head-5 .has-block-head-4:before, .block-head-5 .mag-box-title h3:before, .block-head-5 .comment-reply-title:before, .block-head-5 .related.products > h2:before, .block-head-5 .up-sells > h2:before, .block-head-5 .cross-sells > h2:before, .block-head-5 .cart_totals > h2:before, .block-head-5 .bbp-form legend:before {
    -webkit-transform: skew(-20deg) translateX(6px);
    -ms-transform: skew(-20deg) translateX(6px);
    transform: skew(-20deg) translateX(6px)
}

.block-head-5 .section-title-default {
    padding: 5px 20px 5px 35px
}

.block-head-5 .section-title-default:before {
    -webkit-transform: skew(-20deg) translateX(13px);
    -ms-transform: skew(-20deg) translateX(13px);
    transform: skew(-20deg) translateX(13px)
}

.block-head-5 .widget-title {
    padding: 0 10px 0 20px
}

.block-head-5 #check-also-box .widget-title {
    padding-left: 37px
}

.block-head-5 #check-also-close {
    left: 12px
}

.block-head-6 .has-block-head-4:after, .block-head-6 .mag-box-title h3:after, .block-head-6 .comment-reply-title:after, .block-head-6 .related.products > h2:after, .block-head-6 .up-sells > h2:after, .block-head-6 .cross-sells > h2:after, .block-head-6 .cart_totals > h2:after, .block-head-6 .bbp-form legend:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background-color: #08f;
    -webkit-transform: skew(-40deg) translateX(14px);
    -ms-transform: skew(-40deg) translateX(14px);
    transform: skew(-40deg) translateX(14px);
    z-index: -1
}

.block-head-6 .section-title-default {
    padding: 5px 25px
}

.block-head-6 .section-title-default:after {
    -webkit-transform: skew(-40deg) translateX(32px);
    -ms-transform: skew(-40deg) translateX(32px);
    transform: skew(-40deg) translateX(32px)
}

.block-head-6#tie-body .widget-title:after {
    background: #111
}

.block-head-7 .the-global-title, .block-head-7 .comment-reply-title, .block-head-7 .related.products > h2, .block-head-7 .up-sells > h2, .block-head-7 .cross-sells > h2, .block-head-7 .cart_totals > h2, .block-head-7 .bbp-form legend {
    position: relative;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 7px 10px;
    color: #fff;
    background-color: #111
}

.block-head-7 .section-title-default {
    padding: 5px 15px
}

.block-head-7 .mag-box-title h3 {
    font-size: 15px;
    line-height: 22px
}

.block-head-7 .the-global-title a {
    color: #fff
}

.block-head-7 .mag-box .mag-box-title .mag-box-filter-links a.active {
    color: #08f
}

.block-head-7 .mag-box-title h3 a:hover, .block-head-7 .block-more-button:hover, .block-head-7 .section-title-default a:hover, .block-head-7 .widget-title a:hover {
    opacity: .8
}

.block-head-7 .mag-box-filter-links .flexMenu-popup {
    top: 6px
}

.block-head-7 .mag-box-filter-links .flexMenu-popup a:not(:hover):not(.active) {
    color: #2c2f34
}

.dark-skin .block-head-7 .mag-box-filter-links .flexMenu-popup a:not(:hover):not(.active), .block-head-7 .dark-skin .mag-box-filter-links .flexMenu-popup a:not(:hover):not(.active) {
    color: #aaa
}

.block-head-7 .slider-arrow-nav {
    margin-right: -3px
}

.block-head-7 .slider-arrow-nav a {
    border-color: rgba(255, 255, 255, .2)
}

.block-head-7 #footer .widget-title {
    display: inline-block
}

.block-head-7 span.widget-title-icon {
    line-height: 19px
}

.block-head-8 .the-global-title, .block-head-8 .comment-reply-title, .block-head-8 .related.products > h2, .block-head-8 .up-sells > h2, .block-head-8 .cross-sells > h2, .block-head-8 .cart_totals > h2, .block-head-8 .bbp-form legend {
    position: relative;
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 20px;
    min-height: 0
}

.dark-skin .block-head-8 .the-global-title, .dark-skin .block-head-8 .comment-reply-title, .dark-skin .block-head-8 .related.products > h2, .dark-skin .block-head-8 .up-sells > h2, .dark-skin .block-head-8 .cross-sells > h2, .dark-skin .block-head-8 .cart_totals > h2, .dark-skin .block-head-8 .bbp-form legend {
    color: #fff
}

.block-head-8 .the-global-title:before, .block-head-8 .comment-reply-title:before, .block-head-8 .related.products > h2:before, .block-head-8 .up-sells > h2:before, .block-head-8 .cross-sells > h2:before, .block-head-8 .cart_totals > h2:before, .block-head-8 .bbp-form legend:before {
    content: "";
    background: #08f;
    height: 1em;
    width: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.block-head-8 .section-title-default {
    padding-left: 25px
}

.block-head-8 .section-title-default:before {
    height: .8em;
    width: 15px
}

.block-head-8 .mag-box-title h3 {
    line-height: 22px
}

.block-head-8 .dark-skin .the-global-title {
    color: #fff
}

.section-title {
    font-weight: 700
}

.section-title.section-title-default {
    font-size: 50px;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .section-title.section-title-default {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 20px
    }
}

.section-title span.the-section-title .fa {
    font-size: 85%
}

.section-title-centered {
    font-size: 50px;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

@media (max-width: 767px) {
    .section-title-centered {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 30px
    }
}

.section-title-centered span.the-section-title {
    padding: 0 2%;
    text-align: center;
    line-height: 1
}

.dark-skin .section-title-centered {
    color: #fff
}

.section-title-centered:before, .section-title-centered:after {
    height: 2px;
    content: '';
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    position: relative;
    background-color: #2c2f34;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.dark-skin .section-title-centered:before, .dark-skin .section-title-centered:after {
    background-color: #fff
}

.section-title-big {
    padding: 0 15px;
    font-size: 80px;
    margin-bottom: -15px;
    line-height: 1;
    color: rgba(0, 0, 0, .3)
}

@media (max-width: 767px) {
    .section-title-big {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 5px
    }
}

.dark-skin .section-title-big {
    color: rgba(255, 255, 255, .3)
}

.section-item {
    position: relative;
    padding: 30px 0 0;
    clear: both
}

@media (max-width: 991px) {
    .section-item {
        padding-top: 15px
    }
}

.has-title .section-item {
    padding-top: 85px;
    padding-bottom: 55px
}

@media (max-width: 991px) {
    .has-title .section-item {
        padding-top: 20px;
        padding-bottom: 10px
    }
}

.without-background:not(.has-title) + .without-background.has-title .section-item {
    padding-top: 55px
}

.has-background .section-item {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.archive .has-background .section-item {
    padding-bottom: 30px
}

.normal-width.has-background .section-item {
    padding-right: 30px;
    padding-left: 30px
}

@media (max-width: 991px) {
    .normal-width.has-background .section-item {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width: 991px) {
    .container.has-background {
        padding-right: 0;
        padding-left: 0
    }
}

.section-item.first-block-is-full-width, .without-background + .without-background .section-item {
    padding-top: 0
}

.has-background .section-item > section {
    margin-bottom: 0
}

.has-background .section-item > section + .container {
    margin-top: 30px
}

@media (max-width: 991px) {
    .has-background .section-item > section + .container {
        margin-top: 15px
    }
}

.mag-box-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px
}

.mag-box-title h3 {
    font-size: 18px;
    margin-right: 20px;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: calc(100% - 145px);
    float: left
}

@media (max-width: 479px) {
    .mag-box-title h3 {
        max-width: calc(100% - 105px)
    }
}

.mag-box-title h3:only-child {
    max-width: 100%
}

.mag-box-title .tie-alignright {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    width: 100%
}

.mag-box-options {
    font-size: 12px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mag-box-options .slider-arrow-nav {
    -webkit-flex: 0 0 55px;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px
}

.block-more-button {
    margin-left: 10px;
    line-height: 22px
}

.mag-box-filter-links {
    opacity: 0;
    transition: opacity .5s;
    overflow: hidden;
    height: 22px
}

.mag-box-filter-links li {
    float: left
}

.mag-box-filter-links a {
    padding: 0 6px;
    margin: 0 2px;
    line-height: 22px;
    border-radius: 2px;
    color: #2c2f34;
    display: inline-block;
    transition: .2s;
    white-space: nowrap;
    word-wrap: normal
}

.mag-box-filter-links a:hover {
    border-color: #08f;
    background-color: #08f;
    color: #fff
}

div.mag-box .mag-box-options .mag-box-filter-links a.active {
    color: #08f;
    background-color: transparent;
    cursor: default
}

.flexMenu-viewMore > a {
    position: relative;
    z-index: 5
}

.flexMenu-viewMore > a > span {
    display: inline-block;
    line-height: 22px;
    font-size: 16px
}

.mag-box-filter-links .flexMenu-viewMore:hover > a {
    background-color: transparent !important;
    color: #08f
}

.flexMenu-popup {
    z-index: 4;
    -webkit-transform: translateX(-100%) translateX(34px);
    -ms-transform: translateX(-100%) translateX(34px);
    transform: translateX(-100%) translateX(34px);
    min-width: 100px;
    text-align: right;
    white-space: nowrap;
    word-wrap: normal;
    border-radius: 2px;
    background: #fff
}

.flexMenu-popup li {
    width: 100%;
    display: block
}

.mag-box-filter-links .flexMenu-popup {
    top: 0;
    padding-top: 22px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.mag-box-filter-links .flexMenu-popup li:first-child {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.flexMenu-popup a {
    border-radius: 0;
    display: block;
    padding: 3px 10px;
    transition: none;
    margin: 0
}

.mag-box-container {
    position: relative
}

.mag-box .posts-items li:nth-child(1), .mini-posts-box .posts-items li:nth-child(2), .big-post-left-box .posts-items li:nth-child(2), .big-posts-box .posts-items li:nth-child(2) {
    margin-top: 0
}

.mag-box {
    margin-bottom: 30px;
    clear: both
}

@media (max-width: 991px) {
    .mag-box {
        margin-bottom: 15px
    }
}

.mag-box .is-loading {
    opacity: .5;
    transition: opacity .3s
}

.mag-box .posts-items {
    clear: both;
    margin: 0 -2%
}

.mag-box .posts-items li {
    float: left;
    width: 50%;
    margin-top: 24px;
    padding: 0 2%
}

@media (max-width: 670px) {
    .mag-box .posts-items li {
        width: 100%
    }

    .mag-box .posts-items li:not(:first-child) {
        margin-top: 14px
    }
}

.mag-box .posts-items-loaded-ajax {
    margin-top: 24px !important
}

.mag-box .post-title {
    font-size: 20px;
    line-height: 1.4
}

.mag-box .post-meta {
    margin: 0 0 3px
}

.mag-box .post-excerpt {
    margin-top: 5px;
    color: #666
}

.mag-box li:not(:first-child) .post-thumb {
    float: left;
    margin-right: 15px
}

.mag-box li:not(:first-child) .post-details {
    padding-left: 125px
}

.mag-box li:not(:first-child) .post-title {
    font-size: 14px
}

.no-small-thumbs.post-item .post-details, .no-small-thumbs.post-widget-body, .no-small-thumbs.comment-body {
    padding-left: 0 !important
}

.content-only:not(.tabs-box), .content-only:not(.tabs-box) > .container-wrapper {
    background: 0 0;
    border: 0;
    padding: 0
}

@media (max-width: 991px) {
    .content-only {
        margin: 30px 0
    }
}

.show-more-button {
    border: 1px solid rgba(0, 0, 0, .1);
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    display: block;
    font-weight: 600;
    cursor: pointer;
    clear: both
}

.mag-box .show-more-button {
    margin: 25px -30px -30px;
    border-width: 1px 0 0
}

@media (max-width: 767px) {
    .mag-box .show-more-button {
        margin: 20px -20px -20px
    }
}

.pages-nav .show-more-button {
    padding: 0 20px;
    min-height: 50px;
    line-height: 50px
}

.magazine1 .content-only .show-more-button, .magazine2 .show-more-button {
    border-width: 1px;
    margin: 35px auto 0;
    max-width: 350px
}

@media (max-width: 991px) {
    .magazine1 .content-only .show-more-button, .magazine2 .show-more-button {
        margin-top: 20px
    }
}

.show-more-button .spinner-circle {
    top: -13px;
    left: -13px;
    height: 26px;
    width: 26px;
    clip: rect(0, 26px, 26px, 13px)
}

.show-more-button .spinner-circle:after {
    left: 0;
    top: 0;
    height: 26px;
    width: 26px;
    clip: rect(0, 26px, 26px, 13px)
}

.pagination-disabled {
    opacity: .5;
    cursor: default
}

.pagination-disabled, .pagination-disabled:hover {
    color: #888 !important
}

.big-post-left-box .posts-items {
    font-size: 0
}

.big-post-left-box .posts-items .post-excerpt {
    font-size: 13px
}

.big-post-left-box .posts-items li:nth-child(n+2) {
    float: none;
    display: inline-block !important;
    vertical-align: top
}

.big-post-left-box .posts-items li:nth-child(n+2) .post-thumb img {
    max-width: 110px
}

.big-post-left-box li:first-child .post-thumb {
    margin-bottom: 10px
}

@media (min-width: 992px) {
    .full-width .big-post-left-box .posts-items li {
        width: calc(100% / 3)
    }

    .full-width .big-post-left-box .posts-items li:nth-child(3) {
        margin-top: 0
    }
}

.big-post-top-box .posts-items li:first-child {
    width: 96%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 2%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 24px;
    margin-bottom: 24px
}

.big-post-top-box .posts-items li:first-child .post-thumb {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0
}

.big-post-top-box .posts-items li:first-child .post-details {
    padding-left: 52%
}

.big-post-top-box .posts-items li:nth-child(2n) {
    clear: left
}

.big-post-top-box .posts-items li:nth-child(-n+3) {
    margin-top: 0
}

.big-post-top-box .posts-items li:nth-child(n+2) .post-thumb img {
    max-width: 110px
}

@media (max-width: 670px) {
    .big-post-top-box .posts-items li:first-child {
        padding-bottom: 14px;
        margin-bottom: 14px
    }

    .big-post-top-box .posts-items li:first-child .post-thumb {
        width: 100%;
        margin: 0 0 10px
    }

    .big-post-top-box .posts-items li:first-child .post-meta {
        width: 100%
    }

    .big-post-top-box .posts-items li:first-child .post-details {
        padding: 0
    }

    .big-post-top-box .posts-items li:nth-child(3), .big-post-top-box .posts-items li:nth-child(4) {
        margin-top: 14px
    }
}

@media (min-width: 992px) {
    .full-width .big-post-top-box .posts-items li {
        width: calc(100% / 3)
    }

    .full-width .big-post-top-box .posts-items li:nth-child(-n+4) {
        margin-top: 0
    }

    .full-width .big-post-top-box .posts-items li:first-child {
        width: 96%
    }

    .full-width .big-post-top-box .posts-items li:first-child .post-thumb {
        width: 30.6%
    }

    .full-width .big-post-top-box .posts-items li:first-child .post-details {
        padding-left: 34.767%
    }

    .full-width .big-post-top-box .posts-items li:nth-child(2n) {
        clear: none
    }

    .full-width .big-post-top-box .posts-items li:nth-child(3n+2) {
        clear: left
    }
}

.half-box.mag-box {
    padding-left: 0;
    clear: right
}

.half-box.second-half-box {
    padding-left: 15px;
    padding-right: 0
}

@media (max-width: 767px) {
    .half-box {
        padding: 0 !important
    }
}

.half-box .posts-items {
    margin: 0
}

.half-box .posts-items li {
    width: 100%;
    padding: 0
}

.half-box .posts-items li:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 24px;
    padding-bottom: 24px
}

@media (max-width: 670px) {
    .half-box .posts-items li:first-child {
        margin-bottom: 14px;
        padding-bottom: 14px
    }
}

.half-box .posts-items li:first-child .post-thumb {
    margin-bottom: 10px
}

.half-box .posts-items li:nth-child(2) {
    margin-top: 0
}

.half-box .posts-items li:nth-child(n+2) .post-thumb img {
    max-width: 110px
}

@media (min-width: 768px) {
    .content-only.first-half-box {
        padding-right: 15px
    }
}

.news-gallery .mag-box-container {
    overflow: hidden;
    margin-bottom: -10px
}

.news-gallery-items {
    width: calc(100% + 10px);
    margin: 0 -5px
}

.news-gallery-items li {
    float: left;
    height: 75px;
    width: 16.66667%;
    padding: 0 5px 10px
}

.news-gallery-items li .post-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    float: none !important;
    margin: 0 !important
}

.media-overlay .news-gallery-items .post-thumb-overlay {
    transition: .3s
}

.media-overlay .news-gallery-items li:hover .post-thumb-overlay {
    background: rgba(255, 255, 255, .2)
}

.big-first-gallery .news-gallery-items {
    height: 280px
}

.big-first-gallery .news-gallery-items li {
    height: 25%
}

.big-first-gallery .news-gallery-items li:first-child {
    width: 50%;
    height: 100%
}

@media (min-width: 992px) {
    .full-width .big-first-gallery .news-gallery-items {
        height: 400px
    }

    .full-width .news-grid .news-gallery-items li {
        height: 100px
    }
}

@media (max-width: 767px) {
    .news-gallery-items li, .big-first-gallery .news-gallery-items li {
        width: 33.3334%;
        height: 95px
    }

    .big-first-gallery .news-gallery-items {
        height: 620px
    }

    .big-first-gallery .news-gallery-items li:first-child {
        width: 100%;
        height: 250px
    }
}

.scrolling-box .mag-box-container {
    min-height: 150px
}

.scrolling-slider {
    overflow: hidden;
    display: none
}

.scrolling-slider.slick-dotted {
    padding-bottom: 40px
}

.scrolling-slider .slick-list {
    width: 100%;
    width: calc(100% + 24px);
    margin-right: calc(-12px);
    margin-left: calc(-12px);
    overflow: inherit;
    transition: height .3s
}

.scrolling-slider .tie-slick-dots {
    bottom: 0;
    text-align: center
}

.scrolling-slider .slide {
    margin: 0 12px;
    position: relative
}

.scrolling-slider .post-title {
    font-size: 16px;
    margin-top: 8px
}

.scrolling-slider .post-meta {
    margin: 8px 0 0
}

.scroll-2-box .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.scroll-2-box .slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    background-color: rgba(0, 0, 0, .2)
}

.scroll-2-box .post-overlay {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    padding: 10px
}

.scroll-2-box .post-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px
}

.scroll-2-box .post-title a {
    color: #fff;
    white-space: normal;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.2em
}

@media only screen and (min-width: 400px) and (max-width: 570px) {
    .scroll-2-box .post-title a {
        -webkit-line-clamp: 2;
        max-height: 2.8em
    }
}

.scroll-2-box .post-thumb:after {
    opacity: .5
}

.scroll-2-box .slide:hover .post-thumb:after {
    opacity: .9
}

.wide-post-box .posts-items {
    margin: 0
}

.wide-post-box .posts-items li {
    width: 100%;
    padding: 0;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.wide-post-box .posts-items li .post-title {
    font-size: 20px
}

.wide-post-box .posts-items li .post-thumb {
    margin-right: 25px;
    float: none;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 420px
}

@media (max-width: 767px) {
    .wide-post-box .posts-items li .post-thumb {
        -webkit-flex: 1 0 40%;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%;
        margin-right: 3.55%
    }
}

.wide-post-box .posts-items li .post-details {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 !important
}

@media (max-width: 580px) {
    .wide-post-box .posts-items li {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .wide-post-box .posts-items li .post-thumb {
        width: 100%;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        margin: 0 0 10px
    }

    .wide-post-box .posts-items li .post-meta {
        width: 100%
    }
}

.small-wide-post-box .posts-items li .post-thumb {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
}

.timeline-box .posts-items {
    position: relative;
    overflow: hidden
}

.timeline-box .posts-items::before, .timeline-box .posts-items:last-of-type:after {
    content: "";
    width: 2px;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 29px;
    z-index: 0
}

.timeline-box .posts-items:last-of-type:after {
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #fff 80%);
    height: 150px;
    bottom: 0
}

.timeline-box .posts-items li {
    display: block !important
}

@media (max-width: 580px) {
    .timeline-box .posts-items li .post-thumb {
        float: none
    }
}

.timeline-box .posts-items-loaded-ajax {
    margin-top: 0
}

.timeline-box .posts-items-loaded-ajax li:first-child {
    padding-top: 30px
}

.timeline-box .year-month {
    background: #e6e6e6;
    color: #2c2f34;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 18px;
    float: left;
    margin: 0 10px 10px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 12px;
    border-radius: 100%
}

.timeline-box .year-month span {
    font-weight: 600;
    font-size: 14px
}

.timeline-box .year-month em {
    display: block;
    font-size: 80%;
    padding-top: 1px;
    opacity: .7
}

.timeline-box .day-month {
    margin-bottom: 10px;
    padding-left: 50px;
    position: relative;
    z-index: 2
}

.timeline-box .day-month::before {
    position: absolute;
    left: 23px;
    top: 3px;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e6e6e6;
    border: 3px solid #fff;
    z-index: 1
}

.timeline-box .post-item-inner {
    margin-left: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 580px) {
    .timeline-box .post-item-inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 670px) {
    .big-posts-box .posts-items li {
        width: 100%
    }
}

.big-posts-box .posts-items li .post-thumb {
    margin-right: 0;
    float: none !important;
    margin-bottom: 10px
}

.big-posts-box .posts-items li .post-details {
    padding-left: 0
}

.big-posts-box .posts-items li .post-title {
    font-size: 20px;
    padding-left: 0
}

.big-posts-box .posts-items li:nth-child(2n+1) {
    clear: left
}

@media (min-width: 992px) {
    .full-width .big-posts-box .posts-items {
        margin: 0 -1.35%
    }

    .full-width .big-posts-box .posts-items li {
        width: calc(100% / 3);
        padding: 0 1.35%
    }

    .full-width .big-posts-box .posts-items li:nth-child(-n+3) {
        margin-top: 0
    }

    .full-width .big-posts-box .posts-items li:nth-child(2n+1) {
        clear: none
    }

    .full-width .big-posts-box .posts-items li:nth-child(3n+1) {
        clear: left
    }
}

.narrow-big-posts-box .posts-items {
    margin: 0 -1px
}

.narrow-big-posts-box .posts-items li {
    padding: 0 1px
}

.narrow-big-posts-box .posts-items li .post-details {
    padding: 5px 15px 0
}

.narrow-big-posts-box .posts-items .post-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-top: 5px
}

.narrow-big-posts-box .posts-items .post-cat-wrap {
    left: 0;
    bottom: 0
}

.narrow-big-posts-box .posts-items .post-cat-wrap .post-cat {
    border-radius: 0;
    background: #fff;
    padding: 10px 25px;
    color: #00bf80
}

.full-width-img-news-box .posts-items li {
    width: 100%;
    float: none
}

@media (min-width: 992px) {
    .full-width-img-news-box .posts-items li:not(:first-child) {
        margin-top: 40px
    }
}

.full-width-img-news-box .posts-items li .post-title {
    font-size: 30px;
    line-height: 1.2
}

@media (max-width: 767px) {
    .full-width-img-news-box .posts-items li .post-title {
        font-size: 25px
    }
}

@media (max-width: 670px) {
    .full-width-img-news-box .posts-items li .post-title {
        font-size: 20px
    }
}

.full-width-img-news-box .posts-items li .post-thumb {
    width: 100%;
    margin-bottom: 10px;
    float: none !important
}

.full-width-img-news-box .posts-items .post-meta {
    clear: both
}

.full-width-img-news-box .posts-items .post-excerpt, .full-width-img-news-box .posts-items .entry {
    margin-top: 10px
}

@media (min-width: 768px) {
    .full-overlay-title li:not(.no-post-thumb) .block-post-overlay {
        position: relative;
        margin-bottom: 20px
    }

    .full-overlay-title li:not(.no-post-thumb) .block-title-overlay {
        position: absolute;
        bottom: -1px;
        padding: 25px 25px 0 0;
        background: #fff;
        z-index: 4;
        width: 70%
    }

    .full-overlay-title li:not(.no-post-thumb) img {
        min-height: 250px;
        background-color: #f6f7f8
    }

    .dark-skin .full-overlay-title li:not(.no-post-thumb) img {
        background-color: #161619
    }

    .full-overlay-title.media-overlay .icon {
        left: 15px;
        top: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .full-overlay-title.media-overlay .is-trending .trending-post {
        top: 16px;
        left: 15px;
        width: 38px;
        height: 38px;
        line-height: 38px
    }

    .full-overlay-title.media-overlay .is-trending .icon {
        left: 63px
    }

    .full-overlay-title .digital-rating {
        top: 15px;
        right: 15px
    }

    .center-overlay-title li:not(.no-post-thumb) .block-title-overlay {
        padding: 25px 25px 15px !important;
        width: 86%;
        left: 7%;
        text-align: center
    }

    .center-overlay-title li:not(.no-post-thumb) .tie-alignright {
        float: none;
        display: inline-block
    }
}

.mini-posts-box .posts-items li .post-title {
    font-size: 18px;
    margin-bottom: 10px
}

.mini-posts-box .posts-items li .post-thumb {
    float: left;
    margin-right: 15px
}

.mini-posts-box .posts-items li .post-thumb img {
    max-width: 110px
}

.mini-posts-box .posts-items li:nth-child(2n+1) {
    clear: left
}

@media only screen and (min-width: 992px) and (max-width: 1100px), only screen and (max-width: 767px) {
    .mini-posts-box .posts-items li {
        width: 100%
    }

    .mini-posts-box .posts-items li:nth-child(n+2) {
        margin-top: 24px
    }
}

@media (min-width: 992px) {
    .full-width .mini-posts-box .posts-items li:nth-child(-n+3) {
        margin-top: 0
    }

    .full-width .mini-posts-box .posts-items li:nth-child(n) {
        width: calc(100% / 3);
        clear: none
    }

    .full-width .mini-posts-box .posts-items li:nth-child(3n+1) {
        clear: left
    }
}

.first-post-gradient li:first-child .post-title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 5px
}

.first-post-gradient li:first-child .post-overlay {
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 2px;
    z-index: 2
}

.first-post-gradient li:first-child .post-content {
    width: 100%;
    padding: 22px 30px;
    position: absolute;
    bottom: 0;
    left: 0
}

.first-post-gradient li:first-child .post-cat-wrap {
    pointer-events: none
}

.first-post-gradient li:first-child .post-cat-wrap a, .first-post-gradient li:first-child .meta-author a {
    pointer-events: auto
}

.first-post-gradient .posts-items li:first-child a:not(:hover), .first-post-gradient li:first-child .post-meta {
    color: #fff
}

.big-thumb-left-box-inner {
    height: 471px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: rgba(0, 0, 0, .2)
}

@media (max-width: 670px) {
    .big-thumb-left-box-inner {
        height: 325px
    }
}

.big-thumb-left-box li:first-child .post-content {
    padding: 12px 20px
}

.big-thumb-left-box li:first-child .post-thumb {
    margin-bottom: 0
}

@media (min-width: 671px) {
    .miscellaneous-box li:first-child .post-title {
        font-size: 36px;
        line-height: 1.2
    }
}

.miscellaneous-box li:not(:first-child) .post-thumb {
    margin: 0 0 5px !important
}

.miscellaneous-box .posts-items li {
    width: calc(100% / 3);
    margin-top: 30px
}

.miscellaneous-box .posts-items li:first-child {
    width: 96%;
    padding: 0;
    margin: 0 2%;
    position: relative
}

@media (min-width: 480px) {
    .miscellaneous-box .posts-items li:first-child {
        min-height: 180px;
        background-color: rgba(0, 0, 0, .2)
    }
}

.miscellaneous-box .posts-items li:nth-child(3n+2) {
    clear: both
}

@media (max-width: 670px) {
    .miscellaneous-box .posts-items li {
        width: 50%
    }

    .miscellaneous-box .posts-items li:nth-child(3n+2) {
        clear: none
    }

    .miscellaneous-box .posts-items li:nth-child(2n+2) {
        clear: both
    }

    .miscellaneous-box li:first-child .post-content {
        padding: 10px 15px
    }

    .miscellaneous-box li:first-child .icon {
        left: 10px;
        top: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .miscellaneous-box li:first-child .icon:before {
        width: 35px;
        height: 35px;
        line-height: 30px
    }

    .miscellaneous-box li:first-child.is-trending .icon {
        left: 50px
    }
}

@media (max-width: 479px) {
    .miscellaneous-box li:first-child .post-title {
        font-size: 18px;
        max-height: 2.4em;
        overflow: hidden
    }

    .miscellaneous-box li:first-child .post-meta {
        max-height: 2em
    }

    .miscellaneous-box li:first-child .trending-post, .miscellaneous-box li:first-child .post-cat, .miscellaneous-box li:first-child .post-rating, .miscellaneous-box li:first-child .digital-rating, .miscellaneous-box li:first-child .icon {
        display: none
    }
}

@media (max-width: 380px) {
    .miscellaneous-box .posts-items li {
        width: 100%
    }
}

@media (min-width: 992px) {
    .full-width .miscellaneous-box .posts-items {
        margin: 0 -1.33%
    }

    .full-width .miscellaneous-box .posts-items li:first-child {
        margin: 0 1.33%;
        width: 97.34%
    }

    .full-width .miscellaneous-box .posts-items li:not(:first-child) {
        width: 25%;
        padding: 0 1.33%
    }

    .full-width .miscellaneous-box .posts-items li:nth-child(3n+2) {
        clear: none
    }

    .full-width .miscellaneous-box .posts-items li:nth-child(4n+2) {
        clear: left
    }
}

.video-playlist-wrapper {
    background-color: #27292d;
    position: relative;
    width: 66%;
    height: 434px;
    float: left
}

.video-playlist-wrapper .loader-overlay {
    z-index: 1
}

.video-playlist-wrapper iframe {
    height: 434px;
    width: 100%
}

.video-player-wrapper {
    position: relative;
    z-index: 2
}

.video-frame {
    visibility: hidden
}

.video-playlist-nav-wrapper {
    width: 34%;
    float: right;
    height: 434px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border-width: 0 1px 1px 0
}

.video-playlist-nav-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, .05)
}

.video-playlist-nav-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    background: rgba(0, 0, 0, .05);
    width: 100%;
    height: 1px;
    bottom: 0;
    top: auto
}

.video-playlist-nav-wrapper .mCustomScrollBox > .mCSB_scrollTools {
    right: 0;
    left: auto
}

.playlist-title {
    background: #08f;
    color: #fff;
    height: 70px;
    width: 100%;
    padding: 0 15px;
    line-height: 17px;
    z-index: 9
}

.playlist-title h2 {
    padding-top: 14px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.videos-number {
    font-size: 11px;
    display: block;
    float: left
}

.playlist-title-icon {
    font-size: 27px;
    float: left;
    margin-right: 10px;
    height: 70px;
    line-height: 70px;
    width: 40px;
    text-align: center;
    font-weight: 400
}

.video-playlist-nav {
    position: relative;
    height: 434px;
    clear: both
}

.is-mobile .video-playlist-nav {
    overflow-y: auto
}

.video-playlist-nav:not(.playlist-has-title) {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.playlist-has-title {
    height: 364px
}

.video-playlist-item {
    padding: 12px 15px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    transition: .3s
}

.video-playlist-item:last-of-type {
    border-bottom: 0
}

.video-playlist-item h2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px
}

.video-playlist-item:hover, .is-playing {
    background: #f7f7f7
}

.video-paused-icon, .video-play-icon, .video-number {
    float: left;
    width: 20px;
    text-align: left;
    line-height: 46px;
    font-size: 11px;
    color: #333
}

.video-play-icon {
    display: none;
    color: #08f
}

.is-playing .video-number, .is-paused .video-number, .video-paused-icon {
    display: none
}

.is-playing .video-play-icon, .is-paused .video-paused-icon {
    display: block
}

.video-thumbnail {
    width: 75px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    float: left
}

.video-info {
    padding-left: 105px
}

.video-duration {
    float: left;
    font-size: 11px;
    color: #777;
    margin-top: 3px;
    line-height: 1
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-playlist-nav-wrapper, .video-playlist-wrapper, .video-playlist-wrapper iframe {
        height: 383px
    }

    .video-playlist-nav {
        height: 383px !important
    }

    .playlist-has-title {
        height: 313px !important
    }
}

@media (max-width: 767px) {
    .video-playlist-wrapper {
        width: 100%;
        height: auto
    }

    .video-playlist-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .video-player-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0
    }

    .video-playlist-nav-wrapper {
        height: auto !important;
        width: 100%
    }

    .video-playlist-nav {
        height: 270px !important
    }

    .playlist-has-title {
        height: 244px !important
    }
}

@media (min-width: 992px) {
    .has-builder .has-sidebar .video-playlist-nav-wrapper, .has-builder .has-sidebar .video-playlist-nav, .has-builder .has-sidebar .video-playlist-wrapper, .has-builder .has-sidebar .video-playlist-wrapper iframe {
        height: 323px !important
    }

    .has-builder .has-sidebar .playlist-has-title {
        height: 263px !important
    }

    .has-builder .has-sidebar .playlist-title {
        height: 60px
    }

    .has-builder .has-sidebar .playlist-title h2 {
        padding-top: 11px
    }

    .has-builder .has-sidebar .playlist-title-icon {
        height: 60px;
        line-height: 60px
    }
}

.dark-skin .mag-box:not(.tabs-box), .box-dark-skin:not(.tabs-box) {
    background-color: transparent
}

.dark-skin .mag-box .mag-box-filter-links a:not(:hover), .box-dark-skin .mag-box-filter-links a:not(:hover) {
    color: #aaa
}

.dark-skin .mag-box .mag-box-filter-links .flexMenu-popup, .box-dark-skin .mag-box-filter-links .flexMenu-popup {
    background-color: #1f2024;
    box-shadow: 0 0 5px rgba(0, 0, 0, .7)
}

.dark-skin .mag-box .slider-arrow-nav a, .dark-skin .mag-box.half-box .posts-items li:first-child, .dark-skin .mag-box.big-post-top-box .posts-items li:first-child, .box-dark-skin .slider-arrow-nav a, .box-dark-skin.half-box .posts-items li:first-child, .box-dark-skin.big-post-top-box .posts-items li:first-child {
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin .mag-box.timeline-box .posts-items:before, .box-dark-skin.timeline-box .posts-items:before {
    background: #404146
}

.dark-skin .mag-box.timeline-box .posts-items:last-of-type:after, .box-dark-skin.timeline-box .posts-items:last-of-type:after {
    background-image: linear-gradient(to bottom, #404146 0%, #1f2024 80%)
}

.dark-skin .mag-box .year-month, .box-dark-skin .year-month {
    background: #404146;
    color: #fff
}

.dark-skin .mag-box .day-month:before, .box-dark-skin .day-month:before {
    background: #404146;
    border-color: #1f2024
}

@media (min-width: 768px) {
    .dark-skin .mag-box.full-overlay-title li:not(.no-post-thumb) .block-title-overlay, .box-dark-skin.full-overlay-title li:not(.no-post-thumb) .block-title-overlay {
        background: #1f2024
    }
}

.dark-skin .mag-box .videos-block, .box-dark-skin .videos-block {
    background: #27292d
}

.dark-skin .mag-box .video-playlist-nav-wrapper, .box-dark-skin .video-playlist-nav-wrapper {
    background: #1a1b1f
}

.dark-skin .mag-box .playlist-title, .box-dark-skin .playlist-title {
    background: #131416;
    color: #fff
}

.dark-skin .mag-box .video-playlist-item, .dark-skin .mag-box .mag-box-filter-links .flexMenu-popup li:first-child, .box-dark-skin .video-playlist-item, .box-dark-skin .mag-box-filter-links .flexMenu-popup li:first-child {
    border-color: rgba(255, 255, 255, .05)
}

.dark-skin .mag-box .video-playlist-item h2, .box-dark-skin .video-playlist-item h2 {
    color: #fff
}

.dark-skin .mag-box .video-playlist-item:hover, .dark-skin .mag-box .is-playing, .box-dark-skin .video-playlist-item:hover, .box-dark-skin .is-playing {
    background: #222428
}

.dark-skin .mag-box .video-paused-icon, .dark-skin .mag-box .video-number, .dark-skin .mag-box .video-duration, .box-dark-skin .video-paused-icon, .box-dark-skin .video-number, .box-dark-skin .video-duration {
    color: #aaa
}

.dark-skin .mag-box .tie-slick-dots li:not(.slick-active) button, .box-dark-skin .tie-slick-dots li:not(.slick-active) button {
    background: rgba(255, 255, 255, .2)
}

.post-content.container-wrapper {
    padding: 0
}

.post-components > div, .post-components #add-comment-block {
    margin-top: 30px
}

@media (max-width: 991px) {
    .post-components > div, .post-components #add-comment-block {
        margin-top: 15px
    }
}

.post-components #respond {
    margin-top: 30px
}

#go-to-content {
    position: absolute;
    bottom: 20px;
    right: 30px;
    width: 45px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 70px;
    z-index: 3
}

#go-to-content:hover {
    color: #08f
}

@media (max-width: 767px) {
    .post-layout-4 #content, .post-layout-5 #content, .post-layout-7 #content {
        margin-top: 0
    }

    .post-layout-4 #go-to-content, .post-layout-5 #go-to-content {
        display: none
    }

    .post-layout-5 .fullwidth-entry-title {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0
    }
}

.entry-header, .page-title {
    line-height: 1.2
}

@media (max-width: 767px) {
    .entry-header, .page-title {
        font-size: 28px
    }
}

.entry-header .entry-title {
    margin: 15px 0
}

@media (max-width: 767px) {
    .entry-header .entry-title {
        font-size: 28px
    }
}

.entry-header .entry-sub-title {
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    margin-top: -5px;
    margin-bottom: 15px;
    color: #777;
    font-family: "Arial";
    letter-spacing: 0
}

@media (max-width: 991px) {
    .entry-header .entry-sub-title {
        font-size: 18px;
        line-height: 23px
    }
}

.entry-header .post-is-trending {
    margin: 15px 0 10px;
    font-size: 14px;
    font-weight: 700
}

.entry-header .trending-post {
    margin-right: 5px
}

.entry-header .post-cat {
    margin-bottom: 6px
}

.entry-header .post-meta {
    overflow: inherit;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 24px
}

.entry-header .post-meta .meta-item {
    margin-right: 12px
}

.entry-header .post-meta, .entry-header .post-meta a:not(:hover) {
    color: #333
}

.entry-header .post-meta .meta-author {
    margin: 0
}

.entry-header .post-meta .meta-author .fa {
    display: none
}

.entry-header .post-meta .meta-author a {
    font-weight: 600
}

.entry-header .post-meta .date .fa {
    display: none
}

.entry-header .post-meta .date:before {
    content: "\2022";
    color: #ccc;
    margin: 0 3px 0 5px;
    display: inline-block
}

.entry-header .post-meta .tie-alignright {
    display: inline
}

@media (max-width: 767px) {
    .entry-header .post-meta {
        margin-bottom: -8px
    }

    .entry-header .post-meta .tie-alignright {
        float: none
    }

    .entry-header .post-meta .meta-item, .entry-header .post-meta .tie-alignright .meta-item:last-child {
        margin-bottom: 8px !important
    }

    .entry-header .post-meta > span, .entry-header .post-meta > div {
        float: initial !important
    }

    .entry-header .post-meta .meta-author a {
        font-weight: 400
    }

    .entry-header .meta-author-avatar img {
        width: 20px;
        height: 20px
    }
}

.meta-author-avatar img {
    width: 30px;
    height: 30px;
    margin-right: 3px;
    margin-top: -5px;
    vertical-align: middle;
    border-radius: 50%;
    transition: .15s
}

.entry-header, .entry-archives-header {
    padding: 10px 30px 0;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .entry-header, .entry-archives-header {
        padding: 20px 20px 0
    }
}

@media (max-width: 1199px) {
    .entry-archives-header {
        padding: 20px 20px 0;
        margin-bottom: 10px
    }
}

.entry-header-outer #breadcrumb {
    margin: 0 0 20px;
    padding: 0
}

.fullwidth-entry-title {
    background-color: transparent;
    margin: 30px 0 0;
    padding: 30px 0;
    border: 0
}

@media (max-width: 991px) {
    .fullwidth-entry-title {
        margin-top: 15px;
        margin-bottom: 15px
    }
}

.post-layout-3 .fullwidth-entry-title {
    padding: 0
}

.one-column-no-sidebar .fullwidth-entry-title {
    border-width: 0
}

.dark-skin .one-column-no-sidebar .fullwidth-entry-title {
    background-color: transparent
}

.dark-skin .one-column-no-sidebar .fullwidth-entry-title .entry-header-outer {
    border-bottom-width: 0
}

.single-big-img {
    position: relative;
    height: 570px;
    margin-top: 30px;
    border: 0;
    background-size: cover
}

@media (max-width: 1199px) {
    .single-big-img {
        height: 440px
    }
}

@media (max-width: 991px) {
    .single-big-img {
        height: 380px
    }
}

@media (max-width: 767px) {
    .single-big-img {
        height: 320px
    }
}

@media (max-width: 479px) {
    .single-big-img {
        height: 400px
    }
}

@media (max-width: 320px) {
    .single-big-img .entry-sub-title {
        display: none
    }
}

.post-layout-5 .single-big-img {
    padding: 30px
}

@media (max-width: 991px) {
    .post-layout-5 .single-big-img {
        padding: 20px
    }
}

.single-big-img .container {
    position: relative;
    height: 100%;
    padding: 0
}

.single-big-img .entry-title, .single-big-img .entry-sub-title, .single-big-img .post-meta {
    text-shadow: 0 0 10px rgba(0, 0, 0, .8)
}

.single-big-img .entry-sub-title {
    color: #fff
}

.single-big-img #go-to-content {
    bottom: 55px;
    right: 30px
}

.single-big-img .thumb-overlay {
    pointer-events: none;
    overflow: hidden
}

.single-big-img .entry-header {
    border: 0;
    margin-bottom: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 30px;
    color: #fff;
    left: 0;
    width: 100%
}

@media (max-width: 991px) {
    .single-big-img .entry-header {
        padding: 20px
    }
}

.single-big-img .entry-title {
    padding-right: 100px;
    color: #fff
}

.one-column-no-sidebar .single-big-img .entry-title {
    padding: 0 100px
}

@media (max-width: 991px) {
    .one-column-no-sidebar .single-big-img .entry-title {
        padding: 0
    }
}

@media (max-width: 767px) {
    .single-big-img .entry-title {
        padding-right: 0
    }
}

.full-width .single-big-img .entry-title {
    padding: 0 100px
}

@media (max-width: 767px) {
    .full-width .single-big-img .entry-title {
        padding: 0 20px
    }
}

.single-big-img .post-meta, .single-big-img .post-meta a:not(:hover) {
    color: #fff
}

.single-big-img .post-meta .tie-alignright {
    float: none;
    padding-left: 10px
}

.single-big-img #breadcrumb {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 0 10px rgba(0, 0, 0, .5)
}

.single-big-img #breadcrumb a {
    color: #fff
}

.single-big-img #breadcrumb a:hover {
    opacity: .8
}

.full-width-area {
    padding: 0;
    margin-top: 0
}

@media (max-width: 991px) {
    .full-width-area {
        margin-bottom: 15px
    }
}

.full-width-area .entry-header-outer {
    padding: 30px 0 0
}

@media (max-width: 1240px) {
    .full-width-area .entry-header-outer {
        padding: 30px 30px 0
    }
}

@media (max-width: 991px) {
    .full-width-area .entry-header-outer {
        padding: 20px
    }
}

.full-width-area .entry-title, .full-width-area .entry-sub-title {
    padding: 0
}

.full-width-area #go-to-content {
    right: 15px
}

.post-layout-3 .entry-header {
    padding: 0;
    margin: 0
}

.post-layout-4 .fullwidth-entry-title {
    padding: 0
}

@media (min-width: 1240px) {
    .post-layout-4 .entry-header {
        padding: 30px 15px
    }

    .post-layout-4 #breadcrumb {
        padding: 0 15px
    }
}

.post-layout-1 div.entry-content {
    padding-top: 0
}

.post-layout-1 .entry-header-outer, .post-layout-2 .entry-header-outer, .post-layout-6 .entry-header-outer {
    padding: 30px 30px 20px
}

@media (max-width: 767px) {
    .post-layout-1 .entry-header-outer, .post-layout-2 .entry-header-outer, .post-layout-6 .entry-header-outer {
        padding: 20px
    }
}

.post-layout-1 .entry-header, .post-layout-2 .entry-header, .post-layout-6 .entry-header {
    padding: 0;
    margin: 0
}

.post-layout-6 .featured-area {
    margin: 35px 0 0
}

.post-layout-6 .featured-area .slick-list {
    width: 100%
}

@media (max-width: 991px) {
    .post-layout-6 .featured-area {
        margin-top: 15px
    }
}

.post-layout-6.is-map-format .featured-area, .post-layout-6.is-slider-format .featured-area {
    margin-top: 0
}

.post-layout-6 .google-map .tie-fluid-width-video-wrapper {
    padding-top: 40% !important
}

.post-layout-7 .fullwidth-entry-title {
    text-align: center;
    margin: 30px 0;
    padding: 0
}

@media (max-width: 991px) {
    .post-layout-7 .fullwidth-entry-title {
        margin: 15px 0
    }
}

.post-layout-7 .entry-header {
    padding: 0;
    margin-bottom: 0
}

.post-layout-7 .featured-area {
    margin-top: -1px
}

.post-layout-7 .featured-area .slick-list {
    width: 100%
}

.post-layout-7 .featured-area .google-map .tie-fluid-width-video-wrapper {
    padding-top: 40% !important
}

.post-layout-8 #tie-container {
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover
}

.post-layout-8 #tie-wrapper {
    background-color: transparent !important;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 100px, transparent 900px)
}

.post-layout-8 .entry-header {
    text-align: center;
    bottom: auto;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    padding: 0 30px
}

@media (max-width: 767px) {
    .post-layout-8 .entry-header {
        margin-bottom: 20px
    }
}

.post-layout-8 .entry-title {
    padding: 0
}

.post-layout-8 .entry-header .post-meta {
    font-size: 15px
}

.post-layout-8 #go-to-content {
    bottom: 5%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.post-layout-8 #breadcrumb {
    text-align: center
}

.post-layout-8 .meta-author-avatar {
    display: block;
    margin: 60px 0 20px;
    pointer-events: none
}

.post-layout-8 .meta-author-avatar img {
    pointer-events: auto;
    width: 70px;
    height: 70px;
    margin: 0
}

.post-layout-8 #content {
    padding-top: 15px;
    padding-bottom: 70px;
    background-color: #fff
}

.post-layout-8 .single-big-img {
    height: 700px
}

@media (max-width: 991px) {
    .post-layout-8 .single-big-img {
        height: 480px
    }

    .post-layout-8 #go-to-content {
        bottom: 0
    }

    .post-layout-8 .meta-author-avatar {
        margin: 10px 0
    }

    .post-layout-8 .meta-author-avatar img {
        width: 35px;
        height: 35px
    }
}

@media (max-width: 767px) {
    .post-layout-8 .single-big-img {
        height: auto
    }

    .post-layout-8 .entry-header {
        position: static;
        padding: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .post-layout-8 #go-to-content, .post-layout-8 .post-meta .date, .post-layout-8 .post-meta .tie-alignright {
        display: none
    }

    .post-layout-8.magazine1 #content {
        padding-top: 0
    }
}

.post-layout-8.is-header-layout-3 .single-big-img {
    position: static;
    background-image: none
}

.post-layout-8.is-header-layout-3 .single-big-img:before {
    content: '';
    background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px
}

.post-layout-8.boxed-layout #content {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%
}

.post-layout-8 .site-footer {
    margin-top: 0
}

@media (min-width: 992px) {
    .post-layout-8.one-column-no-sidebar #content {
        background-color: transparent
    }

    .post-layout-8.one-column-no-sidebar .main-content {
        padding: 0
    }
}

.one-column-no-sidebar .entry-header .tie-alignright, .full-width .entry-header .tie-alignright, .fullwidth-entry-title .tie-alignright {
    float: none
}

.featured-area {
    position: relative;
    margin-bottom: 30px;
    line-height: 1
}

@media (max-width: 767px) {
    .featured-area {
        margin-bottom: 20px
    }
}

.post-layout-7 .featured-area, .post-layout-2 .featured-area {
    margin-bottom: 0
}

.featured-area img, .featured-area iframe {
    width: 100%
}

.single-featured-image {
    position: relative;
    margin: 0;
    line-height: 0
}

.single-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    line-height: 1.8;
    font-size: 90%
}

.single-caption-text a {
    color: #fff
}

.single-caption-text a:hover {
    opacity: .8
}

.entry-content {
    padding: 0 30px 30px
}

.entry {
    line-height: 26px;
    font-size: 15px
}

.entry p {
    margin-bottom: 25px;
    line-height: 26px
}

.entry p:last-child {
    margin: 0
}

.entry a {
    color: #08f
}

.entry a:hover {
    color: #006dcc
}

.entry a.button {
    color: #fff
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin: 0 0 .5em
}

@media (max-width: 767px) {
    .container-wrapper, .entry-content, .fullwidth-entry-title {
        padding: 20px 15px
    }

    .single .entry-content {
        padding-top: 0
    }
}

.post-bottom-meta {
    margin: 3px 0 0;
    font-size: 11px;
    clear: both;
    line-height: 20px
}

.post-bottom-meta:after {
    content: "";
    display: table;
    clear: both
}

.post-bottom-meta-title, .post-bottom-meta a {
    float: left;
    padding: 0 6px;
    margin: 5px 5px 0 0;
    background: #2c2f34;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px
}

.post-bottom-meta-title {
    color: #fff
}

.post-bottom-meta-title a {
    color: #fff !important;
    padding: 0;
    margin: 0
}

.post-bottom-meta-title a:hover {
    opacity: .7
}

.post-bottom-meta a[href] {
    background: rgba(0, 0, 0, .03);
    color: #2c2f34
}

.post-bottom-meta a[href]:hover {
    color: #08f
}

.dark-skin .post-bottom-meta a[href] {
    background: rgba(255, 255, 255, .05);
    color: #aaa
}

.post-footer {
    padding: 18px 28px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .post-footer {
        padding: 15px
    }
}

.magazine1 .post-footer-on-bottom {
    background: #fafafa;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.post-footer-on-top {
    padding-bottom: 0
}

.featured-area + .post-footer-on-top, .entry-header-outer + .post-footer-on-top {
    padding-top: 0
}

.post-layout-1 .post-footer-on-top {
    padding-bottom: 18px
}

@media (min-width: 768px) {
    .post-footer-on-top ~ .entry-content {
        padding-top: 20px
    }
}

.magazine1.post-layout-7 .entry-content, .post-layout-8 .entry-content {
    padding-top: 20px
}

.post-footer-on-mobile {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    background: 0 0;
    border: 0;
    padding: 0
}

.post-footer-on-mobile .share-links a {
    margin: 0;
    border-radius: 0;
    width: 1%;
    display: table-cell;
    opacity: 1 !important
}

.post-footer-on-mobile .share-links a .fa {
    margin: 0 auto;
    float: none
}

@media (min-width: 768px) {
    .post-footer-on-mobile {
        display: none
    }
}

.mobile-share-buttons-spacer {
    height: 40px
}

@media (min-width: 768px) {
    .mobile-share-buttons-spacer {
        display: none
    }
}

.share-links {
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
}

.share-links .fa {
    font-size: 15px
}

.share-links a {
    display: inline-block;
    margin: 2px;
    height: 40px;
    overflow: hidden;
    color: #fff;
    background: #444;
    position: relative;
    transition: .3s;
    border-radius: 2px;
    width: 40px
}

.share-links a.large-share-button {
    width: auto
}

.share-links a .fa {
    width: 40px;
    height: 40px;
    float: left;
    display: block;
    text-align: center;
    line-height: 40px
}

.share-links a .social-text {
    border: 0 solid rgba(255, 255, 255, .3);
    border-left-width: 1px;
    padding-left: 15px;
    height: 20px;
    float: left;
    margin-top: 10px;
    padding-right: 25px;
    font-size: 12px;
    line-height: 20px;
    font-family: open sans, sans-serif
}

.share-links a:hover {
    opacity: .8;
    color: #fff
}

.share-links .equal-width {
    width: 1%;
    display: table-cell;
    margin: 0;
    border-radius: 0
}

.share-links .equal-width .fa {
    display: inline-block;
    float: none;
    width: 100%
}

.share-centered {
    text-align: center;
    position: relative
}

.share-title {
    padding-right: 15px;
    display: inline-block;
    float: left;
    line-height: 40px;
    font-size: 12px;
    margin: 2px 0
}

.share-title .fa {
    margin-right: 5px;
    font-size: 14px
}

.icons-text .share-title {
    line-height: 30px
}

.icons-text .large-share-button {
    height: 30px
}

.icons-text .large-share-button .social-text {
    padding-left: 6px;
    padding-right: 8px;
    height: 20px;
    margin-top: 5px;
    line-height: 20px;
    font-size: 10px
}

.icons-text .large-share-button .fa {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.share-links a.facebook-share-btn {
    background: #5d82d1
}

.share-links a.twitter-share-btn {
    background: #40bff5
}

.share-links a.google-share-btn {
    background: #eb5e4c
}

.share-links a.linkedin-share-btn {
    background: #238cc8
}

.share-links a.pinterest-share-btn {
    background: #e13138
}

.share-links a.reddit-share-btn {
    background: #ff4500
}

.share-links a.stumbleupon-share-btn {
    background: #eb4924
}

.share-links a.tumblr-share-btn {
    background: #35465c
}

.share-links a.vk-share-btn {
    background: #45668e
}

.share-links a.odnoklassniki-share-btn {
    background: #ee8208
}

.share-links a.pocket-share-btn {
    background: #ef4056
}

.share-links a.whatsapp-share-btn {
    background: #43d854
}

.share-links a.telegram-share-btn {
    background: #08c
}

.share-links a.viber-share-btn {
    background: #773ead
}

.share-links a.viber-share-btn .fa {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.share-links a.email-share-btn {
    background: #333
}

@media (max-width: 767px) {
    .social-text {
        display: none
    }
}

@media (max-width: 479px) {
    .share-title {
        display: none
    }
}

@media (min-width: 768px) {
    a.whatsapp-share-btn, a.telegram-share-btn, a.viber-share-btn {
        display: none
    }
}

.prev-next-post-nav {
    overflow: hidden
}

.prev-next-post-nav .fa {
    float: left;
    font-size: 16px;
    margin-right: 10px;
    display: block;
    line-height: 30px
}

.prev-next-post-nav .prev-post {
    padding-left: 0;
    float: left
}

.prev-next-post-nav .prev-post .icon:before {
    content: "\f104";
    letter-spacing: 5px
}

.prev-next-post-nav .next-post {
    padding-right: 0;
    float: right
}

.prev-next-post-nav .next-post .icon:before {
    content: "\f105";
    letter-spacing: -5px
}

@media (max-width: 479px) {
    .prev-next-post-nav > div {
        width: 100%;
        padding: 0 !important
    }

    .prev-next-post-nav > div:first-child {
        margin-bottom: 20px
    }

    .prev-next-post-nav > div:last-child h3 {
        padding-bottom: 0
    }
}

.prev-next-post-nav .post-thumb {
    height: 180px;
    background-size: cover;
    background-color: rgba(0, 0, 0, .2)
}

@media (min-width: 992px) {
    .full-width .prev-next-post-nav .post-thumb {
        height: 250px
    }
}

.prev-next-post-nav .post-thumb .icon {
    width: 60px;
    height: 60px
}

.prev-next-post-nav .post-thumb .icon:before, .prev-next-post-nav .post-thumb .icon:after {
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 50px;
    border-width: 3px
}

.prev-next-post-nav .post-thumb:hover {
    opacity: .8
}

.prev-next-post-nav h3 {
    font-size: 16px;
    transition: .15s;
    line-height: 22px;
    text-align: center;
    padding: 10px 20px 0
}

@media (max-width: 767px) {
    .prev-next-post-nav h3 {
        padding: 10px 10px 0
    }
}

.about-author {
    overflow: hidden
}

.about-author .author-avatar {
    float: left;
    line-height: 0
}

.about-author .author-avatar img {
    transition: .15s
}

.about-author .author-avatar:hover img {
    opacity: .8
}

.about-author .author-info {
    padding-left: 20px;
    overflow: hidden
}

.about-author .author-info h4 {
    margin-top: 0
}

.about-author .author-name {
    font-size: 18px;
    display: inline-block
}

.about-author .author-bio {
    margin: 5px 0 10px
}

.entry .about-author .author-bio {
    font-size: 13px;
    line-height: 20px
}

.about-author .social-icons {
    padding: 0;
    margin: 0
}

.about-author li.social-icons-item {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0
}

.about-author li.social-icons-item a {
    font-size: 15px;
    width: auto;
    height: auto
}

.about-author li.social-icons-item a span {
    margin-right: 12px
}

.about-author li.social-icons-item a:not(:hover) span {
    color: #2c2f34
}

.about-author li.social-icons-item a:hover {
    background-color: transparent !important
}

.about-author li.social-icons-item:last-child a span {
    margin-right: 0
}

@media (max-width: 479px) {
    .about-author {
        text-align: center
    }

    .about-author .author-avatar {
        float: none
    }

    .about-author .author-avatar img {
        margin: 0 auto 10px;
        display: block
    }

    .about-author .author-info {
        padding: 0
    }

    .about-author .social-icons li {
        float: none;
        display: inline-block
    }
}

.related-posts-full-width #related-posts {
    margin-top: 30px
}

@media (max-width: 991px) {
    .related-posts-full-width #related-posts {
        margin-top: 15px
    }
}

#related-posts .related-posts-list {
    overflow: hidden;
    margin: 0 -15px -20px
}

@media (max-width: 767px) {
    #related-posts .related-posts-list {
        margin: 0 -8px -20px
    }
}

#related-posts .related-item {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0 15px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    #related-posts .related-item {
        padding: 0 8px
    }
}

#related-posts .related-item .post-title {
    font-size: 14px;
    line-height: 19px
}

#related-posts .related-item .post-meta {
    margin: 4px 0 3px
}

.has-sidebar .site-content #related-posts .related-item:nth-child(3n+1) {
    clear: both
}

.full-width #related-posts .related-item {
    width: 25%
}

.full-width #related-posts .related-item:nth-child(4n+1) {
    clear: both
}

@media (max-width: 767px) {
    #related-posts .related-item {
        width: 50% !important;
        clear: none !important
    }

    #related-posts .related-item:nth-child(2n+1) {
        clear: left !important
    }
}

#related-posts.has-extra-post .related-item:last-child {
    clear: none !important;
    display: none
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #related-posts.has-extra-post .related-item:last-child {
        display: block
    }
}

.comment-list .comment {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden
}

.comment-list .comment.pingback {
    padding-bottom: 5px;
    margin-bottom: 5px
}

.comment-list .comment:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.comment-list .comment #respond {
    margin-top: 10px;
    margin-left: 90px
}

.comment-list .comment-author img {
    border-radius: 50%;
    box-shadow: 0 0 8px #e0e7f1;
    border: 2px solid #fff;
    margin-right: 20px;
    float: left
}

.comment-list .comment-author .fn {
    font-size: 18px;
    margin-bottom: 15px
}

.comment-list .comment-content {
    overflow: hidden;
    padding-top: 10px
}

.comment-list .comment-body {
    line-height: 1.8;
    margin-top: 10px;
    overflow: hidden
}

.comment-list .comment-body p {
    margin-bottom: 7px
}

.comment-list .comment-awaiting-moderation {
    display: block;
    margin-bottom: 10px
}

.comment-list .comment-edit-link {
    padding-left: 5px
}

.comment-list .reply {
    margin-left: 90px
}

.comment-list .reply a {
    background: #2c2f34;
    color: #fff;
    padding: 0 10px;
    line-height: 25px;
    display: block;
    float: left;
    border-radius: 2px;
    margin: 10px 0
}

.comment-list .reply a:hover {
    background: #08f;
    color: #fff
}

.comment-list ol.children {
    margin-left: 75px;
    margin-top: 20px
}

@media (max-width: 670px) {
    .comment-list ol.children {
        margin-left: 25px
    }
}

@media (max-width: 479px) {
    .comment-list ol.children {
        margin-left: 10px
    }
}

.comment-list ol.children li {
    border-bottom: 0;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.comment-list ol.children .comment-author img {
    width: 60px;
    height: 60px
}

.comment-list ol.children .reply, .comment-list ol.children #respond {
    margin-left: 80px
}

#add-comment-block {
    margin-bottom: 0
}

#add-comment-block #respond {
    margin-top: 0
}

#cancel-comment-reply-link {
    float: right;
    line-height: 18px
}

.block-head-4 #cancel-comment-reply-link {
    margin-left: 10px
}

#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input {
    width: 100%
}

#respond .comment-form-email, #respond .comment-form-url {
    width: 48%;
    float: left
}

#respond .comment-form-email {
    margin-right: 4%
}

@media (max-width: 670px) {
    #respond .comment-form-email, #respond .comment-form-url {
        width: 100%;
        float: none;
        margin-right: 0
    }
}

#respond .comment-notes {
    margin-bottom: 10px
}

#respond p {
    margin-bottom: 10px
}

#respond p:last-of-type {
    margin-bottom: 0
}

#respond .required {
    font-weight: 700;
    color: red
}

#respond label {
    line-height: 30px;
    font-weight: 700
}

#respond label:after {
    content: "";
    display: table;
    clear: both
}

#respond .form-allowed-tags, #respond .comment-form-comment label {
    display: none
}

#respond textarea {
    vertical-align: top
}

#respond .form-submit {
    clear: both
}

#respond .form-submit #submit {
    margin-top: 15px
}

#reading-position-indicator {
    display: block;
    height: 4px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #08f;
    box-shadow: 0 0 10px rgba(0, 136, 255, .7);
    width: 0;
    z-index: 9999;
    max-width: 100%
}

#check-also-box {
    position: fixed;
    background-color: #fff;
    z-index: 999;
    bottom: 15px;
    right: -1px;
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
    width: 340px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .3s cubic-bezier(.55, 0, .1, 1) 0s;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

#check-also-box.show-check-also {
    -webkit-transform: translatex(0) !important;
    -ms-transform: translatex(0) !important;
    transform: translatex(0) !important
}

#check-also-box.check-also-left {
    right: auto;
    left: -1px;
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%)
}

#check-also-box .posts-list-big-first li {
    padding-bottom: 0
}

#check-also-box .posts-list-big-first li .post-title {
    font-size: 18px;
    line-height: 1.3em
}

@media (max-width: 991px) {
    #check-also-box {
        display: none
    }
}

.sticky {
    background: #fffbda;
    padding: 11px
}

.bypostauthor {
    display: block
}

.gallery {
    margin: 0 -1.1666667% 1.75em
}

.gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: .8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: .5384615385em
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none
}

.wp-caption {
    max-width: 100%
}

.wp-caption:not(.alignleft):not(.alignright) {
    margin-right: auto;
    margin-left: auto
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0
}

.wp-caption .wp-caption-text {
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 5px
}

q, blockquote {
    background: #2c2f34;
    padding: 30px 50px;
    margin: 20px 0;
    display: block;
    color: #fff
}

q::before, blockquote::before {
    display: block;
    content: "\f10d";
    font-family: "Arial";
    font-size: 26px;
    color: #08f;
    margin-bottom: 20px
}

q p, blockquote p {
    margin-bottom: 1.474em;
    font-size: 19px;
    line-height: 30px;
    font-style: italic
}

q a, blockquote a {
    color: #08f
}

q a:hover, blockquote a:hover {
    color: #006dcc
}

q cite, blockquote cite {
    font-size: 16px;
    display: block;
    text-align: right;
    color: #08f;
    margin-top: 10px
}

q > :last-child, blockquote > :last-child {
    margin-bottom: 0
}

q.alignleft, blockquote.alignleft {
    margin: .316em 1.474em 1.474em 0;
    width: 50%
}

q.alignright, blockquote.alignright {
    margin: .316em 0 1.474em 1.474em;
    width: 50%
}

@media (max-width: 767px) {
    q, blockquote {
        float: none !important;
        width: auto !important;
        margin: 20px 0 !important
    }
}

blockquote.quote-light {
    background: #eee;
    border-color: #08f;
    border-width: 0;
    border-left-width: 3px;
    border-style: solid;
    color: #2c2f34
}

blockquote.quote-light::before {
    display: none
}

blockquote.quote-light p {
    font-size: 18px;
    line-height: 28px
}

blockquote.quote-light cite {
    text-align: left
}

blockquote.quote-simple {
    background: 0 0;
    border-width: 0;
    text-align: center;
    padding: 0;
    color: #08f
}

blockquote.quote-simple::before {
    display: none
}

blockquote.quote-simple p {
    color: inherit;
    font-size: 28px;
    line-height: 38px
}

blockquote.quote-simple cite {
    text-align: center
}

blockquote.quote-simple.alignleft, blockquote.quote-simple.alignright {
    text-align: left
}

blockquote.quote-simple.alignleft p, blockquote.quote-simple.alignright p {
    font-style: normal
}

table {
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
    margin-bottom: 1.5em
}

table tr:nth-child(even) {
    background: rgba(0, 0, 0, .03)
}

table td, table th {
    padding: .4em;
    text-align: left;
    border-right: 1px dotted rgba(0, 0, 0, .1)
}

table th:last-child, table tr td:last-child {
    border-right: 0
}

table thead th {
    background: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-transform: uppercase;
    padding: .7em .4em;
    vertical-align: middle
}

table tbody th {
    background: rgba(0, 0, 0, .03)
}

.entry table tbody td, .entry table tbody th {
    border: 1px solid rgba(0, 0, 0, .1)
}

.table-is-responsive {
    clear: both;
    overflow-x: auto
}

.entry ol, .entry ul, .comment-content ol, .comment-content ul {
    margin-bottom: 20px;
    padding-left: 15px;
    margin-left: 20px
}

.entry ol li, .entry ul ol li, .comment-content ol li, .comment-content ul ol li {
    list-style: decimal
}

.entry ul li, .entry ol ul li, .comment-content ul li, .comment-content ol ul li {
    list-style: disc;
    list-style-image: none
}

.entry li, .comment-content li {
    margin: 0 0 5px
}

.entry li ol, .entry li ul, .comment-content li ol, .comment-content li ul {
    margin: 5px 0 0 15px
}

.entry dl, .comment-content dl {
    margin: 0 0 1.75em
}

.entry dt, .comment-content dt {
    font-weight: 700
}

.entry dd, .comment-content dd {
    margin: 0 0 1.75em
}

.entry mark {
    background: #333;
    color: #fff;
    padding: .125em .25em;
    text-decoration: none
}

div.fly-text-share {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .15);
    border-radius: 3px;
    position: relative;
    margin-left: -50px;
    margin-right: 0;
    z-index: 9999;
    width: 100px;
    height: 35px;
    text-decoration: none;
    opacity: 0;
    float: none;
    text-align: center
}

.dark-skin div.fly-text-share {
    background: #161619;
    border-color: #161619
}

.dark-skin div.fly-text-share:before, .dark-skin div.fly-text-share:after {
    border-color: #161619 transparent
}

div.fly-text-share:before {
    border-color: #e5e5e5 transparent;
    border-style: solid;
    border-width: 10px 11px 0;
    bottom: -10px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    width: 0
}

div.fly-text-share:after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 9px 10px 0;
    bottom: -9px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0
}

div.fly-text-share a.fa {
    font-size: 16px;
    text-align: center;
    padding: 8px 0;
    width: 1%;
    display: table-cell;
    color: #999
}

div.fly-text-share a.fa.fa-facebook {
    color: #5d82d1
}

div.fly-text-share a.fa.fa-twitter {
    color: #40bff5
}

div.fly-text-share a.fa.fa-linkedin {
    color: #238cc8
}

div.fly-text-share a.fa:hover {
    opacity: .6
}

.toggle-post-content {
    display: none
}

@media (max-width: 991px) {
    .post-has-toggle #the-post .entry {
        max-height: 400px;
        overflow: hidden;
        position: relative
    }

    .post-has-toggle #the-post .entry:not(.is-expanded):before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        z-index: 1;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #fff 100%)
    }

    .post-has-toggle #the-post .entry.is-expanded {
        max-height: none;
        overflow: visible
    }

    .toggle-post-content {
        display: block
    }

    .toggle-post-content #toggle-post-button {
        display: block;
        padding: 5px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        padding: 10px 0;
        margin: 0 30px 30px
    }

    .toggle-post-content #toggle-post-button .fa {
        font-size: 12px
    }
}

@media (max-width: 767px) {
    .toggle-post-content #toggle-post-button {
        margin: 0 20px 30px
    }
}

#story-highlights {
    float: left;
    clear: left;
    width: 48%;
    margin-bottom: 20px;
    margin-right: 4%;
    max-width: 450px
}

#story-highlights .widget-title {
    margin-bottom: 15px
}

#story-highlights .widget-title h4 {
    margin: 0
}

#story-highlights ul {
    padding: 0;
    margin: 0
}

#story-highlights li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-size: 90%
}

@media (max-width: 767px) {
    #story-highlights {
        width: 100%;
        margin: 0 0 20px;
        max-width: 100%
    }
}

#story-highlights + .review_wrap #review-box {
    margin-top: 0
}

#story-index {
    width: 180px;
    position: absolute !important;
    left: -181px;
    z-index: 10;
    opacity: 0
}

#story-index.is-fixed {
    opacity: 1
}

#story-index ul {
    padding: 15px 10px
}

@media (min-width: 1600px) {
    #story-index ul {
        background-color: #fff;
        display: block !important
    }
}

#story-index li {
    margin-bottom: 15px
}

#story-index li:last-child {
    margin-bottom: 0
}

#story-index li a {
    color: #2c2f34;
    opacity: .7
}

#story-index li a:hover {
    opacity: 1
}

#story-index li .is-current {
    color: #08f;
    opacity: 1
}

@media (max-width: 1600px) {
    #story-index, .one-column-no-sidebar #story-index {
        left: -23px
    }

    .magazine2 #story-index {
        left: -35px
    }

    .magazine2.boxed-layout #story-index {
        left: -53px
    }

    .post-layout-8 #story-index {
        left: -38px
    }

    #story-index ul {
        background: #08f;
        display: none
    }

    #story-index ul li a {
        opacity: .6
    }

    #story-index ul li a, #story-index ul li .is-current {
        color: #fff
    }
}

@media (max-width: 1260px) {
    #story-index {
        left: 15px
    }
}

@media (max-width: 1280px) {
    .post-layout-8 #story-index, .magazine2 #story-index {
        left: 0
    }
}

@media (max-width: 1305px) {
    .magazine2.boxed-layout #story-index {
        left: 0
    }
}

@media (max-width: 992px) {
    #story-index {
        display: none
    }
}

#story-index-icon {
    font-size: 18px;
    background: #08f;
    color: #fff;
    padding: 10px;
    display: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    -webkit-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    transform: translatey(-100%)
}

@media (max-width: 1600px) {
    #story-index-icon {
        display: inline-block
    }
}

.sidebar-left #story-index, .rtl:not(.sidebar-right) #story-index {
    right: -181px;
    left: auto
}

@media (max-width: 1600px) {
    .sidebar-left #story-index-icon, .rtl:not(.sidebar-right) #story-index-icon {
        right: 0;
        left: auto
    }

    .sidebar-left #story-index, .sidebar-left.one-column-no-sidebar #story-index, .rtl:not(.sidebar-right) #story-index, .rtl:not(.sidebar-right).one-column-no-sidebar #story-index {
        right: -23px;
        left: auto
    }

    .sidebar-left.post-layout-8 #story-index, .rtl:not(.sidebar-right).post-layout-8 #story-index {
        right: -38px
    }

    .sidebar-left.magazine2 #story-index, .rtl:not(.sidebar-right).magazine2 #story-index {
        left: auto;
        right: -35px
    }

    .sidebar-left.magazine2.boxed-layout #story-index, .rtl:not(.sidebar-right).magazine2.boxed-layout #story-index {
        left: auto;
        right: -53px
    }
}

@media (max-width: 1260px) {
    .sidebar-left #story-index, .rtl:not(.sidebar-right) #story-index {
        right: 15px;
        left: auto
    }
}

@media (max-width: 1280px) {
    .sidebar-left.magazine2 #story-index, .sidebar-left.post-layout-8 #story-index, .rtl:not(.sidebar-right).magazine2 #story-index, .rtl:not(.sidebar-right).post-layout-8 #story-index {
        right: 0
    }
}

@media (max-width: 1305px) {
    .sidebar-left.magazine2.boxed-layout #story-index, .rtl:not(.sidebar-right).magazine2.boxed-layout #story-index {
        right: 0
    }
}

.entry .wp-block-gallery {
    padding: 0;
    margin: 0 -8px 17px
}

.entry .wp-block-quote, .entry .wp-block-pullquote {
    background: 0 0;
    color: #2c2f34;
    font-size: 13px
}

.entry .wp-block-quote cite, .entry .wp-block-pullquote cite {
    display: inline
}

.entry .wp-block-quote:before, .entry .wp-block-pullquote:before {
    display: none
}

.entry .wp-block-quote.alignfull, .entry .wp-block-pullquote.alignfull {
    padding-left: 10px;
    padding-right: 10px
}

.entry .wp-block-pullquote {
    margin-bottom: 25px
}

.entry .wp-block-quote {
    padding: 0 1em;
    text-transform: uppercase
}

.entry .wp-block-quote.is-large cite {
    display: block
}

.entry .wp-block-separator {
    margin: 1.65em auto
}

.entry .alignfull, .entry .alignwide {
    margin: 1em 0
}

.entry .wp-block-columns {
    margin: 0 -10px
}

.entry .wp-block-columns > div {
    padding: 0 10px
}

.entry .wp-block-cover-image {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width: 768px) {
    .full-width.magazine2 .entry .alignfull, .one-column-no-sidebar.magazine2 .entry .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1e3%
    }

    .full-width.magazine2 .entry .alignwide, .one-column-no-sidebar.magazine2 .entry .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1e3%
    }

    .full-width.magazine2 .entry .alignwide img, .full-width.magazine2 .entry .alignfull img, .one-column-no-sidebar.magazine2 .entry .alignwide img, .one-column-no-sidebar.magazine2 .entry .alignfull img {
        display: block;
        margin: 0 auto
    }
}

.dark-skin .entry .wp-block-quote, .dark-skin .entry .wp-block-pullquote {
    color: #fff
}

.dark-skin .wp-block-pullquote cite, .dark-skin .wp-block-pullquote footer {
    color: #6c7781
}

.post-content-slideshow {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    min-height: 200px
}

.magazine2 .post-content-slideshow {
    border: 0
}

.post-content-slide {
    padding: 30px
}

@media (max-width: 767px) {
    .post-content-slide {
        padding: 20px
    }
}

.magazine2 .post-content-slide {
    padding: 0
}

.post-content-slideshow .tie-slick-slider {
    display: none
}

.post-content-slideshow img {
    border-radius: 0;
    opacity: 1 !important
}

.post-content-slideshow .slick-list {
    width: 100%;
    transition: height .3s
}

.post-content-slideshow .slider-nav-wrapper {
    background-color: rgba(0, 0, 0, .03);
    height: 60px;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.magazine2 .post-content-slideshow .slider-nav-wrapper {
    background: 0 0;
    border: 0
}

.post-content-slideshow .tie-slider-nav {
    opacity: 1;
    width: calc(100% - 30px);
    margin: 0;
    right: 15px;
    top: 15px;
    padding: 0
}

.magazine2 .post-content-slideshow .tie-slider-nav {
    right: 0;
    width: 100%
}

@media (max-width: 767px) {
    .post-content-slideshow .tie-slider-nav {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.post-content-slideshow .tie-slider-nav li {
    list-style: none
}

.post-content-slideshow .tie-slider-nav li span {
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 16px
}

.magazine2 .post-content-slideshow .tie-slider-nav li span {
    width: 40px;
    height: 40px;
    line-height: 38px
}

.post-content-slideshow .tie-slider-nav li span:not(:hover) {
    background-color: transparent
}

.post-content-slideshow .tie-slick-dots {
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: auto;
    margin: 0;
    padding: 0
}

.magazine2 .post-content-slideshow .tie-slick-dots {
    bottom: 18px
}

@media (max-width: 767px) {
    .post-content-slideshow .tie-slick-dots {
        display: none !important
    }
}

.post-content-slideshow .tie-slick-dots li {
    margin: 0 2px
}

.google-map.alignleft {
    margin-right: 10px
}

.google-map.alignright {
    margin-left: 10px
}

.google-map.aligncenter {
    text-align: center
}

a.post-tooltip {
    cursor: help;
    display: inline;
    border-bottom: 1px #666 dotted;
    text-decoration: none !important
}

.tie-highlight {
    background: #ff9;
    color: #fff
}

.tie-highlight-yellow {
    background: #ff9;
    color: #222
}

.tie-highlight-red {
    background: #f43d2a
}

.tie-highlight-blue {
    background: #3db2ea
}

.tie-highlight-orange {
    background: #f97405
}

.tie-highlight-black {
    background: #000
}

.tie-highlight-green {
    background: #8ccb0a
}

.tie-highlight-gray {
    background: #999
}

.tie-highlight-pink {
    background: #ff7979
}

.tie-dropcap {
    float: left;
    font-size: 600%;
    line-height: 85%;
    margin: 4px 10px 0 0
}

.rtl .tie-dropcap {
    float: right;
    margin: 4px 0 0 10px
}

.tie-list-shortcode ul {
    margin-bottom: 30px
}

.entry .tie-list-shortcode ul {
    padding: 0
}

.tie-list-shortcode ul li {
    list-style: none !important;
    padding-left: 25px;
    line-height: 25px
}

.tie-list-shortcode ul li:before {
    margin-left: -25px;
    font-family: "Arial";
    float: left
}

.rtl .tie-list-shortcode ul li {
    padding-left: 0;
    padding-right: 25px
}

.rtl .tie-list-shortcode ul li:before {
    margin-right: -25px;
    float: right
}

.tie-list-shortcode.starlist ul li:before {
    content: "\f005";
    color: #fbd606
}

.tie-list-shortcode.checklist ul li:before {
    content: "\f00c";
    color: #7fb718
}

.tie-list-shortcode.lightbulb ul li:before {
    content: "\f0eb";
    color: #fbd606
}

.tie-list-shortcode.thumbup ul li:before {
    content: "\f164";
    color: #7fb718
}

.tie-list-shortcode.thumbdown ul li:before {
    content: "\f165";
    color: #f01818
}

.tie-list-shortcode.plus ul li:before {
    content: "\f0fe";
    color: #555
}

.tie-list-shortcode.minus ul li:before {
    content: "\f146";
    color: #555
}

.tie-list-shortcode.heart ul li:before {
    content: "\f004";
    color: #ff7979
}

.tie-list-shortcode.cons ul li:before {
    content: "\f00d";
    color: #f01818
}

.box {
    clear: both;
    padding: 20px;
    background-color: #fdfdfd;
    margin-bottom: 20px;
    word-wrap: break-word;
    text-shadow: 0 1px 1px #fff
}

.box-inner-block {
    padding-left: 50px;
    min-height: 30px
}

.tie-shortcode-boxicon {
    float: left;
    margin-left: -50px
}

.tie-shortcode-boxicon:before {
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 30px;
    margin: 0
}

.rtl .box-inner-block {
    padding-left: 0;
    padding-right: 50px
}

.rtl .tie-shortcode-boxicon {
    float: right;
    margin-left: 0;
    margin-right: -50px
}

.box .tie-dropcap {
    margin-top: 0
}

.box.shadow {
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px #eee
}

.box.shadow .box-inner-block {
    padding: 0 !important
}

.box.info {
    background: #d6f6ff;
    border-color: #bfe3ec;
    color: #005770
}

.box.info .tie-shortcode-boxicon:before {
    content: "\f05a";
    color: #2cb4da
}

.box.success {
    background: #e2f2cb;
    border-color: #d1e4b7;
    color: #314612
}

.box.success .tie-shortcode-boxicon:before {
    content: "\f05d";
    color: #8ab84d
}

.box.warning {
    background: #fffddb;
    border-color: #e9e59e;
    color: #756f00
}

.box.warning .tie-shortcode-boxicon:before {
    content: "\f071";
    color: #ecc21b
}

.box.error {
    background: #ffe6e2;
    border-color: #eebfb8;
    color: #7c1100
}

.box.error .tie-shortcode-boxicon:before {
    content: "\f05e";
    color: #f03317
}

.box.download {
    background: #e2f2cb;
    border-color: #d1e4b7;
    color: #314612
}

.box.download .tie-shortcode-boxicon:before {
    content: "\f019";
    color: #8ab84d
}

.box.note {
    background: #fffddb;
    border-color: #e9e59e;
    color: #756f00
}

.box.note .tie-shortcode-boxicon:before {
    content: '\f15c';
    color: #ecc21b
}

.shortc-button {
    cursor: pointer;
    padding: 11px 14px 9px;
    display: inline-block;
    margin: 10px 0 0;
    font-weight: 400;
    outline: 0;
    position: relative;
    background: #dadada;
    border-color: #b4b4b4;
    border-style: solid;
    border-width: 0 0 1px;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    min-width: 80px;
    line-height: 1.2em;
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
    opacity: .9
}

.shortc-button:hover {
    opacity: 1
}

.shortc-button:active {
    top: 1px
}

.shortc-button.red {
    background-color: #b02b2c;
    border-color: #8b2121
}

.shortc-button.green {
    background-color: #83a846;
    border-color: #6f8f3b
}

.shortc-button.blue {
    background-color: #7bb0e7;
    border-color: #6693c2
}

.shortc-button.orange {
    background-color: #edae44;
    border-color: #ca9336
}

.shortc-button.pink {
    background-color: #d65799;
    border-color: #bb4b85
}

.shortc-button.purple {
    background-color: #745f7e;
    border-color: #514358
}

.shortc-button.black {
    background-color: #2c2c2c;
    border-color: #000
}

.shortc-button.white {
    background-color: #fcfcfc;
    color: #666 !important;
    border-color: #e1e1e1;
    border-width: 1px
}

.shortc-button.gray {
    color: #333 !important
}

.shortc-button.medium {
    padding: 15px 16px 12px;
    min-width: 90px
}

.shortc-button.big {
    padding: 18px 30px 15px;
    min-width: 140px
}

.flickr-wrapper {
    overflow: hidden;
    margin: 0 -8px 20px
}

.flickr-wrapper .flickr_badge_image {
    float: left;
    margin: 8px
}

.flickr-wrapper .flickr_badge_image img {
    opacity: 1;
    padding: 4px;
    border: 1px solid #eee
}

.flickr-wrapper .flickr_badge_image a:hover img {
    opacity: .6 !important
}

.rtl .flickr-wrapper .flickr_badge_image {
    float: right
}

.toggle {
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    border-radius: 2px
}

.toggle h3 {
    background: rgba(0, 0, 0, .03);
    font-weight: 400;
    font-size: 14px;
    padding: 15px;
    margin: 0;
    cursor: pointer;
    transition: background .3s ease
}

.toggle h3:hover {
    background: rgba(0, 0, 0, .05)
}

.toggle h3 span.fa {
    float: right;
    font-size: 16px;
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.rtl .toggle h3 span.fa {
    float: left
}

.toggle .toggle-content {
    padding: 25px
}

.toggle.tie-sc-close .toggle-content {
    display: none
}

.toggle.tie-sc-open h3 span.fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.tie-columns {
    position: relative;
    margin-right: 4%;
    float: left
}

.rtl .tie-columns {
    float: right;
    margin-left: 4%;
    margin-right: 0
}

@media (max-width: 768px) {
    .tie-columns {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

.one_half {
    width: 48%
}

.one_third {
    width: 30.66%
}

.two_third {
    width: 65.33%
}

.one_fourth {
    width: 22%
}

.three_fourth {
    width: 74%
}

.one_fifth {
    width: 16.8%
}

.two_fifth {
    width: 37.6%
}

.three_fifth {
    width: 58.4%
}

.four_fifth {
    width: 67.2%
}

.one_sixth {
    width: 13.33%
}

.five_sixth {
    width: 82.67%
}

.tie-columns.last {
    margin-right: 0;
    clear: right
}

.rtl .tie-columns.last {
    clear: left;
    margin-left: 0
}

.tie-full-width-img img, .entry .alignwide, .entry .alignfull {
    height: auto;
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
    left: 0;
    max-width: none;
    margin-bottom: 20px;
    border-radius: 0
}

@media (max-width: 767px) {
    .tie-full-width-img img, .entry .alignwide, .entry .alignfull {
        margin-right: -15px;
        margin-left: -15px;
        width: calc(100% + 30px)
    }
}

.magazine2.post-layout-8 .tie-full-width-img img, .magazine2.post-layout-8 .entry .alignwide, .magazine2.post-layout-8 .entry .alignfull {
    margin-right: -15px;
    margin-left: -15px;
    width: calc(100% + 30px)
}

.tie-padding {
    display: inline-block;
    margin-bottom: 1.75em;
    max-width: 100%
}

.tie-padding:last-child {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .tie-padding {
        padding: 0 !important
    }
}

@media (min-width: 768px) {
    .tie-padding.has-padding-left .alignleft {
        margin-left: -5%
    }

    .tie-padding.has-padding-right .alignright {
        margin-right: -5%
    }
}

.divider, .entry hr {
    border-top: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
    margin: 10px 0;
    clear: both
}

.divider.divider-solid {
    border-top-width: thick;
    border-style: solid
}

.divider.divider-dashed {
    border-top-width: 2px;
    border-style: dashed
}

.divider.divider-dotted {
    border-top-width: 2px;
    border-style: dotted
}

.divider.divider-double {
    height: 10px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.tags-shortcode {
    padding: 10px 0 40px
}

.login-shortcode {
    padding: 40px;
    margin: 10px auto 30px;
    max-width: 350px
}

.login-shortcode p {
    padding-bottom: 0
}

.login-shortcode ul {
    text-align: center;
    padding: 0;
    margin: 0
}

.login-shortcode ul li {
    display: inline-block;
    list-style: none;
    margin: 0 5px 5px
}

.sidebar .container-wrapper, .sidebar .tie-weather-widget {
    margin-bottom: 30px
}

@media (max-width: 991px) {
    .sidebar .container-wrapper, .sidebar .tie-weather-widget {
        margin-bottom: 15px
    }
}

body:not(.has-builder) .sidebar .container-wrapper:last-child, body:not(.has-builder) .sidebar .tie-weather-widget:last-child {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .has-sidebar .sidebar {
        margin-top: 15px
    }

    .magazine2.has-sidebar .sidebar {
        margin-top: 40px
    }
}

.widget-title {
    position: relative
}

.widget-title h4 {
    font-size: 15px;
    min-height: 15px
}

.widget-title-icon {
    position: absolute;
    right: 0;
    top: 1px;
    color: #b9bec3
}

.widget-title-icon:before {
    content: "\f08d"
}

.widget-title-icon.fa {
    font-size: 15px
}

.post-widget-body {
    padding-left: 125px
}

.post-widget-body .post-title {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 5px
}

.post-widget-thumbnail {
    float: left;
    margin-right: 15px;
    position: relative
}

.post-widget-thumbnail img.tie-small-image {
    width: 110px
}

.widget li {
    padding: 6px 0
}

.widget li:first-child {
    padding-top: 0
}

.widget li:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.widget li:after {
    clear: both;
    display: table;
    content: ""
}

.widget .post-meta {
    margin: 2px 0 0;
    font-size: 11px;
    line-height: 17px
}

.widget-content-only:last-child {
    margin-bottom: 0
}

.widget-content-only.tie-slider-widget {
    padding: 0;
    border: 0
}

.widget-content-only .widget-title {
    display: none
}

.widget-content-only, .section-item .widget-content-only:last-child, .side-aside .widget-content-only:last-child {
    margin-bottom: 30px
}

.widget_recent_entries .widget-title-icon:before, .categort-posts .widget-title-icon:before, .authors-posts .widget-title-icon:before, .posts-list .widget-title-icon:before, .widget_pages .widget-title-icon:before, .widget_text .widget-title-icon:before, .text-html .widget-title-icon:before {
    content: "\f0f6"
}

.posts-list-big-first .posts-list-items li:first-child, .posts-list-bigs .posts-list-items li, .posts-list-half-posts .posts-list-items li {
    padding-bottom: 20px
}

.posts-list-big-first li:first-child .post-widget-thumbnail, .posts-list-bigs li .post-widget-thumbnail, .posts-list-half-posts li .post-widget-thumbnail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px
}

.posts-list-big-first li:first-child .post-widget-body, .posts-list-bigs li .post-widget-body, .posts-list-half-posts li .post-widget-body {
    padding-left: 0
}

.posts-list-big-first li:first-child .post-title, .posts-list-bigs li .post-title {
    font-size: 20px
}

.posts-list-bigs li:last-child {
    padding-bottom: 0
}

.posts-list-half-posts .posts-list-items {
    overflow: hidden;
    margin-bottom: -20px
}

.posts-list-half-posts li {
    width: 47%;
    float: left
}

@media only screen and (min-width: 480px) and (max-width: 992px) {
    .posts-list-half-posts li {
        width: 48%
    }
}

.posts-list-half-posts li:nth-child(2) {
    padding-top: 0
}

.posts-list-half-posts li:nth-child(2n) {
    float: right
}

.posts-list-half-posts li:nth-child(2n+1) {
    clear: both
}

.posts-list-half-posts li .post-title {
    font-size: 14px;
    line-height: 1.4
}

.posts-list-half-posts .post-meta {
    overflow: inherit
}

.posts-list-counter {
    counter-reset: post-widget-counter
}

.posts-list-counter li:before {
    display: block;
    width: 30px;
    height: 30px;
    content: counter(post-widget-counter, decimal);
    counter-increment: post-widget-counter;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    border: 2px solid #fff;
    background: #08f;
    color: #fff;
    border-radius: 100%
}

@media (max-width: 991px) {
    .magazine2 .posts-list-counter li:before {
        left: -10px
    }
}

.dark-skin .posts-list-counter li:before {
    border-color: #27292d
}

.site-footer .posts-list-counter li:before, .side-aside.dark-skin .posts-list-counter li:before {
    border-color: #1f2024
}

.posts-list-counter li:nth-child(1):before {
    top: -10px;
    -webkit-transform: scale(1.35, 1.35);
    -ms-transform: scale(1.35, 1.35);
    transform: scale(1.35, 1.35)
}

.posts-list-counter li:nth-child(2):before {
    -webkit-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25)
}

.posts-list-counter li:nth-child(3):before {
    -webkit-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15)
}

.posts-list-counter li:nth-child(4):before {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.posts-list-counter li .no-small-thumbs {
    padding-left: 30px !important
}

@media (max-width: 991px) {
    .posts-list-big-first .posts-list-items, .posts-list-bigs .posts-list-items {
        overflow: hidden
    }

    .posts-list-big-first li, .posts-list-bigs li {
        width: 48%;
        float: left
    }

    .posts-list-big-first li:nth-child(2), .posts-list-bigs li:nth-child(2) {
        padding-top: 0
    }

    .posts-list-big-first li:nth-child(2n), .posts-list-bigs li:nth-child(2n) {
        float: right
    }

    .posts-list-big-first li:nth-child(2n+1), .posts-list-bigs li:nth-child(2n+1) {
        clear: both
    }

    .posts-list-big-first li:nth-child(2), .posts-list-big-first li:nth-child(3) {
        float: right;
        clear: none
    }

    .posts-list-big-first li:nth-child(n+5) {
        display: none
    }

    .posts-list-half-posts li .post-title {
        font-size: 20px
    }
}

@media (max-width: 670px) {
    .posts-list-big-first li {
        width: 100%
    }

    .posts-list-big-first li:nth-child(2) {
        padding-top: 12px
    }

    .posts-list-big-first li:nth-child(n+5) {
        display: block
    }

    .posts-list-bigs li {
        width: 100%
    }

    .posts-list-bigs li:not(:last-child) {
        padding-bottom: 12px
    }

    .posts-list-half-posts li .post-title {
        font-size: 14px
    }
}

.timeline-widget .widget-title-icon:before {
    content: "\f073"
}

.timeline-widget ul {
    position: relative;
    padding-left: 15px
}

.timeline-widget ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e6e6e6
}

.timeline-widget li {
    border-bottom: 0;
    padding-bottom: 10px
}

.timeline-widget li .date {
    font-size: 10px;
    display: block;
    position: relative;
    color: #777;
    line-height: 12px;
    margin-bottom: 5px
}

.timeline-widget li .date:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #e6e6e6;
    border: 3px solid rgba(255, 255, 255, .8);
    position: absolute;
    left: -20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: .3s
}

.timeline-widget li .date .fa {
    display: none
}

.timeline-widget li h3 {
    font-size: 14px;
    line-height: 1.4
}

.timeline-widget li a:hover .date:before {
    background: #08f;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.posts-pictures-widget .tie-row {
    margin: 0 -4px -8px
}

.posts-pictures-widget .tie-row > div:nth-child(3n+1) {
    clear: both
}

.posts-pictures-widget .tie-col-xs-4 {
    padding: 0 4px 8px
}

.widget_author .widget-title-icon:before {
    content: "\f007"
}

.widget_author .author-name {
    display: none
}

.widget_author .about-author {
    padding: 0;
    border: 0;
    margin: 0
}

@media (min-width: 992px) {
    .widget_author div.author-avatar {
        float: none
    }

    .widget_author div.author-avatar a {
        display: block;
        width: 90px;
        margin: 0 auto 10px
    }

    .widget_author .author-info {
        padding: 0 !important
    }
}

.aboutme-widget .widget-title-icon:before {
    content: "\f007"
}

.aboutme-widget .about-content-wrapper {
    overflow: hidden
}

.fullwidth-area .aboutme-widget .about-content-wrapper {
    padding: 0 15%
}

@media (max-width: 991px) {
    .aboutme-widget .about-content-wrapper {
        text-align: center
    }

    .aboutme-widget .about-content-wrapper .aboutme-widget-content {
        max-width: 500px;
        margin: 0 auto
    }

    .aboutme-widget .about-content-wrapper .social-icons li.social-icons-item {
        float: none;
        display: inline-block
    }
}

.aboutme-widget .aboutme-widget-content {
    overflow: hidden;
    min-width: 140px
}

.aboutme-widget .aboutme-widget-content h3 {
    margin-bottom: 10px
}

.aboutme-widget .aboutme-widget-content span.fa {
    margin-right: 5px;
    font-size: 16px;
    line-height: 25px
}

.aboutme-widget .about-author-img {
    float: left;
    margin: 7px 20px 15px 0;
    width: auto;
    height: auto
}

.aboutme-widget .about-author-img.lazy-img[src*=tie-empty] {
    width: 100px;
    height: 100px
}

@media (max-width: 991px) {
    .aboutme-widget .about-author-img {
        float: none;
        margin: 7px auto 15px
    }
}

.aboutme-widget .social-icons {
    margin: 15px 0 0
}

.aboutme-widget .social-icons:before {
    display: table;
    content: "";
    clear: both
}

.aboutme-widget ul.about-info {
    margin-top: 10px
}

@media (min-width: 992px) {
    .aboutme-widget .is-centered.about-content-wrapper {
        text-align: center
    }

    .aboutme-widget .is-centered img.about-author-img {
        float: none;
        margin: 0 auto 10px
    }

    .aboutme-widget .is-centered .social-icons li.social-icons-item {
        float: none;
        display: inline-block
    }
}

.aboutme-widget .image-is-circle .about-author-img {
    border-radius: 100%
}

.aboutme-widget .tie-padding {
    margin-bottom: 0
}

.widget_search .widget-title-icon:before, .widget_display_search .widget-title-icon:before, .widget_product_search .widget-title-icon:before {
    content: "\f002"
}

form.woocommerce-product-search {
    overflow: hidden
}

form.search-form {
    overflow: auto;
    position: relative;
    width: 100%
}

.search-field {
    float: left;
    width: 73%
}

.woocommerce-product-search [type=submit], .search-submit[type=submit] {
    float: right;
    padding: 7px;
    margin-left: 2%;
    width: 25%
}

.widget_text p, .text-html p {
    line-height: 24px
}

.widget_text p:not(:last-child), .widget_text ul:not(:last-child), .widget_text ol:not(:last-child), .text-html p:not(:last-child), .text-html ul:not(:last-child), .text-html ol:not(:last-child) {
    margin-bottom: 20px
}

.widget_text ol li, .text-html ol li {
    list-style: inside decimal
}

.widget_text ul li, .text-html ul li {
    list-style: inside disc
}

.widget_text .fa, .text-html .fa {
    width: 16px;
    text-align: center
}

.widget_text .textwidget {
    overflow: hidden
}

.login-widget .widget-title-icon:before, .bbp_widget_login .widget-title-icon:before, .widget_bp_core_login_widget .widget-title-icon:before {
    content: "\f023"
}

.login-widget form input[type=text], .login-widget form input[type=password] {
    width: 100%;
    float: none;
    margin-bottom: 15px
}

.login-widget .pass-container {
    position: relative
}

.login-widget .pass-container input[type=password] {
    padding-right: 70px
}

.login-widget .forget-text {
    position: absolute;
    right: 10px;
    line-height: 37px;
    top: 0;
    font-size: 12px
}

.login-widget .forget-text:not(:hover) {
    color: #2c2f34
}

.login-widget .rememberme {
    display: block;
    margin-bottom: 15px
}

.login-widget .register-link {
    margin: 8px 0 0;
    display: block;
    text-align: center
}

.login-widget .wp-social-login-widget {
    padding-top: 15px
}

.login-widget .wp-social-login-provider-list {
    padding: 5px 0 0
}

.login-widget .is-logged-login .author-avatar {
    text-align: center;
    margin: 0 auto 10px
}

.login-widget .is-logged-login .welcome-text {
    text-align: center;
    margin-bottom: 15px
}

.login-widget .is-logged-login li {
    list-style: none
}

.login-widget .is-logged-login span.fa {
    width: 15px
}

.social-statistics-widget .widget-title-icon:before {
    content: "\f087"
}

.social-statistics-widget ul {
    overflow: hidden
}

.social-statistics-widget li {
    float: left;
    width: 50%;
    margin-left: 0;
    padding: 10px 5px 0;
    border-bottom: 0
}

.social-statistics-widget li:last-child {
    margin-bottom: 0
}

.social-statistics-widget .followers-num {
    font-weight: 600
}

.social-statistics-widget .followers-name {
    font-size: 11px
}

.social-statistics-widget a {
    display: block;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 2px
}

.social-statistics-widget a:hover {
    opacity: .8
}

.social-statistics-widget a span.fa, .social-statistics-widget a span[class^=arqicon-], .social-statistics-widget a span[class*=" arqicon-"] {
    float: left;
    color: #fff;
    background-color: #2c2f34;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 2px;
    transition: .3s
}

.social-statistics-widget .followers {
    float: left;
    margin-left: 10px;
    line-height: 15px
}

.social-statistics-widget .followers .followers-num, .social-statistics-widget .followers .followers-name {
    color: #fff;
    display: block;
    transition: .3s;
    white-space: nowrap;
    word-wrap: normal
}

.social-statistics-widget .followers .followers-name {
    opacity: .8
}

.two-cols {
    margin-left: -5px;
    margin-right: -5px
}

.two-cols:not(.fullwidth-stats-icons) li:nth-child(2) {
    padding-top: 0
}

.two-cols li:nth-last-child(-n+2) {
    margin-bottom: 0
}

.two-cols li:nth-child(2n+1) {
    clear: both
}

.two-cols:not(.transparent-icons):not(.white-bg) a span.fa, .fullwidth-stats-icons:not(.transparent-icons):not(.white-bg) a span.fa {
    background: #2c2f34 !important
}

.fullwidth-stats-icons li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0 0;
    position: relative
}

.fullwidth-stats-icons li:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 1px;
    height: calc(100% - 10px);
    left: 50px;
    top: 10px;
    background: rgba(255, 255, 255, .3)
}

.fullwidth-stats-icons li:first-child {
    padding-top: 0
}

.fullwidth-stats-icons li:first-child:before {
    height: 100%;
    top: 0
}

.fullwidth-stats-icons .followers {
    margin-left: 30px
}

.fullwidth-stats-icons .followers span {
    float: left;
    line-height: 30px;
    margin-right: 5px
}

.transparent-icons li a span.fa, .transparent-icons li a [class^=arqicon-], .transparent-icons li a [class*=" arqicon-"] {
    background-color: transparent
}

.white-bg .social-icons-item:before {
    background: rgba(0, 0, 0, .1)
}

.white-bg .social-icons-item a {
    border: 1px solid rgba(0, 0, 0, .1) !important;
    background: 0 0 !important
}

.white-bg .social-icons-item a span.followers span {
    color: #2c2f34
}

.dark-skin .white-bg .social-icons-item a span.followers span {
    color: #aaa
}

.circle-icons .social-icons-item a span.fa, .circle-icons .social-icons-item a span[class^=arqicon-], .circle-icons .social-icons-item a span[class*=" arqicon-"] {
    border-radius: 50%
}

.circle-icons.two-cols .social-icons-item a {
    border: 0 !important
}

.three-cols:not(.three-cols-without-spaces) {
    margin-right: -5px;
    margin-left: -5px
}

.three-cols .social-icons-item {
    width: 33.3333%;
    margin: 0;
    overflow: hidden
}

.three-cols .social-icons-item:nth-child(-n+3) {
    padding-top: 0
}

.three-cols .social-icons-item:nth-child(3n+1) {
    clear: both
}

.three-cols .social-icons-item:nth-last-child(-n+3) {
    margin-bottom: 0
}

.three-cols .social-icons-item a {
    padding: 0
}

.three-cols .social-icons-item a span.fa, .three-cols .social-icons-item a [class^=arqicon-], .three-cols .social-icons-item a [class*=" arqicon-"] {
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    background-color: transparent;
    color: #fff
}

.three-cols .social-icons-item .followers {
    background: rgba(255, 255, 255, .2);
    margin: 0;
    width: 100%;
    min-height: 58px;
    padding: 10px 0;
    text-align: center;
    line-height: 19px
}

.three-cols-without-spaces .social-icons-item:nth-child(n) {
    padding: 0
}

.three-cols-without-spaces .social-icons-item:nth-child(n) a {
    border-radius: 0
}

.three-cols-without-spaces .social-icons-item:nth-child(n) a span.fa, .three-cols-without-spaces .social-icons-item:nth-child(n) a [class^=arqicon-], .three-cols-without-spaces .social-icons-item:nth-child(n) a [class*=" arqicon-"] {
    padding-top: 5px
}

.three-cols-without-spaces .social-icons-item:nth-child(n) .followers {
    background-color: transparent;
    padding-top: 0
}

.three-cols-without-spaces .social-icons-item:nth-child(n) .followers-num {
    font-size: 18px
}

.circle-three-cols {
    margin-right: -10px;
    margin-left: -10px
}

.circle-three-cols .social-icons-item {
    width: calc(100% / 3);
    margin-right: 0;
    height: 125px;
    overflow: hidden;
    padding: 0
}

.circle-three-cols .social-icons-item:before {
    background: rgba(0, 0, 0, .1)
}

.circle-three-cols .social-icons-item a {
    position: relative;
    background: 0 0 !important
}

.circle-three-cols .social-icons-item a .followers-num, .circle-three-cols .social-icons-item a .followers-name {
    color: #2c2f34
}

.dark-skin .circle-three-cols .social-icons-item a .followers-num, .dark-skin .circle-three-cols .social-icons-item a .followers-name {
    color: #aaa
}

.circle-three-cols .social-icons-item a span {
    position: relative;
    z-index: 2
}

.circle-three-cols .social-icons-item a span.fa, .circle-three-cols .social-icons-item a span[class^=arqicon-], .circle-three-cols .social-icons-item a span[class*=" arqicon-"] {
    color: #fff !important;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    position: relative;
    left: 50%;
    margin-left: -35px
}

.circle-three-cols .social-icons-item .followers {
    margin: 10px 0 0;
    width: 100%;
    text-align: center
}

.circle-three-cols .social-icons-item .followers-num {
    font-size: 15px
}

.squared-four-cols {
    margin-right: -10px;
    margin-left: -10px
}

.squared-four-cols li {
    width: 25%;
    margin: 0
}

.squared-four-cols li:nth-child(-n+4) {
    padding-top: 0
}

.squared-four-cols li:nth-child(4n+1) {
    clear: both
}

.squared-four-cols li:nth-child(n) a {
    border: 0 !important;
    padding-top: 0
}

.squared-four-cols li:nth-child(n) a .fa, .squared-four-cols li:nth-child(n) a [class^=arqicon-], .squared-four-cols li:nth-child(n) a [class*=" arqicon-"] {
    position: relative;
    left: 50%;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin-left: -27px;
    font-size: 20px
}

.squared-four-cols li:nth-child(n) .followers {
    text-align: center;
    margin: 10px 0 0;
    display: block;
    width: 100%
}

@media only screen and (min-width: 992px) and (max-width: 1050px) {
    .two-cols.white-bg:not(.circle-icons) li, .two-cols.transparent-icons li, .two-cols:not(.transparent-icons):not(.white-bg) li {
        width: 100%
    }

    .two-cols.white-bg:not(.circle-icons) li:nth-child(2), .two-cols.transparent-icons li:nth-child(2), .two-cols:not(.transparent-icons):not(.white-bg) li:nth-child(2) {
        padding-top: 10px
    }

    .two-cols.white-bg.circle-icons li a {
        padding: 10px 0
    }

    .squared-four-cols li {
        width: 33.3334%
    }

    .squared-four-cols li:nth-child(4n+1) {
        clear: none
    }

    .squared-four-cols li:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .two-cols.white-bg, .two-cols.transparent-icons, .two-cols:not(.transparent-icons):not(.white-bg), .fullwidth-stats-icons {
        margin-left: -5px;
        margin-right: -5px
    }

    .two-cols.white-bg li, .two-cols.transparent-icons li, .two-cols:not(.transparent-icons):not(.white-bg) li, .fullwidth-stats-icons li {
        width: 25%;
        padding-left: 5px;
        padding-right: 5px
    }

    .two-cols.white-bg li:before, .two-cols.transparent-icons li:before, .two-cols:not(.transparent-icons):not(.white-bg) li:before, .fullwidth-stats-icons li:before {
        left: 55px
    }

    .two-cols.white-bg li:nth-child(-n+4), .two-cols.transparent-icons li:nth-child(-n+4), .two-cols:not(.transparent-icons):not(.white-bg) li:nth-child(-n+4), .fullwidth-stats-icons li:nth-child(-n+4) {
        padding-top: 0
    }

    .two-cols.white-bg li:nth-child(-n+4):before, .two-cols.transparent-icons li:nth-child(-n+4):before, .two-cols:not(.transparent-icons):not(.white-bg) li:nth-child(-n+4):before, .fullwidth-stats-icons li:nth-child(-n+4):before {
        top: 0;
        height: 100%
    }

    .two-cols.white-bg li:nth-child(2n+1), .two-cols.transparent-icons li:nth-child(2n+1), .two-cols:not(.transparent-icons):not(.white-bg) li:nth-child(2n+1), .fullwidth-stats-icons li:nth-child(2n+1) {
        clear: none
    }

    .two-cols.white-bg li:nth-child(4n+1), .two-cols.transparent-icons li:nth-child(4n+1), .two-cols:not(.transparent-icons):not(.white-bg) li:nth-child(4n+1), .fullwidth-stats-icons li:nth-child(4n+1) {
        clear: both
    }

    .two-cols.white-bg li .followers span, .two-cols.transparent-icons li .followers span, .two-cols:not(.transparent-icons):not(.white-bg) li .followers span, .fullwidth-stats-icons li .followers span {
        float: none;
        line-height: inherit
    }

    .three-cols .social-icons-item, .white-bg.two-cols .social-icons-item, .circle-three-cols .social-icons-item, .squared-four-cols .social-icons-item {
        width: 20%
    }

    .three-cols .social-icons-item:nth-child(-n+5), .white-bg.two-cols .social-icons-item:nth-child(-n+5), .circle-three-cols .social-icons-item:nth-child(-n+5), .squared-four-cols .social-icons-item:nth-child(-n+5) {
        padding-top: 0
    }

    .three-cols .social-icons-item:nth-child(5n+1), .white-bg.two-cols .social-icons-item:nth-child(5n+1), .circle-three-cols .social-icons-item:nth-child(5n+1), .squared-four-cols .social-icons-item:nth-child(5n+1) {
        clear: both
    }

    .three-cols .social-icons-item:nth-child(3n+1), .three-cols .social-icons-item:nth-child(4n+1), .white-bg.two-cols .social-icons-item:nth-child(3n+1), .white-bg.two-cols .social-icons-item:nth-child(4n+1), .circle-three-cols .social-icons-item:nth-child(3n+1), .circle-three-cols .social-icons-item:nth-child(4n+1), .squared-four-cols .social-icons-item:nth-child(3n+1), .squared-four-cols .social-icons-item:nth-child(4n+1) {
        clear: none
    }
}

.dark-skin .social-statistics-widget .white-bg li.social-icons-item:before {
    background: rgba(255, 255, 255, .1)
}

.dark-skin .social-statistics-widget .white-bg li.social-icons-item a {
    border-color: rgba(255, 255, 255, .1) !important
}

.dark-skin .social-statistics-widget .white-bg li.social-icons-item a:after {
    background: rgba(255, 255, 255, .1)
}

.social-icons-item .arqicon-envato {
    background-size: 14px 17px;
    background-position: center
}

.social-icons-item .arqicon-goodreads {
    line-height: 2.5 !important
}

.social-icons-item .arqicon-goodreads svg {
    width: 20px;
    height: 20px
}

.social-statistics-widget ul.three-cols .arqicon-goodreads, .social-statistics-widget ul.circle-three-cols .arqicon-goodreads, .social-statistics-widget ul.squared-four-cols .arqicon-goodreads {
    line-height: 3 !important
}

.social-statistics-widget ul.three-cols .arqicon-goodreads svg, .social-statistics-widget ul.circle-three-cols .arqicon-goodreads svg, .social-statistics-widget ul.squared-four-cols .arqicon-goodreads svg {
    width: 25px;
    height: 25px
}

.social-statistics-widget ul.circle-three-cols .arqicon-goodreads {
    line-height: 3.7 !important
}

.social-statistics-widget svg path {
    fill: #fff
}

@supports (-ms-accelerator:true) {
    .social-statistics-widget a {
        transition: none
    }
}

.recent-comments-widget .widget-title-icon:before {
    content: "\f086"
}

.recent-comments-widget .comment-author {
    font-weight: 700;
    display: block;
    font-size: 14px
}

.authors-posts .post-widget-body, .recent-comments-widget .comment-body, .tab-content-comments .comment-body {
    padding-left: 80px
}

.widget_recent_comments .widget-title-icon:before {
    content: "\f086"
}

.author-avatar {
    display: block
}

.author-avatar img {
    border-radius: 50%;
    max-width: 111px
}

a.author-avatar:hover {
    opacity: .8
}

.flickr-widget .widget-title-icon:before {
    content: "\f16e"
}

.flickr-widget .flickr_badge_image {
    width: 33.33333%;
    padding: 0 2px 4px;
    position: relative;
    min-height: 1px;
    float: left;
    line-height: 0
}

.flickr-widget .flickr-images-wrapper {
    margin: 0 -2px
}

.flickr-widget a {
    display: block
}

.flickr-widget img {
    width: 100%;
    transition: .3s
}

.flickr-widget img:hover {
    opacity: .8
}

.flickr-widget a.button {
    margin-top: 10px
}

.widget_tie-instagram-theme .widget-title-icon:before {
    content: "\f16d"
}

.widget_tie-instagram-theme .tie-insta-photos {
    margin: 0 -2px
}

.widget_tie-instagram-theme .tie-insta-post {
    padding: 0 2px 4px !important
}

.widget_tie-instagram-theme .button {
    margin-top: 10px
}

.tie-insta-header {
    margin-bottom: 15px
}

.tie-insta-avatar a {
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    float: left;
    margin-right: 20px
}

.tie-insta-avatar a:before {
    content: '';
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    border-radius: 50%;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
}

.tie-insta-avatar a:after {
    position: absolute;
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    border-radius: 50%;
    background: #fff
}

.tie-insta-avatar img {
    border-radius: 50%;
    position: relative;
    z-index: 2
}

.tie-insta-info {
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 5px
}

.tie-insta-counts li {
    display: inline-block;
    padding: 0 10px 0 0
}

.tie-insta-counts .counts-number {
    font-weight: 700
}

.tie-insta-counts span:last-child {
    opacity: .7;
    font-size: 90%
}

.tie-insta-desc {
    margin-top: 20px
}

.widget_tag_cloud .widget-title-icon:before, .widget_product_tag_cloud .widget-title-icon:before {
    content: "\f02c"
}

.widget_product_tag_cloud .tagcloud, .widget_tag_cloud .tagcloud, .post-tags .tagcloud, .widget_layered_nav_filters .tagcloud {
    margin: 0 -3px;
    font-size: 0;
    display: block
}

.widget_product_tag_cloud a, .widget_tag_cloud a, .post-tags a, .widget_layered_nav_filters a {
    font-size: 12px !important;
    display: inline-block;
    background: rgba(0, 0, 0, .03);
    border: 1px solid rgba(0, 0, 0, .1);
    line-height: 14px;
    margin: 3px;
    padding: 6px 10px;
    border-radius: 2px
}

.widget_product_tag_cloud a:not(:hover), .widget_tag_cloud a:not(:hover), .post-tags a:not(:hover), .widget_layered_nav_filters a:not(:hover) {
    color: #2c2f34
}

.fullwidth-area .widget_tag_cloud {
    text-align: center
}

.fullwidth-area .widget_tag_cloud .widget-title {
    padding-bottom: 0;
    margin-bottom: 20px
}

.fullwidth-area .widget_tag_cloud .widget-title h4 {
    font-weight: 700;
    font-size: 32px
}

.fullwidth-area .widget_tag_cloud .widget-title:before, .fullwidth-area .widget_tag_cloud .widget-title:after {
    display: none
}

.block-head-4 .fullwidth-area .widget_tag_cloud .widget-title {
    padding-top: 10px;
    padding-bottom: 10px
}

.block-head-4 .fullwidth-area .widget_tag_cloud .widget-title:before {
    display: block
}

.block-head-7 .fullwidth-area .widget_tag_cloud .widget-title {
    padding: 7px 10px
}

.fullwidth-area .widget_tag_cloud .tagcloud a {
    background: rgba(0, 0, 0, .2);
    border-radius: 0 !important;
    font-size: 20px !important;
    font-weight: 600;
    margin: 0 2px 6px;
    padding: 14px 18px;
    border: 0;
    text-transform: capitalize
}

@media (max-width: 767px) {
    .fullwidth-area .widget_tag_cloud .tagcloud a {
        font-size: 14px !important;
        margin: 0 2px 6px;
        padding: 10px 15px
    }
}

.fullwidth-area .widget_tag_cloud .tagcloud a:hover {
    background-color: #08f;
    color: #fff
}

.widget-posts-list + .button {
    margin-top: 24px !important
}

li.widget-post-list, .recent-comments-widget li {
    padding: 7px 0;
    position: relative
}

.widget_rss .widget-title-icon:before {
    content: "\f09e"
}

.widget_rss img.rss-widget-icon {
    display: none
}

.widget_meta .widget-title-icon:before {
    content: "\f0c1"
}

.google-widget .widget-title-icon:before {
    content: "\f0d5"
}

.google-widget .google-box {
    text-align: center
}

.soundcloud-widget .widget-title-icon:before {
    content: "\f1be"
}

.facebook-widget .widget-title-icon:before {
    content: "\f09a"
}

.facebook-widget .fb_iframe_widget {
    margin: 0 auto;
    display: table !important
}

.widget_youtube-widget .widget-title-icon:before {
    content: "\f167"
}

.widget_youtube-widget .youtube-box {
    text-align: center
}

.widget_media_video .widget-title-icon:before {
    content: "\f04b"
}

.widget_media_video iframe, .widget_media_video video {
    max-width: 100%
}

.widget_media_image .widget-title-icon:before {
    content: "\f1c5"
}

.widget_media_image img {
    margin: 0 auto
}

.widget_media_audio .widget-title-icon:before {
    content: "\f130"
}

.widget_categories .widget-title-icon:before, .widget_product_categories .widget-title-icon:before {
    content: "\f07b"
}

.widget_categories li, .widget_product_categories li, .widget_archive li {
    text-align: right
}

.widget_categories li a, .widget_product_categories li a, .widget_archive li a {
    float: left;
    white-space: nowrap;
    word-wrap: normal
}

.widget_categories li, .widget_product_categories li, .widget_layered_nav li, .widget_archive li, .widget_nav_menu li, .widget_meta li, .widget_pages li, .widget_recent_entries li, .widget_display_forums li, .widget_display_views li, .widget_rss li, .widget_display_stats dt {
    padding: 5px 0 5px 12px;
    font-size: 105%
}

.widget_categories li a:before, .widget_product_categories li a:before, .widget_layered_nav li a:before, .widget_archive li a:before, .widget_nav_menu li a:before, .widget_meta li a:before, .widget_pages li a:before, .widget_recent_entries li a:before, .widget_display_forums li a:before, .widget_display_views li a:before, .widget_rss li a:before, .widget_display_stats dt:before {
    content: "\f105";
    font-family: "Arial";
    color: #2c2f34;
    font-size: 13px;
    display: inline-block;
    line-height: 18px;
    width: 12px;
    margin-left: -12px;
    text-align: left
}

.dark-skin .widget_categories li a:before, .dark-skin .widget_product_categories li a:before, .dark-skin .widget_layered_nav li a:before, .dark-skin .widget_archive li a:before, .dark-skin .widget_nav_menu li a:before, .dark-skin .widget_meta li a:before, .dark-skin .widget_pages li a:before, .dark-skin .widget_recent_entries li a:before, .dark-skin .widget_display_forums li a:before, .dark-skin .widget_display_views li a:before, .dark-skin .widget_rss li a:before, .dark-skin .widget_display_stats dt:before {
    color: #aaa
}

.widget_categories .children, .widget_product_categories .children, .widget_nav_menu .sub-menu, .widget_pages .children {
    margin-top: 0;
    clear: both
}

.widget_categories .children li, .widget_product_categories .children li, .widget_nav_menu .sub-menu li, .widget_pages .children li {
    padding-left: 15px
}

.widget_categories .children li:first-child, .widget_product_categories .children li:first-child, .widget_nav_menu .sub-menu li:first-child, .widget_pages .children li:first-child {
    padding-top: 10px
}

.widget_categories select, .widget_archive select {
    width: 100%
}

.widget_nav_menu .widget-title-icon:before {
    content: "\f0c9"
}

.site-footer .widget_nav_menu li {
    padding-left: 0;
    padding-right: 0
}

.site-footer .widget_nav_menu li a:before {
    display: none
}

.widget_recent_entries a + span, .widget_display_replies li div, .widget_display_topics li div, .widget_rss .rss-date {
    display: inline;
    color: #777;
    font-size: 90%
}

.widget_recent_entries a + span:before, .widget_display_replies li div:before, .widget_display_topics li div:before, .widget_rss .rss-date:before {
    content: ' - '
}

.widget_display_replies img, .widget_display_topics img {
    margin-bottom: -2px;
    border-radius: 50%
}

.tie-widget-categories li a:hover + span {
    box-shadow: inset 0 0 0 11px rgba(0, 0, 0, .3)
}

div.tie-widget-categories .children li {
    padding-left: 0;
    padding-right: 0
}

.cat-counter a + span {
    display: inline-block;
    background-color: #08f;
    text-align: center;
    font-size: 85%;
    padding: 0 5px;
    min-width: 24px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    border-radius: 2px;
    transition: box-shadow .6s cubic-bezier(.165, .84, .44, 1)
}

.widget_archive .widget-title-icon:before {
    content: "\f187"
}

#wp-calendar {
    width: 100%
}

#wp-calendar caption {
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center
}

#wp-calendar thead th {
    text-align: center
}

#wp-calendar tbody {
    color: #aaa
}

#wp-calendar tbody td {
    background: rgba(0, 0, 0, .04);
    padding: 8px 0;
    text-align: center
}

#wp-calendar tbody .pad {
    background: 0 0;
    border: 0
}

#wp-calendar tfoot #next {
    text-align: right
}

#wp-calendar #today {
    background-color: #08f
}

#wp-calendar #today, #wp-calendar #today a {
    color: #fff
}

.tie-weather-widget.widget {
    background: #08f;
    color: #fff;
    border-width: 0;
    padding: 0
}

.tie-weather-widget.widget .icon-basecloud-bg:after {
    color: #08f
}

.tie-weather-widget .widget-title {
    border-bottom: 0 !important;
    background-color: transparent;
    margin-bottom: 0;
    padding: 20px 20px 0
}

.tie-weather-widget .widget-title:after, .tie-weather-widget .widget-title:before {
    display: none
}

.tie-weather-widget .widget-title h4 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0
}

.tie-weather-widget .widget-title h4:after, .tie-weather-widget .widget-title h4:before, .tie-weather-widget .widget-title h4 .widget-title-icon {
    display: none
}

.tie-weather-widget .widget-title span {
    font-weight: 400;
    font-size: 14px
}

.tie-weather-widget [class^=icon-]:before, .tie-weather-widget [class^=icon-]:after, .tie-weather-widget [class*=" icon-"]:before, .tie-weather-widget [class*=" icon-"]:after {
    font-family: tiefonticon
}

.weather-wrap {
    clear: both;
    overflow: hidden;
    text-align: center;
    padding: 15px 0 20px;
    line-height: 1
}

.weather-icon {
    position: relative;
    margin: 0 auto .1em;
    font-size: 75px;
    width: 1em;
    height: .9em
}

.weather-icon-and-city {
    display: inline-block;
    padding: 0 10px
}

.weather-icon-and-city .icon-sun:after, .weather-icon-and-city .icon-sun:before, .weather-icon-and-city .icon-cloud:after, .weather-icon-and-city .icon-cloud:before, .weather-icon-and-city .icon-mist:after, .weather-icon-and-city .icon-mist:before, .weather-icon-and-city .icon-mist-animi:after, .weather-icon-and-city .icon-mist-animi:before {
    top: 0
}

.weather-name {
    font-size: 32px;
    padding-top: 5px;
    font-weight: 700;
    white-space: nowrap
}

.weather-todays-stats {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top
}

.weather-more-todays-stats {
    text-align: left;
    line-height: 1.6;
    font-size: 90%;
    padding-top: 12px;
    padding-left: 10px
}

.weather-more-todays-stats [class^=tie-icon-]:before, .weather-more-todays-stats [class*=" tie-icon-"]:before {
    width: 15px;
    display: inline-block;
    text-align: center
}

.weather-current-temp {
    font-size: 70px;
    font-weight: 700
}

.weather-current-temp sup {
    font-size: 17px;
    vertical-align: super;
    font-weight: 400
}

.weather-desc {
    margin-top: 5px;
    text-transform: capitalize
}

.weather-forecast {
    clear: both;
    padding: 20px 20px 0;
    overflow: hidden
}

@media only screen and (min-width: 992px) and (max-width: 1120px) {
    .weather-forecast {
        padding: 20px 0 0
    }
}

.small-weather-icons .animi-icons-wrap {
    font-size: .2em;
    width: 2em
}

.small-weather-icons .icon-sun-animi:after {
    right: -.35em
}

.small-weather-icons .icon-windysnow-animi:before {
    top: .5em;
    left: .1em
}

.small-weather-icons .icon-windysnow-animi:after {
    width: .5em;
    height: 1.2em;
    top: 1em
}

.small-weather-icons .icon-thunder-animi:before {
    left: 50%;
    top: 40%;
    font-size: 2em
}

.small-weather-icons .icon-mist:before {
    font-size: .8em
}

.small-weather-icons .icon-mist-animi {
    display: none
}

.small-weather-icons .icon-cloud-behind:after {
    left: -.4em
}

.small-weather-icons .icon-moon-animi:before {
    right: -.4em;
    top: .1em
}

.weather-forecast-day {
    position: relative;
    width: 1%;
    display: table-cell;
    text-align: center
}

.weather-forecast-day .weather-icon {
    font-size: 35px
}

.weather-forecast-day .weather-icon .icon-cloud:after, .weather-forecast-day .weather-icon .icon-basecloud-bg:after, .weather-forecast-day .weather-icon .basecloud:before {
    font-size: inherit;
    line-height: 1.05
}

.weather-forecast-day .weather-icon .icon-rainy-animi-5, .weather-forecast-day .weather-icon .icon-thunder-animi:after, .weather-forecast-day .weather-icon .icon-windysnow-animi-2 {
    display: none
}

.weather-forecast-day-abbr {
    font-weight: 700;
    font-size: .8em;
    margin-top: 3px
}

.weather-forecast-day-temp {
    font-size: 14px
}

.weather-forecast-day-temp sup {
    font-size: 8px;
    padding-left: 2px
}

.basecloud:before {
    font-size: .86em;
    font-family: "Arial";
    content: '\f105';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

.icon-thunder-animi {
    position: absolute;
    width: 100%;
    height: 100%
}

.icon-thunder-animi:before, .icon-thunder-animi:after {
    content: "\f114";
    position: absolute;
    width: 100%;
    z-index: 2;
    font-size: 3em;
    left: 40%;
    -webkit-transform: translateX(-50%) translateY(-30%);
    -ms-transform: translateX(-50%) translateY(-30%);
    transform: translateX(-50%) translateY(-30%)
}

.is-animated .icon-thunder-animi:before {
    -webkit-animation: flashing 2s ease-out infinite;
    animation: flashing 2s ease-out infinite
}

.icon-thunder-animi:after {
    color: orange;
    z-index: 2;
    font-size: 2.5em;
    top: 90%
}

.is-animated .icon-thunder-animi:after {
    -webkit-animation: flashing-reverse 2s steps(1) infinite;
    animation: flashing-reverse 2s steps(1) infinite
}

@-webkit-keyframes flashing {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flashing {
    0%, 100%, 50% {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@-webkit-keyframes flashing-reverse {
    0%, 100%, 50% {
        opacity: 0
    }
    25%, 75% {
        opacity: 1
    }
}

@keyframes flashing-reverse {
    0%, 100%, 50% {
        opacity: 0
    }
    25%, 75% {
        opacity: 1
    }
}

.icon-rainy-animi, .icon-rainy-animi-2, .icon-rainy-animi-4, .icon-rainy-animi-5, .icon-windysnow-animi, .icon-windysnow-animi-2, .icon-moon {
    position: absolute;
    width: 100%;
    height: 100%
}

.icon-rainy-animi:before, .icon-rainy-animi:after, .icon-rainy-animi-2:before, .icon-rainy-animi-2:after, .icon-rainy-animi-4:before, .icon-rainy-animi-4:after, .icon-rainy-animi-5:before, .icon-rainy-animi-5:after, .icon-windysnow-animi:before, .icon-windysnow-animi:after, .icon-windysnow-animi-2:before, .icon-windysnow-animi-2:after {
    content: "\f107";
    position: absolute;
    z-index: 2;
    opacity: .6
}

.icon-rainy-animi:after, .icon-rainy-animi-2:after, .icon-rainy-animi-4:after, .icon-rainy-animi-5:after, .icon-windysnow-animi:after, .icon-windysnow-animi-2:after {
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes rain-animi-effect {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em);
        transform: translateY(3em)
    }
}

@keyframes rain-animi-effect {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em);
        transform: translateY(3em)
    }
}

@-webkit-keyframes rain-animi-effect-with-rotate {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(1em) rotate(360deg);
        transform: translateY(1em) rotate(360deg)
    }
}

@keyframes rain-animi-effect-with-rotate {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(1em) rotate(360deg);
        transform: translateY(1em) rotate(360deg)
    }
}

@-webkit-keyframes drizzle-animi-effect {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(0) rotate(10deg);
        transform: translateY(0) translateX(0) rotate(10deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em) translateX(-3em) rotate(20deg);
        transform: translateY(3em) translateX(-3em) rotate(20deg)
    }
}

@keyframes drizzle-animi-effect {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) translateX(0) rotate(10deg);
        transform: translateY(0) translateX(0) rotate(10deg)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(3em) translateX(-3em) rotate(20deg);
        transform: translateY(3em) translateX(-3em) rotate(20deg)
    }
}

.animi-icons-wrap {
    font-size: .14em;
    position: absolute;
    z-index: 2;
    left: 48%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2.5em;
    height: 2.5em
}

.icon-rainy-animi:before, .icon-rainy-animi:after, .icon-rainy-animi-2:before, .icon-rainy-animi-2:after, .icon-rainy-animi-4:before, .icon-rainy-animi-4:after, .icon-rainy-animi-5:before, .icon-rainy-animi-5:after {
    content: "\f078";
    top: calc(50% - 0.43em);
    left: 0;
    right: auto;
    width: .96em;
    height: .96em
}

.is-animated .icon-rainy-animi:after {
    -webkit-animation: rain-animi-effect .2s ease-out infinite;
    animation: rain-animi-effect .2s ease-out infinite
}

.icon-rainy-animi-2:before, .icon-rainy-animi-2:after {
    right: 0;
    left: auto;
    top: calc(50% - 0.43em)
}

.is-animated .icon-rainy-animi-2:after {
    -webkit-animation: rain-animi-effect .25s ease-out infinite;
    animation: rain-animi-effect .25s ease-out infinite
}

.icon-rainy-animi-4:before, .icon-rainy-animi-4:after {
    left: calc(50% - 0.43em);
    top: calc(100% - 0.96em)
}

.is-animated .icon-rainy-animi-4:after {
    -webkit-animation: rain-animi-effect .35s ease-out infinite;
    animation: rain-animi-effect .35s ease-out infinite
}

.icon-rainy-animi-5:before, .icon-rainy-animi-5:after {
    left: calc(50% - 0.43em);
    top: 0
}

.is-animated .icon-rainy-animi-5:after {
    -webkit-animation: rain-animi-effect .4s ease-out infinite;
    animation: rain-animi-effect .4s ease-out infinite
}

.drizzle-icons .icon-rainy-animi:before, .drizzle-icons .icon-rainy-animi:after, .drizzle-icons .icon-rainy-animi-2:before, .drizzle-icons .icon-rainy-animi-2:after, .drizzle-icons .icon-rainy-animi-4:before, .drizzle-icons .icon-rainy-animi-4:after, .drizzle-icons .icon-rainy-animi-5:before, .drizzle-icons .icon-rainy-animi-5:after {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.is-animated .drizzle-icons .icon-rainy-animi:after {
    -webkit-animation: drizzle-animi-effect 2.2s ease-out infinite;
    animation: drizzle-animi-effect 2.2s ease-out infinite
}

.is-animated .drizzle-icons .icon-rainy-animi-2:after {
    -webkit-animation: drizzle-animi-effect 2.3s ease-out infinite;
    animation: drizzle-animi-effect 2.3s ease-out infinite
}

.is-animated .drizzle-icons .icon-rainy-animi-4:after {
    -webkit-animation: drizzle-animi-effect 2.5s ease-out infinite;
    animation: drizzle-animi-effect 2.5s ease-out infinite
}

.is-animated .drizzle-icons .icon-rainy-animi-5:after {
    -webkit-animation: drizzle-animi-effect 2.6s ease-out infinite;
    animation: drizzle-animi-effect 2.6s ease-out infinite
}

.is-animated .showers-icons .icon-rainy-animi:after {
    -webkit-animation: drizzle-animi-effect .2s ease-out infinite;
    animation: drizzle-animi-effect .2s ease-out infinite
}

.is-animated .showers-icons .icon-rainy-animi-2:after {
    -webkit-animation: drizzle-animi-effect .23s ease-out infinite;
    animation: drizzle-animi-effect .23s ease-out infinite
}

.is-animated .showers-icons .icon-rainy-animi-4:after {
    -webkit-animation: drizzle-animi-effect .18s ease-out infinite;
    animation: drizzle-animi-effect .18s ease-out infinite
}

.is-animated .showers-icons .icon-rainy-animi-5:after {
    -webkit-animation: drizzle-animi-effect .44s ease-out infinite;
    animation: drizzle-animi-effect .44s ease-out infinite
}

.icon-windysnow-animi:before, .icon-windysnow-animi:after, .icon-windysnow-animi-2:before, .icon-windysnow-animi-2:after {
    content: "\f103";
    width: 100%;
    height: 100%;
    font-size: 1.8em;
    top: 0;
    left: .3em
}

.icon-windysnow-animi:after, .icon-windysnow-animi-2:after {
    width: 2em;
    height: 2em
}

.is-animated .icon-windysnow-animi:after, .is-animated .icon-windysnow-animi-2:after {
    -webkit-animation: rain-animi-effect-with-rotate 2s ease-out infinite;
    animation: rain-animi-effect-with-rotate 2s ease-out infinite
}

.icon-windysnow-animi-2:before, .icon-windysnow-animi-2:after {
    font-size: 1em;
    top: 1.5em;
    right: .7em;
    left: auto
}

.icon-windysnow-animi-2:after {
    width: 2em;
    height: 2em;
    left: -.5em
}

.is-animated .icon-windysnow-animi-2:after {
    -webkit-animation: rain-animi-effect-with-rotate 1.5s ease-out infinite;
    animation: rain-animi-effect-with-rotate 1.5s ease-out infinite
}

.icon-moon:after {
    content: "\f10d";
    position: absolute;
    font-size: .65em;
    left: 0;
    right: 0;
    top: .2em
}

.is-animated .icon-moon:after {
    -webkit-animation: tie-float-y 2s linear infinite;
    animation: tie-float-y 2s linear infinite
}

.icon-moon:before {
    display: none
}

.icon-moon-animi:before {
    content: "\f10d";
    position: absolute;
    right: -.25em;
    font-size: .4em;
    top: .2em
}

.is-animated .icon-moon-animi:before {
    -webkit-animation: tie-float-y 2s linear infinite;
    animation: tie-float-y 2s linear infinite
}

@-webkit-keyframes tie-float-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes tie-float-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.icon-sun:after {
    content: "\f113";
    position: absolute;
    color: orange;
    font-size: .9em;
    left: 0;
    right: 0
}

.is-animated .icon-sun:after {
    -webkit-animation: tie-spin 8s infinite linear;
    animation: tie-spin 8s infinite linear
}

.icon-sun-animi:after {
    content: "\f113";
    position: absolute;
    color: orange;
    right: -.2em;
    top: .07em;
    font-size: .6em
}

.is-animated .icon-sun-animi:after {
    -webkit-animation: tie-spin 8s infinite linear;
    animation: tie-spin 8s infinite linear
}

@-webkit-keyframes tie-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes tie-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.icon-basecloud-bg:after, .icon-cloud:after {
    content: "\e904";
    font-size: .86em;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2
}

.icon-basecloud-bg:after {
    content: '\e905';
    z-index: 1
}

.icon-cloud-behind:after {
    font-size: .48em;
    content: "\e904";
    position: absolute;
    left: -.2em;
    top: .4em;
    z-index: 1;
    opacity: .6
}

.is-animated .icon-cloud-behind:after {
    -webkit-animation: passing 2s linear infinite;
    animation: passing 2s linear infinite
}

@-webkit-keyframes passing {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }
}

@keyframes passing {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0
    }
}

.icon-mist:before {
    content: '\f108';
    position: absolute;
    left: 0;
    right: 0
}

.is-animated .icon-mist:before {
    -webkit-animation: tie-float-x 2s infinite ease;
    animation: tie-float-x 2s infinite ease
}

.icon-mist-animi:before {
    content: '\f108';
    position: absolute;
    left: 0;
    right: 0;
    display: none
}

.is-animated .icon-mist-animi:before {
    display: inline-block;
    -webkit-animation: burst 2s infinite linear;
    animation: burst 2s infinite linear
}

@-webkit-keyframes burst {
    0% {
        opacity: .6
    }
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes burst {
    0% {
        opacity: .6
    }
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes tie-float-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes tie-float-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.latest-tweets-widget {
    position: relative;
    min-height: 80px
}

.latest-tweets-widget .widget-title-icon:before {
    content: "\f099"
}

.latest-tweets-widget li {
    padding: 0 0 10px
}

.latest-tweets-widget li:last-child {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0
}

.latest-tweets-widget .widget-title + ul {
    margin-bottom: 20px
}

.twitter-icon-wrap {
    width: 20px;
    float: left
}

.twitter-icon-wrap span {
    color: #08f;
    margin-top: 5px
}

.latest-tweets-widget .tweetaya-body {
    padding-left: 20px
}

.latest-tweets-widget .tweetaya-meta {
    display: block;
    font-size: 11px;
    text-align: right
}

.latest-tweets-widget .tie-slick-slider {
    display: none;
    position: relative;
    border-radius: 2px
}

.latest-tweets-widget .tie-slick-slider .slick-list {
    width: 100%
}

.latest-tweets-widget .tie-slick-slider li {
    border: 0;
    height: 58px;
    padding-bottom: 0;
    overflow: hidden
}

.latest-tweets-widget .tie-slick-slider .twitter-icon-wrap {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #40bff5;
    border-radius: 2px;
    margin-right: 20px;
    text-align: center;
    display: none
}

.latest-tweets-widget .tie-slick-slider .tweetaya-body {
    padding: 0
}

.latest-tweets-widget .tie-slick-slider .tweetaya-body p {
    margin: 0
}

.latest-tweets-widget .slider-links {
    float: right;
    display: none
}

.latest-tweets-widget .slider-links .button {
    line-height: 23px;
    padding: 1px 10px;
    margin-right: 10px
}

.latest-tweets-widget .slider-links .tie-slider-nav {
    margin: 0;
    opacity: 1;
    float: right;
    position: static;
    width: auto
}

.latest-tweets-widget .slider-links .tie-slider-nav li {
    padding: 0;
    border: 0;
    margin-bottom: 0;
    margin-left: 5px;
    float: right
}

.latest-tweets-widget .slider-links .tie-slider-nav li span {
    width: 25px;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, .1);
    line-height: 23px;
    position: relative;
    top: 0;
    cursor: pointer;
    font-size: 14px
}

.dark-skin .latest-tweets-widget .slider-links .tie-slider-nav li span:not(:hover) {
    background-color: transparent
}

.latest-tweets-widget .slick-initialized ~ .slider-links {
    display: block
}

.normal-side .latest-tweets-widget .tie-slick-slider .tweetaya-body p {
    white-space: normal;
    display: block;
    display: -webkit-box;
    height: 36.4px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.fullwidth-area .latest-tweets-widget {
    padding-bottom: 0
}

@media (max-width: 767px) {
    .fullwidth-area .latest-tweets-widget {
        max-height: inherit
    }
}

.fullwidth-area .latest-tweets-widget .tie-slick-slider {
    margin-bottom: 0;
    background: rgba(0, 0, 0, .15);
    padding: 20px
}

.fullwidth-area .latest-tweets-widget .tie-slick-slider .slide {
    margin: 2px 0;
    height: auto
}

.fullwidth-area .latest-tweets-widget .tie-slick-slider .twitter-icon-wrap {
    display: inline-block
}

.fullwidth-area .latest-tweets-widget .tie-slick-slider .twitter-icon-wrap span {
    color: #fff !important
}

.fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body {
    width: calc(100% - 160px);
    padding-left: 60px
}

.fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body p {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis
}

.fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body .tweetaya-meta {
    display: inline
}

@media (max-width: 767px) {
    .fullwidth-area .latest-tweets-widget .tie-slick-slider .slide {
        height: 58px
    }

    .fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body p {
        white-space: normal;
        display: block;
        display: -webkit-box;
        height: 36.4px;
        margin: 0 auto;
        font-size: 13px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.fullwidth-area .latest-tweets-widget ul:not(.tie-slick-slider) .tweetaya-meta {
    text-align: left
}

.fullwidth-area .latest-tweets-widget .slider-links {
    margin: 0;
    right: 20px;
    top: 40px;
    bottom: 35px;
    position: absolute
}

@media (min-width: 601px) {
    .fullwidth-area .latest-tweets-widget .widget-title ~ .slider-links {
        top: 100px
    }
}

@media (max-width: 600px) {
    .fullwidth-area .latest-tweets-widget .tie-slick-slider {
        padding-bottom: 60px
    }

    .fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body {
        width: 100%
    }

    .fullwidth-area .latest-tweets-widget .slider-links {
        top: auto;
        bottom: 35px
    }
}

@media (max-width: 479px) {
    .fullwidth-area .latest-tweets-widget .tie-slick-slider .tweetaya-body {
        padding-left: 0
    }

    .fullwidth-area .latest-tweets-widget .tie-slick-slider .twitter-icon-wrap {
        display: none
    }
}

.subscribe-widget .widget-inner-wrap {
    text-align: center
}

.subscribe-widget .widget-title {
    text-align: left
}

.subscribe-widget .widget-title-icon:before {
    content: "\f0e0"
}

.subscribe-widget .newsletter-icon {
    color: rgba(0, 0, 0, .2);
    font-size: 40px;
    display: block;
    margin: 0 0 20px;
    line-height: .8
}

.subscribe-widget .subscribe-widget-content {
    margin-bottom: 20px
}

.subscribe-widget .subscribe-widget-content h4 {
    font-size: 15px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.subscribe-widget .subscribe-widget-content h4:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .15s
}

.subscribe-widget .subscribe-widget-content h3 {
    font-size: 28px;
    color: #2c2f34;
    margin-bottom: 10px
}

.subscribe-widget form {
    position: relative
}

.subscribe-widget form:before {
    font-size: 15px;
    position: absolute;
    left: 12px;
    top: 12px;
    color: rgba(0, 0, 0, .2);
    font-size: 18px;
    content: "\f0e0";
    font-family: fontawesome
}

.subscribe-widget .subscribe-input {
    padding: 8px 30px;
    width: 100%;
    text-align: center;
    font-size: 13px
}

.subscribe-widget .subscribe-input::-webkit-input-placeholder {
    text-align: center
}

.subscribe-widget .subscribe-input::-moz-placeholder {
    text-align: center
}

.subscribe-widget .subscribe-input:-moz-placeholder {
    text-align: center
}

.subscribe-widget .subscribe-input:-ms-input-placeholder {
    text-align: center
}

.subscribe-widget .button {
    margin-top: 10px;
    padding: 10px !important;
    width: 100%;
    font-size: 14px
}

.social-icons-widget .widget-title-icon:before {
    content: "\f1e0"
}

.social-icons-widget ul {
    margin: 0 -3px
}

.social-icons-widget .social-icons-item {
    float: left;
    margin: 3px;
    border-bottom: 0;
    padding: 0
}

.social-icons-widget .social-icons-item .social-link {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 15px
}

.social-icons-widget .is-centered {
    text-align: center;
    overflow: hidden
}

.social-icons-widget .is-centered .social-icons-item {
    float: none;
    display: inline-block
}

@media (max-width: 479px) {
    .social-icons-widget .solid-social-icons {
        text-align: center
    }

    .social-icons-widget .social-icons-item {
        float: none;
        display: inline-block
    }
}

.stream-item .widget-title-icon:before, .stream-item-widget .widget-title-icon:before {
    content: "\f0a1"
}

.stream-item-widget a {
    display: block
}

.stream-item-widget img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    height: auto
}

.stream-item-widget .stream-item-widget-content {
    text-align: center
}

.stream-item-125-widget .widget-title-icon:before {
    content: "\f0a1"
}

.stream-item-125-widget ul {
    text-align: center;
    margin: 0 -5px -5px
}

.stream-item-125-widget li {
    display: inline-block;
    padding: 0;
    margin: 5px;
    width: 125px;
    height: 125px
}

.stream-item-125-widget li a {
    display: block
}

.tie-slider-widget .widget-title-icon:before {
    content: "\f0dc"
}

.tie-slider-widget .widget-title-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tabs {
    transition: opacity .3s;
    max-height: 66px;
    width: 100%;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 0 0 1px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.tabs li {
    display: inline-block;
    position: relative;
    padding: 0
}

.tabs a {
    background: rgba(0, 0, 0, .02);
    display: block;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 0 1px 1px 0;
    font-size: 15px
}

.tabs a:not(:hover) {
    color: #2c2f34
}

.dark-skin .tabs a:not(:hover) {
    color: #aaa
}

.tabs > li > a {
    line-height: 65px;
    padding: 0 15px;
    border-bottom-color: transparent
}

body .tabs.tabs .active > a {
    background: #fff;
    color: #08f
}

.tab-content, .woocommerce-tabs .panel {
    padding: 30px;
    display: none
}

.tab-content {
    position: relative;
    transition: .3s
}

@media (max-width: 767px) {
    .tab-content {
        padding: 20px
    }
}

.tab-content-elements li {
    opacity: 0
}

.tab-content:first-of-type {
    display: block
}

.tab-content:first-of-type .tab-content-elements li {
    opacity: 1
}

.tabs-container-wrapper {
    padding: 0 !important
}

.normal-side .tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.normal-side .tabs li {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.normal-side .tabs a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px !important
}

.normal-side .tabs li:last-child a {
    border-right-width: 0
}

.dark-skin .normal-side .tabs {
    border-color: #2c3033
}

.dark-skin .normal-side .tabs a {
    background: rgba(0, 0, 0, .1);
    border-color: transparent rgba(255, 255, 255, .1)
}

.dark-skin .normal-side .tabs .active a {
    background-color: #1f2024
}

@media (max-width: 320px) {
    .normal-side .tabs {
        max-height: none;
        border-bottom: 0
    }

    .normal-side .tabs li {
        display: block;
        width: 100%;
        float: none
    }

    .normal-side .tabs a {
        border-bottom-color: rgba(0, 0, 0, .1);
        border-width: 0 0 1px
    }

    .dark-skin .normal-side .tabs a {
        border-bottom-color: rgba(255, 255, 255, .1)
    }
}

.magazine2:not(.block-head-4) .dark-widgetized-area .tabs-container-wrapper, .magazine1 .dark-widgetized-area .tabs-container-wrapper {
    border-width: 0
}

.magazine2:not(.block-head-4) .dark-widgetized-area .tab-content, .magazine1 .dark-widgetized-area .tab-content {
    padding: 0
}

.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs, .magazine1 .dark-widgetized-area ul.tabs {
    margin-bottom: 20px;
    border-width: 0;
    max-height: 55px
}

.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs a, .magazine1 .dark-widgetized-area ul.tabs a {
    border: 0;
    color: #fff;
    line-height: 55px;
    background-color: #27292d
}

.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs a:before, .magazine1 .dark-widgetized-area ul.tabs a:before {
    display: none
}

.magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs a:hover, .magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs .active a, .magazine1 .dark-widgetized-area ul.tabs a:hover, .magazine1 .dark-widgetized-area ul.tabs .active a {
    background: #08f;
    color: #fff
}

.flex-tabs .tabs {
    position: relative;
    z-index: 4;
    opacity: 0
}

.flex-tabs .tabs a {
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
    word-wrap: normal
}

.flex-tabs .flexMenu-viewMore {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-tabs .flexMenu-viewMore a {
    border-width: 0 0 1px
}

.flex-tabs .flexMenu-viewMore.active > a {
    background: rgba(0, 0, 0, .02)
}

.flex-tabs .flexMenu-popup {
    margin: 0;
    padding: 0;
    right: 0;
    padding-top: 0;
    box-shadow: none;
    min-width: calc(100% + 1px);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    -webkit-transform: translateY(-1px) translateX(1px);
    -ms-transform: translateY(-1px) translateX(1px);
    transform: translateY(-1px) translateX(1px)
}

.flex-tabs .flexMenu-popup li {
    float: none;
    display: block
}

.flex-tabs .flexMenu-popup a {
    padding: 10px 20px 10px 40px;
    text-align: right;
    font-size: 13px
}

.flex-tabs .flexMenu-popup li:last-child a {
    border-width: 0
}

.tabs-box .mag-box {
    margin-bottom: 0
}

.tabs-box .container-wrapper {
    border-width: 0;
    padding: 0
}

.tabs-box .tabs-wrapper {
    overflow: initial
}

.tabs-box .tab-content {
    position: relative
}

.box-dark-skin.tabs-box {
    background: #1f2024
}

.dark-skin .mag-box .tabs, .box-dark-skin .tabs {
    border-color: #2c3033
}

.dark-skin .mag-box .tabs a, .box-dark-skin .tabs a {
    border-color: transparent rgba(255, 255, 255, .1)
}

.dark-skin .mag-box .flexMenu-popup, .box-dark-skin .flexMenu-popup {
    background-color: #1f2024;
    border-color: #2c3033
}

.dark-skin .mag-box .flexMenu-popup li a, .box-dark-skin .flexMenu-popup li a {
    border-bottom-color: #2c3033
}

.dark-skin .mag-box .tabs.tabs .active a, .box-dark-skin .tabs.tabs .active a {
    background-color: #1f2024
}

.dark-skin .magazine2 .tabs.tabs .active > a {
    background-color: rgba(0, 0, 0, .1)
}

.entry .tabs-wrapper {
    margin-bottom: 15px;
    padding: 0
}

.entry .tabs, .entry .tabs li {
    margin: 0;
    padding: 0
}

.tabs-vertical {
    border: 0;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1)
}

.tabs-vertical:after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 28%;
    height: 100%;
    background-color: rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 0 1px 0 0
}

.tabs-vertical .tabs {
    position: relative;
    overflow: auto;
    z-index: 1;
    left: 0;
    float: left;
    width: 28%;
    max-height: none !important;
    border-bottom: 0
}

.tabs-vertical .tabs li {
    display: block;
    width: calc(100% - 1px);
    transition: border .3s
}

.tabs-vertical .tabs li a {
    border: 1px solid rgba(0, 0, 0, .1);
    border-width: 0 0 1px;
    background-color: transparent
}

.tabs-vertical .tab-content {
    float: left;
    width: 72%
}

.magazine2 .tabs-vertical:after {
    display: none
}

.magazine2 .tabs-vertical .tab-content {
    padding: 0 0 0 30px
}

@media (max-width: 670px) {
    .magazine2 .tabs-vertical .tab-content {
        padding: 20px 0 0 !important
    }
}

.magazine2 .tabs-vertical .tabs li {
    width: 100%
}

.magazine2 .tabs-vertical .tabs a {
    line-height: 50px
}

.block-head-5.magazine2 .tabs-vertical .tabs .active a:before, .block-head-6.magazine2 .tabs-vertical .tabs .active a:before {
    width: 100%;
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}

.block-head-6.magazine2 .tabs-vertical .tabs .active a:after {
    display: none
}

@media (max-width: 670px) {
    .tabs-vertical:after {
        display: none
    }

    .tabs-vertical .tabs {
        overflow: hidden
    }

    .tabs-vertical .tabs, .tabs-vertical .tabs li, .tabs-vertical .tab-content {
        width: 100%;
        float: none
    }

    .tabs-vertical .tabs li {
        display: block;
        list-style-type: none
    }

    .tabs-vertical .tabs li a {
        border-left-width: 0;
        border-right-width: 0;
        background: rgba(0, 0, 0, .02)
    }

    .tabs-vertical .tabs li.active a {
        background-color: transparent;
        border-bottom-color: rgba(0, 0, 0, .1)
    }

    .dark-skin .tabs-vertical .tabs li.active a {
        border-bottom-color: rgba(255, 255, 255, .1)
    }
}

.magazine2 .tab-content, .magazine2 .woocommerce-tabs .panel {
    padding: 30px 0 0
}

@media (max-width: 767px) {
    .magazine2 .tab-content, .magazine2 .woocommerce-tabs .panel {
        padding: 20px 0 0
    }
}

html:not(.dark-skin) .magazine2 .section-item:not(.dark-skin) .box-dark-skin.tabs-box .tab-content {
    padding: 30px
}

.magazine2 .tabs {
    border-width: 1px;
    max-height: 67px
}

.dark-skin .magazine2 .tabs {
    border-color: rgba(255, 255, 255, .05)
}

.dark-skin .magazine2 .flexMenu-popup {
    background-color: #27292d
}

.magazine2 .tabs > .active > a {
    border-bottom-color: inherit
}

.block-head-4.magazine2 .tabs {
    border: 1px solid #08f;
    border-radius: 2px;
    max-height: 40px
}

.block-head-4.magazine2 .tabs > li > a {
    line-height: 38px;
    border-width: 0;
    padding: 0 20px
}

.block-head-4.magazine2 .tabs li a {
    color: #08f;
    background-color: transparent
}

.block-head-4.magazine2 .tabs li a:hover {
    color: #006dcc
}

.block-head-4.magazine2 .tabs.tabs li.active a {
    color: #fff;
    background-color: #08f
}

.block-head-4.magazine2 .tabs .flexMenu-popup {
    border-color: #08f;
    -webkit-transform: translateY(0px) translateX(1px);
    -ms-transform: translateY(0px) translateX(1px);
    transform: translateY(0px) translateX(1px)
}

.block-head-4.magazine2 .tabs .flexMenu-popup a {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom-width: 0
}

html:not(.dark-skin) .block-head-4.magazine2 .section-item:not(.dark-skin) .box-dark-skin.tabs-box .tabs {
    border-width: 0 0 1px;
    max-height: 50px;
    border-radius: 0
}

html:not(.dark-skin) .block-head-4.magazine2 .section-item:not(.dark-skin) .box-dark-skin.tabs-box .tabs > li > a {
    line-height: 48px
}

html:not(.dark-skin) .block-head-4.magazine2 .section-item:not(.dark-skin) .box-dark-skin.tabs-box .tabs .flexMenu-popup {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.block-head-5.magazine2 .tabs > .active a {
    background-color: transparent !important;
    position: relative
}

.block-head-5.magazine2 .tabs > .active a:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #08f;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg)
}

.block-head-5.magazine2 .tabs > .active:first-child a:before {
    width: 70%;
    right: 0;
    left: auto
}

.block-head-5.magazine2 .tabs > .active:first-child a:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #08f
}

.block-head-5.magazine2 .widget .tabs .active a {
    position: static
}

.block-head-5.magazine2 .widget .tabs .active:last-child a:before {
    width: 70%;
    left: 0;
    right: auto
}

.block-head-5.magazine2 .widget .tabs .active:last-child a:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
    background-color: #08f
}

.block-head-6.magazine2 .tabs > .active a {
    background-color: transparent !important;
    position: relative
}

.block-head-6.magazine2 .tabs > .active a:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #08f
}

.block-head-6.magazine2 .tabs > .active a:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 70%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #08f;
    -webkit-transform: skew(-35deg);
    -ms-transform: skew(-35deg);
    transform: skew(-35deg)
}

.block-head-6.magazine2 .widget .tabs .active a {
    position: static
}

.block-head-6.magazine2 .widget .tabs .active:last-child a:after {
    -webkit-transform: skew(0);
    -ms-transform: skew(0);
    transform: skew(0)
}

.without-header #content {
    margin-top: 0;
    padding-top: 30px
}

.without-header.without-footer {
    height: 100%;
    position: absolute;
    width: 100%;
    margin: 0;
    display: table;
    vertical-align: middle;
    float: none;
    top: 0;
    left: 0;
    table-layout: fixed
}

.without-header.without-footer .background-overlay {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 100%;
    position: static;
    z-index: 2;
    overflow: hidden
}

.without-header.without-footer .tie-container, .without-header.without-footer #tie-wrapper {
    height: auto;
    min-height: 0
}

.without-footer #content {
    margin-bottom: 0;
    padding-bottom: 30px
}

.page .entry-header-outer {
    padding-bottom: 0
}

.page .entry-content {
    padding-top: 30px
}

.archive:not(.bbpress) .entry-header-outer, .search .entry-header-outer {
    border-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.archive:not(.bbpress) .entry-header-outer #breadcrumb, .search .entry-header-outer #breadcrumb {
    margin-bottom: 20px;
    padding: 0
}

.archive:not(.bbpress) .entry-header-outer .taxonomy-description, .search .entry-header-outer .taxonomy-description {
    margin-top: 10px
}

.archive:not(.bbpress) .main-content > div:last-child, .search .main-content > div:last-child {
    margin-bottom: 0
}

.archive:not(.bbpress) .mag-box .container-wrapper, .search .mag-box .container-wrapper {
    border-top: 0;
    border-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.archive:not(.bbpress) .mag-box, .search .mag-box, .home:not(.page) .mag-box {
    margin-bottom: 0
}

.entry-header-outer .about-author {
    background: 0 0;
    border: 0;
    padding: 0;
    margin-top: 25px
}

.entry .authors-wrap {
    padding: 0;
    margin: 0
}

.entry .authors-wrap > li {
    list-style: none;
    margin-bottom: 30px
}

.entry .authors-wrap > li:last-child {
    margin-bottom: 0
}

.not-found .search-form {
    max-width: 400px
}

.not-found h5 {
    margin-bottom: 20px
}

#sitemap ul {
    padding: 0
}

#sitemap ul li {
    list-style-position: outside;
    list-style-type: disc
}

.error404 .main-content {
    width: 100%
}

.container-404 {
    text-align: center;
    margin: 50px 0 100px
}

.container-404 h2 {
    font-size: 250px;
    color: #333
}

@media (max-width: 767px) {
    .container-404 h2 {
        font-size: 80px
    }
}

.container-404 h3 {
    font-size: 30px;
    color: #2c2f34
}

.container-404 h4 {
    margin: 20px auto 50px
}

#content-404 {
    max-width: 400px;
    margin: 0 auto
}

#menu-404 {
    margin: 40px auto;
    text-align: center
}

#menu-404 li {
    display: inline-block;
    margin: 0 10px
}

#menu-404 li a {
    display: block;
    min-width: 20px
}

#menu-404 li a:before {
    display: none
}

.dark-skin .container-404 h2 {
    color: #fff
}

.dark-skin .container-404 h3 {
    color: #aaa
}

.page-template-template-masonry .post-content {
    margin-bottom: 30px
}

.page-template-template-masonry .entry-content.entry {
    padding: 30px
}

.page-template-template-masonry.has-not-post-content #the-post .entry-content {
    display: none
}

.page-template-template-masonry.has-not-post-content.has-not-post-title #the-post {
    display: none
}

.post-element {
    padding: 0;
    position: relative;
    margin-bottom: 50px
}

.post-element .featured-area {
    margin-bottom: 0
}

.post-element div.entry-content {
    padding: 30px
}

@media (max-width: 991px) {
    .post-element div.entry-content {
        padding: 20px
    }
}

.post-element div.entry-content img {
    min-width: 100%
}

.masonry-grid-wrapper {
    position: relative
}

.masonry-with-spaces .post-element {
    width: 48%;
    margin-bottom: 4%
}

@media (max-width: 991px) {
    .has-sidebar .masonry-with-spaces .post-element {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .magazine1 .masonry-with-spaces.masonry-with-spaces {
        padding: 0 2%
    }

    .masonry-with-spaces .post-element.post-element {
        margin-bottom: 30px
    }
}

.masonry-with-spaces .grid-sizer {
    width: 48%
}

.masonry-with-spaces .gutter-sizer {
    width: 4%
}

@media (min-width: 768px) {
    .full-width .masonry-with-spaces .post-element {
        width: 32%;
        margin-bottom: 2%
    }

    .full-width .masonry-with-spaces .grid-sizer {
        width: 32%
    }

    .full-width .masonry-with-spaces .gutter-sizer {
        width: 2%
    }
}

@media (min-width: 1200px) {
    .is-percent-width .full-width .masonry-with-spaces .post-element {
        width: 23.5%;
        margin-bottom: 2%
    }

    .is-percent-width .full-width .masonry-with-spaces .grid-sizer {
        width: 23.5%
    }

    .is-percent-width .full-width .masonry-with-spaces .gutter-sizer {
        width: 2%
    }
}

@media (max-width: 991px) {
    .masonry-with-spaces .post-element {
        width: 32%;
        margin-bottom: 2%
    }

    .masonry-with-spaces .grid-sizer {
        width: 32%
    }

    .masonry-with-spaces .gutter-sizer {
        width: 2%
    }
}

@media (max-width: 767px) {
    .masonry-with-spaces .post-element, .masonry-with-spaces .grid-sizer {
        width: 48%
    }

    .masonry-with-spaces .gutter-sizer {
        width: 4%
    }
}

@media (max-width: 560px) {
    .masonry-with-spaces .post-element, .masonry-with-spaces .grid-sizer {
        width: 100%
    }

    .masonry-with-spaces .gutter-sizer {
        width: 0
    }
}

.masonry-with-spaces #masonry-grid {
    width: 100%;
    position: relative
}

.has-sidebar .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element {
    margin-right: 4%;
    margin-left: 0;
    float: left
}

.has-sidebar .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 0
}

.full-width .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element {
    margin-right: 2%;
    margin-left: 0;
    float: left
}

.full-width .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element:nth-child(3n+3) {
    margin-right: 0;
    margin-left: 0
}

@media (min-width: 1200px) {
    .is-percent-width .full-width .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element:nth-child(3n+3) {
        margin-right: 2%
    }

    .is-percent-width .full-width .masonry-with-spaces #masonry-grid:not(.masonry-loaded) .post-element:nth-child(4n+4) {
        margin-right: 0;
        margin-left: 0
    }
}

.mag-box + .masonry-page-content, .mag-box + script + .masonry-page-content {
    margin-top: 40px
}

.media-page-layout {
    margin-top: 0
}

.media-page-layout .post-element {
    border: 0 !important
}

.media-page-layout .post-element:not(.masonry-brick) {
    opacity: 0
}

.media-page-layout .post-element .slide {
    height: 300px;
    background-size: cover;
    background-position: center top;
    position: relative
}

.media-page-layout .post-element .slide:hover .thumb-overlay:after {
    opacity: .9
}

.media-page-layout .post-element:nth-child(4n+2) .slide, .media-page-layout .post-element:nth-child(4n+3) .slide {
    height: 450px
}

.media-page-layout .loader-overlay {
    top: 200px
}

.full-width .media-page-layout .post-element .slide, .full-width .media-page-layout .post-element:nth-child(4n+2) .slide, .full-width .media-page-layout .post-element:nth-child(4n+3) .slide {
    height: 300px
}

.full-width .media-page-layout .post-element:nth-child(2n+2) .slide {
    height: 450px
}

.media-page-layout .thumb-overlay {
    overflow: hidden;
    pointer-events: none
}

.media-page-layout .thumb-overlay .thumb-title {
    font-size: 24px;
    line-height: 30px
}

.full-width .entry-header-outer, .one-column-no-sidebar .entry-header-outer {
    text-align: center
}

.full-width .media-page-layout:not(.masonry-with-spaces), .one-column-no-sidebar .media-page-layout:not(.masonry-with-spaces) {
    padding-top: 0
}

.masonry-without-spaces .grid-sizer {
    width: 50%
}

.masonry-without-spaces .gutter-sizer {
    width: 0
}

.masonry-without-spaces .post-element {
    width: 50%;
    margin: 0;
    padding: 0
}

@media (min-width: 768px) {
    .full-width .masonry-without-spaces .grid-sizer {
        width: 33.334%
    }

    .full-width .masonry-without-spaces .post-element {
        width: 33.334%
    }

    .full-width .masonry-without-spaces .post-element .slide, .full-width .masonry-without-spaces .post-element:nth-child(2n+2) .slide {
        height: 300px
    }

    .full-width .masonry-without-spaces .post-element:nth-child(3n+2) .slide {
        height: 450px
    }
}

@media (min-width: 1200px) {
    .is-percent-width .full-width .masonry-without-spaces .grid-sizer {
        width: 25%
    }

    .is-percent-width .full-width .masonry-without-spaces .post-element {
        width: 25%
    }
}

@media (max-width: 991px) {
    .masonry-without-spaces .grid-sizer {
        width: 33.334%
    }

    .masonry-without-spaces .post-element {
        width: 33.334%
    }
}

@media (max-width: 767px) {
    .masonry-without-spaces .post-element, .masonry-without-spaces .grid-sizer {
        width: 50%
    }

    .masonry-without-spaces .slide {
        height: 400px
    }
}

@media (max-width: 560px) {
    .masonry-without-spaces .post-element, .masonry-without-spaces .grid-sizer {
        width: 100%
    }
}

.masonry-without-spaces #masonry-grid:not(.masonry-loaded) .post-element {
    float: left
}

.archive .entry-header-outer + #media-page-layout, .archive .entry-header-outer + .masonry-with-spaces {
    margin-top: 30px
}

.archive .wide-post-box .container-wrapper {
    padding-top: 40px
}

.archive .one-column-no-sidebar .wide-post-box .container-wrapper {
    padding-top: 15px
}

.thumb-overlay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.thumb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    border-radius: 2px
}

.thumb-overlay .thumb-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px 20px;
    z-index: 3;
    width: 100%;
    pointer-events: none;
    transition: bottom .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.thumb-overlay .thumb-title a, .thumb-overlay .meta-author a {
    pointer-events: auto
}

.thumb-overlay .post-meta, .thumb-overlay .thumb-title a {
    color: #fff !important
}

.thumb-overlay .thumb-title {
    font-size: 30px;
    color: #fff
}

.thumb-overlay .thumb-title a:hover {
    color: #ccc
}

.thumb-overlay .meta-view, .thumb-overlay .meta-comments {
    pointer-events: auto;
    display: inline-block
}

.thumb-overlay .thumb-meta {
    margin: 0 0 5px
}

.thumb-overlay .thumb-meta .meta-view, .thumb-overlay .thumb-meta .meta-comments {
    margin-right: 15px
}

.thumb-overlay .thumb-desc {
    color: #fff;
    max-height: 0;
    line-height: 18px;
    overflow: hidden;
    opacity: 0;
    transition: opacity .4s ease-out, max-height .4s ease-out, margin .4s
}

.thumb-overlay .thumb-desc p {
    margin: 0
}

@media (min-width: 992px) {
    .main-slider:not(.grid-slider-wrapper) .slide:hover .thumb-desc, .slide .grid-item:hover .thumb-desc, .media-page-layout .post-element:hover .thumb-desc, .boxed-slider-wrapper .tie-slick-slider:hover .thumb-desc {
        opacity: 1;
        max-height: 100px;
        margin-top: 5px;
        transition: opacity .4s ease-out, max-height .9s ease-out
    }
}

.thumb-overlay, .first-post-gradient li:first-child .post-thumb, .scroll-2-box .post-thumb {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.thumb-overlay:after, .first-post-gradient li:first-child .post-thumb:after, .scroll-2-box .post-thumb:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    transition: opacity .2s;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.wide-slider-wrapper .thumb-overlay:after, .wide-slider-three-slids-wrapper .thumb-overlay:after {
    height: 85%
}

.wide-slider-wrapper .slide:hover .thumb-overlay:after, .wide-slider-three-slids-wrapper .slide:hover .thumb-overlay:after, .boxed-slider:not(.grid-slider-wrapper) .slide:hover .thumb-overlay:after, .grid-item:hover .thumb-overlay:after {
    opacity: .9
}

.slide-mask .thumb-overlay:after {
    height: 100% !important;
    opacity: .7
}

.slide-mask .tie-slide-1 .thumb-overlay:after {
    background-image: linear-gradient(135deg, #67B26F, #4ca2cd)
}

.slide-mask .tie-slide-2 .thumb-overlay:after {
    background-image: linear-gradient(-135deg, #d38312, #002f4b)
}

.slide-mask .tie-slide-3 .thumb-overlay:after {
    background-image: linear-gradient(135deg, #292484, #dc4225)
}

.slide-mask .tie-slide-4 .thumb-overlay:after {
    background-image: linear-gradient(-135deg, #e0be00, #dc4225)
}

.slide-mask .tie-slide-5 .thumb-overlay:after {
    background-image: linear-gradient(135deg, #5f2c82, #49a09d)
}

.slide-mask .tie-slide-6 .thumb-overlay:after {
    background-image: linear-gradient(135deg, #7474BF, #348AC7)
}

.is-slider-overlay-disabled .thumb-overlay {
    background-color: rgba(0, 0, 0, .05)
}

.dark-skin .is-slider-overlay-disabled .thumb-overlay {
    background-color: rgba(255, 255, 255, .05)
}

.is-slider-overlay-disabled .thumb-overlay:after {
    display: none
}

.slider-area {
    position: relative;
    overflow: hidden
}

.slider-area .icon {
    position: relative;
    float: right;
    margin: -9px -5px 0 10px;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    z-index: 8;
    pointer-events: none
}

.slider-area .post-rating, .slider-area .digital-rating {
    float: right;
    position: relative;
    top: 0;
    right: -5px
}

.slider-area .digital-rating {
    top: -9px
}

.slider-area .digital-rating .pie-wrap {
    height: 40px;
    width: 40px;
    float: right
}

.slider-area .post-cat-wrap {
    float: left
}

.slider-area .icon, .slider-area .post-cat-wrap, .slider-area .post-rating, .slider-area .digital-rating {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media (max-width: 767px) {
    .slider-area .icon, .slider-area .post-rating, .slider-area .digital-rating {
        display: none
    }
}

.third-party-slider {
    margin-bottom: 50px
}

.slick-slider {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    width: 99%;
    width: calc(100% - 10px)
}

.slick-list a, .slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.tie-main-slider .slick-slide img {
    display: none
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.tie-slick-dots {
    position: absolute;
    bottom: 100px;
    list-style: none;
    display: block;
    text-align: left;
    padding: 0;
    width: 100%
}

@media (max-width: 1199px) {
    .tie-slick-dots {
        bottom: 30px
    }
}

.tie-slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 11px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer
}

.tie-slick-dots button {
    border: 0;
    display: block;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    background: #2c2f34;
    height: 8px;
    width: 8px;
    padding: 0;
    margin: 1px;
    border-radius: 100%;
    transition: .3s
}

.tie-slick-dots button:hover, .tie-slick-dots button:focus {
    outline: 0
}

.tie-slick-dots button:hover:before, .tie-slick-dots button:focus:before {
    opacity: 1
}

.tie-slick-dots .slick-active button, .tie-slick-dots button:hover {
    background: #08f;
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}

.fullwidth-slider-wrapper .tie-slick-dots .slick-active button, .boxed-slider-wrapper .tie-slick-dots .slick-active button, .fullwidth-slider-wrapper .tie-slick-dots button:hover, .boxed-slider-wrapper .tie-slick-dots button:hover {
    background: #fff
}

.slide-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center top;
    transition: opacity .5s;
    opacity: 0
}

.slide-bg[style] {
    opacity: 1
}

.main-slider {
    position: relative;
    z-index: 3
}

.main-slider .slider-main-container {
    max-width: 100%;
    width: 100%;
    padding: 0
}

.main-slider .slick-list {
    width: 100%
}

.main-slider .slide {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.main-slider .tie-slick-slider:not(.slick-initialized) .slide {
    display: none
}

.main-slider .tie-slick-slider:not(.slick-initialized) .slide:first-child, .main-slider .tie-slick-slider:not(.slick-initialized) .tie-slider-nav + .slide {
    display: block
}

.main-slider .tie-slick-dots {
    pointer-events: none
}

.main-slider .tie-slick-dots li {
    pointer-events: auto
}

.main-slider .slide-overlay .container {
    max-width: 100%
}

.main-slider .thumb-meta {
    color: #fff
}

.main-slider .thumb-meta .post-meta a:not(:hover) {
    color: #fff
}

.main-slider .thumb-meta .post-meta a:not(:hover):hover {
    opacity: .8
}

.main-slider .thumb-meta .tie-alignright {
    float: none;
    display: inline-block
}

@media (max-width: 991px) {
    .main-slider .thumb-desc {
        display: none
    }
}

@media (max-width: 479px) {
    .main-slider .thumb-title {
        font-size: 16px !important
    }
}

@media (max-width: 320px) {
    .main-slider .post-cat, .main-slider .thumb-meta {
        display: none
    }
}

.all-over-thumb-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2
}

.wide-slider-three-slids-wrapper .tie-slick-slider:not(.slick-initialized) .slide, .boxed-slider-three-slides-wrapper .tie-slick-slider:not(.slick-initialized) .slide, .boxed-five-slides-slider .tie-slick-slider:not(.slick-initialized) .slide, .boxed-four-taller-slider .tie-slick-slider:not(.slick-initialized) .slide {
    display: none !important
}

.wide-slider-wrapper .slide {
    height: 400px
}

.wide-slider-wrapper .thumb-overlay {
    padding: 40px
}

.wide-slider-wrapper .thumb-overlay .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.wide-slider-wrapper .thumb-overlay .container:before {
    clear: both
}

.wide-slider-wrapper .thumb-title {
    font-size: 40px;
    color: #fff;
    line-height: 1.2
}

.wide-slider-wrapper div.post-rating, .wide-slider-wrapper div.digital-rating {
    float: left;
    top: -5px;
    left: 0
}

.wide-slider-wrapper span.icon {
    margin: -5px 0 0
}

.wide-slider-wrapper h5.post-cat-wrap {
    float: none
}

@media (min-width: 992px) {
    .wide-slider-wrapper .thumb-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 4em
    }

    .full-width .wide-slider-wrapper .slide {
        height: 500px
    }

    .full-width .wide-slider-wrapper .thumb-title {
        font-size: 50px
    }

    .full-width .wide-slider-wrapper .post-cat-wrap {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .wide-slider-wrapper .slide {
        height: 300px
    }

    .wide-slider-wrapper .thumb-overlay {
        padding: 40px 60px 0
    }

    .wide-slider-wrapper .thumb-title {
        font-size: 25px
    }
}

@media (max-width: 479px) {
    .wide-slider-wrapper .slide {
        height: 220px
    }

    .wide-slider-wrapper .thumb-overlay {
        padding: 40px 40px 0
    }
}

.fullwidth-slider-wrapper {
    overflow: hidden;
    background: 0 0
}

.fullwidth-slider-wrapper .tie-slick-dots {
    position: relative;
    max-width: 850px;
    height: 30px;
    margin: -30px auto 0;
    bottom: 70px;
    padding: 0 60px
}

.has-builder .has-sidebar .fullwidth-slider-wrapper .tie-slick-dots {
    padding: 0 40px
}

.fullwidth-slider-wrapper .thumb-overlay .container {
    max-width: 850px;
    padding: 0
}

.fullwidth-slider-wrapper .post-cat-wrap {
    margin-bottom: 10px
}

.fullwidth-slider-wrapper .thumb-content {
    top: 0;
    position: relative;
    padding: 0
}

@media (min-width: 992px) {
    .full-width .fullwidth-slider-wrapper .tie-slick-dots {
        padding: 0
    }

    .has-builder .has-sidebar .fullwidth-slider-wrapper .thumb-content {
        top: auto;
        bottom: 20px
    }

    .has-builder .has-sidebar .fullwidth-slider-wrapper .thumb-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 2.5em
    }
}

@media (max-width: 479px) {
    .fullwidth-slider-wrapper .thumb-meta {
        display: none
    }
}

.centered-title-slider .slide .container {
    width: 100%
}

.centered-title-slider .thumb-overlay .container {
    top: 42%;
    text-align: center
}

.centered-title-slider div.thumb-content {
    width: 100%;
    top: 0;
    position: relative;
    padding: 0
}

.centered-title-slider .thumb-title {
    max-width: 450px;
    margin: 0 auto 15px
}

@media (min-width: 992px) {
    .full-width .centered-title-slider .thumb-title {
        max-width: 650px
    }
}

.centered-title-slider .post-cat-wrap {
    margin-bottom: 20px;
    width: 100%
}

.centered-title-slider .thumb-meta, .centered-title-slider span.sep {
    color: #e6e6e6
}

@media (max-width: 767px) {
    .centered-title-slider .post-cat-wrap {
        margin-bottom: 20px
    }

    .centered-title-slider .thumb-meta {
        display: none
    }
}

.wide-next-prev-slider-wrapper .slider-main-container {
    max-width: 1200px;
    padding: 0 15px
}

.wide-next-prev-slider-wrapper .slick-list {
    width: 100%;
    padding: 0 !important;
    overflow: inherit
}

.wide-next-prev-slider-wrapper .tie-slider-nav {
    width: 90%;
    left: 5%;
    opacity: 1
}

.wide-next-prev-slider-wrapper .tie-slider-nav span {
    background: 0 0 !important;
    color: #fff;
    font-size: 80px
}

.wide-next-prev-slider-wrapper .tie-slider-nav li:hover span {
    color: #08f
}

@media (max-width: 767px) {
    .wide-next-prev-slider-wrapper .tie-slider-nav {
        left: 1%;
        width: 98%
    }

    .wide-next-prev-slider-wrapper .tie-slider-nav span {
        font-size: 50px
    }
}

.wide-slider-with-navfor-wrapper .thumb-title {
    max-width: 850px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (min-width: 768px) {
    .wide-slider-with-navfor-wrapper .thumb-title {
        max-height: 2.5em;
        -webkit-line-clamp: 2;
        font-size: 30px
    }
}

@media (min-width: 992px) {
    .full-width .wide-slider-with-navfor-wrapper .thumb-title {
        max-height: 4em;
        -webkit-line-clamp: 3;
        font-size: 40px
    }
}

.wide-slider-nav-wrapper {
    height: 110px;
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
    opacity: 0;
    padding: 0 35px;
    background-color: rgba(0, 0, 0, .3)
}

@media (max-width: 767px) {
    .wide-slider-nav-wrapper {
        display: none
    }
}

.wide-slider-nav-wrapper .slick-list {
    width: 100%
}

.wide-slider-nav-wrapper .slide {
    cursor: pointer;
    transition: .3s;
    height: 110px;
    color: #08f
}

.wide-slider-nav-wrapper .slick-current {
    box-shadow: inset 0 -5px 0 0
}

.wide-slider-nav-wrapper .slide-overlay {
    padding: 35px 15px 0
}

.wide-slider-nav-wrapper .thumb-meta {
    color: #e6e6e6;
    margin-bottom: 2px
}

.wide-slider-nav-wrapper .thumb-title {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.wide-slider-nav-wrapper .tie-slider-nav {
    margin: -23px -35px;
    opacity: 1
}

.wide-slider-three-slids-wrapper {
    min-height: 390px
}

.wide-slider-three-slids-wrapper .slide {
    height: 390px
}

.wide-slider-three-slids-wrapper .thumb-overlay {
    padding: 20px
}

.wide-slider-three-slids-wrapper .thumb-overlay .container {
    padding: 0
}

.wide-slider-three-slids-wrapper .thumb-content {
    padding: 20px
}

.wide-slider-three-slids-wrapper .thumb-title {
    font-size: 24px
}

@media (max-width: 1199px) {
    .wide-slider-three-slids-wrapper {
        min-height: 330px
    }

    .wide-slider-three-slids-wrapper .slide {
        height: 330px
    }
}

@media (max-width: 767px) {
    .wide-slider-three-slids-wrapper {
        min-height: 280px
    }

    .wide-slider-three-slids-wrapper .slide {
        height: 280px
    }

    .wide-slider-three-slids-wrapper .thumb-title {
        font-size: 20px
    }
}

@media (max-width: 479px) {
    .wide-slider-three-slids-wrapper {
        min-height: 220px
    }

    .wide-slider-three-slids-wrapper .slide {
        height: 220px
    }
}

.boxed-slider {
    height: auto
}

.boxed-slider .tie-slick-slider {
    overflow: hidden
}

.boxed-slider .slick-list {
    width: 100%;
    width: calc(100% + 30px);
    margin: 0 -15px;
    overflow: inherit
}

.boxed-slider .slide {
    margin: 0 15px;
    height: 318px
}

.boxed-slider .thumb-overlay {
    padding: 30px
}

.boxed-slider .thumb-title {
    font-size: 20px
}

@media (max-width: 670px) {
    .boxed-slider .thumb-title {
        font-size: 16px
    }
}

.boxed-slider .tie-slick-dots {
    position: relative;
    bottom: -20px;
    height: 0;
    text-align: center
}

.slider-area .boxed-five-slides-slider .slick-dotted, .slider-area .boxed-four-taller-slider .slick-dotted, .slider-area .boxed-slider-three-slides-wrapper .slick-dotted {
    padding-bottom: 46px
}

.slider-area .boxed-five-slides-slider .tie-slider-nav, .slider-area .boxed-four-taller-slider .tie-slider-nav, .slider-area .boxed-slider-three-slides-wrapper .tie-slider-nav {
    margin-top: -46px
}

.boxed-slider-three-slides-wrapper {
    min-height: 318px
}

.boxed-slider-three-slides-wrapper .thumb-overlay, .boxed-slider-three-slides-wrapper .thumb-content {
    padding: 20px
}

@media (max-width: 1024px) {
    .boxed-slider-three-slides-wrapper {
        min-height: 280px
    }

    .boxed-slider-three-slides-wrapper .slide {
        height: 280px
    }
}

@media (max-width: 767px) {
    .boxed-slider-three-slides-wrapper {
        min-height: 220px
    }

    .boxed-slider-three-slides-wrapper .slide {
        height: 220px
    }
}

.boxed-five-slides-slider {
    min-height: 155px
}

.boxed-five-slides-slider .slide {
    height: 155px
}

@media (max-width: 550px) {
    .boxed-five-slides-slider .slide {
        height: 180px
    }
}

.boxed-five-slides-slider .thumb-overlay, .boxed-five-slides-slider div.thumb-content {
    padding: 10px
}

.boxed-five-slides-slider .thumb-meta {
    margin-bottom: 0
}

.boxed-five-slides-slider .thumb-title {
    margin-bottom: 0;
    font-size: 14px;
    pointer-events: none
}

.boxed-five-slides-slider span.icon {
    width: 30px;
    height: 30px;
    margin: 0
}

.boxed-five-slides-slider .icon:before, .boxed-five-slides-slider .icon:after {
    width: 30px;
    height: 30px
}

.boxed-five-slides-slider .icon:before {
    line-height: 26px;
    font-size: 12px
}

.boxed-four-taller-slider {
    margin-bottom: 10px;
    min-height: 440px
}

.boxed-four-taller-slider .slick-list {
    width: calc(100% + 2px);
    margin: 0 -1px
}

.boxed-four-taller-slider .slide {
    margin: 0 1px 0 0;
    height: 440px
}

.boxed-four-taller-slider .thumb-overlay, .boxed-four-taller-slider .thumb-content {
    padding: 20px
}

@media (max-width: 1024px) {
    .boxed-four-taller-slider {
        min-height: 220px
    }

    .boxed-four-taller-slider .slide {
        height: 220px
    }

    .boxed-four-taller-slider .thumb-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        max-height: 4.2em
    }
}

@media (max-width: 900px) {
    .boxed-four-taller-slider {
        min-height: 180px
    }

    .boxed-four-taller-slider .slide {
        height: 180px
    }
}

.boxed-slider-wrapper {
    height: auto
}

.boxed-slider-wrapper .slick-list {
    margin: 0;
    width: 100%;
    overflow: hidden
}

.boxed-slider-wrapper .slide {
    margin: 0;
    height: 380px
}

.boxed-slider-wrapper .tie-slick-dots {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: calc(100% - 60px);
    height: 6px;
    text-align: right
}

.boxed-slider-wrapper .tie-slick-dots li {
    vertical-align: top
}

.boxed-slider-wrapper .thumb-title {
    font-size: 38px
}

@media (min-width: 992px) {
    .full-width .boxed-slider-wrapper .slide {
        height: 480px
    }

    .boxed-slider-wrapper .thumb-content {
        max-width: 80%
    }
}

@media (max-width: 991px) {
    .boxed-slider-wrapper .thumb-desc {
        display: none
    }
}

@media (max-width: 767px) {
    .boxed-slider-wrapper .slide {
        height: 300px
    }

    .boxed-slider-wrapper .thumb-overlay, .boxed-slider-wrapper .thumb-content {
        padding: 20px
    }

    .boxed-slider-wrapper .thumb-title {
        font-size: 25px
    }
}

@media (max-width: 670px) {
    .boxed-slider-wrapper .slide {
        height: 250px
    }
}

@media (max-width: 479px) {
    .boxed-slider-wrapper .slide {
        height: 200px
    }

    .boxed-slider-wrapper .thumb-title {
        font-size: 20px
    }
}

.boxed-slider-wrapper .tie-slick-slider:hover .thumb-overlay:after {
    opacity: .9
}

.grid-slider-wrapper .container {
    position: relative
}

.grid-slider-wrapper .slick-list {
    width: 100.0833334%;
    width: calc(100% + 1px);
    margin: 0 -1px 0 0
}

.grid-slider-wrapper .slide {
    margin: 0;
    height: 500px
}

.grid-slider-wrapper .thumb-overlay, .grid-slider-wrapper .thumb-content {
    padding: 20px 20px 15px
}

@media (max-width: 767px) {
    .grid-slider-wrapper .thumb-overlay, .grid-slider-wrapper .thumb-content {
        padding: 10px
    }
}

.grid-slider-wrapper .thumb-title {
    font-size: 20px
}

@media (max-width: 991px) {
    .grid-slider-wrapper .thumb-title {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .grid-slider-wrapper .thumb-title {
        white-space: normal;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.4;
        max-height: 2.8em
    }
}

.grid-slider-wrapper .grid-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
    margin-right: 1px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.grid-slider-wrapper .grid-item:nth-child(1) {
    float: left;
    width: 49.8%;
    width: calc(50% - 1px);
    height: 100%
}

.grid-slider-wrapper .grid-item:nth-child(2), .grid-slider-wrapper .grid-item:nth-child(3) {
    margin-bottom: 1px
}

.grid-slider-wrapper .grid-item:nth-child(n+2) {
    float: left;
    width: 25%;
    width: calc(25% - 1px);
    height: 50%
}

.has-builder .has-sidebar .grid-slider-wrapper .thumb-desc {
    display: none
}

@media (max-width: 479px) {
    .grid-slider-wrapper .thumb-meta {
        display: none
    }
}

.grid-2-big .slide {
    height: 360px
}

@media (min-width: 992px) {
    .full-width .grid-2-big .slide {
        height: 400px
    }
}

@media (min-width: 768px) {
    .grid-2-big .thumb-title {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .grid-2-big .slide {
        height: 200px
    }
}

.grid-2-big .grid-item {
    float: left;
    width: 49.5%;
    width: calc(50% - 1px);
    height: 100%
}

.grid-2-big .grid-item:nth-child(2) {
    width: 50%;
    height: 100%;
    margin-right: 0
}

.has-builder .has-sidebar .grid-2-big .thumb-desc {
    display: block
}

@media (max-width: 479px) {
    .grid-2-big .slide {
        height: auto
    }

    .grid-2-big .grid-item:nth-child(n) {
        width: 100%;
        margin-right: 0;
        height: 180px
    }
}

.grid-3-slides .slide {
    height: 380px
}

@media (max-width: 767px) {
    .grid-3-slides .slide {
        height: 300px
    }
}

@media (min-width: 992px) {
    .full-width .grid-3-slides .slide {
        height: 500px
    }
}

.grid-3-slides .grid-item:nth-child(1) {
    float: left;
    width: 65.7%;
    width: calc(66% - 1px);
    height: calc(100% - 1px)
}

.grid-3-slides .grid-item:nth-child(n+2) {
    width: 34%;
    margin-right: 0;
    height: calc(50% - 1px)
}

@media (min-width: 992px) {
    .full-width .grid-3-slides-half-first .slide {
        height: 500px
    }

    .full-width .grid-3-slides-half-first .grid-item:nth-child(1) {
        width: calc(50% - 1px);
        height: 100%
    }

    .full-width .grid-3-slides-half-first .grid-item:nth-child(2) {
        width: calc(25% - 1px);
        margin-right: 1px;
        height: 100%
    }

    .full-width .grid-3-slides-half-first .grid-item:nth-child(3) {
        width: 25%;
        margin-right: 0;
        height: 100%
    }
}

.grid-4-big-first-half-second .slide {
    height: 700px;
    display: block
}

@media (max-width: 767px) {
    .grid-4-big-first-half-second .slide {
        height: 480px
    }
}

.grid-4-big-first-half-second .grid-item:nth-child(1) {
    height: 40%;
    width: 100%
}

.grid-4-big-first-half-second .grid-item:nth-child(2) {
    height: 30%;
    width: 100%
}

.grid-4-big-first-half-second .grid-item:nth-child(3) {
    height: 30%;
    margin-right: 1px;
    width: calc(50% - 1px)
}

.grid-4-big-first-half-second .grid-item:nth-child(4) {
    width: 50%;
    height: 30%;
    margin-right: 0
}

@media (min-width: 992px) {
    .full-width .grid-4-big-first-half-second .slide {
        height: 480px
    }

    .full-width .grid-4-big-first-half-second .grid-item {
        float: left;
        height: 50%
    }

    .full-width .grid-4-big-first-half-second .grid-item:nth-child(1) {
        height: 100%;
        width: calc(50% - 1px)
    }

    .full-width .grid-4-big-first-half-second .grid-item:nth-child(2) {
        width: 50%;
        margin-right: 0
    }

    .full-width .grid-4-big-first-half-second .grid-item:nth-child(3) {
        width: 24.9%;
        width: calc(25% - 1px)
    }

    .full-width .grid-4-big-first-half-second .grid-item:nth-child(4) {
        width: 25%;
        margin-right: 0
    }
}

.grid-4-slides .slide {
    height: auto
}

.grid-4-slides .grid-item:nth-child(n) {
    width: 49.9%;
    width: calc(50% - 1px);
    height: 180px
}

@media (min-width: 992px) {
    .full-width .grid-4-slides .grid-item:nth-child(n) {
        height: 250px
    }
}

@media (max-width: 767px) {
    .grid-4-slides .grid-item:nth-child(n) {
        height: 150px
    }
}

.grid-4-slides .grid-item:nth-child(2), .grid-4-slides .grid-item:nth-child(4) {
    width: 50%;
    margin-right: 0
}

.grid-5-in-rows .slide {
    height: auto
}

.grid-5-in-rows .grid-item:nth-child(n) {
    height: 180px
}

@media (min-width: 992px) {
    .full-width .grid-5-in-rows .grid-item:nth-child(n) {
        height: 250px
    }
}

@media (max-width: 767px) {
    .grid-5-in-rows .grid-item:nth-child(n) {
        height: 150px
    }
}

.grid-5-in-rows .grid-item:nth-child(1) {
    width: 49.9%;
    width: calc(50% - 1px)
}

.grid-5-in-rows .grid-item:nth-child(2) {
    width: 50%;
    margin-right: 0
}

.grid-5-in-rows .grid-item:nth-child(3) {
    clear: left
}

.grid-5-in-rows .grid-item:nth-child(3), .grid-5-in-rows .grid-item:nth-child(4) {
    width: 33.2%;
    width: calc(33.3334% - 1px)
}

.grid-5-in-rows .grid-item:nth-child(5) {
    width: calc(33.337% - 0.5px);
    margin-right: 0
}

@media (max-width: 991px) {
    .grid-5-in-rows .grid-item:nth-child(5) {
        width: 33.334%
    }
}

@media (max-width: 600px) {
    .grid-3-slides .slide, .grid-5-in-rows .slide {
        display: block;
        height: auto
    }

    .grid-3-slides .grid-item:nth-child(n), .grid-5-in-rows .grid-item:nth-child(n) {
        height: 140px
    }

    .grid-3-slides .grid-item:first-child, .grid-5-in-rows .grid-item:first-child {
        width: 100%;
        height: 200px;
        margin-right: 0
    }

    .grid-3-slides .grid-item:nth-child(even), .grid-5-in-rows .grid-item:nth-child(even) {
        width: 49.9%;
        width: calc(50% - 1px);
        margin-right: 1px;
        clear: none
    }

    .grid-3-slides .grid-item:nth-child(n+3):nth-child(odd), .grid-5-in-rows .grid-item:nth-child(n+3):nth-child(odd) {
        width: 50%;
        margin-right: 0;
        clear: none
    }
}

.grid-5-big-centerd .slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.grid-5-big-centerd .tie-slider-nav + .slide {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.grid-5-big-centerd .grid-item:nth-child(n+2) {
    height: 49.9%;
    height: calc(50% - 1px)
}

.grid-5-big-centerd .grid-item:nth-child(1) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.grid-5-big-centerd .grid-item:nth-child(2) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.grid-5-big-centerd .grid-item:nth-child(3) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.grid-5-big-centerd .grid-item:nth-child(4) {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.grid-5-big-centerd .grid-item:nth-child(5) {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.grid-5-big-centerd .grid-item:nth-child(n+4) {
    width: 25%;
    margin-right: 0
}

.grid-5-slider .grid-item:nth-child(1) {
    width: 100%;
    height: 50%;
    margin-right: 0
}

.grid-5-slider .grid-item:nth-child(2), .grid-5-slider .grid-item:nth-child(3) {
    height: 25%;
    width: 49.9%;
    width: calc(50% - 1px)
}

.grid-5-slider .grid-item:nth-child(n+4) {
    height: 25%;
    margin-right: 1px;
    width: calc(50% - 1px)
}

.grid-5-slider .grid-item:nth-child(n+3):nth-child(odd) {
    width: 50%;
    margin-right: 0
}

.grid-5-slider .slide {
    height: 800px
}

@media (max-width: 767px) {
    .grid-5-slider .slide {
        height: 600px
    }
}

@media (max-width: 600px) {
    .grid-5-slider .slide {
        height: 500px
    }

    .grid-5-slider .grid-item:nth-child(1) {
        height: 40%
    }

    .grid-5-slider .grid-item:nth-child(n+2) {
        height: 30%
    }
}

@media (max-width: 479px) {
    .grid-5-slider .slide {
        height: 480px
    }
}

@media (min-width: 992px) {
    .full-width .grid-5-big-centerd .slide {
        -webkit-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        box-orient: vertical;
        box-direction: normal
    }

    .full-width .grid-5-slider .slide {
        height: 480px
    }

    .full-width .grid-5-slider .grid-item:nth-child(1) {
        width: 50%;
        height: 100%;
        margin-right: 1px
    }

    .full-width .grid-5-slider .grid-item:nth-child(n+2) {
        height: calc(50% - 1px);
        width: 24.9%;
        width: calc(25% - 1px)
    }

    .full-width .grid-5-first-big .grid-item:nth-child(n+2) {
        height: 50%
    }
}

.grid-6-slides {
    min-height: 180px
}

@media (max-width: 991px) {
    .grid-6-slides {
        min-height: 100px
    }
}

.grid-6-slides .slide {
    height: auto
}

.grid-6-slides .grid-item {
    float: left
}

.grid-6-slides .grid-item:nth-child(n) {
    height: 180px;
    width: 33.2%;
    width: calc(33.3334% - 1px)
}

@media (min-width: 992px) {
    .full-width .grid-6-slides .grid-item:nth-child(n) {
        height: 225px
    }
}

@media (max-width: 767px) {
    .grid-6-slides .grid-item:nth-child(n) {
        height: 145px
    }
}

.grid-6-slides .grid-item:nth-child(4) {
    clear: left
}

.grid-6-slides .grid-item:nth-child(3), .grid-6-slides .grid-item:nth-child(6) {
    width: calc(33.337% - 0.5px);
    margin-right: 0
}

@media (max-width: 991px) {
    .grid-6-slides .grid-item:nth-child(3), .grid-6-slides .grid-item:nth-child(6) {
        width: 33.334%
    }
}

@media (max-width: 600px) {
    .grid-6-slides .slide {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .grid-6-slides .grid-item:nth-child(odd) {
        width: calc(50% - 1px);
        margin-right: 1px;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .grid-6-slides .grid-item:nth-child(even) {
        width: 50%;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-right: 0;
        clear: none
    }
}

@media (min-width: 992px) {
    .has-builder .has-sidebar .grid-3-slides .grid-item:nth-child(n+2) .thumb-title, .has-builder .has-sidebar .grid-5-in-rows .thumb-title, .has-builder .has-sidebar .grid-4-slides .thumb-title, .has-builder .has-sidebar .grid-6-slides .thumb-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 2.6em
    }

    .has-builder .has-sidebar .grid-3-slides .grid-item:nth-child(n+2) .thumb-overlay, .has-builder .has-sidebar .grid-3-slides .grid-item:nth-child(n+2) .thumb-content, .has-builder .has-sidebar .grid-5-in-rows .thumb-overlay, .has-builder .has-sidebar .grid-5-in-rows .thumb-content, .has-builder .has-sidebar .grid-4-slides .thumb-overlay, .has-builder .has-sidebar .grid-4-slides .thumb-content, .has-builder .has-sidebar .grid-6-slides .thumb-overlay, .has-builder .has-sidebar .grid-6-slides .thumb-content {
        padding: 20px 15px 10px
    }
}

.grid-3-slides .grid-item:nth-child(1) .thumb-desc, .grid-5-slider .grid-item:nth-child(1) .thumb-desc, .grid-4-big-first-half-second .grid-item:nth-child(1) .thumb-desc {
    opacity: 1;
    max-height: 100px;
    margin-top: 5px
}

@media (min-width: 768px) {
    .grid-3-slides .grid-item:nth-child(1) .thumb-title, .grid-5-slider .grid-item:nth-child(1) .thumb-title, .grid-4-big-first-half-second .grid-item:nth-child(1) .thumb-title {
        font-size: 35px
    }

    .grid-4-slides .thumb-title, .grid-5-in-rows .grid-item:nth-child(-n+2) .thumb-title {
        font-size: 24px
    }
}

@media (max-width: 1199px) {
    .boxed-four-taller-slider .icon, .boxed-four-taller-slider .post-rating, .boxed-four-taller-slider .digital-rating {
        display: none
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .full-width .grid-5-slider .grid-item:nth-child(n+2) .icon, .full-width .grid-5-slider .grid-item:nth-child(n+2) .post-rating, .full-width .grid-5-slider .grid-item:nth-child(n+2) .digital-rating, .full-width .grid-4-big-first-half-second .grid-item:nth-child(n+3) .icon, .full-width .grid-4-big-first-half-second .grid-item:nth-child(n+3) .post-rating, .full-width .grid-4-big-first-half-second .grid-item:nth-child(n+3) .digital-rating {
        display: none
    }
}

@media (max-width: 991px) {
    .grid-6-slides .icon, .grid-6-slides .post-rating, .grid-6-slides .digital-rating, .grid-5-in-rows .grid-item:nth-child(n+3) .icon, .grid-5-in-rows .grid-item:nth-child(n+3) .post-rating, .grid-5-in-rows .grid-item:nth-child(n+3) .digital-rating, .grid-3-slides .grid-item:nth-child(n+2) .icon, .grid-3-slides .grid-item:nth-child(n+2) .post-rating, .grid-3-slides .grid-item:nth-child(n+2) .digital-rating {
        display: none
    }
}

@media (max-width: 320px) {
    .grid-3-slides .slide, .grid-4-slides .slide, .grid-4-big-first-half-second .slide, .grid-5-in-rows .slide, .grid-5-slider .slide, .grid-6-slides .slide {
        height: auto
    }

    .grid-3-slides .grid-item:nth-child(n), .grid-4-slides .grid-item:nth-child(n), .grid-4-big-first-half-second .grid-item:nth-child(n), .grid-5-in-rows .grid-item:nth-child(n), .grid-5-slider .grid-item:nth-child(n), .grid-6-slides .grid-item:nth-child(n) {
        width: 100% !important;
        margin-right: 0 !important;
        height: 120px
    }
}

.post-gallery .tie-slick-slider {
    height: auto
}

.post-gallery .tie-slick-slider:not(.slick-initialized) .slide {
    display: none
}

.post-gallery .slick-list {
    width: 100%
}

.post-gallery .slide {
    position: relative;
    overflow: hidden
}

.post-gallery img {
    display: block
}

.is-lazyload .post-gallery img {
    opacity: 0;
    visibility: hidden
}

.post-gallery .thumb-overlay {
    pointer-events: none
}

.post-gallery .thumb-overlay:after {
    opacity: 0
}

.post-gallery .thumb-content {
    opacity: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 0;
    transition: .15s
}

.post-gallery .thumb-desc {
    opacity: 1;
    max-height: none;
    height: auto
}

@media (max-width: 991px) {
    .post-gallery .thumb-content {
        opacity: 1;
        bottom: 30px
    }

    .post-gallery .thumb-overlay:after {
        opacity: .8
    }
}

@media (max-width: 767px) {
    .post-gallery .thumb-title {
        font-size: 20px
    }
}

@media (max-width: 479px) {
    .post-gallery .thumb-overlay {
        padding: 20px
    }

    .post-gallery .thumb-content {
        bottom: 20px
    }
}

.post-gallery .tie-slider-nav {
    opacity: 1
}

#tie-post-normal-gallery .tie-slick-slider:not(.slick-initialized) .tie-slider-nav + .slide {
    display: block
}

.is-lazyload #tie-post-normal-gallery img {
    display: none
}

#tie-post-normal-gallery .slide-bg {
    height: 405px;
    position: relative
}

@media (min-width: 992px) {
    .full-width #tie-post-normal-gallery .slide-bg {
        height: 600px
    }
}

@media (max-width: 767px) {
    #tie-post-normal-gallery .slide-bg {
        height: 300px
    }
}

@media (max-width: 479px) {
    #tie-post-normal-gallery .slide-bg {
        height: 220px
    }
}

#tie-post-fullwidth-gallery {
    margin-bottom: 35px;
    height: 600px
}

#tie-post-fullwidth-gallery .slide-bg {
    background-position: center center
}

#tie-post-fullwidth-gallery img {
    width: auto;
    height: 600px
}

@media (max-width: 991px) {
    #tie-post-fullwidth-gallery {
        margin-bottom: 20px
    }

    #tie-post-fullwidth-gallery .thumb-content {
        width: 100%;
        max-width: calc(100vw - 10px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        padding: 0 30px
    }

    #tie-post-fullwidth-gallery, #tie-post-fullwidth-gallery img {
        height: 480px
    }
}

@media (max-width: 767px) {
    #tie-post-fullwidth-gallery, #tie-post-fullwidth-gallery img {
        height: 380px
    }
}

@media (max-width: 479px) {
    #tie-post-fullwidth-gallery, #tie-post-fullwidth-gallery img {
        height: 250px
    }
}

#tie-post-normal-gallery .tie-slick-slider:hover .thumb-content, .post-gallery .slide:hover .thumb-content {
    opacity: 1;
    bottom: 30px
}

#tie-post-normal-gallery .tie-slick-slider:hover .thumb-overlay:after, .post-gallery .slide:hover .thumb-overlay:after {
    opacity: .8
}

.tie-slider-widget .main-slider {
    z-index: 2
}

.tie-slider-widget .slide img {
    display: none
}

.normal-side .tie-slider-widget .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0
}

.normal-side .tie-slider-widget .tie-slick-slider:not(.slick-initialized) .slide:first-child {
    display: block !important
}

.normal-side .tie-slider-widget .slick-list {
    width: 100%;
    margin: 0
}

.normal-side .tie-slider-widget .slide {
    margin: 0;
    height: 220px
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .normal-side .tie-slider-widget .slide {
        height: 300px
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .sidebar.normal-side .tie-slider-widget .slide {
        height: 400px
    }
}

.normal-side .tie-slider-widget .thumb-overlay {
    padding: 20px
}

.normal-side .tie-slider-widget .thumb-title {
    font-size: 18px
}

.normal-side .tie-slider-widget .tie-slider-nav li {
    padding: 0
}

.fullwidth-area .main-slider-inner > .container, .fullwidth-area > .container {
    padding: 0
}

.fullwidth-area .tie-slick-dots {
    display: none !important
}

#read-next-block {
    border: 0;
    padding: 0;
    position: relative
}

.read-next-block-title {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 4;
    color: #fff;
    padding-bottom: 5px;
    font-size: 18px
}

.read-next-block-title:after {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.read-next-slider-4 .read-next-block-title {
    width: 100%;
    text-align: center;
    left: 0
}

.read-next-slider-4 .read-next-block-title:after {
    left: calc(50% - 20px)
}

.read-next-button-wrap {
    margin-top: 30px
}

.read-next-button {
    pointer-events: auto;
    z-index: 1;
    background: 0 0;
    color: #fff;
    border: 1px solid #fff
}

.slider-vertical-navigation {
    position: relative;
    z-index: 1
}

.slider-vertical-navigation .post-cat-wrap {
    margin-bottom: 10px
}

.slider-vertical-navigation .thumb-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.slider-vertical-navigation span.icon {
    float: left;
    margin-right: 10px
}

.slider-vertical-navigation div.post-rating {
    top: 5px
}

@media (min-width: 768px) {
    .slider-vertical-navigation .slider-main-container .thumb-overlay {
        padding-top: 90px
    }

    .slider-vertical-navigation .slider-main-container .thumb-overlay .container {
        top: 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 60%;
        margin-left: 0;
        padding: 0
    }
}

.slider-vertical-navigation .thumb-meta > span {
    display: inline-block
}

.slider-vertical-navigation .slick-initialized .post-cat-wrap, .slider-vertical-navigation .slick-initialized .thumb-meta, .slider-vertical-navigation .slick-initialized .thumb-title {
    overflow: hidden
}

.slider-vertical-navigation .slick-initialized .post-cat-wrap a, .slider-vertical-navigation .slick-initialized .thumb-meta > span, .slider-vertical-navigation .slick-initialized .thumb-title a, .slider-vertical-navigation .slick-initialized .read-next-button {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    transition: 1s
}

.slider-vertical-navigation .slick-initialized .thumb-title a {
    display: block;
    -webkit-transform: translateY(140px);
    -ms-transform: translateY(140px);
    transform: translateY(140px)
}

.slider-vertical-navigation .slick-current .post-cat-wrap a, .slider-vertical-navigation .slick-current .thumb-meta > span, .slider-vertical-navigation .slick-current .thumb-title a, .slider-vertical-navigation .slick-current .read-next-button {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slider-vertical-navigation .thumb-content {
    padding: 0;
    position: relative
}

.has-sidebar .slider-vertical-navigation .wide-slider-nav-wrapper {
    padding: 0 15px 0 0
}

.vertical-slider-nav {
    top: 0;
    right: 0;
    left: auto;
    width: 30%;
    height: 100%;
    padding: 0 15px;
    background: 0 0
}

.vertical-slider-nav .slick-list {
    max-height: 500px
}

.vertical-slider-nav .slide {
    height: auto;
    margin-bottom: 20px;
    box-shadow: inset 0 0 0 0 #fff;
    transition: .5s .3s;
    opacity: .5;
    transition: opacity .3s
}

.vertical-slider-nav .slide-overlay {
    padding: 20px 0
}

.vertical-slider-nav .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.vertical-slider-nav .thumb-title {
    font-size: 19px;
    line-height: 1.4em;
    max-height: 2.8em;
    font-weight: 300;
    white-space: inherit
}

.vertical-slider-nav .thumb-meta {
    display: none
}

.vertical-slider-nav .slick-current {
    opacity: 1
}

.section-item.has-sidebar .vertical-slider-nav, .single-post.has-sidebar .vertical-slider-nav {
    width: 40%
}

.section-item.has-sidebar .vertical-slider-nav .slide-overlay, .single-post.has-sidebar .vertical-slider-nav .slide-overlay {
    padding: 15px 0
}

.section-item.has-sidebar .vertical-slider-nav .thumb-title, .single-post.has-sidebar .vertical-slider-nav .thumb-title {
    font-size: 14px
}

.vertical-slider-nav:before, .vertical-slider-nav:after {
    content: '';
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.8) 0%, rgba(204, 204, 204, 0) 65%, rgba(229, 229, 229, 0) 100%)
}

.vertical-slider-nav:after {
    bottom: -25px;
    top: auto
}

.vertical-slider-nav .tie-slider-nav {
    width: auto;
    height: 100%;
    top: 0;
    margin: 0;
    left: calc(50% - 23px);
    z-index: 2
}

.vertical-slider-nav .tie-slider-nav li {
    position: absolute;
    width: 46px;
    height: 25px;
    transition: opacity .4s, -webkit-transform .3s;
    transition: transform .3s, opacity .4s;
    transition: transform .3s, opacity .4s, -webkit-transform .3s;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.vertical-slider-nav .tie-slider-nav li span {
    width: 46px;
    height: 25px;
    line-height: 25px;
    border-radius: 0 0 2px 2px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

.vertical-slider-nav .tie-slider-nav li span:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block
}

.vertical-slider-nav .tie-slider-nav li:first-child {
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.vertical-slider-nav .tie-slider-nav li:first-child span {
    border-radius: 2px 2px 0 0
}

.vertical-slider-nav:hover .tie-slider-nav li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

#tie-wrapper:after {
    position: absolute;
    z-index: 1000;
    top: -10%;
    left: -50%;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, .2);
    content: '';
    opacity: 0;
    cursor: pointer;
    transition: opacity .5s, width .1s .5s, height .1s .5s
}

.side-aside {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 111;
    visibility: hidden;
    width: 350px;
    max-width: 100%;
    height: 100%;
    background: #161619;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    transition: .5s cubic-bezier(.55, 0, .1, 1) 0s;
    -webkit-transform: translate3d(350px, 0, 0);
    transform: translate3d(350px, 0, 0);
    overflow-y: auto
}

.dark-skin .side-aside {
    background: #111114
}

@media (max-width: 991px) {
    .side-aside {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .side-aside.is-fullwidth {
        width: 100%
    }
}

.is-mobile .side-aside .side-aside-wrapper, .is-desktop .side-aside .mCSB_container {
    padding: 50px 0 0
}

.admin-bar.is-desktop .side-aside .mCSB_container, .is-mobile.admin-bar .side-aside .side-aside-wrapper {
    padding-top: 72px
}

.side-aside .widget-content-only:first-child {
    margin-top: 20px
}

.side-aside.dark-skin .container-wrapper {
    border-radius: 0;
    border: 0;
    background: 0 0
}

.side-aside:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: '';
    opacity: 1;
    transition: opacity .5s
}

.side-aside .tie-slider-widget {
    position: relative;
    z-index: 1
}

.side-aside .container-wrapper {
    padding: 30px !important
}

.side-aside .widget-content-only {
    padding: 0 !important
}

.side-aside-open #tie-wrapper:after {
    width: 200%;
    height: 110%;
    opacity: 1;
    transition: opacity .5s
}

.border-layout .side-aside-open #tie-wrapper:after {
    opacity: 0
}

.side-aside-open .side-aside {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.side-aside-open .side-aside:after {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity .5s, width .1s .5s, height .1s .5s
}

#footer .container-wrapper {
    padding: 15px 0;
    margin: 0;
    background: 0 0
}

.site-footer {
    margin-top: 25px;
    padding: 0
}

@media (max-width: 991px) {
    .site-footer {
        margin-top: 30px
    }

    .section-wrapper.has-background + .site-footer {
        margin-top: 0
    }
}

.container-full.has-background + .site-footer {
    margin-top: 0
}

.site-footer .widget-title-icon {
    display: none
}

.site-footer .widget, .site-footer .widget-content-only {
    margin-bottom: 0;
    border: 0
}

.site-footer .widget.buddypress, .site-footer .widget-content-only.buddypress {
    margin-bottom: 30px
}

.site-footer .widget.tie-weather-widget {
    margin: 15px 0
}

@media (max-width: 767px) {
    .site-footer .widget {
        margin-bottom: 20px
    }
}

.site-footer .widget_nav_menu li {
    list-style: none
}

.site-footer .posts-list-counter .posts-list-items li:before {
    border-color: #2c2f34
}

.footer-widget-area {
    margin-bottom: 10px
}

.footer-widget-area:first-child:not(.footer-boxed-widget-area) {
    padding-top: 60px
}

@media (max-width: 767px) {
    .footer-widget-area:first-child:not(.footer-boxed-widget-area) {
        padding-top: 30px
    }
}

.footer-widget-area:last-child {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .footer-widget-area {
        margin-bottom: 20px
    }
}

.footer-boxed-widget-area {
    padding: 30px 30px 0;
    margin-bottom: 50px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 2px
}

.footer-boxed-widget-area:first-child {
    margin-top: 50px
}

.footer-boxed-widget-area:last-child {
    margin-bottom: 30px
}

.footer-boxed-widget-area > .tie-row > [class*=tie-col] {
    padding-right: 10px;
    padding-left: 10px
}

#footer .footer-boxed-widget-area .container-wrapper, #footer .footer-boxed-widget-area .widget.widget-content-only {
    padding: 0;
    margin-bottom: 30px
}

.side-aside .latest-tweets-widget .dark-btn, .site-footer .latest-tweets-widget .dark-btn {
    display: none
}

.tie-insta-photos {
    overflow: hidden
}

.tie-insta-post {
    position: relative;
    width: 33.33333333333%;
    float: left
}

.tie-insta-post a {
    display: block;
    line-height: 0;
    position: relative
}

.tie-insta-post a:hover img {
    opacity: .9
}

.tie-insta-post img {
    max-width: 100%;
    width: 100%;
    height: auto;
    float: left
}

.tie-insta-post .media-video {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

#footer-instagram {
    position: relative;
    text-align: center;
    color: #fff
}

#footer-instagram .tie-insta-post {
    width: 16.6666666666666% !important
}

#footer-instagram .tie-insta-post a:hover {
    opacity: .7
}

@media (min-width: 901px) {
    #footer-instagram .mCSB_container {
        width: 100% !important;
        left: auto !important
    }
}

@media (max-width: 900px) {
    #footer-instagram .tie-insta-photos {
        max-height: 150px;
        white-space: nowrap;
        font-size: 0;
        overflow-x: auto;
        overflow-y: hidden
    }

    #footer-instagram .tie-insta-post {
        width: 150px !important;
        display: inline-block;
        float: none;
        font-size: 13px
    }
}

#footer-instagram .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 10px
}

#footer-instagram .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(0, 0, 0, .6)
}

#instagram-link {
    position: absolute;
    display: block;
    z-index: 1;
    padding: 20px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: rgba(0, 0, 0, .7);
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 0 5px #000;
    text-align: center;
    white-space: nowrap;
    word-wrap: normal;
    color: #fff
}

@media (max-width: 767px) {
    #instagram-link {
        font-size: 0;
        right: 10px;
        top: 10px;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 30px;
        height: 30px;
        padding: 5px;
        border-radius: 2px
    }

    #instagram-link span {
        font-size: 15px;
        vertical-align: middle
    }

    #instagram-link:before, #instagram-link:after {
        display: none
    }
}

#instagram-link:before, #instagram-link:after {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    opacity: 1;
    border: 2px solid #08f;
    border-width: 2px 0 0 2px;
    transition: .5s
}

#instagram-link:after {
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    border-width: 0 2px 2px 0
}

@media (min-width: 768px) {
    #instagram-link:hover {
        color: #08f
    }

    #instagram-link:hover:before {
        -webkit-transform: translate3d(10px, 10px, 10px);
        transform: translate3d(10px, 10px, 10px)
    }

    #instagram-link:hover:after {
        -webkit-transform: translate3d(-10px, -10px, -10px);
        transform: translate3d(-10px, -10px, -10px)
    }
}

.site-info {
    background: #161619;
    padding: 20px 0;
    line-height: 32px;
    text-align: center
}

.copyright-text {
    font-size: 13px
}

.footer-menu {
    text-align: center
}

.footer-menu li {
    display: inline-block;
    margin: 0 5px
}

.site-info .social-icons {
    text-align: center
}

.site-info .social-icons li {
    float: none;
    display: inline-block;
    margin: 0
}

.site-info .social-icons li a span {
    color: #aaa;
    line-height: 22px
}

.site-info .social-icons li a:hover span {
    color: #fff
}

@media (max-width: 767px) {
    .site-info .tie-alignleft, .site-info .tie-alignright {
        float: none
    }
}

@media (min-width: 768px) {
    .site-info-layout-2 .copyright-text-first {
        float: left
    }

    .site-info-layout-2 .copyright-text-second, .site-info-layout-2 ul.social-icons, .site-info-layout-2 .footer-menu {
        float: right;
        margin: 0;
        margin-left: 10px
    }
}

.go-to-top-button {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #08f;
    text-align: center;
    display: block;
    position: fixed;
    bottom: -100px;
    right: 15px;
    z-index: 3;
    color: #fff;
    transition: .3s
}

.go-to-top-button:hover {
    opacity: .85
}

.go-to-top-button.show-top-button {
    bottom: 15px
}

@media (max-width: 767px) {
    .go-to-top-button {
        right: 5px;
        width: 25px;
        height: 25px;
        line-height: 25px
    }

    .go-to-top-button.show-top-button {
        bottom: 5px
    }

    .has-mobile-share .go-to-top-button.show-top-button {
        bottom: 45px
    }
}

.dark-skin, .dark-skin body {
    background-color: #1f2024;
    color: #aaa
}

.dark-skin textarea, .dark-skin input:not([type=submit]), .dark-skin select {
    color: #aaa
}

.dark-skin a:not(:hover), .dark-skin .single-big-img .post-meta, .dark-skin .single-big-img .post-meta a:not(:hover), .dark-skin .pages-nav .pages-numbers a:not(:hover), .dark-skin .page-title, .dark-skin .entry h1, .dark-skin .entry h2, .dark-skin .entry h3, .dark-skin .entry h4, .dark-skin .entry h5, .dark-skin .entry h6 {
    color: #fff
}

.dark-skin .post-meta, .dark-skin .post-meta a:not(:hover), .dark-skin .timeline-widget ul li .date, .dark-skin .multiple-post-pages a:not(:hover), .dark-skin .video-playlist-nav-wrapper .video-playlist-item .video-duration, .dark-skin .login-widget .forget-text:not(:hover), .dark-skin .autocomplete-suggestions, .dark-skin #mobile-menu-icon:not(:hover) .menu-text, .dark-skin .about-author .social-icons li.social-icons-item a:not(:hover) span {
    color: #aaa
}

@media (min-width: 1600px) {
    .dark-skin #story-index li a:not(.is-current) {
        color: #aaa
    }

    .dark-skin #story-index ul {
        background-color: #27292d
    }
}

.dark-skin textarea, .dark-skin input:not([type=submit]), .dark-skin select, .dark-skin code, .dark-skin kbd, .dark-skin pre, .dark-skin samp, .dark-skin .latest-tweets-slider-widget .latest-tweets-slider .tie-slider-nav li a:not(:hover), .dark-skin .show-more-button, .dark-skin .pages-nav .pages-numbers a, .dark-skin .pages-nav .pages-numbers span.pages-nav-item, .dark-skin .pages-nav .pages-numbers .first-last-pages .fa, .dark-skin .multiple-post-pages span, .dark-skin .latest-tweets-widget .slider-links .tie-slider-nav span {
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin #tie-wrapper, .dark-skin #theme-header {
    background-color: #27292d
}

.dark-skin .subscribe-widget .subscribe-widget-content h4:after, .dark-skin .boxed-slider-three-slides-wrapper li:not(.slick-active) button:not(:hover), .dark-skin .boxed-four-taller-slider li:not(.slick-active) button:not(:hover), .dark-skin .boxed-five-slides-slider li:not(.slick-active) button:not(:hover) {
    background-color: rgba(255, 255, 255, .1)
}

.dark-skin .video-playlist-wrapper, .dark-skin .tie-slider-nav span {
    background: #18191c
}

.dark-skin .boxed-layout.wrapper-has-shadow #tie-wrapper {
    box-shadow: 0 1px 10px rgba(0, 0, 0, .3)
}

.dark-skin .container-wrapper {
    background-color: #1f2024;
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin .post-layout-3 .fullwidth-entry-title, .dark-skin .post-layout-7 .fullwidth-entry-title {
    background-color: transparent
}

.dark-skin .tie-popup-container .container-wrapper {
    background-color: #1f2024 !important
}

.dark-skin .widget a:not(:hover), .dark-skin .widget-title, .dark-skin .widget-title a:not(:hover) {
    color: #fff
}

.dark-skin .widget-title-icon {
    color: #aaa
}

.dark-skin .widget_product_tag_cloud a, .dark-skin .widget_tag_cloud .tagcloud a, .dark-skin .post-tags a, .dark-skin .widget_layered_nav_filters a {
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin .timeline-widget ul:before {
    background: rgba(0, 0, 0, .3)
}

.dark-skin .timeline-widget .date:before {
    background: #27292d;
    border-color: rgba(0, 0, 0, .3)
}

.dark-skin #wp-calendar tbody td {
    background-color: rgba(0, 0, 0, .1)
}

.dark-skin .subscribe-widget .subscribe-widget-content h3 {
    color: #fff
}

.dark-skin .subscribe-widget .fa-envelope, .dark-skin .subscribe-widget form:before {
    color: rgba(255, 255, 255, .3)
}

.dark-skin .magazine1 .entry-header-outer + .mag-box {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.dark-skin .post-layout-8 #content {
    background-color: #1f2024
}

@media (min-width: 992px) {
    .dark-skin .post-layout-8.one-column-no-sidebar #content {
        background-color: transparent
    }
}

.dark-skin .tie-instagram.lite-skin, .dark-skin .tie-instagram.default-skin {
    background-color: #fff
}

.dark-skin .tie-instagram.lite-skin a, .dark-skin .tie-instagram.default-skin a {
    color: #2c2f34
}

@media (max-width: 991px) {
    .dark-skin .post-has-toggle #the-post .entry:not(.is-expanded):before {
        background-image: linear-gradient(to bottom, transparent 50%, #1f2024 100%)
    }

    .dark-skin .magazine2.post-has-toggle #the-post .entry:not(.is-expanded):before {
        background-image: linear-gradient(to bottom, transparent 50%, #27292d 100%)
    }
}

.dark-skin .sticky {
    background: #1c1c1d;
    padding: 10px
}

.dark-skin .entry-header .entry-title {
    color: #fff
}

.dark-skin .post-footer-on-bottom {
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin .magazine1 .post-footer-on-bottom {
    background: #1f2024
}

.dark-skin .comment-list li, .dark-skin .commentlist li, .dark-skin .entry table *, .dark-skin .woocommerce table.shop_table tfoot * {
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin .comment-list .comment-author img, .dark-skin .commentlist .comment-author img {
    box-shadow: 0 0 8px #000;
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin .post-content-slideshow, .dark-skin .post-content-slideshow .tie-slider-nav-wrapper, .dark-skin .post-content-slideshow .tie-slider-nav li span, .dark-skin .divider, .dark-skin .toggle, .dark-skin .tabs-wrapper.tabs-vertical:after, .dark-skin .tabs-wrapper.tabs-vertical .tabs li a {
    border-color: rgba(255, 255, 255, .1)
}

.dark-skin #check-also-box {
    border-color: rgba(255, 255, 255, .1);
    background-color: #1f2024
}

.dark-skin .site-footer {
    background-color: #1c1d21
}

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

.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.tie-row {
    margin-left: -15px;
    margin-right: -15px
}

.tie-row:before, .tie-row:after {
    content: " ";
    display: table
}

.tie-row:after {
    clear: both
}

.tie-col-xs-1, .tie-col-sm-1, .tie-col-md-1, .tie-col-lg-1, .tie-col-xs-2, .tie-col-sm-2, .tie-col-md-2, .tie-col-lg-2, .tie-col-xs-3, .tie-col-sm-3, .tie-col-md-3, .tie-col-lg-3, .tie-col-xs-4, .tie-col-sm-4, .tie-col-md-4, .tie-col-lg-4, .tie-col-xs-5, .tie-col-sm-5, .tie-col-md-5, .tie-col-lg-5, .tie-col-xs-6, .tie-col-sm-6, .tie-col-md-6, .tie-col-lg-6, .tie-col-xs-7, .tie-col-sm-7, .tie-col-md-7, .tie-col-lg-7, .tie-col-xs-8, .tie-col-sm-8, .tie-col-md-8, .tie-col-lg-8, .tie-col-xs-9, .tie-col-sm-9, .tie-col-md-9, .tie-col-lg-9, .tie-col-xs-10, .tie-col-sm-10, .tie-col-md-10, .tie-col-lg-10, .tie-col-xs-11, .tie-col-sm-11, .tie-col-md-11, .tie-col-lg-11, .tie-col-xs-12, .tie-col-sm-12, .tie-col-md-12, .tie-col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.tie-col-xs-1 {
    width: 8.33333%
}

.tie-col-xs-2 {
    width: 16.66667%
}

.tie-col-xs-3 {
    width: 25%
}

.tie-col-xs-4 {
    width: 33.33333%
}

.tie-col-xs-5 {
    width: 41.66667%
}

.tie-col-xs-6 {
    width: 50%
}

.tie-col-xs-7 {
    width: 58.33333%
}

.tie-col-xs-8 {
    width: 66.66667%
}

.tie-col-xs-9 {
    width: 75%
}

.tie-col-xs-10 {
    width: 83.33333%
}

.tie-col-xs-11 {
    width: 91.66667%
}

.tie-col-xs-12 {
    width: 100%
}

.tie-col-xs-pull-0 {
    right: auto
}

.tie-col-xs-pull-1 {
    right: 8.33333%
}

.tie-col-xs-pull-2 {
    right: 16.66667%
}

.tie-col-xs-pull-3 {
    right: 25%
}

.tie-col-xs-pull-4 {
    right: 33.33333%
}

.tie-col-xs-pull-5 {
    right: 41.66667%
}

.tie-col-xs-pull-6 {
    right: 50%
}

.tie-col-xs-pull-7 {
    right: 58.33333%
}

.tie-col-xs-pull-8 {
    right: 66.66667%
}

.tie-col-xs-pull-9 {
    right: 75%
}

.tie-col-xs-pull-10 {
    right: 83.33333%
}

.tie-col-xs-pull-11 {
    right: 91.66667%
}

.tie-col-xs-pull-12 {
    right: 100%
}

.tie-col-xs-push-0 {
    left: auto
}

.tie-col-xs-push-1 {
    left: 8.33333%
}

.tie-col-xs-push-2 {
    left: 16.66667%
}

.tie-col-xs-push-3 {
    left: 25%
}

.tie-col-xs-push-4 {
    left: 33.33333%
}

.tie-col-xs-push-5 {
    left: 41.66667%
}

.tie-col-xs-push-6 {
    left: 50%
}

.tie-col-xs-push-7 {
    left: 58.33333%
}

.tie-col-xs-push-8 {
    left: 66.66667%
}

.tie-col-xs-push-9 {
    left: 75%
}

.tie-col-xs-push-10 {
    left: 83.33333%
}

.tie-col-xs-push-11 {
    left: 91.66667%
}

.tie-col-xs-push-12 {
    left: 100%
}

.tie-col-xs-offset-0 {
    margin-left: 0%
}

.tie-col-xs-offset-1 {
    margin-left: 8.33333%
}

.tie-col-xs-offset-2 {
    margin-left: 16.66667%
}

.tie-col-xs-offset-3 {
    margin-left: 25%
}

.tie-col-xs-offset-4 {
    margin-left: 33.33333%
}

.tie-col-xs-offset-5 {
    margin-left: 41.66667%
}

.tie-col-xs-offset-6 {
    margin-left: 50%
}

.tie-col-xs-offset-7 {
    margin-left: 58.33333%
}

.tie-col-xs-offset-8 {
    margin-left: 66.66667%
}

.tie-col-xs-offset-9 {
    margin-left: 75%
}

.tie-col-xs-offset-10 {
    margin-left: 83.33333%
}

.tie-col-xs-offset-11 {
    margin-left: 91.66667%
}

.tie-col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .tie-col-sm-1, .tie-col-sm-2, .tie-col-sm-3, .tie-col-sm-4, .tie-col-sm-5, .tie-col-sm-6, .tie-col-sm-7, .tie-col-sm-8, .tie-col-sm-9, .tie-col-sm-10, .tie-col-sm-11, .tie-col-sm-12 {
        float: left
    }

    .tie-col-sm-1 {
        width: 8.33333%
    }

    .tie-col-sm-2 {
        width: 16.66667%
    }

    .tie-col-sm-3 {
        width: 25%
    }

    .tie-col-sm-4 {
        width: 33.33333%
    }

    .tie-col-sm-5 {
        width: 41.66667%
    }

    .tie-col-sm-6 {
        width: 50%
    }

    .tie-col-sm-7 {
        width: 58.33333%
    }

    .tie-col-sm-8 {
        width: 66.66667%
    }

    .tie-col-sm-9 {
        width: 75%
    }

    .tie-col-sm-10 {
        width: 83.33333%
    }

    .tie-col-sm-11 {
        width: 91.66667%
    }

    .tie-col-sm-12 {
        width: 100%
    }

    .tie-col-sm-pull-0 {
        right: auto
    }

    .tie-col-sm-pull-1 {
        right: 8.33333%
    }

    .tie-col-sm-pull-2 {
        right: 16.66667%
    }

    .tie-col-sm-pull-3 {
        right: 25%
    }

    .tie-col-sm-pull-4 {
        right: 33.33333%
    }

    .tie-col-sm-pull-5 {
        right: 41.66667%
    }

    .tie-col-sm-pull-6 {
        right: 50%
    }

    .tie-col-sm-pull-7 {
        right: 58.33333%
    }

    .tie-col-sm-pull-8 {
        right: 66.66667%
    }

    .tie-col-sm-pull-9 {
        right: 75%
    }

    .tie-col-sm-pull-10 {
        right: 83.33333%
    }

    .tie-col-sm-pull-11 {
        right: 91.66667%
    }

    .tie-col-sm-pull-12 {
        right: 100%
    }

    .tie-col-sm-push-0 {
        left: auto
    }

    .tie-col-sm-push-1 {
        left: 8.33333%
    }

    .tie-col-sm-push-2 {
        left: 16.66667%
    }

    .tie-col-sm-push-3 {
        left: 25%
    }

    .tie-col-sm-push-4 {
        left: 33.33333%
    }

    .tie-col-sm-push-5 {
        left: 41.66667%
    }

    .tie-col-sm-push-6 {
        left: 50%
    }

    .tie-col-sm-push-7 {
        left: 58.33333%
    }

    .tie-col-sm-push-8 {
        left: 66.66667%
    }

    .tie-col-sm-push-9 {
        left: 75%
    }

    .tie-col-sm-push-10 {
        left: 83.33333%
    }

    .tie-col-sm-push-11 {
        left: 91.66667%
    }

    .tie-col-sm-push-12 {
        left: 100%
    }

    .tie-col-sm-offset-0 {
        margin-left: 0%
    }

    .tie-col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .tie-col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .tie-col-sm-offset-3 {
        margin-left: 25%
    }

    .tie-col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .tie-col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .tie-col-sm-offset-6 {
        margin-left: 50%
    }

    .tie-col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .tie-col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .tie-col-sm-offset-9 {
        margin-left: 75%
    }

    .tie-col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .tie-col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .tie-col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {

    .tie-col-md-1 {
        width: 8.33333%
    }

    .tie-col-md-2 {
        width: 16.66667%
    }

    .tie-col-md-3 {
        width: 25%
    }

    .tie-col-md-4 {
        width: 33.33333%
    }

    .tie-col-md-5 {
        width: 41.66667%
    }

    .tie-col-md-6 {
        width: 50%
    }

    .tie-col-md-7 {
        width: 58.33333%
    }

    .tie-col-md-8 {
        width: 66.66667%
    }

    .tie-col-md-9 {
        width: 75%
    }

    .tie-col-md-10 {
        width: 83.33333%
    }

    .tie-col-md-11 {
        width: 91.66667%
    }

    .tie-col-md-12 {
        width: 100%
    }

    .tie-col-md-pull-0 {
        right: auto
    }

    .tie-col-md-pull-1 {
        right: 8.33333%
    }

    .tie-col-md-pull-2 {
        right: 16.66667%
    }

    .tie-col-md-pull-3 {
        right: 25%
    }

    .tie-col-md-pull-4 {
        right: 33.33333%
    }

    .tie-col-md-pull-5 {
        right: 41.66667%
    }

    .tie-col-md-pull-6 {
        right: 50%
    }

    .tie-col-md-pull-7 {
        right: 58.33333%
    }

    .tie-col-md-pull-8 {
        right: 66.66667%
    }

    .tie-col-md-pull-9 {
        right: 75%
    }

    .tie-col-md-pull-10 {
        right: 83.33333%
    }

    .tie-col-md-pull-11 {
        right: 91.66667%
    }

    .tie-col-md-pull-12 {
        right: 100%
    }

    .tie-col-md-push-0 {
        left: auto
    }

    .tie-col-md-push-1 {
        left: 8.33333%
    }

    .tie-col-md-push-2 {
        left: 16.66667%
    }

    .tie-col-md-push-3 {
        left: 25%
    }

    .tie-col-md-push-4 {
        left: 33.33333%
    }

    .tie-col-md-push-5 {
        left: 41.66667%
    }

    .tie-col-md-push-6 {
        left: 50%
    }

    .tie-col-md-push-7 {
        left: 58.33333%
    }

    .tie-col-md-push-8 {
        left: 66.66667%
    }

    .tie-col-md-push-9 {
        left: 75%
    }

    .tie-col-md-push-10 {
        left: 83.33333%
    }

    .tie-col-md-push-11 {
        left: 91.66667%
    }

    .tie-col-md-push-12 {
        left: 100%
    }

    .tie-col-md-offset-0 {
        margin-left: 0%
    }

    .tie-col-md-offset-1 {
        margin-left: 8.33333%
    }

    .tie-col-md-offset-2 {
        margin-left: 16.66667%
    }

    .tie-col-md-offset-3 {
        margin-left: 25%
    }

    .tie-col-md-offset-4 {
        margin-left: 33.33333%
    }

    .tie-col-md-offset-5 {
        margin-left: 41.66667%
    }

    .tie-col-md-offset-6 {
        margin-left: 50%
    }

    .tie-col-md-offset-7 {
        margin-left: 58.33333%
    }

    .tie-col-md-offset-8 {
        margin-left: 66.66667%
    }

    .tie-col-md-offset-9 {
        margin-left: 75%
    }

    .tie-col-md-offset-10 {
        margin-left: 83.33333%
    }

    .tie-col-md-offset-11 {
        margin-left: 91.66667%
    }

    .tie-col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .tie-col-lg-1, .tie-col-lg-2, .tie-col-lg-3, .tie-col-lg-4, .tie-col-lg-5, .tie-col-lg-6, .tie-col-lg-7, .tie-col-lg-8, .tie-col-lg-9, .tie-col-lg-10, .tie-col-lg-11, .tie-col-lg-12 {
        float: left
    }

    .tie-col-lg-1 {
        width: 8.33333%
    }

    .tie-col-lg-2 {
        width: 16.66667%
    }

    .tie-col-lg-3 {
        width: 25%
    }

    .tie-col-lg-4 {
        width: 33.33333%
    }

    .tie-col-lg-5 {
        width: 41.66667%
    }

    .tie-col-lg-6 {
        width: 50%
    }

    .tie-col-lg-7 {
        width: 58.33333%
    }

    .tie-col-lg-8 {
        width: 66.66667%
    }

    .tie-col-lg-9 {
        width: 75%
    }

    .tie-col-lg-10 {
        width: 83.33333%
    }

    .tie-col-lg-11 {
        width: 91.66667%
    }

    .tie-col-lg-12 {
        width: 100%
    }

    .tie-col-lg-pull-0 {
        right: auto
    }

    .tie-col-lg-pull-1 {
        right: 8.33333%
    }

    .tie-col-lg-pull-2 {
        right: 16.66667%
    }

    .tie-col-lg-pull-3 {
        right: 25%
    }

    .tie-col-lg-pull-4 {
        right: 33.33333%
    }

    .tie-col-lg-pull-5 {
        right: 41.66667%
    }

    .tie-col-lg-pull-6 {
        right: 50%
    }

    .tie-col-lg-pull-7 {
        right: 58.33333%
    }

    .tie-col-lg-pull-8 {
        right: 66.66667%
    }

    .tie-col-lg-pull-9 {
        right: 75%
    }

    .tie-col-lg-pull-10 {
        right: 83.33333%
    }

    .tie-col-lg-pull-11 {
        right: 91.66667%
    }

    .tie-col-lg-pull-12 {
        right: 100%
    }

    .tie-col-lg-push-0 {
        left: auto
    }

    .tie-col-lg-push-1 {
        left: 8.33333%
    }

    .tie-col-lg-push-2 {
        left: 16.66667%
    }

    .tie-col-lg-push-3 {
        left: 25%
    }

    .tie-col-lg-push-4 {
        left: 33.33333%
    }

    .tie-col-lg-push-5 {
        left: 41.66667%
    }

    .tie-col-lg-push-6 {
        left: 50%
    }

    .tie-col-lg-push-7 {
        left: 58.33333%
    }

    .tie-col-lg-push-8 {
        left: 66.66667%
    }

    .tie-col-lg-push-9 {
        left: 75%
    }

    .tie-col-lg-push-10 {
        left: 83.33333%
    }

    .tie-col-lg-push-11 {
        left: 91.66667%
    }

    .tie-col-lg-push-12 {
        left: 100%
    }

    .tie-col-lg-offset-0 {
        margin-left: 0%
    }

    .tie-col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .tie-col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .tie-col-lg-offset-3 {
        margin-left: 25%
    }

    .tie-col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .tie-col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .tie-col-lg-offset-6 {
        margin-left: 50%
    }

    .tie-col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .tie-col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .tie-col-lg-offset-9 {
        margin-left: 75%
    }

    .tie-col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .tie-col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .tie-col-lg-offset-12 {
        margin-left: 100%
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[class^=tie-icon-], [class*=" tie-icon-"] {
    font-family: "Arial";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.tie-icon-basecloud:before {
    content: "\f105"
}

.tie-icon-cloud-2:before {
    content: "\e904"
}

.tie-icon-cloud-solid:before {
    content: "\e905"
}

.tie-icon-wind:before {
    content: "\e902"
}

.tie-icon-thermometer-half:before {
    content: "\e901"
}

.tie-icon-check:before {
    content: "\e116"
}

.tie-icon-cross:before {
    content: "\e117"
}

.tie-icon-dots-three-horizontal:before {
    content: "\e903"
}

.tie-icon-fire:before {
    content: "\e900"
}

.tie-icon-map:before {
    content: "\e6ab"
}

.tie-icon-goto:before {
    content: "\e64a"
}

.tie-icon-star:before {
    content: "\e66b"
}

.tie-icon-plaine:before {
    content: "\e671"
}

.tie-icon-house:before {
    content: "\e67d"
}

.tie-icon-users:before {
    content: "\e69b"
}

.tie-icon-user:before {
    content: "\e69c"
}

.tie-icon-typing:before {
    content: "\e69e"
}

.tie-icon-settings:before {
    content: "\e6a3"
}

.tie-icon-ringer:before {
    content: "\e6a7"
}

.tie-icon-messageright:before {
    content: "\e6b3"
}

.tie-icon-list:before {
    content: "\e6b8"
}

.tie-icon-inbox:before {
    content: "\e6bb"
}

.tie-icon-edit:before {
    content: "\e6bd"
}

.tie-icon-raindrop:before {
    content: "\f078"
}

.tie-icon-text:before {
    content: "\e685"
}

.tie-icon-audio:before {
    content: "\e6a2"
}

.tie-icon-picture:before {
    content: "\e6ac"
}

.tie-icon-video:before {
    content: "\e6b6"
}

.tie-icon-windysnow:before {
    content: "\f103"
}

.tie-icon-mist:before {
    content: "\f108"
}

.tie-icon-moon:before {
    content: "\f10d"
}

.tie-icon-sun:before {
    content: "\f113"
}

.tie-icon-thunder:before {
    content: "\f114"
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip .tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    font-family: inherit !important
}

.tooltip .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder, .ilightbox-holder .ilightbox-container, .ilightbox-holder .ilightbox-container img.ilightbox-image, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-toolbar *, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social, .ilightbox-holder .ilightbox-container .ilightbox-social * {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 100%;
    vertical-align: baseline;
    background: 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.ilightbox-noscroll {
    overflow: hidden
}

.ilightbox-closedhand * {
    cursor: url(), default !important
}

.ilightbox-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000
}

.ilightbox-loader {
    position: fixed;
    z-index: 100005;
    top: 45%;
    left: -192px;
    padding-left: 30px;
    opacity: .9;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
    border-radius: 0 100px 100px 0
}

.ilightbox-loader div {
    width: 72px;
    height: 72px;
    border-radius: 0 100px 100px 0
}

.ilightbox-loader.horizontal {
    left: 45%;
    top: -192px;
    padding: 0;
    padding-top: 30px;
    border-radius: 0 0 100px 100px
}

.ilightbox-loader.horizontal div {
    border-radius: 0 0 100px 100px
}

.ilightbox-toolbar {
    display: none;
    position: fixed;
    z-index: 100010
}

.ilightbox-toolbar a {
    float: left;
    cursor: pointer
}

.ilightbox-toolbar .ilightbox-prev-button, .ilightbox-toolbar .ilightbox-next-button {
    display: none
}

.ilightbox-thumbnails {
    display: block;
    position: fixed;
    z-index: 100009
}

.ilightbox-thumbnails.ilightbox-horizontal {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
    width: 100%;
    height: 100px
}

.ilightbox-thumbnails.ilightbox-vertical {
    top: 0;
    right: 0;
    width: 140px;
    height: 100%;
    overflow: hidden
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
    width: 140px;
    height: 100%
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
    display: block;
    position: relative
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
    display: block;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
    display: block;
    cursor: pointer;
    padding: 10px;
    position: relative
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    -ms-interpolation-mode: bicubic
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
    opacity: 1
}

.ilightbox-holder {
    display: none;
    position: fixed;
    z-index: 100003;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.ilightbox-holder.ilightbox-next, .ilightbox-holder.ilightbox-prev {
    cursor: pointer
}

.ilightbox-holder div.ilightbox-container {
    position: relative;
    width: 100%;
    height: 100%
}

.ilightbox-holder.supportTouch div.ilightbox-container {
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

.ilightbox-holder img.ilightbox-image {
    width: 100%;
    height: 100%
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
    display: none;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    max-width: 100%;
    padding: 5px 10px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 150%;
    word-wrap: break-word;
    z-index: 20003;
    box-sizing: border-box;
    border-radius: 3px 3px 0 0
}

.ilightbox-holder .ilightbox-alert {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 100px;
    margin: auto;
    width: 300px;
    height: 50px
}

.ilightbox-holder .ilightbox-wrapper {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.ilightbox-holder .ilightbox-inner-toolbar {
    position: relative;
    z-index: 100
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
    position: absolute
}

.ilightbox-button {
    position: fixed;
    z-index: 100008;
    cursor: pointer
}

.isMobile .ilightbox-button, .isMobile .ilightbox-thumbnails {
    display: none !important
}

.isMobile .ilightbox-toolbar .ilightbox-prev-button, .isMobile .ilightbox-toolbar .ilightbox-next-button {
    display: block
}

.ilightbox-title {
    font-size: 12px !important
}

.ilightbox-title a {
    color: #ccc
}

.ilightbox-title a:hover {
    color: #fff
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title a, .ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title a {
    color: #555
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title a:hover, .ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title a:hover {
    color: #000
}

.woocommerce-message, .woocommerce-error, .woocommerce-info, .bbp-template-notice, .indicator-hint {
    list-style: none outside;
    width: 100%;
    word-wrap: break-word;
    position: relative;
    padding: 10px 10px 10px 50px !important;
    margin: 15px 0 !important;
    line-height: 30px;
    background-color: #89ba16;
    color: #fff;
    border-radius: 2px;
    *zoom: 1
}

.woocommerce-message p, .woocommerce-error p, .woocommerce-info p, .bbp-template-notice p, .indicator-hint p {
    margin: 0;
    line-height: inherit;
    height: auto
}

.woocommerce-message:after, .woocommerce-error:after, .woocommerce-info:after, .bbp-template-notice:after, .indicator-hint:after {
    content: " ";
    display: table
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before, .bbp-template-notice:before, .indicator-hint:before {
    position: absolute;
    left: 10px;
    top: 10px;
    font-family: "Arial";
    content: "\f00c";
    font-size: 14px;
    width: 30px;
    text-align: center;
    display: inline-block
}

.woocommerce-message a, .woocommerce-message a.button, .woocommerce-error a, .woocommerce-error a.button, .woocommerce-info a, .woocommerce-info a.button, .bbp-template-notice a, .bbp-template-notice a.button, .indicator-hint a, .indicator-hint a.button {
    color: #fff !important;
    background: 0 0;
    float: right;
    padding: 0 10px;
    line-height: 30px
}

.woocommerce-message a:hover, .woocommerce-message a.button:hover, .woocommerce-error a:hover, .woocommerce-error a.button:hover, .woocommerce-info a:hover, .woocommerce-info a.button:hover, .bbp-template-notice a:hover, .bbp-template-notice a.button:hover, .indicator-hint a:hover, .indicator-hint a.button:hover {
    background-color: rgba(255, 255, 255, .1) !important
}

.woocommerce-info, .bbp-template-notice.info {
    background-color: #3498db !important
}

.woocommerce-info:before, .bbp-template-notice.info:before {
    content: "\f129"
}

.woocommerce-error, .bbp-template-notice.error {
    background-color: #e74c3c
}

.woocommerce-error:before, .bbp-template-notice.error:before {
    content: "\f00d"
}

.woocommerce-warning, .bbp-template-notice.important, .bbp-template-notice.warning {
    background-color: #f39c12
}

.woocommerce-warning:before, .bbp-template-notice.important:before, .bbp-template-notice.warning:before {
    content: "\f071"
}

@media (min-width: 768px) {
    .cdsROW.wide {
        margin: 25px auto 35px !important;
        border-radius: 60px !important;
        width: 500px !important
    }

    .cdsROW.wide .cdsLocName {
        max-width: 280px !important;
        width: 280px !important
    }
}

@media (max-width: 767px) {
    .cdsROW.wide {
        width: 100% !important;
        padding: 30px;
        text-align: center;
        height: auto !important
    }

    .cdsROW.wide .cdsROWContainer > div {
        width: 100% !important;
        display: block !important;
        margin: 0 0 20px;
        max-width: none !important
    }

    .cdsROW.wide .cdsROWContainer > div:last-child {
        margin-bottom: 0
    }

    .cdsROW.wide .logo {
        border-right: 0 !important
    }
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    right: auto;
    top: 0;
    left: 0;
    bottom: 0
}

.mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: auto;
    right: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background: rgba(0, 0, 0, .3);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background: rgba(0, 0, 0, .3);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #fff;
    background: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.dark-skin .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgba(255, 255, 255, .35)
}

.dark-skin .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, .45)
}

.dark-skin .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .dark-skin .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, .55)
}

@media print {
    html, body {
        background-color: #fff;
        color: #000;
        margin: 0;
        padding: 0
    }

    img {
        max-width: 100%;
        display: block
    }

    ul, ol, li {
        page-break-inside: avoid
    }

    h1, h2, h3, h4, h5, h6 {
        page-break-after: avoid
    }

    table, tr, td {
        page-break-before: avoid
    }

    .single-post.sidebar-right .main-content, .single-post.sidebar-left .main-content {
        width: 100%
    }

    .single-post .tie-row {
        border: 0
    }

    .single-post .main-content {
        border: 0;
        max-width: 75% !important;
        margin: 0 auto !important;
        float: none !important
    }

    .single-post #theme-header, .single-post .sidebar, .single-post #footer, .single-post .slider-area, .single-post #mobile-menu-icon, .single-post .post-footer, .single-post #post-newsletter, .single-post .prev-next-post-nav, .single-post #related-posts, .single-post #respond, .single-post .tie-video .featured-area, .single-post figure a:after, .single-post .post-tags, .single-post #check-also-box, .single-post #go-to-content, .single-post #breadcrumb, .single-post .toggle-post-content, .single-post #add-comment-block, .single-post .about-author, .single-post #go-to-top, .single-post #reading-position-indicator {
        display: none !important
    }

    .single-post .thumb-overlay {
        padding: 0
    }

    .single-post .tie-parallax [id^=jarallax-container-] > div {
        position: absolute !important;
        margin-top: 0 !important;
        width: 100%;
        height: 100%
    }

    .post-has-toggle #the-post .entry {
        max-height: unset !important
    }

    .post-has-toggle #the-post .entry:before {
        display: none !important
    }

    .post-has-toggle #the-post .entry img[class*=wp-image-] {
        opacity: 1 !important
    }

    .single-big-img .entry-header {
        background-color: #fff;
        color: #000;
        padding: 20px;
        bottom: 0
    }

    .single-big-img .entry-header .entry-sub-title, .single-big-img .entry-header .entry-title, .single-big-img .entry-header .post-meta, .single-big-img .entry-header .post-meta a:not(:hover) {
        color: #000;
        text-shadow: unset
    }
}

body {
    visibility: visible !important
}

.ilightbox-overlay.light {
    background: #fff
}

.ilightbox-loader.light {
    -webkit-box-shadow: #dacffc 0 0 85px, #dacffc 0 0 85px;
    box-shadow: #dacffc 0 0 85px, #dacffc 0 0 85px
}

.ilightbox-loader.light div {
    background: #fff url() no-repeat center
}

.ilightbox-holder.light {
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px #dacffc;
    box-shadow: 0 0 15px #dacffc
}

.ilightbox-holder.light .ilightbox-container .ilightbox-caption {
    background: url();
    color: #000;
    text-shadow: 0 1px #fff
}

.ilightbox-holder.light .ilightbox-container .ilightbox-social {
    background: url();
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.ilightbox-holder.light .ilightbox-alert {
    background: url() no-repeat center top;
    color: #89949b
}

.ilightbox-toolbar.light {
    top: 8px;
    left: 8px;
    height: 23px;
    -webkit-box-shadow: 0 0 7px #dacffc;
    box-shadow: 0 0 7px #dacffc;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.ilightbox-toolbar.light a {
    width: 25px;
    height: 23px;
    background: #fff url() no-repeat 7px 6px
}

.ilightbox-toolbar.light a.disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
    background-color: #fff
}

.ilightbox-toolbar.light a:first-of-type {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.ilightbox-toolbar.light a:last-of-type {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.ilightbox-toolbar.light a.ilightbox-close:hover {
    background-position: -32px 6px
}

.ilightbox-toolbar.light a.ilightbox-fullscreen {
    background-position: 6px -33px
}

.ilightbox-toolbar.light a.ilightbox-fullscreen:hover {
    background-position: -31px -33px
}

.ilightbox-toolbar.light a.ilightbox-play {
    background-position: 8px -57px
}

.ilightbox-toolbar.light a.ilightbox-play:hover {
    background-position: -32px -57px
}

.ilightbox-toolbar.light a.ilightbox-pause {
    background-position: 8px -83px
}

.ilightbox-toolbar.light a.ilightbox-pause:hover {
    background-position: -32px -83px
}

.isMobile .ilightbox-toolbar.light {
    background: #fff;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 25px #dacffc;
    box-shadow: 0 0 25px #dacffc
}

.isMobile .ilightbox-toolbar.light a {
    display: inline-block;
    float: none;
    width: 50px;
    height: 40px;
    background-size: 50%;
    background-position: 50% !important
}

.isMobile .ilightbox-toolbar.light a:hover {
    background-color: #f6f3ff
}

.isMobile .ilightbox-toolbar.light a.ilightbox-fullscreen {
    background-image: url();
    background-image: url() \9
}

.isMobile .ilightbox-toolbar.light a.ilightbox-close {
    background-image: url();
    background-image: url() \9
}

.isMobile .ilightbox-toolbar.light a.ilightbox-next-button {
    background-image: url();
    background-image: url() \9;
    background-position: 52% 50%
}

.isMobile .ilightbox-toolbar.light a.ilightbox-prev-button {
    background-image: url();
    background-image: url() \9;
    background-position: 48% 50%
}

.isMobile .ilightbox-toolbar.light a.ilightbox-play {
    background-image: url();
    background-image: url() \9
}

.isMobile .ilightbox-toolbar.light a.ilightbox-pause {
    background-image: url();
    background-image: url() \9
}

.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
    box-shadow: 0 0 6px #dacffc
}

.ilightbox-thumbnails.light .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
    background: url() no-repeat center
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title {
    font-size: 18px;
    padding: 10px 8px;
    padding-right: 60px;
    color: #000
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar {
    left: auto;
    top: 5px;
    right: 5px
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a {
    float: right
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
    -webkit-border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
    -webkit-border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.ilightbox-button.light.disabled {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: default;
    background-color: #fff !important
}

.ilightbox-button.light span {
    display: block;
    width: 100%;
    height: 100%
}

.ilightbox-button.ilightbox-next-button.light, .ilightbox-button.ilightbox-prev-button.light {
    bottom: 0;
    right: 0;
    left: 0;
    left: 45% \9;
    right: auto \9;
    width: 95px;
    height: 75px;
    margin: auto;
    background: url() no-repeat 50% 65%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px #dacffc;
    box-shadow: 0 0 15px #dacffc
}

.ilightbox-button.ilightbox-button.light:hover {
    background-color: #f6f3ff
}

.ilightbox-button.ilightbox-prev-button.light {
    top: 0;
    bottom: auto;
    background-image: url();
    background-position: 50% 35%
}

.ilightbox-button.ilightbox-next-button.light.horizontal, .ilightbox-button.ilightbox-prev-button.light.horizontal {
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    top: 41% \9;
    bottom: auto \9;
    width: 75px;
    height: 95px;
    background-image: url();
    background-position: 65% 50%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.ilightbox-button.ilightbox-prev-button.light.horizontal {
    right: auto;
    left: 0;
    background-image: url();
    background-position: 35% 50%;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.wf-active .logo-text, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h5, .wf-active h6 {
    font-family: "Arial";
}

.wf-active #main-nav .main-menu > ul > li > a {
    font-family: "Arial";
}

#tie-body {
    background-color: #ffffff;
}

.brand-title, a:hover, #tie-popup-search-submit, #logo.text-logo a, .theme-header nav .components #search-submit:hover, .theme-header .header-nav .components > li:hover > a, .theme-header .header-nav .components li a:hover, .main-menu ul.cats-vertical li a.is-active, .main-menu ul.cats-vertical li a:hover, .main-nav li.mega-menu .post-meta a:hover, .main-nav li.mega-menu .post-box-title a:hover, .main-nav-light .main-nav .menu ul li:hover > a, .main-nav-light .main-nav .menu ul li.current-menu-item:not(.mega-link-column) > a, .search-in-main-nav.autocomplete-suggestions a:hover, .top-nav .menu li:hover > a, .top-nav .menu > .tie-current-menu > a, .search-in-top-nav.autocomplete-suggestions .post-title a:hover, div.mag-box .mag-box-options .mag-box-filter-links a.active, .mag-box-filter-links .flexMenu-viewMore:hover > a, .stars-rating-active, body .tabs.tabs .active > a, .video-play-icon, .spinner-circle:after, #go-to-content:hover, .comment-list .comment-author .fn, .commentlist .comment-author .fn, blockquote::before, blockquote cite, blockquote.quote-simple p, .multiple-post-pages a:hover, #story-index li .is-current, .latest-tweets-widget .twitter-icon-wrap span, .wide-slider-nav-wrapper .slide, .wide-next-prev-slider-wrapper .tie-slider-nav li:hover span, #instagram-link:hover, .review-final-score h3, #mobile-menu-icon:hover .menu-text, .entry a, .entry .post-bottom-meta a[href]:hover, .widget.tie-weather-widget .icon-basecloud-bg:after, q a, blockquote a, .site-footer a:hover, .site-footer .stars-rating-active, .site-footer .twitter-icon-wrap span, .site-info a:hover {
    color: #444444;
}

[type='submit'], .button, .generic-button a, .generic-button button, .theme-header .header-nav .comp-sub-menu a.button.guest-btn:hover, .theme-header .header-nav .comp-sub-menu a.checkout-button, nav.main-nav .menu > li.tie-current-menu > a, nav.main-nav .menu > li:hover > a, .main-menu .mega-links-head:after, .main-nav .mega-menu.mega-cat .cats-horizontal li a.is-active, .main-nav .mega-menu.mega-cat .cats-horizontal li a:hover, #mobile-menu-icon:hover .nav-icon, #mobile-menu-icon:hover .nav-icon:before, #mobile-menu-icon:hover .nav-icon:after, .search-in-main-nav.autocomplete-suggestions a.button, .search-in-top-nav.autocomplete-suggestions a.button, .spinner > div, .post-cat, .pages-numbers li.current span, .multiple-post-pages > span, #tie-wrapper .mejs-container .mejs-controls, .mag-box-filter-links a:hover, .slider-arrow-nav a:not(.pagination-disabled):hover, .comment-list .reply a:hover, .commentlist .reply a:hover, #reading-position-indicator, #story-index-icon, .videos-block .playlist-title, .review-percentage .review-item span span, .tie-slick-dots li.slick-active button, .tie-slick-dots li button:hover, .digital-rating-static strong, .timeline-widget li a:hover .date:before, #wp-calendar #today, .posts-list-counter li:before, .cat-counter a + span, .tie-slider-nav li span:hover, .fullwidth-area .widget_tag_cloud .tagcloud a:hover, .magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs a:hover, .magazine2:not(.block-head-4) .dark-widgetized-area ul.tabs .active a, .magazine1 .dark-widgetized-area ul.tabs a:hover, .magazine1 .dark-widgetized-area ul.tabs .active a, .block-head-4.magazine2 .dark-widgetized-area .tabs.tabs .active a, .block-head-4.magazine2 .dark-widgetized-area .tabs > .active a:before, .block-head-4.magazine2 .dark-widgetized-area .tabs > .active a:after, .demo_store, .demo #logo:after, .widget.tie-weather-widget, span.video-close-btn:hover, #go-to-top, .latest-tweets-widget .slider-links .button:not(:hover) {
    background-color: #444444;
    color: #FFFFFF;
}

.tie-weather-widget .widget-title h4, .block-head-4.magazine2 #footer .tabs .active a:hover {
    color: #FFFFFF;
}

pre, code, .pages-numbers li.current span, .theme-header .header-nav .comp-sub-menu a.button.guest-btn:hover, .multiple-post-pages > span, .post-content-slideshow .tie-slider-nav li span:hover, #tie-body .tie-slider-nav li > span:hover, #instagram-link:before, #instagram-link:after, .slider-arrow-nav a:not(.pagination-disabled):hover, .main-nav .mega-menu.mega-cat .cats-horizontal li a.is-active, .main-nav .mega-menu.mega-cat .cats-horizontal li a:hover, .main-menu .menu > li > .menu-sub-content {
    border-color: #444444;
}

.main-menu .menu > li.tie-current-menu {
    border-bottom-color: #444444;
}

.top-nav .menu li.menu-item-has-children:hover > a:before {
    border-top-color: #444444;
}

.main-nav .main-menu .menu > li.tie-current-menu > a:before, .main-nav .main-menu .menu > li:hover > a:before {
    border-top-color: #FFFFFF;
}

header.main-nav-light .main-nav .menu-item-has-children li:hover > a:before, header.main-nav-light .main-nav .mega-menu li:hover > a:before {
    border-left-color: #444444;
}

.rtl header.main-nav-light .main-nav .menu-item-has-children li:hover > a:before, .rtl header.main-nav-light .main-nav .mega-menu li:hover > a:before {
    border-right-color: #444444;
    border-left-color: transparent;
}

.top-nav ul.menu li .menu-item-has-children:hover > a:before {
    border-top-color: transparent;
    border-left-color: #444444;
}

.rtl .top-nav ul.menu li .menu-item-has-children:hover > a:before {
    border-left-color: transparent;
    border-right-color: #444444;
}

::-moz-selection {
    background-color: #444444;
    color: #FFFFFF;
}

::selection {
    background-color: #444444;
    color: #FFFFFF;
}

circle.circle_bar {
    stroke: #444444;
}

#reading-position-indicator {
    box-shadow: 0 0 10px rgba(68, 68, 68, 0.7);
}

#tie-popup-search-submit:hover, #logo.text-logo a:hover, .entry a:hover, .block-head-4.magazine2 .site-footer .tabs li a:hover, q a:hover, blockquote a:hover {
    color: #121212;
}

.button:hover, input[type='submit']:hover, .generic-button a:hover, .generic-button button:hover, a.post-cat:hover, .site-footer .button:hover, .site-footer [type='submit']:hover, .search-in-main-nav.autocomplete-suggestions a.button:hover, .search-in-top-nav.autocomplete-suggestions a.button:hover, .theme-header .header-nav .comp-sub-menu a.checkout-button:hover {
    background-color: #121212;
    color: #FFFFFF;
}

.theme-header .header-nav .comp-sub-menu a.checkout-button:not(:hover), .entry a.button {
    color: #FFFFFF;
}

@media (max-width: 1600px) {
    #story-index ul {
        background-color: #444444;
    }

    #story-index ul li a, #story-index ul li .is-current {
        color: #FFFFFF;
    }
}

#tie-body .mag-box-title h3 a, #tie-body .block-more-button {
    color: #444444;
}

#tie-body .mag-box-title h3 a:hover, #tie-body .block-more-button:hover {
    color: #121212;
}

#tie-body .mag-box-title {
    color: #444444;
}

#tie-body .mag-box-title:before {
    border-top-color: #444444;
}

#tie-body .mag-box-title:after, #tie-body #footer .widget-title:after {
    background-color: #444444;
}

::-moz-selection {
    background-color: #ef8b00;
    color: #FFFFFF;
}

::selection {
    background-color: #ef8b00;
    color: #FFFFFF;
}

a, .entry a {
    color: #ef8b00;
}

a:hover, .entry a:hover {
    color: #ef8b00;
}

#content a:hover {
    text-decoration: underline !important;
}

#main-nav {
    background-color: #000000;
    border-width: 0;
}

#theme-header #main-nav:not(.fixed-nav) {
    bottom: 0;
}

#main-nav.fixed-nav {
    background-color: rgba(0, 0, 0, 0.95);
}

#main-nav .main-menu-wrapper, #main-nav .menu-sub-content, #main-nav .comp-sub-menu, #main-nav .guest-btn, .search-in-main-nav.autocomplete-suggestions {
    background-color: #000000;
}

#main-nav .icon-basecloud-bg:after {
    color: #000000;
}

#main-nav *, .search-in-main-nav.autocomplete-suggestions {
    border-color: rgba(255, 255, 255, 0.07);
}

.main-nav-boxed #main-nav .main-menu-wrapper {
    border-width: 0;
}

#tie-wrapper #theme-header {
    background-color: #f6f6f6;
}

#logo.text-logo a, #logo.text-logo a:hover {
    color: #000000;
}

@media (max-width: 991px) {
    #tie-wrapper #theme-header .logo-container.fixed-nav {
        background-color: rgba(246, 246, 246, 0.95);
    }
}

@media (max-width: 991px) {
    #tie-wrapper #theme-header .logo-container {
        background-color: #f6f6f6;
    }
}

#tie-container #tie-wrapper, .post-layout-8 #content {
    background-color: #f6f6f6;
}

#footer {
    background-color: #ffffff;
}

#site-info {
    background-color: #f6f6f6;
}

#footer .posts-list-counter .posts-list-items li:before {
    border-color: #ffffff;
}

#footer .timeline-widget a .date:before {
    border-color: rgba(255, 255, 255, 0.8);
}

#footer .footer-boxed-widget-area, #footer textarea, #footer input:not([type=submit]), #footer select, #footer code, #footer kbd, #footer pre, #footer samp, #footer .show-more-button, #footer .slider-links .tie-slider-nav span, #footer #wp-calendar, #footer #wp-calendar tbody td, #footer #wp-calendar thead th, #footer .widget.buddypress .item-options a {
    border-color: rgba(0, 0, 0, 0.1);
}

#footer .social-statistics-widget .white-bg li.social-icons-item a, #footer .widget_tag_cloud .tagcloud a, #footer .latest-tweets-widget .slider-links .tie-slider-nav span, #footer .widget_layered_nav_filters a {
    border-color: rgba(0, 0, 0, 0.1);
}

#footer .social-statistics-widget .white-bg li:before {
    background: rgba(0, 0, 0, 0.1);
}

.site-footer #wp-calendar tbody td {
    background: rgba(0, 0, 0, 0.02);
}

#footer .white-bg .social-icons-item a span.followers span, #footer .circle-three-cols .social-icons-item a .followers-num, #footer .circle-three-cols .social-icons-item a .followers-name {
    color: rgba(0, 0, 0, 0.8);
}

#footer .timeline-widget ul:before, #footer .timeline-widget a:not(:hover) .date:before {
    background-color: #e1e1e1;
}

#footer .widget-title, #footer .widget-title a:not(:hover) {
    color: #333333;
}

#footer, #footer textarea, #footer input:not([type='submit']), #footer select, #footer #wp-calendar tbody, #footer .tie-slider-nav li span:not(:hover), #footer .widget_categories li a:before, #footer .widget_product_categories li a:before, #footer .widget_layered_nav li a:before, #footer .widget_archive li a:before, #footer .widget_nav_menu li a:before, #footer .widget_meta li a:before, #footer .widget_pages li a:before, #footer .widget_recent_entries li a:before, #footer .widget_display_forums li a:before, #footer .widget_display_views li a:before, #footer .widget_rss li a:before, #footer .widget_display_stats dt:before, #footer .subscribe-widget-content h3, #footer .about-author .social-icons a:not(:hover) span {
    color: #555555;
}

#footer post-widget-body .meta-item, #footer .post-meta, #footer .stream-title, #footer.dark-skin .timeline-widget .date, #footer .wp-caption .wp-caption-text, #footer .rss-date {
    color: rgba(85, 85, 85, 0.7);
}

#footer input::-moz-placeholder {
    color: #555555;
}

#footer input:-moz-placeholder {
    color: #555555;
}

#footer input:-ms-input-placeholder {
    color: #555555;
}

#footer input::-webkit-input-placeholder {
    color: #555555;
}

.site-footer.dark-skin a:not(:hover) {
    color: #333333;
}

.site-footer.dark-skin a:hover, #footer .stars-rating-active, #footer .twitter-icon-wrap span, .block-head-4.magazine2 #footer .tabs li a {
    color: #ef8b00;
}

#footer .circle_bar {
    stroke: #ef8b00;
}

#footer #instagram-link:before, #footer #instagram-link:after, #footer .widget.buddypress .item-options a.selected, #footer .widget.buddypress .item-options a.loading, #footer .tie-slider-nav span:hover, .block-head-4.magazine2 #footer .tabs {
    border-color: #ef8b00;
}

.magazine2:not(.block-head-4) #footer .tabs a:hover, .magazine2:not(.block-head-4) #footer .tabs .active a, .magazine1 #footer .tabs a:hover, .magazine1 #footer .tabs .active a, .block-head-4.magazine2 #footer .tabs.tabs .active a, .block-head-4.magazine2 #footer .tabs > .active a:before, .block-head-4.magazine2 #footer .tabs > li.active:nth-child(n) a:after, #footer .digital-rating-static strong, #footer .timeline-widget li a:hover .date:before, #footer #wp-calendar #today, #footer .posts-list-counter .posts-list-items li:before, #footer .cat-counter span, #footer.dark-skin .the-global-title:after, #footer .button, #footer [type='submit'], #footer .spinner > div, #footer .widget.buddypress .item-options a.selected, #footer .widget.buddypress .item-options a.loading, #footer .tie-slider-nav span:hover, #footer .fullwidth-area .tagcloud a:hover {
    background-color: #ef8b00;
    color: #FFFFFF;
}

.block-head-4.magazine2 #footer .tabs li a:hover {
    color: #d16d00;
}

.block-head-4.magazine2 #footer .tabs.tabs .active a:hover, #footer .widget.buddypress .item-options a.selected, #footer .widget.buddypress .item-options a.loading, #footer .tie-slider-nav span:hover {
    color: #FFFFFF !important;
}

#footer .button:hover, #footer [type='submit']:hover {
    background-color: #d16d00;
    color: #FFFFFF;
}

#site-info, #site-info ul.social-icons li a:not(:hover) span {
    color: #555555;
}

#footer .site-info a:not(:hover) {
    color: #333333;
}

#footer .site-info a:hover {
    color: #000000;
}

.tie-cat-634, .tie-cat-item-634 > span {
    background-color: #e67e22 !important;
    color: #FFFFFF !important;
}

.tie-cat-634:after {
    border-top-color: #e67e22 !important;
}

.tie-cat-634:hover {
    background-color: #c86004 !important;
}

.tie-cat-634:hover:after {
    border-top-color: #c86004 !important;
}

.tie-cat-635, .tie-cat-item-635 > span {
    background-color: #2ecc71 !important;
    color: #FFFFFF !important;
}

.tie-cat-635:after {
    border-top-color: #2ecc71 !important;
}

.tie-cat-635:hover {
    background-color: #10ae53 !important;
}

.tie-cat-635:hover:after {
    border-top-color: #10ae53 !important;
}

.tie-cat-636, .tie-cat-item-636 > span {
    background-color: #9b59b6 !important;
    color: #FFFFFF !important;
}

.tie-cat-636:after {
    border-top-color: #9b59b6 !important;
}

.tie-cat-636:hover {
    background-color: #7d3b98 !important;
}

.tie-cat-636:hover:after {
    border-top-color: #7d3b98 !important;
}

.tie-cat-637, .tie-cat-item-637 > span {
    background-color: #34495e !important;
    color: #FFFFFF !important;
}

.tie-cat-637:after {
    border-top-color: #34495e !important;
}

.tie-cat-637:hover {
    background-color: #162b40 !important;
}

.tie-cat-637:hover:after {
    border-top-color: #162b40 !important;
}

.tie-cat-638, .tie-cat-item-638 > span {
    background-color: #795548 !important;
    color: #FFFFFF !important;
}

.tie-cat-638:after {
    border-top-color: #795548 !important;
}

.tie-cat-638:hover {
    background-color: #5b372a !important;
}

.tie-cat-638:hover:after {
    border-top-color: #5b372a !important;
}

.tie-cat-639, .tie-cat-item-639 > span {
    background-color: #4CAF50 !important;
    color: #FFFFFF !important;
}

.tie-cat-639:after {
    border-top-color: #4CAF50 !important;
}

.tie-cat-639:hover {
    background-color: #2e9132 !important;
}

.tie-cat-639:hover:after {
    border-top-color: #2e9132 !important;
}

@media (max-width: 991px) {
    .side-aside.dark-skin {
        background-image: url();
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
}

#mobile-search .search-submit {
    background-color: #ef8b00;
    color: #FFFFFF;
}

#mobile-search .search-submit:hover {
    background-color: #d16d00;
}

.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}

.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}

.main-content {
    margin: 0 auto;
}

.social-block {
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 5px;
    margin: 0 3px;
    border-radius: 3px;
    cursor: pointer;
}
.social-text {
    border-left: 1px solid lightgrey;
    padding: 0 5px;
}

.facebook-social-icon {
    background-color: #5d82d1;
}

.tweeter-cocial-icon {
    background-color: #40bff5;
}

.pinterest-social-icon {
    background-color: #e13138;
}

.icons {
    width: 20px;
    height: 20px;
    display: inline-block;
}

svg {
    width: 12px;
    height: 12px;
}

svg path {
    fill: #ffffff;
}

.tags svg {
    position: relative;
    top: 2px;
}

.tagcloud {
    background: rgba(0,0,0,.03);
    color: #2c2f34;
    padding: 0 6px;
    margin: 5px 5px 0 0;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 2px;
}

.post-bottom-meta {
    display: flex;
}

.img-post {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
}

.comment-block {
    padding: 10px;
}

.comment-header {
    border-bottom: 2px solid #e7e9ee;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.comment-heading {
    font-size: 1.5rem;
}
.comment-heading:after {
    content: "";
    display: block;
    height: 2px;
    width: 120px;
    background-color: #2a2e2e;
    position: absolute;
    bottom: -2px;
}
.comment {
    display: flex;
    margin: 20px 0;
}
.comment-answer {
    margin-left: 60px;
}
.avatar {
    margin-right: 12px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 3px;
    background-color: lightgrey;
}
.avatar img {
    display: block;
    width: 100%;
    height: 100%;
}
.comment-date {
    color: grey;
    font-family: Arial;
    font-size: .8rem;
}
.comment-circle {
    display: inline-block;
    background-color: lightgrey;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: 5px;
    position: relative;
    top: 2px;
}

.comment-text p {
    margin: 0;
}

.order {
    display: block;
    text-align: center;
    background-color: #001aa3;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    text-transform: uppercase;
}

a.social-icon {
    background-color: transparent;
}
