@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
    border: 0;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow: scroll;
    overflow-x: hidden;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    background: #FFFFFF url(https://sportsfestivals.xtgem.com/image/css/background.png);
    color: #7F7F7F;
    font-family: 'Droid Sans', Arial, Verdana, sans-serif;
    font-size: 13px;
    background-attachment: fixed;
}

pre,
code {
    direction: ltr;
    background: url(/image/css/code.png);
    font: 11px/19px 'Andale Mono', 'Lucida Console', monospace;
    padding: 3px;
    display: block;
    overflow-x: visible;
    overflow-y: hidden;
    margin: 0 0 20px;
    color: #666666;
    border-top: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    border-bottom: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
}

div[id^="st1"],
span[id^="a1"],
iframe[src*="xtgem"],
iframe[style*="display:none"],
textarea[style*="display:none"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    z-index: -99999 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

img {
    user-select: none;
    pointer-events: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

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

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #F88C00;
    text-decoration: none;
}

.clear {
    clear: both;
}

#theme-header:after,
#signup_form:after,
#main-nav:after,
.gallery:after,
#respond:before {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
}

a,
button,
input,
textarea,
select,
label,
summary,
.card,
.clickable,
[onclick],
[tabindex],
[role="button"] {
    outline: none;
    background: transparent;
    cursor: pointer;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}

a,
.post-title a,
ul.slider-navigation li,
.pagenavi a,
a.more-link,
.main-menu li a,
.subscribe-icons a,
.flickr_badge_image img,
.mega-menu-item img,
.arqam-lite-widget-counter a i,
.arqam-lite-widget-counter a span,
.arqam-lite-widget-counter a small,
.search-block-large .search-button,
.weather-input .search-btn,
.weather-input .location-btn,
.search-block-large #s,
.widget.timeline-posts li a span.tie-date,
.widget.timeline-posts li a span.tie-date:before {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

iframe {
    max-width: 100%;
}

textarea,
input,
select {
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    font-size: inherit;
}

textarea {
    overflow: auto;
    width: 100%;
}

textarea,
input {
    padding: 5px;
    outline: none;
}

select {
    border-color: #F1F1F1;
    border-top-color: #DDDDDD;
    border-left-color: #DDDDDD;
    background-color: #F9F9F9;
    color: #515151;
    font: 12px 'Roboto', Arial, sans-serif;
    overflow-x: hidden;
    overflow-y: scroll;
    cursor: pointer;
    padding: 8px 4px;
    margin-bottom: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    scrollbar-width: thin;
    scrollbar-color: #F88C00 rgba(0, 0, 0, 0.1);
}

select::-webkit-scrollbar {
    width: 5px;
}

option {
    padding: 0 4px;
    text-align: left;
}

optgroup[label],
option.disabled {
    background: #F88C00;
    color: #F1F1F1;
    text-align: center;
    font-style: normal;
    font-weight: lighter;
}

option.categories {
    color: #FF1493;
}

input[type=button],
button {
    padding: 4px;
    cursor: pointer;
    vertical-align: middle;
}

input.text_input,
textarea.textarea {
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

textarea,
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=file],
input[type=search],
input[type=color],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=range],
input[type=time],
input[type=week] {
    border-color: #F1F1F1;
    border-top-color: #DDDDDD;
    border-left-color: #DDDDDD;
    background-color: #F9F9F9;
    color: #7F7F7F;
    font: 11px 'Droid Sans', sans-serif;
    padding: 10px 10px 9px;
    margin-bottom: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

textarea:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type=file]:hover,
input[type=search]:hover,
input[type=color]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=month]:hover,
input[type=range]:hover,
input[type=time]:hover,
input[type=week]:hover,
select:hover {
    opacity: 1;
    color: #000000;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=file]:focus,
input[type=search]:focus,
input[type=color]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=range]:focus,
input[type=time]:focus,
input[type=week]:focus,
select:focus {
    color: #000000;
}

.button,
a.button,
a.more-link,
.search-block-large .search-button,
.weather-input button,
input[type=submit],
#main-content input[type=submit],
.form-submit #submit,
#login-form .login-button,
#register-form .register-button,
#reset-form .reset-button,
.widget-feedburner .feedburner-subscribe {
    width: auto;
    position: relative;
    background-color: #F88C00;
    color: #FFFFFF;
    padding: 5px 12px;
    font: 12px 'Droid Sans', sans-serif;
    display: inline-block;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.button:hover,
a.button:hover,
a.more-link:hover,
.search-block-large .search-button:hover,
.weather-input button:hover,
input[type=submit]:hover,
#main-content input[type=submit]:hover,
.form-submit #submit:hover,
#login-form .login-button:hover,
#register-form .register-button:hover,
#reset-form .reset-button:hover,
.widget-feedburner .feedburner-subscribe:hover {
    background-color: #FF1493 !important;
    text-decoration: none;
}

::-moz-selection {
    background: #F88C00;
    color: #FFFFFF;
    text-shadow: none;
}

::selection {
    background: #F88C00;
    color: #FFFFFF;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 0;
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #F88C00;
    cursor: pointer;
    border-radius: 10px;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('/fonts/bebasneue/bebasneue-webfont.eot');
    src: url('/fonts/bebasneue/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/bebasneue/bebasneue-webfont.woff') format('woff'),
        url('/fonts/bebasneue/bebasneue-webfont.woff2') format('woff2'),
        url('/fonts/bebasneue/bebasneue-webfont.ttf') format('truetype'),
        url('/fonts/bebasneue/bebasneue-webfont.svg?#bebasneueregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Nippo;
    src: url('https://cdn.solo.to/fonts/Nippo-200.woff') format('woff'),
        url('https://cdn.solo.to/fonts/Nippo-200.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: Nippo;
    src: url('https://cdn.solo.to/fonts/Nippo-300.woff') format('woff'),
        url('https://cdn.solo.to/fonts/Nippo-300.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Nippo;
    src: url('https://cdn.solo.to/fonts/Nippo-400.woff') format('woff'),
        url('https://cdn.solo.to/fonts/Nippo-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Nippo;
    src: url('https://cdn.solo.to/fonts/Nippo-500.woff') format('woff'),
        url('https://cdn.solo.to/fonts/Nippo-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Nippo;
    src: url('https://cdn.solo.to/fonts/Nippo-700.woff') format('woff'),
        url('https://cdn.solo.to/fonts/Nippo-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

#respond h3,
.woocommerce-tabs .entry-content h2,
.entry .woocommerce h2,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
#order_review_heading,
#bbpress-forums fieldset.bbp-form legend {
    font-size: 22px;
    font-family: 'Bebas Neue', Arial, Georgia, serif;
}

.fa,
blockquote:before,
.flexslider:before,
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev,
.tie-list-shortcode ul li:before,
.tie-list-shortcode ul ul li:before,
.ei-slider-loading:before,
#mobile-menu li.menu-item-home a:before,
#main-nav .mega-cat-content.mega-cat-sub-exists .mega-cat-content-tab.loading-items:before,
.woocommerce-pagination .page-numbers li .page-numbers.next:before,
.woocommerce-pagination .page-numbers li .page-numbers.prev:before {
    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;
    transform: none;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2) {
    #main-nav ul li.menu-item-home a {
        background-image: url(/image/css/home-large.png) !important;
        background-size: 30px 78px;
    }

    span.stars-large,
    span.stars-large span {
        background-image: url(/image/css/review-large.png);
        background-size: 98px 44px;
    }

    span.stars-small,
    span.stars-small span {
        background-image: url(/image/css/review-small.png);
        background-size: 54px 30px;
    }
}

.wrapper-outer {
    position: relative;
}

.sportivals-body {
    background-image: url(https://sportsfestivals.xtgem.com/image/css/bg-body.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.background-overlay {
    background-attachment: fixed;
    background-image: url(https://sportsfestivals.xtgem.com/image/css/dot-dark.png);
    background-color: rgba(0, 0, 0, 0.75);
}

.background-cover {
    position: fixed;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    width: 1045px;
    margin: 0 auto;
}

#wrapper.boxed {
    margin: 0 auto;
}

#wrapper.boxed #theme-header,
#wrapper.boxed .breaking-news,
#wrapper.boxed .acme-news-ticker,
#wrapper.boxed #main-content {
    width: 1045px;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #CACACA;
    box-shadow: 0 0 3px #CACACA;
}

#wrapper.boxed #main-content {
    padding-right: 24px;
    padding-left: 24px;
}

#wrapper.boxed .post-cover-head {
    margin: -24px -24px 20px;
}

#wrapper.boxed-all {
    position: relative;
    background: #FFFFFF;
    width: 1045px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #CACACA;
    box-shadow: 0 0 3px #CACACA;
}

#wrapper.boxed-all #theme-header {
    margin-top: 0;
    background: transparent;
}

#wrapper.boxed-all .breaking-news,
#wrapper.boxed-all .acme-news-ticker {
    background: transparent;
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #CACACA;
    box-shadow: 0 0 3px #CACACA;
}

#wrapper.boxed-all #main-content {
    width: 997px;
    margin-top: 0;
    padding: 0;
    background: 0 0;
}

#wrapper.boxed-all #footer-widget-area,
#wrapper.boxed-all .footer-bottom .container {
    width: 997px;
}

#wrapper.boxed-all .post-cover-head {
    margin: 0 -24px 20px;
}

#wrapper.wide-layout {
    background: #FFFFFF;
    position: relative;
}

#wrapper.wide-layout .header-content,
#wrapper.wide-layout .breaking-news,
#wrapper.wide-layout .acme-news-ticker,
#wrapper.wide-layout .container,
#wrapper.wide-layout #main-nav ul li.mega-menu .mega-menu-block {
    width: 1010px;
}

#wrapper.wide-layout #theme-header {
    margin-top: 0;
}

#wrapper.wide-layout #main-nav .main-menu {
    margin: 0 !important;
}

#wrapper.wide-layout .breaking-news,
#wrapper.wide-layout .acme-news-ticker {
    background: transparent;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #CACACA;
    box-shadow: 0 0 3px #CACACA;
}

#wrapper.wide-layout #main-content {
    margin-top: 10px;
    background: 0 0;
}

#wrapper.wide-layout .post-cover-head {
    margin: -10px 0 20px;
}

#theme-header {
    background: #FFFFFF;
    margin: 20px auto 25px;
    border-top: 3px solid #F88C00;
    position: relative;
}

.top-nav {
    background: #F7F7F7;
    border-bottom: 1px solid #ECECEC;
    height: 31px;
}

.top-nav ul {
    float: left;
}

.top-nav ul li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 12px;
}

.top-nav ul li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #838383;
    padding: 0 10px;
}

.top-nav ul li a:hover {
    color: #000000;
}

.top-nav ul ul {
    background: #FBFBFB;
    display: none;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 180px;
    z-index: 200;
    float: left;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

.top-nav ul ul li {
    background: 0 0 !important;
    border: none !important;
    z-index: 200;
    min-width: 180px;
}

.top-nav ul ul ul {
    right: auto;
    left: 100%;
    top: 0;
    z-index: 200;
}

.top-nav ul ul a {
    background: 0 0 !important;
    height: auto !important;
    line-height: 1em;
    padding: 10px;
    width: 160px;
    display: block !important;
    margin-right: 0 !important;
    z-index: 200;
    color: #777777 !important;
}

.top-nav ul li:hover > a,
.top-nav ul:hover > a,
.top-nav ul li.current-menu-item a {
    color: #000000;
}

.top-nav ul li.menu-item-has-children a {
    padding-right: 20px;
}

#main-nav ul li.menu-item-has-children:after,
#main-nav ul li.mega-menu:after,
.top-menu ul li.menu-item-has-children:after {
    position: absolute;
    right: 7px;
    top: 50%;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 11px;
    content: "\f0d7";
    color: #000000;
    transform: translateY(-25%) rotate(0deg);
    transition: transform 0.3s ease;
}

#main-nav ul li.menu-item-has-children:hover:after,
#main-nav ul li.mega-menu:hover:after,
.top-menu ul li.menu-item-has-children:hover:after {
    transform: translateY(-25%) rotate(180deg);
}

#main-nav ul ul li.menu-item-has-children:after,
#main-nav ul ul li.mega-menu:after,
.top-nav .top-menu ul ul li.menu-item-has-children:after {
    transform: translateY(-25%) rotate(270deg);
}

#main-nav ul ul li.menu-item-has-children:hover:after,
#main-nav ul ul li.mega-menu:hover:after,
.top-nav .top-menu ul ul li.menu-item-has-children:hover:after {
    transform: translateY(-25%) rotate(90deg);
}

#main-nav ul ul li.menu-item-has-children:after {
    top: 40%;
}

.top-nav ul li.current-menu-item:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    right: 45%;
    border: 4px solid transparent;
    border-top-color: #F88C00;
}

.top-nav ul ul li.current-menu-item:before {
    display: none;
}

.top-nav ul ul li:hover > a,
.top-nav ul ul:hover > a {
    color: #000000 !important;
    padding: 10px 5px 10px 15px;
}

.top-nav ul li:hover > ul {
    display: block;
    -webkit-animation: tieFadeInDown .1s ease-in;
    -moz-animation: tieFadeInDown .1s ease-in;
    animation: tieFadeInDown .1s ease-in;
}

.today-date {
    display: flex;
    float: left;
    padding-left: 8px;
    font-size: 10px;
    color: #666666;
    margin-top: 8px;
    font-weight: 700;
    align-items: center;
}

.today-date .display-time,
.today-date .display-date {
    text-transform: uppercase;
}

.today-date #symbols,
.today-date .display-date #symbols {
    margin-left: 5px;
    margin-right: 5px;
}

.search-block {
    height: 30px;
    overflow: hidden;
    float: right;
    margin-left: 5px;
    position: relative;
}

.search-block:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
    z-index: 2;
    right: 30px;
    border: 4px solid transparent;
    border-right-color: #F88C00;
}

.search-block #s-header {
    background: #F9F9F9;
    float: right;
    font: 11px 'Droid Sans', sans-serif;
    padding: 9px 8px 8px;
    width: 90px;
    color: #7F7F7F;
    border: 0;
    border: 1px solid #ECECEC;
    border-width: 0 0 0 1px;
    -webkit-transition: width .7s, color .4s;
    -moz-transition: width .7s, color .4s;
    -o-transition: width .7s, color .4s;
    transition: width .7s, color .4s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.search-block #s-header:focus {
    color: #000000;
    width: 150px;
}

.search-block .search-button {
    background: #F88C00;
    cursor: pointer;
    float: right;
    height: 30px;
    width: 30px;
    display: block;
    border: 0;
    box-shadow: none !important;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.search-block .search-button:active {
    top: 0;
}

.search-block:hover #s-header {
    opacity: 1;
    color: #000000;
}

.search-block button.search-button i:before {
    font-size: 18px;
    color: #FFFFFF;
}

#live-search_results {
    background: transparent;
    z-index: 550 !important;
    overflow: hidden;
    padding: 10px;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #CACACA;
    box-shadow: 0 0 3px #CACACA;
}

.live-search_more {
    display: block;
    min-height: 1px;
    margin: 3px 0 0;
    padding: 8px;
    text-align: center;
    font-weight: 700;
    line-height: 12px;
}

.live-search_header {
    display: none;
}

.live-search_result_container li {
    padding: 8px 0 4px;
    border-bottom: 1px solid #F2F2F2;
    overflow: hidden;
}

.live-search_result_container .post-thumbnail {
    float: left;
    margin-bottom: 0;
}

.live-search_result_container .post-thumbnail img {
    max-width: 65px;
}

#live-search_loading {
    display: block !important;
    width: 100%;
    height: 31px !important;
}

#main-nav .submenu-languages {
    display: none;
    padding: 0;
    position: absolute;
    z-index: 205;
    border-top: 2px solid #F88C00;
    background: #F7F7F7;
    -webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 4px 1px rgba(0, 0, 0, .2);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

#main-nav .menu-item-language:hover .submenu-languages {
    display: block;
}

#lang_sel_footer {
    position: relative;
    z-index: 998;
}

#tie_lang_switcher {
    float: right;
    padding: 9px 5px 0;
}

#tie_lang_switcher img {
    margin: 0 2px;
}

#tie_lang_switcher a {
    opacity: .4;
    line-height: 0;
}

#tie_lang_switcher a:hover {
    opacity: 1;
}

.top-nav .social-icons {
    float: right;
    padding-top: 2px;
}

.top-nav .social-icons a {
    color: #9E9E9E;
}

.top-nav .social-icons a:hover {
    color: #000000;
}

.top-nav .social-icons a:hover,
.footer-bottom .social-icons a:hover {
    top: 0;
}

.top-nav .social-icons i:before,
.footer-bottom .social-icons i:before {
    padding: 0 2px;
    line-height: 24px;
    font-size: 14px;
}

.top-nav .social-icons i.lni:before,
.footer-bottom .social-icons i.lni:before {
    font-size: 12px;
    vertical-align: -0.1em;
}

.header-content {
    padding: 20px 15px;
    margin: 0 auto;
}

.logo {
    float: left;
}

.logo img {
    max-width: 100%;
}

.logo h1,
.logo h2 {
    font: 700 32pt Arial, sans-serif;
}

.logo strong {
    display: none;
}

.logo span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    clear: both;
}

#theme-header.full-logo .header-content {
    padding: 0;
}

#theme-header.full-logo .logo {
    float: none;
    margin: 0 !important;
}

#theme-header.full-logo .logo a {
    display: block;
    line-height: 0;
}

#theme-header.full-logo .logo img {
    width: 100%;
    height: auto;
}

#theme-header.center-logo .logo,
#theme-header.center-logo .e3lan-top {
    float: none;
    text-align: center;
}

#main-nav {
    margin: 0 auto;
    background: #F7F7F7;
    box-shadow: inset -1px -5px 0 -1px #F8F8F8;
    min-height: 52px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 5px solid #F88C00;
}

#main-nav .container,
#main-nav-uber .container {
    position: relative;
}

#main-nav .main-menu {
    margin-left: 10px;
}

#main-nav ul li {
    font-size: 13px;
    position: relative;
    display: inline-block;
    float: left;
    border: 1px solid #FDFDFD;
    border-width: 0 0 0 1px;
    height: 42px;
}

#main-nav ul li:first-child,
#main-nav ul li:first-child a {
    border: 0;
}

#main-nav ul li:last-child a {
    border-right-width: 0;
}

#main-nav ul li a {
    display: block;
    height: 42px;
    position: relative;
    line-height: 47px;
    padding: 0 10px;
    border: 1px solid #E4E4E4;
    border-width: 0 0 0 1px;
}

#main-nav ul li a i,
#main-nav ul ul li a i {
    color: #000000;
}

#main-nav ul li i.fa,
#slide-out ul li i.fa,
#mobile-menu li.menu-item-home a:before {
    margin-right: 5px;
}

#main-nav ul li.menu-item-has-children a,
#main-nav ul li.mega-menu a {
    padding-right: 20px;
}

#main-nav ul ul li.menu-item-has-children ul a {
    padding-right: 7px;
}

#main-nav ul li.current-menu-item a,
#main-nav ul li.current-menu-item a:hover,
#main-nav ul li.current-menu-parent a,
#main-nav ul li.current-menu-parent a:hover,
#main-nav ul li.current_page_parent a,
#main-nav ul li.current_page_parent a:hover,
#main-nav ul li.current-page-ancestor a,
#main-nav ul li.current-page-ancestor a:hover {
    background: #F88C00;
    color: #FFFFFF;
    height: 52px;
    line-height: 57px;
    border-width: 0 !important;
}

#main-nav ul li.current-menu-item .menu-sub-content a,
#main-nav ul li.current-menu-item .menu-sub-content a:hover,
#main-nav ul li.current-menu-parent .menu-sub-content a,
#main-nav ul li.current-menu-parent .menu-sub-content a:hover,
#main-nav ul li.current_page_parent .menu-sub-content a,
#main-nav ul li.current_page_parent .menu-sub-content a:hover,
#main-nav ul li.current-page-ancestor .menu-sub-content a,
#main-nav ul li.current-page-ancestor .menu-sub-content a:hover,
#main-nav ul li.current-menu-item .menu-sub-content ul,
#main-nav ul li.current-menu-parent .menu-sub-content ul,
#main-nav ul li.current_page_parent .menu-sub-content ul,
#main-nav ul li.current-page-ancestor .menu-sub-content ul {
    top: 0;
}

#main-nav ul li.menu-item-has-children:after,
#main-nav ul li.mega-menu:after,
#main-nav ul ul li.menu-item-has-children:after {
    color: #000000;
}

#main-nav ul > li.menu-item-has-children:hover > a:after,
#main-nav ul > li.mega-menu:hover > a:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 36px;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #F88C00;
    display: block;
    width: 0;
    z-index: 200;
    -webkit-animation: tieFadeInDown .2s ease-in;
    -moz-animation: tieFadeInDown .2s ease-in;
    animation: tieFadeInDown .2s ease-in;
}

#main-nav ul ul li.current-menu-item a,
#main-nav ul ul li.current-menu-item a:hover,
#main-nav ul ul li.current-menu-parent a,
#main-nav ul ul li.current-menu-parent a:hover,
#main-nav ul ul li.current_page_parent a,
#main-nav ul ul li.current_page_parent a:hover,
#main-nav ul ul li.current-page-ancestor a,
#main-nav ul ul li.current-page-ancestor a:hover {
    border-width: 1px !important;
}

#main-nav ul ul > li.menu-item-has-children:hover > a:after,
#main-nav ul ul > li.mega-menu:hover > a:after,
#main-nav ul li .mega-menu-block ul.sub-menu:before {
    display: none;
}

#main-nav ul > li.current-menu-item.menu-item-has-children:hover > a:after,
#main-nav ul > li.current_page_parent.menu-item-has-children:hover > a:after {
    top: 45px;
}

#main-nav ul ul.sub-menu {
    width: 200px;
    z-index: 250;
}

#main-nav ul ul ul.sub-menu,
#main-nav ul ul li.current-menu-item ul,
#main-nav ul ul li.current_page_parent ul,
#main-nav ul ul li.current-menu-parent ul,
#main-nav ul ul li.current-page-ancestor ul {
    top: -2px;
}

#main-nav ul .mega-menu-block ul ul.sub-menu,
#main-nav ul .mega-menu-block ul li.current-menu-item ul,
#main-nav ul .mega-menu-block ul li.current_page_parent ul,
#main-nav ul .mega-menu-block ul li.current-menu-parent ul,
#main-nav ul .mega-menu-block ul li.current-page-ancestor ul {
    top: 0;
}

#main-nav .menu-sub-content {
    display: none;
    padding: 0;
    position: absolute;
    z-index: 205;
    border-top: 2px solid #F88C00;
    background: #F7F7F7;
    -webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 4px 1px rgba(0, 0, 0, .2);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

#main-nav ul li.current-menu-item ul,
#main-nav ul li.current-menu-parent ul,
#main-nav ul li.current_page_parent ul,
#main-nav ul li.current-page-ancestor ul {
    top: 52px;
}

#main-nav ul ul li,
#main-nav ul ul li:first-child {
    background: 0 0 !important;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #E4E4E4;
    font-size: 12px;
    height: auto !important;
    margin: 0 !important;
}

#main-nav ul ul ul,
#main-nav ul li .mega-menu-block ul.sub-menu {
    border-top: 0;
}

#main-nav ul ul li:first-child,
#main-nav ul li.current-menu-item ul li:first-child,
#main-nav ul li.current_page_parent ul li:first-child,
#main-nav ul li.current-menu-parent ul li:first-child {
    border-top: 0 !important;
}

#main-nav ul ul ul {
    right: auto;
    left: 100%;
    top: 0;
    z-index: 210;
}

#main-nav ul ul a,
#main-nav .mega-menu-block a {
    border: 0;
    background: 0 0 !important;
    height: auto !important;
    line-height: 1.5em !important;
    padding: 7px;
    display: block;
    margin-right: 0;
    z-index: 210;
}

#main-nav .mega-menu-block a:hover {
    color: #F88C00;
}

#main-nav .mega-menu-block a.mega-menu-link {
    padding: 0;
    margin-top: 10px;
}

#main-nav ul li.current-menu-item ul a,
#main-nav ul li.current_page_parent ul a,
#main-nav ul li.current-menu-parent ul a,
#main-nav ul li.current-page-ancestor ul a {
    color: #FFFFFF;
}

#main-nav ul li:hover > a,
#main-nav ul:hover > a {
    color: #F88C00;
}

#main-nav ul ul li:hover > a,
#main-nav ul ul:hover > a {
    color: #F88C00;
    padding-left: 15px;
    padding-right: 7px;
}

#main-nav ul li:hover > ul,
#main-nav ul li:hover > .mega-menu-block {
    display: block;
    -webkit-animation: tieFadeInDown .2s ease-in;
    -moz-animation: tieFadeInDown .2s ease-in;
    animation: tieFadeInDown .2s ease-in;
}

#main-nav ul li.current-menu-item,
#main-nav ul li.current_page_parent,
#main-nav ul li.current-menu-parent,
#main-nav ul li.current-page-ancestor {
    margin-top: -5px;
    height: 52px;
    border-width: 0;
}

#main-nav ul li.menu-item-home a {
    background-image: url(/image/css/home-small.png) !important;
    background-repeat: no-repeat !important;
    background-position: center -44px;
    text-indent: -9999px;
    width: 52px;
}

#main-nav ul li.menu-item-home.current-menu-item a {
    background-position: center 13px;
    height: 52px;
}

#main-nav ul li.menu-item-home:after {
    display: none;
}

#main-nav ul li.menu-item-home ul li a,
#main-nav ul ul li.menu-item-home a,
#main-nav ul li.menu-item-home ul li a:hover {
    background-color: transparent !important;
    text-indent: 0;
    background-image: none !important;
    height: auto !important;
    width: auto;
}

#main-nav ul li.mega-menu .mega-menu-block {
    width: 1045px;
    left: -10px;
    padding: 25px 25px 5px;
}

#main-nav ul li.mega-menu .mega-menu-block img {
    max-width: 100%;
    height: auto;
}

#main-nav ul li.mega-menu .post-thumbnail,
#main-nav ul li.mega-menu .post-thumbnail a,
#main-nav ul li .mega-menu-block .tie-view i.fa,
#main-nav ul li .mega-menu-block .tie-like i.fa,
#main-nav ul li .mega-menu-block .tie-listen i.fa,
#main-nav ul li .mega-menu-block .tie-male i.fa,
#main-nav ul li .mega-menu-block .tie-female i.fa,
#main-nav ul li .mega-menu-block .tie-comment i.fa,
#main-nav ul li .mega-menu-block .tie-date i.fa {
    margin: 0;
    padding: 0;
}

#main-nav ul li.mega-menu .post-thumbnail {
    background: #000000;
}

#main-nav ul li.mega-menu.mega-links .mega-menu-block {
    padding-right: 0;
}

#main-nav ul li.mega-menu.mega-links .mega-menu-block .sub-menu-columns-item {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

#main-nav li.mega-menu.mega-links .mega-menu-block ul li.mega-link-column {
    float: left;
    border: 0;
    margin-bottom: 10px;
    padding-right: 25px;
    width: 50%;
}

#main-nav li.mega-menu.mega-links .mega-menu-block ul li.mega-link-column:after {
    display: none;
}

#main-nav ul li.mega-menu.mega-links a.mega-links-head {
    padding: 10px 0;
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

#main-nav li.mega-menu.mega-links.mega-links-3col .mega-menu-block ul li.mega-link-column {
    width: 33.333%;
}

#main-nav li.mega-menu.mega-links.mega-links-4col .mega-menu-block ul li.mega-link-column {
    width: 25%;
}

#main-nav li.mega-menu.mega-links.mega-links-5col .mega-menu-block ul li.mega-link-column {
    width: 20%;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block {
    padding: 0;
}

#main-nav .mega-cat-wrapper {
    clear: both;
}

#main-nav ul ul.sub-menu.mega-cat-more-links {
    width: 100%;
    margin: 10px 0;
}

#main-nav ul li.mega-menu.mega-cat .mega-cat-more-links li {
    float: left;
    width: 29.333333%;
    margin: 0 2% !important;
}

#main-nav ul li.mega-menu.mega-cat .mega-cat-more-links li ul li {
    float: none;
    width: 100%;
    margin: 0 !important;
}

.mega-cat-sub-categories {
    float: left;
    width: 20%;
    padding-top: 20px;
}

#main-nav ul li.cat-active a {
    position: relative;
    background: #FFFFFF !important;
    color: #F88C00;
}

#main-nav ul li.cat-active a:after,
#main-nav ul li.cat-active a:before {
    position: absolute;
    right: 7px;
    top: 50%;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 11px;
    content: "\f0d9";
    color: #000000;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

#main-nav .mega-cat-content-tab {
    display: none;
    overflow: hidden;
}

#main-nav .mega-cat-content-tab a {
    cursor: default;
}

#main-nav .mega-cat-content-tab.already-loaded a {
    cursor: pointer;
}

#main-nav .mega-cat-content {
    float: left;
    padding: 20px;
    padding-right: 0;
}

#main-nav .mega-cat-content.mega-cat-sub-exists {
    background: #FFFFFF;
    width: 80%;
    position: relative;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block .mega-menu-post {
    float: left;
    padding-right: 20px;
    width: 25%;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block .already-loaded .mega-menu-post {
    opacity: 1;
}

#main-nav ul li.mega-menu.mega-cat .mega-menu-block .mega-menu-post a {
    border: 0;
    padding: 0;
}

#main-nav ul ul.sub-menu.mega-cat-more-links:after {
    content: ' ';
    display: block;
    clear: both;
}

#main-nav .mega-recent-featured-list {
    width: 25%;
    margin-right: 3%;
    float: left;
}

#main-nav .mega-recent-post {
    float: left;
    width: 37%;
    margin-right: 3%;
}

#main-nav ul li.mega-menu.mega-recent-featured .mega-menu-block .mega-recent-post a {
    border: 0;
    padding: 0;
}

#main-nav .mega-check-also {
    float: left;
    width: 60%;
}

#main-nav ul .mega-check-also li {
    width: 50% !important;
    float: left !important;
    padding-bottom: 16px !important;
    margin-bottom: 8px !important;
    border: none !important;
}

#main-nav ul .mega-check-also li:nth-child(2n+3) {
    clear: left;
}

#main-nav .menu-item-has-children .mega-check-also {
    width: 32%;
}

#main-nav ul .menu-item-has-children .mega-check-also li {
    width: 100% !important;
    float: none !important;
}

#main-nav .mega-menu-block .mega-check-also a.mega-menu-link {
    display: inline;
    margin-top: 0;
}

#main-nav ul li.mega-menu .mega-menu-block .mega-check-also .post-thumbnail {
    margin-right: 10px;
    float: left;
}

#main-nav ul li.mega-menu .mega-menu-block .mega-check-also .post-thumbnail img {
    max-width: 90px;
    height: auto;
}

.fixed-nav {
    position: fixed;
    top: -90px;
    width: 1045px;
    z-index: 9999;
    opacity: .95;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
}

.fixed-nav-appear {
    top: 0;
}

.wide-layout #main-nav.fixed-nav {
    width: 100% !important;
}

body.admin-bar .fixed-nav-appear {
    top: 32px;
}

.main-nav-logo {
    padding: 10px 10px 0;
    float: left;
    display: none;
    opacity: .8;
}

.main-nav-logo:hover {
    opacity: 1;
}

.main-nav-logo img {
    height: 27px;
    width: auto;
}

.fixed-nav .main-nav-logo {
    display: block;
}

a.random-article,
a.forum-article,
a.sponsor-partners,
a.tie-cart {
    background: #D8D8D8;
    width: 42px;
    height: 47px;
    display: block;
    float: right;
    margin-left: 1px;
    color: #000000;
    text-align: center;
    position: relative;
}

a.random-article i:before,
a.forum-article i:before,
a.sponsor-partners i:before,
a.tie-cart i:before {
    font-size: 18px;
    width: 42px;
    line-height: 50px;
}

a.random-article:hover,
a.forum-article:hover,
a.sponsor-partners:hover,
a.tie-cart:hover {
    background: #C4C4C4;
    color: #000000 !important;
}

a.random-article span.random-count,
a.forum-article span.forum-count,
a.sponsor-partners span.sponsor-count,
a.tie-cart span.shooping-count {
    display: block;
    position: absolute;
    background: #F88C00;
    top: 5px;
    right: 4px;
    padding: 1px 5px;
    font-size: 11px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#main-nav-uber a.random-article,
#main-nav-uber a.forum-article,
#main-nav-uber a.sponsor-partners,
#main-nav-uber a.tie-cart {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 40px;
    z-index: 999;
}

#main-nav-uber a.random-article:before,
#main-nav-uber a.forum-article:before,
#main-nav-uber a.sponsor-partners:before,
#main-nav-uber a.tie-cart:before {
    line-height: 40px;
}

@media only screen and (max-width:980px) and (min-width:937px) {

    .fixed-nav a.random-article,
    .fixed-nav a.forum-article,
    .fixed-nav a.sponsor-partners {
        display: none;
    }
}

@media only screen and (max-width:936px) and (min-width:901px) {

    .fixed-nav a.random-article,
    .fixed-nav a.forum-article,
    .fixed-nav a.sponsor-partners,
    .fixed-nav a.tie-cart {
        display: none;
    }
}

.breaking-news {
    background: #FFFFFF;
    height: 32px;
    margin: -5px auto 25px;
    overflow: hidden;
    position: relative;
}

.breaking-news span.breaking-news-title {
    background: #F88C00;
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 8px 10px 0;
    font-size: 18px;
    height: 32px;
    line-height: 20px;
    font-family: 'Bebas Neue', Arial, Georgia, serif;
    letter-spacing: 1px;
    text-align: center;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.breaking-news span.breaking-news-title i {
    display: none;
}

.breaking-news ul {
    float: left;
}

.breaking-news ul li {
    display: block;
}

.breaking-news ul a {
    padding: 8px;
    display: block;
    white-space: nowrap;
    font-family: 'Droid Sans', sans-serif;
    background: transparent;
}

.acme-news-ticker {
    background: #FFFFFF;
    height: 32px;
    margin: -5px auto 25px;
    position: relative;
}

.acme-news-ticker-label {
    background: #F88C00;
    color: #FFFFFF;
    display: block;
    float: left;
    padding: 8px 10px 0;
    font-size: 18px;
    height: 32px;
    line-height: 20px;
    font-family: 'Bebas Neue', Arial, Georgia, serif;
    letter-spacing: 1px;
    text-align: center;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.acme-news-ticker-label i {
    display: none;
}

.acme-news-ticker-box {
    height: 100%;
    padding: 8px 100px 8px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.acme-news-ticker-box ul {
    width: 100%;
    float: left;
}

.acme-news-ticker-box ul li {
    max-width: 100%;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.acme-news-ticker-box ul li a {
    font-family: 'Droid Sans', sans-serif;
}

.acme-news-ticker-box.marquee {
    padding: 8px 8px 8px 100px;
}

.marquee-ticker-separator {
    color: #FF1493;
    margin-left: 10px;
}

.acme-news-ticker-controls {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.acme-news-ticker-controls button {
    height: 100%;
    background: transparent;
    color: #000000;
    font-size: 10px;
    padding: 0;
    width: 32px;
    border-color: #EAEAEA;
    border-style: solid;
    border-width: 0 0 0 1px;
    cursor: pointer;
    display: inline-block;
}

.acme-news-ticker-controls button:hover {
    color: #FF1493 !important;
}

.tickercontainer {
    height: 32px;
    overflow: hidden;
}

.tickercontainer .mask {
    position: relative;
    top: 9px;
    overflow: hidden;
}

ul.newsticker {
    position: relative;
    left: 750px;
    list-style-type: none;
}

ul.newsticker li {
    padding: 0;
    display: inline-block;
}

ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    margin: 0 50px 0 0;
}

.player-gender {
    font-size: 10px;
    padding: 20px 0px 3px 0px;
}

.player-trophy {
    font-size: 10px;
    padding: 3px 0px 3px 0px;
}

.player-event {
    font-size: 10px;
    padding: 3px 0px 3px 0px;
}

#main-content {
    background: #FFFFFF;
    margin: 20px auto 25px;
    position: relative;
    padding: 24px 0;
    -webkit-transform: none;
}

#main-content:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.full-width {
    background-image: none;
}

.content {
    float: left;
    width: 660px;
}

#crumbs {
    margin-bottom: 10px;
    clear: both;
    padding-bottom: 5px;
    border-bottom: 1px solid #EEEEEE;
}

#crumbs span.delimiter {
    padding: 0 3px;
}

div.not-found {
    padding: 20px;
}

.full-width .content {
    width: auto;
    float: none;
}

.tie-hide,
.lazy-enabled #main-content .post-thumbnail,
.lazy-enabled #theme-footer div.post-thumbnail,
.lazy-enabled #main-content img,
.lazy-enabled #main-content .product-img,
.lazy-enabled #featured-posts {
    opacity: 0;
}

.lazy-enabled #main-content .post-thumbnail.tie-appear,
.lazy-enabled #theme-footer div.post-thumbnail.tie-appear,
.lazy-enabled #main-content img.tie-appear,
.lazy-enabled #main-content .product-img.tie-appear,
.lazy-enabled #featured-posts.tie-appear {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.recaptchatable #recaptcha_image #recaptcha_challenge_image {
    opacity: 1 !important;
}

.error400,
.error403,
.error404,
.error500,
.error502,
.error503 {
    float: none;
}

.error400 .entry,
.error403 .entry,
.error404 .entry,
.error500 .entry,
.error502 .entry,
.error503 .entry,
.error400 .post-title,
.error403 .post-title,
.error404 .post-title,
.error500 .post-title,
.error502 .post-title,
.error503 .post-title,
.error400 .title-400,
.error403 .title-403,
.error404 .title-404,
.error500 .title-500,
.error502 .title-502,
.error503 .title-503 {
    text-align: center;
}

.error400 .title-400,
.error403 .title-403,
.error404 .title-404,
.error500 .title-500,
.error502 .title-502,
.error503 .title-503 {
    font-size: 200px;
    font-weight: 700;
    color: #7B7B7B;
}

.error400 .post-title,
.error403 .post-title,
.error404 .post-title,
.error500 .post-title,
.error502 .post-title,
.error503 .post-title {
    font-size: 50px;
}

.cat-box {
    margin-bottom: 35px;
}

.cat-box-title {
    padding: 3px 0;
    overflow: hidden;
}

.cat-box-title h2 {
    float: left;
    margin-right: 10px;
    font-size: 22px;
    font-family: 'Bebas Neue', Arial, Georgia, serif;
}

.cat-box-title h2 a {
    color: #111111;
}

.cat-box-title h2 a:hover {
    color: #000000;
}

h2.post-box-title {
    font-size: 20px;
    line-height: 26px;
}

h3.post-box-title {
    font-size: 14px;
    line-height: 20px;
}

.cat-box p.post-meta {
    margin: 7px 0;
    font-size: 85%;
}

.cat-box p.post-meta span,
.cat-box p.post-meta .stars-small {
    margin-right: 7px;
}

li.first-news p.post-meta,
.list-box li.first-news p.post-meta,
.wide-box li.first-news p.post-meta,
.cat-tabs-wrap li.first-news p.post-meta {
    padding: 0;
    margin: 5px 0 10px;
    font-size: 85%;
}

.stripe-line {
    background: url(/image/css/stripe.png);
    height: 12px;
    overflow: hidden;
    margin-top: 5px;
}

.cat-box .entry {
    font-size: 12px;
}

.cat-box .entry p,
.archive-box .entry p {
    line-height: 21px;
    margin-bottom: 12px;
}

.cat-box .entry a.more-link,
.archive-box .entry a.more-link {
    margin-top: 0;
}

.cat-box-content,
#sidebar .widget-container,
.post-listing,
#commentform {
    background: transparent;
    border-bottom: 4px solid #F88C00;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #CACACA;
    box-shadow: 0 0 3px #CACACA;
}

.cat-box li.first-news .inner-content {
    padding: 20px;
    overflow: hidden;
}

.cat-box .post-thumbnail img.attachment-tie-small {
    max-width: 90px;
    height: auto;
}

p.post-meta {
    color: #888888;
    margin: 7px 0;
    font-size: 85%;
}

p.post-meta a {
    color: #888888;
}

p.post-meta a:hover {
    border-bottom: 1px #000000 dotted;
    color: #000000;
    text-decoration: none;
}

.post-meta .stars-small {
    float: left;
    margin: -1px 10px 0 0;
}

span.tie-view i:before,
span.tie-like i:before,
span.tie-listen i:before,
span.tie-male i:before,
span.tie-female i:before,
span.tie-comment i:before,
span.tie-date i:before,
.post-meta i:before {
    margin-right: 3px;
}

@media only screen and (max-width:648px) and (min-width:585px) {

    .cat-box p.post-meta,
    p.post-meta {
        font-size: 75%;
    }
}

@media only screen and (max-width:584px) and (min-width:529px) {

    .cat-box p.post-meta,
    p.post-meta {
        font-size: 65%;
    }
}

@media only screen and (max-width:528px) and (min-width:501px) {

    .cat-box p.post-meta,
    p.post-meta {
        font-size: 60%;
    }
}

a.more-link {
    color: #FFFFFF !important;
    float: left;
    margin-top: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.cat-box.column2 {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.column2.last-column {
    margin-left: 0;
    margin-right: 0;
}

.column2 li.other-news,
.list-box li.other-news {
    background: #F7F7F7;
    overflow: hidden;
    padding: 17px 20px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #EAEAEA;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.column2 li.other-news {
    padding-top: 10px;
    padding-bottom: 10px;
}

.column2 li.other-news:hover,
.list-box li.other-news:hover {
    background: #F2F2F2;
}

.column2 li.first-news {
    border-bottom: 3px solid #EAEAEA;
    padding: 0;
}

.wide-box li {
    overflow: hidden;
    padding: 10px 20px 0;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #EAEAEA;
    width: 50%;
    float: left;
    height: 78px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.wide-box ul {
    overflow: hidden;
}

.wide-box li.first-news {
    border-bottom: 3px solid #EAEAEA;
    padding: 0;
    width: 100%;
    float: none;
    height: auto;
}

.wide-box li.other-news {
    background: #F7F7F7;
}

.video-box li {
    overflow: hidden;
    width: 22%;
    float: right;
    margin-bottom: 9px;
}

.video-box .big-video-column {
    width: 76.5%;
    float: left;
    margin-bottom: 0;
}

.video-box .cat-box-content {
    padding: 20px 20px 11px;
}

.video-box.cat-box li .post-thumbnail {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.video-box.cat-box li .overlay-icon:before {
    content: "\f04b";
    opacity: .6;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.video-box.cat-box li.big-video-column .overlay-icon:before {
    width: 70px;
    height: 70px;
    font-size: 35px;
    line-height: 60px;
    border-width: 5px;
    margin: -35px 0 0 -35px;
}

.list-box,
.wide-box {
    clear: both;
}

.list-box li {
    overflow: hidden;
    padding: 10px;
    width: 50%;
    float: right;
    clear: right;
}

.list-box li.other-news {
    border-left: 3px solid #EAEAEA;
}

.list-box li.first-news {
    padding: 15px;
    float: left;
}

.pic-box .cat-box-content {
    padding: 20px 20px 13px;
}

.pic-box.pic-grid .cat-box-content {
    padding: 20px;
}

.pic-box li.first-pic {
    padding: 0;
    width: 50.94%;
}

.pic-box li {
    width: 16.3%;
    overflow: hidden;
    float: left;
}

.pic-box.cat-box li.first-pic .post-thumbnail,
.pic-box.pic-grid.cat-box li .post-thumbnail {
    position: relative;
    float: none;
}

.pic-box.pic-grid.cat-box li {
    width: 16.65%;
}

.pic-box.cat-box li .post-thumbnail img.attachment-tie-small {
    max-width: 100%;
}

.pic-box.cat-box li .post-thumbnail {
    padding: 1px;
    margin: 0;
}

.cat-tabs-wrap {
    padding: 0 20px 20px;
}

.cat-tabs-header {
    background: #F7F7F7;
    height: 46px;
    border-bottom: 3px solid #EAEAEA;
    padding: 8px 0 0 2px;
    margin: -10px 0 0;
}

.cat-tabs-header ul li {
    float: left;
    position: relative;
    margin-left: 3px;
    padding-left: 5px;
    line-height: 30px;
    background: 0 0;
    font-size: 12pt;
}

.cat-tabs-header ul li a {
    display: inline-block;
    text-align: center;
    color: #000000;
    line-height: 30px;
    padding: 4px 10px;
}

.cat-tabs-header ul li a:hover {
    color: #F88C00 !important;
}

.cat-tabs-header ul li a i {
    color: #000000;
    margin-right: 3px;
}

.cat-tabs-header ul li.active a {
    background: #FFFFFF;
    color: #F88C00 !important;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-box-shadow: 0 -1px 2px #D4D4D4;
    -moz-box-shadow: 0 -1px 2px #D4D4D4;
    box-shadow: 0 -1px 2px #D4D4D4;
}

.cat-tabs-wrap li {
    overflow: hidden;
    padding-bottom: 25px;
    width: 47%;
    float: right;
    clear: right;
}

.cat-tabs-wrap li.first-news {
    width: 50%;
    float: left;
    padding-bottom: 0;
}

.cat-tabs-wrap li:last-child {
    padding-bottom: 0;
}

.scroll-box {
    clear: both;
}

.scroll-box .cat-box-content {
    padding: 20px;
    position: relative;
}

.scroll-box .scroll-item .post-thumbnail {
    margin: 0 0 10px;
}

.group_items {
    width: 100%;
    background: 0 0 !important;
}

.group_items-box {
    overflow: hidden;
    width: 100% !important;
}

.group_items .scroll-item:last-child,
.scroll-box .scroll-item:nth-child(3) {
    margin-right: 0;
}

.scroll-item {
    display: none;
}

.scroll-item:nth-child(1),
.scroll-item:nth-child(2),
.scroll-item:nth-child(3),
.group_items .scroll-item {
    display: block;
}

.scroll-nav {
    background: #F7F7F7;
    margin: 10px -20px -20px;
    padding: 5px;
    text-align: center;
}

.scroll-nav a {
    background: #F88C00;
    width: 10px;
    height: 10px;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    margin: 2px 5px 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.scroll-nav a.activeSlide {
    background: #FF1493 !important;
}

@media only screen and (max-width:990px) and (min-width:961px) {
    .group_items-box {
        height: 255px !important;
    }
}

@media only screen and (max-width:960px) and (min-width:921px) {
    .group_items-box {
        height: 250px !important;
    }
}

@media only screen and (max-width:920px) and (min-width:881px) {
    .group_items-box {
        height: 245px !important;
    }
}

@media only screen and (max-width:880px) and (min-width:841px) {
    .group_items-box {
        height: 240px !important;
    }
}

@media only screen and (max-width:840px) and (min-width:801px) {
    .group_items-box {
        height: 230px !important;
    }
}

@media only screen and (max-width:800px) and (min-width:761px) {
    .group_items-box {
        height: 220px !important;
    }
}

@media only screen and (max-width:760px) and (min-width:721px) {
    .group_items-box {
        height: 215px !important;
    }
}

@media only screen and (max-width:720px) and (min-width:681px) {
    .group_items-box {
        height: 210px !important;
    }
}

@media only screen and (max-width:680px) and (min-width:641px) {
    .group_items-box {
        height: 200px !important;
    }
}

@media only screen and (max-width:640px) and (min-width:601px) {
    .group_items-box {
        height: 190px !important;
    }
}

@media only screen and (max-width:600px) and (min-width:561px) {
    .group_items-box {
        height: 185px !important;
    }
}

@media only screen and (max-width:560px) and (min-width:521px) {
    .group_items-box {
        height: 175px !important;
    }
}

@media only screen and (max-width:520px) and (min-width:501px) {
    .group_items-box {
        height: 170px !important;
    }
}

@media only screen and (max-width:500px) and (min-width:341px) {
    .scroll-box .scroll-item .text-length {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}

@media only screen and (max-width:500px) and (min-width:481px) {
    .group_items-box {
        height: 325px !important;
    }
}

@media only screen and (max-width:480px) and (min-width:461px) {
    .group_items-box {
        height: 315px !important;
    }
}

@media only screen and (max-width:460px) and (min-width:441px) {
    .group_items-box {
        height: 305px !important;
    }
}

@media only screen and (max-width:440px) and (min-width:421px) {
    .group_items-box {
        height: 295px !important;
    }
}

@media only screen and (max-width:420px) and (min-width:401px) {
    .group_items-box {
        height: 280px !important;
    }
}

@media only screen and (max-width:400px) and (min-width:381px) {
    .group_items-box {
        height: 270px !important;
    }
}

@media only screen and (max-width:380px) and (min-width:361px) {
    .group_items-box {
        height: 260px !important;
    }
}

@media only screen and (max-width:360px) and (min-width:341px) {
    .group_items-box {
        height: 250px !important;
    }
}

@media only screen and (max-width:340px) and (min-width:321px) {
    .group_items-box {
        height: 255px !important;
    }
}

@media only screen and (max-width:320px) and (min-width:301px) {
    .group_items-box {
        height: 245px !important;
    }
}

@media only screen and (max-width:300px) and (min-width:281px) {
    .group_items-box {
        height: 235px !important;
    }
}

@media only screen and (max-width:280px) and (min-width:261px) {
    .group_items-box {
        height: 225px !important;
    }
}

@media only screen and (max-width:260px) and (min-width:241px) {
    .group_items-box {
        height: 215px !important;
    }
}

.recent-box {
    clear: both;
}

.recent-box .cat-box-content {
    padding: 20px;
    position: relative;
}

.cat-box.recent-box.recent-full_thumb .cat-box-content,
.cat-box.recent-box.recent-blog .cat-box-content {
    padding-top: 0;
}

.recent-masonry .cat-box-content {
    padding: 0;
}

.recent-box .recent-item,
.scroll-box .scroll-item {
    float: left;
    width: 31.33333333%;
    margin: 0 3% 1em 0;
    height: 190px;
}

.recent-box .recent-item:nth-child(3n+3) {
    margin-right: 0;
}

.recent-box .item-list {
    padding: 20px 0;
}

.recent-box-pagination {
    position: relative;
    margin: -35px 0 35px;
}

.recent-box-pagination .pagination {
    margin: 0;
}

.tie-padding {
    display: inline-block;
}

.divider {
    border-top: 1px solid #CCCCCC;
    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 #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.cat-box.woocommerce.woocommerce-box .cat-box-content {
    padding: 20px 20px 0;
}

.cat-box.woocommerce .products {
    margin: 0;
}

.cat-box.woocommerce ul.products li.product {
    margin-bottom: 20px;
}

.cat-box.scroll-box.woocommerce ul.products li.product,
.cat-box.scroll-box.woocommerce .group_items,
.cat-box.scroll-box.woocommerce .group_items-box {
    height: 355px;
}

.cat-box.woocommerce ul.products li.product .price,
.cat-box.woocommerce ul.products li.product .star-rating {
    margin: 5px 0;
}

.cat-box-content ul.products li.product .price del,
.cat-box-content ul.products li.product .price ins {
    margin-right: 10px;
}

.page-head {
    padding: 3px 0;
    overflow: hidden;
}

.page-head .stripe-line {
    margin-top: 7px;
}

.page-title {
    float: left;
    margin-right: 10px;
    font-size: 20px;
    font-family: 'Bebas Neue', Arial, Georgia, serif;
    color: #000000;
}

a.rss-cat-icon {
    float: right;
    font-size: 14px;
    margin: 6px 0 0 4px;
    display: block;
    color: #FF9133;
}

.archive-meta {
    padding: 15px 0;
}

.cat-box-content.author-cover {
    border-bottom: 0;
    line-height: 0;
    z-index: 0;
    min-height: 100px;
}

.author-cover-head {
    margin: -55px auto 45px;
    padding: 20px;
    max-width: 90%;
    position: relative;
    z-index: 1;
}

.author-cover-head .author-avatar img {
    max-width: 70px;
}

.page-head .author-bio {
    padding: 10px;
    margin-bottom: 15px;
}

.author-bio {
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.single-post-thumb {
    margin: 0 -1px !important;
    line-height: 0 !important;
}

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

.full-width .single-post-thumb {
    margin: 0 !important;
}

.google-map iframe {
    width: 100%;
}

.head-lightbox a {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.head-lightbox a:hover {
    opacity: .8;
}

.single-post-caption {
    padding: 7px;
    text-align: center;
    font-style: italic;
    color: #666666;
}

.entry .mejs-container {
    margin-bottom: 20px;
}

.mejs-container.wp-audio-shortcode {
    width: 100%;
}

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

.mejs-container.wp-video-shortcode.mejs-video {
    padding-top: 57%;
}

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

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

.wp-playlist.wp-playlist-light,
.wp-playlist.wp-playlist-dark {
    border-color: #EEEEEE;
    background: 0 0;
    color: #333333;
}

.wp-playlist.wp-playlist-light .wp-playlist-playing,
.wp-playlist.wp-playlist-dark .wp-playlist-playing {
    background: #EEEEEE;
    color: #444444;
}

.wp-playlist .wp-playlist-item {
    padding: 5px;
    border-color: #EEEEEE;
}

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

.wp-playlist .wp-playlist-playing {
    font-weight: 400;
}

.post-cover #crumbs,
.post-cover-title #crumbs {
    border-bottom: 0;
}

.post-cover article.post-listing {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.post-cover article.post-listing .post-inner {
    padding: 0 0 20px;
}

.post-cover .share-post {
    margin-left: 0;
    margin-right: 0;
}

.post-cover-head .single-has-thumb.single-post-thumb {
    position: relative;
    margin: 0;
    height: 475px;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.post-cover-head .single-post-thumb.head-lightbox,
.post-cover-head .single-post-thumb.single-post-audio {
    height: auto;
}

.post-cover-title {
    width: 100%;
    line-height: 22px;
}

.single-has-thumb .post-cover-title {
    position: absolute;
    bottom: 0;
    padding: 50px 20px 10px;
    color: #CCCCCC;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 100%);
}

.single-has-thumb .post-cover-title a,
.single-has-thumb .post-cover-title p.post-meta,
.single-has-thumb .post-cover-title p.post-meta a {
    color: #CCCCCC;
}

.single-has-thumb .post-cover-title a:hover,
.single-has-thumb .post-cover-title p.post-meta a:hover {
    color: #FFFFFF;
    border: 0;
}

.post-cover-title .post-title {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0;
}

.single-has-thumb .post-cover-title .post-title {
    color: #FFFFFF;
}

.post-cover-title #crumbs {
    margin-bottom: 0;
}

.post-cover-title p.post-meta {
    font-size: 14px;
}

a.go-to-the-post {
    padding: 10px;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #FFFFFF;
    font-size: 52px;
    color: #FFFFFF;
    opacity: .6;
}

a.go-to-the-post:hover {
    opacity: 1;
}

.post-listing.post {
    margin-bottom: 40px;
}

.post-inner {
    padding: 20px;
}

.product_title,
.post-title {
    font-family: 'Bebas Neue', Arial, Georgia, serif;
    margin-bottom: 10px;
    font-size: 23.5px;
    color: #000000;
}

body.single .post-inner p.post-meta span {
    margin-right: 15px;
}

body.single .post-inner p.post-meta span i {
    margin-right: 5px;
}

.post-inner p.post-meta {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

p.post-meta span {
    display: inline-block;
    margin-right: 10px;
}

.item-list {
    border-bottom: 1px solid #F2F2F2;
    padding: 20px 20px 25px;
    clear: both;
}

.item-list:last-of-type {
    border-bottom: 0;
}

.item-list p.post-meta {
    margin: 10px 0;
}

.archive-wide-thumb {
    margin: -20px -20px 10px !important;
    padding: 0 !important;
    float: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.archive-wide-thumb a:hover img {
    opacity: .8;
}

.page-link {
    margin: 15px 0 0;
    padding: 10px;
    background: #F6F6F6;
    clear: both;
}

.page-link a {
    color: #FFFFFF;
    padding: 5px 6px;
    background: #999999;
}

.page-link a:hover {
    background: #777777;
}

.edit-link {
    clear: both;
    display: block;
    margin-top: 10px;
}

.post-tag {
    margin: -30px 0 35px;
}

.post-tag a {
    background-color: #DDDDDD;
    border-radius: 0 2px 2px 0;
    color: #777777;
    display: inline-block;
    font-size: 11px;
    line-height: 13px;
    margin: 0 0 5px 10px;
    padding: 4px 7px 3px;
    position: relative;
    text-transform: uppercase;
}

.post-tag a:hover {
    background: #FF1493 !important;
    color: #FFFFFF !important;
}

.post-tag a:before {
    border-top: 10px solid transparent;
    border-right: 8px solid #DDDDDD;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.post-tag a:hover:before {
    border-right-color: #FF1493 !important;
}

.post-tag a:after {
    background-color: #777777;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}

.post-tag a:hover:after {
    background-color: #FFFFFF;
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #F88C00;
}

.mejs-container .mejs-controls a:focus > .mejs-offscreen {
    color: #000000;
}

#reading-position-indicator {
    display: block;
    height: 4px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #F88C00;
    width: 0;
    z-index: 9999;
    max-width: 100%;
}

.sticky {}

.post-thumbnail {
    margin-right: 15px;
    position: relative;
    line-height: 0;
}

.post-thumbnail a {
    display: block !important;
    background: #000000;
    font-size: 0;
}

.post-thumbnail img {
    height: auto;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.post-thumbnail img.attachment-tie-small,
.post-thumbnail img.avatar {
    max-width: 100px;
}

.post-thumbnail a:hover img {
    opacity: .3 !important;
}

.post-thumbnail a:hover .overlay-icon:before,
.video-box .overlay-icon:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.overlay-icon:before,
.tie_slider .overlay-icon:before {
    content: "\f15c";
    color: #FFFFFF;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #FFFFFF;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    margin: -20px 0 0 -20px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.tie_audio .overlay-icon:before {
    content: "\f028";
}

.tie_music .overlay-icon:before {
    content: "\f001";
}

.tie_video .overlay-icon:before {
    content: "\f144";
}

.tie_play .overlay-icon:before {
    content: "\f03d";
}

.tie_photo .overlay-icon:before {
    content: "\f03e";
}

.tie_camera .overlay-icon:before {
    content: "\f030";
}

.tie_slider .overlay-icon:before {
    content: '\e80c';
}

.tie_event .overlay-icon:before {
    content: "\f272";
}

.tie_player .overlay-icon:before {
    content: "\f70c";
}

.tie_male .overlay-icon:before {
    content: "\f183";
}

.tie_female .overlay-icon:before {
    content: "\f182";
}

.tie_trophy .overlay-icon:before {
    content: "\f091";
}

.tie_sponsor .overlay-icon:before {
    content: "\f2b5";
}

.tie_recent .overlay-icon:before {
    content: "\f110";
}

.tie_popular .overlay-icon:before {
    content: "\f005";
}

.tie_folder .overlay-icon:before {
    content: "\f07c";
}

.tie_forum .overlay-icon:before {
    content: "\f781";
}

.tie_location .overlay-icon:before {
    content: "\f041";
}

.tie_shop .overlay-icon:before {
    content: "\f07a";
}

.item-list .post-thumbnail,
.timeline .post-thumbnail {
    float: left;
    margin-bottom: 0;
}

.more-items:after {
    content: attr(data-more);
    position: absolute;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    font-size: 200%;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 2px;
}

.more-items:hover:after {
    content: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cat-box li .post-thumbnail {
    margin: 0 10px 0 0;
}

.column2 .post-thumbnail {
    float: left;
}

.cat-box.column2 li.first-news .post-thumbnail {
    margin: 0 0 10px;
    float: none;
}

.wide-box li .post-thumbnail,
.list-box li .post-thumbnail {
    float: left;
}

.wide-box li.first-news .post-thumbnail {
    width: 275px;
}

.list-box li.first-news .post-thumbnail {
    margin: 0 0 15px;
    float: none;
}

.cat-tabs-wrap li .post-thumbnail {
    float: left;
    margin-bottom: 0;
}

.cat-tabs-wrap li.first-news .post-thumbnail {
    margin: 0 0 10px;
    float: none;
}

.recent-item .post-thumbnail {
    margin: 0 0 10px;
}

.share-post {
    clear: both;
    margin: 10px -20px -20px;
    padding: 10px;
    background: #F7F7F7;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mini-share-post {
    clear: both;
    margin: 10px -24px -20px;
    padding: 10px 10px 10px 25px;
    height: 20px;
}

.share-post .normal-social li,
.mini-share-post .normal-social li {
    position: relative;
    overflow: hidden;
}

.mini-share-post .share-text,
.entry .share-post .share-text {
    display: none;
}

.entry .share-post {
    margin: 0 0 15px;
    background: 0 0;
    border: 0;
    height: auto;
    padding: 0;
}

.entry .share-post li,
.entry .share-post ul {
    list-style: none;
    margin: 0;
}

.recent-box .mini-share-post {
    margin-bottom: -5px;
}

.share-post li,
.mini-share-post li {
    float: left;
    width: 100px;
}

.entry .share-post li iframe,
.share-post li iframe,
.mini-share-post li iframe {
    max-width: none !important;
}

.share-post span.share-text {
    background: #F88C00;
    display: block;
    float: left;
    color: #FFFFFF;
    padding: 0 10px;
    font-family: 'Bebas Neue', Arial, Georgia, serif;
    font-size: 14pt;
    height: 40px;
    line-height: 44px;
    letter-spacing: 1.5px;
    margin-right: 10px;
    margin-left: -10px;
}

.share-post .flat-social a {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.flat-social li {
    width: auto !important;
}

.flat-social a {
    padding: 0 5px;
    color: #FFFFFF;
    margin: 0 5px 0 0;
    display: inline-block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.flat-social a:hover {
    background: #FF1493;
}

.flat-social a span.flat-opacity {
    background-color: rgba(0, 0, 0, 0.15);
    width: 24px;
    height: 24px;
    line-height: 25px;
    left: -5px;
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
}

.flat-social a.flat-icon {
    padding: 0;
    display: inline-block;
}

.flat-social a.flat-icon span.flat-opacity {
    left: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.popup-media.flat-social a {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.popup-media.flat-social a span.flat-opacity {
    background-color: rgba(0, 0, 0, 0.15);
    width: 60px;
    height: 60px;
    font-size: 24px;
    line-height: 63px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.popup-media.flat-social a.flat-icon span.flat-opacity {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.author-social.flat-social a span.social-opacity {
    background-color: rgba(0, 0, 0, 0.15);
    width: 24px;
    height: 24px;
    line-height: 25px;
    position: relative;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.author-social.flat-social a.flat-icon {
    padding: 0 0 0 5px;
    display: inline-block;
}

.author-social.flat-social a.flat-icon span.social-opacity {
    left: -5px;
    border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
}

.entry {
    word-wrap: break-word;
    line-height: 22px;
}

.entry p {
    margin-bottom: 20px;
}

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

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 1em;
    font-family: Helvetica, sans-serif;
    font-weight: 400;
}

.entry h1 {
    font-size: 36px;
}

.entry h2 {
    font-size: 30px;
}

.entry h3 {
    font-size: 24px;
}

.entry h4 {
    font-size: 18px;
}

.entry h5 {
    font-size: 14px;
}

.entry h6 {
    font-size: 12px;
}

.entry ol,
.entry ul {
    margin: 0 0 20px 15px;
}

.entry ul li {
    list-style: outside disc;
    list-style-image: none;
}

.entry ol li {
    list-style: outside decimal;
}

.entry li {
    margin: 0 0 5px;
}

.entry li ul,
.entry li ol {
    margin: 5px 0 0 15px;
}

.entry #user-login ul {
    margin-bottom: -5px;
}

.gallery {
    margin: 0 auto 18px;
    clear: both;
}

.gallery .gallery-item {
    display: inline-block;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.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 .gallery-item img {
    height: auto;
    margin: 0 auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.gallery .gallery-item a:hover img {
    opacity: .6 !important;
    margin: -5px 0 5px;
}

.gallery-caption {
    color: #888888;
    margin: 0 0 12px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.gallery br + br {
    display: none;
}

.attachment img {
    display: block;
    margin: 0 auto;
}

blockquote p {
    color: #999999;
    padding: 0 18px;
    font-family: Georgia, Arial, serif;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    border: 4px solid #777777;
    border-width: 0 0 0 4px;
}

#related_posts,
#multiple_posts,
#author-box {
    clear: both;
}

.block-head {
    padding: 3px 0 0;
    overflow: hidden;
}

.block-head h3,
#respond h3 {
    float: left;
    color: #000000;
    margin-right: 10px;
    font-size: 20px;
    font-family: 'Bebas Neue', Arial, Georgia, serif;
}

#multiple_posts .cat-box-content {
    padding-top: 10px;
}

#related_posts .post-listing,
#multiple_posts .post-listing,
#author-box .post-listing {
    padding: 20px;
    margin-bottom: 40px;
}

#related_posts .related-item,
#multiple_posts .multiple-item {
    float: left;
    width: 31.33333333%;
    margin: 0 3% 1em 0;
}

#related_posts .related-item:nth-child(3n+3),
#multiple_posts .multiple-item:nth-child(3n+3),
.full-width #related_posts .related-item:nth-child(4n+4),
.full-width #multiple_posts .multiple-item:nth-child(4n+4) {
    margin-right: 0;
}

#main-content:not(.full-width) #related_posts .related-item:nth-child(3n+4),
#main-content:not(.full-width) #multiple_posts .multiple-item:nth-child(3n+4),
.full-width #related_posts .related-item:nth-child(4n+5),
.full-width #multiple_posts .multiple-item:nth-child(4n+5) {
    clear: left;
}

#related_posts .related-item .post-thumbnail,
#multiple_posts .multiple-item .post-thumbnail {
    margin: 0 0 10px;
}

.full-width #related_posts .related-item,
.full-width #multiple_posts .multiple-item {
    margin-right: 2%;
    width: 23.5%;
}

.entry #related_posts,
.entry #multiple_posts {
    margin: 0 0 20px 20px;
    float: right;
    width: 30%;
    border: 1px solid #EEEEEE;
    border-width: 0 0 0 1px;
    padding-left: 20px;
}

.entry #related_posts .post-listing,
.entry #multiple_posts .post-listing {
    border-bottom: 0;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.entry #related_posts .related-item,
.entry #multiple_posts .multiple-item {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 10px;
}

.entry #related_posts .related-item h3,
.entry #multiple_posts .multiple-item h3 {
    margin: 0;
    font-size: 15px;
}

.entry #related_posts .stripe-line,
.entry #multiple_posts .stripe-line {
    display: none;
}

.entry #related_posts .block-head h3,
.entry #multiple_posts .block-head h3 {
    margin-top: 0;
}

.entry #related_posts .post-inner p.post-meta,
.entry #multiple_posts .post-inner p.post-meta {
    padding: 0;
}

#check-also-box {
    position: fixed;
    z-index: 999;
    bottom: 65px;
    right: -350px;
    width: 300px;
    background: #FFFFFF;
    border-top: 4px solid #F88C00;
    border-bottom: 0;
    padding: 10px 20px 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

#check-also-box.check-also-left {
    left: -350px;
    right: auto;
}

#check-also-box.show-check-also,
#check-also-box.check-also-left #check-also-close {
    right: 0;
    left: auto;
}

#check-also-box.check-also-left.show-check-also {
    right: auto;
    left: 0;
}

#check-also-box .block-head {
    padding: 0;
}

#check-also-box .block-head h3 {
    text-align: center;
    color: #000000;
    margin: 0 0 10px;
    display: block;
    float: none;
}

#check-also-box .post-thumbnail {
    margin: 0 0 10px;
}

.check-also-post {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}

.check-also-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.check-also-post .post-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.check-also-post p {
    line-height: 20px;
}

.check-also-post p.post-meta span {
    display: inline-block;
    margin-right: 7px;
}

#check-also-close {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1px 8px 3px;
    background: #F88C00;
    color: #FFFFFF;
    font-size: 19px;
}

.navigation {
    margin: 10px 0;
    clear: both;
    overflow: hidden;
}

.nav-previous {
    float: left;
}

.nav-next {
    float: right;
}

.post-navigation {
    clear: both;
    margin: -10px 0 20px;
    overflow: hidden;
}

.post-navigation div {
    display: block;
    width: 245px;
    position: relative;
    font-size: 14px;
    color: #999999;
}

.post-previous {
    float: left;
    padding-left: 40px;
}

.post-next {
    float: right;
    text-align: right;
    padding-right: 40px;
}

.post-navigation div span {
    display: block;
    font-size: 80%;
    color: #999999;
}

.post-navigation div a:after {
    position: absolute;
    color: #CCCCCC;
    font-size: 56px;
    margin-top: -11px;
    height: 22px;
    line-height: 22px;
    top: 34%;
}

.post-previous a:after {
    content: '«';
    left: 0;
}

.post-next a:after {
    content: '»';
    right: 0;
}

#sidebar {
    float: right;
    width: 310px;
}

.full-width #sidebar {
    display: none !important;
}

.sidebar-left #sidebar {
    float: left;
}

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

.theiaStickySidebar:after {
    content: "";
    display: table;
    clear: both;
}

.widget {
    clear: both;
    margin-bottom: 25px;
}

.widget-top {
    padding: 5px 0;
}

.widget-top h4 {
    float: left;
    margin-right: 10px;
    font-size: 20px;
    font-family: 'Bebas Neue', Arial, Georgia, serif;
    color: #000000;
}

.widget-top h4 i {
    margin-right: 3px;
}

.widget-top h4 a {
    color: #000000;
}

.widget-top h4 a:hover {
    color: #F88C00;
}

.widget-container {
    padding: 10px;
    clear: both;
}

.widget-container h3 {
    font-size: inherit;
}

.widget-container li {
    padding: 0 0 5px;
    line-height: 18px;
    overflow: hidden;
}

.widget-container p:not(:last-child) {
    padding-bottom: 1.0em;
}

.widget-container a:hover {
    text-decoration: none;
}

.widget-container li span.tie-view,
.footer-widget-container li span.tie-view,
.mega-menu-block .tie-view,
.widget-container li span.tie-like,
.footer-widget-container li span.tie-like,
.mega-menu-block .tie-like,
.widget-container li span.tie-listen,
.footer-widget-container li span.tie-listen,
.mega-menu-block .tie-listen,
.widget-container li span.tie-male,
.footer-widget-container li span.tie-male,
.mega-menu-block .tie-male,
.widget-container li span.tie-female,
.footer-widget-container li span.tie-female,
.mega-menu-block .tie-female,
.widget-container li span.tie-comment,
.footer-widget-container li span.tie-comment,
.mega-menu-block .tie-comment,
.widget-container li span.tie-date,
.footer-widget-container li span.tie-date,
.mega-menu-block .tie-date,
span.tie-view,
span.tie-like,
span.tie-listen,
span.tie-male,
span.tie-female,
span.tie-comment,
span.tie-date {
    color: #AAAAAA;
    margin: 4px 5px 0;
    font-size: 80%;
    display: inline-block;
}

.widget-container li span.post-small-rate,
.footer-widget-container li span.post-small-rate {
    margin-top: 5px;
}

.widget-container .post-thumbnail,
.footer-widget-container .post-thumbnail {
    float: left;
    margin-right: 10px;
}

.widget_search label span,
#bbp-search-form label,
.widget_product_search label.screen-reader-text {
    display: none;
}

.text-html-box {
    margin-bottom: 20px;
}

.widget_rss .widget-title img {
    width: 11px;
    height: 11px;
}

.widget.news-pic .post-thumbnail {
    padding: 1px;
    width: 33.3333333%;
    max-width: 160px;
    margin: 0;
}

.widget.news-pic .post-thumbnail img.attachment-tie-small {
    max-width: 100% !important;
}

#tabbed-widget .tabs-wrap li:last-child,
.comments-avatar .widget-container li:last-child,
.posts-list .widget-container li:last-child,
.categort-posts .widget-container li:last-child,
.authors-posts .widget-container li:last-child {
    border-bottom: 0;
}

#tabbed-widget .tabs-wrap li,
.comments-avatar .widget-container li,
.posts-list .widget-container li,
.categort-posts .widget-container li,
.authors-posts .widget-container li,
.widget.woocommerce .widget-container li,
.widget-container ul.reviews-posts li,
.widget_categories .widget-container li,
.widget_archive .widget-container li,
.widget_nav_menu .widget-container li,
.widget_meta .widget-container li,
.widget_pages .widget-container li,
.widget_recent_comments .widget-container li,
.widget_recent_entries .widget-container li,
.widget_display_forums .widget-container li,
.widget_display_views .widget-container li,
.widget_display_replies .widget-container li,
.widget_display_topics .widget-container li {
    padding: 6px 0;
    border-bottom: 1px solid #F2F2F2;
}

.widget_categories .widget-container li:before,
.widget_product_categories ul li:before {
    font-family: FontAwesome;
    margin-right: .53em;
    display: inline-block;
    opacity: .25;
    content: "\f114";
}

.widget_categories .widget-container li li,
.widget_nav_menu .widget-container li li {
    padding-left: 15px;
    border: 0;
}

.widget_categories .widget-container li li li,
.widget_nav_menu .widget-container li li li {
    padding-left: 25px;
}

.authors-posts .widget-container li strong {
    float: right;
    display: block;
}

.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;
    width: 100%;
    text-decoration: none !important;
    text-align: center;
}

.tie-insta-header {
    margin-bottom: 15px;
}

.tie-insta-avatar a {
    width: 70px;
    height: 70px;
    display: block;
    position: relative;
    float: left;
    margin-right: 15px;
}

.tie-insta-avatar a:before {
    content: '';
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    border-radius: 50%;
    background: #3051F1;
    background: radial-gradient(circle farthest-corner at 28% 100%, #FCDF8F 0%, #FBD377 10%, #FA8E37 22%, #F73344 35%, transparent 65%), linear-gradient(145deg, #3051F1 10%, #C92BB7 70%);
}

.tie-insta-avatar a:after {
    position: absolute;
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    left: -2px;
    top: -2px;
    border-radius: 50%;
    background: #FFFFFF;
}

.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 5px 0 0;
}

.tie-insta-counts .counts-number {
    font-weight: 700;
}

.tie-insta-counts span:last-child {
    opacity: .7;
    font-size: 90%;
}

.tie-insta-desc {
    clear: both;
    margin-top: 20px;
}

.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: #FFFFFF;
    font-size: 20px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.facebook-box {
    text-align: center;
}

.facebook-box iframe {
    width: 100% !important;
}

#wp_tag_cloud div {
    line-height: 1.6em;
}

.facebook-widget-content ul {
    margin: 0 -10px;
}

#theme-footer .facebook-widget-content ul {
    margin: 0;
}

.facebook-widget-content li,
#theme-footer .facebook-widget-content li {
    background: 0 0;
    border-bottom: 1px solid #F2F2F2;
    padding: 10px 10px 10px 55px;
}

.facebook-widget-content li i,
#theme-footer .facebook-widget-content li i {
    float: left;
    margin-left: -43px;
    margin-top: 0;
    color: #DDDDDD;
    font-size: 32px;
    width: 30px;
}

#theme-footer .facebook-widget-content li i {
    color: #CCCCCC;
}

.facebook-widget-content li:last-child {
    border-bottom: 0;
}

.facebook-widget-content .facebook-timestamp {
    font-style: italic;
    color: #888888;
    font-size: 10px;
    float: right;
    clear: both;
}

.footer-widgets-box .facebook-widget-content li:before {
    margin-left: 0;
    color: #777777;
}

#tabbed-widget .widget-top {
    background: #F7F7F7;
    height: 46px;
    border-bottom: 3px solid #EAEAEA;
    padding: 8px 0 0 2px;
    margin: -10px -10px 10px;
}

.tabs-wrap,
.cat-tabs-wrap {
    clear: both;
    display: none;
}

.tabs-wrap#tab1,
.cat-tabs-wrap.cat-tabs-wrap1 {
    display: block;
}

#tabbed-widget ul.tabs li {
    float: left;
    position: relative;
    margin-left: 3px;
    line-height: 30px;
    padding: 1.5px;
    background: 0 0;
}

#tabbed-widget ul.tabs li a {
    display: inline-block;
    text-align: center;
    color: #000000;
    padding: 5px 6px 1.5px;
    line-height: 30px;
}

#tabbed-widget ul.tabs li a:hover {
    color: #F88C00 !important;
}

#tabbed-widget ul.tabs li a i {
    color: #000000;
    margin-right: 3px;
}

#tabbed-widget ul.tabs li.active a {
    background: #FFFFFF;
    color: #F88C00 !important;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-box-shadow: 0 -1px 2px #D4D4D4;
    -moz-box-shadow: 0 -1px 2px #D4D4D4;
    box-shadow: 0 -1px 2px #D4D4D4;
}

#tabbed-widget .tabs-wrap.tagcloud {
    font-size: 0;
}

#tabbed-widget .tabs-wrap.tagcloud a {
    padding: 6px 8px;
    background: #F7F7F7;
    display: inline-block;
    margin: 0 1px 1px 0;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
}

#tabbed-widget .tabs-wrap.tagcloud a:hover {
    background: #333333;
    color: #FFFFFF;
    text-decoration: none;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar caption {
    color: #222222;
    font-weight: 700;
    padding-bottom: 4px;
    text-align: center;
}

#wp-calendar tbody {
    color: #AAAAAA;
}

#wp-calendar tbody td {
    background: #F5F5F5;
    border: 1px solid #FFFFFF;
    padding: 3px 0 2px;
    text-align: center;
}

#wp-calendar tbody .pad,
footer #wp-calendar tbody .pad {
    background: 0 0;
    border: 0;
}

#wp-calendar tfoot #next {
    text-align: right;
}

footer #wp-calendar tbody td {
    background: #333333;
    border-color: #555555;
}

footer #wp-calendar caption {
    color: #FFFFFF;
}

.author-avatar {
    position: relative;
    width: 75px;
    height: 75px;
    background: transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.author-avatar .avatar_lines {
    position: relative;
    max-width: 75px;
    background: repeating-conic-gradient(from var(--a), #F88C00 0%, #F88C00 10%, transparent 10%, transparent 50%);
    animation: avatar_preview 6s linear infinite;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

@keyframes avatar_preview {
    0% {
        --a: 0deg;
    }

    100% {
        --a: 360deg;
    }
}

.author-avatar .avatar_lines::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-conic-gradient(from var(--a), #F88C00 0%, #F88C00 10%, transparent 10%, transparent 50%);
    animation: avatar_preview 6s linear infinite;
    animation-delay: -1.5s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.author-avatar .avatar_lines::after {
    content: '';
    position: absolute;
    inset: 2px;
    background: #FFFFFF;
    border-radius: calc(5px - 2px);
    -moz-border-radius: calc(5px - 2px);
    -webkit-border-radius: calc(5px - 2px);
}

.author-avatar .avatar_lines img {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    max-width: calc(75px - 4px);
    max-height: calc(75px - 4px);
    margin: 2px;
    background: #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.author-avatar .avatar_lines .avatar_box {
    padding: 2px;
}

.author-description {
    font-size: 95%;
    line-height: 16px;
    margin-top: 3px;
}

.author-social {
    float: left;
    margin-top: 10px;
}

.author-social a {
    width: 25px;
    text-align: center;
    background: #DDDDDD;
    padding: 5px 0;
    color: #777777;
    line-height: 0;
}

.author-social a:hover {
    color: #FFFFFF !important;
}

.author-social a.social-facebook,
.author-social a.social-youtube,
.author-social a.social-twitter,
.author-social a.social-instagram,
.author-social a.social-snapchat,
.author-social a.social-tiktok,
.author-social a.social-figma,
.author-social a.social-tumblr,
.author-social a.social-likee,
.author-social a.social-telegram,
.author-social a.social-threads,
.author-social a.social-mastodon,
.author-social a.social-flipboard,
.author-social a.social-pocket,
.author-social a.social-linkedin,
.author-social a.social-pinterest,
.author-social a.social-vimeo,
.author-social a.social-twitch,
.author-social a.social-eyeem,
.author-social a.social-dailymotion,
.author-social a.social-rumble,
.author-social a.social-alapcari,
.author-social a.social-bkash,
.author-social a.social-canva,
.author-social a.social-capcut,
.author-social a.social-cara,
.author-social a.social-mix,
.author-social a.social-bluesky,
.author-social a.social-chatgpt,
.author-social a.social-gmail,
.author-social a.social-google,
.author-social a.social-googleplus,
.author-social a.social-linktree,
.author-social a.social-messenger,
.author-social a.social-mini,
.author-social a.social-ashimkhan,
.author-social a.social-shopify,
.author-social a.social-teams,
.author-social a.social-twitterx,
.author-social a.social-wikipedia,
.author-social a.social-yahoo,
.author-social a.social-solo,
.author-social a.social-gemini,
.author-social a.social-meta,
.author-social a.social-odnoklassniki,
.author-social a.social-wechat,
.author-social a.social-baidu,
.author-social a.social-qq,
.author-social a.social-qzone,
.author-social a.social-josh,
.author-social a.social-viber,
.author-social a.social-imo,
.author-social a.social-xiaohongshu,
.author-social a.social-line,
.author-social a.social-picsart,
.author-social a.social-vevo,
.author-social a.social-zoom,
.author-social a.social-weibo,
.author-social a.social-disqus,
.author-social a.social-sportivals,
.author-social a.social-quora,
.author-social a.social-fiverr,
.author-social a.social-discord,
.author-social a.social-bilibili,
.author-social a.social-behance,
.author-social a.social-flickr,
.author-social a.social-vkontakte,
.author-social a.social-whatsapp,
.author-social a.social-skype,
.author-social a.social-foursquare,
.author-social a.social-digg,
.author-social a.social-reddit,
.author-social a.social-play,
.author-social a.social-yelp,
.author-social a.social-xing,
.author-social a.social-dropbox,
.author-social a.social-apple,
.author-social a.social-friendfeed,
.author-social a.social-lastfm,
.author-social a.social-spotify,
.author-social a.social-paypal,
.author-social a.social-wordpress,
.author-social a.social-share-alt,
.author-social a.social-picasa,
.author-social a.social-evernote,
.author-social a.social-blogger,
.author-social a.social-viadeo,
.author-social a.social-deviantart,
.author-social a.social-grooveshark,
.author-social a.social-fivehundredpx,
.author-social a.social-stumbleupon,
.author-social a.social-dribbble,
.author-social a.social-rss,
.author-social a.social-soundcloud,
.author-social a.social-github,
.author-social a.social-delicious,
.author-social a.social-addition,
.author-social a.social-print,
.author-social a.social-hyperlink,
.author-social a.social-website,
.author-social a.social-email,
.author-social a.social-phone {
    width: auto;
    padding: 0;
    text-decoration: none;
}

.widget_author .author-social a.social-facebook span,
.widget_author .author-social a.social-youtube span,
.widget_author .author-social a.social-twitter span,
.widget_author .author-social a.social-instagram span,
.widget_author .author-social a.social-snapchat span,
.widget_author .author-social a.social-tiktok span,
.widget_author .author-social a.social-figma span,
.widget_author .author-social a.social-tumblr span,
.widget_author .author-social a.social-likee span,
.widget_author .author-social a.social-telegram span,
.widget_author .author-social a.social-threads span,
.widget_author .author-social a.social-mastodon span,
.widget_author .author-social a.social-flipboard span,
.widget_author .author-social a.social-pocket span,
.widget_author .author-social a.social-linkedin span,
.widget_author .author-social a.social-pinterest span,
.widget_author .author-social a.social-vimeo span,
.widget_author .author-social a.social-twitch span,
.widget_author .author-social a.social-eyeem span,
.widget_author .author-social a.social-dailymotion span,
.widget_author .author-social a.social-rumble span,
.widget_author .author-social a.social-alapcari span,
.widget_author .author-social a.social-bkash span,
.widget_author .author-social a.social-canva span,
.widget_author .author-social a.social-capcut span,
.widget_author .author-social a.social-cara span,
.widget_author .author-social a.social-mix span,
.widget_author .author-social a.social-bluesky span,
.widget_author .author-social a.social-chatgpt span,
.widget_author .author-social a.social-gmail span,
.widget_author .author-social a.social-google span,
.widget_author .author-social a.social-googleplus span,
.widget_author .author-social a.social-linktree span,
.widget_author .author-social a.social-messenger span,
.widget_author .author-social a.social-mini span,
.widget_author .author-social a.social-ashimkhan span,
.widget_author .author-social a.social-shopify span,
.widget_author .author-social a.social-teams span,
.widget_author .author-social a.social-twitterx span,
.widget_author .author-social a.social-wikipedia span,
.widget_author .author-social a.social-yahoo span,
.widget_author .author-social a.social-solo span,
.widget_author .author-social a.social-gemini span,
.widget_author .author-social a.social-meta span,
.widget_author .author-social a.social-odnoklassniki span,
.widget_author .author-social a.social-wechat span,
.widget_author .author-social a.social-baidu span,
.widget_author .author-social a.social-qq span,
.widget_author .author-social a.social-qzone span,
.widget_author .author-social a.social-josh span,
.widget_author .author-social a.social-viber span,
.widget_author .author-social a.social-imo span,
.widget_author .author-social a.social-xiaohongshu span,
.widget_author .author-social a.social-line span,
.widget_author .author-social a.social-picsart span,
.widget_author .author-social a.social-vevo span,
.widget_author .author-social a.social-zoom span,
.widget_author .author-social a.social-weibo span,
.widget_author .author-social a.social-disqus span,
.widget_author .author-social a.social-sportivals span,
.widget_author .author-social a.social-quora span,
.widget_author .author-social a.social-fiverr span,
.widget_author .author-social a.social-discord span,
.widget_author .author-social a.social-bilibili span,
.widget_author .author-social a.social-behance span,
.widget_author .author-social a.social-flickr span,
.widget_author .author-social a.social-vkontakte span,
.widget_author .author-social a.social-whatsapp span,
.widget_author .author-social a.social-skype span,
.widget_author .author-social a.social-foursquare span,
.widget_author .author-social a.social-digg span,
.widget_author .author-social a.social-reddit span,
.widget_author .author-social a.social-play span,
.widget_author .author-social a.social-yelp span,
.widget_author .author-social a.social-xing span,
.widget_author .author-social a.social-dropbox span,
.widget_author .author-social a.social-apple span,
.widget_author .author-social a.social-friendfeed span,
.widget_author .author-social a.social-lastfm span,
.widget_author .author-social a.social-spotify span,
.widget_author .author-social a.social-paypal span,
.widget_author .author-social a.social-wordpress span,
.widget_author .author-social a.social-share-alt span,
.widget_author .author-social a.social-picasa span,
.widget_author .author-social a.social-evernote span,
.widget_author .author-social a.social-blogger span,
.widget_author .author-social a.social-viadeo span,
.widget_author .author-social a.social-deviantart span,
.widget_author .author-social a.social-grooveshark span,
.widget_author .author-social a.social-fivehundredpx span,
.widget_author .author-social a.social-stumbleupon span,
.widget_author .author-social a.social-dribbble span,
.widget_author .author-social a.social-rss span,
.widget_author .author-social a.social-soundcloud span,
.widget_author .author-social a.social-github span,
.widget_author .author-social a.social-delicious span,
.widget_author .author-social a.social-addition span,
.widget_author .author-social a.social-print span,
.widget_author .author-social a.social-hyperlink span,
.widget_author .author-social a.social-website span,
.widget_author .author-social a.social-email span,
.widget_author .author-social a.social-phone span {
    display: none;
}

.author-social a,
.author-social a i {
    margin: 0 !important;
}

.author-social a span.flat-text {
    margin: 0 6px 0 -4px;
}

.flickr-widget .flickr_badge_image {
    float: left;
    width: 25%;
    padding: 2px;
    line-height: 0;
    max-width: 90px;
}

.flickr-widget .flickr_badge_image a {
    display: block;
}

.flickr-widget .flickr_badge_image img {
    opacity: 1;
    width: 100%;
    height: auto;
}

.flickr-widget .flickr_badge_image a:hover img {
    opacity: .6;
}

.search-widget.search-block-large {
    margin-bottom: 25px;
    width: 100%;
}

.search-block-large {
    overflow: hidden;
    position: relative;
    width: 310px;
    max-width: 100%;
    margin: 10px auto;
}

.search-block-large.widget {
    margin-bottom: 10px;
}

.search-block-large #s {
    font: 11px 'Droid Sans', sans-serif;
    padding: 11px 40px 10px 10px;
    width: 100%;
    color: #7F7F7F;
    margin-bottom: 0;
    background: #F9F9F9;
    border-color: #F1F1F1;
    border-top-color: #DDDDDD;
    border-left-color: #DDDDDD;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.search-block-large #s:focus {
    color: #000000;
}

.search-block-large .search-button {
    position: absolute;
    top: 1px;
    right: 1px;
    cursor: pointer;
    height: 34px;
    width: 34px;
    line-height: 0;
    display: block;
    box-shadow: none !important;
    padding: 0;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
}

.search-block-large:hover #s {
    opacity: 1;
    color: #000000;
}

.search-block-large button.search-button i:before {
    font-size: 18px;
    color: #FFFFFF;
}

.widget_search input[type=search] {
    min-width: 100%;
}

#login-form,
#register-form,
#reset-form {
    padding: 11px 11px 0;
}

#login-form #eml-usr,
#login-form #email-username,
#login-form #pwd,
#login-form #password,
#register-form #email,
#register-form #username,
#register-form #name,
#register-form #date,
#register-form #gender,
#register-form #phone,
#register-form #website,
#register-form #password,
#register-form #re-password,
#reset-form #email-username,
.widget-feedburner .feedburner-email {
    color: #7F7F7F;
    font: 11px 'Droid Sans', sans-serif;
    padding: 10px 10px 9px 40px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    min-height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.comment-form #txt {
    color: #7F7F7F;
    font: 11px 'Droid Sans', sans-serif;
    line-height: normal;
    margin-bottom: 10px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.comment-form #eml,
.comment-form #nam,
.comment-form #web {
    color: #7F7F7F;
    font: 11px 'Droid Sans', sans-serif;
    padding: 10px 10px 9px 40px;
    margin-bottom: 10px;
    display: block;
    min-height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#login-form #eml-usr:hover,
#login-form #email-username:hover,
#login-form #pwd:hover,
#login-form #password:hover,
#register-form #email:hover,
#register-form #username:hover,
#register-form #name:hover,
#register-form #date:hover,
#register-form #gender:hover,
#register-form #phone:hover,
#register-form #website:hover,
#register-form #password:hover,
#register-form #re-password:hover,
#reset-form #email-username:hover,
.comment-form #txt:hover,
.comment-form #eml:hover,
.comment-form #nam:hover,
.comment-form #web:hover,
.widget-feedburner .feedburner-email:hover {
    opacity: 1;
    color: #000000;
}

#login-form #eml-usr:focus,
#login-form #email-username:focus,
#login-form #pwd:focus,
#login-form #password:focus,
#register-form #email:focus,
#register-form #username:focus,
#register-form #name:focus,
#register-form #date:focus,
#register-form #gender:focus,
#register-form #phone:focus,
#register-form #website:focus,
#register-form #password:focus,
#register-form #re-password:focus,
#reset-form #email-username:focus,
.comment-form #txt:focus,
.comment-form #eml:focus,
.comment-form #nam:focus,
.comment-form #web:focus,
.widget-feedburner .feedburner-email:focus {
    color: #000000 !important;
}

#login-form p,
#register-form p,
#reset-form p,
.comment-form p {
    padding-bottom: 0;
    position: relative;
}

#login-form p span.input_icon-left,
#register-form p span.input_icon-left,
#reset-form p span.input_icon-left,
.comment-form p span.input_icon-left {
    position: absolute;
    background: #DDDDDD;
    left: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

#login-form p span.input_icon-right,
#register-form p span.input_icon-right {
    position: absolute;
    right: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

#login-form p span.input_icon-right #pwd-icon-right,
#login-form p span.input_icon-right #password-icon-right,
#register-form p span.input_icon-right #password-icon-right,
#register-form p span.input_icon-right #re-password-icon-right {
    display: none;
    cursor: pointer;
}

#login-form #eml-usr-feedback,
#login-form #email-username-feedback,
#login-form #pwd-feedback,
#login-form #password-feedback,
#register-form #email-feedback,
#register-form #username-feedback,
#register-form #name-feedback,
#register-form #date-feedback,
#register-form #gender-feedback,
#register-form #phone-feedback,
#register-form #website-feedback,
#register-form #password-feedback,
#register-form #re-password-feedback,
#reset-form #email-username-feedback,
.comment-form #txt-feedback,
.comment-form #nam-feedback,
.comment-form #eml-feedback,
.comment-form #web-feedback,
.widget-feedburner .feedburner-email-feedback {
    margin: 1px;
}

.protocol-form {
    color: #9E9E9E;
}

#login-form .default,
#register-form .default,
#reset-form .default,
.comment-form .default {
    color: #9E9E9E;
    font-size: 12px;
}

#login-form .success,
#register-form .success,
#reset-form .success,
.comment-form .success {
    color: #4CAF50;
    font-size: 12px;
}

#login-form .error,
#register-form .error,
#reset-form .error,
.comment-form .error {
    color: #F44336;
    font-size: 12px;
}

#register-form .tooltip {
    position: absolute;
    width: 280px;
    padding: 10px;
    background: #F5F5F5;
    border: 1px solid #CECECE;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    z-index: 999999999999;
    white-space: nowrap;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#register-form .tooltip.active {
    visibility: visible;
    opacity: 1;
}

#register-form .tooltip::before {
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: -20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #CECECE;
}

#register-form .tooltip::after {
    content: '';
    display: block;
    position: absolute;
    left: 21px;
    top: -17px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: #F5F5F5;
}

#register-form .tooltip strong {
    font-size: 16px;
    color: #000000;
}

#register-form .tooltip ul {
    margin-top: 15px;
}

#register-form .tooltip li {
    margin: 3px 0;
}

#register-form .tooltip li:last-child {
    margin-bottom: 0;
}

#register-form .tooltip li.completed {
    color: #4CAF50;
}

#register-form .tooltip li.incomplete {
    color: #F44336;
}

ul.login-links,
ul.register-links,
ul.reset-links {
    font-size: small;
    margin: 20px 0 5px 0;
}

ul.login-links a,
ul.register-links a,
ul.reset-links a {
    background: #DDDDDD;
    color: #777777;
    width: auto;
    height: 24px;
    line-height: 22px;
    margin: 2px;
    padding: 4px 6px 4px 6px;
    transition: 0.5s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

ul.login-links a:hover,
ul.register-links a:hover,
ul.reset-links a:hover {
    background: #FF1493 !important;
    color: #FFFFFF !important;
    width: auto;
    height: 24px;
    line-height: 22px;
    margin: 2px;
    padding: 4px 6px 4px 6px;
    transition: 0.5s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

p.welcome-text {
    margin-bottom: 0;
    padding-bottom: 7px;
}

.content .entry #login-form p,
.content .entry #register-form p,
.content .entry #reset-form p {
    padding: 0;
}

#user-login li,
#user-login img {
    padding: 4px 0 0;
    margin-bottom: 0;
}

.register-background,
.login-background,
.reset-background {
    width: 100%;
}

@media only screen and (min-width:569px) {
    .register-background {
        background-image: url(/image/css/tree-large.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        position: relative;
        min-height: 512px;
    }

    .login-background,
    .reset-background {
        background-image: url(/image/css/tree-small.png);
        background-position: right bottom;
        background-repeat: no-repeat;
        position: relative;
        min-height: 256px;
    }

    #login-container,
    #register-container,
    #reset-container {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0%, -50%);
    }
}

.widget-feedburner-counter {
    padding: 11px;
}

#sidebar .flexslider {
    width: 310px;
    height: 205px !important;
    clear: both;
}

#sidebar .flexslider .slides > li {
    height: 205px !important;
}

#sidebar .slider-caption {
    width: 100%;
    padding: 0;
    bottom: 0;
}

#sidebar .slider-caption h2 {
    padding: 3px 10px;
    line-height: 20px;
}

#sidebar .slider-caption h2 a {
    font-size: 18px;
}

.widget.timeline-posts li {
    padding: 0 0 0 5px;
}

.widget.timeline-posts li a h3 {
    border: 2px solid #CCCCCC;
    border-width: 0 0 0 2px;
    padding: 5px 0 12px 10px;
}

.widget.timeline-posts li a:hover h3 {
    border-color: #F88C00 !important;
}

.widget.timeline-posts li a span.tie-date {
    position: relative;
    padding-left: 12px;
    margin: 0;
    display: block;
    height: 16px;
}

.widget.timeline-posts li a span.tie-date:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #CCCCCC;
    display: block;
    position: absolute;
    left: -3px;
    top: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.widget.timeline-posts li a span.tie-date i {
    display: none;
}

.widget.timeline-posts li a:hover,
.widget.timeline-posts li a:hover span.tie-date {
    text-decoration: none;
}

.widget.timeline-posts li a:hover span.tie-date:before {
    background: #F88C00 !important;
    border-color: #F88C00 !important;
}

.arqam-lite-widget-counter {
    margin-bottom: 25px;
    overflow: hidden;
    background: transparent;
    clear: both;
    font-size: 0;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #CACACA;
    box-shadow: 0 0 3px #CACACA;
}

.arqam-lite-widget-counter ul {
    text-align: center;
}

.arqam-lite-widget-counter li {
    line-height: 15px;
    display: inline-block;
    width: 33.333333%;
    border: 1px solid #EEEEEE;
}

.arqam-lite-widget-counter li:nth-child(3n+1) {
    border-width: 0 1px 1px 0;
}

.arqam-lite-widget-counter li:nth-child(3n+2) {
    border-width: 0 0 1px 0;
}

.arqam-lite-widget-counter li:nth-child(3n+3) {
    border-width: 0 0 1px 1px;
}

.arqam-lite-widget-counter li:nth-last-child(1) {
    border-width: 0 0 0 1px;
}

.arqam-lite-widget-counter li:nth-last-child(2) {
    border-width: 0 0 0 0;
}

.arqam-lite-widget-counter li:nth-last-child(3) {
    border-width: 0 1px 0 0;
}

.arqam-lite-widget-counter li a {
    color: #444444;
    text-decoration: none;
    display: block;
    overflow: hidden;
    opacity: .8;
    padding: 0 0 6px;
}

.arqam-lite-widget-counter li a:hover {
    background: transparent;
    opacity: 1;
}

.arqam-lite-widget-counter a i {
    font-size: 28px;
    margin: 8px auto;
    width: 50px;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    background: #808080;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.arqam-lite-widget-counter a:hover i,
.social-icons-widget .social-icons.social-colored a:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.arqam-lite-widget-counter a:hover span,
.arqam-lite-widget-counter a:hover small {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}

.arqam-lite-widget-counter li span {
    display: block;
    font-size: 21px;
    color: #000000;
}

.arqam-lite-widget-counter li a small {
    font-size: 11px;
    color: #808080;
    padding-top: 3px;
    display: inline-block;
}

.arqam-lite-widget-counter.border a i {
    background: transparent;
    border: 1px solid #808080;
    color: #808080;
}

.arqam-lite-widget-counter.border li a:hover i {
    border: 0;
    color: #FFFFFF;
}

.arqam-lite-widget-counter.border .arq-lite-facebook a i {
    border-color: #1877F2;
    color: #1877F2;
}

.arqam-lite-widget-counter.border .arq-lite-twitter a i {
    border-color: #03A9F4;
    color: #03A9F4;
}

.arqam-lite-widget-counter.border .arq-lite-hyperlink a i {
    border-color: #25B7D3;
    color: #25B7D3;
}

.arqam-lite-widget-counter.border .arq-lite-tiktok a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-figma a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-pinterest a i {
    border-color: #CB2027;
    color: #CB2027;
}

.arqam-lite-widget-counter.border .arq-lite-snapchat a i {
    border-color: #FFC91B;
    color: #FFC91B;
}

.arqam-lite-widget-counter.border .arq-lite-tumblr a i {
    border-color: #3D5A70;
    color: #3D5A70;
}

.arqam-lite-widget-counter.border .arq-lite-flickr a i {
    border-color: #FF0084;
    color: #FF0084;
}

.arqam-lite-widget-counter.border .arq-lite-vkontakte a i {
    border-color: #4D76A1;
    color: #4D76A1;
}

.arqam-lite-widget-counter.border .arq-lite-whatsapp a i {
    border-color: #29A71A;
    color: #29A71A;
}

.arqam-lite-widget-counter.border .arq-lite-skype a i {
    border-color: #03A9F4;
    color: #03A9F4;
}

.arqam-lite-widget-counter.border .arq-lite-print a i {
    border-color: #9A00DA;
    color: #9A00DA;
}

.arqam-lite-widget-counter.border .arq-lite-website a i {
    border-color: #29A71A;
    color: #29A71A;
}

.arqam-lite-widget-counter.border .arq-lite-email a i {
    border-color: #2196F3;
    color: #2196F3;
}

.arqam-lite-widget-counter.border .arq-lite-phone a i {
    border-color: #BD06E3;
    color: #BD06E3;
}

.arqam-lite-widget-counter.border .arq-lite-rss a i {
    border-color: #FF9133;
    color: #FF9133;
}

.arqam-lite-widget-counter.border .arq-lite-soundcloud a i {
    border-color: #FF6A22;
    color: #FF6A22;
}

.arqam-lite-widget-counter.border .arq-lite-github a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-linkedin a i {
    border-color: #007AB9;
    color: #007AB9;
}

.arqam-lite-widget-counter.border .arq-lite-behance a i {
    border-color: #1D63F8;
    color: #1D63F8;
}

.arqam-lite-widget-counter.border .arq-lite-dribbble a i {
    border-color: #EA4C88;
    color: #EA4C88;
}

.arqam-lite-widget-counter.border .arq-lite-youtube a i {
    border-color: #FF0000;
    color: #FF0000;
}

.arqam-lite-widget-counter.border .arq-lite-instagram a i {
    border-color: #7638FA;
    color: #7638FA;
}

.arqam-lite-widget-counter.border .arq-lite-threads a i {
    border-color: #7638FA;
    color: #7638FA;
}

.arqam-lite-widget-counter.border .arq-lite-mastodon a i {
    border-color: #6364FF;
    color: #6364FF;
}

.arqam-lite-widget-counter.border .arq-lite-flipboard a i {
    border-color: #F52727;
    color: #F52727;
}

.arqam-lite-widget-counter.border .arq-lite-pocket a i {
    border-color: #D81B60;
    color: #D81B60;
}

.arqam-lite-widget-counter.border .arq-lite-twitch a i {
    border-color: #6441A5;
    color: #6441A5;
}

.arqam-lite-widget-counter.border .arq-lite-telegram a i {
    border-color: #039BE5;
    color: #039BE5;
}

.arqam-lite-widget-counter.border .arq-lite-eyeem a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-dailymotion a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-rumble a i {
    border-color: #8BC34A;
    color: #8BC34A;
}

.arqam-lite-widget-counter.border .arq-lite-alapcari a i {
    border-color: #036A4E;
    color: #036A4E;
}

.arqam-lite-widget-counter.border .arq-lite-bkash a i {
    border-color: #E1136E;
    color: #E1136E;
}

.arqam-lite-widget-counter.border .arq-lite-canva a i {
    border-color: #24BECA;
    color: #24BECA;
}

.arqam-lite-widget-counter.border .arq-lite-capcut a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-cara a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-mix a i {
    border-color: #FE8125;
    color: #FE8125;
}

.arqam-lite-widget-counter.border .arq-lite-bluesky a i {
    border-color: #1A87FF;
    color: #1A87FF;
}

.arqam-lite-widget-counter.border .arq-lite-chatgpt a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-gmail a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-google a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-googleplus a i {
    border-color: #F44336;
    color: #F44336;
}

.arqam-lite-widget-counter.border .arq-lite-linktree a i {
    border-color: #43E660;
    color: #43E660;
}

.arqam-lite-widget-counter.border .arq-lite-messenger a i {
    border-color: #0084FF;
    color: #0084FF;
}

.arqam-lite-widget-counter.border .arq-lite-mini a i {
    border-color: #3498DB;
    color: #3498DB;
}

.arqam-lite-widget-counter.border .arq-lite-ashimkhan a i {
    border-color: #7638FA;
    color: #7638FA;
}

.arqam-lite-widget-counter.border .arq-lite-shopify a i {
    border-color: #5A863E;
    color: #5A863E;
}

.arqam-lite-widget-counter.border .arq-lite-teams a i {
    border-color: #827DDC;
    color: #827DDC;
}

.arqam-lite-widget-counter.border .arq-lite-twitterx a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-wikipedia a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-yahoo a i {
    border-color: #6001D1;
    color: #6001D1;
}

.arqam-lite-widget-counter.border .arq-lite-solo a i {
    border-color: #3673FC;
    color: #3673FC;
}

.arqam-lite-widget-counter.border .arq-lite-gemini a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-meta a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-odnoklassniki a i {
    border-color: #FF7700;
    color: #FF7700;
}

.arqam-lite-widget-counter.border .arq-lite-wechat a i {
    border-color: #2DC100;
    color: #2DC100;
}

.arqam-lite-widget-counter.border .arq-lite-baidu a i {
    border-color: #1717C9;
    color: #1717C9;
}

.arqam-lite-widget-counter.border .arq-lite-qq a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-qzone a i {
    border-color: #009BD9;
    color: #009BD9;
}

.arqam-lite-widget-counter.border .arq-lite-josh a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-viber a i {
    border-color: #6F3FAA;
    color: #6F3FAA;
}

.arqam-lite-widget-counter.border .arq-lite-imo a i {
    border-color: #2158AE;
    color: #2158AE;
}

.arqam-lite-widget-counter.border .arq-lite-xiaohongshu a i {
    border-color: #B8001F;
    color: #B8001F;
}

.arqam-lite-widget-counter.border .arq-lite-line a i {
    border-color: #39CD00;
    color: #39CD00;
}

.arqam-lite-widget-counter.border .arq-lite-picsart a i {
    border-color: #00D8FF;
    color: #00D8FF;
}

.arqam-lite-widget-counter.border .arq-lite-vevo a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-zoom a i {
    border-color: #2BAEF0;
    color: #2BAEF0;
}

.arqam-lite-widget-counter.border .arq-lite-weibo a i {
    border-color: #E22829;
    color: #E22829;
}

.arqam-lite-widget-counter.border .arq-lite-disqus a i {
    border-color: #2196F3;
    color: #2196F3;
}

.arqam-lite-widget-counter.border .arq-lite-sportivals a i {
    border-color: #F88C00;
    color: #F88C00;
}

.arqam-lite-widget-counter.border .arq-lite-quora a i {
    border-color: #CC1D04;
    color: #CC1D04;
}

.arqam-lite-widget-counter.border .arq-lite-fiverr a i {
    border-color: #00B22D;
    color: #00B22D;
}

.arqam-lite-widget-counter.border .arq-lite-discord a i {
    border-color: #5C6BC0;
    color: #5C6BC0;
}

.arqam-lite-widget-counter.border .arq-lite-bilibili a i {
    border-color: #06B6F2;
    color: #06B6F2;
}

.arqam-lite-widget-counter.border .arq-lite-likee a i {
    border-color: #FE2360;
    color: #FE2360;
}

.arqam-lite-widget-counter.border .arq-lite-vimeo a i {
    border-color: #44BBFF;
    color: #44BBFF;
}

.arqam-lite-widget-counter.border .arq-lite-delicious a i {
    border-color: #FBD971;
    color: #FBD971;
}

.arqam-lite-widget-counter.border .arq-lite-addition a i {
    border-color: #808080;
    color: #808080;
}

.arqam-lite-widget-counter.border .arq-lite-foursquare a i {
    border-color: #F94877;
    color: #F94877;
}

.arqam-lite-widget-counter.border .arq-lite-digg a i {
    border-color: #2169A8;
    color: #2169A8;
}

.arqam-lite-widget-counter.border .arq-lite-reddit a i {
    border-color: #FF4500;
    color: #FF4500;
}

.arqam-lite-widget-counter.border .arq-lite-play a i {
    border-color: #EBBA16;
    color: #EBBA16;
}

.arqam-lite-widget-counter.border .arq-lite-yelp a i {
    border-color: #BB0000;
    color: #BB0000;
}

.arqam-lite-widget-counter.border .arq-lite-xing a i {
    border-color: #00605E;
    color: #00605E;
}

.arqam-lite-widget-counter.border .arq-lite-dropbox a i {
    border-color: #0756DC;
    color: #0756DC;
}

.arqam-lite-widget-counter.border .arq-lite-apple a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-friendfeed a i {
    border-color: #2B98C9;
    color: #2B98C9;
}

.arqam-lite-widget-counter.border .arq-lite-lastfm a i {
    border-color: #D31F27;
    color: #D31F27;
}

.arqam-lite-widget-counter.border .arq-lite-spotify a i {
    border-color: #12C64B;
    color: #12C64B;
}

.arqam-lite-widget-counter.border .arq-lite-paypal a i {
    border-color: #3D93D8;
    color: #3D93D8;
}

.arqam-lite-widget-counter.border .arq-lite-wordpress a i {
    border-color: #00769D;
    color: #00769D;
}

.arqam-lite-widget-counter.border .arq-lite-share-alt a i {
    border-color: #25B7D3;
    color: #25B7D3;
}

.arqam-lite-widget-counter.border .arq-lite-picasa a i {
    border-color: #AE75C5;
    color: #AE75C5;
}

.arqam-lite-widget-counter.border .arq-lite-evernote a i {
    border-color: #18B206;
    color: #18B206;
}

.arqam-lite-widget-counter.border .arq-lite-blogger a i {
    border-color: #E44D26;
    color: #E44D26;
}

.arqam-lite-widget-counter.border .arq-lite-viadeo a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-deviantart a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-grooveshark a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-fivehundredpx a i {
    border-color: #000000;
    color: #000000;
}

.arqam-lite-widget-counter.border .arq-lite-stumbleupon a i {
    border-color: #EA4B24;
    color: #EA4B24;
}

.social-icons {
    text-align: center;
}

.social-icons a {
    margin: 2px;
    position: relative;
    text-shadow: none;
    display: inline-block;
}

.social-icons-widget .social-icons a {
    color: #555555 !important;
}

.social-icons-widget .social-icons i:before {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.social-icons-widget .social-icons i.lni:before {
    font-size: 16px;
    vertical-align: -0.1em;
}

#theme-footer .social-icons-widget .social-icons a {
    color: #9E9E9E !important;
}

#theme-footer .social-icons-widget .social-icons a:hover {
    color: #000000 !important;
}

@media only screen and (min-width:991px) {
    #theme-footer .social-icons-widget .social-icons a:nth-child(n+8) {
        display: none;
    }
}

@media only screen and (max-width:580px) {
    #theme-footer .social-icons-widget .social-icons a:nth-child(n+8) {
        display: none;
    }
}

.social-icons-widget .social-icons.social-colored a {
    color: #FFFFFF !important;
}

.social-icons.social-colored .fa-delicious:before,
.social-delicious,
.author-social a.social-delicious:hover,
.arq-lite-delicious a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-delicious a i {
    background: #FBD971;
}

.social-icons.social-colored .fa-addition:before,
.social-addition,
.author-social a.social-addition:hover,
.arq-lite-addition a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-addition a i {
    background: #808080;
}

.social-icons.social-colored .fa-foursquare:before,
.social-foursquare,
.author-social a.social-foursquare:hover,
.arq-lite-foursquare a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-foursquare a i {
    background: #F94877;
}

.social-icons.social-colored .fa-digg:before,
.social-digg,
.author-social a.social-digg:hover,
.arq-lite-digg a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-digg a i {
    background: #2169A8;
}

.social-icons.social-colored .fa-reddit:before,
.social-reddit,
.author-social a.social-reddit:hover,
.arq-lite-reddit a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-reddit a i {
    background: #FF4500;
}

.social-icons.social-colored .fa-vimeo:before,
.social-vimeo,
.author-social a.social-vimeo:hover,
.arq-lite-vimeo a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-vimeo a i {
    background: #44BBFF;
}

.social-icons.social-colored .fa-play:before,
.social-play,
.author-social a.social-play:hover,
.arq-lite-play a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-play a i {
    background: #EBBA16;
}

.social-icons.social-colored .fa-soundcloud:before,
.social-soundcloud,
.author-social a.social-soundcloud:hover,
.arq-lite-soundcloud a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-soundcloud a i {
    background: #FF6A22;
}

.social-icons.social-colored .fa-yelp:before,
.social-yelp,
.author-social a.social-yelp:hover,
.arq-lite-yelp a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-yelp a i {
    background: #BB0000;
}

.social-icons.social-colored .fa-xing:before,
.social-xing,
.author-social a.social-xing:hover,
.arq-lite-xing a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-xing a i {
    background: #00605E;
}

.social-icons.social-colored .fa-dropbox:before,
.social-dropbox,
.author-social a.social-dropbox:hover,
.arq-lite-dropbox a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-dropbox a i {
    background: #0756DC;
}

.social-icons.social-colored .fa-phone:before,
.social-phone,
.author-social a.social-phone:hover,
.arq-lite-phone a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-phone a i {
    background: #BD06E3;
}

.social-icons.social-colored .fa-website:before,
.social-website,
.author-social a.social-website:hover,
.arq-lite-website a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-website a i {
    background: #29A71A;
}

.social-icons.social-colored .fa-facebook:before,
.social-facebook,
.author-social a.social-facebook:hover,
.arq-lite-facebook a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-facebook a i {
    background: #1877F2;
}

.social-icons.social-colored .fa-email:before,
.social-email,
.author-social a.social-email:hover,
.arq-lite-email a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-email a i {
    background: #2196F3;
}

.social-icons.social-colored .fa-twitter:before,
.social-twitter,
.author-social a.social-twitter:hover,
.arq-lite-twitter a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-twitter a i {
    background: #03A9F4;
}

.social-icons.social-colored .fa-hyperlink:before,
.social-hyperlink,
.author-social a.social-hyperlink:hover,
.arq-lite-hyperlink a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-hyperlink a i {
    background: #25B7D3;
}

.social-icons.social-colored .fa-tiktok:before,
.social-tiktok,
.author-social a.social-tiktok:hover,
.arq-lite-tiktok a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-tiktok a i {
    background: #000000;
}

.social-icons.social-colored .fa-figma:before,
.social-figma,
.author-social a.social-figma:hover,
.arq-lite-figma a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-figma a i {
    background: #000000;
}

.social-icons.social-colored .fa-whatsapp:before,
.social-whatsapp,
.author-social a.social-whatsapp:hover,
.arq-lite-whatsapp a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-whatsapp a i {
    background: #29A71A;
}

.social-icons.social-colored .fa-print:before,
.social-print,
.author-social a.social-print:hover,
.arq-lite-print a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-print a i {
    background: #9A00DA;
}

.social-icons.social-colored .fa-youtube:before,
.social-youtube,
.author-social a.social-youtube:hover,
.arq-lite-youtube a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-youtube a i {
    background: #FF0000;
}

.social-icons.social-colored .fa-instagram:before,
.social-instagram,
.author-social a.social-instagram:hover,
.arq-lite-instagram a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-instagram a i {
    background: #7638FA;
    background: radial-gradient(circle farthest-corner at 28% 100%, #FCDF8F 0%, #FFD600 10%, #FF7A00 22%, #FF0069 35%, transparent 65%), linear-gradient(145deg, #7638FA 10%, #D300C5 70%);
}

.social-icons.social-colored .fa-threads:before,
.social-threads,
.author-social a.social-threads:hover,
.arq-lite-threads a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-threads a i {
    background: #7638FA;
    background: radial-gradient(circle farthest-corner at 28% 100%, #FCDF8F 0%, #FFD600 10%, #FF7A00 22%, #FF0069 35%, transparent 65%), linear-gradient(145deg, #7638FA 10%, #D300C5 70%);
}

.social-icons.social-colored .fa-mastodon:before,
.social-mastodon,
.author-social a.social-mastodon:hover,
.arq-lite-mastodon a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-mastodon a i {
    background: #6364FF;
}

.social-icons.social-colored .fa-flipboard:before,
.social-flipboard,
.author-social a.social-flipboard:hover,
.arq-lite-flipboard a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-flipboard a i {
    background: #F52727;
}

.social-icons.social-colored .fa-pocket:before,
.social-pocket,
.author-social a.social-pocket:hover,
.arq-lite-pocket a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-pocket a i {
    background: #D81B60;
}

.social-icons.social-colored .fa-twitch:before,
.social-twitch,
.author-social a.social-twitch:hover,
.arq-lite-twitch a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-twitch a i {
    background: #6441A5;
}

.social-icons.social-colored .fa-telegram:before,
.social-telegram,
.author-social a.social-telegram:hover,
.arq-lite-telegram a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-telegram a i {
    background: #039BE5;
}

.social-icons.social-colored .fa-eyeem:before,
.social-eyeem,
.author-social a.social-eyeem:hover,
.arq-lite-eyeem a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-eyeem a i {
    background: #000000;
}

.social-icons.social-colored .fa-dailymotion:before,
.social-dailymotion,
.author-social a.social-dailymotion:hover,
.arq-lite-dailymotion a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-dailymotion a i {
    background: #000000;
}

.social-icons.social-colored .fa-rumble:before,
.social-rumble,
.author-social a.social-rumble:hover,
.arq-lite-rumble a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-rumble a i {
    background: #8BC34A;
}

.social-icons.social-colored .fa-alapcari:before,
.social-alapcari,
.author-social a.social-alapcari:hover,
.arq-lite-alapcari a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-alapcari a i {
    background: #036A4E;
}

.social-icons.social-colored .fa-bkash:before,
.social-bkash,
.author-social a.social-bkash:hover,
.arq-lite-bkash a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-bkash a i {
    background: #E1136E;
}

.social-icons.social-colored .fa-canva:before,
.social-canva,
.author-social a.social-canva:hover,
.arq-lite-canva a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-canva a i {
    background: #24BECA;
}

.social-icons.social-colored .fa-capcut:before,
.social-capcut,
.author-social a.social-capcut:hover,
.arq-lite-capcut a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-capcut a i {
    background: #000000;
}

.social-icons.social-colored .fa-cara:before,
.social-cara,
.author-social a.social-cara:hover,
.arq-lite-cara a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-cara a i {
    background: #000000;
}

.social-icons.social-colored .fa-mix:before,
.social-mix,
.author-social a.social-mix:hover,
.arq-lite-mix a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-mix a i {
    background: #FE8125;
}

.social-icons.social-colored .fa-bluesky:before,
.social-bluesky,
.author-social a.social-bluesky:hover,
.arq-lite-bluesky a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-bluesky a i {
    background: #1A87FF;
}

.social-icons.social-colored .fa-chatgpt:before,
.social-chatgpt,
.author-social a.social-chatgpt:hover,
.arq-lite-chatgpt a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-chatgpt a i {
    background: #000000;
}

.social-icons.social-colored .fa-gmail:before,
.social-gmail,
.author-social a.social-gmail:hover,
.arq-lite-gmail a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-gmail a i {
    background: #000000;
}

.social-icons.social-colored .fa-google:before,
.social-google,
.author-social a.social-google:hover,
.arq-lite-google a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-google a i {
    background: #000000;
}

.social-icons.social-colored .fa-googleplus:before,
.social-googleplus,
.author-social a.social-googleplus:hover,
.arq-lite-googleplus a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-googleplus a i {
    background: #F44336;
}

.social-icons.social-colored .fa-linktree:before,
.social-linktree,
.author-social a.social-linktree:hover,
.arq-lite-linktree a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-linktree a i {
    background: #43E660;
}

.social-icons.social-colored .fa-messenger:before,
.social-messenger,
.author-social a.social-messenger:hover,
.arq-lite-messenger a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-messenger a i {
    background: #0084FF;
}

.social-icons.social-colored .fa-mini:before,
.social-mini,
.author-social a.social-mini:hover,
.arq-lite-mini a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-mini a i {
    background: #3498DB;
}

.social-icons.social-colored .fa-ashimkhan:before,
.social-ashimkhan,
.author-social a.social-ashimkhan:hover,
.arq-lite-ashimkhan a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-ashimkhan a i {
    background: #7638FA;
    background: radial-gradient(circle farthest-corner at 28% 100%, #FCDF8F 0%, #FFD600 10%, #FF7A00 22%, #FF0069 35%, transparent 65%), linear-gradient(145deg, #7638FA 10%, #D300C5 70%);
}

.social-icons.social-colored .fa-shopify:before,
.social-shopify,
.author-social a.social-shopify:hover,
.arq-lite-shopify a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-shopify a i {
    background: #5A863E;
}

.social-icons.social-colored .fa-teams:before,
.social-teams,
.author-social a.social-teams:hover,
.arq-lite-teams a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-teams a i {
    background: #827DDC;
}

.social-icons.social-colored .fa-twitterx:before,
.social-twitterx,
.author-social a.social-twitterx:hover,
.arq-lite-twitterx a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-twitterx a i {
    background: #000000;
}

.social-icons.social-colored .fa-wikipedia:before,
.social-wikipedia,
.author-social a.social-wikipedia:hover,
.arq-lite-wikipedia a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-wikipedia a i {
    background: #000000;
}

.social-icons.social-colored .fa-yahoo:before,
.social-yahoo,
.author-social a.social-yahoo:hover,
.arq-lite-yahoo a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-yahoo a i {
    background: #6001D1;
}

.social-icons.social-colored .fa-solo:before,
.social-solo,
.author-social a.social-solo:hover,
.arq-lite-solo a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-solo a i {
    background: #3673FC;
}

.social-icons.social-colored .fa-gemini:before,
.social-gemini,
.author-social a.social-gemini:hover,
.arq-lite-gemini a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-gemini a i {
    background: #000000;
}

.social-icons.social-colored .fa-meta:before,
.social-meta,
.author-social a.social-meta:hover,
.arq-lite-meta a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-meta a i {
    background: #000000;
}

.social-icons.social-colored .fa-odnoklassniki:before,
.social-odnoklassniki,
.author-social a.social-odnoklassniki:hover,
.arq-lite-odnoklassniki a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-odnoklassniki a i {
    background: #FF7700;
}

.social-icons.social-colored .fa-wechat:before,
.social-wechat,
.author-social a.social-wechat:hover,
.arq-lite-wechat a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-wechat a i {
    background: #2DC100;
}

.social-icons.social-colored .fa-baidu:before,
.social-baidu,
.author-social a.social-baidu:hover,
.arq-lite-baidu a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-baidu a i {
    background: #1717C9;
}

.social-icons.social-colored .fa-qq:before,
.social-qq,
.author-social a.social-qq:hover,
.arq-lite-qq a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-qq a i {
    background: #000000;
}

.social-icons.social-colored .fa-qzone:before,
.social-qzone,
.author-social a.social-qzone:hover,
.arq-lite-qzone a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-qzone a i {
    background: #009BD9;
}

.social-icons.social-colored .fa-josh:before,
.social-josh,
.author-social a.social-josh:hover,
.arq-lite-josh a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-josh a i {
    background: #000000;
}

.social-icons.social-colored .fa-viber:before,
.social-viber,
.author-social a.social-viber:hover,
.arq-lite-viber a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-viber a i {
    background: #6F3FAA;
}

.social-icons.social-colored .fa-imo:before,
.social-imo,
.author-social a.social-imo:hover,
.arq-lite-imo a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-imo a i {
    background: #2158AE;
}

.social-icons.social-colored .fa-xiaohongshu:before,
.social-xiaohongshu,
.author-social a.social-xiaohongshu:hover,
.arq-lite-xiaohongshu a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-xiaohongshu a i {
    background: #B8001F;
}

.social-icons.social-colored .fa-line:before,
.social-line,
.author-social a.social-line:hover,
.arq-lite-line a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-line a i {
    background: #39CD00;
}

.social-icons.social-colored .fa-picsart:before,
.social-picsart,
.author-social a.social-picsart:hover,
.arq-lite-picsart a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-picsart a i {
    background: #00D8FF;
}

.social-icons.social-colored .fa-vevo:before,
.social-vevo,
.author-social a.social-vevo:hover,
.arq-lite-vevo a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-vevo a i {
    background: #000000;
}

.social-icons.social-colored .fa-zoom:before,
.social-zoom,
.author-social a.social-zoom:hover,
.arq-lite-zoom a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-zoom a i {
    background: #2BAEF0;
}

.social-icons.social-colored .fa-weibo:before,
.social-weibo,
.author-social a.social-weibo:hover,
.arq-lite-weibo a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-weibo a i {
    background: #E22829;
}

.social-icons.social-colored .fa-disqus:before,
.social-disqus,
.author-social a.social-disqus:hover,
.arq-lite-disqus a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-disqus a i {
    background: #2196F3;
}

.social-icons.social-colored .fa-sportivals:before,
.social-sportivals,
.author-social a.social-sportivals:hover,
.arq-lite-sportivals a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-sportivals a i {
    background: #F88C00;
}

.social-icons.social-colored .fa-quora:before,
.social-quora,
.author-social a.social-quora:hover,
.arq-lite-quora a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-quora a i {
    background: #CC1D04;
}

.social-icons.social-colored .fa-fiverr:before,
.social-fiverr,
.author-social a.social-fiverr:hover,
.arq-lite-fiverr a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-fiverr a i {
    background: #00B22D;
}

.social-icons.social-colored .fa-discord:before,
.social-discord,
.author-social a.social-discord:hover,
.arq-lite-discord a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-discord a i {
    background: #5C6BC0;
}

.social-icons.social-colored .fa-bilibili:before,
.social-bilibili,
.author-social a.social-bilibili:hover,
.arq-lite-bilibili a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-bilibili a i {
    background: #06B6F2;
}

.social-icons.social-colored .fa-likee:before,
.social-likee,
.author-social a.social-likee:hover,
.arq-lite-likee a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-likee a i {
    background: #FE2360;
}

.social-icons.social-colored .fa-tumblr:before,
.social-tumblr,
.author-social a.social-tumblr:hover,
.arq-lite-tumblr a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-tumblr a i {
    background: #3D5A70;
}

.social-icons.social-colored .fa-pinterest:before,
.social-pinterest,
.author-social a.social-pinterest:hover,
.arq-lite-pinterest a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-pinterest a i {
    background: #CB2027;
}

.social-icons.social-colored .fa-snapchat:before,
.social-snapchat,
.author-social a.social-snapchat:hover,
.arq-lite-snapchat a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-snapchat a i {
    background: #FFC91B;
}

.social-icons.social-colored .fa-apple:before,
.social-apple,
.author-social a.social-apple:hover,
.arq-lite-apple a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-apple a i {
    background: #000000;
}

.social-icons.social-colored .fa-dribbble:before,
.social-dribbble,
.author-social a.social-dribbble:hover,
.arq-lite-dribbble a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-dribbble a i {
    background: #EA4C88;
}

.social-icons.social-colored .fa-skype:before,
.social-skype,
.author-social a.social-skype:hover,
.arq-lite-skype a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-skype a i {
    background: #03A9F4;
}

.social-icons.social-colored .fa-vkontakte:before,
.social-vkontakte,
.author-social a.social-vkontakte:hover,
.arq-lite-vkontakte a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-vkontakte a i {
    background: #4D76A1;
}

.social-icons.social-colored .fa-friendfeed:before,
.social-friendfeed,
.author-social a.social-friendfeed:hover,
.arq-lite-friendfeed a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-friendfeed a i {
    background: #2B98C9;
}

.social-icons.social-colored .fa-lastfm:before,
.social-lastfm,
.author-social a.social-lastfm:hover,
.arq-lite-lastfm a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-lastfm a i {
    background: #D31F27;
}

.social-icons.social-colored .fa-spotify:before,
.social-spotify,
.author-social a.social-spotify:hover,
.arq-lite-spotify a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-spotify a i {
    background: #12C64B;
}

.social-icons.social-colored .fa-paypal:before,
.social-paypal,
.author-social a.social-paypal:hover,
.arq-lite-paypal a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-paypal a i {
    background: #3D93D8;
}

.social-icons.social-colored .fa-wordpress:before,
.social-wordpress,
.author-social a.social-wordpress:hover,
.arq-lite-wordpress a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-wordpress a i {
    background: #00769D;
}

.social-icons.social-colored .fa-rss:before,
.social-rss,
.author-social a.social-rss:hover,
.arq-lite-rss a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-rss a i {
    background: #FF9133;
}

.social-icons.social-colored .fa-share-alt:before,
.social-share-alt,
.author-social a.social-share-alt:hover,
.arq-lite-share-alt a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-share-alt a i {
    background: #25B7D3;
}

.social-icons.social-colored .fa-picasa:before,
.social-picasa,
.author-social a.social-picasa:hover,
.arq-lite-picasa a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-picasa a i {
    background: #AE75C5;
}

.social-icons.social-colored .fa-evernote:before,
.social-evernote,
.author-social a.social-evernote:hover,
.arq-lite-evernote a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-evernote a i {
    background: #18B206;
}

.social-icons.social-colored .fa-github:before,
.social-github,
.author-social a.social-github:hover,
.arq-lite-github a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-github a i {
    background: #000000;
}

.social-icons.social-colored .fa-blogger:before,
.social-blogger,
.author-social a.social-blogger:hover,
.arq-lite-blogger a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-blogger a i {
    background: #E44D26;
}

.social-icons.social-colored .fa-viadeo:before,
.social-viadeo,
.author-social a.social-viadeo:hover,
.arq-lite-viadeo a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-viadeo a i {
    background: #000000;
}

.social-icons.social-colored .fa-deviantart:before,
.social-deviantart,
.author-social a.social-deviantart:hover,
.arq-lite-deviantart a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-deviantart a i {
    background: #000000;
}

.social-icons.social-colored .fa-grooveshark:before,
.social-grooveshark,
.author-social a.social-grooveshark:hover,
.arq-lite-grooveshark a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-grooveshark a i {
    background: #000000;
}

.social-icons.social-colored .fa-fivehundredpx:before,
.social-fivehundredpx,
.author-social a.social-fivehundredpx:hover,
.arq-lite-fivehundredpx a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-fivehundredpx a i {
    background: #000000;
}

.social-icons.social-colored .fa-stumbleupon:before,
.social-stumbleupon,
.author-social a.social-stumbleupon:hover,
.arq-lite-stumbleupon a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-stumbleupon a i {
    background: #EA4B24;
}

.social-icons.social-colored .fa-linkedin:before,
.social-linkedin,
.author-social a.social-linkedin:hover,
.arq-lite-linkedin a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-linkedin a i {
    background: #007AB9;
}

.social-icons.social-colored .fa-behance:before,
.social-behance,
.author-social a.social-behance:hover,
.arq-lite-behance a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-behance a i {
    background: #1D63F8;
}

.social-icons.social-colored .fa-flickr:before,
.social-flickr,
.author-social a.social-flickr:hover,
.arq-lite-flickr a:hover i,
.arqam-lite-widget-counter.colored .arq-lite-flickr a i {
    background: #FF0084;
}

.social-site {
    background: #666666;
}

.e3lan-cell {
    width: 50%;
    display: block;
    padding: 5px;
    float: left;
    text-align: center;
    line-height: 0;
}

.e3lan-widget-content {
    overflow: hidden;
    margin-bottom: 25px;
    clear: both;
}

.widget-container .e3lan-widget-content {
    margin-bottom: 0;
}

.e3lan-one .e3lan-cell,
.e3lan160-600 .e3lan-cell,
.e3lan250-250 .e3lan-cell,
.e3lan300-100 .e3lan-cell,
.e3lan300-250 .e3lan-cell,
.e3lan300-600 .e3lan-cell {
    width: 100%;
    padding: 0;
    float: none;
}

.widget-container .e3lan300-100,
.widget-container .e3lan300-250,
.widget-container .e3lan300-600 {
    margin: 0 -10px;
}

.e3lan300-100 .e3lan-cell {
    padding: 5px 0;
}

.weather_wrap {
    clear: both;
    overflow: hidden;
}

.weather-input {
    display: flex;
    align-items: center;
    justify-content: center;
}

.weather-input input {
    margin: 0 -32px 0 8px;
    width: 80%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.weather-input #s-city {
    font: 11px 'Droid Sans', sans-serif;
    color: #7F7F7F;
    padding: 10px 40px 9px 10px;
}

.weather-input #s-city:focus {
    color: #000000;
}

.weather-input:hover #s-city {
    opacity: 1;
    color: #000000;
}

.weather-input button.search-btn i:before,
.weather-input button.location-btn i:before {
    font-size: 18px;
    line-height: 32px;
}

.weather-input .search-btn {
    cursor: pointer;
    height: 32px;
    width: 32px;
    display: block;
    padding: 0;
    border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    box-shadow: none !important;
}

.weather-input .location-btn {
    cursor: pointer;
    height: 32px;
    width: 32px;
    display: block;
    padding: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    box-shadow: none !important;
}

.current-weather {
    margin-top: 10px;
}

.current-weather .details {
    margin: 0;
}

.current-weather .details .weather-current-temp {
    width: 33.33333%;
    float: left;
    line-height: 8px;
    text-align: center;
    padding: 10px 0;
    margin: -5px 0;
}

.current-weather .details .weather-current-temp .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.current-weather .details .weather-current-temp .icon img {
    width: 75px;
    height: 75px;
}

.current-weather .details .weather-current-temp .temperature {
    color: #000000;
    font-size: 40px;
    text-align: center;
}

.current-weather .details .weather-current-temp .temperature sup {
    font-size: 20px;
    padding-left: 1px;
}

.current-weather .details .weather-todays-stats {
    width: 66.66666%;
    float: right;
    line-height: 18px;
    margin-bottom: 8px;
    padding: 10px 0 10px 3%;
}

.current-weather .details .weather-todays-stats .weather_city {
    color: #000000;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 8px;
    font-family: 'Bebas Neue', Arial, Georgia, serif;
}

.current-weather .details .weather-todays-stats .weather_date,
.current-weather .details .weather-todays-stats .weather_desc {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 4px;
}

.current-weather .details .weather-todays-stats .weather_humidty,
.current-weather .details .weather-todays-stats .weather_wind,
.current-weather .details .weather-todays-stats .weather_visibility,
.current-weather .details .weather-todays-stats .weather_pressure {
    font-weight: none;
}

.separator {
    height: 1px;
    width: 100%;
    background: #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.separator::before {
    content: "or";
    background: #FFFFFF;
    width: 24px;
    height: 24px;
    line-height: 21px;
    text-align: center;
    border: solid 1px #EEEEEE;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.weather-cards {
    clear: both;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.weather-cards .card {
    display: none;
    width: 33.33333%;
    margin: 0 2%;
    padding: 3px;
    text-align: center;
    line-height: 18px;
    border: solid 1px #EEEEEE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.weather-cards .card .weather-forecast-day-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.weather-cards .card .weather-forecast-day-icon img {
    width: 50px;
    height: 50px;
}

.weather-cards .card .weather-forecast-day-temp {
    text-align: center;
    font-size: 20px;
    margin-top: -8px;
}

.weather-cards .card .weather-forecast-day-temp sup {
    font-size: 8px;
    padding-left: 0.5px;
}

.weather-cards .card .weather-forecast-day-date {
    text-transform: uppercase;
    margin: 4px 0;
    text-align: center;
}

img,
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

img.centered,
img.aligncenter {
    display: block;
    margin: 5px auto;
}

img.alignright {
    margin: 5px 0 5px 25px;
    display: inline;
}

img.alignleft {
    margin: 5px 25px 5px 0;
    display: inline;
}

.wp-caption {
    line-height: 18px;
    margin-bottom: 5px;
    text-align: left;
    font-style: italic;
    max-width: 100%;
}

.wp-caption.alignleft {
    margin-right: 25px;
}

.wp-caption.alignright {
    margin-left: 25px;
}

.wp-caption img {
    max-width: 100% !important;
}

.wp-caption p.wp-caption-text {
    color: #888888;
    padding: 4px 0;
    margin: 0;
}

.pagination {
    overflow: hidden;
    margin-bottom: 25px;
}

.pagination a,
.pagination span.extend,
.pagination span.current {
    float: left;
    margin-right: 3px;
    color: #777777;
    padding: 6px 10px 3px;
}

.pagination a:hover {
    color: #000000;
}

.pagination span.current {
    color: #FFFFFF;
    background-color: #F88C00;
    padding: 4px 10px 6px;
}

.pagination .pages {
    float: right;
    display: block;
    font-size: 85%;
    padding: 7px 0 2px;
}

#comments-box .post-listing,
#reviews-box .post-listing {
    padding: 20px 20px 0;
    margin-bottom: 40px;
}

.commentlist,
.reviewlist {
    margin: auto;
}

.comment-wrap,
.review-wrap {
    --size: 32px;
    position: relative;
    display: flex;
    gap: 8px;
}

@container style(--depth: 1) or style(--depth: 2) or style(--depth: 3) {

    .comment-wrap,
    .review-wrap {
        --size: 24px;
    }
}

@container style(--depth: 0) {

    .commentlist ul.nested-list li:has(ul) > .comment-wrap,
    .reviewlist ul.nested-list li:has(ul) > .review-wrap {
        position: relative;
    }

    .commentlist ul.nested-list li:has(ul) > .comment-wrap:before,
    .reviewlist ul.nested-list li:has(ul) > .review-wrap:before {
        content: "";
        position: absolute;
        inset-inline-start: 15px;
        top: calc(var(--size) + 8px);
        bottom: 0;
        width: 1px;
        background: #E7E7E7;
    }

    body.glassy-skin .commentlist ul.nested-list li:has(ul) > .comment-wrap:before,
    body.glassy-skin .reviewlist ul.nested-list li:has(ul) > .review-wrap:before {
        background-color: #5C5C5C;
    }

    body.dark-skin .commentlist ul.nested-list li:has(ul) > .comment-wrap:before,
    body.dark-skin .reviewlist ul.nested-list li:has(ul) > .review-wrap:before {
        background-color: #474747;
    }
}

@container style(--depth: 1) {

    .commentlist ul.nested-list li:has(ul) > .comment-wrap,
    .reviewlist ul.nested-list li:has(ul) > .review-wrap {
        position: relative;
    }

    .commentlist ul.nested-list li:has(ul) > .comment-wrap:before,
    .reviewlist ul.nested-list li:has(ul) > .review-wrap:before {
        content: "";
        position: absolute;
        inset-inline-start: 12px;
        top: calc(var(--size) + 8px);
        bottom: 0;
        width: 1px;
        background: #E7E7E7;
    }

    body.glassy-skin .commentlist ul.nested-list li:has(ul) > .comment-wrap:before,
    body.glassy-skin .reviewlist ul.nested-list li:has(ul) > .review-wrap:before {
        background-color: #5C5C5C;
    }

    body.dark-skin .commentlist ul.nested-list li:has(ul) > .comment-wrap:before,
    body.dark-skin .reviewlist ul.nested-list li:has(ul) > .review-wrap:before {
        background-color: #474747;
    }
}

@container style(--depth: 2) {

    .commentlist ul.nested-list li:has(ul) > .comment-wrap,
    .reviewlist ul.nested-list li:has(ul) > .review-wrap {
        position: relative;
    }

    .commentlist ul.nested-list li:has(ul) > .comment-wrap:before,
    .reviewlist ul.nested-list li:has(ul) > .review-wrap:before {
        content: "";
        position: absolute;
        inset-inline-start: 12px;
        top: calc(var(--size) + 8px);
        bottom: 0;
        width: 1px;
        background: #E7E7E7;
    }

    body.glassy-skin .commentlist ul.nested-list li:has(ul) > .comment-wrap:before,
    body.glassy-skin .reviewlist ul.nested-list li:has(ul) > .review-wrap:before {
        background-color: #5C5C5C;
    }

    body.dark-skin .commentlist ul.nested-list li:has(ul) > .comment-wrap:before,
    body.dark-skin .reviewlist ul.nested-list li:has(ul) > .review-wrap:before {
        background-color: #474747;
    }
}

@container style(--nested: true) {

    .comment-wrap,
    .review-wrap {
        position: relative;
        padding-top: 4px;
    }

    .commentlist ul.nested-list li,
    .reviewlist ul.nested-list li {
        -webkit-padding-start: 48px;
        padding-inline-start: 48px;
    }
}

@container style(--depth: 1) {

    .commentlist ul.nested-list li,
    .reviewlist ul.nested-list li {
        position: relative;
    }

    .commentlist ul.nested-list li:after,
    .reviewlist ul.nested-list li:after {
        content: "";
        position: absolute;
        inset-inline-start: 15px;
        top: -2px;
        height: 20px;
        width: 28px;
        -webkit-border-start: 1px solid #E7E7E7;
        border-inline-start: 1px solid #E7E7E7;
        border-bottom: 1px solid #E7E7E7;
        background: transparent;
        border-end-start-radius: 10px;
    }

    .commentlist ul.nested-list li:not(:last-child),
    .reviewlist ul.nested-list li:not(:last-child) {
        position: relative;
    }

    .commentlist ul.nested-list li:not(:last-child):before,
    .reviewlist ul.nested-list li:not(:last-child):before {
        content: "";
        position: absolute;
        inset-inline-start: 15px;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #E7E7E7;
    }

    body.glassy-skin .commentlist ul.nested-list li:after,
    body.glassy-skin .reviewlist ul.nested-list li:after {
        -webkit-border-start: 1px solid #5C5C5C;
        border-inline-start: 1px solid #5C5C5C;
        border-bottom: 1px solid #5C5C5C;
    }

    body.dark-skin .commentlist ul.nested-list li:after,
    body.dark-skin .reviewlist ul.nested-list li:after {
        -webkit-border-start: 1px solid #474747;
        border-inline-start: 1px solid #474747;
        border-bottom: 1px solid #474747;
    }

    body.glassy-skin .commentlist ul.nested-list li:not(:last-child):before,
    body.glassy-skin .reviewlist ul.nested-list li:not(:last-child):before {
        background-color: #5C5C5C;
    }

    body.dark-skin .commentlist ul.nested-list li:not(:last-child):before,
    body.dark-skin .reviewlist ul.nested-list li:not(:last-child):before {
        background-color: #474747;
    }
}

@container style(--depth: 2) {

    .commentlist ul.nested-list li,
    .reviewlist ul.nested-list li {
        position: relative;
    }

    .commentlist ul.nested-list li:after,
    .reviewlist ul.nested-list li:after {
        content: "";
        position: absolute;
        inset-inline-start: 12px;
        top: -2px;
        height: 20px;
        width: 31px;
        -webkit-border-start: 1px solid #E7E7E7;
        border-inline-start: 1px solid #E7E7E7;
        border-bottom: 1px solid #E7E7E7;
        background: transparent;
        border-end-start-radius: 10px;
    }

    .commentlist ul.nested-list li:not(:last-child):before,
    .reviewlist ul.nested-list li:not(:last-child):before {
        content: "";
        position: absolute;
        inset-inline-start: 12px;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #E7E7E7;
    }

    body.glassy-skin .commentlist ul.nested-list li:after,
    body.glassy-skin .reviewlist ul.nested-list li:after {
        -webkit-border-start: 1px solid #5C5C5C;
        border-inline-start: 1px solid #5C5C5C;
        border-bottom: 1px solid #5C5C5C;
    }

    body.dark-skin .commentlist ul.nested-list li:after,
    body.dark-skin .reviewlist ul.nested-list li:after {
        -webkit-border-start: 1px solid #474747;
        border-inline-start: 1px solid #474747;
        border-bottom: 1px solid #474747;
    }

    body.glassy-skin .commentlist ul.nested-list li:not(:last-child):before,
    body.glassy-skin .reviewlist ul.nested-list li:not(:last-child):before {
        background-color: #5C5C5C;
    }

    body.dark-skin .commentlist ul.nested-list li:not(:last-child):before,
    body.dark-skin .reviewlist ul.nested-list li:not(:last-child):before {
        background-color: #474747;
    }
}

@container style(--depth: 3) {

    .commentlist ul.nested-list li,
    .reviewlist ul.nested-list li {
        position: relative;
    }

    .commentlist ul.nested-list li:after,
    .reviewlist ul.nested-list li:after {
        content: "";
        position: absolute;
        inset-inline-start: 12px;
        top: -2px;
        height: 20px;
        width: 31px;
        -webkit-border-start: 1px solid #E7E7E7;
        border-inline-start: 1px solid #E7E7E7;
        border-bottom: 1px solid #E7E7E7;
        background: transparent;
        border-end-start-radius: 10px;
    }

    .commentlist ul.nested-list li:not(:last-child):before,
    .reviewlist ul.nested-list li:not(:last-child):before {
        content: "";
        position: absolute;
        inset-inline-start: 12px;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #E7E7E7;
    }

    body.glassy-skin .commentlist ul.nested-list li:after,
    body.glassy-skin .reviewlist ul.nested-list li:after {
        -webkit-border-start: 1px solid #5C5C5C;
        border-inline-start: 1px solid #5C5C5C;
        border-bottom: 1px solid #5C5C5C;
    }

    body.dark-skin .commentlist ul.nested-list li:after,
    body.dark-skin .reviewlist ul.nested-list li:after {
        -webkit-border-start: 1px solid #474747;
        border-inline-start: 1px solid #474747;
        border-bottom: 1px solid #474747;
    }

    body.glassy-skin .commentlist ul.nested-list li:not(:last-child):before,
    body.glassy-skin .reviewlist ul.nested-list li:not(:last-child):before {
        background-color: #5C5C5C;
    }

    body.dark-skin .commentlist ul.nested-list li:not(:last-child):before,
    body.dark-skin .reviewlist ul.nested-list li:not(:last-child):before {
        background-color: #474747;
    }
}

@media only screen and (max-width:480px) {
    @container style(--depth: 2) {

        .commentlist ul.nested-list li:has(ul) > .comment-wrap:before,
        .reviewlist ul.nested-list li:has(ul) > .review-wrap:before {
            inset-inline-start: -36px;
            top: calc(var(--size) + -16px);
        }
    }

    @container style(--depth: 3) {

        .commentlist ul.nested-list li,
        .reviewlist ul.nested-list li {
            -webkit-margin-start: -48px;
            margin-inline-start: -48px;
        }
    }
}

.commentlist ul.nested-list li .comment-wrap .comment-avatar,
.reviewlist ul.nested-list li .review-wrap .review-avatar {
    flex: 0 0 var(--size);
}

.commentlist ul.nested-list li .comment-wrap .comment-avatar img,
.reviewlist ul.nested-list li .review-wrap .review-avatar img {
    width: var(--size);
    height: var(--size);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.commentlist ul.nested-list li .comment-wrap .comment-avatar img.avatar-border,
.reviewlist ul.nested-list li .review-wrap .review-avatar img.avatar-border {
    padding: 2px;
    border: 1px solid #F88C00;
}

.commentlist ul.nested-list li .comment-wrap .comment-content .author-comment,
.reviewlist ul.nested-list li .review-wrap .review-content .author-review {
    position: relative;
    background: #F5F5F5;
    margin-left: 10px;
    border: 1px solid #CECECE;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.commentlist ul.nested-list li .comment-wrap .comment-content .author-comment:before,
.reviewlist ul.nested-list li .review-wrap .review-content .author-review:before {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    top: 5px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #CECECE;
}

.commentlist ul.nested-list li .comment-wrap .comment-content .author-comment:after,
.reviewlist ul.nested-list li .review-wrap .review-content .author-review:after {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    top: 6px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-right-color: #F5F5F5;
}

.commentlist ul.nested-list li .comment-wrap .comment-content .author-comment .meta-data-name,
.reviewlist ul.nested-list li .review-wrap .review-content .author-review .meta-data-name {
    color: #000000;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #CECECE;
}

.commentlist ul.nested-list li .comment-wrap .comment-content .author-comment .meta-data-name i,
.reviewlist ul.nested-list li .review-wrap .review-content .author-review .meta-data-name i {
    font-size: 10px;
    margin-left: 1px;
}

.commentlist ul.nested-list li .comment-wrap .comment-content .author-comment .meta-data-details,
.reviewlist ul.nested-list li .review-wrap .review-content .author-review .meta-data-details {
    padding: 7px;
    line-height: 18px;
}

.commentlist ul.nested-list li .comment-wrap .comment-content .author-comment > * + *,
.reviewlist ul.nested-list li .review-wrap .review-content .author-review > * + * {
    background: #FFFFFF;
}

.commentlist ul.nested-list li .comment-wrap .comment-content .comment_actions,
.reviewlist ul.nested-list li .review-wrap .review-content .review_actions {
    display: flex;
    font-size: 12px;
    gap: 4px;
    margin-bottom: 10px;
    padding-block: 5px;
    padding-inline-start: 16px;

    a {
        text-decoration: none;
    }
}

.nocomments {
    text-align: center;
}

#bbpress-forums div.bbp-reply-author img.avatar {
    position: relative !important;
}

#respond {
    margin-bottom: 40px;
    position: relative;
    clear: both;
}

#respond:before {
    height: 1px;
}

.commentlist li #respond,
.reviewlist li #respond {
    margin: 10px 0 20px 70px !important;
}

#commentform {
    padding: 20px 20px 10px;
    margin-top: 5px;
    overflow: hidden;
    clear: both;
}

#loginform .required,
#registerform .required,
#resetform .required,
#commentform .required {
    font-weight: 700;
    color: #FF1493;
}

#loginform label,
#registerform label,
#resetform label,
#commentform label {
    padding-bottom: 4px;
    color: #888888;
    display: block;
}

#loginform p,
#registerform p,
#resetform p,
#commentform p {
    margin: 0 0 10px;
}

#loginform input,
#registerform input,
#resetform input,
#commentform input {
    display: block;
}

#loginform input[type=checkbox],
#commentform input[type=checkbox] {
    margin: 2px 7px 0 0;
    float: left;
    clear: left;
    width: auto;
}

#commentform .form-allowed-tags,
.comment-txt label {
    display: none;
}

#commentform p.form-submit {
    margin-top: 0;
}

.comment-rtg,
.comment-txt,
.comment-fil,
.comment-nam,
.comment-eml,
.comment-web {
    clear: both;
}

p.login-notes,
p.register-notes,
p.reset-notes,
p.comment-notes {
    margin-bottom: 10px;
}

@media only screen and (max-width:680px) and (min-width:569px) {
    p.reset-notes {
        max-width: 380px;
    }
}

input.error,
textarea.error {
    border: 1px solid #FF1493 !important;
}

.e3lan-top {
    float: right;
    line-height: 0;
}

.e3lan-bottom,
.e3lan-below_header,
.e3lan-below_footer {
    line-height: 0;
    margin: 15px auto 20px;
    text-align: center;
    position: relative;
}

.e3lan-post {
    line-height: 0;
    margin: 20px auto;
    text-align: center;
}

.home-e3lan {
    clear: both;
    margin: 20px auto;
    text-align: center;
    min-height: 1px;
}

.e3lan-top iframe,
.e3lan-bottom iframe,
.home-e3lan iframe,
.e3lan-post iframe,
.e3lan-below_header iframe,
.e3lan-below_footer iframe {
    margin: 0 auto;
    max-width: none;
}

.e3lan-top img,
.e3lan-bottom img,
.home-e3lan img,
.e3lan-post img,
.e3lan-below_header img,
.e3lan-below_footer img {
    max-width: 100%;
    height: auto;
}

.e3lan-top ins,
.e3lan-bottom ins,
.e3lan-below_header ins,
.e3lan-below_footer ins,
.home-e3lan ins,
.e3lan-post ins {
    margin: 0 auto !important;
    padding: 0 !important;
    background: 0 0 !important;
    text-decoration: none !important;
}

.e3lan-banner-left,
.e3lan-banner-right,
.e3lan-post-left,
.e3lan-post-right {
    width: 100%;
}

.e3lan-banner-left img {
    width: 160px;
    height: 160px;
    float: left;
    margin: -10px 20px 20px 0;
    shape-outside: inset();
}

.e3lan-banner-right img {
    width: 160px;
    height: 160px;
    float: right;
    margin: -10px 0 20px 20px;
    shape-outside: inset();
}

.e3lan-post-left img {
    width: 250px;
    height: 250px;
    float: left;
    margin: 20px 20px 20px 0;
    shape-outside: inset();
}

.e3lan-post-right img {
    width: 250px;
    height: 250px;
    float: right;
    margin: 20px 0 20px 20px;
    shape-outside: inset();
}

@media only screen and (min-width:990px) {
    .e3lan-top ins {
        width: 728px;
        height: 90px;
    }
}

@media only screen and (max-width:990px) and (min-width:720px) {
    .e3lan-banner-left img {
        width: 160px;
        height: 160px;
        float: left;
        margin: -10px 0 20px 20px;
    }

    .e3lan-banner-right img {
        width: 160px;
        height: 160px;
        float: right;
        margin: -10px 0 20px 20px;
    }
}

@media only screen and (max-width:572px) {

    .e3lan-banner-left img,
    .e3lan-banner-right img,
    .e3lan-post-left img,
    .e3lan-post-right img {
        display: block;
        width: 250px;
        height: auto;
        float: none;
        margin: 20px auto;
    }
}

a[title],
a.ttip,
a.tooldown {}

.tipsy {
    font-size: 10px;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy-inner {
    background-color: #000000;
    color: #FFFFFF;
    cursor: pointer;
    max-width: 200px;
    padding: 5px 8px 4px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000000;
}

.tipsy-arrow-n {
    border-bottom-color: #000000;
}

.tipsy-arrow-s {
    border-top-color: #000000;
}

.tipsy-arrow-e {
    border-left-color: #000000;
}

.tipsy-arrow-w {
    border-right-color: #000000;
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

@media only screen and (max-width:900px) {

    .tipsy,
    .tipsy-inner,
    .tipsy-arrow,
    .tipsy-arrow-n,
    .tipsy-arrow-s,
    .tipsy-arrow-e,
    .tipsy-arrow-w,
    .tipsy-n .tipsy-arrow,
    .tipsy-nw .tipsy-arrow,
    .tipsy-ne .tipsy-arrow,
    .tipsy-s .tipsy-arrow,
    .tipsy-sw .tipsy-arrow,
    .tipsy-se .tipsy-arrow,
    .tipsy-e .tipsy-arrow,
    .tipsy-w .tipsy-arrow {
        display: none;
    }
}

#featured-posts {
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
    position: relative;
}

#featured-posts .featured-post.fea-1,
#featured-posts .featured-post.fea-2,
#featured-posts .featured-post.fea-3,
#featured-posts .featured-post.fea-4,
#featured-posts .featured-post.fea-5,
#featured-posts .featured-posts-single-slide .featured-post {
    display: block;
}

#featured-posts .featured-post {
    display: none;
    float: left;
    position: relative;
    overflow: hidden;
    padding-left: 1px;
}

#featured-posts .featured-post-inner {
    height: 215px;
    position: relative;
    line-height: 0;
    color: #FFFFFF;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#featured-posts .featured-post img {
    max-width: 100%;
    height: auto;
}

#featured-posts .featured-post.featured-post-1,
#featured-posts .featured-post.featured-post-3 {
    padding-left: 0;
}

.featured-post-1,
.featured-post-2 {
    width: 50%;
}

.featured-post-3,
.featured-post-4,
.featured-post-5 {
    width: 33.33333333%;
    padding-top: 1px;
}

.featured-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
}

.featured-cover a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.featured-cover a span {
    display: none;
}

#featured-posts .featured-post-inner:hover .featured-cover {
    opacity: 1;
}

.featured-title {
    position: absolute;
    width: 100%;
    bottom: -60px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    line-height: 20px;
    padding: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.featured-title h2 {
    margin-bottom: 15px;
    text-shadow: rgba(0, 0, 0, .6) 0 0 5px;
    font-size: 20px;
    line-height: 26px;
}

.featured-title h3 {
    font-size: 10pt;
    opacity: 0;
    min-height: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.featured-title span.tie-view,
.featured-title span.tie-like,
.featured-title span.tie-listen,
.featured-title span.tie-male,
.featured-title span.tie-female,
.featured-title span.tie-comment,
.featured-title span.tie-date {
    font-size: 9pt;
}

.featured-title a {
    color: #FFFFFF;
}

#featured-posts .flex-direction-nav a {
    width: 40px;
    height: 40px;
    margin: 0;
    color: #FFFFFF;
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    background: #222222;
}

#featured-posts.featured-posts-disable-nav .flex-direction-nav {
    display: none;
}

#featured-posts .flex-direction-nav .flex-next {
    right: 5px !important;
}

#featured-posts .flex-direction-nav .flex-prev {
    right: 50px !important;
    left: auto !important;
}

#featured-posts .flex-direction-nav .flex-next:before,
#featured-posts .flex-direction-nav .flex-prev:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20pt;
    display: block;
    text-align: center;
}

#featured-posts:hover .flex-next,
#featured-posts:hover .flex-prev {
    opacity: .8;
}

#featured-posts .flex-next:hover,
#featured-posts .flex-prev:hover {
    background: #F88C00;
}

#featured-posts .featured-post-inner:hover .featured-title {
    bottom: 0;
}

#featured-posts .featured-post-inner:hover .featured-title h3 {
    opacity: .8;
}

.flexslider .slides > li,
.full-width .content .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
    height: 498px;
}

.flexslider .slides img {
    width: 100%;
    height: 100%;
    display: block;
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    overflow: hidden;
    margin: 0 auto 20px;
    position: relative;
    zoom: 1;
    width: 100%;
    height: 498px;
    max-width: 100%;
    background: #000000;
}

.flexslider:before,
.ei-slider-loading:before,
#main-nav .mega-cat-content.mega-cat-sub-exists .mega-cat-content-tab.loading-items:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13.5px 0 0 -13.5px;
    height: 27px;
    width: 27px;
    font-size: 30px;
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    color: #FFFFFF;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-next:before,
.flex-direction-nav .flex-prev:before {
    width: 30px;
    display: block;
    text-align: center;
    font-size: 26px;
}

.flex-direction-nav .flex-next {
    right: -30px;
}

.flex-direction-nav .flex-next:before {
    content: "\f105";
}

.flex-direction-nav .flex-prev {
    left: -30px;
}

.flex-direction-nav .flex-prev:before {
    content: "\f104";
}

.flexslider:hover .flex-next {
    opacity: .8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: .8;
    left: 5px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .disabled {
    opacity: .3 !important;
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .active {
    opacity: 1;
    cursor: default;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -1px;
    text-align: center;
    height: 13px;
    z-index: 2;
}

.flex-control-nav li {
    margin: 0;
    *display: inline;
    display: inline-block;
    zoom: 1;
}

.flex-control-paging li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 100%;
    background: #666666;
    border-right: 1px solid #888888;
    height: 13px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.flex-control-paging li:last-child a {
    border-right: 0;
}

.flex-control-paging li a:hover {
    background: #000000;
}

.flex-control-paging li a.flex-active {
    background: #F88C00;
    cursor: default;
}

.slider-caption {
    position: absolute;
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.5);
    right: 0;
    text-align: center;
    bottom: 13px;
    color: #FFFFFF;
    opacity: .8;
    -moz-border-radius: 50px 50px 0px 0px;
    -webkit-border-radius: 50px 50px 0px 0px;
}

.slider-caption h2 a,
.slider-caption h2,
.full-width .content .slider-caption h2 {
    color: #FFFFFF;
    font-size: 35px;
    font-family: 'Bebas Neue', Arial, Georgia, serif;
}

.slider-caption h2,
.slider-caption p {
    padding: 0 15px;
}

.content .flexslider {
    height: 330px;
}

.content .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
    height: 330px;
}

.content .flexslider .slides img {
    width: 100%;
    display: block;
}

.content .slider-caption h2 a,
.content .slider-caption h2 {
    font-size: 22px;
}

.content .ei-slider {
    height: 330px;
}

.content .ei-slider-loading {
    line-height: 375px;
}

.content .ei-title h3 {
    font-size: 12px;
    line-height: 14px;
}

.content .ei-title h2 {
    font-size: 22px;
}

.ei-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 498px;
    margin: 0 auto 35px;
}

.ei-slider-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: #000000;
    color: #FFFFFF;
    text-align: center;
    line-height: 520px;
}

.ei-slider-large {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.ei-slider-large li {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.ei-slider-large li img {
    width: 100% !important;
    margin: 0 !important;
}

.ei-title {
    position: absolute;
    right: 10%;
    margin-right: 0;
    margin-left: 2%;
    width: 88%;
    bottom: 25%;
    color: #FFFFFF;
    opacity: .8;
}

.ei-title h2,
.ei-title h3 {
    text-align: right;
}

.ei-title h2 {
    color: #B5B5B5;
    font-size: 35px;
    font-family: 'Bebas Neue', Arial, Georgia, serif;
    background: #000000;
    float: right;
    padding: 5px;
    margin-bottom: 5px;
}

.ei-title h3 {
    clear: both;
    font-size: 14px;
    line-height: 20px;
    max-width: 90%;
    float: right;
    background: #000000;
    padding: 5px;
}

.ei-slider-thumbs {
    height: 13px;
    margin: 0 auto;
    position: relative;
    max-width: 100% !important;
}

.ei-title a {
    color: #FFFFFF;
}

.ei-slider-thumbs li {
    position: relative;
    float: left;
    height: 100%;
}

.ei-slider-thumbs li.ei-slider-element {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 10;
    text-indent: -9000px;
    background: #F88C00;
}

.ei-slider-thumbs li a {
    display: block;
    text-indent: -9000px;
    background: #666666;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-right: 1px solid #888888;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}

.ei-slider-thumbs li:last-child a {
    border-right: 0;
}

.ei-slider-thumbs li a:hover {
    background-color: #F0F0F0;
}

.ei-slider-thumbs li img,
.lazy-enabled #main-content .ei-slider-thumbs li img {
    position: absolute;
    bottom: 50px;
    opacity: 0;
    z-index: 999;
    width: 100%;
    max-height: 100px;
    height: auto;
    -ms-filter: "alpha(opacity=0)";
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.content .ei-slider-thumbs li img {
    max-height: 65px;
}

.ei-slider-thumbs li:hover img,
.lazy-enabled #main-content .ei-slider-thumbs li:hover img {
    opacity: 1;
    bottom: 13px;
    -ms-filter: "alpha(opacity=100)";
}

#sitemap {
    overflow: hidden;
}

#sitemap .last {
    margin-right: 0;
}

.sitemap-col {
    float: left;
    margin: 0 2% 0 0;
    width: 23.5%;
}

.sitemap-col h2 {
    color: #000000;
    font-size: 18px;
    font-family: 'Bebas Neue', Arial, Georgia, serif;
    margin-top: 5px;
}

.sitemap-col h2 i {
    margin-right: 3px;
}

.sitemap-col ul {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.sitemap-col ul li {
    list-style-position: inside;
}

.sitemap-col ul li span,
.sitemap-col ul li a {
    padding: 4px 0;
    display: inline-block;
}

@media only screen and (max-width:650px) {
    #sitemap .last {
        margin-bottom: 0;
    }

    .sitemap-col {
        width: 100%;
        float: none;
        margin: 0 0 30px;
    }
}

ul.authors-wrap {
    margin: 0 0 10px;
}

ul.authors-wrap li {
    background: 0 0;
    padding: 20px;
    margin: 0 -20px 10px;
    border-bottom: 1px solid #F2F2F2;
    list-style: none;
}

ul.authors-wrap li h3 {
    font-size: 23.5px;
    font-family: 'Bebas Neue', Arial, Georgia, serif;
    color: #000000;
    margin: 0 0 5px;
}

.entry ul.best-reviews li {
    list-style: none;
    margin: 0 0 10px;
    overflow: hidden;
    border-bottom: 1px solid #F2F2F2;
    padding-left: 170px;
    padding-bottom: 10px;
}

.best-review-score-image {
    margin-left: -170px;
}

.entry ul.best-reviews .best-review-score {
    background: #AAAAAA;
    font-size: 28px;
    margin: 15px 15px 0 0;
    width: 50px;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.entry ul.best-reviews {
    margin: 0;
}

.entry ul.best-reviews .post-thumbnail,
.entry ul.best-reviews .best-reviews-content,
.entry ul.best-reviews .best-review-score {
    float: left;
}

.entry ul.best-reviews h3 {
    margin: 2px 0 5px;
}

.entry ul.best-reviews p.post-meta {
    border-bottom: 0;
    padding: 0;
    margin: 5px 0 0;
    clear: both;
}

.entry ul.best-reviews .post-thumbnail {
    width: 90px;
}

.timeline-contents.timeline-page {
    text-align: center;
}

ul.timeline {
    border: 2px solid #DFDFE0;
    border-width: 0 0 0 2px;
    margin: 0;
    padding: 5px 0 30px;
}

.timeline-page ul.timeline {
    width: 50%;
    direction: ltr;
    float: right;
    margin: 0;
}

h2.timeline-head {
    text-align: center;
    background: #EEEEEE;
    font-size: 12pt;
    padding: 8px 20px;
    font-weight: 700;
    color: #666666;
    margin: 0 auto;
    display: inline-block;
}

ul.timeline li.timeline-post {
    background: 0 0;
    list-style: none;
    width: 100%;
    padding-left: 4%;
    margin: 20px 0 0;
    position: relative;
    text-align: left;
}

ul.timeline li.timeline-post span.timeline-date {
    font-size: 12px;
    display: block;
    color: #999999;
}

ul.timeline li.timeline-post:before {
    background: #DFDFE0;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 5px;
    left: -5.5px;
    content: "";
}

.timeline-page ul.timeline li:nth-child(2n+2) {
    margin-left: -100%;
    text-align: right;
    padding-left: 0;
    padding-right: 4%;
}

.timeline-page ul.timeline li:nth-child(2n+2):before {
    left: auto;
    right: -4.5px;
}

.timeline-archive ul.timeline {
    margin-left: 15px;
}

.timeline-archive ul.timeline li.timeline-post {
    padding-left: 15px;
    clear: both;
}

.timeline-archive ul.timeline li.timeline-post .timeline-content {
    overflow: hidden;
}

.timeline-archive ul.timeline li.timeline-post h2 {
    padding: 8px 0;
}

#media-page #featured-posts .featured-post {
    display: block;
    padding-top: 1px;
}

#media-page #featured-posts .featured-post .overlay-icon:before {
    opacity: .5;
    margin: 0;
    top: 10px;
    right: 10px;
    left: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#media-page #featured-posts .featured-post:hover .overlay-icon:before {
    opacity: .7;
}

.masonry-grid {
    padding-left: 4%;
    overflow: hidden;
}

.masonry-grid .item-list {
    width: 44%;
    padding-left: 0;
    padding-right: 0;
    margin-right: 4%;
    float: left;
    clear: none;
}

.masonry-grid .item-list .post-thumbnail {
    float: none;
    margin: 0 0 10px;
}

.full-width .masonry-grid.post-listing {
    padding-left: 3%;
}

.full-width .masonry-grid .item-list {
    width: 29.3%;
    margin-right: 3%;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -ms-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

#theme-footer {
    position: relative;
    padding: 20px 0;
    border-top: 8px solid #F88C00;
    margin-top: 20px;
    -webkit-box-shadow: 0 -5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 -8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 -8px 0 rgba(0, 0, 0, .1);
}

#footer-widget-area {
    width: 1045px;
    margin: 0 auto;
}

.footer-widgets-box {
    float: left;
    margin-right: 4%;
}

.footer-1c .footer-widgets-box {
    width: 100%;
}

.footer-2c .footer-widgets-box {
    width: 48%;
}

.footer-3c .footer-widgets-box {
    width: 30.66666666666667%;
}

.footer-4c .footer-widgets-box {
    width: 22%;
}

.narrow-wide-2c #footer-first,
.wide-narrow-2c #footer-second {
    width: 32%;
}

.narrow-wide-2c #footer-second,
.wide-narrow-2c #footer-first {
    width: 64%;
}

.wide-left-3c #footer-first,
.wide-right-3c #footer-third {
    width: 46%;
}

.wide-left-3c .footer-widgets-box,
.wide-right-3c .footer-widgets-box {
    width: 23%;
}

.footer-1c .footer-widgets-box,
.narrow-wide-2c #footer-second,
.wide-narrow-2c #footer-second,
.footer-2c #footer-second,
.footer-3c #footer-third,
.footer-4c #footer-fourth,
.wide-right-3c #footer-third,
.wide-left-3c #footer-third {
    margin-right: 0;
}

.footer-widget-top {
    border-bottom: 1px solid #222222;
    padding: 10px 0;
}

.footer-widget-top h4 {
    font-size: 22px;
    font-family: 'Bebas Neue', Arial, Georgia, serif;
}

.footer-widget-container {
    padding: 5px 0;
    border-top: 1px solid #444444;
}

.footer-widget-container p {
    padding-bottom: 1em;
}

.footer-widget-container li,
#theme-footer #tabbed-widget .tabs-wrap li {
    padding: 6px 12px 6px 0;
    line-height: 18px;
    overflow: hidden;
    border-bottom: 1px solid #3C3C3C;
}

#theme-footer .facebook-widget-content li {
    border-bottom: 1px solid #3C3C3C;
}

#theme-footer #tabbed-widget .widget-top {
    background: 0 0;
    border-bottom-color: #444444;
    overflow: hidden;
}

#theme-footer #tabbed-widget ul.tabs li a:hover {
    color: #FFFFFF;
}

#theme-footer #tabbed-widget ul.tabs li.active a {
    color: #FFFFFF;
    background: #444444;
    -webkit-box-shadow: 0 -1px 2px #222222;
    -moz-box-shadow: 0 -1px 2px #222222;
    box-shadow: 0 -1px 2px #222222;
}

#theme-footer #tabbed-widget .tabs-wrap.tagcloud a {
    background: #444444;
}

#theme-footer #tabbed-widget .tabs-wrap.tagcloud a:hover {
    background: #555555;
}

#theme-footer .search-widget input {
    background: #414141;
    border: 1px solid #202020;
    color: #222222;
    -webkit-box-shadow: 0 1px 3px 0 #313131;
    -moz-box-shadow: 0 1px 3px 0 #313131;
    box-shadow: 0 1px 3px 0 #313131;
}

#theme-footer .search-widget input:hover,
#theme-footer .search-widget input:focus {
    color: #000000;
}

.footer-bottom {
    position: relative;
    background: #F7F7F7;
    line-height: 35px;
    border-top: 1px solid #ECECEC;
    color: #7F7F7F;
    padding: 15px 0;
}

.footer-bottom .social-icons {
    float: right;
    margin: 3px 15px 0;
    line-height: 0;
}

#topcontrol {
    z-index: 999;
    background: #F88C00;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    position: fixed;
    bottom: -100px;
    right: 10px;
    cursor: pointer;
    overflow: auto;
    opacity: .7;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#topcontrol:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
}

#topcontrol:hover {
    opacity: 1;
}

.post-content-slideshow-outer {
    padding: 10px 0;
    border-bottom: 4px solid #F2F2F2;
    margin: 10px 0 20px;
    clear: both;
}

.post-content-slideshow {
    padding-bottom: 80px;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.post-content-slide {
    width: 100% !important;
    height: auto !important;
    top: 40px !important;
    display: none;
    background: 0 0 !important;
}

.post-content-slide:nth-child(2) {
    display: block;
}

.post-tslideshow-nav-outer {
    height: 30px;
}

.post-tslideshow-nav-outer-bottom {
    height: 30px;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.post-slideshow-nav {
    display: inline-block;
    text-align: center;
    padding: 5px 0;
}

.post-slideshow-nav a {
    background: #B4B4B4;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    margin: 2px 2px 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.post-slideshow-nav a:hover {
    background: #939393;
}

.post-slideshow-nav a.activeSlide {
    background: #666666;
}

a.post-slideshow-next,
a.post-slideshow-prev {
    background: #F88C00;
    padding: 3px 15px;
    cursor: pointer;
    overflow: auto;
    color: #FFFFFF;
    float: right;
    margin-left: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

a.post-slideshow-next:hover,
a.post-slideshow-prev:hover {
    background: #444444;
}

.google-map.alignleft {
    margin-right: 10px;
}

.google-map.alignright {
    margin-left: 10px;
}

.google-map.aligncenter {
    text-align: center;
}

.post-tooltip {
    cursor: pointer;
    display: inline-block;
    color: #F88C00;
}

#location_title,
#state_title {
    color: #000000;
    cursor: pointer;
}

#location_title:hover,
#state_title:hover {
    color: #F88C00 !important;
}

.highlight {
    background: #9B59B6;
    color: #FFFFFF;
}

.highlight-yellow {
    background: #FFFF00;
    color: #000000;
}

.highlight-red {
    background: #E74C3C;
    color: #FFFFFF;
}

.highlight-blue {
    background: #3498DB;
    color: #FFFFFF;
}

.highlight-orange {
    background: #F88C00;
    color: #FFFFFF;
}

.highlight-black {
    background: #000000;
    color: #FFFFFF;
}

.highlight-green {
    background: #2ECC71;
    color: #FFFFFF;
}

.highlight-gray {
    background: #808080;
    color: #FFFFFF;
}

.highlight-pink {
    background: #FF1493;
    color: #FFFFFF;
}

.dropcap {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    font-size: 40px;
    line-height: 40px;
    color: #000000;
    font-family: Georgia, Arial, serif;
}

.tie-list-shortcode ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.tie-list-shortcode li {
    list-style: none !important;
    padding-left: 12px;
}

.tie-list-shortcode ul li:before,
.tie-list-shortcode ul ul li:before {
    margin-right: 5px;
    margin-left: -10px;
}

.tie-list-shortcode.heart_icons ul li:before {
    content: "\f004";
    color: #F44336;
}

.tie-list-shortcode.star_icons ul li:before {
    content: "\f005";
    color: #F88C00;
}

.tie-list-shortcode.check_icons ul li:before {
    content: "\f00c";
    color: #4CAF50;
}

.tie-list-shortcode.cross_icons ul li:before {
    content: "\f00d";
    color: #F44336;
}

.tie-list-shortcode.like_icons ul li:before {
    content: "\f164";
    color: #4CAF50;
}

.tie-list-shortcode.dislike_icons ul li:before {
    content: "\f165";
    color: #F44336;
}

.tie-list-shortcode.plus_icons ul li:before {
    content: "\f0fe";
    color: #808080;
}

.tie-list-shortcode.minus_icons ul li:before {
    content: "\f146";
    color: #808080;
}

.tie-list-shortcode.sportivals_icons ul li:before {
    content: "\f0fe";
    color: #D9D9D9;
}

.tie-list-shortcode.sportivals_icons ul ul li:before {
    content: "\f146";
    color: #D9D9D9;
}

.box {
    padding: 20px;
    background-color: #F6F6F6;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.box div.box-inner-block {
    padding-left: 70px;
    min-height: 50px;
}

.box .tie-shortcode-boxicon {
    float: left;
    margin-left: -70px;
}

.box .tie-shortcode-boxicon:before {
    line-height: 60px;
    height: 60px;
    width: 60px;
    font-size: 60px;
    margin: 0;
}

.box.shadow {
    border: 1px solid #DDDDDD;
    -webkit-box-shadow: 0 0 5px rgba(153, 153, 153, .6);
    -moz-box-shadow: 0 0 5px rgba(153, 153, 153, .6);
    box-shadow: 0 0 5px rgba(153, 153, 153, .6);
}

.box.shadow div.box-inner-block {
    padding: 0;
}

.box.info {
    background: #D6F6FF;
    border-color: #BFE3EC;
}

.box.info .tie-shortcode-boxicon:before {
    content: "\f05a";
    color: #2196F3;
}

.box.success {
    background: #E2F2CB;
    border-color: #D1E4B7;
}

.box.success .tie-shortcode-boxicon:before {
    content: "\f05d";
    color: #4CAF50;
}

.box.warning {
    background: #FFFDDB;
    border-color: #E9E59E;
}

.box.warning .tie-shortcode-boxicon:before {
    content: "\f071";
    color: #FFEB3B;
}

.box.error {
    background: #FFE6E2;
    border-color: #EEBFB8;
}

.box.error .tie-shortcode-boxicon:before {
    content: "\f05e";
    color: #F44336;
}

.box.download {
    background: #E2F2CB;
    border-color: #D1E4B7;
}

.box.download .tie-shortcode-boxicon:before {
    content: "\f019";
    color: #8AB84D;
}

.box.note {
    background: #FFFDDB;
    border-color: #E9E59E;
}

.box.note .tie-shortcode-boxicon:before {
    content: '\f15c';
    color: #ECC21B;
}

a.shortc-button {
    background: #D4D4D4;
    color: #000000;
    height: 25px;
    line-height: 25px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 5px 20px;
    padding: 0 10px;
    position: relative;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: background .4s;
    -moz-transition: background .4s;
    -o-transition: background .4s;
    transition: background .4s;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #D4D4D4), color-stop(100%, #C7C7C7));
    background: -webkit-linear-gradient(top, #D4D4D4 0, #C7C7C7 100%);
    background: -moz-linear-gradient(top, #D4D4D4 0, #C7C7C7 100%);
    background: -o-linear-gradient(top, #D4D4D4 0, #C7C7C7 100%);
    background: -ms-linear-gradient(top, #D4D4D4 0, #C7C7C7 100%);
    background: linear-gradient(top, #D4D4D4 0, #C7C7C7 100%);
}

a.shortc-button:active {
    top: 1px;
}

a.shortc-button.dark-orange {
    background: #F88C00;
    color: #FFFFFF;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #F88C00), color-stop(100%, #AC6100));
    background: -webkit-linear-gradient(top, #F88C00 0, #AC6100 100%);
    background: -moz-linear-gradient(top, #F88C00 0, #AC6100 100%);
    background: -o-linear-gradient(top, #F88C00 0, #AC6100 100%);
    background: -ms-linear-gradient(top, #F88C00 0, #AC6100 100%);
    background: linear-gradient(top, #F88C00 0, #AC6100 100%);
}

a.shortc-button.ufo-green {
    background: #2ECC71;
    color: #FFFFFF;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #2ECC71), color-stop(100%, #208E4E));
    background: -webkit-linear-gradient(top, #2ECC71 0, #208E4E 100%);
    background: -moz-linear-gradient(top, #2ECC71 0, #208E4E 100%);
    background: -o-linear-gradient(top, #2ECC71 0, #208E4E 100%);
    background: -ms-linear-gradient(top, #2ECC71 0, #208E4E 100%);
    background: linear-gradient(top, #2ECC71 0, #208E4E 100%);
}

a.shortc-button.tufts-blue {
    background: #3498DB;
    color: #FFFFFF;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #3498DB), color-stop(100%, #1D6FA5));
    background: -webkit-linear-gradient(top, #3498DB 0, #1D6FA5 100%);
    background: -moz-linear-gradient(top, #3498DB 0, #1D6FA5 100%);
    background: -o-linear-gradient(top, #3498DB 0, #1D6FA5 100%);
    background: -ms-linear-gradient(top, #3498DB 0, #1D6FA5 100%);
    background: linear-gradient(top, #3498DB 0, #1D6FA5 100%);
}

a.shortc-button.deep-lilac {
    background: #9B59B6;
    color: #FFFFFF;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #9B59B6), color-stop(100%, #713B87));
    background: -webkit-linear-gradient(top, #9B59B6 0, #713B87 100%);
    background: -moz-linear-gradient(top, #9B59B6 0, #713B87 100%);
    background: -o-linear-gradient(top, #9B59B6 0, #713B87 100%);
    background: -ms-linear-gradient(top, #9B59B6 0, #713B87 100%);
    background: linear-gradient(top, #9B59B6 0, #713B87 100%);
}

a.shortc-button.carmine-pink {
    background: #E74C3C;
    color: #FFFFFF;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #E74C3C), color-stop(100%, #BF2718));
    background: -webkit-linear-gradient(top, #E74C3C 0, #BF2718 100%);
    background: -moz-linear-gradient(top, #E74C3C 0, #BF2718 100%);
    background: -o-linear-gradient(top, #E74C3C 0, #BF2718 100%);
    background: -ms-linear-gradient(top, #E74C3C 0, #BF2718 100%);
    background: linear-gradient(top, #E74C3C 0, #BF2718 100%);
}

a.shortc-button.arsenic {
    background: #434343;
    color: #FFFFFF;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #434343), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #434343 0, #000000 100%);
    background: -moz-linear-gradient(top, #434343 0, #000000 100%);
    background: -o-linear-gradient(top, #434343 0, #000000 100%);
    background: -ms-linear-gradient(top, #434343 0, #000000 100%);
    background: linear-gradient(top, #434343 0, #000000 100%);
}

a.shortc-button.light-silver {
    background: #D8D8D8;
    color: #000000;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #D8D8D8), color-stop(100%, #FFFFFF));
    background: -webkit-linear-gradient(top, #D8D8D8 0, #FFFFFF 100%);
    background: -moz-linear-gradient(top, #D8D8D8 0, #FFFFFF 100%);
    background: -o-linear-gradient(top, #D8D8D8 0, #FFFFFF 100%);
    background: -ms-linear-gradient(top, #D8D8D8 0, #FFFFFF 100%);
    background: linear-gradient(top, #D8D8D8 0, #FFFFFF 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3), inset 0 1px 0 rgba(255, 255, 255, .5);
}

a.shortc-button:hover,
a.shortc-button.dark-orange:hover,
a.shortc-button.ufo-green:hover,
a.shortc-button.tufts-blue:hover,
a.shortc-button.deep-lilac:hover,
a.shortc-button.carmine-pink:hover,
a.shortc-button.arsenic:hover,
a.shortc-button.light-silver:hover {
    color: #FFFFFF !important;
    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0%, #FF1493), color-stop(100%, #C7006B));
    background: -webkit-linear-gradient(top, #FF1493 0, #C7006B 100%);
    background: -moz-linear-gradient(top, #FF1493 0, #C7006B 100%);
    background: -o-linear-gradient(top, #FF1493 0, #C7006B 100%);
    background: -ms-linear-gradient(top, #FF1493 0, #C7006B 100%);
    background: linear-gradient(top, #FF1493 0, #C7006B 100%);
}

a.shortc-button.medium {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    padding: 0 15px;
}

a.shortc-button.big {
    height: 55px;
    line-height: 55px;
    font-size: 22px;
    padding: 0 25px;
}

.flickr-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
}

.flickr-wrapper .flickr_badge_image {
    float: left;
    margin: 8px;
}

.flickr-wrapper .flickr_badge_image img {
    opacity: 1;
    padding: 4px;
    border: 1px solid #EEEEEE;
}

.flickr-wrapper .flickr_badge_image a:hover img {
    opacity: .6 !important;
}

.toggle {
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #F1F1F1;
}

.toggle h3 {
    background: #F1F1F1;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px 10px 10px;
    margin: 0 !important;
    cursor: pointer;
    transition: background .3s ease;
}

.toggle h3:hover {
    background: #E7E7E7;
}

.toggle h3 i.fa {
    position: absolute;
    font-size: 16px;
    text-align: center;
    right: 8px;
    -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%;
}

.toggle .toggle-content {
    padding: 25px;
}

.toggle.tie-sc-close .toggle-content {
    display: none;
}

.toggle.tie-sc-open h3 i.fa {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.author-info {
    margin-bottom: 15px;
    border: 1px solid #EEEEEE;
    padding: 25px;
    position: relative;
}

.author-info-content {
    padding-left: 100px;
}

.author-info-content h3 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0;
}

.author-info img.author-img {
    max-width: 70px;
    float: left;
    margin-right: 15px;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}

.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%;
}

.entry .last {
    margin-right: 0 !important;
    clear: right;
}

.post-tabs {
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}

.post-tabs ul.tabs-nav {
    margin: 0;
    background: #F1F1F1;
}

.post-tabs ul.tabs-nav li {
    line-height: 32px;
    cursor: pointer;
    display: table-cell;
    width: 1%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #FFFFFF;
    border-width: 0 1px 0 0;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}

.post-tabs-ver ul.tabs-nav li {
    line-height: 32px;
    cursor: pointer;
    display: table-cell;
    width: 1%;
    margin: 0;
    padding: 0;
    text-align: left;
    border: 1px solid #FFFFFF;
    border-width: 0 1px 0 0;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}

.post-tabs ul.tabs-nav li:last-child {
    border: 0;
}

.post-tabs-ver ul.tabs-nav li:last-child {
    border: 0;
}

.post-tabs ul.tabs-nav li:hover {
    background: #E7E7E7;
}

.post-tabs-ver ul.tabs-nav li:hover {
    background: #E7E7E7;
}

.post-tabs ul.tabs-nav li.current {
    background: #FFFFFF;
    z-index: 1;
    height: 33px;
}

.post-tabs .pane {
    display: none;
    padding: 25px;
}

.post-tabs-ver .pane {
    display: none;
    padding: 25px;
}

.post-tabs .pane:first-child {
    display: block;
}

.post-tabs-ver .pane:first-child {
    display: block;
}

.post-tabs-ver {
    margin-bottom: 20px;
}

.post-tabs-ver ul.tabs-nav {
    position: relative;
    left: 1px;
    float: left;
    width: 25%;
    margin: 0;
    background: #F1F1F1;
    border: 1px solid #EEEEEE;
    border-width: 1px 0 1px 1px;
}

.post-tabs-ver ul.tabs-nav li {
    display: block;
    width: 100%;
    padding: 0 8px;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
}

.post-tabs-ver ul.tabs-nav li.current {
    background: #FFFFFF;
    z-index: 1;
}

.post-tabs-ver .pane {
    float: left;
    width: 75%;
    border: 1px solid #EEEEEE;
}

.tie-full-width-img img {
    height: auto;
    margin-right: -20px;
    margin-left: -20px;
    width: 660px;
    left: 0;
    max-width: none;
    margin-bottom: 10px;
}

.post-cover .tie-full-width-img img {
    width: 680px;
    margin-right: -24px;
    margin-left: -24px;
}

.full-width .tie-full-width-img img {
    width: 997px;
}

.full-width .post-cover .tie-full-width-img img {
    width: 1045px;
    margin-right: -24px;
    margin-left: -24px;
}

.wide-layout .post-cover .tie-full-width-img img {
    width: 660px;
    margin-right: 0;
    margin-left: 0;
}

.wide-layout .full-width .post-cover .tie-full-width-img img {
    width: 1010px;
    margin-right: 0;
    margin-left: 0;
}

.wide-layout .full-width .tie-full-width-img img {
    width: 1010px;
}

.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;
    -khtml-user-select: none;
    -o-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);
    -moz-transform: translateZ(0);
}

.ilightbox-noscroll {
    overflow: hidden;
}

.ilightbox-closedhand * {
    cursor: url(css/ilightbox/closedhand.cur), 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);
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
}

.ilightbox-loader div {
    width: 72px;
    height: 72px;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0;
}

.ilightbox-loader.horizontal {
    left: 45%;
    top: -192px;
    padding: 0;
    padding-top: 30px;
    -webkit-border-radius: 0 0 100px 100px;
    border-radius: 0 0 100px 100px;
}

.ilightbox-loader.horizontal div {
    -webkit-border-radius: 0 0 100px 100px;
    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-vertical {
    top: 0;
    right: 0;
    width: 140px;
    height: 100%;
    overflow: hidden;
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
    display: block;
    position: relative;
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
    width: 100%;
    height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
    width: 140px;
    height: 100%;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
    display: block;
    position: absolute;
    -webkit-transform: translateZ(0);
    -moz-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%;
    -webkit-border-radius: 2px;
    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;
    -moz-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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px 3px 0 0;
    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: #CCCCCC;
}

.ilightbox-title a:hover {
    color: #FFFFFF;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title a,
.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title a {
    color: #555555;
}

.ilightbox-holder.light .ilightbox-inner-toolbar .ilightbox-title a:hover,
.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title a:hover {
    color: #000000;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

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

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

#slide-out {
    background: #F7F7F7;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 280px;
    color: #000000;
    -webkit-transform: translate3d(-101%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.search-mobile {
    margin: 15px 10px;
    height: 40px;
    overflow: hidden;
    background: #F9F9F9;
    border: 2px solid #E4E4E4;
    overflow: hidden;
    position: relative;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}

.search-mobile #s-mobile {
    background: #F9F9F9;
    float: right;
    margin: 0;
    width: 100%;
    color: #7F7F7F;
    font: 11px 'Droid Sans', sans-serif;
    border: 0;
    padding: 13px 39px 13px 13px;
}

.search-mobile #s-mobile:hover {
    opacity: 1;
    color: #000000;
}

.search-mobile #s-mobile:focus {
    color: #000000;
}

.search-mobile button.search-button {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 32px;
    height: 32px;
    padding: 6px;
    font-size: 14px;
    color: #000000;
    background: #D8D8D8;
    transition: 0.4s;
    border-radius: calc(40px - 2px);
    -moz-border-radius: calc(40px - 2px);
    -webkit-border-radius: calc(40px - 2px);
}

.search-mobile button.search-button:hover {
    color: #FFFFFF !important;
    background: #FF1493 !important;
}

#slide-out .social-icons {
    margin-bottom: 10px;
}

#slide-out .social-icons a {
    color: #9E9E9E;
    font-size: 16px;
    padding: 0 4px;
}

#slide-out .social-icons a:hover {
    color: #000000;
}

#slide-out .social-icons i.lni:before {
    font-size: 14px;
    vertical-align: -0.1em;
}

#mobile-menu {
    border-top: 1px solid #E4E4E4;
    display: none;
}

#mobile-menu.mobile-hide-icons i.fa {
    display: none;
}

#slide-out #mobile-menu .mega-menu-block {
    padding: 0 !important;
    background: 0 0 !important;
    min-height: inherit !important;
}

#slide-out #mobile-menu ul ul,
#slide-out #mobile-menu .sub-menu-columns-item {
    display: none;
    background: #F9F9F9;
}

#slide-out #mobile-menu li {
    list-style: none;
    position: relative;
}

#slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px;
    border-left: 1px solid #E4E4E4;
    margin: 0;
    cursor: pointer;
    display: block;
}

#slide-out #mobile-menu a {
    color: #000000;
    display: block;
    font-size: 16px;
    padding: 10px;
    padding-right: 0;
    border-bottom: 1px solid #E4E4E4;
}

#slide-out #mobile-menu a:hover {
    background: #FFFFFF;
    color: #F88C00 !important;
}

#slide-out #mobile-menu a i {
    color: #000000;
}

#slide-out #mobile-menu ul ul a {
    font-size: 14px;
    padding-left: 30px;
}

#slide-out #mobile-menu ul ul ul a {
    font-size: 12px;
    padding-left: 50px;
    padding-right: 5px;
}

#slide-out #mobile-menu ul ul ul ul a {
    padding-left: 60px;
    padding-right: 5px;
}

#mobile-menu li.menu-item-home a:before {
    content: "\f015";
    color: #000000;
}

#slide-out-open {
    display: none;
    margin: 0;
    position: absolute;
    top: 28px;
    left: 8px;
    z-index: 505;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #F88C00;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#slide-out-open span {
    left: 8px;
}

#slide-out-open span,
#slide-out-open span:after,
#slide-out-open span:before {
    top: 10px;
    position: absolute;
    content: ' ';
    display: block;
    height: 3px;
    width: 24px;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#slide-out-open span:before {
    top: 8px;
}

#slide-out-open span:after {
    top: 16px;
}

#open-slide-overlay {
    position: fixed;
    top: 0;
    left: 80%;
    z-index: 500;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.csstransforms3d.csstransitions .js-nav .inner-wrapper {
    left: 80%;
}

.csstransforms3d.csstransitions .js-nav #mobile-menu {
    display: block;
}

.inner-wrapper,
#slide-out {
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
    -moz-transition: -moz-transform 500ms ease, opacity 500ms ease;
    -o-transition: -o-transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
}

.csstransforms3d.csstransitions .js-nav .inner-wrapper {
    left: 0 !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.csstransforms3d.csstransitions .js-nav #slide-out-open span {
    top: 18px;
    -webkit-animation: fa-spin .2s 2 linear;
    animation: fa-spin .2s 2 linear;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.csstransforms3d.csstransitions .js-nav #slide-out-open span:after {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.csstransforms3d.csstransitions .js-nav #slide-out-open span:before {
    opacity: 0;
}

.csstransforms3d.csstransitions .js-nav .inner-wrapper {
    -webkit-transform: translate3d(280px, 0, 0);
    -moz-transform: translate3d(280px, 0, 0);
    -ms-transform: translate3d(280px, 0, 0);
    -o-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
}

.csstransforms3d.csstransitions .js-nav #slide-out {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

@media only screen and (max-width:392px) and (min-width:369px) {
    #slide-out {
        width: 70%;
    }

    .csstransforms3d.csstransitions .js-nav .inner-wrapper {
        -webkit-transform: translate3d(70%, 0, 0);
        -moz-transform: translate3d(70%, 0, 0);
        -ms-transform: translate3d(70%, 0, 0);
        -o-transform: translate3d(70%, 0, 0);
        transform: translate3d(70%, 0, 0);
    }
}

@media only screen and (max-width:368px) and (min-width:313px) {
    #slide-out {
        width: 65%;
    }

    .csstransforms3d.csstransitions .js-nav .inner-wrapper {
        -webkit-transform: translate3d(65%, 0, 0);
        -moz-transform: translate3d(65%, 0, 0);
        -ms-transform: translate3d(65%, 0, 0);
        -o-transform: translate3d(65%, 0, 0);
        transform: translate3d(65%, 0, 0);
    }
}

@media only screen and (max-width:312px) {
    #slide-out {
        width: 75%;
    }

    .csstransforms3d.csstransitions .js-nav .inner-wrapper {
        -webkit-transform: translate3d(75%, 0, 0);
        -moz-transform: translate3d(75%, 0, 0);
        -ms-transform: translate3d(75%, 0, 0);
        -o-transform: translate3d(75%, 0, 0);
        transform: translate3d(75%, 0, 0);
    }
}

@-webkit-keyframes tieFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes tieFadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.review-box {
    padding: 0;
    background: 0 0;
}

.review-top {
    width: 55%;
}

#review-box .review-item h5 {
    color: #666666;
    margin-top: 0;
}

#review-box.review-percentage .review-item h5,
#review-box.review-percentage .review-item h5 {
    line-height: 28px;
}

.review-percentage .review-item span span {
    background-color: #F88C00;
    height: 6px;
    top: auto;
    bottom: 0;
}

.review-final-score {
    background-color: #F88C00;
}

.review-box,
#review-box h2.review-box-header,
.review-item,
.review-summary,
.user-rate-wrap,
#review-box h1,
#review-box h2,
#review-box h3,
#review-box h4,
#review-box h5,
#review-box h6,
#review-box p,
#review-box strong,
#review-box .user-rating-text span,
#review-box .user-rating-text small {
    color: #444444;
}

#review-box h2.review-box-header {
    background: #EEEEEE;
}

.review-item,
.review-summary,
.user-rate-wrap,
.review-stars .review-item,
.review-percentage .review-item span {
    background: #F2F2F2;
}

.review-final-score {
    width: 110px;
}

body.glassy-skin {
    background-color: rgba(255, 255, 255, 0.25);
    color: #AFAFAF;
}

body.dark-skin {
    background-color: #000000;
    color: #BFBFBF;
}

body.glassy-skin #wrapper.boxed-all {
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 3px #1F1F1F;
    -webkit-box-shadow: 0 0 3px #1F1F1F;
    -moz-box-shadow: 0 0 3px #1F1F1F;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

body.dark-skin #wrapper.boxed-all {
    background-color: #3C3C3C;
    box-shadow: 0 0 3px #141414;
    -webkit-box-shadow: 0 0 3px #141414;
    -moz-box-shadow: 0 0 3px #141414;
}

body.glassy-skin #wrapper.boxed .breaking-news,
body.glassy-skin #wrapper.boxed .acme-news-ticker,
body.glassy-skin #wrapper.boxed #main-content,
body.glassy-skin #wrapper.boxed #theme-header {
    box-shadow: 0 0 3px #1F1F1F;
    -webkit-box-shadow: 0 0 3px #1F1F1F;
    -moz-box-shadow: 0 0 3px #1F1F1F;
}

body.dark-skin #wrapper.boxed .breaking-news,
body.dark-skin #wrapper.boxed .acme-news-ticker,
body.dark-skin #wrapper.boxed #main-content,
body.dark-skin #wrapper.boxed #theme-header {
    box-shadow: 0 0 3px #141414;
    -webkit-box-shadow: 0 0 3px #141414;
    -moz-box-shadow: 0 0 3px #141414;
}

body.glassy-skin .cat-box-content,
body.glassy-skin #sidebar .widget-container,
body.glassy-skin #wrapper.boxed-all .breaking-news,
body.glassy-skin #wrapper.boxed-all .acme-news-ticker,
body.glassy-skin #wrapper.wide-layout .breaking-news,
body.glassy-skin #wrapper.wide-layout .acme-news-ticker,
body.glassy-skin .post-listing,
body.glassy-skin #live-search_results,
body.glassy-skin .arqam-lite-widget-counter,
body.glassy-skin .videobox,
body.glassy-skin .audiobox,
body.glassy-skin .videobox .video_wrapper .video-controls .options .playback-content .speed-options,
body.glassy-skin #commentform {
    box-shadow: 0 0 3px #2E2E2E;
    -webkit-box-shadow: 0 0 3px #2E2E2E;
    -moz-box-shadow: 0 0 3px #2E2E2E;
}

body.dark-skin .cat-box-content,
body.dark-skin #sidebar .widget-container,
body.dark-skin #wrapper.boxed-all .breaking-news,
body.dark-skin #wrapper.boxed-all .acme-news-ticker,
body.dark-skin #wrapper.wide-layout .breaking-news,
body.dark-skin #wrapper.wide-layout .acme-news-ticker,
body.dark-skin .post-listing,
body.dark-skin #live-search_results,
body.dark-skin .arqam-lite-widget-counter,
body.dark-skin .videobox,
body.dark-skin .audiobox,
body.dark-skin .videobox .video_wrapper .video-controls .options .playback-content .speed-options,
body.dark-skin #commentform {
    box-shadow: 0 0 3px #2A2A2A;
    -webkit-box-shadow: 0 0 3px #2A2A2A;
    -moz-box-shadow: 0 0 3px #2A2A2A;
}

body.glassy-skin .upload-widget .image-preview,
body.glassy-skin .upload-widget .upload-btn,
body.glassy-skin #tabbed-widget .tabs-wrap li,
body.glassy-skin .comments-avatar .widget-container li,
body.glassy-skin .posts-list .widget-container li,
body.glassy-skin .categort-posts .widget-container li,
body.glassy-skin .authors-posts .widget-container li,
body.glassy-skin .widget.woocommerce .widget-container li,
body.glassy-skin .widget-container ul.reviews-posts li,
body.glassy-skin .widget_categories .widget-container li,
body.glassy-skin .widget_archive .widget-container li,
body.glassy-skin .widget_nav_menu .widget-container li,
body.glassy-skin .widget_meta .widget-container li,
body.glassy-skin .widget_pages .widget-container li,
body.glassy-skin .widget_recent_comments .widget-container li,
body.glassy-skin .widget_recent_entries .widget-container li,
body.glassy-skin #crumbs,
body.glassy-skin .post-inner p.post-meta,
body.glassy-skin .separator::before,
body.glassy-skin .weather-cards .card,
body.glassy-skin .item-list,
body.glassy-skin .widget.timeline-posts li a h3,
body.glassy-skin .widget.timeline-posts li a span.tie-date:before,
body.glassy-skin .entry #related_posts,
body.glassy-skin .entry #multiple_posts,
body.glassy-skin .live-search_result_container li,
body.glassy-skin .facebook-widget-content li,
body.glassy-skin #theme-footer .facebook-widget-content li,
body.glassy-skin .list-box li.other-news,
body.glassy-skin .column2 li,
body.glassy-skin .wide-box li,
body.glassy-skin .paginationbox ul.paginations,
body.glassy-skin .border-line,
body.glassy-skin ul.authors-wrap li,
body.glassy-skin .entry ul.best-reviews li,
body.glassy-skin .arqam-lite-widget-counter li,
body.glassy-skin .divider,
body.glassy-skin .post-content-slideshow-outer,
body.glassy-skin .woocommerce ul.products li.product .price,
body.glassy-skin .woocommerce-page ul.products li.product .price,
body.glassy-skin .flickr-wrapper .flickr_badge_image img,
body.glassy-skin .review-final-score {
    border-color: #5C5C5C;
}

body.dark-skin .upload-widget .image-preview,
body.dark-skin .upload-widget .upload-btn,
body.dark-skin #tabbed-widget .tabs-wrap li,
body.dark-skin .comments-avatar .widget-container li,
body.dark-skin .posts-list .widget-container li,
body.dark-skin .categort-posts .widget-container li,
body.dark-skin .authors-posts .widget-container li,
body.dark-skin .widget.woocommerce .widget-container li,
body.dark-skin .widget-container ul.reviews-posts li,
body.dark-skin .widget_categories .widget-container li,
body.dark-skin .widget_archive .widget-container li,
body.dark-skin .widget_nav_menu .widget-container li,
body.dark-skin .widget_meta .widget-container li,
body.dark-skin .widget_pages .widget-container li,
body.dark-skin .widget_recent_comments .widget-container li,
body.dark-skin .widget_recent_entries .widget-container li,
body.dark-skin #crumbs,
body.dark-skin .post-inner p.post-meta,
body.dark-skin .separator::before,
body.dark-skin .weather-cards .card,
body.dark-skin .item-list,
body.dark-skin .widget.timeline-posts li a h3,
body.dark-skin .widget.timeline-posts li a span.tie-date:before,
body.dark-skin .entry #related_posts,
body.dark-skin .entry #multiple_posts,
body.dark-skin .live-search_result_container li,
body.dark-skin .facebook-widget-content li,
body.dark-skin #theme-footer .facebook-widget-content li,
body.dark-skin .list-box li.other-news,
body.dark-skin .column2 li,
body.dark-skin .wide-box li,
body.dark-skin .paginationbox ul.paginations,
body.dark-skin .border-line,
body.dark-skin ul.authors-wrap li,
body.dark-skin .entry ul.best-reviews li,
body.dark-skin .arqam-lite-widget-counter li,
body.dark-skin .divider,
body.dark-skin .post-content-slideshow-outer,
body.dark-skin .woocommerce ul.products li.product .price,
body.dark-skin .woocommerce-page ul.products li.product .price,
body.dark-skin .flickr-wrapper .flickr_badge_image img,
body.dark-skin .review-final-score {
    border-color: #474747;
}

body.glassy-skin #tabbed-widget .widget-top,
body.glassy-skin .cat-tabs-header {
    border-color: #5E4A4F;
}

body.dark-skin #tabbed-widget .widget-top,
body.dark-skin .cat-tabs-header {
    border-color: #424242;
}

body.glassy-skin .acme-news-ticker-controls button {
    border-color: #404040;
}

body.dark-skin .acme-news-ticker-controls button {
    border-color: #353535;
}

body.glassy-skin ul.timeline {
    border-color: #303030;
}

body.dark-skin ul.timeline {
    border-color: #2F2F2F;
}

body.glassy-skin .author-avatar .avatar_lines::after,
body.glassy-skin .author-avatar .avatar_lines img {
    background-color: #4D465A;
}

body.glassy-skin #check-also-box {
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

body.glassy-skin .videobox .video_wrapper .video-controls .options .playback-content .speed-options,
body.glassy-skin .separator::before,
body.glassy-skin #tabbed-widget ul.tabs li.active a,
body.glassy-skin .cat-tabs-header ul li.active a,
body.glassy-skin .profile-athlete-avatar,
body.glassy-skin .blog-author-avatar {
    background-color: #594248;
}

body.glassy-skin .commentlist ul.nested-list li .comment-wrap .comment-content .author-comment > * + *,
body.glassy-skin .reviewlist ul.nested-list li .review-wrap .review-content .author-review > * + * {
    background-color: rgba(102, 85, 100, 0.5);
}

body.glassy-skin .social-container .social-platform img,
body.glassy-skin .about-profile-athlete,
body.glassy-skin .about-blog-author,
body.glassy-skin .profile-athlete-avatar img,
body.glassy-skin .blog-author-avatar img {
    background-color: transparent;
}

body.dark-skin .author-avatar .avatar_lines::after,
body.dark-skin .author-avatar .avatar_lines img,
body.dark-skin #check-also-box,
body.dark-skin .videobox .video_wrapper .video-controls .options .playback-content .speed-options,
body.dark-skin .commentlist ul.nested-list li .comment-wrap .comment-content .author-comment > * + *,
body.dark-skin .reviewlist ul.nested-list li .review-wrap .review-content .author-review > * + *,
body.dark-skin .modal,
body.dark-skin .modal .modal-box::after,
body.dark-skin .popup-box,
body.dark-skin .popup-box .popup-content::after,
body.dark-skin #share-popup,
body.dark-skin #share-popup .popup-social::after,
body.dark-skin .social-container .social-platform img,
body.dark-skin .about-profile-athlete,
body.dark-skin .about-blog-author,
body.dark-skin .profile-athlete-avatar,
body.dark-skin .blog-author-avatar,
body.dark-skin .profile-athlete-avatar img,
body.dark-skin .blog-author-avatar img,
body.dark-skin #wrapper.wide-layout,
body.dark-skin #wrapper.wide-layout #theme-header,
body.dark-skin .separator::before,
body.dark-skin #tabbed-widget ul.tabs li.active a,
body.dark-skin .cat-tabs-header ul li.active a,
body.dark-skin .post-tabs ul.tabs-nav li.current,
body.dark-skin .post-tabs-ver ul.tabs-nav li.current {
    background-color: #3C3C3C;
}

body.glassy-skin .top-nav,
body.glassy-skin .footer-bottom,
body.glassy-skin #main-nav,
body.glassy-skin #main-nav .menu-sub-content,
body.glassy-skin #main-nav .submenu-languages,
body.glassy-skin #slide-out,
body.glassy-skin #tabbed-widget .widget-top,
body.glassy-skin .cat-tabs-header,
body.glassy-skin ul.timeline li.timeline-post:before,
body.glassy-skin h2.timeline-head,
body.glassy-skin .top-nav ul ul,
body.glassy-skin .entry ul.best-reviews .best-review-score,
body.glassy-skin #tabbed-widget .tabs-wrap.tagcloud a:hover,
body.glassy-skin .woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #503B41;
}

body.dark-skin .top-nav,
body.dark-skin .footer-bottom,
body.dark-skin #main-nav,
body.dark-skin #main-nav .menu-sub-content,
body.dark-skin #main-nav .submenu-languages,
body.dark-skin #slide-out,
body.dark-skin #tabbed-widget .widget-top,
body.dark-skin .cat-tabs-header,
body.dark-skin ul.timeline li.timeline-post:before,
body.dark-skin h2.timeline-head,
body.dark-skin .top-nav ul ul,
body.dark-skin .entry ul.best-reviews .best-review-score,
body.dark-skin #tabbed-widget .tabs-wrap.tagcloud a:hover,
body.dark-skin .woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #2A2A2A;
}

body.glassy-skin #main-nav {
    box-shadow: inset -1px -5px 0 -1px #4F3B41;
}

body.dark-skin #main-nav {
    box-shadow: inset -1px -5px 0 -1px #2B2B2B;
}

body.glassy-skin .search-block #s-header {
    background-color: #544046;
    border-color: #5E4A4F;
    color: #AFAFAF;
}

body.dark-skin .search-block #s-header {
    background-color: #303030;
    border-color: #444444;
    color: #BFBFBF;
}

body.glassy-skin .scroll-nav,
body.glassy-skin .share-post {
    background-color: rgba(255, 255, 255, 0.05);
}

body.dark-skin .scroll-nav,
body.dark-skin .share-post {
    background-color: #373737;
}

body.glassy-skin #tabbed-widget ul.tabs li.active a,
body.glassy-skin .cat-tabs-header ul li.active a {
    -webkit-box-shadow: 0 -1px 2px #4B383E;
    -moz-box-shadow: 0 -1px 2px #4B383E;
    box-shadow: 0 -1px 2px #4B383E;
}

body.dark-skin #tabbed-widget ul.tabs li.active a,
body.dark-skin .cat-tabs-header ul li.active a {
    -webkit-box-shadow: 0 -1px 2px #282828;
    -moz-box-shadow: 0 -1px 2px #282828;
    box-shadow: 0 -1px 2px #282828;
}

body.glassy-skin a,
body.glassy-skin .breadcrumb a,
body.glassy-skin .top-nav .social-icons a:hover,
body.glassy-skin #slide-out .social-icons a:hover,
body.glassy-skin a.random-article,
body.glassy-skin a.forum-article,
body.glassy-skin a.sponsor-partners,
body.glassy-skin a.tie-cart,
body.glassy-skin #location_title,
body.glassy-skin #state_title,
body.glassy-skin #main-nav ul li a i,
body.glassy-skin #main-nav ul ul li a i,
body.glassy-skin #slide-out,
body.glassy-skin #slide-out #mobile-menu a,
body.glassy-skin #slide-out #mobile-menu a i,
body.glassy-skin #mobile-menu li.menu-item-home a:before,
body.glassy-skin .acme-news-ticker-controls button,
body.glassy-skin .upload-widget .upload-btn,
body.glassy-skin .current-weather .details .weather-current-temp .temperature,
body.glassy-skin .current-weather .details .weather-todays-stats .weather_city,
body.glassy-skin .arqam-lite-widget-counter li span,
body.glassy-skin #tabbed-widget ul.tabs li a,
body.glassy-skin .cat-tabs-header ul li a,
body.glassy-skin #tabbed-widget ul.tabs li a i,
body.glassy-skin .cat-tabs-header ul li a i,
body.glassy-skin .audiobox .audio_wrapper .details .music-style .track-spirit .track-details .track-name,
body.glassy-skin .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .repeat-track,
body.glassy-skin .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .random-track,
body.glassy-skin .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .playpause-track,
body.glassy-skin .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .prev-track,
body.glassy-skin .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .next-track,
body.glassy-skin .commentlist ul.nested-list li .comment-wrap .comment-content .author-comment .meta-data-name,
body.glassy-skin .reviewlist ul.nested-list li .review-wrap .review-content .author-review .meta-data-name,
body.glassy-skin .search-mobile button.search-button,
body.glassy-skin .weather-input #s-city:focus,
body.glassy-skin .weather-input:hover #s-city,
body.glassy-skin .search-block-large #s:focus,
body.glassy-skin .search-block-large:hover #s,
body.glassy-skin .search-mobile #s-mobile:focus,
body.glassy-skin .search-mobile #s-mobile:hover,
body.glassy-skin .search-block #s-header:focus,
body.glassy-skin .search-block:hover #s-header {
    color: #F2F2F2;
}

body.dark-skin a,
body.dark-skin .breadcrumb a,
body.dark-skin .top-nav .social-icons a:hover,
body.dark-skin #slide-out .social-icons a:hover,
body.dark-skin a.random-article,
body.dark-skin a.forum-article,
body.dark-skin a.sponsor-partners,
body.dark-skin a.tie-cart,
body.dark-skin #location_title,
body.dark-skin #state_title,
body.dark-skin #main-nav ul li a i,
body.dark-skin #main-nav ul ul li a i,
body.dark-skin #slide-out,
body.dark-skin #slide-out #mobile-menu a,
body.dark-skin #slide-out #mobile-menu a i,
body.dark-skin #mobile-menu li.menu-item-home a:before,
body.dark-skin .acme-news-ticker-controls button,
body.dark-skin .upload-widget .upload-btn,
body.dark-skin .current-weather .details .weather-current-temp .temperature,
body.dark-skin .current-weather .details .weather-todays-stats .weather_city,
body.dark-skin .arqam-lite-widget-counter li span,
body.dark-skin #tabbed-widget ul.tabs li a,
body.dark-skin .cat-tabs-header ul li a,
body.dark-skin #tabbed-widget ul.tabs li a i,
body.dark-skin .cat-tabs-header ul li a i,
body.dark-skin .audiobox .audio_wrapper .details .music-style .track-spirit .track-details .track-name,
body.dark-skin .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .repeat-track,
body.dark-skin .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .random-track,
body.dark-skin .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .playpause-track,
body.dark-skin .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .prev-track,
body.dark-skin .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .next-track,
body.dark-skin .commentlist ul.nested-list li .comment-wrap .comment-content .author-comment .meta-data-name,
body.dark-skin .reviewlist ul.nested-list li .review-wrap .review-content .author-review .meta-data-name,
body.dark-skin .search-mobile button.search-button,
body.dark-skin .weather-input #s-city:focus,
body.dark-skin .weather-input:hover #s-city,
body.dark-skin .search-block-large #s:focus,
body.dark-skin .search-block-large:hover #s,
body.dark-skin .search-mobile #s-mobile:focus,
body.dark-skin .search-mobile #s-mobile:hover,
body.dark-skin .search-block #s-header:focus,
body.dark-skin .search-block:hover #s-header {
    color: #FFFFFF;
}

body.glassy-skin .search-mobile #s-mobile,
body.glassy-skin .footer-bottom,
body.glassy-skin .weather-input #s-city {
    color: #AFAFAF;
}

body.dark-skin .search-mobile #s-mobile,
body.dark-skin .footer-bottom,
body.dark-skin .weather-input #s-city {
    color: #BFBFBF;
}

body.glassy-skin a:hover,
body.dark-skin a:hover {
    color: #F88C00;
}

body.dark-skin p.post-meta a {
    color: #888888;
}

body.glassy-skin .image_card,
body.glassy-skin .image_card .image_lines,
body.glassy-skin .image_card .image_lines::after,
body.glassy-skin .image_card .image_box,
body.glassy-skin .audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range1 .seek_slider::-webkit-slider-thumb,
body.glassy-skin .audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 .volume_slider::-webkit-slider-thumb {
    background: #594248;
}

body.dark-skin .image_card,
body.dark-skin .image_card .image_lines,
body.dark-skin .image_card .image_lines::after,
body.dark-skin .image_card .image_box,
body.dark-skin .audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range1 .seek_slider::-webkit-slider-thumb,
body.dark-skin .audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 .volume_slider::-webkit-slider-thumb {
    background: #3C3C3C;
}

body.glassy-skin .cover-body {
    box-shadow: 0 0 3px #2E2E2E;
    -webkit-box-shadow: 0 0 3px #2E2E2E;
    -moz-box-shadow: 0 0 3px #2E2E2E;
}

body.dark-skin .cover-body {
    box-shadow: 0 0 3px #2A2A2A;
    -webkit-box-shadow: 0 0 3px #2A2A2A;
    -moz-box-shadow: 0 0 3px #2A2A2A;
}

body.glassy-skin .profile-athlete-avatar,
body.glassy-skin .blog-author-avatar,
body.glassy-skin .audiobox .audio_wrapper .details .music-text .text-name,
body.glassy-skin .audiobox .audio_wrapper .details .music-style .cover-spirit .track-art,
body.glassy-skin .social-container .social-platform,
body.glassy-skin .social-container .social-platform img,
body.glassy-skin .image_card {
    border-color: transparent;
    box-shadow: 0 6px 5px #2E2E2E;
    -webkit-box-shadow: 0 6px 5px #2E2E2E;
    -moz-box-shadow: 0 6px 5px #2E2E2E;
}

body.dark-skin .profile-athlete-avatar,
body.dark-skin .blog-author-avatar,
body.dark-skin .audiobox .audio_wrapper .details .music-text .text-name,
body.dark-skin .audiobox .audio_wrapper .details .music-style .cover-spirit .track-art,
body.dark-skin .social-container .social-platform,
body.dark-skin .social-container .social-platform img,
body.dark-skin .image_card {
    border-color: #3C3C3C;
    box-shadow: 0 6px 5px #2A2A2A;
    -webkit-box-shadow: 0 6px 5px #2A2A2A;
    -moz-box-shadow: 0 6px 5px #2A2A2A;
}

body.glassy-skin .paginationbox ul.paginations,
body.glassy-skin .paginationbox ul.paginations li a,
body.glassy-skin .image_card .image_box {
    box-shadow: 0 6px 5px #2E2E2E;
    -webkit-box-shadow: 0 6px 5px #2E2E2E;
    -moz-box-shadow: 0 6px 5px #2E2E2E;
}

body.dark-skin .paginationbox ul.paginations,
body.dark-skin .paginationbox ul.paginations li a,
body.dark-skin .image_card .image_box {
    box-shadow: 0 6px 5px #2A2A2A;
    -webkit-box-shadow: 0 6px 5px #2A2A2A;
    -moz-box-shadow: 0 6px 5px #2A2A2A;
}

body.dark-skin .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader .stroke,
body.dark-skin .post-tag a:after {
    background-color: #FFFFFF;
}

body.glassy-skin .author-social a:hover,
body.glassy-skin p.post-meta a:hover,
body.glassy-skin .product_title,
body.glassy-skin .post-title,
body.glassy-skin .block-head h3,
body.glassy-skin #respond h3,
body.glassy-skin #check-also-box .block-head h3,
body.glassy-skin .widget-top h4,
body.glassy-skin .sitemap-col h2,
body.glassy-skin ul.authors-wrap li h3,
body.glassy-skin .image_card .image_content .image_details h2,
body.glassy-skin .social-container .social-platform .social-details span.social-name,
body.glassy-skin .social-container .social-platform i.right-long,
body.glassy-skin .dropcap,
body.glassy-skin a.more-link,
body.glassy-skin .profile-athlete-content h2.profile-athlete-name,
body.glassy-skin .blog-author-content h2.blog-author-name,
body.glassy-skin #profile-text_card .profile-text_content .profile-text_details h2 span.text-title,
body.glassy-skin #profile-text_card .profile-text_content .profile-text_details h2 span.text-title sup,
body.glassy-skin #events-text_card .events-text_content .events-text_details h2 span.text-events,
body.glassy-skin .audiobox .audio_wrapper .details .music-text .text-name,
body.glassy-skin .audiobox .audio_wrapper .details .music-text .now-playing,
body.glassy-skin a.random-article:hover,
body.glassy-skin a.forum-article:hover,
body.glassy-skin a.sponsor-partners:hover,
body.glassy-skin a.tie-cart:hover,
body.glassy-skin .page-title,
body.glassy-skin .top-nav ul li a:hover,
body.glassy-skin .top-nav ul li:hover > a,
body.glassy-skin .top-nav ul:hover > a,
body.glassy-skin .top-nav ul ul li a:hover,
body.glassy-skin .top-nav ul ul li:hover > a,
body.glassy-skin .top-nav ul ul:hover > a,
body.glassy-skin .top-nav ul li.current-menu-item a,
body.glassy-skin .top-nav ul ul li.current-menu-item a,
body.glassy-skin #theme-footer .social-icons-widget .social-icons a:hover {
    color: #F2F2F2 !important;
}

body.dark-skin .author-social a:hover,
body.dark-skin p.post-meta a:hover,
body.dark-skin .product_title,
body.dark-skin .post-title,
body.dark-skin .block-head h3,
body.dark-skin #respond h3,
body.dark-skin #check-also-box .block-head h3,
body.dark-skin .widget-top h4,
body.dark-skin .sitemap-col h2,
body.dark-skin ul.authors-wrap li h3,
body.dark-skin .image_card .image_content .image_details h2,
body.dark-skin .social-container .social-platform .social-details span.social-name,
body.dark-skin .social-container .social-platform i.right-long,
body.dark-skin .dropcap,
body.dark-skin a.more-link,
body.dark-skin .profile-athlete-content h2.profile-athlete-name,
body.dark-skin .blog-author-content h2.blog-author-name,
body.dark-skin #profile-text_card .profile-text_content .profile-text_details h2 span.text-title,
body.dark-skin #profile-text_card .profile-text_content .profile-text_details h2 span.text-title sup,
body.dark-skin #events-text_card .events-text_content .events-text_details h2 span.text-events,
body.dark-skin .audiobox .audio_wrapper .details .music-text .text-name,
body.dark-skin .audiobox .audio_wrapper .details .music-text .now-playing,
body.dark-skin a.random-article:hover,
body.dark-skin a.forum-article:hover,
body.dark-skin a.sponsor-partners:hover,
body.dark-skin a.tie-cart:hover,
body.dark-skin .page-title,
body.dark-skin .top-nav ul li a:hover,
body.dark-skin .top-nav ul li:hover > a,
body.dark-skin .top-nav ul:hover > a,
body.dark-skin .top-nav ul ul li a:hover,
body.dark-skin .top-nav ul ul li:hover > a,
body.dark-skin .top-nav ul ul:hover > a,
body.dark-skin .top-nav ul li.current-menu-item a,
body.dark-skin .top-nav ul ul li.current-menu-item a,
body.dark-skin #theme-footer .social-icons-widget .social-icons a:hover {
    color: #FFFFFF !important;
}

body.dark-skin .single-post-caption {
    color: #CCCCCC;
}

body.glassy-skin #main-nav ul li.menu-item-has-children:after,
body.glassy-skin #main-nav ul li.mega-menu:after,
body.glassy-skin .top-menu ul li.menu-item-has-children:after,
body.glassy-skin #main-nav ul li.cat-active a:after,
body.glassy-skin #main-nav ul li.cat-active a:before {
    color: #F2F2F2;
}

body.dark-skin #main-nav ul li.menu-item-has-children:after,
body.dark-skin #main-nav ul li.mega-menu:after,
body.dark-skin .top-menu ul li.menu-item-has-children:after,
body.dark-skin #main-nav ul li.cat-active a:after,
body.dark-skin #main-nav ul li.cat-active a:before {
    color: #FFFFFF;
}

body.dark-skin.woocommerce ul.products li.product .price,
body.dark-skin.woocommerce-page ul.products li.product .price {
    border-color: #555555;
}

body.glassy-skin .today-date {
    color: #848484;
}

body.dark-skin .today-date {
    color: #888888;
}

body.glassy-skin .tie-list-shortcode.sportivals_icons ul li:before,
body.glassy-skin .tie-list-shortcode.sportivals_icons ul ul li:before {
    color: #5E5E5E;
}

body.dark-skin .tie-list-shortcode.sportivals_icons ul li:before,
body.dark-skin .tie-list-shortcode.sportivals_icons ul ul li:before {
    color: #555555;
}

body.glassy-skin .search-mobile button.search-button,
body.glassy-skin a.random-article,
body.glassy-skin a.forum-article,
body.glassy-skin a.sponsor-partners,
body.glassy-skin a.tie-cart {
    background-color: #615357;
}

body.dark-skin .search-mobile button.search-button,
body.dark-skin a.random-article,
body.dark-skin a.forum-article,
body.dark-skin a.sponsor-partners,
body.dark-skin a.tie-cart {
    background-color: #494949;
}

body.glassy-skin a.random-article:hover,
body.glassy-skin a.forum-article:hover,
body.glassy-skin a.sponsor-partners:hover,
body.glassy-skin a.tie-cart:hover {
    background-color: #6A6164;
}

body.dark-skin a.random-article:hover,
body.dark-skin a.forum-article:hover,
body.dark-skin a.sponsor-partners:hover,
body.dark-skin a.tie-cart:hover {
    background-color: #5D5D5D;
}

body.glassy-skin .author-social a {
    background-color: rgba(255, 255, 255, 0.15);
}

body.glassy-skin .breadcrumb a,
body.glassy-skin .breadcrumb a:after {
    background-color: #897574;
}

body.glassy-skin .page-link,
body.glassy-skin .post-tag a,
body.glassy-skin ul.login-links a,
body.glassy-skin ul.register-links a,
body.glassy-skin ul.reset-links a,
body.glassy-skin .audiobox .audio_wrapper .details .music-text .text-name,
body.glassy-skin .audiobox .audio_wrapper .details .music-text .now-playing {
    background-color: rgba(255, 255, 255, 0.1);
}

body.dark-skin .author-social a,
body.dark-skin .breadcrumb a,
body.dark-skin .breadcrumb a:after,
body.dark-skin .page-link,
body.dark-skin .post-tag a,
body.dark-skin ul.login-links a,
body.dark-skin ul.register-links a,
body.dark-skin ul.reset-links a,
body.dark-skin .audiobox .audio_wrapper .details .music-text .text-name,
body.dark-skin .audiobox .audio_wrapper .details .music-text .now-playing {
    background-color: #555555;
}

body.glassy-skin .post-tag a:before {
    border-right-color: rgba(255, 255, 255, 0.1);
}

body.dark-skin .post-tag a:before {
    border-right-color: #555555;
}

body.dark-skin .column2 li.other-news,
body.dark-skin .list-box li.other-news,
body.dark-skin .wide-box li.other-news {
    background-color: #373737;
    border-bottom: 1px solid #282828;
}

body.dark-skin .column2 li.other-news:hover,
body.dark-skin .list-box li.other-news:hover,
body.dark-skin #tabbed-widget .tabs-wrap.tagcloud a {
    background: #303030;
}

body.glassy-skin .breadcrumb a:after {
    box-shadow: 2px -2px 0 2px #5D4343;
}

body.dark-skin .breadcrumb a:after {
    box-shadow: 2px -2px 0 2px #3C3C3C;
}

body.glassy-skin .responsive-table thead th,
body.glassy-skin .responsive-table tbody th[scope=row] {
    background-color: #544146;
}

body.dark-skin .responsive-table thead th,
body.dark-skin .responsive-table tbody th[scope=row] {
    background-color: #333333;
}

body.glassy-skin .search-block-large #s {
    background: rgba(89, 66, 72, 0.25);
    color: #AFAFAF;
    border-color: #5C5C5C;
    border-top-color: #5C5C5C;
    border-left-color: #5C5C5C;
}

body.dark-skin .search-block-large #s {
    background: #383838;
    color: #BFBFBF;
    border-color: #303030;
    border-top-color: #303030;
    border-left-color: #303030;
}

body.glassy-skin textarea,
body.glassy-skin input[type=text],
body.glassy-skin input[type=password],
body.glassy-skin input[type=email],
body.glassy-skin input[type=url],
body.glassy-skin input[type=tel],
body.glassy-skin input[type=number],
body.glassy-skin input[type=date],
body.glassy-skin input[type=file],
body.glassy-skin input[type=search],
body.glassy-skin input[type=color],
body.glassy-skin input[type=datetime],
body.glassy-skin input[type=datetime-local],
body.glassy-skin input[type=month],
body.glassy-skin input[type=range],
body.glassy-skin input[type=time],
body.glassy-skin input[type=week],
body.glassy-skin select {
    background: rgba(89, 66, 72, 0.25);
    color: #AFAFAF;
    border-color: #5C5C5C;
    border-top-color: #5C5C5C;
    border-left-color: #5C5C5C;
}

body.glassy-skin select option {
    background: #604958;
}

body.dark-skin textarea,
body.dark-skin input[type=text],
body.dark-skin input[type=password],
body.dark-skin input[type=email],
body.dark-skin input[type=url],
body.dark-skin input[type=tel],
body.dark-skin input[type=number],
body.dark-skin input[type=date],
body.dark-skin input[type=file],
body.dark-skin input[type=search],
body.dark-skin input[type=color],
body.dark-skin input[type=datetime],
body.dark-skin input[type=datetime-local],
body.dark-skin input[type=month],
body.dark-skin input[type=range],
body.dark-skin input[type=time],
body.dark-skin input[type=week],
body.dark-skin select {
    background: #383838;
    color: #BFBFBF;
    border-color: #303030;
    border-top-color: #303030;
    border-left-color: #303030;
}

body.glassy-skin textarea:hover,
body.glassy-skin input[type=text]:hover,
body.glassy-skin input[type=password]:hover,
body.glassy-skin input[type=email]:hover,
body.glassy-skin input[type=url]:hover,
body.glassy-skin input[type=tel]:hover,
body.glassy-skin input[type=number]:hover,
body.glassy-skin input[type=date]:hover,
body.glassy-skin input[type=file]:hover,
body.glassy-skin input[type=search]:hover,
body.glassy-skin input[type=color]:hover,
body.glassy-skin input[type=datetime]:hover,
body.glassy-skin input[type=datetime-local]:hover,
body.glassy-skin input[type=month]:hover,
body.glassy-skin input[type=range]:hover,
body.glassy-skin input[type=time]:hover,
body.glassy-skin input[type=week]:hover,
body.glassy-skin select:hover {
    color: #F2F2F2;
}

body.dark-skin textarea:hover,
body.dark-skin input[type=text]:hover,
body.dark-skin input[type=password]:hover,
body.dark-skin input[type=email]:hover,
body.dark-skin input[type=url]:hover,
body.dark-skin input[type=tel]:hover,
body.dark-skin input[type=number]:hover,
body.dark-skin input[type=date]:hover,
body.dark-skin input[type=file]:hover,
body.dark-skin input[type=search]:hover,
body.dark-skin input[type=color]:hover,
body.dark-skin input[type=datetime]:hover,
body.dark-skin input[type=datetime-local]:hover,
body.dark-skin input[type=month]:hover,
body.dark-skin input[type=range]:hover,
body.dark-skin input[type=time]:hover,
body.dark-skin input[type=week]:hover,
body.dark-skin select:hover {
    color: #FFFFFF;
}

body.glassy-skin textarea:focus,
body.glassy-skin input[type=text]:focus,
body.glassy-skin input[type=password]:focus,
body.glassy-skin input[type=email]:focus,
body.glassy-skin input[type=url]:focus,
body.glassy-skin input[type=tel]:focus,
body.glassy-skin input[type=number]:focus,
body.glassy-skin input[type=date]:focus,
body.glassy-skin input[type=file]:focus,
body.glassy-skin input[type=search]:focus,
body.glassy-skin input[type=color]:focus,
body.glassy-skin input[type=datetime]:focus,
body.glassy-skin input[type=datetime-local]:focus,
body.glassy-skin input[type=month]:focus,
body.glassy-skin input[type=range]:focus,
body.glassy-skin input[type=time]:focus,
body.glassy-skin input[type=week]:focus,
body.glassy-skin select:focus {
    color: #F2F2F2 !important;
}

body.dark-skin textarea:focus,
body.dark-skin input[type=text]:focus,
body.dark-skin input[type=password]:focus,
body.dark-skin input[type=email]:focus,
body.dark-skin input[type=url]:focus,
body.dark-skin input[type=tel]:focus,
body.dark-skin input[type=number]:focus,
body.dark-skin input[type=date]:focus,
body.dark-skin input[type=file]:focus,
body.dark-skin input[type=search]:focus,
body.dark-skin input[type=color]:focus,
body.dark-skin input[type=datetime]:focus,
body.dark-skin input[type=datetime-local]:focus,
body.dark-skin input[type=month]:focus,
body.dark-skin input[type=range]:focus,
body.dark-skin input[type=time]:focus,
body.dark-skin input[type=week]:focus,
body.dark-skin select:focus {
    color: #FFFFFF !important;
}

body.glassy-skin #login-form #eml-usr,
body.glassy-skin #login-form #email-username,
body.glassy-skin #login-form #pwd,
body.glassy-skin #login-form #password,
body.glassy-skin #register-form #email,
body.glassy-skin #register-form #username,
body.glassy-skin #register-form #name,
body.glassy-skin #register-form #date,
body.glassy-skin #register-form #gender,
body.glassy-skin #register-form #phone,
body.glassy-skin #register-form #website,
body.glassy-skin #register-form #password,
body.glassy-skin #register-form #re-password,
body.glassy-skin #reset-form #email-username,
body.glassy-skin .comment-form #txt,
body.glassy-skin .comment-form #eml,
body.glassy-skin .comment-form #nam,
body.glassy-skin .comment-form #web,
body.glassy-skin .widget-feedburner .feedburner-email {
    color: #AFAFAF;
}

body.dark-skin #login-form #eml-usr,
body.dark-skin #login-form #email-username,
body.dark-skin #login-form #pwd,
body.dark-skin #login-form #password,
body.dark-skin #register-form #email,
body.dark-skin #register-form #username,
body.dark-skin #register-form #name,
body.dark-skin #register-form #date,
body.dark-skin #register-form #gender,
body.dark-skin #register-form #phone,
body.dark-skin #register-form #website,
body.dark-skin #register-form #password,
body.dark-skin #register-form #re-password,
body.dark-skin #reset-form #email-username,
body.dark-skin .comment-form #txt,
body.dark-skin .comment-form #eml,
body.dark-skin .comment-form #nam,
body.dark-skin .comment-form #web,
body.dark-skin .widget-feedburner .feedburner-email {
    color: #BFBFBF;
}

body.glassy-skin #login-form #eml-usr:hover,
body.glassy-skin #login-form #email-username:hover,
body.glassy-skin #login-form #pwd:hover,
body.glassy-skin #login-form #password:hover,
body.glassy-skin #register-form #email:hover,
body.glassy-skin #register-form #username:hover,
body.glassy-skin #register-form #name:hover,
body.glassy-skin #register-form #date:hover,
body.glassy-skin #register-form #gender:hover,
body.glassy-skin #register-form #phone:hover,
body.glassy-skin #register-form #website:hover,
body.glassy-skin #register-form #password:hover,
body.glassy-skin #register-form #re-password:hover,
body.glassy-skin #reset-form #email-username:hover,
body.glassy-skin .comment-form #txt:hover,
body.glassy-skin .comment-form #eml:hover,
body.glassy-skin .comment-form #nam:hover,
body.glassy-skin .comment-form #web:hover,
body.glassy-skin .widget-feedburner .feedburner-email:hover {
    color: #F2F2F2;
}

body.dark-skin #login-form #eml-usr:hover,
body.dark-skin #login-form #email-username:hover,
body.dark-skin #login-form #pwd:hover,
body.dark-skin #login-form #password:hover,
body.dark-skin #register-form #email:hover,
body.dark-skin #register-form #username:hover,
body.dark-skin #register-form #name:hover,
body.dark-skin #register-form #date:hover,
body.dark-skin #register-form #gender:hover,
body.dark-skin #register-form #phone:hover,
body.dark-skin #register-form #website:hover,
body.dark-skin #register-form #password:hover,
body.dark-skin #register-form #re-password:hover,
body.dark-skin #reset-form #email-username:hover,
body.dark-skin .comment-form #txt:hover,
body.dark-skin .comment-form #eml:hover,
body.dark-skin .comment-form #nam:hover,
body.dark-skin .comment-form #web:hover,
body.dark-skin .widget-feedburner .feedburner-email:hover {
    color: #FFFFFF;
}

body.glassy-skin #login-form #eml-usr:focus,
body.glassy-skin #login-form #email-username:focus,
body.glassy-skin #login-form #pwd:focus,
body.glassy-skin #login-form #password:focus,
body.glassy-skin #register-form #email:focus,
body.glassy-skin #register-form #username:focus,
body.glassy-skin #register-form #name:focus,
body.glassy-skin #register-form #date:focus,
body.glassy-skin #register-form #gender:focus,
body.glassy-skin #register-form #phone:focus,
body.glassy-skin #register-form #website:focus,
body.glassy-skin #register-form #password:focus,
body.glassy-skin #register-form #re-password:focus,
body.glassy-skin #reset-form #email-username:focus,
body.glassy-skin .comment-form #txt:focus,
body.glassy-skin .comment-form #eml:focus,
body.glassy-skin .comment-form #nam:focus,
body.glassy-skin .comment-form #web:focus,
body.glassy-skin .widget-feedburner .feedburner-email:focus {
    color: #F2F2F2 !important;
}

body.dark-skin #login-form #eml-usr:focus,
body.dark-skin #login-form #email-username:focus,
body.dark-skin #login-form #pwd:focus,
body.dark-skin #login-form #password:focus,
body.dark-skin #register-form #email:focus,
body.dark-skin #register-form #username:focus,
body.dark-skin #register-form #name:focus,
body.dark-skin #register-form #date:focus,
body.dark-skin #register-form #gender:focus,
body.dark-skin #register-form #phone:focus,
body.dark-skin #register-form #website:focus,
body.dark-skin #register-form #password:focus,
body.dark-skin #register-form #re-password:focus,
body.dark-skin #reset-form #email-username:focus,
body.dark-skin .comment-form #txt:focus,
body.dark-skin .comment-form #eml:focus,
body.dark-skin .comment-form #nam:focus,
body.dark-skin .comment-form #web:focus,
body.dark-skin .widget-feedburner .feedburner-email:focus {
    color: #FFFFFF !important;
}

body.glassy-skin #login-form p span.input_icon-left,
body.glassy-skin #register-form p span.input_icon-left,
body.glassy-skin #reset-form p span.input_icon-left,
body.glassy-skin .comment-form p span.input_icon-left {
    background-color: #5C5C5C;
}

body.dark-skin #login-form p span.input_icon-left,
body.dark-skin #register-form p span.input_icon-left,
body.dark-skin #reset-form p span.input_icon-left,
body.dark-skin .comment-form p span.input_icon-left {
    background-color: #303030;
}

body.glassy-skin ::-webkit-scrollbar-track {
    background: #4D434F;
}

body.dark-skin ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

body.glassy-skin .toggle h3,
body.glassy-skin .post-tabs ul.tabs-nav,
body.glassy-skin .post-tabs-ver ul.tabs-nav {
    background-color: #544146;
}

body.dark-skin .toggle h3,
body.dark-skin .post-tabs ul.tabs-nav,
body.dark-skin .post-tabs-ver ul.tabs-nav {
    background-color: #333333;
}

body.glassy-skin #register-form .tooltip,
body.glassy-skin .commentlist ul.nested-list li .comment-wrap .comment-content .author-comment,
body.glassy-skin .reviewlist ul.nested-list li .review-wrap .review-content .author-review {
    background-color: #594248;
}

body.dark-skin #register-form .tooltip,
body.dark-skin .commentlist ul.nested-list li .comment-wrap .comment-content .author-comment,
body.dark-skin .reviewlist ul.nested-list li .review-wrap .review-content .author-review {
    background-color: #383838;
}

body.glassy-skin .commentlist ul.nested-list li .comment-wrap .comment-content .author-comment:after,
body.glassy-skin .reviewlist ul.nested-list li .review-wrap .review-content .author-review:after {
    border-right-color: #594248;
}

body.dark-skin .commentlist ul.nested-list li .comment-wrap .comment-content .author-comment:after,
body.dark-skin .reviewlist ul.nested-list li .review-wrap .review-content .author-review:after {
    border-right-color: #383838;
}

body.glassy-skin #register-form .tooltip::after {
    border-bottom-color: #594248;
}

body.dark-skin #register-form .tooltip::after {
    border-bottom-color: #383838;
}

body.glassy-skin #register-form .tooltip,
body.glassy-skin .commentlist ul.nested-list li .comment-wrap .comment-content .author-comment,
body.glassy-skin .reviewlist ul.nested-list li .review-wrap .review-content .author-review {
    border-color: #5C5C5C;
}

body.dark-skin #register-form .tooltip,
body.dark-skin .commentlist ul.nested-list li .comment-wrap .comment-content .author-comment,
body.dark-skin .reviewlist ul.nested-list li .review-wrap .review-content .author-review {
    border-color: #2D2D2D;
}

body.glassy-skin .commentlist ul.nested-list li .comment-wrap .comment-content .author-comment:before,
body.glassy-skin .reviewlist ul.nested-list li .review-wrap .review-content .author-review:before {
    border-right-color: #5C5C5C;
}

body.dark-skin .commentlist ul.nested-list li .comment-wrap .comment-content .author-comment:before,
body.dark-skin .reviewlist ul.nested-list li .review-wrap .review-content .author-review:before {
    border-right-color: #2D2D2D;
}

body.glassy-skin #register-form .tooltip::before {
    border-bottom-color: #5C5C5C;
}

body.dark-skin #register-form .tooltip::before {
    border-bottom-color: #2D2D2D;
}

body.glassy-skin .commentlist ul.nested-list li .comment-wrap .comment-content .author-comment .meta-data-name,
body.glassy-skin .reviewlist ul.nested-list li .review-wrap .review-content .author-review .meta-data-name {
    border-bottom-color: #5C5C5C;
}

body.dark-skin .commentlist ul.nested-list li .comment-wrap .comment-content .author-comment .meta-data-name,
body.dark-skin .reviewlist ul.nested-list li .review-wrap .review-content .author-review .meta-data-name {
    border-bottom-color: #2D2D2D;
}

body.dark-skin .slideshow-container {
    border-top-color: #464646;
    border-right-color: #464646;
    border-left-color: #464646;
}

body.dark-skin .modal .modal-box .modal-content,
body.dark-skin #share-popup .popup-social .popup-media {
    background-color: #393939;
}

body.glassy-skin .responsive-table thead th,
body.glassy-skin .responsive-table th,
body.glassy-skin .responsive-table td,
body.glassy-skin .toggle,
body.glassy-skin .post-tabs,
body.glassy-skin .post-tabs-ver .pane,
body.glassy-skin .post-tabs ul.tabs-nav,
body.glassy-skin .post-tabs-ver ul.tabs-nav,
body.glassy-skin .author-info {
    border-color: #544146;
}

body.dark-skin .responsive-table thead th,
body.dark-skin .responsive-table th,
body.dark-skin .responsive-table td,
body.dark-skin .toggle,
body.dark-skin .post-tabs,
body.dark-skin .post-tabs-ver .pane,
body.dark-skin .post-tabs ul.tabs-nav,
body.dark-skin .post-tabs-ver ul.tabs-nav,
body.dark-skin .author-info {
    border-color: #333333;
}

body.glassy-skin .toggle h3:hover,
body.glassy-skin .post-tabs ul.tabs-nav li:hover,
body.glassy-skin .post-tabs-ver ul.tabs-nav li:hover,
body.glassy-skin .search-mobile,
body.glassy-skin .search-mobile #s-mobile,
body.glassy-skin .review-item,
body.glassy-skin .review-summary,
body.glassy-skin .user-rate-wrap,
body.glassy-skin .review-stars .review-item,
body.glassy-skin .review-percentage .review-item span {
    background-color: #523D43;
}

body.dark-skin .toggle h3:hover,
body.dark-skin .post-tabs ul.tabs-nav li:hover,
body.dark-skin .post-tabs-ver ul.tabs-nav li:hover,
body.dark-skin .search-mobile,
body.dark-skin .search-mobile #s-mobile,
body.dark-skin .review-item,
body.dark-skin .review-summary,
body.dark-skin .user-rate-wrap,
body.dark-skin .review-stars .review-item,
body.dark-skin .review-percentage .review-item span {
    background-color: #303030;
}

body.glassy-skin #slide-out #mobile-menu ul ul,
body.glassy-skin #slide-out #mobile-menu .sub-menu-columns-item {
    background-color: #4E3A3F;
}

body.dark-skin #slide-out #mobile-menu ul ul,
body.dark-skin #slide-out #mobile-menu .sub-menu-columns-item {
    background-color: #282828;
}

body.glassy-skin .top-nav,
body.glassy-skin .footer-bottom,
body.glassy-skin .post-tabs ul.tabs-nav li,
body.glassy-skin .post-tabs-ver ul.tabs-nav li {
    border-color: #624F54;
}

body.dark-skin .top-nav,
body.dark-skin .footer-bottom,
body.dark-skin .post-tabs ul.tabs-nav li,
body.dark-skin .post-tabs-ver ul.tabs-nav li {
    border-color: #444444;
}

body.glassy-skin #main-nav ul li.cat-active a {
    background: #48353A !important;
}

body.dark-skin #main-nav ul li.cat-active a {
    background: #222222 !important;
}

body.glassy-skin #slide-out #mobile-menu a:hover,
body.glassy-skin #main-nav .mega-cat-content.mega-cat-sub-exists {
    background: #48353A;
}

body.dark-skin #slide-out #mobile-menu a:hover,
body.dark-skin #main-nav .mega-cat-content.mega-cat-sub-exists {
    background: #222222;
}

body.dark-skin .box {
    color: #222222;
}

body.glassy-skin #main-nav ul li {
    border-color: #48353A;
}

body.dark-skin #main-nav ul li {
    border-color: #222222;
}

body.glassy-skin #mobile-menu,
body.glassy-skin #slide-out #mobile-menu a,
body.glassy-skin #slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows,
body.glassy-skin .search-mobile,
body.glassy-skin #main-nav ul li a,
body.glassy-skin #main-nav ul ul li,
body.glassy-skin #main-nav ul ul li:first-child {
    border-color: #59454A;
}

body.dark-skin #mobile-menu,
body.dark-skin #slide-out #mobile-menu a,
body.dark-skin #slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows,
body.dark-skin .search-mobile,
body.dark-skin #main-nav ul li a,
body.dark-skin #main-nav ul ul li,
body.dark-skin #main-nav ul ul li:first-child {
    border-color: #373737;
}

body.glassy-skin #main-nav {
    border-top-color: #59454A;
}

body.dark-skin #main-nav {
    border-top-color: #373737;
}

body.dark-skin .box.shadow {
    border-color: #333333;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .6);
    box-shadow: 0 0 5px rgba(0, 0, 0, .6);
}

body.dark-skin .error400 .title-400,
body.dark-skin .error403 .title-403,
body.dark-skin .error404 .title-404,
body.dark-skin .error500 .title-500,
body.dark-skin .error502 .title-502,
body.dark-skin .error503 .title-503 {
    color: #555555;
}

body.glassy-skin .separator {
    background-color: #5C5C5C;
}

body.dark-skin .separator {
    background-color: #474747;
}

body.dark-skin .wp-playlist.wp-playlist-light,
body.dark-skin .wp-playlist.wp-playlist-dark,
body.dark-skin .wp-playlist-item {
    border-color: #474747;
    color: #DDDDDD;
}

body.dark-skin .wp-playlist-light .wp-playlist-caption,
body.dark-skin .wp-playlist-dark .wp-playlist-caption,
body.dark-skin #review-box .review-item h5 {
    color: #DDDDDD;
}

body.dark-skin .wp-playlist.wp-playlist-light .wp-playlist-playing,
body.dark-skin .wp-playlist.wp-playlist-dark .wp-playlist-playing {
    background: #333333;
    color: #ECECEC;
}

body.glassy-skin .image_card .image_content .image_details h2 span,
body.glassy-skin .circular-progress-bar .box h2,
body.glassy-skin .social-container .social-platform .social-details span.social-url,
body.glassy-skin .circular-progress-bar .box .chart {
    color: #AFAFAF;
}

body.dark-skin .image_card .image_content .image_details h2 span,
body.dark-skin .circular-progress-bar .box h2,
body.dark-skin .social-container .social-platform .social-details span.social-url,
body.dark-skin .circular-progress-bar .box .chart {
    color: #BFBFBF;
}

body.glassy-skin #register-form .tooltip strong,
body.glassy-skin .review-box,
body.glassy-skin #review-box h2.review-box-header,
body.glassy-skin .review-item,
body.glassy-skin .review-summary,
body.glassy-skin .user-rate-wrap,
body.glassy-skin #review-box h1,
body.glassy-skin #review-box h2,
body.glassy-skin #review-box h3,
body.glassy-skin #review-box h4,
body.glassy-skin #review-box h5,
body.glassy-skin #review-box h6,
body.glassy-skin #review-box p,
body.glassy-skin #review-box strong {
    color: #F2F2F2;
}

body.dark-skin #register-form .tooltip strong,
body.dark-skin .review-box,
body.dark-skin #review-box h2.review-box-header,
body.dark-skin .review-item,
body.dark-skin .review-summary,
body.dark-skin .user-rate-wrap,
body.dark-skin #review-box h1,
body.dark-skin #review-box h2,
body.dark-skin #review-box h3,
body.dark-skin #review-box h4,
body.dark-skin #review-box h5,
body.dark-skin #review-box h6,
body.dark-skin #review-box p,
body.dark-skin #review-box strong {
    color: #FFFFFF;
}

body.dark-skin #review-box h2.review-box-header {
    background: #2A2A2A;
}

body.dark-skin .modal,
body.dark-skin .popup-box,
body.dark-skin #share-popup {
    background-image: url(/image/patterns/background-19.png), url(/image/css/dot-dark.png);
}

body.glassy-skin .upper-tools.post-listing {
    box-shadow: 0 -3px 3px -3px #2E2E2E, 3px 0 3px -3px #2E2E2E, 0 3px 3px -6px #2E2E2E, -3px 0 3px -3px #2E2E2E;
}

body.dark-skin .upper-tools.post-listing {
    box-shadow: 0 -3px 3px -3px #2A2A2A, 3px 0 3px -3px #2A2A2A, 0 3px 3px -6px #2A2A2A, -3px 0 3px -3px #2A2A2A;
}

body.glassy-skin .lower-tools.post-listing {
    box-shadow: 0 -3px 3px -6px #2E2E2E, 3px 0 3px -3px #2E2E2E, 0 3px 3px -3px #2E2E2E, -3px 0 3px -3px #2E2E2E;
}

body.dark-skin .lower-tools.post-listing {
    box-shadow: 0 -3px 3px -6px #2A2A2A, 3px 0 3px -3px #2A2A2A, 0 3px 3px -3px #2A2A2A, -3px 0 3px -3px #2A2A2A;
}

.upper-tools.post-listing {
    border-bottom: inherit;
    box-shadow: 0 -3px 3px -3px #CACACA, 3px 0 3px -3px #CACACA, 0 3px 3px -6px #CACACA, -3px 0 3px -3px #CACACA;
}

.lower-tools.post-listing {
    box-shadow: 0 -3px 3px -6px #CACACA, 3px 0 3px -3px #CACACA, 0 3px 3px -3px #CACACA, -3px 0 3px -3px #CACACA;
}

@media only screen and (max-width:1648px) and (min-width:991px) {
    body.glassy-skin #check-also-box {
        background: #684C4A;
    }
}

@media only screen and (max-width:1045px) {

    #wrapper.boxed,
    #wrapper.boxed .fixed-nav,
    #wrapper.boxed-all,
    #wrapper.boxed-all #main-content,
    #wrapper.boxed-all .fixed-nav {
        width: 99%;
    }

    #wrapper.boxed #theme-header,
    #wrapper.boxed .breaking-news,
    #wrapper.boxed .acme-news-ticker,
    #wrapper.boxed #main-content,
    #wrapper.boxed .container,
    #wrapper.boxed-all .container {
        width: 100%;
    }

    #wrapper.boxed #main-content {
        padding: 15px;
    }

    #wrapper.boxed .post-cover-head {
        margin-left: -15px;
        margin-right: -15px;
    }

    #wrapper.boxed-all .post-cover-head {
        margin-left: 0;
        margin-right: 0;
    }

    .footer-bottom .container,
    #footer-widget-area {
        width: 98% !important;
    }

    #wrapper.boxed-all .breaking-news,
    #wrapper.boxed-all .acme-news-ticker {
        width: 98% !important;
        margin-right: 1%;
        margin-left: 1%;
    }

    #wrapper.wide-layout .header-content,
    #wrapper.wide-layout .breaking-news,
    #wrapper.wide-layout .acme-news-ticker,
    #wrapper.wide-layout .container,
    #wrapper.wide-layout #main-nav ul li.mega-menu .mega-menu-block {
        width: 99%;
    }

    .content {
        width: 66.5%;
    }

    #sidebar {
        width: 32%;
    }

    .ei-slider,
    .flexslider,
    .flexslider .slides > li {
        height: 480px;
    }

    .content .ei-slider,
    .content .flexslider,
    .content .flexslider .slides > li {
        height: 315px;
    }

    .post-cover {
        padding-right: 20px;
        padding-left: 20px;
    }

    .tie-full-width-img img {
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

@media only screen and (max-width:990px) {
    .logo {
        float: none !important;
        text-align: center;
        margin: 0 !important;
        clear: both;
    }

    .ei-slider,
    .flexslider,
    .flexslider .slides > li {
        height: 466px;
    }

    .content .ei-slider,
    .content .flexslider,
    .content .flexslider .slides > li {
        height: 481px;
    }

    .ei-title h2,
    .content .ei-title h2,
    .content .slider-caption h2 a,
    .content .slider-caption h2,
    .slider-caption h2 a,
    .slider-caption h2,
    .full-width .content .slider-caption h2 {
        font-size: 30px;
    }

    .ei-title h3,
    .content .ei-title h3 {
        font-size: 14px;
    }

    .e3lan-top {
        margin-top: 20px;
        float: none !important;
        text-align: center;
    }

    .content,
    #sidebar {
        width: 100%;
        float: none;
    }

    .widget.news-pic .post-thumbnail {
        width: 16.66666666666667%;
    }

    .footer-widgets-box {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .sportivals-body {
        display: block;
    }

    .img-slider,
    #bookmark-widget-4,
    #check-also-box {
        display: none;
    }
}

@media only screen and (max-width:900px) {

    .top-nav,
    #main-nav,
    #live-search_sb {
        display: none;
    }

    #slide-out-open {
        display: block;
    }

    .ei-slider,
    .flexslider,
    .flexslider .slides > li {
        height: 431px;
    }

    .content .ei-slider,
    .content .flexslider,
    .content .flexslider .slides > li {
        height: 450px;
    }

    #wrapper {
        background-color: #FFFFFF;
        width: 100% !important;
    }

    #wrapper #theme-header {
        margin-top: 0;
        width: 100% !important;
        -webkit-box-shadow: 0 0 3px #CACACA !important;
        -moz-box-shadow: 0 0 3px #CACACA !important;
        box-shadow: 0 0 3px #CACACA !important;
    }

    #wrapper .breaking-news,
    #wrapper .acme-news-ticker,
    #wrapper.boxed-all .breaking-news,
    #wrapper.boxed-all .acme-news-ticker {
        width: 99% !important;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 10px;
        -webkit-box-shadow: 0 0 2px #CACACA !important;
        -moz-box-shadow: 0 0 2px #CACACA !important;
        box-shadow: 0 0 2px #CACACA !important;
    }

    body.dark-skin #wrapper {
        background-color: #3C3C3C;
    }

    body.glassy-skin #wrapper #theme-header {
        -webkit-box-shadow: 0 0 3px #2E2E2E !important;
        -moz-box-shadow: 0 0 3px #2E2E2E !important;
        box-shadow: 0 0 3px #2E2E2E !important;
    }

    body.dark-skin #wrapper #theme-header {
        -webkit-box-shadow: 0 0 3px #2A2A2A !important;
        -moz-box-shadow: 0 0 3px #2A2A2A !important;
        box-shadow: 0 0 3px #2A2A2A !important;
    }

    body.glassy-skin #wrapper .breaking-news,
    body.glassy-skin #wrapper .acme-news-ticker,
    body.glassy-skin #wrapper.boxed-all .breaking-news,
    body.glassy-skin #wrapper.boxed-all .acme-news-ticker {
        -webkit-box-shadow: 0 0 2px #2E2E2E !important;
        -moz-box-shadow: 0 0 2px #2E2E2E !important;
        box-shadow: 0 0 2px #2E2E2E !important;
    }

    body.dark-skin #wrapper .breaking-news,
    body.dark-skin #wrapper .acme-news-ticker,
    body.dark-skin #wrapper.boxed-all .breaking-news,
    body.dark-skin #wrapper.boxed-all .acme-news-ticker {
        -webkit-box-shadow: 0 0 2px #2A2A2A !important;
        -moz-box-shadow: 0 0 2px #2A2A2A !important;
        box-shadow: 0 0 2px #2A2A2A !important;
    }

    #wrapper #main-content {
        width: 99% !important;
        padding: 10px 0 0 0 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }

    #wrapper #main-content {
        margin-top: 10px;
    }

    .header-content {
        padding-right: 0;
        padding-left: 0;
    }

    .footer-bottom .social-icons {
        text-align: center;
        float: none;
        width: 100%;
        margin: 0;
        line-height: 20px;
    }

    .csstransforms3d.csstransitions .js-nav #wrapper {
        width: 100% !important;
    }

    #wrapper.boxed .post-cover-head,
    #wrapper.wide-layout .post-cover-head {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width:730px) {

    .featured-title h3,
    .featured-title span.tie-view,
    .featured-title span.tie-like,
    .featured-title span.tie-listen,
    .featured-title span.tie-male,
    .featured-title span.tie-female,
    .featured-title span.tie-comment,
    .featured-title span.tie-date {
        display: none;
    }

    #featured-posts .featured-post-inner {
        height: 200px;
    }

    .featured-title {
        bottom: 0;
        font-size: 75%;
        padding: 8px;
    }

    .featured-title h2 {
        margin-bottom: 0;
    }

    .flickr-widget .flickr_badge_image {
        width: 12.5%;
    }

    .tie-padding {
        padding: 0 !important;
    }

    .post-cover-head .single-has-thumb.single-post-thumb {
        height: 350px;
    }

    .post-cover-title .post-title {
        font-size: 32px;
        line-height: 32px;
    }

    .post-cover-title p.post-meta {
        font-size: 12px;
    }
}

@media only screen and (max-width:670px) {

    .breaking-news span.breaking-news-title span,
    .acme-news-ticker-label span,
    .entry #related_posts,
    .entry #multiple_posts {
        display: none;
    }

    .breaking-news span.breaking-news-title,
    .acme-news-ticker-label {
        width: 32px;
        padding: 6px;
    }

    .breaking-news span.breaking-news-title i,
    .acme-news-ticker-label i {
        display: block;
        line-height: 20px;
        text-align: center;
    }

    .cat-box.column2,
    .list-box li,
    .list-box li.first-news,
    .wide-box li,
    .cat-tabs-wrap li.first-news,
    .cat-tabs-wrap li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .cat-tabs-wrap li.first-news {
        margin-bottom: 50px;
    }

    .list-box li.first-news {
        padding: 20px;
    }

    .list-box li.other-news {
        border: 0;
    }

    .share-post .normal-social li,
    .mini-share-post .normal-social li {
        width: 33.333333% !important;
        height: 25px;
    }

    #featured-posts .featured-post {
        padding: 0 0 1px 1px !important;
        width: 50%;
    }

    #featured-posts .featured-post-inner {
        height: 140px;
    }

    #featured-posts .featured-post-1 {
        width: 100%;
    }

    #featured-posts .featured-post-1 .featured-post-inner {
        height: 220px;
    }

    #featured-posts .featured-post-1,
    #featured-posts .featured-post-2,
    #featured-posts .featured-post-4 {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width:540px) {

    .author-social a span.flat-text,
    .flat-social a span.flat-text {
        display: none;
    }

    .author-description {
        margin-top: 0;
    }

    .flat-social a {
        padding: 0;
        color: #FFFFFF;
        display: inline-block;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
    }

    .flat-social a span.flat-opacity,
    .popup-media.flat-social a span.flat-opacity {
        background-color: inherit;
        padding-left: 1px;
        left: 0;
        width: 32px;
        height: 32px;
        line-height: 33px;
        font-size: 16px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
    }

    .flat-social a.flat-icon span.flat-opacity {
        border-radius: inherit;
        -moz-border-radius: inherit;
        -webkit-border-radius: inherit;
    }

    .author-social.flat-social a span.social-opacity {
        background-color: inherit;
        padding: 0;
        left: 0;
        width: 28px;
        height: 28px;
        line-height: 29px;
        font-size: 13px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
    }

    .author-social.flat-social a.flat-icon {
        padding: 0;
    }

    .author-social.flat-social a.flat-icon span.social-opacity {
        left: 0;
        border-radius: inherit;
        -moz-border-radius: inherit;
        -webkit-border-radius: inherit;
    }

    .author-social a.social-facebook,
    .author-social a.social-youtube,
    .author-social a.social-twitter,
    .author-social a.social-instagram,
    .author-social a.social-snapchat,
    .author-social a.social-tiktok,
    .author-social a.social-figma,
    .author-social a.social-tumblr,
    .author-social a.social-likee,
    .author-social a.social-telegram,
    .author-social a.social-threads,
    .author-social a.social-mastodon,
    .author-social a.social-flipboard,
    .author-social a.social-pocket,
    .author-social a.social-linkedin,
    .author-social a.social-pinterest,
    .author-social a.social-vimeo,
    .author-social a.social-twitch,
    .author-social a.social-eyeem,
    .author-social a.social-dailymotion,
    .author-social a.social-rumble,
    .author-social a.social-alapcari,
    .author-social a.social-bkash,
    .author-social a.social-canva,
    .author-social a.social-capcut,
    .author-social a.social-cara,
    .author-social a.social-mix,
    .author-social a.social-bluesky,
    .author-social a.social-chatgpt,
    .author-social a.social-gmail,
    .author-social a.social-google,
    .author-social a.social-googleplus,
    .author-social a.social-linktree,
    .author-social a.social-messenger,
    .author-social a.social-mini,
    .author-social a.social-ashimkhan,
    .author-social a.social-shopify,
    .author-social a.social-teams,
    .author-social a.social-twitterx,
    .author-social a.social-wikipedia,
    .author-social a.social-yahoo,
    .author-social a.social-solo,
    .author-social a.social-gemini,
    .author-social a.social-meta,
    .author-social a.social-odnoklassniki,
    .author-social a.social-wechat,
    .author-social a.social-baidu,
    .author-social a.social-qq,
    .author-social a.social-qzone,
    .author-social a.social-josh,
    .author-social a.social-viber,
    .author-social a.social-imo,
    .author-social a.social-xiaohongshu,
    .author-social a.social-line,
    .author-social a.social-picsart,
    .author-social a.social-vevo,
    .author-social a.social-zoom,
    .author-social a.social-weibo,
    .author-social a.social-disqus,
    .author-social a.social-sportivals,
    .author-social a.social-quora,
    .author-social a.social-fiverr,
    .author-social a.social-discord,
    .author-social a.social-bilibili,
    .author-social a.social-behance,
    .author-social a.social-flickr,
    .author-social a.social-vkontakte,
    .author-social a.social-whatsapp,
    .author-social a.social-skype,
    .author-social a.social-foursquare,
    .author-social a.social-digg,
    .author-social a.social-reddit,
    .author-social a.social-play,
    .author-social a.social-yelp,
    .author-social a.social-xing,
    .author-social a.social-dropbox,
    .author-social a.social-apple,
    .author-social a.social-friendfeed,
    .author-social a.social-lastfm,
    .author-social a.social-spotify,
    .author-social a.social-paypal,
    .author-social a.social-wordpress,
    .author-social a.social-share-alt,
    .author-social a.social-picasa,
    .author-social a.social-evernote,
    .author-social a.social-blogger,
    .author-social a.social-viadeo,
    .author-social a.social-deviantart,
    .author-social a.social-grooveshark,
    .author-social a.social-fivehundredpx,
    .author-social a.social-stumbleupon,
    .author-social a.social-dribbble,
    .author-social a.social-rss,
    .author-social a.social-soundcloud,
    .author-social a.social-github,
    .author-social a.social-delicious,
    .author-social a.social-addition,
    .author-social a.social-print,
    .author-social a.social-hyperlink,
    .author-social a.social-website,
    .author-social a.social-email,
    .author-social a.social-phone {
        padding: 0;
        color: #777777;
    }

    .author-social a.social-facebook:hover,
    .author-social a.social-youtube:hover,
    .author-social a.social-twitter:hover,
    .author-social a.social-instagram:hover,
    .author-social a.social-snapchat:hover,
    .author-social a.social-tiktok:hover,
    .author-social a.social-figma:hover,
    .author-social a.social-tumblr:hover,
    .author-social a.social-likee:hover,
    .author-social a.social-telegram:hover,
    .author-social a.social-threads:hover,
    .author-social a.social-mastodon:hover,
    .author-social a.social-flipboard:hover,
    .author-social a.social-pocket:hover,
    .author-social a.social-linkedin:hover,
    .author-social a.social-pinterest:hover,
    .author-social a.social-vimeo:hover,
    .author-social a.social-twitch:hover,
    .author-social a.social-eyeem:hover,
    .author-social a.social-dailymotion:hover,
    .author-social a.social-rumble:hover,
    .author-social a.social-alapcari:hover,
    .author-social a.social-bkash:hover,
    .author-social a.social-canva:hover,
    .author-social a.social-capcut:hover,
    .author-social a.social-cara:hover,
    .author-social a.social-mix:hover,
    .author-social a.social-bluesky:hover,
    .author-social a.social-chatgpt:hover,
    .author-social a.social-gmail:hover,
    .author-social a.social-google:hover,
    .author-social a.social-googleplus:hover,
    .author-social a.social-linktree:hover,
    .author-social a.social-messenger:hover,
    .author-social a.social-mini:hover,
    .author-social a.social-ashimkhan:hover,
    .author-social a.social-shopify:hover,
    .author-social a.social-teams:hover,
    .author-social a.social-twitterx:hover,
    .author-social a.social-wikipedia:hover,
    .author-social a.social-yahoo:hover,
    .author-social a.social-solo:hover,
    .author-social a.social-gemini:hover,
    .author-social a.social-meta:hover,
    .author-social a.social-odnoklassniki:hover,
    .author-social a.social-wechat:hover,
    .author-social a.social-baidu:hover,
    .author-social a.social-qq:hover,
    .author-social a.social-qzone:hover,
    .author-social a.social-josh:hover,
    .author-social a.social-viber:hover,
    .author-social a.social-imo:hover,
    .author-social a.social-xiaohongshu:hover,
    .author-social a.social-line:hover,
    .author-social a.social-picsart:hover,
    .author-social a.social-vevo:hover,
    .author-social a.social-zoom:hover,
    .author-social a.social-weibo:hover,
    .author-social a.social-disqus:hover,
    .author-social a.social-sportivals:hover,
    .author-social a.social-quora:hover,
    .author-social a.social-fiverr:hover,
    .author-social a.social-discord:hover,
    .author-social a.social-bilibili:hover,
    .author-social a.social-behance:hover,
    .author-social a.social-flickr:hover,
    .author-social a.social-vkontakte:hover,
    .author-social a.social-whatsapp:hover,
    .author-social a.social-skype:hover,
    .author-social a.social-foursquare:hover,
    .author-social a.social-digg:hover,
    .author-social a.social-reddit:hover,
    .author-social a.social-play:hover,
    .author-social a.social-yelp:hover,
    .author-social a.social-xing:hover,
    .author-social a.social-dropbox:hover,
    .author-social a.social-apple:hover,
    .author-social a.social-friendfeed:hover,
    .author-social a.social-lastfm:hover,
    .author-social a.social-spotify:hover,
    .author-social a.social-paypal:hover,
    .author-social a.social-wordpress:hover,
    .author-social a.social-share-alt:hover,
    .author-social a.social-picasa:hover,
    .author-social a.social-evernote:hover,
    .author-social a.social-blogger:hover,
    .author-social a.social-viadeo:hover,
    .author-social a.social-deviantart:hover,
    .author-social a.social-grooveshark:hover,
    .author-social a.social-fivehundredpx:hover,
    .author-social a.social-stumbleupon:hover,
    .author-social a.social-dribbble:hover,
    .author-social a.social-rss:hover,
    .author-social a.social-soundcloud:hover,
    .author-social a.social-github:hover,
    .author-social a.social-delicious:hover,
    .author-social a.social-addition:hover,
    .author-social a.social-print:hover,
    .author-social a.social-hyperlink:hover,
    .author-social a.social-website:hover,
    .author-social a.social-email:hover,
    .author-social a.social-phone:hover {
        color: #FFFFFF;
    }

    body.glassy-skin .author-social a.social-facebook,
    body.glassy-skin .author-social a.social-youtube,
    body.glassy-skin .author-social a.social-twitter,
    body.glassy-skin .author-social a.social-instagram,
    body.glassy-skin .author-social a.social-snapchat,
    body.glassy-skin .author-social a.social-tiktok,
    body.glassy-skin .author-social a.social-figma,
    body.glassy-skin .author-social a.social-tumblr,
    body.glassy-skin .author-social a.social-likee,
    body.glassy-skin .author-social a.social-telegram,
    body.glassy-skin .author-social a.social-threads,
    body.glassy-skin .author-social a.social-mastodon,
    body.glassy-skin .author-social a.social-flipboard,
    body.glassy-skin .author-social a.social-pocket,
    body.glassy-skin .author-social a.social-linkedin,
    body.glassy-skin .author-social a.social-pinterest,
    body.glassy-skin .author-social a.social-vimeo,
    body.glassy-skin .author-social a.social-twitch,
    body.glassy-skin .author-social a.social-eyeem,
    body.glassy-skin .author-social a.social-dailymotion,
    body.glassy-skin .author-social a.social-rumble,
    body.glassy-skin .author-social a.social-alapcari,
    body.glassy-skin .author-social a.social-bkash,
    body.glassy-skin .author-social a.social-canva,
    body.glassy-skin .author-social a.social-capcut,
    body.glassy-skin .author-social a.social-cara,
    body.glassy-skin .author-social a.social-mix,
    body.glassy-skin .author-social a.social-bluesky,
    body.glassy-skin .author-social a.social-chatgpt,
    body.glassy-skin .author-social a.social-gmail,
    body.glassy-skin .author-social a.social-google,
    body.glassy-skin .author-social a.social-googleplus,
    body.glassy-skin .author-social a.social-linktree,
    body.glassy-skin .author-social a.social-messenger,
    body.glassy-skin .author-social a.social-mini,
    body.glassy-skin .author-social a.social-ashimkhan,
    body.glassy-skin .author-social a.social-shopify,
    body.glassy-skin .author-social a.social-teams,
    body.glassy-skin .author-social a.social-twitterx,
    body.glassy-skin .author-social a.social-wikipedia,
    body.glassy-skin .author-social a.social-yahoo,
    body.glassy-skin .author-social a.social-solo,
    body.glassy-skin .author-social a.social-gemini,
    body.glassy-skin .author-social a.social-meta,
    body.glassy-skin .author-social a.social-odnoklassniki,
    body.glassy-skin .author-social a.social-wechat,
    body.glassy-skin .author-social a.social-baidu,
    body.glassy-skin .author-social a.social-qq,
    body.glassy-skin .author-social a.social-qzone,
    body.glassy-skin .author-social a.social-josh,
    body.glassy-skin .author-social a.social-viber,
    body.glassy-skin .author-social a.social-imo,
    body.glassy-skin .author-social a.social-xiaohongshu,
    body.glassy-skin .author-social a.social-line,
    body.glassy-skin .author-social a.social-picsart,
    body.glassy-skin .author-social a.social-vevo,
    body.glassy-skin .author-social a.social-zoom,
    body.glassy-skin .author-social a.social-weibo,
    body.glassy-skin .author-social a.social-disqus,
    body.glassy-skin .author-social a.social-sportivals,
    body.glassy-skin .author-social a.social-quora,
    body.glassy-skin .author-social a.social-fiverr,
    body.glassy-skin .author-social a.social-discord,
    body.glassy-skin .author-social a.social-bilibili,
    body.glassy-skin .author-social a.social-behance,
    body.glassy-skin .author-social a.social-flickr,
    body.glassy-skin .author-social a.social-vkontakte,
    body.glassy-skin .author-social a.social-whatsapp,
    body.glassy-skin .author-social a.social-skype,
    body.glassy-skin .author-social a.social-foursquare,
    body.glassy-skin .author-social a.social-digg,
    body.glassy-skin .author-social a.social-reddit,
    body.glassy-skin .author-social a.social-play,
    body.glassy-skin .author-social a.social-yelp,
    body.glassy-skin .author-social a.social-xing,
    body.glassy-skin .author-social a.social-dropbox,
    body.glassy-skin .author-social a.social-apple,
    body.glassy-skin .author-social a.social-friendfeed,
    body.glassy-skin .author-social a.social-lastfm,
    body.glassy-skin .author-social a.social-spotify,
    body.glassy-skin .author-social a.social-paypal,
    body.glassy-skin .author-social a.social-wordpress,
    body.glassy-skin .author-social a.social-share-alt,
    body.glassy-skin .author-social a.social-picasa,
    body.glassy-skin .author-social a.social-evernote,
    body.glassy-skin .author-social a.social-blogger,
    body.glassy-skin .author-social a.social-viadeo,
    body.glassy-skin .author-social a.social-deviantart,
    body.glassy-skin .author-social a.social-grooveshark,
    body.glassy-skin .author-social a.social-fivehundredpx,
    body.glassy-skin .author-social a.social-stumbleupon,
    body.glassy-skin .author-social a.social-dribbble,
    body.glassy-skin .author-social a.social-rss,
    body.glassy-skin .author-social a.social-soundcloud,
    body.glassy-skin .author-social a.social-github,
    body.glassy-skin .author-social a.social-delicious,
    body.glassy-skin .author-social a.social-addition,
    body.glassy-skin .author-social a.social-print,
    body.glassy-skin .author-social a.social-hyperlink,
    body.glassy-skin .author-social a.social-website,
    body.glassy-skin .author-social a.social-email,
    body.glassy-skin .author-social a.social-phone {
        color: #F2F2F2;
    }

    body.dark-skin .author-social a.social-facebook,
    body.dark-skin .author-social a.social-youtube,
    body.dark-skin .author-social a.social-twitter,
    body.dark-skin .author-social a.social-instagram,
    body.dark-skin .author-social a.social-snapchat,
    body.dark-skin .author-social a.social-tiktok,
    body.dark-skin .author-social a.social-figma,
    body.dark-skin .author-social a.social-tumblr,
    body.dark-skin .author-social a.social-likee,
    body.dark-skin .author-social a.social-telegram,
    body.dark-skin .author-social a.social-threads,
    body.dark-skin .author-social a.social-mastodon,
    body.dark-skin .author-social a.social-flipboard,
    body.dark-skin .author-social a.social-pocket,
    body.dark-skin .author-social a.social-linkedin,
    body.dark-skin .author-social a.social-pinterest,
    body.dark-skin .author-social a.social-vimeo,
    body.dark-skin .author-social a.social-twitch,
    body.dark-skin .author-social a.social-eyeem,
    body.dark-skin .author-social a.social-dailymotion,
    body.dark-skin .author-social a.social-rumble,
    body.dark-skin .author-social a.social-alapcari,
    body.dark-skin .author-social a.social-bkash,
    body.dark-skin .author-social a.social-canva,
    body.dark-skin .author-social a.social-capcut,
    body.dark-skin .author-social a.social-cara,
    body.dark-skin .author-social a.social-mix,
    body.dark-skin .author-social a.social-bluesky,
    body.dark-skin .author-social a.social-chatgpt,
    body.dark-skin .author-social a.social-gmail,
    body.dark-skin .author-social a.social-google,
    body.dark-skin .author-social a.social-googleplus,
    body.dark-skin .author-social a.social-linktree,
    body.dark-skin .author-social a.social-messenger,
    body.dark-skin .author-social a.social-mini,
    body.dark-skin .author-social a.social-ashimkhan,
    body.dark-skin .author-social a.social-shopify,
    body.dark-skin .author-social a.social-teams,
    body.dark-skin .author-social a.social-twitterx,
    body.dark-skin .author-social a.social-wikipedia,
    body.dark-skin .author-social a.social-yahoo,
    body.dark-skin .author-social a.social-solo,
    body.dark-skin .author-social a.social-gemini,
    body.dark-skin .author-social a.social-meta,
    body.dark-skin .author-social a.social-odnoklassniki,
    body.dark-skin .author-social a.social-wechat,
    body.dark-skin .author-social a.social-baidu,
    body.dark-skin .author-social a.social-qq,
    body.dark-skin .author-social a.social-qzone,
    body.dark-skin .author-social a.social-josh,
    body.dark-skin .author-social a.social-viber,
    body.dark-skin .author-social a.social-imo,
    body.dark-skin .author-social a.social-xiaohongshu,
    body.dark-skin .author-social a.social-line,
    body.dark-skin .author-social a.social-picsart,
    body.dark-skin .author-social a.social-vevo,
    body.dark-skin .author-social a.social-zoom,
    body.dark-skin .author-social a.social-weibo,
    body.dark-skin .author-social a.social-disqus,
    body.dark-skin .author-social a.social-sportivals,
    body.dark-skin .author-social a.social-quora,
    body.dark-skin .author-social a.social-fiverr,
    body.dark-skin .author-social a.social-discord,
    body.dark-skin .author-social a.social-bilibili,
    body.dark-skin .author-social a.social-behance,
    body.dark-skin .author-social a.social-flickr,
    body.dark-skin .author-social a.social-vkontakte,
    body.dark-skin .author-social a.social-whatsapp,
    body.dark-skin .author-social a.social-skype,
    body.dark-skin .author-social a.social-foursquare,
    body.dark-skin .author-social a.social-digg,
    body.dark-skin .author-social a.social-reddit,
    body.dark-skin .author-social a.social-play,
    body.dark-skin .author-social a.social-yelp,
    body.dark-skin .author-social a.social-xing,
    body.dark-skin .author-social a.social-dropbox,
    body.dark-skin .author-social a.social-apple,
    body.dark-skin .author-social a.social-friendfeed,
    body.dark-skin .author-social a.social-lastfm,
    body.dark-skin .author-social a.social-spotify,
    body.dark-skin .author-social a.social-paypal,
    body.dark-skin .author-social a.social-wordpress,
    body.dark-skin .author-social a.social-share-alt,
    body.dark-skin .author-social a.social-picasa,
    body.dark-skin .author-social a.social-evernote,
    body.dark-skin .author-social a.social-blogger,
    body.dark-skin .author-social a.social-viadeo,
    body.dark-skin .author-social a.social-deviantart,
    body.dark-skin .author-social a.social-grooveshark,
    body.dark-skin .author-social a.social-fivehundredpx,
    body.dark-skin .author-social a.social-stumbleupon,
    body.dark-skin .author-social a.social-dribbble,
    body.dark-skin .author-social a.social-rss,
    body.dark-skin .author-social a.social-soundcloud,
    body.dark-skin .author-social a.social-github,
    body.dark-skin .author-social a.social-delicious,
    body.dark-skin .author-social a.social-addition,
    body.dark-skin .author-social a.social-print,
    body.dark-skin .author-social a.social-hyperlink,
    body.dark-skin .author-social a.social-website,
    body.dark-skin .author-social a.social-email,
    body.dark-skin .author-social a.social-phone {
        color: #FFFFFF;
    }
}

@media only screen and (max-width:500px) {

    .ei-title h2,
    .content .ei-title h2,
    .content .slider-caption h2 a,
    .content .slider-caption h2,
    .slider-caption h2 a,
    .slider-caption h2,
    .full-width .content .slider-caption h2 {
        font-size: 22px;
    }

    .slider-caption {
        padding: 8px 0 5px;
    }

    .pic-box li:last-child,
    .entry ul.best-reviews .post-thumbnail,
    .ei-title h3,
    .slider-caption p,
    a.go-to-the-post {
        display: none !important;
    }

    .archive-wide-thumb {
        margin-right: -10px !important;
        margin-left: -10px !important;
        width: auto !important;
    }

    .one_half,
    .one_third,
    .two_third,
    .three_fourth,
    .one_fourth,
    .one_fifth,
    .two_fifth,
    .three_fifth,
    .four_fifth,
    .one_sixth,
    .five_sixth,
    .recent-box .recent-item,
    .scroll-box .scroll-item,
    #related_posts .related-item,
    #multiple_posts .multiple-item,
    .full-width #related_posts .related-item,
    .full-width #multiple_posts .multiple-item,
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .review-box,
    .google-map,
    .masonry-grid .item-list {
        float: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 2em !important;
        width: 100% !important;
        height: auto !important;
    }

    .scroll-box .scroll-item {
        overflow-y: hidden;
    }

    .scroll-box .scroll-item:not(:first-child) {
        display: none;
    }

    .masonry-grid {
        padding: 0;
    }

    .error400 .title-400,
    .error403 .title-403,
    .error404 .title-404,
    .error500 .title-500,
    .error502 .title-502,
    .error503 .title-503 {
        font-size: 80px;
    }

    .cat-box li.first-news .inner-content,
    .pic-box .cat-box-content,
    .video-box .cat-box-content,
    .cat-tabs-wrap,
    .pic-box.pic-grid .cat-box-content,
    .list-box li.first-news,
    .recent-box .cat-box-content {
        padding: 10px;
    }

    .column2 li.other-news,
    .list-box li.other-news,
    .wide-box li {
        padding-right: 10px;
        padding-left: 10px;
    }

    .wide-box li.first-news .post-thumbnail,
    .item-list .post-thumbnail,
    .pic-box li.first-pic,
    .video-box .big-video-column {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .pic-box li.first-pic,
    .video-box .big-video-column,
    .video-box li {
        margin-bottom: 0;
    }

    .pic-box li,
    .pic-box.pic-grid.cat-box li {
        width: 25%;
    }

    .video-box li {
        padding: 1px;
        width: 33.333333%;
    }

    .pic-box.pic-grid.cat-box li:last-child {
        display: block;
    }

    #masonry-grid.post-listing {
        padding: 0;
    }

    #masonry-grid .item-list {
        width: 92%;
        margin: 0 4%;
    }

    .widget.news-pic .post-thumbnail {
        width: 25%;
    }

    .entry ul.best-reviews li {
        padding-left: 65px;
    }

    .best-review-score-image {
        margin-left: -65px;
    }

    .author-info img.author-img {
        max-width: 50px;
        margin-right: 10px;
    }

    .author-info-content {
        padding-left: 60px;
    }

    .post-cover-head .single-has-thumb.single-post-thumb {
        height: 250px;
    }

    .post-cover-title {
        padding-right: 10px;
        padding-left: 10px;
    }

    .post-cover-title .post-title {
        font-size: 28px;
        line-height: 28px;
    }

    .post-cover-title p.post-meta {
        font-size: 12px;
    }
}

@media only screen and (max-width:480px) {
    .post-tabs ul.tabs-nav li {
        display: block;
        border-width: 0 0 1px;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .post-tabs-ver ul.tabs-nav li {
        display: block;
        border-width: 0 0 1px;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .post-tabs ul.tabs-nav {
        border: 1px solid #EEEEEE;
        border-width: 0 0 1px;
    }

    .post-tabs-ver ul.tabs-nav {
        border: 1px solid #EEEEEE;
        border-width: 0 0 1px;
    }

    .post-tabs-ver ul.tabs-nav {
        width: 100%;
        left: 0;
        float: none;
        border-width: 1px;
    }

    .post-tabs-ver .pane {
        width: 100%;
        left: 0;
        float: none;
        border-width: 0 1px 1px 1px;
    }

    .footer-bottom .alignright,
    .footer-bottom .alignleft {
        text-align: center;
        float: none;
        width: 100%;
        margin: 0;
        line-height: 20px;
    }
}

@media only screen and (max-width:416px) {

    .post-tabs .pane,
    .post-tabs-ver .pane,
    .toggle .toggle-content {
        padding: 10px;
    }
}

@media only screen and (max-width:350px) {
    #main-content {
        padding-top: 0;
    }

    .share-post .normal-social li,
    .mini-share-post .normal-social li {
        width: 50% !important;
    }

    .widget.news-pic .post-thumbnail {
        width: 33.3333%;
    }

    .flickr-widget .flickr_badge_image {
        width: 25%;
    }
}

@media only screen and (max-width:312px) {
    .logo {
        text-align: right;
        padding-right: 20px;
    }

    .logo img {
        max-width: 50%;
        height: auto;
    }

    #theme-header.full-logo .logo {
        padding: 0;
    }

    #theme-header.full-logo .logo img {
        max-width: 100%;
    }
}

@media only screen and (max-width:240px) {

    .overlay-icon:before,
    .tie_slider .overlay-icon:before {
        border-width: 2px;
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 26px;
        margin: -15px 0 0 -15px;
    }

    #topcontrol,
    .scroll-box {
        display: none;
    }
}

@media only screen and (max-width:990px) and (min-width:432px) {

    .arqam-lite-widget-counter,
    #tie_weatherwidget-3 {
        display: none;
    }
}

@media only screen and (min-width:321px) {

    #register-form p.input_width,
    #login-form p.input_width,
    #reset-form p.input_width {
        width: 240px;
        position: relative;
    }
}

@media only screen and (max-width:800px) {

    .ei-slider,
    .flexslider,
    .flexslider .slides > li,
    .content .ei-slider,
    .content .flexslider,
    .content .flexslider .slides > li {
        height: 411px;
    }
}

@media only screen and (max-width:700px) {

    .ei-slider,
    .flexslider,
    .flexslider .slides > li,
    .content .ei-slider,
    .content .flexslider,
    .content .flexslider .slides > li {
        height: 350px;
    }
}

@media only screen and (max-width:600px) {

    .ei-slider,
    .flexslider,
    .flexslider .slides > li,
    .content .ei-slider,
    .content .flexslider,
    .content .flexslider .slides > li {
        height: 300px;
    }
}

@media only screen and (max-width:500px) {

    .ei-slider,
    .flexslider,
    .flexslider .slides > li,
    .content .ei-slider,
    .content .flexslider,
    .content .flexslider .slides > li {
        height: 250px;
    }
}

@media only screen and (max-width:400px) {

    .ei-slider,
    .flexslider,
    .flexslider .slides > li,
    .content .ei-slider,
    .content .flexslider,
    .content .flexslider .slides > li {
        height: 200px;
    }
}

.widget-container .wpcv-global-updates,
.widget-container .wpcv-map,
.widget-container .wpcv-chart {
    margin: 0;
}

.entry .wpcv-widget {
    margin-bottom: 50px;
}

.entry .wpcv-widget .widget-top h4 {
    margin: 0 0 10px;
}

.entry .wpcv-widget .widget-top .stripe-line {
    display: none;
}

.entry .wpcv-widget .widget-container {
    padding: 0;
}

.img-slider {
    position: relative;
    width: 100%;
    height: 196px;
    overflow: hidden;
}

.img-slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}

.img-slider .slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    pointer-events: none;
}

.img-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-slider .slide.fadeOut {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}

.img-slider .slide.activeGlide {
    clip-path: circle(150% at 50% 50%);
    opacity: 1;
    z-index: 1;
    transition: clip-path 1.5s ease-in-out, opacity 1.5s ease-in-out;
}

.img-slider .slide.activeGlide::after {
    opacity: 1;
}

.img-slider .slide.nextGlide {
    clip-path: circle(0% at 50% 50%);
    opacity: 1;
    z-index: 1;
}

.img-slider .slide .info {
    position: absolute;
    bottom: 0px;
    padding: 0px 0px 10px 5px;
}

.img-slider .slide .info text {
    font-weight: 500;
    font-family: 'Lucida Handwriting', 'Comic Sans MS', monospace;
}

.img-slider .slide .info text a {
    background: rgba(0, 0, 0, 0.3);
    color: #FFFFFF !important;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 0 0 1px 5px;
    padding: 0 10px;
    transition: 0.5s;
    display: inline-block;
    font-size: 12px;
    transition: 0.5s ease;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.img-slider .slide .info text a:hover {
    background: #FF1493;
}

.img-slider .slide_btn {
    z-index: 2;
    position: absolute;
    display: flex;
    bottom: 7.5px;
    left: 50%;
    transform: translateX(-50%);
}

.img-slider .slide_btn .btn {
    background: #F88C00;
    margin: 5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.img-slider .slide_btn .btn.activeGlide {
    background: #FF1493 !important;
}

.mySlides {
    display: none;
}

.slideshow-container {
    max-width: 290px;
    height: 290px;
    margin: auto;
    position: relative;
}

.slideshow-container > [class] {
    position: absolute;
    font-size: 10px;
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
}

.slideshow-container .title-info {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    height: 30px;
    line-height: 28px;
    text-align: center;
    bottom: 0;
    font-family: Salsa, cursive;
    border-bottom: 2px solid #F88C00;
    border-radius: 50px 50px 0 0;
    -moz-border-radius: 50px 50px 0 0;
    -webkit-border-radius: 50px 50px 0 0;
    transition: 0.5s;
    animation: title_info 2.5s forwards;
}

@keyframes title_info {
    from {
        opacity: 0;
        transform: translateY(32px);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

.slideshow-container .bottom-left {
    position: absolute;
    left: 2.5px;
    bottom: 33.33px;
    transform-origin: bottom left;
    transition: 0.5s;
    animation: bottom_left 2.5s forwards;
}

@keyframes bottom_left {
    from {
        opacity: 0;
        transform: rotate(-90deg) translateY(0%);
    }

    to {
        opacity: 1;
        transform: rotate(-90deg) translateY(32px);
    }
}

.slideshow-container .bottom-right {
    position: absolute;
    right: 2.5px;
    bottom: 33.33px;
    transform-origin: bottom right;
    transition: 0.5s;
    animation: bottom_right 2.5s forwards;
}

@keyframes bottom_right {
    from {
        opacity: 0;
        transform: rotate(90deg) translateY(0%);
    }

    to {
        opacity: 1;
        transform: rotate(90deg) translateY(32px);
    }
}

.champions_info,
.runners-up_info {
    display: flex;
    text-align: center;
    justify-content: center;
}

.champions_info li,
.runners-up_info li {
    display: block;
    list-style: none;
    width: 28px;
    height: 28px;
    line-height: 29px;
    background: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    margin: 2.5px;
    text-align: center;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.champions_info li:first-child,
.runners-up_info li:last-child {
    color: #FFFFFF;
    width: 70px;
    height: 28px;
    line-height: 29px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.champions_info li:last-child,
.runners-up_info li:first-child {
    color: #FFFFFF;
    width: 28px;
    height: 28px;
    line-height: 29px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.slideshow-container .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 3s;
    animation-name: fade;
    animation-duration: 2.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: .2;
    }

    to {
        opacity: 1;
    }
}

.slideshow-container .prev,
.slideshow-container .next {
    position: absolute;
    top: 5px;
    width: 28px;
    height: 28px;
    line-height: 27px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
    color: #FFFFFF !important;
    cursor: pointer;
    transition: 0.5s ease;
    border: 1px solid #9E9E9E;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.slideshow-container .prev {
    left: 5px;
}

.slideshow-container .next {
    right: 5px;
}

.slideshow-container .prev:hover,
.slideshow-container .next:hover {
    background: #FF1493;
}

.responsive-download {
    font-size: small;
    font-weight: none;
}

.responsive-download a {
    background-color: #3498DB;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 7px 5px 7px;
    margin: 1px;
    border: 1px solid #3498DB;
    transition: 0.5s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.responsive-download a:hover {
    background-color: #FF1493;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 7px 5px 7px;
    margin: 1px;
    border: 1px solid #FF1493;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.download-opacity {
    background-color: rgba(0, 0, 0, 0.15);
    width: 25px;
    position: relative;
    left: -7px;
    display: inline-block;
    text-align: center;
    padding: 5px 7px 5px 7px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.responsive-upload {
    font-size: small;
    font-weight: none;
}

.responsive-upload a {
    background-color: #F88C00;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 7px 5px 7px;
    margin: 1px;
    border: 1px solid #F88C00;
    transition: 0.5s;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.responsive-upload a:hover {
    background-color: #FF1493;
    color: #FFFFFF;
    text-align: center;
    padding: 5px 7px 5px 7px;
    margin: 1px;
    border: 1px solid #FF1493;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.upload-opacity {
    background-color: rgba(0, 0, 0, 0.15);
    width: 25px;
    position: relative;
    left: -7px;
    display: inline-block;
    text-align: center;
    padding: 5px 7px 5px 7px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.product-length {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.track-length {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.miniplayer-length {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.title-length {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-length {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.forum-length {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.paginationbox {
    display: flex;
    text-align: center;
    justify-content: center;
}

.paginationbox ul.paginations {
    margin-top: 20px;
    padding: 3px;
    border: 2px solid #E9E9E9;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-box-shadow: 0px 6px 5px #CACACA;
    -webkit-box-shadow: 0px 6px 5px #CACACA;
    box-shadow: 0px 6px 5px #CACACA;
}

.paginationbox ul.paginations li {
    display: inline-block;
    list-style: none;
}

.paginationbox ul.paginations li a {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #F88C00;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    margin: 3px;
    transition: all 0.3s ease;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-box-shadow: 0px 6px 5px #CACACA;
    -webkit-box-shadow: 0px 6px 5px #CACACA;
    box-shadow: 0px 6px 5px #CACACA;
}

.paginationbox ul.paginations li a:hover,
.paginationbox ul.paginations li a.active {
    background: #FF1493 !important;
    color: #FFFFFF !important;
    transition: all 0.3s ease;
}

.border-line {
    border-top: 1px solid #E9E9E9;
    margin-top: 10px;
}

.facebook-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.facebook-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.breadcrumb {
    display: inline-block;
    text-align: center;
    font-family: 'Merriweather Sans', Arial, Verdana, sans-serif;
    overflow: hidden;
    border-radius: 3px;
    counter-reset: flag;
}

.breadcrumb a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    padding: 0 10px 0 60px;
    transition: 0.5s;
    color: #777777;
    background: #DDDDDD;
    position: relative;
}

.breadcrumb a:first-child {
    padding-left: 46px;
    border-radius: 3px 0 0 3px;
}

.breadcrumb a:first-child:before {
    left: 14px;
}

.breadcrumb a:last-child {
    border-radius: 0 3px 3px 0;
    padding-right: 16px;
}

.breadcrumb a.active,
.breadcrumb a:hover {
    transition: 0.5s;
    color: #FFFFFF !important;
    background: #F88C00 !important;
}

.breadcrumb a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    transform: scale(0.707) rotate(45deg);
    z-index: 1;
    transition: 0.5s;
    background: #DDDDDD;
    border-radius: 0 3px 0 50px;
    box-shadow: 2px -2px 0 2px #FFFFFF;
}

.breadcrumb a.active:after,
.breadcrumb a:hover:after {
    transition: 0.5s;
    background: #F88C00 !important;
}

.breadcrumb a:last-child:after {
    content: none;
}

.breadcrumb a:before {
    content: counter(flag);
    counter-increment: flag;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 30px;
    background-color: rgba(0, 0, 0, 0.15);
}

.breadcrumb a.active:before,
.breadcrumb a:hover:before {
    transition: 0.5s;
    color: #000000;
    background: #FFFFFF;
}

@media only screen and (max-width:600px) and (min-width:528px) {
    .breadcrumb a {
        line-height: 28.5px;
        padding: 0 8px 0 48px;
    }

    .breadcrumb a:first-child {
        padding-left: 36px;
    }

    .breadcrumb a:first-child:before {
        left: 12px;
    }

    .breadcrumb a:last-child {
        padding-right: 16px;
    }

    .breadcrumb a:after {
        right: -14px;
        width: 28px;
        height: 28px;
    }

    .breadcrumb a:before {
        width: 16px;
        height: 16px;
        line-height: 16px;
        margin: 6px 0;
        left: 24px;
    }
}

@media only screen and (max-width:527px) and (min-width:432px) {
    .breadcrumb a {
        line-height: 28.5px;
        padding: 0 8px 0 30px;
    }

    .breadcrumb a:first-child {
        padding-left: 16px;
    }

    .breadcrumb a:first-child:before {
        left: 12px;
    }

    .breadcrumb a:last-child {
        padding-right: 16px;
    }

    .breadcrumb a:after {
        right: -14px;
        width: 28px;
        height: 28px;
    }

    .breadcrumb a:before {
        content: none;
        counter-increment: none;
        width: 16px;
        height: 16px;
        line-height: 16px;
        margin: 6px 0;
        left: 24px;
    }
}

@media only screen and (max-width:431px) and (min-width:336px) {
    .breadcrumb a {
        line-height: 28.5px;
        padding: 0 8px 0 8px;
        margin: 1px;
    }

    .breadcrumb a:first-child {
        padding-left: 8px;
        border-radius: 50px 0 0 50px;
    }

    .breadcrumb a:first-child:before {
        left: 0;
    }

    .breadcrumb a:last-child {
        padding-right: 8px;
        border-radius: 0 50px 50px 0;
    }

    .breadcrumb a:after {
        content: none;
        right: 0;
        width: 28px;
        height: 28px;
        transform: none;
        background: none;
        box-shadow: none;
    }

    .breadcrumb a.active:after,
    .breadcrumb a:hover:after {
        background: none !important;
    }

    .breadcrumb a:before {
        content: none;
        counter-increment: none;
        width: 16px;
        height: 16px;
        line-height: 16px;
        margin: 6px 0;
        left: 24px;
    }

    body.dark-skin .breadcrumb a:after {
        background: none;
        box-shadow: none;
    }
}

@media only screen and (max-width:335px) {
    .breadcrumb a {
        line-height: 28.5px;
        padding: 0 8px 0 8px;
        margin: 1px;
        color: #000000;
        background: none;
    }

    .breadcrumb a:first-child {
        padding-left: 8px;
    }

    .breadcrumb a:first-child:before {
        left: 0;
    }

    .breadcrumb a:last-child {
        padding-right: 8px;
    }

    .breadcrumb a.active,
    .breadcrumb a:hover {
        color: #F88C00 !important;
        background: none !important;
    }

    .breadcrumb a:after {
        content: '\203a';
        color: #7F7F7F;
        right: -15px;
        width: 28px;
        height: 28px;
        transform: none;
        background: none;
        box-shadow: none;
    }

    .breadcrumb a.active:after,
    .breadcrumb a:hover:after {
        background: none !important;
    }

    .breadcrumb a:before {
        content: none;
        counter-increment: none;
        width: 16px;
        height: 16px;
        line-height: 16px;
        margin: 6px 0;
        left: 24px;
    }

    body.glassy-skin .breadcrumb a {
        color: #F2F2F2;
        background: none;
    }

    body.glassy-skin .breadcrumb a:after {
        color: #AFAFAF;
        background: none;
        box-shadow: none;
    }

    body.dark-skin .breadcrumb a {
        color: #FFFFFF;
        background: none;
    }

    body.dark-skin .breadcrumb a:after {
        color: #BFBFBF;
        background: none;
        box-shadow: none;
    }
}

.length {
    margin: -5px 0 -5px 0;
    display: inline-block;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (max-width:360px) {
    .length {
        font-size: 11.5px;
    }
}

@media only screen and (max-width:320px) {
    .length {
        font-size: 10px;
    }

    .flat-social a span.flat-opacity,
    .popup-media.flat-social a span.flat-opacity {
        padding: 0;
        left: 0;
        width: 28px;
        height: 28px;
        line-height: 29px;
        font-size: 13px;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
    }

    #tabbed-widget ul.tabs li a i,
    .cat-tabs-header ul li a i {
        display: none;
    }
}

@media only screen and (max-width:280px) {

    .comment-form #eml,
    .comment-form #nam,
    .comment-form #web {
        width: 100%;
    }
}

.cover-img {
    position: relative;
    height: 122px;
    width: 100%;
    margin-bottom: 175px;
    background-image: url(/image/css/cover.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}

.cover-body {
    position: relative;
    width: 100%;
    height: 205%;
    padding: 0 10%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 0 3px #CACACA;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #CACACA;
}

.about-profile-athlete,
.about-blog-author {
    position: absolute;
    background: #FFFFFF;
    width: 100%;
    bottom: 0;
    margin: 0 -10%;
    border-bottom: 4px solid #F88C00;
}

.profile-athlete-avatar,
.blog-author-avatar {
    position: absolute;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -moz-box-shadow: 0px 6px 5px #CACACA;
    -webkit-box-shadow: 0px 6px 5px #CACACA;
    box-shadow: 0px 6px 5px #CACACA;
}

.profile-athlete-avatar img,
.blog-author-avatar img {
    background: #FFFFFF;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.athlete-avatar-circle,
.author-avatar-circle {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50%;
    margin-left: -50px;
}

.athlete-avatar-circle svg,
.author-avatar-circle svg {
    fill: none;
    stroke: #F88C00;
    stroke-linecap: round;
    stroke-width: 3;
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
    animation: stroke-draw 10s ease-out infinite alternate;
}

.athlete-avatar-circle img,
.author-avatar-circle img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

@keyframes stroke-draw {
    from {
        stroke-dasharray: 1;
    }

    to {
        transform: rotate(180deg);
        stroke-dasharray: 5;
    }
}

.profile-athlete-content,
.blog-author-content {
    text-align: center;
    padding: 55px 0 10px;
}

.profile-athlete-content h2,
.blog-author-content h2 {
    padding: 0 25px;
}

.profile-athlete-content h2.profile-athlete-name,
.blog-author-content h2.blog-author-name {
    position: relative;
    color: #000000;
    font-size: 28px;
    margin: 4px 0;
    font-weight: 500;
    font-family: Nippo, sans-serif;
}

.profile-athlete-content h2.profile-athlete-name i,
.blog-author-content h2.blog-author-name i {
    position: absolute;
    font-size: 14px;
    bottom: 0;
    margin: 0 0 5px 5px;
}

.profile-athlete-content .profile-athlete-details span,
.blog-author-content .blog-author-details span {
    margin-bottom: 5px;
    font-weight: 300;
    font-family: Nippo, sans-serif;
}

#official-badge {
    color: #F88C00;
}

@media only screen and (min-width:329px) and (max-width:624px) {
    .cover-body {
        min-height: 210%;
    }
}

@media only screen and (min-width:625px) {
    .cover-img {
        min-height: 186px;
    }

    .cover-body {
        max-height: 170%;
    }
}

@media only screen and (max-width:328px) {

    .profile-athlete-content h2,
    .blog-author-content h2 {
        padding: 0 20px;
    }

    .profile-athlete-content h2.profile-athlete-name,
    .blog-author-content h2.blog-author-name {
        font-size: 24px;
        margin: 4px 0 2px;
    }

    .profile-athlete-content h2.profile-athlete-name i,
    .blog-author-content h2.blog-author-name i {
        font-size: 12px;
        margin: 0 0 4px 4px;
    }
}

.responsive-table {
    width: 100%;
    border-spacing: 0;
    font-size: 12px;
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.responsive-table thead th {
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.responsive-table thead th:first-of-type {
    text-align: center;
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
}

.responsive-table th,
.responsive-table td {
    padding: 5px;
    vertical-align: middle;
    border-right: 1px solid #F4F4F4;
    border-left: 1px solid #F4F4F4;
    border-bottom: 1px solid #F4F4F4;
}

.responsive-table tfoot {
    font-size: 12px;
    font-style: italic;
}

.responsive-table tfoot td {
    margin-top: -15px;
}

.responsive-table tbody {
    display: table-row-group;
}

.responsive-table tbody tr {
    margin-bottom: 16px;
    display: table-row;
    border-width: 1px;
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0;
}

.responsive-table tbody th[scope=row] {
    background-color: #F4F4F4;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}

.responsive-table tbody td {
    text-align: right;
}

.responsive-table tbody td:last-of-type {
    margin-bottom: 20px;
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: 12px;
}

.responsive-table-line_breaks {
    margin: 35px 0;
}

@media only screen and (max-width:572px) and (min-width:480px) {
    .responsive-table-line_breaks {
        margin: 5px 0;
    }
}

@media only screen and (max-width:536px) and (min-width:480px) {
    .responsive-table tbody th sup {
        font-size: 7px;
    }
}

@media only screen and (max-width:479px) {
    .responsive-table-line_breaks {
        margin: -15px 0;
    }
}

@media only screen and (min-width:480px) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto;
    }

    .responsive-table tr {
        display: table-row;
    }

    .responsive-table th,
    .responsive-table td {
        padding: 5px;
        display: table-cell;
        border-right: none;
    }

    .responsive-table tbody tr:nth-of-type(even) {
        background-color: #FAFAFA;
    }

    .responsive-table tbody th[scope=row] {
        background-color: transparent;
        text-transform: none;
    }

    .responsive-table tbody td {
        text-align: center;
    }

    .responsive-table tbody td:last-of-type {
        border-right: 1px solid #F4F4F4;
    }

    .responsive-table tbody td[data-title]:before {
        font-size: 12px;
        content: none;
    }

    body.glassy-skin .responsive-table tbody tr:nth-of-type(even) {
        background-color: rgba(106, 88, 94, 0.25);
    }

    body.dark-skin .responsive-table tbody tr:nth-of-type(even) {
        background-color: #3A3A3A;
    }

    body.glassy-skin .responsive-table tbody th[scope=row],
    body.dark-skin .responsive-table tbody th[scope=row] {
        background-color: transparent;
    }

    body.glassy-skin .responsive-table tbody td:last-of-type {
        border-color: #544146;
    }

    body.dark-skin .responsive-table tbody td:last-of-type {
        border-color: #333333;
    }
}

#profile-athlete-quotes,
#blog-author-quotes {
    width: 100%;
}

#profile-athlete-quotes .quotes-athlete-name,
#blog-author-quotes .quotes-author-name {
    font-size: 14px;
    text-align: right;
}

.dynamic-progress-bar {
    width: 100%;
}

.dynamic-progress-bar .skills {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 5px;
    overflow: hidden;
    transition: 0.5s;
}

.dynamic-progress-bar .skills:last-child {
    margin-bottom: 0;
}

.dynamic-progress-bar .skills .name {
    width: 150px;
    text-align: left;
    text-transform: uppercase;
}

.dynamic-progress-bar .skills .value {
    width: 40px;
    text-align: right;
    text-transform: uppercase;
}

.dynamic-progress-bar .skills .percent {
    position: relative;
    width: 100%;
    height: 10px;
    overflow: hidden;
    margin: 0 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}

.dynamic-progress-bar .skills .percent .progress {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F88C00;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    animation: animate_progress 3s ease-in-out forwards;
}

@keyframes animate_progress {
    from {
        width: 0;
    }
}

@media only screen and (max-width:480px) {
    .dynamic-progress-bar .skills {
        display: inline;
    }

    .dynamic-progress-bar .skills .name {
        float: left;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .dynamic-progress-bar .skills:first-child .name {
        margin-top: 10px;
    }

    .dynamic-progress-bar .skills .value {
        float: right;
        margin-top: -30px;
    }

    .dynamic-progress-bar .skills .percent {
        margin: 0;
    }
}

.circular-progress-bar {
    display: grid;
    grid-template-columns: repeat(1, 160px);
    grid-gap: 0;
    margin: auto 0;
    justify-content: center;
}

.circular-progress-bar .box {
    width: 100%;
    background: transparent;
    transition: 0.5s;
}

.circular-progress-bar .box h2 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
    font-size: 12px;
    margin-top: 10px;
}

.circular-progress-bar .box .chart {
    position: relative;
    width: 100px;
    height: 100px;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    line-height: 100px;
}

.circular-progress-bar .box .chart span {
    font-size: 14px;
}

.circular-progress-bar .box canvas {
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width:659px) and (min-width:348px) {
    .circular-progress-bar {
        grid-template-columns: repeat(2, 160px);
    }
}

@media only screen and (min-width:660px) {
    .circular-progress-bar {
        grid-template-columns: repeat(4, 160px);
    }
}

.demo-card {
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.demo-scrollbar {
    width: 100%;
    height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    cursor: pointer;
    padding-right: 5px;
}

#demo-scrollbar::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
}

.border-animation-box {
    position: relative;
    width: 90px;
    height: 90px;
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 100%;
    background: rgba(200, 200, 200, 0.75);
}

.border-animation-box::after {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background-image: conic-gradient(transparent, transparent, transparent, #F88C00);
    animation: animate-border 5s linear infinite;
    animation-delay: -2.5s;
}

.border-animation-box::before {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background-image: conic-gradient(transparent, transparent, transparent, #F88C00);
    animation: animate-border 5s linear infinite;
}

@keyframes animate-border {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.border-animation-box span {
    position: absolute;
    inset: 2px;
    border-radius: 100%;
    background: #FFFFFF;
    z-index: 1;
}

body.dark-skin .border-animation-box {
    background: rgba(0, 0, 0, 0.75);
}

body.dark-skin .border-animation-box span {
    background: #3C3C3C;
}

.image_container {
    position: relative;
    display: flex;
    padding: 60px 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px 20px;
}

.image_card {
    position: relative;
    width: 31.1%;
    height: 150px;
    background: #FFFFFF;
    margin: 5px 0;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0px 6px 5px #CACACA;
    -webkit-box-shadow: 0px 6px 5px #CACACA;
    box-shadow: 0px 6px 5px #CACACA;
}

.image_card .image_lines {
    position: absolute;
    background: #FFFFFF;
    inset: 0;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.image_card .image_lines::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 80px;
    background: linear-gradient(transparent, #F88C00, #F88C00, #F88C00, transparent);
    animation: animate_01 5s linear infinite;
}

@keyframes animate_01 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.image_card .image_lines::after {
    content: '';
    position: absolute;
    inset: 2px;
    background: #FFFFFF;
    border-radius: calc(5px - 2px);
    -moz-border-radius: calc(5px - 2px);
    -webkit-border-radius: calc(5px - 2px);
}

.image_card .image_box {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    z-index: 10;
    overflow: hidden;
    border: 2px solid #F88C00;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-box-shadow: 0px 6px 5px #CACACA;
    -webkit-box-shadow: 0px 6px 5px #CACACA;
    box-shadow: 0px 6px 5px #CACACA;
}

.image_card .image_box img {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.image_card .image_content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

.image_card .image_content .image_details {
    padding: 2px;
    text-align: center;
    width: 100%;
    transition: 0.5s;
    transform: translateY(-30px);
}

.image_card .image_content .image_details h2 {
    font-size: 23.5px;
    font-family: 'Bebas Neue', Arial, Georgia, serif;
    color: #000000;
    font-weight: 500;
    line-height: 18px;
}

.image_card .image_content .image_details h2 span {
    font-size: 13px;
    font-family: 'Droid Sans', Arial, Verdana, sans-serif;
    color: #7F7F7F;
}

.image_card .image_content .social_content {
    position: absolute;
    transform: translateY(-10px);
}

@media only screen and (max-width:990px) and (min-width:809px) {
    .image_card {
        width: 23%;
    }
}

@media only screen and (max-width:808px) and (min-width:625px) {
    .image_card {
        width: 31%;
    }
}

@media only screen and (max-width:624px) and (min-width:441px) {
    .image_card {
        width: 47.4%;
    }
}

@media only screen and (max-width:540px) {
    .image_card .image_content .social_content {
        transform: translateY(-7px);
    }
}

@media only screen and (max-width:440px) and (min-width:328px) {
    .image_card {
        width: 320px;
        height: 170px;
    }

    .image_card .image_content .image_details {
        transform: translateY(-38px);
    }

    .image_card .image_content .image_details h2 {
        font-size: 28px;
        line-height: 24px;
    }

    .image_card .image_content .image_details h2 span {
        font-size: 15px;
    }

    .image_card .image_content .social_content {
        transform: translateY(-14px);
    }
}

@media only screen and (max-width:327px) {
    .image_card {
        width: 100%;
    }
}

#profile-info_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 10px;
}

#profile-text_card {
    position: relative;
    width: 31.7%;
    height: 48px;
    margin-left: 2px;
    margin-bottom: 4px;
}

#profile-text_card .profile-text_content {
    position: absolute;
    width: 100%;
    height: 100%;
}

#profile-text_card .profile-text_content .profile-text_details {
    width: 100%;
}

#profile-text_card .profile-text_content .profile-text_details h2 {
    font-size: 14px;
    line-height: 20px;
}

#profile-text_card .profile-text_content .profile-text_details h2 span.text-tight {
    opacity: 0.7;
}

#profile-text_card .profile-text_content .profile-text_details h2 span.text-title {
    color: #000000;
}

#profile-text_card .profile-text_content .profile-text_details h2 span.text-title sup {
    color: #000000;
    font-size: 10px;
}

#profile_sports_events {
    opacity: 0.7;
    font-size: 14px;
    line-height: 20px;
    margin-left: 2px;
}

#events-info_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 10px;
}

#events-text_card {
    position: relative;
    width: 31.7%;
    height: 24px;
    margin-left: 2px;
    margin-bottom: -4px;
}

#events-text_card .events-text_content {
    position: absolute;
    width: 100%;
    height: 100%;
}

#events-text_card .events-text_content .events-text_details {
    width: 100%;
}

#events-text_card .events-text_content .events-text_details h2 {
    font-size: 14px;
    line-height: 20px;
}

#events-text_card .events-text_content .events-text_details h2 span.text-events {
    color: #000000;
}

#social_touch-info_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 10px;
}

#social_touch-text_card {
    position: relative;
    width: 31.7%;
    height: 48px;
    margin-top: 14px;
    margin-left: 2px;
}

#social_touch-text_card .social_touch-text_content {
    position: absolute;
    width: 100%;
    height: 100%;
}

#social_touch-text_card .social_touch-text_content .social_touch-text_details {
    width: 100%;
}

#social_touch-text_card .social_touch-text_content .social_touch-text_details h2 {
    font-size: 14px;
}

#social_touch-text_card .social_touch-text_content .social_touch-text_details h2 span.text-tight {
    opacity: 0.7;
}

#social_touch-text_card .social_touch-text_content .social_touch-text_details h2 span.social_content {
    margin-top: 4px;
}

@media only screen and (max-width:990px) and (min-width:809px) {

    #profile-text_card,
    #events-text_card,
    #social_touch-text_card {
        width: 23.6%;
    }
}

@media only screen and (max-width:808px) and (min-width:625px) {

    #profile-text_card,
    #events-text_card,
    #social_touch-text_card {
        width: 31.6%;
    }
}

@media only screen and (max-width:624px) and (min-width:441px) {

    #profile-text_card,
    #events-text_card,
    #social_touch-text_card {
        width: 47.9%;
    }
}

@media only screen and (max-width:540px) {
    #social_touch-text_card .social_touch-text_content .social_touch-text_details h2 span.social_content {
        margin-top: 5.5px;
    }
}

@media only screen and (max-width:440px) {

    #profile-info_container,
    #events-info_container {
        gap: 0;
    }

    #profile-text_card,
    #events-text_card {
        width: 47.9%;
    }

    #social_touch-text_card {
        width: 100%;
        margin-bottom: 5.5px;
    }
}

@media only screen and (max-width:400px) and (min-width:321px) {

    #profile-text_card .profile-text_content .profile-text_details h2,
    #profile_sports_events,
    #events-text_card .events-text_content .events-text_details h2,
    #social_touch-text_card .social_touch-text_content .social_touch-text_details h2 {
        font-size: 13px;
    }

    #profile-text_card .profile-text_content .profile-text_details h2,
    #profile_sports_events,
    #events-text_card .events-text_content .events-text_details h2 {
        line-height: 19px;
    }
}

@media only screen and (max-width:320px) {

    #profile-text_card,
    #events-text_card {
        width: 100%;
    }
}

.lookbook-gallery .model-left,
.lookbook-gallery .model-center,
.lookbook-gallery .model-right {
    margin-bottom: 20px;
    position: relative;
}

.lookbook-gallery .model-left .post-thumbnail,
.lookbook-gallery .model-center .post-thumbnail,
.lookbook-gallery .model-right .post-thumbnail {
    margin-right: 0;
}

.lookbook-gallery .model-left .post-thumbnail .model-title,
.lookbook-gallery .model-center .post-thumbnail .model-title,
.lookbook-gallery .model-right .post-thumbnail .model-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    cursor: pointer;
    color: #FFFFFF;
    transition: 0.5s;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-family: Salsa, cursive;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50px 50px 0 0;
    -moz-border-radius: 50px 50px 0 0;
    -webkit-border-radius: 50px 50px 0 0;
    font-size: calc(11px + 1vw);
    height: calc(24px + 1vw);
    line-height: calc(26px + 1vw);
}

.lookbook-gallery .model-left .post-thumbnail:hover .model-title,
.lookbook-gallery .model-center .post-thumbnail:hover .model-title,
.lookbook-gallery .model-right .post-thumbnail:hover .model-title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.lookbook-gallery img {
    min-width: 80px;
    max-width: 100%;
    display: block;
}

@media only screen and (min-width:329px) {
    .lookbook-gallery .lookbook-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .lookbook-gallery .model-left,
    .lookbook-gallery .model-center,
    .lookbook-gallery .model-right {
        flex: 46.5%;
        margin: 5px;
    }

    .lookbook-gallery .model-left .post-thumbnail .model-title,
    .lookbook-gallery .model-center .post-thumbnail .model-title,
    .lookbook-gallery .model-right .post-thumbnail .model-title {
        font-size: calc(5px + 1vw);
        height: calc(18px + 1vw);
        line-height: calc(20px + 1vw);
    }
}

@media only screen and (max-width:660px) and (min-width:432px) {

    .lookbook-gallery .model-left,
    .lookbook-gallery .model-center,
    .lookbook-gallery .model-right {
        flex: 24.25% 0;
    }

    .lookbook-gallery-line_breaks {
        margin: 10px 0;
    }

    @supports (display: grid) {
        .lookbook-gallery .lookbook-grid {
            display: grid;
            grid-gap: 10px;
            grid-template-columns: repeat(4, minmax(80px, 160px));
        }

        .lookbook-gallery .model-left,
        .lookbook-gallery .model-center,
        .lookbook-gallery .model-right {
            margin: 0;
        }

        .lookbook-gallery .model-left:nth-of-type(5n+1) {
            grid-row-end: span 2;
            grid-column-end: span 2;
        }

        .lookbook-gallery .model-center:nth-of-type(4n-1) {
            grid-row-end: span 2;
            grid-column-end: span 2;
        }

        .lookbook-gallery .model-right:nth-of-type(4n-1) {
            grid-row-end: span 2;
            grid-column-end: span 2;
        }

        .lookbook-gallery .model-left .post-thumbnail .model-title,
        .lookbook-gallery .model-center .post-thumbnail .model-title,
        .lookbook-gallery .model-right .post-thumbnail .model-title {
            font-size: calc(1px + 1vw);
            height: calc(12px + 1vw);
            line-height: calc(14px + 1vw);
        }

        .lookbook-gallery .model-left:nth-of-type(5n+1) .post-thumbnail .model-title,
        .lookbook-gallery .model-center:nth-of-type(4n-1) .post-thumbnail .model-title,
        .lookbook-gallery .model-right:nth-of-type(4n-1) .post-thumbnail .model-title {
            font-size: calc(7px + 1.5vw);
            height: calc(20px + 1.5vw);
            line-height: calc(22px + 1.5vw);
        }
    }
}

@media only screen and (min-width:661px) {

    .lookbook-gallery .model-left,
    .lookbook-gallery .model-center,
    .lookbook-gallery .model-right {
        flex: 24.25% 0;
    }

    .lookbook-gallery-line_breaks {
        margin: 10px 0;
    }

    @supports (display: grid) {
        .lookbook-gallery .lookbook-grid {
            display: grid;
            grid-gap: 10px;
            grid-template-columns: repeat(4, minmax(120px, 240px));
        }

        .lookbook-gallery .model-left,
        .lookbook-gallery .model-center,
        .lookbook-gallery .model-right {
            margin: 0;
        }

        .lookbook-gallery .model-left:nth-of-type(5n+1) {
            grid-row-end: span 2;
            grid-column-end: span 2;
        }

        .lookbook-gallery .model-center:nth-of-type(4n-1) {
            grid-row-end: span 2;
            grid-column-end: span 2;
        }

        .lookbook-gallery .model-right:nth-of-type(4n-1) {
            grid-row-end: span 2;
            grid-column-end: span 2;
        }
    }
}

@media only screen and (max-width:990px) and (min-width:661px) {

    @supports (display: grid) {

        .lookbook-gallery .model-left .post-thumbnail .model-title,
        .lookbook-gallery .model-center .post-thumbnail .model-title,
        .lookbook-gallery .model-right .post-thumbnail .model-title {
            font-size: calc(2px + 1vw);
            height: calc(14px + 1vw);
            line-height: calc(16px + 1vw);
        }

        .lookbook-gallery .model-left:nth-of-type(5n+1) .post-thumbnail .model-title,
        .lookbook-gallery .model-center:nth-of-type(4n-1) .post-thumbnail .model-title,
        .lookbook-gallery .model-right:nth-of-type(4n-1) .post-thumbnail .model-title {
            font-size: calc(11px + 1.5vw);
            height: calc(24px + 1.5vw);
            line-height: calc(26px + 1.5vw);
        }
    }
}

@media only screen and (min-width:991px) {

    @supports (display: grid) {

        .lookbook-gallery .model-left .post-thumbnail .model-title,
        .lookbook-gallery .model-center .post-thumbnail .model-title,
        .lookbook-gallery .model-right .post-thumbnail .model-title {
            font-size: 9px;
            height: 20px;
            line-height: 22px;
        }

        .lookbook-gallery .model-left:nth-of-type(5n+1) .post-thumbnail .model-title,
        .lookbook-gallery .model-center:nth-of-type(4n-1) .post-thumbnail .model-title,
        .lookbook-gallery .model-right:nth-of-type(4n-1) .post-thumbnail .model-title {
            font-size: 21px;
            height: 32px;
            line-height: 34px;
        }
    }
}

.message_container {
    width: 100%;
    overflow: hidden;
    padding: 3px;
    margin-bottom: -20px;
}

.message_container .special-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.message_container .special-message .message-cards {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.message_container .special-message .message-cards .message-profile-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-top: -8px;
    border: 1px solid #F88C00;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.message_container .special-message .message-cards .message-profile-logo img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: none;
    overflow: hidden;
    transform-origin: center center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.message_container .special-message .message-cards .message-title {
    margin: 8px 0 0 10px;
    line-height: 18px;
}

.message_container .special-message .message-cards .message-title h3 {
    font-size: 16px;
    font-weight: bold;
}

.message_container .special-message .message-cards .message-title p {
    font-size: 12px;
}

.message_container .special-message .message-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-top: -24px;
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.message_container .special-message .message-buttons .avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: none;
    overflow: hidden;
    transform-origin: center center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.message_container .message-descriptions {
    margin: 0;
    padding: 0;
}

.message_container .message-descriptions p {
    line-height: 20px;
}

.videobox,
.videobox .video_wrapper .video-controls,
.videobox .video_wrapper .video-controls .options,
.videobox .video_wrapper .video-controls .options .video-timer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.videobox {
    width: 100%;
    background: transparent;
    user-select: none;
    overflow: hidden;
    max-width: 990px;
    aspect-ratio: 16 / 9;
    position: relative;
    box-shadow: 0 0 3px #CACACA;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #CACACA;
}

.videobox.fullscreen {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    border-radius: 0px;
}

.videobox .video_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    bottom: -15px;
    pointer-events: none;
    transition: all 0.08s ease;
}

.videobox .video_wrapper::before {
    content: "";
    bottom: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    height: calc(100% + 35px);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.videobox.show-controls .video_wrapper {
    opacity: 1;
    bottom: 0;
    pointer-events: auto;
    transition: all 0.13s ease;
}

.videobox .video_wrapper .video-timeline {
    height: 7px;
    width: 100%;
    cursor: pointer;
}

.videobox .video_wrapper .video-timeline .progress-area {
    height: 3px;
    margin: 0 10px;
    position: relative;
    background: #F88C00;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.videobox .video_wrapper .video-timeline .progress-area span {
    position: absolute;
    left: 50%;
    top: -25px;
    font-size: 13px;
    color: #FFFFFF;
    pointer-events: none;
    transform: translateX(-50%);
}

.videobox .video_wrapper .video-timeline .progress-area .progress-bar {
    width: 0%;
    height: 100%;
    position: relative;
    background: #F88C00;
}

.videobox .video_wrapper .video-timeline .progress-area .progress-bar::after,
.videobox .video_wrapper .video-timeline .progress-area .progress-bar::-webkit-slider-thumb {
    content: "";
    margin: 0 -12.5px;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 3px solid #F88C00;
    cursor: grab;
    border-radius: 100%;
}

.videobox .video_wrapper .video-timeline .progress-area .progress-bar::before,
.videobox .video_wrapper .video-timeline .progress-area span {
    display: none;
}

.videobox .video_wrapper .video-timeline:hover .progress-area .progress-bar::before,
.videobox .video_wrapper .video-timeline:hover .progress-area span {
    display: block;
}

.videobox .video_wrapper .video-controls {
    padding: 5px 20px 10px;
}

.videobox .video_wrapper .video-controls .options {
    width: 100%;
}

.videobox .video_wrapper .video-controls .options:first-child {
    justify-content: flex-start;
}

.videobox .video_wrapper .video-controls .options:last-child {
    justify-content: flex-end;
}

.videobox .video_wrapper .video-controls .options button {
    height: 40px;
    width: 40px;
    font-size: 19px;
    border: none;
    cursor: pointer;
    background: none;
    color: #FFFFFF;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.videobox .video_wrapper .video-controls .options button :where(i, span) {
    height: 100%;
    width: 100%;
    line-height: 40px;
}

.videobox .video_wrapper .video-controls .options button:hover :where(i, span) {
    color: #FF1493;
}

.videobox .video_wrapper .video-controls .options button:active :where(i, span) {
    transform: scale(0.9);
}

.videobox .video_wrapper .video-controls .options button span {
    font-size: 23px;
}

.videobox .video_wrapper .video-controls .options input {
    margin-left: 3px;
    margin-bottom: -8px;
    max-width: 75px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 3px;
    background: #F88C00;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.videobox .video_wrapper .video-controls .options input::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 3px solid #F88C00;
    cursor: grab;
    border-radius: 100%;
}

.videobox .video_wrapper .video-controls .options input[type=range] {
    padding: 0;
    border: none;
}

.videobox .video_wrapper .video-controls .options .video-timer {
    color: #FFFFFF;
    margin-left: 15px;
    margin-bottom: -7px;
    font-size: 14px;
}

.videobox .video_wrapper .video-controls .options .video-timer .bisector {
    margin: 0 5px;
    font-size: 14px;
}

.videobox .video_wrapper .video-controls .options .playback-content {
    display: flex;
    position: relative;
}

.videobox .video_wrapper .video-controls .options .playback-content .speed-options {
    position: absolute;
    list-style: none;
    left: -30px;
    bottom: 60px;
    width: 100px;
    overflow: hidden;
    opacity: 0;
    border-radius: 3px;
    pointer-events: none;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #CACACA;
    box-shadow: 0 0 3px #CACACA;
    transition: opacity 0.13s ease;
}

.videobox .video_wrapper .video-controls .options .playback-content .speed-options.show {
    opacity: 1;
    pointer-events: auto;
}

.videobox .video_wrapper .video-controls .options .playback-content .speed-options li {
    cursor: pointer;
    font-size: 14px;
    margin: 2px 0;
    padding: 5px 0 5px 15px;
    transition: all 0.1s ease;
}

.videobox .video_wrapper .video-controls .options .playback-content .speed-options li:where(:first-child, :last-child) {
    margin: 0px;
}

.videobox .video_wrapper .video-controls .options .playback-content .speed-options li:hover,
.videobox .video_wrapper .video-controls .options .playback-content .speed-options li.active {
    color: #FFFFFF;
    background: #FF1493;
}

.videobox video {
    width: 100%;
}

@media only screen and (max-width:600px) {
    .videobox .video_wrapper .video-controls {
        padding: 3px 10px 7px;
    }

    .videobox .video_wrapper .video-controls .options input,
    .videobox .video_wrapper .video-timeline .progress-area span {
        display: none !important;
    }

    .videobox .video_wrapper .video-controls .options button {
        height: 30px;
        width: 30px;
        font-size: 17px;
    }

    .videobox .video_wrapper .video-controls .options .video-timer {
        margin-left: 5px;
    }

    .videobox .video_wrapper .video-controls .options .video-timer .bisector {
        font-size: 14px;
        margin: 0 2px;
    }

    .videobox .video_wrapper .video-controls .options button :where(i, span) {
        line-height: 30px;
    }

    .videobox .video_wrapper .video-controls .options button span {
        font-size: 21px;
    }

    .videobox .video_wrapper .video-controls .options .video-timer,
    .videobox .video_wrapper .video-timeline .progress-area span,
    .videobox .video_wrapper .video-controls .options .playback-content .speed-options li {
        font-size: 12px;
    }

    .videobox .video_wrapper .video-controls .options .playback-content .speed-options {
        width: 75px;
        left: -20px;
        bottom: 45px;
    }

    .videobox .video_wrapper .video-controls .options .playback-content .speed-options li {
        margin: 1px 0;
        padding: 3px 0 3px 10px;
    }
}

@media only screen and (max-width:360px) {
    .videobox .video_wrapper .video-controls .options .video-timer {
        display: none;
    }
}

@media only screen and (max-width:312px) {
    .videobox .video_wrapper .video-controls .options.right .pic-in-pic {
        display: none;
    }
}

.audiobox {
    width: 100%;
    background: transparent;
    box-shadow: 0 0 3px #CACACA;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #CACACA;
}

.audiobox .audio_wrapper {
    width: 100%;
    padding: 10px 10px 15px;
}

.audiobox .audio_wrapper .details {
    margin: 1px;
}

.audiobox .audio_wrapper .details .music-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.audiobox .audio_wrapper .details .music-text .text-name {
    font-size: 14px;
    text-align: center;
    background: #DDDDDD;
    color: #777777;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-box-shadow: 0px 6px 5px #CACACA;
    -webkit-box-shadow: 0px 6px 5px #CACACA;
    box-shadow: 0px 6px 5px #CACACA;
}

.audiobox .audio_wrapper .details .music-text .now-playing {
    font-size: 14px;
    text-align: center;
    background: #DDDDDD;
    color: #777777;
    padding: 5px 8px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.audiobox .audio_wrapper .details .music-style {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.audiobox .audio_wrapper .details .music-style .cover-spirit {
    width: 242px;
    height: 242px;
    margin: 15px 15px 0 0;
}

.audiobox .audio_wrapper .details .music-style .cover-spirit .track-art {
    height: 240px;
    width: 240px;
    border: 2px solid #FFFFFF;
    background-size: cover;
    background-position: center;
    -moz-box-shadow: 0px 6px 5px #CACACA;
    -webkit-box-shadow: 0px 6px 5px #CACACA;
    box-shadow: 0px 6px 5px #CACACA;
}

.audiobox .audio_wrapper .details .music-style .track-spirit {
    height: 242px;
    margin: 15px 0 0 15px;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .track-details {
    margin-bottom: 72px;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .track-details .track-name {
    margin-top: 8px;
    font-size: 32px;
    color: #000000;
    font-family: Salsa, cursive;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .track-details .track-artist {
    margin-top: 8px;
    font-size: 18px;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container {
    margin: 25px 0 25px 33px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range1,
.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 {
    margin-left: 75px;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range1 .current-time,
.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range1 .total-duration {
    margin: 0 -33.33333px -40px;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range1 input,
.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 input {
    cursor: pointer;
    margin-bottom: 0;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range1 input[type=range],
.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 input[type=range] {
    padding: 0;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range1 .seek_slider,
.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 .volume_slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 5px;
    background: #F88C00;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range1 .seek_slider::-webkit-slider-thumb,
.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 .volume_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border: 3px solid #F88C00;
    cursor: grab;
    border-radius: 100%;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range1 .seek_slider:hover,
.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 .volume_slider:hover {
    opacity: 1.0;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range1 .seek_slider {
    width: 175px;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 .volume_slider {
    width: 75px;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 i {
    margin: 0 5px;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 i,
.audiobox .audio_wrapper .buttons i {
    cursor: pointer;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons {
    margin-left: -15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .repeat-track,
.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .random-track,
.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .playpause-track,
.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .prev-track,
.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .next-track {
    margin: 15px;
    color: #000000;
    transition: opacity .2s;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .repeat-track,
.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .random-track,
.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .prev-track,
.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .next-track {
    font-size: 10px;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .repeat-track:hover,
.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .random-track:hover,
.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .playpause-track:hover,
.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .prev-track:hover,
.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .next-track:hover {
    color: #FF1493 !important;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .random-track .active {
    color: #FF1493;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader {
    height: 50px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader .stroke {
    background: #000000;
    height: 100%;
    width: 4px;
    border-radius: 50px;
    margin: 0 3px;
    animation: music_animate 1.4s linear infinite;
}

@keyframes music_animate {
    50% {
        height: 20%;
        background: #FF1493;
    }

    100% {
        background: #FF1493;
        height: 100%;
    }
}

.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader .stroke:nth-child(1) {
    animation-delay: 0s;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader .stroke:nth-child(2) {
    animation-delay: 0.3s;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader .stroke:nth-child(3) {
    animation-delay: 0.6s;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader .stroke:nth-child(4) {
    animation-delay: 0.9s;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader .stroke:nth-child(5) {
    animation-delay: 0.6s;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader .stroke:nth-child(6) {
    animation-delay: 0.3s;
}

.audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader .stroke:nth-child(7) {
    animation-delay: 0s;
}

@media only screen and (max-width:990px) and (min-width:921px) {
    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader {
        height: 75px;
        margin: -225px 0 0 45%;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader .stroke {
        width: 10px;
        margin: 0 5px;
    }
}

@media only screen and (max-width:920px) and (min-width:881px) {
    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader {
        height: 75px;
        margin: -225px 0 0 35%;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader .stroke {
        width: 10px;
        margin: 0 5px;
    }
}

@media only screen and (max-width:880px) and (min-width:841px) {
    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader {
        height: 75px;
        margin: -225px 0 0 30%;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader .stroke {
        width: 10px;
        margin: 0 5px;
    }
}

@media only screen and (max-width:840px) and (min-width:801px) {
    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader {
        height: 60px;
        margin: -225px 0 0 33%;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader .stroke {
        width: 7px;
        margin: 0 4px;
    }
}

@media only screen and (max-width:800px) and (min-width:760px) {
    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader {
        margin: -225px 0 0 35%;
    }
}

@media only screen and (min-width:660px) {
    .audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 i:last-child {
        display: none;
    }
}

@media only screen and (max-width:659px) {
    .audiobox .audio_wrapper .details .music-style {
        flex-direction: column;
    }

    .audiobox .audio_wrapper .details .music-style .cover-spirit {
        margin-right: 0;
    }

    .audiobox .audio_wrapper .details .music-style .cover-spirit .track-art {
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit {
        width: 100%;
        height: auto;
        margin: 25px 0 0 0;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .track-details {
        margin-bottom: 0;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .track-details .track-name {
        margin-top: 0;
        font-size: 40px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .track-details .track-artist {
        margin-top: 0;
        font-size: 24px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .track-details .track-name,
    .audiobox .audio_wrapper .details .music-style .track-spirit .track-details .track-artist {
        text-align: center;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .slider_container {
        margin-left: 0;
        flex-direction: column;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 {
        margin: 15px 0 0;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range1 .current-time,
    .audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range1 .total-duration {
        margin: 0 10px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range1 .seek_slider {
        width: 200px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 .volume_slider {
        width: 100px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools {
        flex-direction: column;
        margin: -10px 0;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons {
        margin-left: 0;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .playpause-track {
        font-size: 24px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .repeat-track,
    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .random-track,
    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .prev-track,
    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .next-track {
        font-size: 16px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader {
        height: 75px;
        margin: 10px 0;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader .stroke {
        width: 10px;
        margin: 0 5px;
    }
}

@media only screen and (max-width:416px) {

    .audiobox,
    body.glassy-skin .audiobox,
    body.dark-skin .audiobox {
        box-shadow: inherit;
        -webkit-box-shadow: inherit;
        -moz-box-shadow: inherit;
    }

    .audiobox .audio_wrapper .details .music-style {
        margin: 0 -20px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .track-details .track-name {
        font-size: 32px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .track-details .track-artist {
        font-size: 18px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .playpause-track {
        font-size: 16px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .repeat-track,
    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .random-track,
    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .prev-track,
    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .next-track {
        font-size: 12px;
    }
}

@media only screen and (max-width:312px) {
    .audiobox .audio_wrapper .details .music-style .cover-spirit {
        width: 202px;
        height: 202px;
    }

    .audiobox .audio_wrapper .details .music-style .cover-spirit .track-art {
        height: 200px;
        width: 200px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range1 .seek_slider {
        width: 125px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .slider_container .range2 .volume_slider {
        width: 60px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .playpause-track {
        font-size: 10px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .repeat-track,
    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .random-track,
    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .prev-track,
    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .buttons .next-track {
        font-size: 8px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader {
        height: 50px;
    }

    .audiobox .audio_wrapper .details .music-style .track-spirit .music-tools .loader .stroke {
        width: 4px;
        margin: 0 3px;
    }
}

.popup-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999999999;
    background: #FFFFFF;
    background-attachment: fixed;
    background-image: url(/image/patterns/background-19.png), url(/image/css/dot-light.png);
}

@property --a {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

.popup-box .popup-content {
    position: relative;
    max-width: 600px;
    margin: 5px;
    background: repeating-conic-gradient(from var(--a), #F88C00 0%, #F88C00 10%, transparent 10%, transparent 50%);
    animation:
        photo_preview-1 3s ease,
        photo_preview-2 6s linear infinite;
}

.popup-box .popup-content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-conic-gradient(from var(--a), #F88C00 0%, #F88C00 10%, transparent 10%, transparent 50%);
    animation: photo_preview-2 6s linear infinite;
    animation-delay: -1.5s;
}

.popup-box .popup-content::after {
    content: '';
    position: absolute;
    inset: 3px;
    background: #FFFFFF;
}

@keyframes photo_preview-1 {
    from {
        scale: 0;
    }

    to {
        scale: 1;
    }
}

@keyframes photo_preview-2 {
    0% {
        --a: 0deg;
    }

    100% {
        --a: 360deg;
    }
}

.popup-box .popup-content .popup-icon {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.popup-box .popup-content #closeIcon {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    background: #F88C00;
    border-bottom-left-radius: 75%;
}

.popup-box .popup-content #closeIcon i {
    position: absolute;
    top: 8px;
    right: 10px;
}

.popup-box .popup-content .popup-img {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 6px;
}

@media only screen and (max-width:616px) {
    .popup-box .popup-content {
        max-width: 100%;
    }
}

.social-container {
    gap: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.social-container .social-platform {
    width: 100%;
    height: 70px;
    cursor: pointer;
    max-width: 47.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0px 6px 5px #CACACA;
    -webkit-box-shadow: 0px 6px 5px #CACACA;
    box-shadow: 0px 6px 5px #CACACA;
}

.social-container .social-platform:hover {
    background: rgba(0, 0, 0, 0.1);
}

.social-container .social-platform a {
    width: 100%;
    display: flex;
    align-items: center;
}

.social-container .social-platform a:hover {
    transform: none;
}

.social-container .social-platform img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    margin-left: 10px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-box-shadow: 0px 6px 5px #CACACA;
    -webkit-box-shadow: 0px 6px 5px #CACACA;
    box-shadow: 0px 6px 5px #CACACA;
    transition: transform 0.3s ease;
}

.social-container .social-platform:hover img {
    transform: scale(1.1);
}

.social-container .social-platform .social-details {
    width: 65%;
}

.social-container .social-platform .social-details span.social-name {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    font-family: Nippo, sans-serif;
}

.social-container .social-platform .social-details span.social-url {
    color: #7F7F7F;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    font-family: Nippo, sans-serif;
}

.social-container .social-platform .social-details span.social-url.social-length {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.social-container .social-platform i {
    margin-right: 10px;
}

.social-container .social-platform i.right-long {
    font-size: 14px;
    color: #000000;
    margin-left: auto;
    transition: transform 0.3s ease;
}

.social-container .social-platform:hover i.right-long {
    transform: translateX(3px);
}

@media only screen and (max-width:990px) and (min-width:671px) {
    .social-container .social-platform {
        max-width: 48%;
    }
}

@media only screen and (max-width:670px) and (min-width:541px) {
    .social-container .social-platform {
        max-width: 47%;
    }
}

@media only screen and (max-width:604px) and (min-width:541px) {
    .social-container .social-platform .social-details {
        width: 60%;
    }
}

@media only screen and (max-width:540px) {
    .social-container .social-platform {
        max-width: 100%;
    }
}

.upload-widget {
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.upload-widget .image-preview {
    width: 50px;
    height: 50px;
    object-fit: cover;
    padding: 2px;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.upload-widget .file-input-container {
    position: relative;
}

.upload-widget .file-input-container input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.upload-widget .upload-btn {
    background: transparent;
    color: #000000;
    padding: 7px 10px;
    cursor: pointer;
    margin-left: 10px;
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.upload-widget .upload-btn:hover {
    color: #F88C00 !important;
    border: 1px solid #F88C00 !important;
}

.upload-widget .file-info {
    width: 100%;
    max-width: 200px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.upload-widget .file-info .words-length {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload-widget .file-info .clear-icon {
    color: #F44336;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 5px;
    margin-bottom: -5px;
}

@media only screen and (max-width:380px) and (min-width:321px) {
    .upload-widget .file-info {
        max-width: 150px;
    }
}

@media only screen and (max-width:320px) {
    .upload-widget .file-info {
        max-width: 90px;
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999999999;
    background: #FFFFFF;
    background-attachment: fixed;
    background-image: url(/image/patterns/background-19.png), url(/image/css/dot-light.png);
}

.modal .modal-box {
    position: relative;
    width: 350px;
    height: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: repeating-conic-gradient(from var(--a), #F88C00 0%, #F88C00 10%, transparent 10%, transparent 50%);
    animation: modal_animate 6s linear infinite;
}

.modal .modal-box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-conic-gradient(from var(--a), #F88C00 0%, #F88C00 10%, transparent 10%, transparent 50%);
    animation: modal_animate 6s linear infinite;
    animation-delay: -1.5s;
}

.modal .modal-box::after {
    content: '';
    position: absolute;
    inset: 3px;
    background: #FFFFFF;
}

@keyframes modal_animate {
    0% {
        --a: 0deg;
    }

    100% {
        --a: 360deg;
    }
}

.modal .modal-box .modal-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    background: #F5F5F5;
    padding: 20px;
    overflow: hidden;
    width: calc(350px - 10px);
    height: calc(450px - 10px);
    transform: translate(-50%, -50%);
}

.modal .modal-box .modal-content img {
    width: 100%;
    height: auto;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.modal .modal-box .modal-content .modal-footer {
    display: flex;
    justify-content: center;
}

.modal .modal-box .modal-content .modal-footer button {
    padding: 8px 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin: 10px 15px 0 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.modal .modal-box .modal-content .modal-footer .crop-btn {
    background: #4CAF50;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.3s ease;
}

.modal .modal-box .modal-content .modal-footer .close-btn {
    background: #F44336;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.3s ease;
}

.modal .modal-box .modal-content .modal-footer .crop-btn:hover,
.modal .modal-box .modal-content .modal-footer .close-btn:hover {
    background: #FF1493;
}

.croppie-container .viewport {
    overflow: hidden;
    border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
}

#share-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999999999;
    background: #FFFFFF;
    background-attachment: fixed;
    background-image: url(/image/patterns/background-19.png), url(/image/css/dot-light.png);
}

#share-popup .popup-social {
    position: relative;
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: repeating-conic-gradient(from var(--a), #F88C00 0%, #F88C00 10%, transparent 10%, transparent 50%);
    animation:
        popup_preview-1 3s ease,
        popup_preview-2 6s linear infinite;
}

#share-popup .popup-social::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: repeating-conic-gradient(from var(--a), #F88C00 0%, #F88C00 10%, transparent 10%, transparent 50%);
    animation: popup_preview-2 6s linear infinite;
    animation-delay: -1.5s;
}

#share-popup .popup-social::after {
    content: '';
    position: absolute;
    inset: 3px;
    background: #FFFFFF;
}

@keyframes popup_preview-1 {
    from {
        transform: translate(-50%, -50%) scale(0);
    }

    to {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes popup_preview-2 {
    0% {
        --a: 0deg;
    }

    100% {
        --a: 360deg;
    }
}

#share-popup .popup-social .popup-media {
    position: absolute;
    display: flex;
    background: #F5F5F5;
    align-items: center;
    justify-content: center;
    margin: 6px;
    width: calc(500px - 12px);
    height: calc(500px - 12px);
}

#share-popup .popup-social .popup-media.inner {
    z-index: 1;
}

#share-popup .popup-social .popup-media li {
    position: absolute;
    z-index: 2;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: 244px;
    animation: popup_media 3.5s ease;
}

@keyframes popup_media {
    from {
        scale: 0;
    }

    to {
        scale: 1;
    }
}

#share-popup .popup-social .popup-media.inner li {
    transform: rotate(calc(360deg / 6 * var(--i))) translateX(114px);
}

#share-popup .popup-social .popup-media.outer li {
    transform: rotate(calc(360deg / 12 * var(--i))) translateX(20px);
}

#share-popup .popup-social .popup-media li a {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

#share-popup .popup-social .popup-media.inner li a {
    transform: rotate(calc(360deg / -6 * var(--i)));
}

#share-popup .popup-social .popup-media.outer li a {
    transform: rotate(calc(360deg / -12 * var(--i)));
}

#share-popup .popup-social .popup-media .close-item {
    position: absolute;
    color: #FFFFFF;
    z-index: 3;
    width: 70px;
    height: 70px;
    font-size: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #F88C00;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    animation: close_item 4s ease;
}

@keyframes close_item {
    from {
        scale: 0;
    }

    to {
        scale: 1;
    }
}

#share-popup .popup-social .popup-media .close-item::before {
    content: '';
    position: absolute;
    width: calc(70px - 10px);
    height: calc(70px - 10px);
    background: #F88C00;
    z-index: -1;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

#share-popup .popup-social .popup-media .social-youtube.info {
    background: #2196F3;
}

#share-popup .popup-social .popup-media .social-youtube.warning {
    background: #FFEB3B;
}

#share-popup .popup-social .popup-media .social-hyperlink.success {
    background: #4CAF50;
}

#share-popup .popup-social .popup-media .social-hyperlink.danger {
    background: #F44336;
}

@media only screen and (max-width:540px) {
    #share-popup .popup-social {
        width: 360px;
        height: 360px;
    }

    #share-popup .popup-social .popup-media {
        width: calc(360px - 12px);
        height: calc(360px - 12px);
    }

    #share-popup .popup-social .popup-media li {
        transform-origin: 174px;
    }

    #share-popup .popup-social .popup-media.inner li {
        transform: rotate(calc(360deg / 6 * var(--i))) translateX(88px);
    }

    #share-popup .popup-social .popup-media .close-item {
        width: 40px;
        height: 40px;
        font-size: 16px;
        border: 1px dashed #F88C00;
    }

    #share-popup .popup-social .popup-media .close-item::before {
        width: calc(40px - 8px);
        height: calc(40px - 8px);
    }
}

@media only screen and (max-width:400px) {
    #share-popup .popup-social {
        width: 280px;
        height: 280px;
    }

    #share-popup .popup-social .popup-media {
        margin: 3px;
        width: calc(280px - 6px);
        height: calc(280px - 6px);
    }

    #share-popup .popup-social .popup-media li {
        transform-origin: 137px;
    }

    #share-popup .popup-social .popup-media.inner li {
        transform: rotate(calc(360deg / 6 * var(--i))) translateX(64px);
    }

    #share-popup .popup-social .popup-media.outer li {
        transform: rotate(calc(360deg / 12 * var(--i))) translateX(10px);
    }
}

@media only screen and (max-width:320px) {
    #share-popup .popup-social {
        width: 240px;
        height: 240px;
    }

    #share-popup .popup-social .popup-media {
        width: calc(240px - 6px);
        height: calc(240px - 6px);
    }

    #share-popup .popup-social .popup-media li {
        transform-origin: 117px;
    }

    #share-popup .popup-social .popup-media.inner li {
        transform: rotate(calc(360deg / 6 * var(--i))) translateX(55px);
    }

    #share-popup .popup-social .popup-media .close-item {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }

    #share-popup .popup-social .popup-media .close-item::before {
        width: calc(36px - 8px);
        height: calc(36px - 8px);
    }
}
