@charset "UTF-8";
/*
Theme Name: YNY-Filter
Theme URI: http://haguo.me
Author: haguo
Author URI: http://haguo.me
Description: 一款全网营销企业网站Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 2018直通车
Tags: 全网营销
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Scrollbar */

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background: #9F9F9F;
    border-radius: 3px;
}

::-webkit-scrollbar-track {
    background: rgb(250, 250, 250);
}
.layui-btn,
.layui-disabled,
.layui-icon,
.layui-unselect {
    -webkit-user-select: text;
    -ms-user-select: text;
    -moz-user-select: text;
}
.layui-btn {
    background-color: #e22022;
}
.layui-btn.layui-btn-primary{
	background-color: #fff;
}
@font-face {
    font-family: 'icomoon';
    src: url('assets/font/icomoon.eot?861jzb');
    src: url('assets/font/icomoon.eot?861jzb#iefix') format('embedded-opentype'), url('assets/font/icomoon.ttf?861jzb') format('truetype'), url('assets/font/icomoon.woff?861jzb') format('woff'), url('assets/font/icomoon.svg?861jzb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-weixin:before {
    content: "\e96f";
}

.icon-list:before {
    content: "\e9ba";
}

.icon-command:before {
    content: "\ea4e";
}

.icon-share:before {
    content: "\ea82";
}

.icon-google:before {
    content: "\ea8a";
}

.icon-google-plus:before {
    content: "\ea8d";
}

.icon-facebook:before {
    content: "\ea91";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-weibo:before {
    content: "\ea9a";
}
.layui-icon-share.layui-anim-rotate:before {
    content: "\e63d";
}
body {
    line-height: 1.5;
    color: rgba(0, 0, 0, .8);
    background-color: #eee;
    position: relative;
}

html[dir="sidebar-content"] #primary {
    float: right
}

html[dir="sidebar-content"] #secondary.sidebar {
    padding: 30px 10px 10px 0;
}

#page.site {
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

.page-header {
    position: relative;
    margin: 20px 0 10px;
}

.page-title>span {
    padding-right: 15px;
    display: inline-block;
    background-color: #eee;
    position: relative;
    z-index: 1;
}

.page-title.taxonomy {
    font-size: 18px;
    position: relative;
}

.page-title:before,
.page-title:after {
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 0;
    position: absolute;
    display: block;
    background-color: rgba(0, 0, 0, .05);
}

.search-page-title {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    margin-right: 10px;
}

.left {
    float: left
}

.right {
    float: right
}

.layui-layer-dialog {}

.relative {
    position: relative;
}

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

.header-language {
    text-align: right
}

.layui-btn-zh,
.layui-btn-en {
    margin: 10px;
}

.layui-btn-zh {
    background-color: red;
}

.layui-btn-en {
    background-color: #04358b;
}

.layui-card-body {
    padding: 10px;
}

img {
    width: 100%;
	height: auto;
    max-width: 100%;
    display: block;
}

.logged-des img {
    width: auto;
    display: inline-block;
}

.new img {
    max-height: 200px;
}

.grap img {
    max-height: 100%;
}

.category-list img {
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.68, -.55, .265, 1.55);
    -moz-transition: -moz-transform 600ms cubic-bezier(0.68, -.55, .265, 1.55);
    -o-transition: -o-transform 600ms cubic-bezier(0.68, -.55, .265, 1.55);
    transition: -webkit-transform 600ms cubic-bezier(0.68, -.55, .265, 1.55), -moz-transform 600ms cubic-bezier(0.68, -.55, .265, 1.55), -o-transform 600ms cubic-bezier(0.68, -.55, .265, 1.55), transform 600ms cubic-bezier(0.68, -.55, .265, 1.55);
}

.category-list img:hover {
    -webkit-transform: scale(1.4, 1.4);
    -moz-transform: scale(1.4, 1.4);
    -o-transform: scale(1.4, 1.4);
    -ms-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    border: 0;
    position: relative;
    z-index: 3;
}

.entry-content br {
    display: none
}

p.about,
.entry-content p {
    text-indent: 2em;
    padding-bottom: 20px;
}
p.enabout{
    padding-bottom: 10px;
}
#homeabout {
    margin-top: 15px;
    background: #fff;
}

.homeabout {
    padding: 10px 15px 15px 15px;
}

.abouttitle {
    font-size: 32px;
    font-weight: 600;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.hidden {
    display: none
}

.layui-layer-page.layui-layer-tab .layui-layer-content {
    width: 100%;
    height: 100%!important;
}

#loginForm,
#regform,
#passform {
    padding: 40px 20px 20px 75px;
}

.layui-login {
    position: fixed;
    right: 15px;
    bottom: 65px;
    z-index: 9999;
}

.layui-login li {
    display: list-item;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: -1px;
    text-align: center;
    cursor: pointer;
    font-size: 30px;
    background-color: #9F9F9F;
    color: #fff;
    border-radius: 2px;
    opacity: .95;
}

#login_captcha_img,
#register_captcha_img,
#lostpass_captcha_img {
    width: auto;
    max-width: 80px;
    max-height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.rememberme-input {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
    width: 16px;
    line-height: 1
}

.rememberme:checked+.rememberme-input:after {
    background-color: #009688;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 12px;
    margin: 2px;
    width: 12px
}

.rememberme-checkbox.rememberme-input,
.rememberme:checked+.rememberme-checkbox.rememberme-input:after {
    border-radius: 0
}

.header {
    height: 60px;
    background-color: #f2f2f2;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.component {
    position: absolute;
    width: 200px;
    left: 400px;
    top: 15px;
}

.logo img {
    max-width: 350px;
}

.component .layui-input {
    height: 30px;
    padding-left: 12px;
    background-color: #424652;
    background-color: rgba(255, 255, 255, .05);
    border: none 0;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.header-banner {
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
}

.content {
    position: relative;
    overflow: hidden
}

.header-banner a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.content:hover .animate {
    bottom: 0;
    opacity: 1;
}

.title.animate {
    position: absolute;
    width: 100%;
    bottom: -60px;
    opacity: 0;
    font-size: 10px;
    color: #999;
    transition-property: bottom, opacity;
    transition-duration: 0.4s;
    -webkit-transition-delay: .08s;
    transition-delay: .08s;
    height: 60px;
    text-align: center;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
}

.header .layui-nav {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: none;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a,
.layui-nav .layui-nav-item a {
    color: #333;
}

.layui-nav-bar {
    display: none;
}

.layui-nav .layui-this:before {
    content: " ";
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 6px solid #c2261f;
    border-left: 6px solid #F2F2F2;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    transition: all .2s;
    -webkit-transition: all .2s;
    margin-right: 50%;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    width: 0;
    height: 0;
    border-bottom: 6px solid #c2261f;
    border-right: 6px solid #F2F2F2;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    transition: all .2s;
    -webkit-transition: all .2s;
    margin-left: 50%;
}
#singlelnav.layui-nav .layui-this:before {
    display:none
}
#singlelnav.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    display:none
}
.site-banner {
    position: relative;
    height: 100%;
    height: calc(100vh - 60px);
    text-align: center;
    overflow: hidden;
    background-color: #393D49;
}

.site-banner-bg,
.site-banner-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.site-banner-bg {
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
}

.site-banner-main:before {
    background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}

.layui-text-center {
    text-align: center
}

.site-desc-anim {
    position: relative;
    top: 30%;
    left: 50%;
    width: 50%;
    height: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.site-desc-anim .site-desc {
    padding: 30px
}

.site-name {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    line-height: 60px;
    border: 1px solid #c2c2c2;
    border-color: rgba(255, 255, 255, .2);
    color: #ccc;
    transition: all .5s;
    -webkit-transition: all .5s;
    border-radius: 5px;
}

.pagination-home .layui-laypage {
    text-align: center;
    display: block;
}

.layui-laypage a:hover {
    color: #333;
}

.layui-laypage a,
.layui-laypage span {
    padding: 0 12px;
}

.layui-laypage .current {
    color: #fff;
    background-color: #009688;
}

.box-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.layui-fixbar {
    bottom: 70px;
}

#navhome,
#navapp,
#navsearch,
#navnotice,
#navset,
#navuserLogin,
#btnClipboard,
#singlelnav .tab-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

#footernav .layui-icon {
    font-size: 24px;
    color: #616161;
}

#footernav.layui-nav .layui-nav-item i:hover,
#footernav.layui-nav .layui-this i {
    color: #009688;
}

#footernav.layui-nav .layui-this:before,
#footernav.layui-nav .layui-this:after {
    display: none
}

#footernav.layui-nav li {
    width: 25%;
    line-height: 50px;
    height: 50px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: table-cell;
    overflow: hidden;
}

#footernav.layui-nav,
#singlelnav.layui-nav {
    background-color: #FFF;
    padding: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: table;
    width: 100%;
    height: 50px;
    table-layout: fixed;
    border-top: 0;
}
#singlelnav.layui-nav {
    box-shadow: none;
}
#singlelnav.layui-nav .layui-nav-item {
	height: 50px;
    line-height: 50px;
}
#singlelnav.layui-nav .layui-nav-item a{
	padding: 0;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
#singlelnav.layui-nav .layui-nav-item a.btnClipboard {
    color: #fff;
    border: 0;
    background: -moz-linear-gradient(left,#FE9F69 0,#E91E63 100%);
    background: -webkit-gradient(linear,left top,left right,color-stop(0,#FE9F69),color-stop(100%,#E91E63));
    background: -webkit-linear-gradient(left,#FE9F69 0,#E91E63 100%);
    background: -o-linear-gradient(left,#FE9F69 0,#E91E63 100%);
    background: -ms-linear-gradient(left,#FE9F69 0,#E91E63 100%);
    background: linear-gradient(to left,#FE9F69 0,#E91E63 100%);
}
#singlelnav .layui-icon-home,#singlelnav .layui-icon-share{
	font-size: 32px;
    color: #616161;
}
#imgdiv{
	display:none
}
#imgdiv .msg {
	background: url(assets/images/msg.png) center top no-repeat;
    width: 240px;
    height: 70px;
    position: absolute;
    left: 0;
    background-size: 100% auto;
    margin: 365px auto;
    right: 0;
    z-index: -1
}
#imgdiv.fixed{
	position: fixed;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: calc(100vh - 50px);
    background: rgba(0, 0, 0, 0.5);	
	display:block
}
#imgdiv.fixed a{
	padding-top: 50px;
    max-width: 240px;
    display: block;
    margin: 0 auto;
	z-index: 100;
}
#imgdiv img{
	height: auto;
    position: absolute;
    max-width: 240px;
    top: 50px;
}
#footernav.layui-nav .layui-nav-item a {
    padding: 3px 0;
}

.footer_svg {
    height: 50px;
    margin-bottom: -5px
}

.footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px;
}

.footer .email a {
    color: rgba(255, 255, 255, 0.8);
}

.footer .footer-copyright a {
    color: #9f9f9f;
}

.site-content {
    padding: 10px 0;
}
.page .entry-content{
	background: #fff;
    font-size: 24px;
    padding: 15px 20px;
	word-break: break-all
}
html[dir=content-full-with] #primary {
    width: 100%;
}

html[dir=content-full-with] #secondary.sidebar {
    display: none;
}

.sidebar {
    padding: 35px 0 10px 10px
}

.sidebar .gamma.gamma-title {
    margin-bottom: 10px;
    text-align: center;
    display: block;
    position: relative;
}

.tagcloud .tag-img {
    font-size: 13px;
    padding: 20px 0 20px 65px;
    display: block;
    background: #fff;
    border: 1px solid #e0e0e0;
    margin-left: 4px;
    margin-right: 2px;
    margin-bottom: 6px;
    border-radius: 3px;
    color: rgba(0, 0, 0, .54);
    position: relative;
    overflow: hidden;
}

.tagcloud .widget-tag-image {
    border-radius: 3px 0 0 3px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -30px;
}

.sidebar .gamma.gamma-title:before {
    left: 0;
}

.sidebar .gamma.gamma-title:after {
    right: 0;
}

:lang(en_US) .sidebar .gamma.gamma-title:before,
:lang(en_US) .sidebar .gamma.gamma-title:after {
    width: 30%;
}

.sidebar .gamma.gamma-title:before,
.sidebar .gamma.gamma-title:after {
    height: 1px;
    width: 40%;
    background-color: #d2d2d2;
    content: '';
    position: absolute;
    top: 50%;
}

.widget .elevate h3 {
	font-size: 13px;
    color: #fff;
    padding: 5px;
    text-align: center;
    background-color: #C3261F;
}

.elevate .elevate-img {
    transition: .5s;
    display: block;
    overflow: hidden;
}

.elevate img {
    transition: .5s;
    display: block;
}

.elevate:hover .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.elevate:hover .elevate-img {
    -webkit-transform: scale(.96);
    transform: scale(.96)
}

.footer_svg svg {
    width: 100%;
    margin: 0 0 -8px 0;
    height: 100%;
}

.footer.site-footer {
    padding-top: 50px;
    background-color: #393D49;
    color: rgba(255, 255, 255, 0.8);
}

.footer .gamma.gamma-title {
    margin-bottom: 15px;
    font-size: 24px;
    display: block;
}

.footer .widget_media_image .gamma.gamma-title {
    text-align: center;
}

.social-list a {
    margin-right: 15px;
    display: inline-block;
}

.social-list .social-icon {
    font-size: 32px;
    line-height: 32px;
    color: #d2d2d2;
}

.footer-widget-region .widget_media_image .image {
    float: right
}

@media screen and (min-width: 992px) {
    .header-widget-region .widget {
        float: left;
        width: 33.33333333%;
        box-sizing: border-box;
    }
}

.widget {
    margin-bottom: 20px;
}

.search-form fieldset {
    padding: 0;
    position: relative;
    border: 0;
}

.search-form input {
    border: 1px solid #d2d2d2;
    border-radius: 4px;
}

.search-form i {
    font-size: 26px;
    width: 50px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    background: #e6e6e6;
    position: absolute;
    top: 0;
    right: 0;
}

.search-form fieldset .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #d2d2d2;
    border-radius: 0 4px 4px 0;
    background: transparent;
    outline: 0;
    text-indent: -9999px;
    width: 50px;
    padding: 0;
    cursor: pointer;
}

.middotDivider:after {
    content: "/";
    margin-left: 8px;
    margin-right: 8px;
}

.is-not-mobile .blockGroup {
    padding-bottom: 20px
}

.layui-card {
    position: relative;
    transition: box-shadow .25s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.layui-card:hover {
    transition: box-shadow .25s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.layui-card:hover .itemImage {
    -webkit-transform: scale(.96);
    transform: scale(.96);
}

.sandraItem-title {
    display: inline-block;
    font-weight: 600;
}

.sandraItem-title a {
    padding: 5px 0;
    color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    overflow: hidden;
    /*-webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
}

#profile .sandraItem-title a {
    height: 18px;
}

.layui-card-img {
    position: relative;
    z-index: 0;
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
}

.itemImage {
    position: relative;
    padding-bottom: 100%;
    transition: .5s;
    overflow: hidden;
    z-index: 1;
}

a.blockImage,
.masterimage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: 50%;
    z-index: 999;
}

.block {
    padding-bottom: 10px
}

.block .blockImage {
    height: 150px;
    width: 200px;
    float: left;
}

.excerpt {
    margin-left: 200px;
    height: 150px;
}

.layui-card-footer {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-top: 1px solid #f6f6f6;
    color: #333;
}

.blockGroup.new {
    padding: 10px 10px 10px 0;
}

.new-title a,
.sandraItem-info time,
.sandraItem-info {
    padding: 5px 10px;
}

.new-image {
    height: 100%
}

.newItemImage {
    width: 240px;
    height: 200px;
    float: left;
    position: relative;
}

.newItemImage a {
    height: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.itemMeta {
    line-height: 1;
    position: relative;
    bottom: 0;
    padding: 0px 15px;
}

.itemMeta .source-wrapper {
    position: absolute;
    top: -12px;
    left: 15px;
    z-index: 1;
}

.itemMeta .source-wrapper:before {
    position: absolute;
    top: -5px;
    left: -25px;
    content: "";
    display: block;
    width: 76px;
    height: 26px;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 76px auto;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NiAzMSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5iZ19zb3VyY2VfYmFkZ2VfMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9IkxheWVyXzEtMiIgZGF0YS1uYW1lPSJMYXllciAxIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik01Ny42NywxMS45NEM1Mi4zNiw2LjcxLDQ4LjQyLDAsMzguMywwSDM3LjdDMjcuNTgsMCwyMy42NCw2LjcxLDE4LjMzLDExLjk0LDE0LjQ3LDE2Ljc2LDYuNjEsMTcuODEsMCwxOFYzMUg3NlYxOEM2OS4zOSwxNy44MSw2MS41MywxNi43Niw1Ny42NywxMS45NFoiLz48L2c+PC9nPjwvc3ZnPg==);
    clip: rect(0px, 76px, 26px, 10px);
    z-index: 0;
}

.itemMeta .avatar {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px auto;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    z-index: 1;
    top: -1px;
}

#scrollIndicator {
    position: absolute;
    width: 280px;
    height: 60px;
    left: 50%;
    margin-left: -140px;
    bottom: 0;
    cursor: pointer;
    clip-path: circle(73% at 50% 220%);
    overflow: hidden;
    -webkit-animation: all 0.25s ease-in-out;
    -moz-animation: all 0.25s ease-in-out;
    -ms-animation: all 0.25s ease-in-out;
    -o-animation: all 0.25s ease-in-out;
    animation: all 0.25s ease-in-out;
    z-index: 9;
}

#scrollIndicator .progress {
    content: "";
    top: 0;
    left: 50%;
    width: 280px;
    height: 280px;
    clip: rect(0 434px 217px 0);
    border-radius: 50%;
    -ms-transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    position: absolute;
    border: 2px #FF3465 solid;
    margin: 0 auto;
    display: block;
}

#scrollIndicator i {
    width: 30px;
    height: 30px;
    color: #c2261f;
    display: block;
    background-size: 17px auto;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20px;
    z-index: 100;
    -webkit-transition: top 0.25s ease-in-out;
    transition: top 0.25s ease-in-out;
}

#scrollIndicator:after {
    content: "";
    top: 0;
    left: 50%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    border: 1px #c2c2c2 dashed;
    opacity: 1;
    margin: 0 auto;
    display: block;
}
.is-mobile .layui-fixbar{
	right: 25px;
    bottom: 95px;
    margin-right: -16px;
}
.is-mobile .layui-fixbar li{
	width: 32px;
    height: 32px;
    font-size: 30px;
    line-height: 32px;
}
.is-mobile #scrollIndicator {
    bottom: 50px;
}
.is-mobile .layui-container {
    padding: 0 10px;
}
.is-mobile .tagcloud .tag-img {
    font-size: 13px
}
.is-mobile .tagcloud .widget-tag-image {
    font-size: 13px;
	width: 50px;
    height: 50px;
    left: 5px;
    top: 50%;
    margin-top: -25px;
}
.is-mobile .page .entry-content {
    font-size: 16px;
    padding: 15px 10px;
}
.is-mobile .newItemImage {
    width: 100px;
    height: 100px;
}
.is-mobile .itemMeta {
    padding: 0px 5px;
}
.is-mobile .new-title a{
	overflow: hidden;
    line-height: 1.2;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.is-mobile .newContent {
    padding: 3px 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.header-search .layui-search-group {
    margin: 15px 0;
}

.layui-search-group {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.layui-container.singular {
    margin: 30px auto;
    background-color: #fff;
}

.newContent {
    padding-left: 240px;
}

.postGrap {
    padding: 10px 15px 0 0;
}

.postGrap.new .grap {
    padding-top: 20px;
}

.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px;
}

.chip img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.singleCard {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-bottom: 30px;
}

.entry-header {
    padding-bottom: 20px;
}

.entry-meta {
    font-size: 12px;
    color: rgba(0, 0, 0, .44);
    font-weight: 700;
    margin-top: 5px;
}

.btnabsolute {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.grap ol,
.grap p,
.grap ul {
    margin-bottom: 20px;
}

.post-actions {
    padding-bottom: 10px;
}

.entry-footer {
    padding-bottom: 10px
}

.tagList {
    float: right
}

.center-align {
    text-align: center
}

.button {
    width: 90px;
    height: 90px;
    display: inline-block;
    position: relative;
    padding: 0;
    color: rgba(0, 0, 0, .44);
    background: transparent;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    text-rendering: auto;
    box-sizing: border-box;
    border-radius: 999em;
}

button.button:focus {
    outline: none;
    background-color: rgba(42, 183, 169, 0);
}

#btn .count {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
}

.btn-love {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.is-active .btn-love:after {
    animation: heart-burst steps(28) .8s 1 both;
}

.btn-love:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(assets/images/web_heart.png) 0 0 no-repeat;
    background-size: 2900%;
    height: 100%;
    width: 100%;
}

#about {
    margin-top: 25px;
    margin-bottom: -25px;
    height: auto;
    max-height: 2000px;
    padding: 180px;
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

@keyframes heart-burst {
    0% {
        background-position: left;
    }
    100% {
        background-position: right;
    }
}

#scrollIndicator:hover i {
    top: 50px;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}

.is-mobile .itemMeta {
    padding: 0px 05px;
}

.is-mobile .header-search .layui-search-group {
    margin: 10px 0;
}

.is-mobile .header {
    height: 50px;
}

.is-mobile.single .header {
    display: none;
}

.is-mobile .layui-container.singular {
    margin: 0;
}

.is-mobile .grap ul {
    margin: 0;
}

.is-mobile .layui-tab-title .layui-this:after {
    border-style: none;
}

.is-mobile .promoMeta.mobile li {
    display: block
}

.is-mobile .promoMeta li {
    display: inline-block;
}

.is-mobile a.logo {
    margin: 11px 0!important;
}

.is-mobile .logo img {
    max-width: 330px;
}

.is-mobile .site-banner {
    height: 100%;
    height: calc(100vh - 60px);
}

.is-mobile .sandraItem-title a {
    padding: 5px 0;
    font-size: 1.2rem;
}
.is-mobile .layui-card-body {
    padding: 0;
}
.is-mobile .layui-layer-page {
    width: 100%!important;
    height: 100%!important;
}

.is-mobile .sandraItem-info {
    font-size: 11px;
}

.is-mobile #loginForm,
.is-mobile #regform,
.is-mobile #passform {
    padding: 20px;
}

.is-mobile .layui-layer-tab.layui-layer-tab .layui-layer-title span {
    min-width: 60px;
}

.is-mobile .layui-layer-tab .layui-layer-title {
    padding: 0 50px 0 5px;
}

.is-mobile .site-desc-anim {
    width: 80%;
}

.is-mobile .site-name {
    font-size: 18px;
    padding: 0 20px;
}

.is-mobile .site-content {
    padding: 0;
}

.is-mobile .sidebar {
    padding: 40px 0 0 0;
}

.is-mobile .header-widget-region {
    padding: 0 25px;
}

.is-mobile .header-widget-region .widget {
    padding: 0;
}

.is-mobile .layui-input-block {
    margin: 0;
}

.is-mobile #homeabout {
    margin-top: 50px;
}

.is-mobile .footer-copyright .layui-container {
    padding: 0
}

.is-mobile .footer-widget-region .widget_media_image .image {
    width: 100%;
    margin-bottom: 30px;
}

.is-mobile #ourteam {
    padding: 30px 0 10px !important;
}

.album img {
    margin-right: 5px;
    width: 100%;
    max-width: 100%;
    max-height: 295px!important;
}

.entry-excerpt {
    font-weight: 700;
    margin-bottom: 20px;
}
.metamobile{
	min-height:110px
}
.promoMeta {
    padding: 10px 10px 5px 10px;
    background-color: #f2f2f2;
}
.promoMeta.mobile {
	background-color: #ffffff;
}
#qrcode {
    position: absolute;
    top: 0;
    right: .6rem;
}
#qrcode p {
    line-height: 1;
    font-size: 12px;
}
.promoMeta li {
    margin-bottom: 10px
}

.promoMeta .PriceType {
    margin-right: 5px;
    display: inline;
    float: left;
    width: 100px;
}

.promoMeta .StrPrice {
    font-weight: 400;
    text-decoration: line-through;
}

@-webkit-keyframes bounce {
    0%   {top: 12px}
    50%  {top: 20px}
    100% {top: 12px}
}
@-moz-keyframes  bounce {
    0%   {top: 12px}
    50%  {top: 20px}
    100% {top: 12px}
}
@-o-keyframes  bounce {
    0%   {top: 12px}
    50%  {top: 20px}
    100% {top: 12px}
}
@keyframes  bounce {
    0%   {top: 12px}
    50%  {top: 20px}
    100% {top: 12px}
}
.is-not-mobile .meta {
    padding-left: 10px
}

#zoom_gallery img {
    border: 2px solid white;
    max-width: 15%;
}

#zoom_gallery .active img {
    padding: 2px;
    border: 2px solid #f40 !important;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.zoomLens {
    border: 1px solid rgb(230, 230, 230)!important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(assets/images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(assets/images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(assets/images/fancybox/blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(assets/images/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(assets/images/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url(assets/images/fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}
.footer.site-footer .widget {
    margin: 20px;
}
.footer-widget-region #media_image-2.widget.widget_media_image img{
    float: left;
	 height:100px!important;
	 max-width:50%!important
}
.is-mobile #media_image-2.widget.widget_media_image{
	display: none;
}