/* ===== apply.css ===== */
.nc_scale {
    background: #00c8ae !important;
}
.nc-container .nc_scale .btn_ok{
    position: absolute;
    right: 0;
    line-height: 35px;
    font-size: 30px;
    z-index: 3;
    color: #00c8ae;
}
/* .nc-container .nc_scale .scale_text2 b {
    padding-left: 0;
    font-weight: normal;
    color: #fff;
    font-weight: bold;
} */
.nc-container .nc_scale .nc_bg{
    background: #00c8ae !important;
    width: 0;
}
.nc-container .nc_scale span {
	height: 100%;
}
#captcha {
	width: 100%;
	margin: 0 auto;
}
#apply {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
#logo {
	display: none;
}
#apply .apply{
    width: 100%;
    height: 100%;
}
#apply .close{
    position: absolute;
    top: 35px;
    right: 30px;
    width: 20px;
    cursor: pointer;
    z-index: 11;
}
#apply p.cp2 {
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

#apply .logo2 {
    width: 153px;
    margin: 20px 100px;
}


#apply .form {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 900px;
    height: 598px;
}
#apply .form .form-left {
    width: 525px;
    height: 100%;
}
#apply .form .form-left img {
    width: 100%;
}
#apply .form .form-right {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: calc(100% - 525px);
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
}

#apply .form input {
    display: block;
    margin: 0 auto;
    outline: none;
    width: 100%;
    height:44px;
    border-radius:0;
    border:0;
    border-bottom:1px solid #ADBFE6;
    background: none;
    margin-top: 22px;
    padding-left: 18px;
    font-size: 14px;
    color: #798498;
}
#apply .form .form-tips {
    font-size: 12px;
    color: #4B648A;
    line-height: 24px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
    text-align: center;
}
#apply .form .form-tips .tag {
    display: inline-block;
    font-size: 18px;
    color: #FF2737;
    line-height: 24px;
}
#apply p.header {
    text-align: center;
    font-size: 26px;
    color: #404040;
    letter-spacing: 3px;
    margin-top: 49px;
    margin-bottom: 30px;
}
#apply .form .box .imgLogo{
    position: absolute;
    left: 72px;
    width: 14px;
    top:13px
}
#apply .form input::-webkit-input-placeholder { /* WebKit browsers */
    color: #798498;
    font-size: 14px;
}
#apply .form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #798498;
    font-size: 14px;
}
#apply .form input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #798498;
    font-size: 14px;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color: #798498;
    font-size: 14px;
}

input:-moz-placeholder,textarea:-moz-placeholder{
    color: #798498;
    font-size: 14px;
}

input::-moz-placeholder,textarea::-moz-placeholder{
    color: #798498;
    font-size: 14px;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{
    color: #798498;
    font-size: 14px;
}
#apply .form .box {
    position: relative;
	margin: 0;
	border: none;
}


#apply .form .box span {
    font-size: 12px;
    color: #FF2737;
    display: none;
    position: absolute;
    left: 18px;
}
#apply .form .box .tag {
    position: absolute;
    left: 0;
    bottom: 11px;
    margin: auto;
    font-size: 14px;
    color: #FF2737;
}
#apply .form .lastBox .submit{
    display: block;
}
#apply .form .lastBox{
    cursor: pointer;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #0C1524;
    border-radius: 110px ;
    font-size: 16px;
    color: #FFFFFF;
    -webkit-transition: 0.4s all linear;
    -moz-transition: 0.4s all linear;
    -ms-transition: 0.4s all linear;
}
#apply .form .lastBox:hover {
    background: #1D2E4A;
}
#apply .form .lastBox .submit-icon {
    width: 14px;
    height: 14px;
    margin-left: 6px;
}
#apply input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#apply input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#apply input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#apply homeinput:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}
input:-webkit-autofill {    -webkit-box-shadow: 0 0 0px 1000px white inset !important; }
#apply .form div .getyzm {
    display: block;
    font-size: 14px;
    color: #05B684;
    line-height: 24px;
    cursor: pointer;
    right: 0;
    left: auto;
    padding-left: 10px;
    margin: auto;
    bottom: 10px;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background-color;
    -moz-transition-duration: 0.6s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: background-color;
    -ms-transition-duration: 0.6s;
    -ms-transition-timing-function: ease;
}
#apply .form div .getyzm:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 55%;
    width: 1px;
    background: #ADBFE6;
}
#apply .form div .getyzm:hover {
    background: #fff;
    color: #00EBD6;
}
#apply .home{
    position: absolute;
    right: 100px;
    margin-top: 20px;
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px #fff solid;
}
#apply .home:hover{
    background: #fff ;
    color:#20b573 ;
    border: none;
}
#apply .form div .getyzm.disabled {
    background: #fff;
    color: #ADBFE6;
    cursor: auto;
}

#apply .form div .zfyzm {
    position: absolute;
    right: 0;
    top: -16px;
    width: 125px;
    height: 45px;
    cursor: pointer;
}

#apply .tcbg, #apply .form-acquiring-tcbg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 33333;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}

#apply .tanchaung, #apply .form-acquiring-tcbg {
   width: 374px;
    height: 258px;
    background: #0C1524;
    border-radius: 20px 20px 20px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
#apply  .close_btn{
    width: 163px;
    height: 49px;
    line-height: 49px;
	padding: 0;
    background: linear-gradient( 200deg, #D4FFFB 0%, #64A2FF 36%, #00EBD6 64%, #EFFFFE 100%);
    border-radius: 234px;
    font-size: 16px;
    color: #0C1524;
    margin: 0;
    cursor: pointer;
    border: none;
}
#apply  .close_btn:hover{
    opacity: 0.8;
}
#apply .tanchaung img, #apply .form-acquiring-tcbg img{
	width: 136px;
    position: absolute;
    top: -68px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin: 0 auto 20px;
}
#apply .tanchaung .tit, #apply .form-acquiring-tcbg .tit{
     font-size: 18px;
    color: #D6DCE7;
    margin-top: 98px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
#apply .tanchaung .tit .bg {
    width: 136px;
    height: 15px;
    background: rgba(100,162,255,0.5);
    filter: blur(20px);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
}
/*  #form-acquiring-close_btn{
    width:136px;
    height:40px;
    line-height: 0;
    background:rgba(6,203,148,1);
    border-radius:4px;
    margin: 20px auto 0;
    color: #fff;
    font-size: 16px;
    outline: none;
    border:0;
    cursor: pointer;
}
#close_btn:hover, #form-acquiring-close_btn:hover{
    background:#05B684;
} */

.form-acquiring {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
	z-index: 99999;
  align-items: center; }
  .form-acquiring .form-acquiring-content {
    width: 731px;
    height: 553px;
    margin: auto;
    position: relative;
    background: url("/skin/default/img/mantis/uploads/2023/09/form-acquiring-pc.png") no-repeat center;
    background-size: 100% 100%; }
    .form-acquiring .form-acquiring-content .form-acquiring-close {
      position: absolute;
      width: 76px;
      height: 76px;
      right: -18px;
      top: 10px;
      cursor: pointer; }
    .form-acquiring .form-acquiring-content .input-list-content {
      margin: 0 60px;
      position: absolute;
      bottom: 60px;
	width: 85%;
		    right: 0;
      left: 0; }
      .form-acquiring .form-acquiring-content .input-list-content .input-list {
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .form-acquiring .form-acquiring-content .input-list-content .input-item {
        position: relative;
        width: 32%;
        height: 33px;
        background: #ffffff;
        border-radius: 20px;
        font-size: 14px;
        color: #68747f;
        padding: 6px 15px; }
        .form-acquiring .form-acquiring-content .input-list-content .input-item .form-acquiring-inputV {
          border: none;
          height: 100%;
			    background: transparent;
    padding: 0;
          width: 100%; }
        .form-acquiring .form-acquiring-content .input-list-content .input-item .form-acquiring-inputV:active, .form-acquiring .form-acquiring-content .input-list-content .input-item .form-acquiring-inputV:focus {
          border: none; }
        .form-acquiring .form-acquiring-content .input-list-content .input-item .getCode {
          font-size: 14px;
          font-weight: 400;
          text-align: center;
          color: #36cfa8;
          display: inline-block;
          position: absolute;
          right: 15px;
          top: 20%;
          bottom: 0;
          padding-left: 7px;
          border-left: 1px solid #36cfa8;
          height: 20px;
          margin: 0 auto;
          cursor: pointer; }
      .form-acquiring .form-acquiring-content .input-list-content .error-meg {
        display: none;
        font-size: 10px;
        line-height: 1;
        color: rgba(255, 57, 77, 0.93);
        margin-top: 10px; }
    .form-acquiring .form-acquiring-content .form-acquiring-button {
      width: 253px;
      height: 109px;
      margin: 0 auto;
      background: url("/skin/default/img/mantis/uploads/2023/09/form-acquiring-buttom.png") no-repeat center;
      background-size: 100% 100%;
      position: absolute;
      bottom: -60px;
      left: 0;
      right: 0;
      cursor: pointer; }

@media screen and (max-width: 1200px) {
	#apply .form .form-right {
	  border: none;
	  width: 100%;
	  padding: 0;
	}
	#apply .form .lastBox .submit {
		display: inline-block;
		width: 100%;
		height: 46px;
		line-height: 46px;
		background: #06CB94;
		color: #fff;
		cursor: pointer;
		font-size: 14px;
		font-weight: normal;
		border-radius: 5px;
		-webkit-transition: 0.4s all linear;
		-moz-transition: 0.4s all linear;
		-ms-transition: 0.4s all linear;
	}
	#apply {
		z-index: 999999;
	}
	#apply .form .box .tag {
	  left: 10%;
	  bottom: 1rem;
	  font-size: 1.4rem;
	}
	#apply .form .lastBox:hover {
		background: transparent;
	}
	#apply .form .lastBox {
	  text-align: center;
	  margin: 6rem auto 5rem;
	  width: 80%;
	  height: 4.8rem;
	  line-height: 4.8rem;
	  border-radius: 11rem;
	  font-size: 1.6rem;
		background: transparent;
	}
	#apply .form .box span {
		margin-left: 3rem;
	}
	#apply .form {
		width: 100%;
		display: none;
		height: 100%;
		background: #fff;
		background-size: none;
		box-shadow: none;
		border-radius: 0;
	}
	#apply p.header {
		display: none;
	}
	#apply  #logo {
	  height: 5rem;
	  padding: 9.3rem 0 6rem;
	  display: flex;
	  justify-content: center;
	}
	#apply #logo img {
		height: 5rem;
	}
	#apply .tcbg, #apply .form-acquiring-tcbg {
		font-size: 1.5rem;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 33333;
		background: transparent;
	}
	#apply .tanchaung .tit, #apply .form-acquiring-tcbg .tit {
	 margin-top: 5rem;
	  text-align: center;
	  position: relative;
	}
	#captcha {
		width: 80%;
	}
   #apply .tcbg .tanchaung, #apply .form-acquiring-tcbg .tanchaung {
      width: 80%;
      z-index: 22;
      padding-bottom: 0;
      border-radius: 0.6rem;
      padding-top: 5rem;
	}
    #apply .tcbg .tanchaung p, #apply .form-acquiring-tcbg .tanchaung p {
      width: 80%;
      margin: 0 auto;
      text-align: center;
      color: #585D65;
      line-height: 2rem;
      letter-spacing: .1rem;
      font-size: 1.5rem; 
	}
   #apply .tcbg .tanchaung span, #apply .tcbg .tanchaung span {
      width: 10rem;
      height: 3rem;
      margin: 0 auto;
      margin-top: 10%;
      background: #20b573;
      border: .1rem solid #20b573;
      color: #fff;
      line-height: 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0.3rem; 
	}
    #apply .tcbg .tanchaung a, #apply .tcbg .tanchaung a {
      width: 10rem;
      height: 3rem;
      margin: 0 auto;
      margin-top: 10%;
      background: #20b573;
      border: .1rem solid #20b573;
      color: #fff;
      line-height: 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 0.3rem; 
	}
	#apply .form input, #apply .form .box select.xinxi {
		width: 80%;
		height: 4.2rem;
		border-bottom: .1rem solid rgba(227,227,227,1);
		margin-top: 2.3rem;
		font-size: 1.4rem;
	}
	#apply .form .box span {
		margin-right: 0;
		margin-left: 5%;
	}
	#apply .form div .getyzm {
		padding-left: 1rem;
		right: 3rem;
		font-size: 1.3rem;
	}
	#apply .form div .getyzm:before {
		width: 0.1rem;
	}
	
  #apply .form-acquiring {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
	  background: transparent;
 }
    #apply .form-acquiring .form-acquiring-content {
      width: inherit;
      height: 43.3rem;
      margin: auto;
      position: relative;
      background: url("/skin/default/img/mantis/uploads/2023/09/form-acquiring-wap.png") no-repeat center;
      background-size: 100% 100%; }
      #apply .form-acquiring .form-acquiring-content .form-acquiring-close {
          position: absolute;
		  width: 8rem;
		  height: 8rem;
		  right: 0;
		  left: 0;
		  margin: 0 auto;
		  bottom: -15rem;
		  top: auto;
		}
      #apply .form-acquiring .form-acquiring-content .input-list-content {
        display: none; }
      #apply .form-acquiring .form-acquiring-content .form-acquiring-button {
        width: 25.3rem
        height: 10rem;
        margin: 0 auto;
        background: url("/skin/default/img/mantis/uploads/2023/09/form-acquiring-buttom.png") no-repeat center;
        background-size: 100% 100%; } 
/* 	#apply .close_btn, #form-acquiring-close_btn {
	  width: 136px;
	  height: 40px;
	  line-height: 0;
	  background: rgba(6,203,148,1);
	  border-radius: 4px;
	  margin: 20px auto 0;
	  color: #fff;
	  font-size: 16px;
	  outline: none;
	  border: 0;
	  cursor: pointer;
	} */
	
}
/* ===== page-robot.css ===== */
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta charset="UTF-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
	<meta name=”renderer” content=”ie-stand”>
			<title>螳螂科技</title>
		<meta content='北京螳螂科技有限公司是深耕于教育行业,产品体系包含营销云,AI在线客服,CRM,企微私域营销SCRM,网校系统,客户管理系统,智能客服外呼机器人和工作手机微信管理软件等一站式解决企业在线咨询和销售管理、私域流量运营的服务商。' name="description"/>
	<meta content='销售管理系统、crm客户管理系统、AI在线客服、网校系统、医院在线客服、客户管理系统、教育培训crm、智能客服机器人、在线crm、销售crm、职业教育、生态共享平台、crm融合版、线上对话系统' name="keywords"/>
	 <link rel="stylesheet" href="/skin/default/img/mantis/index/swiper.min.css">
<script src="/wp-content/themes/bravada/resources/js/jquery-1.12.4.min.js"></script>
<script src="https://w.cnzz.com/c.php?id=1258498910&l=2" charset="gb2312"></script>
<script src="https://pg-chatn4.bjmantis.net/chat/js/dist/mantis.min.js?8173#6374a02e682c090001af351f"></script>
	 <link rel="stylesheet" href="/skin/default/img/mantis/index/apply.css">
    <script src="/wp-content/themes/bravada/resources/js/swiper.min.js"> </script>
	<script type="text/javascript" charset="utf-8" src="//g.alicdn.com/sd/ncpc/nc.js?t=2015052012"></script>
			<script src="/wp-content/themes/bravada/resources/js/indexT.js" defer="defer"></script>
																<link rel="stylesheet" href="/skin/default/img/mantis/index/page-robot.css">
		<script src="/wp-content/themes/bravada/resources/js/page-robot.js"></script>
	<script type="text/javascript" charset="utf-8" src="/wp-content/themes/bravada/resources/js/statistics.js"></script>
<script src="/wp-content/themes/bravada/resources/js/wp-header.js" defer="defer"></script>
<title>北京螳螂科技有限公司</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//www.bjmantis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="北京螳螂科技有限公司 &raquo; Feed" href="https://www.bjmantis.com/feed/" />
<link rel='stylesheet' id='dashicons-css'  href='//www.bjmantis.com/skin/default/img/mantis/wp/css/dashicons.min.css?ver=5.8.15' type='text/css' media='all' />
<link rel='stylesheet' id='thickbox-css'  href='//www.bjmantis.com/skin/default/img/mantis/wp/js/thickbox/thickbox.css?ver=5.8.15' type='text/css' media='all' />
<link rel='stylesheet' id='wp-block-library-css'  href='//www.bjmantis.com/skin/default/img/mantis/wp/css/dist/block-library/style.min.css?ver=5.8.15' type='text/css' media='all' />
<link rel='stylesheet' id='ff-main-style-css'  href='/skin/default/img/mantis/plug/flatfolio-flat-cool-wp-portfolio/assets/css/frontend.css?ver=5.8.15' type='text/css' media='all' />
<link rel='stylesheet' id='ff-fonts-style-css'  href='/skin/default/img/mantis/plug/flatfolio-flat-cool-wp-portfolio/assets/css/fonts.css?ver=5.8.15' type='text/css' media='all' />
<link rel='stylesheet' id='futurio-extra-css'  href='/skin/default/img/mantis/plug/futurio-extra/css/style.css?ver=1.6.1' type='text/css' media='all' />
<link rel='stylesheet' id='wp-pagenavi-css'  href='/skin/default/img/mantis/plug/wp-pagenavi/pagenavi-css.css?ver=2.70' type='text/css' media='all' />
<link rel='stylesheet' id='bravada-themefonts-css'  href='/skin/default/fonts/fontfaces.css?ver=1.0.6' type='text/css' media='all' />
<link rel='stylesheet' id='bravada-main-css'  href='/wp-content/themes/bravada/style.css?ver=1.0.6' type='text/css' media='all' />
<style id='bravada-main-inline-css' type='text/css'>
 body:not(.bravada-landing-page) #container, #colophon-inside, .footer-inside, #breadcrumbs-container-inside { margin: 0 auto; max-width: 1240px; } body:not(.bravada-landing-page) #container { max-width: calc( 1240px - 4em ); } #primary { width: 320px; } #secondary { width: 320px; } #container.one-column .main { width: 100%; } #container.two-columns-right #secondary { float: right; } #container.two-columns-right .main, .two-columns-right #breadcrumbs { width: calc( 100% - 320px ); float: left; } #container.two-columns-left #primary { float: left; } #container.two-columns-left .main, .two-columns-left #breadcrumbs { width: calc( 100% - 320px ); float: right; } #container.three-columns-right #primary, #container.three-columns-left #primary, #container.three-columns-sided #primary { float: left; } #container.three-columns-right #secondary, #container.three-columns-left #secondary, #container.three-columns-sided #secondary { float: left; } #container.three-columns-right #primary, #container.three-columns-left #secondary { margin-left: 0%; margin-right: 0%; } #container.three-columns-right .main, .three-columns-right #breadcrumbs { width: calc( 100% - 640px ); float: left; } #container.three-columns-left .main, .three-columns-left #breadcrumbs { width: calc( 100% - 640px ); float: right; } #container.three-columns-sided #secondary { float: right; } #container.three-columns-sided .main, .three-columns-sided #breadcrumbs { width: calc( 100% - 640px ); float: right; } .three-columns-sided #breadcrumbs { margin: 0 calc( 0% + 320px ) 0 -1920px; } html { font-family: Muli; font-size: 16px; font-weight: 400; line-height: 1.8; text-transform: uppercase; } #site-title { font-family: Playfair Display; font-size: 1.3em; font-weight: 600; } #site-text { ; } <!-- nav#mobile-menu #mobile-nav ul.sub-menu a { // font-size: clamp(1.1rem, 4vw, 2em); } --> nav#mobile-menu input[type=search] { font-family: Alegreya; } .widget-title, #comments-title, #reply-title, .related-posts .related-main-title, .main .author-info .page-title { font-family: Playfair Display; font-size: 1.2em; font-weight: 700; line-height: 2; margin-bottom: 0.5em; ; } .widget-title::after, #comments-title::after, #reply-title::after, .related-posts .related-main-title::after { margin-bottom: 0.5em; } .widget-container { font-family: Muli; font-size: 1em; font-weight: 400; } .widget-container ul li { line-height: 1.8; ; } .entry-title, .main .page-title { font-family: Playfair Display; font-size: 1.7em; font-weight: 700; ; } body:not(.single) .entry-meta > span { font-family: Muli; font-size: 1em; font-weight: 300; ; } /* single post titles/metas */ #header-page-title .entry-title, .singular-title, .lp-staticslider .staticslider-caption-title, .seriousslider-theme .seriousslider-caption-title { font-family: Playfair Display; font-size: 5em; font-weight: 700; font-size: clamp(2.5em, 5vw, 5em ); line-height: 1.3; ; } .single .entry-meta > span { font-family: Muli; font-size: 1.1em; font-weight: 300; ; } h1 { font-size: 2.33em; } h2 { font-size: 2.06em; } h3 { font-size: 1.79em; } h4 { font-size: 1.52em; } h5 { font-size: 1.25em; } h6 { font-size: 0.98em; } h1, h2, h3, h4 { font-family: Playfair Display; font-weight: 700; ; } .entry-content h1, .entry-summary h1, .entry-content h2, .entry-summary h2, .entry-content h3, .entry-summary h3, .entry-content h4, .entry-summary h4, .entry-content h5, .entry-summary h5, .entry-content h6, .entry-summary h6 { line-height: 1.2; margin-bottom: 0.5em; } .lp-section-header .lp-section-desc, .lp-box-title, .lp-tt-title, #nav-fixed a + a, #nav-below span, .lp-blocks.lp-blocks1 .lp-block .lp-block-readmore { font-family: Playfair Display; } .lp-section-header .lp-section-title { font-family: Muli; } blockquote cite { font-family: Muli; } body { color: #707070; background-color: #F3F7F6; } .lp-staticslider .staticslider-caption-text a { color: #FFFFFF; } #site-header-main, .menu-search-animated .searchform input[type="search"], #access .menu-search-animated .searchform, .site-header-bottom-fixed, .bravada-over-menu .site-header-bottom.header-fixed .site-header-bottom-fixed { background-color: #FFFFFF; } .bravada-over-menu .site-header-bottom-fixed { background: transparent; } .bravada-over-menu .header-fixed.site-header-bottom #site-title a, .bravada-over-menu .header-fixed.site-header-bottom #site-description { color: #E9B44C; } .bravada-over-menu #site-title a, .bravada-over-menu #site-description, .bravada-over-menu #access > div > ul > li, .bravada-over-menu #access > div > ul > li > a, .bravada-over-menu .site-header-bottom:not(.header-fixed) #nav-toggle, #breadcrumbs-container span, #breadcrumbs-container a, #breadcrumbs-container i { color: #FFFFFF; } #bmobile #site-title a { color: #E9B44C; } #site-title a::before { background: #E9B44C; } body:not(.bravada-over-menu) .site-header-bottom #site-title a::before, .bravada-over-menu .header-fixed.site-header-bottom #site-title a::before { background: #0F8B8D; } body:not(.bravada-over-menu) .site-header-bottom #site-title a:hover { background: #E9B44C; } #site-title a:hover::before { background: #0F8B8D; } #access > div > ul > li, #access > div > ul > li > a, .bravada-over-menu .header-fixed.site-header-bottom #access > div > ul > li:not([class*='current']), .bravada-over-menu .header-fixed.site-header-bottom #access > div > ul > li:not([class*='current']) > a { color: #444444; } .hamburger span { background-color: #444444; } #mobile-menu, nav#mobile-menu #mobile-nav a { color: #3E464C; } nav#mobile-menu #mobile-nav > li.current_page_item > a, nav#mobile-menu #mobile-nav > li.current-menu-item > a, nav#mobile-menu #mobile-nav > li.current_page_ancestor > a, nav#mobile-menu #mobile-nav > li.current-menu-ancestor > a, nav#mobile-menu #mobile-nav a:hover { color: #E9B44C; } #mobile-nav .searchform input[type="search"] { border-color: #FFFFFF; } .burgermenu-active.bravada-over-menu .site-header-bottom.header-fixed .site-header-bottom-fixed { background-color: transparent; } .burgermenu-active.bravada-over-menu .site-header-bottom .hamburger span { background-color: #FFFFFF; } .bravada-over-menu:not(.burgermenu-active) .site-header-bottom:not(.header-fixed) .hamburger span { background-color: #FFFFFF; } .bravada-over-menu .header-fixed.site-header-bottom .side-section-element.widget_cryout_socials a:hover::before, .side-section-element.widget_cryout_socials a:hover::before { color: #FFFFFF; } #access ul.sub-menu, #access ul.children { background: #fff; box-shadow: 0px 3px 6px 0px rgb(6 101 75 0.15); padding: 20px 0; } #access ul.sub-menu li a, #access ul.children li a, .topmenu ul li a { color: #3E464C; display: block; font-size: 14px; } #access ul.sub-menu li a, #access ul.children li a { background-color: #fff; } #access ul.sub-menu li a:hover, #access ul.children li a:hover { background: #F5F6F7; color: #06CB94; } #access > div > ul > li.current_page_item > a, #access > div > ul > li.current-menu-item > a, #access > div > ul > li.current_page_ancestor > a, #access > div > ul > li.current-menu-ancestor > a, .bravada-over-menu .header-fixed.site-header-bottom #access > div > ul > li > a { color: #e9b44c; } #access ul.children > li.current_page_item > a, #access ul.sub-menu > li.current-menu-item > a, #access ul.children > li.current_page_ancestor > a, #access ul.sub-menu > li.current-menu-ancestor > a { opacity: 0.95; } #access > div > ul ul > li a:not(:only-child)::after { border-left-color: #066664; } #access > div > ul > li > ul::before { border-bottom-color: #066664; } #access ul li.special1 > a { background-color: #f0f0f0; } #access ul li.special2 > a { background-color: #444444; color: #FFFFFF; } #access ul li.accent1 > a { background-color: #E9B44C; color: #FFFFFF; } #access ul li.accent2 > a { background-color: #0F8B8D; color: #FFFFFF; } #access ul li.accent1 > a:hover, #access ul li.accent2 > a:hover { color: #FFFFFF; } #access > div > ul > li.accent1 > a > span::before, #access > div > ul > li.accent2 > a > span::before { background-color: #FFFFFF; } article.hentry, body:not(.blog):not(.page-template-template-blog):not(.archive):not(.search) #container:not(.bravada-landing-page) .main, body.bravada-boxed-layout:not(.bravada-landing-page) #container { background-color: #FFFFFF; } .pagination span { color: #0F8B8D; } .pagination a:hover { background-color: #E9B44C; color: #FFFFFF; } #header-overlay, .lp-staticslider::after, .seriousslider-theme::after { background-color: #08415c; background: -webkit-linear-gradient( 90deg, #08415c 0%, #1c110a 100%); background: linear-gradient( 180deg, #08415c 0%, #1c110a 100%); opacity: 0.6; } #header-page-title #header-page-title-inside, #header-page-title .entry-title, #header-page-title .entry-meta span, #header-page-title .entry-meta a, #header-page-title .entry-meta time, #header-page-title .entry-meta .icon-metas::before, #header-page-title .byline, #header-page-title #breadcrumbs-nav, .lp-staticslider .staticslider-caption-inside, .seriousslider-theme .seriousslider-caption-inside { color: black; } #colophon, #footer { background-color: #20242b; color: #DBDBDB; } /** * .post-thumbnail-container .featured-image-overlay::before { * background-color: #E9B44C; * background: -webkit-gradient(linear, left top, left bottom, from(#E9B44C), to(#0F8B8D)); * background: linear-gradient(to bottom, #E9B44C, #0F8B8D); *} *.post-thumbnail-container .featured-image-overlay::after { * background-color: #E9B44C; * background: -webkit-gradient(linear, left top, left bottom, from(#E9B44C), to(#0F8B8D)); * background: linear-gradient(to bottom, #0F8B8D, #E9B44C); *} * * */ .main #content-masonry .post-thumbnail-container:hover + .entry-after-image .entry-title a { color: #E9B44C; } .main #content-masonry .post-thumbnail-container:hover + .entry-after-image .entry-title a { color: #06CB94; } @media (max-width: 720px) { .bravada-magazine-one .main #content-masonry .post-thumbnail-container + .entry-after-image { background-color: #FFFFFF; } } .entry-title a:active, .entry-title a:hover { color: #E9B44C; } span.entry-format { color: #E9B44C; } .main #content-masonry .format-link .entry-content a { background-color: #E9B44C; color: #FFFFFF; } .main #content-masonry .format-link::after { color: #FFFFFF; } .cryout article.hentry.format-image, .cryout article.hentry.format-audio, .cryout article.hentry.format-video { background-color: #ffffff; } .format-aside, .format-quote { border-color: #eeeeee; } .single .author-info { border-color: #eeeeee; } .entry-content h5, .entry-content h6, .lp-text-content h5, .lp-text-content h6 { color: #0F8B8D; } .entry-content blockquote::before, .entry-content blockquote::after { color: rgba(112,112,112,0.2); } .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .lp-text-content h1, .lp-text-content h2, .lp-text-content h3, .lp-text-content h4 { color: #162521; } .entry-title, .page-title { color: #162521; } a { color: #E9B44C; } a:hover, .widget-area a, .entry-meta span a:hover, .comments-link a { color: #0F8B8D; } .comments-link a:hover, .widget-area a:hover { color: #E9B44C; } .socials a::before, .socials a:hover::before { color: #E9B44C; } .socials a::after, .socials a:hover::after { color: #0F8B8D; } .bravada-normalizedtags #content .tagcloud a { color: #FFFFFF; background-color: #E9B44C; } .bravada-normalizedtags #content .tagcloud a:hover { background-color: #0F8B8D; } #nav-fixed i { background-color: #dbdbdb; } #nav-fixed .nav-next:hover i, #nav-fixed .nav-previous:hover i { background-color: #0F8B8D; } #nav-fixed a:hover + a, #nav-fixed a + a:hover { background-color: rgba(15,139,141,1); } #nav-fixed i, #nav-fixed span { color: #FFFFFF; } a#toTop::before { color: #E9B44C; } a#toTop::after { color: #0F8B8D; } @media (max-width: 800px) { .cryout #footer-bottom .footer-inside { padding-top: 2.5em; } .cryout .footer-inside a#toTop { background-color: #E9B44C; color: #F3F7F6; } .cryout .footer-inside a#toTop:hover { opacity: 0.8;} } .entry-meta .icon-metas:before { color: #b5b5b5; } #site-title span a::before { width: calc(100% - 1.2em); } .bravada-caption-one .main .wp-caption .wp-caption-text { border-bottom-color: #eeeeee; } .bravada-caption-two .main .wp-caption .wp-caption-text { background-color: #f5f5f5; } .bravada-image-one .entry-content img[class*="align"], .bravada-image-one .entry-summary img[class*="align"], .bravada-image-two .entry-content img[class*='align'], .bravada-image-two .entry-summary img[class*='align'] { border-color: #eeeeee; } .bravada-image-five .entry-content img[class*='align'], .bravada-image-five .entry-summary img[class*='align'] { border-color: #E9B44C; } .entry-summary .excerpt-fade { background-image: linear-gradient(to left, #FFFFFF, transparent); } /* diffs */ span.edit-link a.post-edit-link, span.edit-link a.post-edit-link:hover, span.edit-link .icon-edit:before { color: #707070; } .searchform { border-color: #ebebeb; } .entry-meta span, .entry-meta a, .entry-utility span, .entry-utility a, .entry-meta time, #breadcrumbs-nav { color: black; font-weight: 400; } .main #content-masonry .post-thumbnail-container span.bl_categ, .main #content-masonry .post-thumbnail-container .comments-link { background-color: #FFFFFF; } .footermenu ul li span.sep { color: #E9B44C; } .entry-meta a::after, .entry-utility a::after { background: #0F8B8D; } #header-page-title .category-metas a { color: #E9B44C; } .entry-meta .author:hover .avatar { border-color: #E9B44C; } .animated-title span.cry-single.animated-letter, .animated-title span.cry-double.animated-letter { color: #E9B44C; } span.entry-sticky { color: #0F8B8D; } #commentform { } code, #nav-below .nav-previous a::before, #nav-below .nav-next a::before { background-color: #eeeeee; } #nav-below .nav-previous::after, #nav-below .nav-next::after { background-color: #E9B44C; } pre, .comment-author { border-color: #eeeeee; } .commentlist .comment-area, .commentlist .pingback { border-color: #f3f3f3; } .commentlist img.avatar { background-color: #FFFFFF; } .comment-meta a { color: #bfbfbf; } .commentlist .reply a, .commentlist .author-name, .commentlist .author-name a { background-color: #E9B44C; color: #FFFFFF; } .commentlist .reply a:hover { background-color: #0F8B8D; } select, input[type], textarea { color: #707070; background-color: #f5f5f5; } .sidey select { background-color: #FFFFFF; } .searchform .searchsubmit { background: #E9B44C; } .searchform:hover .searchsubmit { background: #0F8B8D; } .searchform input[type="search"], .searchform input[type="search"]:hover, .searchform input[type="search"]:focus { background-color: #FFFFFF; } input[type]:hover, textarea:hover, select:hover, input[type]:focus, textarea:focus, select:focus { border-color: #dcdcdc; } button, input[type="button"], input[type="submit"], input[type="reset"] { background-color: #E9B44C; color: #FFFFFF; } input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { background-color: #0F8B8D; } .comment-form-author input, .comment-form-email input, .comment-form-url input, .comment-form-comment textarea { background-color: #f0f0f0; } .comment-form-author input:hover, .comment-form-email input:hover, .comment-form-url input:hover, .comment-form-comment textarea:hover, .comment-form-author input:focus, .comment-form-email input:focus, .comment-form-url input:focus, .comment-form-comment textarea:focus { background-color: #E9B44C; color: #FFFFFF; } .comment-form-author, .comment-form-email { border-color: #FFFFFF; } hr { background-color: #f0f0f0; } .cryout-preloader-inside .bounce1 { background-color: #E9B44C; } .cryout-preloader-inside .bounce2 { background-color: #0F8B8D; } .page-header.pad-container { background-color: #FFFFFF; } /* gutenberg */ .wp-block-image.alignwide { margin-left: calc( ( 0% + 4em ) * -1 ); margin-right: calc( ( 0% + 4em ) * -1 ); } .wp-block-image.alignwide img { width: calc( 100% + 8em ); max-width: calc( 100% + 8em ); } .has-accent-1-color, .has-accent-1-color:hover { color: #E9B44C; } .has-accent-2-color, .has-accent-2-color:hover { color: #0F8B8D; } .has-headings-color, .has-headings-color:hover { color: #162521; } .has-sitetext-color, .has-sitetext-color:hover { color: #707070; } .has-sitebg-color, .has-sitebg-color:hover { color: #FFFFFF; } .has-accent-1-background-color { background-color: #E9B44C; } .has-accent-2-background-color { background-color: #0F8B8D; } .has-headings-background-color { background-color: #162521; } .has-sitetext-background-color { background-color: #707070; } .has-sitebg-background-color { background-color: #FFFFFF; } .has-small-font-size { font-size: 13px; } .has-regular-font-size { font-size: 16px; } .has-large-font-size { font-size: 19px; } .has-larger-font-size { font-size: 23px; } .has-huge-font-size { font-size: 23px; } /* woocommerce */ .woocommerce-thumbnail-container .woocommerce-buttons-container a, .woocommerce-page #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { } .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce div.product .product_title, .woocommerce .woocommerce-tabs h2 { font-family: Muli; } .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce .star-rating { color: #0F8B8D; } .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background-color: #E9B44C; color: #FFFFFF; line-height: 1.8; } .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background-color: #0f8b8d; color: #FFFFFF; } .woocommerce-page #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt { color: #E9B44C; line-height: 1.8; } .woocommerce-page #respond input#submit.alt::after, .woocommerce a.button.alt::after, .woocommerce-page button.button.alt::after, .woocommerce input.button.alt::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; outline: 2px solid; -webkit-transition: .3s ease all; transition: .3s ease all; } .woocommerce-page #respond input#submit.alt:hover::after, .woocommerce a.button.alt:hover::after, .woocommerce-page button.button.alt:hover::after, .woocommerce input.button.alt:hover::after { opacity: 0; -webkit-transform: scale(1.2, 1.4); transform: scale(1.2, 1.4); } .woocommerce-page #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover { color: #0F8B8D; } .woocommerce div.product .woocommerce-tabs ul.tabs li.active { border-bottom-color: #FFFFFF; } .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover { background-color: #0F8B8D; color: #fff; } .woocommerce div.product .product_title, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price { color: #0f8b8d} .woocommerce .quantity .qty { background-color: #eeeeee; } .woocommerce-checkout #payment { background: #f5f5f5; } .woocommerce .widget_price_filter .ui-slider .ui-slider-handle { background: #0f8b8d; } .woocommerce div.product .products > h2, .woocommerce .cart-collaterals h2 { font-family: Playfair Display; font-size: 1.2em; font-weight: 700; line-height: 2; ; } .woocommerce div.product .products > h2::after, .woocommerce .cart-collaterals h2::after { background-color: #E9B44C ; } .main .entry-content, .main .entry-summary { text-align: inherit; } .main p, .main ul, .main ol, .main dd, .main pre, .main hr { margin-bottom: 0em; } .main .entry-content p { text-indent: 0em; } .main a.post-featured-image { background-position: center center; flex-shrink: 0; border-radius: 5px; width: 230px; height: 140px; overflow: hidden; margin-right: 15px; max-height: 100%; } #header-widget-area { width: 33%; right: 10px; } .bravada-stripped-table .main thead th, .bravada-bordered-table .main thead th, .bravada-stripped-table .main td, .bravada-stripped-table .main th, .bravada-bordered-table .main th, .bravada-bordered-table .main td { border-color: #e9e9e9; } .bravada-clean-table .main th, .bravada-stripped-table .main tr:nth-child(even) td, .bravada-stripped-table .main tr:nth-child(even) th { background-color: #f8f8f8; } .bravada-cropped-featured .main .post-thumbnail-container { height: 300px; } .bravada-responsive-featured .main .post-thumbnail-container { max-height: 300px; height: auto; } article.hentry .article-inner, #content-masonry article.hentry .article-inner { padding: 0%; } <!--改--> article.hentry .article-inner,#content-masonry article.hentry .article-inner { display: flex; padding: 15px; box-sizing: border-box; display: flex; width: 92%; align-items: center; } article.hentry .article-inner,#content-masonry article.hentry .article-inner .entry-title a{ font-size: 16px; color: #3E464C; } article.hentry .article-inner,#content-masonry article.hentry .article-inner .entry-title a:hover{ color: #06CB94; } article.hentry .article-inner,#content-masonry article.hentry .article-inner .entry-summary{ font-size: 14px; color: #68747F; } article.hentry .article-inner:hover,#content-masonry article.hentry .article-inner:hover { } .bravada-magazine-two #content-masonry article.hentry { width: 100%; top: 0 !important; } .site-header-bottom { height: 60px; } .site-header-bottom .site-header-inside { height: 60px; } .menu-search-animated, .menu-burger, #sheader-container, .identity, #nav-toggle { height: 45px; line-height: 45px; } #access div > ul > li > a, #access ul li[class*="icon"]::before { line-height: 60px; } #branding { height: 60px; } .bravada-responsive-headerimage #masthead #header-image-main-inside { max-height: 1080px; } .bravada-cropped-headerimage #masthead #header-image-main-inside { height: 1080px; } #site-text { display: none; } #header-widget-area { top: 55px; } .bravada-landing-page .lp-blocks-inside, .bravada-landing-page .lp-boxes-inside, .bravada-landing-page .lp-text-inside, .bravada-landing-page .lp-posts-inside, .bravada-landing-page .lp-page-inside, .bravada-landing-page .lp-section-header, .bravada-landing-page .content-widget { max-width: 1240px; } @media (min-width: 960px) { .bravada-landing-page .lp-blocks.lp-blocks1 .lp-blocks-inside { max-width: calc(1240px - 5em); background-color: #FFFFFF; } } #header-page-title #header-page-title-inside, .lp-staticslider .staticslider-caption, .seriousslider.seriousslider-theme .seriousslider-caption { max-width: 1240px; max-width: 85%; padding-top: 55px; } @media (max-width: 1024px) { #header-page-title #header-page-title-inside, .lp-staticslider .staticslider-caption, .seriousslider.seriousslider-theme .seriousslider-caption { max-width: 100%; } } .bravada-landing-page .content-widget { margin: 0 auto; } a.staticslider-button, .seriousslider-theme .seriousslider-caption-buttons a { background-color: #E9B44C; } a.staticslider-button:hover, .seriousslider-theme .seriousslider-caption-buttons a:hover { background-color: #0F8B8D; } .widget-title, #comments-title, #reply-title, .related-posts .related-main-title, .main .page-title, #nav-below em, .lp-text .lp-text-title, .lp-boxes-animated .lp-box-title { background-image: linear-gradient(to bottom, rgba(233,180,76,0.4) 0%, rgba(233,180,76,0.4) 100%); } .lp-blocks { background-color: #F9F7F5; } .lp-boxes { background-color: #F8F8F8; } .lp-boxes .lp-boxes-inside::before { background-color: #E9B44C ; } .lp-boxes ~ .lp-boxes .lp-boxes-inside::before { background-color: #0F8B8D ; } .lp-boxes ~ .lp-boxes ~ .lp-boxes .lp-boxes-inside::before { background-color: #E9B44C ; } .lp-text { background-color: #EEEBE9; } #lp-posts, #lp-page { background-color: #F3F7F6; } .lp-block { background-color: #FFFFFF; } .lp-block i[class^="blicon"]::before { color: #0F8B8D; } .lp-block .lp-block-title, .lp-text .lp-text-title { color: #162521; } .lp-block .lp-block-title::after { background-color: #E9B44C; } .lp-blocks1 .lp-block i[class^="blicon"] +i[class^="blicon"]::before { color: #0F8B8D; } .lp-block-readmore { color: #c0c0c0; } .lp-block-readmore:hover { color: #E9B44C; } .lp-text-title { color: #0F8B8D; } .lp-text-inside .lp-text-background { background-color: #FFFFFF; } .lp-boxes .lp-box { background-color: #FFFFFF; } .lp-boxes-animated .box-overlay { background-color: #0F8B8D; } .lp-boxes-animated .lp-box-readmore { color: #E9B44C; } .lp-boxes-static .box-overlay { background-color: #E9B44C; } .lp-box-title { color: #162521; } .lp-box-title:hover { color: #E9B44C; } .lp-boxes-1 .lp-box .lp-box-image { height: 250px; } #cryout_ajax_more_trigger, .lp-port-readmore { color: #0F8B8D; } .lpbox-rnd1 { background-color: #c1c1c1; } .lpbox-rnd2 { background-color: #bcbcbc; } .lpbox-rnd3 { background-color: #b7b7b7; } .lpbox-rnd4 { background-color: #b2b2b2; } .lpbox-rnd5 { background-color: #adadad; } .lpbox-rnd6 { background-color: #a8a8a8; } .lpbox-rnd7 { background-color: #a3a3a3; } .lpbox-rnd8 { background-color: #9e9e9e; } 
</style>
<link rel='stylesheet' id='page-all-product-css'  href='/skin/default/img/mantis/index/page-all-product.css?ver=5.8.15' type='text/css' media='all' />
<link rel='stylesheet' id='page-indexx-css'  href='/skin/default/img/mantis/index/page-indexx.css?ver=5.8.15' type='text/css' media='all' />
<link rel='stylesheet' id='relevanssi-live-search-css'  href='/skin/default/img/mantis/plug/relevanssi-live-ajax-search/assets/styles/style.css?ver=1.1.0' type='text/css' media='all' />
<link rel='stylesheet' id='kirki-styles-css'  href='//www.bjmantis.com?action=kirki-styles&#038;ver=3.1.9' type='text/css' media='all' />
<!--n2css--><script type='text/javascript' src='/wp-content/themes/bravada/js/upload.js?ver=5.8.15' id='my-upload-js'></script>
<script type='text/javascript' src='//www.bjmantis.com/skin/default/img/mantis/wp/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script>
<script type='text/javascript' src='//www.bjmantis.com/skin/default/img/mantis/wp/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<!--[if lt IE 9]>
<script type='text/javascript' src='/wp-content/themes/bravada/resources/js/html5shiv.min.js?ver=1.0.6' id='bravada-html5shiv-js'></script>
<![endif]-->
<link rel="https://api.w.org/" href="https://www.bjmantis.com/wp-json/" /><link rel="alternate" type="application/json" href="https://www.bjmantis.com/wp-json/wp/v2/pages/2732" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.bjmantis.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 5.8.15" />
<link rel="canonical" href="https://www.bjmantis.com/" />
<link rel='shortlink' href='https://www.bjmantis.com/' />
<link rel="alternate" type="application/json+oembed" href="https://www.bjmantis.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.bjmantis.com%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.bjmantis.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.bjmantis.com%2F&#038;format=xml" />
<noscript><style>.cryout img[loading="lazy"] {opacity: 1;}</style></noscript>
<link rel="icon" href="/skin/default/img/mantis/uploads/2022/01/title-ico.ico" sizes="32x32" />
<link rel="icon" href="/skin/default/img/mantis/uploads/2022/01/title-ico.ico" sizes="192x192" />
<link rel="apple-touch-icon" href="/skin/default/img/mantis/uploads/2022/01/title-ico.ico" />
<meta name="msapplication-TileImage" content="/skin/default/img/mantis/uploads/2022/01/title-ico.ico" />
	<style>
	.page-activity.wp-block-image img {
		vertical-align: middle;
		width: 100%;
	}
	</style>
</head>

<body class="home page-template page-template-page-alone page-template-page-alone-php page page-id-2732 wp-embed-responsive bravada-landing-page bravada-image-none bravada-caption-one bravada-totop-normal bravada-stripped-table bravada-fixed-menu bravada-over-menu bravada-menu-center bravada-topsection-normal bravada-cropped-headerimage bravada-fullscreen-headerimage bravada-responsive-featured bravada-magazine-two bravada-magazine-layout bravada-comhide-in-posts bravada-comhide-in-pages bravada-comment-placeholder bravada-normalizedtags bravada-animated-title bravada-lazy-noanimation bravada-article-animation-slide" itemscope>
<div id="apply">
	<div class="apply">
	</div>
<div class="form ">
    <img class="close" src="/skin/default/img/mantis/uploads/2022/11/anniversary_close.png" alt="">
    <div id="isCodeTrue" style="display: none"><span>验证码发送成功</span></div>
	<div class="form-left pc-group">
		  <img class="" src="/skin/default/img/mantis/uploads/2025/06/apply_form_bg1.png" alt="">
	</div>
	<div id="logo" class="pc-group">
		<img src="/skin/default/img/mantis/index/logoBack.png" alt="">
	</div>
	<div class="form-right">

		<div class="box">
            <p class="tag pc-group">*</p>
			<input id="userName" type="text" autocomplete="off"  maxlength="15" value="" placeholder="请输入姓名" class="xinxi"/>
			<span>请输入姓名</span>
		</div>
		<div class="box">
            <p class="tag pc-group">*</p>
			<input id="tel" type="text"  placeholder="请输入手机号" autocomplete="off"  class="tel" maxlength="11"/>
			<span id="telError"></span>
		</div>

		<div class="box">
            <p class="tag pc-group">*</p>
			<span id="telMsg"></span>
		</div>
		<div class="box">
            <p class="tag pc-group">*</p>
			<input id="yzm" type="text" autocomplete="off"  value="" placeholder="请输入验证码" class="xinxi"/>
			<span id="warCode">请输入正确的验证码</span>
			<span id="getyzm" class="getyzm">获取验证码</span>
		</div>
		<div class="lastBox">
			   <span id="btn" class="submit" >申请体验
                <img src="/skin/default/img/mantis/uploads/2025/06/submit-icon.png" class="submit-icon pc-group" alt="">
            </span>
		</div>
		  <div class="form-tips pc-group">
				<span class="tag">*</span>
				必填项，请如实填写信息，我们尽快与您联系开通试用！
			</div>
		</div>
    
</div>
<div class="tcbg">
    <div class="tanchaung">
        <img src="/skin/default/img/mantis/uploads/2025/06/apply_img1.png" width="80px" alt="申请成功">
		<div class="tit">提交成功 <p class="bg"> </p></div><button id="close_btn" class="close_btn">立即体验</button>
    </div>
</div>

<div class="form-acquiring">
    <div class="form-acquiring-content">
        <img src="/skin/default/img/mantis/uploads/2023/09/form-acquiring-close.png" class="form-acquiring-close" alt="">
        <div class="input-list-content">
            <div class="input-list">
                <div class="input-item">
                    <input class="form-acquiring-inputV" id="form-acquiring-name" placeholder="请输入公司名称" type="text"/>
                    <span class="error-meg">请输入姓名</span>
                </div>
                <div class="input-item">
                    <input class="form-acquiring-inputV" id="form-acquiring-tel" placeholder="请输入手机号" type="tel"/>
                    <span class="error-meg">请输入手机号</span>
                </div>

                <div class="input-item">
                    <input class="form-acquiring-inputV" id="form-acquiring-code" placeholder="验证码" type="text"/>
                    <span class="error-meg">请输入验证码</span>
                    <span class="getCode" id="form-acquiring-getCode">获取验证码</span>
                </div>
            </div>
        </div>
        <div class="form-acquiring-button"></div>
    </div>
</div>
<div class="form-acquiring-tcbg">
  <div class="tanchaung">
   <img src="/skin/default/img/mantis/uploads/2022/11/apply_img.png" width="80px" alt="申请成功">
   <p class="tit">申请成功</p>
   <p>请耐心等待~</p>
   <button id="form-acquiring-close_btn">关闭</button>
  </div>
</div>	
</div>

			<a class="skip-link screen-reader-text" href="#main" title="跳至内容"> 跳至内容 </a>
		 
	<div id="site-wrapper">
	<header id="masthead" class="cryout "  itemscope>

		<div id="site-header-main">

			<div class="site-header-top">

				<div class="site-header-inside">

					<div id="header-menu"  itemscope>
											</div><!-- #header-menu -->

				</div><!-- #site-header-inside -->

			</div><!--.site-header-top-->

			<nav id="mobile-menu" tabindex="-1">
				<div class="side-menu side-section"><ul id="mobile-nav" class=""><li id="menu-item-2838" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2732 current_page_item menu-item-2838"><a href="https://www.bjmantis.com/" aria-current="page"><span>首页</span></a></li>
<li id="menu-item-3945" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3945"><a href="https://www.bjmantis.com/zhineng-generalize.html/"><span>螳螂产品</span></a>
<ul class="sub-menu">
	<li id="menu-item-1127" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1127"><a href="https://www.bjmantis.com/zhineng-generalize.html/"><span>营销云</span></a></li>
	<li id="menu-item-6458" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6458"><a href="https://www.bjmantis.com/crm-page.html/"><span>智能CRM</span></a></li>
	<li id="menu-item-6536" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6536"><a href="https://www.bjmantis.com/page-oper.html/"><span>社群运营</span></a></li>
	<li id="menu-item-6457" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6457"><a href="https://www.bjmantis.com/online-service.html/"><span>AI智能客服</span></a></li>
	<li id="menu-item-6459" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6459"><a href="https://www.bjmantis.com/scrm-page.html/"><span>SCRM</span></a></li>
	<li id="menu-item-6443" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6443"><a><span>私域直播</span></a></li>
</ul>
</li>
<li id="menu-item-3946" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3946"><a href="https://www.bjmantis.com/solution-education.html/"><span>解决方案</span></a>
<ul class="sub-menu">
	<li id="menu-item-888" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-888"><a href="https://www.bjmantis.com/solution-education.html/"><span>教育行业</span></a></li>
	<li id="menu-item-3125" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3125"><a href="https://www.bjmantis.com/investment-promotion.html/"><span>招商行业</span></a></li>
	<li id="menu-item-6444" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6444"><a><span>旅游行业</span></a></li>
	<li id="menu-item-3203" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3203"><a href="https://www.bjmantis.com/traditional-medical.html/"><span>传统医疗</span></a></li>
	<li id="menu-item-4205" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4205"><a href="https://www.bjmantis.com/?page_id=4201"><span>电商行业</span></a></li>
	<li id="menu-item-6562" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6562"><a href="https://www.bjmantis.com/page-wedding.html/"><span>婚纱摄影1</span></a></li>
	<li id="menu-item-1559" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1559"><a href="https://www.bjmantis.com/tradition-medical-care.html/"><span>消费医疗</span></a></li>
	<li id="menu-item-3331" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3331"><a href="https://www.bjmantis.com/page-retail.html/"><span>快消零售</span></a></li>
	<li id="menu-item-3682" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3682"><a href="https://www.bjmantis.com/car-solution.html/"><span>汽车行业</span></a></li>
	<li id="menu-item-4695" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4695"><a href="https://www.bjmantis.com/decoration-solution.html/"><span>家居家装</span></a></li>
	<li id="menu-item-4370" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4370"><a href="https://www.bjmantis.com/fiscal-solution.html/"><span>财税行业</span></a></li>
	<li id="menu-item-6446" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6446"><a><span>法律金融</span></a></li>
</ul>
</li>
<li id="menu-item-3952" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3952"><a href="https://www.bjmantis.com/category/news-center/newest/"><span>最新资讯</span></a></li>
<li id="menu-item-1980" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1980"><a href="https://www.bjmantis.com/successful-case.html/"><span>客户案例</span></a></li>
<li id="menu-item-148" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-148"><a href="https://www.bjmantis.com/about.html/"><span>关于我们</span></a></li>
</ul></div>						<div class="side-section-widget side-section">
			<div class="widget-side-section-inner">
				<section id="block-23" class="side-section-element widget_block">
<div class="wp-block-group"><div class="wp-block-group__inner-container"></div></div>
</section>			</div><!--content-widget-->
		</div>			</nav> <!-- #mobile-menu -->

			<div class="site-header-bottom">

				<div class="site-header-bottom-fixed">

					<div class="site-header-inside">

						<a href="/" id="branding" >
							
						</a><!-- #branding -->

												<div class='menu-burger'>
							<button class='hamburger' type='button'>
									
							</button>
						</div>
						
						<nav id="access" aria-label="顶部菜单"  itemscope>
								<div><ul id="top-nav" class=""><li id="menu-item-2837" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2732 current_page_item menu-item-2837"><a href="https://www.bjmantis.com/" aria-current="page"><span>首页</span></a></li>
<li id="menu-item-3947" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3947"><a href="https://www.bjmantis.com/zhineng-generalize.html/"><span>产品</span></a>
<ul class="sub-menu">
	<li id="menu-item-1065" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1065"><a href="https://www.bjmantis.com/zhineng-generalize.html/"><span>营销云</span></a></li>
	<li id="menu-item-6460" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6460"><a href="https://tg.bjmantis.com/tycrm/index.html"><span>智能CRM</span></a></li>
	<li id="menu-item-6535" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6535"><a href="https://www.bjmantis.com/page-oper.html/"><span>社群运营</span></a></li>
	<li id="menu-item-6462" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6462"><a href="https://tg.bjmantis.com/tyai/index.html"><span>AI智能客服</span></a></li>
	<li id="menu-item-6461" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6461"><a href="https://tg.bjmantis.com/tyscrm/index.html"><span>SCRM</span></a></li>
	<li id="menu-item-6438" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6438"><a><span>私域直播</span></a></li>
</ul>
</li>
<li id="menu-item-3948" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-3948"><a href="https://www.bjmantis.com/solution-education.html/"><span>解决方案</span></a>
<ul class="sub-menu">
	<li id="menu-item-885" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-885"><a href="https://www.bjmantis.com/solution-education.html/"><span>教育行业</span></a></li>
	<li id="menu-item-3126" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3126"><a href="https://www.bjmantis.com/investment-promotion.html/"><span>招商行业</span></a></li>
	<li id="menu-item-6439" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6439"><a><span>旅游行业</span></a></li>
	<li id="menu-item-3202" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3202"><a href="https://www.bjmantis.com/traditional-medical.html/"><span>传统医疗</span></a></li>
	<li id="menu-item-4204" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4204"><a href="https://www.bjmantis.com/?page_id=4201"><span>电商行业</span></a></li>
	<li id="menu-item-6569" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6569"><a href="https://www.bjmantis.com/page-wedding.html/"><span>婚纱摄影</span></a></li>
	<li id="menu-item-1550" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1550"><a href="https://www.bjmantis.com/tradition-medical-care.html/"><span>消费医疗</span></a></li>
	<li id="menu-item-3332" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3332"><a href="https://www.bjmantis.com/page-retail.html/"><span>快消零售</span></a></li>
	<li id="menu-item-6984" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-6984"><a href="https://www.bjmantis.com/car-industry.html/"><span>汽车行业</span></a></li>
	<li id="menu-item-4694" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4694"><a href="https://www.bjmantis.com/decoration-solution.html/"><span>家居家装</span></a></li>
	<li id="menu-item-4371" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4371"><a href="https://www.bjmantis.com/fiscal-solution.html/"><span>财税行业</span></a></li>
	<li id="menu-item-6441" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-6441"><a><span>法律金融</span></a></li>
</ul>
</li>
<li id="menu-item-3950" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-3950"><a href="https://www.bjmantis.com/category/news-center/newest/"><span>最新资讯</span></a></li>
<li id="menu-item-1830" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1830"><a href="https://www.bjmantis.com/successful-case.html/"><span>客户案例</span></a></li>
<li id="menu-item-6206" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-6206"><a href="https://www.bjmantis.com/category/news-center/help/"><span>帮助中心</span></a></li>
<li id="menu-item-827" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-827"><a href="https://www.bjmantis.com/about.html/"><span>关于我们</span></a></li>
</ul></div>						</nav><!-- #access -->
<div class="nav-right-box">
							<div class="nav-phone">
								<img class="nav-phone-ico" src="/skin/default/img/mantis/uploads/2025/06/phone.gif"/>
								<span>400-019-0890</span>
							</div>
							<button class="freeTrial_btn is-wap pc-group " id="freeTrial_btn1">免费试用</button>
						</div>
					</div><!-- #site-header-inside -->

				</div><!-- #site-header-bottom-fixed -->

			</div><!--.site-header-bottom-->

		</div><!-- #site-header-main -->

	</header><!-- #masthead -->
	
	<div id="content" class="cryout">
		
	<div id="page-alone" class="page-alone">
		<div  id="drogue">
			<li id="block-56" class="widget widget_block"><div id="drogue">
<ul class="drogue-list">
<li class="drogue-item img">
        <img alt="" class="drogue-icon" src="/skin/default/img/mantis/uploads/2025/06/form-icon.png">
    </li>
<li class="drogue-item phone">
        <img alt="" class="icon" src="/skin/default/img/mantis/uploads/2025/06/drogue-phone.png">
        电话<p></p>
<div class="drogueTel">
            400-019-0890
        </div>
</li>
<li class="drogue-item chat consulting-click">
        <img alt="" class="icon" src="/skin/default/img/mantis/uploads/2025/06/drogue-liao.png">
        咨询
    </li>
<li class="drogue-item wechat chat-link">
        <img alt="" class="icon" src="/skin/default/img/mantis/uploads/2025/06/drogue-wei.png">
        企微<p></p>
<div class="wechat-box">
            <img alt="" class="wechat-icon" src="/skin/default/img/mantis/uploads/2025/06/wechat.jpg">
            <span>微信扫码，立即咨询</span>
        </div>
</li>
<li class="drogue-item back">
        <img alt="" class="icon" src="/skin/default/img/mantis/uploads/2025/06/drogue-top.png">
    </li>
<div class="scrm-wetch-header">
    <img src="/skin/default/img/mantis/uploads/scrm-wetch-header.png" alt="" class="wp-image-6919 scrm-wetch-header-img">
</div>
<div class="scrm-wetch-modal-default-bg">
<div class="scrm-modal-header">
        <img src="/skin/default/img/mantis/uploads/scrm-modal-header.png" alt="" class="wp-image-6917"><p></p>
<div class="hotspot" data-area="top-right" style="top: 10px;right: 10px;"></div>
<div class="scan-wetch">
<div class="scan-laser"></div>
<p></p>
</div>
<div>
    </div>
</div>
</div>
</ul>
</div></li>
		</div>
		<div id="drogueM">
			<li id="block-57" class="widget widget_block">
<div class="wp-block-columns">
<div class="wp-block-column drogueM_L">
<figure class="wp-block-image size-full"><img loading="lazy" width="40" height="40" src="/skin/default/img/mantis/uploads/2025/06/footer-ai.png" alt="" class="wp-image-6402"/></figure>



<p><meta charset="utf-8">在线咨询</p>
</div>



<div class="wp-block-column drogueM_C">
<figure class="wp-block-image size-full"><img loading="lazy" width="40" height="40" src="/skin/default/img/mantis/uploads/2025/06/footer-wechat.png" alt="" class="wp-image-6405"/></figure>



<p>添加微信</p>



<div class="wp-block-group chat-box"><div class="wp-block-group__inner-container">
<figure class="wp-block-image size-full"><img loading="lazy" width="172" height="172" src="/skin/default/img/mantis/uploads/2025/06/footer-chat.png" alt="" class="wp-image-6403"/></figure>



<p>扫码添加微信</p>
</div></div>
</div>



<div class="wp-block-column drogueM_R">
<figure class="wp-block-image size-full"><img loading="lazy" width="40" height="40" src="/skin/default/img/mantis/uploads/2025/06/footer-phone.png" alt="" class="wp-image-6404"/></figure>



<p>电话咨询</p>
</div>
</div>
</li>
		</div>
	<div>

</div>
		
<div class="wp-block-group index_box"><div class="wp-block-group__inner-container">
<div class="wp-block-group bannerBox"><div class="wp-block-group__inner-container">
<div class="wp-block-group swiper-container0"><div class="wp-block-group__inner-container">
<div class="wp-block-group swiper-slide banner-agent"><div class="wp-block-group__inner-container"></div></div>



<div class="wp-block-group swiper-slide banner1"><div class="wp-block-group__inner-container">
<figure class="wp-block-video banner-video pc-group"><video autoplay loop muted src="/skin/default/img/mantis/uploads/2025/06/banner1.mp4"></video></figure>



<figure class="wp-block-image size-full banner-img banner1-img warp-group"><img loading="lazy" width="750" height="1128" src="/skin/default/img/mantis/uploads/2025/06/banner1.png" alt="" class="wp-image-6392"/></figure>



<div class="wp-block-group itemBox widthBase"><div class="wp-block-group__inner-container">
<div class="wp-block-group text"><div class="wp-block-group__inner-container">
<p class="title">营销+<a href="javascript:void(0)">AI</a></p>



<p class="title">让增长触手可及</p>



<p class="banner-tips">【企业级】AI营销解决方案服务商</p>



<div class="wp-block-group buttons"><div class="wp-block-group__inner-container">
<p class="freeTrial_btn">免费试用</p>
</div></div>



<p></p>
</div></div>
</div></div>
</div></div>



<div class="wp-block-group swiper-slide banner-ai"><div class="wp-block-group__inner-container">
<div class="wp-block-group itemBox widthBase"><div class="wp-block-group__inner-container">
<div class="wp-block-group text"><div class="wp-block-group__inner-container">
<p class="title"><span style="color:#ffffff" class="has-inline-color">全行业全场景适用</span></p>



<p class="title"><span style="color:#36cfa8" class="has-inline-color">AI客服机器人</span></p>



<ul class="banner-tips"><li>支持抖快视红私信接入</li><li>留资率超过人工客服成本低</li></ul>



<div class="wp-block-group buttons"><div class="wp-block-group__inner-container">
<p class="freeTrial_btn xhs-banner-btn">免费试用</p>
</div></div>
</div></div>
</div></div>
</div></div>



<div class="wp-block-group swiper-slide banner-scrm"><div class="wp-block-group__inner-container">
<div class="wp-block-group itemBox widthBase"><div class="wp-block-group__inner-container">
<div class="wp-block-group text"><div class="wp-block-group__inner-container">
<p class="title pc-group"><span style="color:#ffffff" class="has-inline-color">私域营销、社群营销的</span>
                        </p>



<p class="title pc-group"><span style="color:#ffffff" class="has-inline-color">私域</span><span style="color:#00ebd6" class="has-inline-color">SCRM</span><span style="color:#ffffff" class="has-inline-color">工具</span></p>



<p class="title warp-group">社群营销的</p>



<p class="title warp-group">私域<span style="color:#00ebd6" class="has-inline-color">SCRM工具</span>
                        </p>



<ul class="banner-tips"><li>从0到1搭建您的私域流量池</li><li>精细化私域运营、社群营销工具</li></ul>



<div class="wp-block-group buttons"><div class="wp-block-group__inner-container">
<p class="freeTrial_btn xhs-banner-btn">免费试用</p>
</div></div>



<p></p>
</div></div>
</div></div>
</div></div>



<div class="wp-block-group swiper-slide banner-live"><div class="wp-block-group__inner-container">
<div class="wp-block-group itemBox widthBase"><div class="wp-block-group__inner-container">
<div class="wp-block-group text"><div class="wp-block-group__inner-container">
<p class="title pc-group"><span style="color:#ffffff" class="has-inline-color">私域获客、直播带货的</span>
                        </p>



<p class="title pc-group"><span style="color:#36cfa8" class="has-inline-color">私域直播</span><span style="color:#ffffff" class="has-inline-color">工具</span></p>



<p class="title warp-group">私域获客的</p>



<p class="title warp-group"><span style="color:#00ebd6" class="has-inline-color">直播工具</span></p>



<ul class="banner-tips"><li>1分钟搭建您的直播平台</li><li>全链路私域直播带货工具，高效变现</li></ul>



<div class="wp-block-group buttons"><div class="wp-block-group__inner-container">
<p class="freeTrial_btn xhs-banner-btn">免费试用</p>
</div></div>
</div></div>
</div></div>
</div></div>



<div class="wp-block-group swiper-slide banner-crm"><div class="wp-block-group__inner-container">
<div class="wp-block-group itemBox widthBase"><div class="wp-block-group__inner-container">
<div class="wp-block-group text"><div class="wp-block-group__inner-container">
<p class="title"><span style="color:#ffffff" class="has-inline-color">精细化客户运营的</span></p>



<p class="title"><span style="color:#ffffff" class="has-inline-color">智能</span><span style="color:#36cfa8" class="has-inline-color">CRM</span></p>



<ul class="banner-tips"><li>精细化客户管理智能分配</li><li>360°用户画像洞察提升成单率</li></ul>



<div class="wp-block-group buttons"><div class="wp-block-group__inner-container">
<p class="freeTrial_btn xhs-banner-btn">免费试用</p>
</div></div>
</div></div>
</div></div>
</div></div>



<div class="wp-block-group swiper-slide banner-yxy"><div class="wp-block-group__inner-container">
<div class="wp-block-group itemBox widthBase"><div class="wp-block-group__inner-container">
<div class="wp-block-group text"><div class="wp-block-group__inner-container">
<p class="title pc-group"><span style="color:#ffffff" class="has-inline-color">全渠道推广数据洞察的</span>
                        </p>



<p class="title pc-group"><span style="color:#ffffff" class="has-inline-color">智能</span><span style="color:#36cfa8" class="has-inline-color">营销云</span></p>



<p class="title warp-group">全渠道推广数据</p>



<p class="title warp-group">洞察的智能<span style="color:#00ebd6" class="has-inline-color">营销云</span>
                        </p>



<ul class="banner-tips"><li>支持全渠道链路玩法，数据洞察</li><li>200+维度数据分析，辅助决策</li></ul>



<div class="wp-block-group buttons"><div class="wp-block-group__inner-container">
<p class="freeTrial_btn xhs-banner-btn">免费试用</p>
</div></div>
</div></div>
</div></div>
</div></div>
</div></div>
</div></div>



<!-- =============================================
     Module 1: 全场景AI营销解决方案
     ============================================= -->
    <div class="wp-block-group ai_solution_box">
        <div class="wp-block-group__inner-container">

            <!-- 标题区域 -->
            <p class="section_title pc-group">全场景<span class="ai_accent_text">AI</span>营销解决方案</p>
            <p class="section_title warp-group">全场景<span class="ai_accent_text">AI</span>营销解决方案</p>
            <p class="section_subtitle">以强大AI能力，赋能全业务环节加速提效</p>

            <!-- PC Tab 导航（图标 + 下划线高亮） -->
            <div class="ai_solution_nav_pc pc-group" id="solutionNavPc">
                <div class="ai_solution_nav_item active" data-tab="marketing">
                    <span class="tab_icon"><img src="/skin/default/img/mantis/uploads/2025/07/tab-icon-marketing.png" alt=""></span>
                    <span class="tab_label">营销场景</span>
                </div>
                <div class="ai_solution_nav_item" data-tab="acquisition">
                    <span class="tab_icon"><img src="/skin/default/img/mantis/uploads/2025/07/tab-icon-acquisition.png" alt=""></span>
                    <span class="tab_label">获客场景</span>
                </div>
                <div class="ai_solution_nav_item" data-tab="sales">
                    <span class="tab_icon"><img src="/skin/default/img/mantis/uploads/2025/07/tab-icon-sales.png" alt=""></span>
                    <span class="tab_label">销售运营场景</span>
                </div>
                <div class="ai_solution_nav_item" data-tab="service">
                    <span class="tab_icon"><img src="/skin/default/img/mantis/uploads/2025/07/tab-icon-service.png" alt=""></span>
                    <span class="tab_label">服务场景</span>
                </div>
            </div>

            <!-- Mobile Tab 导航（紧凑胶囊，外层滚动容器） -->
            <div class="ai_solution_nav_scroll warp-group">
                <div class="ai_solution_nav_mb" id="solutionNavMb">
                    <div class="ai_solution_nav_item active" data-tab="marketing"><span>营销场景</span></div>
                    <div class="ai_solution_nav_item" data-tab="acquisition"><span>获客场景</span></div>
                    <div class="ai_solution_nav_item" data-tab="sales"><span>销售运营场景</span></div>
                    <div class="ai_solution_nav_item" data-tab="service"><span>服务场景</span></div>
                </div>
            </div>

            <!-- Tab 面板容器 -->
            <div class="ai_solution_panels widthBase">

                <!-- 营销场景 -->
                <div class="ai_solution_panel active" data-panel="marketing">
                    <div class="panel_left">
                        <img class="pc-group" src="/skin/default/img/mantis/uploads/2025/07/ai-tab-marketing.svg" alt="AI营销场景">
                    </div>
                    <div class="panel_right">
                        <div class="agent_tag">
                            <span class="agent_name">营销</span>
                            <span class="agent_badge"><span>Agent</span></span>
                        </div>
                        <p class="panel_gradient_title">AI+营销，打打字完成工作</p>
                        <p class="panel_desc">自动生成批量广告素材，智能生成广告落地页，40+主流广告平台数据对接，优化投放效果，营销全流程自动化</p>
                    </div>
                </div>

                <!-- 获客场景 -->
                <div class="ai_solution_panel" data-panel="acquisition">
                    <div class="panel_left">
                        <img class="pc-group" src="/skin/default/img/mantis/uploads/2025/07/ai-tab-acquisition.svg" alt="AI获客场景">
                    </div>
                    <div class="panel_right">
                        <div class="agent_tag">
                            <span class="agent_name">获客</span>
                            <span class="agent_badge"><span>Agent</span></span>
                        </div>
                        <p class="panel_gradient_title">AI+获客，0人工高效工作</p>
                        <p class="panel_desc">全平台自动加粉，高效获客激活，抖快红视等平台售前私信自动对接，邀约留资，引流获客自动化</p>
                    </div>
                </div>

                <!-- 销售运营场景 -->
                <div class="ai_solution_panel" data-panel="sales">
                    <div class="panel_left">
                        <img class="pc-group" src="/skin/default/img/mantis/uploads/2025/07/ai-tab-sales.svg" alt="AI销售运营场景">
                    </div>
                    <div class="panel_right">
                        <div class="agent_tag">
                            <span class="agent_name">销售运营</span>
                            <span class="agent_badge"><span>Agent</span></span>
                        </div>
                        <p class="panel_gradient_title">AI+销售运营，轻松提升人效</p>
                        <p class="panel_desc">AI自动完成海量筛客、探需、沟通工作，从线索管理、客户转化、运营管理，赋能销售全环节，提升销售转化效率</p>
                    </div>
                </div>

                <!-- 服务场景 -->
                <div class="ai_solution_panel" data-panel="service">
                    <div class="panel_left">
                        <img class="pc-group" src="/skin/default/img/mantis/uploads/2025/07/ai-tab-service.svg" alt="AI服务场景">
                    </div>
                    <div class="panel_right">
                        <div class="agent_tag">
                            <span class="agent_name">服务</span>
                            <span class="agent_badge"><span>Agent</span></span>
                        </div>
                        <p class="panel_gradient_title">AI+售后服务，提升客户满意度</p>
                        <p class="panel_desc">AI自动完成海量售后问题解答，24小时陪聊服务，0差评回应客户问题，催化复购</p>
                    </div>
                </div>

            </div>
        </div>
    </div>



<!-- =============================================
     Module 2: 助力全行业实现高效增长
     ============================================= -->
    <div class="wp-block-group ai_industry_box">
        <div class="wp-block-group__inner-container">

            <!-- 标题区域 -->
            <p class="section_title pc-group">助力全行业实现<span class="ai_accent_text">高效增长</span></p>
            <p class="section_title warp-group">助力全行业实现<span class="ai_accent_text">高效增长</span></p>

            <!-- 行业 Tab 导航 -->
            <div class="ai_industry_nav" id="industryNav">
                <div class="ai_industry_nav_item active" data-tab="siyu">
                    <span class="industry_tab_accent">私域智能体</span><span>解决方案</span>
                </div>
                <div class="ai_industry_nav_item" data-tab="local">
                    <span class="industry_tab_accent">本地生活智能体</span><span>解决方案</span>
                </div>
            </div>

            <!-- 行业面板容器 -->
            <div class="ai_industry_panels">

                <!-- 私域智能体 -->
                <div class="ai_industry_panel active" data-panel="siyu">
                    <div class="industry_badge_mb warp-group">
                        <span class="industry_tab_accent">私域智能体</span><span>解决方案</span>
                    </div>
                    <p class="industry_applicable">
                        <span class="label">适用行业：</span>知识付费、电商、教育培训
                    </p>
                    <div class="industry_card">
                        <img src="/skin/default/img/mantis/uploads/2025/07/ai-industry-siyu.svg" alt="私域智能体解决方案">
                    </div>
                </div>

                <!-- 本地生活智能体 -->
                <div class="ai_industry_panel" data-panel="local">
                    <div class="industry_badge_mb warp-group">
                        <span class="industry_tab_accent">本地生活智能体</span><span>解决方案</span>
                    </div>
                    <p class="industry_applicable">
                        <span class="label">适用行业：</span>医美生美、汽车、法律、婚纱摄影、家装、清洁洗衣、家电维修
                    </p>
                    <div class="industry_card">
                        <img src="/skin/default/img/mantis/uploads/2025/07/ai-industry-local.svg" alt="本地生活智能体解决方案">
                    </div>
                </div>

            </div>
        </div>
    </div>



<!-- =============================================
     Module 3: 为什么选择螳螂
     ============================================= -->
    <div class="wp-block-group ai_advantage_box">
        <div class="wp-block-group__inner-container">

            <!-- 标题区域 -->
            <p class="section_title pc-group">为什么<span class="ai_accent_text">选择螳螂</span></p>
            <p class="section_title warp-group">为什么<span class="ai_accent_text">选择螳螂</span></p>
            <p class="section_subtitle">全方位满足您的管理需求</p>

            <!-- 优势卡片网格 -->
            <div class="advantage_grid widthBase">

                <div class="advantage_item">
                    <div class="advantage_icon">
                        <img src="/skin/default/img/mantis/uploads/2025/07/icon-jishu.svg" alt="技术驱动">
                    </div>
                    <p class="advantage_title">技术驱动</p>
                    <p class="advantage_desc">多项自主知识产权，独立研发能力，AI自主学习迅速迭代</p>
                </div>

                <div class="advantage_item">
                    <div class="advantage_icon">
                        <img src="/skin/default/img/mantis/uploads/2025/07/icon-chuda.svg" alt="语音触达">
                    </div>
                    <p class="advantage_title">语音触达</p>
                    <p class="advantage_desc">像真人一样打语音电话、发语音条，支持定制音色，高效精准沟通</p>
                </div>

                <div class="advantage_item">
                    <div class="advantage_icon">
                        <img src="/skin/default/img/mantis/uploads/2025/07/icon-jiaohu.svg" alt="智能交互">
                    </div>
                    <p class="advantage_title">智能交互</p>
                    <p class="advantage_desc">基于主流AI大模型，精准理解客户意图，提供个性化交互体验</p>
                </div>

                <div class="advantage_item">
                    <div class="advantage_icon">
                        <img src="/skin/default/img/mantis/uploads/2025/07/icon-dingzhi.svg" alt="灵活定制">
                    </div>
                    <p class="advantage_title">灵活定制</p>
                    <p class="advantage_desc">可根据企业场景需求灵活定制，打造专属AI员工，行业专家持续迭代</p>
                </div>

                <div class="advantage_item">
                    <div class="advantage_icon">
                        <img src="/skin/default/img/mantis/uploads/2025/07/icon-jieguo.svg" alt="结果导向">
                    </div>
                    <p class="advantage_title">结果导向</p>
                    <p class="advantage_desc">覆盖新粉激活、用户培育、精准营销、高效转化全链路，以降本增效为第一交付目标</p>
                </div>

                <div class="advantage_item">
                    <div class="advantage_icon">
                        <img src="/skin/default/img/mantis/uploads/2025/07/icon-anquan.svg" alt="安全合规">
                    </div>
                    <p class="advantage_title">安全合规</p>
                    <p class="advantage_desc">严格遵守通信行业规范，客户数据加密存储，保障数据安全和合规运营</p>
                </div>

            </div>
        </div>
    </div>



<div class="wp-block-group data_insight_box"><div class="wp-block-group__inner-container">
<div class="wp-block-group data_drive"><div class="wp-block-group__inner-container">
<figure class="wp-block-image size-full data_insight_bg pc-group"><img loading="lazy" width="3840" height="832" src="/skin/default/img/mantis/uploads/2025/06/data-security-bg.png" alt="" class="wp-image-6323"/></figure>



<figure class="wp-block-image size-full data_insight_bg warp-group"><img loading="lazy" width="752" height="452" src="/skin/default/img/mantis/uploads/2025/06/anquuan-wap.png" alt="" class="wp-image-6400"/></figure>



<p class="title pc-group">稳定服务保障<span style="color:#00ebd6" class="has-inline-color">数据安全</span></p>



<p class="title warp-group no-bottom">稳定服务</p>



<p class="title warp-group">保障<span style="color:#00ebd6" class="has-inline-color">数据安全</span></p>



<p class="desc dev_desc">自主研发，稳定安全</p>



<div class="wp-block-group data_insight"><div class="wp-block-group__inner-container">
<div class="wp-block-group data_insight_item swiper-slide"><div class="wp-block-group__inner-container">
<div class="wp-block-group left"><div class="wp-block-group__inner-container">
<figure class="wp-block-image size-full bg warp-group"><img loading="lazy" width="940" height="460" src="/skin/default/img/mantis/uploads/2024/06/index-security-bg1-1.png" alt="" class="wp-image-5827"/></figure>



<figure class="wp-block-image size-full insight_img"><img loading="lazy" width="148" height="148" src="/skin/default/img/mantis/uploads/2025/06/index-security-new1.png" alt="" class="wp-image-6428"/></figure>



<figure class="wp-block-image size-full right-icon"><img loading="lazy" width="34" height="12" src="/skin/default/img/mantis/uploads/2024/06/right-icon.png" alt="" class="wp-image-5795"/></figure>



<p class="insight_name">
                            <meta charset="utf-8">网络安全
                        </p>
</div></div>



<ul class="right"><li>DDOS攻击防护</li><li>网络防火墙</li><li>应用防火墙</li></ul>
</div></div>



<div class="wp-block-group data_insight_item swiper-slide"><div class="wp-block-group__inner-container">
<div class="wp-block-group left"><div class="wp-block-group__inner-container">
<figure class="wp-block-image size-full bg warp-group"><img loading="lazy" width="938" height="460" src="/skin/default/img/mantis/uploads/2024/06/index-security-bg2-1.png" alt="" class="wp-image-5828"/></figure>



<figure class="wp-block-image size-full insight_img"><img loading="lazy" width="148" height="148" src="/skin/default/img/mantis/uploads/2025/06/index-security-new2.png" alt="" class="wp-image-6429"/></figure>



<figure class="wp-block-image size-full right-icon"><img loading="lazy" width="34" height="12" src="/skin/default/img/mantis/uploads/2024/06/right-icon.png" alt="" class="wp-image-5795"/></figure>



<p class="insight_name">
                            <meta charset="utf-8">存储安全
                        </p>
</div></div>



<ul class="right"><li>加密存储</li><li>异地备份</li><li>访问审计</li></ul>
</div></div>



<div class="wp-block-group data_insight_item swiper-slide"><div class="wp-block-group__inner-container">
<div class="wp-block-group left"><div class="wp-block-group__inner-container">
<figure class="wp-block-image size-full bg warp-group"><img loading="lazy" width="938" height="460" src="/skin/default/img/mantis/uploads/2024/06/index-security-bg3-1.png" alt="" class="wp-image-5829"/></figure>



<figure class="wp-block-image size-full insight_img"><img loading="lazy" width="148" height="148" src="/skin/default/img/mantis/uploads/2025/06/index-security-new3.png" alt="" class="wp-image-6430"/></figure>



<figure class="wp-block-image size-full right-icon"><img loading="lazy" width="34" height="12" src="/skin/default/img/mantis/uploads/2024/06/right-icon.png" alt="" class="wp-image-5795"/></figure>



<p class="insight_name">
                            <meta charset="utf-8">应用安全
                        </p>
</div></div>



<ul class="right"><li>全站HTTPS</li><li>零信任安全</li><li>敏感信息受控访问</li><li>日志脱敏</li></ul>
</div></div>



<div class="wp-block-group data_insight_item swiper-slide"><div class="wp-block-group__inner-container">
<div class="wp-block-group left"><div class="wp-block-group__inner-container">
<figure class="wp-block-image size-full bg warp-group"><img loading="lazy" width="938" height="460" src="/skin/default/img/mantis/uploads/2024/06/index-security-bg4-1.png" alt="" class="wp-image-5826"/></figure>



<figure class="wp-block-image size-full insight_img"><img loading="lazy" width="148" height="148" src="/skin/default/img/mantis/uploads/2025/06/index-security-new4.png" alt="" class="wp-image-6431"/></figure>



<figure class="wp-block-image size-full right-icon"><img loading="lazy" width="34" height="12" src="/skin/default/img/mantis/uploads/2024/06/right-icon.png" alt="" class="wp-image-5795"/></figure>



<p class="insight_name">
                            <meta charset="utf-8">运维安全
                        </p>
</div></div>



<ul class="right"><li>堡垒机防护</li><li>双因素认证 </li><li>行为审计</li></ul>
</div></div>
</div></div>



<p class="desc authentication_desc">专业安全认证</p>



<figure class="wp-block-image size-full index-authentication-list widthBase pc-group"><img loading="lazy" width="2280" height="340" src="/skin/default/img/mantis/uploads/2025/06/rennzheng-pc.png" alt="" class="wp-image-6328"/></figure>



<figure class="wp-block-image size-full warp-group index-authentication-list-img"><img loading="lazy" width="690" height="560" src="/skin/default/img/mantis/uploads/2025/06/renzheng-wap.png" alt="" class="wp-image-6412"/></figure>
</div></div>
</div></div>



<div class="wp-block-group module4"><div class="wp-block-group__inner-container">
<p class="tit pc-group"><span style="color:#00ebd6" class="has-inline-color">10000+</span>企业，<span style="color:#00ebd6" class="has-inline-color">40w+</span>企业用户的选择</p>



<p class="tit warp-group no-bottom"><span style="color:#00ebd6" class="has-inline-color">10000</span>+企业</p>



<p class="tit warp-group">
            <meta charset="utf-8"><span style="color:#00ebd6" class="has-inline-color">40w+</span>企业用户的选择
        </p>



<div class="brand_strip_container">
            <div class="brand_strip_wrapper">
                <img src="/skin/default/img/mantis/uploads/2025/07/brand-logos.png" alt="合作品牌">
                <img src="/skin/default/img/mantis/uploads/2025/07/brand-logos.png" alt="合作品牌">
                <img src="/skin/default/img/mantis/uploads/2025/07/brand-logos.png" alt="合作品牌">
            </div>
        </div>



<div class="wp-block-buttons group-buttons warp widthBase pc-group">
<div class="wp-block-button freeTrial_btn"><a class="wp-block-button__link">立即注册，体验产品</a></div>



<div class="wp-block-button warp-group"><a class="wp-block-button__link">预约演示</a></div>
</div>



<figure class="wp-block-image size-full bg warp-group"><img loading="lazy" width="750" height="1040" src="/skin/default/img/mantis/uploads/2025/06/logo-bg.png" alt="" class="wp-image-6409"/></figure>



<div id="module4_box" class="wp-block-group module4_box"><div class="wp-block-group__inner-container">
<figure class="wp-block-image size-full logo-bg warp-group"><img loading="lazy" width="690" height="636" src="/skin/default/img/mantis/uploads/2025/06/logo-wall.png" alt="" class="wp-image-6410"/></figure>
</div></div>
</div></div>
</div></div>




	
		 
			<div id="applyModule"  class="">
						<aside class="content-widget content-widget-after"  itemscope>
			<section id="block-19" class="widget-container widget_block">
<div class="wp-block-group"><div class="wp-block-group__inner-container">
<h2 class="has-text-align-left title">限时免费！</h2>



<h2 class="has-text-align-left title">立即定制专业<span style="color:#00ebd6" class="has-inline-color">解决方案</span></h2>



<div class="wp-block-buttons">
<div class="wp-block-button has-custom-width wp-block-button__width-25 has-custom-font-size freeTrial_btn has-normal-font-size"><a class="wp-block-button__link">立即免费定制</a></div>
</div>
</div></div>
</section>		</aside><!--content-widget-->				<a href="https://www.bjmantis.com/" class="goIndex">返回首页</a>
			</div>
					<div class="page-left-box">
				<div class="left">
					<img src="/skin/default/img/mantis/uploads/2025/07/page-left-wei3.png" class="icon3"/>
				</div>
				<div class="right">
					<img src="/skin/default/img/mantis/uploads/2025/07/page-left-wei1.png" class="icon1"/>
      <img src="/skin/default/img/mantis/uploads/2025/07/cha.png" class="cha"/>					
<img src="/skin/default/img/mantis/uploads/2025/07/page-left-wei2.png" class="icon2"/>
				</div>
			</div>
		<div class="mask_video_box" oncontextmenu="return false">
			<div class="video_box">
				<video class="mask_video" controlslist="nodownload" controls="controls" src="" width="100%" height="100%"></video>
				<img src="/skin/default/img/mantis/uploads/2022/03/anniversary_close.png" class="close_icon" alt="">
			</div>
		</div>
		<div class="mask_video_box1" oncontextmenu="return false">
			<div class="video_box1">
				<video class="mask_video1" controlslist="nodownload" controls="controls" src="" width="100%"></video>
				<img src="/skin/default/img/mantis/uploads/2022/03/anniversary_close.png" class="close_icon1" alt="">
			</div>
		</div>
<div id="outerdiv" style="position:fixed;top:0;left:0;background:#fff;z-index:2;width:100%;height:100%;display:none;" />
<div id="innerdiv" style="position:absolute;">
    <img id="bigimg" style="border:5px solid #fff;" src="" />
</div>
	</div><!-- #main -->
		
		<aside id="colophon"  itemscope>
			<div id="colophon-inside" class="footer-three ">
				
<section id="block-39" class="widget-container widget_block"><div class="footer-widget-inside">
<div class="wp-block-columns footer-head widget-wap">
<div class="wp-block-column head-info">
<figure class="wp-block-image size-full image"><img loading="lazy" width="34" height="40" src="/skin/default/img/mantis/uploads/2022/02/footer-phone.png" alt="" class="wp-image-2579"/></figure>



<div class="wp-block-group info"><div class="wp-block-group__inner-container">
<div class="wp-block-group"><div class="wp-block-group__inner-container">
<p class="phone-ex">联系电话<a href="tel:15727355390">tel: 157-2735-5390 </a></p>
</div></div>



<p class="phone-num">400-019-0890</p>
</div></div>
</div>



<div class="wp-block-column head-info">
<figure class="wp-block-image size-full image-em"><img loading="lazy" width="34" height="32" src="/skin/default/img/mantis/uploads/2022/02/footer-email-1.png" alt="" class="wp-image-2581"/></figure>



<div class="wp-block-group info"><div class="wp-block-group__inner-container">
<div class="wp-block-group"><div class="wp-block-group__inner-container">
<p class="email-ex">商务合作<a href="mailto:bd@mantis.com">mailto:bd@mantis.com</a></p>
</div></div>



<p class="email-name">bd@bjmantis.com</p>
</div></div>
</div>
</div>
</div></section><section id="block-12" class="widget-container widget_block"><div class="footer-widget-inside">
<div class="wp-block-group footer-number widget-wap"><div class="wp-block-group__inner-container">
<p class="footer-phone">400-019-0890</p>



<p class="footer-date">工作日 9:30-19:00</p>



<div class="wp-block-group chat-list pc-group"><div class="wp-block-group__inner-container">
<div class="wp-block-group chat-item"><div class="wp-block-group__inner-container">
<p class="chat-title">关注螳螂公众号</p>



<figure class="wp-block-image size-full chat-img"><img src="/skin/default/img/mantis/uploads/2025/06/weichat.png" alt="" class="wp-image-6621"/></figure>



<figure class="wp-block-image size-full chat-icon"><img src="/skin/default/img/mantis/uploads/2025/06/weichat-icon.png" alt="" class="wp-image-6620"/></figure>
</div></div>



<div class="wp-block-group chat-item"><div class="wp-block-group__inner-container">
<p class="chat-title">关注官方抖音号</p>



<figure class="wp-block-image size-full chat-img"><img src="/skin/default/img/mantis/uploads/2025/06/douyinChat.png" alt="" class="wp-image-6625"/></figure>



<figure class="wp-block-image size-full chat-icon"><img src="/skin/default/img/mantis/uploads/2025/06/douyin-icon.png" alt="" class="wp-image-6619"/></figure>
</div></div>



<div class="wp-block-group chat-item"><div class="wp-block-group__inner-container">
<p class="chat-title">关注官方视频号</p>



<figure class="wp-block-image size-full chat-img"><img src="/skin/default/img/mantis/uploads/2025/06/shotVideoChat.png" alt="" class="wp-image-6626"/></figure>



<figure class="wp-block-image size-full chat-icon"><img src="/skin/default/img/mantis/uploads/2025/06/shotVideo-icon.png" alt="" class="wp-image-6624"/></figure>
</div></div>
</div></div>
</div></div>
</div></section><section id="block-54" class="widget-container widget_block"><div class="footer-widget-inside">
<div class="wp-block-group product-matrix widget-pc"><div class="wp-block-group__inner-container">
<p class="produc-title"><strong>产品矩阵</strong></p>



<p class="product-name"><a href="/zhineng-generalize.html">营销云</a></p>



<p class="product-name"><a href="/crm-page.html">智能CRM</a></p>



<p class="product-name"><a href="https://www.bjmantis.com/page-oper.html" data-type="page" data-id="6532">社群运营</a></p>



<p class="product-name"><a href="/online-service.html">AI在线客服</a></p>



<p class="product-name">SCRM</p>



<p class="product-name showKf">私域直播</p>
</div></div>
</div></section><section id="block-55" class="widget-container widget_block"><div class="footer-widget-inside">
<div class="wp-block-group solution widget-pc"><div class="wp-block-group__inner-container">
<p class="solution-title"><strong>解决方案</strong></p>



<div class="wp-block-group solution widget-pc footer-solution-content"><div class="wp-block-group__inner-container">
<p class="solution-name"><a href="/solution-education.html">教育行业解决方案</a></p>



<p class="solution-name"><a href="/investment-promotion.html">招商行业解决方案</a></p>



<p class="solution-name showKf">旅游行业解决方案</p>



<p class="solution-name"><a href="/traditional-medical.html">传统医疗解决方案</a></p>



<p class="solution-name"><a href="/online-retailers.html">电商行业解决方案</a> </p>



<p class="solution-name showKf">婚纱行业解决方案</p>



<p class="solution-name"><a href="/tradition-medical-care.html">消费医疗解决方案</a></p>



<p class="solution-name"><a href="/page-retail.html">快消零售解决方案</a></p>



<p class="solution-name"><a href="/car-solution.html">汽车行业解决方案</a></p>



<p class="has-text-align-left solution-name"><a href="https://www.bjmantis.com/fiscal-solution.html">财税行业解决方案</a></p>



<p class="solution-name"><a href="https://www.bjmantis.com/decoration-solution.html">家居家装解决方案</a> </p>



<p class="solution-name showKf">法律金融解决方案 </p>
</div></div>
</div></div>
</div></section><section id="block-51" class="widget-container widget_block"><div class="footer-widget-inside">
<div class="wp-block-group footer-address"><div class="wp-block-group__inner-container">
<p class="footer-ad-name"><strong>公司分布</strong></p>



<div class="wp-block-group address-box"><div class="wp-block-group__inner-container">
<figure class="wp-block-image size-full is-resized address-icon"><img loading="lazy" src="/skin/default/img/mantis/uploads/2022/04/address-icon.png" alt="" class="wp-image-2950" width="15" height="15"/></figure>



<p class="title"><meta charset="utf-8">北京总部</p>



<p class="footer-address"><meta charset="utf-8">北京朝阳区将台路5号院5号楼5C一层</p>
</div></div>



<div class="wp-block-group city-list"><div class="wp-block-group__inner-container">
<p class="footer-address">上海分部</p>



<p class="footer-address">深圳分部</p>



<p class="footer-address">广州分部</p>



<p class="footer-address">武汉分部</p>



<p class="footer-address">郑州分部</p>



<p class="footer-address">长沙分部</p>



<p class="footer-address">山东分部</p>



<p class="footer-address">成都分部</p>



<p class="footer-address">重庆分部</p>



<p class="footer-address">石家庄分部</p>



<p></p>
</div></div>



<div class="wp-block-group solution widget-pc footer-links-content"><div class="wp-block-group__inner-container"></div></div>
</div></div>
</div></section><section id="block-40" class="widget-container widget_block widget_media_image"><div class="footer-widget-inside">
<figure class="wp-block-image size-full footer-logo widget-wap"><img loading="lazy" width="200" height="50" src="/skin/default/img/mantis/uploads/2022/02/footer-logo.png" alt="" class="wp-image-2584"/></figure>
</div></section>			</div>
		</aside><!-- #colophon -->
	</div><!-- #main -->

	<footer id="footer" class="cryout"  itemscope>
		<a id="toTop"><span class="screen-reader-text">回到顶部</span><i class="icon-back2top"></i> </a>		<div id="footer-top">
			<div class="footer-inside">
				<div id="site-copyright"><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010502048015" target="_blank">京公网安备 11010502048015号</a>  <a href="/skin/default/img/mantis/uploads/2022/11/certificate.jpg" target="_blank">增值电信业务经营许可证</a> <a href="https://beian.miit.gov.cn/" target="_blank">京ICP备17003386号</a>   北京螳螂科技有限公司 2022 © All Rights Reserved.</div>			</div><!-- #footer-inside -->
		</div><!--#footer-top-->
		<div>
</div>
		<div id="footer-bottom">
			<div class="footer-inside">
				京公网安备 11010802022902号			</div> <!-- #footer-inside -->
		</div><!--#footer-bottom-->
	</footer>
</div><!-- site-wrapper -->
			<style type="text/css">
			.relevanssi-live-search-results {
				opacity: 0;
				transition: opacity .25s ease-in-out;
				-moz-transition: opacity .25s ease-in-out;
				-webkit-transition: opacity .25s ease-in-out;
				height: 0;
				overflow: hidden;
				z-index: 9999995; /* Exceed SearchWP Modal Search Form overlay. */
				position: absolute;
				display: none;
			}

			.relevanssi-live-search-results-showing {
				display: block;
				opacity: 1;
				height: auto;
				overflow: auto;
			}

			.relevanssi-live-search-no-results, .relevanssi-live-search-didyoumean {
				padding: 0 1em;
			}

			.relevanssi-live-search-no-min-chars:after {
				content: "Continue typing";
				display: block;
				text-align: center;
				padding: 2em 2em 0;
			}
		</style>
		<script type='text/javascript' id='thickbox-js-extra'>
/* <![CDATA[ */
var thickboxL10n = {"next":"\u4e0b\u4e00\u9875 >","prev":"< \u4e0a\u4e00\u9875","image":"\u56fe\u7247","of":"\/","close":"\u5173\u95ed","noiframes":"\u8fd9\u4e2a\u529f\u80fd\u9700\u8981iframe\u7684\u652f\u6301\u3002\u60a8\u53ef\u80fd\u7981\u6b62\u4e86iframe\u7684\u663e\u793a\uff0c\u6216\u60a8\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u6b64\u529f\u80fd\u3002","loadingAnimation":"https:\/\/www.bjmantis.com\/wp-includes\/js\/thickbox\/loadingAnimation.gif"};
/* ]]> */
</script>
<script type='text/javascript' src='//www.bjmantis.com/skin/default/img/mantis/wp/js/thickbox/thickbox.js?ver=3.1-20121105' id='thickbox-js'></script>
<script type='text/javascript' id='cryout_ajax_more-js-extra'>
/* <![CDATA[ */
var cryout_ajax_more = {"page_number_next":"2","page_number_max":"7","page_link_model":"https:\/\/www.bjmantis.com\/page\/9999999\/","load_more_str":"More Posts","content_css_selector":"#lp-posts .lp-posts-inside","pagination_css_selector":"#lp-posts nav.navigation"};
/* ]]> */
</script>
<script type='text/javascript' src='/wp-content/themes/bravada/resources/js/ajax.js?ver=1.0.6' id='cryout_ajax_more-js'></script>
<script type='text/javascript' src='/skin/default/img/mantis/plug/flatfolio-flat-cool-wp-portfolio/assets/js/modernizr.custom.js?ver=5.8.15' id='ff-modernizer-script-js'></script>
<script type='text/javascript' src='/skin/default/img/mantis/plug/flatfolio-flat-cool-wp-portfolio/assets/js/grid.js?ver=5.8.15' id='ff-grid-script-js'></script>
<script type='text/javascript' src='/skin/default/img/mantis/plug/flatfolio-flat-cool-wp-portfolio/assets/js/frontend.js?ver=5.8.15' id='ff-frontend-script-js'></script>
<script type='text/javascript' src='/skin/default/img/mantis/plug/futurio-extra/js/futurio-extra.js?ver=1.6.1' id='futurio-extra-js-js'></script>
<script type='text/javascript' id='relevanssi-live-search-client-js-extra'>
/* <![CDATA[ */
var relevanssi_live_search_params = [];
relevanssi_live_search_params = {"ajaxurl":"https:\/\/www.bjmantis.com\/wp-admin\/admin-ajax.php","origin_id":2732,"config":{"default":{"input":{"delay":300,"min_chars":3},"results":{"position":"bottom","width":"auto","offset":{"x":0,"y":5}},"spinner":{"lines":12,"length":8,"width":3,"radius":8,"scale":1,"corners":1,"color":"#424242","fadeColor":"transparent","speed":1,"rotate":0,"animation":"relevanssi-spinner-line-fade-quick","direction":1,"zIndex":2000000000,"className":"spinner","top":"50%","left":"50%","shadow":"0 0 1px transparent","position":"absolute"}}},"msg_no_config_found":"No valid Relevanssi Live Search configuration found!","msg_loading_results":"Loading search results.","aria_instructions":"When autocomplete results are available use up and down arrows to review and enter to go to the desired page. Touch device users, explore by touch or with swipe gestures."};;
/* ]]> */
</script>
<script type='text/javascript' src='/skin/default/img/mantis/plug/relevanssi-live-ajax-search/assets/javascript/dist/script.min.js?ver=1.1.0' id='relevanssi-live-search-client-js'></script>
<script type='text/javascript' id='bravada-frontend-js-extra'>
/* <![CDATA[ */
var cryout_theme_settings = {"masonry":"1","rtl":"","magazine":"2","fitvids":"1","autoscroll":"1","articleanimation":"slide","lpboxratios":[1.24,1.377],"is_mobile":"","menustyle":"1"};
/* ]]> */
</script>
<script type='text/javascript' src='/wp-content/themes/bravada/resources/js/frontend.js?ver=1.0.6' id='bravada-frontend-js'></script>
<script type='text/javascript' src='//www.bjmantis.com/skin/default/img/mantis/wp/js/imagesloaded.min.js?ver=4.1.4' id='imagesloaded-js'></script>
<script type='text/javascript' src='//www.bjmantis.com/skin/default/img/mantis/wp/js/masonry.min.js?ver=4.2.2' id='masonry-js'></script>
<script type='text/javascript' src='//www.bjmantis.com/skin/default/img/mantis/wp/js/jquery/jquery.masonry.min.js?ver=3.1.2b' id='jquery-masonry-js'></script>
</body>
</html>

/* ===== dashicons.min.css ===== */
/*! This file is auto-generated */
@font-face{font-family:dashicons;src:url(/skin/default/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url(/skin/default/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(/skin/default/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}
/* ===== thickbox.css ===== */
#TB_overlay {
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100050; /* Above DFW. */
}

#TB_window {
	position: fixed;
	background-color: #fff;
	z-index: 100050; /* Above DFW. */
	visibility: hidden;
	text-align: left;
	top: 50%;
	left: 50%;
	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}

#TB_window img#TB_Image {
	display: block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
}

#TB_closeWindow {
	height: 25px;
	padding: 11px 25px 10px 0;
	float: right;
}

#TB_closeWindowButton {
	position: absolute;
	left: auto;
	right: 0;
	width: 29px;
	height: 29px;
	border: 0;
	padding: 0;
	background: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
	transition: color .1s ease-in-out, background .1s ease-in-out;
}

#TB_ajaxWindowTitle {
	float: left;
	font-weight: 600;
	line-height: 29px;
	overflow: hidden;
	padding: 0 29px 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc( 100% - 39px );
}

#TB_title {
	background: #fcfcfc;
	border-bottom: 1px solid #ddd;
	height: 29px;
}

#TB_ajaxContent {
	clear: both;
	padding: 2px 15px 15px 15px;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	z-index: 100050;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0 0 -125px;
	padding: 40px 15px 15px;
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 100%;
	width: 100%;
}

#TB_iframeContent {
	clear: both;
	border: none;
}

.tb-close-icon {
	display: block;
	color: #666;
	text-align: center;
	line-height: 29px;
	width: 29px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 0;
}

.tb-close-icon:before {
	content: "\f158";
	font: normal 20px/29px dashicons;
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#TB_closeWindowButton:hover .tb-close-icon,
#TB_closeWindowButton:focus .tb-close-icon {
	color: #006799;
}

#TB_closeWindowButton:focus .tb-close-icon {
	-webkit-box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
	box-shadow:
		0 0 0 1px #5b9dd9,
		0 0 2px 1px rgba(30, 140, 190, .8);
}

/* ===== block-library_style.min.css ===== */
@charset "UTF-8";#start-resizable-editor-section{display:none}.wp-block-audio{margin:0 0 1em}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:calc(.667em + 2px) calc(1.333em + 2px);text-align:center;text-decoration:none;overflow-wrap:break-word;box-sizing:border-box}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{width:calc(100% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100:only-child{margin-right:0;width:100%}@supports (column-gap:0.5em){.wp-block-buttons.is-content-justification-right>.wp-block-button.wp-block-button,.wp-block-buttons>.wp-block-button.wp-block-button{margin-right:0;margin-left:0}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - .375em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - .25em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - .125em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{width:auto;flex-basis:100%}}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid;padding:.667em 1.333em}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:currentColor}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons{display:flex;flex-direction:row;flex-wrap:wrap;column-gap:.5em}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button{margin-right:0}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin-left:0;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons>.wp-block-button:last-child{margin-right:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right>.wp-block-button{margin-left:.5em;margin-right:0}.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child{margin-left:0}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;margin-bottom:.5em;width:100%}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{display:block;white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;box-sizing:border-box;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;width:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports (position:sticky){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover-image img.wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background,.wp-block-cover img.wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:0;width:100%;height:100%;max-width:none;max-height:none;-o-object-fit:cover;object-fit:cover;outline:none;border:none;box-shadow:none}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-width:320px;min-height:240px}.wp-block-embed{margin:0 0 1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__embed{margin-bottom:1em}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;align-self:flex-start;width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports (position:sticky){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid figcaption,.wp-block-gallery figcaption{flex-grow:1}.blocks-gallery-grid.is-cropped .blocks-gallery-image,.blocks-gallery-grid.is-cropped .blocks-gallery-item,.wp-block-gallery.is-cropped .blocks-gallery-image,.wp-block-gallery.is-cropped .blocks-gallery-item{align-self:inherit}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports (position:sticky){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:420px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin:0 0 1em}.wp-block-image img{max-width:100%}.wp-block-image:not(.is-style-rounded) img{border-radius:inherit}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-image figure{margin:0}ol.wp-block-latest-comments{margin-left:0}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none;padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto;max-width:100%}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{align-self:end}.wp-block-media-text .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-link,.wp-block-navigation .wp-block-pages-list__item{display:flex;align-items:center;position:relative}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__container:empty,.wp-block-navigation .wp-block-pages-list__item .wp-block-navigation-link__container:empty{display:none}.wp-block-navigation .wp-block-navigation-link__content,.wp-block-navigation .wp-block-pages-list__item__link{color:inherit;display:block}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__container,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:active,.wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:focus{text-decoration:inherit}.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus,.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link,.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:focus{text-decoration:none}.wp-block-navigation .wp-block-navigation-link__submenu-icon,.wp-block-navigation .wp-block-page-list__submenu-icon{height:inherit}.wp-block-navigation .wp-block-navigation-link__submenu-icon svg,.wp-block-navigation .wp-block-page-list__submenu-icon svg{stroke:currentColor}.wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content,.wp-block-navigation .wp-block-pages-list__item .wp-block-pages-list__item__link{padding:0}.wp-block-navigation .has-child>.wp-block-navigation-link__content,.wp-block-navigation .has-child>.wp-block-pages-list__item__link{margin-right:.5em}.wp-block-navigation .has-child .submenu-container,.wp-block-navigation .has-child .wp-block-navigation-link__container{background-color:inherit;color:inherit;position:absolute;z-index:2;flex-direction:column;align-items:normal;min-width:200px;display:none;opacity:0;transition:opacity .1s linear;visibility:hidden}.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__content,.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-pages-list__item__link,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__content,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-pages-list__item__link,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__content,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-pages-list__item__link,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__content,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-pages-list__item__link{flex-grow:1}.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .submenu-container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .submenu-container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-navigation-link>.wp-block-page-list__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-navigation-link__submenu-icon,.wp-block-navigation .has-child .wp-block-navigation-link__container>.wp-block-pages-list__item>.wp-block-page-list__submenu-icon{padding-right:.5em}@media (min-width:782px){.wp-block-navigation .has-child .submenu-container .submenu-container:before,.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container:before,.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container:before,.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__submenu-icon svg,.wp-block-navigation .has-child .submenu-container .wp-block-page-list__submenu-icon svg,.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__submenu-icon svg,.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-page-list__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child:hover>.wp-block-navigation-link__container{display:flex;visibility:visible;opacity:1}.wp-block-navigation .has-child:focus-within>.wp-block-navigation-link__container{display:flex;visibility:visible;opacity:1}.wp-block-navigation .has-child:hover{cursor:pointer}.wp-block-navigation .has-child:hover>.submenu-container{display:flex;visibility:visible;opacity:1}.wp-block-navigation .has-child:focus-within{cursor:pointer}.wp-block-navigation .has-child:focus-within>.submenu-container{display:flex;visibility:visible;opacity:1}.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container{left:auto;right:0}.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.submenu-container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-right>.wp-block-navigation__container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.submenu-container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container{left:auto;right:100%}.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link,.wp-block-navigation.wp-block-navigation .wp-block-page-list,.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item{margin:0 2em 0 0}.wp-block-navigation.wp-block-navigation .wp-block-navigation__container>.wp-block-navigation-link:last-child,.wp-block-navigation.wp-block-navigation .wp-block-page-list:last-child,.wp-block-navigation.wp-block-navigation .wp-block-page-list>.wp-block-pages-list__item:last-child{margin-right:0}.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container>.wp-block-navigation-link,.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list,.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list>.wp-block-pages-list__item{margin:0 .5em 0 0}.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container .wp-block-navigation-link__content,.wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list .wp-block-pages-list__item__link{padding:.5em 1em}.wp-block-navigation.wp-block-navigation .has-child .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container{left:-1em;top:100%}.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item{margin:0}.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__content,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item__link,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__content,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item__link{padding:.5em 1em}.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container{left:-1px}@media (min-width:782px){.wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container{left:100%;top:-1px}}.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container{left:0;top:100%}.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container{left:0}@media (min-width:782px){.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container,.wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container{left:100%;top:0}}.wp-block-navigation:not(.has-background) .submenu-container,.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container{background-color:#fff;color:#000;border:1px solid rgba(0,0,0,.15)}.wp-block-navigation__container{align-items:center;list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}@media (min-width:600px){.wp-block-navigation__container{display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block;flex-direction:column;align-items:flex-start}}.items-justified-center .wp-block-navigation__container{justify-content:center}.items-justified-right .wp-block-navigation__container{justify-content:flex-end}.items-justified-space-between .wp-block-navigation__container{justify-content:space-between}.is-vertical.items-justified-center>ul{align-items:center}.is-vertical.items-justified-right>ul{align-items:flex-end}.is-vertical.items-justified-right>ul .wp-block-navigation-link,.is-vertical.items-justified-right>ul .wp-block-pages-list__item{margin-right:0;justify-content:flex-end}.wp-block-navigation__responsive-container{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;align-items:flex-start;justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open{display:flex;flex-direction:column;overflow:auto;z-index:100000;padding:24px;background-color:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container{display:flex;flex-direction:column;margin-left:auto;margin-right:auto;align-items:flex-start;line-height:48px;padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-page-list{flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link .wp-block-navigation-link__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item .submenu-container{background:transparent!important}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.is-menu-open){display:flex;flex-direction:row;position:relative;background-color:inherit}.wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .submenu-container.submenu-container.submenu-container.submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff;color:#000}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{vertical-align:middle;cursor:pointer;color:currentColor;background:transparent;border:none;margin:0;padding:0}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;pointer-events:none;display:block;width:24px;height:24px}.wp-block-navigation__responsive-container-open{display:flex}@media (min-width:600px){.wp-block-navigation__responsive-container-open{display:none}}.items-justified-left .wp-block-navigation__responsive-container-open{margin-left:0;margin-right:auto}.items-justified-center .wp-block-navigation__responsive-container-open{margin-left:auto;margin-right:auto}.items-justified-right .wp-block-navigation__responsive-container-open{margin-left:auto;margin-right:0}.wp-block-navigation__responsive-container-close{position:absolute;top:24px;right:24px;z-index:2}.wp-block-navigation__responsive-close{width:100%}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{width:100%;height:100%}.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__submenu-icon,.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list__submenu-icon{display:none}.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .submenu-container,.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation-link__container{position:relative;opacity:1;visibility:visible;padding:0 0 0 32px;border:none}.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link,.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item{flex-direction:column;align-items:flex-start}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation .wp-block-home-link__content{color:inherit;display:block;padding:.5em 1em}.wp-block-navigation[style*=text-decoration] .wp-block-home-link,.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content,.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus{text-decoration:inherit}.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content,.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus{text-decoration:none}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container{background-color:#fff;color:#000;border:1px solid rgba(0,0,0,.15)}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container{top:-1px}.wp-block-navigation .wp-block-page-list{display:flex;flex-wrap:wrap;background-color:inherit}.wp-block-navigation .wp-block-pages-list__item{background-color:inherit}.wp-block-navigation .wp-block-page-list__submenu-icon{display:none}.is-open .wp-block-navigation__container .wp-block-page-list,.is-vertical .wp-block-navigation__container .wp-block-page-list,.wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon{display:block}@media (min-width:480px){.is-open .wp-block-navigation__container .wp-block-page-list{display:flex}}.items-justified-space-between .wp-block-page-list{display:contents}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-drop-cap.has-background{overflow:hidden}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-post-comments .commentlist{list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5;margin-left:-3.25em}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{line-height:1.5;margin-left:-3.25em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.75em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block}.wp-block-post-comments .comment-form-comment textarea{box-sizing:border-box;width:100%}.wp-block-post-comments .reply{font-size:.75em;margin-bottom:1.4em}.wp-block-post-comments input,.wp-block-post-comments textarea{border:1px solid #949494}.wp-block-post-comments-form input[type=submit]{border:none;box-shadow:none;cursor:pointer;display:inline-block;text-align:center;overflow-wrap:break-word}.wp-block-post-excerpt__more-link,.wp-block-post-title a{display:inline-block}.wp-block-preformatted{white-space:pre-wrap}.wp-block-preformatted.has-background{padding:1.25em 2.375em}.wp-block-pullquote{margin:0 0 1em;padding:3em 0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-post-template,.wp-block-query-loop{max-width:100%;list-style:none;padding:0}.wp-block-post-template li,.wp-block-query-loop li{clear:both}.wp-block-post-template.is-flex-container,.wp-block-query-loop.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap}.wp-block-post-template.is-flex-container li,.wp-block-query-loop.is-flex-container li{margin:0 0 1.25em;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container li,.wp-block-query-loop.is-flex-container li{margin-right:1.25em}.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li:nth-child(2n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n){margin-right:0}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li:nth-child(3n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n){margin-right:0}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li:nth-child(4n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n){margin-right:0}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li:nth-child(5n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n){margin-right:0}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li,.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li:nth-child(6n),.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n){margin-right:0}}.wp-block-query-pagination{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-query-pagination>.wp-block-query-pagination-next,.wp-block-query-pagination>.wp-block-query-pagination-numbers,.wp-block-query-pagination>.wp-block-query-pagination-previous{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child{margin-right:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-rss.wp-block-rss{box-sizing:border-box}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 1em)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}.wp-block-rss.columns-4 li{width:calc(25% - 1em)}.wp-block-rss.columns-5 li{width:calc(20% - 1em)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}.wp-block-search .wp-block-search__button{background:#f7f7f7;border:1px solid #ccc;padding:.375em .625em;color:#32373c;margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button.has-icon{line-height:0}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block-separator{border-top:1px solid;border-bottom:1px solid}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-site-logo{line-height:0}.wp-block-site-logo a{display:inline-block}.wp-block-site-logo.is-default-size img{width:120px;height:auto}.wp-block-site-logo .aligncenter{display:table}.wp-block-site-logo.is-style-rounded img{border-radius:9999px}.wp-block-social-links{display:flex;flex-wrap:wrap;padding-left:0;padding-right:0;text-indent:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{margin:4px 8px 4px 0}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-block-social-link{transition-duration:0s;transition-delay:0s}}.wp-block-social-link a{display:block;line-height:0;transition:transform .1s ease}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg{color:currentColor;fill:currentColor}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{color:#d32422}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}.wp-block-tag-cloud.aligncenter{text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-table{margin:0 0 1em;overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-table .has-border-color>*,.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr{border-color:inherit}.wp-block-table table[style*=border-style]>*,.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr{border-style:inherit}.wp-block-table table[style*=border-width]>*,.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr{border-width:inherit}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{margin:0 0 1em}.wp-block-video video{width:100%}@supports (position:sticky){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:inline-block}.wp-block-post-featured-image img{max-width:100%;height:auto}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-white-background-color{background-color:#fff}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-black-background-color{background-color:#000}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-white-color{color:#fff}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-black-color{color:#000}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-small-font-size{font-size:.8125em}.has-normal-font-size,.has-regular-font-size{font-size:1em}.has-medium-font-size{font-size:1.25em}.has-large-font-size{font-size:2.25em}.has-huge-font-size,.has-larger-font-size{font-size:2.625em}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
/* ===== css_frontend.css ===== */
@charset "UTF-8";
/* CSS Document 
File: assets/css/frontend.css
Description: Css classes for frontend views
Plugin: FlatFolio
Author: Alessio Marzo
*/


/* OG GRID */

.og-grid * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
text-decoration:none!important;

}

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	
}

.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	height: 250px;
}

.og-grid li img.attachment-ff-grid-thumb {
	
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out; 
}

.og-grid li .og-caption {
	background:#333;
	color:#efefef;
	
	font-size:20px;
	font-weight: 300;
    line-height: 50px;
	
	position:absolute;
	width:250px;
	padding: 0 10px;
	height:50px;
	bottom:0;
	left:0;
	z-index:99;
	
	white-space:nowrap; 
	overflow:hidden;
	text-overflow:ellipsis; 
}


.og-grid li:hover img.attachment-ff-grid-thumb{

	
	transform:translateY(-50px);
	-moz-transform:translateY(-50px);
	-webkit-transform:translateY(-50px);
	-o-transform:translateY(-50px);
	-ms-transform:translateY(-50px);
	
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.og-grid li > a,
.og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
	z-index:100;
}

.og-grid li.og-expanded > a::after {
	top: auto;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ddd;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
	z-index:110;
}

.og-expander {
	position: absolute;
	background: #ddd;
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
	width:100%;
}

.og-expander-inner {
	padding: 50px 30px;
	height: 100%;
}

.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close::before,
.og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
	background: #333;
}

.og-fullimg,
.og-video,
.og-audio,
.og-details,
.og-extra {
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.og-fullimg,
.og-video,
.og-audio {
	width:35%;
}

.og-details {
	width:45%;
}

.og-extra {
	width:20%;
}

.og-details {
	padding: 0 40px;
}

.og-fullimg {
	text-align: center;
}


.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	cursor:pointer;
}

.og-details h3 {
	font-weight: 300;
	font-size: 52px;
	padding:0!important;
	margin:0 0 10px 0!important;
	line-height: 60px!important;
	
	text-shadow: 0 1px 0 #FFFFFF;
}

.og-details p {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #999;
}

.og-details a.ff-link { 
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}

.og-details a.ff-link:before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}

.og-details a:hover {
	border-color: #999;
	color: #999;
}

.extra1, .extra2, .extra3, .extra4, .extra5 {
	margin-bottom:30px;
}

.og-extra .extralabel {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 0 0 10px;
	
	text-shadow: 0 1px 0 #FFFFFF;
}

.og-extra .extralabel-icon {
	display: inline-block;
	margin-right:10px;
}

.og-extra .extravalue {
    color: #999999;
    font-size: 16px; 
    font-weight: 400;
    line-height: 22px;
}

.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}

.og-lightbox-overlay {
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index:9999;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	visibility:hidden;
	opacity:0;
	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}

.og-close-overlay {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.og-close-overlay::before,
.og-close-overlay::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #888;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.og-close-overlay::after {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.og-close-overlay:hover::before,
.og-close-overlay:hover::after {
	background: #ccc;
}


.admin-bar .og-lightbox-overlay .og-close-overlay {
	top:40px;
}

.og-show {
	visibility:visible;
	opacity:1;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
}

.og-fullimage {
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-300px;
	border:solid 20px rgba(255,255,255,0.2);
}

.ff-icon-facebook10, .ff-icon-twitter8, .ff-icon-linkedin5, .ff-icon-pinterest5 {
	font-size:50px;
	margin:10px 20px 0 0;
	display:inline-block;
}

.og-filter {
	width:100%;
	text-align:center;
	margin-top:20px;
}

.og-filter button {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
	cursor:pointer;
}

.og-filter button:hover {
	border-color: #999;
	color: #999;
}

.og-filter button.filter-selected {
	background:#DDDDDD;	
}


@-webkit-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
	0% { background: #ddd; }
	33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
	66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
	
}

/* ===== css_fonts.css ===== */
@charset "UTF-8";
/* CSS Document 
File: assets/css/fonts.css
Description: Import custom fonts
Plugin: FlatFolio
Author: Alessio Marzo
*/

@font-face {
	font-family: 'ff-icons';
	src: url(/skin/default/fonts/ff-icons.eot);
}
@font-face {
	font-family: 'ff-icons';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'),
		 url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAJjEAAoAAAAAmHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAkNIAAJDStZ02eU9TLzIAAJHIAAAAYAAAAGAIIw8mY21hcAAAkigAAABMAAAATAkA8BxnYXNwAACSdAAAAAgAAAAIAAAAEGhlYWQAAJJ8AAAANgAAADb/e/mnaGhlYQAAkrQAAAAkAAAAJAPnAv1obXR4AACS2AAABIAAAASAOQAw+G1heHAAAJdYAAAABgAAAAYBIFAAbmFtZQAAl2AAAAFCAAABQtroxlpwb3N0AACYpAAAACAAAAAgAAMAAAEABAQAAQEBCWZmLWljb25zAAECAAEAOvgcAvgbA/gYBB4KABlT/4uLHgoAGVP/i4sMB4tr+Jj4egUdAAAIPQ8dAAAIQhEdAAAACR0AAJDJEgEhAgABAAkAEQATABUAGAAdACIAJwAsADEANgA7AEAARQBKAE8AVABZAF4AYwBoAG0AcgB3AHwAgQCGAIsAkACVAJoAnwCkAKkArgCzALgAvQDCAMcAzADRANYA2wDgAOUA6gDvAPQA+QD+AQMBCAENARIBFwEcASEBJgErATABNQE6AT8BRAFJAU4BUwFYAV0BYgFnAWwBcQF2AXsBgAGFAYoBjwGUAZkBngGjAagBrQGyAbcBvAHBAcYBywHQAdUB2gHfAeQB6QHuAfMB+AH9AgICBwIMAhECFgIbAiACJQIqAi8CNAI5Aj4CQwJIAk0CUgJXAlwCYQJmAmsCcAJ1AnoCfwKEAokCjgKTApgCnQKiAqcCrAKxArYCuwLAAsUCygLPAtQC2QLeAuMC6ALtAvIC9wL8AwEDBgMLAxADFQMaAx8DJAMpAy4DMwM4Az0DQgNHA0wDUQNWA1sDYANlA2oDbwN0A3kDfgODA4gDjQOSA5cDnAOhA6YDqwOwA7UDugO/A8QDyQPOA9MD2APdA+ID5wPsA/ED9gP7BAAEBQQKBA8EFAQZBB4EIwQoBC0EMgQ3BDwEQQRGBEsEUARVBFoEXwRkBGkEbgRzBHgEfQSCBIcEjASRBJYEmwSgBKUEqgSvBLQEuQS+BMMEyATNBNIE1wTcBOEE5gTrBPAE9QT6BP8FBAUJBQ4FEwUYBR0FIgUnBSwFMQU2BTsFQAVFBUoFTwVUBVkFXgVjBWgFbQVyBXcFfAWBBYYFiwWQBZUFmgWfBaRmZi1pY29uc2ZmLWljb25zdTB1MXUyMHVGNzU1dUY3NTZ1Rjc1N3VGNzU4dUY3NTl1Rjc1QXVGNzVCdUY3NUN1Rjc1RHVGNzVFdUY3NUZ1Rjc2MHVGNzYxdUY3NjJ1Rjc2M3VGNzY0dUY3NjV1Rjc2NnVGNzY3dUY3Njh1Rjc2OXVGNzZBdUY3NkJ1Rjc2Q3VGNzZEdUY3NkV1Rjc2RnVGNzcwdUY3NzF1Rjc3MnVGNzczdUY3NzR1Rjc3NXVGNzc2dUY3Nzd1Rjc3OHVGNzc5dUY3N0F1Rjc3QnVGNzdDdUY3N0R1Rjc3RXVGNzdGdUY3ODB1Rjc4MXVGNzgydUY3ODN1Rjc4NHVGNzg1dUY3ODZ1Rjc4N3VGNzg4dUY3ODl1Rjc4QXVGNzhCdUY3OEN1Rjc4RHVGNzhFdUY3OEZ1Rjc5MHVGNzkxdUY3OTJ1Rjc5M3VGNzk0dUY3OTV1Rjc5NnVGNzk3dUY3OTh1Rjc5OXVGNzlBdUY3OUJ1Rjc5Q3VGNzlEdUY3OUV1Rjc5RnVGN0EwdUY3QTF1RjdBMnVGN0EzdUY3QTR1RjdBNXVGN0E2dUY3QTd1RjdBOHVGN0E5dUY3QUF1RjdBQnVGN0FDdUY3QUR1RjdBRXVGN0FGdUY3QjB1RjdCMXVGN0IydUY3QjN1RjdCNHVGN0I1dUY3QjZ1RjdCN3VGN0I4dUY3Qjl1RjdCQXVGN0JCdUY3QkN1RjdCRHVGN0JFdUY3QkZ1RjdDMHVGN0MxdUY3QzJ1RjdDM3VGN0M0dUY3QzV1RjdDNnVGN0M3dUY3Qzh1RjdDOXVGN0NBdUY3Q0J1RjdDQ3VGN0NEdUY3Q0V1RjdDRnVGN0QwdUY3RDF1RjdEMnVGN0QzdUY3RDR1RjdENXVGN0Q2dUY3RDd1RjdEOHVGN0Q5dUY3REF1RjdEQnVGN0RDdUY3RER1RjdERXVGN0RGdUY3RTB1RjdFMXVGN0UydUY3RTN1RjdFNHVGN0U1dUY3RTZ1RjdFN3VGN0U4dUY3RTl1RjdFQXVGN0VCdUY3RUN1RjdFRHVGN0VFdUY3RUZ1RjdGMHVGN0YxdUY3RjJ1RjdGM3VGN0Y0dUY3RjV1RjdGNnVGN0Y3dUY3Rjh1RjdGOXVGN0ZBdUY3RkJ1RjdGQ3VGN0ZEdUY3RkV1RjdGRnVGODAwdUY4MDF1RjgwMnVGODAzdUY4MDR1RjgwNXVGODA2dUY4MDd1RjgwOHVGODA5dUY4MEF1RjgwQnVGODBDdUY4MER1RjgwRXVGODBGdUY4MTB1RjgxMXVGODEydUY4MTN1RjgxNHVGODE1dUY4MTZ1RjgxN3VGODE4dUY4MTl1RjgxQXVGODFCdUY4MUN1RjgxRHVGODFFdUY4MUZ1RjgyMHVGODIxdUY4MjJ1RjgyM3VGODI0dUY4MjV1RjgyNnVGODI3dUY4Mjh1RjgyOXVGODJBdUY4MkJ1RjgyQ3VGODJEdUY4MkV1RjgyRnVGODMwdUY4MzF1RjgzMnVGODMzdUY4MzR1RjgzNXVGODM2dUY4Mzd1RjgzOHVGODM5dUY4M0F1RjgzQnVGODNDdUY4M0R1RjgzRXVGODNGdUY4NDB1Rjg0MXVGODQydUY4NDN1Rjg0NHVGODQ1dUY4NDZ1Rjg0N3VGODQ4dUY4NDl1Rjg0QXVGODRCdUY4NEN1Rjg0RHVGODRFdUY4NEZ1Rjg1MHVGODUxdUY4NTJ1Rjg1M3VGODU0dUY4NTV1Rjg1NnVGODU3dUY4NTh1Rjg1OXVGODVBdUY4NUJ1Rjg1Q3VGODVEdUY4NUV1Rjg1RnVGODYwdUY4NjF1Rjg2MnVGODYzdUY4NjR1Rjg2NXVGODY2dUY4Njd1Rjg2OHVGODY5dUY4NkF1Rjg2QnVGODZDdUY4NkR1Rjg2RXVGODZGdUY4NzAAAAIBiQEeASACAAEABAAHAAoADQBKAKoBBAGjAh4CkgLfA0gEAAR4BJ0E2AT9BWoGOQbAB2kHxwgJCLQJQAl8Cd8KWgrlCxQLhwupC+gMQgycDQgNPw2LDdcONw6QDwsPhBAAEMgQ+BGuEr0TYxQFFLgVOxVqFbsV+xY5FooXcxgLGJEZPhnFGgEa1xs+G5IcRxy1HOUdkB3wHjQe3h+WIHMhDSJWI7wkJSTSJXQl+iZtJrUnIyd8J/Yogyl5Kk8q2yuAK+osSCyZLNwuAS+KMQsxbjHHMj0yrjNuNAA0ezTGNVU1pjYsNog2+TdYN8M4JDjNOQo5aDmzOiQ6kjrsO0Y7iTvXPBg8Zzy2PO09MT11PZ097z5LPtI/OD/AQGBBJEF5QddCIkJtQvZDKENPQ5dD40Q/RGREkUVtRixG30dUR8VIJEhnSOJJJEmeSg5Ke0reS4NME0yBTO5N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) format('woff');
	font-weight: normal;
	font-style: normal;
}

[class^="ff-icon-"], [class*=" ff-icon-"] {
	font-family: 'ff-icons';
	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;
}

.ff-icon-phone16:before {
	content: "\f755";
}
.ff-icon-mobile9:before {
	content: "\f756";
}
.ff-icon-mouse6:before {
	content: "\f757";
}
.ff-icon-directions2:before {
	content: "\f758";
}
.ff-icon-mail9:before {
	content: "\f759";
}
.ff-icon-paperplane2:before {
	content: "\f75a";
}
.ff-icon-pencil11:before {
	content: "\f75b";
}
.ff-icon-feather3:before {
	content: "\f75c";
}
.ff-icon-paperclip6:before {
	content: "\f75d";
}
.ff-icon-drawer4:before {
	content: "\f75e";
}
.ff-icon-reply5:before {
	content: "\f75f";
}
.ff-icon-reply-all2:before {
	content: "\f760";
}
.ff-icon-forward9:before {
	content: "\f761";
}
.ff-icon-user19:before {
	content: "\f762";
}
.ff-icon-users8:before {
	content: "\f763";
}
.ff-icon-user-add2:before {
	content: "\f764";
}
.ff-icon-vcard2:before {
	content: "\f765";
}
.ff-icon-export2:before {
	content: "\f766";
}
.ff-icon-location10:before {
	content: "\f767";
}
.ff-icon-map6:before {
	content: "\f768";
}
.ff-icon-compass10:before {
	content: "\f769";
}
.ff-icon-location11:before {
	content: "\f76a";
}
.ff-icon-target8:before {
	content: "\f76b";
}
.ff-icon-share9:before {
	content: "\f76c";
}
.ff-icon-sharable:before {
	content: "\f76d";
}
.ff-icon-heart15:before {
	content: "\f76e";
}
.ff-icon-heart16:before {
	content: "\f76f";
}
.ff-icon-star13:before {
	content: "\f770";
}
.ff-icon-star14:before {
	content: "\f771";
}
.ff-icon-thumbs-up8:before {
	content: "\f772";
}
.ff-icon-thumbs-down6:before {
	content: "\f773";
}
.ff-icon-chat11:before {
	content: "\f774";
}
.ff-icon-comment10:before {
	content: "\f775";
}
.ff-icon-quote5:before {
	content: "\f776";
}
.ff-icon-house:before {
	content: "\f777";
}
.ff-icon-popup2:before {
	content: "\f778";
}
.ff-icon-search11:before {
	content: "\f779";
}
.ff-icon-flashlight2:before {
	content: "\f77a";
}
.ff-icon-printer5:before {
	content: "\f77b";
}
.ff-icon-bell5:before {
	content: "\f77c";
}
.ff-icon-link9:before {
	content: "\f77d";
}
.ff-icon-flag9:before {
	content: "\f77e";
}
.ff-icon-cog11:before {
	content: "\f77f";
}
.ff-icon-tools2:before {
	content: "\f780";
}
.ff-icon-trophy5:before {
	content: "\f781";
}
.ff-icon-tag12:before {
	content: "\f782";
}
.ff-icon-camera20:before {
	content: "\f783";
}
.ff-icon-megaphone5:before {
	content: "\f784";
}
.ff-icon-moon7:before {
	content: "\f785";
}
.ff-icon-palette2:before {
	content: "\f786";
}
.ff-icon-leaf5:before {
	content: "\f787";
}
.ff-icon-music9:before {
	content: "\f788";
}
.ff-icon-music10:before {
	content: "\f789";
}
.ff-icon-new:before {
	content: "\f78a";
}
.ff-icon-graduation:before {
	content: "\f78b";
}
.ff-icon-book12:before {
	content: "\f78c";
}
.ff-icon-newspaper6:before {
	content: "\f78d";
}
.ff-icon-bag5:before {
	content: "\f78e";
}
.ff-icon-airplane3:before {
	content: "\f78f";
}
.ff-icon-lifebuoy:before {
	content: "\f790";
}
.ff-icon-eye10:before {
	content: "\f791";
}
.ff-icon-clock12:before {
	content: "\f792";
}
.ff-icon-microphone11:before {
	content: "\f793";
}
.ff-icon-calendar14:before {
	content: "\f794";
}
.ff-icon-bolt5:before {
	content: "\f795";
}
.ff-icon-thunder:before {
	content: "\f796";
}
.ff-icon-droplet4:before {
	content: "\f797";
}
.ff-icon-cd4:before {
	content: "\f798";
}
.ff-icon-briefcase8:before {
	content: "\f799";
}
.ff-icon-air:before {
	content: "\f79a";
}
.ff-icon-hourglass3:before {
	content: "\f79b";
}
.ff-icon-gauge:before {
	content: "\f79c";
}
.ff-icon-language:before {
	content: "\f79d";
}
.ff-icon-network2:before {
	content: "\f79e";
}
.ff-icon-key10:before {
	content: "\f79f";
}
.ff-icon-battery9:before {
	content: "\f7a0";
}
.ff-icon-bucket3:before {
	content: "\f7a1";
}
.ff-icon-magnet5:before {
	content: "\f7a2";
}
.ff-icon-drive:before {
	content: "\f7a3";
}
.ff-icon-cup5:before {
	content: "\f7a4";
}
.ff-icon-rocket5:before {
	content: "\f7a5";
}
.ff-icon-brush5:before {
	content: "\f7a6";
}
.ff-icon-suitcase6:before {
	content: "\f7a7";
}
.ff-icon-cone4:before {
	content: "\f7a8";
}
.ff-icon-earth6:before {
	content: "\f7a9";
}
.ff-icon-keyboard9:before {
	content: "\f7aa";
}
.ff-icon-browser4:before {
	content: "\f7ab";
}
.ff-icon-publish:before {
	content: "\f7ac";
}
.ff-icon-progress-3:before {
	content: "\f7ad";
}
.ff-icon-progress-2:before {
	content: "\f7ae";
}
.ff-icon-brogress-1:before {
	content: "\f7af";
}
.ff-icon-progress-0:before {
	content: "\f7b0";
}
.ff-icon-sun8:before {
	content: "\f7b1";
}
.ff-icon-sun9:before {
	content: "\f7b2";
}
.ff-icon-adjust2:before {
	content: "\f7b3";
}
.ff-icon-code5:before {
	content: "\f7b4";
}
.ff-icon-screen5:before {
	content: "\f7b5";
}
.ff-icon-infinity3:before {
	content: "\f7b6";
}
.ff-icon-light-bulb2:before {
	content: "\f7b7";
}
.ff-icon-credit-card3:before {
	content: "\f7b8";
}
.ff-icon-database4:before {
	content: "\f7b9";
}
.ff-icon-voicemail:before {
	content: "\f7ba";
}
.ff-icon-clipboard9:before {
	content: "\f7bb";
}
.ff-icon-cart7:before {
	content: "\f7bc";
}
.ff-icon-box5:before {
	content: "\f7bd";
}
.ff-icon-ticket8:before {
	content: "\f7be";
}
.ff-icon-rss5:before {
	content: "\f7bf";
}
.ff-icon-signal3:before {
	content: "\f7c0";
}
.ff-icon-thermometer4:before {
	content: "\f7c1";
}
.ff-icon-droplets:before {
	content: "\f7c2";
}
.ff-icon-uniF7C32:before {
	content: "\f7c3";
}
.ff-icon-statistics:before {
	content: "\f7c4";
}
.ff-icon-pie2:before {
	content: "\f7c5";
}
.ff-icon-bars5:before {
	content: "\f7c6";
}
.ff-icon-graph2:before {
	content: "\f7c7";
}
.ff-icon-lock8:before {
	content: "\f7c8";
}
.ff-icon-lock-open2:before {
	content: "\f7c9";
}
.ff-icon-logout:before {
	content: "\f7ca";
}
.ff-icon-login:before {
	content: "\f7cb";
}
.ff-icon-checkmark10:before {
	content: "\f7cc";
}
.ff-icon-cross3:before {
	content: "\f7cd";
}
.ff-icon-minus11:before {
	content: "\f7ce";
}
.ff-icon-plus10:before {
	content: "\f7cf";
}
.ff-icon-cross4:before {
	content: "\f7d0";
}
.ff-icon-minus12:before {
	content: "\f7d1";
}
.ff-icon-plus11:before {
	content: "\f7d2";
}
.ff-icon-cross5:before {
	content: "\f7d3";
}
.ff-icon-minus13:before {
	content: "\f7d4";
}
.ff-icon-plus12:before {
	content: "\f7d5";
}
.ff-icon-erase:before {
	content: "\f7d6";
}
.ff-icon-blocked4:before {
	content: "\f7d7";
}
.ff-icon-info12:before {
	content: "\f7d8";
}
.ff-icon-info13:before {
	content: "\f7d9";
}
.ff-icon-question5:before {
	content: "\f7da";
}
.ff-icon-help2:before {
	content: "\f7db";
}
.ff-icon-warning5:before {
	content: "\f7dc";
}
.ff-icon-cycle:before {
	content: "\f7dd";
}
.ff-icon-cw:before {
	content: "\f7de";
}
.ff-icon-ccw:before {
	content: "\f7df";
}
.ff-icon-shuffle4:before {
	content: "\f7e0";
}
.ff-icon-arrow:before {
	content: "\f7e1";
}
.ff-icon-arrow2:before {
	content: "\f7e2";
}
.ff-icon-retweet3:before {
	content: "\f7e3";
}
.ff-icon-loop6:before {
	content: "\f7e4";
}
.ff-icon-history2:before {
	content: "\f7e5";
}
.ff-icon-back2:before {
	content: "\f7e6";
}
.ff-icon-switch7:before {
	content: "\f7e7";
}
.ff-icon-list13:before {
	content: "\f7e8";
}
.ff-icon-add-to-list:before {
	content: "\f7e9";
}
.ff-icon-layout15:before {
	content: "\f7ea";
}
.ff-icon-list14:before {
	content: "\f7eb";
}
.ff-icon-text:before {
	content: "\f7ec";
}
.ff-icon-text2:before {
	content: "\f7ed";
}
.ff-icon-document3:before {
	content: "\f7ee";
}
.ff-icon-docs:before {
	content: "\f7ef";
}
.ff-icon-landscape:before {
	content: "\f7f0";
}
.ff-icon-pictures6:before {
	content: "\f7f1";
}
.ff-icon-video6:before {
	content: "\f7f2";
}
.ff-icon-music11:before {
	content: "\f7f3";
}
.ff-icon-folder7:before {
	content: "\f7f4";
}
.ff-icon-archive10:before {
	content: "\f7f5";
}
.ff-icon-trash7:before {
	content: "\f7f6";
}
.ff-icon-upload10:before {
	content: "\f7f7";
}
.ff-icon-download13:before {
	content: "\f7f8";
}
.ff-icon-disk3:before {
	content: "\f7f9";
}
.ff-icon-install2:before {
	content: "\f7fa";
}
.ff-icon-cloud17:before {
	content: "\f7fb";
}
.ff-icon-upload11:before {
	content: "\f7fc";
}
.ff-icon-bookmark13:before {
	content: "\f7fd";
}
.ff-icon-bookmarks2:before {
	content: "\f7fe";
}
.ff-icon-book13:before {
	content: "\f7ff";
}
.ff-icon-play10:before {
	content: "\f800";
}
.ff-icon-pause8:before {
	content: "\f801";
}
.ff-icon-record2:before {
	content: "\f802";
}
.ff-icon-stop9:before {
	content: "\f803";
}
.ff-icon-next4:before {
	content: "\f804";
}
.ff-icon-previous4:before {
	content: "\f805";
}
.ff-icon-first3:before {
	content: "\f806";
}
.ff-icon-last3:before {
	content: "\f807";
}
.ff-icon-resize-enlarge:before {
	content: "\f808";
}
.ff-icon-resize-shrink:before {
	content: "\f809";
}
.ff-icon-volume10:before {
	content: "\f80a";
}
.ff-icon-sound3:before {
	content: "\f80b";
}
.ff-icon-mute3:before {
	content: "\f80c";
}
.ff-icon-flow-cascade:before {
	content: "\f80d";
}
.ff-icon-flow-branch:before {
	content: "\f80e";
}
.ff-icon-flow-tree:before {
	content: "\f80f";
}
.ff-icon-flow-line:before {
	content: "\f810";
}
.ff-icon-flow-parallel2:before {
	content: "\f811";
}
.ff-icon-arrow-left9:before {
	content: "\f812";
}
.ff-icon-arrow-down9:before {
	content: "\f813";
}
.ff-icon-arrow-up--upload:before {
	content: "\f814";
}
.ff-icon-arrow-right9:before {
	content: "\f815";
}
.ff-icon-arrow-left10:before {
	content: "\f816";
}
.ff-icon-arrow-down10:before {
	content: "\f817";
}
.ff-icon-arrow-up9:before {
	content: "\f818";
}
.ff-icon-arrow-right10:before {
	content: "\f819";
}
.ff-icon-arrow-left11:before {
	content: "\f81a";
}
.ff-icon-arrow-down11:before {
	content: "\f81b";
}
.ff-icon-arrow-up10:before {
	content: "\f81c";
}
.ff-icon-arrow-right11:before {
	content: "\f81d";
}
.ff-icon-arrow-left12:before {
	content: "\f81e";
}
.ff-icon-arrow-down12:before {
	content: "\f81f";
}
.ff-icon-arrow-up11:before {
	content: "\f820";
}
.ff-icon-arrow-right12:before {
	content: "\f821";
}
.ff-icon-arrow-left13:before {
	content: "\f822";
}
.ff-icon-arrow-down13:before {
	content: "\f823";
}
.ff-icon-arrow-up12:before {
	content: "\f824";
}
.ff-icon-arrow-right13:before {
	content: "\f825";
}
.ff-icon-arrow-left14:before {
	content: "\f826";
}
.ff-icon-arrow-down14:before {
	content: "\f827";
}
.ff-icon-arrow-up13:before {
	content: "\f828";
}
.ff-icon-arrow-right14:before {
	content: "\f829";
}
.ff-icon-arrow-left15:before {
	content: "\f82a";
}
.ff-icon-arrow-down15:before {
	content: "\f82b";
}
.ff-icon-arrow-up14:before {
	content: "\f82c";
}
.ff-icon-uniF82D:before {
	content: "\f82d";
}
.ff-icon-arrow-left16:before {
	content: "\f82e";
}
.ff-icon-arrow-down16:before {
	content: "\f82f";
}
.ff-icon-arrow-up15:before {
	content: "\f830";
}
.ff-icon-arrow-right15:before {
	content: "\f831";
}
.ff-icon-menu5:before {
	content: "\f832";
}
.ff-icon-ellipsis:before {
	content: "\f833";
}
.ff-icon-dots:before {
	content: "\f834";
}
.ff-icon-dot:before {
	content: "\f835";
}
.ff-icon-cc:before {
	content: "\f836";
}
.ff-icon-cc-by:before {
	content: "\f837";
}
.ff-icon-cc-nc:before {
	content: "\f838";
}
.ff-icon-cc-nc-eu:before {
	content: "\f839";
}
.ff-icon-cc-nc-jp:before {
	content: "\f83a";
}
.ff-icon-cc-sa:before {
	content: "\f83b";
}
.ff-icon-cc-nd:before {
	content: "\f83c";
}
.ff-icon-cc-pd:before {
	content: "\f83d";
}
.ff-icon-cc-zero:before {
	content: "\f83e";
}
.ff-icon-cc-share:before {
	content: "\f83f";
}
.ff-icon-cc-share2:before {
	content: "\f840";
}
.ff-icon-daniel-bruce:before {
	content: "\f841";
}
.ff-icon-daniel-bruce2:before {
	content: "\f842";
}
.ff-icon-github8:before {
	content: "\f843";
}
.ff-icon-github9:before {
	content: "\f844";
}
.ff-icon-flickr7:before {
	content: "\f845";
}
.ff-icon-flickr8:before {
	content: "\f846";
}
.ff-icon-vimeo4:before {
	content: "\f847";
}
.ff-icon-vimeo5:before {
	content: "\f848";
}
.ff-icon-twitter7:before {
	content: "\f849";
}
.ff-icon-twitter8:before {
	content: "\f84a";
}
.ff-icon-facebook9:before {
	content: "\f84b";
}
.ff-icon-facebook10:before {
	content: "\f84c";
}
.ff-icon-facebook11:before {
	content: "\f84d";
}
.ff-icon-googleplus3:before {
	content: "\f84e";
}
.ff-icon-googleplus4:before {
	content: "\f84f";
}
.ff-icon-pinterest4:before {
	content: "\f850";
}
.ff-icon-pinterest5:before {
	content: "\f851";
}
.ff-icon-tumblr5:before {
	content: "\f852";
}
.ff-icon-tumblr6:before {
	content: "\f853";
}
.ff-icon-linkedin4:before {
	content: "\f854";
}
.ff-icon-linkedin5:before {
	content: "\f855";
}
.ff-icon-dribbble8:before {
	content: "\f856";
}
.ff-icon-dribbble9:before {
	content: "\f857";
}
.ff-icon-stumbleupon4:before {
	content: "\f858";
}
.ff-icon-stumbleupon5:before {
	content: "\f859";
}
.ff-icon-lastfm4:before {
	content: "\f85a";
}
.ff-icon-lastfm5:before {
	content: "\f85b";
}
.ff-icon-rdio:before {
	content: "\f85c";
}
.ff-icon-rdio2:before {
	content: "\f85d";
}
.ff-icon-spotify:before {
	content: "\f85e";
}
.ff-icon-spotify2:before {
	content: "\f85f";
}
.ff-icon-qq:before {
	content: "\f860";
}
.ff-icon-instagram6:before {
	content: "\f861";
}
.ff-icon-dropbox2:before {
	content: "\f862";
}
.ff-icon-evernote2:before {
	content: "\f863";
}
.ff-icon-flattr2:before {
	content: "\f864";
}
.ff-icon-skype5:before {
	content: "\f865";
}
.ff-icon-skype6:before {
	content: "\f866";
}
.ff-icon-renren2:before {
	content: "\f867";
}
.ff-icon-sina-weibo:before {
	content: "\f868";
}
.ff-icon-paypal5:before {
	content: "\f869";
}
.ff-icon-picasa:before {
	content: "\f86a";
}
.ff-icon-soundcloud3:before {
	content: "\f86b";
}
.ff-icon-mixi:before {
	content: "\f86c";
}
.ff-icon-behance:before {
	content: "\f86d";
}
.ff-icon-circles:before {
	content: "\f86e";
}
.ff-icon-vk2:before {
	content: "\f86f";
}
.ff-icon-smashing:before {
	content: "\f870";
}

.ff-icon-phone16 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf755;');
}
.ff-icon-mobile9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf756;');
}
.ff-icon-mouse6 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf757;');
}
.ff-icon-directions2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf758;');
}
.ff-icon-mail9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf759;');
}
.ff-icon-paperplane2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf75a;');
}
.ff-icon-pencil11 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf75b;');
}
.ff-icon-feather3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf75c;');
}
.ff-icon-paperclip6 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf75d;');
}
.ff-icon-drawer4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf75e;');
}
.ff-icon-reply5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf75f;');
}
.ff-icon-reply-all2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf760;');
}
.ff-icon-forward9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf761;');
}
.ff-icon-user19 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf762;');
}
.ff-icon-users8 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf763;');
}
.ff-icon-user-add2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf764;');
}
.ff-icon-vcard2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf765;');
}
.ff-icon-export2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf766;');
}
.ff-icon-location10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf767;');
}
.ff-icon-map6 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf768;');
}
.ff-icon-compass10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf769;');
}
.ff-icon-location11 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf76a;');
}
.ff-icon-target8 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf76b;');
}
.ff-icon-share9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf76c;');
}
.ff-icon-sharable {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf76d;');
}
.ff-icon-heart15 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf76e;');
}
.ff-icon-heart16 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf76f;');
}
.ff-icon-star13 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf770;');
}
.ff-icon-star14 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf771;');
}
.ff-icon-thumbs-up8 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf772;');
}
.ff-icon-thumbs-down6 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf773;');
}
.ff-icon-chat11 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf774;');
}
.ff-icon-comment10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf775;');
}
.ff-icon-quote5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf776;');
}
.ff-icon-house {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf777;');
}
.ff-icon-popup2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf778;');
}
.ff-icon-search11 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf779;');
}
.ff-icon-flashlight2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf77a;');
}
.ff-icon-printer5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf77b;');
}
.ff-icon-bell5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf77c;');
}
.ff-icon-link9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf77d;');
}
.ff-icon-flag9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf77e;');
}
.ff-icon-cog11 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf77f;');
}
.ff-icon-tools2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf780;');
}
.ff-icon-trophy5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf781;');
}
.ff-icon-tag12 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf782;');
}
.ff-icon-camera20 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf783;');
}
.ff-icon-megaphone5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf784;');
}
.ff-icon-moon7 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf785;');
}
.ff-icon-palette2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf786;');
}
.ff-icon-leaf5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf787;');
}
.ff-icon-music9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf788;');
}
.ff-icon-music10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf789;');
}
.ff-icon-new {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf78a;');
}
.ff-icon-graduation {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf78b;');
}
.ff-icon-book12 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf78c;');
}
.ff-icon-newspaper6 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf78d;');
}
.ff-icon-bag5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf78e;');
}
.ff-icon-airplane3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf78f;');
}
.ff-icon-lifebuoy {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf790;');
}
.ff-icon-eye10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf791;');
}
.ff-icon-clock12 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf792;');
}
.ff-icon-microphone11 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf793;');
}
.ff-icon-calendar14 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf794;');
}
.ff-icon-bolt5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf795;');
}
.ff-icon-thunder {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf796;');
}
.ff-icon-droplet4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf797;');
}
.ff-icon-cd4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf798;');
}
.ff-icon-briefcase8 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf799;');
}
.ff-icon-air {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf79a;');
}
.ff-icon-hourglass3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf79b;');
}
.ff-icon-gauge {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf79c;');
}
.ff-icon-language {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf79d;');
}
.ff-icon-network2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf79e;');
}
.ff-icon-key10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf79f;');
}
.ff-icon-battery9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7a0;');
}
.ff-icon-bucket3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7a1;');
}
.ff-icon-magnet5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7a2;');
}
.ff-icon-drive {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7a3;');
}
.ff-icon-cup5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7a4;');
}
.ff-icon-rocket5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7a5;');
}
.ff-icon-brush5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7a6;');
}
.ff-icon-suitcase6 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7a7;');
}
.ff-icon-cone4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7a8;');
}
.ff-icon-earth6 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7a9;');
}
.ff-icon-keyboard9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7aa;');
}
.ff-icon-browser4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7ab;');
}
.ff-icon-publish {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7ac;');
}
.ff-icon-progress-3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7ad;');
}
.ff-icon-progress-2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7ae;');
}
.ff-icon-brogress-1 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7af;');
}
.ff-icon-progress-0 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7b0;');
}
.ff-icon-sun8 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7b1;');
}
.ff-icon-sun9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7b2;');
}
.ff-icon-adjust2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7b3;');
}
.ff-icon-code5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7b4;');
}
.ff-icon-screen5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7b5;');
}
.ff-icon-infinity3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7b6;');
}
.ff-icon-light-bulb2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7b7;');
}
.ff-icon-credit-card3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7b8;');
}
.ff-icon-database4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7b9;');
}
.ff-icon-voicemail {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7ba;');
}
.ff-icon-clipboard9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7bb;');
}
.ff-icon-cart7 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7bc;');
}
.ff-icon-box5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7bd;');
}
.ff-icon-ticket8 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7be;');
}
.ff-icon-rss5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7bf;');
}
.ff-icon-signal3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7c0;');
}
.ff-icon-thermometer4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7c1;');
}
.ff-icon-droplets {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7c2;');
}
.ff-icon-uniF7C32 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7c3;');
}
.ff-icon-statistics {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7c4;');
}
.ff-icon-pie2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7c5;');
}
.ff-icon-bars5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7c6;');
}
.ff-icon-graph2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7c7;');
}
.ff-icon-lock8 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7c8;');
}
.ff-icon-lock-open2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7c9;');
}
.ff-icon-logout {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7ca;');
}
.ff-icon-login {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7cb;');
}
.ff-icon-checkmark10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7cc;');
}
.ff-icon-cross3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7cd;');
}
.ff-icon-minus11 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7ce;');
}
.ff-icon-plus10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7cf;');
}
.ff-icon-cross4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7d0;');
}
.ff-icon-minus12 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7d1;');
}
.ff-icon-plus11 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7d2;');
}
.ff-icon-cross5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7d3;');
}
.ff-icon-minus13 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7d4;');
}
.ff-icon-plus12 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7d5;');
}
.ff-icon-erase {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7d6;');
}
.ff-icon-blocked4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7d7;');
}
.ff-icon-info12 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7d8;');
}
.ff-icon-info13 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7d9;');
}
.ff-icon-question5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7da;');
}
.ff-icon-help2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7db;');
}
.ff-icon-warning5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7dc;');
}
.ff-icon-cycle {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7dd;');
}
.ff-icon-cw {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7de;');
}
.ff-icon-ccw {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7df;');
}
.ff-icon-shuffle4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7e0;');
}
.ff-icon-arrow {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7e1;');
}
.ff-icon-arrow2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7e2;');
}
.ff-icon-retweet3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7e3;');
}
.ff-icon-loop6 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7e4;');
}
.ff-icon-history2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7e5;');
}
.ff-icon-back2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7e6;');
}
.ff-icon-switch7 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7e7;');
}
.ff-icon-list13 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7e8;');
}
.ff-icon-add-to-list {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7e9;');
}
.ff-icon-layout15 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7ea;');
}
.ff-icon-list14 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7eb;');
}
.ff-icon-text {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7ec;');
}
.ff-icon-text2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7ed;');
}
.ff-icon-document3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7ee;');
}
.ff-icon-docs {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7ef;');
}
.ff-icon-landscape {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7f0;');
}
.ff-icon-pictures6 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7f1;');
}
.ff-icon-video6 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7f2;');
}
.ff-icon-music11 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7f3;');
}
.ff-icon-folder7 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7f4;');
}
.ff-icon-archive10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7f5;');
}
.ff-icon-trash7 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7f6;');
}
.ff-icon-upload10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7f7;');
}
.ff-icon-download13 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7f8;');
}
.ff-icon-disk3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7f9;');
}
.ff-icon-install2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7fa;');
}
.ff-icon-cloud17 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7fb;');
}
.ff-icon-upload11 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7fc;');
}
.ff-icon-bookmark13 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7fd;');
}
.ff-icon-bookmarks2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7fe;');
}
.ff-icon-book13 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf7ff;');
}
.ff-icon-play10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf800;');
}
.ff-icon-pause8 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf801;');
}
.ff-icon-record2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf802;');
}
.ff-icon-stop9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf803;');
}
.ff-icon-next4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf804;');
}
.ff-icon-previous4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf805;');
}
.ff-icon-first3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf806;');
}
.ff-icon-last3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf807;');
}
.ff-icon-resize-enlarge {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf808;');
}
.ff-icon-resize-shrink {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf809;');
}
.ff-icon-volume10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf80a;');
}
.ff-icon-sound3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf80b;');
}
.ff-icon-mute3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf80c;');
}
.ff-icon-flow-cascade {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf80d;');
}
.ff-icon-flow-branch {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf80e;');
}
.ff-icon-flow-tree {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf80f;');
}
.ff-icon-flow-line {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf810;');
}
.ff-icon-flow-parallel2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf811;');
}
.ff-icon-arrow-left9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf812;');
}
.ff-icon-arrow-down9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf813;');
}
.ff-icon-arrow-up--upload {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf814;');
}
.ff-icon-arrow-right9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf815;');
}
.ff-icon-arrow-left10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf816;');
}
.ff-icon-arrow-down10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf817;');
}
.ff-icon-arrow-up9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf818;');
}
.ff-icon-arrow-right10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf819;');
}
.ff-icon-arrow-left11 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf81a;');
}
.ff-icon-arrow-down11 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf81b;');
}
.ff-icon-arrow-up10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf81c;');
}
.ff-icon-arrow-right11 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf81d;');
}
.ff-icon-arrow-left12 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf81e;');
}
.ff-icon-arrow-down12 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf81f;');
}
.ff-icon-arrow-up11 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf820;');
}
.ff-icon-arrow-right12 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf821;');
}
.ff-icon-arrow-left13 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf822;');
}
.ff-icon-arrow-down13 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf823;');
}
.ff-icon-arrow-up12 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf824;');
}
.ff-icon-arrow-right13 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf825;');
}
.ff-icon-arrow-left14 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf826;');
}
.ff-icon-arrow-down14 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf827;');
}
.ff-icon-arrow-up13 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf828;');
}
.ff-icon-arrow-right14 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf829;');
}
.ff-icon-arrow-left15 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf82a;');
}
.ff-icon-arrow-down15 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf82b;');
}
.ff-icon-arrow-up14 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf82c;');
}
.ff-icon-uniF82D {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf82d;');
}
.ff-icon-arrow-left16 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf82e;');
}
.ff-icon-arrow-down16 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf82f;');
}
.ff-icon-arrow-up15 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf830;');
}
.ff-icon-arrow-right15 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf831;');
}
.ff-icon-menu5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf832;');
}
.ff-icon-ellipsis {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf833;');
}
.ff-icon-dots {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf834;');
}
.ff-icon-dot {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf835;');
}
.ff-icon-cc {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf836;');
}
.ff-icon-cc-by {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf837;');
}
.ff-icon-cc-nc {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf838;');
}
.ff-icon-cc-nc-eu {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf839;');
}
.ff-icon-cc-nc-jp {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf83a;');
}
.ff-icon-cc-sa {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf83b;');
}
.ff-icon-cc-nd {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf83c;');
}
.ff-icon-cc-pd {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf83d;');
}
.ff-icon-cc-zero {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf83e;');
}
.ff-icon-cc-share {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf83f;');
}
.ff-icon-cc-share2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf840;');
}
.ff-icon-daniel-bruce {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf841;');
}
.ff-icon-daniel-bruce2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf842;');
}
.ff-icon-github8 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf843;');
}
.ff-icon-github9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf844;');
}
.ff-icon-flickr7 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf845;');
}
.ff-icon-flickr8 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf846;');
}
.ff-icon-vimeo4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf847;');
}
.ff-icon-vimeo5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf848;');
}
.ff-icon-twitter7 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf849;');
}
.ff-icon-twitter8 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf84a;');
}
.ff-icon-facebook9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf84b;');
}
.ff-icon-facebook10 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf84c;');
}
.ff-icon-facebook11 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf84d;');
}
.ff-icon-googleplus3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf84e;');
}
.ff-icon-googleplus4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf84f;');
}
.ff-icon-pinterest4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf850;');
}
.ff-icon-pinterest5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf851;');
}
.ff-icon-tumblr5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf852;');
}
.ff-icon-tumblr6 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf853;');
}
.ff-icon-linkedin4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf854;');
}
.ff-icon-linkedin5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf855;');
}
.ff-icon-dribbble8 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf856;');
}
.ff-icon-dribbble9 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf857;');
}
.ff-icon-stumbleupon4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf858;');
}
.ff-icon-stumbleupon5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf859;');
}
.ff-icon-lastfm4 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf85a;');
}
.ff-icon-lastfm5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf85b;');
}
.ff-icon-rdio {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf85c;');
}
.ff-icon-rdio2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf85d;');
}
.ff-icon-spotify {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf85e;');
}
.ff-icon-spotify2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf85f;');
}
.ff-icon-qq {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf860;');
}
.ff-icon-instagram6 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf861;');
}
.ff-icon-dropbox2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf862;');
}
.ff-icon-evernote2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf863;');
}
.ff-icon-flattr2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf864;');
}
.ff-icon-skype5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf865;');
}
.ff-icon-skype6 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf866;');
}
.ff-icon-renren2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf867;');
}
.ff-icon-sina-weibo {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf868;');
}
.ff-icon-paypal5 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf869;');
}
.ff-icon-picasa {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf86a;');
}
.ff-icon-soundcloud3 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf86b;');
}
.ff-icon-mixi {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf86c;');
}
.ff-icon-behance {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf86d;');
}
.ff-icon-circles {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf86e;');
}
.ff-icon-vk2 {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf86f;');
}
.ff-icon-smashing {
	*zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf870;');
}

/* ===== css_style.css ===== */
a, a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.futurio-elementor-menu #site-navigation {
    border-bottom: none;
}
.futurio-elementor-menu #site-navigation.shrink {
    min-height: 60px;
    position: relative;
    width: auto;
    z-index: 9;
    top: auto;
}
.futurio-elementor-menu .shrink .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
    max-height: 80px;
}
/* The Loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #16a085;
    -webkit-animation: spin 1.7s linear infinite;
    -ms-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin-reverse 0.6s linear infinite;
    -ms-animation: spin-reverse 0.6s linear infinite;
    animation: spin-reverse 0.6s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 50;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.4s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.2s 1s ease-out;
    -ms-transition: all 0.2s 1s ease-out;
}
.no-js #loader-wrapper {
    display: none !important;
}

.archive-product-categories {
    opacity: 0.7;
    font-size: 80%;
    margin-bottom: 5px;
}
.archive-product-categories a {
    margin-left: 5px;
}
.f-posts-shortcode {
    display: block;
    overflow: hidden;
}
.f-posts-shortcode article {
    clear: none;
    margin-bottom: 20px;
}
.page-builders .f-posts-shortcode article {
    padding-left: 15px;
    padding-right: 15px;
}
.f-posts-shortcode .col-md-6:nth-child(2n+1),
.f-posts-shortcode .col-md-4:nth-child(3n+1),
.f-posts-shortcode .col-md-3:nth-child(4n+1),
.f-posts-shortcode .col-md-2:nth-child(6n+1) {
    clear: left;
}
.f-posts-shortcode .f-line {
    border: 1px solid;
    width: 50px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-item.layout-two {
    clear: both;
    margin-bottom: 8px;
}
.news-item.layout-two .news-thumb {
    float: left;
    max-width: 80px;
    margin-right: 10px;
    margin-bottom: 8px;
}
.news-item.layout-two h2, .news-item.layout-two h2 a {
    font-size: 15px;
    line-height: 18px;
}
.extra-posted-date, .extra-comments-meta {
    opacity: .7;
    padding-right: 8px;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
}
span.extra-comments-meta a {
    padding-right: 3px;
}

/* Social icons widget */
.futuriowp-social-icons{display:inline-block;width:100%;list-style:none;margin:0;padding:0}.futuriowp-social-icons.rotate a:hover{transform:rotate(360deg)}.futuriowp-social-icons.zoomout a:hover{transform:scale(0.8)}.futuriowp-social-icons.float a:hover{transform:translateY(-3px)}.futuriowp-social-icons li{display:inline-block;margin:3px;padding:0}.futuriowp-social-icons li a{display:block;padding:0;text-align:center}.futuriowp-social-icons.style-light li a,.futuriowp-social-icons.style-dark li a,.futuriowp-social-icons.style-colored li a{width:55px;height:55px;line-height:55px;font-size:16px;border-radius:2px}.futuriowp-social-icons.style-light li a{color:#bbb;border:1px solid #e9e9e9}.futuriowp-social-icons.style-light li.futuriowp-twitter a:hover{color:#46d4fe !important;border-color:#46d4fe !important}.futuriowp-social-icons.style-light li.futuriowp-facebook a:hover{color:#37589b !important;border-color:#37589b !important}.futuriowp-social-icons.style-light li.futuriowp-google-plus a:hover{color:#de5a49 !important;border-color:#de5a49 !important}.futuriowp-social-icons.style-light li.futuriowp-pinterest a:hover{color:#cb2027 !important;border-color:#cb2027 !important}.futuriowp-social-icons.style-light li.futuriowp-dribbble a:hover{color:#ea4c89 !important;border-color:#ea4c89 !important}.futuriowp-social-icons.style-light li.futuriowp-vk a:hover{color:#597BA5 !important;border-color:#597BA5 !important}.futuriowp-social-icons.style-light li.futuriowp-instagram a:hover{color:#3F729B !important;border-color:#3F729B !important}.futuriowp-social-icons.style-light li.futuriowp-linkedin a:hover{color:#3399CC !important;border-color:#3399CC !important}.futuriowp-social-icons.style-light li.futuriowp-tumblr a:hover{color:#2C4762 !important;border-color:#2C4762 !important}.futuriowp-social-icons.style-light li.futuriowp-github a:hover{color:#60b044 !important;border-color:#60b044 !important}.futuriowp-social-icons.style-light li.futuriowp-flickr a:hover{color:#fa4086 !important;border-color:#fa4086 !important}.futuriowp-social-icons.style-light li.futuriowp-skype a:hover{color:#00AFF0 !important;border-color:#00AFF0 !important}.futuriowp-social-icons.style-light li.futuriowp-trello a:hover{color:#0079bf !important;border-color:#0079bf !important}.futuriowp-social-icons.style-light li.futuriowp-foursquare a:hover{color:#2d5be3 !important;border-color:#2d5be3 !important}.futuriowp-social-icons.style-light li.futuriowp-youtube a:hover{color:#C4302B !important;border-color:#C4302B !important}.futuriowp-social-icons.style-light li.futuriowp-vimeo a:hover{color:#1ab7ea !important;border-color:#1ab7ea !important}.futuriowp-social-icons.style-light li.futuriowp-vine a:hover{color:#00bf8f !important;border-color:#00bf8f !important}.futuriowp-social-icons.style-light li.futuriowp-xing a:hover{color:#006464 !important;border-color:#006464 !important}.futuriowp-social-icons.style-light li.futuriowp-yelp a:hover{color:#C41200 !important;border-color:#C41200 !important}.futuriowp-social-icons.style-light li.futuriowp-tripadvisor a:hover{color:#589442 !important;border-color:#589442 !important}.futuriowp-social-icons.style-light li.futuriowp-rss a:hover{color:#ff7900 !important;border-color:#ff7900 !important}.futuriowp-social-icons.style-light li.futuriowp-email a:hover{color:#13aff0 !important;border-color:#13aff0 !important}.futuriowp-social-icons.style-dark li a{color:#333;border:1px solid #333}.futuriowp-social-icons.style-dark li.futuriowp-twitter a:hover{color:#46d4fe !important;border-color:#46d4fe !important}.futuriowp-social-icons.style-dark li.futuriowp-facebook a:hover{color:#37589b !important;border-color:#37589b !important}.futuriowp-social-icons.style-dark li.futuriowp-google-plus a:hover{color:#de5a49 !important;border-color:#de5a49 !important}.futuriowp-social-icons.style-dark li.futuriowp-pinterest a:hover{color:#cb2027 !important;border-color:#cb2027 !important}.futuriowp-social-icons.style-dark li.futuriowp-dribbble a:hover{color:#ea4c89 !important;border-color:#ea4c89 !important}.futuriowp-social-icons.style-dark li.futuriowp-vk a:hover{color:#597BA5 !important;border-color:#597BA5 !important}.futuriowp-social-icons.style-dark li.futuriowp-instagram a:hover{color:#3F729B !important;border-color:#3F729B !important}.futuriowp-social-icons.style-dark li.futuriowp-linkedin a:hover{color:#3399CC !important;border-color:#3399CC !important}.futuriowp-social-icons.style-dark li.futuriowp-tumblr a:hover{color:#2C4762 !important;border-color:#2C4762 !important}.futuriowp-social-icons.style-dark li.futuriowp-github a:hover{color:#60b044 !important;border-color:#60b044 !important}.futuriowp-social-icons.style-dark li.futuriowp-flickr a:hover{color:#fa4086 !important;border-color:#fa4086 !important}.futuriowp-social-icons.style-dark li.futuriowp-skype a:hover{color:#00AFF0 !important;border-color:#00AFF0 !important}.futuriowp-social-icons.style-dark li.futuriowp-trello a:hover{color:#0079bf !important;border-color:#0079bf !important}.futuriowp-social-icons.style-dark li.futuriowp-foursquare a:hover{color:#2d5be3 !important;border-color:#2d5be3 !important}.futuriowp-social-icons.style-dark li.futuriowp-youtube a:hover{color:#C4302B !important;border-color:#C4302B !important}.futuriowp-social-icons.style-dark li.futuriowp-vimeo a:hover{color:#1ab7ea !important;border-color:#1ab7ea !important}.futuriowp-social-icons.style-dark li.futuriowp-vine a:hover{color:#00bf8f !important;border-color:#00bf8f !important}.futuriowp-social-icons.style-dark li.futuriowp-xing a:hover{color:#006464 !important;border-color:#006464 !important}.futuriowp-social-icons.style-dark li.futuriowp-yelp a:hover{color:#C41200 !important;border-color:#C41200 !important}.futuriowp-social-icons.style-dark li.futuriowp-tripadvisor a:hover{color:#589442 !important;border-color:#589442 !important}.futuriowp-social-icons.style-dark li.futuriowp-rss a:hover{color:#ff7900 !important;border-color:#ff7900 !important}.futuriowp-social-icons.style-dark li.futuriowp-email a:hover{color:#13aff0 !important;border-color:#13aff0 !important}.futuriowp-social-icons.style-colored li a{color:#fff}.futuriowp-social-icons.style-colored li a:hover{color:#fff}.futuriowp-social-icons.style-colored li.futuriowp-twitter a{background-color:#46d4fe}.futuriowp-social-icons.style-colored li.futuriowp-twitter a:hover{background-color:#39b4d8}.futuriowp-social-icons.style-colored li.futuriowp-facebook a{background-color:#37589b}.futuriowp-social-icons.style-colored li.futuriowp-facebook a:hover{background-color:#2d477c}.futuriowp-social-icons.style-colored li.futuriowp-google-plus a{background-color:#de5a49}.futuriowp-social-icons.style-colored li.futuriowp-google-plus a:hover{background-color:#bb4c3e}.futuriowp-social-icons.style-colored li.futuriowp-pinterest a{background-color:#cb2027}.futuriowp-social-icons.style-colored li.futuriowp-pinterest a:hover{background-color:#a91d23}.futuriowp-social-icons.style-colored li.futuriowp-dribbble a{background-color:#ea4c89}.futuriowp-social-icons.style-colored li.futuriowp-dribbble a:hover{background-color:#c64174}.futuriowp-social-icons.style-colored li.futuriowp-vk a{background-color:#597BA5}.futuriowp-social-icons.style-colored li.futuriowp-vk a:hover{background-color:#486384}.futuriowp-social-icons.style-colored li.futuriowp-instagram a{background-color:#3F729B}.futuriowp-social-icons.style-colored li.futuriowp-instagram a:hover{background-color:#315a7c}.futuriowp-social-icons.style-colored li.futuriowp-linkedin a{background-color:#3399CC}.futuriowp-social-icons.style-colored li.futuriowp-linkedin a:hover{background-color:#2678a1}.futuriowp-social-icons.style-colored li.futuriowp-tumblr a{background-color:#2C4762}.futuriowp-social-icons.style-colored li.futuriowp-tumblr a:hover{background-color:#1d3042}.futuriowp-social-icons.style-colored li.futuriowp-github a{background-color:#60b044}.futuriowp-social-icons.style-colored li.futuriowp-github a:hover{background-color:#4f9237}.futuriowp-social-icons.style-colored li.futuriowp-flickr a{background-color:#fa4086}.futuriowp-social-icons.style-colored li.futuriowp-flickr a:hover{background-color:#c63169}.futuriowp-social-icons.style-colored li.futuriowp-skype a{background-color:#00AFF0}.futuriowp-social-icons.style-colored li.futuriowp-skype a:hover{background-color:#0291c6}.futuriowp-social-icons.style-colored li.futuriowp-trello a{background-color:#0079bf}.futuriowp-social-icons.style-colored li.futuriowp-trello a:hover{background-color:#0079bf}.futuriowp-social-icons.style-colored li.futuriowp-foursquare a{background-color:#2d5be3}.futuriowp-social-icons.style-colored li.futuriowp-foursquare a:hover{background-color:#2d5be3}.futuriowp-social-icons.style-colored li.futuriowp-youtube a{background-color:#C4302B}.futuriowp-social-icons.style-colored li.futuriowp-youtube a:hover{background-color:#982420}.futuriowp-social-icons.style-colored li.futuriowp-vimeo a{background-color:#1ab7ea}.futuriowp-social-icons.style-colored li.futuriowp-vimeo a:hover{background-color:#1494bd}.futuriowp-social-icons.style-colored li.futuriowp-vine a{background-color:#00bf8f}.futuriowp-social-icons.style-colored li.futuriowp-vine a:hover{background-color:#01906c}.futuriowp-social-icons.style-colored li.futuriowp-xing a{background-color:#006464}.futuriowp-social-icons.style-colored li.futuriowp-xing a:hover{background-color:#014646}.futuriowp-social-icons.style-colored li.futuriowp-yelp a{background-color:#C41200}.futuriowp-social-icons.style-colored li.futuriowp-yelp a:hover{background-color:#940f01}.futuriowp-social-icons.style-colored li.futuriowp-tripadvisor a{background-color:#589442}.futuriowp-social-icons.style-colored li.futuriowp-tripadvisor a:hover{background-color:#426f32}.futuriowp-social-icons.style-colored li.futuriowp-rss a{background-color:#ff7900}.futuriowp-social-icons.style-colored li.futuriowp-rss a:hover{background-color:#d46603}.futuriowp-social-icons.style-colored li.futuriowp-email a{background-color:#13aff0}.futuriowp-social-icons.style-colored li.futuriowp-email a:hover{background-color:#0f8dc2}.futuriowp-social-icons.style-simple li{margin:0 6px}.futuriowp-social-icons.style-simple li a{font-size:16px}

/* About me widget */
.futuriowp-about-me{position:relative;text-align:center}.futuriowp-about-me .futuriowp-about-me-avatar,.futuriowp-about-me .futuriowp-about-me-social{margin-top:20px}.futuriowp-about-me .futuriowp-about-me-avatar img{position:relative;border-radius:50%}.futuriowp-about-me .futuriowp-about-me-name{display:block;font-size:13px;font-weight:600;margin:16px 0 10px;text-transform:uppercase;clear:none}.futuriowp-about-me .futuriowp-about-me-social li{display:inline-block;margin-left:6px}.futuriowp-about-me .futuriowp-about-me-social li:first-child{margin-left:0}.futuriowp-about-me .futuriowp-about-me-social li a{display:inline-block;font-size:14px;text-align:center;width:40px;height:40px;line-height:40px;border-radius:50%}.futuriowp-about-me .futuriowp-about-me-social.style-color li a,.futuriowp-about-me .futuriowp-about-me-social.style-color li a:hover{color:#fff}.futuriowp-about-me .futuriowp-about-me-social.style-color li.facebook a{background-color:#37589b}.futuriowp-about-me .futuriowp-about-me-social.style-color li.facebook a:hover{background-color:#4e7ddd}.futuriowp-about-me .futuriowp-about-me-social.style-color li.twitter a{background-color:#46d4fe}.futuriowp-about-me .futuriowp-about-me-social.style-color li.twitter a:hover{background-color:#7ee1fe}.futuriowp-about-me .futuriowp-about-me-social.style-color li.google-plus a{background-color:#de5a49}.futuriowp-about-me .futuriowp-about-me-social.style-color li.google-plus a:hover{background-color:#fc7a69}.futuriowp-about-me .futuriowp-about-me-social.style-color li.instagram a{background-color:#5996c7}.futuriowp-about-me .futuriowp-about-me-social.style-color li.instagram a:hover{background-color:#69b4f0}.futuriowp-about-me .futuriowp-about-me-social.style-color li.linkedin a{background-color:#419cca}.futuriowp-about-me .futuriowp-about-me-social.style-color li.linkedin a:hover{background-color:#52c3fc}.futuriowp-about-me .futuriowp-about-me-social.style-color li.pinterest a{background-color:#cb2027}.futuriowp-about-me .futuriowp-about-me-social.style-color li.pinterest a:hover{background-color:#f7555c}.futuriowp-about-me .futuriowp-about-me-social.style-color li.youtube a{background-color:#dd4646}.futuriowp-about-me .futuriowp-about-me-social.style-color li.youtube a:hover{background-color:#ff6262}.futuriowp-about-me .futuriowp-about-me-social.style-light li a{color:#aaa;border:1px solid #e9e9e9}.futuriowp-about-me .futuriowp-about-me-social.style-dark li a{color:#929292;border:1px solid #555}.futuriowp-about-me .futuriowp-about-me-social.style-light li.facebook a:hover,.futuriowp-about-me .futuriowp-about-me-social.style-dark li.facebook a:hover{color:#37589b;border-color:#37589b}.futuriowp-about-me .futuriowp-about-me-social.style-light li.twitter a:hover,.futuriowp-about-me .futuriowp-about-me-social.style-dark li.twitter a:hover{color:#46d4fe;border-color:#46d4fe}.futuriowp-about-me .futuriowp-about-me-social.style-light li.google-plus a:hover,.futuriowp-about-me .futuriowp-about-me-social.style-dark li.google-plus a:hover{color:#de5a49;border-color:#de5a49}.futuriowp-about-me .futuriowp-about-me-social.style-light li.instagram a:hover,.futuriowp-about-me .futuriowp-about-me-social.style-dark li.instagram a:hover{color:#5996c7;border-color:#5996c7}.futuriowp-about-me .futuriowp-about-me-social.style-light li.linkedin a:hover,.futuriowp-about-me .futuriowp-about-me-social.style-dark li.linkedin a:hover{color:#419cca;border-color:#419cca}.futuriowp-about-me .futuriowp-about-me-social.style-light li.pinterest a:hover,.futuriowp-about-me .futuriowp-about-me-social.style-dark li.pinterest a:hover{color:#cb2027;border-color:#cb2027}.futuriowp-about-me .futuriowp-about-me-social.style-light li.youtube a:hover,.futuriowp-about-me .futuriowp-about-me-social.style-dark li.youtube a:hover{color:#dd4646;border-color:#dd4646}

.widget ul.futuriowp-social-icons li, .widget ul.futuriowp-about-me-social li {
    border-bottom: none;
    padding: 0;
    margin: 3px;
}

/* NEXT-PREV LINKS IN SINGLE PRODUCT PAGE */
#product-nav {
    margin: 30px 0 50px;
    position: relative;
    width: 100%;
    display: inline-block;
}

.ie9 #product-nav{
    padding-bottom: 50px;
}

#product-nav span.prev-label,
#product-nav span.next-label {
    position: absolute;
    top: -12px;
}

.ie9 #product-nav span.prev-label,
.ie9 #product-nav span.next-label {
    top: 10px;
}

#product-nav span.prev-label {
    left: 60px;
}
#product-nav span.next-label {
    right: 60px;
}
#product-nav > a {
    overflow: hidden;
    width: 30px;
    height: 48px;
    -webkit-transition: width 0.4s, background-color 0.4s;
    transition: width 0.4s, background-color 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    position: absolute;
    display: block;
    outline: none;
    text-align: left;
    z-index: 9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid;
    background: #fff;
}
#product-nav > a[rel='prev'] {
    left: 10px;
}
#product-nav > a[rel='next'] {
    right: 10px;
}
#product-nav > a:hover {
    width: 240px;
}
#product-nav span.fa {
    position: absolute;
    z-index: 100;
    padding: 17px 5px 15px 0;
    width: 30px;
    text-align: center;
}
#product-nav > a[rel='next'] span.fa {
    right: 0;
    padding: 17px 0 15px 1px;
}
#product-nav div.prev-product,
#product-nav div.next-product{
    position: absolute;
    top: 0;    
    width: 240px;
    height: 48px;
}
#product-nav div.next-product {
    right: 0;
}
#product-nav div.prev-product h5,
#product-nav div.next-product h5 {
    position: relative;
    margin: 0;
    line-height: 48px;
    text-align: right;
    padding: 0 55px 0 25px;
    text-transform: uppercase;
}
#product-nav div.next-product h5 {
    text-align: left;
    padding: 0 25px 0 55px;
}
#product-nav div.prev-product img.attachment-shop_thumbnail,
#product-nav div.next-product img.attachment-shop_thumbnail {
    position: absolute;
    top: 0;
    height: 45px;
    width: auto;
    right: 7px;
    padding: 2px 0;
}
#product-nav div.next-product img.attachment-shop_thumbnail {
    left: 7px;
}

.elementor-image .news-thumb img {
  width: auto;
}

.futurio-elementor-categories a, .futurio-elementor-feed-title {
    display: inline-block;
    vertical-align: middle;
} 
.futurio-elementor-icon.elementor-align-icon-left {
    float: left;
    margin-right: 5px;
}
.futurio-elementor-icon.elementor-align-icon-right {
    float: right;
    margin-left: 5px;
}
.futuriowp-social-icons .fa, .futuriowp-about-me-social .fa {
    font-family: "fontawesome";
}
/* ===== pagenavi-css.css ===== */
/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

/* ===== fontfaces.css ===== */
/**
 * Glyph fonts
 *
 * @package Bravada
 */

 /* System Fonts */
 @font-face {
  font-family: "System Font";
  font-style: normal;
  src: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

/* Glyph Icons */
@font-face {
  font-family: 'iconmeta';
  src:  url('iconmeta.eot?9qd1ry');
  src:  url('iconmeta.eot?9qd1ry#iefix') format('embedded-opentype'),
    url('iconmeta.ttf?9qd1ry') format('truetype'),
    url('iconmeta.woff?9qd1ry') format('woff'),
    url('iconmeta.svg?9qd1ry#iconmeta') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
    font-family: 'iconmeta';
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    cursor: inherit;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Metas */
.icon-category::before { content: "\e089"; }
.icon-author::before { content: "\e005"; }
.icon-date::before { content: "\e081"; }
.icon-tag::before { content: "\e055"; }
.icon-comments::before { content: "\e07d"; }
.icon-edit::before { content: "\e060"; }
.icon-arrow::before { content: "\e907"; }

/* Breadcrumbs */
.icon-bread-home::before {  content: "\e069"; }
.icon-bread-arrow::before {  content: "\e905"; }

/* Navigation */
.icon-search::before { content: "\e090"; }
.icon-pagination-left::before {  content: "\e807"; }
.icon-pagination-right::before {  content: "\e808"; }
.icon-continue-reading::before {  content: "\e0a3"; }
.icon-fixed-nav::before {  content: "\e684"; }
.icon-menu::before { content: "\e120"; }
.icon-cancel::before { content: "\e117"; }

/* Others */
.icon-back2top::before { content: '\e90a'; }
.icon-back2top::after { content: '\e90a'; }

/* Post Formats */
.icon-image::before { content: "\e941"; }
.icon-audio::before { content: "\e952"; }
.icon-video::before { content: "\e963"; }
.icon-status::before { content: "\e945"; }
.icon-aside::before { content: "\e959"; }
.icon-link::before { content: "\e948"; }
.icon-chat::before { content: "\e92f"; }
.icon-quote::before { content: "\e957"; }
.icon-gallery::before { content: "\e942"; }

.entry-content blockquote::before { content: "\e915"; }
.icon-user-female::before {
  content: "\e000";
}
.icon-screen-smartphone::before {
  content: "\e010";
}
.icon-screen-desktop::before {
  content: "\e011";
}
.icon-plane::before {
  content: "\e012";
}
.icon-notebook::before {
  content: "\e013";
}
.icon-moustache::before {
  content: "\e014";
}
.icon-energy::before {
  content: "\e020";
}
.icon-emoticon-smile::before {
  content: "\e021";
}
.icon-disc::before {
  content: "\e022";
}
.icon-credit-card::before {
  content: "\e025";
}
.icon-chemistry::before {
  content: "\e026";
}
.icon-user::before {
  content: "\e005";
}
.icon-speedometer::before {
  content: "\e007";
}
.icon-screen-tablet::before {
  content: "\e00f";
}
.icon-magic-wand::before {
  content: "\e017";
}
.icon-hourglass::before {
  content: "\e018";
}
.icon-game-controller::before {
  content: "\e01b";
}
.icon-fire::before {
  content: "\e01c";
}
.icon-eyeglasses::before {
  content: "\e01d";
}
.icon-envelope-open::before {
  content: "\e01e";
}
.icon-bell::before {
  content: "\e027";
}
.icon-badge::before {
  content: "\e028";
}
.icon-wallet::before {
  content: "\e02a";
}
.icon-vector::before {
  content: "\e02b";
}
.icon-speech::before {
  content: "\e02c";
}
.icon-puzzle::before {
  content: "\e02d";
}
.icon-pin::before {
  content: "\e031";
}
.icon-picture::before {
  content: "\e032";
}
.icon-map::before {
  content: "\e033";
}
.icon-layers::before {
  content: "\e034";
}
.icon-handbag::before {
  content: "\e035";
}
.icon-globe-alt::before {
  content: "\e036";
}
.icon-globe::before {
  content: "\e037";
}
.icon-frame::before {
  content: "\e038";
}
.icon-folder-alt::before {
  content: "\e039";
}
.icon-film::before {
  content: "\e03a";
}
.icon-feed::before {
  content: "\e03b";
}
.icon-earphones-alt::before {
  content: "\e03c";
}
.icon-earphones::before {
  content: "\e03d";
}
.icon-drop::before {
  content: "\e03e";
}
.icon-drawer::before {
  content: "\e03f";
}
.icon-docs::before {
  content: "\e040";
}
.icon-directions::before {
  content: "\e041";
}
.icon-direction::before {
  content: "\e042";
}
.icon-diamond::before {
  content: "\e043";
}
.icon-cup::before {
  content: "\e044";
}
.icon-compass::before {
  content: "\e045";
}
.icon-call-end::before {
  content: "\e048";
}
.icon-calculator::before {
  content: "\e049";
}
.icon-bubbles::before {
  content: "\e04a";
}
.icon-briefcase::before {
  content: "\e04b";
}
.icon-book-open::before {
  content: "\e04c";
}
.icon-basket-loaded::before {
  content: "\e04d";
}
.icon-basket::before {
  content: "\e04e";
}
.icon-bag::before {
  content: "\e04f";
}
.icon-action-undo::before {
  content: "\e050";
}
.icon-action-redo::before {
  content: "\e051";
}
.icon-trash::before {
  content: "\e054";
}
.icon-tag::before {
  content: "\e055";
}
.icon-support::before {
  content: "\e056";
}
.icon-share-alt::before {
  content: "\e05a";
}
.icon-share::before {
  content: "\e05b";
}
.icon-question::before {
  content: "\e05d";
}
.icon-pencil::before {
  content: "\e05f";
}
.icon-note::before {
  content: "\e060";
}
.icon-music-tone-alt::before {
  content: "\e061";
}
.icon-music-tone::before {
  content: "\e062";
}
.icon-microphone::before {
  content: "\e063";
}
.icon-list::before {
  content: "\e067";
}
.icon-home::before {
  content: "\e069";
}
.icon-grid::before {
  content: "\e06a";
}
.icon-graph::before {
  content: "\e06b";
}
.icon-cursor::before {
  content: "\e06e";
}
.icon-control-play::before {
  content: "\e071";
}
.icon-calendar::before {
  content: "\e075";
}
.icon-bulb::before {
  content: "\e076";
}
.icon-bar-chart::before {
  content: "\e077";
}
.icon-arrow-up::before {
  content: "\e078";
}
.icon-arrow-right::before {
  content: "\e079";
}
.icon-arrow-left::before {
  content: "\e07a";
}
.icon-arrow-down::before {
  content: "\e07b";
}
.icon-ban::before {
  content: "\e07c";
}
.icon-bubble::before {
  content: "\e07d";
}
.icon-camcorder::before {
  content: "\e07e";
}
.icon-camera::before {
  content: "\e07f";
}
.icon-check::before {
  content: "\e080";
}
.icon-clock::before {
  content: "\e081";
}
.icon-close::before {
  content: "\e082";
}
.icon-envelope::before {
  content: "\e086";
}
.icon-eye::before {
  content: "\e087";
}
.icon-flag::before {
  content: "\e088";
}
.icon-folder::before {
  content: "\e089";
}
.icon-heart::before {
  content: "\e08a";
}
.icon-info::before {
  content: "\e08b";
}
.icon-key::before {
  content: "\e08c";
}
.icon-link::before {
  content: "\e08d";
}
.icon-lock::before {
  content: "\e08e";
}
.icon-lock-open::before {
  content: "\e08f";
}
.icon-magnifier::before {
  content: "\e090";
}
.icon-magnifier-add::before {
  content: "\e091";
}
.icon-magnifier-remove::before {
  content: "\e092";
}
.icon-paper-clip::before {
  content: "\e093";
}
.icon-paper-plane::before {
  content: "\e094";
}
.icon-plus::before {
  content: "\e095";
}
.icon-pointer::before {
  content: "\e096";
}
.icon-power::before {
  content: "\e097";
}
.icon-refresh::before {
  content: "\e098";
}
.icon-reload::before {
  content: "\e099";
}
.icon-settings::before {
  content: "\e09a";
}
.icon-star::before {
  content: "\e09b";
}
.icon-target::before {
  content: "\e09e";
}
.icon-volume-1::before {
  content: "\e09f";
}
.icon-volume-2::before {
  content: "\e0a0";
}
.icon-volume-off::before {
  content: "\e0a1";
}
.icon-users::before {
  content: "\e001";
}
.icon-clock1::before {
  content: "\e0a9";
}
.icon-search2::before {
  content: "\e0a8";
}
.icon-head::before {
  content: "\e0a7";
}
.icon-arrow-left1::before {
  content: "\e0a2";
}
.icon-arrow-right1::before {
  content: "\e0a3";
}
.icon-arrow-up1::before {
  content: "\e0a4";
}
.icon-arrow-down1::before {
  content: "\e0a5";
}
.icon-volume::before {
  content: "\e0a6";
}
.icon-plus1::before {
  content: "\e114";
}
.icon-minus::before {
  content: "\e115";
}
.icon-check1::before {
  content: "\e116";
}
.icon-cross::before {
  content: "\e117";
}
.icon-menu2::before {
  content: "\e120";
}
.icon-ellipsis::before {
  content: "\e129";
}
.icon-search::before {
  content: "\e618";
}
.icon-refresh1::before {
  content: "\e61c";
}
.icon-close1::before {
  content: "\e680";
}
.icon-angle-up::before {
  content: "\e682";
}
.icon-angle-right::before {
  content: "\e684";
}
.icon-angle-left::before {
  content: "\e686";
}
.icon-angle-down::before {
  content: "\e688";
}
.icon-refresh-2::before {
  content: "\e6c2";
}
.icon-chevron-down::before {
  content: "\e900";
}
.icon-chevron-left::before {
  content: "\e901";
}
.icon-chevron-right::before {
  content: "\e902";
}
.icon-chevron-small-down::before {
  content: "\e903";
}
.icon-chevron-small-left::before {
  content: "\e904";
}
.icon-chevron-small-right::before {
  content: "\e905";
}
.icon-chevron-small-up::before {
  content: "\e906";
}
.icon-chevron-thin-down::before {
  content: "\e907";
}
.icon-chevron-thin-left::before {
  content: "\e908";
}
.icon-chevron-thin-right::before {
  content: "\e909";
}
.icon-chevron-thin-up::before {
  content: "\e90a";
}
.icon-chevron-up::before {
  content: "\e90b";
}
.icon-circular-graph::before {
  content: "\e90c";
}
.icon-cross2::before {
  content: "\e90d";
}
.icon-magnifying-glass::before {
  content: "\e911";
}
.icon-menu3::before {
  content: "\e912";
}
.icon-quote::before {
  content: "\e915";
}
.icon-el-comment::before {
  content: "\e800";
}
.icon-el-user::before {
  content: "\e801";
}
.icon-el-tag::before {
  content: "\e802";
}
.icon-el-down-dir::before {
  content: "\e803";
}
.icon-el-edit::before {
  content: "\e804";
}
.icon-el-category::before {
  content: "\e805";
}
.icon-el-right-dir::before, .icon-right-dir::before {
  content: "\e806";
}
.icon-el-angle-left::before {
  content: "\e807";
}
.icon-el-angle-right::before {
  content: "\e808";
}
.icon-el-angle-up::before {
  content: "\e809";
}
.icon-el-angle-down::before {
  content: "\e80a";
}
.icon-el-minus::before {
  content: "\e80b";
}
.icon-el-left-open::before {
  content: "\e80c";
}
.icon-el-time::before {
  content: "\e80d";
}
.icon-el-up::before {
  content: "\e80e";
}
.icon-el-quote::before {
  content: "\e80f";
}
.icon-el-bookmark::before {
  content: "\e810";
}
.icon-el-left-dir::before {
  content: "\e811";
}
.icon-el-up-open::before {
  content: "\e812";
}
.icon-el-ok::before {
  content: "\e813";
}
.icon-el-cancel::before {
  content: "\e814";
}
.icon-el-comments::before {
  content: "\e815";
}
.icon-el-search::before {
  content: "\e816";
}
.icon-el-category2::before {
  content: "\e817";
}
.icon-el-link::before {
  content: "\e818";
}
.icon-el-up-dir::before {
  content: "\e819";
}
.icon-el-info::before {
  content: "\e81a";
}
.icon-el-share::before {
  content: "\e81b";
}
.icon-el-folder-close::before {
  content: "\e81c";
}
.icon-el-folder-open::before {
  content: "\e81d";
}
.icon-el-right-open::before {
  content: "\e81e";
}
.icon-el-home::before {
  content: "\e81f";
}
.icon-el-menu::before {
  content: "\e820";
}
.icon-el-plus::before {
  content: "\e821";
}
.icon-el-down-open::before {
  content: "\e822";
}
.icon-el-audio::before {
  content: "\e823";
}
.icon-el-image::before {
  content: "\e824";
}
.icon-el-camera::before {
  content: "\e825";
}
.icon-el-down::before {
  content: "\e826";
}
.icon-el-left::before {
  content: "\e827";
}
.icon-el-right::before {
  content: "\e828";
}
.icon-el-video::before {
  content: "\e829";
}
.icon-el-aside::before {
  content: "\e82a";
}
.icon-el-date::before {
  content: "\e82b";
}
.icon-el-star-empty::before {
  content: "\e82c";
}
.icon-el-star::before {
  content: "\e82d";
}
.icon-el-mail::before {
  content: "\e82e";
}
.icon-el-home-1::before {
  content: "\e82f";
}
.icon-el-attach::before {
  content: "\e830";
}
.icon-el-eye::before, .icon-eye-on::before {
  content: "\e831";
}
.icon-el-eye-off::before,.icon-eye-off::before {
  content: "\e832";
}
.icon-el-tags::before {
  content: "\e833";
}
.icon-el-flag::before {
  content: "\e834";
}
.icon-el-warning::before {
  content: "\e835";
}
.icon-el-location::before {
  content: "\e836";
}
.icon-el-trash::before {
  content: "\e837";
}
.icon-el-doc::before {
  content: "\e838";
}
.icon-el-phone::before {
  content: "\e839";
}
.icon-el-cog::before {
  content: "\e83a";
}
.icon-el-basket::before {
  content: "\e83b";
}
.icon-el-basket-circled::before {
  content: "\e83c";
}
.icon-el-wrench::before {
  content: "\e83d";
}
.icon-el-wrench-circled::before {
  content: "\e83e";
}
.icon-el-mic::before {
  content: "\e83f";
}
.icon-el-volume::before {
  content: "\e840";
}
.icon-el-volume-down::before {
  content: "\e841";
}
.icon-el-volume-off::before {
  content: "\e842";
}
.icon-el-headphones::before {
  content: "\e843";
}
.icon-el-lightbulb::before {
  content: "\e844";
}
.icon-el-resize-full::before {
  content: "\e845";
}
.icon-el-resize-full-alt::before {
  content: "\e846";
}
.icon-el-resize-small::before {
  content: "\e847";
}
.icon-el-resize-vertical::before {
  content: "\e848";
}
.icon-el-resize-horizontal::before {
  content: "\e849";
}
.icon-el-move::before {
  content: "\e84a";
}
.icon-el-zoom-in::before {
  content: "\e84b";
}
.icon-el-zoom-out::before {
  content: "\e84c";
}
.icon-el-arrows-cw::before {
  content: "\e84d";
}
.icon-el-desktop::before {
  content: "\e84e";
}
.icon-el-inbox::before {
  content: "\e84f";
}
.icon-el-cloud::before {
  content: "\e850";
}
.icon-el-book::before {
  content: "\e851";
}
.icon-el-certificate::before {
  content: "\e852";
}
.icon-el-tasks::before {
  content: "\e853";
}
.icon-el-thumbs-up::before {
  content: "\e854";
}
.icon-el-thumbs-down::before {
  content: "\e855";
}
.icon-el-help-circled::before {
  content: "\e856";
}
.icon-el-star-circled::before {
  content: "\e857";
}
.icon-el-bell::before {
  content: "\e858";
}
.icon-el-rss::before {
  content: "\e859";
}
.icon-el-trash-circled::before {
  content: "\e85a";
}
.icon-el-cogs::before {
  content: "\e85b";
}
.icon-el-cog-circled::before {
  content: "\e85c";
}
.icon-el-calendar-circled::before {
  content: "\e85d";
}
.icon-el-mic-circled::before {
  content: "\e85e";
}
.icon-el-volume-up::before {
  content: "\e85f";
}
.icon-el-print::before {
  content: "\e860";
}
.icon-el-edit-alt::before {
  content: "\e861";
}
.icon-el-edit-2::before {
  content: "\e862";
}
.icon-el-block::before {
  content: "\e863";
}

/* Main menu dropdown icon */
#access > div > ul li > a:not(:only-child) > span::after { content: "\e903"; }

/* Mobile menu dropdown icon */
.dropdown-toggle::after { content: "\e900"; }

/* Comments reply link icon */
.comment .reply i::before {}

/* Link post format icon */
.main #content-masonry .format-link::after { content: "\e08d"; }

/* Comment form icons */
.bravada-comment-icons .comment-form-author > em::before { content: "\e005"; }
.bravada-comment-icons .comment-form-email > em::before { content: "\e086"; }
.bravada-comment-icons .comment-form-url > em::before { content: "\e037"; }
.bravada-comment-icons .comment-form-comment > em::before { content: "\e05f"; }

/* Tabbed widget icons */
.icon-widget-time::before { content: "\e081"; }
.icon-widget-star::before { content: "\e09b"; }
.icon-widget-comments::before { content: "\e04a"; }
.icon-widget-tags::before { content: "\e055"; }

/* Contact widget icons */
.icon-widget-location::before { content: "\e033"; }
.icon-widget-phone::before { content: "\e048"; }
.icon-widget-mobile::before { content: "\e010"; }
.icon-widget-mail::before { content: "\e086"; }
.icon-widget-link::before { content: "\e037"; }
.icon-widget-opening-hours::before { content: "\e081"; }

/* Contact template icons */
.icon-template-location::before { content: "\e033"; }
.icon-template-phone::before { content: "\e048"; }
.icon-template-mobile::before { content: "\e010"; }
.icon-template-mail::before { content: "\e086"; }
.icon-template-opening-hours::before { content: "\e081"; }

/* Shortcodes plus sign */
.panel-default > .panel-heading > .panel-title > a::before { content: "\e814"; }

/* Social Icons */
@font-face {
    font-family: 'socials';
    src: url('socials.eot');
    src: url('socials.eot?#iefix') format('embedded-opentype'),
       url('socials.woff') format('woff'),
       url('socials.ttf') format('truetype'),
       url('socials.svg?#socials') format('svg');
    font-weight: normal;
    font-style: normal;
}

.socials a::before,
.socials a::after,
[class^="socicon-"]::before,
[class*=" socicon-"]::before {
    font-family: "socials";
    font-style: normal;
    font-weight: normal;
    speak: never;
    content:  '\e83d';
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.socials a[href*=".com"]::before, .socials a { }

.socials a[href*="duckduckgo.com"]::before, .socials a.duckduckgo::before { content: '\e801'; }
.socials a[href*="aim.com"]::before, .socials a.aim::before { content: '\e802'; }
.socials a[href*="delicious.com"]::before, .socials a.delicious::before { content: '\e803'; }
.socials a[href*="paypal.com"]::before, .socials a.paypal::before { content: '\e804'; }
.socials a[href*="flattr.com"]::before, .socials a.flattr::before { content: '\e805'; }
.socials a.android::before { content: '\e806'; }
.socials a[href*="eventful.com"]::before, .socials a.eventful::before { content: '\e807'; }
.socials a[href*="smashingmagazine.com"]::before, .socials a.smashingmagazine::before { content: '\e808'; }
.socials a[href*="plus.google.com"]::before, .socials a.googleplus::before { content: '\e809'; }
.socials a[href*="wikipedia.org"]::before, .socials a.wikipedia::before { content: '\e80a'; }
.socials a[href*="lanyrd.com"]::before, .socials a.lanyrd::before { content: '\e80b'; }
.socials a.calendar::before { content: '\e80c'; }
.socials a[href*="stumbleupon.com"]::before, .socials a.stumbleupon::before { content: '\e80d'; }
.socials a[href*="500px.com"]::before, .socials a.\35 00px::before { content: '\e80e'; }
.socials a[href*="pinterest.com"]::before, .socials a.pinterest::before { content: '\e80f'; }
.socials a.bitcoin::before { content: '\e810'; }
.socials a.firefox::before { content: '\e811'; }
.socials a[href*="foursquare.com"]::before, .socials a.foursquare::before { content: '\e812'; }
.socials a.chrome::before { content: '\e813'; }
.socials a.ie::before, .socials a.internetexplorer { content: '\e814'; }
.socials a[href^="tel:"]::before, .socials a.phone::before { content: '\e815'; }
.socials a[href*="grooveshark.im"]::before, .socials a.grooveshark::before { content: '\e816'; }
.socials a[href*="99designs.com"]::before, .socials a.\39 9designs::before { content: '\e817'; }
.socials a.code::before { content: '\e818'; }
.socials a[href*="digg.com"]::before, .socials a.digg::before { content: '\e819'; }
.socials a[href*="spotify.com"]::before, .socials a.spotify::before { content: '\e81a'; }
.socials a[href*="reddit.com"]::before, .socials a.reddit::before { content: '\e81b'; }
.socials a.about::before { content: '\e81c'; }
.socials a[href*="codeopen.io"]::before, .socials a.codeopen::before { content: '\e81d'; }
.socials a[href*="itunes.apple.com"]::before, .socials a.appstore::before { content: '\e81e'; }
.socials a[href*="creativecommons.org"]::before, .socials a.cc::before, .socials a.creativecommons { content: '\e820'; }
.socials a[href*="dribble.com"]::before, .socials a.dribbble::before { content: '\e821'; }
.socials a[href*="evernote.com"]::before, .socials a.evernote::before { content: '\e822'; }
.socials a[href*="flickr.com"]::before, .socials a.flickr::before { content: '\e823'; }
.socials a.link2::before, .socials a.url2 { content: '\e824'; }
.socials a[href*="viadeo.com"]::before, .socials a.viadeo::before { content: '\e825'; }
.socials a[href*="instapaper.com"]::before, .socials a.instapaper::before { content: '\e826'; }
.socials a[href*="weibo.com"]::before, .socials a.weibo::before { content: '\e827'; }
.socials a[href*="klout.com"]::before, .socials a.klout::before { content: '\e828'; }
.socials a[href*="linkedin.com"]::before, .socials a.linkedin::before { content: '\e829'; }
.socials a[href*="meetup.com"]::before, .socials a.meetup::before { content: '\e82a'; }
.socials a[href*="vk.com"]::before, .socials a.vk::before { content: '\e82b'; }
.socials a[href*="plancast.com"]::before, .socials a.plancast::before { content: '\e82c'; }
.socials a[href*="disqus.com"]::before, .socials a.disqus::before { content: '\e82d'; }
.socials a[href*="/feed"]::before, .socials a[href*="/rss"]::before, .socials a.rss::before, .socials a.feed::before { content: '\e82e'; }
.socials a[href^="callto:"]::before, .socials a.skype::before { content: '\e82f'; }
.socials a[href*="twitter.com"]::before, .socials a.twitter::before { content: '\e830'; }
.socials a[href*="youtube.com"]::before, .socials a.youtube::before { content: '\e831'; }
.socials a[href*="vimeo.com"]::before, .socials a.vimeo::before { content: '\e832'; }
.socials a.windows::before { content: '\e833'; }
.socials a[href*="xing.com"]::before, .socials a.xing::before { content: '\e834'; }
.socials a[href*="yahoo.com"]::before, .socials a.yahoo::before { content: '\e835'; }
/*.socials a.search3::before { content: '\e836'; } */
.socials a[href*="mailto:"]::before, .socials a.email::before { content: '\e837'; }
.socials a.cloud::before { content: '\e838'; }
.socials a[href*="myspace.com"]::before, .socials a.myspace::before { content: '\e839'; }
.socials a.podcast::before { content: '\e83a'; }
.socials a[href*="amazon.com"]::before, .socials a.amazon::before { content: '\e83b'; }
.socials a[href*="steampowered.com"]::before, .socials a.steam::before { content: '\e83c'; }
.socials a.link::before { content: '\e83d'; }
.socials a[href*="dropbox.com"]::before, .socials a.dropbox::before { content: '\e83e'; }
.socials a[href*="ebay."]::before, .socials a.ebay::before { content: '\e83f'; }
.socials a[href*="facebook.com"]::before, .socials a.facebook::before { content: '\e840'; }
.socials a.github2::before { content: '\e841'; }
.socials a[href*="github.com"]::before, .socials a.github::before { content: '\e842'; }
.socials a[href*="play.google.com"]::before, .socials a.googleplay::before { content: '\e843'; }
.socials a.itunes::before { content: '\e844'; }
.socials a[href*="plurk.com"]::before, .socials a.plurk::before { content: '\e845'; }
.socials a[href*="songkick.com"]::before, .socials a.songkick::before { content: '\e846'; }
.socials a[href*="last.fm"]::before, .socials a.lastfm::before { content: '\e847'; }
.socials a[href*="gmail.com"]::before, .socials a.gmail::before { content: '\e848'; }
.socials a[href*="pinboard.in"]::before, .socials a.pinboard::before { content: '\e849'; }
.socials a[href*="openid.net"]::before, .socials a.openid::before { content: '\e84a'; }
.socials a[href*="quora.com"]::before, .socials a.quora::before { content: '\e84b'; }
.socials a[href*="soundcloud.com"]::before, .socials a.soundcloud::before { content: '\e84c'; }
.socials a[href*="tumblr.com"]::before, .socials a.tumblr::before { content: '\e84d'; }
/*.socials a.search2::before { content: '\e84e'; } */
.socials a[href*="wordpress.com"]::before, .socials a[href*="wordpress.org"]::before, .socials a.wordpress::before { content: '\e84f'; }
.socials a[href*="yelp.com"]::before, .socials a.yelp::before { content: '\e850'; }
.socials a[href*="intensedebate.com"]::before, .socials a.intensedebate::before { content: '\e851'; }
.socials a[href*="eventbrite.com"]::before, .socials a.eventbrite::before { content: '\e852'; }
.socials a[href*="scribd.com"]::before, .socials a.scribd::before { content: '\e853'; }
/*.socials a.search::before { content: '\e854'; } */
.socials a[href*="stripe.com"]::before, .socials a.stripe::before { content: '\e855'; }
.socials a[href*="opentable.com"]::before, .socials a.opentable::before { content: '\e856'; }
.socials a.cart::before { content: '\e857'; }
.socials a.opera::before { content: '\e858'; }
.socials a[href*="angel.co"]::before, .socials a.angellist::before { content: '\e859'; }
.socials a[href*="instagram.com"]::before, .socials a.instagram::before { content: '\e85a'; }
.socials a[href*="dwolla.com"]::before, .socials a.dwolla::before { content: '\e85b'; }
.socials a[href*="app.net"]::before, .socials a.appnet::before { content: '\e85c'; }
.socials a[href*="drupal.org"]::before, .socials a.drupal::before { content: '\e85f'; }
.socials a[href*="buffer.com"]::before, .socials a.buffer::before { content: '\e860'; }
.socials a[href*="getpocket.com"]::before, .socials a.pocket::before { content: '\e861'; }
.socials a[href*="bitbucket.org"]::before, .socials a.bitbucket::before { content: '\e862'; }
.socials a.phone2::before { content: '\e863'; }
.socials a[href*="stackoverflow.com"]::before, .socials a.stackoverflow::before { content: '\e865'; }
.socials a[href*="news.ycombinator.com"]::before, .socials a.hackernews::before { content: '\e866'; }
.socials a.lkdto::before { content: '\e867'; }
.socials a.twitter2::before { content: '\e868'; }
.socials a.phone3::before { content: '\e869'; }
.socials a.mobile::before { content: '\e86a'; }
.socials a.support::before { content: '\e86b'; }
.socials a[href*="twitch.tv"]::before, .socials a.twitch::before { content: '\e86c'; }
.socials a.beer::before { content: '\e86d'; }

.socials a[href*="duckduckgo.com"]::after, .socials a.duckduckgo::after { content: '\e801'; }
.socials a[href*="aim.com"]::after, .socials a.aim::after { content: '\e802'; }
.socials a[href*="delicious.com"]::after, .socials a.delicious::after { content: '\e803'; }
.socials a[href*="paypal.com"]::after, .socials a.paypal::after { content: '\e804'; }
.socials a[href*="flattr.com"]::after, .socials a.flattr::after { content: '\e805'; }
.socials a.android::after { content: '\e806'; }
.socials a[href*="eventful.com"]::after, .socials a.eventful::after { content: '\e807'; }
.socials a[href*="smashingmagazine.com"]::after, .socials a.smashingmagazine::after { content: '\e808'; }
.socials a[href*="plus.google.com"]::after, .socials a.googleplus::after { content: '\e809'; }
.socials a[href*="wikipedia.org"]::after, .socials a.wikipedia::after { content: '\e80a'; }
.socials a[href*="lanyrd.com"]::after, .socials a.lanyrd::after { content: '\e80b'; }
.socials a.calendar::after { content: '\e80c'; }
.socials a[href*="stumbleupon.com"]::after, .socials a.stumbleupon::after { content: '\e80d'; }
.socials a[href*="500px.com"]::after, .socials a.\35 00px::after { content: '\e80e'; }
.socials a[href*="pinterest.com"]::after, .socials a.pinterest::after { content: '\e80f'; }
.socials a.bitcoin::after { content: '\e810'; }
.socials a.firefox::after { content: '\e811'; }
.socials a[href*="foursquare.com"]::after, .socials a.foursquare::after { content: '\e812'; }
.socials a.chrome::after { content: '\e813'; }
.socials a.ie::after, .socials a.internetexplorer { content: '\e814'; }
.socials a[href^="tel:"]::after, .socials a.phone::after { content: '\e815'; }
.socials a[href*="grooveshark.im"]::after, .socials a.grooveshark::after { content: '\e816'; }
.socials a[href*="99designs.com"]::after, .socials a.\39 9designs::after { content: '\e817'; }
.socials a.code::after { content: '\e818'; }
.socials a[href*="digg.com"]::after, .socials a.digg::after { content: '\e819'; }
.socials a[href*="spotify.com"]::after, .socials a.spotify::after { content: '\e81a'; }
.socials a[href*="reddit.com"]::after, .socials a.reddit::after { content: '\e81b'; }
.socials a.about::after { content: '\e81c'; }
.socials a[href*="codeopen.io"]::after, .socials a.codeopen::after { content: '\e81d'; }
.socials a[href*="itunes.apple.com"]::after, .socials a.appstore::after { content: '\e81e'; }
.socials a[href*="creativecommons.org"]::after, .socials a.cc::after, .socials a.creativecommons { content: '\e820'; }
.socials a[href*="dribble.com"]::after, .socials a.dribbble::after { content: '\e821'; }
.socials a[href*="evernote.com"]::after, .socials a.evernote::after { content: '\e822'; }
.socials a[href*="flickr.com"]::after, .socials a.flickr::after { content: '\e823'; }
.socials a.link2::after, .socials a.url2 { content: '\e824'; }
.socials a[href*="viadeo.com"]::after, .socials a.viadeo::after { content: '\e825'; }
.socials a[href*="instapaper.com"]::after, .socials a.instapaper::after { content: '\e826'; }
.socials a[href*="weibo.com"]::after, .socials a.weibo::after { content: '\e827'; }
.socials a[href*="klout.com"]::after, .socials a.klout::after { content: '\e828'; }
.socials a[href*="linkedin.com"]::after, .socials a.linkedin::after { content: '\e829'; }
.socials a[href*="meetup.com"]::after, .socials a.meetup::after { content: '\e82a'; }
.socials a[href*="vk.com"]::after, .socials a.vk::after { content: '\e82b'; }
.socials a[href*="plancast.com"]::after, .socials a.plancast::after { content: '\e82c'; }
.socials a[href*="disqus.com"]::after, .socials a.disqus::after { content: '\e82d'; }
.socials a[href*="/feed"]::after, .socials a[href*="/rss"]::after, .socials a.rss::after, .socials a.feed::after { content: '\e82e'; }
.socials a[href^="callto:"]::after, .socials a.skype::after { content: '\e82f'; }
.socials a[href*="twitter.com"]::after, .socials a.twitter::after { content: '\e830'; }
.socials a[href*="youtube.com"]::after, .socials a.youtube::after { content: '\e831'; }
.socials a[href*="vimeo.com"]::after, .socials a.vimeo::after { content: '\e832'; }
.socials a.windows::after { content: '\e833'; }
.socials a[href*="xing.com"]::after, .socials a.xing::after { content: '\e834'; }
.socials a[href*="yahoo.com"]::after, .socials a.yahoo::after { content: '\e835'; }
/*.socials a.search3::after { content: '\e836'; } */
.socials a[href*="mailto:"]::after, .socials a.email::after { content: '\e837'; }
.socials a.cloud::after { content: '\e838'; }
.socials a[href*="myspace.com"]::after, .socials a.myspace::after { content: '\e839'; }
.socials a.podcast::after { content: '\e83a'; }
.socials a[href*="amazon.com"]::after, .socials a.amazon::after { content: '\e83b'; }
.socials a[href*="steampowered.com"]::after, .socials a.steam::after { content: '\e83c'; }
.socials a.link::after { content: '\e83d'; }
.socials a[href*="dropbox.com"]::after, .socials a.dropbox::after { content: '\e83e'; }
.socials a[href*="ebay."]::after, .socials a.ebay::after { content: '\e83f'; }
.socials a[href*="facebook.com"]::after, .socials a.facebook::after { content: '\e840'; }
.socials a.github2::after { content: '\e841'; }
.socials a[href*="github.com"]::after, .socials a.github::after { content: '\e842'; }
.socials a[href*="play.google.com"]::after, .socials a.googleplay::after { content: '\e843'; }
.socials a.itunes::after { content: '\e844'; }
.socials a[href*="plurk.com"]::after, .socials a.plurk::after { content: '\e845'; }
.socials a[href*="songkick.com"]::after, .socials a.songkick::after { content: '\e846'; }
.socials a[href*="last.fm"]::after, .socials a.lastfm::after { content: '\e847'; }
.socials a[href*="gmail.com"]::after, .socials a.gmail::after { content: '\e848'; }
.socials a[href*="pinboard.in"]::after, .socials a.pinboard::after { content: '\e849'; }
.socials a[href*="openid.net"]::after, .socials a.openid::after { content: '\e84a'; }
.socials a[href*="quora.com"]::after, .socials a.quora::after { content: '\e84b'; }
.socials a[href*="soundcloud.com"]::after, .socials a.soundcloud::after { content: '\e84c'; }
.socials a[href*="tumblr.com"]::after, .socials a.tumblr::after { content: '\e84d'; }
/*.socials a.search2::after { content: '\e84e'; } */
.socials a[href*="wordpress.com"]::after, .socials a[href*="wordpress.org"]::after, .socials a.wordpress::after { content: '\e84f'; }
.socials a[href*="yelp.com"]::after, .socials a.yelp::after { content: '\e850'; }
.socials a[href*="intensedebate.com"]::after, .socials a.intensedebate::after { content: '\e851'; }
.socials a[href*="eventbrite.com"]::after, .socials a.eventbrite::after { content: '\e852'; }
.socials a[href*="scribd.com"]::after, .socials a.scribd::after { content: '\e853'; }
/*.socials a.search::after { content: '\e854'; } */
.socials a[href*="stripe.com"]::after, .socials a.stripe::after { content: '\e855'; }
.socials a[href*="opentable.com"]::after, .socials a.opentable::after { content: '\e856'; }
.socials a.cart::after { content: '\e857'; }
.socials a.opera::after { content: '\e858'; }
.socials a[href*="angel.co"]::after, .socials a.angellist::after { content: '\e859'; }
.socials a[href*="instagram.com"]::after, .socials a.instagram::after { content: '\e85a'; }
.socials a[href*="dwolla.com"]::after, .socials a.dwolla::after { content: '\e85b'; }
.socials a[href*="app.net"]::after, .socials a.appnet::after { content: '\e85c'; }
.socials a[href*="drupal.org"]::after, .socials a.drupal::after { content: '\e85f'; }
.socials a[href*="buffer.com"]::after, .socials a.buffer::after { content: '\e860'; }
.socials a[href*="getpocket.com"]::after, .socials a.pocket::after { content: '\e861'; }
.socials a[href*="bitbucket.org"]::after, .socials a.bitbucket::after { content: '\e862'; }
.socials a.phone2::after { content: '\e863'; }
.socials a[href*="stackoverflow.com"]::after, .socials a.stackoverflow::after { content: '\e865'; }
.socials a[href*="news.ycombinator.com"]::after, .socials a.hackernews::after { content: '\e866'; }
.socials a.lkdto::after { content: '\e867'; }
.socials a.twitter2::after { content: '\e868'; }
.socials a.phone3::after { content: '\e869'; }
.socials a.mobile::after { content: '\e86a'; }
.socials a.support::after { content: '\e86b'; }
.socials a[href*="twitch.tv"]::after, .socials a.twitch::after { content: '\e86c'; }
.socials a.beer::after { content: '\e86d'; }

.socicon-duckduckgo::before { content: '\e801'; }
.socicon-aim::before { content: '\e802'; }
.socicon-delicious::before { content: '\e803'; }
.socicon-paypal::before { content: '\e804'; }
.socicon-flattr::before { content: '\e805'; }
.socicon-android::before { content: '\e806'; }
.socicon-eventful::before { content: '\e807'; }
.socicon-smashingmagazine::before { content: '\e808'; }
.socicon-googleplus::before { content: '\e809'; }
.socicon-wikipedia::before { content: '\e80a'; }
.socicon-lanyrd::before { content: '\e80b'; }
.socicon-calendar::before { content: '\e80c'; }
.socicon-stumbleupon::before { content: '\e80d'; }
.socicon-500px::before { content: '\e80e'; }
.socicon-pinterest::before { content: '\e80f'; }
.socicon-bitcoin::before { content: '\e810'; }
.socicon-firefox::before { content: '\e811'; }
.socicon-foursquare::before { content: '\e812'; }
.socicon-chrome::before { content: '\e813'; }
.socicon-internetexplorer::before { content: '\e814'; }
.socicon-phone::before { content: '\e815'; }
.socicon-grooveshark::before { content: '\e816'; }
.socicon-99designs::before { content: '\e817'; }
.socicon-code::before { content: '\e818'; }
.socicon-digg::before { content: '\e819'; }
.socicon-spotify::before { content: '\e81a'; }
.socicon-reddit::before { content: '\e81b'; }
.socicon-about::before { content: '\e81c'; }
.socicon-codeopen::before { content: '\e81d'; }
.socicon-appstore::before { content: '\e81e'; }
.socicon-creativecommons::before { content: '\e820'; }
.socicon-dribbble::before { content: '\e821'; }
.socicon-evernote::before { content: '\e822'; }
.socicon-flickr::before { content: '\e823'; }
.socicon-link2::before { content: '\e824'; }
.socicon-viadeo::before { content: '\e825'; }
.socicon-instapaper::before { content: '\e826'; }
.socicon-weibo::before { content: '\e827'; }
.socicon-klout::before { content: '\e828'; }
.socicon-linkedin::before { content: '\e829'; }
.socicon-meetup::before { content: '\e82a'; }
.socicon-vk::before { content: '\e82b'; }
.socicon-plancast::before { content: '\e82c'; }
.socicon-disqus::before { content: '\e82d'; }
.socicon-feed::before { content: '\e82e'; }
.socicon-skype::before { content: '\e82f'; }
.socicon-twitter::before { content: '\e830'; }
.socicon-youtube::before { content: '\e831'; }
.socicon-vimeo::before { content: '\e832'; }
.socicon-windows::before { content: '\e833'; }
.socicon-xing::before { content: '\e834'; }
.socicon-yahoo::before { content: '\e835'; }
.socicon-email::before { content: '\e837'; }
.socicon-cloud::before { content: '\e838'; }
.socicon-myspace::before { content: '\e839'; }
.socicon-podcast::before { content: '\e83a'; }
.socicon-amazon::before { content: '\e83b'; }
.socicon-steam::before { content: '\e83c'; }
.socicon-link::before { content: '\e83d'; }
.socicon-dropbox::before { content: '\e83e'; }
.socicon-ebay::before { content: '\e83f'; }
.socicon-facebook::before { content: '\e840'; }
.socicon-github2::before { content: '\e841'; }
.socicon-github::before { content: '\e842'; }
.socicon-googleplay::before { content: '\e843'; }
.socicon-itunes::before { content: '\e844'; }
.socicon-plurk::before { content: '\e845'; }
.socicon-songkick::before { content: '\e846'; }
.socicon-lastfm::before { content: '\e847'; }
.socicon-gmail::before { content: '\e848'; }
.socicon-pinboard::before { content: '\e849'; }
.socicon-openid::before { content: '\e84a'; }
.socicon-quora::before { content: '\e84b'; }
.socicon-soundcloud::before { content: '\e84c'; }
.socicon-tumblr::before { content: '\e84d'; }
.socicon-wordpress::before { content: '\e84f'; }
.socicon-yelp::before { content: '\e850'; }
.socicon-intensedebate::before { content: '\e851'; }
.socicon-eventbrite::before { content: '\e852'; }
.socicon-scribd::before { content: '\e853'; }
.socicon-stripe::before { content: '\e855'; }
.socicon-opentable::before { content: '\e856'; }
.socicon-cart::before { content: '\e857'; }
.socicon-opera::before { content: '\e858'; }
.socicon-angellist::before { content: '\e859'; }
.socicon-instagram::before { content: '\e85a'; }
.socicon-dwolla::before { content: '\e85b'; }
.socicon-appnet::before { content: '\e85c'; }
.socicon-drupal::before { content: '\e85f'; }
.socicon-buffer::before { content: '\e860'; }
.socicon-pocket::before { content: '\e861'; }
.socicon-bitbucket::before { content: '\e862'; }
.socicon-phone2::before { content: '\e863'; }
.socicon-stackoverflow::before { content: '\e865'; }
.socicon-hackernews::before { content: '\e866'; }
.socicon-lkdto::before { content: '\e867'; }
.socicon-twitter2::before { content: '\e868'; }
.socicon-phone3::before { content: '\e869'; }
.socicon-mobile::before { content: '\e86a'; }
.socicon-support::before { content: '\e86b'; }
.socicon-twitch::before { content: '\e86c'; }
.socicon-beer::before { content: '\e86d'; }

/* Blocks font */
@font-face {
    font-family: 'bravada-blocks';
    src: url('blocks.eot');
    src: url('blocks.eot?#iefix') format('embedded-opentype'),
        url('blocks.woff') format('woff'),
        url('blocks.ttf') format('truetype'),
        url('blocks.svg?#blocks') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="blicon-"]::before,
[class*=" blicon-"]::before {
    font-family: "bravada-blocks";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    cursor: inherit;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.customize-control-cryout-iconselect select,
.customize-control-cryout-iconselect select option,
.customize-control-cryout-iconselect .select2-container,
.select2-container.cryout-iconselect .select2-results__option {
	font-family: "bravada-blocks", -apple-system, BlinkMacSystemFont, sans-serif;
}

.blicon-toggle::before { content: "\e003"; }
.blicon-layout::before { content: "\e004"; }
.blicon-lock::before { content: "\e007"; }
.blicon-unlock::before { content: "\e008"; }
.blicon-target::before { content: "\e012"; }
.blicon-disc::before { content: "\e019"; }
.blicon-microphone::before { content: "\e048"; }
.blicon-play::before { content: "\e052"; }
.blicon-cloud2::before { content: "\e065"; }
.blicon-cloud-upload::before { content: "\e066"; }
.blicon-cloud-download::before { content: "\e067"; }
.blicon-plus2::before { content: "\e114"; }
.blicon-minus2::before { content: "\e115"; }
.blicon-check2::before { content: "\e116"; }
.blicon-cross2::before { content: "\e117"; }
.blicon-users2::before { content: "\e00a"; }
.blicon-user::before { content: "\e00b"; }
.blicon-trophy::before { content: "\e00c"; }
.blicon-speedometer::before { content: "\e00d"; }
.blicon-screen-tablet::before { content: "\e00f"; }
.blicon-screen-smartphone::before { content: "\e01a"; }
.blicon-screen-desktop::before { content: "\e01b"; }
.blicon-plane::before { content: "\e01c"; }
.blicon-notebook::before { content: "\e01d"; }
.blicon-magic-wand::before { content: "\e01e"; }
.blicon-hourglass2::before { content: "\e01f"; }
.blicon-graduation::before { content: "\e02a"; }
.blicon-fire::before { content: "\e02b"; }
.blicon-eyeglass::before { content: "\e02c"; }
.blicon-energy::before { content: "\e02d"; }
.blicon-chemistry::before { content: "\e02e"; }
.blicon-bell::before { content: "\e02f"; }
.blicon-badge::before { content: "\e03a"; }
.blicon-speech::before { content: "\e03b"; }
.blicon-puzzle::before { content: "\e03c"; }
.blicon-printer::before { content: "\e03d"; }
.blicon-present::before { content: "\e03e"; }
.blicon-pin::before { content: "\e03f"; }
.blicon-picture2::before { content: "\e04a"; }
.blicon-map::before { content: "\e04b"; }
.blicon-layers::before { content: "\e04c"; }
.blicon-globe::before { content: "\e04d"; }
.blicon-globe2::before { content: "\e04e"; }
.blicon-folder::before { content: "\e04f"; }
.blicon-feed::before { content: "\e05a"; }
.blicon-drop::before { content: "\e05b"; }
.blicon-drawar::before { content: "\e05c"; }
.blicon-docs::before { content: "\e05d"; }
.blicon-directions::before { content: "\e05e"; }
.blicon-direction::before { content: "\e05f"; }
.blicon-cup2::before { content: "\e06b"; }
.blicon-compass::before { content: "\e06c"; }
.blicon-calculator::before { content: "\e06d"; }
.blicon-bubbles::before { content: "\e06e"; }
.blicon-briefcase::before { content: "\e06f"; }
.blicon-book-open::before { content: "\e07a"; }
.blicon-basket::before { content: "\e07b"; }
.blicon-bag::before { content: "\e07c"; }
.blicon-wrench::before { content: "\e07f"; }
.blicon-umbrella::before { content: "\e08a"; }
.blicon-tag::before { content: "\e08c"; }
.blicon-support::before { content: "\e08d"; }
.blicon-share::before { content: "\e08e"; }
.blicon-share2::before { content: "\e08f"; }
.blicon-rocket::before { content: "\e09a"; }
.blicon-question::before { content: "\e09b"; }
.blicon-pie-chart2::before { content: "\e09c"; }
.blicon-pencil2::before { content: "\e09d"; }
.blicon-note::before { content: "\e09e"; }
.blicon-music-tone-alt::before { content: "\e09f"; }
.blicon-list2::before { content: "\e0a0"; }
.blicon-like::before { content: "\e0a1"; }
.blicon-home2::before { content: "\e0a2"; }
.blicon-grid::before { content: "\e0a3"; }
.blicon-graph::before { content: "\e0a4"; }
.blicon-equalizer::before { content: "\e0a5"; }
.blicon-dislike::before { content: "\e0a6"; }
.blicon-calender::before { content: "\e0a7"; }
.blicon-bulb::before { content: "\e0a8"; }
.blicon-chart::before { content: "\e0a9"; }
.blicon-clock::before { content: "\e0af"; }
.blicon-envolope::before { content: "\e0b1"; }
.blicon-flag::before { content: "\e0b3"; }
.blicon-folder2::before { content: "\e0b4"; }
.blicon-heart2::before { content: "\e0b5"; }
.blicon-info::before { content: "\e0b6"; }
.blicon-link::before { content: "\e0b7"; }
.blicon-refresh::before { content: "\e0bc"; }
.blicon-reload::before { content: "\e0bd"; }
.blicon-settings::before { content: "\e0be"; }
.blicon-arrow-down::before { content: "\e604"; }
.blicon-arrow-left::before { content: "\e605"; }
.blicon-arrow-right::before { content: "\e606"; }
.blicon-arrow-up::before { content: "\e607"; }
.blicon-paypal::before { content: "\e608"; }
.blicon-home::before { content: "\e800"; }
.blicon-apartment::before { content: "\e801"; }
.blicon-data::before { content: "\e80e"; }
.blicon-cog::before { content: "\e810"; }
.blicon-star::before { content: "\e814"; }
.blicon-star-half::before { content: "\e815"; }
.blicon-star-empty::before { content: "\e816"; }
.blicon-paperclip::before { content: "\e819"; }
.blicon-eye2::before { content: "\e81b"; }
.blicon-license::before { content: "\e822"; }
.blicon-picture::before { content: "\e827"; }
.blicon-book::before { content: "\e828"; }
.blicon-bookmark::before { content: "\e829"; }
.blicon-users::before { content: "\e82b"; }
.blicon-store::before { content: "\e82d"; }
.blicon-calendar::before { content: "\e836"; }
.blicon-keyboard::before { content: "\e837"; }
.blicon-spell-check::before { content: "\e838"; }
.blicon-screen::before { content: "\e839"; }
.blicon-smartphone::before { content: "\e83a"; }
.blicon-tablet::before { content: "\e83b"; }
.blicon-laptop::before { content: "\e83c"; }
.blicon-laptop-phone::before { content: "\e83d"; }
.blicon-construction::before { content: "\e841"; }
.blicon-pie-chart::before { content: "\e842"; }
.blicon-gift::before { content: "\e844"; }
.blicon-diamond::before { content: "\e845"; }
.blicon-cup3::before { content: "\e848"; }
.blicon-leaf::before { content: "\e849"; }
.blicon-earth::before { content: "\e853"; }
.blicon-bullhorn::before { content: "\e859"; }
.blicon-hourglass::before { content: "\e85f"; }
.blicon-undo::before { content: "\e860"; }
.blicon-redo::before { content: "\e861"; }
.blicon-sync::before { content: "\e862"; }
.blicon-history::before { content: "\e863"; }
.blicon-download::before { content: "\e865"; }
.blicon-upload::before { content: "\e866"; }
.blicon-bug::before { content: "\e869"; }
.blicon-code::before { content: "\e86a"; }
.blicon-link2::before { content: "\e86b"; }
.blicon-unlink::before { content: "\e86c"; }
.blicon-thumbs-up::before { content: "\e86d"; }
.blicon-thumbs-down::before { content: "\e86e"; }
.blicon-magnifier::before { content: "\e86f"; }
.blicon-cross3::before { content: "\e870"; }
.blicon-menu::before { content: "\e871"; }
.blicon-list::before { content: "\e872"; }
.blicon-warning::before { content: "\e87c"; }
.blicon-question-circle::before { content: "\e87d"; }
.blicon-check::before { content: "\e87f"; }
.blicon-cross::before { content: "\e880"; }
.blicon-plus::before { content: "\e881"; }
.blicon-minus::before { content: "\e882"; }
.blicon-layers2::before { content: "\e88e"; }
.blicon-text-format::before { content: "\e890"; }
.blicon-text-size::before { content: "\e892"; }
.blicon-hand::before { content: "\e8a5"; }
.blicon-pointer-up::before { content: "\e8a6"; }
.blicon-pointer-right::before { content: "\e8a7"; }
.blicon-pointer-down::before { content: "\e8a8"; }
.blicon-pointer-left::before { content: "\e8a9"; }
.blicon-heart::before { content: "\e930"; }
.blicon-cloud::before { content: "\e931"; }
.blicon-trash::before { content: "\e933"; }
.blicon-user2::before { content: "\e934"; }
.blicon-key::before { content: "\e935"; }
.blicon-search::before { content: "\e936"; }
.blicon-settings2::before { content: "\e937"; }
.blicon-camera::before { content: "\e938"; }
.blicon-tag2::before { content: "\e939"; }
.blicon-bulb2::before { content: "\e93a"; }
.blicon-pencil::before { content: "\e93b"; }
.blicon-diamond2::before { content: "\e93c"; }
.blicon-location::before { content: "\e93e"; }
.blicon-eye::before { content: "\e93f"; }
.blicon-bubble::before { content: "\e940"; }
.blicon-stack::before { content: "\e941"; }
.blicon-cup::before { content: "\e942"; }
.blicon-phone::before { content: "\e943"; }
.blicon-news::before { content: "\e944"; }
.blicon-mail::before { content: "\e945"; }
.blicon-news2::before { content: "\e948"; }
.blicon-paperplane::before { content: "\e949"; }
.blicon-params2::before { content: "\e94a"; }
.blicon-data2::before { content: "\e94b"; }
.blicon-megaphone::before { content: "\e94c"; }
.blicon-study::before { content: "\e94d"; }
.blicon-chemistry2::before { content: "\e94e"; }
.blicon-fire2::before { content: "\e94f"; }
.blicon-paperclip2::before { content: "\e950"; }
.blicon-calendar2::before { content: "\e951"; }
.blicon-wallet::before { content: "\e952"; }

/* FIN */

/* ===== bravada_style.css ===== */
/*
Theme Name: Bravada
Theme URI: http://www.cryoutcreations.eu/wordpress-themes/bravada
Description: Bravada looks amazing, behaves flawlessly and scales to any screen. It goes anywhere, it's for everyone and everything. It's clear, clean and simply gorgeous. It has CSS powered animations that will bring users to their knees. Being designed as mobile-first, it's as responsive as you'll ever get. Being highly customizable, it comes with a plethora of options that will truly make it your own while still being extremely easy to use. Google fonts are supported, but you can also use your own fonts if GPPR is giving you trouble. You can dynamically change every aspect of your fonts for many site elements (size, line height, font styles, etc.) Colors are also editable and, if you want, you'll have a great time making your own color schemes. You have multiple layouts to choose from, the site, content and sidebar widths are also customizable, magazine layouts with masonry are enabled by default, but you can also edit those. Metas like author, date, tags, categories and comments are toggleable, you can decide which ones to show on blog pages and which ones to show on single pages. Widget areas galore, place your widgets almost anywhere you want, the theme doesn't discriminate. And then there's a fully customizable landing page with icon blocks, featured boxes, text areas and a slider (you can use our own or paste in a shortcut from any other slider). We also thought about socials and you can choose from a seemingly countless number of socials to populate your site with. Gutenberg blocks? They feel right at home in our theme! Of course it's also translation ready and Right To Left (RTL) languages are fully supported out of the box. WooCommerce feels right at home with our theme, we've taken all measures to seamlessly integrate it. Oh, and just like with our other themes, the updates will keep on coming, constantly improving and keeping it relevant for years to come. Bravada is a theme for all types of sites out there: blogs, businesses, presentation or photography sites, news or portfolio sites. There are no limits - there is only Bravada.
Author: Cryout Creations
Author URI: http://www.cryoutcreations.eu
Version: 1.0.6
Requires at least: 4.5
Tested up to: 5.8.0
Requires PHP: 5.6
License: GNU General Public License v3.0
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, flexible-header, custom-menu, featured-image-header, featured-images, front-page-post-form, full-width-template, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio
Text Domain: bravada

Bravada WordPress Theme - Copyright 2020, Cryout Creations - http://www.cryoutcreations.eu
This theme, like WordPress, is licensed under the GPL.
*/

/*
--------------------------------------------------------------
	== IMPORTANT ==
--------------------------------------------------------------

Any changes made to this or any other of the theme's files will be lost at the next update.

To safely make customizations to the theme:
- for CSS-only use the theme's "Custom CSS" field or a CSS plugin;
- for advanced CSS, layout changes and other customizations use a child theme;

--------------------------------------------------------------
	== TABLE OF CONTENTS ==
--------------------------------------------------------------

	# Reset CSS
	# Theme specific defaults
	# Accessibility
	# Gutenberg
	# Layout
	# Header
		## Main menu
		## Mobile menu
	# Footer
		## Footer menu
		## Footer widget area
	# Content
		## Page titles
		## Post metas
		## Header titles
		## Author info
		## Articles
		## Article animation
		## Images
		## Page navigation
	# Landing Page
		## LP Slider
		## LP Blocks
		## LP Blocks 2
		## LP Boxes
			### Animated Boxes
			### Animated Boxes 2
			### Static Boxes
			### Static Boxes 2
		## LP Text areas
		## LP Portfolio
		## LP Testimonials
		## LP Posts
		## LP Onscroll Animations
	# Post formats
	# Comments
		## Comment form
	# Widget areas
		## Main widget areas
		## Inner/outer top/bottom widget areas
		## Left sidebar menu
		## Calendar widget
		## Tag cloud (normalized)
		## Empty Page
	# Widgets
		## Cryout Tabs
		## Cryout Posts
		## Cryout Related Posts
		## Cryout About
		## Cryout Contact
		## Cryout Socials
		## Cryout Portfolio
	# Searchform
	# Socials
	# Miscellaneous
		## Back to top
		## Custom image border
		## Custom captions
		## Breadcrumbs
		## Pagination
		## Continue reading
		## Blockquotes
		## Preloader
	# Templates
	# Portfolio
	# Testimonials
	# Conditionals
	# Fixes
		## Woocommerce
		## Team Members
	# Responsiveness
		## LP Responsiveness
	# Print styles


/*--------------------------------------------------------------
	# RESET CSS
--------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	/*vertical-align: baseline;*/
}
ul li {
	list-style: none;
}
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	scroll-behavior: smooth;
	background: #fff;
}
body {
	background: #fff;
}
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}


body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: grayscale;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

blockquote {
	quotes: none;
}

blockquote::before,
blockquote::after {
	content: '';
	content: none;
}

blockquote cite {
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.7em;
}

table {
	max-width: 100%;
	margin: 0 0 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------
	# THEME SPECIFIC DEFAULTS
--------------------------------------------------------------*/
html {
	line-height: 1.8;
}

body {
	font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}


pre {
	overflow: auto;
	max-width: 100%;
	border: 1px solid transparent;
	padding: 1em;
	font-family: "Courier 10 Pitch", Courier, monospace;
}

kbd,
tt,
var,
code {
	overflow: auto;
	padding: 0 5px;
	vertical-align: middle;
	text-indent: 0;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

q,
blockquote {
	font-size: 1.1em;
	font-family: Georgia, "Bitstream Charter", serif;
}

address {
	padding-left: 1em;
}

del {
	text-decoration: line-through;
}

img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
	border: 0;
}

a img {
	border: none;
	vertical-align: middle;
}

hr {
	clear: both;
	height: 1px;
	border: 0;
}

/* Text elements */

.main li > ul,
.main li > ol {
	margin-bottom: 0;
	margin-left: 2em;
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: square;
}

ul ul ul {
	list-style-type: circle;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: upper-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

ol ol ol ol {
	list-style-type: lower-alpha;
}

dl {
	margin: 0 0 2em 0;
}

dt {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

big {
	font-size: 125%;
}

mark,
ins {
	text-decoration: none;
}

abbr,
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

sup,
sub {
	position: relative;
	vertical-align: baseline;
	font-size: .8em;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
	max-width: 100%;
	border: 0;
	border-radius: 0;
	padding: 1rem 1.2rem;
	font-size: inherit;
	font-family: inherit;
	background: transparent;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

input[type="file"] {
	font-size: initial;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	border: 0;
	border-radius: 0;
	padding: 1em 2em;
	font-size: 1em;
	-webkit-transition: background .75s ease-out;
	transition: background .75s ease-out;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

select option {
	padding: .25em .5em;
}

select optgroup,
select option {
    color: initial;
}

embed,
iframe,
object {
	max-width: 100%;
}

.fluid-width-video-wrapper {
  max-height: 100vh;
}

a:link,
a:visited {
	text-decoration: none;
}

/*--------------------------------------------------------------
	# ACCESSIBILITY
--------------------------------------------------------------*/

a:hover,
a:active,
a:focus:active,
a:focus:hover,
input:hover:focus,
textarea:hover:focus,
button:hover:focus {
	outline: 0;
}

.post-thumbnail-container > a,
.post-thumbnail-container > a:focus {
	outline: 0;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.entry-content a:not([class]),
.entry-excerpt a:not([class]),
#comments .comment-body a:not([class]),
.widget-container.widget_text a:not([class]),
.lp-text .lp-text-content a:not([class]),
.lp-block .lp-block-text a:not([class]),
.lp-box .lp-box-text-inside a:not([class]) {
	text-decoration: underline;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  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;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #222;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 6px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 6px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
	# GUTENBERG
--------------------------------------------------------------*/

.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
    padding: 0;
    list-style: none;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	padding: 2em 2em 2em 5em;
}

.wp-block-columns ul,
.wp-block-columns ol {
	list-style-position: inside;
}

.wp-block-separator {
	max-width: 25%;
}
.wp-block-separator.is-style-wide {
	max-width: 100%;
}
.wp-block-separator.is-style-dots::before {
	color: inherit;
}

.wp-block-button .wp-block-button__link {
	position: relative;
	outline: 2px solid;
	border-radius: 0;
	padding: 0.5em 1.5em;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	/* background: transparent; */
}

.wp-block-button .wp-block-button__link::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	outline: 2px solid;
	-webkit-transition: .25s ease all;
	transition: .25s ease all;
}

.wp-block-button .wp-block-button__link:hover::after {
	opacity: 0;
	-webkit-transform: scale(1.05, 1.3);
	transform: scale(1.05, 1.3);
}

.wp-block-pullquote {
	padding: 1.5em 0;
}

.wp-block-button {
	-webkit-transition: .2s opacity;
	transition: .2s opacity;
}

.wp-block-button:hover {
	opacity: 0.85;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-item a {
	-webkit-transition: .2s ease-out opacity;
	transition: .2s ease-out opacity;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a:hover,
.wp-block-gallery.is-cropped .blocks-gallery-item a:hover {
	opacity: 0.8;
}

/* workaround for buttons misalign in 5.7 */
.wp-block-button.aligncenter,
.wp-block-buttons.aligncenter,
.wp-block-calendar {
    text-align: center;
}

/*--------------------------------------------------------------
	# LAYOUT
--------------------------------------------------------------*/

#site-wrapper {
	overflow: hidden;
}

.bravada-boxed-layout #site-wrapper {
	overflow: hidden;
	margin: 0 auto;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}

#container {
	position: relative;
	float: none;
	display: block;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	overflow: hidden;
	width: 100%;
	margin: 0;
}
#container::after {
	content: "";
	display: table;
	clear: both;
}

#container.two-columns-left #primary,
#container.three-columns-left #primary,
#container.three-columns-left #secondary,
#container.three-columns-sided #primary  	{ -ms-flex-order: -1; -webkit-box-ordinal-group: 0; order: -1; }
#container.three-columns-sided .main 		{ -ms-flex-order: 0; -webkit-box-ordinal-group: 1; order: 0; }
#container.three-columns-sided #secondary 	{ -ms-flex-order: 1; -webkit-box-ordinal-group: 2; order: 1; }

#applyModule {
	height: 416px;
    width: 100%;
    box-sizing: border-box;
	position: relative;
	background: url(/skin/default/img/mantis/uploads/2025/06/apply_module_img.png) no-repeat center;
    background-size: 100% 100%;
}
#applyModule a.goIndex {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#applyModule .wp-block-group__inner-container {
    padding-left: 45px;
	display: flex;
  flex-direction: column;
  justify-content: center;
}
#applyModule .wp-block-group {
	margin: 0 auto;
    width: 1200px;
	height: 416px;
   
}
#applyModule .wp-block-group .title {
	font-size: 36px;
    font-weight: 500;
    color: #fff;
    line-height: 50px;
}
#applyModule .wp-block-group .freeTrial_btn {
	width: 150px;
	height: 48px;
	background:  #040404;
	border-radius: 5px;
	margin-top: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#applyModule .wp-block-group .freeTrial_btn:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 2px;
  background: linear-gradient(270deg, #82a0ff, #2de7e9);
  -webkit-mask: linear-gradient(#ffffff, #ffffff) content-box, linear-gradient(#ffffff, #ffffff);
    mask-composite: add, add;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
#applyModule .wp-block-group .freeTrial_btn a.wp-block-button__link {
	cursor: pointer;
	background: transparent;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	color: #00ebd6;
	line-height: 48px;
}
#isCodeTrue{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #ccc;
    top: 20px;
}

.main {
	clear: both;
	overflow: hidden;
	min-height: 400px;
	margin-bottom: 0;
}

/* Left/right padding for content */
#access .menu-search-animated .searchform input[type="search"],
#colophon-inside,
.footer-inside,
.lp-staticslider .staticslider-caption,
.seriousslider.seriousslider-theme .seriousslider-caption,
.bravada-landing-page .lp-blocks2 .lp-blocks-inside,
.bravada-landing-page .lp-text-inside,
.bravada-landing-page .lp-posts-inside,
.bravada-landing-page .lp-page-inside,
.bravada-landing-page .lp-portfolio-inside,
.bravada-landing-page .lp-testimonials-inside,
.bravada-landing-page .lp-section-header,
.bravada-landing-page .content-widget {
	padding-left: 2.5em;
	padding-right: 2.5em;
}
#content{
	background: #fff;
}
#container .main.single-blog {
	z-index: 0;
	padding-top: 4em !important;
}
#main.single-blog .entry-content p{
    font-size: 14px;
    color: black;
    line-height: 26px;
	margin-bottom: 1em;
	text-transform: none;
}
#main.single-blog .entry-content h2.has-normal-font-size {
	margin-top: 0.8em;
    margin-bottom: 0.5em;
    text-indent: 30px;
}
#main.single-blog .entry-content .wp-block-image {
	margin-top: 1em;
	text-align: center;
}
#main.single-blog header .beforetitle-meta {
	display: none;
}

#main.single-blog header .aftertitle-meta {
	font-size: 14px;
	display: flex;
	align-items: center;
	margin: 15px 0;
	color: black;
}
#main.single-blog .crumbs-nav {
	font-size: 16px;
    padding: 0 0 15px;
    color: black;
	margin-top: 20px;
}
#main.single-blog .crumbs-nav a {
	 color: black;
}
#main.single-blog .crumbs-nav a:hover {
	 color: #06CB94;
}
#container:not(.bravada-landing-page) .main {
	position: relative;
	z-index: 0;
	padding-top: 4em;
}

#container:not(.bravada-landing-page) .main > *:not(#content-masonry) {
	padding-left: 0;
	padding-right: 0;
}

#site-wrapper > #breadcrumbs-container #breadcrumbs-container-inside {
	/* padding-left: 4em;
	padding-right: 4em; */
}

.sidey {
	position: relative;
	display: block;
	float: left;
	padding-top: 4em;
}

@media (min-width: 1024px) {
	.sidey {
		padding-bottom: 100px;
	}
}

#primary {
	padding-left: 0;
	padding-right: 3%;
}

#secondary {
	padding-right: 0;
	padding-left: 0;
    padding-top: 1em;
    margin-top: 6em;
	margin-left: 2em;
}
#secondary #block-22 {
	border: 1px solid #e0e4ea;
}
#secondary.reading-content {
	background: #ffffff;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15); 
	padding: 15px;
}
#secondary .reading-content li {
	display: flex;
	height: 44px;
}
#secondary .reading-content li img {
	    width: 72px;
    height: 100%;
	margin-right: 17px;
	flex-shrink: 0;
}
#secondary .reading-content a {
    font-size: 12px;
	text-align: justify;
	color: #51565d;
	line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-size: 12px;
}
#secondary .reading-content a:hover {
	color: #06CB94;
}
#secondary .reading-content time {
	color: #A1A6AB;
	font-size: 12px;
}
#container.three-columns-right #primary {
	padding-left: 3%;
	padding-right: 0;
}

#container.three-columns-left #secondary {
	padding-left: 0;
	padding-right: 3%;
}

.bravada-boxed-layout #primary,
.bravada-boxed-layout #secondary {
	padding-left: 3%;
	padding-right: 3%;
}

#content {
	position: relative;
}

#main {
	position: relative;
	overflow: hidden;
}

#container{
	position: relative;
}
#footer {
	clear: both;
	width: 100%;
}

#content .news-list-entry-content .wp-pagenavi{
   	width: 1200px;
	margin: 0 auto;
    clear: both;
	padding: 5em 0;
}
#content .news-list-entry-content .wp-pagenavi .current {
	background: #06CB94;
    color: #fff;
    border-color: #06CB94;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
    padding: 7px 14px;
    color: #68747F;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 6px;
    border: 1px solid #e0e4ea;
}

#content .news-list-entry-content{
    background: #fff;
	padding-top: 80px;
	width: 1200px;
    margin: 0 auto;
	
	position: relative;
}
#content .article-list{
    width: 840px;
	float: left;
}
#container.v_container .article-list {
	width: 240px;
}


/** 文章列表右侧固定start */
#content .sidebar2-box.single {
    margin-top: 10%;
    margin-left: 53px;
}
#content .sidebar2-box {
	width: 350px;
	padding-top: 25px;
/* 	position: absolute; */
	float: left;
	top: 20%;
	left: 70%;
}
.sidebar2-box li {
	list-style: none;
}
#content .sidebar2-box .item-tips {
	font-size: 12px;
	color: #51565d;
	line-height: 18px;
	padding-left: 10px;
}
#content .sidebar2-box .sidebar2-item {
	width: 100%;
	margin-bottom: 26px;
	position: relative;
}
#content .sidebar2-box .bg-item{
	background: #ffffff;
	padding: 26px;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.15); 
}
#content .sidebar2-box .sidebar2-item .labels {
	display; flex;
} 
#content .sidebar2-box .sidebar2-item .labels a {
   background: #f5f8fa;
	border-radius: 4px;
    display: inline-flex;
    line-height: 30px;
	height: 30px;
	padding: 0 10px;
	text-align: center;
    margin-right: 10px;
    margin-bottom: 5px;
	font-size: 12px !important;
	color: #51565d;
    cursor: pointer;
	    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
} 
#content .sidebar2-box .sidebar2-item .labels a:hover {
	background-color: #36cfa8;
    color: #fff;
} 
#content .sidebar2-box .sidebar2-item .sidebar-news-box {
	position: relative;
	width: 90%;
	margin-bottom: 0;
    margin-top: 15px;
}
#content .sidebar2-box .sidebar2-item .mantis-wechat {
	width: 112px;
	height: 112px;
	margin-right: 15px;
}
#content .sidebar2-box .sidebar2-item .sidebar-news-box img {
	width: 90%;
	border-radius: 5px;
}
#content .sidebar2-box .sidebar2-item .weichat .wp-block-group__inner-container {
	display: flex;
	align-items: center;
}
#content .sidebar2-box .sidebar2-item .copywriting-list .wp-block-group__inner-container {
	display: block;
}
#content .sidebar2-box .sidebar2-item .copywriting-list .item-name {
	font-size: 14px;
	text-align: justify;
	color: #51565d;
	line-height: 18px;
	margin-bottom: 0;
	padding-bottom: 4px;
}
#content .sidebar2-box .sidebar2-item .copywriting-list .item-tips {
	padding-left: 0;
}
#content .sidebar2-box .sidebar2-item figcaption{
	position: absolute;
	color: #fff;
    font-weight: 400;
    padding: 0 15px;
    max-height: 2.28em;
    line-height: 1.14em;
    overflow: hidden;
    width: 90%;
    position: absolute;
    bottom: -6px;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space:nowrap;
}
.sidebar2-box .item-name {
	margin-bottom: 15px;
	font-size: 16px;
	color: #2b333f;
	padding-bottom: 13px;
	border-bottom: 1px solid #f5f8fa;
	line-height: 22px;
} 
#content .sidebar2-box li .sidebar-about-info {
	display: flex;
	align-items: center;
	justify-content:flex-start;
} 
#content .sidebar2-box .wp-block-search__inside-wrapper {
	width: 335px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
	border: 1px solid #edf2f1;
	border-radius: 4px;
	font-size: 12px;
}
#content .sidebar2-box .wp-block-search__inside-wrapper .wp-block-search__input{
	text-indent: 15px;
	background: #fff;
}
/** 文章列表右侧固定end */

/** 文章推荐列表右侧start */
ul.article-list-tool li {
  	margin-bottom: 20px;
	cursor: pointer;
	display: flex;
}
.article-list-tool li .wp-block-latest-posts__featured-image {
  width: 72px;
  height: 44px;
  flex-shrink: 0;
  margin-right: 16px;
}
.article-list-tool li .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: 100%;
  object-position: center;
}
.article-list-tool li a {
  font-size: 12px;
  text-align: justify;
  color: black;
  line-height: 20px;
  text-transform: none;
}
/** 文章推荐列表右侧end */

/** 文章列表start */
.news-list-entry-content .article-list .news-list-article-item {
	position: relative;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	width: 94%;
	align-items: center;
	list-style-type:none;
}
.news-list-entry-content .article-list .news-list-article-item .article-right {
	height: 140px;
    display: flex;
	font-size: 22px;
    flex-direction: column;
    justify-content: space-between;
	width: 100%;
}
.news-list-entry-content .article-list .news-list-article-item:hover{
	 box-shadow:0px 2px 8px 0px rgba(0,0,0,0.15);
}
.news-list-article-item .article-img{
	flex-shrink: 0;
    border-radius: 5px;
    width: 230px;
    height: 140px;
    overflow: hidden;
    margin-right: 15px;
	max-height: 100%;
}
a.on-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.news-list-article-item .post-title a{
	color: #3E464C;
    font-size: 16px;
    font-weight: 500;
	margin-bottom: 10px;
	text-transform: none;
}
.news-list-article-item .post-title a:hover {
	    color: #06CB94;
}

.news-list-article-item .desc {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
   color: #51565d;
	line-height: 18px;
}
.news-list-article-item .post-author-date, .news-list-article-item .view {
	color: #A1A6AB;
    font-size: 14px;
}
.news-list-article-item .view {
	display: none;
}
.news-list-article-item .view .icon {
	width: 16px;
	vertical-align: middle;
	margin-right: 10px;
}
.news-list-article-item .post-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-list-article-item .author {
	margin-right: 10px;
	background: url(/skin/default/img/mantis/uploads/2022/01/smail-mantis.png) no-repeat left;
	background-size: 17px 17px;
	padding-left: 25px;
}

.news-swiper{
	width: 1200px;
    margin: 0 auto 15px;
}
.news-swiper .swipere-box{
	width: 775px;
	height: 300px;
}


#colophon，#footer{
	    background-color: #3D3E4A;
    overflow: hidden;
}

#container {
	max-width: 1200px !important;
	width: 1200px !important;
}
#container.v_container {
	max-width: 100% !important;
	width: 100% !important;
	display: flex;
	align-items: flex-start;
	margin: 0;
}
.v_search-box {
	padding-left: 24px;
}
.v_container .entry-content h2 {
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    line-height: 20px;
}
#container article {
	position: relative !important;
}
#container .main {
	padding-top: 0 !important;
}
.v_container .entry-content p {
    font-size: 12px;
    color: #303133;
    line-height: 18px;
    margin-bottom: 24px;
}
#drogueM{
	position: fixed;
	left: 0;
	right: 0;
	bottom:0;
	z-index: 99;
	display: none;
}
#drogueM li {
	list-style: none;
	width: 100%;
}
#drogueM .wp-block-columns {
	flex-wrap: nowrap;
	margin-bottom: 0;
	height: 100%;
}
#drogueM .drogueM_L, #drogueM .drogueM_C {
	border-right: 0.05rem solid #2b333f;
}
#drogueM .drogueM_L, #drogueM .drogueM_R, #drogueM .drogueM_C{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	flex:1;
	font-weight: initial;
	text-align: center;
	color: #2b333f;
	line-height: 2.1rem;
}
#drogueM .drogueM_C .chat-box {
	display: none;
	background: #ffffff;
	border-radius: .6rem;
	position: absolute;
	width: 11.0rem;
	height: 12.6rem;
	background: #ffffff;
	border-radius: .6rem;
	top: -15rem;
}
#drogueM .drogueM_C .chat-box:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border: 2.3rem solid; 
	border-color: transparent transparent #fff;
	left: 0;
  right: 0;
  bottom: -4.5rem;
  margin: auto;
  transform: rotate(180deg);
}
#drogueM .drogueM_C .chat-box > .wp-block-group__inner-container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}
#drogueM .drogueM_C .chat-box img {
	width: 8.6rem;
	height: 8.6rem;
	margin-bottom: .5rem
}
#drogueM .drogueM_C .chat-box p {
font-size: 1.2rem;
font-weight: initial;
text-align: center;
color: #2b333f;
line-height: 1.7rem;
}
#drogueM .drogueM_L a, #drogueM .drogueM_R a{ 
	left: 0;
    top: 0;
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
	opacity: 0;
}
#drogueM .drogueM_L figure, #drogueM .drogueM_C figure, #drogueM .drogueM_R figure{ 
	margin: 0;
}
#drogueM .drogueM_L img,#drogueM .drogueM_R img,#drogueM .drogueM_C img{
	width: 2rem;
	height: 2rem;
	vertical-align: middle;
}

.news-list-entry-content .category_menu {
	width; 100%;
	list-style: none;
	padding: 0 15px;
	border-bottom: 1px solid #E0E4EA;
	overflow: hidden;
}
.news-list-entry-content .category_menu .wp-block-group__inner-container {
		display: flex;
}
.news-list-entry-content .category_menu .wp-block-group__inner-container .real-time, .news-list-entry-content .category_menu .wp-block-group__inner-container .industry-insight-view,
.news-list-entry-content .category_menu .wp-block-group__inner-container .product-dynamics,.news-list-entry-content .category_menu .wp-block-group__inner-container .help{
	position: relative;
	font-weight: 500;
	cursor: pointer;
	margin-right: 40px;
	font-size: 16px;
	color: #3E464C;
	width: 70px;
	height: 35px;
}
.category-active {
	position: relative;
}
.news-list-entry-content .category_menu .wp-block-group__inner-container  .category-active:before {
	position: absolute;
	content: '';
	display: inline-block;
	bottom: 0;
	width: 28px;
	height: 2px;
    border-radius: 0.2px;
	background: #06CB94;
	left: 0;
    right: 0;
    margin: auto;
}
.news-list-entry-content .category_menu .wp-block-group__inner-container p a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0
}
.news-swiper-box {
    height: 300px;
}
.swiper-containerNews {
	overflow: hidden;
	position: relative;
    width: 1000px;
	height: 100%;
	margin-right: 10px;
}
.swiper-containerNews .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 0;
    margin-right: 10px;
    opacity: 0.6;
    outline: none !important;
}
.swiper-containerNews .swiper-pagination {
	text-align: right;
	padding-right: 10px;
    padding-bottom: 10px;
}
.swiper-containerNews .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}
.news-swiper-box .wp-block-group__inner-container {
	display: flex;
}
.swiper-containerNews .swiper-slide .wp-block-group__inner-container {
	display: block;
}
.swiper-containerNews .swiper-slide {
	cursor: pointer;
}
.swiper-containerNews .swiper-slide figure.wp-block-image img {
	width: 100%;
    height: 100%;
	object-fit: cover;
}
.swiper-containerNews .swiper-slide pre {
    border-radius: 0 0 4px 4px;
    color: #fff;
    font-size: 18px;
    text-indent: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 20px;
    font-weight: 500;
    width: 100%;
	border: none;
    background: linear-gradient(-180deg,transparent 13%,rgba(0,0,0,.65) 97%);
}
.swiper-containerNews .swiper-slide a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: inline-block;
	opacity: 0;
}
.small-list {
	width: 195px;
}
.small-list .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
}
.small-list .small-item {
	position: relative;
	width: 195px;
    float: left;
    margin-right: 10px;
    height: 145px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
	  transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.small-list .small-item.wp-block-image a {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 2;
	 transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.small-list .small-item.wp-block-image figcaption {
	font-size: 12px;
    padding: 20px 10px 10px;
    background: linear-gradient(-180deg,transparent 13%,rgba(0,0,0,.65) 97%);
    position: absolute;
    font-weight: 500;
    border-radius: 0 0 4px 4px;
    bottom: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
	overflow:hidden; 
	text-overflow:ellipsis;
	color: #fff;
	width: 100%;
	white-space:nowrap;
	z-index: 9;
	margin: 0;
}
.small-list .small-item img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.small-list .small-item:hover {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
} 
.small-list .small-item:hover figcaption {
/*     height: 100%; */
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
	display: block;
	    overflow: auto;
    white-space: pre-wrap;
}
.small-list .small-item .content-widget {
	padding-left: 2.5em;
    padding-right: 2.5em;
}
/*
 * banner 背景色 #F7F9F9
 */
.bannerBg {
	background: #F7F9F9;
}
.groupBg {
	background: #F5F8FA;
}

/*--------------------------------------------------------------
	# HEADER
--------------------------------------------------------------*/

#masthead::after {
	display: table;
	clear: both;
	content: "";
}

#masthead {
	position: relative;
	z-index: 999;
}

#branding {
	float: left;
	display: flex;
	align-items: center;
	-webkit-transition: .5s height ease-in-out;
	transition: .5s height ease-in-out;
	cursor: pointer;
	margin-right: 15px;
	width: 131px;
	background: url(/skin/default/img/mantis/index/new_logo.png) no-repeat center;
	background-size: 131px 22px;
}

#branding .identity {
	float: left;
}

a.custom-logo-link {
	display: inline;
}

img.custom-logo {
	max-height: 70%;
}

#site-text {
	position: relative;
	top: 50%;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#branding .identity + #site-text {
	clear: none;
	margin-left: 0.5em;
}

#site-title {
	position: relative;
	display: inline-block;
	-webkit-transition: .35s ease-out all;
	transition: .35s ease-out all;
}

#site-title a {
	position: relative;
	padding: 0 6px 0;
	letter-spacing: 0.05em;
	-webkit-transition: .15s ease-out all;
	transition: .15s ease-out all;
}

#site-title a::before {
	content: "";
	position: absolute;
	z-index: -1;
	display: block;
	right: 0;
	top: 0;
	bottom: 0;
	width: 95%;
	width: calc(100% - 1.2em);
	/* handled by option since 1.0.4 */
	height: 100%;
	-webkit-transition: .15s ease-out all;
	transition: .15s ease-out all;
}

#site-title a:hover::before {
	width: 100%;
}

#site-title a:active::before {
	width: 0;
}

#site-description {
	clear: left;
	display: none;
	margin-top: 0;
	font-size: .6em;
	line-height: 1.1;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 6px;
	opacity: .75;
}

#site-header-main {
	z-index: 251;
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0 auto;
	vertical-align: top;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	    background: transparent;
    box-shadow: 0px 3px 7px 0px rgb(6 101 75 / 15%);
	box-shadow: none;
    border-bottom: none;
   color: #3E464C;
}

.bravada-over-menu #site-header-main {
	position: fixed;;
/* 	top: 10px; */
	left: 0;
}

@media (max-width: 480px) {
	.bravada-over-menu #site-header-main {
		top: 0;
	}
}

.bravada-over-menu #site-header-main {
	background: transparent;
}

.header-fixed#site-header-main {
	-webkit-transition: .25s background-color ease-in-out;
	transition: .25s background-color ease-in-out;
}

.site-header-top,
.site-header-bottom {
	float: none;
	clear: both;
	display: block;
	height: 60px;
}

/* Used by the prepareTransition jQuery Plugin */
.is-transitioning {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	visibility: visible !important;
}

.site-header-top {
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 100%;
	width: 100vw;
	height: 100vh;
	padding: 4em;
	-webkit-transition: .25s ease transform;
	transition: .25s ease transform;
	display: none;
}

.site-header-top.is-active {
	display: block;
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
}

@media (max-width: 800px) {

	.site-header-top {
		left: 0;
		max-width: 100vw;
		width: 100vw;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.site-header-top.is-active {
		left: 0;
		-webkit-transform: translateY(0);
				transform: translateY(0);
	}

}

@media (max-width: 800px) {

	#masthead .site-header-bottom.header-fixed .site-header-bottom-fixed {
		position: absolute;
		top: -75px;
		-webkit-transition: .3s ease-out top;
		transition: .3s ease-out top;
		-webkit-animation: none;
		animation: none;
	}
	.mobile-fixed #masthead .site-header-bottom.header-fixed .site-header-bottom-fixed {
		position: fixed;
		top: 0;
	}
	.mobile-fixed #sheader, .mobile-fixed .identity {
		line-height: 75px;
		height: 75px;
	}
}

.site-header-top .site-header-inside {
	position:relative;
	padding: 0;
	height: 60px;
}

.site-header-top.is-active .site-header-inside {
	width: 30%;
	max-width: 300px;
	margin: 0 auto;
}

.site-header-bottom-fixed.is-active .menu-burger {
	position: absolute !important;
	left: 0;
	right: 0;
	margin: auto;
}

body.admin-bar .site-header-top .site-header-inside {
	margin-top: 32px;
}

.site-header-top .site-header-inside > div + div {
	margin: 50px 0 0 0;
}

.widget-side-section-inner section + section {
	padding-top: 10px;
}

/*--------------------------------------------------------------
	## TOP MENU
--------------------------------------------------------------*/
.topmenu {
	display: block;
}

.topmenu > ul {}

.topmenu ul li {
	display: block;
	white-space: nowrap;
	font-size: 0.8333em;
	padding: 10px 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.topmenu ul li[class*="icon-"]::before {
	font-size: 0.8333em;
	margin-right: .8333em;
}

.topmenu ul li span.sep {
	margin: 0 .5em;
	font-weight: bold;
	visibility: hidden;
}

.topmenu ul li:last-child span.sep {
	display: none;
}

.topmenu ul li a {
	position: relative;
	display: inline-block;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.topmenu ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	border-radius: 100px;
	opacity: 0;
	background: #fff;
	-webkit-transition: .25s all ease;
	transition: .25s all ease;
}

.topmenu ul li a:hover::after {
	width: 100%;
	opacity: 1;
}

#header-image-main,
#header-image-main-inside {
	position: relative;
	overflow: hidden;
}

body:not(.bravada-fullscreen-headerimage).bravada-cropped-headerimage div.header-image {
	height: 100%;
}

body:not(.bravada-fullscreen-headerimage).bravada-responsive-headerimage img.header-image {
	height: auto;
}

.bravada-responsive-headerimage #masthead div.header-image {
	display: none;
}

.bravada-cropped-headerimage #masthead img.header-image {
	display: none;
}

#masthead .header-image {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	opacity: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	-webkit-transition: .2s ease-out opacity;
	transition: .2s ease-out opacity;
}

.wp-custom-header {
	position: relative;
	line-height: 0;
}

.wp-custom-header-video-button.wp-custom-header-video-button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(255,255,255,.1);
	opacity: 0;
	cursor: pointer;
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.wp-custom-header:hover .wp-custom-header-video-button.wp-custom-header-video-button {
    opacity: .7;
}

.wp-custom-header video {
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	max-width: 100%;
	margin: 0 auto;
}

/* Header widget area */
#header-widget-area {
	position: absolute;
	z-index: 30;
	top: 10px;
	display: block;
	overflow: hidden;
	height: 100%;
}

/* Fixed menu */
.site-header-bottom .site-header-inside {
	position:relative;
	-webkit-transition: .3s ease-out all;
	transition: .3s ease-out all;
	height: 60px;
}
.site-header-bottom .site-header-inside .nav-right-box {
	 position: absolute;
    right: 0;
    top: 0;
	padding:0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}
.site-header-bottom .site-header-inside .nav-right-box .nav-phone {
	margin-right: 20px;
	font-size: 17px;
	display: flex;
	align-items: center;
	color: #fff;
}
.site-header-bottom .site-header-inside .nav-right-box .nav-phone .nav-phone-ico {
	width: 44px;
}
.site-header-bottom .site-header-inside .freeTrial_btn{
	width: 135px;
	height: 40px;
	line-height: 40px;
	background: #00EBD6;
/* 	border: 1px solid; */
/* 	border-image: linear-gradient(90deg, #58fae6, #96d2ff 100%) 1 1; */
	border-radius: 21px;
	font-size: 16px;
	text-align: center;
	color: rgb(14, 14, 14);
	cursor: pointer;
	padding: 0;
}
.site-header-bottom .site-header-inside .freeTrial_btn:hover {
	opacity: 0.85;
}
/* .site-header-bottom .site-header-inside .wap-on-trial {
	 position: absolute;
	padding:0;
	display: none;
	color: #FFFFFF;
	right: 5rem;
    border: 0.1rem solid white;
    font-size: 1.5rem;
    padding: 0.5rem 1.5rem;
    background: rgb(6, 203, 148);
    border-radius: 0.3rem;
} */
.site-header-bottom .site-header-bottom-fixed {
	    width: 1200px;
    margin: 0 auto;
}
.site-header-bottom.header-fixed .site-header-bottom-fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
/* 	border-bottom: 1px solid rgba(0,0,0,.05);
	box-shadow: 0 15px 30px rgba(0,0,0,.05); */
	-webkit-transition: .25s ease all;
	transition: .25s ease all;
	-webkit-animation: header-fixed 1s ease-out forwards;
	animation: header-fixed 1s ease-out forwards; }


body.admin-bar .site-header-bottom.header-fixed .site-header-bottom-fixed {
	margin-top: 32px;
}

@media (min-width: 600px) and (max-width: 782px) {
	body.admin-bar .site-header-bottom.header-fixed .site-header-bottom-fixed {
		margin-top: 46px;
	}
} */

/* @media (max-width: 600px) {
	body.admin-bar .site-header-bottom.header-fixed .site-header-bottom-fixed {
		margin-top: 0;
	}
}


@keyframes header-fixed {
	from {
		opacity: 0;
		top: -100px;
	}

	to {
		opacity: 1;
		top: 0;
	}
}

@-webkit-keyframes header-fixed {
	from {
		opacity: 0;
		top: -100px;
	}

	to {
		opacity: 1;
		top: 0;
	}
} */

/*--------------------------------------------------------------
	## MAIN MENU
--------------------------------------------------------------*/

#access {
	display: inline-block;
	float: right;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: .3s ease-out all;
	transition: .3s ease-out all;
}

.burgermenu-active #access {
	opacity: 0;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	pointer-events: none;
}


.bravada-menu-left #access {
	float: left;
}

.bravada-menu-center #access {
	display: table;
	float: none;
	height: 100%;
/* 	margin: 0 auto; */
}

.menu-item a img {
	vertical-align: middle;
}

#access ul.sub-menu > li.current_page_item > a,
#access ul.sub-menu > li.current-menu-item > a,
#access ul.sub-menu > li.current_page_ancestor > a,
#access ul.sub-menu > li.current-menu-ancestor > a,
#access ul.children > li.current_page_item > a,
#access ul.children > li.current-menu-item > a,
#access ul.children > li.current_page_ancestor > a,
#access ul.children > li.current-menu-ancestor > a {
	
}
#access ul.sub-menu, #access ul.children {
	background: #fff;
    box-shadow: 0px 3px 6px 0px rgb(6 101 75 0.15);
    padding: 20px 0;
}
#access ul.sub-menu li a, #access ul.children li a {
	color: #3E464C;
    display: block;
    font-size: 14px;
}
#access ul.sub-menu li a:hover, #access ul.children li a:hover {
      background: #F5F6F7;
}
#access a {
	display: block;
	padding: 0 1.2em;
	text-decoration: none;
	line-height: 3;
	-webkit-transition: .3s color ease-out;
	transition: .3s color ease-out;
}

@media (max-width: 1200px) {
	#access a {
		padding: 0 1.4em;
	}
}
/* 
@media (max-width: 800px) {
	#access a {
		padding: 0 0.7em;
	}
} */

#access ul li[class*="icon"]:not(:first-child) {
	padding-left: 2em;
}

#access ul li[class*="icon"]::before {
	float: left;
	font-size: .9em;
}

#access a > span {
	display: block;
}

#access > div > ul > li > a > span {
	position: relative;
	display: inline-block;
	line-height: 2.5em;
	color: black;
    font-size: 16px;
}

#access > div > ul > li > a > span::before {
    content: "";
	position: absolute;
	left: -15px;
	right: 0;
	width: 0;
	height: 100%;
	padding: 0 15px;
	font-weight: 500;
	background: #FFF;
	opacity: 0;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

#access > div > ul > li > a > span:hover::before {
    opacity: 0.1;
	width: calc(100% + 30px);
}

.bravada-over-menu .header-fixed.site-header-bottom #access > div > ul > li > a > span::before {
	background: #000;
}

#access > div ul li a:not([href]) { /* Default cursor for menu items with no link */
	cursor: default;
}

#access a:hover {}

#access > div > ul > li > a {
	position: relative;
	z-index: 999;
}

#access ul.children {
	z-index: -1;
}

#access > div > ul > li > a:not(:only-child) span {
	padding-right: .5em;
}

#access > div > ul li > a:not(:only-child) > span::after {
	position: absolute;
	z-index: 251;
	right: -.6em;
	top: 0;
	bottom: 0;
	margin: auto;
	font-family: "iconmeta";
	/* icon in fontfaces */
	opacity: .5;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#access > div > ul li:hover > a:not(:only-child) > span::after {
	opacity: 1;
}

#access > div > ul ul > li a:not(:only-child)::after {
	content: "";
	position: absolute;
	left: calc(100% - 6px);
	top: 0;
	bottom: 0;
	width: 6px;
	height: 6px;
	margin: auto;
	border: 6px solid;
	border-color: transparent transparent transparent #FFF;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#access > div > ul ul > li:hover > a:not(:only-child)::after {
	left: 100%;
}

#access > div > ul ul > li a:not(:only-child) > span::after {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	right: 0.25em;
}

#access > div > ul ul > li:hover > a:not(:only-child) > span::after {
	top: 0;
	right: -0.5em;
	opacity: 0;
}

#access ul li {
	display: block;
	float: left;
	position: relative;
	white-space: nowrap;
}

#access ul li a {
	font-size: 1em;
}

#access .sub-menu,
#access .children {
	z-index: 21;
	box-shadow: 10px 10px 20px rgba(0,0,0,.05);
}

#access ul ul {
	position: absolute;
	z-index: 1000;
	clear: both;
	margin-left: 0;
	min-width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-25px);
	transform: translateY(-25px);
	-webkit-transition: .2s all ease-in;
	transition: .2s all ease-in;
}

#access ul ul ul {
	/* -webkit-transform: translateX(25px);
	transform: translateX(25px); */
}

#access > div > ul > li > ul::before {
	/* content: ""; */
	position: absolute;
	top: -12px;
	left: 30%;
	border: 6px solid;
	border-color: transparent transparent #FFF transparent;
}

#access .sub-menu li a,
#access .children li a {
	padding: 0;
}

#access .sub-menu li a span,
#access .children li a span {
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

#access .sub-menu li a:hover span,
#access .children li a:hover span {
	background: rgba(255,255,255,.1);
}

/* #access .sub-menu li:first-child > a,
#access .children li:first-child > a {
	border-radius: 5px 5px 0 0;
}

#access .sub-menu li:last-child > a,
#access .children li:last-child > a {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
} */

#access .sub-menu li span,
#access .children li span {
	padding: 0.3em 1.5em;
}

#access ul li.menu-hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#access li ul ul {
	height: 0;
}
/* #top-nav li:nth-child(2) li:nth-child(1) a {
	background: url(/skin/default/img/mantis/nav/nav_icon01.png) no-repeat 20px;
		padding-left: 25px;
	background-size: 20px 20px;
}
#top-nav li:nth-child(2) li:nth-child(2) a {
	background: url(/skin/default/img/mantis/nav/nav_icon02.png) no-repeat 20px;
	background-size: 20px 20px;
	padding-left: 25px;
}
#top-nav li:nth-child(2) li:nth-child(3) a {
	background: url(/skin/default/img/mantis/nav/nav_icon03.png) no-repeat 20px;
	padding-left: 25px;
	background-size: 20px 20px;
}
#top-nav li:nth-child(2) li:nth-child(4) a {
	background: url(/skin/default/img/mantis/nav/nav_icon04.png) no-repeat 20px;
	background-size: 20px 20px;
	padding-left: 25px;
}
#top-nav li:nth-child(2) li:nth-child(5) a {
	background: url(/skin/default/img/mantis/nav/nav_icon05.png) no-repeat 20px;
	background-size: 20px 20px;
	padding-left: 25px;
}
#top-nav li:nth-child(2) li:nth-child(6) a {
	background: url(/skin/default/img/mantis/nav/nav_icon06.png) no-repeat 20px;
	background-size: 16px 16px;
	padding-left: 25px;
	    margin-left: 2px;
}
#top-nav li:nth-child(2) li:nth-child(1):hover a {
	background: url(/skin/default/img/mantis/nav/nav_icon01_act.png) no-repeat 20px;
		padding-left: 25px;
	background-size: 20px 20px;
}
#top-nav li:nth-child(2) li:nth-child(2):hover a {
	background: url(/skin/default/img/mantis/nav/nav_icon02_act.png) no-repeat 20px;
	background-size: 20px 20px;
	padding-left: 25px;
}
#top-nav li:nth-child(2) li:nth-child(3):hover a {
	background: url(/skin/default/img/mantis/nav/nav_icon03_act.png) no-repeat 20px;
	padding-left: 25px;
	background-size: 20px 20px;
}
#top-nav li:nth-child(2) li:nth-child(4):hover a {
	background: url(/skin/default/img/mantis/nav/nav_icon04_act.png) no-repeat 20px;
	background-size: 20px 20px;
	padding-left: 25px;
}
#top-nav li:nth-child(2) li:nth-child(5):hover a {
	background: url(/skin/default/img/mantis/nav/nav_icon05_act.png) no-repeat 20px;
	background-size: 20px 20px;
	padding-left: 25px;
}
#top-nav li:nth-child(2) li:nth-child(6):hover a {
	background: url(/skin/default/img/mantis/nav/nav_icon06_act.png) no-repeat 20px;
	background-size: 20px 20px;
	padding-left: 25px;
}
#mobile-nav li:nth-child(3) li:nth-child(1) a {
	background: url(/skin/default/img/mantis/nav/nav_icon01_act.png) no-repeat center top;
	background-size: 25px 25px;
	padding-top: 30px;
}
#mobile-nav li:nth-child(3) li:nth-child(2) a {
	background: url(/skin/default/img/mantis/nav/nav_icon02_act.png) no-repeat center top;
	background-size: 25px 25px;
	padding-top: 30px;
}
#mobile-nav li:nth-child(3) li:nth-child(3) a {
	background: url(/skin/default/img/mantis/nav/nav_icon03_act.png) no-repeat center top;
	background-size: 25px 25px;
	padding-top: 30px;
}
#mobile-nav li:nth-child(3) li:nth-child(4) a {
	background: url(/skin/default/img/mantis/nav/nav_icon04_act.png) no-repeat center top;
	background-size: 25px 25px;
	padding-top: 30px;
}
#mobile-nav li:nth-child(3) li:nth-child(5) a {
	background: url(/skin/default/img/mantis/nav/nav_icon05_act.png) no-repeat center top;
	background-size: 25px 25px;
	padding-top: 30px;
}
#mobile-nav li:nth-child(3) li:nth-child(6) a {
	background: url(/skin/default/img/mantis/nav/nav_icon06_act.png) no-repeat center top;
	background-size: 25px 25px;
	padding-top: 30px;
} */
#access li.menu-hover > ul > li > ul {
	width: auto;
	height: auto;
}

#access ul ul li { /* level 2 */
	position: relative;
	display: table;
	clear: both;
	float: left;
	width: 100%; /* submenu width fix */
	min-width: 150px;
	margin: 0;
}

#access ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	left: calc(100% + 10px);
	min-width: 150px;
	margin: 0;
	border-top: 0;
}

#access ul ul ul li { /* level 3 */
	display: block;
	float: none;
	width: 100%;
}

#access ul ul ul ul li { /* level 4 */}

#access ul ul a,
#access ul ul ul a {
	display: block;
	float: none;
	width: 100%;
}

#access ul ul li:hover,
#access ul ul ul li:hover {}

#access li,
#access ul ul li {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-item > a{
	
}

#top-nav ul li.current_page_item > a span{
	
}
#top-nav ul li.current_page_item {
	position: relative;
}

#access ul ul li.current_page_item ,
#access ul ul li.current-menu-ancestor,
#access ul ul li.current-menu-item ,
#access ul ul li.current-menu-parent {}

#access ul li.current_page_item a,
#access ul li.current-menu-ancestor a,
#access ul li.current-menu-item a,
#access ul li.current-menu-parent a,
#access ul li a:hover {}


/* Burger menu */
.menu-burger {
	position: absolute;
	right: 0;
	width: 42px;
	width: calc(36px + 1em);
	display: none;
}

.hamburger {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: visible;
	display: inline-block;
	width: 1.8rem;
	height: 1.6rem;
	margin: auto 0 auto 1em;
	border: 0;
	border-radius: 0;
	padding: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background: url(/skin/default/img/mantis/index/caidan.png') no-repeat center;
	background-size: 1.8rem 1.6rem;
	cursor: pointer;
}
.is-open-hamburger {
	background: url(/skin/default/img/mantis/index/cha.png') no-repeat center;
	background-size: 1.8rem 1.6rem ;
}

.hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 3px;
	opacity: 1;
	right: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.hamburger span:nth-child(1) {
	top: 0;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.hamburger span:nth-child(2) {
	top: 9px;
	width: 75%;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.hamburger span:nth-child(3) {
	top: 18px;
	width: 45%;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}

.hamburger:hover span:nth-child(n),
.burgermenu-active .hamburger span:nth-child(n) {
	width: 100%;
}

.burgermenu-active .hamburger span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
}

.burgermenu-active .hamburger span:nth-child(2) {
	width: 0;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.burgermenu-active .hamburger span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 22px;
}

#access > div > ul > li.current_page_item > a > span {
	color: #06CB94;
}
#access ul li.current_page_item:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: inline-block;
	    width: 30px;
    height: 4px;
	    background: #06CB94;
    border-radius: 3px;
}

#access ul.sub-menu li.current_page_item:before {
	content: none;
}
/*--------------------------------------------------------------
	## MOBILE MENU
--------------------------------------------------------------*/

.noscroll { /* to be added to body on mobile */
	overflow: hidden;
}

nav#mobile-menu { /* Actual mobile menu */
	position: fixed;
	z-index: 999; /* two too many */
	top: 6rem;
	background: rgba(0, 0, 0, 0.2);
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	width: 100%;
	height: 100%;
	padding: 0 ;
	line-height: 2em;
	-webkit-transform-origin: top right;
	transform-origin: top right;
	opacity: 0;
	-webkit-transition: .5s ease-out all;
	transition: .5s ease-out all;
	pointer-events: none;
	display: none;
}

nav#mobile-menu.burgermenu-active {
	opacity: 1;
	pointer-events: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.burgermenu-active .site-header-bottom.header-fixed .site-header-bottom-fixed {
	border: 0;
    box-shadow: none;
}

.burgermenu-active .site-header-bottom:not(.header-fixed) .site-header-bottom-fixed {
	position: relative;
	z-index: 10001;
}

#mobile-menu .side-section {
/* 	min-width: 400px; */
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

#mobile-menu .side-menu {
	max-height: 80vh;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #fff;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none;  /* IE 10+ */
}

#mobile-menu .side-menu::-webkit-scrollbar {
	width: 0;
	background: transparent;
}

#mobile-menu .side-section-widget {
	margin-top: 1em;
	opacity: 0;
	-webkit-transition: .3s .5s ease-out all;
	transition: .3s .5s ease-out all;
}

nav#mobile-menu.burgermenu-active .side-section-widget {
	opacity: 1;
}

nav#mobile-menu #site-title {
	font-size: 1em;
}

nav#mobile-menu #mobile-nav #site-title a {
	font-size: 1em;
	padding: 5px;
	letter-spacing: 1px;
	-webkit-padding-end: 5px;
	   -moz-padding-end: 5px;
			padding-inline-end: 5px;
}

nav#mobile-menu a#logo > img {
	max-height: 50px;
}

nav#mobile-menu #mobile-nav > li {
	position: relative;
	opacity: 0;
	margin: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
/* 	-webkit-transition: .2s ease-out all; */
/* 	transition: .2s ease-out all; */
}
nav#mobile-menu #mobile-nav li:nth-child(5) ul.sub-menu li {
	text-align: left;
	     padding-left: 1.5%;
}
nav#mobile-menu.burgermenu-active #mobile-nav > li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

nav#mobile-menu #mobile-nav a {
	display: inline-block;
	margin-right: 1em;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: .3s ease-out color;
	transition: .3s ease-out color;
}

nav#mobile-menu a span {
	display: inline-block;
}

nav#mobile-menu > div  ul li a:not([href]) { /* Default cursor for menu items with no link */
	cursor: default;
}

nav#mobile-menu > div > ul > li > a {
	position: relative;
	z-index: 9999;
}

nav#mobile-menu ul li {
	position: relative;
	clear: both;
	float: none;
	display: block;
	white-space: normal;
	line-height: 1.1;
	font-size: 1.4rem;
    font-weight: 400;
    color: #3E464C;
    padding: 1.5rem;
    border-bottom: 0.1rem #E0E4EA solid;
}
nav#mobile-menu ul li:nth-child(3):not(nav#mobile-menu ul .productMenu_item li:nth-child(3)),nav#mobile-menu ul li:nth-child(4):not(nav#mobile-menu ul .productMenu_item li:nth-child(4)), nav#mobile-menu ul li:nth-child(5):not(nav#mobile-menu ul .productMenu_item li:nth-child(5)) {
	display: none;
}
nav#mobile-menu ul li::before {
	margin-right: 10px;
}

nav#mobile-menu ul li.menu-burger {
	width: 100%;
	margin: 2em auto;
	text-align: center;
	border-radius: 100px;
	background: rgba(0,0,0,.05);
}
nav#mobile-menu ul li:nth-child(3) ul.sub-menu li {
	padding-left: 2rem;
}
#mobile-nav ul li a span {
	/* overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis; */
}

.dropdown-toggle {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	display: flex;
	margin: 0;
	border: 0;
	padding: 0;
	cursor: pointer;
	color: inherit;
	background: transparent;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	-webkit-transition: .6s all ease-in-out;
	transition: .6s all ease-in-out;
	justify-content: flex-end;
	width: 100%;
}

.sub-menu .dropdown-toggle,
.children .dropdown-toggle {
	padding: 0.5 1em;
}

.dropdown-toggle:hover {
	background: transparent;
}

.toggle-on.dropdown-toggle {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

a.toggled-on {
	border-bottom: 0.1rem solid;
}

.dropdown-toggle::after {
	font-family: "iconmeta";
    /* icon in fontfaces */
	font-size: 1.3em;
}

nav#mobile-menu .sub-menu,
nav#mobile-menu .children {
	display: none;
	max-height: 0;
	margin: 1em auto 0em;
/* 	opacity: 0;
	-webkit-transition: .5s max-height ease-in-out, .3s opacity ease-in-out, .3s padding ease;
	transition: .5s max-height ease-in-out, .3s opacity ease-in-out, .3s padding ease; */
}

nav#mobile-menu .sub-menu.toggled-on,
nav#mobile-menu .children.toggled-on {
	display: block;
	max-height: 1500px;
/* 	opacity: .9;
	-webkit-transition: 1s max-height ease-in-out, .3s .3s opacity ease-in-out, .3s .3s padding ease;
	transition: 1s max-height ease-in-out, .3s .3s opacity ease-in-out, .3s .3s padding ease; */
}

nav#mobile-menu #nav-cancel {
	position: absolute;
	z-index: 99;
	top: 0;
	right: 0;
	display: inline-block;
	width: auto;
	/* height: 60px;
	line-height: 60px; */
	padding: 1em;
	font-size: 22px;
	border-radius: 0;
	cursor: pointer;
	color: inherit;
	background: transparent;
}

#mobile-menu .menu-main-search { /* Searchbar in main menu will always be top */
	width: 100%;
}

#mobile-menu .searchform .searchsubmit,
#mobile-menu .searchform:hover input[type="search"],
#mobile-menu .searchform input[type="search"]:focus {
	color: inherit;
}

nav#mobile-menu #smobile {
	display: table;
	margin: 3em auto 1em;
	text-align: center;
}


body.admin-bar #mobile-menu .menu-main-search {
	padding-top: 32px;
}

body.admin-bar nav#mobile-menu #nav-cancel,
body.admin-bar #bmobile {
	margin-top: 32px;
}

/* @media (max-width: 782px) {

	body.admin-bar #mobile-menu .menu-main-search {
		padding-top: 46px;
	}

	body.admin-bar nav#mobile-menu #nav-cancel,
	body.admin-bar #bmobile {
		margin-top: 46px;
	}
} */

/* @media (max-width: 600px) {
	body.admin-bar.mobile-fixed nav#mobile-menu {
		padding-top: 2em;
	}

	body.admin-bar.mobile-fixed #mobile-menu .menu-main-search {
		padding-top: 0;
	}

	body.admin-bar.mobile-fixed nav#mobile-menu #nav-cancel,
	body.admin-bar.mobile-fixed #bmobile {
		margin-top: 0;
	}
} */


/*--------------------------------------------------------------
	# FOOTER
--------------------------------------------------------------*/

#footer {
	position: relative;
	display: block;
	overflow: visible;
	width: 100%;
}

.footer-inside {
	position: relative;
	float: none;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 1.25em;
	padding-bottom: 1.25em;
}

#footer-top .footer-inside::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	width: calc( 100% - 5em);
	height: 1px;
	background: rgba(255,255,255,.1);
}
.footer-inside {
	padding: 0;
}
#footer-bottom {
	display: none;
}
#footer-bottom .footer-inside {
    font-size: 12px;
    color: #666B76;
}
#footer::after {
	display: table;
	clear: both;
	content: "";
}

#colophon a,
#footer a {
	-webkit-transition: color .2s;
	transition: color .2s;
}
#footer{
	padding-bottom: 1em;
}
#site-copyright {
	display: block;
	float: left;
	font-style: italic;
	margin: 0.5em auto;
	font-size: 12px;
    color: #666B76;
}
#site-copyright a {
	color: unset;
}
#site-copyright a:hover {
	color: #fff;
}
#footer-separator {
	display: block;
	float: left;
	clear: both;
	height: 0;
	width: 100%;
	margin: .5em 0;
}

#footer a,
#footer a:hover{
	text-decoration: none;
}

img#wpstats {
	display: block;
	margin: 0 auto .5em;
}

/*--------------------------------------------------------------
	## FOOTER MENU
--------------------------------------------------------------*/
.footermenu {
	display: block;
	float: left;
	margin: 0.5em auto;
}

.footermenu > ul {}

.footermenu ul li {
	display: inline-block;
	float: left;
	font-size: 1em;
	line-height: 2.6;
	white-space: nowrap;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.footermenu ul li span.sep {
	visibility: hidden;
	margin: 0 .5em;
	font-weight: bold;
}

.footermenu ul li:last-child span.sep {
	display: none;
}

.footermenu ul li a {
	position: relative;
	display: inline-block;
	margin: 0 7px;
}

/*--------------------------------------------------------------
	## FOOTER WIDGET AREA
--------------------------------------------------------------*/
#colophon {
	position: relative;
	width: 100%;
}
.footer-head, .footer-logo {
	display: none;
}
#colophon-inside {
	float: none;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	display: flex;
	flex: 1;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	max-width: 1360px!important;
	margin: 3em auto 0;
}

#colophon .widget-container {
	position: relative;
	float: left;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding: 3em 2em 2em;
}
#colophon #block-40 {
	display: none;
}
#colophon #block-51, #colophon #block-12 {
	padding-right: 0;
}
#colophon #block-12 {
	padding-left: 0;
}
.footer-logo {
	display: none;
}
.chat-list > .wp-block-group__inner-container {
	display: flex;
	width: 346px;
}
.chat-list .chat-item > .wp-block-group__inner-container{
	width: 84px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 18px;
	text-align: center;
}
.chat-list .chat-title {
	font-size: 12px;
	color: #A2A5AC;
	line-height: 17px;
	text-align: left;
	margin-bottom: 10px;
}
.chat-list .chat-img {
	width: 70px;
	margin-bottom: 10px;
}
.chat-list .chat-icon {
	width: 32px;
}



.footer-center .footer-widget-inside {
	    background: #3D3E4A;
    overflow: hidden;
	display: table;
	margin: 0 auto;
}
.footer-widget-inside .footer-phone{
		  line-height: 35px;
	    font-size: 28px;
       color: #fff;
}

.footer-widget-inside .footer-ad-name, .footer-widget-inside .produc-title, .footer-widget-inside .solution-title, .footer-widget-inside .service-faq-title{
		    color: #fff;
    font-size: 15px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.footer-widget-inside .solution-title, .footer-widget-inside .footer-solution-content .wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
	width: 240px;
	justify-content: space-between;
}

.footer-widget-inside .footer-date {
	margin-top: 0;
	margin-bottom: 10px;
}
.footer-widget-inside .footer-date:last-child {
	margin-top: 5px;
}
.footer-widget-inside .footer-address, .footer-widget-inside .solution-name, .footer-widget-inside .product-name,  .footer-widget-inside .service-faq-name{
		    color: #9E9FA5;
    font-size: 14px;
    margin-bottom: 10px;
	position: relative;
}
.showKf {
	cursor: pointer;
}
.footer-widget-inside .solution-name-opacity {
	opacity: 0;
}
.footer-widget-inside .footer-address a, .footer-widget-inside .solution-name a, .footer-widget-inside .product-name a {
	display: inline-block;
	width; 100%;
	height: 100%;
	 color: #9E9FA5;
} 
.footer-widget-inside .solution-name.opacityClass a {
	color: #3d3e4a
}
@media (max-width: 640px) {
	.footer-center .footer-widget-inside {
		width: 100%;
	}
}

#colophon .footer-four .widget-container {
	width: 25%;
}

#colophon.footer-four .widget-container:nth-child(4n+1) {
	clear: both;
	padding-left: 0;
}

#colophon .footer-three .widget-container {
	width: auto;
}
.footer-address .address-box .address-icon img {
    vertical-align: middle;
	margin-right: 5px;
}
.footer-address .address-box > .wp-block-group__inner-container {
    display: flex;
}
.footer-address .address-box .title {
    color: #36CFA8;
    margin-right: 10px;
}
.city-list {
    position: relative;
	margin-bottom: 18px;
}
.city-list > .wp-block-group__inner-container:first-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 400px;
}
.city-list p.footer-address {
    width: 70px;
    margin-right: 10px;
    position: relative;
}
.city-list p.footer-address:before, .city-list:before {
    content: '';
    position: absolute;
    display: inline-block;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 10px;
    background: #9E9FA5;
}
.city-list:before {
	content: none;
    height: 1px;
	width: 40px;
    background: #585f6f;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0;
}
.city-list p.footer-address:nth-child(5n) {
	margin-right: 0;
}
.city-list p.footer-address:nth-child(5n):before {
	content: none;
}
#colophon .footer-three .widget-container:nth-child(3n+1) {
	clear: both;
}

#colophon .footer-two .widget-container {
	width: 50%;
}

#colophon .footer-two .widget-container:nth-child(2n+1) {
	clear: both;
	padding-left: 0;
}

#colophon .footer-one .widget-container {
	clear: both;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.footer-all .widget-container {
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}


/*--------------------------------------------------------------
	# CONTENT
--------------------------------------------------------------*/

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
	margin: 1em 0 .5em;
}

.entry-content h1, .entry-summary h1,
.entry-content h2, .entry-summary h2,
.entry-content h3, .entry-summary h3,
.entry-content h4, .entry-summary h4,
.entry-content h5, .entry-summary h5,
.entry-content h6, .entry-summary h6 {
	margin-top: 1.5em;
	line-height: 1.2;
}

.entry-content h5,
.entry-content h6 {
	font-weight: bold;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child {
	margin-top: 0;
}

.main article ul:not([class]),
.main article ol:not([class]) {
	margin-left: 2em;
}

.main table {
	max-width: 100%;
	width: 100%;
	margin: 0 0 2em 0;
	border: 0;
	vertical-align: top;
}

.main tr {
	vertical-align: top;
}

.main .alternate {}

.main th{
	font-weight: 600;
}

.main th,
.main td {
	padding: .75em;
}

.bravada-stripped-table .main td {
	border-top: 1px solid transparent;
}

.bravada-stripped-table .main tr.odd {
	background-color: transparent;
}

.bravada-bordered-table .main th,
.bravada-bordered-table .main td {
	border: 1px solid transparent;
}

.bravada-stripped-table .main th,
.bravada-bordered-table .main th {
	border-top: 1px solid transparent;
}


.bravada-stripped-table .main thead th,
.bravada-bordered-table .main thead th {
	border-bottom: 2px solid transparent;
}

.bravada-stripped-table .main thead th {
	border-top-width: 2px;
}

.entry-content,
.entry-summary {
	clear: both;
	word-wrap: break-word;
}

.entry-content::after,
.entry-summary::after,
.content-masonry::after {
	content: "";
	clear: both;
	display: block;
}

.content-masonry .entry-content,
.content-masonry .entry-summary {
}

.content-masonry .entry-meta {
	padding-top: 2em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	padding-right: 2em;
}

.content-masonry .entry-meta.aftertitle-meta {
	padding-bottom: 1em;
}

.content-masonry .entry-after-image .entry-meta {
	padding-top: 0.75em;
	padding-left: 0;
	padding-right: 0;
}
.main .entry-summary p {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main .entry-summary p:last-child {
	/*margin-bottom: 1em;*/
	margin-bottom: 0;
}

.entry-summary .excerpt-fade {
	width: 3em;
	height: 1em;
	display: inline-block;
	position: relative;
	margin-left: -3em;
	line-height: 1.5;
	background: linear-gradient(to left, white 50%, transparent);
}

.entry-content fieldset {
	margin: 0 0 2em 0;
	border: 1px solid transparent;
}

.entry-content fieldset legend {
	font-weight: bold;
}

.entry-content blockquote.left {
	float: left;
	width: 33%;
	margin-right: 2em;
	margin-left: 0;
	text-align: right;
}

.entry-content blockquote.right {
	float: right;
	width: 33%;
	margin-right: 0;
	margin-left: 2em;
	text-align: left;
}

/*--------------------------------------------------------------
	## PAGE TITLES
--------------------------------------------------------------*/
.main .page-title {
	float: none;
	display: block;
	margin: 0;
	padding-bottom: .1em;
}

.main .page-title:only-child {
	padding: 0;
}

.main .pad-container p:last-child {
	margin: 0;
}

.entry-title {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	word-wrap: break-word;
	font-size: 2em;
}

.single .main .entry-title {
	padding: 0 0 10px 0;
	font-size: 2em;
	text-transform: none;
	/* margin-top: -5px; */
}

.entry-title a {
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.entry-title a:link,
.entry-title a:visited {
	color: inherit;
	text-decoration: none;
}

.main #comments-title,
.main .entry-title {
	margin: 0;
}

.main #content-masonry .entry-after-image {
/* 	padding: 2em; */
	padding-top: 0;
}

.main #content-masonry .post-thumbnail-container + .entry-after-image {
	padding-top: 2em;
}
.main #content-masonry .post-thumbnail-container + .entry-after-image {
	padding-top: 0;
	display: flex;
    height: 142px;
    flex-direction: column;
    justify-content: space-between;
	position: relative;
}
/* One column magazine layout */
@media (min-width: 720px) {

	.bravada-magazine-one .main #content-masonry article.has-post-thumbnail .article-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.bravada-magazine-one .main #content-masonry .post-thumbnail-container {
		float: left;
		width: 40%;
	}

	.bravada-magazine-one .main #content-masonry .post-thumbnail-container + .entry-after-image {
		position: relative;
		left: 0;
		float: left;
		width: 60%;
		margin-top: 0;
		margin-right: 0;
		padding: 15px 30px;
		padding: min(15px 5%) 30px;
	}

	.bravada-magazine-one .main #content-masonry .entry-title {
		width: 100%;
		padding: 0;
	}

	.bravada-magazine-one .main #content-masonry .entry-title::before {
		content: none;
	}

}

/*--------------------------------------------------------------
	## POST METAS
--------------------------------------------------------------*/
.entry-meta {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.entry-meta:empty {
	/* display: none; */
}

.entry-meta em {
	display: inline-block;
	font-style: normal;
}

.entry-meta > span {
	position: relative;
	display: inline-block;
	margin-right: .5em;
}

body:not(.single) .entry-meta > span {
	margin-right: .1em;
}

body:not(.single) .entry-meta .sep {
	padding-left: .5em;
	opacity: 0;
}

.entry-meta > span.tags .sep {
	opacity: 1;
	padding-left: 0;
}

.entry-meta > span.tags > a {
	margin-right: 0.35em;
}

body:not(.single) .entry-meta.aftertitle-meta > span:not(:last-child)::after {
	content: '\00B7';
	position: relative;
	margin-left: .5em;
	font-weight: bold;
}

.hentry-featured .entry-meta.aftertitle-meta > span:not(:last-child)::after {
	display: none;
}

.single .entry-meta > span {
	vertical-align: middle;
}

.single .entry-meta:not(.entry-utility) .sep {
	padding: 0 .3em;
}

.single .entry-meta:not(.entry-utility) .sep::after {
	content: '\00B7';
	position: relative;
	font-family: 'iconmeta';
}

.entry-meta span a {
	position: relative;
	/* border-bottom: 2px solid transparent; */
	-webkit-transition: .25s all ease;
	transition: .25s all ease;
}

.entry-meta .icon-metas:not(.icon-comments) {
	display: none;
}

.entry-meta .updated {
	display: none;
}

.entry-meta .author-avatar {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	/* top: .5em; */
	line-height: 0;
}

.entry-meta .author-avatar .avatar {
	width: 4em;
	height: 4em;
	border-radius: 100%;
	margin-bottom: 8px;
	border: 2px solid #BBB;
	border-radius: 100px;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.entry-utility {
	float: none;
	clear: both;
	overflow: visible;
}

.entry-utility span.bl_bookmark {
	display: inline;
	float: none;
	padding: 0;
}

.post-continue-container {
	overflow: hidden;
}

.comments-link {
	float: right;
	position: relative;
	display: inline-block;
}

.comments-link a {
	-webkit-transition: .2s ease-out color;
	transition: .2s ease-out color;
}

.single .comments-link {
	float: none;
}

.single .comments-link i {
	display: none;
}

.single .comments-link a {
	padding: 0;
}

.article-inner .entry-header {
	position: relative;
}

.main .article-inner > header {
	display: black;
}

#container#container .page-header.pad-container {
	margin-bottom: 2.5em;
	padding: 2em;
	border: 1px solid rgba(0,0,0,.1);
}

body:not(.page-template-template-blog) .page-header.pad-container {
	display: none;
}

body.page-template-template-blog .page-header.pad-container .page-title {
	display: none;
}

.page-header.pad-container:empty {
	display: none;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted transparent;
}

.entry-meta span i::before {
	cursor: default;
	-webkit-transition: .6s all ease-in-out .2s;
	transition: .6s all ease-in-out .2s;
}

.tag-links {
	margin-left: 2em;
}

span.edit-link a.post-edit-link,
span.edit-link a.post-edit-link:hover,
span.edit-link .icon-edit::before {
	margin: 0;
	padding: 0;
}

span.edit-link:hover {
	opacity: 1;
}

span.edit-link .icon-edit::before {
	font-size: 0.8em;
}

.entry-meta > span.edit-link {
	border: 1px dashed;
	padding: 0 10px;
	float: right;
}

.single .entry-meta > span.edit-link {
	font-size: 0.8em;
}

/* ## Header titles */
#header-overlay {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#header-page-title {
	position: absolute;
	z-index: 11;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 2em;
}

#header-page-title-overlay {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#header-page-title #header-page-title-inside {
	margin: 0 auto;
	padding: 2em 2em;
}

#header-page-title .entry-title {
	position: relative;
	margin: 0.1em auto 0.3em;
	text-align: center;
	/* opacity: 0; */
	/* -webkit-animation: .5s .15s animation-fadeIn forwards;
	animation: .5s .15s animation-fadeIn forwards; */
}

#header-page-title #breadcrumbs-container {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: -10px;
	margin: auto;
	text-align: center;
	line-height: 1.3;
	opacity: 0;
	-webkit-animation: .5s 1s animation-fadeIn ease-out forwards;
	animation: .5s 1s animation-fadeIn ease-out forwards;
}

#header-page-title #breadcrumbs {
	width: 100%;
	margin: 0;
	padding: 0;
}

#header-page-title .icon-bread-home::before {
	margin-left: 0.3em;
}

#header-page-title #breadcrumbs-nav > a i {
	color: inherit;
}

#header-page-title #breadcrumbs-nav > a,
#header-page-title #breadcrumbs-nav > span {
	display: inline-block;
	margin: 0 1px;
	/* border-left: 2px solid rgba(255,255,255,.5); */
	padding: 5px 10px;
	font-size: 0.9em;
	color: inherit;
	background: rgba(255,255,255,.2);
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
	opacity: 0.5;
}

#header-page-title #breadcrumbs-nav > a:hover {
	opacity: 0.75;
}

#header-page-title .byline {
	position: relative;
	clear: both;
	display: block;
	overflow: hidden;
	max-width: 70%;
	min-width: 300px;
	margin: 1.5em auto 1em;
	font-size: 1em;
	text-align: center;
	opacity: 0;
	-webkit-animation: .5s .45s animation-fadeIn forwards;
	animation: .5s .45s animation-fadeIn forwards;
}

#header-page-title .byline:empty {
	margin: 0;
}

@media (max-width: 640px) {
	#header-page-title .byline {
		max-width: none;
		min-width: 0;
	}
}

#header-page-title .pretitle-meta {
	position: relative;
	opacity: 0;
	text-align: center;
	-webkit-animation: .5s .05s animation-fadeIn forwards;
	animation: .5s .05s animation-fadeIn forwards;
}


#header-page-title .aftertitle-meta {
	margin-bottom: 1em;
	text-align: center;
	opacity: 0;
	-webkit-animation: .5s .25s animation-fadeIn forwards;
	animation: .5s .25s animation-fadeIn forwards;
}

#header-page-title .category-metas a {
	border-bottom: 1px dotted;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

#header-page-title .category-metas a:hover {
	border-bottom-color: #FFF;
}

#header-page-title .icon-date {
	font-size: 0.833em;
}

#header-page-title .date {
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: .4em;
	opacity: .5;
}

#header-page-title .author-container {
	margin: 2em auto;
	font-weight: 300;
	letter-spacing: 0.5px;
}

#header-page-title .author-container > .author {
	display: inline-block;
}

.author #header-page-title .avatar {
	display: table;
	margin: 0 auto;
	border: 2px solid #BBB;
	border-radius: 100px;
}

.meta-arrow {
	position: absolute;
	z-index: 15;
	left: 0;
	right: 0;
	bottom: 80px;
	width: 100px;
	height: 65px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.5em;
	font-weight: 300;
	color: inherit;
}

@media (max-width: 1200px) {
	.meta-arrow {
		display: none;
	}
}

a.meta-arrow:hover {
	color: inherit;
}

.meta-arrow > i {
	margin: auto;
}

.meta-arrow > i::before {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	-webkit-animation: meta-arrow 2.2s ease-out infinite;
	animation: meta-arrow 2.2s ease-out infinite;
}

@keyframes meta-arrow {
	60% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}

@-webkit-keyframes meta-arrow {
	60% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
}


/*--------------------------------------------------------------
	## AUTHOR INFO
--------------------------------------------------------------*/
.author-info {
	clear: both;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
}

.single .author-info {
	margin: 4em 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	padding-top: 3em;
	padding-bottom: 3em;
}


.author-info .author-avatar {
	display: table;
	float: left;
	height: 80px;
	width: 80px;
	margin: 0 auto;
	line-height: 0;
}

.author-info .author-description {
	overflow: hidden;
	width: 100%;
	margin-left: 40px;
}

.author-description .page-title span {
	position: relative;
}

article .author-info {
	clear: both;
	overflow: hidden;
	margin: 2.5em 0 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	padding: 1.5em 0;
}

.author-info .avatar {
	position: relative;
	top: 0;
	display: block;
	padding: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
	border-radius: 50%;
	-webkit-transition: .3s ease-out all;
	transition: .3s ease-out all;
}

.author-info:hover .avatar {
	top: -5px;
	padding: 0;
}

.author-info .author-link {
	font-size: .9em;
	opacity: .5;
}

.author-info .author-link a {
	color: inherit;
}

.author-description .author-text {
	margin: 1em auto;
	text-align: justify;
	line-height: 1.5;
}

@media (max-width: 640px) {

	.author-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
		padding: 1.5em;
		text-align: center;
	}

	.author-info .author-description {
		margin-left: 0;
		text-align: center;
	}

	.author-description .author-text {
		text-align: center;
	}

}

/*--------------------------------------------------------------
	## ARTICLES
--------------------------------------------------------------*/

article.sticky .date {
	display: none;
}

article.hentry,
.main .content-widget {
	display: block;
	overflow: hidden;
	margin-bottom: 2em;
}

.single article.hentry,
.page article.hentry {
	overflow: visible;
}

article.hentry .article-inner {
	clear: both;
	display: block;
}
.article-inner .aftertitle-meta .author-container {
	display: none;
}

#content-masonry {
	width: 850px;
	margin-right: -2%;
	margin-left: -2%;
}

@media (min-width: 1024px) {
	.bravada-magazine-three #content-masonry {
		margin-right: -1%;
		margin-left: -1%;
	}
}

#content-masonry article.hentry {
	display: block;
	overflow: hidden;
	margin: 0;
/* 	margin-right: 2%; */
/* 	margin-bottom: 4%; */
	margin-left: 2%;
}

@media (min-width: 1024px) {
	.bravada-magazine-three #content-masonry article.hentry {
		margin-right: 1%;
		margin-bottom: 2%;
		margin-left: 1%;
	}
}

.bravada-magazine-one #content-masonry article.hentry {
	width: 96%;
}

.bravada-magazine-two #content-masonry article.hentry {
	float: left;
	width: 46%;
}

.bravada-magazine-two #content-masonry article.hentry:nth-child(2n+1) {
	clear: both;
}

.bravada-magazine-three #content-masonry article.hentry {
	float: left;
	width: 31.33333333%;
}

.bravada-magazine-three #content-masonry article.hentry:nth-child(3n+1) {
	clear: both;
}

#content-masonry article.hentry .article-inner {
	padding: 0;
	position: relative:
}

article.hentry .post-thumbnail-container {
	position: relative;
	display: block;
	overflow: hidden;
	width: 230px;
    height: 140px;
	line-height: 0;
	flex-shrink: 0;
}
body:not(.single) article.hentry .post-thumbnail-container::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	opacity: 0;
	-webkit-transition: .3s opacity ease-out;
	transition: .3s opacity ease-out;
}

body:not(.single) article.hentry .post-thumbnail-container:hover::after {
	opacity: 1;
}

article.hentry .post-thumbnail-container > .responsive-featured-image {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	display: inline-block;	
    margin: 0 auto;
    width: 200px;
    text-align: center;
	border-radius: 5px;
}
article.hentry .post-thumbnail-container > .responsive-featured-image img{
    border-radius: 5px;
}
.bravada-cropped-featured .main .post-thumbnail-container picture.responsive-featured-image {
	display: none;
}
.bravada-responsive-featured .main .post-thumbnail-container a.post-featured-image {
	display: none;
}

.post-thumbnail-container .featured-image-overlay {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.post-thumbnail-container .featured-image-overlay::before,
.post-thumbnail-container .featured-image-overlay::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	pointer-events: none;
	-webkit-transition: 0.2s ease-out all;
	transition: 0.2s ease-out all;
}

.post-thumbnail-container .featured-image-overlay::after {
	opacity: 0;
}

.post-thumbnail-container:hover .featured-image-overlay:before {
	opacity: 0;
}

.post-thumbnail-container:hover .featured-image-overlay:after {
	opacity: 0;
}

.post-thumbnail-container .responsive-featured-image {
	/* -webkit-transform: scale(1.05);
	transform: scale(1.05); */
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.post-thumbnail-container:hover .responsive-featured-image {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.post-thumbnail-container .featured-image-overlay a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
	## ARTICLE ANIMATION
--------------------------------------------------------------*/

article.hentry {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	opacity: 1;
	-webkit-filter: none;
	filter: none;
	-webkit-transform: translateY(0) scale(1, 1) perspective(1000px) rotateX(0) rotateY(0);
	transform: translateY(0) scale(1, 1) perspective(1000px) rotateX(0) rotateY(0);
	-webkit-transition: .5s opacity ease-in-out, .5s transform ease-in-out, .5s filter ease;
	transition: .5s opacity ease-in-out, .5s transform ease-in-out, .5s filter ease;
}

body:not(.bravada-landing-page):not(.bravada-lazy-noanimation) #content img[loading="lazy"] {
	opacity: 0;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

body:not(.bravada-landing-page) #content img[loading="lazy"].animate-lazy {
	opacity: 1;
}

/* Article Fade */
.bravada-article-animation-fade .animated-onscroll {
	opacity: 0;
}

/* Article Slide */
.bravada-article-animation-slide .animated-onscroll {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

/* Article Grow */
.bravada-article-animation-grow .animated-onscroll {
	-webkit-transform: scale(0.85, 0.85);
	transform: scale(0.85, 0.85);
}

/* Article Slide Left */
.bravada-article-animation-slideLeft .animated-onscroll {
	opacity: 0;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
}

/* Article Slide Right */
.bravada-article-animation-slideRight .animated-onscroll {
	opacity: 0;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

/* Article Zoom In */
.bravada-article-animation-zoomIn .animated-onscroll {
	opacity: 0;
	-webkit-transform: scale(.9, .9);
	transform: scale(.9, .9);
}

/* Article Zoom out */
.bravada-article-animation-zoomOut .animated-onscroll {
	opacity: 0;
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

/* Article Blur */
.bravada-article-animation-blur .animated-onscroll {
	opacity: 0;
	-webkit-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}

/* Article Flip Left */
.bravada-article-animation-flipLeft .animated-onscroll {
	-webkit-transform: perspective(1000px) rotateY(-20deg);
	transform: perspective(1000px) rotateY(-20deg);
}

/* Article Flip Right */
.bravada-article-animation-flipRight .animated-onscroll {
	-webkit-transform: perspective(1000px) rotateY(20deg);
	transform: perspective(1000px) rotateY(20deg);
}

/* Article Flip Up */
.bravada-article-animation-flipUp .animated-onscroll {
	-webkit-transform: perspective(1000px) rotateX(-20deg);
	transform: perspective(1000px) rotateX(-20deg);
}

/* Article Flip Down */
.bravada-article-animation-flipDown .animated-onscroll {
	-webkit-transform: perspective(1000px) rotateX(20deg);
	transform: perspective(1000px) rotateX(20deg);
}

/*--------------------------------------------------------------
	## IMAGES
--------------------------------------------------------------*/

/* Prevent overlfow */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	height: auto;
	max-width: 100%;
}

.main a.post-featured-image {
	position: relative;
	display: inline-block;
	height: 100%;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.main a.post-featured-image:hover {
	background-position: 50% 0%;
}

.main a.post-featured-image::before {
	content: "";
	position: absolute;
	bottom: 100%;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid rgba(255,255,255,.4);
	background: rgba(0, 0, 0, .2);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.main a.post-featured-image:hover::before {
	bottom: -1px;
}

.alignleft,
img.alignleft {
	float: left;
	margin-right: 2em;
}

.alignright,
img.alignright {
	float: right;
	margin-left: 2em;
}

.aligncenter,
img.aligncenter {
	/* 	display: block; */
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
img.aligncenter {
	display: block;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1em;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone,
.wp-caption img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

img.alignleft:hover,
img.alignright:hover,
img.aligncenter:hover,
img.alignnone:hover,
.wp-caption img:hover {}

.wp-caption {
	max-width: 100%;
	margin-bottom: 1em;
	text-align: center;
}

body .main .wp-caption > a {
	display: block;
}

.wp-caption img {
	display: block;
	width: 100%;
	border: none;
	padding: 0;
    box-shadow: none;
}

.wp-caption .wp-caption-text {
	padding: .7em .5em;
	text-align: center;
	font-style: italic;
}

.wp-smiley {
	width: auto;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background: none;
    box-shadow: none;
}

/*--------------------------------------------------------------
	## PAGE NAVIGATION
--------------------------------------------------------------*/

/* Multiple page navigation */
.page-link {
	clear: both;
	display: block;
	margin: .7em 0;
}

.page-link a,
.page-link > span > span > em {
	display: inline-block;
	height: 1.5em;
	width: 1.5em;
	margin-right: 1px;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.page-link > span {
	display: inline-block;
}

.page-link a:hover {}

.page-link em {
	font-style: normal;
}

.page-link span > em,
.pagination span {
	cursor: default;
}

.page-link a:hover {}

/* Single Previous/Next Post Navigation */
#nav-below {
	float: none;
	clear: both;
	width: 1200px;
	margin: 30px auto 0;
}

#nav-below > div {
	min-height: 1em;
}

#nav-below em:only-child {
	display: none;
}

#nav-below .nav-previous,
#nav-below .nav-next {
	position: relative;
	display: block;
	height: 40px;
	line-height: 0;
}

/* @media (max-width: 480px) {
	#nav-below .nav-previous,
	#nav-below .nav-next {
		width: 100%;
		float: none;
	}
} */

#nav-below .nav-next {
/* 	text-align: right; */
}

#nav-below .nav-previous a,
#nav-below .nav-next a  {
	display: flex;
	align-items: flex-start;
	z-index: 3;
	max-width: 90%;
	line-height: 1.5;
	word-wrap: break-word;
	color: #FFF;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
	color: #A1A6AB;
}
#nav-below .nav-previous a em,
#nav-below .nav-next a em {
	flex-shrink: 0;
	    background: no-repeat;
    margin-right: 10px;
}
#nav-below .nav-previous a span,
#nav-below .nav-next a span {
	text-align: left;
}

#nav-below .nav-next a  {
	left: auto;
	right: 3em;
}

/* @media (max-width: 1024px) {
	#nav-below .nav-previous a {
		left: 2em;
	}

	#nav-below .nav-next a  {
		right: 2em;
	}
}

@media (max-width: 640px) {
	#nav-below .nav-previous a {
		left: 1em;
		line-height: 1.3;
	}

	#nav-below .nav-next a  {
		right: 1em;
		line-height: 1.3;
	}
} */

#nav-below img {
	height: 200px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

#nav-below .nav-previous:hover img,
#nav-below .nav-next:hover img {
	-o-object-position: 50% 55%;
	   object-position: 50% 55%;
}

#nav-below em {
	position: relative;
	display: inline-block;
	float: none;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}

#nav-below span {
	display: block;
}


/* Single Fixed Previous/Next Post Navigation */
#nav-fixed {
	opacity: 0;
}

#nav-fixed,
#nav-fixed * {
	-webkit-transition: .3s ease-out all;
	transition: .3s ease-out all;
}

#nav-fixed a {
	color: inherit;
}

#nav-fixed.nav-fixed-show {
	opacity: 1;
}

#nav-fixed.nav-fixed-show .nav-previous i {
	left: 0;
}

#nav-fixed.nav-fixed-show .nav-next i {
	right: 0;
}

#nav-fixed a + a {
	position: relative;
	z-index: -1;
	visibility: hidden;
	display: inline-block;
	max-width: 500px;
	padding: 17px 20px 17px 44px;
	font-size: 0.8333em;
	line-height: 30px;
	font-style: italic;
	opacity: 0;
}

#nav-fixed .nav-previous a + a {
	margin-left: 30px;
}

#nav-fixed .nav-next a + a {
	padding: 17px 44px 17px 20px;
	margin-right: 30px;
}

#nav-fixed .nav-previous a:hover + a,
#nav-fixed .nav-previous a + a:hover {
	visibility: visible;
	margin-left: 0;
	opacity: 1;
}

#nav-fixed .nav-next a:hover + a,
#nav-fixed .nav-next a + a:hover {
	visibility: visible;
	margin-right: 0;
	opacity: 1;
}

#nav-fixed span {
	position: relative;
}

#nav-fixed span::before,
#nav-fixed span:after {
	content: '"';
	position: relative;
}

#nav-fixed .nav-previous span {
	padding-right: 10px;
}

#nav-fixed .nav-next span {
	padding-left: 10px;
}

#nav-fixed i {
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 44px;
	height: 64px;
	margin: auto;
}

#nav-fixed .nav-previous i {
	left: -70px;
}

#nav-fixed .nav-next i {
	right: -70px;
}

#nav-fixed i::before {
	position: absolute;
	left: 50%;
	right: auto;
	top: 50%;
	margin: auto;
	font-size: 30px;
	text-align: center;
	-webkit-transform: translateY(-50%) translateX(-40%);
	transform: translateY(-50%) translateX(-40%);
	-webkit-transition: .3s ease-out all;
	transition: .3s ease-out all;
}

#nav-fixed .nav-previous i::before {
	-webkit-transform: translateY(-50%) translateX(-60%) rotate(180deg);
	transform: translateY(-50%) translateX(-60%) rotate(180deg);
}

#nav-fixed .nav-previous:hover i::before {
	-webkit-transform: translateY(-50%) translateX(-80%) rotate(180deg);
	transform: translateY(-50%) translateX(-80%) rotate(180deg);
}

#nav-fixed .nav-next:hover i::before {
	-webkit-transform: translateY(-50%) translateX(-20%);
	transform: translateY(-50%) translateX(-20%);
}

#nav-fixed .nav-previous,
#nav-fixed .nav-next {
	position: fixed;
	top: 50%;
	z-index: 50;
	max-width: 44px;
	max-height: 64px;
}

#nav-fixed .nav-previous:hover,
#nav-fixed .nav-next:hover {
	max-width: 9999px;
	-webkit-transition: none;
	transition: none;
}

#nav-fixed .nav-previous {
	left: 0;
}

#nav-fixed .nav-next {
	right: 0;
}

/* Blog, Archive Pages Previous/Next Posts Pagination */
#nav-old-below {
	float: none;
	clear: both;
	display: table;
	width: 100%;
	max-width: 480px;
	margin: 2em auto;
}

#nav-old-below .nav-previous{
	float: left;
}

#nav-old-below .nav-next {
	float: right;
}

#nav-old-below .nav-previous a,
#nav-old-below .nav-next a {
	display: block;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}

#nav-old-below i::before {
	margin: 0 .5em;
}

.schema-publisher,
.schema-image {
    display: none;
}

/*--------------------------------------------------------------
	# LANDING PAGE
--------------------------------------------------------------*/

.bravada-landing-page .lp-blocks-inside,
.bravada-landing-page .lp-boxes-inside,
.bravada-landing-page .lp-page-inside,
.bravada-landing-page .lp-posts-inside {
	/* margin: 0 auto; */
	overflow: hidden;
}

/* @media (max-width: 1200px) {
	.bravada-landing-page .lp-blocks-inside,
	.bravada-landing-page .lp-boxes-inside,
	.bravada-landing-page .lp-page-inside,
	.bravada-landing-page .lp-posts-inside {
		max-width: 100%;
	}
} */

.bravada-landing-page .lp-portfolio-inside {
	margin: 0 auto;
}

.bravada-landing-page .lp-text-inside,
.bravada-landing-page .lp-blocks-inside,
.lp-boxes .lp-boxes-inside,
.lp-boxes .lp-boxes-margins,
.lp-portfolio-inside,
.lp-testimonials-inside,
.lp-posts-inside,
.lp-page-inside {
	margin: 5em auto;
}

/* @media (max-width: 800px) {
	.bravada-landing-page .lp-text-inside,
	.bravada-landing-page .lp-blocks-inside,
	.lp-boxes .lp-boxes-inside,
	.lp-boxes .lp-boxes-margins,
	.lp-portfolio-inside,
	.lp-testimonials-inside,
	.lp-posts-inside,
	.lp-page-inside {
		margin: 3em auto;
	}
} */

@media (max-width: 480px) {
	.bravada-landing-page .lp-text-inside,
	.bravada-landing-page .lp-blocks-inside,
	.lp-boxes .lp-boxes-inside,
	.lp-boxes .lp-boxes-margins,
	.lp-portfolio-inside,
	.lp-testimonials-inside,
	.lp-posts-inside,
	.lp-page-inside {
		margin: 2em auto;
	}
}

.bravada-landing-page #header-image-main-inside {
	display: none;
}

.bravada-landing-page #content {
	margin-top: 0;
}

.bravada-landing-page #main {
	width: 100%;
}

.lp-section-header {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column wrap-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 5em auto 2em;
	text-align: center;
}

/* @media (max-width: 800px) {
	.lp-section-header {
		margin: 3em auto 1.5em;
	}
}

@media (max-width: 480px) {
	.lp-section-header {
		margin: 2em auto 1em;
	}
} */

.lp-section-header .lp-section-title,
.lp-section-header .lp-section-desc {
	max-width: 60%;
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}

@media (max-width: 800px) {
	.lp-section-header .lp-section-title,
	.lp-section-header .lp-section-desc {
		max-width: 90%;
	}
}

.main .lp-section-header .lp-section-title {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 5em;
	font-size: clamp(2.5em, 10vh, 5em);
	line-height: 1;
	font-weight: 900;
	opacity: 0.1;
}

.lp-section-header .lp-section-desc {
	position: relative;
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
	max-width: 45%;
	margin: 0;
	margin-top: -1.4em;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.2;
}

.lp-section-header + .lp-boxes-padding {
	margin-top: 4em;
}

/* ## LP Slider */
.lp-staticslider {
	position: relative;
	overflow: hidden;
}

.lp-staticslider-image,
.header-image {
	/* opacity: 0;
	-webkit-animation: .75s animation-fadeIn ease-out forwards;
	animation: .75s animation-fadeIn ease-out forwards; */
}

.bravada-fullscreen-headerimage.bravada-cropped-headerimage #masthead #header-image-main-inside {
	height: 100vh;
}

.bravada-fullscreen-headerimage.bravada-responsive-headerimage #masthead #header-image-main-inside {
	max-height: 100vh;
}

.bravada-fullscreen-headerimage.bravada-cropped-headerimage div.header-image {
	height: 100%;
}

.bravada-fullscreen-headerimage .lp-staticslider {
	height: 100vh;
}

.bravada-fullscreen-headerimage .lp-staticslider-image,
.bravada-fullscreen-headerimage .header-image {
	height: 100vh;
	width: 100%;
	object-fit: cover;
}

/* @media (max-width: 640px) {
	.bravada-fullscreen-headerimage .lp-staticslider,
	.bravada-fullscreen-headerimage .lp-staticslider-image {
		/* height: auto; 
		min-height: 100vh;
	}

} */

.lp-staticslider .staticslider-caption,
.seriousslider-theme .seriousslider-caption {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

/*
@media (max-width: 1024px) {
	.lp-staticslider .staticslider-caption,
	.seriousslider-theme .seriousslider-caption {
		justify-content: flex-start;
		bottom: auto;
		padding-top: 5vh;
	}
} */

.lp-staticslider::after,
.seriousslider-theme::after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.lp-staticslider .staticslider-caption-inside,
.seriousslider-theme .seriousslider-caption-inside {
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 900px) {

	.lp-staticslider .staticslider-caption-inside,
	.seriousslider-theme .seriousslider-caption-inside {
		max-width: 100%;
	}

}

@-webkit-keyframes animation-fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes animation-fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@-webkit-keyframes animation-fadeIn-blur {

	0% {
		opacity: 0;
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}
	50% {
		opacity: 1;
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}

}

@keyframes animation-fadeIn-blur {

	0% {
		opacity: 0;
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}
	50% {
		opacity: 1;
		-webkit-filter: blur(3px);
		filter: blur(3px);
	}
	100% {
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0);
	}

}

@-webkit-keyframes animation-slideUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes animation-slideUp {
	from {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes animation-slideRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(-25px);
		transform: translateX(-25px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes animation-slideRight {
	from {
		opacity: 0;
		-webkit-transform: translateX(-25px);
		transform: translateX(-25px);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes animation-slideRightShow {
	from {
		opacity: 0;
		-webkit-transform: translateX(150%);
		transform: translateX(150%);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes animation-slideRightShow {
	from {
		opacity: 0;
		-webkit-transform: translateX(150%);
		transform: translateX(150%);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes animation-slideRightHide {
	from {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(150%);
		transform: translateX(150%);
	}
}

@keyframes animation-slideRightHide {
	from {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(150%);
		transform: translateX(150%);
	}
}

@-webkit-keyframes animation-slideLeftHide {
	from {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}
}

@keyframes animation-slideLeftHide {
	from {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	to {
		opacity: 0;
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}
}

@-webkit-keyframes animation-slideLeftShow {
	from {
		opacity: 0;
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes animation-slideLeftShow {
	from {
		opacity: 0;
		-webkit-transform: translateX(-150%);
		transform: translateX(-150%);
	}
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.lp-staticslider .staticslider-caption-title,
.seriousslider-theme .seriousslider-caption-title {
	position: relative;
	float: none;
	display: block;
	margin-top: 0;
	margin-bottom: 0.1em;
	font-size: 5em;
	line-height: 1.1;
	font-weight: bold;
	letter-spacing: 0;
	opacity: 0;
	-webkit-animation: .5s 0.25s animation-slideRight ease-out forwards;
	animation: .5s 0.25s animation-slideRight ease-out forwards;
}

.lp-staticslider .staticslider-sep {
	display: none;
}

.animated-title .caption-title-word {
	display: inline-block;
	font-style: normal;
}

.animated-title .caption-title-word > span {
	position: relative;
	display: inline-block;
	line-height: 1.2;
	opacity: 0;
	-webkit-animation: showwords 2.5s ease forwards;
	animation: showwords 2.5s ease forwards;
}

.animated-title .caption-title-word > span:nth-child(n) {
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
}

.animated-title .caption-title-word > span:nth-child(2n) {
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
}

.animated-title .caption-title-word > span:nth-child(3n) {
	-webkit-animation-duration: 2.8s;
	animation-duration: 2.8s;
}

.animated-title .caption-title-word > span:nth-child(4n) {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
}

.animated-title .caption-title-word > span:nth-child(5n) {
	-webkit-animation-duration: 3.6s;
	animation-duration: 3.6s;
}

.animated-title .caption-title-word > span:nth-child(6n) {
	-webkit-animation-duration: 1.6s;
	animation-duration: 1.6s;
}

.animated-title .caption-title-word > span:nth-child(7n) {
	-webkit-animation-duration: 3.2s;
	animation-duration: 3.2s;
}

.animated-title .caption-title-word > span:nth-child(8n) {
	-webkit-animation-duration: 2.0s;
	animation-duration: 2.0s;
}

.animated-title .caption-title-word > span:nth-child(9n) {
	-webkit-animation-duration: 2.8s;
	animation-duration: 2.8s;
}

@-webkit-keyframes showwords {
	to {
		opacity: 1;
	}
}

@keyframes showwords {
	to {
		opacity: 1;
	}
}

.animated-title .caption-title-word span.cry-single {
	position: relative;
}

.animated-title .caption-title-word span.cry-double {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.animated-title span.cry-single,
.animated-title span.cry-double {
	-webkit-transition: color .5s ease-out;
	transition: color .5s ease-out;
}

.animated-title .caption-title-word > span:nth-child(n) span.cry-single.animated-letter {
	-webkit-animation: 1.5s 0.25s animation-slideLeftHide ease-in-out forwards;
	animation: 1.5s 0.25s animation-slideLeftHide ease-in-out forwards;
}

.animated-title .caption-title-word > span:nth-child(2n) span.cry-single.animated-letter {
	-webkit-animation: 1.5s 0.25s animation-slideRightHide ease-in-out forwards;
	animation: 1.5s 0.25s animation-slideRightHide ease-in-out forwards;
}

.animated-title .caption-title-word > span:nth-child(n) span.cry-double.animated-letter {
	-webkit-animation: 1s animation-slideRightShow ease-in-out forwards;
	animation: 1s animation-slideRightShow ease-in-out forwards;
}

.animated-title .caption-title-word > span:nth-child(2n) span.cry-double.animated-letter {
	-webkit-animation: 1s animation-slideLeftShow ease-in-out forwards;
	animation: 1s animation-slideLeftShow ease-in-out forwards;
}


.lp-staticslider .staticslider-caption-text,
.seriousslider-theme .seriousslider-caption-text {
	position: relative;
	float: none;
	clear: both;
	display: block;
	max-width: 80%;
	margin: 3em auto;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: 300;
	letter-spacing: 1px;
	opacity: 0;
	-webkit-animation: .5s 0.5s animation-slideRight ease-out forwards;
	animation: .5s 0.5s animation-slideRight ease-out forwards;
}

.staticslider-caption-buttons,
.seriousslider-theme .seriousslider-caption-buttons {
    clear: both;
    float: none;
	display: table;
	margin: 3em auto;
}

a.staticslider-button,
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	border: 3px solid transparent;
	padding: 15px 30px 15px 40px;
	padding-right: calc(50px - 1em);
	font-size: 1em;
	font-weight: bold;
	opacity: 0;
	color: #FFF;
	-webkit-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
	-webkit-animation: .5s 0.75s animation-slideRight ease-out forwards;
	animation: .5s 0.75s animation-slideRight ease-out forwards;
}

a.staticslider-button:first-child,
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button:first-child {
	background: rgba(0,0,0,0);
	border-color: white;
}

a.staticslider-button:first-child:hover,
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button:first-child:hover {
	background: rgba(0,0,0,.2);
}

a.staticslider-button:hover,
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button:hover {
	color: #FFF;
	padding-right: 44px;
	padding-right: calc(45px - 1em);
	padding-left: 25px;
}

a.staticslider-button::after,
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button::after {
	position: relative;
	top: 2px;
	font-family: "iconmeta";
	content: "\e0a3";
	margin-left: -20px;
	padding-left: 10px;
	font-size: 1em;
	opacity: 0;
	-webkit-transition: .3s ease-in-out all;
	transition: .3s ease-in-out all;
}

a.staticslider-button:hover::after,
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button:hover::after {
	opacity: 1;
	margin-left: 0;
}

a.staticslider-button + a.staticslider-button,
.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button + a.seriousslider-button {
	margin-left: 1.5em;
}

/* @media (max-width: 480px) {

	a.staticslider-button,
	.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button {
		display: block;
		width: 100%;
	}

	a.staticslider-button + a.staticslider-button,
	.seriousslider-theme .seriousslider-caption-buttons a.seriousslider-button + a.seriousslider-button {
		margin-top: 1.5em;
		margin-left: 0;
	}
} */

/* # LP Blocks */
.lp-blocks {
	float: none;
	display: block;
	overflow: hidden;
	width: 100%;
}

.lp-blocks-inside {
	position: relative;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	overflow: hidden;
	padding: 2em;
}

/* @media (max-width: 800px) {
	.lp-blocks-inside {
		padding: 0 1em
	}
} */

.lp-block {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	padding: 2em 2em;
}

.lp-blocks.lp-blocks-rows-4 .lp-block {
	width: 25%;
}

.lp-blocks.lp-blocks-rows-3 .lp-block {
	width: 33.33333%;
}

.lp-blocks.lp-blocks-rows-2 .lp-block {
	width: 50%;
}

.lp-blocks.lp-blocks-rows-1 .lp-block {
	width: 100%;
	margin-right: 0;
}

.lp-blocks.lp-blocks-rows-4 .lp-block:nth-child(4n),
.lp-blocks.lp-blocks-rows-3 .lp-block:nth-child(3n),
.lp-blocks.lp-blocks-rows-2 .lp-block:nth-child(2n) {
	margin-right: 0;
}

.lp-blocks.lp-blocks-rows-4 .lp-block:nth-child(4n+1),
.lp-blocks.lp-blocks-rows-3 .lp-block:nth-child(3n+1),
.lp-blocks.lp-blocks-rows-2 .lp-block:nth-child(2n+1) {
	clear: both;
}

.lp-block-icon {
	position: relative;
	height: 42px;
	margin-bottom: 10px;
}

.lp-block i[class^="blicon"] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	float: none;
	display: inline-block;
	margin: 0 auto;
    text-align: center;
	line-height: 1;
	cursor: default;
	-webkit-transition: .25s ease-out all;
	transition: .25s ease-out all;
}

.lp-block i[class^="blicon"] + i[class^="blicon"] {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translateY(-40px) scale(0.65);
	        transform: translateY(-40px) scale(0.65);
}

.lp-block:hover i[class^=blicon] {
	-webkit-transform: translateY(40px) scale(0.65);
	        transform: translateY(40px) scale(0.65);
	opacity: 0;
}

.lp-block:hover i[class^=blicon] + i[class^=blicon] {
	-webkit-transform: translateY(0) scale(1);
	        transform: translateY(0) scale(1);
	opacity: 1;
}


.lp-block i[class^="blicon"]::before {
	position: relative;
	z-index: 2;
	font-size: 42px;
	line-height: 1;
	-webkit-transition: .25s ease-out all;
	transition: .25s ease-out all;
}

.lp-block > a i[class^=blicon] {
	cursor: pointer;
}

.lp-block-content {
	display: block;
	overflow: hidden;
	text-align: center;
}

.lp-block .lp-block-title {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1.5em auto;
	font-size: 1.05em;
	line-height: 1.4;
	font-family: inherit;
	-webkit-transition: .25s ease-out all;
	transition: .25s ease-out all;
}

.lp-block .lp-block-title::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 102%;
	height: 1em;
	left: -1%;
	top: 50%;
	margin: auto;
	opacity: 0.4;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transform-origin: center right;
	        transform-origin: center right;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.lp-block-text {
	width: 100%;
}

.lp-block .lp-block-readmore {
	position: relative;
	display: block;
	margin: 0.5em auto 0;
	padding: 0;
	font-size: 0.9em;
	text-align: center;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.lp-block .lp-block-padder {
	height: .65em;
	width: 100%;
}

/* ## LP Blocks 2 */

.lp-blocks2 .lp-section-header + .lp-blocks-inside {
	padding-top: 2em;
	padding-bottom: 5em;
}

.lp-blocks2 .lp-block {
	position: relative;
	z-index: 1;
	overflow: visible;
	margin-right: 4%;
	margin-top: 3.5%;
	margin-bottom: 3.5%;
	border: 0;
	padding: 0 0 3em;
	text-align: center;
}

.lp-blocks2.lp-blocks-rows-4 .lp-block {
	width: 22.75%;
	margin-right: 3%;
}

.lp-blocks2.lp-blocks-rows-3 .lp-block {
	width: 30.6666%;
}

.lp-blocks2.lp-blocks-rows-2 .lp-block {
	width: 48%;
}

.lp-blocks2 .lp-block-icon {
	display: inline-block;
	float: left;
	height: auto;
	margin: -1.5em 0 0 2.5em;
}

.lp-blocks2 .lp-block i[class^="blicon"] {
	position: relative;
	margin: auto;
	padding: 1.2em;
	text-align: center;
}

.lp-blocks2 .lp-block i[class^="blicon"]::before {
	font-size: 30px;
}

.lp-blocks2 .lp-block i[class^="blicon"] + i[class^="blicon"] {

	-webkit-transform: translateX(-40px) scale(0.65);
	        transform: translateX(-40px) scale(0.65);
}

.lp-blocks2 .lp-block:hover i[class^=blicon] {
	-webkit-transform: translateX(40px) scale(0.65);
	        transform: translateX(40px) scale(0.65);
}

.lp-blocks2 .lp-block:hover i[class^=blicon] + i[class^=blicon] {
	-webkit-transform: translateX(0) scale(1);
	        transform: translateX(0) scale(1);
}

.main .lp-blocks2 .lp-block-content {
	clear: both;
	padding: 1em 2.5em 0;
	text-align: left;
}

.lp-blocks2 .lp-block .lp-block-title {
	margin: 1em auto .6em;
	font-weight: bold;
	font-size: 1.2em;
}

.lp-blocks2 .lp-block .lp-block-title::after {
	background: transparent;
}

.lp-blocks2 .lp-block-padder {
	display: none;
}

.lp-blocks2 .lp-block-readmore {
	position: absolute;
	left: 2.5em;
	bottom: 0;
	display: inline-block;
	border: 0;
	padding: 0.7em 1.5em;
	font-size: 0.9em;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.lp-blocks2 .lp-block > a:first-child {
	padding: 0;
}

.lp-blocks2 .lp-block > a:first-child::before {
	display: none;
}


/* ## LP Boxes */
.lp-boxes {
	float: none;
	display: block;
	overflow: hidden;
	width: 100%;
}

.lp-boxes .lp-boxes-inside,
.lp-boxes .lp-boxes-outside {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.lp-boxes .lp-boxes-inside {
	position: relative;
}

.lp-boxes .lp-boxes-inside::before {
	content: "";
	position: absolute;
	left: 2.5em;
	top: 0;
	width: calc(100% - 5em);
	height: 100%;
	opacity: 0.5;
}

.lp-boxes .lp-boxes-inside,
.lp-boxes .lp-boxes-margins {
	overflow: hidden;
	padding-top: 3em;
	padding-bottom: 3em;
}

.lp-boxes .lp-boxes-margins {
	padding-top: 2em;
	padding-bottom: 2em;
}

.lp-box {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
}

.lp-boxes.lp-boxes-rows-4 .lp-box {
	width: 25%;
}

.lp-boxes.lp-boxes-rows-3 .lp-box {
	width: 33.33333%;
	width: calc(100% / 3);
}

.lp-boxes.lp-boxes-rows-2 .lp-box {
	width: 50%;
}

.lp-boxes.lp-boxes-rows-1 .lp-box {
	width: 100%;
}

.lp-boxes .lp-boxes-margins .lp-box {
	margin-top: 1%;
	margin-bottom: 1%;
	margin-right: 2%;
}

.lp-boxes.lp-boxes-rows-4 .lp-boxes-margins .lp-box {
	width: 23.5%;
}

.lp-boxes.lp-boxes-rows-3 .lp-boxes-margins .lp-box {
	width: 32%;
}

.lp-boxes.lp-boxes-rows-2 .lp-boxes-margins .lp-box {
	width: 49%;
}

.lp-boxes.lp-boxes-rows-1 .lp-boxes-margins .lp-box {
	margin-top: 1em;
	margin-bottom: 1em;
}

.lp-boxes .lp-boxes-margins.lp-boxes-outside .lp-box {
	margin-right: 1.5%;
	margin-top: 0.75%;
	margin-bottom: 0.75%;
}

.lp-boxes.lp-boxes-rows-4 .lp-boxes-margins.lp-boxes-outside .lp-box {
	width: 23.875%;
}

.lp-boxes.lp-boxes-rows-3 .lp-boxes-margins.lp-boxes-outside .lp-box {
	width: 32.3333%;
}

.lp-boxes.lp-boxes-rows-2 .lp-boxes-margins.lp-boxes-outside .lp-box {
	width: 48.75%;
}

.lp-boxes.lp-boxes-rows-4 .lp-boxes-margins .lp-box:nth-child(4n),
.lp-boxes.lp-boxes-rows-3 .lp-boxes-margins .lp-box:nth-child(3n),
.lp-boxes.lp-boxes-rows-2 .lp-boxes-margins .lp-box:nth-child(2n) {
	margin-right: 0;
}

.lp-boxes.lp-boxes-rows-4 .lp-box:nth-child(4n+1),
.lp-boxes.lp-boxes-rows-3 .lp-box:nth-child(3n+1),
.lp-boxes.lp-boxes-rows-2 .lp-box:nth-child(2n+1) {
	clear: both;
}

.lp-box-image {
	position: relative;
	overflow: hidden;
}

.lp-box-imagelink {
	position: absolute;
	z-index: 12;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.lp-box-image::before {
	content: "\e07f";
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	font-family: 'iconmeta';
	font-size: 100px;
	line-height: 1;
	color: rgba(0, 0, 0, .15);
}

.lp-box .lp-box-image > img {
	position: relative;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
}

.lp-box-titlelink {
	color: inherit;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.main .lp-box-title {
	position: relative;
	display: block;
	margin: 0;
	font-size: 1.325em;
	line-height: 1.5;
	font-weight: 400;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.lp-box-title a,
.lp-box-title a:hover {
	color: inherit;
}

.lp-box-text-inside {
	margin: 1em 0;
	line-height: 1.7;
}

.lp-box-readmore {
	position: relative;
	clear: both;
	float: none;
	display: block;
	margin: 1.1em 0 .55em 0;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 0.9em;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.main .lp-box-title + .lp-box-readmore {
	margin-top: 1.5em;
}

.lp-box-readmore > span {
	position: relative;
	z-index: 9;
}

.lp-box-link {
	display: none;
}

/* ### Animated boxes */
.lp-boxes-animated .lp-box .lp-box-content {
	position: absolute;
	z-index: 30;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: auto;
	background: transparent;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.lp-boxes-animated.lp-box-title {
	color: #FFF;
}

.lp-boxes-animated .lp-box-text {
	position: relative;
	top: 50%;
	padding: 1em 3em;
	top: 0;
	color: #FFF;
}

.lp-boxes.lp-boxes-animated.lp-boxes-rows-4 .lp-box-text {
	padding: 1em 2em;
}

.lp-boxes-animated .lp-box-title {
	font-weight: bold;
	line-height: 1.1;
	color: #FFF;
}

.lp-boxes.lp-boxes-animated .lp-box-readmore > span {
	opacity: .7;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.lp-boxes.lp-boxes-animated .lp-box-readmore:hover > span {
	opacity: 1;
}

.lp-boxes-animated .lp-box-text-inside {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: 2s ease-out all;
	transition: 2s ease-out all;
}

.lp-boxes-animated .lp-box:hover .lp-box-text-inside {
	max-height: 400px;
}

/* edge needs special treatment since it can't handle :focus-within */
.lp-boxes-animated .lp-box:focus-within .lp-box-text-inside {
	max-height: 400px;
}

.lp-boxes-animated .lp-box .lp-box-image img {
	-webkit-transition: 2s ease-out all;
	transition: 2s ease-out all;
}

.lp-boxes-animated .lp-box:hover .lp-box-image img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

/* edge needs special treatment since it can't handle :focus-within */
.lp-boxes-animated .lp-box:focus-within .lp-box-image img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.lp-boxes-animated .box-overlay {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	opacity: .1;
	-webkit-transition: .5s ease-out all;
	transition: .5s ease-out all;
}

.lp-boxes-animated .lp-box:hover .box-overlay {
	opacity: .95;
}

/* edge needs special treatment since it can't handle :focus-within */
.lp-boxes-animated .lp-box:focus-within .box-overlay {
	opacity: .95;
}


/* ### Animated boxes 2 */
.lp-boxes-animated.lp-boxes-animated2 .lp-box .lp-box-content {
	z-index: 30;
	bottom: 0;
	top: 0;
	height: 100%;
	margin: auto;
}

.lp-boxes-animated.lp-boxes-animated2 .lp-box:hover .lp-box-content {
	opacity: 1;
}

/* edge needs special treatment since it can't handle :focus-within */
.lp-boxes-animated.lp-boxes-animated2 .lp-box:focus-within .lp-box-content {
	opacity: 1;
}

.lp-boxes-animated.lp-boxes-animated2 .box-overlay {
	background: #FFF;
}

.lp-boxes-animated.lp-boxes-animated2 .lp-box-text {
	position: absolute;
	top: 50%;
	color: inherit;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lp-boxes-animated.lp-boxes-animated2 .lp-box-text-inside {
	max-height: none;
	overflow: visible;
	line-height: 1.5;
}

.lp-boxes-animated.lp-boxes-animated2 .lp-box-text-inside > span {
	display: block;
}

.lp-boxes-animated.lp-boxes-animated2 .lp-box .lp-box-title,
.lp-boxes-animated.lp-boxes-animated2 .lp-box .lp-box-text-inside > span,
.lp-boxes-animated.lp-boxes-animated2 .lp-box .lp-box-readmore {
	opacity: 0;
	-webkit-transform: translateY(-40px);
	        transform: translateY(-40px);
	-webkit-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.lp-boxes-animated.lp-boxes-animated2 .lp-box:hover .lp-box-title,
.lp-boxes-animated.lp-boxes-animated2 .lp-box:hover .lp-box-text-inside > span,
.lp-boxes-animated.lp-boxes-animated2 .lp-box:hover .lp-box-readmore {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

/* edge needs special treatment since it can't handle :focus-within */
.lp-boxes-animated.lp-boxes-animated2 .lp-box:focus-within .lp-box-title,
.lp-boxes-animated.lp-boxes-animated2 .lp-box:focus-within .lp-box-text-inside > span,
.lp-boxes-animated.lp-boxes-animated2 .lp-box:focus-within .lp-box-readmore {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.lp-boxes-animated.lp-boxes-animated2 .lp-box .lp-box-title {
	-webkit-transition-delay: 0.05s;
	        transition-delay: 0.05s;
}

.lp-boxes-animated.lp-boxes-animated2 .lp-box .lp-box-text-inside > span {
	-webkit-transition-delay: 0.1s;
	        transition-delay: 0.1s;
}

.lp-boxes-animated.lp-boxes-animated2 .lp-box .lp-box-readmore {
	-webkit-transition-delay: 0.15s;
	        transition-delay: 0.15s;
}

/* @media (max-width: 1152px) {
	.lp-boxes-animated.lp-boxes-animated2 .lp-box-imagelink {
		pointer-events: none; 
	}
} */


/* ### Static boxes */
.lp-boxes.lp-boxes-static .lp-boxes-margins .lp-box {
	margin-top: 1.5%;
	margin-bottom: 1.5%;
}

.lp-boxes-static .lp-box {
	overflow: visible;
	top: 0;
	padding: 0;
	text-align: center;
}

.lp-boxes-static .lp-box:hover {
	top: -10px;
}

.lp-boxes-static .lp-box-inside {
	position: relative;
	top: 0;
	-webkit-transition: .25s ease-out all;
	transition: .25s ease-out all;
}

.lp-boxes-static .lp-box-imagelink {
	border: 0;
	background: transparent;
}

.lp-boxes-static .lp-box-title {
	font-size: 1.3em;
}

.lp-boxes-static .lp-box-text {
	position: static;
	-webkit-transform: none;
	        transform: none;
	padding: 2em;
}

.lp-boxes-static .box-overlay {
	position: absolute;
	z-index: 21;
	left: 0;
	right: 0;
	top: -7px;
	width: 33%;
	height: 14px;
	margin: 0 auto;
	opacity: 0.6;
	pointer-events: none;
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
	-webkit-transition: .5s all ease-out;
	transition: .5s all ease-out;
}

.lp-boxes-static .lp-box:nth-child(odd) .box-overlay {
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.lp-boxes-static .lp-box:hover .box-overlay {
	opacity: 1;
}

/* edge needs special treatment since it can't handle :focus-within */
.lp-boxes-static .lp-box:focus-within .box-overlay {
	opacity: 1;
}

.lp-boxes-static .lp-box:nth-child(n) .lp-box-image {
	float: none;
	width: 100%;
}

.lp-boxes-static .lp-box-image > img {
	border: none;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .25s all ease-out;
	transition: .25s all ease-out;
}

.lp-boxes-static .lp-box-image:hover > img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* edge needs special treatment since it can't handle :focus-within */
.lp-boxes-static .lp-box-image:focus-within > img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.lp-boxes-static .lp-box-title {
	margin: 0;
}

/* ### Static boxes 2 */
.lp-boxes.lp-boxes-static.lp-boxes-static2 .lp-box {
	padding: 3%;
	-webkit-transition: .5s ease-out all;
	transition: .5s ease-out all;
}

.lp-boxes.lp-boxes-static.lp-boxes-static2 .lp-box:hover {
	top: 0;
}

/* edge needs special treatment since it can't handle :focus-within */
.lp-boxes.lp-boxes-static.lp-boxes-static2 .lp-box:focus-within {
	top: 0;
}

.lp-boxes-static.lp-boxes-static2 .lp-box-title {
	font-size: 1.10em;
	font-weight: bold;
	margin: 1.4em auto;
}

.lp-boxes-static.lp-boxes-static2 .lp-box-text {
	padding: 0;
}

.lp-boxes-static.lp-boxes-static2 .box-overlay {
	display: none;
}

.lp-boxes-static.lp-boxes-static2 .lp-box-image {
	position: relative;
}

.lp-boxes-static.lp-boxes-static2 .lp-box-imagelink {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid;
	background: rgba(255,255,255,0.3);
	-webkit-transition: .35s ease all;
	-webkit-transition: .35s ease-out all;
	transition: .35s ease-out all;
}

.lp-boxes-static.lp-boxes-static2 .lp-box-image:hover .lp-box-imagelink {
	left: 7.5%;
	top: 7.5%;
	width: 85%;
	height: 85%;
}

/* edge needs special treatment since it can't handle :focus-within */
.lp-boxes-static.lp-boxes-static2 .lp-box-image:focus-within .lp-box-imagelink {
	left: 7.5%;
	top: 7.5%;
	width: 85%;
	height: 85%;
}

.lp-boxes-static.lp-boxes-static2 .lp-box-image > img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: .35s all ease-out;
	transition: .35s all ease-out;
}

.lp-boxes-static.lp-boxes-static2 .lp-box-image:hover > img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* edge needs special treatment since it can't handle :focus-within */
.lp-boxes-static.lp-boxes-static2 .lp-box-image:focus-within > img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.lp-boxes-static.lp-boxes-static2 .lp-box-readmore {
	outline: 2px solid;
	padding: 10px 5px;

}

.lp-boxes-static.lp-boxes-static2 .lp-box-readmore::before {
	outline: 2px solid;
	border-radius: 0;
	-webkit-transition: .3s ease-out all;
	transition: .3s ease-out all;
}

.lp-boxes-static.lp-boxes-static2 .lp-box-readmore:hover::before {
	-webkit-transform: scale(1.05, 1.3);
	        transform: scale(1.05, 1.3);
	opacity: 0;
}

/* edge needs special treatment since it can't handle :focus-within */
.lp-boxes-static.lp-boxes-static2 .lp-box-readmore:focus-within::before {
	-webkit-transform: scale(1.05, 1.3);
	        transform: scale(1.05, 1.3);
	opacity: 0;
}


/* ## LP Text Areas */
.lp-text {
	position: relative;
	float: none;
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	background-attachment: fixed;
	background-position: top center;
	/* background-size: cover; */
}

.lp-text-inside .lp-text-background {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4em;
}

.lp-text-image {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	position: relative;
	display: inline-block;
	/*float: left;*/
	width: 45%;
	line-height: 0;
	opacity: 1;
	-webkit-transition: .5s .3s ease-out all;
	transition: .5s .3s ease-out all;
}

.lp-text-image img {
	position: relative;
	left: -6.5em;
	top: 0;
	-webkit-transition: .3s ease-out all;
	transition: .3s ease-out all;
}

.lp-text-background:hover .lp-text-image img {
	top: -7px;
}

.lp-text-hasimage .lp-text-image img,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-image img,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-image img {
	left: -6.5em;
}

.lp-text-hasimage ~ .lp-text-hasimage .lp-text-image img,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-image img,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-image img {
	left: auto;
	right: -6.5em;
}


.lp-text-card {
	position: relative;
	z-index: 9;
	/* overflow: hidden; */
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

.lp-text-image + .lp-text-card {
	width: 50%;
}

.lp-text-hasimage .lp-text-card,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-card,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-card,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-card {
	display: inline-block;
	text-align: left;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.lp-text-hasimage ~ .lp-text-hasimage .lp-text-card,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-card,
.lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage ~ .lp-text-hasimage .lp-text-card {
	float: left;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.lp-text-inside ul,
.lp-text-inside ol {
	list-style-position: inside;
}

.main .lp-text-title {
	position: relative;
	display: inline;
	margin-top: 0;
	/* margin-bottom: .75em; */
	font-size: 2.617924em;
	line-height: 1.3;
	font-weight: bold;
	color: inherit;
}

.lp-text-content {
	margin-top: 1.5em;
}

.lp-text-content .btn {
	margin-top: 1em;
}

.lp-text-image + .lp-text-card .lp-text-content {
	font-size: 1em;
}


/* ## LP Portofolio */
.lp-portfolio {
	float: none;
	display: block;
	overflow: hidden;
	width: 100%;
}

.lp-portfolio .lp-portfolio-inside {
	padding-top: 3em;
	padding-bottom: 3em;
}

#portfolio-filter {
	display: table;
	max-width: 60%;
	margin: 0 auto 3em;
	padding: 0.5em .6em;
	border: 2px solid;
	text-align: center;
}

/* @media (max-width: 1024px) {
	#portfolio-filter {
		max-width: none;
	}
} */

#portfolio-filter > a {
	margin: 0 .3em;
	padding: .3em .75em;
	font-size: 0.9em;
	text-transform: uppercase;
	font-weight: bold;
	color: inherit;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#portfolio-filter > a:hover {
	opacity: 0.8;
}

.lp-portfolio.lp-portfolio-rows-6 .lp-port {
	width: 16.66666%;
}

.lp-portfolio.lp-portfolio-rows-5 .lp-port {
	width: 20%;
}

.lp-portfolio.lp-portfolio-rows-4 .lp-port {
	width: 25%;
}

.lp-portfolio.lp-portfolio-rows-3 .lp-port {
	width: 33.333333%;
}

.lp-portfolio.lp-portfolio-rows-2 .lp-port {
	width: 50%;
}

.lp-portfolio.lp-portfolio-rows-1 .lp-port {
	width: 100%;
}

.lp-port {
	position: relative;
	z-index: 0;
	padding: 0 10px;
	-webkit-transition: .3s ease z-index;
	transition: .3s ease z-index;
}

.lp-port:hover {
	z-index: 99;
}

.lp-port-content {
	position: relative;
	top: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	padding: 1em 1em 1.5em;
	text-align: center;
	background: #FFF;
    box-shadow: 0 -10px 20px -5px rgba(0,0,0,.2), 0 10px 20px rgba(0,0,0,.05);
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
}

.lp-port:hover .lp-port-content {
	/* box-shadow: none; */
	top: 10px;
}

/* edge needs special treatment since it can't handle :focus-within */
.lp-port:focus-within .lp-port-content {
	/* box-shadow: none; */
	top: 5px;
}

.lp-port-image {
	position: relative;
	z-index: 1;
	top: 20px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

.lp-port:hover .lp-port-image {
	top: -5px;
	box-shadow: 0 0 30px 10px rgba(0,0,0,.2);
}

/* edge needs special treatment since it can't handle :focus-within */
.lp-port:focus-within .lp-port-image {
	top: -5px;
	box-shadow: 0 0 30px 10px rgba(0,0,0,.2);
}

.lp-port-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

.lp-port:hover .lp-port-image img {
	-webkit-transform: scale(1.35);
	transform: scale(1.35);
}

/* edge needs special treatment since it can't handle :focus-within */
.lp-port:focus-within .lp-port-image img {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.lp-portfolio .lp-port-title {
	-webkit-box-ordinal-group: 11;
	    -ms-flex-order: 10;
	        order: 10;
	margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.2;
}

.lp-portfolio .lp-port-title a {
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.lp-portfolio .lp-port-text {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}

.main ul.lp-port-tax {
	display: inline-table;
	margin-bottom: 0;
	list-style: none;
	font-size: 1em;
	line-height: 1.1;
}

.lp-port-tax li {
	position: relative;
	display: inline;
	float: left;
	font-style: italic;
	opacity: 0.5;
}

.lp-port-tax li:not(:last-child)::after {
	content:'\00B7';
	position: relative;
	padding: 0 5px;
	font-weight: bold;
}

/* Portfolio template overrides */
body.page-template-template-portfolio .lp-portfolio {
	background: transparent;
	overflow: visible;
}

body.page-template-template-portfolio .lp-portfolio .lp-portfolio-inside {
	padding: 0;
}

body.page-template-template-portfolio .lp-portfolio #portfolio-filter {
	margin-bottom: 2em;
	margin-top: 2em;
}

/* ## LP Testimonials */
.lp-testimonials {
	overflow: hidden;
}

.lp-testimonials-inside {
	overflow: hidden;
	margin: 0 auto;
	padding: 3em 0;
}

.lp-testimonials.lp-testimonials-rows-1 .lp-tt {
	width: 100%;
}

.lp-testimonials.lp-testimonials-rows-2 .lp-tt {
	width: 48%;
}

.lp-testimonials.lp-testimonials-rows-3 .lp-tt {
	width: 30.66666%;
}

.lp-testimonials.lp-testimonials-rows-4 .lp-tt {
	width: 22%;
}

.lp-testimonials .lp-tt {
	float: left;
	margin-right: 4%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.lp-testimonials.lp-testimonials-rows-2 .lp-tt:nth-child(2n),
.lp-testimonials.lp-testimonials-rows-3 .lp-tt:nth-child(3n),
.lp-testimonials.lp-testimonials-rows-4 .lp-tt:nth-child(4n) {
	margin-right: 0;
}

.lp-testimonials.lp-testimonials-rows-2 .lp-tt:nth-child(2n+1),
.lp-testimonials.lp-testimonials-rows-3 .lp-tt:nth-child(3n+1),
.lp-testimonials.lp-testimonials-rows-4 .lp-tt:nth-child(4n+1) {
	clear: both;
}

.lp-tt-text-inside {
	position: relative;
	top: 0;
	border: 1px solid transparent;
	padding: 4em 4em 4em;
	text-align: justify;
	line-height: 1.6;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.lp-testimonials .lp-tt:hover .lp-tt-text-inside {
	top: -10px;
	box-shadow: 0 10px 20px rgba(0,0,0,.15);
}

.lp-tt-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: vertical;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: left;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: visible;
	margin: 0 auto;
	padding: 0 1em 1em;
}

.main .lp-tt-title {
	float: left;
	clear: none;
	display: inline-block;
	margin: 0;
	font-size: 1.1em;
	font-weight: 400;
}

.lp-tt-image {
	position: relative;
	top: 0;
	margin: -45px auto 10px;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.lp-tt:hover .lp-tt-image {
	top: -5px;
}

.lp-tt-meta img {
	position: relative;
	z-index: 3;
	float: left;
	display: inline-block;
	width: 80px;
	border-radius: 100px;
	padding: 5px;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.lp-tt:hover .lp-tt-meta img {
	padding: 0;
}

/* ## LP Posts */
#lp-posts,
#lp-page {
	overflow: hidden;
	float: none;
	clear: both;
	display: block;
}

#lp-page #comments {
	display: none;
}

/* AJAX LOAD MORE POSTS BUTTON */
#cryout_ajax_more_trigger,
.lp-port-readmore {
	position: relative;
	overflow: visible;
	float: none;
	clear: both;
	display: table;
	min-width: 150px;
	margin: 2em auto 1em;
	outline: 2px solid;
	padding: .2em 3em;
	font-size: 0.9em;
	text-align: center;
	letter-spacing: 0;
	line-height: 3;
	cursor: pointer;
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
}

#cryout_ajax_more_trigger:hover,
.lp-port-readmore:hover,
#cryout_ajax_more_trigger:active,
.lp-port-readmore:active {
	outline: 2px solid;
}

#cryout_ajax_more_trigger::after,
.lp-port-readmore::after {
	content: "";
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	outline: 2px solid;
	opacity: 1;
	-webkit-transition: .3s ease-out all;
	transition: .3s ease-out all;
}

#cryout_ajax_more_trigger:hover::after,
.lp-port-readmore:hover::after {
	-webkit-transform: scale(1.25, 1.4);
	transform: scale(1.25, 1.4);
	opacity: 0;
}

#cryout_ajax_more_trigger:focus-within::after,
.lp-port-readmore:focus-within::after {
	-webkit-transform: scale(1.25, 1.4);
	transform: scale(1.25, 1.4);
	opacity: 0;
}

.lp-port-readmore {
	margin: 0 auto 3em;
	font-weight: bold;
}

.lp-port-readmore i {
	display: none;
}

#cryout_ajax_more_trigger:hover,
.lp-port-readmore:hover {
	opacity: 0.8;
}

#cryout_ajax_more_trigger::before {
	content: "";
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	background: rgba(255,255,255,1);
	opacity: 0;
}

#cryout_ajax_more_trigger > span {
	position: relative;
	z-index: 5;
	display: inline-block;
	font-weight: bold;
}

#cryout_ajax_more_trigger.cryout_click_loading::before {
	-webkit-animation: ajax-load .75s ease-in-out infinite;
	animation: ajax-load .75s ease-in-out infinite;
}

@-webkit-keyframes ajax-load {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes ajax-load {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* ## LP ONSCROLL ANIMATIONS */

/* ### ONSCROLL Section Title and Desc */
.lp-section-title,
.lp-section-desc {
	position: relative;
	-webkit-transition: .4s .2s ease-out transform;
	transition: .4s .2s ease-out transform;
}

.lp-section-title.animated-onscroll-lp {
	opacity: 0;
	-webkit-transform: translateY(20px);
			transform: translateY(20px);
}

.lp-section-desc.animated-onscroll-lp {
	opacity: 0;
	-webkit-transform: translateY(-20px);
			transform: translateY(-20px);
}

.lp-section-title::after {
	-webkit-transform-origin: left;
	        transform-origin: left;
	-webkit-transition: .3s .4s ease-out transform;
	transition: .3s .4s ease-out transform;
}

.lp-section-title.animated-onscroll-lp::after {
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
}

/* ### ONSCROLL BLOCKS */
.lp-blocks .lp-block {
	-webkit-transition: .4s ease transform;
	transition: .4s ease transform;
	-webkit-transform: none;
	transform: none;
}

.lp-blocks .lp-block.animated-onscroll-lp {
	-webkit-transform: translateX(-50px);
	        transform: translateX(-50px);
}

.lp-blocks.lp-blocks-rows-2 .lp-block.animated-onscroll-lp:nth-child(2n+2),
.lp-blocks.lp-blocks-rows-3 .lp-block.animated-onscroll-lp:nth-child(3n+2),
.lp-blocks.lp-blocks-rows-4 .lp-block.animated-onscroll-lp:nth-child(4n+2) {
	-webkit-transform: translateY(-50px);
	        transform: translateY(-50px);
}

.lp-blocks.lp-blocks-rows-3 .lp-block.animated-onscroll-lp:nth-child(3n+3),
.lp-blocks.lp-blocks-rows-4 .lp-block.animated-onscroll-lp:nth-child(4n+3) {
	-webkit-transform: translateY(50px);
	        transform: translateY(50px);
}

.lp-blocks.lp-blocks-rows-4 .lp-block.animated-onscroll-lp:nth-child(4n+4) {
	-webkit-transform: translateX(50px);
			transform: translateX(50px);
}

.lp-block i[class^="blicon"],
.lp-block .lp-block-title,
.lp-block .lp-block-text,
.lp-block .lp-block-readmore {
	opacity: 1;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.lp-block.animated-onscroll-lp i[class^=blicon],
.lp-block.animated-onscroll-lp .lp-block-title,
.lp-block.animated-onscroll-lp .lp-block-text,
.lp-block.animated-onscroll-lp .lp-block-readmore {
	opacity: 0;
}

/* ### ONSCROLL BOXES */
.lp-boxes .lp-box {
	-webkit-transition: .5s ease-out opacity, .4s ease-out transform, .25s ease-out top;
	transition: .5s ease-out opacity, .4s ease-out transform, .25s ease-out top;
}

.lp-boxes.lp-boxes-static .lp-box.animated-onscroll-lp {
	opacity: 0;
}

.lp-boxes.lp-boxes-animated .lp-box.animated-onscroll-lp {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}

.lp-boxes.lp-boxes-animated.lp-boxes-rows-2 .lp-box.animated-onscroll-lp:nth-child(2n+2),
.lp-boxes.lp-boxes-animated.lp-boxes-rows-3 .lp-box.animated-onscroll-lp:nth-child(3n+2),
.lp-boxes.lp-boxes-animated.lp-boxes-rows-4 .lp-box.animated-onscroll-lp:nth-child(4n+2) {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}

.lp-boxes.lp-boxes-animated.lp-boxes-rows-3 .lp-box.animated-onscroll-lp:nth-child(3n+3),
.lp-boxes.lp-boxes-animated.lp-boxes-rows-4 .lp-box.animated-onscroll-lp:nth-child(4n+3) {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.lp-boxes.lp-boxes-animated.lp-boxes-rows-4 .lp-box.animated-onscroll-lp:nth-child(4n+4) {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
}


.lp-boxes.lp-boxes-rows-2 .lp-box:nth-child(2n+2),
.lp-boxes.lp-boxes-rows-3 .lp-box:nth-child(3n+2),
.lp-boxes.lp-boxes-rows-4 .lp-box:nth-child(4n+2) {
	-webkit-transition-delay: .3s, .3s, 0s;
	        transition-delay: .3s, .3s, 0s;
}

.lp-boxes.lp-boxes-rows-3 .lp-box:nth-child(3n+3),
.lp-boxes.lp-boxes-rows-4 .lp-box:nth-child(4n+3) {
	-webkit-transition-delay: .15s, .15s, 0s;
	        transition-delay: .15s, .15s, 0s;
}

.lp-boxes.lp-boxes-rows-4 .lp-box:nth-child(4n+4) {
	-webkit-transition-delay: .45s, .45s, 0s;
	        transition-delay: .45s, .45s, 0s;
}

/* ### ONSCROLL TEXT AREAS */
.lp-text .lp-text-title,
.lp-text .lp-text-content {
	-webkit-transition: .4s .2s ease transform, .4s .5s ease background;
	transition: .4s .2s ease transform, .4s .5s ease background;
}

.lp-text .lp-text-content {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.lp-text.animated-onscroll-lp .lp-text-title {
	opacity: 0;
	background-size: 0 .4em;
	-webkit-transform: translateY(50px);
	        transform: translateY(50px);
}

.lp-text .lp-text-title {
	-webkit-transition: .3s .4s ease-out all;
	transition: .3s .4s ease-out all;
}

.lp-text.animated-onscroll-lp .lp-text-content {
	opacity: 0;
	-webkit-transform: translateY(50px);
	        transform: translateY(50px);
}

.lp-text.animated-onscroll-lp .lp-text-image {
	opacity: 0;
	-webkit-transform: translateY(-50px);
			transform: translateY(-50px);
}

/* ### ONSCROLL PORTFOLIO */
body:not(.page-template-template-portfolio) .lp-port > a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: .75s ease transform, .75s ease opacity;
	transition: .75s ease transform, .75s ease opacity;
}

body:not(.page-template-template-portfolio) .lp-port.animated-onscroll-lp > a {
	-webkit-transform: scale(.85);
	transform: scale(.85);
	opacity: 0;
}

.lp-portfolio.lp-portfolio-rows-2 .lp-port:nth-child(2n+2) > a,
.lp-portfolio.lp-portfolio-rows-3 .lp-port:nth-child(3n+2) > a,
.lp-portfolio.lp-portfolio-rows-4 .lp-port:nth-child(4n+2) > a,
.lp-portfolio.lp-portfolio-rows-5 .lp-port:nth-child(5n+2) > a,
.lp-portfolio.lp-portfolio-rows-6 .lp-port:nth-child(6n+2) > a {
	-webkit-transition-delay: .4s;
	        transition-delay: .4s;
}

.lp-portfolio.lp-portfolio-rows-3 .lp-port:nth-child(3n+3) > a,
.lp-portfolio.lp-portfolio-rows-4 .lp-port:nth-child(4n+3) > a,
.lp-portfolio.lp-portfolio-rows-5 .lp-port:nth-child(5n+3) > a,
.lp-portfolio.lp-portfolio-rows-6 .lp-port:nth-child(6n+3) > a {
	-webkit-transition-delay: .2s;
	        transition-delay: .2s;
}

.lp-portfolio.lp-portfolio-rows-4 .lp-port:nth-child(4n+4) > a,
.lp-portfolio.lp-portfolio-rows-5 .lp-port:nth-child(5n+4) > a,
.lp-portfolio.lp-portfolio-rows-6 .lp-port:nth-child(6n+4) > a {
	-webkit-transition-delay: .6s;
	        transition-delay: .6s;
}

.lp-portfolio.lp-portfolio-rows-5 .lp-port:nth-child(5n+5) > a,
.lp-portfolio.lp-portfolio-rows-6 .lp-port:nth-child(6n+5) > a {
	-webkit-transition-delay: 1s;
	        transition-delay: 1s;
}

.lp-portfolio.lp-portfolio-rows-6 .lp-port:nth-child(6n+6) > a {
	-webkit-transition-delay: .8s;
	        transition-delay: .8s;
}

/* ### ONSCROLL TESTIMONIALS */
.lp-tt .lp-tt-text {
	-webkit-transition: .5s ease-out all;
	transition: .5s ease-out all;
	-webkit-transform-origin: 40px bottom;
	        transform-origin: 40px bottom;
}

.lp-tt.animated-onscroll-lp .lp-tt-text {
	opacity: 0;
	-webkit-transform: translateY(35px);
	        transform: translateY(35px);
}

.lp-testimonials.lp-testimonials-rows-2 .lp-tt:nth-child(2n+2) .lp-tt-text,
.lp-testimonials.lp-testimonials-rows-3 .lp-tt:nth-child(3n+2) .lp-tt-text,
.lp-testimonials.lp-testimonials-rows-4 .lp-tt:nth-child(4n+2) .lp-tt-text {
	-webkit-transition-delay: .5s;
	        transition-delay: .5s;
}

.lp-testimonials.lp-testimonials-rows-3 .lp-tt:nth-child(3n+3) .lp-tt-text,
.lp-testimonials.lp-testimonials-rows-4 .lp-tt:nth-child(4n+3) .lp-tt-text {
	-webkit-transition-delay: .25s;
	        transition-delay: .25s;
}

.lp-testimonials.lp-testimonials-rows-4 .lp-tt:nth-child(4n+4) .lp-tt-text {
	-webkit-transition-delay: .75s;
	        transition-delay: .75s;
}

/*--------------------------------------------------------------
	# POST FORMATS
--------------------------------------------------------------*/

span.entry-format {
	margin-right: 1em;
	font-size: 1em;
	text-align: center;
	text-transform: capitalize;
}

.featured-image-meta span.entry-format {
	background: rgba(255,255,255,.1);
}

span.entry-format a {
	-webkit-transition: .4s all ease;
	transition: .4s all ease;
}

span.entry-format i::before {
	cursor: pointer;
}

[class*="post_format-"] .entry-meta {
	display: none;
}

.main #content-masonry [class*="post_format-"]:not(.format-gallery):not(.format-status) .entry-title {
	margin-bottom: 1em;
	background: transparent;
}

.main #content-masonry [class*="post_format-"]:not(.format-gallery) .post-thumbnail-container {
	display: none;
}

.main #content-masonry [class*="post_format-"]:not(.format-gallery) .post-thumbnail-container + .entry-after-image {
	margin: 0;
}

.main #content-masonry [class*="post_format-"] .entry-after-image {
/* 	padding-top: 2em; */
}

/* ## AUDIO & ## VIDEO */
/* .format-image,
.format-audio,
.format-video {
	padding: 2em;
}

.main #content-masonry .format-image .entry-title,
.main #content-masonry .format-audio .entry-title,
.main #content-masonry .format-video .entry-title {
	width: 100%;
	padding: 10px 0;
	background: transparent;
} */

/* ## LINK */
.main #content-masonry .format-link .entry-after-image {
	padding: 0;
}

.main #content-masonry .format-link .entry-title {
	display: none;
}

.main #content-masonry .format-link {
	position: relative;
}

.main #content-masonry .format-link::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 16px;
	width: 1em;
	height: 1em;
	margin: auto;
	font-family: iconmeta;
	font-size: 16px;
	/* icon in fontfaces */
}

.main #content-masonry .format-link .entry-content p:last-child,
.main #content-masonry .format-aside .entry-content p:last-child {
	margin: 0;
}

.main #content-masonry .format-link .entry-content a {
	display: block;
	padding: 3em 2em 2em;
	font-weight: bold;
	-webkit-transition: .2s ease-out opacity;
	transition: .2s ease-out opacity;
}

.main #content-masonry .format-link .entry-content a:hover {
	opacity: 0.9;
}

/* ## ASIDES */
body:not(.single) .format-aside {
	border: 1px solid transparent;
}

.format-aside .entry-title,
.format-aside .author,
.format-aside .bl_categ {
	display: none;
}

/* ## GALLERIES */
.gallery {
	margin: 0 -1% 1.75em;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	max-width: 33.33%;
	padding: 0 1% 2%;
	vertical-align: top;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
	-webkit-transition: .3s ease-out all;
	transition: .3s ease-out all;
}

.gallery-icon img:hover {
	opacity: 0.8;
}

.gallery-caption {
	display: block;
	padding-top: 0.5em;
	font-size: .9em;
	line-height: 1.5;
	font-style: italic;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.main #content-masonry .format-gallery .entry-title {
	margin-bottom: 1em;
}


/* ## CHAT */
.format-chat p {
	font-family: Monaco, "Courier New", monospace;
}

/* ## QUOTE */
.format-quote {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.format-quote .entry-title {
	display: none;
}

.format-quote .entry-content blockquote {
	padding: 2em 0;
	font-family: Georgia, "Bitstream Charter", serif;
}

.format-quote blockquote::before {
	/* display: none; */
}

/* ## STATUS */
.format-status .entry-title {
	/*display: none;*/
}

.format-status .avatar {
	float: left;
	display: block;
	margin-right: 1em;
}

span.entry-sticky {
	display: inline-block;
	margin-bottom: .5em;
	border: 2px solid;
	padding: 0 .5em;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
}

.single span.entry-sticky {
	display: none;
}

/* Meta over images */
body .main #content-masonry .post-thumbnail-container .entry-meta {
	padding: 0;
}

body .main #content-masonry .post-thumbnail-container span.entry-sticky {
	display: none;
}

body .main #content-masonry .post-thumbnail-container span.bl_categ {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 2em;
	margin-right: 2em;
	padding: 4px 1rem 4px;
	font-size: 0.9em;
	line-height: 1.5;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

body .main #content-masonry .post-thumbnail-container:hover span.bl_categ {
	padding-bottom: 0;
}

body .main #content-masonry .post-thumbnail-container .comments-link {
	position: absolute;
	z-index: 2;
	overflow: hidden;
	top: 0;
	left: 2em;
	margin: 0;
	margin-right: 2em;
	padding: 4px 1rem 2px;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: center;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

body .main #content-masonry .post-thumbnail-container:hover .comments-link {
	padding-top: 0;
}

body .main #content-masonry .comments-link i {
	display: none;
}

.main #content-masonry .post-thumbnail-container + .entry-after-image .entry-meta.aftertitle-meta {
	padding-top: 0;
	padding-bottom: 0.75em;
}


/* ## ATTACHMENT PAGES */
.attachment .entry-content .entry-caption {
	margin-top: 2em;
	font-size: 1.4em;
}

.attachment .entry-attachment {
	margin-top: 24px;
	text-align: center;
}

/*--------------------------------------------------------------
	# COMMENTS
--------------------------------------------------------------*/

#comments {
	clear: both;
}

.comment-navigation {
	padding: 0 0 1.5em 0;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	float: left;
	display: block;
	font-weight: bold;
}

.comment-navigation .nav-next {
	float: right;
}

.comment-navigation a {
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

#reply-title small {
	font-size: 70%;
}

.main #comments-title {
	position: relative;
	margin-top: 4em;
	margin-bottom: 2em;
}

.main .commentlist {
	margin-left: 0;
}

.commentlist > li {
	list-style: none;
}

.commentlist .comment-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid transparent;
	padding: 50px 30px 40px;
	box-shadow: 0 10px 10px rgba(0,0,0,.025);
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.commentlist article:hover .comment-area {
	box-shadow: 0 10px 20px rgba(0,0,0,.075);
}

.commentlist .comment-body {
	overflow: hidden;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0 2em;
	line-height: 1.7;
}

.commentlist .pingback {
	margin-bottom: 1em;
	border: 1px solid transparent;
	padding: 1em;
}

.main .commentlist .pingback p {
	margin: 0;
}

.commentlist .pingback .url {
	font-style: italic;
}

.commentlist li:last-child {}

#comments .comment-body p:last-child {
	margin-bottom: 0;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 1em;
}

.commentlist .comment-avatar {
	display: block;
}

.main .commentlist img.avatar {
	height: 80px;
	width: 80px;
	-webkit-transition: all .25s .15s ease-out;
	transition: all .25s .15s ease-out;
}

.comment-header {
	float: none;
	display: block;
	overflow: hidden;
}

.comment-author {
	position: absolute;
	top: 1em;
	float: left;
	display: inline;
	left: 30px;
	line-height: 2;
}

.comment-author .author-name {
	padding: 0.5em 1.2em;
	font-size: 1em;
}

.commentlist .author-name,
.commentlist .author-name a {
	/* font-weight: bold; */
}

.comment-meta {
	position: absolute;
	top: 8px;
	right: 30px;
	display: inline;
	float: left;
	font-size: .8em;
	font-weight: 400;
}

.comment-date {
	display: none;
}

.bravada-comment-date-published .comment-date {
	display: inline;
}

.bravada-comment-date-published .comment-timediff {
	display: none;
}

.commentlist .even {}

.commentlist .bypostauthor {}

.comment-await {
	position: absolute;
	bottom: 1em;
	font-size: 0.9em;
}

.comment article {
	position: relative;
	display: block;
	overflow: visible;
	margin-bottom: 3em;
	border: 0;
	border-radius: 0;
 	box-shadow: none;
	padding-top: 30px;
}

.comment .reply {
	position: absolute;
	bottom: -1em;
	right: 30px;
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	text-align: right;
	font-weight: 300;
	font-size: 0.75em;
	line-height: 2;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.comment .reply a {
	padding: .5em 1em;
	letter-spacing: .5px;
	-webkit-transition: .2s all ease-out;
	transition: .2s all ease-out;
}

.comment .reply i {
	position: relative;
	display: none;
	padding-right: .1em;
}

.comment .reply i::before {
	/* icon in fontfaces */
}

.commentlist .children {
	margin: 0;
	margin-left: 1.5em;
	background-image: none;
	list-style: none;
}

.commentlist .children li {
	margin: 0;
	border: none;
}

.main .nocomments,
.main .nocomments2 {
	clear: both;
	margin-top: 2em;
	margin-bottom: 0;
}

.hideme {
	display:none;
}

/*--------------------------------------------------------------
	## COMMENT FORM
--------------------------------------------------------------*/
#respond {
	margin-top: 2em;
}

#respond .comment-notes {
	margin-bottom: 1.5em;
}

.form-allowed-tags {
	line-height: 1;
}

.children #respond {
	min-width: 400px;
	margin: 0 4em 0 0;
}

#reply-title {
	position: relative;
	margin: 0;
	padding: 0;
}

#comments-list #respond {
	margin: 0 0 1.5em 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
}

#respond .required {}

#commentform {
	display: block;
}

.bravada-comment-placeholder #respond .comment-form-comment label,
.bravada-comment-placeholder #respond .comment-form-author label,
.bravada-comment-placeholder #respond .comment-form-email label,
.bravada-comment-placeholder #respond .comment-form-url label {
	display: none;
}

.bravada-comment-optlabels #respond .comment-form-comment textarea::-webkit-input-placeholder,
.bravada-comment-optlabels #respond .comment-form-author input::-webkit-input-placeholder,
.bravada-comment-optlabels #respond .comment-form-email input::-webkit-input-placeholder,
.bravada-comment-optlabels #respond .comment-form-url input::-webkit-input-placeholder {
	color: transparent;
}

.bravada-comment-optlabels #respond .comment-form-comment textarea:-ms-input-placeholder,
.bravada-comment-optlabels #respond .comment-form-author input:-ms-input-placeholder,
.bravada-comment-optlabels #respond .comment-form-email input:-ms-input-placeholder,
.bravada-comment-optlabels #respond .comment-form-url input:-ms-input-placeholder {
	color: transparent;
}

.bravada-comment-optlabels #respond .comment-form-comment textarea::-ms-input-placeholder,
.bravada-comment-optlabels #respond .comment-form-author input::-ms-input-placeholder,
.bravada-comment-optlabels #respond .comment-form-email input::-ms-input-placeholder,
.bravada-comment-optlabels #respond .comment-form-url input::-ms-input-placeholder {
	color: transparent;
}

.bravada-comment-optlabels #respond .comment-form-comment textarea::-webkit-input-placeholder,
.bravada-comment-optlabels #respond .comment-form-author input::-webkit-input-placeholder,
.bravada-comment-optlabels #respond .comment-form-email input::-webkit-input-placeholder,
.bravada-comment-optlabels #respond .comment-form-url input::-webkit-input-placeholder {
	color: transparent;
}

.bravada-comment-optlabels #respond .comment-form-comment textarea:-ms-input-placeholder,
.bravada-comment-optlabels #respond .comment-form-author input:-ms-input-placeholder,
.bravada-comment-optlabels #respond .comment-form-email input:-ms-input-placeholder,
.bravada-comment-optlabels #respond .comment-form-url input:-ms-input-placeholder {
	color: transparent;
}

.bravada-comment-optlabels #respond .comment-form-comment textarea::placeholder,
.bravada-comment-optlabels #respond .comment-form-author input::placeholder,
.bravada-comment-optlabels #respond .comment-form-email input::placeholder,
.bravada-comment-optlabels #respond .comment-form-url input::placeholder {
	color: transparent;
}

#respond .comment-form-cookies-consent {
	clear: both;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	float: left;
	width: 33.33333333%;
	margin-right: 0;
}

.comment-form-url {
	margin-right: 0;
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
}

.comment-form-author,
.comment-form-email {
	border-right: 10px solid;
}

.main .comment-form-comment {
	margin-bottom: 10px;
}

.comment-form-comment textarea {
	float: none;
	display: block;
	width: 100%;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
	float: none;
	display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
	float: none;
	display: block;
	border: 0;
	border-radius: 0;
	font-weight: bold;
}


#respond .form-allowed-tags {
	float: none;
	clear: both;
	display: block;
	width: 100%;
	font-size: 1em;
	line-height: 1.5;
}

#respond .form-allowed-tags code {
	font-size: 1em;
}

#respond .form-submit {
	clear: both;
	margin: 2em 0;
}

#respond .form-submit input {
	width: auto;
}

#respond .form-submit input[type="submit"],
#respond .form-submit input[type="reset"] {
}

#respond .form-submit input#submit:hover {
	cursor: pointer;
}

.button {
	border: 1px solid transparent;
	padding: 4px 7px;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

.button:hover {
	cursor: pointer;
}

.bravada-comment-icons .comment-form > p > em {
	position: relative;
	display: block;
	font-style: normal;
}

.bravada-comment-icons .comment-form > p > em::before {
	position: absolute;
	left: 1em;
	top: .75em;
	font-family: iconmeta;
	opacity: .5;
	-webkit-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}

.bravada-comment-icons .comment-form-comment textarea,
.bravada-comment-icons .comment-form-author input,
.bravada-comment-icons .comment-form-email input,
.bravada-comment-icons .comment-form-url input {
	padding-left: 2.5em;
}

/* reset left padding for inputs with default labels */
.bravada-comment-labels.bravada-comment-icons .comment-form-comment textarea,
.bravada-comment-labels.bravada-comment-icons .comment-form-author input,
.bravada-comment-labels.bravada-comment-icons .comment-form-email input,
.bravada-comment-labels.bravada-comment-icons .comment-form-url input {
	padding-left: 1em;
}

.main p.comment-subscription-form,
.main p.comment-form-cookies-consent {
	margin-bottom: .5em;
	font-size: .9em;
}

/*--------------------------------------------------------------
	# WIDGET AREAS
--------------------------------------------------------------*/

/* ## MAIN WIDGETS AREAS */
.widget-area ul,
.widget-area ul ul,
.yoyo > .widget-container {
	border: none;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

.widget-container {
	position: relative;
	margin: 0 0 1em 0;
	padding: 0 1em;
}

.widget-container::after {
	content: "";
	clear: both;
	float: none;
	display: block;
}

.widget-container > * {
	max-width: 100%;
	line-height: 1.8;
}

.widget-container ul ul {
	margin-left: 1em;
	margin-top: 1em;
}

.widget-container ul li {
	float: none;
	display: block;
	margin-bottom: 0.5em;
	word-wrap: break-word;
	display: flex;
}

.widget-container ul li:not(:last-child) {
	border-bottom: 1px solid rgba(0,0,0,.05);
	padding-bottom: .5em;
}

#colophon .widget-container ul li {
	border-bottom-color: rgba(255,255,255,.075);
}

.widget-title,
#comments-title,
#reply-title,
.related-posts .related-main-title,
.main .page-title,
#nav-below em,
.lp-text .lp-text-title,
.lp-boxes-animated .lp-box-title {
	position: relative;
	display: inline;
	background-repeat: no-repeat;
	background-size: 100% .6em;
	background-position: 0 100%;
}

.widget-title::after,
#comments-title::after,
#reply-title::after,
.related-posts .related-main-title::after,
.main .page-title::after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	background: transparent;
}

#nav-below em,
.lp-text .lp-text-title {
	background-size: 100% .4em;
}

.lp-boxes-animated .lp-box-title {
	background-size: 100% .5em;
}

.widget-area a {
	text-decoration: none;
	word-wrap: break-word;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.widget-area a:active,
.widget-area a:hover {}

.widget-area .entry-meta {
	font-size: 1em;
}

/* ## INNER/OUTER TOP/BOTTOM WIDGET AREAS */

.top-widget-area > section,
.bottom-widget-area > section,
.content-widget-before > section,
.content-widget-after > section {
	padding: 0;
}

.content-widget-after .widget-container {
	margin: 0;
}
.top-widget-area > section,
.bottom-widget-area > section {
	margin: 0;
}
.yoyo .widget-title {
	background: none;
	padding: 0;
	margin: 0;
}

/* ## LEFT SIDEBAR MENU */
nav.sidebarmenu {
	display: block;
	margin-bottom: 3em;
}

nav.sidebarmenu li a {
	float: none;
	display: inline-block;
	border-bottom: 2px solid transparent;
	-webkit-transition: .3s all ease-in;
	transition: .3s all ease-in;
}

nav.sidebarmenu li a:hover {
	border-bottom: 2px solid;
}

/* ## CALENDAR WIDGET */
#wp-calendar {
	width: 100%;
	font-size: .9em;
}

#wp-calendar caption {
	padding-bottom: .3em;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}

#wp-calendar tbody td {
	border: 1px solid transparent;
}

#wp-calendar th,
#wp-calendar td {
	text-align: left;
}

#wp-calendar tbody td:hover {
	opacity: 0.8;
}

#wp-calendar tbody td a {
	margin: 0;
	border: none;
	padding: 0;
	background: none;
}

#wp-tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

/* ## TAG CLOUD WIDGET */
.bravada-normalizedtags #content .tagcloud a {
	display: inline-block;
	margin: 0 1px 4px 0;
	border-radius: 0;
	padding: 8px 10px;
	 /*font-size: .75em !important; important needed to override dynamic font sizes */
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.bravada-normalizedtags #content .tagcloud a:hover {}

/* ## EMPTY PAGE */
.main .content-empty-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row;
	        flex-flow: row;
	width: 100%;
	margin: 2em auto;
}

.main .content-empty-page .widget-container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.main .content-empty-page .widget-container:not(:last-child) {
	margin-right: 2em;
}

/*--------------------------------------------------------------
	# WIDGETS
--------------------------------------------------------------*/

/* ## Cryout Tabs */
.cryout-wtabs-nav {
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
	text-align: center;
}

.sidey .widget-container ul li.cryout-wtab,
#colophon .widget-container ul li.cryout-wtab {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.widget-area .cryout-wtabs-nav {
	border: 2px solid transparent;
}

.cryout-wtabs-nav.tab-count-1 li {
	width: 100%;
}

.cryout-wtabs-nav.tab-count-2 li {
	width: 50%;
}

.cryout-wtabs-nav.tab-count-3 li {
	width: 33.333%;
}

.cryout-wtabs-nav.tab-count-4 li {
	width: 25%;
}

ul.cryout-wtabs-nav > li,
.cryout-wtabs-container > ul > li {
	float: left;
	display: block;
}

.cryout-wtabs-container > ul > li {
	clear: both;
}

ul.cryout-wtabs-nav li a {
	position: relative;
	z-index: 2;
	display: block;
	padding: .5em 0;
	font-size: 18px;
	color: #FFF;
}

ul.cryout-wtabs-nav li a:hover {
	color: #FFF;
}

ul.cryout-wtabs-nav li.active a {
	color: #FFF;
}

ul.cryout-wtabs-nav li a:hover {
	background: rgba(255,255,255,.1);
}

ul.cryout-wtabs-nav li.active a,
ul.cryout-wtabs-nav li.active a:hover {
	background: rgba(255,255,255,.15);
}

ul.cryout-wtabs-nav li a span {
	display: none;
}

.sidey .widget-container ul.cryout-wtab li,
.sidey .widget-container ul.cryout-wposts li {
	display: block;
	width: 100%;
	margin-bottom: 3px;
	border-bottom: 0;
	padding: 10px 0;
	font-weight: 400;
	line-height: 1.4;
}

.sidey .widget-container ul.cryout-wtab li,
.sidey .widget-container ul.cryout-wposts li {
	padding: 10px 0;
}

ul.cryout-wtab li:last-child,
ul.cryout-wposts li:last-child {
	border: none;
}

.cryout-wtab a,
.cryout-wposts a {
	/* color: inherit; */
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.cryout-wtab img,
.cryout-wposts img {
	display: block;
	width: 100%;
	height: auto;
}

.cryout-wtab img,
.post-item-thumbnail img {
	border-radius: 4px;
}

.cryout-wtab .tab-item-thumbnail,
.cryout-wposts .post-item-thumbnail {
	position: relative;
	top: 0;
	overflow: hidden;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	border: 5px solid #FFF;
	box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.cryout-wtab .tab-item-thumbnail:hover,
.cryout-wposts .post-item-thumbnail:hover {
	top: -3px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.cryout-wtab .tab-item-thumbnail {
	float: left;
	width: 80px;
	margin-right: 15px;
}

.cryout-wtab .tab-item-avatar {
	position: relative;
	float: left;
	width: 48px;
	margin-right: 15px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.cryout-wtab .tab-item-thumbnail::after,
/* .cryout-wtab .tab-item-avatar::after, */
.cryout-wposts .post-item-thumbnail::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .4s ease-out all;
	transition: .4s ease-out all;
	opacity: .35;
}

.cryout-wtab li:hover .tab-item-thumbnail::after,
/* .cryout-wtab li:hover .tab-item-avatar::after, */
.cryout-wposts li:hover .post-item-thumbnail::after {
	opacity: 0;
}

.cryout-wtab .tab-item-inner {
	overflow: hidden;
}

.cryout-wtab .tab-item-title,
.cryout-wposts .post-item-title {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.1;
}

.cryout-wtab .tab-item-title {
	font-size: 1em;
}

.cryout-wtab .tab-item-category,
.cryout-wposts .post-item-category {
	font-size: .8em;
	line-height: 1.2;
	opacity: 0.75;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.cryout-wtab .tab-item-category a,
.cryout-wposts .post-item-category a {
	border-bottom: 2px solid transparent;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.cryout-wtab .tab-item-category a:hover,
.cryout-wposts .post-item-category a:hover {
	border-bottom-color: inherit;
}

.cryout-wtab .tab-item-category a,
.cryout-wposts .post-item-category a {
	color: inherit;
}

.cryout-wtab .tab-item-title,
.cryout-wtab .tab-item-comment,
.cryout-wposts .post-item-title {
	margin: 7px 0;
	word-wrap: break-word;
}

.cryout-wposts .post-item-title {
	margin: 7px 0;
}

.cryout-wtab .tab-item-comment {
	margin: 0;
	font-size: .85em;
}

.cryout-wtab .tab-item-comment a {
	color: inherit;
}

.cryout-wtab .tab-item-date,
.cryout-wtab .tab-item-name,
.cryout-wposts .post-item-date {
	font-size: .8em;
	opacity: 0.5;
}

.cryout-wtab .tab-item-name {
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
	font-size: 0.8em;
}

.cryout-wtab .thumb-icon.small {
	bottom: 8px;
	left: 8px;
}

.cryout-wtab li:hover .thumb-icon,
.cryout-wposts li:hover .thumb-icon {
	color: #222;
	background: #fff;
}

.cryout-wtab .tab-item-category a,
.cryout-wposts .post-item-category a,
.cryout-wtab li:hover .tab-item-title a,
.cryout-wtab li:hover .tab-item-comment a,
.cryout-wposts li:hover .post-item-title a {

}

/* ## Cryout Posts */
.cryout-wposts .post-item-thumbnail {
	margin-bottom: 10px;
}

.s1 .cryout-wposts .post-item-title {
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 300;
}

.s1 .cryout-wposts .post-item-category,
.s1 .cryout-wposts .post-item-date {
	font-size: 14px;
}

/* ## Cryout Related Posts */
.main .related-posts {
	display: block;
	margin-left: 0;
	margin-bottom: 2em;
}

.main .related-posts .related-main-title {
	position: relative;
	margin-bottom: 1em;
}

.related-posts li {
	float: left;
	list-style: none;
	width: 31.3333%;
	margin-right: 3%;
}

/* @media (max-width: 480px) {
	.related-posts li {
		display: block;
		float: none;
		width: 100%;
		max-width: 360px;
		margin: 0 auto 1.5em;
	}
} */

.related-posts li:last-child {
	margin-right: 0;
}

/* @media (max-width: 480px) {
	.related-posts li:last-child {
		margin-right: auto;
	}
} */

.related-posts article {
	margin-bottom: 0;
}

.related-thumbnail {
	position: relative;
	top: 0;
	overflow: hidden;
	border: 5px solid #FFF;
	box-shadow: 0 10px 20px rgba(0,0,0,0.15);
	opacity: 0.85;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

.related-posts li:hover .related-thumbnail {
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
	opacity: 1;
	top: -5px;
}

.related-thumbnail .related-comments {
	position: absolute;
	right: 10px;
	top: -25px;
	border-radius: 2px;
	padding: 0 7px;
	line-height: 1.5;
	font-weight: 400;
	background: #FFF;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.related-posts li:hover .related-thumbnail .related-comments {
	top: 10px;
}

.related-comments i {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: calc(100% + 15px);
	margin: 0 auto;
	line-height: 1;
	color: #FFF;
	text-align: center;
	opacity: 1;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.related-posts li:hover .related-thumbnail .related-comments i {
	opacity: 0;
}

.related-posts .related-inside {
	padding: 5px 0px;
	/* border: 1px solid #e7e7e7; */
	border-top: 0;
}

.related-posts .related-title {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	font-size: 1.2em;
	line-height: 1.3;
	font-weight: bold;
}

.related-posts .related-title a {
	color: inherit;
	word-wrap: break-word;
}

.related-posts .related-meta {
	font-size: .8em;
	font-weight: 400;
	opacity: .5;

}

/* ## Cryout About */
.cryout-about-image {
	display: inline-block;
	margin-bottom: 1em;
	border: 10px solid rgba(255,255,255,.1);
	line-height: 0;
}

.cryout-about-text {
	font-size: .9em;
}

/* ## Cryout Contact */
.widget_cryout_contact address {
	padding-left: 0;
}

.widget_cryout_contact .map {
	margin-top: 2em;
	border: 10px solid rgba(255,255,255,.1);
	line-height: 0;
}

.widget_cryout_contact address > span {
	float: none;
	clear: both;
	display: table;
	border-bottom: 1px solid rgba(255,255,255,.1);
	line-height: 2.2;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.widget_cryout_contact address > span:last-child:not(.map) {
	border: 0;
}


.widget_cryout_contact address > span:hover {
	background: rgba(255,255,255,.025);
}

.widget_cryout_contact address a {
	border-bottom: 1px solid transparent;
	color: inherit;
	-webkit-transition: .2s ease-out border-color;
	transition: .2s ease-out border-color;
	transition: .2s ease-out border-color;
}

.widget_cryout_contact address a:hover {
	border-color: inherit;
}

.widget_cryout_contact address > span i {
	float: left;
	display: inline-block;
	width: 2.2em;
	height: 2.2em;
	font-size: 1em;
	text-align: center;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
}

.widget_cryout_contact address > span i + strong {
	display: none;
}

.cryout-contact-right {
	display: block;
	overflow: hidden;
	-webkit-transition: .2s ease all;
	transition: .2s ease all;
}

/* ## Cryout Socials */
.widget-socials {}

/* ## Cryout Portfolio */
.widget-portfolio {
	overflow: hidden;
}

.widget-portfolio-item {
	position: relative;
	top: 0;
	float: left;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 2%;
	margin-right: 2%;
	border: 5px solid rgba(255,255,255,.1);
}

.portfolio-columns-1 .widget-portfolio-item {
	 float: none;
	 clear: both;
	 width: 100%;
}

.portfolio-columns-2 .widget-portfolio-item {
	width: 48%;
}

.portfolio-columns-3 .widget-portfolio-item {
	width: 31.333%;
}

.portfolio-columns-4 .widget-portfolio-item {
	width: 23%;
}

.portfolio-columns-5 .widget-portfolio-item {
	width: 18%;
}

.portfolio-columns-6 .widget-portfolio-item {
	width: 14.666%;
}

.portfolio-columns-7 .widget-portfolio-item {
	width: 12.285%;
}

.portfolio-columns-8 .widget-portfolio-item {
	width: 10.5%;
}

.portfolio-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
}

.widget-portfolio-item:hover .portfolio-overlay {
	opacity: 1;
}

.portfolio-title {
	position: absolute;
	z-index: 3;
	bottom: -20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: auto;
	padding: 7px 5px;
	text-align: center;
	font-size: .8em;
	font-weight: 400;
	line-height: 1.3;
	color: inherit;
	opacity: 0;
	background: #FFF;
	word-break: break-all;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}

.widget-portfolio-item:hover .portfolio-title {
	opacity: 1;
	bottom: 0;
}
.portfolio-columns-4 .portfolio-title,
.portfolio-columns-5 .portfolio-title,
.portfolio-columns-6 .portfolio-title,
.portfolio-columns-7 .portfolio-title,
.portfolio-columns-8 .portfolio-title {
	display: none;
}

.portfolio-image {
	display: block;
	overflow: hidden;
}

.portfolio-image > img {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: .8;
	-webkit-transition: .5s ease all;
	transition: .5s ease all;
}

.widget-portfolio-item:hover .portfolio-image > img {
	opacity: 1;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* Cryout GetInTouch */
.widget_cryout_getintouch > div {
	line-height: 1.5;
}

.widget_cryout_getintouch > div i.icon {
	float: left;
	margin-right: 10px;
	opacity: 0.5;
}

.widget_cryout_getintouch > div > span > em {
	overflow: hidden;
}

.widget_cryout_getintouch .cryoutgetintouch-email a {
	color: inherit;
}

.widget_cryout_getintouch .cryoutgetintouch-items > span {
	display: block;
	margin: 10px 0;
	font-size: 1em;
}

.cryoutgetintouch-extra.cryout-getintouch-right {
	font-weight: bold;
}


/*--------------------------------------------------------------
	# SEARCHFORM
--------------------------------------------------------------*/

.searchform {
	position: relative;
	display: inline-block;
	/*overflow: hidden;*/
	width: 100%;
	height: auto;
	box-shadow: 0 10px 20px rgba(0,0,0,.05);
	-webkit-transition: .25s all ease-in-out;
	transition: .25s all ease-in-out;
}

.searchform:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
}

.searchform .searchsubmit {
	position: absolute;
	bottom: .7em;
	right: .7em;
	z-index: 8;
	display: block;
	height: 2.6em;
	width: 2.6em;
	vertical-align: middle;
	border: 0;
	border-radius: 0;
	padding: 0;
	font-size: 1em;
	background: transparent;
	cursor: pointer;
	-webkit-transition: .25s all ease-in-out;
	transition: .25s all ease-in-out;
}


.searchform:hover input[type="search"],
.searchform input[type="search"]:focus {
	outline: none;
}

.no-results .content-search {
	padding: 0;
}

/* ## SIDEBAR SEARCH */
.searchform input[type="search"] {
	position: relative;
	z-index: 7;
	float: left;
	display: block;
	height: 4em;
	width: 100%;
	border-radius: 0;
	padding: 0 3.5em 0 1.5em;
	font-size: 1em;
	-webkit-transition: .2s all ease-out;
	transition: .2s all ease-out;
}

.searchform .searchsubmit i {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 1em;
	line-height: 1;
	text-align: center;
	display: inline-block;
	-webkit-transition: .4s all ease-out;
	transition: .4s all ease-out;
}

.searchform .searchsubmit i + i {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translateY(-20px) scale(0.25);
	transform: translateY(-20px) scale(0.25);
}

.searchform:hover .searchsubmit i {
	opacity: 0;
	-webkit-transform: translateY(20px) scale(0.25);
	transform: translateY(20px) scale(0.25);
}

.searchform:hover .searchsubmit i + i {
	opacity: 1;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
}



.searchform .searchsubmit i::before {
	font-size: .9em;
}

/* ## MAIN MENU SEARCHFORM */
#access > div > ul > li.menu-search-animated {
	text-align: center;
}

#access .menu-search-animated {
	padding: 0 .3em;
}

#access .menu-search-animated .searchform {
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	margin: auto;
	border: 0;
	background: rgba(0,0,0,.8) !important;
}

#access .menu-search-animated .searchsubmit {
	display: none;
}

#access .menu-search-animated .s {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 860px;
	height: 3.5em;
	margin: auto;
	border: 0;
	border-radius: 100px;
	font-size: 1.5em;
	line-height: 2;
	font-weight: 400;
	text-align: center;
	background: #FFF;
	color: #555;
	box-shadow: 0 0 15px 15px rgba(0,0,0,.25);
	opacity: 0;
	-webkit-transform: translateY(150px);
	transform: translateY(150px);
	-webkit-transition: .25s ease-in-out all;
	transition: .25s ease-in-out all;
}

#access .menu-search-animated .s.is-active {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

#access .menu-search-animated .s:focus {
	/* background: transparent; */
}

#access .menu-main-search i.icon-search {
	display: inline-block;
	padding-right: .5em;
	padding-left: .5em;
}

#access .menu-main-search > a {
	padding-left: 0;
	padding-right: 0;
}

#access i.icon-search {
	cursor: pointer;
}

#access i.icon-search::before {
	display: block;
	font-style:	normal;
	font-size: 1em;
}

#access li.menu-main-search {
	position: static;
	padding: 0 .4em;
}

.menu-main-search .icon-cancel {
	position: absolute;
	z-index: 1000;
	top: 0;
	right: 3em;
	display: none;
	font-size: 1.2em;
	cursor: pointer;
	opacity: 0;
}

/* ## FOOTER MENU SEARCHFORM */
li.menu-footer-search {
	max-width: 12em;
}

li.menu-footer-search .searchform input[type="search"] {
	height: 3.2em;
}

li.menu-footer-search .searchsubmit {
	width: 2.2em;
	height: 2.2em;
	bottom: 0.55em;
	right: 0.55em;
}

.widget_rss a.rsswidget {}
.widget_rss a.rsswidget:hover {}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* ## MOBILE NAV SEARCH */
#mobile-nav .searchform input[type="search"] {
	height: 1.2em;
	border: 0;
	border-bottom: 2px solid;
	border-radius: 0;
	padding: 0 0 0.4em 1.2em;
	font-size: 2.5em;
	line-height: 1.2;
	color: inherit;
	background: transparent;
}

#mobile-nav .searchform input[type="search"]::placeholder {
	color: inherit;
	opacity: 1;
}

nav#mobile-menu #mobile-nav .menu-main-search > a {
	position: absolute;
	font-size: 2em;
}

#mobile-nav .searchform .searchsubmit {
	left: 0;
	display: none;
}

#mobile-nav .searchform .searchsubmit i + i {
	display: none;
}

/*--------------------------------------------------------------
	# SOCIALS
--------------------------------------------------------------*/

/* ## GENERAL */
.socials {
	position: relative;
}

.socials a {
	position: relative;
	z-index: 99;
	float: left;
	display: block;
	width: 2.6em;
	height: 2.6em;
	margin-right: 1em;
	border-radius: 100px;
	font-size: 1.1em;
	line-height: 2.6em;
	text-align: center;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.socials a:last-child {
	margin-right: 0;
}

.socials a::before,
.socials a::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.socials a::after {
	opacity: 0;
	-webkit-transform: translateY(-20px) scale(0.5);
	        transform: translateY(-20px) scale(0.5);
}

.socials a:hover::before {
	opacity: 0;
	-webkit-transform: translateY(20px) scale(0.5);
	        transform: translateY(20px) scale(0.5);
}

.socials a:hover::after {
	opacity: 1;
	-webkit-transform: translateY(0px) scale(1);
	        transform: translateY(0px) scale(1);
}

.socials a span {
	display: none;
}

/* ## HEADER SOCIALS */
.side-section-element.widget_cryout_socials {
	position: relative;
	overflow: hidden;
	display: table;
	margin: 1em auto 0;
	font-size: 1em;
	line-height: 1;
}

.side-section-element.widget_cryout_socials a {
	position: relative;
	opacity: 0;
	font-size: 1.5em;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

nav#mobile-menu.burgermenu-active .side-section-element.widget_cryout_socials a {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

/* ## SIDEBAR SOCIALS */
.sidey .socials {
	display: table;
	float: none;
	overflow: hidden;
	margin: 0 auto 2em;
}

/* ## FOOTER SOCIALS */
#sfooter {
	float: right;
	clear: right;
	display: block;
	margin: .5em auto;
}

#sfooter.socials,
.widget_cryout_socials .socials {
	font-size: .8333em;
}

/*--------------------------------------------------------------
	# MISCELLANEOUS
--------------------------------------------------------------*/

/* ## BACK TO TOP */
#footer #toTop {
	position: fixed;
	z-index: 250;
	right: 2em;
	bottom: 2em;
	width: 2em;
	height: 2em;
	display: block;
	overflow: hidden;
	padding: 0.9em;
	font-size: 26px;
	opacity: 0;
	cursor: pointer;
	line-height: 2;
	background: #FFF;
	box-shadow: 0 10px 20px rgba(0,0,0,.15);
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}
#toTop {
	border-radius: 50%;
}
#toTop i { 
    color: #06CB94;
}

#toTop i {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}

#toTop .icon-back2top::before,
.icon-back2top::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-style: normal;
	font-family: iconmeta;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

#toTop .icon-back2top::before {
	opacity: 0;
	-webkit-transform: translateY(20px) scale(0.25);
	transform: translateY(20px) scale(0.25);
}

#toTop:hover .icon-back2top::before {
	opacity: 1;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
}

#toTop .icon-back2top::after {
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
}

#toTop:hover .icon-back2top::after {
	opacity: 0;
	-webkit-transform: translateY(-20px) scale(0.25);
	transform: translateY(-20px) scale(0.25);
}

.bravada-totop-fixed #footer #toTop {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	margin: auto;
	border: 0;
	box-shadow: none;
}

.bravada-totop-disabled #footer #toTop {
	display: none;
}

/* ## CUSTOM IMAGE BORDER */
.bravada-image-none .entry-content img[class*='align'],
.bravada-image-none .entry-summary img[class*='align'] {}

.bravada-image-one .entry-content img[class*='align'],
.bravada-image-one .entry-summary img[class*='align'] {
	border-bottom: 5px solid transparent;
	padding-bottom: 5px;
}
.bravada-image-two .entry-content img[class*='align'],
.bravada-image-two .entry-summary img[class*='align'] {
	border: 7px solid transparent;
}
.bravada-image-three .entry-content img[class*='align'],
.bravada-image-three .entry-summary img[class*='align'] {
	border: 1px solid #222;
	padding: 0;
	box-shadow: 0 0 15px #ccc;
}
.bravada-image-four .entry-content img[class*='align'],
.bravada-image-four .entry-summary img[class*='align'] {
	padding: .7em;
	border: 1px solid #DDD;
	box-shadow: 0 0 2px #CCC;
}

.bravada-image-five .entry-content img[class*='align'],
.bravada-image-five .entry-summary img[class*='align'] {
	border-top: .5em solid transparent;
	border-bottom: .5em solid transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* ## CUSTOM CAPTION LOOK */
.bravada-caption-zero .main .wp-caption .wp-caption-text {}

.bravada-caption-one .main .wp-caption .wp-caption-text {
	border-bottom: 2px solid transparent;
}

.bravada-caption-two .main .wp-caption .wp-caption-text {
	margin-top: 3px;
}

/* ## BREADCRUMBS */
#breadcrumbs-container {
	position: absolute;
	left: 4em;
	z-index: 9;
	float: none;
	display: block;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

#breadcrumbs-container-inside {
	overflow: hidden;
}

#breadcrumbs {
	display: block;
	width: 100%;
	padding: .5em 2.5em;
	font-size: .9em;
}

.bravada-boxed-layout #breadcrumbs {
	padding-left: 0;
	padding-right: 0;
}

#breadcrumbs-container #breadcrumbs-nav {
	padding-top: 0;
	padding-bottom: 0;
}

#breadcrumbs-container #breadcrumbs-nav a:hover {
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

#breadcrumbs-container #breadcrumbs-nav a:hover {
	opacity: 0.75;
}

.icon-bread-home::before {
	margin-right: .3em;
	font-size: .9em;
	cursor: pointer;
}

#breadcrumbs-nav .icon-bread-arrow {
	position: relative;
	top: -1px;
	display: inline-block;
	padding: 0 .1em;
	vertical-align: middle;
	display: none;
}
/* 
@media (max-width: 800px) {
	#header-page-title #breadcrumbs-nav .current {
		display: none;
	}
} */

/* ## PAGINATION */
.pagination {
	float: none;
	clear: both;
	display: table;
	margin: 2.5em auto;
	padding: .25em 1em;
	text-align: center;
}

.pagination span,
.pagination a {
	position: relative;
	float: left;
	display: block;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 2.5em;
	width: 2.5em;
	margin-right: 15px;
	font-size: 1em;
	line-height: 2.5;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.pagination .dots {
	width: 3em;
	border: 0;
	background: none;
}

/* ## CONTINUE READING */
a.continue-reading-link {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	padding: 3px 16px 3px 25px;
	border: 2px solid;
	font-size: .9em;
	line-height: 2;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

a.continue-reading-link:hover {
	padding-right: 14px;
	padding-left: 17px;
}

/* edge needs special treatment since it can't handle :focus-within */
a.continue-reading-link:focus-within {
	padding-right: 14px;
	padding-left: 17px;
}

.continue-reading-link span {
	position: relative;
	z-index: 5;
	font-weight: bold;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

i.icon-continue-reading {
	position: relative;
	top: 1px;
	margin-left: -10px;
	padding-left: 5px;
	opacity: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.continue-reading-link:hover i.icon-continue-reading {
	margin-left: 0;
	opacity: 1;
}

/* edge needs special treatment since it can't handle :focus-within */
.continue-reading-link:focus-within i.icon-continue-reading {
	margin-left: 0;
	opacity: 1;
}

/* ## BLOCKQUOTES */
.entry-content blockquote {
	position: relative;
	float: none;
	clear: both;
	display: table;
	width: auto;
	margin: 2em auto 0;
	padding: 2em;
	font-style: italic;
	font-weight: 400;
}

.entry-content blockquote::before {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 2.5em;
	text-align: center;
	font-family: 'iconmeta';
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.main blockquote p {
	margin-bottom: 0;
}

/* ## PRELOADER */
.cryout-preloader {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	background: #FFF;
	-webkit-animation: preloader-hide 6s 1s ease-out forwards;
	animation: preloader-hide 6s 1s ease-out forwards;
}

@-webkit-keyframes preloader-hide {
	100% {
		visibility: hidden;
		opacity: 0;
		z-index: -1;
	}
}

@keyframes preloader-hide {
	100% {
		visibility: hidden;
		opacity: 0;
		z-index: -1;
	}
}

.cryout-preloader-inside {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
}

.cryout-preloader-inside .bounce1,
.cryout-preloader-inside .bounce2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	-webkit-animation: preloader-spin 1.4s ease-in-out infinite;
	animation: preloader-spin 1.4s ease-in-out infinite;
}

.cryout-preloader-inside .bounce2 {
	-webkit-animation-delay: -.7s;
    animation-delay: -.7s;
}

@-webkit-keyframes preloader-spin {
    0%   {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
		opacity: 0;
    }
}

@keyframes preloader-spin {
    0%   {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
		opacity: 0;
    }
}

/*--------------------------------------------------------------
	# TEMPLATES
--------------------------------------------------------------*/

/* Template Contact */
.template-content {
	margin: 20px 0 50px;
	/* border-top: 1px solid rgba(0,0,0,.1); */
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 30px 0;
}

.template-contact .template-left-col,
.template-contact .template-right-col {
	float: left;
	display: inline-block;
	/*width: 47%;*/
}

.template-contact .template-middle {
	display: block;
	overflow: hidden;
	margin: 50px auto;
}

.template-contact .template-left-col {
	/*margin-right: 6%;*/
}

.template-right-col-inside {
	/*padding: 40px;
	background: rgba(0,0,0,.05);*/
}

.template-right-col-inside > img {
	margin-bottom: 1em;
}

.template-contact .template-right-col-inside address {
	padding-left: 0;
}

.template-contact address > span {
	float: none;
	clear: both;
	display: block;
	overflow: hidden;
	margin: 10px 0;
}

.template-contact address > span i {
	float: left;
	display: inline-block;
	min-width: 150px;
	margin-right: 10px;
	padding-left: 1px;
	font-size: 1em;
}

.template-contact address .address-block {
	display: block;
	overflow: hidden;
}

.template-contact .template-map-col {
	margin-bottom: 50px;
}

.template-about .template-image {
	margin-bottom: 50px;
}

.template-about .template-content {
	margin-bottom: 70px;
}

.template-about .template-team {
	margin-top: 50px;
}

.page-template-template-fullwidth #container.one-column.template-full-width {
	max-width: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.page-template-template-fullwidth #container.one-column.template-full-width article.hentry .article-inner {
	padding-left: 0;
	padding-right: 0;
}


/*--------------------------------------------------------------
	# PORTFOLIO
--------------------------------------------------------------*/

/* Portfolio shortcode only */
.single article.jetpack-portfolio .entry-meta {
	margin-top: 0;
	padding: 1em 3em;
}

.single article.jetpack-portfolio .entry-meta-container {
	position: absolute;
	bottom: 2em;
	left: 0;
	right: 0;
	display: table;
	width: 100%;
	margin: 0 auto;
	background: rgba(0,0,0,.5);
}

/* @media ( max-width: 800px ) {
	.single article.jetpack-portfolio .entry-meta-container {
		width: 90%;
	}
} */

.single article.jetpack-portfolio .entry-meta > span {
	display: block;
	font-size: 1em;
	line-height: 2;
	font-weight: 400;
	color: #DDD;
}

.single.single-jetpack-portfolio .main .article-inner > header {
	margin-bottom: 1em;
}

article.jetpack-portfolio .portfolio-featured-single {
	position: relative;
	margin-bottom: 2em;
}

article.jetpack-portfolio .portfolio-featured-single img {
	display: block;
	border-radius: 6px;
}

article.jetpack-portfolio header + .content-masonry {
	padding-top: 2.6em;
}

article.jetpack-portfolio header .entry-title + .taxonomy-description {
	margin-bottom: 0;
	padding-top: 1em;
}

.jetpack-portfolio-shortcode .portfolio-featured-image + .portfolio-entry-title {
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.jetpack-portfolio-shortcode .portfolio-entry-title a {
	display: block;
	padding: .4em 0;
	line-height: 1.3;
}

.jetpack-portfolio-shortcode .portfolio-entry-meta {
	line-height: 1.5;
}

.jetpack-portfolio-shortcode .portfolio-featured-image {
	position: relative;
	display: block;
	overflow: hidden;
}

.jetpack-portfolio-shortcode .portfolio-featured-image img {
	-webkit-transition: 1s ease all;
	transition: 1s ease all;
}

.jetpack-portfolio-shortcode .portfolio-entry:hover .portfolio-featured-image img {
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
	-webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}

/*--------------------------------------------------------------
	# CONDITIONALS
--------------------------------------------------------------*/
.single-post.bravada-comhide-in-posts .nocomments {
	display: none;
}

.page.bravada-comhide-in-pages .nocomments {
	display: none;
}

.bravada-hide-page-title .page h1.entry-title,
.home.bravada-hide-page-title .page h2.entry-title {
	display: none;
}

.bravada-hide-cat-title .page-header {
	display: none;
}

.bravada-metahide-mainmenu #site-header-main,
.bravada-metahide-breadcrumbs #breadcrumbs-container,
.bravada-metahide-title #header-page-title-inside .entry-title,
.bravada-metahide-title .article-inner .entry-title,
.bravada-metahide-colophon #colophon,
.bravada-metahide-footer #footer {
	display: none;
}
.bravada-metahide-headerimg #header-image-main-inside {
	background-image: none;
}

.bravada-metahide-headerimg.bravada-cropped-headerimage #masthead #header-image-main-inside {
	height: 0;
}

.bravada-metahide-mainmenu #header-image-main {
	margin-top: 0;
}

/*--------------------------------------------------------------
	# FIXES
-------------------------------------------------------------- */

/* ## Woocommerce */

/* .woocommerce.single #header-image-main,
.woocommerce-checkout #header-image-main,
.woocommerce-cart #header-image-main {
	display: none;
} */

.woocommerce.archive .page-title {
	display: none;
}

.single.woocommerce #header-page-title .entry-meta {
	display: none;
}

.woocommerce.archive article {
	padding-top: 4em;
}

.woocommerce .product .entry-summary {
	clear: none;
}

.woocommerce ul.products li.product h3 {
}

.woocommerce div.product form.cart table td {
	padding: 0;
}

.woocommerce-page #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 1.2em;
	padding-right: 1.2em;
	border-radius: 0;
	font-size: .9em;
	font-weight: bold;
 }

 .woocommerce-page #respond input#submit.alt,
 .woocommerce a.button.alt,
 .woocommerce-page button.button.alt,
 .woocommerce input.button.alt {
	 position: relative;
	 padding: 1em 1.2em;
	 outline: 2px solid;
	 background-color: transparent;
	 background-size: 400%;
	 background-position: 100% 50%;
	 -webkit-transition: background .75s ease-out;
	 transition: background .75s ease-out;
 }

 .woocommerce-page #respond input#submit.alt:hover,
 .woocommerce a.button.alt:hover,
 .woocommerce-page button.button.alt:hover,
 .woocommerce input.button.alt:hover {
	 background: transparent;
 	background-position: 50% 50%;
 }

 .woocommerce-page #respond input#submit.alt::after,
 .woocommerce a.button.alt::after,
 .woocommerce-page button.button.alt::after,
 .woocommerce input.button.alt::after {
 	content: "";
 	position: absolute;
 	left: 0;
 	top: 0;
 	width: 100%;
 	height: 100%;
 	outline: 2px solid;
 	-webkit-transition: .3s ease all;
 	transition: .3s ease all;
 }

 .woocommerce-page #respond input#submit.alt:hover::after,
 .woocommerce a.button.alt:hover::after,
 .woocommerce-page button.button.alt:hover::after,
 .woocommerce input.button.alt:hover::after {
 	opacity: 0;
 	-webkit-transform: scale(1.05, 1.25);
 	transform: scale(1.05, 1.25);
 }

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
	border-radius: 0;
	color: inherit;
	opacity: .5;
}

.woocommerce select {
	padding: 1rem;
}

/* Woocommerce Archive Pages */
/* @media (max-width: 480px) {
	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
		float: none;
	}
} */

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}

.woocommerce .products .star-rating {
	margin: 0 auto .5em;
	text-align: center;
}

.woocommerce ul.products li.product .price {
	font-size: 1em;
}

.woocommerce ul.products li.product .button {
	margin-top: .5em;
}

.woocommerce span.onsale {
	top: 0;
	left: 0;
	min-height: auto;
	padding: 0;
	border-radius: 0;
	background: #FFF;
	color: inherit;
}

.woocommerce ul.products li.product .onsale {
	top: 5px;
	right: 5px;
	min-height: auto;
	line-height: 1.8;
	margin: 0;
	border-radius: 0;
	background: rgba(255,255,255,.75);
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.woocommerce div.product form.cart div.quantity {
	width: 20%;
	margin-right: 5%;
}

.woocommerce div.product form.cart .button {
	width: 75%;
	padding: 1rem;
	line-height: 1.8;
}

.woocommerce .quantity .qty {
	width: 100%;
	border: 0;
	border-radius: 0;
	padding: 1rem 1rem;
    font-size: 0.9em;
	text-align: left;
	line-height: 1.8;
}

.woocommerce-thumbnail-container {
	position: relative;
	overflow: hidden;
	/* border-radius: 5px; */
}

.woocommerce ul.products li.product .woocommerce-thumbnail-container a img {
	position: relative;
	margin: 0;
	top: 0;
	-webkit-transition: .3s ease-out all;
	transition: .3s ease-out all;
}

.woocommerce ul.products li.product .woocommerce-thumbnail-container:hover a img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	opacity: .8;
}

.woocommerce-thumbnail-container .woocommerce-buttons-container {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-75%);
	        transform: translateY(-75%);
	-webkit-transition: .3s ease-out all;
	transition: .3s ease-out all;
	opacity: 0;
}

.woocommerce-thumbnail-container .woocommerce-buttons-container a {
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: .8em;
	/* border-radius: 100px; */
}

.woocommerce-thumbnail-container .woocommerce-buttons-container a.added_to_cart {
	margin-top: 5px;
	padding: 0.5em 0.25em;
	background: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}

.woocommerce-thumbnail-container:hover .woocommerce-buttons-container {
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
			opacity: 1;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-weight: 400;
}

.woocommerce div.product .product_title {
	font-weight: 300;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-weight: 300;
	font-size: 1.618em;
}

.woocommerce div.product form.cart .variations td.label {
	display: inline-block;
	padding: 1rem 0;
	font-size: 0.8em;
	line-height: 1.8;
	text-decoration: underline;
	background: transparent;
	color: inherit;
}

.woocommerce div.product form.cart .variations td.value {
	background: transparent;
}

.woocommerce div.product form.cart {
	margin-top: 2em;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce ul.products li.product .price ins {
	font-weight: 400;
}

.add_to_cart_button:not(.product_type_variable)::before,
/*.icon-basket::before,*/
.single-product div.product form.cart .button::before {
	content: "\e83b";
	position: relative;
	top: 0;
	display: inline-block;
	margin-right: 10px;
	font-family: "iconmeta";
	line-height: 1;
	font-weight: 400;
	font-style: normal;
}

input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
	opacity: 1;
}

.woocommerce nav.woocommerce-pagination {
	margin-bottom: 2em;
}

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	margin-right: 1em;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0;
	padding: 0.8em 1em;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.woocommerce nav.woocommerce-pagination .next.page-numbers,
.woocommerce nav.woocommerce-pagination .prev.page-numbers {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: transparent;
}

/* Woocommerce Single Product page */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border-color: transparent;
	border-radius: 0;
	padding: 5px 1.2em;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active):hover {
	background: #f7f7f7;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-color: #d3ced2;
	border-bottom-color: transparent;
}

.woocommerce #reviews #comments {
	margin-top: 0;
}

.woocommerce .woocommerce-tabs h2 {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: 400;
}

.woocommerce div.product .products > h2,
.woocommerce .cart-collaterals h2 {
	position: relative;
	display: inline-block;
	margin-bottom: 1.5em;
}

.woocommerce div.product .products > h2::after,
.woocommerce .cart-collaterals h2:not([class*=__title])::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: .3em;
	width: 100%;
	height: .6em;
	opacity: 0.4;
}

.woocommerce .cart-collaterals h2 {
	margin-bottom: 2em;
}

.woocommerce div.product #review_form_wrapper {
	margin: 1.5em 0;
}

.woocommerce-tabs {
	padding: 2.6em 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
	font-size: 0.9em;
}

.woocommerce #comments { /* woocommerce reviews */
	padding-top: 0;
}

.woocommerce #reviews #comments ol.commentlist li {
	margin: 20px 0 40px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin-left: 80px;
	border-radius: 4px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: auto;
}

.woocommerce.bravada-comment-placeholder #respond label { /* show woocommerce form lables */
	display: inline-block;
}

.woocommerce #review_form #respond p {
	margin-top: 1.5em;
}

.woocommerce #review_form #respond .comment-form-author,
.woocommerce #review_form #respond .comment-form-email {
	width: 50%;
}

.woocommerce #review_form #respond .comment-form-author {
	/* margin-right: 4%; */
}

.woocommerce #review_form #respond .comment-form-author input,
.woocommerce #review_form #respond .comment-form-email input {
	width: 100%;
}

.woocommerce-noreviews {
	padding: 1em;
	background: rgba(0,0,0,.07);
}

/* Woo Cart Page */
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: auto;
	padding: 0.618em 1.2em;
	/* font-size: .9em; */
}

table.cart .quantity .qty {
	max-width: 80px;
	padding: 10px
}

.woocommerce a.remove {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.3;
	color: #C00;
	opacity: .8;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.woocommerce a.remove:hover {
	color: #C00 !important;
	background: rgba(0,0,0,.1);
	opacity: 1;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 80px;
}

.woocommerce table.shop_table {
	border-collapse: collapse;
}

.woocommerce table.shop_table thead {
	font-size: .8em;
	text-transform: uppercase;
	opacity: 0.5;
}

.woocommerce table.shop_table td.product-name {
	font-size: .9em;
	font-weight: bold;
}

/* Woo Checkout Page */
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	width: 100%;
}

/* @media (min-width: 800px) {
	.woocommerce .col2-set,
	.woocommerce-page .col2-set {
		float: left;
		width: 58%;
		margin-right: 4%;
	}

	#order_review_heading,
	#order_review {
		clear: none;
		float: left;
		width: 38%;
	}
} */

.select2-container--default .select2-selection--single {
	border-radius: 0;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 2.5em;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 2.5em;
}

#main .woocommerce .checkout table.shop_table td,
#main .woocommerce .checkout table.shop_table th {
	background: transparent;
}

.woocommerce-checkout #payment {
	background: transparent;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	display: block;
	width: 100%;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-radius: 0;
}

/* WooCommerce messages */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border: 0;
	border-radius: 0;
}

#main .woocommerce-error a.button,
#main .woocommerce-info a.button,
#main .woocommerce-message a.button {
	background: transparent;
	color: inherit;
	padding: 0;
}

/* WooCommerce widgets */
.woocommerce-product-search button[type="Submit"] {
	display: block;
	width: 100%;
	margin-top: 10px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	line-height: 1.5;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	position: relative;
	top: 0;
	width: 70px;
	border: 4px solid #FFF;
	border-radius: 3px;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.woocommerce ul.cart_list li a:hover img,
.woocommerce ul.product_list_widget li a:hover img {
	top: -4px;
	box-shadow: 0 7px 15px rgba(0,0,0,.15);
}

.woocommerce ul.cart_list li:hover img,
.woocommerce ul.product_list_widget li:hover img {
	opacity: .8;
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
	font-size: 0.7em;
	opacity: 0.7;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 15px 0;
}

.woocommerce ul.cart_list li .product-title,
.woocommerce ul.product_list_widget li .product-title {
	font-weight: 400;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0,0,0,.1);
	border: 0;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-size: 1em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: transparent;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	border-radius: 2px;
	top: -.25em;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover {
	box-shadow: 0 0 14px rgba(0,0,0,.4);
}

.woocommerce .widget_price_filter .price_label {
	padding-top: 0.4em;
}

.woocommerce.widget_product_categories ul.product-categories li {
	position: relative;
	border: 0;
	padding: 0;
}

.woocommerce.widget_product_categories ul.product-categories li::before {
	content: "\e902";
	position: relative;
	top: 1px;
	margin-right: 7px;
	font-family: "iconmeta";
	-webkit-transition: .2s ease-out margin;
	transition: .2s ease-out margin;
}

.woocommerce.widget_product_categories ul.product-categories li:hover::before {
	margin-right: 12px;
}

.woocommerce.widget_product_categories ul.product-categories li ul {
	margin-top: 0;
}

/* WooCommerce MyAccount */
.main article .woocommerce-MyAccount-navigation > ul {
	list-style: none;
	margin-left: 0;
}

.woocommerce-MyAccount-navigation > ul li > a {
	display: block;
	margin-bottom: 5px;
	border-radius: 4px;
	padding: 7px 15px;
	color: inherit;
	background: rgba(133,137, 141, .1);
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.woocommerce-MyAccount-navigation > ul li > a:hover {
	opacity: .8;
}

.woocommerce-MyAccount-navigation > ul li.is-active > a {
	font-weight: bold;
	background: transparent;
}

/* Team Members */
.tmm .tmm_container .tmm_member .tmm_photo {
	width: 120px;
	height: 120px;
	margin-top: -60px;
	border: 20px solid transparent;
	border-radius: 0 !important;
	padding-bottom: 0;
	box-shadow: none;
}

.cryout .tmm .tmm_container .tmm_member {
	position: relative;
	border: 1px solid transparent;
	border-radius: 0;
	-webkit-transition: .2s ease-out border-color;
	transition: .2s ease-out border-color;
}

.tmm .tmm_container .tmm_member .tmm_textblock {
	padding: 10px 25px 30px;
}

.tmm .tmm_container  .tmm_names {
	margin-bottom: 0;
}

.tmm .tmm_container  .tmm_fname {
	font-weight: bold;
}

.tmm .tmm_theme_f .tmm_names {
	margin-bottom: 0 !important;
}

.tmm .tmm_container .tmm_job {
	font-size: 0.75em !important;
	text-transform: uppercase;
	letter-spacing: 3px;
	opacity: 0.5;
}

.tmm .tmm_container .tmm_desc {
	font-size: .9em;
	line-height: 1.8;
}

.tmm .tmm_member .tmm_textblock .tmm_scblock {
	display: table;
	margin: auto;
	padding: 0 15px !important;
}

.tmm .tmm_member .tmm_textblock .tmm_sociallink img {
	margin: 10px 7px !important;
	-webkit-transition: .2s ease-out all;
	transition: .2s ease-out all;
}

.tmm .tmm_member .tmm_textblock .tmm_sociallink:hover img {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
}

/* Jetpack Portfolio shortcode in widget */
.widget-container h2.portfolio-entry-title {
	font-size: 1.2em;
}

/* Safari fixed cover background images */
body.safari,
.safari #masthead .header-image,
.safari .lp-text {
	background-attachment: scroll;
	background-position: top center !important;
}

/* Edge shaky fixed cover background images */
@supports (-ms-ime-align:auto) {
	body, .lp-text {
		background-attachment: scroll !important;
		background-position: top center !important;
	}
}

/* IE 10-11 shaky fixed cover background images */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	body, #masthead .header-image, .lp-text {
		background-attachment: scroll !important;
		background-position: top center !important;
	}
}

/* Shortcodes */
.panel-default > .panel-heading > .panel-title > a::before {
	font-family: "iconmeta";
	/* content: ""; */
	right: 25px;
	font-size: 10px;
	opacity: 0.6;
}

.btn {
	position: relative;
	outline: 2px solid;
	font-weight: bold;
	-webkit-transition: .3s ease all;
	transition: .3s ease all;
}

.btn:hover {
	outline: 2px solid;
}

.btn:focus-within {
	outline: 2px solid;
}

.btn + .btn {
	margin-left: 10px;
}

.btn::before {
	content: "";
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	outline: 2px solid;
	opacity: .5;
	-webkit-transition: .4s ease all;
	transition: .4s ease all;
}

.btn:hover::before {
	opacity: 0;
	-webkit-transform: scale(1.2, 1.5);
	transform: scale(1.2, 1.5);
}

.btn:focus-within::before {
	opacity: 0;
	-webkit-transform: scale(1.15, 1.3);
	transform: scale(1.15, 1.3);
}


.label-primary,
.label-secondary {
	border: 2px solid;
}

.well,
.alert {
	border-radius: 0;
}

.panel-group.scheme-dark-1 .panel .panel-heading,
.panel-group.scheme-dark-1 .panel,
.panel-group.scheme-dark-2 .panel .panel-heading,
.panel-group.scheme-dark-2 .panel,
.panel-group.scheme-light-1 .panel .panel-heading,
.panel-group.scheme-light-1 .panel {
	border-radius: 0;
}

.nav-tabs > li > a {
	border-radius: 0;
}

.tooltip-inner {
	border-radius: 0;
}

/*--------------------------------------------------------------
	# RESPONSIVENESS
-------------------------------------------------------------- */
body.mobile {-webkit-text-size-adjust: 100%;} /* Iphone browser fix*/
body.mobile .main {min-height:0;}

@media (max-width: 1152px) {

	body {
		margin-top: 0; /* removed fixed header menu */
	}

	#container[class*="three-"] {
		display: block;
	}

	#access .menu-search-animated .searchform input[type="search"],
	#colophon-inside,
	.footer-inside {
		padding-left: 2em;
		padding-right: 2em;
	}

	.cryout #container[class*="three-"] #primary,
	.cryout #container[class*="three-"] #secondary {
		width: 100%;
		margin: 0 0 1.5em;
	}

	.cryout #container[class*="three-"] .main {
		width: 100%;
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 1.5em;
	}

	.cryout #container[class*="three-"] #primary,
	.cryout #container[class*="three-"] #secondary {
		padding-left: 2em;
		padding-right: 2em;
	}

	.cryout #container[class*="three-"] .sidey .widget-container {
		float: left;
		width: 47.5%;
		margin: 0 0 1.5em;
	}

	.cryout #container[class*="three-"] .sidey section.widget-container:nth-of-type(2n+1) {
		clear: both;
		margin-right: 5%;
	}

	#masthead.cryout #site-header-main {
		/* position: relative; */
	}

	.cryout #header-image-main {
		margin-top: 0;
	}

	#breadcrumbs-container.cryout[class*="three-"] #breadcrumbs {
		width: 100%;
		margin: 0;
	}

}

@media (max-width: 1024px) {

	body {
		font-size: .95em;
	}

	#container {
		display: block;
	}

	.cryout #breadcrumbs-container {
		left: calc( 2em + 20px );
	}

	.cryout #container[class*="two-"] #primary,
	.cryout #container[class*="two-"] #secondary {
		float: none;
		clear: both;
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
		padding-left: 2em;
		padding-right: 2em;
	}

	.cryout #container[class*="two-"] #primary::after,
	.cryout #container[class*="two-"] #secondary::after {
		content: "";
		clear: both;
		display: block;
	}

	.bravada-magazine-three .cryout #content-masonry article.hentry {
		width: 46%;
	}

	#breadcrumbs-container.cryout[class*="two-"] #breadcrumbs {
		width: 100%;
		margin: 0;
	}

	#header-page-title .entry-title,
	.singular-title {
		max-width: none;
		font-size: 3.5em;
	}

	#nav-fixed span,
	#nav-fixed a + a {
		display: none;
	}

	#nav-fixed i::before {
		font-size: 1em;
	}

	#nav-fixed i {
		height: 50px;
	}

}

/* special case where mobile menu is force-enabled on iOS mobile devices */
@media (min-width: 801px) {

	.mobile-ios #masthead.cryout #access {
		display: none;
	}
}


/**。404页面*/
.body_404 {
    width: 100%;
    padding-top: 90px;
    background: url(/skin/default/img/mantis/index/404.jpg") no-repeat center;
    background-size: auto 100%;
    height: 545px; }
.body_404 .box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden; }
.body_404 .box div {
    padding-top: 190px;
    float: right;
    width: 450px;
    font-size: 24px;
    color: #68747F; }
.body_404 .box div a {
    display: block;
    background: #06CB94;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    width: 136px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px; }
.body_404 .box div .tit {
    color: #3E464C;
    font-size: 44px;
    font-weight: 500;
    padding-bottom: 15px; }

@media (max-width: 1200px) {
	html,body {
		font-size: 20px !important;
	}
	#nav-fixed {
		display: none;
	}

	#masthead.cryout #access {
		display: none;
	}

	#content-masonry {
		margin-left: 0;
		margin-right: 0;
	}

	.bravada-magazine-three .cryout #content-masonry article.hentry,
	.bravada-magazine-two .cryout #content-masonry article.hentry {
		width: 100%;
		margin: 0 auto 1.5em;
	}

	#content-masonry article.hentry {
		margin-bottom: 1.5em;
	}

	#container:not(.bravada-landing-page) .main > *:not(#content-masonry) {
		padding-left: 0;
		padding-right: 0;
	}

	.post-thumbnail-container .featured-image-meta {
		left: 0;
		opacity: 0.75;
	}

	.cryout #site-title a span {
		padding-right: 0;
	}

	.cryout .footer-inside > div:last-child,
	.cryout .footer-inside .footermenu,
	.cryout .footer-inside #sfooter {
		float: none !important;
		display: table;
		width: auto;
		max-width: 100%;
		margin: 2em auto 1em;
		text-align: center;
	}

	.cryout .footer-inside > div:first-child,
	.cryout .footer-inside #site-copyright {
		float: none !important;
		clear: both;
		max-width: 100%;
		text-align: center;
		font-size: 12px;
    	color: #666B76;
	}

	.footer-inside #toTop {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		display: block;
		margin: 0 auto;
	}

	.cryout .footer-inside nav {
		width: auto;
	}

	.site-header-top .site-header-inside {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column wrap;
		        flex-flow: column wrap;
				height: auto;
	}

	.site-header-top .site-header-inside > * {
		padding: 10px 0;
	}

	.topmenu .menu {
		position: relative;
		overflow-x: auto;
		width: 100%;
		padding: 0 10px;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.topmenu .menu::-webkit-scrollbar {
  		display: none;
	}

	.topmenu ul li {
		float: none;
	}

	#side-section-menu {
		position: relative;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}

	.footermenu ul li {
		float: none;
	}

	#sfooter {
		float: none;
		display: table;
		margin: 0 auto;
	}

	.widget-socials {
		display: table;
		margin: 0 auto;
	}

}

@media (max-width: 640px) {

	body {
		font-size: .9em;
	}

	.cryout #container[class*="three-"] .main,
	.cryout #container[class*="two-"] .main,
	.cryout #container[class*="one-"]:not(.bravada-landing-page) .main {
		padding-left: 1em;
		padding-right: 1em;
	}

	/* Left/right padding for content */
	.site-header-inside,
	#access .menu-search-animated .searchform input[type="search"],
	#breadcrumbs,
	#colophon-inside,
	.footer-inside,
	#header-page-title {
		padding-left: 1em;
		padding-right: 1em;
	}

	.cryout #container:not(.bravada-landing-page) .main {
		padding-top: 1em;
	}

	.cryout #container[class*=column] #primary,
	.cryout #container[class*=column] #secondary {
		padding-left: 1em;
		padding-right: 1em;
	}

	.cryout #container[class*="three-"] #primary,
	.cryout #container[class*="three-"] #secondary,
	.cryout #container[class*="three-"] .sidey .widget-container,
	.cryout #container[class*="two-"] .sidey .widget-container,
	.cryout #colophon .widget-container {
		clear: both;
		width: 100%;
		margin: 0 0 1.5em;
	}
	.cryout #colophon .widget-container {
		margin: 0;
	}
	.cryout .sidey .widget-container {
		padding-left: 0;
		padding-right: 0;
	}

	.cryout #colophon .widget-container {
		padding: 0;
	}

	.cryout .socials a {
		font-size: 1em;
		margin: 0 .1em;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input,
	.comment-form-comment input {
		width: 100%;
	}

	#nav-fixed {
		display: none;
	}

	#header-page-title #header-page-title-inside {
		font-size: 0.9em;
	}

}
/* 
@media ( max-width: 480px ) {

	.footermenu ul li span.sep {
		display: none;
	}

	.footermenu ul li {
		float: none;
		display: block;
		margin: 0.5em auto;
		text-align: center;
	}

} */

/* ## LP Responsiveness */
/* @media (max-width: 1152px) {

	.three-columns-right #breadcrumbs,
	.two-columns-right #breadcrumbs {
		padding-left: 0;
		padding-right: 0;
	}

	.lp-staticslider .staticslider-caption,
	.seriousslider.seriousslider-theme .seriousslider-caption,
	.bravada-landing-page .lp-blocks .lp-blocks-inside,
	.bravada-landing-page .lp-boxes .lp-boxes-inside,
	.bravada-landing-page .lp-text-inside,
	.bravada-landing-page .lp-posts-inside,
	.bravada-landing-page .lp-page-inside,
	.bravada-landing-page .lp-portfolio-inside,
	.bravada-landing-page .lp-testimonials-inside,
	.bravada-landing-page .lp-section-header,
	.bravada-landing-page .content-widget {
		padding-left: 2em;
		padding-right: 2em;
	}

	.lp-text-image + .lp-text-card {
		/* padding: 3em;
	}

	h3.lp-text-title {
		font-size: 1.5em;
	}

	.lp-text-content {
		font-size: 1em;
	}

} */

/* @media (max-width: 960px) {

	.lp-staticslider .staticslider-caption,
	.seriousslider.seriousslider-theme .seriousslider-caption {
		font-size: 0.8em;
	}

	.lp-staticslider .staticslider-caption-text,
	.seriousslider.seriousslider-theme .seriousslider-caption-text,
	.staticslider-caption-buttons,
	.seriousslider-theme .seriousslider-caption-buttons {
		margin: 2em auto;
	}

	.lp-section-header .lp-section-title,
	.lp-section-header .lp-section-desc {
	    max-width: 100%;
	}

	.lp-blocks.lp-blocks-rows-4 .lp-block:nth-child(n),
	.lp-blocks.lp-blocks-rows-3 .lp-block:nth-child(n),
	.lp-blocks.lp-blocks-rows-2 .lp-block:nth-child(n) {
		width: 50%;
		margin: 0 auto;
	}

	.lp-blocks.lp-blocks1 .lp-block {
		border: 0;
	}

	.lp-blocks.lp-blocks2.lp-blocks-rows-4 .lp-block:nth-child(n),
	.lp-blocks.lp-blocks2.lp-blocks-rows-3 .lp-block:nth-child(n),
	.lp-blocks.lp-blocks2.lp-blocks-rows-2 .lp-block:nth-child(n) {
		width: 48%;
		margin: 6% 1%;
	}

	.lp-boxes.lp-boxes-rows-4 .lp-boxes-margins[class*=lp-boxes] .lp-box,
	.lp-boxes.lp-boxes-rows-3 .lp-boxes-margins[class*=lp-boxes] .lp-box {
		width: 48%;
		margin-bottom: 2em;
		margin-right: 4%;
	}

	.lp-boxes.lp-boxes-rows-4 .lp-boxes-inside .lp-box,
	.lp-boxes.lp-boxes-rows-3 .lp-boxes-inside .lp-box {
		width: 50%;
	}

	.lp-boxes.lp-boxes-rows-4 .lp-boxes-inside .lp-box:nth-child(2n),
	.lp-boxes.lp-boxes-rows-3 .lp-boxes-inside .lp-box:nth-child(2n),
	.lp-boxes.lp-boxes-rows-4 .lp-box:nth-child(2n),
	.lp-boxes.lp-boxes-rows-3 .lp-box:nth-child(2n) {
		margin-right: 0;
	}

	.lp-boxes.lp-boxes-rows-4 .lp-boxes-inside .lp-box:nth-child(4n+1),
	.lp-boxes.lp-boxes-rows-3 .lp-boxes-inside .lp-box:nth-child(3n+1),
	.lp-boxes.lp-boxes-rows-4 .lp-box:nth-child(4n+1),
	.lp-boxes.lp-boxes-rows-3 .lp-box:nth-child(3n+1) {
		clear: none;
	}

	.lp-boxes.lp-boxes-rows-4 .lp-boxes-inside .lp-box:nth-child(2n+1),
	.lp-boxes.lp-boxes-rows-3 .lp-boxes-inside .lp-box:nth-child(2n+1),
	.lp-boxes.lp-boxes-rows-4 .lp-box:nth-child(2n+1),
	.lp-boxes.lp-boxes-rows-3 .lp-box:nth-child(2n+1) {
		clear: both;
	}

	.lp-portfolio.lp-portfolio-rows-6 .lp-port,
	.lp-portfolio.lp-portfolio-rows-5 .lp-port,
	.lp-portfolio.lp-portfolio-rows-4 .lp-port,
	.lp-portfolio.lp-portfolio-rows-3 .lp-port,
	.lp-portfolio.lp-portfolio-rows-2 .lp-port {
		width: 50%;
	}

	.lp-testimonials.lp-testimonials-rows-1 .lp-tt:nth-child(n),
	.lp-testimonials.lp-testimonials-rows-2 .lp-tt:nth-child(n),
	.lp-testimonials.lp-testimonials-rows-3 .lp-tt:nth-child(n),
	.lp-testimonials.lp-testimonials-rows-4 .lp-tt:nth-child(n) {
		float: none;
		width: 100%;
		margin: 2em auto;
	}

}*/

/*@media (max-width: 640px) {

	.lp-blocks.lp-blocks-rows-4 .lp-block:nth-child(n),
	.lp-blocks.lp-blocks-rows-3 .lp-block:nth-child(n),
	.lp-blocks.lp-blocks-rows-2 .lp-block:nth-child(n),
	.lp-blocks.lp-blocks2.lp-blocks-rows-4 .lp-block:nth-child(n),
	.lp-blocks.lp-blocks2.lp-blocks-rows-3 .lp-block:nth-child(n),
	.lp-blocks.lp-blocks2.lp-blocks-rows-2 .lp-block:nth-child(n) {
		float: none;
		clear: both;
		width: 100%;
		margin: 2% auto;
	}

	.lp-blocks.lp-blocks2.lp-blocks-rows-4 .lp-block:nth-child(n),
	.lp-blocks.lp-blocks2.lp-blocks-rows-3 .lp-block:nth-child(n),
	.lp-blocks.lp-blocks2.lp-blocks-rows-2 .lp-block:nth-child(n) {
		margin: 6% auto;
	}


	.lp-staticslider .lp-staticslider-image {
		position: absolute;
		z-index: 1;
		left: 50%;
		width: auto;
		 max-height: 100vmax; 
		max-width: none;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.lp-staticslider .staticslider-caption,
	.seriousslider.seriousslider-theme .seriousslider-caption {
		position: relative;
		z-index: 3;
		font-size: 0.9em;
	}

	.lp-staticslider .staticslider-sep {
		height: 1px;
	}

	.lp-staticslider .staticslider-caption-text,
	.seriousslider.seriousslider-theme .seriousslider-caption-text,
	.staticslider-caption-buttons,
	.seriousslider-theme .seriousslider-caption-buttons {
		margin: 1.5em auto;
	}

	.lp-text {
		display: block;
	}

	.lp-text-image {
		width: auto;
		order: 0;
	}

	.lp-text-hasimage .lp-text-image img {
		left: 0 !important;
		right: 0 !important;
		margin: -5em auto 0;

	}

	.lp-text-image + .lp-text-card {
		max-width: 480px;
		width: auto;
		margin-top: 2em;
	}

	.lp-text-inside .lp-text-background {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-flow: column;
		        flex-flow: column;
				padding: 2em;
	}

	.lp-boxes.lp-boxes-rows-4 .lp-box:nth-child(n),
	.lp-boxes.lp-boxes-rows-3 .lp-box:nth-child(n),
	.lp-boxes.lp-boxes-rows-2 .lp-box:nth-child(n) {
		float: none;
		clear: both;
		width: 100%;
		margin: 0 auto;
	}

	.lp-boxes.lp-boxes-rows-4 .lp-boxes-margins[class*=lp-boxes] .lp-box:nth-child(n),
	.lp-boxes.lp-boxes-rows-3 .lp-boxes-margins[class*=lp-boxes] .lp-box:nth-child(n),
	.lp-boxes.lp-boxes-rows-2 .lp-boxes-margins[class*=lp-boxes] .lp-box:nth-child(n) {
		float: none;
		clear: both;
		width: 100%;
		margin: 0 auto 3em;
	}

	.cryout .lp-boxes.lp-boxes-static:not(.lp-boxes-static2) .lp-box {
		margin: 1em auto;
	}

	.cryout .lp-boxes.lp-boxes-static:not(.lp-boxes-static2) .lp-box .lp-box-content,
	.cryout .lp-boxes.lp-boxes-static:not(.lp-boxes-static2) .lp-box .lp-box-image {
		height: auto !important;
		float: none;
		width: 100%;
	}

	.cryout .lp-boxes.lp-boxes-static:not(.lp-boxes-static2) .lp-box .lp-box-text {
		position: static;
		-webkit-transform: none;
		transform: none;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#lp-posts {
		margin: 0 auto;
	}

}


@media (max-width: 640px) {

	.lp-staticslider .staticslider-caption,
	.seriousslider.seriousslider-theme .seriousslider-caption,
	.bravada-landing-page .lp-blocks .lp-blocks-inside,
	.bravada-landing-page .lp-boxes .lp-boxes-inside,
	.bravada-landing-page .lp-text-inside,
	.bravada-landing-page .lp-posts-inside,
	.bravada-landing-page .lp-page-inside,
	.bravada-landing-page .lp-portfolio-inside,
	.bravada-landing-page .lp-testimonials-inside,
	.bravada-landing-page .lp-section-header,
	.bravada-landing-page .content-widget {
		padding-left: 1em;
		padding-right: 1em;
	}

	.lp-blocks.lp-blocks2.lp-blocks-rows-4 .lp-block:nth-child(n),
	.lp-blocks.lp-blocks2.lp-blocks-rows-3 .lp-block:nth-child(n),
	.lp-blocks.lp-blocks2.lp-blocks-rows-2 .lp-block:nth-child(n) {
		margin: 10% auto;
	}

	#cryout_ajax_more_trigger {
		width: 100%;
	}

}

@media (max-width: 480px) {

    .seriousslider.seriousslider-theme .seriousslider-caption {
        font-size: .7em;
    }

    .seriousslider.seriousslider-theme .seriousslider-caption-title {
        font-size: 2.2em;
    }

    .seriousslider.seriousslider-theme .seriousslider-caption-text {
        font-size: 1.22em;
    }

	.lp-portfolio.lp-portfolio-rows-6 .lp-port,
	.lp-portfolio.lp-portfolio-rows-5 .lp-port,
	.lp-portfolio.lp-portfolio-rows-4 .lp-port,
	.lp-portfolio.lp-portfolio-rows-3 .lp-port,
	.lp-portfolio.lp-portfolio-rows-2 .lp-port {
		width: 100%;
		padding: 0;
	}

	.cryout .lp-text-image + .lp-text-card {
		/* width: 93.333%; 
	}

} */
.baseSize {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1200px) {
	/**。404页面*/
.body_404 {
      width: 100%;
    margin: 0 auto;
    background: #fff url(/skin/default/img/mantis/index/404.png") no-repeat center 17rem;
    background-size: 24rem;
    height: 100vh; }
.body_404 .box {
	width:100%;
    margin: 0 auto;
    overflow: hidden; }
.body_404 .box div {
	padding-top: 26rem;
    float: right;
    width: 100%;
    color: #68747F;
}
	#container {
		max-width: 100% !important;
		width: 100% !important;
	}
	#content-masonry {
		width: 100%
	}
	#container.two-columns-right .main, .two-columns-right #breadcrumbs {
		width: 100% !important;
	}
	.cryout #container[class*="three-"] .main, .cryout #container[class*="two-"] .main, .cryout #container[class*="one-"]:not(.bravada-landing-page) .main {
/* 		padding: 0 !important; */
	}
	article.hentry .article-inner, #content-masonry article.hentry .article-inner {
		width: 100% !important;
	}
	article.hentry .article-inner, #content-masonry article.hentry .article-inner {
		padding: 0 1.5rem !important;
	}
	article.hentry .post-thumbnail-container {
		width: 15rem;
	}
	article.hentry .post-thumbnail-container > .responsive-featured-image {
		width: 14rem;
	}
	.main #content-masonry .post-thumbnail-container + .entry-after-image {
		height: 100%;
	}
	.entry-title, .main .page-title {
		font-size: 1.4rem !important;
	}
	article.hentry .article-inner, #content-masonry article.hentry .article-inner .entry-title a {
		font-size: 1.4rem !important;
		text-overflow: -o-ellipsis-lastline;  
		overflow: hidden;  
		text-overflow: ellipsis;  
/* 		display: -webkit-box;   */
		-webkit-line-clamp: 2;  
		-webkit-box-orient: vertical; 
	}
	#container .main.single-blog {
		padding-top: 6rem !important;
	}
	article.hentry .article-inner, #content-masonry article.hentry .article-inner .entry-summary {
		font-size: 1.2rem !important;
		margin: .2rem 0 !important;
	}
	.body_404 .box div p {
		font-size: 1.4rem;
		text-align: center;
	}
	.body_404 .box div p.tit {
		font-size: 2rem;
			padding-bottom: 0;
	}
.body_404 .box div a {
    display: block;
    background: #06CB94;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    width: 136px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px; 
	margin: 2rem auto;
}
.body_404 .box div .tit {
    color: #3E464C;
    font-size: 44px;
    font-weight: 500;
    padding-bottom: 15px; }
/** 404end*/
	.baseSize {
		width: auto;
		margin: auto;
	}
	.wp-pagenavi .pages, .wp-pagenavi .first {
		display: none;
	}
	.swiper-containerNews .swiper-slide pre {
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.swiper-containerNews .swiper-pagination {
		display: none;
	} 
	.news-swiper-box .small-list {
		display: none;
	}
	.news-swiper-box {
		height: auto;
	}
	.swiper-containerNews {
		width: 100%;
		margin-right: 0;
	}
	html, body {
		background: #F4F8F9 !important;
		font-size: 10px !important;
	}
	#page-alone {
		width: 100vw;
	}
	/* 	 头部导航样式*/
/* 	.is-wap {
		display: none;
	} */
	#nav-below .nav-previous a,
	#nav-below .nav-next a  {
		font-size: 1.4rem;
	}
	#nav-below .nav-previous, #nav-below .nav-next {
		margin-bottom: 1rem;
		height: auto;
		padding-left: 0.5rem;
	}
	#nav-below {
		width: 100%;
	}
	#masthead.cryout #site-header-main {
		box-shadow: none;
		background: transparent;
	}
	#branding {
		background: url(/skin/default/img/mantis/index/logoBack.png') no-repeat center;
		background-size: 12rem auto;
	}
	.site-header-bottom {
		height: 6rem !important;
	}
	.site-header-bottom .site-header-inside {
		width: 100vw;
		height: 6rem !important;
		display: flex;
		align-items: center;
	}
/* 	.site-header-bottom .site-header-inside .wap-on-trial {
		display: block;
	} */
	.site-header-bottom .site-header-inside .nav-right-box {
		right: 6rem;
		padding:0;
		height: 3.2rem;
		width: auto;
	}
	.site-header-bottom .site-header-inside .nav-right-box .nav-phone {
/* 		display: none; */
		width: 13.8rem;
		height: 3.0rem;
		background: url(/skin/default/img/mantis/uploads/2025/06/product-nav-bg.png) center no-repeat;
		background-size: 100% 100%;
		border-radius: 2rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 0;
	}
	.site-header-bottom .site-header-inside .nav-right-box .nav-phone .nav-phone-ico {
		width: 3rem;
/* 		margin-right: .5rem; */
	}
	.site-header-bottom .site-header-inside .nav-right-box .nav-phone span {
		font-size: 1.4rem;
		color: #00ebd6;
		line-height: 2.0rem;
	}
	.site-header-bottom .site-header-inside .freeTrial_btn {
		font-size: 1.5rem;
		padding: 0.5rem 1.5rem;
		background: rgb(6, 203, 148);
		border-radius: 0.3rem;
		box-shadow: none;
	}
	.site-header-bottom .site-header-inside .hamburger [
		
	]
/* 	.site-header-bottom .site-header-inside .freeTrial_btn {
		display: none !important;
		opacity: 0 !important;
	} */
	.site-header-bottom .site-header-inside {
		width: 100vw;
	}
	.menu-burger {
		display: block;
	}
	#drogueM {
		display: flex;
		width: 100%;
		height: 6.8rem;
		background: #00ebd6;
	}
	#drogue {
		display: none;
	}
	
/* 	头部导航菜单 */
	#mobile-menu, nav#mobile-menu #mobile-nav a {
		font-size: 1.4rem;
		font-weight: 400;
		margin-right: 0;
		display: inline-block;
		width: 90%;
		height: 100%;
		border: none;
		color: #3E464C;
		text-align: left;
	}
	nav#mobile-menu #mobile-nav a:not(nav#mobile-menu #mobile-nav ul.sub-menu a ) {
		width: auto;
	}
	#mobile-menu, nav#mobile-menu #mobile-nav a[aria-current="page"] {
		color: #E9B44C;
	}
	nav#mobile-menu .sub-menu.toggled-on, nav#mobile-menu .children.toggled-on {
		display: flex !important;
		padding: 0;
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 0 1.5rem;
	}
	nav#mobile-menu ul.sub-menu li {
		border-bottom: 0;
		padding: 0;
		width: 50%;
		text-align: center;
	}
	nav#mobile-menu ul.sub-menu li:nth-child(-n+9) {
		margin-bottom: 1.5rem;
	}
	/* 文章导航菜单 */
	.news-list-entry-content .category_menu {
		padding: 0 1.5rem;
	}
	..news-list-entry-content .category_menu .wp-block-group__inner-container .real-time, .news-list-entry-content .category_menu .wp-block-group__inner-container .industry-insight-view,
.news-list-entry-content .category_menu .wp-block-group__inner-container .product-dynamics{
		margin-right: 4rem;
		font-size: 1.6rem;
		width: 6.5rem;
		height: 3.5rem;
	}
/* 	.category-active::before {
		position: absolute;
		content: '';
		display: inline-block;
		bottom: 0;
		width: 2.8rem;
		height: 0.2rem;
		border-radius: 0.2rem;
		background: #06CB94;
		left: 0;
		right: 0;
		margin: auto;
	} */
	/* 文章页 */
	#content .before-article-box {
		display: none;
	}
	#content .sidebar2-box{
		display: none;
	}
	#content {
		padding-top: 0;
	}
	#content .news-list-entry-content {
		width: 100vw;
		padding-top: 8rem;
	}
	#content .article-list {
		width: 100%;
		float: none;
	}
	.news-list-entry-content .article-list .news-list-article-item {
		padding: 1.5rem;
		width: 100%;
		box-sizing: border-box;
		height: 12rem;
		align-items: center;
	}
	.news-list-entry-content .article-list .news-list-article-item .article-right {
		height: 100%;
		font-size: 2.2rem;
	}
	.news-list-article-item .article-img {
		border-radius: 0.3rem;
		width: 12rem;
		height: 7.5rem;
		overflow: hidden;
		margin-right: 1rem;
	}
	.news-list-article-item .post-title a {
		font-size: 1.4rem;
		font-weight: 500;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-bottom: 0;
	}
	.news-list-article-item .desc {
		font-size: 1.2rem;
		-webkit-line-clamp: 1;
	}
	.news-list-article-item .post-author-date, .news-list-article-item .view {
		font-size: 1.2rem;
	}
	.news-list-article-item .view .icon {
		width: 1.6rem;
		margin-right: 1rem;
	}
	#container  .main.single-blog {
		width: 100vw !important;
	}
	#secondary {
		display: none;
	}
	/* 分页盒子 */
	#content .news-list-entry-content .wp-pagenavi {
		width: 100vw;
		margin: 0;
		padding: 2rem 0;
		text-align: left;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		padding: 0.3rem .8rem;
		font-size: 1.2rem;
		border-radius: .2rem;
		cursor: pointer;
		margin-left: 0.8rem;
		border: .1rem solid #e0e4ea;
	}
	.wp-pagenavi a.last {
		display: none;
	}
	/* 底部 */
	.footer-logo {
		display: block;
	}
	#colophon, #footer {
		background: #171D27 !important;
	}
	#footer #toTop {
		display: none;
	}
	#footer {
		padding-bottom: 8.6rem;
	}
	.city-list > .wp-block-group__inner-container:first-child {
		width: 100%;
	}
	.footer-widget-inside .footer-address {
		font-size: 1.2rem;
		color: #798498;
	}
	.footer-address .address-box .title {
		color: #798498;
	}
	.city-list p.footer-address {
		width: 6rem;
		margin-right: 1rem;
	}
	.city-list {
		margin-top: 1.4rem;
		margin-bottom: 0;
	}
	.city-list:before {
		top: -1.4rem;
		content: '';
	}
	.footer-address .address-box .address-icon {
		display: none;
	}
.footer-number, .footer-widget-inside .product-matrix, .footer-widget-inside .solution, .footer-widget-inside .footer-ad-name {
		display: none;
	}
	#colophon #block-8 {
		padding: 0;
	}
	.footer-logo {
		display: block;
	}
	.footer-head {
		display: flex;
	}
	.footer-head {
		flex-wrap: nowrap;
	}
	.footer-head .head-info {
		position: relative;
		box-sizing: border-box;
		height: 6.8rem;
		border: 0.1rem solid #666B76;
		display: flex;
		align-items: center;
		padding: 1.2rem ;
		text-align: center;
		white-space: nowrap;
	}
	.footer-head :first-child {
		border-right: none;
		border-top-left-radius: 0.5rem;
    	border-bottom-left-radius: 0.5rem;
	}
	.footer-head :last-child {
		border-top-right-radius: 0.5rem;
    	border-bottom-right-radius: 0.5rem;
	}
	.footer-head .head-info .phone-ex, .footer-head .head-info .email-ex {
		text-align: left;
		color: #B1BACB;
		font-size: 1.3rem;
	}
	.footer-head .head-info .phone-num, .footer-head .head-info .email-name {
		color: #798498;
		font-size: 1.3rem;
	}
 .footer-head .head-info .phone-ex a, .footer-head .head-info .email-ex a {
		position: absolute;
		display: inline-block;
		widows: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
	}
	 .footer-head .head-info figure {
		flex-shrink: 0;
	}
	 .footer-head .head-info .image {
		width: 1.7rem;
		height: 2rem;
		margin-right: 1rem;
	}
	.footer-head .head-info .image-em {
		width: 1.7rem;
		height: 1.6rem;
		margin-right: 1rem;
	}
	#colophon {
		padding-top: 3rem;
	}
	#lock-40 {
		display: block;
	}
	#colophon #block-40.widget-container {
		padding: 0;
		margin-bottom: 1rem;
	}
	figure.footer-logo {
		width: 12rem;
    	height: 3rem;
		margin: 0 auto !important;
	}
	figure.footer-logo  img {
		width: 100%;
	}
	/** */
	html {
	font-size: 100px;
}
body {
  padding: 0 .15rem;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

#header {
  position: fixed;
  top: 0;
  width: 100vw;
  padding: 0;
  background-color: #FFFFFF;
  z-index: 9999;
  margin-left: -0.13rem; }
  #header #menu {
    position: fixed;
    right: .15rem;
    top: .15rem;
    width: .18rem;
    height: .16rem; }
  #header .nav {
    background-color: transparent;
    display: flex;
    padding: 0 0.15rem;
    justify-content: space-between;
    align-items: center; }
    #header .nav img {
      width: 1rem; }
    #header .nav .header-right {
      display: flex;
      align-items: center;
      justify-content: space-around;
      width: 1.4rem; }
      #header .nav .header-right a {
        color: #FFFFFF;
        font-size: 0.15rem;
        padding: 0.05rem 0.15rem;
        background: rgba(255, 255, 255, 0.2);
        border-radius: .06rem; }
      #header .nav .header-right img {
        width: .18rem;
        height: .16rem; }
  #header .show-menu {
    padding: .3rem .15rem 0;
    z-index: 9999999;
    background-color: #FFFFFF;
    height: auto; }
    #header .show-menu .list {
      z-index: 9999; }
      #header .show-menu .list .menu-item {
        font-size: .14rem;
        font-weight: 400;
        color: #3E464C;
        padding: .15rem 0;
        padding-right: .15rem;
        border-bottom: .01rem #E0E4EA solid; }
        #header .show-menu .list .menu-item .item-every {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          #header .show-menu .list .menu-item .item-every a {
            color: #3E464C;
            cursor: pointer; }
          #header .show-menu .list .menu-item .item-every .menu-first {
            margin-right: .1rem; }
        #header .show-menu .list .menu-item .real_box {
          justify-content: flex-start; }
        #header .show-menu .list .menu-item img {
          width: .08rem;
          height: .06rem; }
      #header .show-menu .list .menu-item:nth-child(2) .item-every {
        justify-content: flex-start; }
        #header .show-menu .list .menu-item:nth-child(2) .item-every .img-ico1 {
          width: .08rem;
          height: .06rem; }
      #header .show-menu .list .menu-item:nth-child(2) .ul1 {
        margin-top: .1rem;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #header .show-menu .list .menu-item:nth-child(2) .ul1 .ul1-item {
          text-align: center; }
          #header .show-menu .list .menu-item:nth-child(2) .ul1 .ul1-item a {
            display: block;
            cursor: pointer; }
            #header .show-menu .list .menu-item:nth-child(2) .ul1 .ul1-item a .title {
              font-size: .14rem;
              font-weight: 400;
              color: #68747F; }
            #header .show-menu .list .menu-item:nth-child(2) .ul1 .ul1-item a img {
              width: .4rem;
              height: .4rem; }
      #header .show-menu .list .menu-item:nth-child(2) .hiddan-menu {
        display: none; }
  #header .hiddan-menu {
    display: none; }

.top {
  height: .4rem;
  text-align: right; }
  .top img {
    width: .18rem;
    height: .16rem; }

#logo {
  height: .5rem;
  padding: .93rem 0 .3rem;
  display: flex;
  justify-content: center; }
  #logo img {
    height: .5rem; }

#form-list {
  overflow-y: hidden; }
  #form-list .tcbg {
    font-size: .15rem;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 33333;
    background: rgba(0, 0, 0, 0.3);
    display: none; }
    #form-list .tcbg .tanchaung {
      width: 80%;
      position: fixed;
      top: 20%;
      left: 10%;
      z-index: 22;
      background: #fff;
      box-shadow: .05rem .08rem .2rem #024c53;
      padding-bottom: .4rem;
      border-radius: .06rem;
      padding-top: 0.5rem; }
    #form-list .tcbg .tanchaung p {
      width: 80%;
      margin: 0 auto;
      text-align: center;
      color: #585D65;
      line-height: 0.2rem;
      letter-spacing: 1px;
      font-size: 0.15rem; }
    #form-list .tcbg .tanchaung span {
      width: 1rem;
      height: .3rem;
      margin: 0 auto;
      margin-top: 10%;
      background: #20b573;
      border: 1px solid #20b573;
      color: #fff;
      line-height: .3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: .03rem; }
    #form-list .tcbg .tanchaung a {
      width: 1rem;
      height: .3rem;
      margin: 0 auto;
      margin-top: 10%;
      background: #20b573;
      border: 1px solid #20b573;
      color: #fff;
      line-height: .3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: .03rem; }
  #form-list .try-list .try-item {
    position: relative;
    margin-top: .15rem;
    height: .56rem;
    line-height: .56rem;
    box-sizing: border-box;
    padding: .17rem 0;
    border-bottom: .01rem #D5D9E2 solid; }
    #form-list .try-list .try-item .input-info {
      position: relative;
      height: .22rem;
      line-height: .22rem;
      display: flex; }
      #form-list .try-list .try-item .input-info input {
        width: 80%;
        font-size: .16rem;
        font-weight: 400;
        outline: none;
        border: none;
        background-color: transparent; }
    #form-list .try-list .try-item .zfyzm {
      position: absolute;
      right: .2rem;
      bottom: 0.25rem;
      width: 1rem;
      height: .32rem;
      cursor: pointer; }
    #form-list .try-list .try-item .getyzm {
      position: absolute;
      right: .1rem;
      padding: 0 0.05rem;
      top: 0.03rem;
      font-size: .14rem;
      cursor: pointer;
      color: #CCCCCC;
      border: none; }
    #form-list .try-list .try-item span {
      display: none;
      font-size: .13rem;
      color: red; }

#but {
  margin: .6rem 0 .6rem;
  text-align: center;
  display: flex; }
  #but span {
    text-align: center;
    background-color: #06CB94;
    color: #FFFFFF;
    font-size: .16rem;
    border-radius: .1rem;
    flex: 1;
    padding: .12rem 0; }

#isCodeTrue {
  position: relative;
  top: .5rem;
  display: none;
  font-size: .3rem;
  text-align: center;
  color: #828282;
  width: 100vw; }
  #isCodeTrue span {
    box-shadow: 0 0 0.15rem 0.02rem rgba(0, 0, 0, 0.1); }

.body-overflow {
  overflow: hidden; }

	#applyModule {
		width: 100%;
		height: 21rem;
		background: url(/skin/default/img/mantis/uploads/2025/06/apply_module_img-wap.png) no-repeat center;
  		background-size: 100% 100%;
	}
	#applyModule .wp-block-group {
		width: 100%;
		height: 21rem;
	}
	#applyModule .wp-block-group .title {
		font-size: 2.5rem;
		text-align: center;
		line-height: 3.6rem;
	}
	#applyModule .wp-block-group .freeTrial_btn {
		width: 15.0rem;
		height: 4.0rem;
		border-radius: 2.1rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1.8rem;
	}
	#applyModule .wp-block-group__inner-container {
		padding-left: 0;
	}
	#applyModule .wp-block-group .freeTrial_btn::before {
		border-radius: 2.1rem;
	}
	#applyModule .wp-block-group .freeTrial_btn a.wp-block-button__link {
		background: transparent;
		border-radius: 2.1rem;
		font-size: 1.6rem;
		text-align: center;
		line-height: 3.8rem;
	}
/*# sourceMappingURL=try-out.css.map */
	#branding {
		width: 13.1rem;
	}
}

/*--------------------------------------------------------------
	# PRINT STYLES
-------------------------------------------------------------- */
@media print {

	h1, h2, h3, h4, h5, h6, img, video, iframe, embed, .fluid-width-video-wrapper {
		page-break-before: avoid;
		page-break-after: avoid;
	    page-break-inside: avoid;
	}

	blockquote, table, pre {
		page-break-inside: avoid;
	}

	ul, ol, dl  {
		page-break-before: avoid;
	}

 	q {
		quotes: none;
	}

	q::before,
	q::after {
		content: "";
	}

	q::after {
		content: " (" attr(cite) ")";
	}

	blockquote {
		font-size: 12pt;
		font-style: italic;
	}

	img {
		border: 0;
	}

	.header-image,
	#header-overlay,
	.lp-staticslider::after,
	.seriousslider-theme::after,
	#site-title a::before,
	header #access,
	.socials,
	#header-widget-area,
	.sidey,
	#colophon,
	#nav-fixed,
	footer#footer,
	span.edit-link,
	#respond,
	#nav-below,
	.comment-navigation,
	#author-link,
	#breadcrumbs-container,
	a.continue-reading-link,
	.comment .reply,
	#cryout_ajax_more_trigger {
		display: none !important;
	}

	#main {
		float: none !important;
		width: 100% !important;
	}

	#container:not(.bravada-landing-page) .main {
		padding-top: 0;
		padding-bottom: 0;
		margin: 0 !important;
	}

	html,
	body {
/* 		font-size: 11pt; */
		line-height: 1.5;
		color: #333;
		background: #fff;
	}

	#masthead.cryout #branding {
		height: auto;
		display: flex;
    align-items: center;
	}

	#header-page-title {
		opacity: 1 !important;
		color: #111;
	}

	.animated-title .caption-title-word span.cry-single {
		color: #333 !important;
		opacity: 1 !important;
	}

	.animated-title .caption-title-word span.cry-double {
		display: none;
	}

	#masthead.cryout #site-text {
		-webkit-transform: none;
		transform: none;
	}

	#container #main {
		width: 100%;
		min-height: auto;
	}

	.cryout article.hentry .article-inner,
	.cryout .pad-container,
	.cryout #site-header-main-inside {
		padding: 0 !important;
	}

	.main article.hentry,
	.main .pad-container,
	.main .page-numbers:not(.dots) {
		border: 0 !important;
		box-shadow: none !important;
	}

	.main #content-masonry {
		height: auto !important;
		margin: 0;
	}

	#container:not(.bravada-landing-page) .main > :not(#content-masonry) {
		padding-left: 0;
		padding-right: 0;
	}

	.main #content-masonry article.hentry {
		position: static !important;
		float: none;
		clear: both;
		display: block;
		width: 100%;
		margin: 0;
		margin-bottom: 20pt;
		padding: 0;
	}

	.animated-article,
	#content img[loading="lazy"] {
		opacity: 1 !important;
		-webkit-transform: none !important;
		transform: none !important;
		-webkit-animation: none !important;
		 animation: none !important;
	}

	.cryout a {
		text-decoration: underline;
	}

	.cryout p a::after {
		content: " (" attr(href) ")";
		font-size: 80%;
		word-wrap: break-word;
	}

	.cryout .entry-title,
	.cryout #reply-title {
		font-size: 160%;
		color: #333;
	}

	.lp-text {
		background: #FFF;
		color: #000;
	}
	#branding {
		width: 13.1rem;
	}
}
a[title="全景统计"] {
    position: fixed;
	bottom: 0;
}
/**
 * 平板
 * */
@media (max-width:1200px) and (min-width:767px) {
	html,body {
		font-size: 20px !important;
	}
}
/* FIN! */

/* ===== page-all-product.css ===== */
html,body, h1, h2, h3, h4, h5, h6, p, pre, div {
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Microsoft YaHei",Tahoma,Arial;
}
.banner-box {
	position: relative;
}
.banner-box .group-banner {
	width: 1100px;
	position: relative;
	z-index: 1;
}
.init-hide {
	display: none;
}
.banner-box .banner-img, .banner-box .banner-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.banner-box .banner-img img {
	object-fit: cover;
}

.applyModuleHide {
	display: none;
}
.banner-box {
    height: 520px;
    background: #f8faff;
}
.warp-group {
	display: none;
}
.solution.banner-box p.banner-tips {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 32px;
	margin-bottom: 0;
}
.banner-content {
    height: 100%;
	align-items: center;
}
.banner-title-box .wp-block-group__inner-container{
	display: flex;
	align-items: center;
}
.banner-but {
	border: none;
}
.banner-content .wp-block-column:first-child {
	padding-top: 40px;
	position: relative;
}
h2.banner-title {
    font-size: 48px;
    font-weight: 500;
    text-align: left;
    color: #1f2329;
    line-height: 68px;
	margin-bottom: 17px;
}
p.banner-tips {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #51565d;
    line-height: 28px;
	width: 520px;
    margin-bottom: 40px;
}
h2.banner-title, p.banner-tips {
	color: #fff;
}
.wp-block-button .wp-block-button__link {
    width: 152px;
    height: 50px;
    background: #36cfa8;
    border-radius: 4px;
    padding: 0;
    font-size: 18px;
    line-height: 50px;
    box-shadow: none;
	outline: none;
	box-shadow: 0px 12px 30px -9px rgba(54,207,168,0.50); 
}
.wp-block-button .wp-block-button__link:after {
	outline: none;
}
.wp-block-group__inner-container {
    height: 100%;
}
.banner-box .group-banner .banner-left p.freeTrial_btn {
	height: 40px;
    padding: 0 40px;
    display: inline-block;
    line-height: 40px;
    background: #36cfa8;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: 31px;
    cursor: pointer;
}
.banner .banner-content {
    display: flex;
    align-items: center;
}
.product-title {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #1f2329;
    line-height: 56px;
    margin-bottom: 40px;
	position: relative;
  	z-index: 2;

}
.product-tips {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #000000;
	line-height: 22px;
	margin-bottom: 40px;
	position: relative;
  	z-index: 2;
}
.product-content-box {
	position: relative;
    padding: 55px 0;
}
figure.wp-block-image {
    margin: 0;
}
/* .product-list {
    height: 354px;
} */
.product-list .product-item-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
.advantage-list {
    height: 360px;
}
.product-list .product-item {
    height: 100%;
    width: 270px;
    max-width: 270px;
    background: #ffffff;
    border: 1px solid #eff0f1;
    border-radius: 12px;
    padding: 60px 30px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.product-list .product-item .wp-block-image {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}
.product-list .product-item  h5.item-name {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #1f2329;
    line-height: 28px;
}
.product-list .product-item .item-tips {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #51565d;
    line-height: 24px;
}

.product-introduce {
    align-items: center;
    padding: 60px 0;
    border-bottom: 1px solid #EFF0F1;
}
.product-introduce h1.name {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    color: #1f2329;
    line-height: 44px;
    margin-bottom: 24px;
}
.product-introduce .no-bottom {
    margin-bottom: 0 !important;
}
.product-introduce p.tips {
    font-size: 16px;
    color: #51565d;
    line-height: 36px;
    margin-bottom: 16px;
}
.product-introduce .button .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #36cfa8;
    line-height: 26px;
}
.product-introduce .button p {
    margin-right: 9px;
}
.product-introduce .button {
    cursor: pointer;
	padding: 0;
	display: none;
}
.product-introduce .button:hover img {
    cursor: pointer;
    transform: translateX(5px);
}
.product-introduce .button .wp-block-image img{
    width: 14px;
    vertical-align: middle;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.product-introduce .product-main-img img {
    max-width: 640px;
}
.product-main-tips {
    max-width: 520px;
}
.product-introduce-tips-list {
	
}
.product-introduce-tips-list .product-introduce-tips-item {
	margin-bottom: 16px;
	position: relative;
	padding: 4px 7px;
}
.controlled-list .product-introduce-tips-item {
	cursor: pointer;
}

.product-introduce-tips-list .product-introduce-tips-item .product-item-box{
	display: block;
}
.product-introduce-tips-list .product-introduce-tips-item .name {
	font-size: 16px;
	font-weight: 500;
	color: #1F2329;
	line-height: 22px;
	margin-bottom: 4px;
}
.product-introduce-tips-list .product-introduce-tips-item .tips {
	font-size: 14px;
	color: #51565d;
	line-height: 22px;
	margin-bottom: 0;
}
.controlled-list .active {
	background: linear-gradient(270deg,rgba(54,207,168,0), rgba(54,207,168,0.08));
}
.controlled-list .active:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
    width: 2px;
    height: 100%;
	width: 2px;
	margin: auto;
	background: #36CFA8;
}

.product-introduce-tips-list li {
	list-style: none;
	font-size: 16px;
	color: #51565d;
	line-height: 36px;
}
.content-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.content-flex li {
	list-style: none;
}

figure.product-main-img {
    margin: 0 auto;
    margin-bottom: 38px;
}
.product-data-list .product-data-item-box {
    display: flex;
    justify-content: center;
	align-items: center;
}
.swiper-pagination ..swiper-pagination-bullet {
	background: #E2E4ED;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #36CFA8;
}

/** 视频框*/
.mask_video_box {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.3); }
.mask_video_box .video_box {
    position: fixed;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    height: 450px;
    background: #fff; }
.mask_video_box .video_box .close_icon {
    position: absolute;
    right: -28px;
    padding: 8px;
    background: white;
    border-radius: 4px;
    width: 30px;
    cursor: pointer; }
.mask_video_box1 {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%; }
.mask_video_box1 .video_box1 {
    position: fixed;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    height: 450px;
    background: #fff;
    border-radius: 4px;
    padding: 30px 4px 4px 4px; }
.mask_video_box1 .video_box1 .close_icon1 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    background: white;
    border-radius: 4px;
    width: 30px;
    cursor: pointer; 
}

/*  版本说明start */
#content ul.appoint-cat-list {
	display: flex;
	align-items: center;
	height: 46px;
	background: #FFFFFF;
	border-bottom: 1px solid #EBEEF5;
}
.appoint-cat-item {
	height: 100%;
	color: #303133;
	line-height: 46px;
	font-size: 14px;
	position: relative;
	width: 102px;
	text-align: center;
}
.appoint-cat-item.active {
	border-bottom: 2px solid #2BC58F;
	color: #2BC58F;
}
.appoint-cat-item a {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.box {
	margin-right: 32px;
	margin-top: 1em;
	border-right: 1px solid #EBEEF5;
}

.date-item ul {
    display: none;
}
.date-item .date-year, .date-item li {
	position: relative;
	height: 40px;
	width: 240px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
	position: relative;
}
.date-item li.active {
	background: rgba(10, 191, 137, 0.08);
	color: #0ABF89;
}
.date-item li.active a {
	color: #0ABF89;
}
.date-item li.active:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 4px;
	height: 40px;
	display: inline-block;
	background: #1BC68E;
}
.date-item .date-year {
	cursor: pointer;
}
.date-item li {
	justify-content: flex-start;
	padding-left: 48px;
}
.date-item li .post-title {
	display: flex;
	align-items: center;
}
.date-item li .month {
	margin-right: 4px;
}
.date-item li a {
	font-size: 14px;
	color: #303133;
	line-height: 20px;
	    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.date-item li:hover a, .date-item li:hover span { 
	color: #0ABF89;
}
.date-item .date-year .year-icon {
	width: 8px;
}
.new-icon {
	width: 18px;
	animation: motion 1s infinite;
	position: absolute;
	left: 27px;
}

@keyframes motion {
	50% {
		transform: translateY(-2px);
	},
	100% {
		transform: translateY(2px);
	},
}
/* 版本说明end */

/* 产品子菜单改造 */
#top-nav li:nth-child(3) .sub-menu {
    	width: 1180px;
	  margin: 0 auto;
	  padding: 42px 0;
	  background: #FFF;
	  position: fixed;
	  overflow: hidden;
	  left: 0;
	  justify-content: center;
	  max-width: 1920px;
	  margin-left: 0;
	  margin-right: 0;
	  right: 0;
	  height: 499px;
	  background: #282829;
	  border-radius: 2px;
	  display: flex;
}
#top-nav li:nth-child(3) .sub-menu .solution_menu .solution_title {
    font-weight: 500;
    display: flex;
    align-items: center;
   font-size: 22px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 40px;
}
#top-nav li:nth-child(3) .sub-menu {
	flex-direction: row-reverse;
}
#top-nav li:nth-child(3) .sub-menu, #top-nav li:nth-child(3) .sub-menu .solution_menu .classification_title {
	display: flex;
	align-items: flex-start;
}

#top-nav li:nth-child(3) .sub-menu .solution_menu .solution_title img {
   width: 26px;
  height: 26px;
  margin-right: 30px;
}
#top-nav li:nth-child(3) .sub-menu .solution_menu .solution_title span {
	color: #00EBD6;
}
#top-nav li:nth-child(3) .sub-menu .solution_menu.currency_menu {
	height: 100%;
  	width: calc(1180px - 128px);
}
#top-nav li:nth-child(3) .sub-menu .solution_menu.rightEle {
	height: 100%;
  	width: 182px;
    height: 171px;
	padding-top: 33px;
    background: url(/skin/default/img/mantis/uploads/2025/06/limitedTime.png) center no-repeat;
	background-size: 100% 100%;
    border-radius: 2px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#top-nav li:nth-child(3) .sub-menu .solution_menu.rightEle .title{
	font-size: 24px;
	font-weight: Bold;
	color: #ffffff;
	line-height: 29px;
	margin-bottom: 5px;
}
#top-nav li:nth-child(3) .sub-menu .solution_menu.rightEle .has-more {
	font-weight: Light;
	color: #ffffff;
	line-height: 18px;
	font-size: 13px;
}
#top-nav li:nth-child(3) .sub-menu .solution_list li .icon {
	position: absolute;
    width: 41px;
	height: 41px;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
}

#top-nav li:nth-child(3) .sub-menu .solution_list li a {
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
	background: transparent;
	position: relative;
	cursor:pointer;
}
#top-nav li:nth-child(3) .sub-menu .solution_list li:hover a span:first-child{
	color: #00EBD6;
}
#top-nav li:nth-child(3) .sub-menu .solution_list li a:hover span{
	background: transparent;
}
#top-nav li:nth-child(3) .sub-menu .solution_list li span:first-child {
	padding: 0 60px 0 30px;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 10px;
}
#top-nav li:nth-child(3) .sub-menu .solution_list li a span.tips {
	margin-bottom: 0;
  margin-top: -6px;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: Light;
  color: #ffffff;
  line-height: 18px;
  padding-left: 30px;
	font-weight: lighter;
}
#top-nav li:nth-child(3) .sub-menu .solution_list {
   	height: 60%;
    left: 66px;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	display: flex;
	align-items: center;
}
#top-nav li:nth-child(3) .sub-menu li {
    width: 33%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 10px;
    padding: 10px 10px 10px 0;
}
#top-nav li:nth-child(3) .sub-menu li:nth-child(odd) {
    padding-left: 0;
}
#top-nav li:nth-child(3) .sub-menu li a {
    padding-left: 30px;
}
#top-nav li:nth-child(3) .sub-menu li span {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 12px;
}
#top-nav li:nth-child(3) .sub-menu li span.tips {
    font-size: 12px;
    color: #3D3E4A;
	margin-bottom: 0;
	padding-left: 21px;
}
#top-nav li:nth-child(3) .sub-menu li span:after {
    content: none;
}
#top-nav li:nth-child(3) .sub-menu li .img-box {
    width: 41px;
  	height: 41px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 8px;
    position: absolute;
    justify-content: center;
    top: 25%;
    min-height: 38px;
}
#top-nav li:nth-child(3) .sub-menu li .icon {
    width: 22px;
}

#top-nav li:nth-child(2) .sub-menu, #top-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title {
	display: flex;
	align-items: flex-start;
}

#top-nav li:nth-child(2) .sub-menu .productMenu_item.education_menu {
	padding-left: 25px;
}
#top-nav li:nth-child(2) .sub-menu, #top-nav li:nth-child(2) .sub-menu {
	flex-direction: row-reverse;
}
#access ul ul {
	max-width: 100%;
}
#top-nav li:nth-child(2) .sub-menu {
	  width: 1180px;
	  margin: 0 auto;
	  padding: 42px 0;
	  background: #FFF;
	  position: fixed;
	  overflow: hidden;
	  left: 0;
	  justify-content: center;
	  max-width: 1920px;
	  margin-left: 0;
	  margin-right: 0;
	  right: 0;
	  height: 350px;
	  background: #282829;
	  border-radius: 2px;
	  display: flex;
}
#top-nav li:nth-child(2) .sub-menu .list {
	height: 60%;
    left: 66px;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	display: flex;
	align-items: center;
}
#top-nav li:nth-child(2) .sub-menu .list li {
	width: 33%;
	min-width: 33%;
	padding-left: 28px;
	margin-bottom: 10px;
}
#top-nav li:nth-child(2) .sub-menu .list li:hover a span:first-child {
	color: #00EBD6;
}
#top-nav li:nth-child(2) .sub-menu .list li a{
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
	background:transparent;
	position: relative;
	cursor: pointer;
}
#top-nav li:nth-child(2) .sub-menu .list li a:hover span{
	background: transparent;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item {
	height: 100%;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item.currency_menu {
	height: 100%;
  	width: calc(1180px - 128px);
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item.rightEle {
	height: 100%;
  	width: 182px;
    height: 171px;
	padding-top: 33px;
    background: url(/skin/default/img/mantis/uploads/2025/06/limitedTime.png) center no-repeat;
	background-size: 100% 100%;
    border-radius: 2px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item.rightEle .title{
	font-size: 24px;
	font-weight: Bold;
	color: #ffffff;
	line-height: 29px;
	margin-bottom: 5px;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item.rightEle .has-more {
	font-weight: Light;
	color: #ffffff;
	line-height: 18px;
	font-size: 13px;
}
#top-nav li:nth-child(2) .sub-menu .list li .icon {
	position: absolute;
    width: 41px;
	height: 41px;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
}
#top-nav li:nth-child(2) .sub-menu .list li a .hot {
	width: 23px;
	height: 11px;
	position: absolute;
	top: 6px;
}
#top-nav li:nth-child(2) .sub-menu .list li:first-child a .hot {
	left: 32%;
}
#top-nav li:nth-child(2) .sub-menu .list li:nth-child(4) a .hot {
	left: 43%;
}
#top-nav li:nth-child(2) .sub-menu .list li:nth-child(6) a .hot {
	left: 37%;
}
#top-nav li:nth-child(2) .sub-menu .list li span:first-child {
	padding: 0 60px 0 30px;
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
	margin-bottom: 10px
}
#top-nav li:nth-child(2) .sub-menu .list li span:after {
	content: none;
}
#top-nav li:nth-child(2) .sub-menu .list li a span.tips {
	margin-bottom: 0;
	margin-top: -6px;
	padding-bottom: 0;
	font-size: 13px;
	font-weight: Light;
	color: #ffffff;
	line-height: 18px;
	padding-left: 30px;
	font-weight: lighter;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title {
font-size: 22px;
color: #fff;
line-height: 30px;
	margin-bottom: 40px;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title span {
	color: #00EBD6;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title img {
	width: 26px;
	height: 26px;
	margin-right: 30px;
}
/* 产品子菜单改造end */
._margin-bottom {
	margin-bottom: 10px
}
._position-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#drogue {
  position: fixed;
  top: 30%;
  right: 40px;
  z-index: 999; }
 #drogue .drogue-list {
    position: relative;
    width: 70px;
    height: 310px;
    background: linear-gradient(318deg, #4773fd 2%, #04f3e9 98%);
    border-radius: 35px; }
  #drogue .drogue-item.img {
    cursor: pointer;
    width: 68px;
    height: 68px;
    padding: 0;
    top: -10px;
    margin: 0 auto; }
    #drogue .drogue-item.img img {
      width: 100%; }
  #drogue .drogue-item {
    cursor: pointer;
    display: flex;
    padding: 10px 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 20px;
    flex-direction: column; }
    #drogue .drogue-item .icon {
      width: 25px;
      height: 25px; }
    #drogue .drogue-item .drogueTel, #drogue .drogue-item .wechat-box {
      position: absolute;
      right: 103px;
      top: 10px;
      background: #fff;
      box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.2);
      width: 180px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #06CB94;
      border-radius: 5px;
      transition: all .3s ease-in-out;
      opacity: 0;
      z-index: 0; }
    #drogue .drogue-item .wechat-box {
      top: -40px;
      z-index: 99;
      right: 80px;
      width: 150px;
      height: auto;
      display: flex;
      flex-direction: column;
      font-size: 12px;
      justify-content: center;
      color: #000;
      padding: 10px;
      border-radius: 4px;
      box-shadow: 0px 2px 21px 0px #e5e5e5;
      background: #fff; }
      #drogue .drogue-item .wechat-box img {
        width: 100%; }
      #drogue .drogue-item .wechat-box span {
        display: inline-block;
        padding-top: 5px; }
  #drogue .wechat {
    position: relative;
    padding-top: 20px; }
    #drogue .wechat:hover .wechat-box {
      z-index: 99;
      opacity: 1; }
  #drogue .phone {
    padding-top: 0;
    position: relative; }
    #drogue .phone:hover .drogueTel {
      opacity: 99;
      right: 80px;
      z-index: 1; }
  #drogue .drogue-item.phone:before, #drogue .drogue-item.chat:before {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3); }
  #drogue .drogue-item.chat {
    padding-bottom: 10px; }
  #drogue .drogue-item.wechat {
    padding-top: 10px; }
  #drogue .drogue-item.back {
    color: #fff;
    font-size: 14px; }

.wp-block-buttons.group-buttons.pc-group{
	margin: 40px auto 20px auto;
	justify-content:  center;
	display: flex;
	position: relative;
}
.group-buttons.pc-group .wp-block-button{
	width: 210px;
	height: 60px;
	line-height: 60px;
	border-radius: 31px;
}
.group-buttons.pc-group .freeTrial_btn, .group-buttons.pc-group .botton-first{
	background: #00EBD6;
	font-size: 16px;
	text-align: center;
	color: #0e0e0e;
	margin-right: 16px;
}
.group-buttons.pc-group .freeTrial_btn a, .group-buttons.pc-group .botton-first a {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	line-height: 60px;
	font-size: 16px;
	color: #0e0e0e;
}
.group-buttons.pc-group .consulting-click{
	background: linear-gradient(270deg, #82a0ff, #2de7e9);
	display: flex;
	justify-content: center;
	align-items: center;
}
.group-buttons.pc-group .consulting-click a{
	display: block;
	height: 58px;
	width: 208px;
	line-height: 60px;
	background: #0c1524;
	border-radius: 31px;
	font-size: 16px;
}

.page-left-box {
	position: fixed;
	display: flex;
	left: 0;
	bottom: 50px;
	height: 360px;
	z-index: 99999;
}
.page-left-box .left {
	width: 90px;
	height: 90px;
	margin-right: 10px;
	cursor: pointer;
	animation: zoomInOut .4s infinite alternate;
  transition: transform 0.5s ease;
}
.page-left-box .left img {
	width: 100%;
}
.page-left-box .right {
	position: relative;
	display: none;
}
.page-left-box .right .icon1 {
	width: 220px;
}
.page-left-box .right .icon2{
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: auto;
	width: 160px;
	animation: zoomInOut .4s infinite alternate;
	transition: transform 0.5s ease;
}
.page-left-box .right .cha {
	position: absolute;
	top: 40px;
	right: 15px;
	width: 10px;
	cursor: pointer;
}
@keyframes zoomInOut {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}




/*phone<768  小屏，字体黑色，背景蓝色*/
@media screen and (max-width: 1200px) {
    html,body {
        font-size: 10px;
        width: 100vw;
/*         overflow-x: hidden; */
    }
	.product-tips {
		font-size: 1.4rem;
	}
	.wp-block-button .wp-block-button__link {
		width: 15rem;
		height: 4rem;
		border-radius: .4rem;
		padding: 0;
		font-size: 1.5rem;
		line-height: 4rem;
		box-shadow: none;
	}
	.product-list .product-item .wp-block-image {
		  width: 8rem;
		height: 8rem;
		margin: 0 auto 1.2rem;
		flex-shrink: 0;
	}
	.product-list .product-item.odd-item .wp-block-image {
		margin-right: 1rem;
		margin-left: 0;
	}
	.banner-content .wp-block-column:first-child {
		padding-top: 8rem;
	}
	.edu-banner-box .group-banner .banner-left p.freeTrial_btn {
		text-align: center;
		color: #fff;
		width: 15rem;
		height: 4rem;
		line-height: 4rem;
		background: #36cfa8;
		border-radius: .4rem;
		margin: 2.9rem auto 0;
		display: block;
		font-size: 1.5rem;
		position: relative;
	}
    .banner-box {
        height: 52rem;
    }
    h2.banner-title {
        font-size: 3rem;
        line-height: 4.2rem;
		margin-bottom: .5rem;
    }
    p.banner-tips {
        font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 2rem;
		padding: 0 1.6rem;
		width: 100%;
    }
    h2.banner-title, p.banner-tips {
        text-align: center;
    }
	.wp-block-button.banner-but {
		margin: 0 auto;
	}
	.wp-block-buttons.is-content-justification-right>.wp-block-button.wp-block-button, .wp-block-buttons>.wp-block-button.wp-block-button {
		margin-right: auto;
		margin-left: auto;
	}
	.product-introduce .product-main-img img {
		max-width: 100%;
	}
	.product-introduce {
		flex-direction: column;
	}
	.product-introduce:nth-child(even) {
		flex-direction: column-reverse;
	}
	
	/** 主产品 */
	.product-introduce h1.name, .product-title {
		font-size: 2.4rem;
		line-height: 3.3rem;
		text-align: center;
		margin-bottom: 1rem;
	}
	.product-title {
		font-size: 2.2rem;
	}
	.product-introduce h1.no-bottom {
		margin-bottom: 0;
	}
	.product-introduce p.tips { 
	    font-size: 1.4rem;
		line-height: 2rem;
		padding: 0 1.5rem;
		text-align: center;
	}
	.product-introduce { 
		padding: 3rem 2rem;
		min-height: 48.8rem;
		justify-content: space-around;
	}
	.product-introduce .button {
		display: none;
	}
	/** more */
	.product-content-box {
		padding: 3rem 1.5rem;
	}
	.product-list {
		height: auto !important;
	}
	.product-list .product-item {
		width: 34.5rem;
    	max-width: 34.5rem;
		border: .1rem solid #eff0f1;
		border-radius: 1.2rem;
		padding: 2rem 1rem;
	}
	.product-list .product-item.odd-item .wp-block-group__inner-container {
		display: flex;
	}
	.product-list .product-item.odd-item .right .wp-block-group__inner-container {
		display: block;
	}
	.product-list .product-item h5.item-name {
		margin-bottom: .6rem;
		font-size: 1.6rem;
		line-height: 2.8rem;
		font-weight: 500;
	}
	.product-list .product-item.odd-item h5.item-name, .product-list .product-item.odd-item .item-tips {
		text-align: justify;
		width: 24rem;
	}
	.product-list .product-item .item-tips {
		font-size: 1.4rem;
		line-height: 2.4rem;
		width: 13.2rem;
	}
	.product-introduce-tips-list {
		margin-bottom: 2rem;
		 max-width: 31rem;
    	text-align: justify;
	}
	.product-introduce-tips-list li {
		font-size: 1.4rem;
		line-height: 2.5rem;
		text-align: center;
		display: inline;
	}
	.product-introduce-tips-list .product-introduce-tips-item {
		margin-bottom: 0;
		padding: 0;
	}
	.product-introduce-tips-list .product-introduce-tips-item .tips {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 1rem;
		text-align: left;
		padding: 0;
	}
	.controlled-list .active {
		background: transparent;
	}
	.controlled-list .active:before {
		content: none;
	}
	.ai-advantage-list .ai-advantage-item:first-child .wp-block-image img {
		width: 7rem;
		height: auto;
	}
	.product-main-tips {
		max-width: 95%;
		text-align: center;
	}
	.banner-box .group-banner {
		width: auto;
	}
	.pc-group {
		display: none;
	}
	.warp-group {
		display: block;
	}
	.mask_video_box1 .video_box1, .mask_video_box .video_box {
		width: 100%;
		height: 30rem;
	}
	.mask_video_box1 .video_box1, .mask_video_box .video_box .close_icon {
		right: 0;
	}
	/* 产品子菜单改造 */
#mobile-nav li:nth-child(2) .sub-menu, #mobile-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title {
	display: flex;
	align-items: flex-start;
}

#mobile-nav li:nth-child(2) .sub-menu .productMenu_item {
	flex: 1;
	padding: 0 1.5rem;
}
#mobile-nav li:nth-child(2) .sub-menu .productMenu_item.education_menu {
	padding-left: 0;
}
#mobile-nav li:nth-child(2) .sub-menu, #mobile-nav li:nth-child(2) .sub-menu {
	flex-direction: row-reverse;
}
.currency_menu .list {
	width: auto;
	padding-right: 0;
	border-right: 1px solid #EFF0F1;
}
#mobile-nav li:nth-child(2) .sub-menu {
	padding: 0;
	background: #FFF;
	display: none;
}
#mobile-nav li:nth-child(2) .sub-menu .list {
	    height: 100%;
    left: 0;
	display: block;
	flex-wrap: nowrap;
}
#mobile-nav li:nth-child(2) .sub-menu .list li {
	width: 100%;
	min-width: 100%;
	padding-left: 0;
	margin-bottom: 0;
	height: 4rem;
	line-height: 4rem;
}
#mobile-nav li:nth-child(2) .sub-menu .productMenu_item li:nth-child(odd) {
    margin-right: 0;
}

#mobile-nav li:nth-child(2) .sub-menu .list li a {
	text-align: left;
	padding-left: 2rem;
	width: 90% !important;
}
#mobile-nav li:nth-child(2) .sub-menu .list li img {
	position: absolute;
    width: 1.8rem;
    top: 0;
    bottom: 0;
    left: .2rem;
    margin: auto;
}
#mobile-nav li:nth-child(2) .sub-menu .list li span:after {
	content: none;
}
#mobile-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title {
	font-size: 1.6rem;
	font-weight: 500;
	color: #282828;
	line-height: 2.2rem;
	margin-bottom: 2rem;
}
#mobile-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title img {
	width: 2.2rem;
	height: 2.2rem;
	margin-right: 0.6rem;
}
#mobile-nav li:nth-child(3) .sub-menu li:first-child {
	background: url(/skin/default/img/mantis/uploads/2025/06/jy_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(2) {
	background: url(/skin/default/img/mantis/uploads/2025/06/zs_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(3) {
	background: url(/skin/default/img/mantis/uploads/2025/06/ly_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(4) {
	background: url(/skin/default/img/mantis/uploads/2025/06/ct_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(5) {
	background: url(/skin/default/img/mantis/uploads/2025/06/ds_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(6) {
	background: url(/skin/default/img/mantis/uploads/2025/06/hs_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(7) {
	background: url(/skin/default/img/mantis/uploads/2025/06/yl_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(8) {
	background: url(/skin/default/img/mantis/uploads/2025/06/ls_nav_icon.png) no-repeat left;
	background-size: 2rem auto;
}

	#mobile-nav li:nth-child(3) .sub-menu li:nth-child(9) {
	background: url(/skin/default/img/mantis/uploads/2025/06/qc_nav_icon.png) no-repeat left;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(10) {
	background: url(/skin/default/img/mantis/uploads/2025/06/jz_nav_icon.png) no-repeat left;
	background-size: 2rem auto;
	height: 100%;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(11) {
	background: url(/skin/default/img/mantis/uploads/2025/06/cs_nav_icon.png) no-repeat left;
	background-size: 2rem auto;
	height: 100%;
}
	#mobile-nav li:nth-child(3) .sub-menu li:nth-child(12) {
	background: url(/skin/default/img/mantis/uploads/2025/06/jr_nav_icon.png) no-repeat left;
	background-size: 2rem auto;
	height: 100%;
}
/* 产品子菜单改造end */
}
h2.banner-title.solution-banner-title {
	margin-bottom: 0;
}
@media (max-width:1200px) and (min-width:768px) {
	html,body {
		font-size: 20px !important;
	}
	.banner-content .wp-block-column:first-child {
		padding-top: 200px;
	}
	.wp-block-column {
		flex-basis: 100%!important;
	}
	.banner-content {
		flex-direction: column;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
}











html,body, h1, h2, h3, h4, h5, h6, p, pre, div {
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Microsoft YaHei",Tahoma,Arial;
}
.banner-box {
	position: relative;
}
.banner-box .group-banner {
	width: 1100px;
	position: relative;
	z-index: 1;
}
.init-hide {
	display: none;
}
.banner-box .banner-img, .banner-box .banner-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.banner-box .banner-img img {
	object-fit: cover;
}

.applyModuleHide {
	display: none;
}
.banner-box {
    height: 520px;
    background: #f8faff;
}
.warp-group {
	display: none;
}
.solution.banner-box p.banner-tips {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 32px;
	margin-bottom: 0;
}
.banner-content {
    height: 100%;
	align-items: center;
}
.banner-title-box .wp-block-group__inner-container{
	display: flex;
	align-items: center;
}
.banner-but {
	border: none;
}
.banner-content .wp-block-column:first-child {
	padding-top: 40px;
	position: relative;
}
h2.banner-title {
    font-size: 48px;
    font-weight: 500;
    text-align: left;
    color: #1f2329;
    line-height: 68px;
	margin-bottom: 17px;
}
p.banner-tips {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #51565d;
    line-height: 28px;
	width: 520px;
    margin-bottom: 40px;
}
h2.banner-title, p.banner-tips {
	color: #fff;
}
.wp-block-button .wp-block-button__link {
    width: 152px;
    height: 50px;
    background: #36cfa8;
    border-radius: 4px;
    padding: 0;
    font-size: 18px;
    line-height: 50px;
    box-shadow: none;
	outline: none;
	box-shadow: 0px 12px 30px -9px rgba(54,207,168,0.50); 
}
.wp-block-button .wp-block-button__link:after {
	outline: none;
}
.wp-block-group__inner-container {
    height: 100%;
}
.banner-box .group-banner .banner-left p.freeTrial_btn {
	height: 40px;
    padding: 0 40px;
    display: inline-block;
    line-height: 40px;
    background: #36cfa8;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-top: 31px;
    cursor: pointer;
}
.banner .banner-content {
    display: flex;
    align-items: center;
}
.product-title {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #1f2329;
    line-height: 56px;
    margin-bottom: 40px;
	position: relative;
  	z-index: 2;

}
.product-tips {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #000000;
	line-height: 22px;
	margin-bottom: 40px;
	position: relative;
  	z-index: 2;
}
.product-content-box {
	position: relative;
    padding: 55px 0;
}
figure.wp-block-image {
    margin: 0;
}
/* .product-list {
    height: 354px;
} */
.product-list .product-item-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
.advantage-list {
    height: 360px;
}
.product-list .product-item {
    height: 100%;
    width: 270px;
    max-width: 270px;
    background: #ffffff;
    border: 1px solid #eff0f1;
    border-radius: 12px;
    padding: 60px 30px 0;
    box-sizing: border-box;
    cursor: pointer;
}

.product-list .product-item .wp-block-image {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}
.product-list .product-item  h5.item-name {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #1f2329;
    line-height: 28px;
}
.product-list .product-item .item-tips {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #51565d;
    line-height: 24px;
}

.product-introduce {
    align-items: center;
    padding: 60px 0;
    border-bottom: 1px solid #EFF0F1;
}
.product-introduce h1.name {
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    color: #1f2329;
    line-height: 44px;
    margin-bottom: 24px;
}
.product-introduce .no-bottom {
    margin-bottom: 0 !important;
}
.product-introduce p.tips {
    font-size: 16px;
    color: #51565d;
    line-height: 36px;
    margin-bottom: 16px;
}
.product-introduce .button .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #36cfa8;
    line-height: 26px;
}
.product-introduce .button p {
    margin-right: 9px;
}
.product-introduce .button {
    cursor: pointer;
	padding: 0;
	display: none;
}
.product-introduce .button:hover img {
    cursor: pointer;
    transform: translateX(5px);
}
.product-introduce .button .wp-block-image img{
    width: 14px;
    vertical-align: middle;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.product-introduce .product-main-img img {
    max-width: 640px;
}
.product-main-tips {
    max-width: 520px;
}
.product-introduce-tips-list {
	
}
.product-introduce-tips-list .product-introduce-tips-item {
	margin-bottom: 16px;
	position: relative;
	padding: 4px 7px;
}
.controlled-list .product-introduce-tips-item {
	cursor: pointer;
}

.product-introduce-tips-list .product-introduce-tips-item .product-item-box{
	display: block;
}
.product-introduce-tips-list .product-introduce-tips-item .name {
	font-size: 16px;
	font-weight: 500;
	color: #1F2329;
	line-height: 22px;
	margin-bottom: 4px;
}
.product-introduce-tips-list .product-introduce-tips-item .tips {
	font-size: 14px;
	color: #51565d;
	line-height: 22px;
	margin-bottom: 0;
}
.controlled-list .active {
	background: linear-gradient(270deg,rgba(54,207,168,0), rgba(54,207,168,0.08));
}
.controlled-list .active:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
    width: 2px;
    height: 100%;
	width: 2px;
	margin: auto;
	background: #36CFA8;
}

.product-introduce-tips-list li {
	list-style: none;
	font-size: 16px;
	color: #51565d;
	line-height: 36px;
}
.content-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.content-flex li {
	list-style: none;
}

figure.product-main-img {
    margin: 0 auto;
    margin-bottom: 38px;
}
.product-data-list .product-data-item-box {
    display: flex;
    justify-content: center;
	align-items: center;
}
.swiper-pagination ..swiper-pagination-bullet {
	background: #E2E4ED;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #36CFA8;
}

/** 视频框*/
.mask_video_box {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.3); }
.mask_video_box .video_box {
    position: fixed;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    height: 450px;
    background: #fff; }
.mask_video_box .video_box .close_icon {
    position: absolute;
    right: -28px;
    padding: 8px;
    background: white;
    border-radius: 4px;
    width: 30px;
    cursor: pointer; }
.mask_video_box1 {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%; }
.mask_video_box1 .video_box1 {
    position: fixed;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
    height: 450px;
    background: #fff;
    border-radius: 4px;
    padding: 30px 4px 4px 4px; }
.mask_video_box1 .video_box1 .close_icon1 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    background: white;
    border-radius: 4px;
    width: 30px;
    cursor: pointer; 
}

/*  版本说明start */
#content ul.appoint-cat-list {
	display: flex;
	align-items: center;
	height: 46px;
	background: #FFFFFF;
	border-bottom: 1px solid #EBEEF5;
}
.appoint-cat-item {
	height: 100%;
	color: #303133;
	line-height: 46px;
	font-size: 14px;
	position: relative;
	width: 102px;
	text-align: center;
}
.appoint-cat-item.active {
	border-bottom: 2px solid #2BC58F;
	color: #2BC58F;
}
.appoint-cat-item a {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.box {
	margin-right: 32px;
	margin-top: 1em;
	border-right: 1px solid #EBEEF5;
}

.date-item ul {
    display: none;
}
.date-item .date-year, .date-item li {
	position: relative;
	height: 40px;
	width: 240px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
	position: relative;
}
.date-item li.active {
	background: rgba(10, 191, 137, 0.08);
	color: #0ABF89;
}
.date-item li.active a {
	color: #0ABF89;
}
.date-item li.active:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 4px;
	height: 40px;
	display: inline-block;
	background: #1BC68E;
}
.date-item .date-year {
	cursor: pointer;
}
.date-item li {
	justify-content: flex-start;
	padding-left: 48px;
}
.date-item li .post-title {
	display: flex;
	align-items: center;
}
.date-item li .month {
	margin-right: 4px;
}
.date-item li a {
	font-size: 14px;
	color: #303133;
	line-height: 20px;
	    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.date-item li:hover a, .date-item li:hover span { 
	color: #0ABF89;
}
.date-item .date-year .year-icon {
	width: 8px;
}
.new-icon {
	width: 18px;
	animation: motion 1s infinite;
	position: absolute;
	left: 27px;
}

@keyframes motion {
	50% {
		transform: translateY(-2px);
	},
	100% {
		transform: translateY(2px);
	},
}
/* 版本说明end */

/* 产品子菜单改造 */
#top-nav li:nth-child(3) .sub-menu {
    	width: 1180px;
	  margin: 0 auto;
	  padding: 42px 0;
	  background: #FFF;
	  position: fixed;
	  overflow: hidden;
	  left: 0;
	  justify-content: center;
	  max-width: 1920px;
	  margin-left: 0;
	  margin-right: 0;
	  right: 0;
	  height: 499px;
	  background: #282829;
	  border-radius: 2px;
	  display: flex;
}
#top-nav li:nth-child(3) .sub-menu .solution_menu .solution_title {
    font-weight: 500;
    display: flex;
    align-items: center;
   font-size: 22px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 40px;
}
#top-nav li:nth-child(3) .sub-menu {
	flex-direction: row-reverse;
}
#top-nav li:nth-child(3) .sub-menu, #top-nav li:nth-child(3) .sub-menu .solution_menu .classification_title {
	display: flex;
	align-items: flex-start;
}

#top-nav li:nth-child(3) .sub-menu .solution_menu .solution_title img {
   width: 26px;
  height: 26px;
  margin-right: 30px;
}
#top-nav li:nth-child(3) .sub-menu .solution_menu .solution_title span {
	color: #00EBD6;
}
#top-nav li:nth-child(3) .sub-menu .solution_menu.currency_menu {
	height: 100%;
  	width: calc(1180px - 128px);
}
#top-nav li:nth-child(3) .sub-menu .solution_menu.rightEle {
	height: 100%;
  	width: 182px;
    height: 171px;
	padding-top: 33px;
    background: url(/skin/default/img/mantis/uploads/2025/06/limitedTime.png) center no-repeat;
	background-size: 100% 100%;
    border-radius: 2px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#top-nav li:nth-child(3) .sub-menu .solution_menu.rightEle .title{
	font-size: 24px;
	font-weight: Bold;
	color: #ffffff;
	line-height: 29px;
	margin-bottom: 5px;
}
#top-nav li:nth-child(3) .sub-menu .solution_menu.rightEle .has-more {
	font-weight: Light;
	color: #ffffff;
	line-height: 18px;
	font-size: 13px;
}
#top-nav li:nth-child(3) .sub-menu .solution_list li .icon {
	position: absolute;
    width: 41px;
	height: 41px;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
}

#top-nav li:nth-child(3) .sub-menu .solution_list li a {
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
	background: transparent;
	position: relative;
	cursor:pointer;
}
#top-nav li:nth-child(3) .sub-menu .solution_list li:hover a span:first-child{
	color: #00EBD6;
}
#top-nav li:nth-child(3) .sub-menu .solution_list li a:hover span{
	background: transparent;
}
#top-nav li:nth-child(3) .sub-menu .solution_list li span:first-child {
	padding: 0 60px 0 30px;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 10px;
}
#top-nav li:nth-child(3) .sub-menu .solution_list li a span.tips {
	margin-bottom: 0;
  margin-top: -6px;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: Light;
  color: #ffffff;
  line-height: 18px;
  padding-left: 30px;
	font-weight: lighter;
}
#top-nav li:nth-child(3) .sub-menu .solution_list {
   	height: 60%;
    left: 66px;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	display: flex;
	align-items: center;
}
#top-nav li:nth-child(3) .sub-menu li {
    width: 33%;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 10px;
    padding: 10px 10px 10px 0;
}
#top-nav li:nth-child(3) .sub-menu li:nth-child(odd) {
    padding-left: 0;
}
#top-nav li:nth-child(3) .sub-menu li a {
    padding-left: 30px;
}
#top-nav li:nth-child(3) .sub-menu li span {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 12px;
}
#top-nav li:nth-child(3) .sub-menu li span.tips {
    font-size: 12px;
    color: #3D3E4A;
	margin-bottom: 0;
	padding-left: 21px;
}
#top-nav li:nth-child(3) .sub-menu li span:after {
    content: none;
}
#top-nav li:nth-child(3) .sub-menu li .img-box {
    width: 41px;
  	height: 41px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 8px;
    position: absolute;
    justify-content: center;
    top: 25%;
    min-height: 38px;
}
#top-nav li:nth-child(3) .sub-menu li .icon {
    width: 22px;
}

#top-nav li:nth-child(2) .sub-menu, #top-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title {
	display: flex;
	align-items: flex-start;
}

#top-nav li:nth-child(2) .sub-menu .productMenu_item.education_menu {
	padding-left: 25px;
}
#top-nav li:nth-child(2) .sub-menu, #top-nav li:nth-child(2) .sub-menu {
	flex-direction: row-reverse;
}
#access ul ul {
	max-width: 100%;
}
#top-nav li:nth-child(2) .sub-menu {
	  width: 1180px;
	  margin: 0 auto;
	  padding: 42px 0;
	  background: #FFF;
	  position: fixed;
	  overflow: hidden;
	  left: 0;
	  justify-content: center;
	  max-width: 1920px;
	  margin-left: 0;
	  margin-right: 0;
	  right: 0;
	  height: 350px;
	  background: #282829;
	  border-radius: 2px;
	  display: flex;
}
#top-nav li:nth-child(2) .sub-menu .list {
	height: 60%;
    left: 66px;
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	display: flex;
	align-items: center;
}
#top-nav li:nth-child(2) .sub-menu .list li {
	width: 33%;
	min-width: 33%;
	padding-left: 28px;
	margin-bottom: 10px;
}
#top-nav li:nth-child(2) .sub-menu .list li:hover a span:first-child {
	color: #00EBD6;
}
#top-nav li:nth-child(2) .sub-menu .list li a{
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
	background:transparent;
	position: relative;
	cursor: pointer;
}
#top-nav li:nth-child(2) .sub-menu .list li a:hover span{
	background: transparent;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item {
	height: 100%;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item.currency_menu {
	height: 100%;
  	width: calc(1180px - 128px);
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item.rightEle {
	height: 100%;
  	width: 182px;
    height: 171px;
	padding-top: 33px;
    background: url(/skin/default/img/mantis/uploads/2025/06/limitedTime.png) center no-repeat;
	background-size: 100% 100%;
    border-radius: 2px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item.rightEle .title{
	font-size: 24px;
	font-weight: Bold;
	color: #ffffff;
	line-height: 29px;
	margin-bottom: 5px;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item.rightEle .has-more {
	font-weight: Light;
	color: #ffffff;
	line-height: 18px;
	font-size: 13px;
}
#top-nav li:nth-child(2) .sub-menu .list li .icon {
	position: absolute;
    width: 41px;
	height: 41px;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
}
#top-nav li:nth-child(2) .sub-menu .list li a .hot {
	width: 23px;
	height: 11px;
	position: absolute;
	top: 6px;
}
#top-nav li:nth-child(2) .sub-menu .list li:first-child a .hot {
	left: 32%;
}
#top-nav li:nth-child(2) .sub-menu .list li:nth-child(4) a .hot {
	left: 43%;
}
#top-nav li:nth-child(2) .sub-menu .list li:nth-child(6) a .hot {
	left: 37%;
}
#top-nav li:nth-child(2) .sub-menu .list li span:first-child {
	padding: 0 60px 0 30px;
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
	margin-bottom: 10px
}
#top-nav li:nth-child(2) .sub-menu .list li span:after {
	content: none;
}
#top-nav li:nth-child(2) .sub-menu .list li a span.tips {
	margin-bottom: 0;
	margin-top: -6px;
	padding-bottom: 0;
	font-size: 13px;
	font-weight: Light;
	color: #ffffff;
	line-height: 18px;
	padding-left: 30px;
	font-weight: lighter;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title {
font-size: 22px;
color: #fff;
line-height: 30px;
	margin-bottom: 40px;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title span {
	color: #00EBD6;
}
#top-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title img {
	width: 26px;
	height: 26px;
	margin-right: 30px;
}
/* 产品子菜单改造end */
._margin-bottom {
	margin-bottom: 10px
}
._position-absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*phone<768  小屏，字体黑色，背景蓝色*/
@media screen and (max-width: 1200px) {
    html,body {
        font-size: 10px;
        width: 100vw;
/*         overflow-x: hidden; */
    }
	.product-tips {
		font-size: 1.4rem;
	}
	.wp-block-button .wp-block-button__link {
		width: 15rem;
		height: 4rem;
		border-radius: .4rem;
		padding: 0;
		font-size: 1.5rem;
		line-height: 4rem;
		box-shadow: none;
	}
	.product-list .product-item .wp-block-image {
		  width: 8rem;
		height: 8rem;
		margin: 0 auto 1.2rem;
		flex-shrink: 0;
	}
	.product-list .product-item.odd-item .wp-block-image {
		margin-right: 1rem;
		margin-left: 0;
	}
	.banner-content .wp-block-column:first-child {
		padding-top: 8rem;
	}
	.edu-banner-box .group-banner .banner-left p.freeTrial_btn {
		text-align: center;
		color: #fff;
		width: 15rem;
		height: 4rem;
		line-height: 4rem;
		background: #36cfa8;
		border-radius: .4rem;
		margin: 2.9rem auto 0;
		display: block;
		font-size: 1.5rem;
		position: relative;
	}
    .banner-box {
        height: 52rem;
    }
    h2.banner-title {
        font-size: 3rem;
        line-height: 4.2rem;
		margin-bottom: .5rem;
    }
    p.banner-tips {
        font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 2rem;
		padding: 0 1.6rem;
		width: 100%;
    }
    h2.banner-title, p.banner-tips {
        text-align: center;
    }
	.wp-block-button.banner-but {
		margin: 0 auto;
	}
	.wp-block-buttons.is-content-justification-right>.wp-block-button.wp-block-button, .wp-block-buttons>.wp-block-button.wp-block-button {
		margin-right: auto;
		margin-left: auto;
	}
	.product-introduce .product-main-img img {
		max-width: 100%;
	}
	.product-introduce {
		flex-direction: column;
	}
	.product-introduce:nth-child(even) {
		flex-direction: column-reverse;
	}
	
	/** 主产品 */
	.product-introduce h1.name, .product-title {
		font-size: 2.4rem;
		line-height: 3.3rem;
		text-align: center;
		margin-bottom: 1rem;
	}
	.product-title {
		font-size: 2.2rem;
	}
	.product-introduce h1.no-bottom {
		margin-bottom: 0;
	}
	.product-introduce p.tips { 
	    font-size: 1.4rem;
		line-height: 2rem;
		padding: 0 1.5rem;
		text-align: center;
	}
	.product-introduce { 
		padding: 3rem 2rem;
		min-height: 48.8rem;
		justify-content: space-around;
	}
	.product-introduce .button {
		display: none;
	}
	/** more */
	.product-content-box {
		padding: 3rem 1.5rem;
	}
	.product-list {
		height: auto !important;
	}
	.product-list .product-item {
		width: 34.5rem;
    	max-width: 34.5rem;
		border: .1rem solid #eff0f1;
		border-radius: 1.2rem;
		padding: 2rem 1rem;
	}
	.product-list .product-item.odd-item .wp-block-group__inner-container {
		display: flex;
	}
	.product-list .product-item.odd-item .right .wp-block-group__inner-container {
		display: block;
	}
	.product-list .product-item h5.item-name {
		margin-bottom: .6rem;
		font-size: 1.6rem;
		line-height: 2.8rem;
		font-weight: 500;
	}
	.product-list .product-item.odd-item h5.item-name, .product-list .product-item.odd-item .item-tips {
		text-align: justify;
		width: 24rem;
	}
	.product-list .product-item .item-tips {
		font-size: 1.4rem;
		line-height: 2.4rem;
		width: 13.2rem;
	}
	.product-introduce-tips-list {
		margin-bottom: 2rem;
		 max-width: 31rem;
    	text-align: justify;
	}
	.product-introduce-tips-list li {
		font-size: 1.4rem;
		line-height: 2.5rem;
		text-align: center;
		display: inline;
	}
	.product-introduce-tips-list .product-introduce-tips-item {
		margin-bottom: 0;
		padding: 0;
	}
	.product-introduce-tips-list .product-introduce-tips-item .tips {
		font-size: 1.4rem;
		line-height: 2rem;
		margin-bottom: 1rem;
		text-align: left;
		padding: 0;
	}
	.controlled-list .active {
		background: transparent;
	}
	.controlled-list .active:before {
		content: none;
	}
	.ai-advantage-list .ai-advantage-item:first-child .wp-block-image img {
		width: 7rem;
		height: auto;
	}
	.product-main-tips {
		max-width: 95%;
		text-align: center;
	}
	.banner-box .group-banner {
		width: auto;
	}
	.pc-group {
		display: none;
	}
	.warp-group {
		display: block;
	}
	.mask_video_box1 .video_box1, .mask_video_box .video_box {
		width: 100%;
		height: 30rem;
	}
	.mask_video_box1 .video_box1, .mask_video_box .video_box .close_icon {
		right: 0;
	}
	/* 产品子菜单改造 */
#mobile-nav li:nth-child(2) .sub-menu, #mobile-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title {
	display: flex;
	align-items: flex-start;
}

#mobile-nav li:nth-child(2) .sub-menu .productMenu_item {
	flex: 1;
	padding: 0 1.5rem;
}
#mobile-nav li:nth-child(2) .sub-menu .productMenu_item.education_menu {
	padding-left: 0;
}
#mobile-nav li:nth-child(2) .sub-menu, #mobile-nav li:nth-child(2) .sub-menu {
	flex-direction: row-reverse;
}
.currency_menu .list {
	width: auto;
	padding-right: 0;
	border-right: 1px solid #EFF0F1;
}
#mobile-nav li:nth-child(2) .sub-menu {
	padding: 0;
	background: #FFF;
	display: none;
}
#mobile-nav li:nth-child(2) .sub-menu .list {
	    height: 100%;
    left: 0;
	display: block;
	flex-wrap: nowrap;
}
#mobile-nav li:nth-child(2) .sub-menu .list li {
	width: 100%;
	min-width: 100%;
	padding-left: 0;
	margin-bottom: 0;
	height: 4rem;
	line-height: 4rem;
}
#mobile-nav li:nth-child(2) .sub-menu .productMenu_item li:nth-child(odd) {
    margin-right: 0;
}

#mobile-nav li:nth-child(2) .sub-menu .list li a {
	text-align: left;
	padding-left: 2rem;
	width: 90% !important;
}
#mobile-nav li:nth-child(2) .sub-menu .list li img {
	position: absolute;
    width: 1.8rem;
    top: 0;
    bottom: 0;
    left: .2rem;
    margin: auto;
}
#mobile-nav li:nth-child(2) .sub-menu .list li span:after {
	content: none;
}
#mobile-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title {
	font-size: 1.6rem;
	font-weight: 500;
	color: #282828;
	line-height: 2.2rem;
	margin-bottom: 2rem;
}
#mobile-nav li:nth-child(2) .sub-menu .productMenu_item .classification_title img {
	width: 2.2rem;
	height: 2.2rem;
	margin-right: 0.6rem;
}
#mobile-nav li:nth-child(3) .sub-menu li:first-child {
	background: url(/skin/default/img/mantis/uploads/2025/06/jy_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(2) {
	background: url(/skin/default/img/mantis/uploads/2025/06/zs_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(3) {
	background: url(/skin/default/img/mantis/uploads/2025/06/ly_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(4) {
	background: url(/skin/default/img/mantis/uploads/2025/06/ct_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(5) {
	background: url(/skin/default/img/mantis/uploads/2025/06/ds_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(6) {
	background: url(/skin/default/img/mantis/uploads/2025/06/hs_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(7) {
	background: url(/skin/default/img/mantis/uploads/2025/06/yl_nav_icon.png) no-repeat left ;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(8) {
	background: url(/skin/default/img/mantis/uploads/2025/06/ls_nav_icon.png) no-repeat left;
	background-size: 2rem auto;
}

	#mobile-nav li:nth-child(3) .sub-menu li:nth-child(9) {
	background: url(/skin/default/img/mantis/uploads/2025/06/qc_nav_icon.png) no-repeat left;
	background-size: 2rem auto;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(10) {
	background: url(/skin/default/img/mantis/uploads/2025/06/jz_nav_icon.png) no-repeat left;
	background-size: 2rem auto;
	height: 100%;
}
#mobile-nav li:nth-child(3) .sub-menu li:nth-child(11) {
	background: url(/skin/default/img/mantis/uploads/2025/06/cs_nav_icon.png) no-repeat left;
	background-size: 2rem auto;
	height: 100%;
}
	#mobile-nav li:nth-child(3) .sub-menu li:nth-child(12) {
	background: url(/skin/default/img/mantis/uploads/2025/06/jr_nav_icon.png) no-repeat left;
	background-size: 2rem auto;
	height: 100%;
}
	 .wp-block-buttons.group-buttons, .group-buttons.pc-group .consulting-click{
		display: none;
	}
	.wp-block-buttons.group-buttons.warp {
		width: 100%;
  		margin: 4rem 0 0;
		display: flex;
	}
	.group-buttons.pc-group .consulting-click.wp-block-button {
		width: 21rem;
		height: 6rem;
		font-size: 1.6rem;
		line-height: 6rem;
		margin: 0;
	}
/* 产品子菜单改造end */
	.page-left-box {
		display: none;
	}
}

h2.banner-title.solution-banner-title {
	margin-bottom: 0;
}

/* 固定右侧加企微开始 */
.scrm-wetch-modal-default-bg{
    display:none;
}
.scrm-wetch-modal-bg{
    display:block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.change-index{
    z-index:20 !important;
}
.scrm-wetch-header{
	position:relative;
    width:61px;
    padding-top:32px;
    padding-right:9px;
    cursor:pointer;
}
.scrm-wetch-header .scrm-wetch-header-img{
   position: absolute;
   right: -19px;
   bottom: -86px;
   max-width: 88px !important;
}
.scrm-modal-header{
    display: none;
    position: relative;
}
.scrm-wetch-header-img {
    animation: zoomInOut .7s infinite alternate;
    transition: transform 0.5s ease;
}
.scrm-modal-header-show{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 1000;
    cursor: pointer;
    max-width: 900px;
}

.hotspot {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}
.scan-wetch{
   position: absolute;
   right:117px;
   top:206px;
   width:159px;
   height:159px;
}
.scan-laser {
    position: relative;
    overflow: hidden;
    height:159px;
}

.scan-laser::before {
    content: '';
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        to right,
        rgba(255, 0, 0, 0) 0%,
        rgba(255, 0, 0, 0.8) 50%,
        rgba(255, 0, 0, 0) 100%
    );
    animation: laser-scan 3.5s linear infinite;
}

@keyframes laser-scan {
    0%, 100% {
        top: -10%;
    }
    50% {
        top: 110%;
    }
}
/* 固定右侧加企微结束 */

@media (max-width:1200px) and (min-width:768px) {
	html,body {
		font-size: 20px !important;
	}
	.banner-content .wp-block-column:first-child {
		padding-top: 200px;
	}
	.wp-block-column {
		flex-basis: 100%!important;
	}
	.banner-content {
		flex-direction: column;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
}











