html.fancybox-active:not(.fancybox-allowscroll),html.fancybox-active:not(.fancybox-allowscroll) body{touch-action:none;overscroll-behavior:none;-webkit-overflow-scrolling:auto;overflow:hidden;}html.fancybox-active:not(.fancybox-allowscroll) body{margin-right:var(--vertical-scrollbar);margin-bottom:var(--horizontal-scrollbar);}html.fancybox-active:not(.fancybox-allowscroll) body.rtl{margin-right:0;margin-left:var(--vertical-scrollbar);}#fancybox-loading,#fancybox-loading div,#fancybox-overlay,#fancybox-wrap *,#fancybox-wrap *::before,#fancybox-wrap *::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#fancybox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:111100;display:none;}#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none;}#fancybox-wrap{position:absolute;top:0;left:0;z-index:111101;display:none;outline:none!important;}#fancybox-outer{position:relative;width:100%;height:100%;box-shadow:0 0 20px #111;-moz-box-shadow:0 0 20px #111;-webkit-box-shadow:0 0 20px #111;background:#fff;}#fancybox-content{position:relative;width:100%;height:100%;overflow:hidden;z-index:111102;border:0 solid #fff;background:#fff;background-clip:padding-box;}#fancybox-content>*{max-width:100%;max-height:100%;-webkit-overflow-scrolling:touch;}#fancybox-error{color:#444;padding:14px;margin:0;}#fancybox-frame,#fancybox-img{width:100%;height:100%;border:none;}#fancybox-img{padding:0;margin:0;line-height:0;vertical-align:top;max-width:none!important;max-height:none!important}#fancybox-frame{display:block;z-index:0}.fancy-ico{position:absolute;width:48px;height:48px;border-radius:50%;}.fancy-ico span{display:block;position:relative;left:12px;top:12px;width:24px;height:24px;border-radius:50%;background:#000;border:2px solid white;box-shadow:0 0 4px #000;transition:transform .25s ease-in-out;}#fancybox-close:hover span,#fancybox-next:hover span,body.rtl #fancybox-prev:hover span{transform:rotate(360deg);}#fancybox-prev:hover span,body.rtl #fancybox-next:hover span{transform:rotate(-360deg);}#fancybox-close{top:-24px;right:-24px;cursor:pointer;z-index:111105;display:none;}#fancybox-close span::after,#fancybox-close span::before{content:'';position:absolute;top:9px;left:4px;width:12px;height:2px;background-color:#fff;}#fancybox-close span::before{transform:rotate(45deg);}#fancybox-close span::after{transform:rotate(-45deg);}#fancybox-prev,#fancybox-next{top:50%;margin-top:-24px;cursor:pointer;z-index:111102;display:none;}#fancybox-next,body.rtl #fancybox-prev{left:auto;right:-24px;}#fancybox-prev,body.rtl #fancybox-next{left:-24px;right:auto;}#fancybox-prev span::after,#fancybox-next span::after{content:'';position:absolute;top:6px;width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;}#fancybox-prev span::after,body.rtl #fancybox-next span::after{transform:rotate(-135deg);left:7px;}#fancybox-next span::after,body.rtl #fancybox-prev span::after{transform:rotate(45deg);left:initial;right:7px;}#fancybox-title-wrap{z-index:111104;}.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333;background-color:#fff;position:relative;}.fancybox-title-outside{padding-top:10px;color:#fff;font-weight:600;}.fancybox-title-over{position:absolute;width:100%;bottom:0;left:0;color:#fff;text-align:left;}body.rtl .fancybox-title-over{text-align:right}.fancybox-title-over #fancybox-title{padding:10px;background:rgba(0,0,0,.6);display:block;}.fancybox-title-float{text-align:center;}.fancybox-title-float #fancybox-title{display:table;margin:-12px auto;height:24px;padding:0 15px;line-height:20px;font-size:14px;color:#fff;background:#000;border:2px solid #fff;border-radius:12px;box-shadow:0 0 4px #000;position:relative;z-index:111104;}#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:rgba(0,0,0,.9);border-radius:5px;cursor:pointer;overflow:hidden;z-index:111104;display:none;}#fancybox-loading div{transform-origin:20px 20px;animation:fancybox-loading 1.2s linear infinite;}#fancybox-loading div::after{content:'';display:block;position:absolute;top:7px;left:19px;width:2px;height:7px;border-radius:20%;background:#fff;}#fancybox-loading div:nth-child(1){transform:rotate(0deg);animation-delay:-1.1s;}#fancybox-loading div:nth-child(2){transform:rotate(30deg);animation-delay:-1s;}#fancybox-loading div:nth-child(3){transform:rotate(60deg);animation-delay:-.9s;}#fancybox-loading div:nth-child(4){transform:rotate(90deg);animation-delay:-.8s;}#fancybox-loading div:nth-child(5){transform:rotate(120deg);animation-delay:-.7s;}#fancybox-loading div:nth-child(6){transform:rotate(150deg);animation-delay:-.6s;}#fancybox-loading div:nth-child(7){transform:rotate(180deg);animation-delay:-.5s;}#fancybox-loading div:nth-child(8){transform:rotate(210deg);animation-delay:-.4s;}#fancybox-loading div:nth-child(9){transform:rotate(240deg);animation-delay:-.3s;}#fancybox-loading div:nth-child(10){transform:rotate(270deg);animation-delay:-.2s;}#fancybox-loading div:nth-child(11){transform:rotate(300deg);animation-delay:-.1s;}#fancybox-loading div:nth-child(12){transform:rotate(330deg);animation-delay:0s;}@keyframes fancybox-loading{0%{opacity:1}100%{opacity:0}}.fancybox-hidden{display:none;}#fancybox-content .fancybox-hidden,#fancybox-tmp .fancybox-hidden{display:revert;}#fancybox-outer{background:#fff}#fancybox-content{background:#fff;border-color:#fff;color:#000}#fancybox-title,#fancybox-title-float-main{color:#fff}.threesixty-image{position:relative;overflow:hidden;border:solid 1px #999;margin:2%;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;max-width:95%;-moz-transition-property:none;-webkit-transition-property:none;-o-transition-property:none;transition-property:none}.threesixty-image.threesixty-no-border{border:0}.threesixty-image img{display:block;max-width:100%!important;width:100%;height:auto}.threesixty-spinner{width:60px;display:block;margin:0 auto;height:30px;background:#333;background:rgb(0 0 0 / .7);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;position:absolute;top:40%;left:40%;top:calc(50% - 15px);left:calc(50% - 30px)}.threesixty-spinner span{font-family:Arial,"MS Trebuchet",sans-serif;font-size:12px;font-weight:bolder;color:#FFF;text-align:center;line-height:30px;display:block}.threesixty-preview-image{opacity:.4;filter:alpha(opacity=40)}.threesixty-images{display:none;list-style:none;margin:0!important;padding:0!important}.threesixty-images li{display:block;margin:0;padding:0}.threesixty-images img{border:0 solid;border-radius:0;position:absolute;top:0;margin:0;padding:0;box-shadow:none!important;transition:none!important}.threesixty-images .current-image{visibility:visible;width:100%}.threesixty-images .previous-image{visibility:hidden;width:0}.threesixty-hand-closed{cursor:url(https://ufo3d.com/wp-content/plugins/smart-product-viewer/includes/css/../images/hand_closed.png),auto}.threesixty-hand-open{cursor:url(https://ufo3d.com/wp-content/plugins/smart-product-viewer/includes/css/../images/hand_open.png),auto}.threesixty-nav-bar{position:absolute;top:10px;right:10px;z-index:1}.threesixty-nav-bar a{display:block;width:32px;height:32px;float:left;background:url(https://ufo3d.com/wp-content/plugins/smart-product-viewer/includes/css/../images/icons/32/1_holly_green.png) no-repeat;text-indent:-99999px}.threesixty-glow .threesixty-nav-bar a,.threesixty-glow .threesixty-mfp-anchor,.threesixty-glow .mfp-close{background:url(https://ufo3d.com/wp-content/plugins/smart-product-viewer/includes/css/../images/icons/32/1_holly_green.png) no-repeat}.threesixty-fancy .threesixty-nav-bar a,.threesixty-fancy .threesixty-mfp-anchor,.threesixty-fancy .mfp-close{background:url(https://ufo3d.com/wp-content/plugins/smart-product-viewer/includes/css/../images/icons/32/2_navy_round.png) no-repeat}.threesixty-wave .threesixty-nav-bar a,.threesixty-wave .threesixty-mfp-anchor,.threesixty-wave .mfp-close{background:url(https://ufo3d.com/wp-content/plugins/smart-product-viewer/includes/css/../images/icons/32/3_round_yellow.png) no-repeat}.threesixty-flat-round .threesixty-nav-bar a,.threesixty-flat-round .threesixty-mfp-anchor,.threesixty-flat-round .mfp-close{background:url(https://ufo3d.com/wp-content/plugins/smart-product-viewer/includes/css/../images/icons/32/4_flat_round.png) no-repeat}.threesixty-flat-square .threesixty-nav-bar a,.threesixty-flat-square .threesixty-mfp-anchor,.threesixty-flat-square .mfp-close{background:url(https://ufo3d.com/wp-content/plugins/smart-product-viewer/includes/css/../images/icons/32/5_flat_square.png) no-repeat}.threesixty-vintage .threesixty-nav-bar a,.threesixty-vintage .threesixty-mfp-anchor,.threesixty-vintage .mfp-close{background:url(https://ufo3d.com/wp-content/plugins/smart-product-viewer/includes/css/../images/icons/32/6_vintage.png) no-repeat}.threesixty-arrows .threesixty-nav-bar a,.threesixty-arrows .threesixty-mfp-anchor,.threesixty-arrows .mfp-close{background:url(https://ufo3d.com/wp-content/plugins/smart-product-viewer/includes/css/../images/icons/32/7_just_arrows.png) no-repeat}.threesixty-leather .threesixty-nav-bar a,.threesixty-leather .threesixty-mfp-anchor,.threesixty-leather .mfp-close{background:url(https://ufo3d.com/wp-content/plugins/smart-product-viewer/includes/css/../images/icons/32/8_leather.png) no-repeat}.threesixty-dark-blue .threesixty-nav-bar .threesixty-play{background-position:0 0}.threesixty-dark-blue .threesixty-nav-bar .threesixty-stop{background-position:0 -32px}.threesixty-dark-blue .threesixty-nav-bar .threesixty-next{background-position:0 -64px}.threesixty-dark-blue .threesixty-nav-bar .threesixty-previous{background-position:0 -96px}.threesixty-dark-blue .threesixty-mfp-anchor{background-position:0 -128px}.threesixty-dark-blue .mfp-close{background-position:0 -160px}.threesixty-light-blue .threesixty-nav-bar .threesixty-play{background-position:-32px 0}.threesixty-light-blue .threesixty-nav-bar .threesixty-stop{background-position:-32px -32px}.threesixty-light-blue .threesixty-nav-bar .threesixty-next{background-position:-32px -64px}.threesixty-light-blue .threesixty-nav-bar .threesixty-previous{background-position:-32px -96px}.threesixty-light-blue .threesixty-mfp-anchor{background-position:-32px -128px}.threesixty-light-blue .mfp-close{background-position:-32px -160px}.threesixty-red .threesixty-nav-bar .threesixty-play{background-position:-64px 0}.threesixty-red .threesixty-nav-bar .threesixty-stop{background-position:-64px -32px}.threesixty-red .threesixty-nav-bar .threesixty-next{background-position:-64px -64px}.threesixty-red .threesixty-nav-bar .threesixty-previous{background-position:-64px -96px}.threesixty-red .threesixty-mfp-anchor{background-position:-64px -128px}.threesixty-red .mfp-close{background-position:-64px -160px}.threesixty-brown .threesixty-nav-bar .threesixty-play{background-position:-96px 0}.threesixty-brown .threesixty-nav-bar .threesixty-stop{background-position:-96px -32px}.threesixty-brown .threesixty-nav-bar .threesixty-next{background-position:-96px -64px}.threesixty-brown .threesixty-nav-bar .threesixty-previous{background-position:-96px -96px}.threesixty-brown .threesixty-mfp-anchor{background-position:-96px -128px}.threesixty-brown .mfp-close{background-position:-96px -160px}.threesixty-purple .threesixty-nav-bar .threesixty-play{background-position:-128px 0}.threesixty-purple .threesixty-nav-bar .threesixty-stop{background-position:-128px -32px}.threesixty-purple .threesixty-nav-bar .threesixty-next{background-position:-128px -64px}.threesixty-purple .threesixty-nav-bar .threesixty-previous{background-position:-128px -96px}.threesixty-purple .threesixty-mfp-anchor{background-position:-128px -128px}.threesixty-purple .mfp-close{background-position:-128px -160px}.threesixty-gray .threesixty-nav-bar .threesixty-play{background-position:-160px 0}.threesixty-gray .threesixty-nav-bar .threesixty-stop{background-position:-160px -32px}.threesixty-gray .threesixty-nav-bar .threesixty-next{background-position:-160px -64px}.threesixty-gray .threesixty-nav-bar .threesixty-previous{background-position:-160px -96px}.threesixty-gray .threesixty-mfp-anchor{background-position:-160px -128px}.threesixty-gray .mfp-close{background-position:-160px -160px}.threesixty-yellow .threesixty-nav-bar .threesixty-play{background-position:-192px 0}.threesixty-yellow .threesixty-nav-bar .threesixty-stop{background-position:-192px -32px}.threesixty-yellow .threesixty-nav-bar .threesixty-next{background-position:-192px -64px}.threesixty-yellow .threesixty-nav-bar .threesixty-previous{background-position:-192px -96px}.threesixty-yellow .threesixty-mfp-anchor{background-position:-192px -128px}.threesixty-yellow .mfp-close{background-position:-192px -160px}.threesixty-green .threesixty-nav-bar .threesixty-play{background-position:-224px 0}.threesixty-green .threesixty-nav-bar .threesixty-stop{background-position:-224px -32px}.threesixty-green .threesixty-nav-bar .threesixty-next{background-position:-224px -64px}.threesixty-green .threesixty-nav-bar .threesixty-previous{background-position:-224px -96px}.threesixty-green .threesixty-mfp-anchor{background-position:-224px -128px}.threesixty-green .mfp-close{background-position:-224px -160px}.threesixty-scrollbar{position:absolute;bottom:0;left:0;width:100%}.threesixty-scrollbar-top .threesixty-scrollbar{top:0;bottom:auto}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;-ms-user-select:none;-moz-user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-base{width:100%;height:100%;position:relative}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-stacking+.noUi-origin{*z-index:-1}.noUi-state-tap .noUi-origin{-webkit-transition:left 0.3s,top 0.3s;transition:left 0.3s,top 0.3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:14px}.noUi-horizontal .noUi-handle{width:34px;height:24px;left:-17px;top:-6px}.noUi-horizontal.noUi-extended{padding:0 15px}.noUi-horizontal.noUi-extended .noUi-origin{right:-15px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-vertical.noUi-extended{padding:15px 0}.noUi-vertical.noUi-extended .noUi-origin{bottom:-15px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgb(51 51 51 / .45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgb(51 51 51 / .45),0 3px 6px -5px #BBB}.noUi-dragable{cursor:w-resize}.noUi-vertical .noUi-dragable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:before,.noUi-handle:after{content:"";display:block;position:absolute;height:10px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled].noUi-connect,[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle{cursor:not-allowed}.threesixty-scrollbar .noUi-target{margin:8px 20px}.threesixty-dark-blue .noUi-target{border:1px solid #0C4063}.threesixty-dark-blue .noUi-target .noUi-base{background:#2980b9;box-shadow:inset 0 1px 7px #115785}.threesixty-dark-blue .noUi-target .noUi-origin{background:#3FACF5;box-shadow:inset 0 1px 7px #115785}.threesixty-dark-blue .noUi-target .noUi-handle{border:1px solid #006E8E;background:#38AFFF;box-shadow:inset 0 1px 7px #115785}.threesixty-dark-blue .noUi-handle:before,.threesixty-dark-blue .noUi-handle:after{background:#0C4063}.threesixty-light-blue .noUi-target{border:1px solid #0c5b63}.threesixty-light-blue .noUi-target .noUi-base{background:#29adb9;box-shadow:inset 0 1px 7px #117b85}.threesixty-light-blue .noUi-target .noUi-origin{background:#3fe5f5;box-shadow:inset 0 1px 7px #117b85}.threesixty-light-blue .noUi-target .noUi-handle{border:1px solid #008e80;background:#38edff;box-shadow:inset 0 1px 7px #117b85}.threesixty-light-blue .noUi-handle:before,.threesixty-light-blue .noUi-handle:after{background:#0c5b63}.threesixty-red .noUi-target{border:1px solid #aa0808}.threesixty-red .noUi-target .noUi-base{background:#d91111;box-shadow:inset 0 1px 7px #c33535}.threesixty-red .noUi-target .noUi-origin{background:#f44;box-shadow:inset 0 1px 7px #c33535}.threesixty-red .noUi-target .noUi-handle{border:1px solid #8a0000;background:#ff1c1c;box-shadow:inset 0 1px 7px #c33535}.threesixty-red .noUi-handle:before,.threesixty-red .noUi-handle:after{background:#aa0808}.threesixty-brown .noUi-target{border:1px solid #631c0c}.threesixty-brown .noUi-target .noUi-base{background:#b94329;box-shadow:inset 0 1px 7px #852611}.threesixty-brown .noUi-target .noUi-origin{background:#f5603f;box-shadow:inset 0 1px 7px #852611}.threesixty-brown .noUi-target .noUi-handle{border:1px solid #813a01;background:#cb692e;box-shadow:inset 0 1px 7px #852611}.threesixty-brown .noUi-handle:before,.threesixty-brown .noUi-handle:after{background:#631c0c}.threesixty-purple .noUi-target{border:1px solid #630c48}.threesixty-purple .noUi-target .noUi-base{background:#b9298e;box-shadow:inset 0 1px 7px #851162}.threesixty-purple .noUi-target .noUi-origin{background:#f53fbe;box-shadow:inset 0 1px 7px #851162}.threesixty-purple .noUi-target .noUi-handle{border:1px solid #8e007c;background:#ff38c2;box-shadow:inset 0 1px 7px #851162}.threesixty-purple .noUi-handle:before,.threesixty-purple .noUi-handle:after{background:#630c48}.threesixty-gray .noUi-target{border:1px solid #908d84}.threesixty-gray .noUi-target .noUi-base{background:#b2a98f;box-shadow:inset 0 1px 7px #b6b4a8}.threesixty-gray .noUi-target .noUi-origin{background:#d9d7cb;box-shadow:inset 0 1px 7px #b6b4a8}.threesixty-gray .noUi-target .noUi-handle{border:1px solid #99968f;background:#efefe7;box-shadow:inset 0 1px 7px #b6b4a8}.threesixty-gray .noUi-handle:before,.threesixty-gray .noUi-handle:after{background:#908d84}.threesixty-yellow .noUi-target{border:1px solid #6a6704}.threesixty-yellow .noUi-target .noUi-base{background:#c5be1c;box-shadow:inset 0 1px 7px #8f8a07}.threesixty-yellow .noUi-target .noUi-origin{background:#fff835;box-shadow:inset 0 1px 7px #8f8a07}.threesixty-yellow .noUi-target .noUi-handle{border:1px solid #8e7000;background:#fff938;box-shadow:inset 0 1px 7px #8f8a07}.threesixty-yellow .noUi-handle:before,.threesixty-yellow .noUi-handle:after{background:#6a6704}.threesixty-green .noUi-target{border:1px solid #046a0f}.threesixty-green .noUi-target .noUi-base{background:#1cc52d;box-shadow:inset 0 1px 7px #078f14}.threesixty-green .noUi-target .noUi-origin{background:#35ff4a;box-shadow:inset 0 1px 7px #078f14}.threesixty-green .noUi-target .noUi-handle{border:1px solid #0b8e00;background:#38ff4d;box-shadow:inset 0 1px 7px #078f14}.threesixty-green .noUi-handle:before,.threesixty-green .noUi-handle:after{background:#046a0f}.mfp-content .threesixty-image{position:relative;background:#FFF;margin:20px auto}.threesixty-image.mfp-hide{display:block!important}.threesixty-image .threesixty-mfp-anchor,.threesixty-image .mfp-close{position:absolute;bottom:10px;right:10px;top:auto;z-index:1;width:32px;height:32px;text-indent:-9999px;opacity:1;margin:0}.threesixty-image .mfp-close:active{top:auto}.mfp-content .threesixty-mfp-anchor,.threesixty-loading .threesixty-mfp-anchor{display:none}.threesixty-scrollbar-bottom .threesixty-mfp-anchor,.threesixty-scrollbar-bottom .mfp-close,.threesixty-scrollbar-bottom .mfp-close:active{bottom:auto;top:10px}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:#fff0;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:#fff0}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1;filter:alpha(opacity=100)}.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset #fff0}.mfp-arrow:after,.mfp-arrow .mfp-a{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before,.mfp-arrow .mfp-b{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after,.mfp-arrow-left .mfp-a{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgb(0 0 0 / .6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgb(0 0 0 / .6);background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgb(0 0 0 / .6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgb(0 0 0 / .6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.txt-left{text-align:left}.txt-center{text-align:center}.txt-right{text-align:right}.tg-hidden-tag{visibility:hidden!important;position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0.001!important}.the-grid-plugin{display:none!important}.tg-error-msg{position:relative;display:block;padding:50px;text-align:center;font-size:16px;font-weight:600}.tg-grid-sizer,.tg-gutter-sizer{position:absolute;display:block;left:-100%;visibility:hidden;pointer-events:none}.tg-grid-wrapper{position:relative;display:block;min-height:1px}.tg-grid-wrapper.tg-grid-loaded .tg-search-holder,.tg-grid-wrapper.tg-grid-loaded .tg-filters-holder,.tg-grid-wrapper.tg-grid-loaded .tg-sorters-holder{opacity:1;pointer-events:auto}.tg-grid-wrapper .tg-search-holder,.tg-grid-wrapper .tg-filters-holder,.tg-grid-wrapper .tg-sorters-holder{opacity:.5;pointer-events:none;-webkit-transition:opacity 0.3s linear;-moz-transition:opacity 0.3s linear;-ms-transition:opacity 0.3s linear;-o-transition:opacity 0.3s linear;transition:opacity 0.3s linear}.tg-grid-loading{overflow:hidden;height:250px;max-height:250px}.full-height.tg-grid-loading .tg-grid-holder,.full-height.tg-grid-loading .tg-grid-slider{height:auto;max-height:none}.tg-grid-loading .tg-grid-slider .tg-grid-holder{height:inherit!important;max-height:none!important}.tg-grid-wrapper.tg-grid-loading .tg-grid-area-top1 *,.tg-grid-wrapper.tg-grid-loading .tg-grid-area-top2 *,.tg-grid-wrapper.tg-grid-loading .tg-grid-area-left *,.tg-grid-wrapper.tg-grid-loading .tg-grid-area-right *,.tg-grid-wrapper.tg-grid-loading .tg-grid-area-bottom1 *,.tg-grid-wrapper.tg-grid-loading .tg-grid-area-bottom2 *{opacity:.01}.tg-grid-slider{position:relative;cursor:move;cursor:-moz-grab;cursor:-webkit-grab}.tg-grid-slider .dragged{cursor:-moz-grabbing;cursor:-webkit-grabbing}.tg-grid-holder{position:relative;display:block}.tg-grid-holder:before{position:absolute;top:0;left:0;width:100%;height:100%}.tg-grid-preloader{position:absolute;display:block;top:0;left:0;height:100%;width:100%}.tg-grid-preloader-holder{position:relative;display:block;top:50%;width:100%;padding:0;margin:0 auto;line-height:0;text-align:center;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.tg-grid-preloader-inner{position:relative;display:inline-block}.tg-ajax-button-holder{position:relative;display:block}.tg-grid-area-top1,.tg-grid-area-top2,.tg-grid-area-bottom1,.tg-grid-area-bottom2{position:relative;display:block}.tg-grid-slider,.tg-grid-holder{z-index:3}.tg-grid-area-top1>div:first-child,.tg-grid-area-top2>div:first-child,.tg-grid-area-bottom1>div:first-child,.tg-grid-area-bottom2>div:first-child{margin-left:0}.tg-grid-area-top1>div:last-child,.tg-grid-area-top2>div:last-child,.tg-grid-area-bottom1>div:last-child,.tg-grid-area-bottom2>div:last-child{margin-right:0}.tg-grid-area-overlay{position:absolute;display:block;top:0;left:0;bottom:0;right:0}.tg-nav-font,.tg-nav-font[class^="tg-icon-"]{font-size:13px;line-height:30px}.tg-search-holder,.tg-pagination-holder,.tg-slider-bullets-holder,.tg-left-arrow,.tg-right-arrow,.tg-sorters-holder,.tg-filters-holder,.tg-ajax-button-holder{vertical-align:top}.tg-filter-tooltip,.no-touch .tg-filter-tooltip,.tg-dropdown-holder{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.tg-page-number,.tg-grid-holder,.tg-grid-slider,.tg-grid-wrapper,.tg-left-arrow i,.tg-right-arrow i,.tg-search-clear,input[type=text].tg-search{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tg-filter:not(.tg-dropdown-item),.tg-filter:not(.tg-dropdown-item) span:not(.tg-filter-count),.tg-sorter-order,.tg-sorter-order i,.tg-search-clear,.tg-ajax-button,.tg-ajax-button span,.tg-dropdown-item,.tg-icon-dropdown-open,.tg-left-arrow,.tg-right-arrow,.tg-left-arrow i,.tg-right-arrow i,.tg-pagination-prev,.tg-pagination-next,.tg-pagination-prev a,.tg-pagination-next a,.tg-pagination-number .tg-page-number{-webkit-transition:background 0.3s linear,color 0.3s linear,border 0.3s linear,opacity 0.3s linear;-moz-transition:background 0.3s linear,color 0.3s linear,border 0.3s linear,opacity 0.3s linear;-ms-transition:background 0.3s linear,color 0.3s linear,border 0.3s linear,opacity 0.3s linear;-o-transition:background 0.3s linear,color 0.3s linear,border 0.3s linear,opacity 0.3s linear;transition:background 0.3s linear,color 0.3s linear,border 0.3s linear,opacity 0.3s linear}.tg-item{position:relative;display:inline-block;z-index:1;float:left;width:25%;height:auto;margin:0;padding:0}.tg-item,.tg-item *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tg-item-clear,.tg-item-line-break{clear:both;height:0;opacity:0!important;padding:0!important;margin:0!important}.tg-item-line-break{height:10px}.tg-item .tg-dark .tg-item-social-link,.tg-item .tg-light .tg-item-social-link,.tg-item .tg-dark .tg-item-social-link:active,.tg-item .tg-light .tg-item-social-link:active,.tg-item .tg-dark .tg-item-social-link:focus,.tg-item .tg-light .tg-item-social-link:focus{color:#5e9fca!important}.tg-item .tg-item-title,.tg-item .tg-item-title a,.tg-item .tg-item-excerpt,.tg-item .tg-cats-holder *{word-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.tg-item .tg-top-holder{position:absolute;left:0;top:0;right:0;line-height:normal}.tg-item .tg-center-holder{position:absolute;display:block;top:50%;left:0;right:0;max-width:100%;padding:0;margin:0;line-height:normal;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.tg-item .tg-bottom-holder{position:absolute;left:0;bottom:0;right:0;line-height:normal}.tg-item-content-holder{line-height:normal}.tg-item .tg-top-holder,.tg-item .tg-center-holder,.tg-item .tg-center-inner,.tg-item .tg-bottom-holder{pointer-events:none}.tg-item .tg-top-holder *,.tg-item .tg-center-inner *,.tg-item .tg-bottom-holder *{pointer-events:all}.tg-layout-justified .tg-item-gallery-holder,.tg-layout-grid .tg-item-gallery-holder,.tg-layout-justified .tg-item-inner,.tg-layout-grid .tg-item-inner{position:relative;display:inline-block;width:100%;height:100%}.tg-layout-masonry .tg-item-inner{position:relative;display:block;width:100%;height:auto}.tg-slider-dragged *{cursor:-moz-grabbing;cursor:-webkit-grabbing}.tg-item.tg-item-reveal .tg-item-inner,.tg-item.tg-item-removed .tg-item-inner,.tg-item.tg-item-index.tg-item-hidden .tg-item-inner,.tg-item.tg-item-reveal .tg-item-settings,.tg-item.tg-item-reveal .tg-item-exclude{opacity:.001}img.tg-item-image{position:relative;display:block;width:100%;height:auto;margin:0;outline:1px solid #fff0}.tg-layout-justified img.tg-item-image{height:100%}div.tg-item-image{position:absolute;top:0;bottom:0;left:0;right:0;border:none;outline:none;border-style:none;outline:1px solid #fff0;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}.tg-layout-masonry .tg-item-gallery-holder{position:relative;display:block;width:100%;height:auto}.tg-item-gallery-holder .tg-item-image{-webkit-transition:opacity 0.3s linear;-moz-transition:opacity 0.3s linear;-ms-transition:opacity 0.3s linear;-o-transition:opacity 0.3s linear;transition:opacity 0.3s linear}.tg-item-gallery-holder .tg-item-image{opacity:0!important}.tg-item-gallery-holder .tg-item-image.show{opacity:1!important}.tg-layout-masonry .tg-item-media-holder,.tg-layout-masonry .tg-item-audio-poster{position:relative;display:block;height:auto;max-width:100%;outline:1px solid #fff0}.tg-item-media-inner:not(.no-media-poster){overflow:hidden;outline:1px solid #fff0}.tg-layout-masonry .tg-item-media-inner{position:relative}.tg-layout-masonry .tg-item-media-inner[data-ratio="4:3"]{padding-bottom:75%}.tg-layout-masonry .tg-item-media-inner[data-ratio="16:9"]{padding-bottom:56.25%}.tg-layout-masonry .tg-item-media-inner[data-ratio="16:10"]{padding-bottom:62.5%}.tg-layout-justified .tg-item-media-holder,.tg-layout-justified .tg-item-media-inner,.tg-layout-grid .tg-item-media-holder,.tg-layout-grid .tg-item-media-inner,.tg-item-media-content,.tg-element-absolute,.tg-item-video-player,.tg-item-media-poster,.tg-item-audio-poster,.tg-item-soundcloud,.tg-item-youtube,.tg-item-wistia,.tg-item-vimeo{position:absolute;display:block;top:0;bottom:0;left:0;right:0;width:100%;max-width:100%;height:100%}.tg-item-vimeo,.tg-item-wistia,.tg-item-youtube,.tg-item-soundcloud{border:none!important;background:transparent!important;outline:1px solid #fff0}.tg-item-overlay,.tg-item-media-poster{outline:1px solid #fff0}.tg-is-playing .tg-item-vimeo,.tg-force-play .tg-item-vimeo,.tg-is-playing .tg-item-wistia,.tg-force-play .tg-item-wistia,.tg-is-playing .tg-item-youtube,.tg-force-play .tg-item-youtube,.tg-is-playing .tg-item-soundcloud,.tg-force-play .tg-item-soundcloud{background:#000000!important}.tg-item .iframe-embed{position:static;margin:0;line-height:0}.main-content .tg-item iframe[src]{opacity:1}.tg-item-media-soundcloud{top:65px;height:auto}.tg-item-audio-player{display:block;width:100%}.tg-item .mejs-video.mejs-container,.tg-item .mejs-video.mejs-container .mejs-inner,.tg-item .has-media-poster .mejs-inner,.tg-item .me-plugin{position:absolute!important;display:block!important;padding:0;margin:0;bottom:0!important;left:0!important;right:0!important;width:100%!important;max-width:100%!important;min-height:100%!important;max-height:100%!important}.tg-item .mejs-inner{width:100%;height:100%}.tg-item-media-inner:not(.has-media-poster) .mejs-audio .mejs-controls{position:relative}.tg-item-media-inner:not(.has-media-poster) .mejs-audio.tg-item-audio-player{position:relative;height:auto!important}.tg-item-media-inner.has-media-poster .tg-item-audio-player{position:absolute;top:0;bottom:0;left:0;height:100%!important;width:100%}.tg-item-audio-player.mejs-container{background:none}.tg-item-media-poster,.tg-item-audio-poster,.tg-item-media-inner>div,.tg-item-media-holder>div:not(.tg-item-media-inner){background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-ms-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease}.tg-force-play .tg-item-media-poster,.tg-is-playing .tg-item-media-poster,.tg-force-play .tg-item-media-holder [class*="tg-element-"],.tg-is-playing .tg-item-media-holder [class*="tg-element-"],.tg-force-play .tg-item-media-holder>div:not(.tg-item-media-inner),.tg-is-playing .tg-item-media-holder>div:not(.tg-item-media-inner){opacity:0;visibility:hidden;overflow:hidden}.tg-force-play .tg-item-media-holder [class*="tg-element-"],.tg-is-playing .tg-item-media-holder [class*="tg-element-"]{visibility:hidden!important}.tg-item .tg-item-media-fullscreen{-webkit-transform:none!important;-moz-transform:none!important;transform:none!important}.tg-item .tg-item-video-player:not(.mejs-container-fullscreen) .mejs-controls,.tg-item .has-media-poster .mejs-container:not(.mejs-container-fullscreen) .mejs-controls{opacity:0;visibility:visible!important;-webkit-transform:translateY(48px);-moz-transform:translateY(48px);-ms-transform:translateY(48px);-o-transform:translateY(48px);transform:translateY(48px);-webkit-transition:-webkit-transform 0.2s ease-in-out,opacity 0.2s ease-in-out;-moz-transition:-moz-transform 0.2s ease-in-out,opacity 0.2s ease-in-out;-ms-transition:-ms-transform 0.2s ease-in-out,opacity 0.2s ease-in-out;-o-transition:-o-transform 0.2s ease-in-out,opacity 0.2s ease-in-out;transition:transform 0.2s ease-in-out,opacity 0.2s ease-in-out}.tg-item .has-media-poster .mejs-container.mejs-audio .mejs-controls{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.tg-item:hover .tg-item-video-player:not(.mejs-container-fullscreen) .mejs-controls,.tg-item:hover .has-media-poster .mejs-container:not(.mejs-container-fullscreen) .mejs-controls{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.tg-item .has-media-poster .tg-item-audio-player,.tg-item .has-media-poster .tg-item-audio-player.mejs-audio{opacity:0;visibility:hidden;-webkit-transition:opacity 0.3s linear,visibility 0.3s linear;-moz-transition:opacity 0.3s linear,visibility 0.3s linear;-ms-transition:opacity 0.3s linear,visibility 0.3s linear;-o-transition:opacity 0.3s linear,visibility 0.3s linear;transition:opacity 0.3s linear,visibility 0.3s linear}.tg-item.tg-is-playing .has-media-poster .tg-item-audio-player,.tg-item.tg-force-play .has-media-poster .tg-item-audio-player,.tg-item.tg-is-playing .has-media-poster .tg-item-audio-player.mejs-audio,.tg-item.tg-force-play .has-media-poster .tg-item-audio-player.mejs-audio{opacity:1;visibility:visible}.tg-item .mejs-video.mejs-container,.tg-item .has-media-poster .mejs-container{overflow:hidden}.tg-layout-justified .tg-item .tg-item-media-inner:not(.has-media-poster) .tg-item-audio-player,.tg-layout-grid .tg-item .tg-item-media-inner:not(.has-media-poster) .tg-item-audio-player{position:absolute;bottom:0}.tg-item:not(.tg-is-playing) .has-media-poster .mejs-container:not(.mejs-container-fullscreen) .mejs-controls{opacity:0!important}.tg-item.tg-is-playing .has-media-poster .mejs-container:not(.mejs-container-fullscreen) .mejs-controls{opacity:1}.mejs-offscreen{display:none}.tg-item .tg-alternative-product-image{position:absolute;display:block;top:0;left:0;width:100%;height:100%;opacity:0}.tg-item:hover .tg-alternative-product-image{opacity:1}[data-tolb-id],.tg-media-button{cursor:pointer}.tg-item .tg-media-button i:last-child:not(:first-child),.tg-item.tg-force-play .tg-media-button i:first-child:not(:last-child),.tg-item.tg-is-playing .tg-media-button i:first-child:not(:last-child){display:none}.tg-item.tg-force-play .tg-media-button i:last-child:not(:first-child),.tg-item.tg-is-playing .tg-media-button i:last-child:not(:first-child){display:inline-block}.tg-element-above{z-index:4}.tg-pagination-holder{position:relative;display:inline-block;margin:0 15px}.tg-pagination-holder>div:last-child{margin-right:0}.tg-pagination-holder .tg-pagination-number{margin:0;padding:0}.tg-pagination-prev,.tg-pagination-next,.tg-pagination-number .tg-page{position:relative;display:inline-block;vertical-align:top;margin:0 5px 5px 0}.tg-pagination-prev,.tg-pagination-next,.tg-page-number.prev,.tg-page-number.next{padding:0 15px;cursor:pointer}.tg-pagination-number .tg-page:last-child{margin:0 0 5px 0}.tg-page-number{position:relative;display:inline-block;vertical-align:top;min-width:32px;margin:0 auto;cursor:pointer;text-decoration:none!important;text-align:center}.tg-page-number.dots{border-color:#fff0;cursor:default}.tg-pagination-number .tg-page-number.tg-loading{opacity:.5;cursor:default}.tg-grid-area-left,.tg-grid-area-right{position:absolute;pointer-events:none;z-index:3;height:100%;top:0;bottom:0;left:0}.tg-grid-area-left .tg-grid-area-inner,.tg-grid-area-right .tg-grid-area-inner{position:relative;display:table;height:100%}.tg-grid-area-wrapper{display:table-cell;vertical-align:middle}.tg-grid-area-left .tg-left-arrow,.tg-grid-area-right .tg-right-arrow{display:block;vertical-align:middle}.tg-grid-area-right,.tg-grid-area-left .tg-right-arrow,.tg-grid-area-right .tg-right-arrow{left:auto;right:0}.tg-left-arrow.tg-disabled,.tg-left-arrow.tg-force-disabled,.tg-right-arrow.tg-disabled,.tg-right-arrow.tg-force-disabled{opacity:.5;cursor:default}.tg-left-arrow,.tg-right-arrow{position:relative;display:inline-block;pointer-events:visible;padding:0;margin:0 5px 5px 0;cursor:pointer;text-align:center}.tg-grid-area-left .tg-left-arrow,.tg-grid-area-right .tg-right-arrow{height:40px;width:40px;margin:0}.tg-left-arrow i,.tg-right-arrow i{position:relative;display:inline-block;vertical-align:top;width:32px}.tg-grid-area-left .tg-left-arrow i,.tg-grid-area-right .tg-right-arrow i{width:100%;height:100%;line-height:40px}.tg-left-arrow.tg-disabled,.tg-right-arrow.tg-disabled{pointer-events:none}.tg-left-arrow i:before,.tg-right-arrow i:before{font-family:'the_grid';vertical-align:top}.tg-grid-area-left i:before,.tg-grid-area-right i:before{vertical-align:middle;position:relative;display:block;width:100%;height:100%;line-height:40px}.tg-left-arrow i:before{content:"\e603"}.tg-right-arrow i:before{content:"\e601"}.tg-slider-bullets-holder{position:relative;display:inline-block;margin:0 20px 5px 15px;line-height:0}.tg-slider-bullets{position:relative;display:inline-block;height:30px;line-height:0}.tg-slider-bullets-holder:after,.tg-slider-bullets:after{content:'';display:block;clear:both}.tg-slider-bullets li{position:relative;display:block;float:left;width:8px;height:8px;top:50%;margin:-4px 12px 0 0;cursor:pointer;line-height:0;-webkit-perspective:1000px;-moz-perspective:1000px;-ms-perspective:1000px;-o-perspective:1000px;perspective:1000px}.tg-slider-bullets li:last-child{margin-right:0}.tg-slider-bullets li span{position:relative;display:block;width:100%;height:100%;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:pointer;background:#DDD;-webkit-transition:background-color 0.3s ease;-moz-transition:background-color 0.3s ease;-ms-transition:background-color 0.3s ease;-o-transition:background-color 0.3s ease;transition:background-color 0.3s ease}.tg-slider-bullets li.tg-active-item span{background:#59585b}.tg-ajax-button-holder{position:relative;display:inline-block;cursor:pointer;margin:0 15px 5px 15px}.tg-ajax-button{position:relative;display:inline-block;vertical-align:top;margin:0 5px 0 0;padding:0 15px;white-space:pre}.tg-ajax-scroll-holder,.no-touch .tg-ajax-scroll-holder{position:absolute;display:block;z-index:3;margin:0 auto;padding:0;bottom:24px;left:0;right:0;opacity:0;text-align:center;ponter-events:none;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px);-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease,max-height 0.4s step-end,max-width 0.4s step-end,top 0.4s step-end;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease,max-height 0.4s step-end,max-width 0.4s step-end,top 0.4s step-end;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease,max-height 0.4s step-end,max-width 0.4s step-end,top 0.4s step-end;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease,max-height 0.4s step-end,max-width 0.4s step-end,top 0.4s step-end;transition:transform 0.3s ease,opacity 0.3s ease,max-height 0.4s step-end,max-width 0.4s step-end,top 0.4s step-end}.tg-ajax-scroll-holder.tg-loading,.no-touch .tg-ajax-scroll-holder.tg-loading{opacity:.95;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease,max-height 0q step-end,max-width 0s step-end,top 0s step-end;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;transition:transform 0.3s ease,opacity 0.3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end}.tg-grid-holder .tg-ajax-scroll{position:relative;display:inline-block;margin:0 auto;padding:14px 32px;background:#fff;color:#777;font-weight:600;-webkit-box-shadow:5px 5px 10px rgb(0 0 0 / .1);-moz-box-shadow:5px 5px 10px rgb(0 0 0 / .1);box-shadow:5px 5px 10px rgb(0 0 0 / .1)}.tg-filters-holder{position:relative;display:inline-block;margin:0 15px}.tg-filters-holder>div:last-child{margin-right:0}.tg-filter{position:relative;vertical-align:top;display:none;margin:0 5px 5px 0;cursor:pointer}.tg-filter.tg-show-filter{display:inline-block}.tg-filter-name{position:relative;display:inline-block;z-index:1;vertical-align:top;padding:0 15px}.tg-dropdown-item .tg-filter-name{padding:0}.tg-filter-tooltip,.no-touch .tg-filter-tooltip{position:absolute;display:block;z-index:999;bottom:100%;left:50%;width:20px;min-width:20px;max-width:20px;height:14px;max-height:14px;min-height:14px;margin:0 -14px 6px -14px;padding:4px;line-height:15px;font-size:12px;opacity:0;text-align:center;pointer-events:none;color:#ffffff!important;background:rgb(0 0 0 / .22);-webkit-transform:translateY(14px);-moz-transform:translateY(14px);-ms-transform:translateY(14px);-o-transform:translateY(14px);transform:translateY(14px);-webkit-transition:opacity 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out;-moz-transition:opacity 0.2s ease-in-out,-moz-transform 0.2s ease-in-out;-ms-transition:opacity 0.2s ease-in-out,-ms-transform 0.2s ease-in-out;-o-transition:opacity 0.2s ease-in-out,-o-transform 0.2s ease-in-out;transition:opacity 0.2s ease-in-out,transform 0.2s ease-in-out}.tg-filter-tooltip:after{position:absolute;content:'';width:0;height:0;left:50%;bottom:-5px;margin-left:-5px;border-top:5px solid rgb(0 0 0 / .22);border-left:5px solid #fff0;border-right:5px solid #fff0}.tg-tooltip-hover,.no-touch .tg-tooltip-hover,.tg-filter:hover .tg-filter-tooltip,.no-touch .tg-filter:hover .tg-filter-tooltip{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.tg-search-holder{position:relative;display:inline-block;margin:0 15px 5px 15px;line-height:1}.tg-search-inner{position:relative;display:inline-block;vertical-align:top}input[type=text].tg-search{position:relative;display:inline-block;vertical-align:top;width:160px;height:auto;min-height:30px;min-width:150px;max-width:170px;margin:0!important;padding:0 10px 0 0!important;font-size:13px;line-height:30px;box-shadow:none;border:none;border-right:none!important;background:none;outline:0;-webkit-appearance:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-border-top-right-radius:0!important;-webkit-border-bottom-right-radius:0!important;-moz-border-radius-topright:0!important;-moz-border-radius-bottomright:0!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}input[type=text].tg-search:focus{outline:0}.tg-search::-webkit-input-placeholder{line-height:30px}.tg-search::-moz-placeholder{line-height:30px}.tg-search:-ms-input-placeholder{line-height:30px}.tg-search-icon{position:relative;display:inline-block;vertical-align:top;width:30px;text-align:center;font-size:12px}.tg-search-icon:before{font-family:'the_grid';content:"\f002";vertical-align:top}.tg-search-clear{position:relative;display:inline-block;vertical-align:top;width:30px;margin:0;text-align:center;cursor:pointer}.tg-search-clear:before{font-family:'the_grid';content:"\e60e";vertical-align:top}.tg-sorters-holder,.tg-sorter-order{position:relative;display:inline-block;margin:0 15px}.tg-sorter-order{vertical-align:top;width:30px;margin:0 0 5px 0;text-align:center;cursor:pointer}.tg-sorter-order i{font-family:'the_grid';vertical-align:top}.tg-icon-sorter-down:before{content:"\e600";vertical-align:top}.tg-icon-sorter-up:before{content:"\e608";vertical-align:top}.tg-icon-sorter-up{display:none}.tg-sorter-order[data-asc="true"] .tg-icon-sorter-down{display:none}.tg-sorter-order[data-asc="true"] .tg-icon-sorter-up{display:block}.tg-dropdown-holder{position:relative;display:inline-block;vertical-align:top;z-index:5;cursor:pointer;min-width:90px;margin:0 5px 5px 0;padding:0 24px;text-align:left}.tg-dropdown-title,.tg-dropdown-value{position:relative;display:inline-block;vertical-align:top}.tg-dropdown-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90px}.tg-dropdown-list,.no-touch .tg-dropdown-list{position:absolute;display:block;overflow:hidden;height:auto;width:100%;max-width:0;max-height:0;padding:0;margin:0;top:100%;left:0;opacity:0;background:#fff;cursor:pointer;-webkit-box-shadow:0 5px 20px 0 rgb(0 0 0 / .1);-moz-box-shadow:0 5px 20px 0 rgb(0 0 0 / .1);box-shadow:0 5px 20px 0 rgb(0 0 0 / .1);-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px);-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease,max-height 0.4s step-end,max-width 0.4s step-end,top 0.4s step-end;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease,max-height 0.4s step-end,max-width 0.4s step-end,top 0.4s step-end;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease,max-height 0.4s step-end,max-width 0.4s step-end,top 0.4s step-end;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease,max-height 0.4s step-end,max-width 0.4s step-end,top 0.4s step-end;transition:transform 0.3s ease,opacity 0.3s ease,max-height 0.4s step-end,max-width 0.4s step-end,top 0.4s step-end}.tg-dropdown-holder:hover .tg-dropdown-list,.no-touch .tg-dropdown-holder:hover .tg-dropdown-list,.tg-dropdown-list.tg-dropdown-holder-animation{opacity:1;overflow:hidden;overflow-y:auto;max-width:100%;max-height:365px;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);-webkit-transition:-webkit-transform 0.3s ease,opacity 0.3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;-moz-transition:-moz-transform 0.3s ease,opacity 0.3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;-ms-transition:-ms-transform 0.3s ease,opacity 0.3s ease,max-height 0q step-end,max-width 0s step-end,top 0s step-end;-o-transition:-o-transform 0.3s ease,opacity 0.3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end;transition:transform 0.3s ease,opacity 0.3s ease,max-height 0s step-end,max-width 0s step-end,top 0s step-end}.tg-dropdown-list.is-mobile{width:100%;height:100%;max-width:100%;max-height:100%;margin:0!important;top:0;opacity:0!important;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.tg-icon-dropdown-open{position:relative;display:inline-block;vertical-align:top;margin:0 0 0 10px}.tg-icon-dropdown-open:before{font-family:'the_grid';content:"\e600";vertical-align:top}.tg-dropdown-item.tg-filter.tg-show-filter,.tg-dropdown-item,.no-touch .tg-dropdown-item{display:block;list-style:none;padding:10px 24px;margin:0;height:auto;font-size:13px;line-height:14px;cursor:pointer;text-align:left;border:none;font-weight:400;border-top:1px solid rgb(175 175 175 / .16)!important}.tg-dropdown-item.tg-filter.tg-show-filter:first-child,.tg-dropdown-item:first-child,.no-touch .tg-dropdown-item:first-child{border-top:none}.tg-dropdown-item.tg-filter{display:none}.tolb-holder{position:fixed;display:block;overflow:hidden;z-index:99999;top:0;left:0;width:100%;height:100%;opacity:0;background:rgb(0 0 0 / .7);visibility:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:opacity 0.4s ease,visibility 0.4s ease;-moz-transition:opacity 0.4s ease,visibility 0.4s ease;transition:opacity 0.4s ease,visibility 0.4s ease}.tolb-holder.tolb-open{opacity:1;visibility:visible}.tolb-holder .tolb-inner{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-transform:matrix3d(.5,0,0,0,0,.5,0,0,0,0,1,0,0,0,0,1);-moz-transform:matrix3d(.5,0,0,0,0,.5,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(.5,0,0,0,0,.5,0,0,0,0,1,0,0,0,0,1)}.tolb-holder.tolb-ready .tolb-inner{-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);-moz-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1)}.tolb-holder figure{position:relative;display:inline-block;top:50%;left:50%;max-width:100%;margin:0 auto;opacity:0;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.tolb-holder.tolb-iframe .tolb-video:not(.mejs-container-fullscreen){max-width:900px}.tolb-holder.tolb-iframe .tolb-video.mejs-container-fullscreen video{max-width:none}.tolb-holder.tolb-iframe .tolb-content:before{content:"";position:relative;display:block;width:900px;max-width:900px;padding-bottom:56.25%}.tolb-holder.tolb-iframe .tolb-video,.tolb-holder .mejs-inner{position:absolute;top:0;left:0;width:100%!important;height:100%;border:none}.tolb-ready figure{-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.tolb-holder .tolb-loader{position:absolute;display:none;width:30px;height:30px;top:50%;left:50%;margin:-18px 0 0 -18px;border-radius:50%;border-width:3px;border-right-style:solid;border-top-style:solid;border-bottom-style:solid;border-color:rgb(255 255 255 / .2);border-left:3px solid #fff;-webkit-animation:load 1.1s infinite linear;animation:load 1.1s infinite linear}.tolb-holder.tolb-loading .tolb-loader{display:block}body.admin-bar .tolb-loader{margin-top:-2px}body.admin-bar .tolb-next,body.admin-bar .tolb-prev{padding-top:16px}body.admin-bar .tolb-inner{margin-top:16px}.tolb-inner figcaption{position:absolute;display:block;width:100%;height:40px;margin:0;line-height:40px}.tolb-title{position:relative;display:inline-block;float:left;height:100%;word-wrap:break-word;font-weight:600;font-size:14px}.tolb-counter{position:relative;display:inline-block;float:right;height:100%;font-size:14px}.tolb-next,.tolb-prev{position:absolute;display:block;left:0;top:50%;height:50px;width:50px;margin:-25px 0 0 0;opacity:.7}.tolb-next{left:auto;right:0}.tolb-next i,.tolb-prev i{position:relative;display:block;width:100%;height:100%;text-align:center;margin:0 auto;font-size:36px;color:#fff;line-height:50px;font-weight:900;cursor:pointer}.tolb-holder .tolb-close{position:absolute;display:block;right:0;top:-40px;height:40px;width:20px;line-height:40px;text-align:right;font-size:20px;cursor:pointer;opacity:.7}.tolb-next:hover,.tolb-prev:hover,.tolb-holder .tolb-close:hover,.tolb-holder .tolb-close:hover:before,.tolb-holder.tolb-ready figure{opacity:1}.tolb-holder.tolb-loading figure{opacity:0!important}.tolb-holder img{position:relative;display:block;margin:0;max-width:100%;max-height:100%}.tolb-content{-webkit-box-shadow:0 0 40px rgb(0 0 0 / .5);-moz-box-shadow:0 0 40px rgb(0 0 0 / .5);box-shadow:0 0 40px rgb(0 0 0 / .5)}.tolb-holder .tolb-video:not(.mejs-container-fullscreen){background:#000}.tolb-holder .tolb-video{max-width:100%;min-height:100%;max-height:100%}.tolb-next,.tolb-prev,.tolb-holder .tolb-inner,.tolb-holder figure{-webkit-transition:opacity 0.3s linear,-webkit-transform 0.3s ease-in-out;-moz-transition:opacity 0.3s linear,-moz-transform 0.3s ease-in-out;-ms-transition:opacity 0.3s linear,-ms-transform 0.3s ease-in-out;-o-transition:opacity 0.3s linear,-o-transform 0.3s ease-in-out;transition:opacity 0.3s linear,transform 0.3s ease-in-out}@media screen and (max-width:782px){body.admin-bar .tolb-holder .tolb-loader{margin-top:5px}body.admin-bar .tolb-next,body.admin-bar .tolb-prev{padding-top:23px}body.admin-bar .tolb-inner{margin-top:23px}}@-webkit-keyframes load{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.tg-instagram-user-header{position:relative;display:table;width:100%;padding:0 0 12px 0}.tg-instagram-user-image,.tg-instagram-user-desc{position:relative;display:table-cell;vertical-align:middle}.tg-instagram-user-image{width:320px;padding:0 100px 0 70px;box-sizing:border-box}.tg-instagram-user-info{position:relative;display:block;vertical-align:top;font-size:15px;line-height:24px;margin-top:14px;text-align:left}.tg-instagram-user-info{position:relative;display:block;vertical-align:top;font-size:15px;line-height:24px;margin-top:14px;text-align:left}.tg-instagram-user-info:first-child{margin-top:0}.tg-instagram-user-image img{position:relative;display:block;overflow:hidden;min-width:152px;width:152px;height:152px;margin:0;border-radius:50%;border:1px solid #cccfd0;background-color:#fbfbfb;box-sizing:border-box}h2.tg-instagram-user-name,h3.tg-instagram-user-desc-fullname{position:relative;display:inline;font-size:34px;line-height:40px}h2.tg-instagram-user-name{vertical-align:bottom}.tg-instagram-user-follow{position:relative;display:inline-block;vertical-align:top;line-height:29px;font-weight:600;padding:0 11px;margin:4px 0 0 20px;border:1px solid!important;border-color:#4090db!important;border-radius:3px!important;color:#4090db!important;cursor:pointer;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-ms-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}.tg-instagram-user-follow:hover{border-color:#2d6599!important;color:#2d6599!important}h3.tg-instagram-user-desc-fullname,.tg-instagram-user-desc-url{font-size:15px;font-weight:600;line-height:24px}.tg-instagram-user-desc-url{color:#125688!important}.tg-instagram-user-cout{font-size:15px;line-height:16px;margin:0 40px 0 0}.tg-instagram-user-cout:last-child{margin:0}.tg-instagram-user-cout span:first-child{font-weight:600}@media screen and (max-width:1000px){.tg-instagram-user-image img{min-width:130px;width:130px;height:130px}.tg-instagram-user-image{width:170px;padding:0 25px}}@media screen and (max-width:768px){.tg-instagram-user-image{width:120px}h2.tg-instagram-user-name,h3.tg-instagram-user-desc-fullname{font-size:20px;line-height:24px}.tg-instagram-user-info,h3.tg-instagram-user-desc-fullname,.tg-instagram-user-desc-url,.tg-instagram-user-cout{font-size:14px;line-height:18px}.tg-instagram-user-image img{min-width:75px;width:75px;height:75px}.tg-instagram-user-cout{margin:0 20px 0 0}}@media screen and (max-width:480px){.tg-instagram-user-image{vertical-align:top}.tg-instagram-user-follow{display:block;margin:6px 20px 0 0;line-height:24px;text-align:center}.tg-instagram-user-cout{display:inline-block;width:33%;margin:0;text-align:center}.tg-instagram-user-cout span:first-child{display:block;padding:17px 0 0 0;border-top:1px solid #edeeee}.tg-instagram-user-info:last-child{margin:40px 0 0 -115px}.tg-instagram-user-info:nth-child(2){display:none}}.tg-youtube-channel-header{position:relative;display:block;background:#fff}.tg-youtube-channel-logo{position:absolute;display:block;z-index:3;top:0;left:22px;width:100px;height:100px;background:#fff}.tg-youtube-channel-logo img{width:100px;height:100px}.tg-youtube-channel-banner{position:relative;display:block;height:195px;background-size:cover;background-position:center center;background-color:#333}.tg-youtube-channel-desc{position:relative;display:block;padding:30px 160px 30px 22px;text-align:left}.tg-youtube-channel-desc-title,.tg-youtube-channel-desc-title a{position:relative;display:inline-block;font-size:20px;font-weight:600;text-align:left}.tg-youtube-channel-desc-caption{line-height:18px;font-size:13px;margin:12px 0 0 0;padding:0;text-align:left}.tg-youtube-channel-data{margin:0 0 0 12px;text-align:left}.tg-youtube-channel-count{font-size:14px}.tg-youtube-channel-count:first-child{margin:0 8px 0 0}.tg-youtube-channel-count>span{font-weight:600}.tg-youtube-channel-header .tg-youtube-subscribe{position:absolute;right:22px;top:225px;min-width:114px;min-height:24px;max-height:24px;border-radius:2px;background:rgb(0 0 0 / .05)}@media screen and (max-width:768px){.tg-youtube-channel-data{position:relative;display:inline-block;width:100%;margin:0}.tg-youtube-channel-desc-title{padding:0 120px 0 0}.tg-youtube-channel-desc{position:relative;display:block;padding:30px 22px 22px}}@media screen and (max-width:480px){.tg-youtube-channel-desc-title{padding:0}.tg-youtube-channel-desc-title a{display:block;padding:40px 0 0 0}.tg-youtube-channel-header .tg-youtube-subscribe{left:22px;right:auto}}.tg-vimeo-channel-header{position:relative;display:table;padding:12px 0}.tg-vimeo-channel-logo{position:relative;display:table-cell;overflow:hidden;vertical-align:middle;width:150px;height:150px;padding:0 40px;box-sizing:content-box}.tg-vimeo-channel-logo img{width:100%;height:100%;border-radius:100%}.tg-vimeo-channel-desc{position:relative;display:table-cell;vertical-align:top;padding:0 22px;text-align:left}.tg-vimeo-channel-desc-title{display:block}.tg-vimeo-channel-desc-title,.tg-vimeo-channel-desc-title a{text-align:left}.tg-vimeo-channel-desc-title a:first-child{font-size:28px;font-weight:600;padding:0 12px 0 0}.tg-vimeo-channel-desc-website{position:relative;display:inline-block;font-size:14px;font-weight:400}.tg-vimeo-channel-desc-caption{line-height:18px;font-size:14px;margin:12px 0 0 0;padding:0;text-align:left}.tg-vimeo-channel-data{position:relative;display:inline-block;margin:12px 0;padding:12px 0;text-align:left;background:rgb(11 22 33 / .05);border-radius:6px}.tg-vimeo-channel-data:before{content:"";position:absolute;left:-12px;top:50%;margin-top:-12px;width:0;height:0;border-top:12px solid #fff0;border-bottom:12px solid #fff0;border-right:12px solid rgb(11 22 33 / .05)}.tg-vimeo-channel-count{position:relative;display:inline-block;font-size:14px;width:105px;border-left:1px solid #d7dbdf}.tg-vimeo-channel-count:first-child{border-left:none}.tg-vimeo-channel-count span{display:block;text-align:center}.tg-vimeo-channel-count span:first-child{font-size:22px;font-weight:600}.tg-vimeo-channel-count span:last-child{font-weight:400}@media screen and (max-width:1000px){.tg-vimeo-channel-logo{width:120px;height:120px;padding:0 20px}.tg-vimeo-channel-desc{padding:0}.tg-vimeo-channel-count{width:70px}.tg-vimeo-channel-count span:first-child{font-size:16px}}@media screen and (max-width:768px){.tg-vimeo-channel-header,.tg-vimeo-channel-desc-inner,.tg-vimeo-channel-desc-title,.tg-vimeo-channel-desc-title a,.tg-vimeo-channel-data{text-align:center}.tg-vimeo-channel-header,.tg-vimeo-channel-desc,.tg-vimeo-channel-logo{display:block;margin:0 auto}.tg-vimeo-channel-desc-title{padding:12px}.tg-vimeo-channel-desc-title a:first-child{display:block;padding:0}.tg-vimeo-channel-desc-website{position:relative;display:block}.tg-vimeo-channel-data:before{display:none}}@font-face{font-family:'the_grid';src:url(https://ufo3d.com/wp-content/plugins/the-grid/frontend/assets/css/../fonts/the_grid.eot);src:url(https://ufo3d.com/wp-content/plugins/the-grid/frontend/assets/css/../fonts/the_grid.eot) format('embedded-opentype'),url(https://ufo3d.com/wp-content/plugins/the-grid/frontend/assets/css/../fonts/the_grid.ttf) format('truetype'),url(https://ufo3d.com/wp-content/plugins/the-grid/frontend/assets/css/../fonts/the_grid.woff) format('woff'),url(https://ufo3d.com/wp-content/plugins/the-grid/frontend/assets/css/../fonts/the_grid.svg) format('svg');font-weight:400;font-style:normal}[class^="tg-icon-"],[class*=" tg-icon-"]{font-family:'the_grid';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tg-icon-like:before{content:"\f088"}.tg-icon-dislike:before{content:"\f089"}.tg-icon-reddit:before{content:"\e914"}.tg-icon-map-marker:before{content:"\e90e"}.tg-icon-facebook:before{content:"\e617"}.tg-icon-vimeo:before{content:"\e90a"}.tg-icon-twitter:before{content:"\e63b"}.tg-icon-google-plus:before{content:"\e61b"}.tg-icon-pinterest:before{content:"\e62a"}.tg-icon-instagram:before{content:"\f16d"}.tg-icon-vine:before{content:"\f1ca"}.tg-icon-tumblr:before{content:"\e63a"}.tg-icon-linkedin:before{content:"\f0e1"}.tg-icon-flickr:before{content:"\f16e"}.tg-icon-behance:before{content:"\e90b"}.tg-icon-github:before{content:"\f113"}.tg-icon-stack-overflow:before{content:"\f16c"}.tg-icon-dropbox:before{content:"\f16b"}.tg-icon-digg:before{content:"\f1a6"}.tg-icon-soundcloud:before{content:"\e909"}.tg-icon-skype:before{content:"\f17e"}.tg-icon-thumbs-up:before{content:"\f087"}.tg-icon-comment:before{content:"\e615"}.tg-icon-comment-2:before{content:"\e901"}.tg-icon-comment-3:before{content:"\f086"}.tg-icon-comment-4:before{content:"\e903"}.tg-icon-zoom:before{content:"\f002"}.tg-icon-zoom-2:before{content:"\e62f"}.tg-icon-zoom-3:before{content:"\e62e"}.tg-icon-zoom-4:before{content:"\f00e"}.tg-icon-zoom-5:before{content:"\f010"}.tg-icon-zoom-6:before{content:"\e649"}.tg-icon-shop-bag-4:before{content:"\f291"}.tg-icon-shop-bag-5:before{content:"\f290"}.tg-icon-shop-bag:before{content:"\e631"}.tg-icon-shop-bag-2:before{content:"\e632"}.tg-icon-shop-bag-3:before{content:"\e633"}.tg-icon-shop-cart:before{content:"\f07a"}.tg-icon-credit-card:before{content:"\f09d"}.tg-icon-tag:before{content:"\e638"}.tg-icon-tag-2:before{content:"\f02b"}.tg-icon-bookmark:before{content:"\f02e"}.tg-icon-download:before{content:"\f019"}.tg-icon-refresh:before{content:"\f021"}.tg-icon-circle:before{content:"\f111"}.tg-icon-circle-o:before{content:"\f10c"}.tg-icon-font:before{content:"\f031"}.tg-icon-bold:before{content:"\f032"}.tg-icon-italic:before{content:"\f033"}.tg-icon-text-height:before{content:"\f034"}.tg-icon-text-width:before{content:"\f035"}.tg-icon-align-left:before{content:"\f036"}.tg-icon-align-center:before{content:"\f037"}.tg-icon-align-right:before{content:"\f038"}.tg-icon-align-justify:before{content:"\f039"}.tg-icon-list:before{content:"\f03a"}.tg-icon-dedent:before{content:"\f03b"}.tg-icon-indent:before{content:"\f03c"}.tg-icon-calendar:before{content:"\f073"}.tg-icon-random:before{content:"\f074"}.tg-icon-phone:before{content:"\f095"}.tg-icon-floppy:before{content:"\f0c7"}.tg-icon-paw:before{content:"\f1b0"}.tg-icon-envelope:before{content:"\f0e0"}.tg-icon-rotate-left:before{content:"\f0e2"}.tg-icon-legal:before{content:"\f0e3"}.tg-icon-rocket:before{content:"\f135"}.tg-icon-connect-develop:before{content:"\f20e"}.tg-icon-diamond:before{content:"\f219"}.tg-icon-umbrella:before{content:"\f0e9"}.tg-icon-gamepad:before{content:"\f11b"}.tg-icon-lightbulb:before{content:"\f0eb"}.tg-icon-ambulance:before{content:"\f0f9"}.tg-icon-fighter-jet:before{content:"\f0fb"}.tg-icon-smile:before{content:"\f118"}.tg-icon-frown:before{content:"\f119"}.tg-icon-keyboard:before{content:"\f11c"}.tg-icon-desktop:before{content:"\f108"}.tg-icon-laptop:before{content:"\f109"}.tg-icon-tablet:before{content:"\f10a"}.tg-icon-mobile:before{content:"\f10b"}.tg-icon-quote-left:before{content:"\f10d"}.tg-icon-quote-right:before{content:"\f10e"}.tg-icon-quote:before{content:"\e62c"}.tg-icon-ellipsis-v:before{content:"\f142"}.tg-icon-settings:before{content:"\e606"}.tg-icon-eye:before{content:"\e900"}.tg-icon-music:before{content:"\f001"}.tg-icon-youtube-play:before{content:"\e648"}.tg-icon-play:before{content:"\e62b"}.tg-icon-play-2:before{content:"\e902"}.tg-icon-pause:before{content:"\e911"}.tg-icon-angle-double-left:before{content:"\f100"}.tg-icon-angle-double-right:before{content:"\f101"}.tg-icon-arrow-prev:before{content:"\e603"}.tg-icon-arrow-next:before{content:"\e601"}.tg-icon-arrow-down:before{content:"\e600"}.tg-icon-arrow-up:before{content:"\e608"}.tg-icon-angle-double-up:before{content:"\f102"}.tg-icon-angle-double-down:before{content:"\f103"}.tg-icon-arrow-prev-thin:before{content:"\e604"}.tg-icon-arrow-next-thin:before{content:"\e602"}.tg-icon-arrow-up-thin:before{content:"\e609"}.tg-icon-arrow-down-thin:before{content:"\e60a"}.tg-icon-close:before{content:"\e611"}.tg-icon-cancel:before{content:"\e60e"}.tg-icon-arrows-out:before{content:"\e607"}.tg-icon-arrows-diagonal:before{content:"\e605"}.tg-icon-link:before{content:"\e620"}.tg-icon-chain-broken:before{content:"\e610"}.tg-icon-paperclip:before{content:"\e627"}.tg-icon-chain:before{content:"\e60f"}.tg-icon-mail-forward:before{content:"\e623"}.tg-icon-share:before{content:"\f1e0"}.tg-icon-star:before{content:"\e636"}.tg-icon-star-half:before{content:"\f123"}.tg-icon-star-o:before{content:"\e637"}.tg-icon-heart:before{content:"\e61c"}.tg-icon-heart-o:before{content:"\e61d"}.tg-icon-user:before{content:"\e913"}.tg-icon-tools:before{content:"\e905"}.tg-icon-play-3:before{content:"\e904"}.tg-icon-pause-3:before{content:"\e90c"}.tg-icon-add-3:before{content:"\e90f"}.tg-icon-chat:before{content:"\e614"}.tg-icon-chat-2:before{content:"\e613"}.tg-icon-shop-cart-add:before{content:"\e906"}.tg-icon-play-4:before{content:"\e912"}.tg-icon-pause-4:before{content:"\e910"}.tg-icon-add:before{content:"\e60d"}.tg-icon-add-2:before{content:"\e90d"}.tg-icon-check:before{content:"\e612"}.tg-icon-reply:before{content:"\e60c"}.tg-icon-shop-cart-2:before{content:"\e908"}.tg-icon-video:before{content:"\e907"}.tolb-holder{background:rgb(0 0 0 / .8)}.tolb-holder .tolb-close,.tolb-holder .tolb-title,.tolb-holder .tolb-counter,.tolb-holder .tolb-next i,.tolb-holder .tolb-prev i{color:#fff}.tolb-holder .tolb-load{border-color:rgb(255 255 255 / .2);border-left:3px solid #fff}.to-heart-icon,.to-heart-icon svg,.to-post-like,.to-post-like .to-like-count{position:relative;display:inline-block}.to-post-like{width:auto;cursor:pointer;font-weight:400}.to-heart-icon{float:left;margin:0 4px 0 0}.to-heart-icon svg{overflow:visible;width:15px;height:14px}.to-heart-icon g{-webkit-transform:scale(1);transform:scale(1)}.to-heart-icon path{-webkit-transform:scale(1);transform:scale(1);transition:fill .4s ease,stroke .4s ease}.no-liked .to-heart-icon path{fill:#999;stroke:#999}.empty-heart .to-heart-icon path{fill:transparent!important;stroke:#999}.liked .to-heart-icon path,.to-heart-icon svg:hover path{fill:#ff6863!important;stroke:#ff6863!important}@keyframes heartBeat{0%{transform:scale(1)}20%{transform:scale(.8)}30%{transform:scale(.95)}45%{transform:scale(.75)}50%{transform:scale(.85)}100%{transform:scale(.9)}}@-webkit-keyframes heartBeat{0%,100%,50%{-webkit-transform:scale(1)}20%{-webkit-transform:scale(.8)}30%{-webkit-transform:scale(.95)}45%{-webkit-transform:scale(.75)}}.heart-pulse g{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.to-post-like a{color:inherit!important;fill:inherit!important;stroke:inherit!important}