@charset "UTF-8";.hero_slider_wrap{position:relative;width:100%;height:407px;overflow:hidden;background-color:#000}@media (max-width: 767px){.hero_slider_wrap{width:calc(100vw - 8px)!important;max-width:none!important;margin-left:4px!important;margin-right:4px!important;box-sizing:border-box!important;position:relative!important;left:50%!important;transform:translate(-50%)!important}}.hero_slide{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;background-size:cover;background-position:center center;opacity:0;visibility:hidden;transition:opacity .6s ease;display:flex;align-items:center}.hero_slide_active{opacity:1;visibility:visible}.hero_slide_content{max-width:420px;margin-left:8%;color:#fff;text-align:left}.hero_slide_eyebrow{display:block;font-family:Lato,sans-serif;font-weight:900;font-size:22px;text-transform:uppercase;letter-spacing:2px;color:#fff}.hero_slide_title{font-family:Lato,sans-serif;font-weight:900;font-size:44px;line-height:1.1;margin:8px 0;color:#fff}.hero_slide_subtitle{font-family:Hind,sans-serif;font-size:15px;color:#e6e6e6;margin-bottom:10px}.hero_slide_price{font-family:Lato,sans-serif;font-weight:900;font-size:30px;color:#db0e00;margin-bottom:18px}.hero_slide_cta{display:inline-block;font-family:Hind,sans-serif;font-size:12px;font-weight:400;letter-spacing:1px;text-transform:uppercase;color:#fff;border:2px solid #fff;padding:0 28px;line-height:46px;transition:.25s}.hero_slide_cta:hover{background-color:#fff;color:#000}.hero_slider_bullets{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:14px;z-index:5}.hero_slider_bullet{width:12px;height:12px;border-radius:50%;border:none;background:#ffffff80;cursor:pointer;padding:0}.hero_slider_bullet_active{background:#fff}.products-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}#h1{color:#000}.products-title h1{margin:0;font-size:1.5rem;font-weight:700}.products-title p{margin:.25rem 0 0;color:var(--admin-text-muted);font-size:.875rem}.products-controls{margin-bottom:1.5rem}.search-input{width:100%;max-width:320px;padding:.625rem 1rem;border:1px solid var(--admin-border);border-radius:var(--admin-radius);font-size:.875rem;background-color:var(--admin-card-bg);outline:none}.search-input:focus{border-color:var(--admin-primary)}.table-container{background-color:var(--admin-card-bg);border:1px solid;border-radius:2px;overflow-x:auto;-webkit-overflow-scrolling:touch}.product-table{width:100%;border-collapse:collapse;text-align:left;font-size:.875rem}.product-table th,.product-table td{padding:.875rem 1rem;border-bottom:1px solid}.product-table th{background-color:#fafafa;font-weight:600;color:var(--admin-text-muted)}.product-table tr:last-child td{border-bottom:none}.status-badge{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.status-badge.active{background-color:#dcfce7;color:#15803d}.status-badge.draft{background-color:#fef3c7;color:#b45309}.status-badge.archived{background-color:#f3f4f6;color:#4b5563}.action-buttons{display:flex;gap:.5rem}.btn-icon{background:none;border:none;padding:.25rem;cursor:pointer;color:var(--admin-text-muted);border-radius:4px}.btn-icon:hover{color:var(--admin-text-main);background-color:var(--admin-bg)}.btn-icon.delete:hover{color:var(--admin-danger)}.product-cards-grid{display:none;grid-template-columns:1fr;gap:1rem}.product-card{background-color:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:var(--admin-radius);padding:1rem}.product-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.product-card-name{font-weight:600;font-size:1rem}.product-card-details{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;font-size:.875rem;color:var(--admin-text-muted);margin-bottom:1rem}.product-card-actions{display:flex;justify-content:flex-end;gap:.5rem;border-top:1px solid var(--admin-border);padding-top:.75rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background-color:var(--admin-card-bg);border-radius:var(--admin-radius);width:100%;height:90vh;overflow-y:auto;max-width:500px;padding:1.5rem;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:var(--admin-text-muted)}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem}.form-input,.form-select,.form-textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--admin-border);border-radius:var(--admin-radius);font-size:.875rem;outline:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--admin-primary)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}.btn-danger{background-color:var(--admin-danger);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:var(--admin-radius);font-weight:500;font-size:.875rem;cursor:pointer}.btn-danger:hover{background-color:var(--admin-danger-hover)}.image-upload-wrapper{margin-top:.25rem}.image-upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem;border:2px dashed var(--admin-border);border-radius:var(--admin-radius);background-color:var(--admin-bg);cursor:pointer;transition:border-color .2s,background-color .2s}.image-upload-placeholder:hover{border-color:var(--admin-primary);background-color:#f1f1ef}.image-file-input{display:none}.upload-icon{font-size:1.5rem;margin-bottom:.25rem}.upload-text{font-size:.875rem;font-weight:500;color:var(--admin-text-main)}.upload-hint{font-size:.75rem;color:var(--admin-text-muted);margin-top:.25rem}.image-preview-container{position:relative;width:100px;height:100px;border-radius:var(--admin-radius);overflow:hidden;border:1px solid var(--admin-border)}.image-preview{width:100%;height:100%;object-fit:cover}.remove-image-btn{position:absolute;top:4px;right:4px;background:#0009;color:#fff;border:none;border-radius:50%;width:22px;height:22px;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.table-thumb{width:40px;height:40px;border-radius:6px;background-color:var(--admin-bg);border:1px solid var(--admin-border);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.table-thumb img{width:100%;height:100%;object-fit:cover}.thumb-placeholder{font-size:1rem;color:var(--admin-text-muted)}.product-card-top{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.product-card-header-info{display:flex;flex-direction:column;gap:.25rem}@media (max-width: 768px){.table-container{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.product-cards-grid{display:grid}.form-row{grid-template-columns:1fr}}.admin_login_wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background-color:#f7f9fc;box-sizing:border-box}.admin_login_card{width:100%;max-width:420px;background:#fff;padding:35px 30px;border-radius:8px;box-shadow:0 4px 20px #00000014;border:1px solid #e2e8f0}.admin_login_header{text-align:center;margin-bottom:25px}.admin_login_header h2{margin:0 0 8px;font-size:24px;color:#1a202c;font-weight:700}.admin_login_header p{margin:0;font-size:14px;color:#718096}.admin_login_error{background-color:#fff5f5;color:#e53e3e;border:1px solid #fed7d7;padding:10px 14px;border-radius:6px;font-size:14px;margin-bottom:20px;text-align:center}.form_group{margin-bottom:20px}.form_group label{display:block;font-size:13px;font-weight:600;color:#4a5568;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.form_group input{width:100%;padding:12px 14px;border:1px solid #cbd5e0;border-radius:6px;font-size:15px;color:#2d3748;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.form_group input:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 3px #3182ce26}.password_input_wrap{position:relative}.password_input_wrap input{padding-right:60px}.toggle_password_btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#718096;font-size:12px;font-weight:600;cursor:pointer;padding:4px;transition:color .2s}.toggle_password_btn:hover{color:#2d3748}.admin_login_btn{width:100%;padding:12px;background-color:#1a202c;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:10px}.admin_login_btn:hover:not(:disabled){background-color:#2d3748}.admin_login_btn:disabled{opacity:.7;cursor:not-allowed}:root{--admin-bg: #f6f6f4;--admin-sidebar-bg: #111111;--admin-card-bg: #ffffff;--admin-text-main: #18181b;--admin-text-muted: #71717a;--admin-border: #e4e4e7;--admin-primary: #18181b;--admin-primary-hover: #27272a;--admin-accent: #2563eb;--admin-danger: #ef4444;--admin-danger-hover: #dc2626;--admin-success: #16a34a;--admin-radius: 8px}.admin-layout{display:flex;min-height:100vh;background-color:var(--admin-bg);color:var(--admin-text-main);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;box-sizing:border-box}.admin-layout *,.admin-layout *:before,.admin-layout *:after{box-sizing:inherit}.admin-sidebar{width:250px;background-color:var(--admin-sidebar-bg);color:#fff;display:flex;flex-direction:column;flex-shrink:0;transition:all .3s ease}.sidebar-brand{padding:1.5rem;border-bottom:1px solid #27272a}.sidebar-brand h2{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.025em}.online-indicator{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#a1a1aa;margin-top:.5rem}.dot{width:8px;height:8px;background-color:var(--admin-success);border-radius:50%}.sidebar-nav{padding:1rem .75rem;display:flex;flex-direction:column;gap:.25rem;flex-grow:1}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#a1a1aa;text-decoration:none;border-radius:var(--admin-radius);font-weight:500;font-size:.875rem;transition:background-color .2s,color .2s}.nav-item:hover,.nav-item.active{background-color:#27272a;color:#fff}.admin-main-wrapper{flex-grow:1;display:flex;flex-direction:column;min-width:0}.admin-header{height:64px;background-color:var(--admin-card-bg);border-bottom:1px solid var(--admin-border);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem}.header-title h3{margin:0;font-size:1rem;font-weight:600}.header-actions{display:flex;align-items:center;gap:1rem}.icon-btn{background:none;border:1px solid var(--admin-border);padding:.5rem;border-radius:var(--admin-radius);cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative}.icon-btn:hover{background-color:var(--admin-bg)}.notification-badge{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background-color:var(--admin-danger);border-radius:50%}.admin-profile{display:flex;align-items:center;gap:.75rem}.avatar{width:32px;height:32px;border-radius:50%;background-color:var(--admin-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.profile-info{display:flex;flex-direction:column}.profile-name{font-size:.875rem;font-weight:600;line-height:1.2}.profile-role{font-size:.75rem;color:var(--admin-text-muted)}.admin-content{padding:2rem;flex-grow:1;overflow-y:auto}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:2rem}.stat-card{background-color:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:var(--admin-radius);padding:1.25rem}.stat-header{font-size:.875rem;color:var(--admin-text-muted);font-weight:500;margin-bottom:.5rem}.stat-value{font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.dashboard-section{background-color:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:var(--admin-radius);padding:1.5rem;margin-bottom:2rem}.dashboard-section h4{margin:0 0 1rem;font-size:1.1rem;font-weight:600}.chart-container{width:100%;height:200px}.chart-svg{width:100%;height:100%}.chart-line{fill:none;stroke:var(--admin-primary);stroke-width:3}.chart-area{fill:url(#chartGradient);opacity:.15}.quick-actions{display:flex;gap:1rem;margin-top:1rem}.btn-primary{background-color:var(--admin-primary);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:var(--admin-radius);font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover:not(:disabled){background-color:var(--admin-primary-hover)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background-color:#fff;color:var(--admin-text-main);border:1px solid var(--admin-border);padding:.625rem 1.25rem;border-radius:var(--admin-radius);font-weight:500;font-size:.875rem;cursor:pointer;transition:background-color .2s}.btn-secondary:hover:not(:disabled){background-color:var(--admin-bg)}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.admin-layout{flex-direction:column}.admin-sidebar{width:100%}.sidebar-nav{flex-direction:row;overflow-x:auto}.admin-header{padding:0 1rem}.admin-content{padding:1rem}}.dashboard-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.dashboard-page-header h2{margin:0;font-size:1.5rem;font-weight:700;letter-spacing:-.025em}.dashboard-page-header p{margin:.35rem 0 0;color:var(--admin-text-muted);font-size:.875rem}.stat-description{margin-top:.5rem;color:var(--admin-text-muted);font-size:.75rem}.section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-header h4{margin-bottom:.25rem}.section-header p{margin:0;color:var(--admin-text-muted);font-size:.8rem}.dashboard-select{padding:.5rem .75rem;border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-card-bg);color:var(--admin-text-main);font-size:.8rem;outline:none}.dashboard-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.dashboard-columns .dashboard-section{margin-bottom:0}.activity-list{display:flex;flex-direction:column}.activity-item{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 0;border-bottom:1px solid var(--admin-border)}.activity-item:last-child{border-bottom:none;padding-bottom:0}.activity-dot{width:8px;height:8px;margin-top:.35rem;background:var(--admin-success);border-radius:50%;flex-shrink:0}.activity-item>div:nth-child(2){display:flex;flex-direction:column;gap:.2rem;flex:1}.activity-item strong{font-size:.8rem;font-weight:600}.activity-item span{color:var(--admin-text-muted);font-size:.75rem}.activity-item time{color:var(--admin-text-muted);font-size:.7rem;white-space:nowrap}@media (max-width: 768px){.dashboard-page-header{align-items:flex-start;flex-direction:column}.dashboard-page-header .btn-primary{width:100%;justify-content:center}.dashboard-columns{grid-template-columns:1fr}.section-header{align-items:flex-start;flex-direction:column}.dashboard-select{width:100%}}.banner-management{width:100%}.banner-management-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.banner-management-header h2{margin:0;font-size:1.5rem;font-weight:700}.banner-management-header p{margin:.35rem 0 0;color:var(--admin-text-muted);font-size:.875rem}.logo-card-eyebrow{display:block;margin-bottom:.35rem;color:var(--admin-text-muted);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.logo-card-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;background:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:var(--admin-radius);padding:2rem;margin-bottom:2rem}.logo-preview-box{display:flex;align-items:center;justify-content:center;width:100%;height:220px;background:linear-gradient(135deg,#f9f9f7,#f6f6f4);border:1px solid var(--admin-border);border-radius:var(--admin-radius);overflow:hidden}.logo-preview-box img{width:auto;height:auto;max-width:90%;max-height:90%;object-fit:contain;display:block}.logo-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--admin-text-muted);font-size:.875rem;font-weight:500}.logo-card-actions{display:flex;flex-direction:column;gap:1.25rem}.logo-card-actions>div{display:flex;flex-direction:column;gap:.35rem}.logo-card-actions strong{font-size:.95rem;font-weight:600;color:var(--admin-text-main)}.logo-card-actions p{margin:0;color:var(--admin-text-muted);font-size:.8rem;line-height:1.4}.logo-card-actions .btn-secondary{width:100%;padding:.75rem 1.25rem;font-weight:500;text-align:center;cursor:pointer;transition:all .2s ease}.logo-card-actions .btn-secondary:hover:not(:disabled){background-color:var(--admin-bg);border-color:var(--admin-primary);color:var(--admin-primary)}.banner-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.banner-card{overflow:hidden;background:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:var(--admin-radius)}.banner-preview{position:relative;width:100%;aspect-ratio:16 / 8;overflow:hidden;background:#18181b}.banner-preview img{width:100%;height:100%;object-fit:cover;display:block}.banner-preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000b3,#00000026)}.banner-preview-content{position:absolute;left:1.25rem;bottom:1.25rem;max-width:70%;color:#fff}.banner-preview-content h3{margin:.25rem 0;font-size:1.35rem;font-weight:700}.banner-preview-content p{margin:.35rem 0;font-size:.8rem;opacity:.9}.banner-preview-content strong{font-size:1rem}.banner-eyebrow{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.banner-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#27272a;color:#a1a1aa;font-size:.875rem}.banner-card-info{padding:1.25rem}.banner-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.banner-number{display:block;margin-bottom:.3rem;color:var(--admin-text-muted);font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.banner-card-header h4{margin:0;font-size:1rem;font-weight:650}.banner-status{flex-shrink:0;padding:.3rem .6rem;border-radius:999px;font-size:.7rem;font-weight:600}.banner-status.active{color:var(--admin-success);background:#dcfce7}.banner-status.inactive{color:var(--admin-danger);background:#fee2e2}.banner-meta{display:flex;gap:.75rem;margin-top:.75rem;color:var(--admin-text-muted);font-size:.8rem}.banner-meta span+span:before{content:"•";margin-right:.75rem}.banner-badges{display:flex;align-items:center;gap:.5rem;margin-top:.85rem}.banner-featured,.banner-order{padding:.3rem .55rem;border:1px solid var(--admin-border);border-radius:999px;font-size:.7rem}.banner-featured{font-weight:600}.banner-order{color:var(--admin-text-muted)}.banner-card-actions{display:flex;gap:.5rem;margin-top:1rem}.banner-card-actions button{flex:1}.btn-danger{background:#fff;color:var(--admin-danger);border:1px solid #fecaca;padding:.625rem 1.25rem;border-radius:var(--admin-radius);font-weight:500;font-size:.875rem;cursor:pointer}.btn-danger:hover:not(:disabled){background:#fef2f2}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.banner-empty-state{min-height:300px;background:var(--admin-card-bg);border:1px dashed var(--admin-border);border-radius:var(--admin-radius);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.banner-empty-state h4{margin:0 0 .5rem}.banner-empty-state p{margin:0 0 1rem;color:var(--admin-text-muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.banner-editor-modal{width:min(1100px,95vw);max-height:92vh;overflow-y:auto;background:var(--admin-card-bg);border-radius:12px;box-shadow:0 25px 50px -12px #00000040}.banner-editor-modal .modal-header{position:sticky;top:0;z-index:5;display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.75rem;background:var(--admin-card-bg);border-bottom:1px solid var(--admin-border)}.modal-eyebrow{display:block;margin-bottom:.35rem;color:var(--admin-text-muted);font-size:.7rem;font-weight:700;letter-spacing:.08em}.banner-editor-modal .modal-header h3{margin:0;font-size:1.25rem}.banner-editor-modal .modal-header p{margin:.3rem 0 0;color:var(--admin-text-muted);font-size:.8rem}.modal-close{width:32px;height:32px;border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--admin-text-muted);transition:color .2s}.modal-close:hover{color:var(--admin-text-main)}.banner-editor-form{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;padding:1.5rem 1.75rem}.banner-editor-left,.banner-editor-right{display:flex;flex-direction:column;gap:1.25rem}.editor-section{padding:1.25rem;border:1px solid var(--admin-border);border-radius:var(--admin-radius)}.editor-section-header{margin-bottom:1rem}.editor-section-header h4{margin:0;font-size:.95rem}.editor-section-header p{margin:.25rem 0 0;color:var(--admin-text-muted);font-size:.75rem}.editor-preview{position:relative;overflow:hidden;aspect-ratio:16 / 8;border-radius:var(--admin-radius);background:#18181b}.editor-preview img{width:100%;height:100%;object-fit:cover}.editor-preview-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#000000b3,#0000001a)}.editor-preview-content{position:absolute;left:1.25rem;bottom:1.25rem;max-width:75%;color:#fff}.editor-preview-content span{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.editor-preview-content h3{margin:.25rem 0;font-size:1.25rem}.editor-preview-content p{margin:.25rem 0;font-size:.75rem}.editor-preview-content strong{font-size:.9rem}.editor-preview-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#a1a1aa}.editor-preview-empty span{font-size:.9rem;font-weight:600}.editor-preview-empty p{margin:.3rem 0 0;font-size:.75rem}.image-upload-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:160px;padding:1.5rem;border:1px dashed var(--admin-border);border-radius:var(--admin-radius);text-align:center}.image-upload-box strong{font-size:.85rem}.image-upload-box span{color:var(--admin-text-muted);font-size:.75rem}.upload-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--admin-bg);font-size:1.1rem}.uploaded-image-preview{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem}.uploaded-image-preview img{max-width:100%;height:auto;max-height:140px;border-radius:var(--admin-radius);object-fit:contain}.uploaded-image-actions{width:100%}.editor-fields{display:flex;flex-direction:column;gap:1rem}.editor-section .form-group{margin-bottom:0}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{display:block;font-size:.8rem;font-weight:600}.form-group input,.form-group textarea{width:100%;padding:.7rem .8rem;border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:#fff;color:var(--admin-text-main);font:inherit;font-size:.85rem;outline:none;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--admin-primary)}.form-group textarea{resize:vertical}.settings-list{display:flex;flex-direction:column}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 0;cursor:pointer}.setting-row+.setting-row{border-top:1px solid var(--admin-border)}.setting-row strong{display:block;font-size:.85rem}.setting-row span{display:block;margin-top:.2rem;color:var(--admin-text-muted);font-size:.75rem}.setting-row input{width:18px;height:18px;flex-shrink:0;cursor:pointer}.banner-editor-footer{position:sticky;bottom:0;z-index:5;display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.75rem;background:var(--admin-card-bg);border-top:1px solid var(--admin-border)}@media (max-width: 900px){.banner-grid,.banner-editor-form{grid-template-columns:1fr}.logo-card-content{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.logo-preview-box{height:180px}.logo-card-actions{gap:1rem}}@media (max-width: 600px){.banner-management-header{flex-direction:column}.banner-management-header .btn-primary{width:100%}.banner-card-actions{flex-wrap:wrap}.banner-card-actions button{flex:1 1 calc(50% - .25rem)}.banner-editor-modal{width:100%;max-height:100vh;border-radius:0}.banner-editor-form{padding:1rem;grid-template-columns:1fr}.banner-editor-modal .modal-header,.banner-editor-footer{padding-left:1rem;padding-right:1rem}.logo-card-content{grid-template-columns:1fr;gap:1.25rem;padding:1.25rem;margin-bottom:1.5rem}.logo-preview-box{height:160px}.logo-card-actions>div{gap:.25rem}.logo-card-actions strong{font-size:.9rem}.logo-card-actions p{font-size:.75rem}}.admin-team-manager{padding:24px;max-width:1100px;margin:0 auto}.admin-team-manager h2{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:#1a1a1a}.admin-team-manager h3{font-size:1.2rem;font-weight:600;margin-bottom:16px;color:#333}.admin-team-manager h4{font-size:1rem;font-weight:600;margin-bottom:12px;color:#444}.card-box{background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.margin-bottom-large{margin-bottom:32px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-group.full-width{grid-column:1 / -1}.form-group label{font-size:.875rem;font-weight:500;color:#4a5568}.form-group input[type=text],.form-group input[type=number],.form-group textarea{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;outline:none;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.form-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}}.preview-container{margin-top:8px}.preview-container img{border-radius:6px;object-fit:cover;border:1px solid #e2e8f0}.form-actions{display:flex;gap:12px;margin-top:16px}.btn-primary{background-color:#2563eb;color:#fff;padding:8px 16px;border-radius:6px;border:none;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#e2e8f0;color:#334155;padding:8px 16px;border-radius:6px;border:none;font-weight:500;cursor:pointer}.btn-secondary:hover{background-color:#cbd5e1}.btn-small{padding:4px 8px;font-size:.8rem;border-radius:4px;border:none;background-color:#e2e8f0;cursor:pointer;margin-right:6px}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover{background-color:#dc2626}.divider{margin:24px 0;border:0;border-top:1px solid #e2e8f0}.admin-table{width:100%;border-collapse:collapse;margin-top:12px}.admin-table th,.admin-table td{padding:12px;text-align:left;border-bottom:1px solid #f1f5f9;font-size:.9rem}.admin-table th{background-color:#f8fafc;color:#64748b;font-weight:600}#rev_slider_1_1_wrapper{margin:0 auto;background:transparent;padding:0}#slide-1-layer-1{z-index:5;text-align:left}#slide-1-layer-2{z-index:6;white-space:nowrap;font-size:60px;line-height:70px;font-weight:900;color:#fff;font-family:Lato;text-align:left}#slide-1-layer-3{z-index:7;white-space:nowrap;font-size:22px;line-height:22px;font-weight:300;color:#fff;font-family:Lato;text-align:left}#slide-1-layer-4{z-index:8;white-space:nowrap;font-size:40px;line-height:40px;font-weight:900;color:#fea526;font-family:Lato;text-align:left}#slide-1-layer-5{z-index:9;white-space:nowrap;font-size:12px;line-height:48px;font-weight:400;color:#fff;font-family:Hind;text-transform:uppercase;border-color:#fff;border-style:solid;border-width:2px;letter-spacing:1px;cursor:pointer}#slide-3-layer-1{z-index:10;text-align:left}#slide-3-layer-2{z-index:11;white-space:nowrap;font-size:60px;line-height:70px;font-weight:900;color:#fff;font-family:Lato;text-transform:uppercase}#slide-3-layer-3{z-index:12;white-space:nowrap;font-size:22px;line-height:22px;font-weight:300;color:#fff;font-family:Lato;text-transform:left}#slide-3-layer-4{z-index:13;white-space:nowrap;font-size:40px;line-height:40px;font-weight:900;color:#fea526;font-family:Lato;text-align:left}#slide-3-layer-5{z-index:14;white-space:nowrap;font-size:12px;line-height:48px;font-weight:400;color:#fff;font-family:Hind;text-transform:uppercase;border-color:#fff;border-style:solid;border-width:2px;letter-spacing:1px;cursor:pointer}#slide-4-layer-1{z-index:15;text-align:left}#slide-4-layer-2{z-index:16;white-space:nowrap;font-size:70px;line-height:70px;font-weight:900;color:#fff;font-family:Lato;text-transform:uppercase}#slide-4-layer-3{z-index:18;white-space:nowrap;font-size:15px;line-height:22px;font-weight:300;color:#fff;font-family:Lato;text-transform:uppercase;letter-spacing:4px;text-align:center}#slide-4-layer-5{z-index:19;white-space:nowrap;font-size:12px;line-height:48px;font-weight:400;color:#fea526;font-family:Hind;text-transform:uppercase;border-color:#fea526;border-style:solid;border-width:2px;letter-spacing:1px;cursor:pointer}#slide-4-layer-6{z-index:17;white-space:nowrap;font-size:25px;line-height:25px;font-weight:900;color:#fea526;font-family:Lato;text-transform:uppercase;letter-spacing:2px}#rev_slider_3_1_wrapper{margin:0 auto;background:transparent;padding:0}#slide-6-layer-2{z-index:6;white-space:nowrap;font-size:75px;line-height:75px;font-weight:900;color:#fea526;font-family:Lato;text-transform:uppercase}#slide-6-layer-3{z-index:7;white-space:nowrap;font-size:15px;line-height:21px;font-weight:300;color:#fff;font-family:Lato;text-transform:uppercase;text-align:center;letter-spacing:4px}#slide-6-layer-4{z-index:8;white-space:nowrap;font-size:24px;line-height:24px;font-weight:900;color:#fff;font-family:Lato;text-transform:uppercase;letter-spacing:2px}#slide-6-layer-5{z-index:9;white-space:nowrap;font-size:12px;line-height:48px;font-weight:400;color:#000;font-family:Hind;text-transform:uppercase;background-color:#fff;border-color:#fff;border-style:solid;border-width:2px 2px 2px 2px;letter-spacing:1px;cursor:pointer}#slide-8-layer-1{z-index:9;text-align:left}#slide-8-layer-2{z-index:10;white-space:nowrap;font-size:70px;line-height:70px;font-weight:900;color:#fff;font-family:Lato;text-transform:uppercase;font-style:italic}#slide-8-layer-7{z-index:11;white-space:nowrap;font-size:70px;line-height:70px;font-weight:900;color:#fff;font-family:Lato;text-transform:uppercase;font-style:italic}#slide-8-layer-3{z-index:12;white-space:nowrap;font-size:17px;line-height:25px;font-weight:400;color:#c1c1c1;font-family:Hind;text-align:left}#slide-8-layer-6{z-index:13;white-space:nowrap;font-size:14px;line-height:14px;font-weight:400;color:#fea526;font-family:Lato;text-transform:uppercase;letter-spacing:.8px}#slide-8-layer-5{z-index:14;white-space:nowrap;font-size:12px;line-height:48px;font-weight:400;color:#fea526;font-family:Hind;text-transform:uppercase;border-color:#fea526;border-style:solid;border-width:2px;letter-spacing:1px;cursor:pointer}#slide-9-layer-1{z-index:15;text-align:left}#slide-9-layer-2{z-index:16;white-space:nowrap;font-size:70px;line-height:70px;font-weight:100;color:#fff;font-family:Lato;text-transform:uppercase;font-style:italic}#slide-9-layer-3{z-index:18;white-space:nowrap;font-size:17px;line-height:25px;font-weight:400;color:#c1c1c1;font-family:Hind;text-align:left}#slide-9-layer-5{z-index:20;white-space:nowrap;font-size:12px;line-height:48px;font-weight:400;color:#fea526;font-family:Hind;text-transform:uppercase;border-color:#fea526;border-style:solid;border-width:2px;letter-spacing:1px;cursor:pointer}#slide-9-layer-6{z-index:19;white-space:nowrap;font-size:14px;line-height:14px;font-weight:400;color:#fea526;font-family:Lato;text-transform:uppercase;letter-spacing:.8px}#slide-9-layer-7{z-index:17;white-space:nowrap;font-size:70px;line-height:70px;font-weight:900;color:#fff;font-family:Lato;text-transform:uppercase;font-style:italic}#rev_slider_4_1_wrapper{margin:0 auto;background:transparent;padding:0}#slide-12-layer-1{z-index:5;text-align:left}#slide-12-layer-2{z-index:6;white-space:nowrap;font-size:70px;line-height:70px;font-weight:100;color:#fff;font-family:Lato;text-transform:uppercase;font-style:italic}#slide-12-layer-5{z-index:9;white-space:nowrap;font-size:12px;line-height:48px;font-weight:400;color:#fea526;font-family:Hind;text-transform:uppercase;border-color:#fea526;border-style:solid;border-width:2px;letter-spacing:1px;cursor:pointer}#slide-12-layer-6{z-index:8;white-space:nowrap;font-size:14px;line-height:14px;font-weight:400;color:#fea526;font-family:Lato;text-transform:uppercase;letter-spacing:.8px}#slide-12-layer-7{z-index:7;white-space:nowrap;font-size:70px;line-height:70px;font-weight:900;color:#fff;font-family:Lato;text-transform:uppercase;font-style:italic}#slide-11-layer-1{z-index:10;text-align:left}#slide-11-layer-2{z-index:11;white-space:nowrap;font-size:70px;line-height:70px;font-weight:900;color:#fff;font-family:Lato;text-transform:uppercase;font-style:italic}#slide-11-layer-3{z-index:13;white-space:nowrap;font-size:17px;line-height:25px;font-weight:400;color:#c1c1c1;font-family:Hind;text-align:left}#slide-11-layer-5{z-index:15;white-space:nowrap;font-size:12px;line-height:48px;font-weight:400;color:#fea526;font-family:Hind;text-transform:uppercase;border-color:#fea526;border-style:solid;border-width:2px;letter-spacing:1px;cursor:pointer}#slide-11-layer-6{z-index:14;white-space:nowrap;font-size:14px;line-height:14px;font-weight:400;color:#fea526;font-family:Lato;text-transform:uppercase;letter-spacing:.8px}#slide-11-layer-7{z-index:12;white-space:nowrap;font-size:70px;line-height:70px;font-weight:900;color:#fff;font-family:Lato;text-transform:uppercase;font-style:italic}#slide-14-layer-1{z-index:16;text-align:left}#slide-14-layer-2{z-index:17;white-space:nowrap;font-size:70px;line-height:70px;font-weight:100;color:#fff;font-family:Lato;text-transform:uppercase;font-style:italic}#slide-14-layer-5{z-index:20;white-space:nowrap;font-size:12px;line-height:48px;font-weight:400;color:#fea526;font-family:Hind;text-transform:uppercase;border-color:#fea526;border-style:solid;border-width:2px;letter-spacing:1px;cursor:pointer}#slide-14-layer-6{z-index:19;white-space:nowrap;font-size:14px;line-height:14px;font-weight:400;color:#fea526;font-family:Lato;text-transform:uppercase;letter-spacing:.8px}#slide-14-layer-7{z-index:18;white-space:nowrap;font-size:70px;line-height:70px;font-weight:900;color:#fff;font-family:Lato;text-transform:uppercase;font-style:italic}.tp-bannertimer.tp-bottom{visibility:hidden!important}@font-face{font-family:fontello;src:url(/assets/fontello-DrF_vNDp.woff?50171025) format("woff");font-weight:400;font-style:normal}[class^=icon-]:before,[class*=" icon-"]:before{font-family:fontello;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-vcard:before{content:""}.icon-pin:before{content:""}.icon-reply:before{content:""}.icon-reply-all:before{content:""}.icon-forward:before{content:""}.icon-print:before{content:""}.icon-keyboard:before{content:""}.icon-search:before{content:""}.icon-clock-empty:before{content:""}.icon-hourglass:before{content:""}.icon-login:before{content:""}.icon-logout:before{content:""}.icon-picture:before{content:""}.icon-brush:before{content:""}.icon-ccw:before{content:""}.icon-cw:before{content:""}.icon-refresh:before{content:""}.icon-clock:before{content:""}.icon-circle-empty:before{content:""}.icon-circle-dot:before{content:""}.icon-circle:before{content:""}.icon-checkbox:before{content:""}.icon-checkbox-empty:before{content:""}.icon-book:before{content:""}.icon-mail-empty:before{content:""}.icon-mail:before{content:""}.icon-phone:before{content:""}.icon-book-open:before{content:""}.icon-users-group:before{content:""}.icon-male:before{content:""}.icon-female:before{content:""}.icon-child:before{content:""}.icon-star:before{content:""}.icon-globe:before{content:""}.icon-mobile:before{content:""}.icon-tablet:before{content:""}.icon-laptop:before{content:""}.icon-desktop:before{content:""}.icon-cog:before{content:""}.icon-cogs:before{content:""}.icon-down:before{content:""}.icon-wrench:before{content:""}.icon-sliders:before{content:""}.icon-lock:before{content:""}.icon-trophy:before{content:""}.icon-spin3:before{content:""}.icon-spin1:before{content:""}.icon-spin2:before{content:""}.icon-spin4:before{content:""}.icon-spin5:before{content:""}.icon-spin6:before{content:""}.icon-location:before{content:""}.icon-address:before{content:""}.icon-up:before{content:""}.icon-right:before{content:""}.icon-left:before{content:""}.icon-music-light:before{content:""}.icon-search-light:before{content:""}.icon-mail-light:before{content:""}.icon-heart-light:before{content:""}.icon-dot:before{content:""}.icon-user-light:before{content:""}.icon-video-light:before{content:""}.icon-camera-light:before{content:""}.icon-photo-light:before{content:""}.icon-attach-light:before{content:""}.icon-lock-light:before{content:""}.icon-eye-light:before{content:""}.icon-tag-light:before{content:""}.icon-thumbs-up-light:before{content:""}.icon-pencil-light:before{content:""}.icon-comment-light:before{content:""}.icon-location-light:before{content:""}.icon-cup-light:before{content:""}.icon-trash-light:before{content:""}.icon-doc-light:before{content:""}.icon-key-light:before{content:""}.icon-database-light:before{content:""}.icon-megaphone-light:before{content:""}.icon-graduation-light:before{content:""}.icon-fire-light:before{content:""}.icon-paper-plane-light:before{content:""}.icon-cloud-light:before{content:""}.icon-globe-light:before{content:""}.icon-inbox-light:before{content:""}.icon-cd-light:before{content:""}.icon-mobile-light:before{content:""}.icon-desktop-light:before{content:""}.icon-tv-light:before{content:""}.icon-wallet-light:before{content:""}.icon-t-shirt-light:before{content:""}.icon-lightbulb-light:before{content:""}.icon-clock-light:before{content:""}.icon-diamond-light:before{content:""}.icon-shop-light:before{content:""}.icon-sound-light:before{content:""}.icon-calendar-light:before{content:""}.icon-food-light:before{content:""}.icon-money-light:before{content:""}.icon-params-light:before{content:""}.icon-cog-light:before{content:""}.icon-beaker-light:before{content:""}.icon-note-light:before{content:""}.icon-truck-light:before{content:""}.icon-behance:before{content:""}.icon-bitbucket:before{content:""}.icon-cc:before{content:""}.icon-codeopen:before{content:""}.icon-css3:before{content:""}.icon-delicious:before{content:""}.icon-digg:before{content:""}.icon-dribbble:before{content:""}.icon-deviantart:before{content:""}.icon-dropbox:before{content:""}.icon-drupal:before{content:""}.icon-facebook:before{content:""}.icon-flickr:before{content:""}.icon-foursquare:before{content:""}.icon-git:before{content:""}.icon-github:before{content:""}.icon-gittip:before{content:""}.icon-google:before{content:""}.icon-gplus:before{content:""}.icon-gwallet:before{content:""}.icon-hacker-news:before{content:""}.icon-html5:before{content:""}.icon-instagramm:before{content:""}.icon-ioxhost:before{content:""}.icon-joomla:before{content:""}.icon-jsfiddle:before{content:""}.icon-lastfm:before{content:""}.icon-linux:before{content:""}.icon-linkedin:before{content:""}.icon-maxcdn:before{content:""}.icon-meanpath:before{content:""}.icon-openid:before{content:""}.icon-pagelines:before{content:""}.icon-paypal:before{content:""}.icon-qq:before{content:""}.icon-reddit:before{content:""}.icon-renren:before{content:""}.icon-skype:before{content:""}.icon-slack:before{content:""}.icon-slideshare:before{content:""}.icon-soundcloud:before{content:""}.icon-spotify:before{content:""}.icon-stackexchange:before{content:""}.icon-stackoverflow:before{content:""}.icon-steam:before{content:""}.icon-stumbleupon:before{content:""}.icon-tencent-weibo:before{content:""}.icon-trello:before{content:""}.icon-tumblr:before{content:""}.icon-twitch:before{content:""}.icon-twitter:before{content:""}.icon-vine:before{content:""}.icon-vkontakte:before{content:""}.icon-wechat:before{content:""}.icon-weibo:before{content:""}.icon-windows:before{content:""}.icon-wordpress:before{content:""}.icon-xing:before{content:""}.icon-yelp:before{content:""}.icon-youtube:before{content:""}.icon-yahoo:before{content:""}.icon-lemon:before{content:""}.icon-blank:before{content:""}.icon-pinterest-circled:before{content:""}.icon-heart-empty:before{content:""}.icon-lock-open:before{content:""}.icon-heart:before{content:""}.icon-check:before{content:""}.icon-cancel:before{content:""}.icon-plus:before{content:""}.icon-minus:before{content:""}.icon-double-left:before{content:""}.icon-double-right:before{content:""}.icon-double-up:before{content:""}.icon-double-down:before{content:""}.icon-help:before{content:""}.icon-info:before{content:""}.icon-link:before{content:""}.icon-quote:before{content:""}.icon-attach:before{content:""}.icon-eye:before{content:""}.icon-tag:before{content:""}.icon-menu:before{content:""}.icon-pencil:before{content:""}.icon-feather:before{content:""}.icon-code:before{content:""}.icon-home:before{content:""}.icon-camera:before{content:""}.icon-pictures:before{content:""}.icon-video:before{content:""}.icon-users:before{content:""}.icon-user:before{content:""}.icon-user-add:before{content:""}.icon-comment:before{content:""}.icon-chat-empty:before{content:""}.icon-bell:before{content:""}.icon-star-empty:before{content:""}.icon-dot2:before{content:""}.icon-dot3:before{content:""}.icon-note:before{content:""}.icon-basket:before{content:""}.icon-note2:before{content:""}.icon-share:before{content:""}.icon-doc:before{content:""}.icon-doc-text:before{content:""}.icon-file-pdf:before{content:""}.icon-file-word:before{content:""}.icon-file-excel:before{content:""}.icon-file-powerpoint:before{content:""}.icon-file-image:before{content:""}.icon-file-archive:before{content:""}.icon-file-audio:before{content:""}.icon-file-video:before{content:""}.icon-file-code:before{content:""}.icon-trash-empty:before{content:""}.icon-trash:before{content:""}.icon-th-large:before{content:""}.icon-th:before{content:""}.icon-th-list:before{content:""}.icon-flag:before{content:""}.icon-attention:before{content:""}.icon-play:before{content:""}.icon-stop:before{content:""}.icon-pause:before{content:""}.icon-record:before{content:""}.icon-to-end:before{content:""}.icon-tools:before{content:""}.icon-retweet:before{content:""}.icon-to-start:before{content:""}.icon-fast-forward:before{content:""}.icon-fast-backward:before{content:""}.icon-puzzle:before{content:""}.icon-border-right:before{content:""}.icon-border-left:before{content:""}.icon-iconmonstr-shopping-cart-4-icon:before{content:""}.icon-iconmonstr-time-icon:before{content:""}.icon-iconmonstr-target-icon:before{content:""}.icon-iconmonstr-shipping-box-12-icon:before{content:""}.icon-iconmonstr-crosshair-7-icon:before{content:""}.icon-iconmonstr-trophy-6-icon:before{content:""}.icon-iconmonstr-logout-icon:before{content:""}.icon-iconmonstr-flashlight-10-icon:before{content:""}.icon-iconmonstr-magnifier-2-icon:before{content:""}.icon-iconmonstr-pencil-6-icon:before{content:""}.icon-iconmonstr-map-5-icon:before{content:""}.icon-iconmonstr-phone-2-icon:before{content:""}.icon-iconmonstr-police-weapon-icon:before{content:""}.icon-iconmonstr-safe-2-icon:before{content:""}.icon-video-1:before{content:""}.icon-volume-up:before{content:""}.icon-volume-off:before{content:""}.icon-ok:before{content:""}.icon-info-1:before{content:""}.icon-attention-alt:before{content:""}.icon-cancel-1:before{content:""}.icon-square:before{content:""}.icon-quote-1:before{content:""}.icon-user-plus:before{content:""}.icon-user-times:before{content:""}.icon-binocle:before{content:""}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,input,textarea,button,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,section,video,audio{font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;line-height:inherit;border:0;outline:0;-webkit-font-smoothing:antialiased;-ms-word-wrap:break-word;word-wrap:break-word}html,body{margin:0;padding:0;width:100%;line-height:150%}html{height:100%;font-size:100%;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}select{padding:1.036em 1.357em;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none}body{text-rendering:optimizeLegibility}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}h1,h2,h3,h4,h5,h6{line-height:120%}h1,h2,h3,h4,h5,h6,p,ul,ol,dl,blockquote,address{margin:0}h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,h2+h3,h2+h4,h2+h5,h2+h6,h3+h4,h3+h5,h3+h6,h4+h5,h4+h6,h5+h6{margin-top:0}dt,b,strong{font-weight:500}p,ul,ol,dl,blockquote,address{margin-bottom:1.5em}li>ol,li>ul{margin-bottom:0}ul>li,ol>li,dl>dd{margin-bottom:.5em;line-height:1.5em}li>ul,li>ol,dd>dl{margin-top:.5em}li>p{margin-bottom:0}li>p+p{margin-top:.5em}ol,ul{padding-left:1.5em}.sc_list_style_ol,.sc_list_style_ul{padding-left:0}.sc_list_style_ol li,.sc_list_style_ul li{list-style-position:inside;list-style:inherit}a{text-decoration:none;background:transparent}a,a:hover,a:focus,a:active{outline:0}a img{border:none}a,button{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}:active,:focus{outline:0}table{border-collapse:collapse;border-spacing:0}td,th{border:1px solid #e4e7e8;padding:4px}caption,th{font-weight:700;text-align:center}body[class*=woocommerce-] table th,body[class*=woocommerce-] table td{border-width:0}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}dt{font-weight:700}dd{margin-left:1.5em}b,strong{font-weight:700}dfn,cite,em,i{font-style:italic}blockquote{padding:.7em}pre,code,kbd,tt,var,samp{font-family:Courier New,Courier,monospace;font-size:1em}pre{overflow:auto;max-width:100%}abbr,acronym{border-bottom:1px dotted;cursor:help}mark,ins{background-color:transparent;text-decoration:none;font-style:italic;font-weight:700}sup,sub{font-size:75%;height:0;line-height:0;position:relative;vertical-align:baseline}sup{bottom:1ex}sub{top:.5ex}small{font-size:75%}big{font-size:125%}[hidden],template{display:none}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}img{max-width:100%;height:auto;vertical-align:top}.thin{font-weight:300}.post_content p{overflow:hidden}figure{border:0;margin:0;padding:0;overflow:hidden;position:relative;max-width:100%}figure figcaption{-webkit-transition:all ease-in-out .3s;-moz-transition:all ease-in-out .3s;-ms-transition:all ease-in-out .3s;-o-transition:all ease-in-out .3s;transition:all ease-in-out .3s;position:absolute;bottom:0;right:0;left:0;margin-bottom:0;background-color:#00000080;font-size:.75em;line-height:1.2857em;color:#fff;padding:1em .8em}figure:hover figcaption{margin-bottom:-5em!important}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}iframe,video,embed{max-width:100%;min-height:100px;vertical-align:top}.me-cannotplay{overflow:hidden}.me-plugin{position:absolute;height:0;width:0}[class^=icon-]:before,[class*=" icon-"]:before{line-height:inherit;font-weight:inherit;font-size:inherit;width:auto;margin:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:1em;line-height:1.2857em;margin:0;vertical-align:baseline}button,input{line-height:normal}button{overflow:visible}button,input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}textarea,select,input[type=text],input[type=number],input[type=email],input[type=password],input[type=search],input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{padding:0;vertical-align:middle}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:none;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=text],input[type=number],input[type=email],input[type=tel],input[type=password],input[type=search],select,textarea{-webkit-appearance:none;outline:none;resize:none;padding:1.036em 1.2em;height:3.42em;border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}button::-moz-focus-inner{border:0}button:focus,input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=search]:focus,select,textarea:focus{outline:none}textarea{overflow:auto;vertical-align:top;min-height:5em}label.required:after{content:"*";display:inline-block;vertical-align:text-top;font-size:80%;color:#da6f5b}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus{display:block;top:5px;left:5px;width:auto;height:auto;padding:1em 1.5em;font-size:.85em;line-height:normal;color:#21759b;background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px #0009;clip:auto!important;text-decoration:none;z-index:100000}.alignleft{display:inline-block;float:left;margin-right:2em;margin-top:1em;margin-bottom:1em}.alignright{display:inline-block;float:right;margin-left:2em;margin-top:1em;margin-bottom:1em}.aligncenter{clear:both;display:block!important;margin-left:auto!important;margin-right:auto!important;margin-top:1em;margin-bottom:1em;text-align:center}.textalign_center{text-align:center}.textalign_left *{text-align:left}.gallery{margin:0 -5px}.gallery .gallery-item{float:left;margin-top:10px;text-align:center;width:33%}.gallery .gallery-item a{display:block}.gallery .gallery-item a img{border:none!important;display:block;width:100%}.gallery .gallery-item .gallery-icon{margin:0 5px}.gallery .gallery-item .gallery-caption{line-height:100%;margin:0;padding:6px 6px 0;font-size:.875em}.gallery.gallery-columns-9 .gallery-item{width:11.1111%!important}.gallery.gallery-columns-8 .gallery-item{width:12.5%!important}.gallery.gallery-columns-7 .gallery-item{width:14.2857%!important}.gallery.gallery-columns-6 .gallery-item{width:16.6666%!important}.gallery.gallery-columns-5 .gallery-item{width:20%!important}.gallery.gallery-columns-4 .gallery-item{width:25%!important}.gallery.gallery-columns-3 .gallery-item{width:33.3333%!important}.gallery.gallery-columns-2 .gallery-item{width:50%!important}.gallery.gallery-columns-1 .gallery-item{width:100%!important}.gallery.gallery-columns-9 .gallery-caption{font-size:.625em}.gallery.gallery-columns-8 .gallery-caption{font-size:.6875em}.gallery.gallery-columns-7 .gallery-caption{font-size:.75em}.gallery.gallery-columns-6 .gallery-caption{font-size:.8125em}.post-password-form label{display:inline-block;vertical-align:top}.post-password-form input[type=submit]{display:inline-block;margin-left:10px}.container,.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row,.columns_wrap{margin-left:0;margin-right:-30px}.row>[class*=column-],.columns_wrap>[class*=column-]{display:inline-block;vertical-align:top;position:relative;min-height:1px;padding-left:0;padding-right:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.row.column_padding_left,.columns_wrap.column_padding_left{margin-left:-30px;margin-right:0}.row.column_padding_left>[class*=column-],.columns_wrap.column_padding_left>[class*=column-],.row>[class*=column-].column_padding_left,.columns_wrap>[class*=column-].column_padding_left{padding-left:30px;padding-right:0}.row.column_padding_right,.columns_wrap.column_padding_right{margin-left:0;margin-right:-30px}.row.column_padding_right>[class*=column-],.columns_wrap.column_padding_right>[class*=column-],.row>[class*=column-].column_padding_right,.columns_wrap>[class*=column-].column_padding_right{padding-left:0;padding-right:30px}.row.column_padding_center,.columns_wrap.column_padding_center{margin-left:-15px;margin-right:-15px}.row.column_padding_center>[class*=column-],.columns_wrap.column_padding_center>[class*=column-],.row>[class*=column-].column_padding_center,.columns_wrap>[class*=column-].column_padding_center{padding-left:15px;padding-right:15px}.row>[class*=column-].column_padding_bottom,.columns_wrap>[class*=column-].column_padding_bottom{padding-bottom:30px}.sc_blogger.no_margins .row,.sc_blogger.no_margins .columns_wrap,.row.no_margins,.columns_wrap.no_margins{margin:0!important}.sc_blogger.no_margins .row>[class*=column-],.sc_blogger.no_margins .columns_wrap>[class*=column-],.row.no_margins>[class*=column-],.columns_wrap.no_margins>[class*=column-]{padding:0!important}.column-1,.column-1_1,.column-2_2,.column-3_3,.column-4_4,.column-5_5,.column-6_6,.column-7_7,.column-8_8,.column-9_9,.column-10_10,.column-11_11,.column-12_12{width:100%}.column-1_2,.column-2_4,.column-3_6,.column-4_8,.column-5_10,.column-6_12{width:50%}.column-1_3,.column-2_6,.column-3_9,.column-4_12{width:33.33333333%}.column-2_3,.column-4_6,.column-8_12{width:66.66666667%}.column-1_4,.column-2_8,.column-3_12{width:25%}.column-3_4,.column-6_8,.column-9_12{width:75%}.column-1_5,.column-2_10{width:20%}.column-2_5,.column-4_10{width:40%}.column-3_5,.column-6_10{width:60%}.column-4_5,.column-8_10{width:80%}.column-1_6,.column-2_12{width:16.66666667%}.column-5_6,.column-10_12{width:83.33333333%}.column-1_7{width:14.28571429%}.column-2_7{width:28.57142857%}.column-3_7{width:42.85714286%}.column-4_7{width:57.14285714%}.column-5_7{width:71.42857143%}.column-6_7{width:85.71428571%}.column-1_8{width:12.5%}.column-3_8{width:37.5%}.column-5_8{width:62.5%}.column-7_8{width:87.5%}.column-1_9{width:11.11111111%}.column-2_9{width:22.22222222%}.column-3_9{width:33.33333333%}.column-4_9{width:44.44444444%}.column-5_9{width:55.55555556%}.column-6_9{width:66.66666667%}.column-7_9{width:77.77777778%}.column-8_9{width:88.88888889%}.column-1_10{width:10%}.column-3_10{width:30%}.column-7_10{width:70%}.column-9_10{width:90%}.column-1_11{width:9.09090909%}.column-2_11{width:18.18181818%}.column-3_11{width:27.27272727%}.column-4_11{width:36.36363636%}.column-5_11{width:45.45454545%}.column-6_11{width:54.54545455%}.column-7_11{width:63.63636364%}.column-8_11{width:72.72727273%}.column-9_11{width:81.81818182%}.column-10_11{width:90.90909091%}.column-1_12{width:8.33333333%}.column-5_12{width:41.66666667%}.column-7_12{width:58.33333333%}.column-11_12{width:91.66666667%}.offset-1_2,.offset-2_4,.offset-3_6,.offset-4_8,.offset-5_10,.offset-6_12{margin-left:50%}.offset-1_3,.offset-2_6,.offset-3_9,.offset-4_12{margin-left:33.33333333%}.offset-2_3,.offset-4_6,.offset-8_12{margin-left:66.66666667%}.offset-1_4,.offset-2_8,.offset-3_12{margin-left:25%}.offset-3_4,.offset-6_8,.offset-9_12{margin-left:75%}.offset-1_5,.offset-2_10{margin-left:20%}.offset-2_5,.offset-4_10{margin-left:40%}.offset-3_5,.offset-6_10{margin-left:60%}.offset-4_5,.offset-8_10{margin-left:80%}.offset-1_6,.offset-2_12{margin-left:16.66666667%}.offset-5_6,.offset-10_12{margin-left:83.33333333%}.offset-1_7{margin-left:14.28571429%}.offset-2_7{margin-left:28.57142857%}.offset-3_7{margin-left:42.85714286%}.offset-4_7{margin-left:57.14285714%}.offset-5_7{margin-left:71.42857143%}.offset-6_7{margin-left:85.71428571%}.offset-1_8{margin-left:12.5%}.offset-3_8{margin-left:37.5%}.offset-5_8{margin-left:62.5%}.offset-7_8{margin-left:87.5%}.offset-1_9{margin-left:11.11111111%}.offset-2_9{margin-left:22.22222222%}.offset-3_9{margin-left:33.33333333%}.offset-4_9{margin-left:44.44444444%}.offset-5_9{margin-left:55.55555556%}.offset-6_9{margin-left:66.66666667%}.offset-7_9{margin-left:77.77777778%}.offset-8_9{margin-left:88.88888889%}.offset-1_10{margin-left:10%}.offset-3_10{margin-left:30%}.offset-7_10{margin-left:70%}.offset-9_10{margin-left:90%}.offset-1_11{margin-left:9.09090909%}.offset-2_11{margin-left:18.18181818%}.offset-3_11{margin-left:27.27272727%}.offset-4_11{margin-left:36.36363636%}.offset-5_11{margin-left:45.45454545%}.offset-6_11{margin-left:54.54545455%}.offset-7_11{margin-left:63.63636364%}.offset-8_11{margin-left:72.72727273%}.offset-9_11{margin-left:81.81818182%}.offset-10_11{margin-left:90.90909091%}.offset-1_12{margin-left:8.33333333%}.offset-5_12{margin-left:41.66666667%}.offset-7_12{margin-left:58.33333333%}.offset-11_12{margin-left:91.66666667%}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.columns_wrap:before,.columns_wrap:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.columns_wrap:after{clear:both;width:100%;height:0;display:block}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.affix{position:fixed;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}.visible{visibility:visible}.invisible{visibility:hidden}.show{display:block!important}.hide{display:none!important}.hidden{display:none!important;visibility:hidden!important}.text-hide{font-size:0;line-height:0;color:transparent;text-shadow:none;background-color:transparent;border:0}.page_wrap,.content_wrap{margin:0 auto}.body_style_boxed .page_wrap{width:1230px;overflow:hidden}.slider_boxed,.content_wrap,.content_container{width:1170px;margin:0 auto}.content_wrap:after,.content_container:after{content:" ";display:block;width:100%;height:0;clear:both}.body_style_fullwide .content_wrap{width:auto;padding-left:30px;padding-right:30px}.content,.sidebar,.sidebar_inner{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sidebar_show .content{width:860px}.sidebar{width:270px}.sidebar_right .content{float:left}.sidebar_right .sidebar,.sidebar_left .content{float:right}.sidebar_left .sidebar{float:left}.body_style_fullwide.sidebar_show .content,.body_style_fullscreen.sidebar_show .content{width:auto;max-width:100%}.body_style_fullwide.sidebar_right .content,.body_style_fullscreen.sidebar_right .content{padding-right:400px}.body_style_fullwide.sidebar_right .sidebar,.body_style_fullscreen.sidebar_right .sidebar{margin-left:-360px}.body_style_fullwide.sidebar_left .content,.body_style_fullscreen.sidebar_left .content{padding-left:400px}.body_style_fullwide.sidebar_left .sidebar,.body_style_fullscreen.sidebar_left .sidebar{margin-right:-360px}.body_style_fullscreen .page_content_wrap{overflow:hidden;padding:0}.body_transparent .page_wrap,.body_transparent .copy_wrap,.body_transparent .widget_area_inner{background-color:transparent}.page_content_wrap{padding:4.7em 0}.page_content_wrap.page_paddings_no,.body_style_fullscreen .page_content_wrap{padding:0}.article_style_boxed .content>article>.post_content,.article_style_boxed[class*=single-] .content>.comments_wrap,.article_style_boxed[class*=single-] .content>article>.post_info_share,.body_filled .widget_area[class*=scheme_]:not(.footer_wrap) .widget_area_inner aside,.woocommerce-page .widget_area[class*=scheme_]:not(.footer_wrap) .widget_area_inner aside{padding:2.53em 2.8em}.body_style_fullscreen .content>article.page{padding:0}.video_bg_show .body_wrap{position:relative}.video_bg_show .video_bg{position:fixed;z-index:-1;top:0;left:0;width:100%;height:100%}.top_panel_wrap{position:relative}.top_panel_fixed .top_panel_wrap{-webkit-box-shadow:-4px 3px 0 0 rgba(0,0,0,.2);-moz-box-shadow:-4px 3px 0 0 rgba(0,0,0,.2);box-shadow:-4px 3px #0003}.top_panel_over .top_panel_wrap{position:absolute;top:0;left:0;right:0;z-index:10000}body:not(.top_panel_fixed) .top_panel_position_over.top_panel_wrap_inner,body:not(.top_panel_fixed) .top_panel_position_over .top_panel_top,body:not(.top_panel_fixed) .top_panel_position_over .top_panel_middle,body:not(.top_panel_fixed) .top_panel_position_over .top_panel_bottom{background:none!important}.top_panel_wrap [class^=icon-]:before,.top_panel_wrap [class*=" icon-"]:before{margin-right:.5em}.top_panel_bottom{border-top:2px solid #121215}.top_panel_fixed_wrap{display:none}.top_panel_fixed:not(.top_panel_over) .top_panel_fixed_wrap{display:block}.top_panel_fixed .top_panel_wrap{position:fixed;top:0;left:0;right:0;z-index:10000}.top_panel_fixed .top_panel_top,.top_panel_fixed .top_panel_style_1 .top_panel_middle,.top_panel_fixed .top_panel_style_2 .top_panel_middle{display:none}.top_panel_fixed .top_panel_style_5 .contact_logo{float:left}.top_panel_fixed .top_panel_middle{min-height:0}.top_panel_fixed .menu_main_wrap{margin-top:0}.top_panel_top{min-height:3.215em;margin-top:0;position:relative;z-index:10000}.top_panel_style_1 .top_panel_middle,.top_panel_style_2 .top_panel_middle,.top_panel_style_3 .top_panel_middle,.top_panel_style_4 .top_panel_middle,.top_panel_style_5 .top_panel_middle,.top_panel_style_6 .top_panel_middle,.top_panel_style_8 .top_panel_middle{background-repeat:repeat;background-position:center top}.top_panel_top_contact_area{float:left;margin-top:1em}.top_panel_top_open_hours{float:right;margin-top:.8em;margin-right:3em}.top_panel_top_open_hours:before{font-size:1.2em;vertical-align:top}.top_panel_top_user_area{float:left}.top_panel_top_socials{float:left;margin-right:2em;margin-top:.3em}.top_panel_top_search,.menu_user_nav{float:left;margin-top:1em}.top_panel_top_search{padding-top:.2em;margin-right:2em}.top_panel_wrap .sc_socials a:before,.top_panel_wrap .sc_socials [class*=icon-]:before{margin-right:0}.top_panel_wrap ul{margin:0;padding:0;list-style-type:none}.top_panel_wrap li{margin-bottom:0;position:relative}.top_panel_wrap li li>a{position:relative;display:block;padding:.5em 1.5em}.top_panel_wrap li li.menu-item-has-children>a:after{content:"";font-family:fontello;position:absolute;right:8px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}.top_panel_top .sc_socials.sc_socials_size_tiny .sc_socials_item{margin:0 2px 0 0}.menu_user_nav>li{margin-left:2em}.menu_user_nav>li a{font-weight:400}.menu_user_nav>li>a{display:block;padding:.8em 0}.menu_user_nav>li li{line-height:1.5em}.menu_user_nav>li ul:not(.cart_list){width:12em;padding:0;border:1px solid #ddd}.menu_user_nav>li.menu_user_bookmarks ul{width:15em}.menu_user_nav>li>ul{left:0;top:3.7em}.menu_user_nav>li>ul ul{left:12em;margin-left:4px;top:-.5em}.menu_user_nav>li>ul ul.submenu_left{left:-12em;margin-left:-1px}.menu_user_nav>li.menu_user_controls .user_avatar{display:inline-block;border:1px solid #ddd;margin-right:.4em;overflow:hidden;vertical-align:middle;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;width:1em;height:1em;line-height:1em}.popup_link.popup_register_link:before{font-size:1.2em;line-height:1.1em}.menu_main_nav_area{position:relative;z-index:1000;display:none}.menu_show .menu_main_nav_area{display:block}.menu_user_nav>li:first-child{margin-left:0}.menu_user_nav>li,.menu_main_nav>li{position:relative;float:left;z-index:20}header .menu_main_nav>li{padding:1.34em 1.1em 1.3em}.menu_main_nav>li:first-child{padding-left:0}.menu_main_nav>li+li{z-index:19}.menu_main_nav>li+li+li{z-index:18}.menu_main_nav>li+li+li+li{z-index:17}.menu_main_nav>li+li+li+li+li{z-index:16}.menu_main_nav>li+li+li+li+li+li{z-index:15}.menu_main_nav>li+li+li+li+li+li+li{z-index:14}.menu_main_nav>li+li+li+li+li+li+li+li{z-index:13}.menu_main_nav>li+li+li+li+li+li+li+li+li{z-index:12}.menu_main_nav>li+li+li+li+li+li+li+li+li+li{z-index:11}.menu_user_nav>li{z-index:30}.menu_user_nav>li+li{z-index:29}.menu_user_nav>li+li+li{z-index:28}.menu_user_nav>li+li+li+li{z-index:27}.menu_user_nav>li+li+li+li+li{z-index:26}.menu_user_nav>li+li+li+li+li+li{z-index:25}.menu_user_nav>li+li+li+li+li+li+li{z-index:24}.menu_user_nav>li+li+li+li+li+li+li+li{z-index:23}.menu_user_nav>li+li+li+li+li+li+li+li+li{z-index:22}.menu_user_nav>li+li+li+li+li+li+li+li+li+li{z-index:21}.menu_user_nav>li ul,.menu_main_nav>li ul{position:absolute;display:none;z-index:10000}.menu_main_nav>li>a{display:block;padding:1em 1.5em;position:relative}.menu_main_nav li>a{letter-spacing:1px;text-transform:uppercase}.menu_main_nav>li ul{border:1px solid #ddd}.menu_main_nav>li ul{width:220px;padding:0}.menu_main_nav>li>ul{left:0;top:40px}.menu_main_nav>li>ul ul{left:222px;top:-1px}.menu_main_nav>li>ul ul.submenu_left{left:-221px}.menu_main_nav li a:before{margin-right:.5em}.menu_main_nav>li#blob{position:absolute;top:0;z-index:1;opacity:0}.menu_main_nav>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor):hover,.menu_main_nav>li.blob_over:not(.current-menu-item):not(.current-menu-parent):not(.current-menu-ancestor).sfHover{background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.menu_user_nav>li.menu_user_currency>a{padding-left:1.6em;padding-right:.2em}.menu_user_nav>li.menu_user_bookmarks li>a{position:relative}.menu_user_nav>li.menu_user_bookmarks .bookmarks_add{border-bottom:1px solid rgba(0,0,0,.5)}.menu_user_nav>li.menu_user_bookmarks .bookmarks_delete{position:absolute;right:0;top:50%;margin-top:-.5em;margin-right:.5em;width:1em;height:1em;line-height:1em;font-size:1.25em}.top_panel_style_3 .top_panel_cart_button,.top_panel_style_4 .top_panel_cart_button{display:block;padding-left:1.5em!important;padding-right:1.5em!important}.top_panel_middle .contact_cart{position:relative}.top_panel_middle .sidebar_cart{position:absolute;top:4.5em;left:auto;right:30px;z-index:1000;display:none;float:none;text-align:left;border:1px solid #eee}.top_panel_icon{padding:0}.top_panel_icon .sidebar_cart{top:3.5em;left:-.7em}.top_panel_style_5 .top_panel_icon .sidebar_cart,.top_panel_style_6 .top_panel_icon .sidebar_cart,.top_panel_style_7 .top_panel_icon .sidebar_cart,.top_panel_style_8 .top_panel_icon .sidebar_cart{left:auto;right:-1em}.top_panel_icon.search_wrap{width:2.2857em;height:2.2857em;line-height:2.2857em;-webkit-border-radius:1.15em;-moz-border-radius:1.15em;border-radius:1.15em}.top_panel_icon.search_wrap.search_state_opened{width:8em}.top_panel_icon.search_wrap .search_submit{line-height:2.2857em}.top_panel_icon .contact_cart_label,.top_panel_icon .contact_cart_totals{display:none}.top_panel_icon .contact_icon{display:inline-block;text-align:center}.top_panel_icon .contact_icon:before{margin-right:0}.top_panel_icon.menu_main_cart{position:relative}.top_panel_icon .contact_icon{width:2.2857em;height:2.2857em;line-height:2.2857em}.top_panel_icon.menu_main_cart .contact_icon{-webkit-border-radius:1.15em;-moz-border-radius:1.15em;border-radius:1.15em}.top_panel_wrap .logo{margin:2em 0 1em;overflow:hidden}.top_panel_wrap .logo_main{max-height:100px;width:auto}.logo a{display:inline-block}.logo img{float:left;margin:0 .7857em .7857em 0;width:auto}.logo_text,.logo_slogan{float:left;text-align:left}.logo_slogan{margin-top:.25em;font-style:italic}.top_panel_fixed .top_panel_wrap .logo_main{display:none}.top_panel_wrap .logo_fixed{display:none;max-height:42px;width:auto}.top_panel_fixed .top_panel_wrap .logo_fixed{display:block}.top_panel_fixed .top_panel_middle .menu_main_wrap{margin-top:0}.top_panel_style_3 .content_wrap,.top_panel_style_4 .content_wrap,.top_panel_style_6 .content_wrap,.top_panel_style_7 .content_wrap{position:relative}.top_panel_style_3 .menu_main_wrap,.top_panel_style_4 .menu_main_wrap,.top_panel_style_6 .menu_main_wrap,.top_panel_style_7 .menu_main_wrap{float:right}.top_panel_style_3 .contact_logo,.top_panel_style_4 .contact_logo,.top_panel_style_6 .contact_logo,.top_panel_style_7 .contact_logo{position:absolute;z-index:1;top:0;left:0}.top_panel_style_5 .top_panel_wrap_inner{text-align:center}.top_panel_style_5 .contact_logo{overflow:hidden}.top_panel_style_5 .menu_main_wrap{display:inline-block;margin-top:0!important}.top_panel_style_5 .menu_main_nav_area,.top_panel_style_5 .top_panel_icon{display:block!important;float:left}.top_panel_style_5 .top_panel_top_user_area{text-align:left}.top_panel_style_6 .menu_main_nav_area,.top_panel_style_7 .menu_main_nav_area{float:none}.top_panel_style_6 .top_panel_icon,.top_panel_style_7 .top_panel_icon{float:right}.top_panel_image{height:45em;overflow:hidden;position:relative;background-size:cover;background-position:center}.top_panel_image_hover{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#024b5ecc}.top_panel_image_header{position:absolute;left:50%;top:50%;display:block;max-width:50%;text-align:center;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%)}.top_panel_image_icon{font-size:4em;line-height:1em;margin-top:1em}.open_child_menu{cursor:pointer;position:absolute;z-index:1;right:0;top:0;text-align:center;width:2em;height:2.2857em;line-height:2.2857em;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.open_child_menu:hover{-webkit-box-shadow:inset 0 0 10px 0 rgba(0,0,0,.2);-moz-box-shadow:inset 0 0 10px 0 rgba(0,0,0,.2);box-shadow:inset 0 0 10px #0003}.open_child_menu:before{content:"";font-family:fontello}li.opened>a>.open_child_menu:before{content:""}.top_panel_wrap .contact_field{margin-top:3.3em;line-height:1.3em}.top_panel_inner_style_2 .contact_field{margin-top:4.85em}.top_panel_wrap .contact_field>a>span,.top_panel_wrap .contact_field>span{display:block}.top_panel_wrap .contact_label{font-weight:700;margin:.3em 0 .15em}.top_panel_middle .contact_icon{float:left;width:3.5em;height:3.5em;line-height:3.5em;margin-right:.5em;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.top_panel_middle .contact_icon:not(.icon-iconmonstr-shipping-box-12-icon):before{font-size:2.8em;line-height:1.1em;margin-right:0}.top_panel_middle .contact_icon.icon-iconmonstr-shipping-box-12-icon:before{font-size:3.4em;line-height:.9em}.column-1_5.contact_field.contact_phone,.column-1_5.contact_field.contact_cart{width:17%}.column-1_5.contact_field.contact_address{margin-left:6%}.top_panel_style_2 .logo,.top_panel_style_5 .logo{text-align:center}.top_panel_style_2 .contact_phone>span+span{text-align:right}.top_panel_style_2 .contact_phone .contact_icon{float:right;margin-right:0}.top_panel_style_2 .top_panel_bottom{text-align:center}.top_panel_style_2 .menu_main_nav_area{display:table;margin:auto;text-align:left}.top_panel_middle .menu_main_wrap{text-align:right}.top_panel_middle .menu_main_nav_area{display:inline-block;text-align:left}.top_panel_style_5 .top_panel_middle .menu_main_nav_area{display:block}.top_panel_style_6 .top_panel_middle,.top_panel_style_7 .top_panel_middle{min-height:0}.top_panel_middle .search_wrap{display:none}.menu_show .top_panel_middle .search_wrap{display:block}.search_wrap{position:relative;max-width:14em;min-width:2.2857em}.search_wrap.search_state_closed:not(.top_panel_icon){min-width:0;width:1.5em}.search_wrap:not(.search_state_fixed){-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.search_wrap .search_field,.search_wrap:not(.search_style_button) .search_submit,.search_wrap:not(.search_style_button) .search_submit:hover{background-color:transparent!important;border:none}.content .search_wrap,.content .search_wrap .search_submit,.content .search_wrap .search_field,.top_panel_bottom .search_wrap,.top_panel_bottom .search_wrap .search_submit,.top_panel_bottom .search_wrap .search_field,.top_panel_style_4 .search_wrap,.top_panel_style_4 .search_wrap .search_submit,.top_panel_style_4 .search_wrap .search_field{padding-left:0;height:3.42em;line-height:3.42em;vertical-align:top}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.content .search_wrap,.content .search_wrap .search_submit,.content .search_wrap .search_field,.top_panel_bottom .search_wrap,.top_panel_bottom .search_wrap .search_submit,.top_panel_bottom .search_wrap .search_field,.top_panel_style_4 .search_wrap,.top_panel_style_4 .search_wrap .search_submit,.top_panel_style_4 .search_wrap .search_field{line-height:1em}}.search_wrap.search_state_closed .search_field{padding-right:0}.top_panel_bottom .search_wrap,.top_panel_style_4 .search_wrap{float:right;z-index:1;padding-top:1em;padding-left:1em;padding-bottom:.708em}.search_wrap form{width:100%;padding-left:2.2em;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.search_wrap .search_submit{position:absolute;left:0;top:1px;width:2em;padding:0;margin:0;text-align:right;font-weight:400}.top_panel_top_search .search_submit{top:2px}.search_wrap .search_field{width:100%}.top_panel_top .search_field{padding:0;max-width:6em}.search_wrap .search_submit:before{margin-right:0;font-size:14px;line-height:3.2em;left:12px;top:0;position:absolute}.search_wrap.search_style_rounded{-webkit-border-radius:25px;-moz-border-radius:25px;border-radius:25px}.top_panel_inner_style_1 .search_wrap.search_state_closed:not(.top_panel_icon),.top_panel_inner_style_2 .search_wrap.search_state_closed:not(.top_panel_icon){width:5em}.top_panel_inner_style_1 .search_state_closed .search_submit:before,.top_panel_inner_style_2 .search_state_closed .search_submit:before{font-size:22px;line-height:2em;left:0}.top_panel_style_5 .search_form_wrap,.top_panel_style_6 .search_form_wrap,.top_panel_style_7 .search_form_wrap{width:100%;overflow:hidden}.top_panel_style_5 .search_results,.top_panel_style_6 .search_results,.top_panel_style_7 .search_results{top:3.3em!important}.top_panel_icon .search_submit{display:inline-block;text-align:center}.top_panel_icon .search_submit:before{margin-right:0}.search_style_button.search_wrap{padding-right:117px}.search_style_button.search_wrap form{padding-left:0}.search_style_button input[type=text].search_field{padding-left:1.2em;border:2px solid}.search_style_button .search_submit{width:auto;left:auto;right:-117px;padding:1.209em 1.7em!important;border:2px solid;font-size:1em;line-height:1em!important;top:0}.search_style_button .search_submit:hover{border:2px solid}.search_wrap .search_results{display:none;position:absolute;z-index:1000;right:0;top:4.2857em;background-color:#fff;border:1px solid #000;width:270px;padding:0;line-height:1.5em;text-align:left;background-color:#000!important}.top_panel_top .search_results{top:2.65em}.top_panel_middle .sidebar_cart:after,.menu_user_nav>li>ul:after,.search_wrap .search_results:after{content:" ";width:10px;height:10px;background-color:#000;border-left:1px solid #000;border-top:1px solid #000;position:absolute;top:-6px;right:3em;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.top_panel_middle .sidebar_cart:after,.menu_user_nav>li>ul:after{left:8px;margin-left:-7px;right:auto}.top_panel_style_5 .top_panel_middle .sidebar_cart:after,.top_panel_style_6 .top_panel_middle .sidebar_cart:after,.top_panel_style_7 .top_panel_middle .sidebar_cart:after,.top_panel_style_8 .top_panel_middle .sidebar_cart:after{right:2.15em;left:auto}.menu_user_nav>li>ul>li{z-index:1}.search_wrap .search_results .search_results_close{position:absolute;top:3px;right:3px;display:block;text-align:center;overflow:hidden;font-size:.875em;width:1.2em;height:1.2em;line-height:1.2em;cursor:pointer}.search_wrap .post_more{display:block;text-align:center}.widget_area .post_item{overflow:hidden}.search_results.widget_area .post_item{padding:1.8em}.search_results.widget_area .post_item+.post_item{border-top:1px solid #e5e5e5}.widget_area .post_item .post_content{overflow:hidden}.widget_area .post_item .post_thumb{float:left;width:4em;height:4em;margin:0 1.25em 4px 0;overflow:hidden}.widget_area .post_item .post_thumb img{width:100%}.widget_area .post_item .post_title{margin:-4px 0 6px;font-size:1.1538em}.widget_area .post_item .post_title{font-size:1em;text-transform:none;margin-top:0}.widget_area .post_item .post_info{font-size:.868em;margin-bottom:0;line-height:1.5em;letter-spacing:0;text-transform:none}.widget_area .post_item .post_info .post_info_item+.post_info_item:before{content:"";margin:0 0 0 5px}.content .search_wrap{max-width:50%;margin:0}.content .columns_wrap .search_wrap{max-width:100%}.content .search_wrap .search_form_wrap{width:100%}.content .search_wrap.search_fixed .search_form_wrap .search_field{width:96%}.content .search_wrap .search_results{width:100%}.top_panel_style_8 .content_wrap{width:100%;padding:0 3.8462em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.top_panel_style_8 .top_panel_middle{position:relative}.top_panel_style_8 .top_panel_middle .menu_pushy_wrap{margin:0;text-align:left;float:left}.top_panel_style_8 .contact_logo{display:inline-block;position:absolute;z-index:1;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%)}.top_panel_style_8 .top_panel_middle .logo{margin:.5em 0 0}.top_panel_style_8 .menu_pushy_button{display:inline-block}.top_panel_style_8 .menu_pushy_button:before{font-size:1.4em;line-height:1.2em;vertical-align:top}.top_panel_style_8 .top_panel_buttons{float:right}.top_panel_style_8 .top_panel_buttons .top_panel_cart_button:before,.top_panel_style_8 .top_panel_buttons .top_panel_cart_button:after{content:" ";display:block;font-size:.75em;position:absolute;z-index:1;right:0;top:-1px;width:1em;height:1em;line-height:1em}.top_panel_style_8 .top_panel_buttons .top_panel_cart_button:before{background-color:red;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);right:2px;top:-2px}.top_panel_style_8 .top_panel_buttons .top_panel_cart_button:after{content:attr(data-items);font-size:.65em;font-weight:700}.top_panel_inner_style_8 .top_panel_buttons,.top_panel_inner_style_8 .menu_pushy_button{margin:0;padding-top:1.8em;padding-bottom:1.8em}.top_panel_style_8 .top_panel_buttons .top_panel_icon{margin:0;float:right}.top_panel_style_8 .top_panel_buttons .top_panel_icon.search_wrap{height:1.5em;line-height:1.5em;margin-left:1em}.top_panel_style_8 .top_panel_buttons .contact_icon,.top_panel_style_8 .top_panel_buttons .top_panel_icon .search_submit{width:1.5em;height:1.5em;line-height:1.5em;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.top_panel_style_8 .top_panel_buttons .top_panel_icon .search_field{padding:2px;vertical-align:top}.top_panel_style_8 .top_panel_buttons .top_panel_icon.menu_main_cart .contact_icon,.top_panel_style_8 .top_panel_buttons .top_panel_icon.search_wrap,.top_panel_style_8 .top_panel_buttons a:hover,.top_panel_style_8 .top_panel_middle .top_panel_buttons a:hover .contact_icon,.top_panel_style_8 .top_panel_buttons .top_panel_icon.search_wrap:hover,.top_panel_style_8 .top_panel_buttons .top_panel_icon:hover .contact_icon,.top_panel_style_8 .top_panel_buttons .top_panel_icon:hover .search_submit{background-color:transparent}.site-overlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0;height:110%;z-index:9998;background-color:#00000080;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.pushy{position:fixed;width:25em;bottom:0;top:0;left:-25em;z-index:10000;overflow:hidden;text-align:center;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.pushy-active .pushy{left:0}.pushy .pushy_inner{width:105%;height:100%;padding:3em 0 1em;position:relative;overflow:scroll;-webkit-overflow-scrolling:touch}.pushy .close-pushy:before{content:"";font-family:fontello;font-size:1.5em;position:absolute;right:1.25em;top:2em;z-index:999}.pushy .logo_fixed{display:none}.pushy .logo{margin:2em 0}.menu_pushy_nav_area .menu_pushy_nav{margin-bottom:2em}.menu_pushy_nav_area ul,.menu_pushy_nav_area li{margin:0;padding:0;list-style:none}.menu_pushy_nav_area li>a{position:relative;display:block;padding:.5em 3em}.menu_pushy_nav_area li.menu-item-has-children ul{display:none}.menu_pushy_nav_area li.menu-item-has-children>a>.open_child_menu{right:2em}.menu_mobile_open{height:100%}.bar.menu_mobile_open{height:calc(100% - 32px)}.menu_mobile_open body{height:100%;overflow:hidden}.header_mobile{position:relative;z-index:10003;display:none;background-color:#1d1e23}.header_mobile .top_panel_fixed_wrap{display:none}.header_mobile .mask{position:fixed;top:0;left:0;bottom:0;cursor:pointer;z-index:1001;background-color:#0009}.header_mobile .mask.show{right:0}.header_mobile .content_wrap{text-align:center}.header_mobile .logo{padding-top:35px;padding-bottom:20px}.header_mobile .logo_main{height:53px}.top_panel_style_2+.header_mobile .logo_main{height:80px}.header_mobile .menu_button{position:absolute;left:30px;top:50%;margin-top:-13px}.header_mobile .menu_main_cart{position:absolute;right:30px;margin:-12px 0 0;top:50%}.header_mobile .menu_button,.header_mobile .menu_main_cart .top_panel_cart_button .contact_icon{background-color:transparent!important;font-size:26px;height:auto;width:auto;line-height:25px;cursor:pointer;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.header_mobile .side_wrap{display:block;position:fixed;top:0;left:-320px;width:320px;height:auto;bottom:0;overflow:hidden;overflow-y:scroll;z-index:10003;padding:0;transition:left .3s linear;-moz-transition:left .3s linear;-webkit-transition:left .3s linear;-o-transition:left .3s linear}.header_mobile .side_wrap.open{left:0}.header_mobile .side_wrap .close{position:absolute;top:15px;right:20px;text-transform:uppercase;cursor:pointer;display:none}.panel_top,.panel_middle,.panel_bottom{padding:0;position:relative;display:block}.header_mobile .panel_middle{padding:20px 35px;font-size:13px}.header_mobile .panel_middle:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0000004d;z-index:0}.header_mobile .panel_middle>*{z-index:1;position:relative}.header_mobile .menu_main_nav_area{display:block}.header_mobile .menu_main_nav{padding-left:0;margin:0}.header_mobile .menu_main_nav li,.header_mobile .menu_main_nav ul{margin:0}.header_mobile .menu_main_nav>li{float:none;display:block;border-bottom:1px solid rgba(0,0,0,.09)}.header_mobile .menu_main_nav>li>a{padding:17px 54px 17px 35px;font-size:12px;line-height:16px}.header_mobile .menu_main_nav>li a:before,.header_mobile .menu_main_nav>li a:after{display:none}.header_mobile .menu_main_nav>li>ul a{font-size:12px;padding:12px 54px 12px 35px;line-height:15px;display:block}.header_mobile .menu_main_nav>li li li>a{padding:12px 54px}.header_mobile .menu_main_nav>li ul{display:none;position:relative;padding:0;margin:0;width:auto;list-style-type:none;top:0;overflow:hidden;border:none;background-color:transparent}.header_mobile .menu_main_nav li.menu-item-has-children>a:after{display:none}.header_mobile .menu_main_nav>li>a>.open_child_menu{right:1em;top:1em}.header_mobile .menu_main_nav>li ul>li>a>.open_child_menu{right:.8em;top:.2em}.header_mobile .menu_main_nav>li>ul:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000017;z-index:0}.header_mobile .menu_main_nav>li ul>*{z-index:1;position:relative}.header_mobile .menu_main_nav>li ul>li:last-child{margin-bottom:0}.header_mobile .menu_main_nav>li>ul ul{left:0}.header_mobile .side_wrap .menu_main_nav>li ul,.header_mobile .side_wrap .menu_main_nav>li ul li.current-menu-item>a,.header_mobile .side_wrap .menu_main_nav>li ul li.current-menu-ancestor>a{background-color:transparent}.header_mobile .side_wrap .menu_main_nav>a:hover,.header_mobile .side_wrap .menu_main_nav li>a:hover,.header_mobile .side_wrap .login .popup_link:hover{background-color:#0000004d!important}.header_mobile .side_wrap .menu_main_nav>li.current-menu-parent>a,.header_mobile .side_wrap .menu_main_nav>li ul li.current-menu-parent>a,.header_mobile .side_wrap .menu_main_nav>li.current-menu-item>a,.header_mobile .side_wrap .menu_main_nav>li ul li.current-menu-item>a{background-color:#0003;font-weight:700}.header_mobile .search_wrap,.header_mobile .login{position:relative;float:none;margin:0;padding:0;border-bottom:1px solid rgba(0,0,0,.09)}.header_mobile .search_wrap:after,.header_mobile .login:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0000004d;z-index:0}.header_mobile .search_wrap>*,.header_mobile .login>*{z-index:1;position:relative}.header_mobile .login .popup_link{padding:17px 54px 17px 35px;font-size:12px;text-transform:uppercase;line-height:16px;display:block}.header_mobile .login .popup_link:before{content:"";font-family:fontello;position:absolute;right:28px;top:16px;font-size:12px}.header_mobile .login .popup_link.popup_login_link:before{content:""}.header_mobile .search_wrap{max-width:100%;padding:1.5px 54px 1.5px 35px}.header_mobile .search_wrap:before{content:"";font-family:fontello;position:absolute;right:28px;top:16px;font-size:12px}.header_mobile .search_wrap .search_field{padding:0;font-size:14px;line-height:29px}.header_mobile .search_wrap form{padding-left:0}.header_mobile .search_wrap .search_submit,.header_mobile .search_wrap .search_results{display:none!important}.header_mobile .contact_field .contact_icon,.header_mobile .top_panel_top_open_hours:before{font-size:16px;margin-right:15px}.header_mobile .top_panel_top_open_hours:before{content:""}.header_mobile .contact_field .contact_icon.icon-home:before{content:"";font-size:18px}.header_mobile .top_panel_top_open_hours,.header_mobile .top_panel_top_socials{margin-left:0}.header_mobile .top_panel_top_contact_area,.header_mobile .top_panel_top_open_hours,.header_mobile .top_panel_top_user_area{float:none;display:block;margin:0;padding:0;text-align:left}.header_mobile .contact_field,.header_mobile .top_panel_top_open_hours{padding:.4em 0}.header_mobile .top_panel_top_user_area{display:none}.header_mobile .contact_socials{text-align:left;margin:0 35px;padding:.5em 0 .2em}.header_mobile .sc_socials.sc_socials_size_small{overflow:visible;margin:5px auto}.header_mobile .sc_socials.sc_socials_size_small .social_icons span{font-size:18px;opacity:.6}.header_mobile .sc_socials.sc_socials_size_small .sc_socials_item{margin:0 .5em 0 0}.header_mobile .sidebar_cart{position:absolute;top:35px;left:auto;right:0;z-index:1000;display:none;float:none;text-align:left}.header_mobile .sidebar_cart{width:250px!important;padding:1.5em!important;z-index:100000;background-color:#000!important}.header_mobile .widget_shopping_cart{display:block!important}.header_mobile .widget_shopping_cart ul.cart_list{display:block;position:static;width:100%;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.header_mobile .sidebar_cart>li,.header_mobile .widget_shopping_cart ul.cart_list>li{margin:0;padding-left:0;list-style-type:none}.header_mobile .sidebar_cart>li:before,.header_mobile .sidebar_cart>li>a:before,.header_mobile .widget_shopping_cart ul.cart_list>li:before,.header_mobile .widget_shopping_cart ul.cart_list>li>a:before{display:none}.woocommerce .header_mobile .widget_shopping_cart .empty,.woocommerce-page .header_mobile .widget_shopping_cart .empty{padding-bottom:1em}.header_mobile .widget_shopping_cart ul.cart_list>li>a{padding:0}.header_mobile .widget_shopping_cart ul.cart_list>li>a:not(.remove){margin-top:-.15em;padding-right:20px}.header_mobile .widget_shopping_cart ul.cart_list>li>a:hover{background-color:transparent}.header_mobile .widget_shopping_cart ul.cart_list>li img{width:50px;margin-top:.5em}.header_mobile .widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:auto;right:0;margin-top:0;text-align:center}.header_mobile .popup_wrap{position:fixed;top:50%;left:50%;z-index:1000;color:initial;-webkit-transform:translateY(-50%) translateX(-50%);-moz-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);-webkit-animation-name:none;animation-name:none}.popup_wrap a.forgot_password{font-weight:400;font-size:14px;text-transform:none;letter-spacing:0}.popup_wrap .popup_close:before{font-weight:400;color:#ccc}.slider_wrap .rev_slider_wrapper{z-index:0}.tparrows.default{background:none;background-color:transparent;line-height:40px}.tparrows.default:before{font-family:fontello;font-size:3em}.tp-leftarrow.default:before{content:""}.tp-rightarrow.default:before{content:""}.tp-bullets.simplebullets.round .bullet{background:none;margin-left:16px;border:1px solid transparent;width:10px;height:10px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.tp-bullets.simplebullets.round .bullet.selected{background-color:transparent!important;border-width:1px;border-style:solid}.top_panel_title.title_present.breadcrumbs_present .post_navi,.top_panel_title.title_present.breadcrumbs_present .page_title,.top_panel_title.title_present.breadcrumbs_present .breadcrumbs{max-width:49%}.top_panel_style_3 .post_navi,.top_panel_style_3 .page_title,.top_panel_style_3 .breadcrumbs{float:none!important;max-width:100%!important;text-align:center}.top_panel_title_inner{overflow:hidden;border-top:1px solid rgba(0,0,0,.1)}.top_panel_title .page_title{float:left;margin:0;font-weight:600;font-size:1.3em;padding:2.56em 0;line-height:1.2em}.top_panel_title .post_navi{float:left;margin:0;font-weight:600;font-size:1.3em;padding:2.56em 0;line-height:1.2em;text-transform:uppercase;font-style:italic}.top_panel_style_3 .post_navi,.top_panel_style_3 .page_title{padding:.5em 0 .25em}.top_panel_title .breadcrumbs{float:right;padding:4em 0 2.5em;font-size:.875em;line-height:1.5em;text-transform:uppercase;letter-spacing:.8px;text-align:right}.top_panel_title.title_present:not(.navi_present) .breadcrumbs{padding:4em 0 1em 2.5em}.top_panel_style_3.title_present .breadcrumbs{padding:0 0 1.5em}.post_navi .post_navi_item,.breadcrumbs .breadcrumbs_item{display:inline-block;vertical-align:top}.post_navi .post_navi_item+.post_navi_item:before,.breadcrumbs .breadcrumbs_delimiter{display:inline-block;position:relative;margin:0 .5em;vertical-align:top;text-align:center}.post_navi .post_navi_item+.post_navi_item:before,.breadcrumbs .breadcrumbs_delimiter:before{content:"/"}.post_featured{overflow:hidden;margin-bottom:2em;position:relative}.post_featured blockquote{margin:0}.post_format_status .post_featured,.post_format_aside .post_featured,.post_format_quote .post_featured,.post_format_link .post_featured{margin-bottom:.9em}.article_style_boxed .post_featured{margin-bottom:0}.post_featured img{width:100%;height:auto}.post_featured_right>.post_featured{float:right;width:50%;margin-left:4.3478%}.post_featured_left>.post_featured{float:left;width:50%;margin-right:4.3478%}.post_info_bottom{margin-bottom:3em}.post_info .post_info_item+.post_info_item:before{display:inline-block;content:"/";vertical-align:top;font-style:normal;margin:0 1em}.post_info .post_info_counters .post_counters_item{display:inline-block;margin-right:.75em}.post_info .post_info_counters .post_counters_item:before{margin-right:.5em}.post_info.post_info_share_vertical{margin:0}.article_style_boxed[class*=single-] .content>article>.post_info_share{margin-bottom:0}.post_info .post_info_counters .post_counters_likes.disabled{color:#e05100}blockquote{padding:1.3em 1.62em;font-weight:600;font-size:1.78em;line-height:1.3333em;font-family:Lato;font-style:italic;margin-left:2.45em}blockquote,blockquote p{position:relative;z-index:2}blockquote:before{font-family:Georgia;content:'"';display:block;position:absolute;z-index:1;left:5px;top:0;font-size:6em;line-height:1em;color:#ffffff1a}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){blockquote:before{font-size:1em}}blockquote p{margin:0}blockquote p+p{margin-top:.3em}blockquote .sc_quote_title,blockquote cite,blockquote>a{font-size:.55em;font-style:normal;font-family:Lato;font-weight:600;margin-top:.85em;display:block}.post_format_link .post_featured p{font-size:1.79em;font-style:italic;font-weight:600;font-family:Lato;padding:1.47em 1.6em;background:url(/images/bg_texture.jpg);margin-bottom:0}.post_format_status.post_item_single .post_content p,.post_format_status .post_descr{font-size:1.875em;line-height:1.3333em}.post_format_status .post_featured p,.post_format_aside .post_featured p{font-family:Lato;font-size:1.643em;font-style:italic;font-weight:600;line-height:1.45em;margin-bottom:0;padding:1.5em 1.7em}.post_format_aside.post_item_single .post_content p,.post_format_aside .post_descr{border-width:1px;border-style:solid;padding:1.2em}.post_format_aside .post_descr p{margin-bottom:0}.post_format_aside .post_descr p+p{margin-top:1em}.post_item .post_descr{line-height:1.94em}.post_item .post_descr .sc_button{margin-top:.65em}.post_item .post_readmore:after{content:"";font-family:fontello;display:inline-block;margin-left:.5em}.post_title .post_icon{font-size:.9375em;margin-right:.5em}.post_item_excerpt .post_title .post_icon{display:block;margin-right:0;display:none}.post_item_excerpt .post_title{margin-top:0;margin-bottom:.05em}.post_item_excerpt.post_featured_left .post_title,.post_item_excerpt.post_featured_right .post_title{font-size:2.2857em}.post_item_excerpt:not([class*=isotope_column])+.post_item_excerpt:not([class*=isotope_column]){margin-top:5.7em;border-top:1px solid #e4e7e8;padding-top:5.65em}.article_style_boxed .post_item_excerpt:not([class*=isotope_column])+.post_item_excerpt:not([class*=isotope_column]){border-top:none;padding-top:0}.post_item_excerpt .post_content{margin-bottom:4.2em}.related_wrap{margin-top:5.7em;border-top:1px solid #e4e7e8;padding-top:5.65em}.related_wrap.related_wrap_empty{margin-bottom:0;display:none}.related_wrap .post_item_related,.article_style_stretch .post_item_related{background-color:#fff}.article_style_boxed.sidebar_show[class*=single-] .related_wrap .post_item_related{background-color:#f4f7f9}.related_wrap.scroll_wrap .post_item_related{width:350px;float:left}.related_wrap.scroll_wrap .post_item_related+.post_item_related{margin-left:3.125em}.article_style_stretch:not(.body_style_fullscreen):not(.sidebar_hide) .related_wrap.scroll_wrap .post_item_related{width:340px}.article_style_stretch:not(.body_style_fullscreen):not(.sidebar_hide) .related_wrap.scroll_wrap .post_item_related+.post_item_related{margin-left:1.875em}.post_item_related .post_featured{width:100%;overflow:hidden;margin:0;float:none!important}.post_item_related .post_featured .sc_audio.sc_audio_image{min-height:14.8571em}.post_item_related .post_content_wrap{width:100%;height:6.4em;overflow:hidden;padding:1em 1.25em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.post_item_related .post_title{margin:0 0 .25em}.post_item_classic .post_title{max-height:1.2em;overflow:hidden}.post_item_short .post_title{max-height:2em;overflow:hidden}.post_item_grid .post_descr{max-height:8em;overflow:hidden}.isotope_item_masonry .post_title{margin-bottom:.5em;margin-top:1.2em}.post_item .post_readmore_label{-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.isotope_wrap{margin-right:-30px}.isotope_wrap .isotope_item{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;opacity:0;filter:alpha(opacity=0)}.sc_blogger.no_margins .isotope_wrap,.isotope_wrap.no_margins{margin-right:0}.sc_blogger.no_margins .isotope_wrap .isotope_item,.isotope_wrap.no_margins .isotope_item{padding-right:0;padding-bottom:0}.sc_blogger.small_margins .isotope_wrap,.isotope_wrap.small_margins{margin-right:-10px}.sc_blogger.small_margins .isotope_wrap .isotope_item,.isotope_wrap.small_margins .isotope_item{padding-right:10px;padding-bottom:10px}.isotope_wrap .isotope_item.isotope_item_show{opacity:1;filter:alpha(opacity=100)}.isotope_wrap .isotope_column_2{width:50%}.isotope_wrap .isotope_column_2[class*=isotope_item_size-2]{width:100%}.isotope_wrap .isotope_column_3{width:33.3333%}.isotope_wrap .isotope_column_3[class*=isotope_item_size-2]{width:66.6666%}.isotope_wrap .isotope_column_3[class*=isotope_item_size-3]{width:100%}.isotope_wrap .isotope_column_4{width:25%}.isotope_wrap .isotope_column_4[class*=isotope_item_size-2]{width:50%}.isotope_wrap .isotope_column_4[class*=isotope_item_size-3]{width:75%}.isotope_wrap .isotope_column_4[class*=isotope_item_size-4]{width:100%}.isotope_wrap .isotope_column_5{width:20%}.isotope_wrap .isotope_column_5[class*=isotope_item_size-2]{width:40%}.isotope_wrap .isotope_column_5[class*=isotope_item_size-3]{width:60%}.isotope_wrap .isotope_column_5[class*=isotope_item_size-4]{width:80%}.isotope_wrap .isotope_column_5[class*=isotope_item_size-5]{width:100%}.isotope_wrap .isotope_column_6{width:16.6666%}.isotope_wrap .isotope_column_6[class*=isotope_item_size-2]{width:33.3333%}.isotope_wrap .isotope_column_6[class*=isotope_item_size-3]{width:50%}.isotope_wrap .isotope_column_6[class*=isotope_item_size-4]{width:66.6666%}.isotope_wrap .isotope_column_6[class*=isotope_item_size-5]{width:83.3333%}.isotope_wrap .isotope_column_6[class*=isotope_item_size-6]{width:100%}.isotope_wrap .isotope_column_7{width:14.2857%}.isotope_wrap .isotope_column_7[class*=isotope_item_size-2]{width:28.5714%}.isotope_wrap .isotope_column_7[class*=isotope_item_size-3]{width:42.8571%}.isotope_wrap .isotope_column_7[class*=isotope_item_size-4]{width:57.1428%}.isotope_wrap .isotope_column_7[class*=isotope_item_size-5]{width:71.4285%}.isotope_wrap .isotope_column_7[class*=isotope_item_size-6]{width:85.7128%}.isotope_wrap .isotope_column_7[class*=isotope_item_size-7]{width:100%}.isotope_wrap .isotope_column_8{width:12.5%}.isotope_wrap .isotope_column_8[class*=isotope_item_size-2]{width:25%}.isotope_wrap .isotope_column_8[class*=isotope_item_size-3]{width:37.5%}.isotope_wrap .isotope_column_8[class*=isotope_item_size-4]{width:50%}.isotope_wrap .isotope_column_8[class*=isotope_item_size-5]{width:62.5%}.isotope_wrap .isotope_column_8[class*=isotope_item_size-6]{width:75%}.isotope_wrap .isotope_column_8[class*=isotope_item_size-7]{width:87.5%}.isotope_wrap .isotope_column_8[class*=isotope_item_size-8]{width:100%}.isotope_wrap .isotope_item .post_item{overflow:hidden}.isotope_wrap .isotope_item .post_featured{margin-bottom:0}.article_style_boxed .isotope_wrap .isotope_item .post_title{margin-top:0}.article_style_boxed .isotope_wrap .isotope_item .post_content{padding:1.25em 1.8em}.article_style_boxed.template_portfolio .isotope_wrap .isotope_item .post_content,.article_style_boxed .template_portfolio .isotope_wrap .isotope_item .post_content{padding:0}.isotope_wrap .isotope_item p,.isotope_wrap .isotope_item .post_info{margin-bottom:1em}.isotope_wrap .isotope_item_colored .post_item,.isotope_wrap .isotope_item_grid .post_item,.isotope_wrap .isotope_item_square .post_item,.isotope_wrap .isotope_item_portfolio .post_item{overflow:visible}.isotope_wrap .isotope_item_colored .post_featured,.isotope_wrap .isotope_item_portfolio .post_featured,.isotope_wrap .isotope_item_square .post_featured,.isotope_wrap .isotope_item_grid .post_featured{border-bottom:none}.isotope_wrap .isotope_item_colored .post_item .hover_icon,.isotope_wrap .isotope_item_grid .post_item .hover_icon,.isotope_wrap .isotope_item_square .post_item .hover_icon,.isotope_wrap .isotope_item_portfolio .post_item .hover_icon{position:relative;top:0;opacity:1}.isotope_wrap .isotope_item_colored .post_item .hover_icon:before,.isotope_wrap .isotope_item_grid .post_item .hover_icon:before,.isotope_wrap .isotope_item_square .post_item .hover_icon:before,.isotope_wrap .isotope_item_portfolio .post_item .hover_icon:before{position:static;margin-top:.3em;opacity:1;font-size:2.5em;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-transform:translateX(0) translateY(0);-moz-transform:translateX(0) translateY(0);transform:translate(0) translateY(0)}.isotope_filters{overflow:hidden;text-align:center;margin:0 0 1em;padding-bottom:.5em}.sidebar_hide .isotope_filters{margin:1em 0 1.5em}.isotope_filters a{display:inline-block;text-align:center;border-width:2px;border-style:solid;font-size:12px;text-transform:uppercase;font-weight:400;font-family:Hind;letter-spacing:.8px;background-color:transparent;border:none;line-height:27px;padding:0 13px;border-radius:0;margin:0 5px 5px;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;position:relative}.isotope-hidden.isotope_item{pointer-events:none;z-index:1}.isotope_item_colored .post_featured .post_mark_new{-webkit-box-shadow:-3px 2px 0 0 rgba(0,0,0,.2);-moz-box-shadow:-3px 2px 0 0 rgba(0,0,0,.2);box-shadow:-3px 2px #0003}.post_item_colored .post_featured .post_mark_new{position:absolute;left:0;top:0;margin:1.6em 0 0 1.6em;width:4em;height:4em;overflow:hidden;font-size:.625em;font-weight:700;text-align:center;line-height:4em;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.post_item_colored .post_featured .post_title,.post_item_colored .post_featured .post_descr{position:absolute;left:0;right:0;bottom:0;height:20%;padding:10px 16px;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.post_item_colored .post_featured .post_title{bottom:20%;margin:0;line-height:1.15em}.post_item_colored_4 .post_featured .post_title{font-size:1.125em;line-height:1.15em;padding:.5em .6667em}.post_item_colored .post_category{font-size:1.125em;font-weight:400;line-height:1.15em;margin:.25em 0 .5em}.post_item_colored .post_descr .post_price{float:right;margin-top:1.5em}.post_item_colored_4 .post_descr .post_price{margin-top:.875em}.post_item_colored .post_descr .post_price_value{color:#222;font-size:1.875em;line-height:1.2857em}.post_item_colored_4 .post_descr .post_price_value{font-size:1.5em;line-height:1.2857em}.post_item_colored .post_descr .post_price_period{font-size:1.125em;line-height:1.2857em;color:#909090}.post_item_colored_4 .post_descr .post_price_period{font-size:1em;line-height:1.2857em}.post_item_colored .post_descr .post_price_period:before{content:"/";display:inline-block;margin:0 .5em}.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info{padding:0;text-align:left}.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_title{font-size:1.625em;line-height:1.15em;padding:4px 8%;text-align:left;margin-top:8%}.post_item_colored_4 .post_content.ih-item.square.colored .post_info_wrap.info .post_title{font-size:1.125em;line-height:1.15em;margin-top:4%}.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr,.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr p{text-align:left;padding:.5em 8% 0;font-style:normal}.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr p{font-size:.875em;padding:0}.post_item_colored .post_content.ih-item.square.colored .post_info_wrap.info .post_descr p.post_info{margin-bottom:2em}.post_item_colored .post_info_wrap .post_buttons{position:absolute;left:8%;right:8%;bottom:1.875em;height:3em;overflow:hidden;padding:0 0 0 4px}.post_item_colored_4 .post_info_wrap .post_buttons{bottom:1.125em;height:2.3em;white-space:nowrap}.post_item_colored .post_info_wrap .post_button{float:none;display:inline-block}.post_item_colored .post_info_wrap .post_button+.post_button{margin-left:.625em}.post_item_colored_4 .post_info_wrap .post_button .sc_button{padding:.5em .75em}.isotope_wrap .isotope_item_colored_1{width:100%}.isotope_wrap .isotope_item_colored_1 .post_item{overflow:hidden;position:relative}.isotope_wrap .isotope_item_colored_1 .post_featured{width:250px;height:250px;float:left;border-right:20px solid #f0f0f0;margin-right:1.875em}.isotope_wrap .isotope_item.isotope_item_colored_1 .post_description{padding-right:2em}.isotope_wrap .isotope_item.isotope_item_colored_1 .post_title{margin-top:.8em;margin-bottom:.25em}.isotope_wrap .isotope_item.isotope_item_colored_1 .post_descr{max-height:6em;margin-top:1em;margin-bottom:1em;overflow:hidden}.isotope_wrap .isotope_item.isotope_item_colored_1 .post_buttons{text-align:right;white-space:nowrap}.isotope_wrap .isotope_item.isotope_item_colored_1 .post_buttons a{float:none;display:inline-block;margin-left:10px}.pagination_wrap{text-align:center;position:relative;margin-top:2.2em;margin-bottom:3.2em}.pagination_wrap:after{content:" ";display:block;width:100%;height:0;clear:both}.pagination_single>.pager_numbers,.pagination_single a,.pagination_slider .pager_cur,.pagination_pages>a,.pagination_pages>span{border:2px solid #ddd}.pagination_slider .pager_slider{border:1px solid #ddd}.pagination_wrap .pager_next,.pagination_wrap .pager_prev,.pagination_wrap .pager_last,.pagination_wrap .pager_first{border:none!important;background-color:transparent!important}.pagination_wrap .pager_next{margin-left:.6em}.pagination_wrap .pager_prev{margin-right:1em}.pagination_wrap .pager_next:before{font-family:fontello;content:"";margin-right:0}.pagination_wrap .pager_prev:before{font-family:fontello;content:"";margin-right:0}.pagination_wrap .pager_last:before{font-family:fontello;content:"";margin-right:0;letter-spacing:-7px}.pagination_wrap .pager_first:before{font-family:fontello;content:"";margin-right:0;letter-spacing:-7px}.pagination_wrap .pager_next:hover,.pagination_wrap .pager_prev:hover,.pagination_wrap .pager_last:hover,.pagination_wrap .pager_first:hover{background-color:transparent}.pagination_wrap.pagination_pages a,.pagination_wrap.pagination_pages .pager_current{border:none;font-weight:600;width:27px;height:27px;line-height:27px;padding:0;margin:0 5px;position:relative}.pagination_wrap .pager_next,.pagination_wrap .pager_prev,.pagination_wrap .pager_last,.pagination_wrap .pager_first{font-size:1.3em;font-weight:400!important}.pagination_single{margin-bottom:2em}.pagination_single>.pager_pages{margin-right:.5em}.pagination_lessons{margin-top:2em;margin-bottom:3em;overflow:hidden}.pagination_lessons .pager_prev{float:left;margin-right:2em;margin-top:1em}.pagination_lessons .pager_next{float:right;margin-top:1em}.pagination_single>.pager_numbers,.pagination_single a,.pagination_slider .pager_cur,.pagination_pages>a,.pagination_pages>span{display:inline-block;margin:0 4px 4px 0;text-align:center;padding:.7143em .8em;font-size:.875em;line-height:.875em;vertical-align:top}.pagination_slider .pager_pages{display:inline-block;position:relative;z-index:1000}.pagination_slider .pager_cur{cursor:pointer}.pagination_slider .pager_slider{display:none;position:absolute;bottom:3.5em;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translate(-50%);padding:1em;overflow:hidden}.pagination_slider .pager_slider .sc_slider{width:300px;height:230px}.pagination_slider .pager_slider .sc_slider_swiper:hover .sc_slider_prev{margin-left:0}.pagination_slider .pager_slider .sc_slider_swiper:hover .sc_slider_next{margin-right:0}.pagination_slider .pager_slider .pager_numbers table{font-size:1.8em;font-weight:300}.pagination_slider .pager_slider .pager_numbers table td{vertical-align:middle;padding:0;margin:0;border:none}.pagination_slider .pager_slider .pager_numbers table td a{display:block;text-align:center;width:58px;line-height:2em}.pagination_slider .pager_slider .pager_numbers table td a.active,.pagination_slider .pager_slider .pager_numbers table td a:hover{font-weight:700}.pagination_slider .pager_slider .pager_numbers table td a.active{color:#666;cursor:default}.pagination_viewmore>a{display:inline-block;text-align:center;font-size:.857em;line-height:1.2857em;padding:1.209em 2.3em;text-transform:uppercase;letter-spacing:1px;font-weight:400;border:2px solid;border-width:2px!important}.pagination_viewmore .viewmore_loading,.pagination_viewmore .viewmore_text_2,.pagination_viewmore.loading .viewmore_text_1{display:none}.pagination_viewmore.loading .viewmore_loading,.pagination_viewmore.loading .viewmore_text_2{display:inline-block}.pagination_infinite{height:0}.pagination_infinite #viewmore_link{display:none}.pagination_wrap.loading{height:1.2857em;padding:10px 0}.viewmore_loader,.mfp-preloader span,.sc_video_frame.sc_video_active:before{content:" ";display:block;position:absolute;top:50%;left:50%;right:auto}.viewmore_loader{display:none;width:50px;height:50px;z-index:1;margin:-25px 0 0 -25px}.loading *{display:none!important}.loading>.viewmore_loader{display:block!important}.loading>.viewmore_loader,.mfp-preloader span,.sc_video_frame.sc_video_active:before{-webkit-animation:rotateplane 1.2s infinite ease-in-out;animation:rotateplane 1.2s infinite ease-in-out}@-webkit-keyframes rotateplane{0%{-webkit-transform:perspective(120px);transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg);transform:perspective(120px) rotateY(180deg)}to{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg);transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes rotateplane{0%{-webkit-transform:perspective(120px);transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg);transform:perspective(120px) rotateY(180deg)}to{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg);transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}.post_content.post_content_editor_present{position:relative}.post_item_attachment>.post_title,.post_item_single>.post_title{margin-top:0}.post_info .frontend_editor_buttons{float:right}.post_info .frontend_editor_buttons [class*=icon-]:before{margin-right:.5em}.post_info{text-transform:uppercase;letter-spacing:.8px}.post_featured .post_nav{position:relative}.post_featured .post_nav_item{display:block;position:absolute;left:0;top:50%;width:50%;height:60px;color:#3a3a3a;margin-top:-80px;overflow:hidden;padding:50px 0}.post_featured .post_nav_next{left:auto;right:0}.post_featured .post_nav_item:before{position:absolute;display:block;top:50px;left:25px;width:58px;height:58px;line-height:58px;font-size:25px;font-family:fontello;border:1px solid #ddd;background-color:#fffc;color:#888;text-align:center;opacity:0;filter:alpha(opacity=0)}.post_featured .post_nav:hover .post_nav_item:before{opacity:1;filter:alpha(opacity=100)}.post_featured .post_nav:hover .post_nav_prev:hover:before{opacity:0;filter:alpha(opacity=0);left:-60px}.post_featured .post_nav:hover .post_nav_next:hover:before{opacity:0;filter:alpha(opacity=0);right:-60px}.post_featured .post_nav .post_nav_prev:before{content:""}.post_featured .post_nav .post_nav_next:before{content:"";left:auto;right:25px}.post_featured .post_nav_item .post_nav_info{display:block;height:60px;width:auto;float:left;padding:0 25px;margin-left:-300px;overflow:hidden;max-width:160px;background-color:#fffc;line-height:1.5em}.post_featured .post_nav_next .post_nav_info{float:right;margin-left:0;margin-right:-300px}.post_featured .post_nav .post_nav_info_title{display:block;padding-top:8px;line-height:1.2857em}.post_featured .post_nav .post_nav_info_description{font-size:.75em;line-height:1.5em}.post_featured .post_nav_prev:hover .post_nav_info{margin-left:-6px}.post_featured .post_nav_next:hover .post_nav_info{margin-right:-6px}.post_featured .post_nav_item .post_nav_info{-webkit-transition:all .6s ease-out;-moz-transition:all .6s ease-out;-ms-transition:all .6s ease-out;-o-transition:all .6s ease-out;transition:all .6s ease-out;-webkit-transition-delay:.15s;-o-transition-delay:.15s;-moz-transition-delay:.15s;transition-delay:.15s}.post_featured .post_nav_item:before{-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.reviews_star{display:inline-block;margin:0;padding:0;font-size:1.125em;vertical-align:top}.reviews_max_level_10 .reviews_star{font-size:.875em}.reviews_star:before{content:"";font-family:fontello;font-size:inherit;display:inline-block;vertical-align:top;text-align:center}.reviews_stars_hover .reviews_star:before{content:""}.post_rating{margin-bottom:6px;overflow:hidden}.post_rating .reviews_stars_wrap{white-space:nowrap}.post_rating .reviews_stars_wrap{position:relative;height:1em;display:inline-block;vertical-align:top;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.post_rating .reviews_value{display:inline-block;vertical-align:top;font-size:.875em;font-weight:400;margin-left:.5em}.post_rating .reviews_stars_bg,.post_rating .reviews_stars_hover{white-space:nowrap;overflow:hidden}.post_rating .reviews_stars_hover{position:absolute;left:0;top:0}.post_author{margin-bottom:2em;padding:1.25em 1.85em;overflow:hidden}.article_style_boxed.single .post_author{margin-top:2em}.post_author .post_author_avatar{float:left;margin:0 20px 10px 0;overflow:hidden;width:75px;height:75px}.post_author .post_author_title{margin-top:0}.post_author .post_author_info{overflow:hidden}.post_author .post_author_info p{margin:0}.post_author .post_author_info p+p{margin-top:.5em}.post_author .post_author_info .sc_socials{margin-top:.5em;display:block}.comments_wrap{margin-top:5.7em;border-top:1px solid #e4e7e8;padding-top:5.65em}.body_style_fullscreen .comments_wrap{margin-bottom:3em}.comments_list_wrap ul.children,.comments_list_wrap ul>li+li{padding-top:2em;margin-top:2em;border-top-width:1px;border-top-style:solid}.comments_wrap .comment-respond{padding-bottom:4px;position:relative}.comments_list_wrap .comment-respond{padding-bottom:1.25em;margin-bottom:1.25em;border-bottom-width:2px;border-bottom-style:solid}.comments_list_wrap>ul{padding-bottom:1.25em}.comments_list_wrap ul>li+li>.comment_author_avatar{top:1.5em}.comments_wrap .comment-respond .sc_infobox.result{display:none;width:70%;position:absolute;z-index:1000;top:45%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);-webkit-box-shadow:10px 10px 30px 0px rgba(0,0,0,.2);-moz-box-shadow:10px 10px 30px 0px rgba(0,0,0,.2);box-shadow:10px 10px 30px #0003}.comments_list>li.trackback{list-style:none;margin-left:0;padding-left:0;padding-right:4em;min-height:0;position:relative}.comments_list>li.trackback p{font-style:italic;padding-bottom:.8em}.comments_list>li.trackback p a{font-style:normal}.comments_list>li.trackback .edit-link{position:absolute;right:0;top:0}.comments_list>li+li.trackback .edit-link{margin-top:1.25em}.comments_list_wrap .comments_closed{margin-top:2em;color:#222}.comments_list_wrap .comments_list_title{margin-top:0}.comments_list_wrap>ul{padding:0;margin:0;list-style:none}.comments_list_wrap ul>li{overflow:hidden;position:relative;min-height:5em;margin-bottom:2em}.comments_list_wrap ul>li:before{display:none}.comments_list_wrap ul ul{margin-left:105px}.comments_list_wrap ul ul ul ul ul{margin-left:0}.comments_list_wrap .comment_author_avatar{position:absolute;left:0;top:.25em;z-index:1;width:75px;height:75px}.comments_list_wrap .comment_content{padding-left:105px}.comments_list_wrap .comment_info{font-size:.875em;text-transform:uppercase;margin-bottom:.5em}.comments_list_wrap .comment_info>span+span:before{content:"|";display:inline-block;margin:0 .8em}.comments_list_wrap .comment_info .comment_date_label{font-style:italic}.comments_list_wrap .comment_not_approved{padding:0 0 .5em;font-style:italic;font-weight:300}.comments_list_wrap .comment_text{margin-bottom:.5em}.comments_list_wrap .comment_text p{margin:0}.comments_list_wrap .comment_text p+p{margin-top:.5em}.comments_list_wrap .comment_text ul{margin:0;padding:0 0 0 1.5em;list-style:outside}.comments_list_wrap .comment_text ul>li>ul{margin-top:.5em}.comments_list_wrap .comment_text ul>li{min-height:0;border:none;padding:0;margin:0 0 .5em;overflow:visible}.comments_list_wrap .comment_reply a{font-size:.875em}.comments_list_wrap .comment_reply a:before{content:"";font-family:fontello;margin-right:.5em}.comments_wrap .comment-reply-title{display:none}.comments_wrap .comments_list_wrap .comment-reply-title{display:block}.comments_wrap .comments_notes{font-size:.875em;color:#909090}.comments_wrap .comments_field{margin-bottom:20px;margin-left:-2px}.comments_wrap .comments_field label{display:none}.comments_wrap .comments_field input,.comments_wrap .comments_field textarea{width:100%;padding:.75em 1em}.comments_form_wrap{padding-bottom:4px}.comments_wrap .form-submit{text-align:left;margin:0}.comments_wrap .form-submit input[type=submit],.comments_wrap .form-submit input[type=button]{text-transform:uppercase}.article_style_boxed .post_item_404{padding:1px 0}.post_item_404 .page_title,.post_item_404 .page_subtitle,.post_item_404 .page_description,.post_item_404 .page_search,.post_item_404{text-align:center}.post_item_404 .page_title{font-size:21em;line-height:.97em;margin-bottom:0;margin-top:0;font-style:normal;position:relative;display:inline-block}.post_item_404 .page_title span{display:block;height:6em;width:6em;font-size:.044em;line-height:6em;border-radius:50%;font-weight:100;letter-spacing:1.8px;font-family:Hind;position:absolute;top:3.2em;left:.5em}.post_item_404 .page_subtitle{font-size:2.857em;line-height:1.2em;font-weight:100;margin-bottom:1.15em;margin-top:1.1em}.post_item_404 .page_subtitle span{display:block}.post_item_404 .page_description{margin-bottom:3.75em;text-transform:uppercase;letter-spacing:3px;line-height:1.5em}.post_item_404 .page_search{margin-bottom:3em}.post_item_404 .page_search .search_wrap{max-width:30%;margin:0 auto}.post_item_single_team .post_info_share_horizontal{margin:2em 0}.menu_side_nav{display:none}.menu_side_nav>li>a{display:block;padding:.5em}.menu_side_nav>li ul{position:absolute;border:1px solid #ddd;width:220px;padding:0;display:none;z-index:100000}.menu_side_nav>li>ul{left:251px;top:-.5em}.menu_side_nav>li>ul ul{left:222px;top:-.5em}.menu_side_nav>li>ul ul.submenu_left{left:-221px}.menu_side_nav>li.menu-item-has-children>a{padding-right:2em}.menu_side_nav>li.menu-item-has-children>a:after{content:"";font-family:fontello;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}.menu_side_nav li a:before{margin-right:.5em}.menu_side_responsive,.menu_side_responsive ul{display:none}.menu_mobile .menu_side_nav{display:none!important}.menu_side_responsive>li.menu-item-has-children>a:after,.menu_side_responsive li li.menu-item-has-children>a:after{content:"";font-family:fontello;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}.menu_side_responsive>li.menu-item-has-children.opened>a:after,.menu_side_responsive li li.menu-item-has-children.opened>a:after{content:""}.sidebar aside+aside{margin-top:0;padding-top:1.8em;border-top:1px solid #ddd}.widget_area .widget_title{margin-top:0;margin-bottom:1.5em}.widget_area .widget_title:after{content:"//";font-style:normal;display:inline-block;margin-left:10px;font-weight:600}.widget_area ul{list-style-type:none;margin-bottom:0;padding-left:0}.widget_area ul ul{margin-top:.5em}.widget_area aside ul ul ul{margin-left:-1.2em}.widget_area ul li{position:relative;padding-left:1.5em}.widget_area ul ul.children li{padding-left:.5em}.widget_area ul ul.children li:before{content:none}.widget_area ul li:last-child{margin-bottom:0}.widget_area ul li:before{content:"";font-family:fontello;position:absolute;left:1px;top:0;line-height:.95em}.widget_area select{display:block;width:100%;position:relative;background:url(/images/arrow.png);background-repeat:no-repeat;background-position:95% center}.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li{font-size:.875em}.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li+li{margin-left:1em}.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{padding:2px 10px}.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_content{padding:10px 0 0;border:none}.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_content{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.widget_area .widget_product_search .search_form,.widget_area .widget_search .search_form{position:relative;overflow:hidden}.widget_area .widget_product_search .search_button,.widget_area .widget_search .search_button{text-align:center;border:none;background:none}.widget_area_inner .widget_product_search .search_field,.widget_area_inner .widget_search .search_field{padding-left:30px;background:none;border:none;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.widget_area_inner .widget_product_search .search_form:before,.widget_area_inner .widget_search .search_form:before{content:"";font-family:fontello;position:absolute;line-height:3.4em;left:12px}.widget_area_inner .widget_product_search .search_button,.widget_area_inner .widget_search .search_button{position:absolute;right:0;top:0;padding:0;width:2.5em;height:2.5em;line-height:2.5em;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.widget_area ul#recentcomments li{padding-left:0;line-height:1.65em}.widget_area ul#recentcomments li:before{content:none}.widget_area ul#recentcomments li+li{margin-top:1.55em;padding-top:1.77em;border-top:1px dashed}.widget_area .widget_calendar table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0 4px}.widget_area .widget_calendar .weekday{font-size:.8em;text-transform:uppercase}.widget_area .widget_calendar td .day_wrap{display:block;position:relative;border:2px solid transparent;height:22px;width:22px}.widget_area .widget_calendar th,.widget_area .widget_calendar td{font-weight:400;text-align:center;border-width:0;padding:0}.widget_area .widget_calendar td{padding:0}.widget_area .widget_calendar .month_cur{display:none}.widget_area .widget_calendar .month_prev a,.widget_area .widget_calendar .month_next a{display:block}.widget_area .widget_calendar .month_prev a:before,.widget_area .widget_calendar .month_next a:before{font-family:fontello}.widget_area .widget_calendar .month_prev a:before{content:"";margin-right:5px;display:inline-block}.widget_area .widget_calendar .month_next a:before{content:""}.widget_area .widget_calendar th.month_prev{width:60px;display:block;text-align:left}.widget_area .widget_rss .widget_title a{display:inline-block;margin-right:6px}.widget_area .widget_rss .widget_title img{vertical-align:baseline}.widget_area .widget_rss{color:#222}.widget_area .widget_rss li{line-height:1.785em;padding-left:0;margin-bottom:1.7em}.widget_area .widget_rss li:before{content:none}.widget_area .widget_rss li .rss-date{text-transform:uppercase;letter-spacing:.8px;font-size:.72em;display:block;font-weight:400}.widget_area .widget_rss li .rssSummary{max-height:5em;overflow:hidden}.widget_area .widget_product_tag_cloud,.widget_area .widget_tag_cloud{overflow:hidden}.widget_area .widget_product_tag_cloud a,.widget_area .widget_tag_cloud a{display:block;float:left;padding:3px 12px;margin:0 5px 5px 0;font-size:.868em!important;text-transform:uppercase;letter-spacing:.6px;border:2px solid #ddd}.widget_area .widget_product_tag_cloud a:hover,.widget_area .widget_tag_cloud a:hover{background-color:transparent!important}.widget_area .widget_advert .image_wrap{overflow:hidden;display:block;margin-bottom:1em}.widget_area .widget_flickr{overflow:hidden}.widget_area .widget_flickr .flickr_images{margin-right:-5px}.widget_area .widget_flickr .flickr_badge_image{float:left;margin:0 5px 5px 0;overflow:hidden;width:31%;height:auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.widget_area .widget_flickr .flickr_badge_image img{width:100%}.widget_area .widget_socials .sc_socials{margin-top:1em}.widget_area .widget_twitter ul li{padding-left:1.5em}.widget_area .widget_twitter ul li:before{content:"";font-size:1em;left:0}.footer_wrap_inner{padding:7.4em 0 5.4em}.footer_wrap aside{margin-bottom:1.5em}.footer_wrap .columns_wrap>aside:not([class*=column-]){width:25%;display:inline-block;vertical-align:top;padding-right:30px;box-sizing:border-box}.contacts_wrap_inner{padding:5.7em 0 3.2em;text-align:center}.contacts_wrap .logo{text-align:center;margin-bottom:2.5em}.contacts_wrap .logo .logo_text{font-size:2em}.contacts_wrap .logo img{vertical-align:middle;display:inline-block}.contacts_wrap .contacts_address{overflow:hidden;font-size:1em;margin-bottom:1.1em}.contacts_wrap .contacts_address p{margin-bottom:0}.contacts_wrap .contacts_address .address_left{width:48%;text-align:right;float:left}.contacts_wrap .contacts_address .address_right{width:48%;text-align:left;float:right}.testimonials_wrap.sc_section,.twitter_wrap.sc_section{padding:0}.testimonials_wrap_inner,.twitter_wrap_inner{background-repeat:no-repeat;background-position:center top}footer.testimonials_wrap .sc_section_overlay,footer.twitter_wrap .sc_section_overlay{padding:3em 0}.copyright_wrap_inner{padding:2.5em 0 2em;overflow:hidden}.copyright_wrap p{margin:0}.copyright_style_text{text-align:center}.copyright_style_menu .copyright_text,.copyright_style_socials .copyright_text{float:left}.copyright_style_socials .sc_socials,.copyright_style_menu .menu_footer_nav{float:right}.copyright_style_socials .copyright_wrap_inner{padding-bottom:1.5em}.copyright_style_menu .menu_footer_nav{margin:0;padding:0;list-style:none;text-align:right}.menu_mobile .copyright_style_socials .copyright_text,.menu_mobile .copyright_style_menu .copyright_text,.menu_mobile .copyright_wrap .sc_socials,.menu_mobile .menu_footer_nav{float:none;text-align:center}.menu_mobile .copyright_style_socials .copyright_text,.menu_mobile .copyright_style_menu .copyright_text{margin-top:1em}.menu_mobile .copyright_wrap .sc_socials{display:block}.copyright_style_menu .menu_footer_nav li{display:inline-block;margin-bottom:0}.copyright_style_menu .menu_footer_nav li+li:before{content:"|";display:inline-block;margin:0 .5em}#toc{position:fixed;z-index:999;top:0;bottom:0;right:0;width:60px}#toc a{color:#fff}#toc.toc_no{display:none}#toc .toc_inner{position:absolute;top:50%;right:-60px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}#toc.toc_fixed .toc_inner,#toc:hover .toc_inner{right:0}#toc .toc_item{position:relative;width:57px;height:60px;border-right:3px solid rgba(0,0,0,.8);background-color:#000c}#toc .toc_item.toc_separator{margin-bottom:1px}#toc .toc_item.current,#toc .toc_item:hover{background-color:#808080cc}#toc .toc_icon{position:absolute;display:block;z-index:2;top:0;left:0;width:57px;height:60px;line-height:60px;text-align:center}#toc .toc_icon.with_title{line-height:40px}#toc .toc_icon:before{font-size:inherit;color:inherit;margin:0;padding:0}#toc .toc_title{position:absolute;bottom:6px;left:0;display:block;width:57px;line-height:12px;font-size:12px}#toc .toc_description{position:absolute;top:0;right:-300px;width:240px;height:30px;padding:1em;font-size:.875em;line-height:1.2em;z-index:1;background-color:#808080cc;color:#fff;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}#toc .toc_item:hover .toc_description{right:68px;opacity:1;filter:alpha(opacity=100)}#toc .toc_description:after{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:transparent;border-left-color:#808080cc;border-width:8px;margin-top:-8px}.hover_icon{position:relative;display:block}.hover_icon:before{font-family:fontello;font-size:2.2em;width:2em;height:2em;line-height:2em;text-align:center;border:2px solid;cursor:pointer;position:absolute;z-index:10;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);opacity:0;filter:alpha(opacity=0);margin-top:100px;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.hover_icon:hover:before,.sc_video_play_button.hover_icon:before{opacity:1;filter:alpha(opacity=100);margin-top:0}.hover_icon_play:before{content:""}.hover_icon_link:before{content:""}.hover_icon_zoom:before{content:""}.hover_icon_view:before{content:""}.hover_icon:after{content:" ";position:absolute;z-index:1;top:0;left:0;bottom:0;right:0;background-color:#0000004d;opacity:0;-webkit-transition:opacity ease .3s;-moz-transition:opacity ease .3s;-ms-transition:opacity ease .3s;-o-transition:opacity ease .3s;transition:opacity ease .3s}.hover_icon:hover:after,.sc_video_play_button.hover_icon:after{opacity:1}.sc_video_frame.hover_icon:after{display:none}.sc_video_frame.sc_video_play_button.hover_icon:after{display:block}.hover_icon.hover_icon_link:before{font-size:1.4645em}.scroll_to_top{display:block;position:fixed;width:3em;height:3em;line-height:3em;text-align:center;bottom:-4em;right:2em;background:#fff;border:1px solid #ddd;cursor:pointer;z-index:100001;-webkit-transition:all ease 1.5s;-moz-transition:all ease 1.5s;-ms-transition:all ease 1.5s;-o-transition:all ease 1.5s;transition:all ease 1.5s;filter:alpha(opacity=0);opacity:0}.scroll_to_top.show{filter:alpha(opacity=100);opacity:1;bottom:2em}.popup_wrap{position:absolute;top:3.3333em;right:0;width:37.5em;padding:3em 2.5em 2em;display:none;-webkit-box-shadow:-4px 3px 0 0 rgba(0,0,0,.2);-moz-box-shadow:-4px 3px 0 0 rgba(0,0,0,.2);box-shadow:-4px 3px #0003}.popup_wrap input[type=text],.popup_wrap input[type=email],.popup_wrap input[type=password]{font-size:1.1667em;line-height:1.5em;padding:.3em}.popup_registration{right:-5.5em}.popup_wrap .popup_close{display:block;font-size:1em;line-height:1em;width:1em;height:1em;position:absolute;right:0;top:0;margin:.5em .5em 0 0;text-align:center;color:#ccc;border:2px solid #ebebeb;background-color:#f4f7f9}.popup_wrap .popup_close:hover{color:#909090;border:2px solid #cccccc;background-color:#fff}.popup_wrap .popup_close:before{font-family:fontello;content:"";line-height:1em;padding:0!important;margin:0!important}.popup_wrap .form_wrap{position:relative;overflow:hidden}.popup_wrap .form_wrap .result{position:absolute;z-index:10;left:50%;top:25%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);-webkit-box-shadow:-4px 3px 5px 0 rgba(0,0,0,.2);-moz-box-shadow:-4px 3px 5px 0 rgba(0,0,0,.2);box-shadow:-4px 3px 5px #0003}.popup_wrap .form_wrap .result p{line-height:1.5em}.popup_wrap .form_wrap .result a{color:#fff}.popup_wrap .form_wrap .error_fields_class{border-color:#cc6868}.popup_wrap .form_left{float:left;padding-right:2.5em;width:54%;border-right:1px solid #e0e0e0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.popup_wrap .form_right{float:right;padding-left:2.5em;width:45%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.popup_wrap.popup_registration .form_left{width:50%;padding-right:5px;border-right:none}.popup_wrap.popup_registration .form_right{width:50%;padding-left:5px}.popup_wrap .popup_form_field{margin-bottom:.625em}.popup_wrap input[type=text],.popup_wrap input[type=email],.popup_wrap input[type=password]{width:100%;border:2px solid #ebebeb;background-color:#fafafa}.popup_wrap input:not([type=submit]):focus{background-color:#fff}.popup_wrap .popup_form_field.iconed_field{position:relative}.popup_wrap .popup_form_field.iconed_field:before{position:absolute;z-index:1;top:50%;line-height:16px;right:8px;margin-right:0;margin-top:-8px;color:#c9c9c9;width:1em}.popup_wrap .popup_form_field.iconed_field input{padding-right:30px}.popup_wrap .popup_form_field .forgot_password{float:right}.popup_wrap .popup_form_field.submit_field{padding:1em 0 4px 4px}.popup_wrap .popup_form_field .submit_button{width:100%}.popup_wrap .login_socials_title{color:#222;font-size:1.5em;line-height:1.2857em;margin-bottom:.5em}.popup_wrap .login_socials_problem{line-height:1.2857em}.popup_wrap .popup_form_field.remember_field{margin-top:1.2em}#popup_registration,#popup_login,#popup_registration_1,#popup_login_1{top:50%;left:50%;right:auto;position:fixed;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);-webkit-animation-name:none;animation-name:none;z-index:100000}.menu_user_login .social-login-provider-list{padding-left:0}.esg-filter-wrapper{margin-bottom:3.75em}.esg-grid.esg-container .esg-filterbutton{font-size:12px;text-transform:uppercase;font-weight:400;font-family:Hind;letter-spacing:.8px;background-color:transparent;border:none;line-height:27px;padding:0 13px;border-radius:0;margin:0 5px 5px;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;position:relative}.esg-grid.esg-container .esg-filterbutton:hover,.esg-grid.esg-container .esg-filterbutton.selected{background-color:transparent;color:gray;box-shadow:none}.esg-grid.esg-container .esg-filterbutton.esg-pagination-button{padding:0 11px;font-weight:600}.esg-grid.esg-container .esg-pagination{margin-top:4em}.vc_row[class*=vc_custom_]{background-position:center}.slider_wrap .custom .tp-bullet{width:6px!important;height:6px!important;border:2px solid;background-color:transparent!important}.mejs-controls button:hover,.mejs-controls button:active{background-color:transparent!important}.mfp-figure figcaption{margin-bottom:40px!important;height:40px;padding:0 16px;overflow:hidden}.mfp-figure figcaption .mfp-bottom-bar{left:16px;right:16px;margin-top:-30px;width:auto}iframe[name=google_conversion_frame]{height:1px;min-height:0px;display:none}.bg_image{background:url(/images/bg.png) #fff left top no-repeat fixed}.bg_dark_style_1{background-color:#121215!important}.bg_dark_style_2{background-color:#1c1d22!important}.book_now_section_bg{background-image:url(/images/Layer-152.jpg);background-position:center center;background-size:cover;background-repeat:no-repeat}.custom_texture_bg1{background-image:url(/images/bg-1.jpg)!important;background-position:center center;background-size:cover;background-repeat:no-repeat}.custom_texture_bg2{background-image:url(/images/bg-2.jpg)!important;background-position:center center;background-size:cover;background-repeat:no-repeat}.custom_texture_bg3{background-image:url(/images/bg-3.jpg)!important;background-position:center center;background-size:cover;position:relative;background-repeat:no-repeat}.custom_section_bg1{background-image:url(/images/123.jpg)!important;background-position:center center;background-size:cover;background-repeat:no-repeat}.custom_section_bg2{background-image:url(/images/bg-4.jpg)!important;background-position:center center;background-repeat:no-repeat;position:relative}.custom_testimonials_bg1{background-image:url(/images/bg-5.jpg)!important;background-position:center center;background-repeat:no-repeat}.custom_promo_bg1{background-image:url(/images/1-2.jpg);width:53%;left:0}.custom_promo_bg2{background-image:url(/images/2-2.jpg);width:53%;left:0}.accent_top:before{content:" ";display:block;position:absolute;z-index:1;left:50%;top:0;width:3em;height:2.8em;background-color:#fff;margin:-1.4em 0 0 -1.2857em;-webkit-transform:rotate(35deg) skewX(-20deg);-moz-transform:rotate(35deg) skewX(-20deg);transform:rotate(35deg) skew(-20deg)}.rounded_none{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.rounded_tiny{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.rounded_small{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.rounded_medium{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.rounded_large{-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.rounded{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.margin_left_null,.margin_left_none,.margin_left_no,.margin_left_hide{margin-left:0!important}.margin_left_tiny{margin-left:.5em!important;margin-left:.5rem!important}.margin_left_small{margin-left:2em!important;margin-left:2rem!important}.margin_left_medium{margin-left:3em!important;margin-left:3rem!important}.margin_left_large{margin-left:4em!important;margin-left:4rem!important}.margin_left_huge{margin-left:6em!important;margin-left:6rem!important}.margin_left_tiny-{margin-left:-.5em!important;margin-left:-.5rem!important}.margin_left_small-{margin-left:-2em!important;margin-left:-2rem!important}.margin_left_medium-{margin-left:-3em!important;margin-left:-3rem!important}.margin_left_large-{margin-left:-4em!important;margin-left:-4rem!important}.margin_left_huge-{margin-left:-6em!important;margin-left:-6rem!important}.margin_right_null,.margin_right_none,.margin_right_no,.margin_right_hide{margin-right:0!important}.margin_right_tiny{margin-right:.5em!important;margin-right:.5rem!important}.margin_right_small{margin-right:2em!important;margin-right:2rem!important}.margin_right_medium{margin-right:3em!important;margin-right:3rem!important}.margin_right_large{margin-right:4em!important;margin-right:4rem!important}.margin_right_huge{margin-right:6em!important;margin-right:6rem!important}.margin_right_tiny-{margin-right:-.5em!important;margin-right:-.5rem!important}.margin_right_small-{margin-right:-2em!important;margin-right:-2rem!important}.margin_right_medium-{margin-right:-3em!important;margin-right:-3rem!important}.margin_right_large-{margin-right:-4em!important;margin-right:-4rem!important}.margin_right_huge-{margin-right:-6em!important;margin-right:-6rem!important}.margin_top_null,.margin_top_none,.margin_top_no,.margin_top_hide{margin-top:0!important}.margin_top_tiny{margin-top:.5em!important;margin-top:.5rem!important}.margin_top_small{margin-top:2em!important;margin-top:2rem!important}.margin_top_medium{margin-top:3em!important;margin-top:3rem!important}.margin_top_large{margin-top:4em!important;margin-top:4rem!important}.margin_top_huge{margin-top:6em!important;margin-top:6rem!important}.margin_top_tiny-{margin-top:-.5em!important;margin-top:-.5rem!important}.margin_top_small-{margin-top:-2em!important;margin-top:-2rem!important}.margin_top_medium-{margin-top:-3em!important;margin-top:-3rem!important}.margin_top_large-{margin-top:-4em!important;margin-top:-4rem!important}.margin_top_huge-{margin-top:-6em!important;margin-top:-6rem!important}.margin_bottom_null,.margin_bottom_none,.margin_bottom_no,.margin_bottom_hide{margin-bottom:0!important}.margin_bottom_tiny{margin-bottom:.5em!important;margin-bottom:.5rem!important}.margin_bottom_small{margin-bottom:2em!important;margin-bottom:2rem!important}.margin_bottom_medium{margin-bottom:3em!important;margin-bottom:3rem!important}.margin_bottom_large{margin-bottom:4em!important;margin-bottom:4rem!important}.margin_bottom_huge{margin-bottom:6em!important;margin-bottom:6rem!important}.margin_bottom_tiny-{margin-bottom:-.5em!important;margin-bottom:-.5rem!important}.margin_bottom_small-{margin-bottom:-2em!important;margin-bottom:-2rem!important}.margin_bottom_medium-{margin-bottom:-3em!important;margin-bottom:-3rem!important}.margin_bottom_large-{margin-bottom:-4em!important;margin-bottom:-4rem!important}.margin_bottom_huge-{margin-bottom:-6em!important;margin-bottom:-6rem!important}.menu_main_nav>li>a:before,.menu_main_nav>li>a:after,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:before,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:after,.sc_socials a:before,.sc_socials a:after,.sc_skills_read_more:before,.sc_skills_read_more:after,.esg-grid.esg-container .esg-filterbutton:after,.esg-grid.esg-container .esg-filterbutton:before,.pagination_wrap.pagination_pages a:after,.pagination_wrap.pagination_pages a:before,.pagination_wrap.pagination_pages .pager_current:after,.pagination_wrap.pagination_pages .pager_current:before,.isotope_filters a:after,.isotope_filters a:before,.single-product div.product .woocommerce-tabs .wc-tabs li a:after,.single-product div.product .woocommerce-tabs .wc-tabs li a:before,.sc_recent_news_header_split .sc_recent_news_header_categories>a:after,.sc_recent_news_header_split .sc_recent_news_header_categories>a:before{content:"";font-family:fontello;font-size:32px;line-height:32px;position:absolute;margin:0!important;text-align:center;top:0;bottom:0;display:block;opacity:0;font-weight:400;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.menu_main_nav>li>a:after,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:after,.sc_socials a:after,.sc_skills_read_more:after,.esg-grid.esg-container .esg-filterbutton:after,.pagination_wrap.pagination_pages a:after,.pagination_wrap.pagination_pages .pager_current:after,.isotope_filters a:after,.single-product div.product .woocommerce-tabs .wc-tabs li a:after,.sc_recent_news_header_split .sc_recent_news_header_categories>a:after{content:"";right:0}.menu_main_nav>li>a:before,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:before,.sc_socials a:before,.sc_skills_read_more:before,.esg-grid.esg-container .esg-filterbutton:before,.pagination_wrap.pagination_pages a:before,.pagination_wrap.pagination_pages .pager_current:before,.isotope_filters a:before,.single-product div.product .woocommerce-tabs .wc-tabs li a:before,.sc_recent_news_header_split .sc_recent_news_header_categories>a:before{left:0}.menu_main_nav>li>a:hover:after{right:-13px;opacity:1}.menu_main_nav>li>a:hover:before{left:-13px;opacity:1}.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:before,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:after{font-size:27px;line-height:27px}.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:after,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li:not(.ui-state-active) a:hover:after{right:-11px;opacity:1}.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:before,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li:not(.ui-state-active) a:hover:before{left:-11px;opacity:1}.sc_socials a:before,.sc_socials a:after{font-size:32px;line-height:32px}.sc_socials a:hover:after{right:-13px;opacity:1}.sc_socials a:hover:before{left:-13px;opacity:1}.sc_skills_read_more:before,.sc_skills_read_more:after{font-size:32px;line-height:32px}.sc_skills_read_more:after{right:-13px;opacity:1}.sc_skills_read_more:before{left:-13px;opacity:1}.sc_skills_read_more:hover:after{right:-18px}.sc_skills_read_more:hover:before{left:-18px}.esg-grid.esg-container .esg-filterbutton:after,.esg-grid.esg-container .esg-filterbutton:before{font-size:27px;line-height:27px}.esg-grid.esg-container .esg-filterbutton:hover:after,.esg-grid.esg-container .esg-filterbutton.selected:after{right:-10px;opacity:1}.esg-grid.esg-container .esg-filterbutton:hover:before,.esg-grid.esg-container .esg-filterbutton.selected:before{left:-10px;opacity:1}.pagination_wrap.pagination_pages a:after,.pagination_wrap.pagination_pages a:before,.pagination_wrap.pagination_pages .pager_current:after,.pagination_wrap.pagination_pages .pager_current:before{font-size:27px;line-height:27px}.pagination_wrap.pagination_pages a:hover:after,.pagination_wrap.pagination_pages .pager_current:after{right:-10px;opacity:1}.pagination_wrap.pagination_pages a:hover:before,.pagination_wrap.pagination_pages .pager_current:before{left:-10px;opacity:1}.isotope_filters a:after,.isotope_filters a:before{font-size:27px;line-height:27px}.isotope_filters a:hover:after,.isotope_filters a.active:after{right:-10px;opacity:1}.isotope_filters a:hover:before,.isotope_filters a.active:before{left:-10px;opacity:1}.single-product div.product .woocommerce-tabs .wc-tabs li a:before,.single-product div.product .woocommerce-tabs .wc-tabs li a:after{font-size:27px;line-height:27px}.single-product div.product .woocommerce-tabs .wc-tabs li.active a:after,.single-product div.product .woocommerce-tabs .wc-tabs li a:hover:after{right:-11px;opacity:1}.single-product div.product .woocommerce-tabs .wc-tabs li.active a:before,.single-product div.product .woocommerce-tabs .wc-tabs li a:hover:before{left:-11px;opacity:1}.sc_recent_news_header_split .sc_recent_news_header_categories>a:before,.sc_recent_news_header_split .sc_recent_news_header_categories>a:after{font-size:27px;line-height:27px}.sc_recent_news_header_split .sc_recent_news_header_categories>a:hover:after{right:-11px;opacity:1}.sc_recent_news_header_split .sc_recent_news_header_categories>a:hover:before{left:-11px;opacity:1}.remove_bottom{margin-bottom:-4.7em!important}.esg-entry-cover .esg-overlay{top:-1px!important;left:-1px!important;width:105%!important;height:105%!important}#page_preloader{background-position:center;background-repeat:no-repeat;position:fixed;z-index:1000000;left:0;top:0;right:0;bottom:0;opacity:1;background-size:40px;background-color:#1d1e23;background-image:url(/images/loader-1.gif)}.contacts_wrap .logo img{height:100px}.width_180_imp{width:180px!important}.width_210_imp{width:210px!important}.width_40_per{width:40%}.width_80_per{width:80%}.width_100_per{width:100%}.width_100_per_imp{width:100%!important}.width_400_imp{width:400px!important}.width_440{width:440px}.height_0_7em{height:.7em}.height_1em{height:1em}.height_1_5em{height:1.5em}.height_1_5em_imp{height:1.5em!important}.height_1_55em{height:1.55em}.height_2_4em{height:2.4em}.height_2_65em{height:2.65em}.height_2_8em{height:2.8em}.height_2_857em{height:2.857em}.height_3em{height:3em}.height_3_3em{height:3.3em}.height_3_4em{height:3.4em}.height_3_8em{height:3.8em}.height_3_9em{height:3.9em}.height_4_3em{height:4.3em}.height_4em{height:4em}.height_4_5em{height:4.5em}.height_4_8em{height:4.8em}.height_5em{height:5em}.height_5_2em{height:5.2em}.height_5_4em{height:5.4em}.height_5_3em{height:5.3em}.height_5_5em{height:5.5em}.height_5_7em{height:5.7em}.height_6em{height:6em}.height_6_2em{height:6.2em}.height_6_6em{height:6.6em}.height_6_75em{height:6.75em}.height_6_9em{height:6.9em}.height_7_1em{height:7.1em}.height_7_2em{height:7.2em}.height_7_3em{height:7.3em}.height_7_65em{height:7.65em}.height_7_8em{height:7.8em}.height_8em{height:8em}.height_8_7em{height:8.7em}.height_9_2em{height:9.2em}.height_10em{height:10em}.height_20em{height:20em}.height_24_5em{height:24.5em}.height_190_imp{height:190px!important}.border_width_2{border-width:2px}.slider_2_bg_1{background-image:url(/images/event-1.jpg);width:100%}.slider_2_bg_2{background-image:url(/images/image-7.jpg);width:100%}.slider_2_bg_3{background-image:url(/images/image-4.jpg);width:100%}.slider_3_bg_1{background-image:url(/images/image-8-770x434.jpg);width:770px;height:434px}.slider_3_bg_2{background-image:url(/images/image-7-770x434.jpg);width:770px;height:434px}.slider_3_bg_3{background-image:url(/images/image-5-770x434.jpg);width:770px;height:434px}.slider_3_bg_4{background-image:url(/images/image-9-770x434.jpg);width:770px;height:434px}.slider_3_bg_5{background-image:url(/images/image-4-770x434.jpg);width:770px;height:434px}.tpl_icons_style_1{display:block;font-size:65px;line-height:1em;color:#db0e00}#sc_googlemap_2{width:100%;height:480px}.progress_bar_style_1{background-color:#db0e00!important;border-color:#db0e00!important}.custom_section_bg1 p{color:#db0e00;letter-spacing:.8px;text-transform:uppercase}.custom_section_bg1 h1.sc_title{line-height:1em;color:#fff;font-size:5em}.custom_section_bg2 p{font-size:.868em;text-transform:uppercase;color:#db0e00}.custom_section_bg2_info{margin-top:25px!important;margin-bottom:20px!important;letter-spacing:3px;color:#fff}.custom_promo_block_1{width:47%;float:right}.custom_title_1{text-align:left;color:#fff;font-weight:100}.custom_title_2{line-height:1em;text-align:left;color:#db0e00!important}.color_fff{color:#fff}.tpl_color{color:#db0e00}.pos_relative{position:relative}.counters_section .sc_skills_counter{margin:auto;width:210px}.guns_ammo_info{padding-top:25px!important;padding-bottom:32px!important;color:#b4b4b4}.responsive_bg{position:relative}/*!
https://daneden.github.io/animate.css/
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/[data-animation^=animated]{visibility:hidden}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;visibility:visible}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.fast{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(.755,.05,.855,.06);transition-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash;opacity:1}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}to{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translate(-100%);visibility:visible}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes slideInLeft{0%{-webkit-transform:translateX(-100%);transform:translate(-100%);visibility:visible}to{-webkit-transform:translateX(0);transform:translate(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translate(100%);visibility:visible}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes slideInRight{0%{-webkit-transform:translateX(100%);transform:translate(100%);visibility:visible}to{-webkit-transform:translateX(0);transform:translate(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%);visibility:visible}to{-webkit-transform:translateY(0);transform:translateY(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translate(0)}to{visibility:hidden;-webkit-transform:translateX(-100%);transform:translate(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translate(0)}to{visibility:hidden;-webkit-transform:translateX(-100%);transform:translate(-100%)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translate(0)}to{visibility:hidden;-webkit-transform:translateX(100%);transform:translate(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translate(0)}to{visibility:hidden;-webkit-transform:translateX(100%);transform:translate(100%)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.sc_accordion .sc_accordion_item{margin-bottom:2.15em;padding-bottom:2.15em;border-bottom:1px dashed}.sc_accordion .sc_accordion_item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.sc_accordion>.sc_accordion_item .sc_accordion_content{overflow:hidden;display:none}.sc_accordion .sc_accordion_item .sc_accordion_title{position:relative;overflow:hidden;cursor:pointer;margin:0;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_accordion .sc_accordion_item .sc_accordion_title .sc_items_counter:after{content:". "}.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon{position:absolute;left:0;top:0;height:calc(100% - 4px);padding:0;text-align:center;overflow:hidden;width:1.615em;color:#fff;border:2px solid;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon:before{position:absolute;left:50%;top:50%;font-size:.7em;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%)}.sc_accordion .sc_accordion_item .sc_accordion_content{padding:1.7em 2.85em 0;line-height:2em}.sc_accordion .sc_accordion_item .sc_accordion_title{padding:.31em .5em .31em 2.7em;font-size:1.15em}.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon_opened{margin-top:-4em}.sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_opened{margin-top:0}.sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_closed{margin-top:4em}.mejs-offscreen{display:none!important}.mejs-controls .mejs-time-rail .mejs-time-total{-webkit-border-radius:0!important;-moz-border-radius:0!important;border-radius:0!important;margin-top:8px!important}.mejs-controls .mejs-time-rail .mejs-time-total,.mejs-controls .mejs-time-rail .mejs-time-buffering,.mejs-controls .mejs-time-rail .mejs-time-loaded,.mejs-controls .mejs-time-rail .mejs-time-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{height:3px!important}.mejs-container .mejs-controls .mejs-time{padding:10px 11px 0!important}.mejs-controls .mejs-time-rail .mejs-time-loaded,.mejs-controls .mejs-time-rail .mejs-time-total,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{background:#dedfe0!important}.sc_audio{-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_audio.sc_show{opacity:1;-moz-opacity:1;filter:alpha(opacity=100)}.sc_audio .mejs-container{margin:0}.sc_audio.sc_audio_image{padding:103px 40px 35px;background-position:center center;position:relative;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_audio.sc_audio_info{position:relative;padding:103px 40px 35px}.sc_audio .sc_audio_header{padding:0 0 20px}.sc_audio .sc_audio_header{position:absolute;top:0;left:0;padding:32px 40px}.sc_audio .sc_audio_author_by{color:#222}.sc_audio .sc_audio_title{font-weight:700;margin:0}.sc_audio .sc_audio_author{font-size:.858em;line-height:1.8em}.mejs-container,.mejs-embed,.mejs-embed body,.mejs-container .mejs-controls{background-color:transparent!important}.sc_audio .mejs-container .mejs-controls .mejs-playpause-button,.sc_audio .mejs-container .mejs-controls .mejs-volume-button{width:2em;height:2em;font-size:15px;line-height:15px}.sc_audio .mejs-controls .mejs-playpause-button button,.sc_audio .mejs-controls .mejs-volume-button button{background:none;margin:7px;font-size:14px;text-align:center}.sc_audio .mejs-controls .mejs-button.mejs-play button:before{content:"";font-family:fontello;margin-right:0}.sc_audio .mejs-controls .mejs-button.mejs-pause button:before{content:"";font-family:fontello;margin-right:0}.sc_audio .mejs-controls .mejs-mute button:before{content:"";font-family:fontello;margin-right:0}.sc_audio .mejs-controls .mejs-unmute button:before{content:"";font-family:fontello;margin-right:0}.sc_audio .mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.sc_audio .mejs-button.mejs-volume-button{margin:0 11px}.sc_audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.sc_audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{top:14px}.sc_audio_player_bg{background-image:url(/images/1.jpg)}blockquote.sc_quote{font-size:2.857em;line-height:1.2em;margin:0;padding:.9em 0 0;font-weight:100;background-color:transparent!important}blockquote.sc_quote:before{font-size:4.5em;left:-.15em}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){blockquote.sc_quote:before{font-size:200px}}blockquote.sc_quote cite,blockquote.sc_quote a,blockquote.sc_quote .sc_quote_title{font-size:.33em;line-height:4em}input[type=submit],input[type=button],button,.sc_button{display:inline-block;text-align:center;padding:1.209em 2.3em;text-transform:uppercase;letter-spacing:1px;font-weight:400;border:2px solid;border-width:2px!important;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.sc_button.sc_button_round{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}input[type=submit]:before,input[type=button]:before,button:before,.sc_button:before{margin-right:10px}input[type=submit].sc_button_size_medium,input[type=button].sc_button_size_medium,button.sc_button_size_medium,.sc_button.sc_button_size_medium{font-size:1em;padding:1.2em 1.5em}.sc_button.sc_button_style_border{border-width:2px;border-style:solid}.sc_button.sc_button_style_border{background-color:transparent}.sc_button.aligncenter{display:inline-block!important;margin:auto}.sc_blogger_descr.sc_item_descr{margin-bottom:3.8em}.sc_blogger_button.sc_item_button{margin-top:2.1em}.sc_blogger.sc_scroll_controls{position:relative}.sc_blogger.sc_scroll_controls_type_top{overflow:visible!important}.sc_blogger.sc_scroll_controls_type_top .sc_scroll_controls_wrap{top:0}.sc_blogger.layout_polaroid .sc_blogger_elements *,.sc_blogger.layout_polaroid .sc_blogger_elements *:after,.sc_blogger.layout_polaroid .sc_blogger_elements *:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_blogger.layout_polaroid .sc_blogger_elements{height:0}.js .sc_blogger.layout_polaroid .sc_blogger_elements .photostack{height:40em}.sc_blogger.layout_polaroid .sc_blogger_elements+.sc_blogger_button{margin-top:3em}.sc_blogger.layout_polaroid .sc_blogger_elements figure{overflow:visible}.sc_blogger.layout_polaroid .sc_blogger_elements figure figcaption{background:transparent;display:block;height:auto;margin:0;padding:0;position:static;vertical-align:middle;font-size:1em}.sc_blogger.layout_polaroid .sc_blogger_elements .sc_polaroid_title{font-weight:400;margin:.6em 0 0}.sc_blogger.layout_polaroid .sc_blogger_elements .photostack-back{font-size:1.0769em;line-height:1.5em;padding:2.3077em}.sc_blogger.layout_date .sc_blogger_item{position:relative}.sc_blogger.layout_date .sc_blogger_item:before{content:" ";display:block;background-color:#ddd;position:absolute;z-index:1}.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item:before{width:1px;height:100%;left:40px;top:0}.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item:before{height:1px;width:100%;left:0;top:40px}.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item.sc_blogger_item_last:before{content:none}.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date{width:78px;height:78px;border:1px solid #ddd;position:relative;z-index:2;background-color:#fff;text-align:center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .day_month{display:block;padding:14px 0 6px;font-size:1.15em}.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year{display:block;font-size:.75em;margin:0 auto}.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before{width:33px;display:block;margin:0 auto 3px;content:" ";border-top:1px solid #ddd}.sc_blogger.layout_date .sc_blogger_item .sc_blogger_title{margin:0 0 .6em}.sc_blogger.layout_date.sc_blogger_horizontal{overflow:hidden}.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item{float:left}.sc_blogger.layout_date.sc_blogger_horizontal .post_content{padding-right:2em}.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item .sc_blogger_date{margin-bottom:1.25em}.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item+.sc_blogger_item{padding-top:2em}.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item .sc_blogger_date{float:left}.sc_blogger.layout_date.sc_blogger_vertical .post_content{padding-left:100px}.sc_blogger.layout_date.sc_blogger_vertical .post_content:after{content:" ";width:100%;height:0;display:block;clear:both}.sc_blogger.layout_date.sc_blogger_vertical .sc_blogger_item .post_info{margin:0}.sc_blogger.layout_date .load_more{height:60px;position:relative}.sc_blogger.layout_date .load_more:before{width:28px;height:28px;border:1px solid #ddd;background-color:#fff;font-family:fontello;content:"";text-align:center;position:absolute;z-index:2;bottom:0;left:24px;line-height:28px}.sc_blogger.layout_date .load_more:after{content:"";display:block;width:1px;height:100%;background-color:#ddd;position:absolute;left:40px;top:0;z-index:1}.sc_blogger_item.sc_plain_item{padding:2.2857em;background-color:#f0f0f0;margin-bottom:2px;text-align:center}.sc_blogger_item.sc_plain_item .post_category{font-style:italic}.sc_blogger_item.sc_plain_item .post_title{margin-top:.4em}.sc_blogger_item.sc_plain_item .post_info{margin-bottom:0}.sc_blogger.layout_plain .sc_item_button{margin-top:2.2857em}.sc_blogger.sc_blogger_horizontal.layout_news{overflow:hidden}.sc_blogger.sc_blogger_horizontal.layout_news .post_featured{width:40%;float:left;vertical-align:top;margin:0 2em .7em 0}.sc_blogger.sc_blogger_horizontal.layout_news .columns_wrap .post_featured{width:100%;float:none;margin:0 0 .7em}.sc_blogger.sc_blogger_vertical.layout_news .sc_blogger_item+.sc_blogger_item{padding-top:2em;margin-top:2em;border-top:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.post_item_news .post_featured .hover_icon:before{font-size:3em}.article_style_boxed .sc_blogger.template_related .post_content_wrap,.article_style_boxed .sc_blogger.template_masonry .post_content{background-color:#f7f7f7}.sc_blogger .isotope_filters{margin:1.5em 0 1em}.sc_blogger.no_margins .sc_blogger_button{margin-top:2em}.sc_scroll_horizontal .sc_blogger .isotope_item,.sc_scroll_horizontal .sc_blogger [class*=column-],.sc_blogger .sc_scroll_horizontal .isotope_item,.sc_blogger .sc_scroll_horizontal [class*=column-]{width:400px;display:inline-block;vertical-align:top;position:relative;padding-bottom:0;white-space:nowrap}.sc_scroll_horizontal .sc_blogger .isotope_column_2,.sc_scroll_horizontal .sc_blogger .column-1_2,.sc_blogger .sc_scroll_horizontal .isotope_column_2,.sc_blogger .sc_scroll_horizontal .column-1_2{width:600px}.sc_scroll_horizontal .sc_blogger .isotope_column_4,.sc_scroll_horizontal .sc_blogger .column-1_4,.sc_blogger .sc_scroll_horizontal .isotope_column_4,.sc_blogger .sc_scroll_horizontal .column-1_4{width:300px}.sc_scroll_horizontal .sc_blogger .isotope_column_5,.sc_scroll_horizontal .sc_blogger .column-1_5,.sc_blogger .sc_scroll_horizontal .isotope_column_5,.sc_blogger .sc_scroll_horizontal .column-1_5{width:240px}.sc_scroll_horizontal .sc_blogger .isotope_column_6,.sc_scroll_horizontal .sc_blogger .column-1_6,.sc_blogger .sc_scroll_horizontal .isotope_column_6,.sc_blogger .sc_scroll_horizontal .column-1_6{width:200px}.sc_scroll_vertical .sc_blogger .isotope_item,.sc_scroll_vertical .sc_blogger [class*=column-],.sc_blogger .sc_scroll_vertical .isotope_item,.sc_blogger .sc_scroll_vertical [class*=column-]{position:relative;width:auto;max-width:400px;display:inline-block;padding-right:50px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_call_to_action_align_left .sc_call_to_action_title,.sc_call_to_action_align_left .sc_call_to_action_subtitle,.sc_call_to_action_align_left .sc_call_to_action_descr,.sc_call_to_action_align_right .sc_call_to_action_title,.sc_call_to_action_align_right .sc_call_to_action_subtitle,.sc_call_to_action_align_right .sc_call_to_action_descr{text-align:left}.sc_call_to_action_align_left .sc_call_to_action_featured,.sc_call_to_action_align_left .sc_call_to_action_info,.sc_call_to_action_align_right .sc_call_to_action_featured,.sc_call_to_action_align_right .sc_call_to_action_info{vertical-align:middle}.sc_call_to_action_align_none .sc_call_to_action_info,.sc_call_to_action_align_center .sc_call_to_action_info{text-align:center}.sc_call_to_action_align_none .sc_call_to_action_featured,.sc_call_to_action_align_center .sc_call_to_action_featured{margin:0 auto 2.2857em}.sc_call_to_action .sc_call_to_action_title{font-weight:900;margin-bottom:.43em}.sc_call_to_action .sc_call_to_action_title:after{display:none}.sc_call_to_action .sc_call_to_action_descr{font-size:1em;font-style:normal;font-weight:400;line-height:1.5em;text-transform:uppercase;margin-bottom:0}.sc_call_to_action .sc_call_to_action_buttons{margin-top:2.5em}.sc_call_to_action_align_left .sc_call_to_action_buttons,.sc_call_to_action_align_right .sc_call_to_action_buttons{margin-top:0}.sc_call_to_action_accented{padding:3em 0}.sc_call_to_action_style_2 .sc_call_to_action_info,.sc_call_to_action_style_2 .sc_call_to_action_buttons{vertical-align:middle}.sc_call_to_action_style_2 .sc_call_to_action_buttons{text-align:center}.sc_call_to_action_style_2 .sc_call_to_action_title{font-size:1.7857em;font-weight:300;margin-bottom:.25em}.sc_call_to_action_style_2 .sc_call_to_action_descr{line-height:1.2857em;text-transform:none}.sc_call_to_action_style_2.sc_call_to_action_align_none{text-align:center}.sc_call_to_action_style_2.sc_call_to_action_align_none .sc_call_to_action_info,.sc_call_to_action_style_2.sc_call_to_action_align_none .sc_call_to_action_buttons{display:inline-block}.sc_call_to_action_style_2.sc_call_to_action_align_none .sc_call_to_action_buttons{margin-left:4em}.sc_call_to_action_style_2.sc_call_to_action_align_center{text-align:center}.post_format_chat .post_info{display:none}.post_format_chat .post_descr{margin-top:1.4em}.sc_chat{position:relative;padding-left:20px;overflow:hidden}.sc_chat+.sc_chat{margin-top:1.5em}.sc_chat_inner{position:relative;background-color:#fff;border:1px solid #1eaace;padding:1.2em 1.2em .875em;overflow:hidden;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.sc_chat:after{content:" ";position:absolute;z-index:1;top:30%;left:14px;width:11px;height:30px;-webkit-transform:rotate(30deg) skewY(-45deg);-moz-transform:rotate(30deg) skewY(-45deg);-ms-transform:rotate(30deg) skewY(-45deg);-o-transform:rotate(30deg) skewY(-45deg);transform:rotate(30deg) skewY(-45deg);background-color:#fff;border-left:1px solid #1eaace;border-bottom:1px solid #1eaace}.sc_chat .sc_chat_title{margin-bottom:.2em;font-weight:400;font-size:.857em;text-transform:uppercase;letter-spacing:1px}.sc_chat .sc_chat_avatar{width:75px;height:75px;float:left;margin:0 20px 10px 0;overflow:hidden;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.sc_chat p{margin-bottom:0}.sc_chat.no_photo{padding-left:0}.sc_chat.no_photo:after{content:none}.sc_chat.no_photo .sc_chat_title a:after{content:":"}.sc_chat.no_photo .sc_chat_inner{background-color:transparent;border:none;padding:0}.sc_clients .columns_wrap{margin-right:-20px}.sc_clients .columns_wrap>[class*=column-]{padding-right:20px}.sc_clients.sc_slider_swiper:not(.sc_slider_height_auto) .slides .swiper-slide{min-height:3em}.sc_clients_style_clients-2 .sc_client_hover{text-align:center}.sc_clients_style_clients-2 .sc_client_title{margin:.5em 0 0;font-size:1.3333em;font-weight:700}.sc_clients_style_clients-2 .sc_client_position{margin-top:.25em;font-style:italic}.sc_clients_style_clients-2 .sc_client_description{font-size:1.2857em;font-weight:300;font-style:italic;line-height:1.2857em}.sc_clients_style_clients-2 .sc_client_description:before{content:"";font-family:fontello;font-size:1.5em;font-style:normal;line-height:1.5em;display:block}.sc_clients_style_clients-2 .sc_client_description p{margin:0}.sc_clients_style_clients-2 .sc_client_description p+p{margin-top:.5em}.sc_clients_style_clients-2 .sc_client_image{background-color:#fff}.sc_clients_style_clients-2 .sc_client_image img{vertical-align:middle}.sc_clients_style_clients-2 .sc_client_info{padding-top:1.5em}.sc_clients_style_clients-2 .sc_client_image{position:relative}.sc_clients_style_clients-2 .sc_client_image .sc_client_hover{position:absolute;left:0;right:0;top:0;bottom:0;opacity:0;filter:alpha(opacity=0);text-align:center}.sc_clients_style_clients-2 .sc_clients_item:hover .sc_client_image .sc_client_hover{opacity:1;filter:alpha(opacity=100)}.sc_clients_style_clients-2 .sc_client_image .sc_client_hover,.sc_clients_style_clients-2 .sc_client_image .sc_client_hover .sc_client_info{overflow:hidden;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_clients_style_clients-2 .sc_client_image .sc_client_hover .sc_client_info{position:absolute;left:0;top:50%;width:100%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);margin-top:50px;padding:1.5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_clients_style_clients-2 .sc_clients_item:hover .sc_client_image .sc_client_hover .sc_client_info{margin-top:0}.sc_columns .sc_column_item_inner{padding:1.5em}.sc_form form{position:relative}.sc_form .result{display:none;width:70%;position:absolute;z-index:1000;top:38%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);-webkit-box-shadow:10px 10px 30px 0px rgba(0,0,0,.2);-moz-box-shadow:10px 10px 30px 0px rgba(0,0,0,.2);box-shadow:10px 10px 30px #0003}.sc_form_descr.sc_item_descr{margin-bottom:4.5em}.sc_form .sc_item_descr .sc_socials{display:block;font-size:.6667em;margin-top:1em}.sc_form .label_over label{display:none}.sc_form .sc_form_item{margin-bottom:.7143em;width:100%;text-align:center}.sc_form .sc_form_item input[type=text],.sc_form .sc_form_item select,.sc_form .sc_form_item textarea{padding:1em;text-align:center}.sc_form .sc_form_address_field{margin-bottom:1.75em;text-align:left}.sc_form .sc_form_address .sc_socials{text-align:left;display:block;margin-top:2.5em}.sc_form .sc_form_address_label{display:block;font-weight:700}.sc_form .sc_form_field{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_form .sc_form_item.label_top label{display:block;margin-bottom:.4em}.sc_form .sc_form_item.label_bottom label{display:block;margin-top:.4em}.sc_form .sc_form_item.label_left{overflow:hidden}.sc_form .sc_form_item.label_left label{display:inline-block;margin-right:1.5em;vertical-align:middle}.sc_form .sc_form_item.label_left input,.sc_form .sc_form_item.label_left .sc_form_select_container,.sc_form .sc_form_item.label_left textarea{display:inline-block;width:auto;vertical-align:middle}.sc_form .sc_form_item .sc_form_element{width:auto;display:inline-block}.sc_form .sc_form_item .sc_form_element+.sc_form_element{margin-left:2em}.sc_form .sc_form_item .sc_form_element input,.sc_form .sc_form_item .sc_form_element label{width:auto;margin-right:.5em;display:inline-block}.sc_form .sc_form_item .sc_form_element input[type=radio],.sc_form .sc_form_item .sc_form_element input[type=checkbox]{display:none}.sc_form .sc_form_item .sc_form_element input[type=radio]+label,.sc_form .sc_form_item .sc_form_element input[type=checkbox]+label{position:relative;padding-left:1.75em;line-height:1.5em}.sc_form .sc_form_item .sc_form_element input[type=radio]+label:before,.sc_form .sc_form_item .sc_form_element input[type=checkbox]+label:before{content:" ";font-family:fontello;display:block;text-align:center;border:1px solid #ebebeb;position:absolute;left:0;top:3px;width:1em;height:1em;line-height:1em}.sc_form .sc_form_item .sc_form_element input[type=radio]+label:before{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.sc_form .sc_form_item .sc_form_element input[type=checkbox]:checked+label:before{content:""}.sc_form .sc_form_item .sc_form_element input[type=radio]:checked+label:before{content:""}.sc_form .sc_form_field input,.sc_form .sc_form_message textarea{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_form .sc_form_message textarea{min-height:12em}#sc_form_email::-webkit-input-placeholder:after{content:"*";color:red;margin-left:5px}#sc_form_username::-webkit-input-placeholder:after{content:"*";color:red;margin-left:5px}.sc_form .picker{position:absolute;z-index:10000;left:0;top:4em;width:100%;height:0;padding:1.5em;overflow:hidden;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transition:all .15s ease-out;-moz-transition:all .15s ease-out;transition:all .15s ease-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_form .picker--opened{height:auto;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}.sc_form .picker__header{position:relative;margin:0 1.5em;font-size:1.2857em;text-transform:uppercase;text-align:center}.sc_form .picker__month,.sc_form .picker__year{display:inline-block;margin-left:3px;margin-right:3px}.sc_form .picker__nav--prev,.sc_form .picker__nav--next{position:absolute;z-index:1;top:0;left:0;line-height:1.5em;width:1.5em;height:1.5em;text-align:center}.sc_form .picker__nav--next{left:auto;right:0}.sc_form .picker__nav--prev:before,.sc_form .picker__nav--next:before{font-family:fontello;display:inline-block;line-height:inherit}.sc_form .picker__nav--prev:before{content:""}.sc_form .picker__nav--next:before{content:""}.sc_form .picker__nav--prev:hover,.sc_form .picker__nav--next:hover{cursor:pointer}.sc_form .picker__nav--disabled,.sc_form .picker__nav--disabled:hover,.sc_form .picker__nav--disabled:before,.sc_form .picker__nav--disabled:before:hover{cursor:default}.sc_form .picker__table{width:100%;border-collapse:collapse;border-spacing:0;text-align:center;table-layout:fixed;margin:.8em 0 0}.sc_form .picker__table th,.sc_form .picker__table td{border:none;padding:.25em;vertical-align:top;text-align:center}.sc_form .picker__weekday{width:14.285714286%;text-transform:uppercase}.sc_form .picker__day--today{position:relative}.sc_form .picker__day--today:before{content:" ";position:absolute;top:2px;right:2px;width:0;height:0;border-top:7px solid #f15a23;border-left:7px solid transparent!important}.sc_form .picker__day--infocus:hover,.sc_form .picker__day--outfocus:hover,.sc_form .picker__day--highlighted:hover,.sc_form .picker--focused .picker__day--highlighted{cursor:pointer}.sc_form .picker__day--disabled,.sc_form .picker__day--disabled:hover,.sc_form .picker--focused .picker__day--disabled{cursor:default;background-color:transparent!important}.sc_form .picker__footer{text-align:center;border-top:1px solid #ddd;margin-top:.5em;padding:.5em 0 0}.sc_form .picker__button--today,.sc_form .picker__button--clear,.sc_form .picker__button--close{display:inline-block;vertical-align:bottom;font-style:italic;font-weight:400;line-height:2em;width:33%;background-color:transparent!important}.sc_form .picker__button--today:hover,.sc_form .picker__button--clear:hover,.sc_form .picker__button--close:hover{cursor:pointer}.sc_form .picker__button--today:focus,.sc_form .picker__button--clear:focus,.sc_form .picker__button--close:focus{background:transparent;outline:none}.sc_form .picker__button--today:before,.sc_form .picker__button--clear:before,.sc_form .picker__button--close:before{position:relative;display:inline-block;height:0}.sc_form .picker__button--today:before,.sc_form .picker__button--clear:before{content:" ";margin-right:.3em}.sc_form .picker__button--today:before{top:-1px;width:0;border-top:7px solid transparent;border-left:7px solid transparent!important}.sc_form .picker__button--clear:before{top:-3px;width:10px;border-top:3px solid transparent}.sc_form .picker__button--close:before{content:"×";vertical-align:top;margin-right:.4em;font-size:1.5385em;font-style:normal;font-weight:700}.sc_form .picker__button--today[disabled],.sc_form .picker__button--today[disabled]:hover{cursor:default}.sc_form .picker--time{padding:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.sc_form .picker--time.picker--opened{height:16em}.sc_form .picker__list{list-style:none;padding:0;margin:0}.sc_form .picker__list li{margin-bottom:0}.sc_form .picker__list-item{position:relative;padding:.5em 1em;border-bottom:1px solid #ddd;border-top:1px solid #ddd;margin-bottom:-1px}.sc_form .picker__list-item:hover{z-index:10}.sc_form .picker__list-item:hover,.sc_form .picker__list-item--highlighted,.sc_form .picker__list-item--highlighted:hover,.sc_form .picker--focused .picker__list-item--highlighted,.sc_form .picker__list-item--selected,.sc_form .picker__list-item--selected:hover,.sc_form .picker--focused .picker__list-item--selected{cursor:pointer}.sc_form .picker__list-item--disabled,.sc_form .picker__list-item--disabled:hover,.sc_form .picker--focused .picker__list-item--disabled{cursor:default;z-index:auto}.sc_form .picker--time .picker__button--clear{display:block;width:100%;margin:0 auto;padding:.75em;background-color:transparent;border:0;text-align:center;text-transform:uppercase}.sc_form .picker--time .picker__button--clear:hover,.sc_form .picker--time .picker__button--clear:focus{outline:none}.sc_form .sc_form_field [class*=icon-]{position:relative}.sc_form .sc_form_field [class*=icon-]:before{position:absolute;right:.5em;top:.5em;display:block;width:2em;height:2em;line-height:2em}.sc_form_select_container{width:100%;overflow:hidden;position:relative}.sc_form_select_container:after{content:"";font-family:fontello;display:block;text-align:center;position:absolute;right:0;top:0;width:1.5em;height:3.5em;line-height:3.5em;z-index:0;pointer-events:none;cursor:pointer}.sc_form_select_container select{width:100%;padding-left:.5em!important;background:none!important;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.sc_form .sc_form_button{text-align:center;margin:2.9em 0 0}.sc_form_style_form_2 .sc_form_item,.sc_form_style_form_2 .sc_form_button,.sc_form_style_form_2 .sc_form_item input[type=text],.sc_form_style_form_2 .sc_form_item select,.sc_form_style_form_2 .sc_form_item textarea{text-align:left}.sc_dropcaps{overflow:hidden;line-height:1.92em}.sc_dropcaps .sc_dropcaps_item{font-size:2.14em;font-weight:600;font-style:italic;font-family:Lato;line-height:1.66em;display:block;padding:0 15px;margin:0 8px 2px 0;float:left}.sc_events_item .sc_events_item_title{margin:1em 0;font-size:1.2857em}.sc_events_item .sc_events_item_description{line-height:1.75em;overflow:hidden}.sc_events_item .sc_events_item_description p{margin-bottom:0;height:5em;overflow:hidden}.sc_events_item .sc_events_item_readmore{display:block;margin-top:1em}.sc_events_item .sc_events_item_readmore span{display:inline-block;margin-left:.5em}.sc_events_style_events-1 .sc_events_item{text-align:center;padding:0}.sc_events_style_events-1 .sc_events_item_content{padding:0 2.5em 2.5em}.sc_events_style_events-1 .sc_events_item_date{font-size:.8571em;margin-bottom:1em}.sc_events_style_events-1 .sc_events_item_title{margin-top:0}.sc_events_style_events-2 .sc_events_item{border:1px solid #eee;height:5em;position:relative;white-space:nowrap;padding:1.1em 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_events_style_events-2 .sc_events_item+.sc_events_item{margin-top:10px}.sc_events_style_events-2 .sc_events_item>span,.sc_events_style_events-2 .sc_events_item_title{display:inline-block;margin:0;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_events_style_events-2 .sc_events_item_date{position:absolute;z-index:1;left:-1px;top:-1px;bottom:-1px;width:5em;text-align:center}.sc_events_style_events-2 .sc_events_item_month{display:block;text-transform:none;margin-top:0;font-size:.868em;line-height:1.5em;font-weight:600;font-family:Lato;font-style:italic}.sc_events_style_events-2 .sc_events_item_day{display:block;font-size:2.143em;font-weight:900;font-family:Lato;font-style:italic;margin-top:.45em}.sc_events_style_events-2 .sc_events_item_title{font-size:1em;padding:0 1.42em 0 6.42em;text-transform:uppercase;width:60%;font-family:Hind;white-space:normal}.sc_events_style_events-2 .sc_events_item_time,.sc_events_style_events-2 .sc_events_item_details{position:relative;width:20%;padding:0 1em;text-align:center}.sc_events_style_events-2 .sc_events_item_details a{font-size:.868em;text-transform:uppercase;letter-spacing:1px}.sc_events_style_events-2 .sc_events_item_time:before,.sc_events_style_events-2 .sc_events_item_details:before{content:" ";position:absolute;z-index:1;left:0;top:-.2em;bottom:-.2em;width:1px}.sc_events_style_events-2 .sc_events_button{margin-top:4.1em;text-align:left}.sc_events_style_events-2 .sc_events_item{display:table;width:100%}.sc_events_style_events-2 .sc_events_item>span,.sc_events_style_events-2 .sc_events_item>h6{display:table-cell;vertical-align:middle}.sc_events_style_events-2 .sc_events_title.sc_item_title{text-align:left;margin-bottom:.85em}.sc_events_style_events-2 .sc_events_title.sc_item_title:after{content:none}.sc_googlemap img{max-width:none}.sc_googlemap_wrap{position:relative}.sc_googlemap_content{position:absolute;z-index:1;right:10%;top:0;bottom:0;width:25%;padding:2em 3em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_googlemap_content .sc_item_title:after{margin-bottom:.3em}.sc_googlemap_content .sc_item_title:after{display:none}.sc_highlight_style_3{padding:4px 5px}.sc_icon{display:inline-block;position:relative;margin-right:.25em;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_icon_shape_square,.sc_icon_shape_round{display:inline-block;padding:4px;text-align:center;width:1.2em;height:1.2em;line-height:1.2em;border:.05em solid #f4f7f9}.sc_icon_shape_round,a.sc_icon.sc_icon_shape_round:after,a .sc_icon.sc_icon_shape_round:after{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.sc_icon.sc_icon_shape_square:hover,.sc_icon.sc_icon_shape_round:hover,a.sc_icon.sc_icon_shape_square:hover,a.sc_icon.sc_icon_shape_round:hover,a:hover .sc_icon.sc_icon_shape_square,a:hover .sc_icon.sc_icon_shape_round{background-color:transparent}a.sc_icon.sc_icon_shape_round:after,a.sc_icon.sc_icon_shape_square:after,a .sc_icon.sc_icon_shape_round:after,a .sc_icon.sc_icon_shape_square:after{background-color:inherit;box-sizing:content-box;content:" ";height:100%;width:100%;pointer-events:none;position:absolute;top:0;left:0;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s;z-index:-1}a.sc_icon.sc_icon_shape_round:hover:after,a.sc_icon.sc_icon_shape_square:hover:after,a:hover .sc_icon.sc_icon_shape_round:after,a:hover .sc_icon.sc_icon_shape_square:after{opacity:0;transform:scale(1.8)}.sc_image{overflow:hidden}figure figcaption,.sc_image figcaption{font-size:1em;text-align:center}.sc_image figcaption span{display:inline-block;margin-right:.3em}.sc_image.sc_image_shape_round{display:block;position:relative;overflow:hidden;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.sc_image.sc_image_shape_round figcaption{top:0;bottom:0;padding:0;font-size:1em;line-height:1.2857em;text-align:center;overflow:hidden;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.sc_image_shape_round:hover figcaption{opacity:0;margin-bottom:0;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg)}.sc_image_shape_round figcaption span{display:block;margin:0 auto;font-size:2em}.sc_image_shape_round figcaption span:before{display:block;margin:35% auto .5em}.sc_infobox{display:block;margin:0 0 20px;color:#fff;font-size:1em;line-height:1.5em;padding:2.429em;clear:both;font-family:Lato}.sc_infobox.sc_infobox_style_info{background-color:#ffb20e}.sc_infobox.sc_infobox_style_success{background-color:#7e9d10}.sc_infobox.sc_infobox_style_error{background-color:#df4d30}.sc_infobox.sc_infobox_style_info{background-color:#007fd0}.sc_infobox.sc_infobox_style_warning{background-color:#f09c25}.sc_infobox.sc_infobox_style_regular{background-color:#fcfcfc}.sc_infobox b,.sc_infobox strong{font-weight:900}.sc_infobox p{margin:0}.sc_infobox p+p,.sc_infobox h1+p,.sc_infobox h2+p,.sc_infobox h3+p,.sc_infobox h4+p,.sc_infobox h5+p,.sc_infobox h6+p{margin-top:1em}.sc_infobox h1,.sc_infobox h2,.sc_infobox h3,.sc_infobox h4,.sc_infobox h5,.sc_infobox h6{text-align:left;margin:-.1em 0 .5em;line-height:1.2em;color:inherit}.sc_infobox.sc_infobox_iconed{position:relative;padding-left:4em}.sc_infobox.sc_infobox_iconed:before{font-size:1.35em;line-height:1em;width:1em;position:absolute;left:1.7em;top:1.85em}.sc_infobox.sc_infobox_closeable{cursor:pointer;padding-right:3.5em}.sc_infobox.sc_infobox_closeable:after{content:"";font-family:fontello;cursor:pointer;position:absolute;right:2em;top:3.1em;font-weight:100;width:20px;height:20px;border-radius:50%;background-color:#ffffff26;text-align:center;font-size:.8em;line-height:20px}.sc_infobox.sc_infobox_style_regular.sc_infobox_closeable:after{background-color:#fff}.sc_infobox.result{display:none;width:70%;position:absolute;z-index:1000;top:38%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);-webkit-box-shadow:10px 10px 30px 0px rgba(0,0,0,.2);-moz-box-shadow:10px 10px 30px 0px rgba(0,0,0,.2);box-shadow:10px 10px 30px #0003}ul.sc_list_style_iconed{padding-left:0}.sc_list_style_iconed li{padding:0 0 0 1.5em!important;list-style:none;position:relative;line-height:1.5em}.sc_list_style_iconed li .sc_list_icon{position:absolute;left:0;top:0;width:1em;display:inline-block;text-align:center}.sc_line{display:block;width:100%;height:0px;border-top:1px solid #e4e7e8;margin:2.4em 0;position:relative}.sc_line.sc_line_position_left_top:not(.sc_line_style_image),.sc_line.sc_line_position_center_top:not(.sc_line_style_image),.sc_line.sc_line_position_right_top:not(.sc_line_style_image){border-top:none;border-bottom:1px solid #e4e7e8}.sc_line.sc_line_style_dashed{border-style:dashed}.sc_line.sc_line_style_dotted{border-style:dotted}.sc_line.sc_line_style_double{height:4px;border-bottom-width:1px}.sc_line.sc_line_style_image{background-position:center;background-repeat:no-repeat;border:none}.sc_line .sc_line_title{margin:0;padding:0 1em;font-size:.858em;line-height:1.5em;display:inline-block;position:absolute;z-index:1}.sc_line.sc_line_position_left_top{background-position:left bottom}.sc_line.sc_line_position_left_top .sc_line_title{top:0;left:0;padding-left:0}.sc_line.sc_line_position_center_top{background-position:center bottom}.sc_line.sc_line_position_center_top .sc_line_title{top:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%)}.sc_line.sc_line_position_right_top{background-position:right bottom}.sc_line.sc_line_position_right_top .sc_line_title{top:0;right:0;padding-right:0}.sc_line.sc_line_position_left_center{background-position:left center}.sc_line.sc_line_position_left_center .sc_line_title{top:50%;left:0;padding-left:0;margin-top:-2px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.sc_line.sc_line_position_center_center{background-position:center center}.sc_line.sc_line_position_center_center .sc_line_title{top:50%;left:50%;margin-top:-2px;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%)}.sc_line.sc_line_position_right_center{background-position:right center}.sc_line.sc_line_position_right_center .sc_line_title{top:50%;right:0;padding-right:0;margin-top:-2px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.sc_line.sc_line_position_left_bottom{background-position:left top}.sc_line.sc_line_position_left_bottom .sc_line_title{bottom:0;left:0;padding-left:0}.sc_line.sc_line_position_center_bottom{background-position:center top}.sc_line.sc_line_position_center_bottom .sc_line_title{bottom:0;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%)}.sc_line.sc_line_position_right_bottom{background-position:right top}.sc_line.sc_line_position_right_bottom .sc_line_title{bottom:0;right:0;padding-right:0}.sc_popup{position:relative;background-color:#fff;padding:24px 20px 20px;width:auto;max-width:500px;max-height:600px;margin:20px auto;border:1px solid #ddd;overflow-x:hidden;overflow-y:auto}.sc_popup:before{height:4px;content:" ";position:absolute;width:100%;top:-1px;left:-1px;display:block;padding:0 1px}.sc_popup.mfp-hide{display:none}.sc_popup .mfp-close{top:3px;width:1em;height:1em;line-height:1em;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.sc_popup .mfp-close:active{top:3px}.sc_price{display:inline-block;position:relative}.sc_price .sc_price_currency,.sc_price .sc_price_money{font-size:1.875em;line-height:1em;color:#222}.sc_price .sc_price_info{display:inline-block;position:relative;vertical-align:baseline}.sc_price .sc_price_penny{display:block;text-decoration:underline;margin-bottom:.2em;margin-left:.1em;font-size:.75em;line-height:1em;color:#222}.sc_price .sc_price_period:before{content:"/";display:inline-block;margin-left:.3em;margin-right:.3em}.sc_price .sc_price_period_empty:before{content:" ";display:inline-block}.sc_price_block{display:inline-block;overflow:hidden}.sc_price_block .sc_price_block_title{font-size:1.7857em;line-height:1.3em;height:3em;padding-top:.5em;background-color:#0000001a;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_price_block .sc_price_block_title span{display:block;text-align:center;position:absolute;left:0;top:50%;width:100%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.sc_price_block .sc_price_block_money{text-align:center;font-size:1.125em;line-height:6.1111em;height:6.1111em;overflow:hidden}.sc_price_block .sc_price_block_money .sc_price_block_icon{font-size:4em;line-height:inherit;display:inline-block}.sc_price_block .sc_price_block_money .sc_price{display:inline-block}.sc_price_block .sc_price_block_money .sc_price_block_icon+.sc_price{margin-left:.5em}.sc_price_block .sc_price_block_money .sc_price_currency{font-weight:400;font-size:4em;line-height:inherit}.sc_price_block .sc_price_block_money .sc_price_money{font-weight:900;font-size:4em;line-height:inherit}.sc_price_block .sc_price_block_description{text-align:center;font-size:.8571em;line-height:1.5em;height:11em;padding:0 2em;overflow:hidden}.sc_price_block .sc_price_block_description li,.sc_price_block .sc_price_block_description p{margin-bottom:0}.sc_price_block .sc_price_block_link{height:4.5em;text-align:center;padding-top:.875em}.sc_price_block .sc_price_block_link .sc_button{background-color:#0003}.sc_price_block .sc_price_block_link .sc_button:hover{background-color:#ef631f!important}.sc_promo_inner{position:relative;overflow:hidden}.sc_promo_image{position:absolute;top:0;bottom:0;background-position:center center;background-size:cover;background-repeat:no-repeat}.sc_promo_size_small .sc_promo_image{background-size:100%}.sc_promo_block{width:50%;position:relative}.sc_promo_block_inner{padding:3em 4em}.sc_promo .sc_promo_title{font-weight:700}.sc_promo .sc_promo_title:after{display:none}.sc_promo .sc_promo_descr{font-weight:400;font-style:normal;margin-bottom:0}.sc_promo .sc_promo_button{margin-top:2em}.sc_promo.sc_promo_size_small .sc_promo_block_inner{padding:2.5em 2em 1.9em}.sc_promo.sc_promo_size_small .sc_promo_title{font-size:2em;line-height:1.3em}.sc_promo.sc_promo_size_small .sc_promo_descr{font-size:1.142em;letter-spacing:0;font-weight:600;font-style:italic}.sc_promo.sc_promo_size_small .sc_promo_button{margin-top:1.25em}.sc_promo_block.sc_align_left *,.sc_promo_block.sc_align_left *:after{text-align:left!important;margin-left:0}.sc_promo_block.sc_align_right *,.sc_promo_block.sc_align_right *:after{text-align:right!important;margin-right:0}.sc_promo_button .sc_button{padding:0;border-width:0!important;background-color:transparent!important}.sc_promo_button .sc_button:after{content:"";font-family:fontello;border:2px solid;display:inline-block;padding:0 .23em 0 .3em;height:1em;vertical-align:text-top;margin-left:8px;font-weight:600;line-height:10px}.sc_scroll{overflow:hidden;width:100%;position:relative}.sc_scroll_wrapper{overflow:hidden}.sc_scroll_horizontal .sc_scroll_wrapper{width:100000px}.sc_scroll_horizontal{width:100%;padding-bottom:10px}.sc_scroll_vertical{min-height:200px;padding-right:6px}.sc_scroll_vertical .swiper-wrapper{height:auto;display:block}.sc_scroll_vertical .swiper-slide{float:none;display:block;height:auto}.sc_scroll_bar{background:transparent;position:absolute;z-index:100}.sc_scroll_vertical .sc_scroll_bar{right:1px;top:0;bottom:0;width:10px;border-right:1px solid #dddddd}.sc_scroll_horizontal .sc_scroll_bar{right:0;left:0;bottom:1px;height:10px;border-bottom:1px solid #dddddd}.sc_scroll_bar .swiper-scrollbar-drag{background:none!important}.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag{width:10px;left:2px}.sc_scroll_horizontal .sc_scroll_bar .swiper-scrollbar-drag{height:10px;top:2px}.sc_scroll_bar .swiper-scrollbar-drag:before{content:" ";display:block;position:absolute;background-color:#1dbb90;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.sc_scroll_vertical .sc_scroll_bar .swiper-scrollbar-drag:before{width:3px;right:-2px;top:0;bottom:0;height:100%}.sc_scroll_horizontal .sc_scroll_bar .swiper-scrollbar-drag:before{height:3px;left:0;right:0;bottom:-2px;width:100%}.sc_scroll_container{position:relative}.sc_scroll_controls_type_top .sc_scroll_controls_wrap{position:absolute;top:-8em;right:0;width:12em;padding-bottom:5px;overflow:hidden;text-align:right}.sc_scroll_controls_type_side .sc_scroll_controls_wrap{position:absolute;top:50%;left:0;width:100%;height:0}.sc_scroll_controls_type_side .sc_scroll_controls_wrap a{margin-top:-25px;margin-left:-80px;display:block;position:absolute;top:0;left:8px;opacity:0}.sc_scroll_controls_type_side .sc_scroll_controls_wrap a+a{left:auto;right:8px;margin-right:-80px}.sc_scroll_controls_type_side:hover .sc_scroll_controls_wrap a{margin-left:0;margin-right:0;opacity:1}.sc_scroll_controls_wrap a{display:inline-block;text-align:center;font-size:1.5em;width:2em;height:2em;line-height:2em;margin-left:.6667em}.sc_scroll_controls_wrap a:before{font-family:fontello}.sc_scroll_controls_wrap .sc_scroll_next:before{content:""}.sc_scroll_controls_wrap .sc_scroll_prev:before{content:""}.sc_scroll_controls_vertical .sc_scroll_controls_wrap .sc_scroll_next:before{content:""}.sc_scroll_controls_vertical .sc_scroll_controls_wrap .sc_scroll_prev:before{content:""}.sc_section{position:relative;max-width:100%}.sc_section:after{content:" ";display:block;width:100%;height:0;clear:both}.sc_section_descr.sc_item_descr{margin:.25em 0 3.8em}.sc_section:not(.sc_scroll_controls) .sc_section_overlay,.sc_section .sc_section_overlay{overflow:hidden}.sc_section .sc_section_content{padding:1em 1.5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_section .sc_section_content.padding_off{padding:0}.sc_section .sc_section_button{margin-top:2em}.sc_pan{position:absolute;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_pan_vertical,.sc_pan_horizontal{cursor:all-scroll}.sc_recent_news_header{margin-bottom:3.3em}.sc_recent_news_header_captions,.sc_recent_news_header_categories{display:inline-block;vertical-align:bottom}.sc_recent_news_header_split .sc_recent_news_header_captions,.sc_recent_news_header_split .sc_recent_news_header_categories{width:50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_recent_news_header_split .sc_recent_news_header_captions{padding-right:2em}.sc_recent_news_title{margin:0;line-height:1.5em;text-transform:uppercase;font-weight:700}.sc_recent_news_subtitle{margin:0;line-height:1.5em;font-size:1em;text-transform:uppercase;font-size:.9231em}.sc_recent_news_header_split .sc_recent_news_header_categories{line-height:1.5em;text-align:right;vertical-align:top;margin-top:1.5em}.sc_recent_news_header_split .sc_recent_news_header_categories>*{display:inline-block;margin:0 5px;text-transform:uppercase;font-size:.868em;letter-spacing:.8px;line-height:27px;padding:0 13px}.sc_recent_news_header_split .sc_recent_news_header_categories>a{position:relative}.sc_recent_news_header_category_item_more{position:relative;cursor:pointer}.sc_recent_news_header_category_item_more:after{content:"";font-family:fontello;display:inline-block;margin-left:.5em;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_recent_news_header_category_item_more.opened:after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sc_recent_news_header_more_categories{display:none;position:absolute;right:0;top:2em;z-index:1;border:1px solid #eee;text-align:left;padding:.5em 1px}.sc_recent_news_header_more_categories>a{display:block;white-space:nowrap;line-height:2em;padding:0 1.5em}.sc_recent_news .post_item{background-color:transparent;text-align:left;overflow:hidden;margin-bottom:2.8em}.sc_recent_news .post_item+.post_item{padding-top:0!important;margin-top:0!important}aside .sc_recent_news .post_item.post_accented_on{margin-bottom:0}.sc_recent_news_style_news-magazine .post_accented_border{border-bottom:1px solid #eee;padding-bottom:2.3077em}.sc_recent_news_style_news-magazine .column-1_2:first-child{padding-right:30px;border-right:1px solid}.sc_recent_news_style_news-magazine .column-1_2:last-child{padding-left:30px}.sc_recent_news .post_item .post_thumb{float:none;width:auto;height:auto;margin:0}.sc_recent_news .post_accented_on .post_featured{margin-bottom:2.55em}.sc_recent_news_with_accented .post_accented_off .post_featured{float:left;padding-right:1.5em;margin-bottom:0;width:35%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_recent_news_with_accented .post_accented_off .post_header{float:left;width:65%}.sc_recent_news_without_accented .post_accented_off .post_featured{margin-bottom:1em}.sc_recent_news .post_featured .post_info{position:absolute;left:0;bottom:0;padding:.5em;z-index:10;font-size:1em;font-style:normal;display:none}.sc_recent_news .post_featured .post_info .post_categories{display:inline-block;padding:0 .5em;line-height:1.5em;font-size:.7692em;font-weight:700;background-color:#000}.sc_recent_news .post_featured .post_info *,.sc_recent_news .post_featured .post_info *:hover{color:#fff;text-shadow:1px 1px #000}.sc_recent_news .post_header{text-align:left}.sc_recent_news .post_item .post_title{margin:0;text-transform:uppercase}.sc_recent_news .post_meta{margin-top:.3em;font-size:.868em;line-height:1.8em;text-transform:uppercase;letter-spacing:.8px}.sc_recent_news .post_meta_author,.sc_recent_news .post_meta_date{display:inline-block}.sc_recent_news .post_meta_author:before{content:"/";display:inline-block;margin:0 .6em;position:relative;top:-1px}.sc_recent_news .post_content{margin-top:1.85em}.sc_recent_news .post_content p{margin:0}.sc_recent_news .post_footer{margin-top:2.3em;overflow:hidden}.sc_recent_news .post_counters{text-align:left;float:none;width:100%;line-height:1.8em}.sc_recent_news .post_counters_item,.sc_recent_news .post_counters .post_edit a{padding:0 1em;font-size:.8462em;margin-left:0!important;margin-right:.5em;float:left}.sc_recent_news .post_counters_item .post_counters_number{margin-left:.5em}.sc_recent_news .post_counters .post_edit:before{display:none}.sc_recent_news .post_counters .post_edit a:before{content:"";font-family:fontello;display:inline-block;margin-right:.5em}.sc_recent_news .post_delimiter{margin-bottom:2.3077em}.sc_recent_news .post_delimiter:before{content:" ";display:block;height:0;border-top:1px solid #eee}.sc_recent_news_with_accented .post_accented_off .post_featured .hover_icon:before{font-size:1.108em}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.sc_recent_news_with_accented .post_accented_off .post_featured .hover_icon:before{font-size:inherit}}.sc_recent_news .post_item h6.post_title{margin-bottom:.4em}.sc_recent_news_style_news-excerpt{overflow:hidden}.sc_recent_news_style_news-excerpt .post_item{padding-bottom:2.3077em;border-bottom:1px solid #eee}.sc_recent_news_style_news-excerpt .post_featured{margin-bottom:0;padding-right:2.5em;float:left;width:33.3333%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_recent_news_style_news-excerpt .post_body{overflow:hidden;float:left;width:66.6667%}.sidebar_show .sc_recent_news_style_news-excerpt .post_featured,.vc_column_container .sc_recent_news_style_news-excerpt .post_featured,.columns_wrap .sc_recent_news_style_news-excerpt .post_featured,.sidebar_show .sc_recent_news_style_news-excerpt .post_body,.vc_column_container .sc_recent_news_style_news-excerpt .post_body,.columns_wrap .sc_recent_news_style_news-excerpt .post_body{width:50%}.sc_recent_news_style_news-portfolio .columns_wrap{margin-right:-.4615em!important}.sc_recent_news_style_news-portfolio [class*=column-]{padding:0 .4615em .4615em 0!important}.sc_recent_news_style_news-portfolio .post_item,.sc_recent_news_style_news-portfolio .post_featured,.sc_recent_news_style_news-announce .post_item,.sc_recent_news_style_news-announce .post_featured{margin-bottom:0!important}.sc_recent_news_style_news-portfolio .post_featured .post_info,.sc_recent_news_style_news-announce .post_featured .post_info{padding:1em 1.5em}.sc_recent_news_style_news-announce{overflow:hidden}.sc_recent_news_style_news-announce .post_item{float:left}.sc_recent_news_style_news-announce .post_size_full{width:100%;height:432px}.sc_recent_news_style_news-announce .post_size_big{width:50%;height:216px}.sc_recent_news_style_news-announce .post_size_medium{width:50%;height:108px}.sc_recent_news_style_news-announce .post_size_small{width:25%;height:108px}body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full{height:656px}body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big{height:328px}body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small{height:164px}.sc_skills{width:100%}.sc_skills_counter{text-align:center;max-width:100%}.sc_skills_counter .sc_skills_item{text-align:center;display:inline-block;padding:0 10px}.sc_skills_counter .sc_skills_item .sc_skills_icon{font-size:6.5em;font-weight:300;line-height:1em}.sc_skills_counter .sc_skills_item .sc_skills_count{font-size:2.9em;line-height:1em;margin-top:10px}.sc_skills_counter .sc_skills_item .sc_skills_count .sc_skills_total{position:relative;z-index:1}.sc_skills_counter .sc_skills_item .sc_skills_info{color:#222;font-size:1.125em;line-height:1.2857em;margin:10px 0}.sc_skills_counter .sc_skills_item.sc_skills_style_1{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:2.3em 1em 2.9em}.sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_count{font-weight:900}.sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info{margin-top:.2em;position:relative;text-transform:uppercase}.sc_skills_counter .sc_skills_item.sc_skills_style_2 .sc_skills_count{font-weight:300}.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count{font-weight:300;color:#fff;padding:0 10px;position:relative;overflow:hidden;font-size:3.75em;height:1.3333em;line-height:1.3333em}.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count:before{content:" ";width:0;height:0;position:absolute;top:0;left:0;border-top:1.3333em solid #fff;border-right:1.6667em solid transparent;opacity:.2;filter:alpha(opacity=20)}.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count{font-weight:300;color:#fff;padding:0 10px;font-size:3.75em;line-height:1.3333em;height:1.3333em}.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info{color:#fff;padding:10px;margin:0;position:relative;border-top:1px solid #fff}.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info:before{position:absolute;top:0;left:0;content:" ";background-color:#000;z-index:1;width:100%;height:100%;opacity:.1;filter:alpha(opacity=10)}.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info .sc_skills_label{position:relative;z-index:2}.sc_skills_counter .sc_skills_button{margin-top:3em}.sc_skills_counter .sc_skills_label{font-size:.768em;letter-spacing:.6px}.sc_skills_counter .sc_skills_read_more{display:inline-block;width:2.286em;height:2.286em;line-height:2.286em;position:relative}.sc_skills_bar .sc_skills_item{height:4px;line-height:1.5em;background-color:#f4f7f9;position:relative}.sc_skills_bar .sc_skills_item .sc_skills_count{text-align:right;width:0;height:1.5625emem;color:#fff;position:absolute;left:0;top:0;bottom:0;z-index:2}.sc_skills_bar .sc_skills_info:nth-child(n+3){margin:22px 0 0}.sc_skills_bar .sc_skills_info .sc_skills_label{font-weight:600;line-height:2em}.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_item{height:30em}.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_item .sc_skills_count{width:100%;height:auto;top:auto;bottom:0}.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_total{text-align:center;font-size:12px;width:100%;line-height:3em;font-weight:300}.sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_column{text-align:center}.sc_skills_bar.sc_skills_horizontal .sc_skills_columns .sc_skills_info{margin-top:0}.sc_skills_bar.sc_skills_horizontal .sc_skills_total{text-align:right;padding-right:0;font-size:12px;position:absolute;right:0;top:-20px}.sc_skills_pie.sc_skills_compact_off{text-align:center;display:inline-block}.sc_skills_pie.sc_skills_compact_off .sc_skills_total{font-size:1.125em}.sc_skills_pie.sc_skills_compact_on{overflow:hidden}.sc_skills_pie.sc_skills_compact_on .sc_skills_item{min-width:100px;min-height:100px;float:left;width:50%}.sc_skills_circle .sc_skills_item{position:relative}.sc_skills_circle .sc_skills_total{position:absolute;top:50%;right:0;left:0;display:block;text-align:center;font-size:2.85em;line-height:40px;font-weight:900;font-family:Lato;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.sc_skills_circle .sc_skills_label{font-size:1em;text-transform:uppercase;letter-spacing:.4px;text-align:center;margin-top:5px}.sc_skills_arc{overflow:hidden}.sc_skills_arc .sc_skills_arc_canvas{min-width:100px;min-height:100px;float:left;width:60%}.sc_skills_arc .sc_skills_legend{width:40%}.sc_skills_legend{width:50%;float:right}.sc_skills_legend_marker{display:inline-block;margin:0 10px 2px 0;width:6px;height:6px;line-height:1.5em;overflow:hidden;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.sc_skills_legend_title,.sc_skills_legend_value{color:#222}.sc_skills_legend_value{display:inline-block;margin-left:6px}.sc_skills_legend_value:before{content:"("}.sc_skills_legend_value:after{content:")"}.sc_slider{overflow:hidden}.sc_slider_height_auto{-webkit-transition:height ease .5s;-moz-transition:height ease .5s;-ms-transition:height ease .5s;-o-transition:height ease .5s;transition:height ease .5s}.sc_slider_swiper{position:relative;overflow:hidden;visibility:hidden;max-width:100%}.sc_slider_swiper.inited{visibility:visible}.sc_slider_swiper .slides .swiper-slide{background-size:cover;background-position:center center;background-repeat:no-repeat;float:left}.sc_slider_swiper .slides .swiper-slide>img{width:100%;height:auto}.sc_slider_controls_wrap{color:#fff;position:absolute;z-index:10;left:0;right:0;top:50%;height:0}.sc_slider_nocontrols .sc_slider_controls_wrap{display:none!important}.sc_slider_controls_wrap a{display:block;cursor:pointer;width:2.977em;height:2.977em;line-height:2.977em;font-size:1.2em;font-weight:600px;text-align:center;-webkit-transition:all ease .5s;-moz-transition:all ease .5s;-ms-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);opacity:0;filter:alpha(opacity=0)}.sc_slider_controls_wrap .sc_slider_prev{float:left;margin-left:-100px}.sc_slider_controls_wrap .sc_slider_next{float:right;margin-right:-100px}.sc_slider_controls_wrap a:before{font-family:fontello}.sc_slider_controls_wrap .sc_slider_next:before{content:""}.sc_slider_controls_wrap .sc_slider_prev:before{content:""}.sc_slider_swiper:hover .sc_slider_controls_wrap a,.sc_slider_swiper+.sc_slider_controls_wrap a{opacity:1;filter:alpha(opacity=100)}.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev{margin-left:1em}.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next{margin-right:1em}.sc_slider_swiper+.sc_slider_controls_wrap a{width:3em;height:3em;line-height:3em;font-size:1.5em}.sc_slider_swiper+.sc_slider_controls_wrap .sc_slider_prev{margin-left:.8em}.sc_slider_swiper+.sc_slider_controls_wrap .sc_slider_next{margin-right:.8em}.sc_slider_swiper.sc_slider_controls_top+.sc_slider_controls_wrap{top:6px;right:6px;text-align:right;cursor:default;-webkit-transform:none;-moz-transform:none;transform:none}.sc_slider_swiper.sc_slider_controls_top+.sc_slider_controls_wrap .sc_slider_next,.sc_slider_swiper.sc_slider_controls_top+.sc_slider_controls_wrap .sc_slider_prev{display:inline-block;float:none;margin-left:6px;margin-right:0}.sc_slider_nopagination .sc_slider_pagination_wrap{display:none!important}.sc_slider_swiper .sc_slider_pagination_wrap{position:absolute;z-index:10;height:12px;margin:0;left:0;right:0;bottom:-12px;text-align:center;-webkit-transition:all ease .5s;-moz-transition:all ease .5s;-ms-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s}.sc_slider_swiper:hover .sc_slider_pagination_wrap{bottom:20px;-webkit-transition:all ease .5s .5s;-moz-transition:all ease .5s .5s;-ms-transition:all ease .5s .5s;-o-transition:all ease .5s .5s;transition:all ease .5s .5s}.sc_slider_swiper .sc_slider_pagination_wrap span{display:inline-block;vertical-align:top;border:2px solid #ddd;background-color:transparent;width:6px;height:6px;margin:0 6px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;cursor:pointer;opacity:1}.sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.sc_slider_swiper .sc_slider_pagination_wrap span:hover{background-color:#ddd}.sc_slider_pagination_area{overflow:hidden;position:relative}.sc_slider_pagination_area .sc_slider{float:left}.sc_slider_pagination_area:not(.sc_slider_pagination_over) .sc_slider{width:67%}.sc_slider_pagination_area .sc_slider_pagination{float:left;width:33%;position:static;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_slider_pagination_over .sc_slider_pagination{position:absolute;width:40%;left:auto;right:-40%;top:0;bottom:auto;float:none;background-color:#fffc;-webkit-transition:all ease .5s;-moz-transition:all ease .5s;-ms-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s}.sc_slider_pagination_over:hover .sc_slider_pagination{right:0}.sc_slider_pagination_over .sc_slider_pagination .post_item{background-color:transparent!important}.slider_fullwide .sc_slider_pagination_over .sc_slider_pagination,.slider_fullscreen .sc_slider_pagination_over .sc_slider_pagination{width:20%}.sc_slider_pagination_area .sc_slider_pagination .post_item{padding:1em}.sc_slider_pagination_area .sc_slider_pagination .post_item+.post_item{margin:0}.sc_slider_pagination_area .sc_slider_pagination .post_item.active{background-color:#0000001a!important}.sc_slider_pagination_area .sc_slider_pagination .post_item .post_info .post_info_item+.post_info_item:before{content:"|";margin:0 5px}.sc_slider_pagination.widget_area .post_item+.post_item{border-top-width:1px;border-top-style:solid}.sc_slider_swiper .sc_slider_info{max-width:80%;min-width:50%;max-height:100px;padding:1em 1.5em;overflow:hidden;position:absolute;right:0;bottom:0;background-color:#1eaacecc;-webkit-transition:all ease .5s .5s;-moz-transition:all ease .5s .5s;-ms-transition:all ease .5s .5s;-o-transition:all ease .5s .5s;transition:all ease .5s .5s;margin-bottom:0}.sc_slider_pagination_area .sc_slider .sc_slider_info{max-width:100%}.sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,.sc_slider_swiper:hover .sc_slider_info:hover,.sc_slider_swiper .sc_slider_info:hover{margin-bottom:0!important}.sc_slider_pagination_over:hover .sc_slider_info,.sc_slider_swiper:hover .sc_slider_info{-webkit-transition:all ease .5s;-moz-transition:all ease .5s;-ms-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s;margin-bottom:-130px!important}.sc_slider_swiper .slides .swiper-slide .sc_slider_info a{display:inline;min-height:0;color:#fff}.sc_slider_swiper .slides .swiper-slide .sc_slider_info a:hover{color:#ccc}.sc_slider_swiper .sc_slider_info .sc_slider_subtitle{padding:0;text-transform:uppercase;font-size:1.5em;line-height:1.2857em;margin:0 0 4px}.sc_slider_swiper .sc_slider_info .sc_slider_reviews{margin:0 0 4px}.sc_slider_swiper .sc_slider_info .sc_slider_reviews.after_category{display:inline-block;position:relative;margin:0 0 0 2px;top:2px;font-size:.8765em}.sc_slider_reviews.post_rating .reviews_value{display:none}.sc_slider_reviews.post_rating .reviews_stars_bg,.sc_slider_reviews.post_rating .reviews_stars_hover,.sc_slider_reviews.post_rating .reviews_value{color:#fff!important}.sc_slider_swiper .sc_slider_info .sc_slider_descr{color:#fff;line-height:16px}.sc_slider_swiper .sc_slider_info .sc_slider_category{display:inline-block;vertical-align:top;text-transform:uppercase;position:relative;font-size:.8765em;height:2em;line-height:2em;padding:0 2em 0 0;text-align:left;overflow:hidden}.sc_slider_pagination_area .sc_slider .sc_slider_info .sc_slider_category{min-width:0}.slider_fullscreen .sc_slider_swiper .sc_slider_info,.slider_main .sc_slider_swiper .sc_slider_info{max-width:50%;min-width:40%;padding:30px;max-height:150px}.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info,.slider_main .sc_slider_swiper:hover .sc_slider_info{margin-bottom:-180px}.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,.slider_fullscreen .sc_slider_swiper:hover .sc_slider_info:hover,.slider_fullscreen .sc_slider_swiper .sc_slider_info:hover,.slider_main .sc_slider_swiper:hover .sc_slider_info.sc_slider_info_fixed,.slider_main .sc_slider_swiper:hover .sc_slider_info:hover,.slider_main .sc_slider_swiper .sc_slider_info:hover{margin-bottom:0}.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_category,.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_category{font-size:14px;font-weight:300}.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_subtitle,.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_subtitle{font-size:21px;line-height:28px;font-weight:300}.slider_fullscreen .sc_slider_swiper .sc_slider_info .sc_slider_descr,.slider_main .sc_slider_swiper .sc_slider_info .sc_slider_descr{font-size:13px;line-height:18px;font-weight:300}.sc_socials{overflow:hidden;display:inline-block;margin-right:-1.25em}.sc_socials .sc_socials_item{display:block;margin:0 1.25em .5em 0;outline:none;float:left}.sc_socials a{display:inline-block;outline:none}.sc_socials a,.sc_socials a .sc_socials_hover{width:4em;height:4em;line-height:4em;text-align:center;overflow:hidden;position:relative;-webkit-border-radius:6px;background-repeat:no-repeat;background-position:0 -4em;-webkit-background-size:4em 8em;-moz-background-size:4em 8em;-o-background-size:4em 8em;background-size:4em 8em}.sc_socials .social_icons span{font-size:4em;line-height:inherit}.sc_socials.sc_socials_size_tiny{margin-right:-1em}.sc_socials.sc_socials_size_tiny .sc_socials_item{margin:0 .5em 0 0}.sc_socials.sc_socials_size_small{margin-right:-.5em}.sc_socials.sc_socials_size_small .sc_socials_item{margin:.25em .5em .25em 0}.sc_socials.sc_socials_size_medium{margin-right:-.625em}.sc_socials.sc_socials_size_medium .sc_socials_item{margin:.25em .625em .25em 0}.sc_socials.sc_socials_shape_round .sc_socials_item{margin:0 .25em .25em 0}.sc_socials.sc_socials_shape_round.sc_socials_size_medium .sc_socials_item{margin:.25em .5em .25em 0}.sc_socials.sc_socials_size_tiny a{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.sc_socials.sc_socials_size_tiny a .sc_socials_hover{-webkit-border-radius:2px}.sc_socials.sc_socials_size_small a,.sc_socials.sc_socials_size_medium a{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.sc_socials.sc_socials_size_small a .sc_socials_hover,.sc_socials.sc_socials_size_medium a .sc_socials_hover{-webkit-border-radius:4px}.sc_socials.sc_socials_shape_round a{display:block;text-align:center;border:2px solid #ddd;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.sc_socials_shape_round.sc_socials_size_tiny a .sc_socials_hover,.sc_socials_shape_round.sc_socials_size_small a .sc_socials_hover,.sc_socials_shape_round.sc_socials_size_medium a .sc_socials_hover{-webkit-border-radius:50%}.sc_socials.sc_socials_size_tiny .social_icons span{font-size:1em;line-height:inherit}.sc_socials.sc_socials_size_tiny a,.sc_socials.sc_socials_size_tiny a .sc_socials_hover{width:2.286em;height:2.286em;display:block;line-height:2.286em;background-position:0 -1.2em;-webkit-background-size:1.2em 2.4em;-moz-background-size:1.2em 2.4em;-o-background-size:1.2em 2.4em;background-size:1.2em 2.4em}.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_tiny a,.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_tiny a .sc_socials_hover{width:2.5em;height:2.5em;line-height:2.5em}.sc_socials.sc_socials_size_small .social_icons span{font-size:1.5em;line-height:inherit}.sc_socials.sc_socials_size_small a,.sc_socials.sc_socials_size_small a .sc_socials_hover{width:2em;height:2em;line-height:2em;display:block;background-position:0 -2em;-webkit-background-size:2em 4em;-moz-background-size:2em 4em;-o-background-size:2em 4em;background-size:2em 4em}.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_small a,.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_small a .sc_socials_hover{width:4em;height:4em;line-height:4em}.sc_socials.sc_socials_size_medium .social_icons span{font-size:1em;line-height:inherit}.sc_socials.sc_socials_size_medium a,.sc_socials.sc_socials_size_medium a .sc_socials_hover{width:2.5em;height:2.5em;line-height:2.5em;background-position:0 -2.5em;-webkit-background-size:2.5em 5em;-moz-background-size:2.5em 5em;-o-background-size:2.5em 5em;background-size:2.5em 5em}.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_medium a,.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_medium a .sc_socials_hover{width:5em;height:5em;line-height:5em}.sc_socials a .sc_socials_hover,.sc_socials.sc_socials_size_tiny a .sc_socials_hover,.sc_socials.sc_socials_size_small a .sc_socials_hover,.sc_socials.sc_socials_size_medium a .sc_socials_hover{position:absolute;display:block;left:0;top:0;background-position:0 0;opacity:0;-moz-opacity:0;filter:alpha(opacity=0);-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_socials a:hover .sc_socials_hover{opacity:1;-moz-opacity:1;filter:alpha(opacity=100)}.sc_socials.sc_socials_share .sc_socials_item{vertical-align:top}.sc_socials.sc_socials_share .share_caption{display:inline-block;font-size:1.25em;line-height:2em;color:#222;margin-right:.6em}.sc_socials.sc_socials_share.sc_socials_dir_vertical{position:fixed;left:0;top:18%;z-index:9998}.sc_socials.sc_socials_share.sc_socials_dir_vertical .sc_socials_item{display:block;margin-top:6px;line-height:1em}.sc_socials.sc_socials_share.sc_socials_dir_vertical .share_caption{display:none}.sc_socials.sc_socials_share.sc_socials_dir_vertical .sc_socials_item a{padding:.25em}.sc_socials.sc_socials_share .share_counter{display:inline-block;vertical-align:top;margin-left:6px;position:relative;background:#fff;color:#666;padding:0 8px;line-height:3.8em;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.sc_socials.sc_socials_share.sc_socials_dir_vertical .share_counter{line-height:4.2em}.sc_socials.sc_socials_share .share_counter:before{content:" ";position:absolute;z-index:1;top:50%;left:-4px;width:6px;height:6px;border-left:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff;-webkit-transform:translateY(-50%) rotate(45deg);-moz-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.sc_socials.sc_socials_share.sc_socials_size_small .share_counter{line-height:2em}.sc_socials.sc_socials_share.sc_socials_dir_vertical.sc_socials_size_small .share_counter{line-height:2.4em}.sc_socials.sc_socials_share.sc_socials_size_medium .share_counter{line-height:2.3em}.sc_socials.sc_socials_share.sc_socials_dir_vertical.sc_socials_size_medium .share_counter{line-height:2.8em}.sc_table table{width:100%}.sc_table table th,.sc_table table td{padding:.9em;text-align:center}.sc_table table tr:first-child th,.sc_table table tr:first-child td{font-size:.858em;line-height:1.3em;font-weight:400;padding-top:1.45em;padding-bottom:1.45em;letter-spacing:1px;text-transform:uppercase}.sc_table table tr:nth-child(n+2):hover{background-color:#ffffff0d}.sc_tabs .sc_tabs_titles{overflow:hidden;margin:0;padding:0}.sc_tabs .sc_tabs_titles li{padding:0;list-style:none;font-size:.8em;float:left;text-transform:uppercase;letter-spacing:.85px;margin-right:1.518em}.sc_tabs .sc_tabs_titles li:before{display:none}.sc_tabs .sc_tabs_titles li a{display:block;padding:.492em 1.3em}.sc_tabs .sc_tabs_content{display:none;overflow:hidden}.sc_tabs.sc_tabs_style_1 .sc_tabs_titles,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li{margin-bottom:0}.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a{position:relative}.sc_tabs.sc_tabs_style_1 .sc_tabs_content{padding:1.5em 0 0}.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li{margin:0 0 .6667em}.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li+li{margin-left:.6667em}.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{text-transform:uppercase;border:2px solid #ddd}.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover,.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a,.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.sc_tabs_active a{background-color:transparent!important}.sc_tabs.sc_tabs_style_2 .sc_tabs_content{padding:1.5em;border:1px solid #e4e7e8}.single-team .sc_title{text-transform:none}.sc_team_descr.sc_item_descr{margin-bottom:3.8em}.sc_team_item .sc_team_item_info .sc_team_item_title{margin:0}.sc_team_item .sc_team_item_info .sc_team_item_title a{text-transform:none}.sc_team_item .sc_team_item_info .sc_team_item_position{margin-top:0;color:#222}.sc_team_item .sc_team_item_info .sc_team_item_description{margin-top:1em;line-height:1.94em;overflow:hidden}.sc_team_item .sc_team_item_info .sc_socials{margin-top:1.5em}.sc_team_item .sc_team_item_avatar img{width:100%}.sc_team_style_team-1.sc_slider_swiper .sc_team_item,.sc_team_style_team-2.sc_slider_swiper .sc_team_item{padding-right:2em}.sc_team_style_team-1 .sc_team_item_info,.sc_team_style_team-3 .sc_team_item_info{padding-top:2.2em}.sc_team_style_team-3 .sc_team_item_avatar,.sc_team_style_team-4 .sc_team_item_avatar{position:relative}.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover,.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover{position:absolute;left:0;right:0;top:0;bottom:0;opacity:0;filter:alpha(opacity=0);text-align:center}.sc_team_style_team-3 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover,.sc_team_style_team-4 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover{opacity:1;filter:alpha(opacity=100)}.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover,.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials,.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover,.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_info{overflow:hidden;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials,.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_info{position:absolute;left:0;top:50%;width:100%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%);margin-top:50px}.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover .sc_team_item_info{padding:1.5em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_team_style_team-3 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover .sc_team_item_socials,.sc_team_style_team-4 .sc_team_item:hover .sc_team_item_avatar .sc_team_item_hover .sc_team_item_info{margin-top:0}.sc_testimonials_wrap{position:relative}.sc_testimonials_wrap .sc_section_overlay{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;padding:1.5em 0}.sc_testimonial_item{text-align:center;padding:0 5em}.sc_testimonials .sc_columns .sc_testimonial_item{padding:0}.sc_testimonial_author_name{font-weight:600}.sc_testimonial_position{font-style:italic}.sc_testimonial_content{font-size:1.1428em;line-height:1.57em}.sc_testimonials_title.sc_item_title:after{content:"";font-family:fontello;font-weight:400;font-size:.35em;margin:2em 0 2.5em}.sc_testimonial_content p{margin:0}.sc_testimonial_content p+p{margin-top:.5em}.sc_testimonials .sc_testimonial_avatar{overflow:hidden;margin:0 auto;width:3.5em;height:3.5em;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.sc_testimonials_style_testimonials-1 .sc_testimonial_content p:first-child:before,.sc_testimonials_style_testimonials-1 .sc_testimonial_content p:last-child:after{content:'"'}.sc_testimonials_style_testimonials-1 .sc_testimonial_content{margin-bottom:1.5em}.sc_testimonials_style_testimonials-1 .sc_testimonial_avatar,.sc_testimonials_style_testimonials-1 .sc_testimonial_author{display:inline-block;vertical-align:middle}.sc_testimonials_style_testimonials-1 .sc_testimonial_avatar{margin-right:.75em}.sc_testimonials_style_testimonials-1 .sc_testimonial_author_name,.sc_testimonials_style_testimonials-1 .sc_testimonial_author_position{text-align:left}.sc_testimonials_style_testimonials-2 .sc_testimonial_content p:first-child:before,.sc_testimonials_style_testimonials-2 .sc_testimonial_content p:last-child:after{content:'"'}.sc_testimonials_style_testimonials-2 .sc_testimonial_content{margin-bottom:1.5em}.sc_testimonials_style_testimonials-2 .sc_testimonial_author_name:before{content:"-";display:inline-block;margin-right:.5em}.sc_testimonials_style_testimonials-2 .sc_testimonial_author_position{font-style:normal}.sc_testimonials_style_testimonials-3 .sc_testimonial_item{padding:0 1em;line-height:1.4em;text-align:right}.sc_testimonials_style_testimonials-3.sc_slider_swiper .sc_testimonial_item{padding:0}.sc_testimonials_style_testimonials-3 .sc_testimonial_content{padding:1em 1em 1em 3em;background-color:#fff;text-align:left;position:relative;margin-bottom:1em}.sc_testimonials_style_testimonials-3 .sc_testimonial_content:after{content:" ";display:block;position:absolute;width:.8em;height:.8em;right:1em;bottom:-.4em;background-color:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg)}.sc_testimonials_style_testimonials-3 .sc_testimonial_content p:first-child:before{content:"";font-family:fontello;font-size:1.5em;display:block;position:absolute;left:.75em;top:.75em;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}.sc_testimonials_style_testimonials-3 .sc_testimonial_avatar,.sc_testimonials_style_testimonials-3 .sc_testimonial_author{display:inline-block;vertical-align:middle}.sc_testimonials_style_testimonials-3 .sc_testimonial_avatar{margin-left:.75em}.sc_testimonials_style_testimonials-3 .sc_testimonial_author_name,.sc_testimonials_style_testimonials-3 .sc_testimonial_author_position{display:block}.sc_testimonials_style_testimonials-3 .sc_testimonial_author_name{font-size:1.2857em;font-weight:700}.sc_testimonials_style_testimonials-3 .sc_testimonial_author_position{font-style:italic}.sc_testimonials_style_testimonials-4 .sc_testimonial_item{padding:1.5em!important;line-height:1.4em;text-align:left;background-color:#f0f0f0}.sc_testimonials_style_testimonials-4 .sc_testimonial_content{position:relative;padding:0 0 1em 2em}.sc_testimonials_style_testimonials-4 .sc_testimonial_content p:first-child:before{content:"";font-family:fontello;font-size:1.5em;display:block;position:absolute;left:0;top:0;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);transform:rotate(180deg)}.sc_testimonials_style_testimonials-4 .sc_testimonial_avatar,.sc_testimonials_style_testimonials-4 .sc_testimonial_author{display:inline-block;vertical-align:middle}.sc_testimonials_style_testimonials-4 .sc_testimonial_avatar{margin-right:.75em}.sc_testimonials_style_testimonials-4 .sc_testimonial_author_name,.sc_testimonials_style_testimonials-4 .sc_testimonial_author_position{display:block}.sc_testimonials_style_testimonials-4 .sc_testimonial_author_name{font-size:1.2857em;font-weight:700}.sc_testimonials_style_testimonials-4 .sc_testimonial_author_position{font-style:italic}.sc_testimonials_style_testimonials-4 .sc_slider_pagination_wrap{display:none}.sc_title{overflow:hidden;position:relative;padding-bottom:2px}.sc_title.sc_align_center{text-align:center;margin-left:auto;margin-right:auto}.sc_title_underline{padding-bottom:16px}.sc_title_underline:after{content:" ";display:block;position:absolute;border-top:2px solid #222222;height:0;width:8%;min-width:2em;left:0;bottom:.1em}.sc_title_underline.sc_align_center:after{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translate(-50%)}.sc_title_underline.sc_align_right:after{right:0;left:auto}.sc_title_icon{display:inline-block}.sc_title_icon_left{margin-right:.5em}.sc_title_icon_top{display:block}.sc_title_icon img{width:auto}.sc_title_icon_left img{vertical-align:middle}.sc_title_icon_top img{vertical-align:baseline}.sc_title_icon_small img{height:1em;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.sc_title_icon_medium img{height:2em;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.sc_title_icon_large img{height:3em;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.sc_tooltip_parent{text-decoration:none;border-bottom:1px solid #b4b4b4;position:relative;display:inline-block;line-height:1em}.sc_tooltip_parent .sc_tooltip{position:absolute;color:#fff;background-color:#333;white-space:nowrap;top:-4em;left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translate(-50%);padding:8px 13px;z-index:2;font-size:1em;font-family:Lato;opacity:0;filter:alpha(opacity=0);-webkit-transition:all ease-out .1s;-moz-transition:all ease-out .1s;-ms-transition:all ease-out .1s;-o-transition:all ease-out .1s;transition:all ease-out .1s}.sc_tooltip_parent:hover .sc_tooltip{opacity:1;filter:alpha(opacity=100);top:-2.5em}.sc_tooltip_parent .sc_tooltip:before{content:" ";width:6px;height:6px;position:absolute;left:50%;bottom:-3px;margin-left:-3px;z-index:1;background-color:#333;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg)}.sc_twitter_wrap{position:relative}.sc_twitter_wrap .sc_section_overlay{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;padding:1.5em 0}.sc_twitter_item{text-align:center;padding:0 5em}.sc_twitter_content{font-size:1.125em;line-height:1.5em}.sc_twitter_icon{font-size:2.5em;line-height:1em;display:block;text-align:center;margin-bottom:.5em}.sc_twitter_content p{margin:0}.sc_twitter_content p+p{margin-top:.5em}.bg_tint_dark .sc_twitter a{color:#fff}.sc_twitter.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_prev{margin-left:10px}.sc_twitter.sc_slider_swiper:hover .sc_slider_controls_wrap .sc_slider_next{margin-right:10px}.sc_twitter .sc_slider_controls_wrap a{font-size:2.5em;background-color:transparent}.sc_video_player{background-repeat:no-repeat;-webkit-background-size:100% auto;-moz-background-size:100% auto;-o-background-size:100% auto;background-size:100% auto}.sc_video_player.sc_video_bordered{width:auto;height:auto;display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.sc_video_frame{position:relative;overflow:hidden}.sc_video_frame img{width:100%;height:auto}.mejs-container{max-width:100%}.sc_item_subtitle{margin:0 0 .25em;font-size:.857em;text-transform:uppercase;text-align:center;letter-spacing:.8px}.sc_item_title{margin:0;text-align:center}.sc_item_title:after{content:"//";font-style:normal;display:block;font-weight:900;margin:.65em auto 1em;font-size:.45em;line-height:1em;font-family:fantasy;letter-spacing:1px}.sc_item_descr{font-size:1em;font-weight:400;line-height:1.5em;margin:.25em 0 2em;text-align:center;text-transform:uppercase;letter-spacing:3px}.sc_item_button:before{content:" ";display:block;width:100%;height:0;clear:both}.sc_item_button{display:block;margin:0;text-align:center}.sc_item_button>a{overflow:hidden}.sc_item_button>a:before{float:right;margin:0 0 0 1em;display:inline-block;width:1.2857em;height:1.2857em;line-height:1.2857em;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.sc_slider_swiper>.sc_item_button{margin-top:2em}.sc_item_buttons{display:inline-block;overflow:hidden}.sc_item_buttons>.sc_item_button{float:left;margin-right:1.5em}.sc_item_buttons>.sc_item_button+.sc_item_button{margin-right:0}.sc_slider_controls_side .sc_slider_controls_wrap a{width:2em;height:2em;line-height:2em;color:#ddd;border:2px solid #ddd;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.sc_slider_controls_side:hover .sc_slider_controls_wrap .sc_slider_prev{margin-left:10px}.sc_slider_controls_side:hover .sc_slider_controls_wrap .sc_slider_next{margin-right:10px}.sc_slider_controls_bottom .swiper-slide{padding-bottom:5em}.sc_slider_controls_bottom .sc_slider_controls_wrap{top:auto;bottom:0;text-align:center;padding-bottom:0;height:3.5em}.sc_slider_controls_bottom .sc_slider_controls_wrap a{width:2em;height:2em;line-height:2em;color:#ddd;border:2px solid #ddd;margin-left:0;margin-right:0;float:none;display:inline-block;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;opacity:1;-webkit-transform:none;-moz-transform:none;transform:none;filter:alpha(opacity=100)}.sc_slider_controls_bottom .sc_slider_controls_wrap .sc_slider_prev{margin-right:.5em}.sc_slider_controls_bottom:hover .sc_slider_controls_wrap .sc_slider_prev{margin-left:0}.sc_slider_controls_bottom:hover .sc_slider_controls_wrap .sc_slider_next{margin-right:0}.sc_slider_controls_bottom .sc_slider_pagination_wrap{display:none}.sc_slider_pagination_bottom .swiper-slide{padding-bottom:3.6em}.sc_slider_pagination_bottom:hover .sc_slider_pagination_wrap{bottom:.5em}.woocommerce #review_form #respond input{box-sizing:border-box;width:100%}.woocommerce .content>.list_products{margin-top:1.4em}.woocommerce .woocommerce-ordering{margin-top:-.9em;margin-bottom:2.2em}.woocommerce.sidebar_show .content{width:870px}.woocommerce .sidebar{width:270px}.woocommerce.body_style_fullwide.sidebar_right .content,.woocommerce.body_style_fullscreen.sidebar_right .content{padding-right:330px}.woocommerce.body_style_fullwide.sidebar_right .sidebar,.woocommerce.body_style_fullscreen.sidebar_right .sidebar{margin-left:-300px}.woocommerce.body_style_fullwide.sidebar_left .content,.woocommerce.body_style_fullscreen.sidebar_left .content{padding-left:330px}.woocommerce.body_style_fullwide.sidebar_left .sidebar,.woocommerce.body_style_fullscreen.sidebar_left .sidebar{margin-right:-300px}.woocommerce .sidebar .widget_title{font-size:1.2857em}.woocommerce-breadcrumb{display:none}.woocommerce p.buttons,.woocommerce-page p.buttons{padding-bottom:0;margin-bottom:0}.woocommerce .content ol li,.woocommerce-page .content ol li,.woocommerce .content ul li,.woocommerce-page .content ul li{line-height:21px}.woocommerce .content ol li:before,.woocommerce-page .content ol li:before,.woocommerce .content ul li:before,.woocommerce-page .content ul li:before{margin-top:0}.woocommerce span.new,.woocommerce-page span.new,.woocommerce span.onsale,.woocommerce-page span.onsale,.woocommerce ul.products li.product span.new,.woocommerce-page ul.products li.product span.new,.woocommerce ul.products li.product span.onsale,.woocommerce-page ul.products li.product span.onsale{position:absolute;z-index:1;left:0;top:0;right:auto;min-height:5px;margin:0;overflow:hidden;font-size:.868em;font-weight:400;text-align:center;line-height:2.4em;text-transform:uppercase;border:none;padding:0 1.2em;border-radius:0;font-family:Lato,sans-serif}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce #content input.button,.woocommerce-page a.button,.woocommerce-page button.button,.woocommerce-page input.button,.woocommerce-page #respond input#submit,.woocommerce-page #content input.button,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce #content input.button.alt,.woocommerce-page a.button.alt,.woocommerce-page button.button.alt,.woocommerce-page input.button.alt,.woocommerce-page #respond input#submit.alt,.woocommerce-page #content input.button.alt,.woocommerce-account .addresses .title .edit{text-align:center;padding:1.209em 2.3em;font-size:.857em;line-height:1.2857em;text-transform:uppercase;letter-spacing:1px;font-weight:400;border:2px solid;border-width:2px!important;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;border-radius:0}.woocommerce .widget_price_filter .price_slider_amount .button,.woocommerce-page .widget_price_filter .price_slider_amount .button{font-size:.981em;padding:.792em 1.5em}.woocommerce ul.products li.product .button{margin-top:0}.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover,.woocommerce #content input.button:hover,.woocommerce-page a.button:hover,.woocommerce-page button.button:hover,.woocommerce-page input.button:hover,.woocommerce-page #respond input#submit:hover,.woocommerce-page #content input.button:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover,.woocommerce #respond input#submit.alt:hover,.woocommerce #content input.button.alt:hover,.woocommerce-page a.button.alt:hover,.woocommerce-page button.button.alt:hover,.woocommerce-page input.button.alt:hover,.woocommerce-page #respond input#submit.alt:hover,.woocommerce-page #content input.button.alt:hover{top:0!important}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{line-height:1.3em}.woocommerce-ordering{overflow:hidden;position:relative}.woocommerce-ordering:after{content:"";font-family:fontello;display:block;position:absolute;z-index:1;right:0;top:10px;line-height:2em;width:2em;text-align:center;cursor:pointer;pointer-events:none}.woocommerce-ordering select{width:110%;padding-right:2em}.woocommerce .mode_buttons,.woocommerce-page .mode_buttons{float:left;margin-right:.5em;margin-bottom:0;display:block;font-size:1.125em}.woocommerce .mode_buttons a+a,.woocommerce-page .mode_buttons a+a{margin-left:.5em}.woocommerce ul.products,.woocommerce-page ul.products{margin-right:-30px;margin-bottom:0}.woocommerce.columns-1 ul.products li.product,.woocommerce-page.columns-1 ul.products li.product,.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0 30px 30px 0;position:relative;width:100%}.woocommerce.columns-2 ul.products li.product,.woocommerce-page.columns-2 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_2,.woocommerce-page .related.products ul.products li.product.column-1_2,.woocommerce .upcells.products ul.products li.product.column-1_2,.woocommerce-page .upcells.products ul.products li.product.column-1_2,.woocommerce ul.products li.product.column-1_2,.woocommerce-page ul.products li.product.column-1_2{width:50%}.woocommerce.columns-3 ul.products li.product,.woocommerce-page.columns-3 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_3,.woocommerce-page .related.products ul.products li.product.column-1_3,.woocommerce .upcells.products ul.products li.product.column-1_3,.woocommerce-page .upcells.products ul.products li.product.column-1_3,.woocommerce ul.products li.product.column-1_3,.woocommerce-page ul.products li.product.column-1_3{width:33.3333%}.woocommerce.columns-4 ul.products li.product,.woocommerce-page.columns-4 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_4,.woocommerce-page .related.products ul.products li.product.column-1_4,.woocommerce .upcells.products ul.products li.product.column-1_4,.woocommerce-page .upcells.products ul.products li.product.column-1_4,.woocommerce ul.products li.product.column-1_4,.woocommerce-page ul.products li.product.column-1_4{width:25%}.woocommerce.columns-5 ul.products li.product,.woocommerce-page.columns-5 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_5,.woocommerce-page .related.products ul.products li.product.column-1_5,.woocommerce .upcells.products ul.products li.product.column-1_5,.woocommerce-page .upcells.products ul.products li.product.column-1_5,.woocommerce ul.products li.product.column-1_5,.woocommerce-page ul.products li.product.column-1_5{width:20%}.woocommerce.columns-6 ul.products li.product,.woocommerce-page.columns-6 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_6,.woocommerce-page .related.products ul.products li.product.column-1_6,.woocommerce .upcells.products ul.products li.product.column-1_6,.woocommerce-page .upcells.products ul.products li.product.column-1_6,.woocommerce ul.products li.product.column-1_6,.woocommerce-page ul.products li.product.column-1_6{width:16.6667%}.woocommerce ul.products li.product-category mark,.woocommerce-page ul.products li.product-category mark{background:none}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{overflow:hidden}.woocommerce ul.products li.product .post_featured,.woocommerce-page ul.products li.product .post_featured{margin-bottom:0}.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img,.woocommerce ul.products li.product a:hover img,.woocommerce-page ul.products li.product a:hover img{margin:0;box-shadow:none}.woocommerce ul.products li.product .post_featured .hover_icon:before,.woocommerce-page ul.products li.product .post_featured .hover_icon:before{font-size:3em}.article_style_boxed.woocommerce ul.products li.product .post_item_wrap,.article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap{background-color:#f0f0f0}.article_style_boxed.woocommerce ul.products li.product .post_content,.article_style_boxed.woocommerce-page ul.products li.product .post_content{background-color:#f4f7f9}.article_style_boxed.woocommerce ul.products li.product .post_content,.article_style_boxed.woocommerce-page ul.products li.product .post_content{padding:1.25em 1.8em;text-align:center}.article_style_boxed.woocommerce ul.products li.product .post_content .star-rating,.article_style_boxed.woocommerce-page ul.products li.product .post_content .star-rating{margin-left:auto;margin-right:auto}.article_style_boxed.woocommerce .upsells ul.products li.product .post_content,.article_style_boxed.woocommerce-page .upsells ul.products li.product .post_content,.article_style_boxed.woocommerce .crosssells ul.products li.product .post_content,.article_style_boxed.woocommerce-page .crosssells ul.products li.product .post_content,.article_style_boxed.woocommerce .related ul.products li.product .post_content,.article_style_boxed.woocommerce-page .related ul.products li.product .post_content{background-color:#f4f7f9}.woocommerce ul.products li.product h2,.woocommerce-page ul.products li.product h2,.woocommerce ul.products li.product h3,.woocommerce-page ul.products li.product h3{font-size:1em;text-transform:none;font-family:Hind;font-style:normal;font-weight:400;line-height:1.3em;margin-top:1.2em;margin-bottom:.3em;padding:0;overflow:hidden;max-height:2.5em;min-height:2.57em}.article_style_boxed.woocommerce ul.products li.product h2,.article_style_boxed.woocommerce-page ul.products li.product h2,.article_style_boxed.woocommerce ul.products li.product h3,.article_style_boxed.woocommerce-page ul.products li.product h3{margin-top:0}.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{font-size:1.428em;font-weight:600;margin-bottom:.2em;margin-top:.5em}.woocommerce ul.products li.product .price ins{text-decoration:none;font-weight:inherit;font-style:inherit}.woocommerce ul.products li.product .price del{display:inline-block;margin-right:6px;font-size:.71em;font-weight:400;vertical-align:middle}.woocommerce ul.products li.product .post_item_wrap{border:1px solid;text-align:center;background-color:#fff;padding:1.428em}.woocommerce ul.products li.product .star-rating{display:inline-block;margin-top:1.5em;width:5.2em;font-size:.857em}.woocommerce .star-rating:before,.woocommerce .star-rating span:before{letter-spacing:1.5px;content:"";font-family:fontello;color:inherit;opacity:.5}.woocommerce .star-rating span:before{opacity:1}.woocommerce ul.products li.product .star-rating:before{opacity:.6}.woocommerce ul.products li.product .post_featured .sc_button{position:absolute;top:50%;left:50%;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translate(-50%) translateY(-50%);padding-top:.793em;padding-bottom:.793em}.woocommerce ul.products li.product .add_to_cart_button:hover{border-width:2px!important;border-style:solid!important}.woocommerce ul.products li.product .post_featured .post_thumb{position:relative}.woocommerce ul.products li.product .post_featured .post_thumb:before{content:"";display:block;position:absolute;top:0;bottom:0;right:0;left:0;background-color:#ffffffb3;opacity:0;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-ms-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s}.woocommerce ul.products li.product .post_featured:hover .post_thumb:before{opacity:1}.woocommerce ul.products li.product .post_featured:hover .sc_button{top:50%!important;opacity:1}.woocommerce .shop_mode_list ul.products li.product,.woocommerce-page .shop_mode_list ul.products li.product{overflow:hidden;margin:0;float:none;width:100%}.woocommerce .shop_mode_list ul.products li.product .post_item_wrap,.woocommerce-page .shop_mode_list ul.products li.product .post_item_wrap{overflow:hidden}.woocommerce .shop_mode_list ul.products li.product .post_featured,.woocommerce-page .shop_mode_list ul.products li.product .post_featured{float:left;margin:0 1.5em 0 0;width:33%;border-bottom:none}.article_style_boxed.woocommerce .shop_mode_list ul.products li.product .post_content,.article_style_boxed.woocommerce-page .shop_mode_list ul.products li.product .post_content{overflow:hidden;padding:1.25em 1.875em;max-height:286px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.woocommerce .products .star-rating,.woocommerce-page .products .star-rating{position:relative!important;float:none!important;clear:both!important;width:80px!important;height:16px!important;margin:8px 0 10px!important;padding:0!important;overflow:hidden!important;font-size:0!important;line-height:16px!important;white-space:nowrap!important;box-sizing:border-box!important}.woocommerce .products .star-rating:before,.woocommerce-page .products .star-rating:before{content:"★★★★★"!important;position:absolute!important;top:0!important;left:0!important;width:80px!important;height:16px!important;font-size:15px!important;line-height:16px!important;letter-spacing:0!important;white-space:nowrap!important;color:#bdbdbd!important;z-index:1!important}.woocommerce .products .star-rating>span,.woocommerce-page .products .star-rating>span{display:block!important;position:absolute!important;top:0!important;left:0!important;height:16px!important;margin:0!important;padding:0!important;overflow:hidden!important;white-space:nowrap!important;font-size:0!important;line-height:16px!important;z-index:2!important}.woocommerce .products .star-rating>span:before,.woocommerce-page .products .star-rating>span:before{content:"★★★★★"!important;display:block!important;width:80px!important;height:16px!important;font-size:15px!important;line-height:16px!important;letter-spacing:0!important;white-space:nowrap!important;color:#db0e00!important}.woocommerce .products li.product h2,.woocommerce .products li.product h3,.woocommerce-page .products li.product h2,.woocommerce-page .products li.product h3{display:block!important;margin-bottom:8px!important}.woocommerce .products li.product .star-rating,.woocommerce-page .products li.product .star-rating{clear:both!important}.woocommerce .products li.product .price,.woocommerce-page .products li.product .price{display:block!important;clear:both!important;margin-top:8px!important}.vc_row .woocommerce .products .star-rating,.vc_row .woocommerce-page .products .star-rating{margin-left:auto!important;margin-right:auto!important}.woocommerce .products li.product,.woocommerce-page .products li.product{position:relative!important}.woocommerce .products li.product .post_featured,.woocommerce-page .products li.product .post_featured{position:relative!important;overflow:hidden!important}.woocommerce .products li.product .add_to_cart_button,.woocommerce-page .products li.product .add_to_cart_button{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;z-index:100!important;margin:0!important;opacity:0!important;visibility:hidden!important;white-space:nowrap!important;transition:opacity .25s ease,visibility .25s ease!important}.woocommerce .products li.product .post_featured:hover .add_to_cart_button,.woocommerce-page .products li.product .post_featured:hover .add_to_cart_button,.woocommerce .products li.product:hover .add_to_cart_button,.woocommerce-page .products li.product:hover .add_to_cart_button{opacity:1!important;visibility:visible!important;transform:translate(-50%,-50%)!important}.woocommerce div.product .product_title{font-size:2.857em;line-height:1.2em;font-weight:600;margin-bottom:.73em;text-transform:none}.woocommerce div.product p.price{font-size:1.428em;position:relative;margin-bottom:1.05em;font-weight:600;display:inline-block;margin-top:.35em}.woocommerce div.product p.price ins{text-decoration:none;font-style:normal}.woocommerce div.product p.price del{font-size:.71em;float:right;margin-left:5px;line-height:2em}.woocommerce div.product .star-rating{font-size:.85em;margin-top:2px}.woocommerce div.product form.cart{margin-top:2em}.woocommerce div.product div.images,.woocommerce #content div.product div.images,.woocommerce-page div.product div.images,.woocommerce-page #content div.product div.images{margin-bottom:5em;width:47%}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{margin-right:1.5%;width:18.5%;position:relative;border:1px solid transparent;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{margin-right:2.5%;width:22.5%}.woocommerce #content div.product div.thumbnails.columns-3 a,.woocommerce div.product div.thumbnails.columns-3 a,.woocommerce-page #content div.product div.thumbnails.columns-3 a,.woocommerce-page div.product div.thumbnails.columns-3 a{margin-right:3.3333%;width:33%}.woocommerce #content div.product div.thumbnails a:hover,.woocommerce div.product div.thumbnails a:hover,.woocommerce-page #content div.product div.thumbnails a:hover,.woocommerce-page div.product div.thumbnails a:hover{border-color:#f0f0f0}.woocommerce #content div.product div.thumbnails a:before,.woocommerce div.product div.thumbnails a:before,.woocommerce-page #content div.product div.thumbnails a:before,.woocommerce-page div.product div.thumbnails a:before{content:" ";position:absolute;left:0;right:0;top:0;bottom:0;-webkit-transition:all ease .3s;-moz-transition:all ease .3s;-ms-transition:all ease .3s;-o-transition:all ease .3s;transition:all ease .3s}.woocommerce #content div.product div.thumbnails a:hover:before,.woocommerce div.product div.thumbnails a:hover:before,.woocommerce-page #content div.product div.thumbnails a:hover:before,.woocommerce-page div.product div.thumbnails a:hover:before{background-color:#fff6}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:none}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:1.5%}.woocommerce #content div.product div.thumbnails a:nth-child(5n+1),.woocommerce div.product div.thumbnails a:nth-child(5n+1),.woocommerce-page #content div.product div.thumbnails a:nth-child(5n+1),.woocommerce-page div.product div.thumbnails a:nth-child(5n+1){clear:both}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{margin-top:4px}.woocommerce .product_meta span{display:block}.woocommerce .product_meta span span{display:inline}.woocommerce .product_meta span,.woocommerce .product_meta span span,.woocommerce .product_meta a{font-weight:400}.woocommerce div.product form.cart,.woocommerce #content div.product form.cart,.woocommerce-page div.product form.cart,.woocommerce-page #content div.product form.cart{margin-bottom:2.25em;overflow:hidden}.woocommerce div.product form.cart div.quantity,.woocommerce-page div.product form.cart div.quantity{margin:0 1.44em 0 0;width:6em;position:relative}.woocommerce div.quantity span.q_inc .woocommerce div.product form.cart div.quantity span.q_inc,.woocommerce-page div.product form.cart div.quantity span.q_inc{top:0}.woocommerce div.quantity span.q_dec,.woocommerce div.product form.cart div.quantity span.q_dec,.woocommerce-page div.product form.cart div.quantity span.q_dec{bottom:0;border-top:1px solid #ffffff}.woocommerce div.quantity input[type=number],.woocommerce div.product form.cart div.quantity input[type=number],.woocommerce-page div.product form.cart div.quantity input[type=number]{width:100%;height:100%;padding:.9em 0 .9em .9em}.woocommerce td.product-quantity div.quantity{position:relative;width:80px;text-align:left;display:inline-block;margin:auto}.woocommerce td.product-quantity div.quantity .qty{text-align:left;line-height:1.2857em}.woocommerce td.product-quantity div.quantity span.q_inc{top:0}.woocommerce div.product .woocommerce-tabs ul.tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs{margin-bottom:-1px;padding-left:30px}.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before{border-width:0}.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li{background:#fff;box-shadow:none;border:none}.woocommerce div.product .woocommerce-tabs ul.tabs li.active,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active{border:1px solid #dddddd;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after{display:none}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li a,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a{font-weight:400;padding:.75em 1em}.woocommerce div.product .woocommerce-tabs .panel,.woocommerce #content div.product .woocommerce-tabs .panel,.woocommerce-page div.product .woocommerce-tabs .panel,.woocommerce-page #content div.product .woocommerce-tabs .panel{border-width:1px;border-style:solid;margin:0;padding:2.3em 0 0;display:none}.woocommerce div.product .woocommerce-tabs h2,.woocommerce #content div.product .woocommerce-tabs h2,.woocommerce-page div.product .woocommerce-tabs h2,.woocommerce-page #content div.product .woocommerce-tabs h2{margin-top:0;font-size:1.625em;font-weight:400;display:none}.woocommerce div.product .woocommerce-tabs h3,.woocommerce #content div.product .woocommerce-tabs h3,.woocommerce-page div.product .woocommerce-tabs h3,.woocommerce-page #content div.product .woocommerce-tabs h3{margin-bottom:.25em!important;font-size:1.7857em}#review_form_wrapper{margin-top:3em}.woocommerce div.product div.summary{margin-bottom:5em}.single-product div.product .woocommerce-tabs{padding:4.3em 0}.sidebar_show.single-product div.product .woocommerce-tabs{padding:4.3em 2em}.single-product div.product .woocommerce-tabs .panel{border:none;padding-left:0;padding-right:0}.single-product div.product .woocommerce-tabs .wc-tabs{padding-left:0!important}.single-product div.product .woocommerce-tabs .wc-tabs:before,.single-product div.product .woocommerce-tabs .wc-tabs:after{display:none}.single-product div.product .woocommerce-tabs .wc-tabs li{border:none!important;background-color:transparent!important;margin:0!important;padding:0!important;list-style:none;font-size:.8em;float:left;text-transform:uppercase;letter-spacing:.85px;margin-right:1.518em;line-height:1.5em}.single-product div.product .woocommerce-tabs .wc-tabs li a{display:block;padding:.492em 1.3em}.woocommerce .woocommerce-product-rating,.woocommerce-page .woocommerce-product-rating{float:none}.woocommerce .woocommerce-product-rating .woocommerce-review-link,.woocommerce-page .woocommerce-product-rating .woocommerce-review-link{vertical-align:top;display:inline-block;line-height:1.3em;color:inherit;margin-left:.5em}.woocommerce .woocommerce-product-rating .star-rating,.woocommerce-page .woocommerce-product-rating .star-rating{margin-top:4px;margin-bottom:4px}.woocommerce .star-rating,.woocommerce-page .star-rating{height:1.2em;margin-top:4px;margin-bottom:4px;line-height:1.3em;font-size:.7em}.woocommerce #reviews #comments ol.commentlist{padding:0}.woocommerce #reviews #comments ol.commentlist li{margin-bottom:0}.woocommerce .woocommerce-tabs .form-submit{display:block}.woocommerce #reviews #comments ol.commentlist li img.avatar,.woocommerce-page #reviews #comments ol.commentlist li img.avatar{background:none;border:none;padding:0;width:60px;float:left;margin:0 1.5em 0 0;position:static}.woocommerce #reviews #comments ol.commentlist li .comment-text,.woocommerce-page #reviews #comments ol.commentlist li .comment-text{margin:0;padding:0;border:0}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta{padding-top:0}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 .45em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta strong{font-size:.875em;text-transform:uppercase;margin-bottom:.5em;font-weight:400}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time,.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta time{text-transform:uppercase;font-size:.868em}.woocommerce #reviews #comments ol.commentlist li .comment-text .description,.woocommerce-page #reviews #comments ol.commentlist li .comment-text .description{line-height:21px}.woocommerce #review_form #respond textarea,.woocommerce-page #review_form #respond textarea{height:150px;font-weight:400;overflow:auto}.woocommerce #reviews #comments ol.commentlist li+li{margin-top:1.5em}.woocommerce .related.products h2{text-align:center}.woocommerce .related.products h2:after{content:"//";font-style:normal;display:block;font-weight:900;margin:.65em auto 1.25em;font-size:.45em;line-height:1em;font-family:fantasy;letter-spacing:1px}.woocommerce .related ul{margin-right:0}.woocommerce .related ul li.product{padding:0;margin-right:-1px}.woocommerce ul.products li.product.product-category .thumb_wrapper,.woocommerce-page ul.products li.product.product-category .thumb_wrapper{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:url(/images/woo/shop-cat-bg-1.jpg) center center no-repeat;padding:1em;overflow:hidden}.woocommerce ul.products li.product.product-category .thumb_wrapper img,.woocommerce-page ul.products li.product.product-category .thumb_wrapper img{-moz-transform:scale(1.7) translate(15%,15%);-o-transform:scale(1.7) translate(15%,15%);-ms-transform:scale(1.7) translate(15%,15%)}.woocommerce ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper,.woocommerce-page ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper{background:url(/images/woo/shop-cat-bg-2.jpg) center center no-repeat}.woocommerce ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper,.woocommerce-page ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper{background:url(/images/woo/shop-cat-bg-3.jpg) center center no-repeat}.woocommerce ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper,.woocommerce-page ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper{background:url(/images/woo/shop-cat-bg-4.jpg) center center no-repeat}.woocommerce ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper,.woocommerce-page ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper{background:url(/images/woo/shop-cat-bg-5.jpg) center center no-repeat}.woocommerce ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper,.woocommerce-page ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper{background:url(/images/woo/shop-cat-bg-6.jpg) center center no-repeat}.woocommerce ul.products li.product.product-category img,.woocommerce-page ul.products li.product.product-category img{width:100%;height:auto}.woocommerce ul.products li.product.product-category h2,.woocommerce-page ul.products li.product.product-category h2,.woocommerce ul.products li.product.product-category h3,.woocommerce-page ul.products li.product.product-category h3{margin-bottom:0;border-bottom:none;text-align:center}.woocommerce ul.products li.product.product-category h2,.woocommerce ul.products li.product.product-category h3{font-size:.868em;text-transform:uppercase;letter-spacing:.8px}.woocommerce ul.products li.product.product-category mark.count,.woocommerce-page ul.products li.product.product-category mark.count{font-weight:400;font-style:normal}.woocommerce ul.products li.product-category .post_content h2,.woocommerce ul.products li.product-category .post_content h3{margin-top:0;padding:1.37em 0 0}.woocommerce .related ul li.product,.woocommerce .related ul.products li.product,.woocommerce .upsells.products ul li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce-page .related ul li.product,.woocommerce-page .related ul.products li.product,.woocommerce-page .upsells.products ul li.product,.woocommerce-page .upsells.products ul.products li.product{width:50%;border:none;box-shadow:none}.top_panel_wrap .sidebar_cart{width:280px!important;padding:0!important}.top_panel_wrap .widget_shopping_cart{display:block!important}.top_panel_wrap .widget_shopping_cart ul.cart_list{display:block;position:static;width:100%;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.top_panel_wrap .sidebar_cart>li,.top_panel_wrap .widget_shopping_cart ul.cart_list>li{margin:0;padding-left:0}.top_panel_wrap .sidebar_cart>li:before,.top_panel_wrap .sidebar_cart>li>a:before,.top_panel_wrap .widget_shopping_cart ul.cart_list>li:before,.top_panel_wrap .widget_shopping_cart ul.cart_list>li>a:before{display:none}.woocommerce .top_panel_wrap .widget_shopping_cart .empty,.woocommerce-page .top_panel_wrap .widget_shopping_cart .empty{padding-bottom:1em}.top_panel_wrap .widget_shopping_cart ul.cart_list>li>a{padding:0}.top_panel_wrap .widget_shopping_cart ul.cart_list>li>a:not(.remove){margin-top:-.15em}.top_panel_wrap .widget_shopping_cart ul.cart_list>li>a:hover{background-color:transparent;color:#fff}.top_panel_wrap .widget_shopping_cart ul.cart_list>li img{width:50px;margin-top:.5em}.woocommerce a.remove{margin-top:1em;text-align:left}.woocommerce a.remove,.woocommerce a.remove:hover{background-color:transparent!important}.woocommerce .shop_table a.remove{margin-top:0;font-weight:400;text-align:center}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce-page .widget_shopping_cart .cart_list li{padding:0 0 0 1.5em;overflow:hidden}.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:before,.woocommerce-page ul.cart_list li:before,.woocommerce-page ul.product_list_widget li:before{display:none}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a,.woocommerce-page ul.cart_list li a,.woocommerce-page ul.product_list_widget li a{font-weight:400}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{box-shadow:none;width:4.6875em;float:left;margin:0 1.2em 1em 0}.woocommerce.widget_shopping_cart .quantity,.woocommerce .widget_shopping_cart .quantity,.woocommerce-page.widget_shopping_cart .quantity,.woocommerce-page .widget_shopping_cart .quantity{margin:.5em 0 1em;display:inline-block}.woocommerce ul.cart_list li>.amount,.woocommerce ul.product_list_widget li>.amount,.woocommerce-page ul.cart_list li>.amount,.woocommerce-page ul.product_list_widget li>.amount,.woocommerce ul.cart_list li span .amount,.woocommerce ul.product_list_widget li span .amount,.woocommerce-page ul.cart_list li span .amount,.woocommerce-page ul.product_list_widget li span .amount,.woocommerce ul.cart_list li ins .amount,.woocommerce ul.product_list_widget li ins .amount,.woocommerce-page ul.cart_list li ins .amount,.woocommerce-page ul.product_list_widget li ins .amount{font-size:1em;font-weight:400}.woocommerce ul.cart_list li ins,.woocommerce ul.product_list_widget li ins,.woocommerce-page ul.cart_list li ins,.woocommerce-page ul.product_list_widget li ins{text-decoration:none;font-style:normal}.woocommerce ul.cart_list li del,.woocommerce ul.product_list_widget li del,.woocommerce-page ul.cart_list li del,.woocommerce-page ul.product_list_widget li del{font-size:.875em}.woocommerce.widget_shopping_cart .total,.woocommerce .widget_shopping_cart .total,.woocommerce-page.widget_shopping_cart .total,.woocommerce-page .widget_shopping_cart .total{font-size:.868em;text-transform:uppercase;padding:1.25em 0 0;border-top:none;margin-bottom:2.3em}.woocommerce.widget_shopping_cart .total .amount,.woocommerce .widget_shopping_cart .total .amount,.woocommerce-page.widget_shopping_cart .total .amount,.woocommerce-page .widget_shopping_cart .total .amount{font-weight:600;float:right}.woocommerce .widget_layered_nav_filters>ul>li{padding:0 .625em .5em 0;display:block}.woocommerce .widget_layered_nav_filters>ul>li:before{display:none}.woocommerce .widget_layered_nav_filters>ul>li a,.woocommerce .widget_layered_nav ul li.chosen a,.woocommerce-page .widget_layered_nav ul li.chosen a{background-color:transparent;border:none;padding:0;color:#222}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{margin-bottom:3em;background:#1d1e23;height:3px}.woocommerce .widget_price_filter .price_label{font-size:.868em}.woocommerce .widget_price_filter .price_label span{color:#222}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{height:3px;top:0}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{width:10px;height:10px;border-radius:0}body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories{margin:0;padding:0;list-style:none}body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li{position:relative;padding:1em 2em;margin:0}body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li+li{border-top:1px solid #eeeeee}body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:before{display:none}body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after{content:"";font-family:fontello;display:block;position:absolute;z-index:1;right:1.6em;top:1.6em;width:1em;height:1.072em;border:1px solid;text-align:center;line-height:1.072em;font-size:.8em;padding-left:.073em}body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children span.open_child_menu{display:none}body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories ul{display:none}body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited ul{position:absolute;z-index:100000;top:-.5em;right:-280px;width:270px}body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title{padding:.889em 1.56em;margin:0}body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title:before{content:"";font-family:fontello;margin-right:5px;font-style:normal;font-weight:100}body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title:after{content:none}body:not(.woocommerce) .woocommerce ul.products:not(.categories){margin-right:0}body:not(.woocommerce) .woocommerce ul.products:not(.categories) li.product:not(.product-category){padding-right:0;margin-right:-1px}.woocommerce .quantity input.qty,.woocommerce #content .quantity input.qty,.woocommerce-page .quantity input.qty,.woocommerce-page #content .quantity input.qty{font-weight:400}.woocommerce table.cart img,.woocommerce #content table.cart img,.woocommerce-page table.cart img,.woocommerce-page #content table.cart img{width:75px}.woocommerce table.cart td,.woocommerce #content table.cart td,.woocommerce-page table.cart td,.woocommerce-page #content table.cart td{padding:12px;text-align:center}.woocommerce table.cart td.product-name,.woocommerce #content table.cart td.product-name,.woocommerce-page table.cart td.product-name,.woocommerce-page #content table.cart td.product-name{text-align:center}.woocommerce table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon .input-text{border:none;padding:.7em .5em;margin-right:.5em;width:12em;line-height:1.2857em}.woocommerce table.shop_table{border-radius:0}.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th{border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.shop_table thead th,.woocommerce-page table.shop_table thead th{font-weight:400;font-size:.868em;text-transform:uppercase;letter-spacing:1.2px}.woocommerce table.shop_table tfoot th,.woocommerce-page table.shop_table tfoot th{color:#222;font-weight:400;font-size:.875em;text-align:right}.woocommerce table.shop_table td{table-layout:fixed;text-align:center}.woocommerce .quantity .qty{text-align:left}.woocommerce .cart-collaterals h2,.woocommerce-page .cart-collaterals h2{font-size:1.5em;font-weight:400;line-height:1.3em;text-align:right}.woocommerce .cart-collaterals .order-total strong,.woocommerce-page .cart-collaterals .order-total strong{font-weight:400}.woocommerce .cart-collaterals .cart-subtotal .amount,.woocommerce-page .cart-collaterals .cart-subtotal .amount{font-size:1em;font-weight:400}.woocommerce .cart-collaterals .cart_totals table th,.woocommerce-page .cart-collaterals .cart_totals table th{padding:6px;font-weight:400}.woocommerce .cart-collaterals .cart_totals table select,.woocommerce-page .cart-collaterals .cart_totals table select{background-color:#f4f7f9;font-size:1em}.woocommerce table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:100px}.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after{color:#222;font-size:1em;font-weight:400}.woocommerce form .form-row label,.woocommerce-page form .form-row label{line-height:1.5em}.woocommerce .checkout h3,.woocommerce-page .checkout h3{margin-top:0;font-size:1.625em;font-weight:400}.woocommerce .checkout .col-2 h3#ship-to-different-address label,.woocommerce-page .checkout .col-2 h3#ship-to-different-address label{display:inline-block}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce-page form .form-row input.input-text,.woocommerce-page form .form-row textarea{font-weight:400}.woocommerce table.shop_table .cart-subtotal .amount,.woocommerce-page table.shop_table .cart-subtotal .amount,.woocommerce table.shop_table .shipping td,.woocommerce-page table.shop_table .shipping td{font-weight:400;color:#222}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{clear:none;float:left;margin-bottom:30px}.woocommerce .checkout #order_review,.woocommerce-page .checkout #order_review{margin-bottom:3em}.woocommerce .checkout #order_review_heading,.woocommerce-page .checkout #order_review_heading{padding-top:1.825em}.woocommerce .checkout #order_review .order-total .amount,.woocommerce-page .checkout #order_review .order-total .amount{font-size:1.125em;line-height:1.3em;font-weight:400}.woocommerce .checkout #order_review .payment_methods li,.woocommerce-page .checkout #order_review .payment_methods li{list-style:none}.woocommerce .checkout #order_review .payment_methods li label,.woocommerce-page .checkout #order_review .payment_methods li label{display:inline-block}.woocommerce-checkout #payment{background-color:#f4f7f9}.woocommerce-checkout #payment div.payment_box:after{top:0}.woocommerce .order_details li,.woocommerce-page .order_details li{font-size:1em;line-height:1em;list-style:none}.woocommerce .order_details li strong,.woocommerce-page .order_details li strong{font-weight:300;color:#222}.woocommerce-account .addresses .title h3{font-size:2em;margin-top:0}.woocommerce ul.cart_list li img{display:none}.woocommerce a.remove{margin-top:0!important;font-weight:100;font-size:1.4em}.woocommerce.widget_shopping_cart .quantity{font-size:.868em}.woocommerce .widget_shopping_cart .cart_list li+li{margin-top:.95em}.woocommerce.widget_shopping_cart .buttons a{padding-top:.792em;padding-bottom:.792em;display:block;max-width:70px}.woocommerce.widget_shopping_cart .buttons a+a{margin-top:10px}.woocommerce.widget_shopping_cart .buttons a:hover{border-width:2px;border-style:solid}.footer_wrap_inner.widget_area_inner ul.product_list_widget li a{margin-bottom:.5em}.footer_wrap_inner.widget_area_inner ul.product_list_widget .amount{font-size:1em;font-weight:600!important}.footer_wrap_inner.widget_area_inner ul.product_list_widget li del .amount{font-weight:400!important;font-size:1.145em}.footer_wrap_inner.widget_area_inner ul.product_list_widget li+li{margin-top:.5em}.footer_wrap_inner.widget_area_inner ul.product_list_widget li .reviewer{font-size:.868em}.woocommerce .widget_area_inner .star-rating{width:6.3em;margin:1em 0 .6em}.woocommerce .widget_area_inner .star-rating:before,.woocommerce .widget_area_inner .star-rating span:before{letter-spacing:4px;line-height:1.2em}.woocommerce .widget_area_inner .star-rating:before{content:""}.woocommerce .related.products{padding:7.2em 0 3.2em}.woocommerce a.remove,.top_panel_wrap .widget_shopping_cart .cart_list li a.remove:hover{color:#db0e00!important}.top_panel_wrap .widget_shopping_cart .cart_list li a.remove{left:auto;right:1em;top:1.3em;width:10px;height:15px;line-height:17px;color:gray!important}.top_panel_wrap .widget_shopping_cart ul.cart_list>li{padding:1.8em 2.5em 0 1.8em}.top_panel_wrap .widget_shopping_cart ul.cart_list>li.empty{padding:1.8em}.top_panel_wrap .widget_shopping_cart ul.cart_list>li+li{padding-top:2em;margin-top:.7em;border-top:1px solid}.top_panel_wrap .widget_shopping_cart ul.cart_list>li+li a.remove{top:1.5em}.top_panel_wrap .widget_shopping_cart .total{padding:1.9em 1.8em;margin-top:.9em;border:1px solid;border-width:1px 0 1px 0}.top_panel_wrap .woocommerce.widget_shopping_cart .buttons{padding:0 1.8em 1.8em}.top_panel_wrap .woocommerce.widget_shopping_cart .buttons a{display:inline-block;padding-left:1.5em;padding-right:1.5em}.top_panel_wrap .widget_shopping_cart .total,.top_panel_wrap .widget_shopping_cart ul.cart_list>li+li{border-color:#1c1d22}.top_panel_wrap .woocommerce.widget_shopping_cart .buttons a+a{margin-top:0;float:right}.contact_cart .cart_item,.header_mobile .cart_item{width:25px;height:25px;line-height:25px;text-align:center;border-radius:50%;position:absolute;top:-5px;left:20px}.header_mobile .cart_item{top:-10px;width:20px;height:20px;line-height:20px;font-size:.868em}.woocommerce ul.products li.product-category .post_item_wrap{padding:0;border:none}.woocommerce ul.products li.product-category .star-rating{display:none}.woocommerce ul.products li.product-category .post_featured{height:9em}.woocommerce ul.products li.product-category .post_featured .post_thumb{display:block;height:100%!important;position:relative}.woocommerce ul.products li.product-category .post_featured .post_thumb img{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.woocommerce .woocommerce-message a.button,.woocommerce .woocommerce-message a.button:hover{color:#fff!important}.woocommerce table.shop_table strong{color:#000;font-weight:400}.top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child{padding-left:0;padding-right:0}.top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:after{content:"";font-family:fontello;margin-left:5px}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1em}.woocommerce.widget .star-rating{width:6em;margin-bottom:.8em}.woocommerce.widget .star-rating:before,.woocommerce.widget .star-rating span:before{letter-spacing:.3em}.woocommerce ul.products li.product a.added_to_cart{color:#db0e00}.woocommerce ul.products li.product .woocommerce-loop-category__title a:hover{color:#fff!important}.woocommerce .shop_mode_list ul.products li.product h2,.woocommerce .shop_mode_list ul.products li.product h3{line-height:1em;min-height:auto;margin-bottom:0;text-transform:uppercase;font-size:1.2em;margin-top:1em;padding-top:0;padding-bottom:0;font-weight:600}.woocommerce a.button.loading{padding-right:2.5em!important}.woocommerce a.button.loading:after{right:1em!important}body.single-product.woocommerce .post_navi{display:none}body.single-product.woocommerce .breadcrumbs{float:left;width:100%;max-width:100%!important;text-align:left;padding-top:4em!important;padding-bottom:0!important}body.single-product.woocommerce .top_panel_title_inner{background-color:transparent}body.single-product.woocommerce .top_panel_title_inner a{color:#000!important}body.single-product.woocommerce .page_content_wrap{padding:3em 0 4.7em}.single-product .mfp-content{z-index:100000}.single-product .mfp-image-holder .mfp-close{right:0;top:-4px}.woocommerce-product-gallery__wrapper{max-width:none}.woocommerce-product-gallery{position:relative;margin-bottom:3em}.woocommerce-product-gallery figure{margin:0}.woocommerce-product-gallery .zoomImg{background-color:#fff}.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce-product-gallery .flex-control-thumbs li{list-style:none;float:left;cursor:pointer}.woocommerce-product-gallery .flex-control-thumbs img{opacity:.5}.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover{opacity:1}.woocommerce-product-gallery img{display:block}.woocommerce-product-gallery--columns-3 .flex-control-thumbs li{width:33.3333%}.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{width:25%}.woocommerce-product-gallery--columns-5 .flex-control-thumbs li{width:20%}.woocommerce-product-gallery__trigger{position:absolute;top:1em;right:1em;z-index:99}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:0}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled]{padding:1.209em 2.3em;font-size:.857em;line-height:1;text-transform:uppercase;letter-spacing:1px;font-weight:400;border:2px solid #db0e00}body{font-family:Hind,sans-serif;font-size:14px;line-height:1.7957em;font-weight:400}.scheme_original .body_wrap,.scheme_light .body_wrap,.scheme_dark .body_wrap{color:gray}h1{font-family:Lato,sans-serif;font-size:3.9285em;line-height:1.3em;font-weight:600;font-style:italic;margin-bottom:.3em}h2{font-family:Lato,sans-serif;font-size:3.5714em;line-height:1.3em;font-weight:600;font-style:italic;margin-bottom:.36em}h3{font-family:Lato,sans-serif;font-size:2.8571em;line-height:1.3em;font-weight:600;font-style:italic;margin-bottom:.45em}h4{font-family:Lato,sans-serif;font-size:1.7857em;line-height:1.3em;font-weight:600;font-style:italic;margin-bottom:1.05em}h5{font-family:Lato,sans-serif;font-size:1.2857em;line-height:1.3em;font-weight:600;font-style:italic;margin-bottom:1.35em}h6{font-family:Lato,sans-serif;font-size:1em;line-height:1.3em;font-weight:400;margin-bottom:.4em}.scheme_original h1,.scheme_original h2,.scheme_original h3,.scheme_original h4,.scheme_original h5,.scheme_original h6,.scheme_original h1 a,.scheme_original h2 a,.scheme_original h3 a,.scheme_original h4 a,.scheme_original h5 a,.scheme_original h6 a{color:#fff}.scheme_light h1,.scheme_light h2,.scheme_light h3,.scheme_light h4,.scheme_light h5,.scheme_light h6,.scheme_light h1 a,.scheme_light h2 a,.scheme_light h3 a,.scheme_light h4 a,.scheme_light h5 a,.scheme_light h6 a{color:#1d1e23}.scheme_dark h1,.scheme_dark h2,.scheme_dark h3,.scheme_dark h4,.scheme_dark h5,.scheme_dark h6,.scheme_dark h1 a,.scheme_dark h2 a,.scheme_dark h3 a,.scheme_dark h4 a,.scheme_dark h5 a,.scheme_dark h6 a{color:#fff}.scheme_original .body_wrap.bg_image .page_content_wrap h1,.scheme_original .body_wrap.bg_image .page_content_wrap h2,.scheme_original .body_wrap.bg_image .page_content_wrap h3,.scheme_original .body_wrap.bg_image .page_content_wrap h4,.scheme_original .body_wrap.bg_image .page_content_wrap h5,.scheme_original .body_wrap.bg_image .page_content_wrap h6,.scheme_original .body_wrap.bg_image .page_content_wrap h1 a,.scheme_original .body_wrap.bg_image .page_content_wrap h2 a,.scheme_original .body_wrap.bg_image .page_content_wrap h3 a,.scheme_original .body_wrap.bg_image .page_content_wrap h4 a,.scheme_original .body_wrap.bg_image .page_content_wrap h5 a,.scheme_original .body_wrap.bg_image .page_content_wrap h6 a,.scheme_light .body_wrap.bg_image .page_content_wrap h1,.scheme_light .body_wrap.bg_image .page_content_wrap h2,.scheme_light .body_wrap.bg_image .page_content_wrap h3,.scheme_light .body_wrap.bg_image .page_content_wrap h4,.scheme_light .body_wrap.bg_image .page_content_wrap h5,.scheme_light .body_wrap.bg_image .page_content_wrap h6,.scheme_light .body_wrap.bg_image .page_content_wrap h1 a,.scheme_light .body_wrap.bg_image .page_content_wrap h2 a,.scheme_light .body_wrap.bg_image .page_content_wrap h3 a,.scheme_light .body_wrap.bg_image .page_content_wrap h4 a,.scheme_light .body_wrap.bg_image .page_content_wrap h5 a,.scheme_light .body_wrap.bg_image .page_content_wrap h6 a,.scheme_dark .body_wrap.bg_image .page_content_wrap h1,.scheme_dark .body_wrap.bg_image .page_content_wrap h2,.scheme_dark .body_wrap.bg_image .page_content_wrap h3,.scheme_dark .body_wrap.bg_image .page_content_wrap h4,.scheme_dark .body_wrap.bg_image .page_content_wrap h5,.scheme_dark .body_wrap.bg_image .page_content_wrap h6,.scheme_dark .body_wrap.bg_image .page_content_wrap h1 a,.scheme_dark .body_wrap.bg_image .page_content_wrap h2 a,.scheme_dark .body_wrap.bg_image .page_content_wrap h3 a,.scheme_dark .body_wrap.bg_image .page_content_wrap h4 a,.scheme_dark .body_wrap.bg_image .page_content_wrap h5 a,.scheme_dark .body_wrap.bg_image .page_content_wrap h6 a{color:#1d1e23}.scheme_original .body_wrap.bg_image .page_content_wrap .sidebar h1,.scheme_original .body_wrap.bg_image .page_content_wrap .sidebar h2,.scheme_original .body_wrap.bg_image .page_content_wrap .sidebar h3,.scheme_original .body_wrap.bg_image .page_content_wrap .sidebar h4,.scheme_original .body_wrap.bg_image .page_content_wrap .sidebar h5,.scheme_original .body_wrap.bg_image .page_content_wrap .sidebar h6,.scheme_original .body_wrap.bg_image .page_content_wrap .sidebar h1 a,.scheme_original .body_wrap.bg_image .page_content_wrap .sidebar h2 a,.scheme_original .body_wrap.bg_image .page_content_wrap .sidebar h3 a,.scheme_original .body_wrap.bg_image .page_content_wrap .sidebar h4 a,.scheme_original .body_wrap.bg_image .page_content_wrap .sidebar h5 a,.scheme_original .body_wrap.bg_image .page_content_wrap .sidebar h6 a{color:#fff}.scheme_light .body_wrap.bg_image .page_content_wrap .sidebar h1,.scheme_light .body_wrap.bg_image .page_content_wrap .sidebar h2,.scheme_light .body_wrap.bg_image .page_content_wrap .sidebar h3,.scheme_light .body_wrap.bg_image .page_content_wrap .sidebar h4,.scheme_light .body_wrap.bg_image .page_content_wrap .sidebar h5,.scheme_light .body_wrap.bg_image .page_content_wrap .sidebar h6,.scheme_light .body_wrap.bg_image .page_content_wrap .sidebar h1 a,.scheme_light .body_wrap.bg_image .page_content_wrap .sidebar h2 a,.scheme_light .body_wrap.bg_image .page_content_wrap .sidebar h3 a,.scheme_light .body_wrap.bg_image .page_content_wrap .sidebar h4 a,.scheme_light .body_wrap.bg_image .page_content_wrap .sidebar h5 a,.scheme_light .body_wrap.bg_image .page_content_wrap .sidebar h6 a{color:#1d1e23}.scheme_dark .body_wrap.bg_image .page_content_wrap .sidebar h1,.scheme_dark .body_wrap.bg_image .page_content_wrap .sidebar h2,.scheme_dark .body_wrap.bg_image .page_content_wrap .sidebar h3,.scheme_dark .body_wrap.bg_image .page_content_wrap .sidebar h4,.scheme_dark .body_wrap.bg_image .page_content_wrap .sidebar h5,.scheme_dark .body_wrap.bg_image .page_content_wrap .sidebar h6,.scheme_dark .body_wrap.bg_image .page_content_wrap .sidebar h1 a,.scheme_dark .body_wrap.bg_image .page_content_wrap .sidebar h2 a,.scheme_dark .body_wrap.bg_image .page_content_wrap .sidebar h3 a,.scheme_dark .body_wrap.bg_image .page_content_wrap .sidebar h4 a,.scheme_dark .body_wrap.bg_image .page_content_wrap .sidebar h5 a,.scheme_dark .body_wrap.bg_image .page_content_wrap .sidebar h6 a,.scheme_original a,.scheme_light a,.scheme_dark a{color:#fff}.scheme_original a:hover,.scheme_light a:hover,.scheme_dark a:hover{color:#db0e00}.scheme_original blockquote:before{color:#fff3}.scheme_light blockquote:before{color:#1d1e2333}.scheme_dark blockquote:before{color:#fff3}.scheme_original blockquote,.scheme_light blockquote,.scheme_dark blockquote{background-color:#db0e00}.scheme_original blockquote,.scheme_original blockquote p,.scheme_light blockquote,.scheme_light blockquote p,.scheme_dark blockquote,.scheme_dark blockquote p{color:#fff}.scheme_original strong,.scheme_light strong,.scheme_dark strong{color:#b4b4b4}.scheme_original .accent1,.scheme_light .accent1,.scheme_dark .accent1{color:#fff}.scheme_original .accent1_bgc,.scheme_light .accent1_bgc,.scheme_dark .accent1_bgc{background-color:#fff}.scheme_original .accent1_bg,.scheme_light .accent1_bg,.scheme_dark .accent1_bg{background:#fff}.scheme_original .accent1_border,.scheme_light .accent1_border,.scheme_dark .accent1_border{border-color:#fff}.scheme_original a.accent1:hover,.scheme_light a.accent1:hover,.scheme_dark a.accent1:hover{color:#db0e00}.accent2{color:#db0e00!important}.accent2_bg{background-color:#db0e00!important}.scheme_original .post_content.ih-item.circle.effect1.colored .info,.scheme_original .post_content.ih-item.circle.effect2.colored .info,.scheme_original .post_content.ih-item.circle.effect3.colored .info,.scheme_original .post_content.ih-item.circle.effect4.colored .info,.scheme_original .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_original .post_content.ih-item.circle.effect6.colored .info,.scheme_original .post_content.ih-item.circle.effect7.colored .info,.scheme_original .post_content.ih-item.circle.effect8.colored .info,.scheme_original .post_content.ih-item.circle.effect9.colored .info,.scheme_original .post_content.ih-item.circle.effect10.colored .info,.scheme_original .post_content.ih-item.circle.effect11.colored .info,.scheme_original .post_content.ih-item.circle.effect12.colored .info,.scheme_original .post_content.ih-item.circle.effect13.colored .info,.scheme_original .post_content.ih-item.circle.effect14.colored .info,.scheme_original .post_content.ih-item.circle.effect15.colored .info,.scheme_original .post_content.ih-item.circle.effect16.colored .info,.scheme_original .post_content.ih-item.circle.effect18.colored .info .info-back,.scheme_original .post_content.ih-item.circle.effect19.colored .info,.scheme_original .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_original .post_content.ih-item.square.effect1.colored .info,.scheme_original .post_content.ih-item.square.effect2.colored .info,.scheme_original .post_content.ih-item.square.effect3.colored .info,.scheme_original .post_content.ih-item.square.effect4.colored .mask1,.scheme_original .post_content.ih-item.square.effect4.colored .mask2,.scheme_original .post_content.ih-item.square.effect5.colored .info,.scheme_original .post_content.ih-item.square.effect6.colored .info,.scheme_original .post_content.ih-item.square.effect7.colored .info,.scheme_original .post_content.ih-item.square.effect8.colored .info,.scheme_original .post_content.ih-item.square.effect9.colored .info .info-back,.scheme_original .post_content.ih-item.square.effect10.colored .info,.scheme_original .post_content.ih-item.square.effect11.colored .info,.scheme_original .post_content.ih-item.square.effect12.colored .info,.scheme_original .post_content.ih-item.square.effect13.colored .info,.scheme_original .post_content.ih-item.square.effect14.colored .info,.scheme_original .post_content.ih-item.square.effect15.colored .info,.scheme_original .post_content.ih-item.square.effect_book.colored .info,.scheme_light .post_content.ih-item.circle.effect1.colored .info,.scheme_light .post_content.ih-item.circle.effect2.colored .info,.scheme_light .post_content.ih-item.circle.effect3.colored .info,.scheme_light .post_content.ih-item.circle.effect4.colored .info,.scheme_light .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_light .post_content.ih-item.circle.effect6.colored .info,.scheme_light .post_content.ih-item.circle.effect7.colored .info,.scheme_light .post_content.ih-item.circle.effect8.colored .info,.scheme_light .post_content.ih-item.circle.effect9.colored .info,.scheme_light .post_content.ih-item.circle.effect10.colored .info,.scheme_light .post_content.ih-item.circle.effect11.colored .info,.scheme_light .post_content.ih-item.circle.effect12.colored .info,.scheme_light .post_content.ih-item.circle.effect13.colored .info,.scheme_light .post_content.ih-item.circle.effect14.colored .info,.scheme_light .post_content.ih-item.circle.effect15.colored .info,.scheme_light .post_content.ih-item.circle.effect16.colored .info,.scheme_light .post_content.ih-item.circle.effect18.colored .info .info-back,.scheme_light .post_content.ih-item.circle.effect19.colored .info,.scheme_light .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_light .post_content.ih-item.square.effect1.colored .info,.scheme_light .post_content.ih-item.square.effect2.colored .info,.scheme_light .post_content.ih-item.square.effect3.colored .info,.scheme_light .post_content.ih-item.square.effect4.colored .mask1,.scheme_light .post_content.ih-item.square.effect4.colored .mask2,.scheme_light .post_content.ih-item.square.effect5.colored .info,.scheme_light .post_content.ih-item.square.effect6.colored .info,.scheme_light .post_content.ih-item.square.effect7.colored .info,.scheme_light .post_content.ih-item.square.effect8.colored .info,.scheme_light .post_content.ih-item.square.effect9.colored .info .info-back,.scheme_light .post_content.ih-item.square.effect10.colored .info,.scheme_light .post_content.ih-item.square.effect11.colored .info,.scheme_light .post_content.ih-item.square.effect12.colored .info,.scheme_light .post_content.ih-item.square.effect13.colored .info,.scheme_light .post_content.ih-item.square.effect14.colored .info,.scheme_light .post_content.ih-item.square.effect15.colored .info,.scheme_light .post_content.ih-item.square.effect_book.colored .info,.scheme_dark .post_content.ih-item.circle.effect1.colored .info,.scheme_dark .post_content.ih-item.circle.effect2.colored .info,.scheme_dark .post_content.ih-item.circle.effect3.colored .info,.scheme_dark .post_content.ih-item.circle.effect4.colored .info,.scheme_dark .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_dark .post_content.ih-item.circle.effect6.colored .info,.scheme_dark .post_content.ih-item.circle.effect7.colored .info,.scheme_dark .post_content.ih-item.circle.effect8.colored .info,.scheme_dark .post_content.ih-item.circle.effect9.colored .info,.scheme_dark .post_content.ih-item.circle.effect10.colored .info,.scheme_dark .post_content.ih-item.circle.effect11.colored .info,.scheme_dark .post_content.ih-item.circle.effect12.colored .info,.scheme_dark .post_content.ih-item.circle.effect13.colored .info,.scheme_dark .post_content.ih-item.circle.effect14.colored .info,.scheme_dark .post_content.ih-item.circle.effect15.colored .info,.scheme_dark .post_content.ih-item.circle.effect16.colored .info,.scheme_dark .post_content.ih-item.circle.effect18.colored .info .info-back,.scheme_dark .post_content.ih-item.circle.effect19.colored .info,.scheme_dark .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_dark .post_content.ih-item.square.effect1.colored .info,.scheme_dark .post_content.ih-item.square.effect2.colored .info,.scheme_dark .post_content.ih-item.square.effect3.colored .info,.scheme_dark .post_content.ih-item.square.effect4.colored .mask1,.scheme_dark .post_content.ih-item.square.effect4.colored .mask2,.scheme_dark .post_content.ih-item.square.effect5.colored .info,.scheme_dark .post_content.ih-item.square.effect6.colored .info,.scheme_dark .post_content.ih-item.square.effect7.colored .info,.scheme_dark .post_content.ih-item.square.effect8.colored .info,.scheme_dark .post_content.ih-item.square.effect9.colored .info .info-back,.scheme_dark .post_content.ih-item.square.effect10.colored .info,.scheme_dark .post_content.ih-item.square.effect11.colored .info,.scheme_dark .post_content.ih-item.square.effect12.colored .info,.scheme_dark .post_content.ih-item.square.effect13.colored .info,.scheme_dark .post_content.ih-item.square.effect14.colored .info,.scheme_dark .post_content.ih-item.square.effect15.colored .info,.scheme_dark .post_content.ih-item.square.effect_book.colored .info{background:#fff}.scheme_original .post_content.ih-item.circle.effect1.colored .info,.scheme_original .post_content.ih-item.circle.effect2.colored .info,.scheme_original .post_content.ih-item.circle.effect3.colored .info,.scheme_original .post_content.ih-item.circle.effect4.colored .info,.scheme_original .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_original .post_content.ih-item.circle.effect6.colored .info,.scheme_original .post_content.ih-item.circle.effect7.colored .info,.scheme_original .post_content.ih-item.circle.effect8.colored .info,.scheme_original .post_content.ih-item.circle.effect9.colored .info,.scheme_original .post_content.ih-item.circle.effect10.colored .info,.scheme_original .post_content.ih-item.circle.effect11.colored .info,.scheme_original .post_content.ih-item.circle.effect12.colored .info,.scheme_original .post_content.ih-item.circle.effect13.colored .info,.scheme_original .post_content.ih-item.circle.effect14.colored .info,.scheme_original .post_content.ih-item.circle.effect15.colored .info,.scheme_original .post_content.ih-item.circle.effect16.colored .info,.scheme_original .post_content.ih-item.circle.effect18.colored .info .info-back,.scheme_original .post_content.ih-item.circle.effect19.colored .info,.scheme_original .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_original .post_content.ih-item.square.effect1.colored .info,.scheme_original .post_content.ih-item.square.effect2.colored .info,.scheme_original .post_content.ih-item.square.effect3.colored .info,.scheme_original .post_content.ih-item.square.effect4.colored .mask1,.scheme_original .post_content.ih-item.square.effect4.colored .mask2,.scheme_original .post_content.ih-item.square.effect5.colored .info,.scheme_original .post_content.ih-item.square.effect6.colored .info,.scheme_original .post_content.ih-item.square.effect7.colored .info,.scheme_original .post_content.ih-item.square.effect8.colored .info,.scheme_original .post_content.ih-item.square.effect9.colored .info .info-back,.scheme_original .post_content.ih-item.square.effect10.colored .info,.scheme_original .post_content.ih-item.square.effect11.colored .info,.scheme_original .post_content.ih-item.square.effect12.colored .info,.scheme_original .post_content.ih-item.square.effect13.colored .info,.scheme_original .post_content.ih-item.square.effect14.colored .info,.scheme_original .post_content.ih-item.square.effect15.colored .info,.scheme_original .post_content.ih-item.square.effect_book.colored .info,.scheme_light .post_content.ih-item.circle.effect1.colored .info,.scheme_light .post_content.ih-item.circle.effect2.colored .info,.scheme_light .post_content.ih-item.circle.effect3.colored .info,.scheme_light .post_content.ih-item.circle.effect4.colored .info,.scheme_light .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_light .post_content.ih-item.circle.effect6.colored .info,.scheme_light .post_content.ih-item.circle.effect7.colored .info,.scheme_light .post_content.ih-item.circle.effect8.colored .info,.scheme_light .post_content.ih-item.circle.effect9.colored .info,.scheme_light .post_content.ih-item.circle.effect10.colored .info,.scheme_light .post_content.ih-item.circle.effect11.colored .info,.scheme_light .post_content.ih-item.circle.effect12.colored .info,.scheme_light .post_content.ih-item.circle.effect13.colored .info,.scheme_light .post_content.ih-item.circle.effect14.colored .info,.scheme_light .post_content.ih-item.circle.effect15.colored .info,.scheme_light .post_content.ih-item.circle.effect16.colored .info,.scheme_light .post_content.ih-item.circle.effect18.colored .info .info-back,.scheme_light .post_content.ih-item.circle.effect19.colored .info,.scheme_light .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_light .post_content.ih-item.square.effect1.colored .info,.scheme_light .post_content.ih-item.square.effect2.colored .info,.scheme_light .post_content.ih-item.square.effect3.colored .info,.scheme_light .post_content.ih-item.square.effect4.colored .mask1,.scheme_light .post_content.ih-item.square.effect4.colored .mask2,.scheme_light .post_content.ih-item.square.effect5.colored .info,.scheme_light .post_content.ih-item.square.effect6.colored .info,.scheme_light .post_content.ih-item.square.effect7.colored .info,.scheme_light .post_content.ih-item.square.effect8.colored .info,.scheme_light .post_content.ih-item.square.effect9.colored .info .info-back,.scheme_light .post_content.ih-item.square.effect10.colored .info,.scheme_light .post_content.ih-item.square.effect11.colored .info,.scheme_light .post_content.ih-item.square.effect12.colored .info,.scheme_light .post_content.ih-item.square.effect13.colored .info,.scheme_light .post_content.ih-item.square.effect14.colored .info,.scheme_light .post_content.ih-item.square.effect15.colored .info,.scheme_light .post_content.ih-item.square.effect_book.colored .info,.scheme_dark .post_content.ih-item.circle.effect1.colored .info,.scheme_dark .post_content.ih-item.circle.effect2.colored .info,.scheme_dark .post_content.ih-item.circle.effect3.colored .info,.scheme_dark .post_content.ih-item.circle.effect4.colored .info,.scheme_dark .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_dark .post_content.ih-item.circle.effect6.colored .info,.scheme_dark .post_content.ih-item.circle.effect7.colored .info,.scheme_dark .post_content.ih-item.circle.effect8.colored .info,.scheme_dark .post_content.ih-item.circle.effect9.colored .info,.scheme_dark .post_content.ih-item.circle.effect10.colored .info,.scheme_dark .post_content.ih-item.circle.effect11.colored .info,.scheme_dark .post_content.ih-item.circle.effect12.colored .info,.scheme_dark .post_content.ih-item.circle.effect13.colored .info,.scheme_dark .post_content.ih-item.circle.effect14.colored .info,.scheme_dark .post_content.ih-item.circle.effect15.colored .info,.scheme_dark .post_content.ih-item.circle.effect16.colored .info,.scheme_dark .post_content.ih-item.circle.effect18.colored .info .info-back,.scheme_dark .post_content.ih-item.circle.effect19.colored .info,.scheme_dark .post_content.ih-item.circle.effect20.colored .info .info-back,.scheme_dark .post_content.ih-item.square.effect1.colored .info,.scheme_dark .post_content.ih-item.square.effect2.colored .info,.scheme_dark .post_content.ih-item.square.effect3.colored .info,.scheme_dark .post_content.ih-item.square.effect4.colored .mask1,.scheme_dark .post_content.ih-item.square.effect4.colored .mask2,.scheme_dark .post_content.ih-item.square.effect5.colored .info,.scheme_dark .post_content.ih-item.square.effect6.colored .info,.scheme_dark .post_content.ih-item.square.effect7.colored .info,.scheme_dark .post_content.ih-item.square.effect8.colored .info,.scheme_dark .post_content.ih-item.square.effect9.colored .info .info-back,.scheme_dark .post_content.ih-item.square.effect10.colored .info,.scheme_dark .post_content.ih-item.square.effect11.colored .info,.scheme_dark .post_content.ih-item.square.effect12.colored .info,.scheme_dark .post_content.ih-item.square.effect13.colored .info,.scheme_dark .post_content.ih-item.square.effect14.colored .info,.scheme_dark .post_content.ih-item.square.effect15.colored .info,.scheme_dark .post_content.ih-item.square.effect_book.colored .info{color:#1d1e23}.scheme_original .post_content.ih-item.circle.effect1.colored .info,.scheme_original .post_content.ih-item.circle.effect2.colored .info,.scheme_original .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_original .post_content.ih-item.circle.effect19.colored .info,.scheme_original .post_content.ih-item.square.effect4.colored .mask1,.scheme_original .post_content.ih-item.square.effect4.colored .mask2,.scheme_original .post_content.ih-item.square.effect6.colored .info,.scheme_original .post_content.ih-item.square.effect7.colored .info,.scheme_original .post_content.ih-item.square.effect12.colored .info,.scheme_original .post_content.ih-item.square.effect13.colored .info,.scheme_original .post_content.ih-item.square.effect_more.colored .info,.scheme_original .post_content.ih-item.square.effect_fade.colored:hover .info,.scheme_original .post_content.ih-item.square.effect_dir.colored .info,.scheme_original .post_content.ih-item.square.effect_shift.colored .info,.scheme_light .post_content.ih-item.circle.effect1.colored .info,.scheme_light .post_content.ih-item.circle.effect2.colored .info,.scheme_light .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_light .post_content.ih-item.circle.effect19.colored .info,.scheme_light .post_content.ih-item.square.effect4.colored .mask1,.scheme_light .post_content.ih-item.square.effect4.colored .mask2,.scheme_light .post_content.ih-item.square.effect6.colored .info,.scheme_light .post_content.ih-item.square.effect7.colored .info,.scheme_light .post_content.ih-item.square.effect12.colored .info,.scheme_light .post_content.ih-item.square.effect13.colored .info,.scheme_light .post_content.ih-item.square.effect_more.colored .info,.scheme_light .post_content.ih-item.square.effect_fade.colored:hover .info,.scheme_light .post_content.ih-item.square.effect_dir.colored .info,.scheme_light .post_content.ih-item.square.effect_shift.colored .info,.scheme_dark .post_content.ih-item.circle.effect1.colored .info,.scheme_dark .post_content.ih-item.circle.effect2.colored .info,.scheme_dark .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_dark .post_content.ih-item.circle.effect19.colored .info,.scheme_dark .post_content.ih-item.square.effect4.colored .mask1,.scheme_dark .post_content.ih-item.square.effect4.colored .mask2,.scheme_dark .post_content.ih-item.square.effect6.colored .info,.scheme_dark .post_content.ih-item.square.effect7.colored .info,.scheme_dark .post_content.ih-item.square.effect12.colored .info,.scheme_dark .post_content.ih-item.square.effect13.colored .info,.scheme_dark .post_content.ih-item.square.effect_more.colored .info,.scheme_dark .post_content.ih-item.square.effect_fade.colored:hover .info,.scheme_dark .post_content.ih-item.square.effect_dir.colored .info,.scheme_dark .post_content.ih-item.square.effect_shift.colored .info{background:#db0e00}.scheme_original .post_content.ih-item.circle.effect1.colored .info,.scheme_original .post_content.ih-item.circle.effect2.colored .info,.scheme_original .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_original .post_content.ih-item.circle.effect19.colored .info,.scheme_original .post_content.ih-item.square.effect4.colored .mask1,.scheme_original .post_content.ih-item.square.effect4.colored .mask2,.scheme_original .post_content.ih-item.square.effect6.colored .info,.scheme_original .post_content.ih-item.square.effect7.colored .info,.scheme_original .post_content.ih-item.square.effect12.colored .info,.scheme_original .post_content.ih-item.square.effect13.colored .info,.scheme_original .post_content.ih-item.square.effect_more.colored .info,.scheme_original .post_content.ih-item.square.effect_fade.colored:hover .info,.scheme_original .post_content.ih-item.square.effect_dir.colored .info,.scheme_original .post_content.ih-item.square.effect_shift.colored .info,.scheme_light .post_content.ih-item.circle.effect1.colored .info,.scheme_light .post_content.ih-item.circle.effect2.colored .info,.scheme_light .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_light .post_content.ih-item.circle.effect19.colored .info,.scheme_light .post_content.ih-item.square.effect4.colored .mask1,.scheme_light .post_content.ih-item.square.effect4.colored .mask2,.scheme_light .post_content.ih-item.square.effect6.colored .info,.scheme_light .post_content.ih-item.square.effect7.colored .info,.scheme_light .post_content.ih-item.square.effect12.colored .info,.scheme_light .post_content.ih-item.square.effect13.colored .info,.scheme_light .post_content.ih-item.square.effect_more.colored .info,.scheme_light .post_content.ih-item.square.effect_fade.colored:hover .info,.scheme_light .post_content.ih-item.square.effect_dir.colored .info,.scheme_light .post_content.ih-item.square.effect_shift.colored .info,.scheme_dark .post_content.ih-item.circle.effect1.colored .info,.scheme_dark .post_content.ih-item.circle.effect2.colored .info,.scheme_dark .post_content.ih-item.circle.effect5.colored .info .info-back,.scheme_dark .post_content.ih-item.circle.effect19.colored .info,.scheme_dark .post_content.ih-item.square.effect4.colored .mask1,.scheme_dark .post_content.ih-item.square.effect4.colored .mask2,.scheme_dark .post_content.ih-item.square.effect6.colored .info,.scheme_dark .post_content.ih-item.square.effect7.colored .info,.scheme_dark .post_content.ih-item.square.effect12.colored .info,.scheme_dark .post_content.ih-item.square.effect13.colored .info,.scheme_dark .post_content.ih-item.square.effect_more.colored .info,.scheme_dark .post_content.ih-item.square.effect_fade.colored:hover .info,.scheme_dark .post_content.ih-item.square.effect_dir.colored .info,.scheme_dark .post_content.ih-item.square.effect_shift.colored .info{color:#b4b4b4}.scheme_original .post_content.ih-item.circle.effect1 .spinner,.scheme_light .post_content.ih-item.circle.effect1 .spinner,.scheme_dark .post_content.ih-item.circle.effect1 .spinner{border-right-color:#fff}.scheme_original .post_content.ih-item.circle.effect1 .spinner,.scheme_light .post_content.ih-item.circle.effect1 .spinner,.scheme_dark .post_content.ih-item.circle.effect1 .spinner{border-bottom-color:#fff}.scheme_original .post_content.ih-item .post_readmore .post_readmore_label,.scheme_original .post_content.ih-item .info a,.scheme_original .post_content.ih-item .info a>span{color:#1d1e23}.scheme_light .post_content.ih-item .post_readmore .post_readmore_label,.scheme_light .post_content.ih-item .info a,.scheme_light .post_content.ih-item .info a>span{color:#1d1e23}.scheme_dark .post_content.ih-item .post_readmore .post_readmore_label,.scheme_dark .post_content.ih-item .info a,.scheme_dark .post_content.ih-item .info a>span{color:#1d1e23}.scheme_original .post_content.ih-item .post_readmore:hover .post_readmore_label,.scheme_original .post_content.ih-item .info a:hover,.scheme_original .post_content.ih-item .info a:hover>span{color:#1d1e23}.scheme_light .post_content.ih-item .post_readmore:hover .post_readmore_label,.scheme_light .post_content.ih-item .info a:hover,.scheme_light .post_content.ih-item .info a:hover>span{color:#1d1e23}.scheme_dark .post_content.ih-item .post_readmore:hover .post_readmore_label,.scheme_dark .post_content.ih-item .info a:hover,.scheme_dark .post_content.ih-item .info a:hover>span{color:#1d1e23}.scheme_original td,.scheme_original th,.scheme_light td,.scheme_light th,.scheme_dark td,.scheme_dark th{border-color:#343539}.scheme_original .sc_table table tr:first-child{background-color:#121215}.scheme_light .sc_table table tr:first-child{background-color:#f6f6f6}.scheme_dark .sc_table table tr:first-child{background-color:#121215}.scheme_original .sc_table table tr:first-child{color:#fff}.scheme_light .sc_table table tr:first-child{color:gray}.scheme_dark .sc_table table tr:first-child{color:#fff}.scheme_original pre.code,.scheme_original #toc .toc_item.current,.scheme_original #toc .toc_item:hover,.scheme_light pre.code,.scheme_light #toc .toc_item.current,.scheme_light #toc .toc_item:hover,.scheme_dark pre.code,.scheme_dark #toc .toc_item.current,.scheme_dark #toc .toc_item:hover{border-color:#fff}.scheme_original::selection,.scheme_original::-moz-selection{background-color:#fff}.scheme_light::selection,.scheme_light::-moz-selection{background-color:#fff}.scheme_dark::selection,.scheme_dark::-moz-selection{background-color:#fff}.scheme_original::selection,.scheme_original::-moz-selection{color:#1d1e23}.scheme_light::selection,.scheme_light::-moz-selection{color:#1d1e23}.scheme_dark::selection,.scheme_dark::-moz-selection{color:#1d1e23}input[type=text],input[type=number],input[type=email],input[type=search],input[type=password],select,textarea{line-height:1.2857em}.scheme_original input[type=text],.scheme_original input[type=number],.scheme_original input[type=email],.scheme_original input[type=search],.scheme_original input[type=password],.scheme_original select,.scheme_original textarea,.scheme_light input[type=text],.scheme_light input[type=number],.scheme_light input[type=email],.scheme_light input[type=search],.scheme_light input[type=password],.scheme_light select,.scheme_light textarea,.scheme_dark input[type=text],.scheme_dark input[type=number],.scheme_dark input[type=email],.scheme_dark input[type=search],.scheme_dark input[type=password],.scheme_dark select,.scheme_dark textarea{color:gray}.scheme_original input[type=text],.scheme_original input[type=number],.scheme_original input[type=email],.scheme_original input[type=search],.scheme_original input[type=password],.scheme_original select,.scheme_original textarea{background-color:#121215}.scheme_light input[type=text],.scheme_light input[type=number],.scheme_light input[type=email],.scheme_light input[type=search],.scheme_light input[type=password],.scheme_light select,.scheme_light textarea{background-color:#f6f6f6}.scheme_dark input[type=text],.scheme_dark input[type=number],.scheme_dark input[type=email],.scheme_dark input[type=search],.scheme_dark input[type=password],.scheme_dark select,.scheme_dark textarea{background-color:#121215}.scheme_original input[type=text]:focus,.scheme_original input[type=number]:focus,.scheme_original input[type=email]:focus,.scheme_original input[type=search]:focus,.scheme_original input[type=password]:focus,.scheme_original select:focus,.scheme_original textarea:focus{color:gray}.scheme_light input[type=text]:focus,.scheme_light input[type=number]:focus,.scheme_light input[type=email]:focus,.scheme_light input[type=search]:focus,.scheme_light input[type=password]:focus,.scheme_light select:focus,.scheme_light textarea:focus{color:gray}.scheme_dark input[type=text]:focus,.scheme_dark input[type=number]:focus,.scheme_dark input[type=email]:focus,.scheme_dark input[type=search]:focus,.scheme_dark input[type=password]:focus,.scheme_dark select:focus,.scheme_dark textarea:focus{color:gray}.scheme_original input[type=text]:focus,.scheme_original input[type=number]:focus,.scheme_original input[type=email]:focus,.scheme_original input[type=search]:focus,.scheme_original input[type=password]:focus,.scheme_original select:focus,.scheme_original textarea:focus{background-color:#000}.scheme_light input[type=text]:focus,.scheme_light input[type=number]:focus,.scheme_light input[type=email]:focus,.scheme_light input[type=search]:focus,.scheme_light input[type=password]:focus,.scheme_light select:focus,.scheme_light textarea:focus{background-color:#f6f6f6}.scheme_dark input[type=text]:focus,.scheme_dark input[type=number]:focus,.scheme_dark input[type=email]:focus,.scheme_dark input[type=search]:focus,.scheme_dark input[type=password]:focus,.scheme_dark select:focus,.scheme_dark textarea:focus{background-color:#000}.scheme_original input[type=text]::-webkit-input-placeholder,.scheme_original input[type=number]::-webkit-input-placeholder,.scheme_original input[type=email]::-webkit-input-placeholder,.scheme_original input[type=search]::-webkit-input-placeholder,.scheme_original input[type=password]::-webkit-input-placeholder,.scheme_original select::-webkit-input-placeholder,.scheme_original textarea::-webkit-input-placeholder{color:gray}.scheme_light input[type=text]::-webkit-input-placeholder,.scheme_light input[type=number]::-webkit-input-placeholder,.scheme_light input[type=email]::-webkit-input-placeholder,.scheme_light input[type=search]::-webkit-input-placeholder,.scheme_light input[type=password]::-webkit-input-placeholder,.scheme_light select::-webkit-input-placeholder,.scheme_light textarea::-webkit-input-placeholder{color:gray}.scheme_dark input[type=text]::-webkit-input-placeholder,.scheme_dark input[type=number]::-webkit-input-placeholder,.scheme_dark input[type=email]::-webkit-input-placeholder,.scheme_dark input[type=search]::-webkit-input-placeholder,.scheme_dark input[type=password]::-webkit-input-placeholder,.scheme_dark select::-webkit-input-placeholder,.scheme_dark textarea::-webkit-input-placeholder{color:gray}.scheme_original input[type=text]::-moz-placeholder,.scheme_original input[type=number]::-moz-placeholder,.scheme_original input[type=email]::-moz-placeholder,.scheme_original input[type=search]::-moz-placeholder,.scheme_original input[type=password]::-moz-placeholder,.scheme_original select::-moz-placeholder,.scheme_original textarea::-moz-placeholder{color:gray}.scheme_light input[type=text]::-moz-placeholder,.scheme_light input[type=number]::-moz-placeholder,.scheme_light input[type=email]::-moz-placeholder,.scheme_light input[type=search]::-moz-placeholder,.scheme_light input[type=password]::-moz-placeholder,.scheme_light select::-moz-placeholder,.scheme_light textarea::-moz-placeholder{color:gray}.scheme_dark input[type=text]::-moz-placeholder,.scheme_dark input[type=number]::-moz-placeholder,.scheme_dark input[type=email]::-moz-placeholder,.scheme_dark input[type=search]::-moz-placeholder,.scheme_dark input[type=password]::-moz-placeholder,.scheme_dark select::-moz-placeholder,.scheme_dark textarea::-moz-placeholder{color:gray}.scheme_original input[type=text]:-moz-placeholder,.scheme_original input[type=number]:-moz-placeholder,.scheme_original input[type=email]:-moz-placeholder,.scheme_original input[type=search]:-moz-placeholder,.scheme_original input[type=password]:-moz-placeholder,.scheme_original select:-moz-placeholder,.scheme_original textarea:-moz-placeholder{color:gray}.scheme_light input[type=text]:-moz-placeholder,.scheme_light input[type=number]:-moz-placeholder,.scheme_light input[type=email]:-moz-placeholder,.scheme_light input[type=search]:-moz-placeholder,.scheme_light input[type=password]:-moz-placeholder,.scheme_light select:-moz-placeholder,.scheme_light textarea:-moz-placeholder{color:gray}.scheme_dark input[type=text]:-moz-placeholder,.scheme_dark input[type=number]:-moz-placeholder,.scheme_dark input[type=email]:-moz-placeholder,.scheme_dark input[type=search]:-moz-placeholder,.scheme_dark input[type=password]:-moz-placeholder,.scheme_dark select:-moz-placeholder,.scheme_dark textarea:-moz-placeholder{color:gray}.scheme_original input[type=text]:-ms-input-placeholder,.scheme_original input[type=number]:-ms-input-placeholder,.scheme_original input[type=email]:-ms-input-placeholder,.scheme_original input[type=search]:-ms-input-placeholder,.scheme_original input[type=password]:-ms-input-placeholder,.scheme_original select:-ms-input-placeholder,.scheme_original textarea:-ms-input-placeholder{color:gray}.scheme_light input[type=text]:-ms-input-placeholder,.scheme_light input[type=number]:-ms-input-placeholder,.scheme_light input[type=email]:-ms-input-placeholder,.scheme_light input[type=search]:-ms-input-placeholder,.scheme_light input[type=password]:-ms-input-placeholder,.scheme_light select:-ms-input-placeholder,.scheme_light textarea:-ms-input-placeholder{color:gray}.scheme_dark input[type=text]:-ms-input-placeholder,.scheme_dark input[type=number]:-ms-input-placeholder,.scheme_dark input[type=email]:-ms-input-placeholder,.scheme_dark input[type=search]:-ms-input-placeholder,.scheme_dark input[type=password]:-ms-input-placeholder,.scheme_dark select:-ms-input-placeholder,.scheme_dark textarea:-ms-input-placeholder{color:gray}.scheme_original .search_style_button input[type=text].search_field,.scheme_light .search_style_button input[type=text].search_field,.scheme_dark .search_style_button input[type=text].search_field{border-color:#000}.scheme_original .body_style_boxed .body_wrap,.scheme_light .body_style_boxed .body_wrap,.scheme_dark .body_style_boxed .body_wrap,.scheme_original body,.scheme_original .copy_wrap,.scheme_original .sidebar_cart,.scheme_original .widget_area_inner,.scheme_original #page_preloader,.scheme_light body,.scheme_light .copy_wrap,.scheme_light .sidebar_cart,.scheme_light .widget_area_inner,.scheme_light #page_preloader,.scheme_dark body,.scheme_dark .copy_wrap,.scheme_dark .sidebar_cart,.scheme_dark .widget_area_inner,.scheme_dark #page_preloader{background-color:#1d1e23}.scheme_original .article_style_boxed .content>article>.post_content,.scheme_original .article_style_boxed[class*=single-] .content>.comments_wrap,.scheme_original .article_style_boxed[class*=single-] .content>article>.post_info_share,.scheme_original .article_style_boxed:not(.layout_excerpt):not(.single) .content .post_item{background-color:#121215}.scheme_light .article_style_boxed .content>article>.post_content,.scheme_light .article_style_boxed[class*=single-] .content>.comments_wrap,.scheme_light .article_style_boxed[class*=single-] .content>article>.post_info_share,.scheme_light .article_style_boxed:not(.layout_excerpt):not(.single) .content .post_item{background-color:#f6f6f6}.scheme_dark .article_style_boxed .content>article>.post_content,.scheme_dark .article_style_boxed[class*=single-] .content>.comments_wrap,.scheme_dark .article_style_boxed[class*=single-] .content>article>.post_info_share,.scheme_dark .article_style_boxed:not(.layout_excerpt):not(.single) .content .post_item{background-color:#121215}.scheme_original .top_panel_wrap_inner,.scheme_light .top_panel_wrap_inner,.scheme_dark .top_panel_wrap_inner{background-color:#1d1e23}.scheme_original .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner{background-color:#121215}.scheme_light .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner{background-color:#f6f6f6}.scheme_dark .top_panel_fixed .top_panel_position_over.top_panel_wrap_inner{background-color:#121215}.scheme_original .top_panel_inner_style_3 .top_panel_cart_button,.scheme_original .top_panel_inner_style_4 .top_panel_cart_button,.scheme_light .top_panel_inner_style_3 .top_panel_cart_button,.scheme_light .top_panel_inner_style_4 .top_panel_cart_button,.scheme_dark .top_panel_inner_style_3 .top_panel_cart_button,.scheme_dark .top_panel_inner_style_4 .top_panel_cart_button{background-color:#fea52633}.scheme_original .top_panel_style_8 .top_panel_buttons .top_panel_cart_button:before{background-color:#fff}.scheme_light .top_panel_style_8 .top_panel_buttons .top_panel_cart_button:before{background-color:#fff}.scheme_dark .top_panel_style_8 .top_panel_buttons .top_panel_cart_button:before{background-color:#fff}.scheme_original .top_panel_style_8 .top_panel_buttons .top_panel_cart_button:after{color:#1d1e23}.scheme_light .top_panel_style_8 .top_panel_buttons .top_panel_cart_button:after{color:#1d1e23}.scheme_dark .top_panel_style_8 .top_panel_buttons .top_panel_cart_button:after{color:#1d1e23}.scheme_original .top_panel_middle .sidebar_cart:after,.scheme_original .top_panel_middle .sidebar_cart,.scheme_original body:not(.woocommerce) .top_panel_middle .sidebar_cart.widget_area:not(.footer_wrap){border-color:#000}.scheme_light .top_panel_middle .sidebar_cart:after,.scheme_light .top_panel_middle .sidebar_cart,.scheme_light body:not(.woocommerce) .top_panel_middle .sidebar_cart.widget_area:not(.footer_wrap){border-color:#f6f6f6}.scheme_dark .top_panel_middle .sidebar_cart:after,.scheme_dark .top_panel_middle .sidebar_cart,.scheme_dark body:not(.woocommerce) .top_panel_middle .sidebar_cart.widget_area:not(.footer_wrap){border-color:#000}.scheme_original .top_panel_middle .sidebar_cart:after,.scheme_original .top_panel_middle .sidebar_cart,.scheme_original body:not(.woocommerce) .top_panel_middle .sidebar_cart.widget_area:not(.footer_wrap){background-color:#000}.scheme_light .top_panel_middle .sidebar_cart:after,.scheme_light .top_panel_middle .sidebar_cart,.scheme_light body:not(.woocommerce) .top_panel_middle .sidebar_cart.widget_area:not(.footer_wrap){background-color:#f6f6f6}.scheme_dark .top_panel_middle .sidebar_cart:after,.scheme_dark .top_panel_middle .sidebar_cart,.scheme_dark body:not(.woocommerce) .top_panel_middle .sidebar_cart.widget_area:not(.footer_wrap){background-color:#000}.scheme_original .top_panel_top{background-color:#121215}.scheme_light .top_panel_top{background-color:#f6f6f6}.scheme_dark .top_panel_top{background-color:#121215}.scheme_original .top_panel_inner_style_3 .top_panel_top,.scheme_original .top_panel_inner_style_4 .top_panel_top,.scheme_original .top_panel_inner_style_5 .top_panel_top,.scheme_original .top_panel_inner_style_3 .top_panel_top .sidebar_cart,.scheme_original .top_panel_inner_style_4 .top_panel_top .sidebar_cart,.scheme_light .top_panel_inner_style_3 .top_panel_top,.scheme_light .top_panel_inner_style_4 .top_panel_top,.scheme_light .top_panel_inner_style_5 .top_panel_top,.scheme_light .top_panel_inner_style_3 .top_panel_top .sidebar_cart,.scheme_light .top_panel_inner_style_4 .top_panel_top .sidebar_cart,.scheme_dark .top_panel_inner_style_3 .top_panel_top,.scheme_dark .top_panel_inner_style_4 .top_panel_top,.scheme_dark .top_panel_inner_style_5 .top_panel_top,.scheme_dark .top_panel_inner_style_3 .top_panel_top .sidebar_cart,.scheme_dark .top_panel_inner_style_4 .top_panel_top .sidebar_cart{color:#1d1e23}.scheme_original .top_panel_inner_style_3 .top_panel_top,.scheme_original .top_panel_inner_style_4 .top_panel_top,.scheme_original .top_panel_inner_style_5 .top_panel_top,.scheme_original .top_panel_inner_style_3 .top_panel_top .sidebar_cart,.scheme_original .top_panel_inner_style_4 .top_panel_top .sidebar_cart,.scheme_light .top_panel_inner_style_3 .top_panel_top,.scheme_light .top_panel_inner_style_4 .top_panel_top,.scheme_light .top_panel_inner_style_5 .top_panel_top,.scheme_light .top_panel_inner_style_3 .top_panel_top .sidebar_cart,.scheme_light .top_panel_inner_style_4 .top_panel_top .sidebar_cart,.scheme_dark .top_panel_inner_style_3 .top_panel_top,.scheme_dark .top_panel_inner_style_4 .top_panel_top,.scheme_dark .top_panel_inner_style_5 .top_panel_top,.scheme_dark .top_panel_inner_style_3 .top_panel_top .sidebar_cart,.scheme_dark .top_panel_inner_style_4 .top_panel_top .sidebar_cart{background-color:#fff}.scheme_original .top_panel_top a,.scheme_light .top_panel_top a,.scheme_dark .top_panel_top a{color:gray}.scheme_original .top_panel_top a:hover,.scheme_light .top_panel_top a:hover,.scheme_dark .top_panel_top a:hover{color:#db0e00}.scheme_original .top_panel_inner_style_3 .top_panel_top a,.scheme_original .top_panel_inner_style_3 .sc_socials.sc_socials_type_icons a,.scheme_original .top_panel_inner_style_4 .top_panel_top a,.scheme_original .top_panel_inner_style_4 .sc_socials.sc_socials_type_icons a,.scheme_original .top_panel_inner_style_5 .top_panel_top a,.scheme_original .top_panel_inner_style_5 .sc_socials.sc_socials_type_icons a,.scheme_light .top_panel_inner_style_3 .top_panel_top a,.scheme_light .top_panel_inner_style_3 .sc_socials.sc_socials_type_icons a,.scheme_light .top_panel_inner_style_4 .top_panel_top a,.scheme_light .top_panel_inner_style_4 .sc_socials.sc_socials_type_icons a,.scheme_light .top_panel_inner_style_5 .top_panel_top a,.scheme_light .top_panel_inner_style_5 .sc_socials.sc_socials_type_icons a,.scheme_dark .top_panel_inner_style_3 .top_panel_top a,.scheme_dark .top_panel_inner_style_3 .sc_socials.sc_socials_type_icons a,.scheme_dark .top_panel_inner_style_4 .top_panel_top a,.scheme_dark .top_panel_inner_style_4 .sc_socials.sc_socials_type_icons a,.scheme_dark .top_panel_inner_style_5 .top_panel_top a,.scheme_dark .top_panel_inner_style_5 .sc_socials.sc_socials_type_icons a{color:#1d1e23}.scheme_original .top_panel_inner_style_3 .search_results .post_info a>span,.scheme_original .top_panel_inner_style_3 .search_results .post_info a[class*=icon-]{color:#1d1e23}.scheme_light .top_panel_inner_style_3 .search_results .post_info a>span,.scheme_light .top_panel_inner_style_3 .search_results .post_info a[class*=icon-]{color:#1d1e23}.scheme_dark .top_panel_inner_style_3 .search_results .post_info a>span,.scheme_dark .top_panel_inner_style_3 .search_results .post_info a[class*=icon-]{color:#1d1e23}.scheme_original .top_panel_inner_style_3 .search_results .post_info a[class*=icon-]:hover,.scheme_light .top_panel_inner_style_3 .search_results .post_info a[class*=icon-]:hover,.scheme_dark .top_panel_inner_style_3 .search_results .post_info a[class*=icon-]:hover{color:#fe8905}.scheme_original .top_panel_wrap .widget_shopping_cart ul.cart_list>li a{color:#b4b4b4}.scheme_light .top_panel_wrap .widget_shopping_cart ul.cart_list>li a{color:#b4b4b4}.scheme_dark .top_panel_wrap .widget_shopping_cart ul.cart_list>li a{color:#b4b4b4}.scheme_original .top_panel_wrap .widget_shopping_cart ul.cart_list>li a:hover{color:#db0e00}.scheme_light .top_panel_wrap .widget_shopping_cart ul.cart_list>li a:hover{color:#db0e00}.scheme_dark .top_panel_wrap .widget_shopping_cart ul.cart_list>li a:hover{color:#db0e00}.scheme_original .top_panel_wrap .widget_shopping_cart ul.cart_list>li .quantity{color:gray}.scheme_light .top_panel_wrap .widget_shopping_cart ul.cart_list>li .quantity{color:gray}.scheme_dark .top_panel_wrap .widget_shopping_cart ul.cart_list>li .quantity{color:gray}.scheme_original .search_results.widget_area .post_item+.post_item{border-color:#343539}.scheme_light .search_results.widget_area .post_item+.post_item{border-color:#343539}.scheme_dark .search_results.widget_area .post_item+.post_item{border-color:#343539}.scheme_original .top_panel_top_open_hours:before,.scheme_original .top_panel_top_open_hours span,.scheme_original .top_panel_top .sc_socials.sc_socials_type_icons a{color:#b4b4b4}.scheme_light .top_panel_top_open_hours:before,.scheme_light .top_panel_top_open_hours span,.scheme_light .top_panel_top .sc_socials.sc_socials_type_icons a{color:#b4b4b4}.scheme_dark .top_panel_top_open_hours:before,.scheme_dark .top_panel_top_open_hours span,.scheme_dark .top_panel_top .sc_socials.sc_socials_type_icons a{color:#b4b4b4}.scheme_original .menu_user_nav>li>a{color:#b4b4b4}.scheme_light .menu_user_nav>li>a{color:#b4b4b4}.scheme_dark .menu_user_nav>li>a{color:#b4b4b4}.scheme_original .menu_user_nav>li>a:hover{color:#db0e00}.scheme_light .menu_user_nav>li>a:hover{color:#db0e00}.scheme_dark .menu_user_nav>li>a:hover{color:#db0e00}.scheme_original .top_panel_inner_style_3 .menu_user_nav>li>a,.scheme_original .top_panel_inner_style_4 .menu_user_nav>li>a,.scheme_original .top_panel_inner_style_5 .menu_user_nav>li>a{color:#1d1e23}.scheme_light .top_panel_inner_style_3 .menu_user_nav>li>a,.scheme_light .top_panel_inner_style_4 .menu_user_nav>li>a,.scheme_light .top_panel_inner_style_5 .menu_user_nav>li>a{color:#1d1e23}.scheme_dark .top_panel_inner_style_3 .menu_user_nav>li>a,.scheme_dark .top_panel_inner_style_4 .menu_user_nav>li>a,.scheme_dark .top_panel_inner_style_5 .menu_user_nav>li>a{color:#1d1e23}.scheme_original .top_panel_inner_style_3 .menu_user_nav>li>a:hover,.scheme_original .top_panel_inner_style_4 .menu_user_nav>li>a:hover,.scheme_original .top_panel_inner_style_5 .menu_user_nav>li>a:hover{color:#fe8905}.scheme_light .top_panel_inner_style_3 .menu_user_nav>li>a:hover,.scheme_light .top_panel_inner_style_4 .menu_user_nav>li>a:hover,.scheme_light .top_panel_inner_style_5 .menu_user_nav>li>a:hover{color:#fe8905}.scheme_dark .top_panel_inner_style_3 .menu_user_nav>li>a:hover,.scheme_dark .top_panel_inner_style_4 .menu_user_nav>li>a:hover,.scheme_dark .top_panel_inner_style_5 .menu_user_nav>li>a:hover{color:#fe8905}.scheme_original .menu_user_nav>li ul:not(.cart_list){border-color:#343539}.scheme_light .menu_user_nav>li ul:not(.cart_list){border-color:#343539}.scheme_dark .menu_user_nav>li ul:not(.cart_list){border-color:#343539}.scheme_original .menu_user_nav>li ul:not(.cart_list){background-color:#1d1e23}.scheme_light .menu_user_nav>li ul:not(.cart_list){background-color:#1d1e23}.scheme_dark .menu_user_nav>li ul:not(.cart_list){background-color:#1d1e23}.scheme_original .top_panel_wrap_inner .menu_user_nav>li>ul:after,.scheme_original .top_panel_inner_style_2 .menu_user_nav>li>ul:after{border-color:#343539}.scheme_light .top_panel_wrap_inner .menu_user_nav>li>ul:after,.scheme_light .top_panel_inner_style_2 .menu_user_nav>li>ul:after{border-color:#343539}.scheme_dark .top_panel_wrap_inner .menu_user_nav>li>ul:after,.scheme_dark .top_panel_inner_style_2 .menu_user_nav>li>ul:after{border-color:#343539}.scheme_original .top_panel_wrap_inner .menu_user_nav>li>ul:after,.scheme_original .top_panel_inner_style_2 .menu_user_nav>li>ul:after{background-color:#1d1e23}.scheme_light .top_panel_wrap_inner .menu_user_nav>li>ul:after,.scheme_light .top_panel_inner_style_2 .menu_user_nav>li>ul:after{background-color:#1d1e23}.scheme_dark .top_panel_wrap_inner .menu_user_nav>li>ul:after,.scheme_dark .top_panel_inner_style_2 .menu_user_nav>li>ul:after{background-color:#1d1e23}.scheme_original .top_panel_inner_style_3 .menu_user_nav>li>ul:after,.scheme_original .top_panel_inner_style_4 .menu_user_nav>li>ul:after,.scheme_original .top_panel_inner_style_5 .menu_user_nav>li>ul:after,.scheme_original .top_panel_inner_style_3 .menu_user_nav>li ul,.scheme_original .top_panel_inner_style_4 .menu_user_nav>li ul,.scheme_original .top_panel_inner_style_5 .menu_user_nav>li ul{color:#1d1e23}.scheme_light .top_panel_inner_style_3 .menu_user_nav>li>ul:after,.scheme_light .top_panel_inner_style_4 .menu_user_nav>li>ul:after,.scheme_light .top_panel_inner_style_5 .menu_user_nav>li>ul:after,.scheme_light .top_panel_inner_style_3 .menu_user_nav>li ul,.scheme_light .top_panel_inner_style_4 .menu_user_nav>li ul,.scheme_light .top_panel_inner_style_5 .menu_user_nav>li ul{color:#1d1e23}.scheme_dark .top_panel_inner_style_3 .menu_user_nav>li>ul:after,.scheme_dark .top_panel_inner_style_4 .menu_user_nav>li>ul:after,.scheme_dark .top_panel_inner_style_5 .menu_user_nav>li>ul:after,.scheme_dark .top_panel_inner_style_3 .menu_user_nav>li ul,.scheme_dark .top_panel_inner_style_4 .menu_user_nav>li ul,.scheme_dark .top_panel_inner_style_5 .menu_user_nav>li ul{color:#1d1e23}.scheme_original .top_panel_inner_style_3 .menu_user_nav>li>ul:after,.scheme_original .top_panel_inner_style_4 .menu_user_nav>li>ul:after,.scheme_original .top_panel_inner_style_5 .menu_user_nav>li>ul:after,.scheme_original .top_panel_inner_style_3 .menu_user_nav>li ul,.scheme_original .top_panel_inner_style_4 .menu_user_nav>li ul,.scheme_original .top_panel_inner_style_5 .menu_user_nav>li ul{background-color:#fff}.scheme_light .top_panel_inner_style_3 .menu_user_nav>li>ul:after,.scheme_light .top_panel_inner_style_4 .menu_user_nav>li>ul:after,.scheme_light .top_panel_inner_style_5 .menu_user_nav>li>ul:after,.scheme_light .top_panel_inner_style_3 .menu_user_nav>li ul,.scheme_light .top_panel_inner_style_4 .menu_user_nav>li ul,.scheme_light .top_panel_inner_style_5 .menu_user_nav>li ul{background-color:#fff}.scheme_dark .top_panel_inner_style_3 .menu_user_nav>li>ul:after,.scheme_dark .top_panel_inner_style_4 .menu_user_nav>li>ul:after,.scheme_dark .top_panel_inner_style_5 .menu_user_nav>li>ul:after,.scheme_dark .top_panel_inner_style_3 .menu_user_nav>li ul,.scheme_dark .top_panel_inner_style_4 .menu_user_nav>li ul,.scheme_dark .top_panel_inner_style_5 .menu_user_nav>li ul{background-color:#fff}.scheme_original .top_panel_inner_style_3 .menu_user_nav>li>ul:after,.scheme_original .top_panel_inner_style_4 .menu_user_nav>li>ul:after,.scheme_original .top_panel_inner_style_5 .menu_user_nav>li>ul:after,.scheme_original .top_panel_inner_style_3 .menu_user_nav>li ul,.scheme_original .top_panel_inner_style_4 .menu_user_nav>li ul,.scheme_original .top_panel_inner_style_5 .menu_user_nav>li ul{border-color:#db0e00}.scheme_light .top_panel_inner_style_3 .menu_user_nav>li>ul:after,.scheme_light .top_panel_inner_style_4 .menu_user_nav>li>ul:after,.scheme_light .top_panel_inner_style_5 .menu_user_nav>li>ul:after,.scheme_light .top_panel_inner_style_3 .menu_user_nav>li ul,.scheme_light .top_panel_inner_style_4 .menu_user_nav>li ul,.scheme_light .top_panel_inner_style_5 .menu_user_nav>li ul{border-color:#db0e00}.scheme_dark .top_panel_inner_style_3 .menu_user_nav>li>ul:after,.scheme_dark .top_panel_inner_style_4 .menu_user_nav>li>ul:after,.scheme_dark .top_panel_inner_style_5 .menu_user_nav>li>ul:after,.scheme_dark .top_panel_inner_style_3 .menu_user_nav>li ul,.scheme_dark .top_panel_inner_style_4 .menu_user_nav>li ul,.scheme_dark .top_panel_inner_style_5 .menu_user_nav>li ul{border-color:#db0e00}.scheme_original .menu_user_nav>li ul li a{color:gray}.scheme_light .menu_user_nav>li ul li a{color:gray}.scheme_dark .menu_user_nav>li ul li a{color:gray}.scheme_original .menu_user_nav>li ul li a:hover,.scheme_original .menu_user_nav>li ul li.current-menu-item>a,.scheme_original .menu_user_nav>li ul li.current-menu-ancestor>a{color:#fff}.scheme_light .menu_user_nav>li ul li a:hover,.scheme_light .menu_user_nav>li ul li.current-menu-item>a,.scheme_light .menu_user_nav>li ul li.current-menu-ancestor>a{color:gray}.scheme_dark .menu_user_nav>li ul li a:hover,.scheme_dark .menu_user_nav>li ul li.current-menu-item>a,.scheme_dark .menu_user_nav>li ul li.current-menu-ancestor>a{color:#fff}.scheme_original .menu_user_nav>li ul li a:hover,.scheme_original .menu_user_nav>li ul li.current-menu-item>a,.scheme_original .menu_user_nav>li ul li.current-menu-ancestor>a{background-color:#000}.scheme_light .menu_user_nav>li ul li a:hover,.scheme_light .menu_user_nav>li ul li.current-menu-item>a,.scheme_light .menu_user_nav>li ul li.current-menu-ancestor>a{background-color:#f6f6f6}.scheme_dark .menu_user_nav>li ul li a:hover,.scheme_dark .menu_user_nav>li ul li.current-menu-item>a,.scheme_dark .menu_user_nav>li ul li.current-menu-ancestor>a{background-color:#000}.scheme_original .top_panel_inner_style_3 .menu_user_nav>li ul li a:hover,.scheme_original .top_panel_inner_style_3 .menu_user_nav>li ul li.current-menu-item>a,.scheme_original .top_panel_inner_style_3 .menu_user_nav>li ul li.current-menu-ancestor>a,.scheme_original .top_panel_inner_style_4 .menu_user_nav>li ul li a:hover,.scheme_original .top_panel_inner_style_4 .menu_user_nav>li ul li.current-menu-item>a,.scheme_original .top_panel_inner_style_4 .menu_user_nav>li ul li.current-menu-ancestor>a,.scheme_original .top_panel_inner_style_5 .menu_user_nav>li ul li a:hover,.scheme_original .top_panel_inner_style_5 .menu_user_nav>li ul li.current-menu-item>a,.scheme_original .top_panel_inner_style_5 .menu_user_nav>li ul li.current-menu-ancestor>a{background-color:#db0e00}.scheme_light .top_panel_inner_style_3 .menu_user_nav>li ul li a:hover,.scheme_light .top_panel_inner_style_3 .menu_user_nav>li ul li.current-menu-item>a,.scheme_light .top_panel_inner_style_3 .menu_user_nav>li ul li.current-menu-ancestor>a,.scheme_light .top_panel_inner_style_4 .menu_user_nav>li ul li a:hover,.scheme_light .top_panel_inner_style_4 .menu_user_nav>li ul li.current-menu-item>a,.scheme_light .top_panel_inner_style_4 .menu_user_nav>li ul li.current-menu-ancestor>a,.scheme_light .top_panel_inner_style_5 .menu_user_nav>li ul li a:hover,.scheme_light .top_panel_inner_style_5 .menu_user_nav>li ul li.current-menu-item>a,.scheme_light .top_panel_inner_style_5 .menu_user_nav>li ul li.current-menu-ancestor>a{background-color:#db0e00}.scheme_dark .top_panel_inner_style_3 .menu_user_nav>li ul li a:hover,.scheme_dark .top_panel_inner_style_3 .menu_user_nav>li ul li.current-menu-item>a,.scheme_dark .top_panel_inner_style_3 .menu_user_nav>li ul li.current-menu-ancestor>a,.scheme_dark .top_panel_inner_style_4 .menu_user_nav>li ul li a:hover,.scheme_dark .top_panel_inner_style_4 .menu_user_nav>li ul li.current-menu-item>a,.scheme_dark .top_panel_inner_style_4 .menu_user_nav>li ul li.current-menu-ancestor>a,.scheme_dark .top_panel_inner_style_5 .menu_user_nav>li ul li a:hover,.scheme_dark .top_panel_inner_style_5 .menu_user_nav>li ul li.current-menu-item>a,.scheme_dark .top_panel_inner_style_5 .menu_user_nav>li ul li.current-menu-ancestor>a{background-color:#db0e00}.scheme_original .menu_user_nav>li.menu_user_controls .user_avatar{border-color:#343539}.scheme_light .menu_user_nav>li.menu_user_controls .user_avatar{border-color:#343539}.scheme_dark .menu_user_nav>li.menu_user_controls .user_avatar{border-color:#343539}.scheme_original .top_panel_inner_style_3 .menu_user_nav>li.menu_user_controls .user_avatar,.scheme_original .top_panel_inner_style_4 .menu_user_nav>li.menu_user_controls .user_avatar,.scheme_original .top_panel_inner_style_5 .menu_user_nav>li.menu_user_controls .user_avatar{border-color:#1d1e23}.scheme_light .top_panel_inner_style_3 .menu_user_nav>li.menu_user_controls .user_avatar,.scheme_light .top_panel_inner_style_4 .menu_user_nav>li.menu_user_controls .user_avatar,.scheme_light .top_panel_inner_style_5 .menu_user_nav>li.menu_user_controls .user_avatar{border-color:#1d1e23}.scheme_dark .top_panel_inner_style_3 .menu_user_nav>li.menu_user_controls .user_avatar,.scheme_dark .top_panel_inner_style_4 .menu_user_nav>li.menu_user_controls .user_avatar,.scheme_dark .top_panel_inner_style_5 .menu_user_nav>li.menu_user_controls .user_avatar{border-color:#1d1e23}.scheme_original .menu_user_nav>li.menu_user_bookmarks .bookmarks_add{border-bottom-color:#121215}.scheme_light .menu_user_nav>li.menu_user_bookmarks .bookmarks_add{border-bottom-color:#121215}.scheme_dark .menu_user_nav>li.menu_user_bookmarks .bookmarks_add{border-bottom-color:#121215}.scheme_original .top_panel_middle,.scheme_light .top_panel_middle,.scheme_dark .top_panel_middle{background-color:#1d1e23}.scheme_original .top_panel_position_over.top_panel_middle{background-color:#121215bf}.scheme_light .top_panel_position_over.top_panel_middle{background-color:#f6f6f6bf}.scheme_dark .top_panel_position_over.top_panel_middle{background-color:#121215bf}.top_panel_middle .logo{margin-top:3em;margin-bottom:1.45em}.logo .logo_text{font-size:2.8571em;line-height:.75em;font-weight:700}.scheme_original .logo .logo_text{color:#fff}.scheme_light .logo .logo_text{color:#1d1e23}.scheme_dark .logo .logo_text{color:#fff}.scheme_original .logo .logo_slogan,.scheme_light .logo .logo_slogan,.scheme_dark .logo .logo_slogan{color:gray}.top_panel_middle .menu_main_wrap{margin-top:2.25em}.top_panel_style_5 .top_panel_middle .logo{margin-bottom:.725em}.scheme_original .top_panel_bottom,.scheme_light .top_panel_bottom,.scheme_dark .top_panel_bottom{background-color:#1d1e23}.scheme_original .top_panel_bottom{border-color:#121215}.scheme_light .top_panel_bottom{border-color:#f6f6f6}.scheme_dark .top_panel_bottom{border-color:#121215}.scheme_original .top_panel_image_hover,.scheme_light .top_panel_image_hover,.scheme_dark .top_panel_image_hover{background-color:#fea526cc}.scheme_original .top_panel_image_header,.scheme_original .top_panel_image_title,.scheme_original .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_text,.scheme_original .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_slogan{color:#1d1e23}.scheme_light .top_panel_image_header,.scheme_light .top_panel_image_title,.scheme_light .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_text,.scheme_light .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_slogan{color:#1d1e23}.scheme_dark .top_panel_image_header,.scheme_dark .top_panel_image_title,.scheme_dark .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_text,.scheme_dark .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .logo_slogan{color:#1d1e23}.scheme_original .top_panel_image_header a,.scheme_original .top_panel_image_title>a,.scheme_original .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav>li>a{color:#1d1e23}.scheme_light .top_panel_image_header a,.scheme_light .top_panel_image_title>a,.scheme_light .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav>li>a{color:#1d1e23}.scheme_dark .top_panel_image_header a,.scheme_dark .top_panel_image_title>a,.scheme_dark .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav>li>a{color:#1d1e23}.scheme_original .post_featured .post_header a:hover,.scheme_original .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav>li>a:hover{color:#fe8905}.scheme_light .post_featured .post_header a:hover,.scheme_light .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav>li>a:hover{color:#fe8905}.scheme_dark .post_featured .post_header a:hover,.scheme_dark .top_panel_over:not(.top_panel_fixed) .top_panel_style_7 .menu_main_nav>li>a:hover{color:#fe8905}.menu_main_nav>li>a{padding:.708em 1.5em;font-size:.858em;line-height:1.2857em}.scheme_original .menu_main_nav>li>a{color:#b4b4b4}.scheme_light .menu_main_nav>li>a{color:#b4b4b4}.scheme_dark .menu_main_nav>li>a{color:#b4b4b4}.scheme_original .menu_main_nav>li>a:hover{color:#db0e00}.scheme_light .menu_main_nav>li>a:hover{color:#db0e00}.scheme_dark .menu_main_nav>li>a:hover{color:#db0e00}.scheme_original .top_panel_wrap_inner .menu_main_nav>li>a{color:#b4b4b4}.scheme_light .top_panel_wrap_inner .menu_main_nav>li>a{color:#b4b4b4}.scheme_dark .top_panel_wrap_inner .menu_main_nav>li>a{color:#b4b4b4}.scheme_original .top_panel_wrap_inner .menu_main_nav>li>a:hover{color:#db0e00}.scheme_light .top_panel_wrap_inner .menu_main_nav>li>a:hover{color:#db0e00}.scheme_dark .top_panel_wrap_inner .menu_main_nav>li>a:hover{color:#db0e00}.scheme_original .menu_main_nav>li ul{color:#fff}.scheme_light .menu_main_nav>li ul{color:gray}.scheme_dark .menu_main_nav>li ul{color:#fff}.scheme_original .menu_main_nav>li ul{background-color:#121215}.scheme_light .menu_main_nav>li ul{background-color:#f6f6f6}.scheme_dark .menu_main_nav>li ul{background-color:#121215}.scheme_original .menu_main_nav>li ul{border-color:#121215}.scheme_light .menu_main_nav>li ul{border-color:#121215}.scheme_dark .menu_main_nav>li ul{border-color:#121215}.scheme_original .menu_main_nav>a:hover,.scheme_original .menu_main_nav>li.sfHover>a,.scheme_original .menu_main_nav>li#blob,.scheme_original .menu_main_nav>li.current-menu-item>a,.scheme_original .menu_main_nav>li.current-menu-parent>a,.scheme_original .menu_main_nav>li.current-menu-ancestor>a{color:#db0e00}.scheme_light .menu_main_nav>a:hover,.scheme_light .menu_main_nav>li.sfHover>a,.scheme_light .menu_main_nav>li#blob,.scheme_light .menu_main_nav>li.current-menu-item>a,.scheme_light .menu_main_nav>li.current-menu-parent>a,.scheme_light .menu_main_nav>li.current-menu-ancestor>a{color:#db0e00}.scheme_dark .menu_main_nav>a:hover,.scheme_dark .menu_main_nav>li.sfHover>a,.scheme_dark .menu_main_nav>li#blob,.scheme_dark .menu_main_nav>li.current-menu-item>a,.scheme_dark .menu_main_nav>li.current-menu-parent>a,.scheme_dark .menu_main_nav>li.current-menu-ancestor>a{color:#db0e00}.scheme_original .top_panel_wrap_inner .menu_main_nav>li ul,.scheme_original .top_panel_inner_style_2 .menu_main_nav>li ul{border-color:#343539}.scheme_light .top_panel_wrap_inner .menu_main_nav>li ul,.scheme_light .top_panel_inner_style_2 .menu_main_nav>li ul{border-color:#343539}.scheme_dark .top_panel_wrap_inner .menu_main_nav>li ul,.scheme_dark .top_panel_inner_style_2 .menu_main_nav>li ul{border-color:#343539}.scheme_original .top_panel_wrap_inner .menu_main_nav>li ul,.scheme_original .top_panel_inner_style_2 .menu_main_nav>li ul{background-color:#1d1e23}.scheme_light .top_panel_wrap_inner .menu_main_nav>li ul,.scheme_light .top_panel_inner_style_2 .menu_main_nav>li ul{background-color:#1d1e23}.scheme_dark .top_panel_wrap_inner .menu_main_nav>li ul,.scheme_dark .top_panel_inner_style_2 .menu_main_nav>li ul{background-color:#1d1e23}.scheme_original .top_panel_wrap_inner .menu_main_nav>a:hover,.scheme_original .top_panel_wrap_inner .menu_main_nav>li.sfHover>a,.scheme_original .top_panel_wrap_inner .menu_main_nav>li#blob,.scheme_original .top_panel_wrap_inner .menu_main_nav>li.current-menu-item>a,.scheme_original .top_panel_wrap_inner .menu_main_nav>li.current-menu-parent>a,.scheme_original .top_panel_wrap_inner .menu_main_nav>li.current-menu-ancestor>a{color:#db0e00}.scheme_light .top_panel_wrap_inner .menu_main_nav>a:hover,.scheme_light .top_panel_wrap_inner .menu_main_nav>li.sfHover>a,.scheme_light .top_panel_wrap_inner .menu_main_nav>li#blob,.scheme_light .top_panel_wrap_inner .menu_main_nav>li.current-menu-item>a,.scheme_light .top_panel_wrap_inner .menu_main_nav>li.current-menu-parent>a,.scheme_light .top_panel_wrap_inner .menu_main_nav>li.current-menu-ancestor>a{color:#db0e00}.scheme_dark .top_panel_wrap_inner .menu_main_nav>a:hover,.scheme_dark .top_panel_wrap_inner .menu_main_nav>li.sfHover>a,.scheme_dark .top_panel_wrap_inner .menu_main_nav>li#blob,.scheme_dark .top_panel_wrap_inner .menu_main_nav>li.current-menu-item>a,.scheme_dark .top_panel_wrap_inner .menu_main_nav>li.current-menu-parent>a,.scheme_dark .top_panel_wrap_inner .menu_main_nav>li.current-menu-ancestor>a{color:#db0e00}.menu_main_nav>li>ul{font-size:.858em;line-height:1.2857em}.menu_main_nav>li>ul{top:4.7017em}.menu_main_nav>li ul li a{padding:inherit 1.5em inherit}.scheme_original .menu_main_nav>li ul li a{color:#fff}.scheme_light .menu_main_nav>li ul li a{color:gray}.scheme_dark .menu_main_nav>li ul li a{color:#fff}.scheme_original .menu_main_nav>li ul li a:hover,.scheme_original .menu_main_nav>li ul li.current-menu-item>a,.scheme_original .menu_main_nav>li ul li.current-menu-ancestor>a{color:#db0e00}.scheme_light .menu_main_nav>li ul li a:hover,.scheme_light .menu_main_nav>li ul li.current-menu-item>a,.scheme_light .menu_main_nav>li ul li.current-menu-ancestor>a{color:#db0e00}.scheme_dark .menu_main_nav>li ul li a:hover,.scheme_dark .menu_main_nav>li ul li.current-menu-item>a,.scheme_dark .menu_main_nav>li ul li.current-menu-ancestor>a{color:#db0e00}.scheme_original .menu_main_nav>li ul li a:hover,.scheme_original .menu_main_nav>li ul li.current-menu-item>a,.scheme_original .menu_main_nav>li ul li.current-menu-ancestor>a{background-color:#000}.scheme_light .menu_main_nav>li ul li a:hover,.scheme_light .menu_main_nav>li ul li.current-menu-item>a,.scheme_light .menu_main_nav>li ul li.current-menu-ancestor>a{background-color:#f6f6f6}.scheme_dark .menu_main_nav>li ul li a:hover,.scheme_dark .menu_main_nav>li ul li.current-menu-item>a,.scheme_dark .menu_main_nav>li ul li.current-menu-ancestor>a{background-color:#000}.scheme_original .top_panel_wrap_inner .menu_main_nav>li ul li a{color:#b4b4b4}.scheme_light .top_panel_wrap_inner .menu_main_nav>li ul li a{color:#b4b4b4}.scheme_dark .top_panel_wrap_inner .menu_main_nav>li ul li a{color:#b4b4b4}.scheme_original .top_panel_wrap_inner .menu_main_nav>li ul li a:hover,.scheme_original .top_panel_wrap_inner .menu_main_nav>li ul li.current-menu-item>a,.scheme_original .top_panel_wrap_inner .menu_main_nav>li ul li.current-menu-ancestor>a{color:#fff}.scheme_light .top_panel_wrap_inner .menu_main_nav>li ul li a:hover,.scheme_light .top_panel_wrap_inner .menu_main_nav>li ul li.current-menu-item>a,.scheme_light .top_panel_wrap_inner .menu_main_nav>li ul li.current-menu-ancestor>a{color:#fff}.scheme_dark .top_panel_wrap_inner .menu_main_nav>li ul li a:hover,.scheme_dark .top_panel_wrap_inner .menu_main_nav>li ul li.current-menu-item>a,.scheme_dark .top_panel_wrap_inner .menu_main_nav>li ul li.current-menu-ancestor>a{color:#fff}.scheme_original .top_panel_wrap_inner .menu_main_nav>li ul li a:hover,.scheme_original .top_panel_wrap_inner .menu_main_nav>li ul li.current-menu-item>a,.scheme_original .top_panel_wrap_inner .menu_main_nav>li ul li.current-menu-ancestor>a{background-color:#db0e00}.scheme_light .top_panel_wrap_inner .menu_main_nav>li ul li a:hover,.scheme_light .top_panel_wrap_inner .menu_main_nav>li ul li.current-menu-item>a,.scheme_light .top_panel_wrap_inner .menu_main_nav>li ul li.current-menu-ancestor>a{background-color:#db0e00}.scheme_dark .top_panel_wrap_inner .menu_main_nav>li ul li a:hover,.scheme_dark .top_panel_wrap_inner .menu_main_nav>li ul li.current-menu-item>a,.scheme_dark .top_panel_wrap_inner .menu_main_nav>li ul li.current-menu-ancestor>a{background-color:#db0e00}.scheme_original .top_panel_wrap_inner .search_wrap,.scheme_original .top_panel_inner_style_2 .search_wrap,.scheme_light .top_panel_wrap_inner .search_wrap,.scheme_light .top_panel_inner_style_2 .search_wrap,.scheme_dark .top_panel_wrap_inner .search_wrap,.scheme_dark .top_panel_inner_style_2 .search_wrap{border-color:#1d1e231a}.scheme_original .search_wrap .search_results{background-color:#121215}.scheme_dark .search_wrap .search_results,.scheme_original .search_wrap .search_results{background-color:#121215}.scheme_light .search_wrap .search_results{background-color:#f6f6f6}.scheme_dark .search_wrap .search_results{background-color:#121215}.scheme_original .top_panel_middle .contact_field,.scheme_original .top_panel_middle .contact_field>a{color:#fff}.scheme_light .top_panel_middle .contact_field,.scheme_light .top_panel_middle .contact_field>a{color:#1d1e23}.scheme_dark .top_panel_middle .contact_field,.scheme_dark .top_panel_middle .contact_field>a{color:#fff}.scheme_original .top_panel_wrap .contact_field>.contact_email,.scheme_original .top_panel_wrap .contact_field>a>.contact_cart_totals,.scheme_original .top_panel_wrap .contact_field>.contact_address_2{color:#b4b4b4}.scheme_light .top_panel_wrap .contact_field>.contact_email,.scheme_light .top_panel_wrap .contact_field>a>.contact_cart_totals,.scheme_light .top_panel_wrap .contact_field>.contact_address_2{color:#b4b4b4}.scheme_dark .top_panel_wrap .contact_field>.contact_email,.scheme_dark .top_panel_wrap .contact_field>a>.contact_cart_totals,.scheme_dark .top_panel_wrap .contact_field>.contact_address_2{color:#b4b4b4}.scheme_original .top_panel_middle .contact_icon{color:#fff}.scheme_light .top_panel_middle .contact_icon{color:#1d1e23}.scheme_dark .top_panel_middle .contact_icon{color:#fff}.top_panel_bottom .search_wrap,.top_panel_inner_style_4 .search_wrap{padding-top:.708em}.scheme_original .top_panel_wrap_inner .search_state_opened .search_form_wrap,.scheme_original .top_panel_inner_style_2 .search_state_opened .search_form_wrap{background-color:#121215}.scheme_light .top_panel_wrap_inner .search_state_opened .search_form_wrap,.scheme_light .top_panel_inner_style_2 .search_state_opened .search_form_wrap{background-color:#f6f6f6}.scheme_dark .top_panel_wrap_inner .search_state_opened .search_form_wrap,.scheme_dark .top_panel_inner_style_2 .search_state_opened .search_form_wrap{background-color:#121215}.scheme_original .top_panel_wrap_inner .search_state_closed .search_submit:before,.scheme_original .top_panel_inner_style_2 .search_state_closed .search_submit:before{color:#db0e00}.scheme_light .top_panel_wrap_inner .search_state_closed .search_submit:before,.scheme_light .top_panel_inner_style_2 .search_state_closed .search_submit:before{color:#db0e00}.scheme_dark .top_panel_wrap_inner .search_state_closed .search_submit:before,.scheme_dark .top_panel_inner_style_2 .search_state_closed .search_submit:before{color:#db0e00}.scheme_original .top_panel_inner_style_4 .search_form_wrap{background-color:#ffffff0d}.scheme_light .top_panel_inner_style_4 .search_form_wrap{background-color:#1d1e230d}.scheme_dark .top_panel_inner_style_4 .search_form_wrap{background-color:#ffffff0d}.scheme_original .content .search_form_wrap{background-color:#000}.scheme_light .content .search_form_wrap{background-color:#f6f6f6}.scheme_dark .content .search_form_wrap{background-color:#000}.scheme_original .content .search_field,.scheme_original .content .search_submit,.scheme_light .content .search_field,.scheme_light .content .search_submit,.scheme_dark .content .search_field,.scheme_dark .content .search_submit{color:gray}.scheme_original .content .search_field:focus,.scheme_original .content .search_submit:hover{color:#fff}.scheme_light .content .search_field:focus,.scheme_light .content .search_submit:hover{color:gray}.scheme_dark .content .search_field:focus,.scheme_dark .content .search_submit:hover{color:#fff}.scheme_original .top_panel_wrap_inner .search_field,.scheme_original .top_panel_wrap_inner .search_submit,.scheme_original .top_panel_inner_style_2 .search_field,.scheme_original .top_panel_inner_style_2 .search_submit,.scheme_original .top_panel_inner_style_4 .search_field,.scheme_original .top_panel_inner_style_4 .search_submit,.scheme_light .top_panel_wrap_inner .search_field,.scheme_light .top_panel_wrap_inner .search_submit,.scheme_light .top_panel_inner_style_2 .search_field,.scheme_light .top_panel_inner_style_2 .search_submit,.scheme_light .top_panel_inner_style_4 .search_field,.scheme_light .top_panel_inner_style_4 .search_submit,.scheme_dark .top_panel_wrap_inner .search_field,.scheme_dark .top_panel_wrap_inner .search_submit,.scheme_dark .top_panel_inner_style_2 .search_field,.scheme_dark .top_panel_inner_style_2 .search_submit,.scheme_dark .top_panel_inner_style_4 .search_field,.scheme_dark .top_panel_inner_style_4 .search_submit{color:gray}.scheme_original .top_panel_inner_style_3 .search_field,.scheme_light .top_panel_inner_style_3 .search_field,.scheme_dark .top_panel_inner_style_3 .search_field{color:#1d1e23}.scheme_original .top_panel_inner_style_8 .search_field:focus{color:#fff}.scheme_light .top_panel_inner_style_8 .search_field:focus{color:gray}.scheme_dark .top_panel_inner_style_8 .search_field:focus{color:#fff}.scheme_original .top_panel_inner_style_8 .search_field:focus{background-color:#000}.scheme_light .top_panel_inner_style_8 .search_field:focus{background-color:#f6f6f6}.scheme_dark .top_panel_inner_style_8 .search_field:focus{background-color:#000}.top_panel_icon{margin:.708em 0 0 1em}.scheme_original .top_panel_icon.search_wrap,.scheme_light .top_panel_icon.search_wrap,.scheme_dark .top_panel_icon.search_wrap{background-color:#1d1e23}.scheme_original .top_panel_icon.search_wrap,.scheme_light .top_panel_icon.search_wrap,.scheme_dark .top_panel_icon.search_wrap,.scheme_original .top_panel_icon .contact_icon,.scheme_original .top_panel_icon .search_submit,.scheme_light .top_panel_icon .contact_icon,.scheme_light .top_panel_icon .search_submit,.scheme_dark .top_panel_icon .contact_icon,.scheme_dark .top_panel_icon .search_submit{color:#fff}.scheme_original .top_panel_icon.search_wrap:hover,.scheme_original .top_panel_icon:hover .search_submit,.scheme_light .top_panel_icon.search_wrap:hover,.scheme_light .top_panel_icon:hover .search_submit,.scheme_dark .top_panel_icon.search_wrap:hover,.scheme_dark .top_panel_icon:hover .search_submit{background-color:#fff}.scheme_original .top_panel_icon.search_wrap:hover input,.scheme_original .top_panel_icon.search_wrap:hover button,.scheme_original .top_panel_icon:hover .search_submit,.scheme_light .top_panel_icon.search_wrap:hover input,.scheme_light .top_panel_icon.search_wrap:hover button,.scheme_light .top_panel_icon:hover .search_submit,.scheme_dark .top_panel_icon.search_wrap:hover input,.scheme_dark .top_panel_icon.search_wrap:hover button,.scheme_dark .top_panel_icon:hover .search_submit{color:#1d1e23}.scheme_original .search_results .post_more,.scheme_original .search_results .search_results_close,.scheme_light .search_results .post_more,.scheme_light .search_results .search_results_close,.scheme_dark .search_results .post_more,.scheme_dark .search_results .search_results_close{color:#fff}.scheme_original .search_results .post_more:hover,.scheme_original .search_results .search_results_close:hover,.scheme_light .search_results .post_more:hover,.scheme_light .search_results .search_results_close:hover,.scheme_dark .search_results .post_more:hover,.scheme_dark .search_results .search_results_close:hover{color:#db0e00}.scheme_original body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_wrap_inner .search_results:after,.scheme_original body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_inner_style_2 .search_results:after,.scheme_original body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_inner_style_3 .search_results:after{color:gray}.scheme_light body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_wrap_inner .search_results:after,.scheme_light body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_inner_style_2 .search_results:after,.scheme_light body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_inner_style_3 .search_results:after{color:gray}.scheme_dark body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_wrap_inner .search_results:after,.scheme_dark body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_inner_style_2 .search_results:after,.scheme_dark body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_inner_style_3 .search_results:after{color:gray}.scheme_original body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_wrap_inner .search_results:after,.scheme_original body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_inner_style_2 .search_results:after,.scheme_original body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_inner_style_3 .search_results:after{background-color:#000}.scheme_light body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_wrap_inner .search_results:after,.scheme_light body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_inner_style_2 .search_results:after,.scheme_light body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_inner_style_3 .search_results:after{background-color:#f6f6f6}.scheme_dark body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_wrap_inner .search_results:after,.scheme_dark body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_inner_style_2 .search_results:after,.scheme_dark body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_inner_style_3 .search_results:after{background-color:#000}.scheme_original body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_wrap_inner .search_results:after,.scheme_original body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_inner_style_2 .search_results:after,.scheme_original body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_original .top_panel_inner_style_3 .search_results:after{border-color:#000}.scheme_light body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_wrap_inner .search_results:after,.scheme_light body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_inner_style_2 .search_results:after,.scheme_light body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_light .top_panel_inner_style_3 .search_results:after{border-color:#f6f6f6}.scheme_dark body:not(.woocommerce) .top_panel_wrap_inner .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_wrap_inner .search_results:after,.scheme_dark body:not(.woocommerce) .top_panel_inner_style_2 .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_inner_style_2 .search_results:after,.scheme_dark body:not(.woocommerce) .top_panel_inner_style_3 .search_results.widget_area:not(.footer_wrap),.scheme_dark .top_panel_inner_style_3 .search_results:after{border-color:#000}.scheme_original .top_panel_wrap_inner .search_results a,.scheme_original .top_panel_wrap_inner .search_results .post_info a,.scheme_original .top_panel_wrap_inner .search_results .post_info a>span,.scheme_original .top_panel_wrap_inner .search_results .post_more,.scheme_original .top_panel_wrap_inner .search_results .search_results_close,.scheme_original .top_panel_inner_style_2 .search_results a,.scheme_original .top_panel_inner_style_2 .search_results .post_info a,.scheme_original .top_panel_inner_style_2 .search_results .post_info a>span,.scheme_original .top_panel_inner_style_2 .search_results .post_more,.scheme_original .top_panel_inner_style_2 .search_results .search_results_close,.scheme_original .top_panel_inner_style_3 .search_results a,.scheme_original .top_panel_inner_style_3 .search_results .post_info a,.scheme_original .top_panel_inner_style_3 .search_results .post_info a>span,.scheme_original .top_panel_inner_style_3 .search_results .post_more,.scheme_original .top_panel_inner_style_3 .search_results .search_results_close{color:gray}.scheme_light .top_panel_wrap_inner .search_results a,.scheme_light .top_panel_wrap_inner .search_results .post_info a,.scheme_light .top_panel_wrap_inner .search_results .post_info a>span,.scheme_light .top_panel_wrap_inner .search_results .post_more,.scheme_light .top_panel_wrap_inner .search_results .search_results_close,.scheme_light .top_panel_inner_style_2 .search_results a,.scheme_light .top_panel_inner_style_2 .search_results .post_info a,.scheme_light .top_panel_inner_style_2 .search_results .post_info a>span,.scheme_light .top_panel_inner_style_2 .search_results .post_more,.scheme_light .top_panel_inner_style_2 .search_results .search_results_close,.scheme_light .top_panel_inner_style_3 .search_results a,.scheme_light .top_panel_inner_style_3 .search_results .post_info a,.scheme_light .top_panel_inner_style_3 .search_results .post_info a>span,.scheme_light .top_panel_inner_style_3 .search_results .post_more,.scheme_light .top_panel_inner_style_3 .search_results .search_results_close{color:gray}.scheme_dark .top_panel_wrap_inner .search_results a,.scheme_dark .top_panel_wrap_inner .search_results .post_info a,.scheme_dark .top_panel_wrap_inner .search_results .post_info a>span,.scheme_dark .top_panel_wrap_inner .search_results .post_more,.scheme_dark .top_panel_wrap_inner .search_results .search_results_close,.scheme_dark .top_panel_inner_style_2 .search_results a,.scheme_dark .top_panel_inner_style_2 .search_results .post_info a,.scheme_dark .top_panel_inner_style_2 .search_results .post_info a>span,.scheme_dark .top_panel_inner_style_2 .search_results .post_more,.scheme_dark .top_panel_inner_style_2 .search_results .search_results_close,.scheme_dark .top_panel_inner_style_3 .search_results a,.scheme_dark .top_panel_inner_style_3 .search_results .post_info a,.scheme_dark .top_panel_inner_style_3 .search_results .post_info a>span,.scheme_dark .top_panel_inner_style_3 .search_results .post_more,.scheme_dark .top_panel_inner_style_3 .search_results .search_results_close{color:gray}.scheme_original .top_panel_wrap_inner .search_results a:hover,.scheme_original .top_panel_wrap_inner .search_results .post_info a:hover,.scheme_original .top_panel_wrap_inner .search_results .post_info a:hover>span,.scheme_original .top_panel_wrap_inner .search_results .post_more:hover,.scheme_original .top_panel_wrap_inner .search_results .search_results_close:hover,.scheme_original .top_panel_inner_style_2 .search_results a:hover,.scheme_original .top_panel_inner_style_2 .search_results .post_info a:hover,.scheme_original .top_panel_inner_style_2 .search_results .post_info a:hover>span,.scheme_original .top_panel_inner_style_2 .search_results .post_more:hover,.scheme_original .top_panel_inner_style_2 .search_results .search_results_close:hover,.scheme_original .top_panel_inner_style_3 .search_results a:hover,.scheme_original .top_panel_inner_style_3 .search_results .post_info a:hover,.scheme_original .top_panel_inner_style_3 .search_results .post_info a:hover>span,.scheme_original .top_panel_inner_style_3 .search_results .post_more:hover,.scheme_original .top_panel_inner_style_3 .search_results .search_results_close:hover{color:#fe8905}.scheme_light .top_panel_wrap_inner .search_results a:hover,.scheme_light .top_panel_wrap_inner .search_results .post_info a:hover,.scheme_light .top_panel_wrap_inner .search_results .post_info a:hover>span,.scheme_light .top_panel_wrap_inner .search_results .post_more:hover,.scheme_light .top_panel_wrap_inner .search_results .search_results_close:hover,.scheme_light .top_panel_inner_style_2 .search_results a:hover,.scheme_light .top_panel_inner_style_2 .search_results .post_info a:hover,.scheme_light .top_panel_inner_style_2 .search_results .post_info a:hover>span,.scheme_light .top_panel_inner_style_2 .search_results .post_more:hover,.scheme_light .top_panel_inner_style_2 .search_results .search_results_close:hover,.scheme_light .top_panel_inner_style_3 .search_results a:hover,.scheme_light .top_panel_inner_style_3 .search_results .post_info a:hover,.scheme_light .top_panel_inner_style_3 .search_results .post_info a:hover>span,.scheme_light .top_panel_inner_style_3 .search_results .post_more:hover,.scheme_light .top_panel_inner_style_3 .search_results .search_results_close:hover{color:#fe8905}.scheme_dark .top_panel_wrap_inner .search_results a:hover,.scheme_dark .top_panel_wrap_inner .search_results .post_info a:hover,.scheme_dark .top_panel_wrap_inner .search_results .post_info a:hover>span,.scheme_dark .top_panel_wrap_inner .search_results .post_more:hover,.scheme_dark .top_panel_wrap_inner .search_results .search_results_close:hover,.scheme_dark .top_panel_inner_style_2 .search_results a:hover,.scheme_dark .top_panel_inner_style_2 .search_results .post_info a:hover,.scheme_dark .top_panel_inner_style_2 .search_results .post_info a:hover>span,.scheme_dark .top_panel_inner_style_2 .search_results .post_more:hover,.scheme_dark .top_panel_inner_style_2 .search_results .search_results_close:hover,.scheme_dark .top_panel_inner_style_3 .search_results a:hover,.scheme_dark .top_panel_inner_style_3 .search_results .post_info a:hover,.scheme_dark .top_panel_inner_style_3 .search_results .post_info a:hover>span,.scheme_dark .top_panel_inner_style_3 .search_results .post_more:hover,.scheme_dark .top_panel_inner_style_3 .search_results .search_results_close:hover{color:#fe8905}.top_panel_fixed .menu_main_wrap{padding-top:.2124em}.top_panel_fixed .top_panel_wrap .logo{margin-top:.4248em;margin-bottom:.4248em}.scheme_original .top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button,.scheme_light .top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button,.scheme_dark .top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button{color:gray}.scheme_original .top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button:hover{color:#fff}.scheme_light .top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button:hover{color:gray}.scheme_dark .top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button:hover{color:#fff}.top_panel_inner_style_8 .top_panel_buttons,.top_panel_inner_style_8 .menu_pushy_wrap .menu_pushy_button{padding-top:.708em;padding-bottom:.708em}.scheme_original .top_panel_inner_style_8 .top_panel_buttons .contact_icon,.scheme_original .top_panel_inner_style_8 .top_panel_buttons .top_panel_icon .search_submit,.scheme_light .top_panel_inner_style_8 .top_panel_buttons .contact_icon,.scheme_light .top_panel_inner_style_8 .top_panel_buttons .top_panel_icon .search_submit,.scheme_dark .top_panel_inner_style_8 .top_panel_buttons .contact_icon,.scheme_dark .top_panel_inner_style_8 .top_panel_buttons .top_panel_icon .search_submit{color:gray}.scheme_original .top_panel_inner_style_8 .top_panel_buttons a:hover .contact_icon,.scheme_original .top_panel_inner_style_8 .top_panel_buttons .top_panel_icon:hover .search_submit{color:#fff}.scheme_light .top_panel_inner_style_8 .top_panel_buttons a:hover .contact_icon,.scheme_light .top_panel_inner_style_8 .top_panel_buttons .top_panel_icon:hover .search_submit{color:gray}.scheme_dark .top_panel_inner_style_8 .top_panel_buttons a:hover .contact_icon,.scheme_dark .top_panel_inner_style_8 .top_panel_buttons .top_panel_icon:hover .search_submit{color:#fff}.scheme_original .pushy_inner,.scheme_light .pushy_inner,.scheme_dark .pushy_inner{color:gray}.scheme_original .pushy_inner,.scheme_light .pushy_inner,.scheme_dark .pushy_inner{background-color:#1d1e23}.scheme_original .pushy_inner a,.scheme_light .pushy_inner a,.scheme_dark .pushy_inner a{color:#fff}.scheme_original .pushy_inner a:hover,.scheme_light .pushy_inner a:hover,.scheme_dark .pushy_inner a:hover{color:#db0e00}.scheme_original .pushy_inner ul ul{background-color:#121215cc}.scheme_light .pushy_inner ul ul{background-color:#f6f6f6cc}.scheme_dark .pushy_inner ul ul{background-color:#121215cc}.scheme_original .top_panel_inner_style_3 .popup_wrap a,.scheme_original .top_panel_inner_style_3 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_original .top_panel_inner_style_4 .popup_wrap a,.scheme_original .top_panel_inner_style_4 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_original .top_panel_inner_style_5 .popup_wrap a,.scheme_original .top_panel_inner_style_5 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_light .top_panel_inner_style_3 .popup_wrap a,.scheme_light .top_panel_inner_style_3 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_light .top_panel_inner_style_4 .popup_wrap a,.scheme_light .top_panel_inner_style_4 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_light .top_panel_inner_style_5 .popup_wrap a,.scheme_light .top_panel_inner_style_5 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_dark .top_panel_inner_style_3 .popup_wrap a,.scheme_dark .top_panel_inner_style_3 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_dark .top_panel_inner_style_4 .popup_wrap a,.scheme_dark .top_panel_inner_style_4 .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_dark .top_panel_inner_style_5 .popup_wrap a,.scheme_dark .top_panel_inner_style_5 .popup_wrap .sc_socials.sc_socials_type_icons a:hover{color:#fff}.scheme_original .top_panel_inner_style_3 .popup_wrap a:hover,.scheme_original .top_panel_inner_style_4 .popup_wrap a:hover,.scheme_original .top_panel_inner_style_5 .popup_wrap a:hover,.scheme_light .top_panel_inner_style_3 .popup_wrap a:hover,.scheme_light .top_panel_inner_style_4 .popup_wrap a:hover,.scheme_light .top_panel_inner_style_5 .popup_wrap a:hover,.scheme_dark .top_panel_inner_style_3 .popup_wrap a:hover,.scheme_dark .top_panel_inner_style_4 .popup_wrap a:hover,.scheme_dark .top_panel_inner_style_5 .popup_wrap a:hover{color:#db0e00}.scheme_original .top_panel_inner_style_3 .popup_wrap,.scheme_original .top_panel_inner_style_4 .popup_wrap,.scheme_original .top_panel_inner_style_5 .popup_wrap,.scheme_original .top_panel_inner_style_3 .popup_wrap .popup_close,.scheme_original .top_panel_inner_style_3 .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_original .top_panel_inner_style_4 .popup_wrap .popup_close,.scheme_original .top_panel_inner_style_4 .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_original .top_panel_inner_style_5 .popup_wrap .popup_close,.scheme_original .top_panel_inner_style_5 .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_light .top_panel_inner_style_3 .popup_wrap,.scheme_light .top_panel_inner_style_4 .popup_wrap,.scheme_light .top_panel_inner_style_5 .popup_wrap,.scheme_light .top_panel_inner_style_3 .popup_wrap .popup_close,.scheme_light .top_panel_inner_style_3 .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_light .top_panel_inner_style_4 .popup_wrap .popup_close,.scheme_light .top_panel_inner_style_4 .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_light .top_panel_inner_style_5 .popup_wrap .popup_close,.scheme_light .top_panel_inner_style_5 .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_dark .top_panel_inner_style_3 .popup_wrap,.scheme_dark .top_panel_inner_style_4 .popup_wrap,.scheme_dark .top_panel_inner_style_5 .popup_wrap,.scheme_dark .top_panel_inner_style_3 .popup_wrap .popup_close,.scheme_dark .top_panel_inner_style_3 .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_dark .top_panel_inner_style_4 .popup_wrap .popup_close,.scheme_dark .top_panel_inner_style_4 .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_dark .top_panel_inner_style_5 .popup_wrap .popup_close,.scheme_dark .top_panel_inner_style_5 .popup_wrap .sc_socials.sc_socials_type_icons a{color:gray}.scheme_original .top_panel_inner_style_3 .popup_wrap .popup_close:hover,.scheme_original .top_panel_inner_style_4 .popup_wrap .popup_close:hover,.scheme_original .top_panel_inner_style_5 .popup_wrap .popup_close:hover{color:#fff}.scheme_light .top_panel_inner_style_3 .popup_wrap .popup_close:hover,.scheme_light .top_panel_inner_style_4 .popup_wrap .popup_close:hover,.scheme_light .top_panel_inner_style_5 .popup_wrap .popup_close:hover{color:#1d1e23}.scheme_dark .top_panel_inner_style_3 .popup_wrap .popup_close:hover,.scheme_dark .top_panel_inner_style_4 .popup_wrap .popup_close:hover,.scheme_dark .top_panel_inner_style_5 .popup_wrap .popup_close:hover{color:#fff}.scheme_original .popup_wrap,.scheme_original .popup_wrap a,.scheme_light .popup_wrap,.scheme_light .popup_wrap a,.scheme_dark .popup_wrap,.scheme_dark .popup_wrap a{color:gray}.scheme_original .popup_wrap .login_socials_title{color:#fff}.scheme_light .popup_wrap .login_socials_title{color:#1d1e23}.scheme_dark .popup_wrap .login_socials_title{color:#fff}.scheme_original .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_original .popup_wrap a:hover,.scheme_light .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_light .popup_wrap a:hover,.scheme_dark .popup_wrap .sc_socials.sc_socials_type_icons a:hover,.scheme_dark .popup_wrap a:hover{color:#db0e00}.scheme_original .popup_wrap input[type=text],.scheme_original .popup_wrap input[type=email],.scheme_original .popup_wrap input[type=password],.scheme_light .popup_wrap input[type=text],.scheme_light .popup_wrap input[type=email],.scheme_light .popup_wrap input[type=password],.scheme_dark .popup_wrap input[type=text],.scheme_dark .popup_wrap input[type=email],.scheme_dark .popup_wrap input[type=password]{border-color:#121215}.scheme_original .popup_wrap .form_left,.scheme_light .popup_wrap .form_left,.scheme_dark .popup_wrap .form_left{border-color:#343539}.scheme_original .popup_wrap .popup_close,.scheme_light .popup_wrap .popup_close,.scheme_dark .popup_wrap .popup_close{background-color:#1d1e23}.scheme_original .popup_wrap .popup_close,.scheme_light .popup_wrap .popup_close,.scheme_dark .popup_wrap .popup_close{border-color:#343539}.scheme_original .popup_wrap .popup_form_field.iconed_field:before{color:#b4b4b4}.scheme_light .popup_wrap .popup_form_field.iconed_field:before{color:#b4b4b4}.scheme_dark .popup_wrap .popup_form_field.iconed_field:before{color:#b4b4b4}.scheme_original .header_mobile .menu_button,.scheme_original .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon,.scheme_light .header_mobile .menu_button,.scheme_light .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon,.scheme_dark .header_mobile .menu_button,.scheme_dark .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon,.scheme_original .header_mobile .side_wrap,.scheme_light .header_mobile .side_wrap,.scheme_dark .header_mobile .side_wrap{color:#b4b4b4}.scheme_original .header_mobile .panel_top,.scheme_original .header_mobile .side_wrap,.scheme_light .header_mobile .panel_top,.scheme_light .header_mobile .side_wrap,.scheme_dark .header_mobile .panel_top,.scheme_dark .header_mobile .side_wrap,.scheme_original .header_mobile .panel_middle,.scheme_light .header_mobile .panel_middle,.scheme_dark .header_mobile .panel_middle{background-color:#1d1e23}.scheme_original .header_mobile .panel_bottom{background-color:#000}.scheme_light .header_mobile .panel_bottom{background-color:#f6f6f6}.scheme_dark .header_mobile .panel_bottom{background-color:#000}.scheme_original .header_mobile .menu_button:hover,.scheme_original .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon:hover,.scheme_original .header_mobile .menu_main_cart.top_panel_icon:hover .top_panel_cart_button .contact_icon,.scheme_original .header_mobile .side_wrap .close:hover,.scheme_light .header_mobile .menu_button:hover,.scheme_light .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon:hover,.scheme_light .header_mobile .menu_main_cart.top_panel_icon:hover .top_panel_cart_button .contact_icon,.scheme_light .header_mobile .side_wrap .close:hover,.scheme_dark .header_mobile .menu_button:hover,.scheme_dark .header_mobile .menu_main_cart .top_panel_cart_button .contact_icon:hover,.scheme_dark .header_mobile .menu_main_cart.top_panel_icon:hover .top_panel_cart_button .contact_icon,.scheme_dark .header_mobile .side_wrap .close:hover{color:#fff}.scheme_original .header_mobile .menu_main_nav>li a,.scheme_original .header_mobile .menu_main_nav>li>a:hover{color:#b4b4b4}.scheme_light .header_mobile .menu_main_nav>li a,.scheme_light .header_mobile .menu_main_nav>li>a:hover{color:#b4b4b4}.scheme_dark .header_mobile .menu_main_nav>li a,.scheme_dark .header_mobile .menu_main_nav>li>a:hover{color:#b4b4b4}.scheme_original .header_mobile .menu_main_nav>a:hover,.scheme_original .header_mobile .menu_main_nav>li.sfHover>a,.scheme_original .header_mobile .menu_main_nav>li.current-menu-item>a,.scheme_original .header_mobile .menu_main_nav>li.current-menu-parent>a,.scheme_original .header_mobile .menu_main_nav>li.current-menu-ancestor>a,.scheme_original .header_mobile .menu_main_nav>li>a:hover,.scheme_original .header_mobile .menu_main_nav>li ul li a:hover,.scheme_original .header_mobile .menu_main_nav>li ul li.current-menu-item>a,.scheme_original .header_mobile .menu_main_nav>li ul li.current-menu-ancestor>a,.scheme_original .header_mobile .login a:hover{color:#db0e00}.scheme_light .header_mobile .menu_main_nav>a:hover,.scheme_light .header_mobile .menu_main_nav>li.sfHover>a,.scheme_light .header_mobile .menu_main_nav>li.current-menu-item>a,.scheme_light .header_mobile .menu_main_nav>li.current-menu-parent>a,.scheme_light .header_mobile .menu_main_nav>li.current-menu-ancestor>a,.scheme_light .header_mobile .menu_main_nav>li>a:hover,.scheme_light .header_mobile .menu_main_nav>li ul li a:hover,.scheme_light .header_mobile .menu_main_nav>li ul li.current-menu-item>a,.scheme_light .header_mobile .menu_main_nav>li ul li.current-menu-ancestor>a,.scheme_light .header_mobile .login a:hover{color:#db0e00}.scheme_dark .header_mobile .menu_main_nav>a:hover,.scheme_dark .header_mobile .menu_main_nav>li.sfHover>a,.scheme_dark .header_mobile .menu_main_nav>li.current-menu-item>a,.scheme_dark .header_mobile .menu_main_nav>li.current-menu-parent>a,.scheme_dark .header_mobile .menu_main_nav>li.current-menu-ancestor>a,.scheme_dark .header_mobile .menu_main_nav>li>a:hover,.scheme_dark .header_mobile .menu_main_nav>li ul li a:hover,.scheme_dark .header_mobile .menu_main_nav>li ul li.current-menu-item>a,.scheme_dark .header_mobile .menu_main_nav>li ul li.current-menu-ancestor>a,.scheme_dark .header_mobile .login a:hover{color:#db0e00}.scheme_original .header_mobile .search_wrap,.scheme_original .header_mobile .login,.scheme_original .header_mobile .menu_main_nav>li{border-color:#000}.scheme_light .header_mobile .search_wrap,.scheme_light .header_mobile .login,.scheme_light .header_mobile .menu_main_nav>li{border-color:#f6f6f6}.scheme_dark .header_mobile .search_wrap,.scheme_dark .header_mobile .login,.scheme_dark .header_mobile .menu_main_nav>li{border-color:#000}.scheme_original .header_mobile .login .popup_link,.scheme_original .header_mobile .sc_socials.sc_socials_type_icons a,.scheme_light .header_mobile .login .popup_link,.scheme_light .header_mobile .sc_socials.sc_socials_type_icons a,.scheme_dark .header_mobile .login .popup_link,.scheme_dark .header_mobile .sc_socials.sc_socials_type_icons a{color:#b4b4b4}.scheme_original .header_mobile .search_wrap .search_field,.scheme_original .header_mobile .search_wrap .search_field:focus{color:#b4b4b4}.scheme_light .header_mobile .search_wrap .search_field,.scheme_light .header_mobile .search_wrap .search_field:focus{color:#b4b4b4}.scheme_dark .header_mobile .search_wrap .search_field,.scheme_dark .header_mobile .search_wrap .search_field:focus{color:#b4b4b4}.scheme_original .header_mobile .widget_shopping_cart ul.cart_list>li>a:hover{color:#b4b4b4}.scheme_light .header_mobile .widget_shopping_cart ul.cart_list>li>a:hover{color:#b4b4b4}.scheme_dark .header_mobile .widget_shopping_cart ul.cart_list>li>a:hover{color:#b4b4b4}.scheme_original .header_mobile .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_light .header_mobile .popup_wrap .sc_socials.sc_socials_type_icons a,.scheme_dark .header_mobile .popup_wrap .sc_socials.sc_socials_type_icons a{color:#b4b4b4}.scheme_original .tparrows.default,.scheme_light .tparrows.default,.scheme_dark .tparrows.default{color:#1d1e23}.scheme_original .tp-bullets.simplebullets.round .bullet,.scheme_light .tp-bullets.simplebullets.round .bullet,.scheme_dark .tp-bullets.simplebullets.round .bullet{background-color:#1d1e23}.scheme_original .tp-bullets.simplebullets.round .bullet.selected,.scheme_light .tp-bullets.simplebullets.round .bullet.selected,.scheme_dark .tp-bullets.simplebullets.round .bullet.selected{border-color:#1d1e23}.scheme_original .top_panel_title_inner{background-color:#121215}.scheme_light .top_panel_title_inner{background-color:#f6f6f6}.scheme_dark .top_panel_title_inner{background-color:#121215}.scheme_original .top_panel_title_inner,.scheme_light .top_panel_title_inner,.scheme_dark .top_panel_title_inner{border-color:#1212151a}.scheme_original .top_panel_title_inner .page_title{color:#fff}.scheme_light .top_panel_title_inner .page_title{color:gray}.scheme_dark .top_panel_title_inner .page_title,.scheme_original .top_panel_title_inner .post_navi .post_navi_item a,.scheme_original .top_panel_title_inner .breadcrumbs a.breadcrumbs_item{color:#fff}.scheme_light .top_panel_title_inner .post_navi .post_navi_item a,.scheme_light .top_panel_title_inner .breadcrumbs a.breadcrumbs_item{color:gray}.scheme_dark .top_panel_title_inner .post_navi .post_navi_item a,.scheme_dark .top_panel_title_inner .breadcrumbs a.breadcrumbs_item{color:#fff}.scheme_original .top_panel_title_inner .post_navi .post_navi_item a:hover,.scheme_original .top_panel_title_inner .breadcrumbs a.breadcrumbs_item:hover,.scheme_light .top_panel_title_inner .post_navi .post_navi_item a:hover,.scheme_light .top_panel_title_inner .breadcrumbs a.breadcrumbs_item:hover,.scheme_dark .top_panel_title_inner .post_navi .post_navi_item a:hover,.scheme_dark .top_panel_title_inner .breadcrumbs a.breadcrumbs_item:hover,.scheme_original .top_panel_title_inner .post_navi span,.scheme_original .top_panel_title_inner .breadcrumbs span,.scheme_light .top_panel_title_inner .post_navi span,.scheme_light .top_panel_title_inner .breadcrumbs span,.scheme_dark .top_panel_title_inner .post_navi span,.scheme_dark .top_panel_title_inner .breadcrumbs span{color:gray}.scheme_original .post_navi .post_navi_item+.post_navi_item:before,.scheme_original .top_panel_title_inner .breadcrumbs .breadcrumbs_delimiter{color:gray}.scheme_light .post_navi .post_navi_item+.post_navi_item:before,.scheme_light .top_panel_title_inner .breadcrumbs .breadcrumbs_delimiter{color:gray}.scheme_dark .post_navi .post_navi_item+.post_navi_item:before,.scheme_dark .top_panel_title_inner .breadcrumbs .breadcrumbs_delimiter{color:gray}.scheme_original .post_title .post_icon,.scheme_light .post_title .post_icon,.scheme_dark .post_title .post_icon{color:#fff}.scheme_original .pagination>a{border-color:#fff}.scheme_light .pagination>a{border-color:#fff}.scheme_dark .pagination>a{border-color:#fff}.scheme_original .body_wrap.bg_image .pagination_pages>a,.scheme_original .body_wrap.bg_image .pagination_pages>.active{color:#1d1e23}.scheme_light .body_wrap.bg_image .pagination_pages>a,.scheme_light .body_wrap.bg_image .pagination_pages>.active{color:#1d1e23}.scheme_dark .body_wrap.bg_image .pagination_pages>a,.scheme_dark .body_wrap.bg_image .pagination_pages>.active{color:#1d1e23}.scheme_original .post_format_aside.post_item_single .post_content p,.scheme_original .post_format_aside .post_descr,.scheme_light .post_format_aside.post_item_single .post_content p,.scheme_light .post_format_aside .post_descr,.scheme_dark .post_format_aside.post_item_single .post_content p,.scheme_dark .post_format_aside .post_descr{border-color:#fff}.scheme_original .post_format_aside.post_item_single .post_content p,.scheme_original .post_format_aside .post_descr,.scheme_light .post_format_aside.post_item_single .post_content p,.scheme_light .post_format_aside .post_descr,.scheme_dark .post_format_aside.post_item_single .post_content p,.scheme_dark .post_format_aside .post_descr{background-color:#1d1e23}.scheme_original .post_item_excerpt:not([class*=isotope_column])+.post_item_excerpt:not([class*=isotope_column]){border-color:#343539}.scheme_light .post_item_excerpt:not([class*=isotope_column])+.post_item_excerpt:not([class*=isotope_column]){border-color:#343539}.scheme_dark .post_item_excerpt:not([class*=isotope_column])+.post_item_excerpt:not([class*=isotope_column]){border-color:#343539}.scheme_original .hover_icon:after,.scheme_original .sc_video_play_button.hover_icon:after{background-color:#000000b3}.scheme_light .hover_icon:after,.scheme_light .sc_video_play_button.hover_icon:after{background-color:#f6f6f6b3}.scheme_dark .hover_icon:after,.scheme_dark .sc_video_play_button.hover_icon:after{background-color:#000000b3}.scheme_original .hover_icon:before{color:#db0e00}.scheme_light .hover_icon:before{color:#db0e00}.scheme_dark .hover_icon:before{color:#db0e00}.post_info{font-size:.857em;line-height:1.2857em;font-style:italic;margin-bottom:2.4em}.scheme_original .post_info a,.scheme_original .post_info a>span{color:#db0e00}.scheme_light .post_info a,.scheme_light .post_info a>span{color:#db0e00}.scheme_dark .post_info a,.scheme_dark .post_info a>span{color:#db0e00}.scheme_original .post_info a:hover,.scheme_original .post_info a:hover>span{color:#fff}.scheme_light .post_info a:hover,.scheme_light .post_info a:hover>span{color:#fff}.scheme_dark .post_info a:hover,.scheme_dark .post_info a:hover>span{color:#fff}.scheme_original .post_info a[class*=icon-],.scheme_light .post_info a[class*=icon-],.scheme_dark .post_info a[class*=icon-]{color:gray}.scheme_original .post_info a:hover,.scheme_original .post_info a:hover>span{color:#db0e00}.scheme_light .post_info a:hover,.scheme_light .post_info a:hover>span{color:#db0e00}.scheme_dark .post_info a:hover,.scheme_dark .post_info a:hover>span{color:#db0e00}.scheme_original .post_item .post_readmore_label{color:#fff}.scheme_light .post_item .post_readmore_label{color:#1d1e23}.scheme_dark .post_item .post_readmore_label{color:#fff}.scheme_original .post_item .post_readmore:hover .post_readmore_label,.scheme_light .post_item .post_readmore:hover .post_readmore_label,.scheme_dark .post_item .post_readmore:hover .post_readmore_label{color:#db0e00}.scheme_original .related_wrap,.scheme_light .related_wrap,.scheme_dark .related_wrap{border-color:#343539}.scheme_original .post_item_related .post_info a,.scheme_light .post_item_related .post_info a,.scheme_dark .post_item_related .post_info a{color:gray}.scheme_original .post_item_related .post_info a:hover,.scheme_original .post_item_related .post_title a:hover,.scheme_light .post_item_related .post_info a:hover,.scheme_light .post_item_related .post_title a:hover,.scheme_dark .post_item_related .post_info a:hover,.scheme_dark .post_item_related .post_title a:hover{color:#db0e00}.scheme_original .related_wrap .post_item_related,.scheme_original .article_style_stretch .post_item_related{background-color:#121215}.scheme_light .related_wrap .post_item_related,.scheme_light .article_style_stretch .post_item_related{background-color:#f6f6f6}.scheme_dark .related_wrap .post_item_related,.scheme_dark .article_style_stretch .post_item_related,.scheme_original .article_style_boxed.sidebar_show[class*=single-] .related_wrap .post_item_related{background-color:#121215}.scheme_light .article_style_boxed.sidebar_show[class*=single-] .related_wrap .post_item_related{background-color:#f6f6f6}.scheme_dark .article_style_boxed.sidebar_show[class*=single-] .related_wrap .post_item_related{background-color:#121215}.scheme_original .isotope_item_colored .post_featured .post_mark_new,.scheme_original .isotope_item_colored .post_featured .post_title,.scheme_original .isotope_item_colored .post_content.ih-item.square.colored .info,.scheme_light .isotope_item_colored .post_featured .post_mark_new,.scheme_light .isotope_item_colored .post_featured .post_title,.scheme_light .isotope_item_colored .post_content.ih-item.square.colored .info,.scheme_dark .isotope_item_colored .post_featured .post_mark_new,.scheme_dark .isotope_item_colored .post_featured .post_title,.scheme_dark .isotope_item_colored .post_content.ih-item.square.colored .info{color:#1d1e23}.scheme_original .isotope_item_colored .post_featured .post_mark_new,.scheme_original .isotope_item_colored .post_featured .post_title,.scheme_original .isotope_item_colored .post_content.ih-item.square.colored .info,.scheme_light .isotope_item_colored .post_featured .post_mark_new,.scheme_light .isotope_item_colored .post_featured .post_title,.scheme_light .isotope_item_colored .post_content.ih-item.square.colored .info,.scheme_dark .isotope_item_colored .post_featured .post_mark_new,.scheme_dark .isotope_item_colored .post_featured .post_title,.scheme_dark .isotope_item_colored .post_content.ih-item.square.colored .info{background-color:#fff}.scheme_original .isotope_item_colored .post_featured .post_title a,.scheme_light .isotope_item_colored .post_featured .post_title a,.scheme_dark .isotope_item_colored .post_featured .post_title a{color:#1d1e23}.scheme_original .isotope_item_colored .post_category a,.scheme_original .isotope_item_colored .post_rating .reviews_stars_bg,.scheme_original .isotope_item_colored .post_rating .reviews_stars_hover,.scheme_original .isotope_item_colored .post_rating .reviews_value,.scheme_light .isotope_item_colored .post_category a,.scheme_light .isotope_item_colored .post_rating .reviews_stars_bg,.scheme_light .isotope_item_colored .post_rating .reviews_stars_hover,.scheme_light .isotope_item_colored .post_rating .reviews_value,.scheme_dark .isotope_item_colored .post_category a,.scheme_dark .isotope_item_colored .post_rating .reviews_stars_bg,.scheme_dark .isotope_item_colored .post_rating .reviews_stars_hover,.scheme_dark .isotope_item_colored .post_rating .reviews_value{color:#fff}.scheme_original .isotope_item_colored .post_featured .post_descr{background-color:#121215}.scheme_light .isotope_item_colored .post_featured .post_descr{background-color:#f6f6f6}.scheme_dark .isotope_item_colored .post_featured .post_descr,.scheme_original .article_style_boxed .isotope_item_colored .post_featured .post_descr{background-color:#121215}.scheme_light .article_style_boxed .isotope_item_colored .post_featured .post_descr{background-color:#f6f6f6}.scheme_dark .article_style_boxed .isotope_item_colored .post_featured .post_descr{background-color:#121215}.scheme_original .isotope_item_colored .post_info_wrap .post_button .sc_button,.scheme_light .isotope_item_colored .post_info_wrap .post_button .sc_button,.scheme_dark .isotope_item_colored .post_info_wrap .post_button .sc_button{color:#fff}.scheme_original .isotope_item_colored .post_info_wrap .post_button .sc_button,.scheme_light .isotope_item_colored .post_info_wrap .post_button .sc_button,.scheme_dark .isotope_item_colored .post_info_wrap .post_button .sc_button{background-color:#1d1e23}.scheme_original .isotope_item_colored_1 .post_item{background-color:#121215}.scheme_light .isotope_item_colored_1 .post_item{background-color:#f6f6f6}.scheme_dark .isotope_item_colored_1 .post_item{background-color:#121215}.scheme_original .isotope_item_colored_1 .post_item,.scheme_light .isotope_item_colored_1 .post_item,.scheme_dark .isotope_item_colored_1 .post_item{color:gray}.scheme_original .isotope_item_colored_1 a,.scheme_original .isotope_item_colored_1 .post_title a,.scheme_light .isotope_item_colored_1 a,.scheme_light .isotope_item_colored_1 .post_title a,.scheme_dark .isotope_item_colored_1 a,.scheme_dark .isotope_item_colored_1 .post_title a{color:#fff}.scheme_original .isotope_item_colored_1 a:hover,.scheme_original .isotope_item_colored_1 .post_title a:hover,.scheme_original .isotope_item_colored_1 .post_category a:hover,.scheme_light .isotope_item_colored_1 a:hover,.scheme_light .isotope_item_colored_1 .post_title a:hover,.scheme_light .isotope_item_colored_1 .post_category a:hover,.scheme_dark .isotope_item_colored_1 a:hover,.scheme_dark .isotope_item_colored_1 .post_title a:hover,.scheme_dark .isotope_item_colored_1 .post_category a:hover{color:#db0e00}.scheme_original .isotope_wrap .isotope_item_colored_1 .post_featured,.scheme_light .isotope_wrap .isotope_item_colored_1 .post_featured,.scheme_dark .isotope_wrap .isotope_item_colored_1 .post_featured{border-color:#fff}.scheme_original .isotope_filters a,.scheme_light .isotope_filters a,.scheme_dark .isotope_filters a{color:gray}.scheme_original .isotope_filters a.active,.scheme_original .isotope_filters a:hover,.scheme_light .isotope_filters a.active,.scheme_light .isotope_filters a:hover,.scheme_dark .isotope_filters a.active,.scheme_dark .isotope_filters a:hover{color:#db0e00}.scheme_original .isotope_filters a.active:before,.scheme_original .isotope_filters a:hover:before,.scheme_original .isotope_filters a.active:after,.scheme_original .isotope_filters a:hover:after{color:#db0e00}.scheme_light .isotope_filters a.active:before,.scheme_light .isotope_filters a:hover:before,.scheme_light .isotope_filters a.active:after,.scheme_light .isotope_filters a:hover:after{color:#db0e00}.scheme_dark .isotope_filters a.active:before,.scheme_dark .isotope_filters a:hover:before,.scheme_dark .isotope_filters a.active:after,.scheme_dark .isotope_filters a:hover:after{color:#db0e00}.scheme_original .pagination_single>.pager_numbers,.scheme_original .pagination_single a,.scheme_original .pagination_slider .pager_cur,.scheme_original .pagination_pages>a,.scheme_original .pagination_pages>span{color:#fff}.scheme_light .pagination_single>.pager_numbers,.scheme_light .pagination_single a,.scheme_light .pagination_slider .pager_cur,.scheme_light .pagination_pages>a,.scheme_light .pagination_pages>span{color:#1d1e23}.scheme_dark .pagination_single>.pager_numbers,.scheme_dark .pagination_single a,.scheme_dark .pagination_slider .pager_cur,.scheme_dark .pagination_pages>a,.scheme_dark .pagination_pages>span{color:#fff}.scheme_original .pagination_single>.pager_numbers,.scheme_original .pagination_single a:hover,.scheme_original .pagination_slider .pager_cur:hover,.scheme_original .pagination_slider .pager_cur:focus,.scheme_original .pagination_pages>.active,.scheme_original .pagination_pages>a:hover{color:#fff}.scheme_light .pagination_single>.pager_numbers,.scheme_light .pagination_single a:hover,.scheme_light .pagination_slider .pager_cur:hover,.scheme_light .pagination_slider .pager_cur:focus,.scheme_light .pagination_pages>.active,.scheme_light .pagination_pages>a:hover{color:#1d1e23}.scheme_dark .pagination_single>.pager_numbers,.scheme_dark .pagination_single a:hover,.scheme_dark .pagination_slider .pager_cur:hover,.scheme_dark .pagination_slider .pager_cur:focus,.scheme_dark .pagination_pages>.active,.scheme_dark .pagination_pages>a:hover{color:#fff}.scheme_original .pagination_wrap.pagination_pages a:after,.scheme_original .pagination_wrap.pagination_pages a:before,.scheme_original .pagination_wrap.pagination_pages .pager_current:after,.scheme_original .pagination_wrap.pagination_pages .pager_current:before{color:#db0e00}.scheme_light .pagination_wrap.pagination_pages a:after,.scheme_light .pagination_wrap.pagination_pages a:before,.scheme_light .pagination_wrap.pagination_pages .pager_current:after,.scheme_light .pagination_wrap.pagination_pages .pager_current:before{color:#db0e00}.scheme_dark .pagination_wrap.pagination_pages a:after,.scheme_dark .pagination_wrap.pagination_pages a:before,.scheme_dark .pagination_wrap.pagination_pages .pager_current:after,.scheme_dark .pagination_wrap.pagination_pages .pager_current:before{color:#db0e00}.scheme_original .pagination_slider .pager_slider,.scheme_light .pagination_slider .pager_slider,.scheme_dark .pagination_slider .pager_slider{border-color:#343539}.scheme_original .pagination_slider .pager_slider,.scheme_light .pagination_slider .pager_slider,.scheme_dark .pagination_slider .pager_slider{background-color:#1d1e23}.scheme_original .pagination_wrap .pager_next,.scheme_original .pagination_wrap .pager_prev,.scheme_original .pagination_wrap .pager_last,.scheme_original .pagination_wrap .pager_first,.scheme_light .pagination_wrap .pager_next,.scheme_light .pagination_wrap .pager_prev,.scheme_light .pagination_wrap .pager_last,.scheme_light .pagination_wrap .pager_first,.scheme_dark .pagination_wrap .pager_next,.scheme_dark .pagination_wrap .pager_prev,.scheme_dark .pagination_wrap .pager_last,.scheme_dark .pagination_wrap .pager_first{color:#fff}.scheme_original .pagination_wrap .pager_next:hover,.scheme_original .pagination_wrap .pager_prev:hover,.scheme_original .pagination_wrap .pager_last:hover,.scheme_original .pagination_wrap .pager_first:hover,.scheme_light .pagination_wrap .pager_next:hover,.scheme_light .pagination_wrap .pager_prev:hover,.scheme_light .pagination_wrap .pager_last:hover,.scheme_light .pagination_wrap .pager_first:hover,.scheme_dark .pagination_wrap .pager_next:hover,.scheme_dark .pagination_wrap .pager_prev:hover,.scheme_dark .pagination_wrap .pager_last:hover,.scheme_dark .pagination_wrap .pager_first:hover{color:#db0e00}.scheme_original .pagination_viewmore>a{color:#1d1e23}.scheme_light .pagination_viewmore>a{color:#1d1e23}.scheme_dark .pagination_viewmore>a{color:#1d1e23}.scheme_original .pagination_viewmore>a{background-color:#fff}.scheme_light .pagination_viewmore>a{background-color:#fff}.scheme_dark .pagination_viewmore>a{background-color:#fff}.scheme_original .pagination_viewmore>a:hover{color:#1d1e23}.scheme_light .pagination_viewmore>a:hover{color:#1d1e23}.scheme_dark .pagination_viewmore>a:hover{color:#1d1e23}.scheme_original .pagination_viewmore>a:hover{background-color:#db0e00}.scheme_light .pagination_viewmore>a:hover{background-color:#db0e00}.scheme_dark .pagination_viewmore>a:hover{background-color:#db0e00}.scheme_original .viewmore_loader,.scheme_original .mfp-preloader span,.scheme_original .sc_video_frame.sc_video_active:before{background-color:#db0e00}.scheme_light .viewmore_loader,.scheme_light .mfp-preloader span,.scheme_light .sc_video_frame.sc_video_active:before{background-color:#db0e00}.scheme_dark .viewmore_loader,.scheme_dark .mfp-preloader span,.scheme_dark .sc_video_frame.sc_video_active:before{background-color:#db0e00}.scheme_original .post_featured .post_nav_item,.scheme_light .post_featured .post_nav_item,.scheme_dark .post_featured .post_nav_item{color:#1d1e23}.post_featured .post_nav_item:before{border-color:transparent}.scheme_original .post_featured .post_nav_item:before{background-color:#fff}.scheme_light .post_featured .post_nav_item:before{background-color:#fff}.scheme_dark .post_featured .post_nav_item:before{background-color:#fff}.scheme_original .post_featured .post_nav_item:before{color:#1d1e23}.scheme_light .post_featured .post_nav_item:before{color:#1d1e23}.scheme_dark .post_featured .post_nav_item:before{color:#1d1e23}.scheme_original .post_featured .post_nav_item .post_nav_info,.scheme_light .post_featured .post_nav_item .post_nav_info,.scheme_dark .post_featured .post_nav_item .post_nav_info{background-color:#fff}.scheme_original .post_item .post_rating .reviews_stars_bg,.scheme_original .post_item .post_rating .reviews_stars_hover,.scheme_original .post_item .post_rating .reviews_value,.scheme_light .post_item .post_rating .reviews_stars_bg,.scheme_light .post_item .post_rating .reviews_stars_hover,.scheme_light .post_item .post_rating .reviews_value,.scheme_dark .post_item .post_rating .reviews_stars_bg,.scheme_dark .post_item .post_rating .reviews_stars_hover,.scheme_dark .post_item .post_rating .reviews_value{color:#fff}.scheme_original .post_author{background-color:#121215}.scheme_light .post_author{background-color:#f6f6f6}.scheme_dark .post_author{background-color:#121215}.scheme_original .post_author,.scheme_light .post_author,.scheme_dark .post_author{color:gray}.scheme_original .post_author .post_author_title{color:#fff}.scheme_light .post_author .post_author_title{color:gray}.scheme_dark .post_author .post_author_title,.scheme_original .post_author .post_author_title a,.scheme_light .post_author .post_author_title a,.scheme_dark .post_author .post_author_title a{color:#fff}.scheme_original .post_author .post_author_title a:hover,.scheme_light .post_author .post_author_title a:hover,.scheme_dark .post_author .post_author_title a:hover{color:#db0e00}.scheme_original .post_author .post_author_info .sc_socials_shape_square a{color:#fff}.scheme_light .post_author .post_author_info .sc_socials_shape_square a{color:gray}.scheme_dark .post_author .post_author_info .sc_socials_shape_square a{color:#fff}.scheme_original .post_author .post_author_info .sc_socials_shape_square a:hover,.scheme_light .post_author .post_author_info .sc_socials_shape_square a:hover,.scheme_dark .post_author .post_author_info .sc_socials_shape_square a:hover{color:#db0e00}.scheme_original .comments_wrap,.scheme_light .comments_wrap,.scheme_dark .comments_wrap{border-color:#343539}.scheme_original .comments_list_wrap ul.children,.scheme_original .comments_list_wrap ul>li+li{border-top-color:#343539}.scheme_light .comments_list_wrap ul.children,.scheme_light .comments_list_wrap ul>li+li{border-top-color:#343539}.scheme_dark .comments_list_wrap ul.children,.scheme_dark .comments_list_wrap ul>li+li{border-top-color:#343539}.scheme_original .comments_list_wrap .comment-respond,.scheme_light .comments_list_wrap .comment-respond,.scheme_dark .comments_list_wrap .comment-respond{border-bottom-color:#343539}.scheme_original .comments_list_wrap>ul{border-bottom-color:#343539}.scheme_light .comments_list_wrap>ul{border-bottom-color:#343539}.scheme_dark .comments_list_wrap>ul{border-bottom-color:#343539}.scheme_original .comments_list_wrap .comment_info>span.comment_author,.scheme_original .comments_list_wrap .comment_info>.comment_date>.comment_date_value{color:#db0e00}.scheme_light .comments_list_wrap .comment_info>span.comment_author,.scheme_light .comments_list_wrap .comment_info>.comment_date>.comment_date_value{color:#db0e00}.scheme_dark .comments_list_wrap .comment_info>span.comment_author,.scheme_dark .comments_list_wrap .comment_info>.comment_date>.comment_date_value{color:#db0e00}.scheme_original .comments_list_wrap .comment_reply a,.scheme_light .comments_list_wrap .comment_reply a,.scheme_dark .comments_list_wrap .comment_reply a{color:#db0e00}.scheme_original .post_item_404 .page_title{color:#121215}.scheme_light .post_item_404 .page_title{color:#f6f6f6}.scheme_dark .post_item_404 .page_title{color:#121215}.scheme_original .post_item_404 .page_title span,.scheme_light .post_item_404 .page_title span,.scheme_dark .post_item_404 .page_title span{background-color:#db0e00}.scheme_original .post_item_404 .page_title span{color:#fff}.scheme_light .post_item_404 .page_title span{color:#1d1e23}.scheme_dark .post_item_404 .page_title span,.scheme_original .post_item_404 .page_subtitle,.scheme_light .post_item_404 .page_subtitle,.scheme_dark .post_item_404 .page_subtitle{color:#fff}.scheme_original .post_item_404 .page_description,.scheme_light .post_item_404 .page_description,.scheme_dark .post_item_404 .page_description{color:gray}.scheme_original .post_item_404 .page_description a,.scheme_light .post_item_404 .page_description a,.scheme_dark .post_item_404 .page_description a{color:#db0e00}.scheme_original .post_item_404 .page_description a:hover,.scheme_light .post_item_404 .page_description a:hover,.scheme_dark .post_item_404 .page_description a:hover{color:#fff}.scheme_original .sidebar_inner aside:nth-child(3n+4),.scheme_original .sidebar_inner aside:nth-child(3n+5),.scheme_original .sidebar_inner aside:nth-child(3n+6),.scheme_original .widget_area_inner aside:nth-child(2n+3),.scheme_original .widget_area_inner aside:nth-child(2n+4),.scheme_original .widget_area_inner aside+aside{border-color:#1d1e23}.scheme_light .sidebar_inner aside:nth-child(3n+4),.scheme_light .sidebar_inner aside:nth-child(3n+5),.scheme_light .sidebar_inner aside:nth-child(3n+6),.scheme_light .widget_area_inner aside:nth-child(2n+3),.scheme_light .widget_area_inner aside:nth-child(2n+4),.scheme_light .widget_area_inner aside+aside{border-color:#1d1e23}.scheme_dark .sidebar_inner aside:nth-child(3n+4),.scheme_dark .sidebar_inner aside:nth-child(3n+5),.scheme_dark .sidebar_inner aside:nth-child(3n+6),.scheme_dark .widget_area_inner aside:nth-child(2n+3),.scheme_dark .widget_area_inner aside:nth-child(2n+4),.scheme_dark .widget_area_inner aside+aside{border-color:#1d1e23}.scheme_original .widget_area_inner,.scheme_light .widget_area_inner,.scheme_dark .widget_area_inner{color:gray}.scheme_original .widget_area_inner{background-color:#121215}.scheme_light .widget_area_inner{background-color:#f6f6f6}.scheme_dark .widget_area_inner{background-color:#121215}.scheme_original .widget_area_inner a,.scheme_original .widget_area_inner ul li:before,.scheme_original .widget_area_inner ul li a:hover,.scheme_original .widget_area_inner button:before{color:#db0e00}.scheme_light .widget_area_inner a,.scheme_light .widget_area_inner ul li:before,.scheme_light .widget_area_inner ul li a:hover,.scheme_light .widget_area_inner button:before{color:#db0e00}.scheme_dark .widget_area_inner a,.scheme_dark .widget_area_inner ul li:before,.scheme_dark .widget_area_inner ul li a:hover,.scheme_dark .widget_area_inner button:before{color:#db0e00}.scheme_original .widget_area_inner a:hover,.scheme_original .widget_area_inner ul li a,.scheme_original .widget_area_inner button:hover:before{color:#b4b4b4}.scheme_light .widget_area_inner a:hover,.scheme_light .widget_area_inner ul li a,.scheme_light .widget_area_inner button:hover:before{color:#b4b4b4}.scheme_dark .widget_area_inner a:hover,.scheme_dark .widget_area_inner ul li a,.scheme_dark .widget_area_inner button:hover:before{color:#b4b4b4}.widget_area_inner ul li:before{font-size:1.5em}.scheme_original .widget_area_inner .post_title a{color:#fff}.scheme_light .widget_area_inner .post_title a{color:#1d1e23}.scheme_dark .widget_area_inner .post_title a{color:#fff}.scheme_original .widget_area_inner .widget_text a:not(.sc_button),.scheme_original .widget_area_inner .post_info a{color:#fff}.scheme_light .widget_area_inner .widget_text a:not(.sc_button),.scheme_light .widget_area_inner .post_info a{color:#fff}.scheme_dark .widget_area_inner .widget_text a:not(.sc_button),.scheme_dark .widget_area_inner .post_info a{color:#fff}.scheme_original .widget_area_inner .widget_text a:not(.sc_button):hover,.scheme_original .widget_area_inner .post_info a:hover{color:#db0e00}.scheme_light .widget_area_inner .widget_text a:not(.sc_button):hover,.scheme_light .widget_area_inner .post_info a:hover{color:#db0e00}.scheme_dark .widget_area_inner .widget_text a:not(.sc_button):hover,.scheme_dark .widget_area_inner .post_info a:hover{color:#db0e00}.scheme_original .widget_area .widget_title:after,.scheme_original .widget_area ul li:before{color:#db0e00}.scheme_light .widget_area .widget_title:after,.scheme_light .widget_area ul li:before{color:#db0e00}.scheme_dark .widget_area .widget_title:after,.scheme_dark .widget_area ul li:before{color:#db0e00}.scheme_original .widget_area select,.scheme_light .widget_area select,.scheme_dark .widget_area select{background-color:#1d1e23}.scheme_original .widget_area select,.scheme_light .widget_area select,.scheme_dark .widget_area select{color:#80808080}.footer_wrap.widget_area select{background-color:#000}.scheme_original .footer_wrap.widget_area select,.scheme_light .footer_wrap.widget_area select,.scheme_dark .footer_wrap.widget_area select,.scheme_original .widget_area select option,.scheme_light .widget_area select option,.scheme_dark .widget_area select option,.scheme_original .widget_area ul ul.children li a,.scheme_light .widget_area ul ul.children li a,.scheme_dark .widget_area ul ul.children li a,.scheme_original .widget_area .widget_rss li,.scheme_light .widget_area .widget_rss li,.scheme_dark .widget_area .widget_rss li{color:gray}.scheme_original .widget_area .widget_rss li a,.scheme_light .widget_area .widget_rss li a,.scheme_dark .widget_area .widget_rss li a{color:#b4b4b4}.scheme_original .widget_area .widget_rss li a:hover,.scheme_original .widget_area .widget_rss li .rss-date,.scheme_light .widget_area .widget_rss li a:hover,.scheme_light .widget_area .widget_rss li .rss-date,.scheme_dark .widget_area .widget_rss li a:hover,.scheme_dark .widget_area .widget_rss li .rss-date{color:#db0e00}.scheme_original .widget_area_inner .widget_product_search .search_form,.scheme_original .widget_area_inner .widget_search .search_form{background-color:#121215}.scheme_light .widget_area_inner .widget_product_search .search_form,.scheme_light .widget_area_inner .widget_search .search_form{background-color:#f6f6f6}.scheme_dark .widget_area_inner .widget_product_search .search_form,.scheme_dark .widget_area_inner .widget_search .search_form{background-color:#121215}.scheme_original .widget_area_inner .widget_product_search .search_field,.scheme_original .widget_area_inner .widget_search .search_field,.scheme_light .widget_area_inner .widget_product_search .search_field,.scheme_light .widget_area_inner .widget_search .search_field,.scheme_dark .widget_area_inner .widget_product_search .search_field,.scheme_dark .widget_area_inner .widget_search .search_field{color:gray}.scheme_original .widget_area_inner .widget_product_search .search_field,.scheme_original .widget_area_inner .widget_search .search_field,.scheme_light .widget_area_inner .widget_product_search .search_field,.scheme_light .widget_area_inner .widget_search .search_field,.scheme_dark .widget_area_inner .widget_product_search .search_field,.scheme_dark .widget_area_inner .widget_search .search_field{background-color:#1d1e23}.scheme_original .widget_area_inner .widget_product_search .search_form:before,.scheme_original .widget_area_inner .widget_search .search_form:before{color:#80808080}.scheme_light .widget_area_inner .widget_product_search .search_form:before,.scheme_light .widget_area_inner .widget_search .search_form:before{color:#80808080}.scheme_dark .widget_area_inner .widget_product_search .search_form:before,.scheme_dark .widget_area_inner .widget_search .search_form:before{color:#80808080}.scheme_original .widget_area_inner .widget_product_search .search_field::-webkit-input-placeholder,.scheme_original .widget_area_inner .widget_search .search_field::-webkit-input-placeholder{color:#80808080}.scheme_light .widget_area_inner .widget_product_search .search_field::-webkit-input-placeholder,.scheme_light .widget_area_inner .widget_search .search_field::-webkit-input-placeholder{color:#80808080}.scheme_dark .widget_area_inner .widget_product_search .search_field::-webkit-input-placeholder,.scheme_dark .widget_area_inner .widget_search .search_field::-webkit-input-placeholder{color:#80808080}.scheme_original .widget_area_inner .widget_product_search .search_field::-moz-placeholder,.scheme_original .widget_area_inner .widget_search .search_field::-moz-placeholder{color:#80808080}.scheme_light .widget_area_inner .widget_product_search .search_field::-moz-placeholder,.scheme_light .widget_area_inner .widget_search .search_field::-moz-placeholder{color:#80808080}.scheme_dark .widget_area_inner .widget_product_search .search_field::-moz-placeholder,.scheme_dark .widget_area_inner .widget_search .search_field::-moz-placeholder{color:#80808080}.scheme_original .widget_area_inner .widget_product_search .search_field:-moz-placeholder,.scheme_original .widget_area_inner .widget_search .search_field:-moz-placeholder{color:#80808080}.scheme_light .widget_area_inner .widget_product_search .search_field:-moz-placeholder,.scheme_light .widget_area_inner .widget_search .search_field:-moz-placeholder{color:#80808080}.scheme_dark .widget_area_inner .widget_product_search .search_field:-moz-placeholder,.scheme_dark .widget_area_inner .widget_search .search_field:-moz-placeholder{color:#80808080}.scheme_original .widget_area_inner .widget_product_search .search_field:-ms-input-placeholder,.scheme_original .widget_area_inner .widget_search .search_field:-ms-input-placeholder{color:#80808080}.scheme_light .widget_area_inner .widget_product_search .search_field:-ms-input-placeholder,.scheme_light .widget_area_inner .widget_search .search_field:-ms-input-placeholder{color:#80808080}.scheme_dark .widget_area_inner .widget_product_search .search_field:-ms-input-placeholder,.scheme_dark .widget_area_inner .widget_search .search_field:-ms-input-placeholder{color:#80808080}.scheme_original .widget_area_inner .widget_product_search .search_button,.scheme_original .widget_area_inner .widget_search .search_button,.scheme_light .widget_area_inner .widget_product_search .search_button,.scheme_light .widget_area_inner .widget_search .search_button,.scheme_dark .widget_area_inner .widget_product_search .search_button,.scheme_dark .widget_area_inner .widget_search .search_button{color:gray}.scheme_original .widget_area_inner .widget_product_search .search_button:hover,.scheme_original .widget_area_inner .widget_search .search_button:hover{color:#fff}.scheme_light .widget_area_inner .widget_product_search .search_button:hover,.scheme_light .widget_area_inner .widget_search .search_button:hover{color:gray}.scheme_dark .widget_area_inner .widget_product_search .search_button:hover,.scheme_dark .widget_area_inner .widget_search .search_button:hover{color:#fff}.scheme_original .recentcomments .comment-author-link,.scheme_light .recentcomments .comment-author-link,.scheme_dark .recentcomments .comment-author-link{color:#b4b4b4}.scheme_original .widget_area ul#recentcomments li+li{border-color:#343539}.scheme_light .widget_area ul#recentcomments li+li{border-color:#343539}.scheme_dark .widget_area ul#recentcomments li+li{border-color:#343539}.scheme_original .widget_area_inner .widget_calendar .weekday,.scheme_light .widget_area_inner .widget_calendar .weekday,.scheme_dark .widget_area_inner .widget_calendar .weekday{color:#b4b4b4}.scheme_original .widget_area_inner .widget_calendar .today .day_wrap,.scheme_light .widget_area_inner .widget_calendar .today .day_wrap,.scheme_dark .widget_area_inner .widget_calendar .today .day_wrap{border-color:#fff3}.scheme_original .widget_area .widget_calendar td a.day_wrap,.scheme_light .widget_area .widget_calendar td a.day_wrap,.scheme_dark .widget_area .widget_calendar td a.day_wrap{background-color:#db0e00}.scheme_original .widget_area .widget_calendar td a.day_wrap,.scheme_light .widget_area .widget_calendar td a.day_wrap,.scheme_dark .widget_area .widget_calendar td a.day_wrap{color:#fff}.scheme_original .widget_area_inner .widget_product_tag_cloud a,.scheme_original .widget_area_inner .widget_tag_cloud a,.scheme_light .widget_area_inner .widget_product_tag_cloud a,.scheme_light .widget_area_inner .widget_tag_cloud a,.scheme_dark .widget_area_inner .widget_product_tag_cloud a,.scheme_dark .widget_area_inner .widget_tag_cloud a{border-color:#343539}.scheme_original .widget_area_inner .widget_product_tag_cloud a,.scheme_original .widget_area_inner .widget_tag_cloud a,.scheme_light .widget_area_inner .widget_product_tag_cloud a,.scheme_light .widget_area_inner .widget_tag_cloud a,.scheme_dark .widget_area_inner .widget_product_tag_cloud a,.scheme_dark .widget_area_inner .widget_tag_cloud a{color:#b4b4b4}.scheme_original .widget_area_inner .widget_product_tag_cloud a:hover,.scheme_original .widget_area_inner .widget_tag_cloud a:hover,.scheme_light .widget_area_inner .widget_product_tag_cloud a:hover,.scheme_light .widget_area_inner .widget_tag_cloud a:hover,.scheme_dark .widget_area_inner .widget_product_tag_cloud a:hover,.scheme_dark .widget_area_inner .widget_tag_cloud a:hover{border-color:#db0e00}.scheme_original .widget_area_inner .widget_product_tag_cloud a:hover,.scheme_original .widget_area_inner .widget_tag_cloud a:hover,.scheme_light .widget_area_inner .widget_product_tag_cloud a:hover,.scheme_light .widget_area_inner .widget_tag_cloud a:hover,.scheme_dark .widget_area_inner .widget_product_tag_cloud a:hover,.scheme_dark .widget_area_inner .widget_tag_cloud a:hover{color:#db0e00}.scheme_original .sidebar_inner aside{border-top-color:#343539}.scheme_light .sidebar_inner aside{border-top-color:#343539}.scheme_dark .sidebar_inner aside{border-top-color:#343539}.scheme_original .contacts_wrap_inner,.scheme_light .contacts_wrap_inner,.scheme_dark .contacts_wrap_inner{color:gray}.scheme_original .contacts_wrap_inner{background-color:#121215}.scheme_light .contacts_wrap_inner{background-color:#f6f6f6}.scheme_dark .contacts_wrap_inner{background-color:#121215}.scheme_original .testimonials_wrap_inner,.scheme_original .twitter_wrap_inner,.scheme_light .testimonials_wrap_inner,.scheme_light .twitter_wrap_inner,.scheme_dark .testimonials_wrap_inner,.scheme_dark .twitter_wrap_inner{color:gray}.scheme_original .testimonials_wrap_inner,.scheme_original .twitter_wrap_inner,.scheme_light .testimonials_wrap_inner,.scheme_light .twitter_wrap_inner,.scheme_dark .testimonials_wrap_inner,.scheme_dark .twitter_wrap_inner{background-color:#1d1e23}.scheme_original .copyright_wrap_inner{background-color:#000}.scheme_light .copyright_wrap_inner{background-color:#f6f6f6}.scheme_dark .copyright_wrap_inner{background-color:#000}.scheme_original .copyright_wrap_inner .copyright_text,.scheme_light .copyright_wrap_inner .copyright_text,.scheme_dark .copyright_wrap_inner .copyright_text{color:gray}.scheme_original .copyright_wrap_inner .copyright_text a,.scheme_light .copyright_wrap_inner .copyright_text a,.scheme_dark .copyright_wrap_inner .copyright_text a{color:#db0e00}.scheme_original .copyright_wrap_inner .menu_footer_nav li a,.scheme_light .copyright_wrap_inner .menu_footer_nav li a,.scheme_dark .copyright_wrap_inner .menu_footer_nav li a{color:gray}.scheme_original .copyright_wrap_inner .menu_footer_nav li a:hover,.scheme_light .copyright_wrap_inner .menu_footer_nav li a:hover,.scheme_dark .copyright_wrap_inner .menu_footer_nav li a:hover{color:#fff}.scheme_original .footer_wrap_inner.widget_area_inner,.scheme_light .footer_wrap_inner.widget_area_inner,.scheme_dark .footer_wrap_inner.widget_area_inner{background-color:#1d1e23}.scheme_original .footer_wrap_inner.widget_area_inner ul.product_list_widget .amount,.scheme_light .footer_wrap_inner.widget_area_inner ul.product_list_widget .amount,.scheme_dark .footer_wrap_inner.widget_area_inner ul.product_list_widget .amount{color:#db0e00}.scheme_original .footer_wrap_inner.widget_area_inner ul.product_list_widget li del .amount,.scheme_light .footer_wrap_inner.widget_area_inner ul.product_list_widget li del .amount,.scheme_dark .footer_wrap_inner.widget_area_inner ul.product_list_widget li del .amount{color:#b4b4b4}.scheme_original .woocommerce .widget_area_inner .star-rating:before,.scheme_original .woocommerce .widget_area_inner .star-rating span:before{color:#db0e00}.scheme_light .woocommerce .widget_area_inner .star-rating:before,.scheme_light .woocommerce .widget_area_inner .star-rating span:before{color:#db0e00}.scheme_dark .woocommerce .widget_area_inner .star-rating:before,.scheme_dark .woocommerce .widget_area_inner .star-rating span:before{color:#db0e00}.scroll_to_top{border:none}.scheme_original .scroll_to_top,.scheme_light .scroll_to_top,.scheme_dark .scroll_to_top{color:#1d1e23}.scheme_original .scroll_to_top,.scheme_light .scroll_to_top,.scheme_dark .scroll_to_top{background-color:#fff}.scheme_original .scroll_to_top:hover,.scheme_light .scroll_to_top:hover,.scheme_dark .scroll_to_top:hover{color:#1d1e23}.scheme_original .scroll_to_top:hover,.scheme_light .scroll_to_top:hover,.scheme_dark .scroll_to_top:hover{background-color:#db0e00}.scheme_original .popup_wrap,.scheme_light .popup_wrap,.scheme_dark .popup_wrap{background-color:#1d1e23}.scheme_original .esg-grid.esg-container .esg-filterbutton,.scheme_light .esg-grid.esg-container .esg-filterbutton,.scheme_dark .esg-grid.esg-container .esg-filterbutton{color:gray}.scheme_original .esg-grid.esg-container .esg-filterbutton:hover,.scheme_original .esg-grid.esg-container .esg-filterbutton.selected,.scheme_light .esg-grid.esg-container .esg-filterbutton:hover,.scheme_light .esg-grid.esg-container .esg-filterbutton.selected,.scheme_dark .esg-grid.esg-container .esg-filterbutton:hover,.scheme_dark .esg-grid.esg-container .esg-filterbutton.selected{color:#db0e00}.scheme_original .esg-grid.esg-container .esg-filterbutton.esg-pagination-button,.scheme_original .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:hover{color:#fff}.scheme_light .esg-grid.esg-container .esg-filterbutton.esg-pagination-button,.scheme_light .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:hover{color:#1d1e23}.scheme_dark .esg-grid.esg-container .esg-filterbutton.esg-pagination-button,.scheme_dark .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:hover{color:#fff}.scheme_original .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:after,.scheme_original .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:before{color:#db0e00}.scheme_light .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:after,.scheme_light .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:before{color:#db0e00}.scheme_dark .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:after,.scheme_dark .esg-grid.esg-container .esg-filterbutton.esg-pagination-button:before{color:#db0e00}.scheme_original .woocommerce .woocommerce-message:before,.scheme_original .woocommerce-page .woocommerce-message:before,.scheme_original .woocommerce a.button.alt:hover,.scheme_original .woocommerce button.button.alt:hover,.scheme_original .woocommerce input.button.alt:hover,.scheme_original .woocommerce #respond input#submit.alt:hover,.scheme_original .woocommerce #content input.button.alt:hover,.scheme_original .woocommerce-page a.button.alt:hover,.scheme_original .woocommerce-page button.button.alt:hover,.scheme_original .woocommerce-page input.button.alt:hover,.scheme_original .woocommerce-page #respond input#submit.alt:hover,.scheme_original .woocommerce-page #content input.button.alt:hover,.scheme_original .woocommerce a.button:hover,.scheme_original .woocommerce button.button:hover,.scheme_original .woocommerce input.button:hover,.scheme_original .woocommerce #respond input#submit:hover,.scheme_original .woocommerce #content input.button:hover,.scheme_original .woocommerce-page a.button:hover,.scheme_original .woocommerce-page button.button:hover,.scheme_original .woocommerce-page input.button:hover,.scheme_original .woocommerce-page #respond input#submit:hover,.scheme_original .woocommerce-page #content input.button:hover,.scheme_original .woocommerce .quantity input[type=button]:hover,.scheme_original .woocommerce #content input[type=button]:hover,.scheme_original .woocommerce-page .quantity input[type=button]:hover,.scheme_original .woocommerce-page #content .quantity input[type=button]:hover,.scheme_original .woocommerce .star-rating,.scheme_original .woocommerce-page .star-rating,.scheme_original .widget_area_inner .widgetWrap ul>li .star-rating span,.scheme_original .woocommerce #review_form #respond .stars a,.scheme_original .woocommerce-page #review_form #respond .stars a,.scheme_original .woocommerce ul.cart_list li a:hover{color:#db0e00}.scheme_light .woocommerce .woocommerce-message:before,.scheme_light .woocommerce-page .woocommerce-message:before,.scheme_light .woocommerce a.button.alt:hover,.scheme_light .woocommerce button.button.alt:hover,.scheme_light .woocommerce input.button.alt:hover,.scheme_light .woocommerce #respond input#submit.alt:hover,.scheme_light .woocommerce #content input.button.alt:hover,.scheme_light .woocommerce-page a.button.alt:hover,.scheme_light .woocommerce-page button.button.alt:hover,.scheme_light .woocommerce-page input.button.alt:hover,.scheme_light .woocommerce-page #respond input#submit.alt:hover,.scheme_light .woocommerce-page #content input.button.alt:hover,.scheme_light .woocommerce a.button:hover,.scheme_light .woocommerce button.button:hover,.scheme_light .woocommerce input.button:hover,.scheme_light .woocommerce #respond input#submit:hover,.scheme_light .woocommerce #content input.button:hover,.scheme_light .woocommerce-page a.button:hover,.scheme_light .woocommerce-page button.button:hover,.scheme_light .woocommerce-page input.button:hover,.scheme_light .woocommerce-page #respond input#submit:hover,.scheme_light .woocommerce-page #content input.button:hover,.scheme_light .woocommerce .quantity input[type=button]:hover,.scheme_light .woocommerce #content input[type=button]:hover,.scheme_light .woocommerce-page .quantity input[type=button]:hover,.scheme_light .woocommerce-page #content .quantity input[type=button]:hover,.scheme_light .woocommerce .star-rating,.scheme_light .woocommerce-page .star-rating,.scheme_light .widget_area_inner .widgetWrap ul>li .star-rating span,.scheme_light .woocommerce #review_form #respond .stars a,.scheme_light .woocommerce-page #review_form #respond .stars a,.scheme_light .woocommerce ul.cart_list li a:hover{color:#db0e00}.scheme_dark .woocommerce .woocommerce-message:before,.scheme_dark .woocommerce-page .woocommerce-message:before,.scheme_dark .woocommerce a.button.alt:hover,.scheme_dark .woocommerce button.button.alt:hover,.scheme_dark .woocommerce input.button.alt:hover,.scheme_dark .woocommerce #respond input#submit.alt:hover,.scheme_dark .woocommerce #content input.button.alt:hover,.scheme_dark .woocommerce-page a.button.alt:hover,.scheme_dark .woocommerce-page button.button.alt:hover,.scheme_dark .woocommerce-page input.button.alt:hover,.scheme_dark .woocommerce-page #respond input#submit.alt:hover,.scheme_dark .woocommerce-page #content input.button.alt:hover,.scheme_dark .woocommerce a.button:hover,.scheme_dark .woocommerce button.button:hover,.scheme_dark .woocommerce input.button:hover,.scheme_dark .woocommerce #respond input#submit:hover,.scheme_dark .woocommerce #content input.button:hover,.scheme_dark .woocommerce-page a.button:hover,.scheme_dark .woocommerce-page button.button:hover,.scheme_dark .woocommerce-page input.button:hover,.scheme_dark .woocommerce-page #respond input#submit:hover,.scheme_dark .woocommerce-page #content input.button:hover,.scheme_dark .woocommerce .quantity input[type=button]:hover,.scheme_dark .woocommerce #content input[type=button]:hover,.scheme_dark .woocommerce-page .quantity input[type=button]:hover,.scheme_dark .woocommerce-page #content .quantity input[type=button]:hover,.scheme_dark .woocommerce .star-rating,.scheme_dark .woocommerce-page .star-rating,.scheme_dark .widget_area_inner .widgetWrap ul>li .star-rating span,.scheme_dark .woocommerce #review_form #respond .stars a,.scheme_dark .woocommerce-page #review_form #respond .stars a,.scheme_dark .woocommerce ul.cart_list li a:hover{color:#db0e00}.scheme_original .woocommerce div.quantity span,.scheme_original .woocommerce-page div.quantity span{color:#fff}.scheme_light .woocommerce div.quantity span,.scheme_light .woocommerce-page div.quantity span{color:#1d1e23}.scheme_dark .woocommerce div.quantity span,.scheme_dark .woocommerce-page div.quantity span{color:#fff}.scheme_original .woocommerce div.quantity span,.scheme_original .woocommerce-page div.quantity span,.scheme_light .woocommerce div.quantity span,.scheme_light .woocommerce-page div.quantity span,.scheme_dark .woocommerce div.quantity span,.scheme_dark .woocommerce-page div.quantity span{background-color:#1d1e23}.scheme_original .woocommerce div.quantity span:hover,.scheme_original .woocommerce-page div.quantity span:hover,.scheme_original .woocommerce .widget_price_filter .ui-slider .ui-slider-range,.scheme_original .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,.scheme_original .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.scheme_original .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,.scheme_light .woocommerce div.quantity span:hover,.scheme_light .woocommerce-page div.quantity span:hover,.scheme_light .woocommerce .widget_price_filter .ui-slider .ui-slider-range,.scheme_light .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,.scheme_light .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.scheme_light .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,.scheme_dark .woocommerce div.quantity span:hover,.scheme_dark .woocommerce-page div.quantity span:hover,.scheme_dark .woocommerce .widget_price_filter .ui-slider .ui-slider-range,.scheme_dark .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,.scheme_dark .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,.scheme_dark .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button,.scheme_light .woocommerce .widget_price_filter .price_slider_amount .button,.scheme_dark .woocommerce .widget_price_filter .price_slider_amount .button{background-color:#db0e00}.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button,.scheme_light .woocommerce .widget_price_filter .price_slider_amount .button,.scheme_dark .woocommerce .widget_price_filter .price_slider_amount .button{border-color:#db0e00}.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button{color:#fff}.scheme_light .woocommerce .widget_price_filter .price_slider_amount .button{color:#1d1e23}.scheme_dark .woocommerce .widget_price_filter .price_slider_amount .button{color:#fff}.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button:hover,.scheme_light .woocommerce .widget_price_filter .price_slider_amount .button:hover,.scheme_dark .woocommerce .widget_price_filter .price_slider_amount .button:hover{background-color:#fe8905}.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button:hover,.scheme_light .woocommerce .widget_price_filter .price_slider_amount .button:hover,.scheme_dark .woocommerce .widget_price_filter .price_slider_amount .button:hover{border-color:#fe8905}.scheme_original .woocommerce .widget_price_filter .price_slider_amount .button:hover{color:#fff}.scheme_light .woocommerce .widget_price_filter .price_slider_amount .button:hover{color:#1d1e23}.scheme_dark .woocommerce .widget_price_filter .price_slider_amount .button:hover{color:#fff}.scheme_original .woocommerce .widget_price_filter .price_label span,.scheme_light .woocommerce .widget_price_filter .price_label span,.scheme_dark .woocommerce .widget_price_filter .price_label span{color:#b4b4b4}.scheme_original .woocommerce .woocommerce-message,.scheme_original .woocommerce-page .woocommerce-message,.scheme_original .woocommerce a.button.alt:active,.scheme_original .woocommerce button.button.alt:active,.scheme_original .woocommerce input.button.alt:active,.scheme_original .woocommerce #respond input#submit.alt:active,.scheme_original .woocommerce #content input.button.alt:active,.scheme_original .woocommerce-page a.button.alt:active,.scheme_original .woocommerce-page button.button.alt:active,.scheme_original .woocommerce-page input.button.alt:active,.scheme_original .woocommerce-page #respond input#submit.alt:active,.scheme_original .woocommerce-page #content input.button.alt:active,.scheme_original .woocommerce a.button:active,.scheme_original .woocommerce button.button:active,.scheme_original .woocommerce input.button:active,.scheme_original .woocommerce #respond input#submit:active,.scheme_original .woocommerce #content input.button:active,.scheme_original .woocommerce-page a.button:active,.scheme_original .woocommerce-page button.button:active,.scheme_original .woocommerce-page input.button:active,.scheme_original .woocommerce-page #respond input#submit:active,.scheme_original .woocommerce-page #content input.button:active,.scheme_light .woocommerce .woocommerce-message,.scheme_light .woocommerce-page .woocommerce-message,.scheme_light .woocommerce a.button.alt:active,.scheme_light .woocommerce button.button.alt:active,.scheme_light .woocommerce input.button.alt:active,.scheme_light .woocommerce #respond input#submit.alt:active,.scheme_light .woocommerce #content input.button.alt:active,.scheme_light .woocommerce-page a.button.alt:active,.scheme_light .woocommerce-page button.button.alt:active,.scheme_light .woocommerce-page input.button.alt:active,.scheme_light .woocommerce-page #respond input#submit.alt:active,.scheme_light .woocommerce-page #content input.button.alt:active,.scheme_light .woocommerce a.button:active,.scheme_light .woocommerce button.button:active,.scheme_light .woocommerce input.button:active,.scheme_light .woocommerce #respond input#submit:active,.scheme_light .woocommerce #content input.button:active,.scheme_light .woocommerce-page a.button:active,.scheme_light .woocommerce-page button.button:active,.scheme_light .woocommerce-page input.button:active,.scheme_light .woocommerce-page #respond input#submit:active,.scheme_light .woocommerce-page #content input.button:active,.scheme_dark .woocommerce .woocommerce-message,.scheme_dark .woocommerce-page .woocommerce-message,.scheme_dark .woocommerce a.button.alt:active,.scheme_dark .woocommerce button.button.alt:active,.scheme_dark .woocommerce input.button.alt:active,.scheme_dark .woocommerce #respond input#submit.alt:active,.scheme_dark .woocommerce #content input.button.alt:active,.scheme_dark .woocommerce-page a.button.alt:active,.scheme_dark .woocommerce-page button.button.alt:active,.scheme_dark .woocommerce-page input.button.alt:active,.scheme_dark .woocommerce-page #respond input#submit.alt:active,.scheme_dark .woocommerce-page #content input.button.alt:active,.scheme_dark .woocommerce a.button:active,.scheme_dark .woocommerce button.button:active,.scheme_dark .woocommerce input.button:active,.scheme_dark .woocommerce #respond input#submit:active,.scheme_dark .woocommerce #content input.button:active,.scheme_dark .woocommerce-page a.button:active,.scheme_dark .woocommerce-page button.button:active,.scheme_dark .woocommerce-page input.button:active,.scheme_dark .woocommerce-page #respond input#submit:active,.scheme_dark .woocommerce-page #content input.button:active{border-top-color:#fff}.scheme_original .woocommerce.widget_shopping_cart .total strong,.scheme_original .woocommerce.widget_shopping_cart .total .amount{color:#fff}.scheme_light .woocommerce.widget_shopping_cart .total strong,.scheme_light .woocommerce.widget_shopping_cart .total .amount{color:#1d1e23}.scheme_dark .woocommerce.widget_shopping_cart .total strong,.scheme_dark .woocommerce.widget_shopping_cart .total .amount{color:#fff}.scheme_original .woocommerce.widget_shopping_cart .buttons a,.scheme_light .woocommerce.widget_shopping_cart .buttons a,.scheme_dark .woocommerce.widget_shopping_cart .buttons a{background-color:#db0e00}.scheme_original .woocommerce.widget_shopping_cart .buttons a,.scheme_light .woocommerce.widget_shopping_cart .buttons a,.scheme_dark .woocommerce.widget_shopping_cart .buttons a{border-color:#db0e00}.scheme_original .woocommerce.widget_shopping_cart .buttons a,.scheme_light .woocommerce.widget_shopping_cart .buttons a,.scheme_dark .woocommerce.widget_shopping_cart .buttons a{color:#fff}.scheme_original .woocommerce.widget_shopping_cart .buttons a:hover,.scheme_light .woocommerce.widget_shopping_cart .buttons a:hover,.scheme_dark .woocommerce.widget_shopping_cart .buttons a:hover{background-color:#fe8905}.scheme_original .woocommerce.widget_shopping_cart .buttons a:hover,.scheme_light .woocommerce.widget_shopping_cart .buttons a:hover,.scheme_dark .woocommerce.widget_shopping_cart .buttons a:hover{border-color:#fe8905}.scheme_original .woocommerce.widget_shopping_cart .buttons a:hover,.scheme_light .woocommerce.widget_shopping_cart .buttons a:hover,.scheme_dark .woocommerce.widget_shopping_cart .buttons a:hover{color:#fff}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child,.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child,.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child{color:#db0e00}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child,.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child,.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child{background-color:#fea52600}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child,.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child,.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child{border-color:#fea52600}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover{color:#fff}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover{color:#1d1e23}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover{color:#fff}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover,.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover,.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover{background-color:#fea52600}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover,.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover,.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:first-child:hover{border-color:#fea52600}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{color:#fff}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{color:#1d1e23}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{color:#fff}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{background-color:#db0e00}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{background-color:#db0e00}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{background-color:#db0e00}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{border-color:#db0e00}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{border-color:#db0e00}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child{border-color:#db0e00}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{color:#fff}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{color:#1d1e23}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{color:#fff}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{background-color:#fe8905}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{background-color:#fe8905}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{background-color:#fe8905}.scheme_original .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{border-color:#fe8905}.scheme_light .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{border-color:#fe8905}.scheme_dark .top_panel_wrap .woocommerce.widget_shopping_cart .buttons a:last-child:hover{border-color:#fe8905}.scheme_original .woocommerce .quantity .qty,.scheme_original .woocommerce table.cart td.actions .coupon .input-text,.scheme_original .woocommerce-checkout #payment,.scheme_light .woocommerce .quantity .qty,.scheme_light .woocommerce table.cart td.actions .coupon .input-text,.scheme_light .woocommerce-checkout #payment,.scheme_dark .woocommerce .quantity .qty,.scheme_dark .woocommerce table.cart td.actions .coupon .input-text,.scheme_dark .woocommerce-checkout #payment{background-color:#fff}.scheme_original .contact_cart .cart_item,.scheme_original .header_mobile .cart_item,.scheme_light .contact_cart .cart_item,.scheme_light .header_mobile .cart_item,.scheme_dark .contact_cart .cart_item,.scheme_dark .header_mobile .cart_item{background-color:#db0e00}.scheme_original .contact_cart .cart_item,.scheme_original .header_mobile .cart_item{color:#fff}.scheme_light .contact_cart .cart_item,.scheme_light .header_mobile .cart_item{color:#1d1e23}.scheme_dark .contact_cart .cart_item,.scheme_dark .header_mobile .cart_item{color:#fff}.scheme_original .woocommerce ul.products li.product-category .post_item_wrap,.scheme_light .woocommerce ul.products li.product-category .post_item_wrap,.scheme_dark .woocommerce ul.products li.product-category .post_item_wrap{background-color:#db0e00}.scheme_original .woocommerce ul.products li.product h2:hover,.scheme_original .woocommerce ul.products li.product h2 a:hover,.scheme_original .woocommerce ul.products li.product h3:hover,.scheme_original .woocommerce ul.products li.product h3 a:hover,.scheme_light .woocommerce ul.products li.product h2:hover,.scheme_light .woocommerce ul.products li.product h2 a:hover,.scheme_light .woocommerce ul.products li.product h3:hover,.scheme_light .woocommerce ul.products li.product h3 a:hover,.scheme_dark .woocommerce ul.products li.product h2:hover,.scheme_dark .woocommerce ul.products li.product h2 a:hover,.scheme_dark .woocommerce ul.products li.product h3:hover,.scheme_dark .woocommerce ul.products li.product h3 a:hover{color:#db0e00}.scheme_original .woocommerce ul.products li.product h2,.scheme_original .woocommerce ul.products li.product h2 a,.scheme_original .woocommerce ul.products li.product h3,.scheme_original .woocommerce ul.products li.product h3 a,.scheme_original .woocommerce .product_meta span span,.scheme_original .woocommerce .product_meta a,.scheme_original .woocommerce div.product .product_title,.scheme_original .woocommerce .related.products h2,.scheme_light .woocommerce ul.products li.product h2,.scheme_light .woocommerce ul.products li.product h2 a,.scheme_light .woocommerce ul.products li.product h3,.scheme_light .woocommerce ul.products li.product h3 a,.scheme_light .woocommerce .product_meta span span,.scheme_light .woocommerce .product_meta a,.scheme_light .woocommerce div.product .product_title,.scheme_light .woocommerce .related.products h2,.scheme_dark .woocommerce ul.products li.product h2,.scheme_dark .woocommerce ul.products li.product h2 a,.scheme_dark .woocommerce ul.products li.product h3,.scheme_dark .woocommerce ul.products li.product h3 a,.scheme_dark .woocommerce .product_meta span span,.scheme_dark .woocommerce .product_meta a,.scheme_dark .woocommerce div.product .product_title,.scheme_dark .woocommerce .related.products h2,.scheme_original .woocommerce ul.products li.product.product-category h2:hover,.scheme_original .woocommerce ul.products li.product.product-category h2 a:hover,.scheme_original .woocommerce ul.products li.product.product-category h3:hover,.scheme_original .woocommerce ul.products li.product.product-category h3 a:hover,.scheme_light .woocommerce ul.products li.product.product-category h2:hover,.scheme_light .woocommerce ul.products li.product.product-category h2 a:hover,.scheme_light .woocommerce ul.products li.product.product-category h3:hover,.scheme_light .woocommerce ul.products li.product.product-category h3 a:hover,.scheme_dark .woocommerce ul.products li.product.product-category h2:hover,.scheme_dark .woocommerce ul.products li.product.product-category h2 a:hover,.scheme_dark .woocommerce ul.products li.product.product-category h3:hover,.scheme_dark .woocommerce ul.products li.product.product-category h3 a:hover{color:#1d1e23}.scheme_original .woocommerce a.button,.scheme_original .woocommerce button.button,.scheme_original .woocommerce input.button,.scheme_original .woocommerce #respond input#submit,.scheme_original .woocommerce #content input.button,.scheme_original .woocommerce-page a.button,.scheme_original .woocommerce-page button.button,.scheme_original .woocommerce-page input.button,.scheme_original .woocommerce-page #respond input#submit,.scheme_original .woocommerce-page #content input.button,.scheme_original .woocommerce a.button.alt,.scheme_original .woocommerce button.button.alt,.scheme_original .woocommerce input.button.alt,.scheme_original .woocommerce #respond input#submit.alt,.scheme_original .woocommerce #content input.button.alt,.scheme_original .woocommerce-page a.button.alt,.scheme_original .woocommerce-page button.button.alt,.scheme_original .woocommerce-page input.button.alt,.scheme_original .woocommerce-page #respond input#submit.alt,.scheme_original .woocommerce-page #content input.button.alt,.scheme_original .woocommerce-account .addresses .title .edit,.scheme_light .woocommerce a.button,.scheme_light .woocommerce button.button,.scheme_light .woocommerce input.button,.scheme_light .woocommerce #respond input#submit,.scheme_light .woocommerce #content input.button,.scheme_light .woocommerce-page a.button,.scheme_light .woocommerce-page button.button,.scheme_light .woocommerce-page input.button,.scheme_light .woocommerce-page #respond input#submit,.scheme_light .woocommerce-page #content input.button,.scheme_light .woocommerce a.button.alt,.scheme_light .woocommerce button.button.alt,.scheme_light .woocommerce input.button.alt,.scheme_light .woocommerce #respond input#submit.alt,.scheme_light .woocommerce #content input.button.alt,.scheme_light .woocommerce-page a.button.alt,.scheme_light .woocommerce-page button.button.alt,.scheme_light .woocommerce-page input.button.alt,.scheme_light .woocommerce-page #respond input#submit.alt,.scheme_light .woocommerce-page #content input.button.alt,.scheme_light .woocommerce-account .addresses .title .edit,.scheme_dark .woocommerce a.button,.scheme_dark .woocommerce button.button,.scheme_dark .woocommerce input.button,.scheme_dark .woocommerce #respond input#submit,.scheme_dark .woocommerce #content input.button,.scheme_dark .woocommerce-page a.button,.scheme_dark .woocommerce-page button.button,.scheme_dark .woocommerce-page input.button,.scheme_dark .woocommerce-page #respond input#submit,.scheme_dark .woocommerce-page #content input.button,.scheme_dark .woocommerce a.button.alt,.scheme_dark .woocommerce button.button.alt,.scheme_dark .woocommerce input.button.alt,.scheme_dark .woocommerce #respond input#submit.alt,.scheme_dark .woocommerce #content input.button.alt,.scheme_dark .woocommerce-page a.button.alt,.scheme_dark .woocommerce-page button.button.alt,.scheme_dark .woocommerce-page input.button.alt,.scheme_dark .woocommerce-page #respond input#submit.alt,.scheme_dark .woocommerce-page #content input.button.alt,.scheme_dark .woocommerce-account .addresses .title .edit{background-color:#db0e00}.scheme_original .woocommerce a.button,.scheme_original .woocommerce button.button,.scheme_original .woocommerce input.button,.scheme_original .woocommerce #respond input#submit,.scheme_original .woocommerce #content input.button,.scheme_original .woocommerce-page a.button,.scheme_original .woocommerce-page button.button,.scheme_original .woocommerce-page input.button,.scheme_original .woocommerce-page #respond input#submit,.scheme_original .woocommerce-page #content input.button,.scheme_original .woocommerce a.button.alt,.scheme_original .woocommerce button.button.alt,.scheme_original .woocommerce input.button.alt,.scheme_original .woocommerce #respond input#submit.alt,.scheme_original .woocommerce #content input.button.alt,.scheme_original .woocommerce-page a.button.alt,.scheme_original .woocommerce-page button.button.alt,.scheme_original .woocommerce-page input.button.alt,.scheme_original .woocommerce-page #respond input#submit.alt,.scheme_original .woocommerce-page #content input.button.alt,.scheme_original .woocommerce-account .addresses .title .edit,.scheme_light .woocommerce a.button,.scheme_light .woocommerce button.button,.scheme_light .woocommerce input.button,.scheme_light .woocommerce #respond input#submit,.scheme_light .woocommerce #content input.button,.scheme_light .woocommerce-page a.button,.scheme_light .woocommerce-page button.button,.scheme_light .woocommerce-page input.button,.scheme_light .woocommerce-page #respond input#submit,.scheme_light .woocommerce-page #content input.button,.scheme_light .woocommerce a.button.alt,.scheme_light .woocommerce button.button.alt,.scheme_light .woocommerce input.button.alt,.scheme_light .woocommerce #respond input#submit.alt,.scheme_light .woocommerce #content input.button.alt,.scheme_light .woocommerce-page a.button.alt,.scheme_light .woocommerce-page button.button.alt,.scheme_light .woocommerce-page input.button.alt,.scheme_light .woocommerce-page #respond input#submit.alt,.scheme_light .woocommerce-page #content input.button.alt,.scheme_light .woocommerce-account .addresses .title .edit,.scheme_dark .woocommerce a.button,.scheme_dark .woocommerce button.button,.scheme_dark .woocommerce input.button,.scheme_dark .woocommerce #respond input#submit,.scheme_dark .woocommerce #content input.button,.scheme_dark .woocommerce-page a.button,.scheme_dark .woocommerce-page button.button,.scheme_dark .woocommerce-page input.button,.scheme_dark .woocommerce-page #respond input#submit,.scheme_dark .woocommerce-page #content input.button,.scheme_dark .woocommerce a.button.alt,.scheme_dark .woocommerce button.button.alt,.scheme_dark .woocommerce input.button.alt,.scheme_dark .woocommerce #respond input#submit.alt,.scheme_dark .woocommerce #content input.button.alt,.scheme_dark .woocommerce-page a.button.alt,.scheme_dark .woocommerce-page button.button.alt,.scheme_dark .woocommerce-page input.button.alt,.scheme_dark .woocommerce-page #respond input#submit.alt,.scheme_dark .woocommerce-page #content input.button.alt,.scheme_dark .woocommerce-account .addresses .title .edit{border-color:#db0e00}.scheme_original .woocommerce a.button,.scheme_original .woocommerce button.button,.scheme_original .woocommerce input.button,.scheme_original .woocommerce #respond input#submit,.scheme_original .woocommerce #content input.button,.scheme_original .woocommerce-page a.button,.scheme_original .woocommerce-page button.button,.scheme_original .woocommerce-page input.button,.scheme_original .woocommerce-page #respond input#submit,.scheme_original .woocommerce-page #content input.button,.scheme_original .woocommerce a.button.alt,.scheme_original .woocommerce button.button.alt,.scheme_original .woocommerce input.button.alt,.scheme_original .woocommerce #respond input#submit.alt,.scheme_original .woocommerce #content input.button.alt,.scheme_original .woocommerce-page a.button.alt,.scheme_original .woocommerce-page button.button.alt,.scheme_original .woocommerce-page input.button.alt,.scheme_original .woocommerce-page #respond input#submit.alt,.scheme_original .woocommerce-page #content input.button.alt,.scheme_original .woocommerce-account .addresses .title .edit,.scheme_light .woocommerce a.button,.scheme_light .woocommerce button.button,.scheme_light .woocommerce input.button,.scheme_light .woocommerce #respond input#submit,.scheme_light .woocommerce #content input.button,.scheme_light .woocommerce-page a.button,.scheme_light .woocommerce-page button.button,.scheme_light .woocommerce-page input.button,.scheme_light .woocommerce-page #respond input#submit,.scheme_light .woocommerce-page #content input.button,.scheme_light .woocommerce a.button.alt,.scheme_light .woocommerce button.button.alt,.scheme_light .woocommerce input.button.alt,.scheme_light .woocommerce #respond input#submit.alt,.scheme_light .woocommerce #content input.button.alt,.scheme_light .woocommerce-page a.button.alt,.scheme_light .woocommerce-page button.button.alt,.scheme_light .woocommerce-page input.button.alt,.scheme_light .woocommerce-page #respond input#submit.alt,.scheme_light .woocommerce-page #content input.button.alt,.scheme_light .woocommerce-account .addresses .title .edit,.scheme_dark .woocommerce a.button,.scheme_dark .woocommerce button.button,.scheme_dark .woocommerce input.button,.scheme_dark .woocommerce #respond input#submit,.scheme_dark .woocommerce #content input.button,.scheme_dark .woocommerce-page a.button,.scheme_dark .woocommerce-page button.button,.scheme_dark .woocommerce-page input.button,.scheme_dark .woocommerce-page #respond input#submit,.scheme_dark .woocommerce-page #content input.button,.scheme_dark .woocommerce a.button.alt,.scheme_dark .woocommerce button.button.alt,.scheme_dark .woocommerce input.button.alt,.scheme_dark .woocommerce #respond input#submit.alt,.scheme_dark .woocommerce #content input.button.alt,.scheme_dark .woocommerce-page a.button.alt,.scheme_dark .woocommerce-page button.button.alt,.scheme_dark .woocommerce-page input.button.alt,.scheme_dark .woocommerce-page #respond input#submit.alt,.scheme_dark .woocommerce-page #content input.button.alt,.scheme_dark .woocommerce-account .addresses .title .edit{color:#fff}.scheme_original .woocommerce a.button:hover,.scheme_original .woocommerce button.button:hover,.scheme_original .woocommerce input.button:hover,.scheme_original .woocommerce #respond input#submit:hover,.scheme_original .woocommerce #content input.button:hover,.scheme_original .woocommerce-page a.button:hover,.scheme_original .woocommerce-page button.button:hover,.scheme_original .woocommerce-page input.button:hover,.scheme_original .woocommerce-page #respond input#submit:hover,.scheme_original .woocommerce-page #content input.button:hover,.scheme_original .woocommerce a.button.alt:hover,.scheme_original .woocommerce button.button.alt:hover,.scheme_original .woocommerce input.button.alt:hover,.scheme_original .woocommerce #respond input#submit.alt:hover,.scheme_original .woocommerce #content input.button.alt:hover,.scheme_original .woocommerce-page a.button.alt:hover,.scheme_original .woocommerce-page button.button.alt:hover,.scheme_original .woocommerce-page input.button.alt:hover,.scheme_original .woocommerce-page #respond input#submit.alt:hover,.scheme_original .woocommerce-page #content input.button.alt:hover,.scheme_original .woocommerce-account .addresses .title .edit:hover,.scheme_light .woocommerce a.button:hover,.scheme_light .woocommerce button.button:hover,.scheme_light .woocommerce input.button:hover,.scheme_light .woocommerce #respond input#submit:hover,.scheme_light .woocommerce #content input.button:hover,.scheme_light .woocommerce-page a.button:hover,.scheme_light .woocommerce-page button.button:hover,.scheme_light .woocommerce-page input.button:hover,.scheme_light .woocommerce-page #respond input#submit:hover,.scheme_light .woocommerce-page #content input.button:hover,.scheme_light .woocommerce a.button.alt:hover,.scheme_light .woocommerce button.button.alt:hover,.scheme_light .woocommerce input.button.alt:hover,.scheme_light .woocommerce #respond input#submit.alt:hover,.scheme_light .woocommerce #content input.button.alt:hover,.scheme_light .woocommerce-page a.button.alt:hover,.scheme_light .woocommerce-page button.button.alt:hover,.scheme_light .woocommerce-page input.button.alt:hover,.scheme_light .woocommerce-page #respond input#submit.alt:hover,.scheme_light .woocommerce-page #content input.button.alt:hover,.scheme_light .woocommerce-account .addresses .title .edit:hover,.scheme_dark .woocommerce a.button:hover,.scheme_dark .woocommerce button.button:hover,.scheme_dark .woocommerce input.button:hover,.scheme_dark .woocommerce #respond input#submit:hover,.scheme_dark .woocommerce #content input.button:hover,.scheme_dark .woocommerce-page a.button:hover,.scheme_dark .woocommerce-page button.button:hover,.scheme_dark .woocommerce-page input.button:hover,.scheme_dark .woocommerce-page #respond input#submit:hover,.scheme_dark .woocommerce-page #content input.button:hover,.scheme_dark .woocommerce a.button.alt:hover,.scheme_dark .woocommerce button.button.alt:hover,.scheme_dark .woocommerce input.button.alt:hover,.scheme_dark .woocommerce #respond input#submit.alt:hover,.scheme_dark .woocommerce #content input.button.alt:hover,.scheme_dark .woocommerce-page a.button.alt:hover,.scheme_dark .woocommerce-page button.button.alt:hover,.scheme_dark .woocommerce-page input.button.alt:hover,.scheme_dark .woocommerce-page #respond input#submit.alt:hover,.scheme_dark .woocommerce-page #content input.button.alt:hover,.scheme_dark .woocommerce-account .addresses .title .edit:hover{background-color:#fe8905}.scheme_original .woocommerce a.button:hover,.scheme_original .woocommerce button.button:hover,.scheme_original .woocommerce input.button:hover,.scheme_original .woocommerce #respond input#submit:hover,.scheme_original .woocommerce #content input.button:hover,.scheme_original .woocommerce-page a.button:hover,.scheme_original .woocommerce-page button.button:hover,.scheme_original .woocommerce-page input.button:hover,.scheme_original .woocommerce-page #respond input#submit:hover,.scheme_original .woocommerce-page #content input.button:hover,.scheme_original .woocommerce a.button.alt:hover,.scheme_original .woocommerce button.button.alt:hover,.scheme_original .woocommerce input.button.alt:hover,.scheme_original .woocommerce #respond input#submit.alt:hover,.scheme_original .woocommerce #content input.button.alt:hover,.scheme_original .woocommerce-page a.button.alt:hover,.scheme_original .woocommerce-page button.button.alt:hover,.scheme_original .woocommerce-page input.button.alt:hover,.scheme_original .woocommerce-page #respond input#submit.alt:hover,.scheme_original .woocommerce-page #content input.button.alt:hover,.scheme_original .woocommerce-account .addresses .title .edit:hover,.scheme_light .woocommerce a.button:hover,.scheme_light .woocommerce button.button:hover,.scheme_light .woocommerce input.button:hover,.scheme_light .woocommerce #respond input#submit:hover,.scheme_light .woocommerce #content input.button:hover,.scheme_light .woocommerce-page a.button:hover,.scheme_light .woocommerce-page button.button:hover,.scheme_light .woocommerce-page input.button:hover,.scheme_light .woocommerce-page #respond input#submit:hover,.scheme_light .woocommerce-page #content input.button:hover,.scheme_light .woocommerce a.button.alt:hover,.scheme_light .woocommerce button.button.alt:hover,.scheme_light .woocommerce input.button.alt:hover,.scheme_light .woocommerce #respond input#submit.alt:hover,.scheme_light .woocommerce #content input.button.alt:hover,.scheme_light .woocommerce-page a.button.alt:hover,.scheme_light .woocommerce-page button.button.alt:hover,.scheme_light .woocommerce-page input.button.alt:hover,.scheme_light .woocommerce-page #respond input#submit.alt:hover,.scheme_light .woocommerce-page #content input.button.alt:hover,.scheme_light .woocommerce-account .addresses .title .edit:hover,.scheme_dark .woocommerce a.button:hover,.scheme_dark .woocommerce button.button:hover,.scheme_dark .woocommerce input.button:hover,.scheme_dark .woocommerce #respond input#submit:hover,.scheme_dark .woocommerce #content input.button:hover,.scheme_dark .woocommerce-page a.button:hover,.scheme_dark .woocommerce-page button.button:hover,.scheme_dark .woocommerce-page input.button:hover,.scheme_dark .woocommerce-page #respond input#submit:hover,.scheme_dark .woocommerce-page #content input.button:hover,.scheme_dark .woocommerce a.button.alt:hover,.scheme_dark .woocommerce button.button.alt:hover,.scheme_dark .woocommerce input.button.alt:hover,.scheme_dark .woocommerce #respond input#submit.alt:hover,.scheme_dark .woocommerce #content input.button.alt:hover,.scheme_dark .woocommerce-page a.button.alt:hover,.scheme_dark .woocommerce-page button.button.alt:hover,.scheme_dark .woocommerce-page input.button.alt:hover,.scheme_dark .woocommerce-page #respond input#submit.alt:hover,.scheme_dark .woocommerce-page #content input.button.alt:hover,.scheme_dark .woocommerce-account .addresses .title .edit:hover{border-color:#fe8905}.scheme_original .woocommerce a.button:hover,.scheme_original .woocommerce button.button:hover,.scheme_original .woocommerce input.button:hover,.scheme_original .woocommerce #respond input#submit:hover,.scheme_original .woocommerce #content input.button:hover,.scheme_original .woocommerce-page a.button:hover,.scheme_original .woocommerce-page button.button:hover,.scheme_original .woocommerce-page input.button:hover,.scheme_original .woocommerce-page #respond input#submit:hover,.scheme_original .woocommerce-page #content input.button:hover,.scheme_original .woocommerce a.button.alt:hover,.scheme_original .woocommerce button.button.alt:hover,.scheme_original .woocommerce input.button.alt:hover,.scheme_original .woocommerce #respond input#submit.alt:hover,.scheme_original .woocommerce #content input.button.alt:hover,.scheme_original .woocommerce-page a.button.alt:hover,.scheme_original .woocommerce-page button.button.alt:hover,.scheme_original .woocommerce-page input.button.alt:hover,.scheme_original .woocommerce-page #respond input#submit.alt:hover,.scheme_original .woocommerce-page #content input.button.alt:hover,.scheme_original .woocommerce-account .addresses .title .edit:hover,.scheme_light .woocommerce a.button:hover,.scheme_light .woocommerce button.button:hover,.scheme_light .woocommerce input.button:hover,.scheme_light .woocommerce #respond input#submit:hover,.scheme_light .woocommerce #content input.button:hover,.scheme_light .woocommerce-page a.button:hover,.scheme_light .woocommerce-page button.button:hover,.scheme_light .woocommerce-page input.button:hover,.scheme_light .woocommerce-page #respond input#submit:hover,.scheme_light .woocommerce-page #content input.button:hover,.scheme_light .woocommerce a.button.alt:hover,.scheme_light .woocommerce button.button.alt:hover,.scheme_light .woocommerce input.button.alt:hover,.scheme_light .woocommerce #respond input#submit.alt:hover,.scheme_light .woocommerce #content input.button.alt:hover,.scheme_light .woocommerce-page a.button.alt:hover,.scheme_light .woocommerce-page button.button.alt:hover,.scheme_light .woocommerce-page input.button.alt:hover,.scheme_light .woocommerce-page #respond input#submit.alt:hover,.scheme_light .woocommerce-page #content input.button.alt:hover,.scheme_light .woocommerce-account .addresses .title .edit:hover,.scheme_dark .woocommerce a.button:hover,.scheme_dark .woocommerce button.button:hover,.scheme_dark .woocommerce input.button:hover,.scheme_dark .woocommerce #respond input#submit:hover,.scheme_dark .woocommerce #content input.button:hover,.scheme_dark .woocommerce-page a.button:hover,.scheme_dark .woocommerce-page button.button:hover,.scheme_dark .woocommerce-page input.button:hover,.scheme_dark .woocommerce-page #respond input#submit:hover,.scheme_dark .woocommerce-page #content input.button:hover,.scheme_dark .woocommerce a.button.alt:hover,.scheme_dark .woocommerce button.button.alt:hover,.scheme_dark .woocommerce input.button.alt:hover,.scheme_dark .woocommerce #respond input#submit.alt:hover,.scheme_dark .woocommerce #content input.button.alt:hover,.scheme_dark .woocommerce-page a.button.alt:hover,.scheme_dark .woocommerce-page button.button.alt:hover,.scheme_dark .woocommerce-page input.button.alt:hover,.scheme_dark .woocommerce-page #respond input#submit.alt:hover,.scheme_dark .woocommerce-page #content input.button.alt:hover,.scheme_dark .woocommerce-account .addresses .title .edit:hover{color:#fff}.scheme_original .woocommerce ul.products li.product .post_item_wrap,.scheme_light .woocommerce ul.products li.product .post_item_wrap,.scheme_dark .woocommerce ul.products li.product .post_item_wrap{border-color:#3435391a}.scheme_original .woocommerce .woocommerce-ordering select,.scheme_light .woocommerce .woocommerce-ordering select,.scheme_dark .woocommerce .woocommerce-ordering select{color:#b4b4b4}.scheme_original .woocommerce .woocommerce-ordering select,.scheme_light .woocommerce .woocommerce-ordering select,.scheme_dark .woocommerce .woocommerce-ordering select,.scheme_original .woocommerce div.product form.cart div.quantity input[type=number],.scheme_original .woocommerce td.product-quantity div.quantity .qty,.scheme_light .woocommerce div.product form.cart div.quantity input[type=number],.scheme_light .woocommerce td.product-quantity div.quantity .qty,.scheme_dark .woocommerce div.product form.cart div.quantity input[type=number],.scheme_dark .woocommerce td.product-quantity div.quantity .qty{background-color:#fff}.scheme_original .woocommerce div.product form.cart div.quantity input[type=number],.scheme_original .woocommerce td.product-quantity div.quantity .qty,.scheme_light .woocommerce div.product form.cart div.quantity input[type=number],.scheme_light .woocommerce td.product-quantity div.quantity .qty,.scheme_dark .woocommerce div.product form.cart div.quantity input[type=number],.scheme_dark .woocommerce td.product-quantity div.quantity .qty{color:#1d1e23}.scheme_original .woocommerce .mode_buttons a,.scheme_original .woocommerce .related.products h2:after{color:#db0e00}.scheme_light .woocommerce .mode_buttons a,.scheme_light .woocommerce .related.products h2:after{color:#db0e00}.scheme_dark .woocommerce .mode_buttons a,.scheme_dark .woocommerce .related.products h2:after{color:#db0e00}.scheme_original .article_style_boxed.woocommerce .woocommerce-error,.scheme_original .article_style_boxed.woocommerce .woocommerce-info,.scheme_original .article_style_boxed.woocommerce .woocommerce-message,.scheme_original .article_style_boxed.woocommerce-page .woocommerce-error,.scheme_original .article_style_boxed.woocommerce-page .woocommerce-info,.scheme_original .article_style_boxed.woocommerce-page .woocommerce-message,.scheme_original .article_style_boxed.woocommerce.archive .woocommerce-error,.scheme_original .article_style_boxed.woocommerce.archive .woocommerce-info,.scheme_original .article_style_boxed.woocommerce.archive .woocommerce-message,.scheme_original .article_style_boxed.woocommerce-page.archive .woocommerce-error,.scheme_original .article_style_boxed.woocommerce-page.archive .woocommerce-info,.scheme_original .article_style_boxed.woocommerce-page.archive .woocommerce-message{background-color:#121215}.scheme_light .article_style_boxed.woocommerce .woocommerce-error,.scheme_light .article_style_boxed.woocommerce .woocommerce-info,.scheme_light .article_style_boxed.woocommerce .woocommerce-message,.scheme_light .article_style_boxed.woocommerce-page .woocommerce-error,.scheme_light .article_style_boxed.woocommerce-page .woocommerce-info,.scheme_light .article_style_boxed.woocommerce-page .woocommerce-message,.scheme_light .article_style_boxed.woocommerce.archive .woocommerce-error,.scheme_light .article_style_boxed.woocommerce.archive .woocommerce-info,.scheme_light .article_style_boxed.woocommerce.archive .woocommerce-message,.scheme_light .article_style_boxed.woocommerce-page.archive .woocommerce-error,.scheme_light .article_style_boxed.woocommerce-page.archive .woocommerce-info,.scheme_light .article_style_boxed.woocommerce-page.archive .woocommerce-message{background-color:#f6f6f6}.scheme_dark .article_style_boxed.woocommerce .woocommerce-error,.scheme_dark .article_style_boxed.woocommerce .woocommerce-info,.scheme_dark .article_style_boxed.woocommerce .woocommerce-message,.scheme_dark .article_style_boxed.woocommerce-page .woocommerce-error,.scheme_dark .article_style_boxed.woocommerce-page .woocommerce-info,.scheme_dark .article_style_boxed.woocommerce-page .woocommerce-message,.scheme_dark .article_style_boxed.woocommerce.archive .woocommerce-error,.scheme_dark .article_style_boxed.woocommerce.archive .woocommerce-info,.scheme_dark .article_style_boxed.woocommerce.archive .woocommerce-message,.scheme_dark .article_style_boxed.woocommerce-page.archive .woocommerce-error,.scheme_dark .article_style_boxed.woocommerce-page.archive .woocommerce-info,.scheme_dark .article_style_boxed.woocommerce-page.archive .woocommerce-message{background-color:#121215}.scheme_original .woocommerce div.product span.price,.scheme_original .woocommerce div.product p.price,.scheme_original .woocommerce #content div.product span.price,.scheme_original .woocommerce #content div.product p.price,.scheme_original .woocommerce-page div.product span.price,.scheme_original .woocommerce-page div.product p.price,.scheme_original .woocommerce-page #content div.product span.price,.scheme_original .woocommerce-page #content div.product p.price,.scheme_original .woocommerce ul.products li.product .price,.scheme_original .woocommerce-page ul.products li.product .price,.scheme_light .woocommerce div.product span.price,.scheme_light .woocommerce div.product p.price,.scheme_light .woocommerce #content div.product span.price,.scheme_light .woocommerce #content div.product p.price,.scheme_light .woocommerce-page div.product span.price,.scheme_light .woocommerce-page div.product p.price,.scheme_light .woocommerce-page #content div.product span.price,.scheme_light .woocommerce-page #content div.product p.price,.scheme_light .woocommerce ul.products li.product .price,.scheme_light .woocommerce-page ul.products li.product .price,.scheme_dark .woocommerce div.product span.price,.scheme_dark .woocommerce div.product p.price,.scheme_dark .woocommerce #content div.product span.price,.scheme_dark .woocommerce #content div.product p.price,.scheme_dark .woocommerce-page div.product span.price,.scheme_dark .woocommerce-page div.product p.price,.scheme_dark .woocommerce-page #content div.product span.price,.scheme_dark .woocommerce-page #content div.product p.price,.scheme_dark .woocommerce ul.products li.product .price,.scheme_dark .woocommerce-page ul.products li.product .price{color:#1d1e23}.scheme_original .woocommerce span.new,.scheme_original .woocommerce-page span.new,.scheme_original .woocommerce span.onsale,.scheme_original .woocommerce-page span.onsale,.scheme_light .woocommerce span.new,.scheme_light .woocommerce-page span.new,.scheme_light .woocommerce span.onsale,.scheme_light .woocommerce-page span.onsale,.scheme_dark .woocommerce span.new,.scheme_dark .woocommerce-page span.new,.scheme_dark .woocommerce span.onsale,.scheme_dark .woocommerce-page span.onsale{background-color:#1d1e23}.scheme_original .woocommerce span.new,.scheme_original .woocommerce-page span.new,.scheme_original .woocommerce span.onsale,.scheme_original .woocommerce-page span.onsale,.scheme_light .woocommerce span.new,.scheme_light .woocommerce-page span.new,.scheme_light .woocommerce span.onsale,.scheme_light .woocommerce-page span.onsale,.scheme_dark .woocommerce span.new,.scheme_dark .woocommerce-page span.new,.scheme_dark .woocommerce span.onsale,.scheme_dark .woocommerce-page span.onsale{color:#fff}.scheme_original .article_style_boxed.woocommerce ul.products li.product .post_item_wrap,.scheme_original .article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap{background-color:#121215}.scheme_light .article_style_boxed.woocommerce ul.products li.product .post_item_wrap,.scheme_light .article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap{background-color:#f6f6f6}.scheme_dark .article_style_boxed.woocommerce ul.products li.product .post_item_wrap,.scheme_dark .article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap{background-color:#121215}.scheme_original .woocommerce ul.products li.product .add_to_cart_button,.scheme_original .woocommerce-page ul.products li.product .add_to_cart_button,.scheme_light .woocommerce ul.products li.product .add_to_cart_button,.scheme_light .woocommerce-page ul.products li.product .add_to_cart_button,.scheme_dark .woocommerce ul.products li.product .add_to_cart_button,.scheme_dark .woocommerce-page ul.products li.product .add_to_cart_button{background-color:#db0e00}.scheme_original .woocommerce ul.products li.product .add_to_cart_button,.scheme_original .woocommerce-page ul.products li.product .add_to_cart_button,.scheme_light .woocommerce ul.products li.product .add_to_cart_button,.scheme_light .woocommerce-page ul.products li.product .add_to_cart_button,.scheme_dark .woocommerce ul.products li.product .add_to_cart_button,.scheme_dark .woocommerce-page ul.products li.product .add_to_cart_button{border-color:#db0e00}.scheme_original .woocommerce ul.products li.product .add_to_cart_button:hover,.scheme_original .woocommerce-page ul.products li.product .add_to_cart_button:hover,.scheme_light .woocommerce ul.products li.product .add_to_cart_button:hover,.scheme_light .woocommerce-page ul.products li.product .add_to_cart_button:hover,.scheme_dark .woocommerce ul.products li.product .add_to_cart_button:hover,.scheme_dark .woocommerce-page ul.products li.product .add_to_cart_button:hover{background-color:#fe8905}.scheme_original .woocommerce ul.products li.product .add_to_cart_button:hover,.scheme_original .woocommerce-page ul.products li.product .add_to_cart_button:hover,.scheme_light .woocommerce ul.products li.product .add_to_cart_button:hover,.scheme_light .woocommerce-page ul.products li.product .add_to_cart_button:hover,.scheme_dark .woocommerce ul.products li.product .add_to_cart_button:hover,.scheme_dark .woocommerce-page ul.products li.product .add_to_cart_button:hover{border-color:#fe8905}.scheme_original .woocommerce a.remove:hover,.scheme_light .woocommerce a.remove:hover{color:#121215}.scheme_dark .woocommerce a.remove:hover{color:#fff}.article_style_boxed.woocommerce ul.products li.product .post_item_wrap.scheme_original,.article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap.scheme_original{background-color:#000}.article_style_boxed.woocommerce ul.products li.product .post_item_wrap.scheme_light,.article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap.scheme_light{background-color:#f6f6f6}.article_style_boxed.woocommerce ul.products li.product .post_item_wrap.scheme_dark,.article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap.scheme_dark{background-color:#000}.article_style_boxed.woocommerce ul.products li.product .post_content.scheme_original,.article_style_boxed.woocommerce-page ul.products li.product .post_content.scheme_original{background-color:#121215}.article_style_boxed.woocommerce ul.products li.product .post_content.scheme_light,.article_style_boxed.woocommerce-page ul.products li.product .post_content.scheme_light{background-color:#f6f6f6}.article_style_boxed.woocommerce ul.products li.product .post_content.scheme_dark,.article_style_boxed.woocommerce-page ul.products li.product .post_content.scheme_dark{background-color:#121215}.scheme_original .woocommerce a.remove,.scheme_original .woocommerce ul.products li.product .star-rating:before,.scheme_original .woocommerce ul.products li.product .star-rating span,.scheme_original .woocommerce div.product .star-rating{color:#db0e00}.scheme_light .woocommerce a.remove,.scheme_light .woocommerce ul.products li.product .star-rating:before,.scheme_light .woocommerce ul.products li.product .star-rating span,.scheme_light .woocommerce div.product .star-rating{color:#db0e00}.scheme_dark .woocommerce a.remove,.scheme_dark .woocommerce ul.products li.product .star-rating:before,.scheme_dark .woocommerce ul.products li.product .star-rating span,.scheme_dark .woocommerce div.product .star-rating{color:#db0e00}.scheme_original .woocommerce ul.products li.product .price del,.scheme_original .woocommerce-page ul.products li.product .price del,.scheme_original .woocommerce .product_meta,.scheme_light .woocommerce ul.products li.product .price del,.scheme_light .woocommerce-page ul.products li.product .price del,.scheme_light .woocommerce .product_meta,.scheme_dark .woocommerce ul.products li.product .price del,.scheme_dark .woocommerce-page ul.products li.product .price del,.scheme_dark .woocommerce .product_meta{color:#b4b4b4}.scheme_original .single-product div.product .woocommerce-tabs,.scheme_light .single-product div.product .woocommerce-tabs,.scheme_dark .single-product div.product .woocommerce-tabs{background-color:#fff}.scheme_original .woocommerce nav.woocommerce-pagination ul li a,.scheme_original .woocommerce nav.woocommerce-pagination ul li span.current{border-color:#fff}.scheme_light .woocommerce nav.woocommerce-pagination ul li a,.scheme_light .woocommerce nav.woocommerce-pagination ul li span.current{border-color:#fff}.scheme_dark .woocommerce nav.woocommerce-pagination ul li a,.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current{border-color:#fff}.scheme_original .woocommerce nav.woocommerce-pagination ul li a,.scheme_original .woocommerce nav.woocommerce-pagination ul li span.current{background-color:#fff}.scheme_light .woocommerce nav.woocommerce-pagination ul li a,.scheme_light .woocommerce nav.woocommerce-pagination ul li span.current{background-color:#fff}.scheme_dark .woocommerce nav.woocommerce-pagination ul li a,.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current{background-color:#fff}.scheme_original .woocommerce nav.woocommerce-pagination ul li a,.scheme_original .woocommerce nav.woocommerce-pagination ul li span.current{color:#1d1e23}.scheme_light .woocommerce nav.woocommerce-pagination ul li a,.scheme_light .woocommerce nav.woocommerce-pagination ul li span.current{color:#1d1e23}.scheme_dark .woocommerce nav.woocommerce-pagination ul li a,.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current{color:#1d1e23}.scheme_original .woocommerce nav.woocommerce-pagination ul li a:focus,.scheme_original .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_original .woocommerce nav.woocommerce-pagination ul li span.current{color:#fff}.scheme_light .woocommerce nav.woocommerce-pagination ul li a:focus,.scheme_light .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_light .woocommerce nav.woocommerce-pagination ul li span.current{color:#fff}.scheme_dark .woocommerce nav.woocommerce-pagination ul li a:focus,.scheme_dark .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current{color:#fff}.scheme_original .woocommerce nav.woocommerce-pagination ul li a:focus,.scheme_original .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_original .woocommerce nav.woocommerce-pagination ul li span.current{background-color:#1d1e23}.scheme_light .woocommerce nav.woocommerce-pagination ul li a:focus,.scheme_light .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_light .woocommerce nav.woocommerce-pagination ul li span.current{background-color:#1d1e23}.scheme_dark .woocommerce nav.woocommerce-pagination ul li a:focus,.scheme_dark .woocommerce nav.woocommerce-pagination ul li a:hover,.scheme_dark .woocommerce nav.woocommerce-pagination ul li span.current{background-color:#1d1e23}.scheme_original .woocommerce div.product .woocommerce-tabs .panel,.scheme_original .woocommerce #content div.product .woocommerce-tabs .panel,.scheme_original .woocommerce-page div.product .woocommerce-tabs .panel,.scheme_original .woocommerce-page #content div.product .woocommerce-tabs .panel,.scheme_light .woocommerce div.product .woocommerce-tabs .panel,.scheme_light .woocommerce #content div.product .woocommerce-tabs .panel,.scheme_light .woocommerce-page div.product .woocommerce-tabs .panel,.scheme_light .woocommerce-page #content div.product .woocommerce-tabs .panel,.scheme_dark .woocommerce div.product .woocommerce-tabs .panel,.scheme_dark .woocommerce #content div.product .woocommerce-tabs .panel,.scheme_dark .woocommerce-page div.product .woocommerce-tabs .panel,.scheme_dark .woocommerce-page #content div.product .woocommerce-tabs .panel{border-color:#343539}.scheme_original .single-product div.product .woocommerce-tabs .wc-tabs li a,.scheme_light .single-product div.product .woocommerce-tabs .wc-tabs li a,.scheme_dark .single-product div.product .woocommerce-tabs .wc-tabs li a{color:gray}.scheme_original .single-product div.product .woocommerce-tabs .wc-tabs li.active a,.scheme_original .single-product div.product .woocommerce-tabs .wc-tabs li a:hover,.scheme_original .single-product div.product .woocommerce-tabs .wc-tabs li a:before,.scheme_original .single-product div.product .woocommerce-tabs .wc-tabs li a:after{color:#db0e00}.scheme_light .single-product div.product .woocommerce-tabs .wc-tabs li.active a,.scheme_light .single-product div.product .woocommerce-tabs .wc-tabs li a:hover,.scheme_light .single-product div.product .woocommerce-tabs .wc-tabs li a:before,.scheme_light .single-product div.product .woocommerce-tabs .wc-tabs li a:after{color:#db0e00}.scheme_dark .single-product div.product .woocommerce-tabs .wc-tabs li.active a,.scheme_dark .single-product div.product .woocommerce-tabs .wc-tabs li a:hover,.scheme_dark .single-product div.product .woocommerce-tabs .wc-tabs li a:before,.scheme_dark .single-product div.product .woocommerce-tabs .wc-tabs li a:after{color:#db0e00}.scheme_original .woocommerce table.cart thead th,.scheme_original .woocommerce #content table.cart thead th,.scheme_original .woocommerce-page table.cart thead th,.scheme_original .woocommerce-page #content table.cart thead th,.scheme_original .woocommerce table.shop_table thead th,.scheme_original .woocommerce #content table.shop_table thead th,.scheme_original .woocommerce-page table.shop_table thead th,.scheme_original .woocommerce-page #content table.shop_table thead th,.scheme_light .woocommerce table.cart thead th,.scheme_light .woocommerce #content table.cart thead th,.scheme_light .woocommerce-page table.cart thead th,.scheme_light .woocommerce-page #content table.cart thead th,.scheme_light .woocommerce table.shop_table thead th,.scheme_light .woocommerce #content table.shop_table thead th,.scheme_light .woocommerce-page table.shop_table thead th,.scheme_light .woocommerce-page #content table.shop_table thead th,.scheme_dark .woocommerce table.cart thead th,.scheme_dark .woocommerce #content table.cart thead th,.scheme_dark .woocommerce-page table.cart thead th,.scheme_dark .woocommerce-page #content table.cart thead th,.scheme_dark .woocommerce table.shop_table thead th,.scheme_dark .woocommerce #content table.shop_table thead th,.scheme_dark .woocommerce-page table.shop_table thead th,.scheme_dark .woocommerce-page #content table.shop_table thead th{background-color:#1d1e23}.scheme_original .woocommerce table.cart thead th,.scheme_original .woocommerce #content table.cart thead th,.scheme_original .woocommerce-page table.cart thead th,.scheme_original .woocommerce-page #content table.cart thead th,.scheme_original .woocommerce table.shop_table thead th,.scheme_original .woocommerce #content table.shop_table thead th,.scheme_original .woocommerce-page table.shop_table thead th,.scheme_original .woocommerce-page #content table.shop_table thead th{color:#fff}.scheme_light .woocommerce table.cart thead th,.scheme_light .woocommerce #content table.cart thead th,.scheme_light .woocommerce-page table.cart thead th,.scheme_light .woocommerce-page #content table.cart thead th,.scheme_light .woocommerce table.shop_table thead th,.scheme_light .woocommerce #content table.shop_table thead th,.scheme_light .woocommerce-page table.shop_table thead th,.scheme_light .woocommerce-page #content table.shop_table thead th{color:#1d1e23}.scheme_dark .woocommerce table.cart thead th,.scheme_dark .woocommerce #content table.cart thead th,.scheme_dark .woocommerce-page table.cart thead th,.scheme_dark .woocommerce-page #content table.cart thead th,.scheme_dark .woocommerce table.shop_table thead th,.scheme_dark .woocommerce #content table.shop_table thead th,.scheme_dark .woocommerce-page table.shop_table thead th,.scheme_dark .woocommerce-page #content table.shop_table thead th{color:#fff}.scheme_original .woocommerce-checkout input[type=text],.scheme_original .woocommerce-checkout input[type=text]:focus,.scheme_original .woocommerce-checkout input[type=email],.scheme_original .woocommerce-checkout input[type=email]:focus,.scheme_original .woocommerce-checkout textarea,.scheme_original .woocommerce-checkout textarea:focus,.scheme_original .woocommerce-checkout #payment,.scheme_original .woocommerce .woocommerce-error,.scheme_original .woocommerce .woocommerce-info,.scheme_original .woocommerce .woocommerce-message{background-color:#fff}.scheme_light .woocommerce-checkout input[type=text],.scheme_light .woocommerce-checkout input[type=text]:focus,.scheme_light .woocommerce-checkout input[type=email],.scheme_light .woocommerce-checkout input[type=email]:focus,.scheme_light .woocommerce-checkout textarea,.scheme_light .woocommerce-checkout textarea:focus,.scheme_light .woocommerce-checkout #payment,.scheme_light .woocommerce .woocommerce-error,.scheme_light .woocommerce .woocommerce-info,.scheme_light .woocommerce .woocommerce-message{background-color:#fff}.scheme_dark .woocommerce-checkout input[type=text],.scheme_dark .woocommerce-checkout input[type=text]:focus,.scheme_dark .woocommerce-checkout input[type=email],.scheme_dark .woocommerce-checkout input[type=email]:focus,.scheme_dark .woocommerce-checkout textarea,.scheme_dark .woocommerce-checkout textarea:focus,.scheme_dark .woocommerce-checkout #payment,.scheme_dark .woocommerce .woocommerce-error,.scheme_dark .woocommerce .woocommerce-info,.scheme_dark .woocommerce .woocommerce-message{background-color:#fff}.scheme_original .woocommerce .woocommerce-error a,.scheme_original .woocommerce .woocommerce-info a,.scheme_original .woocommerce .woocommerce-message a,.scheme_original .woocommerce .checkout h3,.scheme_original .woocommerce-page .checkout h3,.scheme_original .woocommerce .cart-collaterals h2,.scheme_original .woocommerce-page .cart-collaterals h2,.scheme_original .woocommerce table.cart td.product-name a,.scheme_light .woocommerce .woocommerce-error a,.scheme_light .woocommerce .woocommerce-info a,.scheme_light .woocommerce .woocommerce-message a,.scheme_light .woocommerce .checkout h3,.scheme_light .woocommerce-page .checkout h3,.scheme_light .woocommerce .cart-collaterals h2,.scheme_light .woocommerce-page .cart-collaterals h2,.scheme_light .woocommerce table.cart td.product-name a,.scheme_dark .woocommerce .woocommerce-error a,.scheme_dark .woocommerce .woocommerce-info a,.scheme_dark .woocommerce .woocommerce-message a,.scheme_dark .woocommerce .checkout h3,.scheme_dark .woocommerce-page .checkout h3,.scheme_dark .woocommerce .cart-collaterals h2,.scheme_dark .woocommerce-page .cart-collaterals h2,.scheme_dark .woocommerce table.cart td.product-name a{color:#1d1e23}.scheme_original .woocommerce .woocommerce-message a.button,.scheme_light .woocommerce .woocommerce-message a.button,.scheme_dark .woocommerce .woocommerce-message a.button{color:#fff}.scheme_original .woocommerce .woocommerce-error a:hover,.scheme_original .woocommerce .woocommerce-info a:hover,.scheme_original .woocommerce .woocommerce-message a:hover,.scheme_original .woocommerce table.cart td.product-name a:hover,.scheme_light .woocommerce .woocommerce-error a:hover,.scheme_light .woocommerce .woocommerce-info a:hover,.scheme_light .woocommerce .woocommerce-message a:hover,.scheme_light .woocommerce table.cart td.product-name a:hover,.scheme_dark .woocommerce .woocommerce-error a:hover,.scheme_dark .woocommerce .woocommerce-info a:hover,.scheme_dark .woocommerce .woocommerce-message a:hover,.scheme_dark .woocommerce table.cart td.product-name a:hover{color:#db0e00}.scheme_original .top_panel_inner_style_4 .widget_shopping_cart .empty,.scheme_original .top_panel_inner_style_4 .widget_shopping_cart .quantity,.scheme_original .top_panel_inner_style_4 .widget_shopping_cart .quantity .amount,.scheme_original .top_panel_inner_style_4 .widget_shopping_cart .total,.scheme_original .top_panel_inner_style_4 .widget_shopping_cart .total .amount,.scheme_light .top_panel_inner_style_4 .widget_shopping_cart .empty,.scheme_light .top_panel_inner_style_4 .widget_shopping_cart .quantity,.scheme_light .top_panel_inner_style_4 .widget_shopping_cart .quantity .amount,.scheme_light .top_panel_inner_style_4 .widget_shopping_cart .total,.scheme_light .top_panel_inner_style_4 .widget_shopping_cart .total .amount,.scheme_dark .top_panel_inner_style_4 .widget_shopping_cart .empty,.scheme_dark .top_panel_inner_style_4 .widget_shopping_cart .quantity,.scheme_dark .top_panel_inner_style_4 .widget_shopping_cart .quantity .amount,.scheme_dark .top_panel_inner_style_4 .widget_shopping_cart .total,.scheme_dark .top_panel_inner_style_4 .widget_shopping_cart .total .amount{color:#1d1e23}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap){background-color:#1d1e23}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap){background-color:#1d1e23}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap){background-color:#1d1e23}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li+li{border-color:#34353980}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li+li{border-color:#34353980}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li+li{border-color:#34353980}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li,.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li>a{color:#fff}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li,.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li>a{color:#1d1e23}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li,.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li>a{color:#fff}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:hover,.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:hover>a,.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li>a:hover{color:#db0e00}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:hover,.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:hover>a,.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li>a:hover{color:#db0e00}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:hover,.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:hover>a,.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li>a:hover{color:#db0e00}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories ul{background-color:#1d1e23}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories ul{background-color:#1d1e23}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories ul{background-color:#1d1e23}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title{color:#fff}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title{color:#fff}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title{color:#fff}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title{background-color:#db0e00}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title{background-color:#db0e00}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title{background-color:#db0e00}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after{border-color:#343539b3}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after{border-color:#343539b3}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after{border-color:#343539b3}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after{color:#fff}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after{color:#1d1e23}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after{color:#fff}.scheme_original body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:hover:after{color:#db0e00}.scheme_light body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:hover:after{color:#db0e00}.scheme_dark body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:hover:after{color:#db0e00}.scheme_original #tribe-events-content a,.scheme_original .tribe-events-adv-list-widget .tribe-events-widget-link a,.scheme_original .tribe-events-back a,.scheme_original .tribe-events-event-meta a,.scheme_original .tribe-events-list-widget .tribe-events-widget-link a,.scheme_light #tribe-events-content a,.scheme_light .tribe-events-adv-list-widget .tribe-events-widget-link a,.scheme_light .tribe-events-back a,.scheme_light .tribe-events-event-meta a,.scheme_light .tribe-events-list-widget .tribe-events-widget-link a,.scheme_dark #tribe-events-content a,.scheme_dark .tribe-events-adv-list-widget .tribe-events-widget-link a,.scheme_dark .tribe-events-back a,.scheme_dark .tribe-events-event-meta a,.scheme_dark .tribe-events-list-widget .tribe-events-widget-link a{color:#1d1e23}.scheme_original #tribe-events-content a.sc_button,.scheme_original .tribe-events-calendar div[id*=tribe-events-daynum-] a,.scheme_original ul.tribe-events-sub-nav a{color:#fff}.scheme_light #tribe-events-content a.sc_button,.scheme_light .tribe-events-calendar div[id*=tribe-events-daynum-] a,.scheme_light ul.tribe-events-sub-nav a{color:#1d1e23}.scheme_dark #tribe-events-content a.sc_button,.scheme_dark .tribe-events-calendar div[id*=tribe-events-daynum-] a,.scheme_dark ul.tribe-events-sub-nav a{color:#fff}.scheme_original .tribe-events-adv-list-widget .tribe-events-widget-link a:hover,.scheme_original .tribe-events-back a:hover,.scheme_original .tribe-events-list-widget .tribe-events-widget-link a:hover,.scheme_original ul.tribe-events-sub-nav a:hover,.scheme_light .tribe-events-adv-list-widget .tribe-events-widget-link a:hover,.scheme_light .tribe-events-back a:hover,.scheme_light .tribe-events-list-widget .tribe-events-widget-link a:hover,.scheme_light ul.tribe-events-sub-nav a:hover,.scheme_dark .tribe-events-adv-list-widget .tribe-events-widget-link a:hover,.scheme_dark .tribe-events-back a:hover,.scheme_dark .tribe-events-list-widget .tribe-events-widget-link a:hover,.scheme_dark ul.tribe-events-sub-nav a:hover{color:#db0e00}.scheme_original .tribe-events-calendar thead th,.scheme_light .tribe-events-calendar thead th,.scheme_dark .tribe-events-calendar thead th{background-color:#1d1e23}.scheme_original .tribe-events-calendar thead th{color:#fff}.scheme_light .tribe-events-calendar thead th{color:#1d1e23}.scheme_dark .tribe-events-calendar thead th{color:#fff}.scheme_original .single-tribe_events .tribe-events-event-meta,.scheme_light .single-tribe_events .tribe-events-event-meta,.scheme_dark .single-tribe_events .tribe-events-event-meta{background-color:#fff}.scheme_original .tribe-events-meta-group .tribe-events-single-section-title,.scheme_original .tribe-mobile-day-heading,.scheme_original h1.tribe-events-single-event-title,.scheme_original .tribe-events-schedule h2,.scheme_light .tribe-events-meta-group .tribe-events-single-section-title,.scheme_light .tribe-mobile-day-heading,.scheme_light h1.tribe-events-single-event-title,.scheme_light .tribe-events-schedule h2,.scheme_dark .tribe-events-meta-group .tribe-events-single-section-title,.scheme_dark .tribe-mobile-day-heading,.scheme_dark h1.tribe-events-single-event-title,.scheme_dark .tribe-events-schedule h2{color:#1d1e23}.scheme_original #tribe-bar-collapse-toggle{background-color:#fff}.scheme_light #tribe-bar-collapse-toggle{background-color:#1d1e23}.scheme_dark #tribe-bar-collapse-toggle{background-color:#fff}.scheme_original #tribe-events-footer .tribe-events-sub-nav a,.scheme_light #tribe-events-footer .tribe-events-sub-nav a,.scheme_dark #tribe-events-footer .tribe-events-sub-nav a{background-color:#db0e00}.scheme_original #tribe-events-footer .tribe-events-sub-nav a,.scheme_light #tribe-events-footer .tribe-events-sub-nav a,.scheme_dark #tribe-events-footer .tribe-events-sub-nav a{border-color:#db0e00}.scheme_original #tribe-events-footer .tribe-events-sub-nav a{color:#fff}.scheme_light #tribe-events-footer .tribe-events-sub-nav a{color:#1d1e23}.scheme_dark #tribe-events-footer .tribe-events-sub-nav a{color:#fff}.scheme_original #tribe-events-footer .tribe-events-sub-nav a:hover,.scheme_light #tribe-events-footer .tribe-events-sub-nav a:hover,.scheme_dark #tribe-events-footer .tribe-events-sub-nav a:hover{background-color:#fe8905}.scheme_original #tribe-events-footer .tribe-events-sub-nav a:hover,.scheme_light #tribe-events-footer .tribe-events-sub-nav a:hover,.scheme_dark #tribe-events-footer .tribe-events-sub-nav a:hover{border-color:#fe8905}.scheme_original #tribe-events-footer .tribe-events-sub-nav a:hover{color:#fff}.scheme_light #tribe-events-footer .tribe-events-sub-nav a:hover{color:#1d1e23}.scheme_dark #tribe-events-footer .tribe-events-sub-nav a:hover{color:#fff}.scheme_original a.tribe-events-read-more,.scheme_original .tribe-events-button,.scheme_original .tribe-events-nav-previous a,.scheme_original .tribe-events-nav-next a,.scheme_original .tribe-events-widget-link a,.scheme_original .tribe-events-viewmore a,.scheme_light a.tribe-events-read-more,.scheme_light .tribe-events-button,.scheme_light .tribe-events-nav-previous a,.scheme_light .tribe-events-nav-next a,.scheme_light .tribe-events-widget-link a,.scheme_light .tribe-events-viewmore a,.scheme_dark a.tribe-events-read-more,.scheme_dark .tribe-events-button,.scheme_dark .tribe-events-nav-previous a,.scheme_dark .tribe-events-nav-next a,.scheme_dark .tribe-events-widget-link a,.scheme_dark .tribe-events-viewmore a{background-color:#db0e00}.scheme_original a.tribe-events-read-more,.scheme_original .tribe-events-button,.scheme_original .tribe-events-nav-previous a,.scheme_original .tribe-events-nav-next a,.scheme_original .tribe-events-widget-link a,.scheme_original .tribe-events-viewmore a,.scheme_light a.tribe-events-read-more,.scheme_light .tribe-events-button,.scheme_light .tribe-events-nav-previous a,.scheme_light .tribe-events-nav-next a,.scheme_light .tribe-events-widget-link a,.scheme_light .tribe-events-viewmore a,.scheme_dark a.tribe-events-read-more,.scheme_dark .tribe-events-button,.scheme_dark .tribe-events-nav-previous a,.scheme_dark .tribe-events-nav-next a,.scheme_dark .tribe-events-widget-link a,.scheme_dark .tribe-events-viewmore a{color:#1d1e23}.scheme_original a.tribe-events-read-more:hover,.scheme_original .tribe-events-button:hover,.scheme_original .tribe-events-nav-previous a:hover,.scheme_original .tribe-events-nav-next a:hover,.scheme_original .tribe-events-widget-link a:hover,.scheme_original .tribe-events-viewmore a:hover,.scheme_light a.tribe-events-read-more:hover,.scheme_light .tribe-events-button:hover,.scheme_light .tribe-events-nav-previous a:hover,.scheme_light .tribe-events-nav-next a:hover,.scheme_light .tribe-events-widget-link a:hover,.scheme_light .tribe-events-viewmore a:hover,.scheme_dark a.tribe-events-read-more:hover,.scheme_dark .tribe-events-button:hover,.scheme_dark .tribe-events-nav-previous a:hover,.scheme_dark .tribe-events-nav-next a:hover,.scheme_dark .tribe-events-widget-link a:hover,.scheme_dark .tribe-events-viewmore a:hover{background-color:#db0e00}.scheme_original a.tribe-events-read-more:hover,.scheme_original .tribe-events-button:hover,.scheme_original .tribe-events-nav-previous a:hover,.scheme_original .tribe-events-nav-next a:hover,.scheme_original .tribe-events-widget-link a:hover,.scheme_original .tribe-events-viewmore a:hover,.scheme_light a.tribe-events-read-more:hover,.scheme_light .tribe-events-button:hover,.scheme_light .tribe-events-nav-previous a:hover,.scheme_light .tribe-events-nav-next a:hover,.scheme_light .tribe-events-widget-link a:hover,.scheme_light .tribe-events-viewmore a:hover,.scheme_dark a.tribe-events-read-more:hover,.scheme_dark .tribe-events-button:hover,.scheme_dark .tribe-events-nav-previous a:hover,.scheme_dark .tribe-events-nav-next a:hover,.scheme_dark .tribe-events-widget-link a:hover,.scheme_dark .tribe-events-viewmore a:hover{color:#1d1e23}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title,.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title,.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title{border-color:#343539}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon,.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon,.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon{color:#fff}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon,.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon,.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon{border-color:#db0e00}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active,.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active,.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active{color:#fff}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active,.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active,.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title.ui-state-active{border-color:#fff}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title:hover,.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title:hover,.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title:hover{color:#db0e00}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title:hover,.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title:hover,.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title:hover{border-color:#db0e00}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_title:hover .sc_accordion_icon,.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_title:hover .sc_accordion_icon,.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_title:hover .sc_accordion_icon{background-color:#db0e00}.scheme_original .sc_accordion .sc_accordion_item .sc_accordion_content,.scheme_light .sc_accordion .sc_accordion_item .sc_accordion_content,.scheme_dark .sc_accordion .sc_accordion_item .sc_accordion_content{border-color:#343539}.scheme_original .sc_audio,.scheme_light .sc_audio,.scheme_dark .sc_audio{background-color:#fff}.scheme_original .sc_audio,.scheme_light .sc_audio,.scheme_dark .sc_audio{color:gray}.scheme_original .sc_audio .sc_audio_title,.scheme_light .sc_audio .sc_audio_title,.scheme_dark .sc_audio .sc_audio_title{color:#1d1e23}.scheme_original .sc_audio .sc_audio_author_name,.scheme_original .sc_audio .mejs-container .mejs-controls .mejs-time,.scheme_light .sc_audio .sc_audio_author_name,.scheme_light .sc_audio .mejs-container .mejs-controls .mejs-time,.scheme_dark .sc_audio .sc_audio_author_name,.scheme_dark .sc_audio .mejs-container .mejs-controls .mejs-time{color:gray}.scheme_original .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.scheme_original .mejs-controls .mejs-time-rail .mejs-time-current,.scheme_light .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.scheme_light .mejs-controls .mejs-time-rail .mejs-time-current,.scheme_dark .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.scheme_dark .mejs-controls .mejs-time-rail .mejs-time-current{background:#db0e00}.scheme_original .sc_audio .mejs-container .mejs-controls .mejs-playpause-button,.scheme_original .sc_audio .mejs-container .mejs-controls .mejs-volume-button,.scheme_light .sc_audio .mejs-container .mejs-controls .mejs-playpause-button,.scheme_light .sc_audio .mejs-container .mejs-controls .mejs-volume-button,.scheme_dark .sc_audio .mejs-container .mejs-controls .mejs-playpause-button,.scheme_dark .sc_audio .mejs-container .mejs-controls .mejs-volume-button{background-color:#db0e00}.scheme_original .sc_audio .mejs-controls .mejs-playpause-button button,.scheme_original .sc_audio .mejs-controls .mejs-volume-button button,.scheme_light .sc_audio .mejs-controls .mejs-playpause-button button,.scheme_light .sc_audio .mejs-controls .mejs-volume-button button,.scheme_dark .sc_audio .mejs-controls .mejs-playpause-button button,.scheme_dark .sc_audio .mejs-controls .mejs-volume-button button{color:#fff}.scheme_original blockquote.sc_quote,.scheme_light blockquote.sc_quote,.scheme_dark blockquote.sc_quote{color:#b4b4b4}.scheme_original blockquote.sc_quote cite,.scheme_original blockquote.sc_quote a,.scheme_original blockquote.sc_quote .sc_quote_title,.scheme_light blockquote.sc_quote cite,.scheme_light blockquote.sc_quote a,.scheme_light blockquote.sc_quote .sc_quote_title,.scheme_dark blockquote.sc_quote cite,.scheme_dark blockquote.sc_quote a,.scheme_dark blockquote.sc_quote .sc_quote_title{color:#db0e00}input[type=submit],input[type=reset],input[type=button],button,.sc_button{font-size:.857em;line-height:1.2857em}.scheme_original input[type=submit],.scheme_original input[type=reset],.scheme_original input[type=button],.scheme_original button,.scheme_original .sc_button,.scheme_light input[type=submit],.scheme_light input[type=reset],.scheme_light input[type=button],.scheme_light button,.scheme_light .sc_button,.scheme_dark input[type=submit],.scheme_dark input[type=reset],.scheme_dark input[type=button],.scheme_dark button,.scheme_dark .sc_button{color:#fff}.scheme_original input[type=submit],.scheme_original input[type=reset],.scheme_original input[type=button],.scheme_original button,.scheme_original .sc_button,.scheme_light input[type=submit],.scheme_light input[type=reset],.scheme_light input[type=button],.scheme_light button,.scheme_light .sc_button,.scheme_dark input[type=submit],.scheme_dark input[type=reset],.scheme_dark input[type=button],.scheme_dark button,.scheme_dark .sc_button{background-color:#db0e00}.scheme_original input[type=submit],.scheme_original input[type=reset],.scheme_original input[type=button],.scheme_original button,.scheme_original .sc_button,.scheme_light input[type=submit],.scheme_light input[type=reset],.scheme_light input[type=button],.scheme_light button,.scheme_light .sc_button,.scheme_dark input[type=submit],.scheme_dark input[type=reset],.scheme_dark input[type=button],.scheme_dark button,.scheme_dark .sc_button{border-color:#db0e00}.scheme_original input[type=submit]:hover,.scheme_original input[type=reset]:hover,.scheme_original input[type=button]:hover,.scheme_original button:hover,.scheme_original .sc_button.sc_button_style_filled:hover,.scheme_light input[type=submit]:hover,.scheme_light input[type=reset]:hover,.scheme_light input[type=button]:hover,.scheme_light button:hover,.scheme_light .sc_button.sc_button_style_filled:hover,.scheme_dark input[type=submit]:hover,.scheme_dark input[type=reset]:hover,.scheme_dark input[type=button]:hover,.scheme_dark button:hover,.scheme_dark .sc_button.sc_button_style_filled:hover{background-color:#fe8905}.scheme_original input[type=submit]:hover,.scheme_original input[type=reset]:hover,.scheme_original input[type=button]:hover,.scheme_original button:hover,.scheme_original .sc_button.sc_button_style_filled:hover,.scheme_light input[type=submit]:hover,.scheme_light input[type=reset]:hover,.scheme_light input[type=button]:hover,.scheme_light button:hover,.scheme_light .sc_button.sc_button_style_filled:hover,.scheme_dark input[type=submit]:hover,.scheme_dark input[type=reset]:hover,.scheme_dark input[type=button]:hover,.scheme_dark button:hover,.scheme_dark .sc_button.sc_button_style_filled:hover{border-color:#fe8905}.scheme_original .sc_button.sc_button_style_border,.scheme_light .sc_button.sc_button_style_border,.scheme_dark .sc_button.sc_button_style_border{border-color:#db0e00}.scheme_original .sc_button.sc_button_style_border,.scheme_light .sc_button.sc_button_style_border,.scheme_dark .sc_button.sc_button_style_border{background-color:#fea52600}.scheme_original .sc_button.sc_button_style_border,.scheme_light .sc_button.sc_button_style_border,.scheme_dark .sc_button.sc_button_style_border{color:#db0e00}.scheme_original .sc_button.sc_button_style_border:hover,.scheme_light .sc_button.sc_button_style_border:hover,.scheme_dark .sc_button.sc_button_style_border:hover{background-color:#db0e00}.scheme_original .sc_button.sc_button_style_border:hover,.scheme_light .sc_button.sc_button_style_border:hover,.scheme_dark .sc_button.sc_button_style_border:hover{color:#fff}.scheme_original .sc_button.sc_button_style_dark,.scheme_light .sc_button.sc_button_style_dark,.scheme_dark .sc_button.sc_button_style_dark{background-color:#db0e00}.scheme_original .sc_button.sc_button_style_dark,.scheme_light .sc_button.sc_button_style_dark,.scheme_dark .sc_button.sc_button_style_dark{border-color:#db0e00}.scheme_original .sc_button.sc_button_style_dark,.scheme_light .sc_button.sc_button_style_dark,.scheme_dark .sc_button.sc_button_style_dark{color:#fff}.scheme_original .sc_button.sc_button_style_dark:hover,.scheme_light .sc_button.sc_button_style_dark:hover,.scheme_dark .sc_button.sc_button_style_dark:hover{background-color:#fe8905}.scheme_original .sc_button.sc_button_style_dark:hover,.scheme_light .sc_button.sc_button_style_dark:hover,.scheme_dark .sc_button.sc_button_style_dark:hover{border-color:#fe8905}.scheme_original .sc_button.sc_button_style_light,.scheme_light .sc_button.sc_button_style_light,.scheme_dark .sc_button.sc_button_style_light{background-color:#fff}.scheme_original .sc_button.sc_button_style_light,.scheme_light .sc_button.sc_button_style_light,.scheme_dark .sc_button.sc_button_style_light{border-color:#fff}.scheme_original .sc_button.sc_button_style_light,.scheme_light .sc_button.sc_button_style_light,.scheme_dark .sc_button.sc_button_style_light{color:#1d1e23}.scheme_original .sc_button.sc_button_style_light:hover,.scheme_light .sc_button.sc_button_style_light:hover,.scheme_dark .sc_button.sc_button_style_light:hover{background-color:#ffffffb3}.scheme_original .sc_button.sc_button_style_light:hover,.scheme_light .sc_button.sc_button_style_light:hover,.scheme_dark .sc_button.sc_button_style_light:hover{border-color:#fff0}.scheme_original .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date,.scheme_light .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date,.scheme_dark .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date{background-color:#fff}.scheme_original .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date,.scheme_light .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date,.scheme_dark .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date{border-color:#fff}.scheme_original .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date,.scheme_light .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date,.scheme_dark .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date{color:#1d1e23}.scheme_original .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before{border-color:#1d1e23}.scheme_light .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before{border-color:#1d1e23}.scheme_dark .sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before{border-color:#1d1e23}.scheme_original .sc_blogger.layout_date .sc_blogger_item:before{background-color:#121215}.scheme_light .sc_blogger.layout_date .sc_blogger_item:before{background-color:#f6f6f6}.scheme_dark .sc_blogger.layout_date .sc_blogger_item:before{background-color:#121215}.scheme_original .sc_blogger_item.sc_plain_item{background-color:#121215}.scheme_light .sc_blogger_item.sc_plain_item{background-color:#f6f6f6}.scheme_dark .sc_blogger_item.sc_plain_item{background-color:#121215}.scheme_original .sc_blogger.layout_polaroid .photostack nav span.current{color:#1d1e23}.scheme_light .sc_blogger.layout_polaroid .photostack nav span.current{color:#1d1e23}.scheme_dark .sc_blogger.layout_polaroid .photostack nav span.current{color:#1d1e23}.scheme_original .sc_blogger.layout_polaroid .photostack nav span.current{background-color:#fff}.scheme_light .sc_blogger.layout_polaroid .photostack nav span.current{background-color:#fff}.scheme_dark .sc_blogger.layout_polaroid .photostack nav span.current{background-color:#fff}.scheme_original .sc_blogger.layout_polaroid .photostack nav span.current.flip{background-color:#db0e00}.scheme_light .sc_blogger.layout_polaroid .photostack nav span.current.flip{background-color:#db0e00}.scheme_dark .sc_blogger.layout_polaroid .photostack nav span.current.flip{background-color:#db0e00}.scheme_original .sc_call_to_action .sc_call_to_action_descr{color:#fff}.scheme_light .sc_call_to_action .sc_call_to_action_descr{color:#1d1e23}.scheme_dark .sc_call_to_action .sc_call_to_action_descr{color:#fff}.scheme_original .sc_call_to_action_accented,.scheme_light .sc_call_to_action_accented,.scheme_dark .sc_call_to_action_accented{color:#1d1e23}.scheme_original .sc_call_to_action_accented,.scheme_light .sc_call_to_action_accented,.scheme_dark .sc_call_to_action_accented{background-color:#fff}.scheme_original .sc_call_to_action_accented .sc_item_title,.scheme_original .sc_call_to_action_accented .sc_item_subtitle,.scheme_original .sc_call_to_action_accented .sc_item_descr,.scheme_light .sc_call_to_action_accented .sc_item_title,.scheme_light .sc_call_to_action_accented .sc_item_subtitle,.scheme_light .sc_call_to_action_accented .sc_item_descr,.scheme_dark .sc_call_to_action_accented .sc_item_title,.scheme_dark .sc_call_to_action_accented .sc_item_subtitle,.scheme_dark .sc_call_to_action_accented .sc_item_descr{color:#1d1e23}.scheme_original .sc_call_to_action_accented .sc_item_button>a{color:#fff}.scheme_light .sc_call_to_action_accented .sc_item_button>a{color:#fff}.scheme_dark .sc_call_to_action_accented .sc_item_button>a{color:#fff}.scheme_original .sc_call_to_action_accented .sc_item_button>a{background-color:#1d1e23}.scheme_light .sc_call_to_action_accented .sc_item_button>a{background-color:#1d1e23}.scheme_dark .sc_call_to_action_accented .sc_item_button>a{background-color:#1d1e23}.scheme_original .sc_call_to_action_accented .sc_item_button>a:before{background-color:#fff}.scheme_light .sc_call_to_action_accented .sc_item_button>a:before{background-color:#fff}.scheme_dark .sc_call_to_action_accented .sc_item_button>a:before{background-color:#fff}.scheme_original .sc_call_to_action_accented .sc_item_button>a:before{color:#1d1e23}.scheme_light .sc_call_to_action_accented .sc_item_button>a:before{color:#1d1e23}.scheme_dark .sc_call_to_action_accented .sc_item_button>a:before{color:#1d1e23}.scheme_original .sc_call_to_action_button .sc_button,.scheme_light .sc_call_to_action_button .sc_button,.scheme_dark .sc_call_to_action_button .sc_button{background-color:#1d1e23}.scheme_original .sc_call_to_action_button .sc_button,.scheme_light .sc_call_to_action_button .sc_button,.scheme_dark .sc_call_to_action_button .sc_button{border-color:#1d1e23}.scheme_original .sc_call_to_action_button .sc_button:hover,.scheme_light .sc_call_to_action_button .sc_button:hover,.scheme_dark .sc_call_to_action_button .sc_button:hover{background-color:#1d1e2300}.scheme_original .sc_call_to_action_button .sc_button:hover,.scheme_light .sc_call_to_action_button .sc_button:hover,.scheme_dark .sc_call_to_action_button .sc_button:hover{color:#1d1e23}.scheme_original .sc_call_to_action_button .sc_button:hover,.scheme_light .sc_call_to_action_button .sc_button:hover,.scheme_dark .sc_call_to_action_button .sc_button:hover{border-color:#1d1e23}.scheme_original .sc_chat p,.scheme_light .sc_chat p,.scheme_dark .sc_chat p{color:#b4b4b4}.scheme_original .sc_chat:after{background-color:#121215}.scheme_light .sc_chat:after{background-color:#f6f6f6}.scheme_dark .sc_chat:after{background-color:#121215}.scheme_original .sc_chat:after{border-color:#121215}.scheme_light .sc_chat:after{border-color:#121215}.scheme_dark .sc_chat:after{border-color:#121215}.scheme_original .sc_chat_inner,.scheme_light .sc_chat_inner,.scheme_dark .sc_chat_inner{color:gray}.scheme_original .sc_chat_inner{background-color:#121215}.scheme_light .sc_chat_inner{background-color:#f6f6f6}.scheme_dark .sc_chat_inner{background-color:#121215}.scheme_original .sc_chat_inner,.scheme_light .sc_chat_inner,.scheme_dark .sc_chat_inner{border-color:#121215}.scheme_original .sc_chat_inner a,.scheme_light .sc_chat_inner a,.scheme_dark .sc_chat_inner a{color:#fff}.scheme_original .sc_chat_inner a:hover,.scheme_light .sc_chat_inner a:hover,.scheme_dark .sc_chat_inner a:hover{color:#db0e00}.scheme_original .post_format_status .post_featured p,.scheme_original .post_format_aside .post_featured p{color:#fff}.scheme_light .post_format_status .post_featured p,.scheme_light .post_format_aside .post_featured p{color:#1d1e23}.scheme_dark .post_format_status .post_featured p,.scheme_dark .post_format_aside .post_featured p{color:#fff}.scheme_original .post_format_status .post_featured p,.scheme_original .post_format_aside .post_featured p,.scheme_light .post_format_status .post_featured p,.scheme_light .post_format_aside .post_featured p,.scheme_dark .post_format_status .post_featured p,.scheme_dark .post_format_aside .post_featured p{background-color:#db0e00}.scheme_original .post_format_link .post_featured p,.scheme_original .post_format_link .post_featured p a:hover,.scheme_light .post_format_link .post_featured p,.scheme_light .post_format_link .post_featured p a:hover,.scheme_dark .post_format_link .post_featured p,.scheme_dark .post_format_link .post_featured p a:hover{color:#1d1e23}.scheme_original .post_format_link .post_featured p a,.scheme_light .post_format_link .post_featured p a,.scheme_dark .post_format_link .post_featured p a{color:#db0e00}.scheme_original .sc_clients_style_clients-2 .sc_client_image .sc_client_hover,.scheme_light .sc_clients_style_clients-2 .sc_client_image .sc_client_hover,.scheme_dark .sc_clients_style_clients-2 .sc_client_image .sc_client_hover{color:#1d1e23}.scheme_original .sc_clients_style_clients-2 .sc_client_image .sc_client_hover{background-color:#fffc}.scheme_light .sc_clients_style_clients-2 .sc_client_image .sc_client_hover{background-color:#1d1e23cc}.scheme_dark .sc_clients_style_clients-2 .sc_client_image .sc_client_hover{background-color:#fffc}.scheme_original .sc_clients_style_clients-2 .sc_client_title,.scheme_original .sc_clients_style_clients-2 .sc_client_title a,.scheme_light .sc_clients_style_clients-2 .sc_client_title,.scheme_light .sc_clients_style_clients-2 .sc_client_title a,.scheme_dark .sc_clients_style_clients-2 .sc_client_title,.scheme_dark .sc_clients_style_clients-2 .sc_client_title a{color:#1d1e23}.scheme_original .sc_clients_style_clients-2 .sc_client_title a:hover,.scheme_light .sc_clients_style_clients-2 .sc_client_title a:hover,.scheme_dark .sc_clients_style_clients-2 .sc_client_title a:hover{color:#fff}.scheme_original .sc_clients_style_clients-2 .sc_client_description:before,.scheme_original .sc_clients_style_clients-2 .sc_client_position{color:#fff}.scheme_light .sc_clients_style_clients-2 .sc_client_description:before,.scheme_light .sc_clients_style_clients-2 .sc_client_position{color:#fff}.scheme_dark .sc_clients_style_clients-2 .sc_client_description:before,.scheme_dark .sc_clients_style_clients-2 .sc_client_position{color:#fff}.scheme_original .sc_form .sc_form_address_label,.scheme_original .sc_form .sc_form_item>label{color:#b4b4b4}.scheme_light .sc_form .sc_form_address_label,.scheme_light .sc_form .sc_form_item>label{color:#b4b4b4}.scheme_dark .sc_form .sc_form_address_label,.scheme_dark .sc_form .sc_form_item>label{color:#b4b4b4}.scheme_original .sc_form .sc_form_item .sc_form_element input[type=radio]+label:before,.scheme_original .sc_form .sc_form_item .sc_form_element input[type=checkbox]+label:before{border-color:#121215}.scheme_light .sc_form .sc_form_item .sc_form_element input[type=radio]+label:before,.scheme_light .sc_form .sc_form_item .sc_form_element input[type=checkbox]+label:before{border-color:#121215}.scheme_dark .sc_form .sc_form_item .sc_form_element input[type=radio]+label:before,.scheme_dark .sc_form .sc_form_item .sc_form_element input[type=checkbox]+label:before{border-color:#121215}.scheme_original .sc_form .sc_form_item .sc_form_element input[type=radio]+label:before,.scheme_original .sc_form .sc_form_item .sc_form_element input[type=checkbox]+label:before{background-color:#121215}.scheme_light .sc_form .sc_form_item .sc_form_element input[type=radio]+label:before,.scheme_light .sc_form .sc_form_item .sc_form_element input[type=checkbox]+label:before{background-color:#f6f6f6}.scheme_dark .sc_form .sc_form_item .sc_form_element input[type=radio]+label:before,.scheme_dark .sc_form .sc_form_item .sc_form_element input[type=checkbox]+label:before{background-color:#121215}.scheme_original .sc_form_select_container{background-color:#121215}.scheme_light .sc_form_select_container{background-color:#f6f6f6}.scheme_dark .sc_form_select_container{background-color:#121215}.scheme_original #sc_form_email::-webkit-input-placeholder:after{color:#db0e00}.scheme_light #sc_form_email::-webkit-input-placeholder:after{color:#db0e00}.scheme_dark #sc_form_email::-webkit-input-placeholder:after{color:#db0e00}.scheme_original #sc_form_username::-webkit-input-placeholder:after{color:#db0e00}.scheme_light #sc_form_username::-webkit-input-placeholder:after{color:#db0e00}.scheme_dark #sc_form_username::-webkit-input-placeholder:after{color:#db0e00}.scheme_original .sc_form .picker,.scheme_light .sc_form .picker,.scheme_dark .sc_form .picker{color:gray}.scheme_original .sc_form .picker,.scheme_light .sc_form .picker,.scheme_dark .sc_form .picker{border-color:#121215}.scheme_original .sc_form .picker{background-color:#121215}.scheme_light .sc_form .picker{background-color:#f6f6f6}.scheme_dark .sc_form .picker{background-color:#121215}.scheme_original .picker__month,.scheme_original .picker__year{color:#fff}.scheme_light .picker__month,.scheme_light .picker__year{color:gray}.scheme_dark .picker__month,.scheme_dark .picker__year{color:#fff}.scheme_original .sc_form .picker__nav--prev:before,.scheme_original .sc_form .picker__nav--next:before{color:gray}.scheme_light .sc_form .picker__nav--prev:before,.scheme_light .sc_form .picker__nav--next:before{color:gray}.scheme_dark .sc_form .picker__nav--prev:before,.scheme_dark .sc_form .picker__nav--next:before{color:gray}.scheme_original .sc_form .picker__nav--prev:hover:before,.scheme_original .sc_form .picker__nav--next:hover:before{color:#fff}.scheme_light .sc_form .picker__nav--prev:hover:before,.scheme_light .sc_form .picker__nav--next:hover:before{color:gray}.scheme_dark .sc_form .picker__nav--prev:hover:before,.scheme_dark .sc_form .picker__nav--next:hover:before{color:#fff}.scheme_original .sc_form .picker__nav--disabled,.scheme_original .sc_form .picker__nav--disabled:hover,.scheme_original .sc_form .picker__nav--disabled:before,.scheme_original .sc_form .picker__nav--disabled:before:hover{color:gray}.scheme_light .sc_form .picker__nav--disabled,.scheme_light .sc_form .picker__nav--disabled:hover,.scheme_light .sc_form .picker__nav--disabled:before,.scheme_light .sc_form .picker__nav--disabled:before:hover{color:gray}.scheme_dark .sc_form .picker__nav--disabled,.scheme_dark .sc_form .picker__nav--disabled:hover,.scheme_dark .sc_form .picker__nav--disabled:before,.scheme_dark .sc_form .picker__nav--disabled:before:hover{color:gray}.scheme_original .sc_form table.picker__table th,.scheme_light .sc_form table.picker__table th,.scheme_dark .sc_form table.picker__table th{color:#1d1e23}.scheme_original .sc_form table.picker__table th,.scheme_light .sc_form table.picker__table th,.scheme_dark .sc_form table.picker__table th{background-color:#fff}.scheme_original .sc_form .picker__day--infocus{color:#fff}.scheme_light .sc_form .picker__day--infocus{color:gray}.scheme_dark .sc_form .picker__day--infocus,.scheme_original .sc_form .picker__day--today,.scheme_original .sc_form .picker__day--infocus:hover,.scheme_original .sc_form .picker__day--outfocus:hover,.scheme_original .sc_form .picker__day--highlighted:hover,.scheme_original .sc_form .picker--focused .picker__day--highlighted{color:#fff}.scheme_light .sc_form .picker__day--today,.scheme_light .sc_form .picker__day--infocus:hover,.scheme_light .sc_form .picker__day--outfocus:hover,.scheme_light .sc_form .picker__day--highlighted:hover,.scheme_light .sc_form .picker--focused .picker__day--highlighted{color:gray}.scheme_dark .sc_form .picker__day--today,.scheme_dark .sc_form .picker__day--infocus:hover,.scheme_dark .sc_form .picker__day--outfocus:hover,.scheme_dark .sc_form .picker__day--highlighted:hover,.scheme_dark .sc_form .picker--focused .picker__day--highlighted{color:#fff}.scheme_original .sc_form .picker__day--today,.scheme_original .sc_form .picker__day--infocus:hover,.scheme_original .sc_form .picker__day--outfocus:hover,.scheme_original .sc_form .picker__day--highlighted:hover,.scheme_original .sc_form .picker--focused .picker__day--highlighted{background-color:#000}.scheme_light .sc_form .picker__day--today,.scheme_light .sc_form .picker__day--infocus:hover,.scheme_light .sc_form .picker__day--outfocus:hover,.scheme_light .sc_form .picker__day--highlighted:hover,.scheme_light .sc_form .picker--focused .picker__day--highlighted{background-color:#f6f6f6}.scheme_dark .sc_form .picker__day--today,.scheme_dark .sc_form .picker__day--infocus:hover,.scheme_dark .sc_form .picker__day--outfocus:hover,.scheme_dark .sc_form .picker__day--highlighted:hover,.scheme_dark .sc_form .picker--focused .picker__day--highlighted{background-color:#000}.scheme_original .sc_form .picker__day--disabled,.scheme_original .sc_form .picker__day--disabled:hover,.scheme_light .sc_form .picker__day--disabled,.scheme_light .sc_form .picker__day--disabled:hover,.scheme_dark .sc_form .picker__day--disabled,.scheme_dark .sc_form .picker__day--disabled:hover,.scheme_original .sc_form .picker__day--highlighted.picker__day--disabled,.scheme_original .sc_form .picker__day--highlighted.picker__day--disabled:hover,.scheme_light .sc_form .picker__day--highlighted.picker__day--disabled,.scheme_light .sc_form .picker__day--highlighted.picker__day--disabled:hover,.scheme_dark .sc_form .picker__day--highlighted.picker__day--disabled,.scheme_dark .sc_form .picker__day--highlighted.picker__day--disabled:hover{color:gray}.scheme_original .sc_form .picker__day--highlighted.picker__day--disabled,.scheme_original .sc_form .picker__day--highlighted.picker__day--disabled:hover{background-color:#000}.scheme_light .sc_form .picker__day--highlighted.picker__day--disabled,.scheme_light .sc_form .picker__day--highlighted.picker__day--disabled:hover{background-color:#f6f6f6}.scheme_dark .sc_form .picker__day--highlighted.picker__day--disabled,.scheme_dark .sc_form .picker__day--highlighted.picker__day--disabled:hover{background-color:#000}.scheme_original .sc_form .picker__day--today:before,.scheme_original .sc_form .picker__button--today:before,.scheme_original .sc_form .picker__button--clear:before,.scheme_original .sc_form button:focus{border-color:#fff}.scheme_light .sc_form .picker__day--today:before,.scheme_light .sc_form .picker__button--today:before,.scheme_light .sc_form .picker__button--clear:before,.scheme_light .sc_form button:focus{border-color:#fff}.scheme_dark .sc_form .picker__day--today:before,.scheme_dark .sc_form .picker__button--today:before,.scheme_dark .sc_form .picker__button--clear:before,.scheme_dark .sc_form button:focus{border-color:#fff}.scheme_original .sc_form .picker__button--close:before{color:#fff}.scheme_light .sc_form .picker__button--close:before{color:#fff}.scheme_dark .sc_form .picker__button--close:before{color:#fff}.scheme_original .sc_form .picker--time .picker__button--clear:hover,.scheme_original .sc_form .picker--time .picker__button--clear:focus{background-color:#db0e00}.scheme_light .sc_form .picker--time .picker__button--clear:hover,.scheme_light .sc_form .picker--time .picker__button--clear:focus{background-color:#db0e00}.scheme_dark .sc_form .picker--time .picker__button--clear:hover,.scheme_dark .sc_form .picker--time .picker__button--clear:focus{background-color:#db0e00}.scheme_original .sc_form .picker__footer,.scheme_light .sc_form .picker__footer,.scheme_dark .sc_form .picker__footer{border-color:#121215}.scheme_original .sc_form .picker__button--today,.scheme_original .sc_form .picker__button--clear,.scheme_original .sc_form .picker__button--close,.scheme_light .sc_form .picker__button--today,.scheme_light .sc_form .picker__button--clear,.scheme_light .sc_form .picker__button--close,.scheme_dark .sc_form .picker__button--today,.scheme_dark .sc_form .picker__button--clear,.scheme_dark .sc_form .picker__button--close{color:gray}.scheme_original .sc_form .picker__button--today:hover,.scheme_original .sc_form .picker__button--clear:hover,.scheme_original .sc_form .picker__button--close:hover{color:#fff}.scheme_light .sc_form .picker__button--today:hover,.scheme_light .sc_form .picker__button--clear:hover,.scheme_light .sc_form .picker__button--close:hover{color:gray}.scheme_dark .sc_form .picker__button--today:hover,.scheme_dark .sc_form .picker__button--clear:hover,.scheme_dark .sc_form .picker__button--close:hover{color:#fff}.scheme_original .sc_form .picker__button--today:hover,.scheme_original .sc_form .picker__button--clear:hover,.scheme_original .sc_form .picker__button--close:hover{background-color:#000}.scheme_light .sc_form .picker__button--today:hover,.scheme_light .sc_form .picker__button--clear:hover,.scheme_light .sc_form .picker__button--close:hover{background-color:#f6f6f6}.scheme_dark .sc_form .picker__button--today:hover,.scheme_dark .sc_form .picker__button--clear:hover,.scheme_dark .sc_form .picker__button--close:hover{background-color:#000}.scheme_original .sc_form .picker__button--today[disabled],.scheme_original .sc_form .picker__button--today[disabled]:hover,.scheme_light .sc_form .picker__button--today[disabled],.scheme_light .sc_form .picker__button--today[disabled]:hover,.scheme_dark .sc_form .picker__button--today[disabled],.scheme_dark .sc_form .picker__button--today[disabled]:hover{color:gray}.scheme_original .sc_form .picker__button--today[disabled],.scheme_original .sc_form .picker__button--today[disabled]:hover{background-color:#000}.scheme_light .sc_form .picker__button--today[disabled],.scheme_light .sc_form .picker__button--today[disabled]:hover{background-color:#f6f6f6}.scheme_dark .sc_form .picker__button--today[disabled],.scheme_dark .sc_form .picker__button--today[disabled]:hover{background-color:#000}.scheme_original .sc_form .picker__button--today[disabled],.scheme_original .sc_form .picker__button--today[disabled]:hover{border-color:#000}.scheme_light .sc_form .picker__button--today[disabled],.scheme_light .sc_form .picker__button--today[disabled]:hover{border-color:#f6f6f6}.scheme_dark .sc_form .picker__button--today[disabled],.scheme_dark .sc_form .picker__button--today[disabled]:hover{border-color:#000}.scheme_original .sc_form .picker__button--today[disabled]:before{border-top-color:gray}.scheme_light .sc_form .picker__button--today[disabled]:before{border-top-color:gray}.scheme_dark .sc_form .picker__button--today[disabled]:before{border-top-color:gray}.scheme_original .sc_form .picker__list-item,.scheme_light .sc_form .picker__list-item,.scheme_dark .sc_form .picker__list-item{color:gray}.scheme_original .sc_form .picker__list-item,.scheme_light .sc_form .picker__list-item,.scheme_dark .sc_form .picker__list-item{border-color:#121215}.scheme_original .sc_form .picker__list-item:hover,.scheme_original .sc_form .picker__list-item--highlighted,.scheme_original .sc_form .picker__list-item--highlighted:hover,.scheme_original .sc_form .picker--focused .picker__list-item--highlighted,.scheme_original .sc_form .picker__list-item--selected,.scheme_original .sc_form .picker__list-item--selected:hover,.scheme_original .sc_form .picker--focused .picker__list-item--selected{color:#fff}.scheme_light .sc_form .picker__list-item:hover,.scheme_light .sc_form .picker__list-item--highlighted,.scheme_light .sc_form .picker__list-item--highlighted:hover,.scheme_light .sc_form .picker--focused .picker__list-item--highlighted,.scheme_light .sc_form .picker__list-item--selected,.scheme_light .sc_form .picker__list-item--selected:hover,.scheme_light .sc_form .picker--focused .picker__list-item--selected{color:gray}.scheme_dark .sc_form .picker__list-item:hover,.scheme_dark .sc_form .picker__list-item--highlighted,.scheme_dark .sc_form .picker__list-item--highlighted:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--highlighted,.scheme_dark .sc_form .picker__list-item--selected,.scheme_dark .sc_form .picker__list-item--selected:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--selected{color:#fff}.scheme_original .sc_form .picker__list-item:hover,.scheme_original .sc_form .picker__list-item--highlighted,.scheme_original .sc_form .picker__list-item--highlighted:hover,.scheme_original .sc_form .picker--focused .picker__list-item--highlighted,.scheme_original .sc_form .picker__list-item--selected,.scheme_original .sc_form .picker__list-item--selected:hover,.scheme_original .sc_form .picker--focused .picker__list-item--selected{background-color:#000}.scheme_light .sc_form .picker__list-item:hover,.scheme_light .sc_form .picker__list-item--highlighted,.scheme_light .sc_form .picker__list-item--highlighted:hover,.scheme_light .sc_form .picker--focused .picker__list-item--highlighted,.scheme_light .sc_form .picker__list-item--selected,.scheme_light .sc_form .picker__list-item--selected:hover,.scheme_light .sc_form .picker--focused .picker__list-item--selected{background-color:#f6f6f6}.scheme_dark .sc_form .picker__list-item:hover,.scheme_dark .sc_form .picker__list-item--highlighted,.scheme_dark .sc_form .picker__list-item--highlighted:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--highlighted,.scheme_dark .sc_form .picker__list-item--selected,.scheme_dark .sc_form .picker__list-item--selected:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--selected{background-color:#000}.scheme_original .sc_form .picker__list-item:hover,.scheme_original .sc_form .picker__list-item--highlighted,.scheme_original .sc_form .picker__list-item--highlighted:hover,.scheme_original .sc_form .picker--focused .picker__list-item--highlighted,.scheme_original .sc_form .picker__list-item--selected,.scheme_original .sc_form .picker__list-item--selected:hover,.scheme_original .sc_form .picker--focused .picker__list-item--selected,.scheme_light .sc_form .picker__list-item:hover,.scheme_light .sc_form .picker__list-item--highlighted,.scheme_light .sc_form .picker__list-item--highlighted:hover,.scheme_light .sc_form .picker--focused .picker__list-item--highlighted,.scheme_light .sc_form .picker__list-item--selected,.scheme_light .sc_form .picker__list-item--selected:hover,.scheme_light .sc_form .picker--focused .picker__list-item--selected,.scheme_dark .sc_form .picker__list-item:hover,.scheme_dark .sc_form .picker__list-item--highlighted,.scheme_dark .sc_form .picker__list-item--highlighted:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--highlighted,.scheme_dark .sc_form .picker__list-item--selected,.scheme_dark .sc_form .picker__list-item--selected:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--selected{border-color:#000}.scheme_original .sc_form .picker__list-item--disabled,.scheme_original .sc_form .picker__list-item--disabled:hover,.scheme_original .sc_form .picker--focused .picker__list-item--disabled,.scheme_light .sc_form .picker__list-item--disabled,.scheme_light .sc_form .picker__list-item--disabled:hover,.scheme_light .sc_form .picker--focused .picker__list-item--disabled,.scheme_dark .sc_form .picker__list-item--disabled,.scheme_dark .sc_form .picker__list-item--disabled:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--disabled{color:gray}.scheme_original .sc_form .picker__list-item--disabled,.scheme_original .sc_form .picker__list-item--disabled:hover,.scheme_original .sc_form .picker--focused .picker__list-item--disabled{background-color:#121215}.scheme_light .sc_form .picker__list-item--disabled,.scheme_light .sc_form .picker__list-item--disabled:hover,.scheme_light .sc_form .picker--focused .picker__list-item--disabled{background-color:#f6f6f6}.scheme_dark .sc_form .picker__list-item--disabled,.scheme_dark .sc_form .picker__list-item--disabled:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--disabled{background-color:#121215}.scheme_original .sc_form .picker__list-item--disabled,.scheme_original .sc_form .picker__list-item--disabled:hover,.scheme_original .sc_form .picker--focused .picker__list-item--disabled,.scheme_light .sc_form .picker__list-item--disabled,.scheme_light .sc_form .picker__list-item--disabled:hover,.scheme_light .sc_form .picker--focused .picker__list-item--disabled,.scheme_dark .sc_form .picker__list-item--disabled,.scheme_dark .sc_form .picker__list-item--disabled:hover,.scheme_dark .sc_form .picker--focused .picker__list-item--disabled{border-color:#121215}.scheme_original .sc_countdown.sc_countdown_style_1 .sc_countdown_digits,.scheme_original .sc_countdown.sc_countdown_style_1 .sc_countdown_separator,.scheme_light .sc_countdown.sc_countdown_style_1 .sc_countdown_digits,.scheme_light .sc_countdown.sc_countdown_style_1 .sc_countdown_separator,.scheme_dark .sc_countdown.sc_countdown_style_1 .sc_countdown_digits,.scheme_dark .sc_countdown.sc_countdown_style_1 .sc_countdown_separator{color:#fff}.scheme_original .sc_countdown.sc_countdown_style_1 .sc_countdown_digits,.scheme_light .sc_countdown.sc_countdown_style_1 .sc_countdown_digits,.scheme_dark .sc_countdown.sc_countdown_style_1 .sc_countdown_digits{border-color:#121215}.scheme_original .sc_countdown.sc_countdown_style_1 .sc_countdown_digits{background-color:#121215}.scheme_light .sc_countdown.sc_countdown_style_1 .sc_countdown_digits{background-color:#f6f6f6}.scheme_dark .sc_countdown.sc_countdown_style_1 .sc_countdown_digits{background-color:#121215}.scheme_original .sc_countdown.sc_countdown_style_1 .sc_countdown_label,.scheme_light .sc_countdown.sc_countdown_style_1 .sc_countdown_label,.scheme_dark .sc_countdown.sc_countdown_style_1 .sc_countdown_label,.scheme_original .sc_countdown.sc_countdown_style_2 .sc_countdown_separator,.scheme_light .sc_countdown.sc_countdown_style_2 .sc_countdown_separator,.scheme_dark .sc_countdown.sc_countdown_style_2 .sc_countdown_separator{color:#fff}.scheme_original .sc_countdown.sc_countdown_style_2 .sc_countdown_digits span,.scheme_light .sc_countdown.sc_countdown_style_2 .sc_countdown_digits span,.scheme_dark .sc_countdown.sc_countdown_style_2 .sc_countdown_digits span{background-color:#fff}.scheme_original .sc_countdown.sc_countdown_style_2 .sc_countdown_label,.scheme_light .sc_countdown.sc_countdown_style_2 .sc_countdown_label,.scheme_dark .sc_countdown.sc_countdown_style_2 .sc_countdown_label{color:#fff}.scheme_original .sc_dropcaps .sc_dropcaps_item,.scheme_light .sc_dropcaps .sc_dropcaps_item,.scheme_dark .sc_dropcaps .sc_dropcaps_item{color:#1d1e23}.scheme_original .sc_dropcaps.sc_dropcaps_style_1 .sc_dropcaps_item,.scheme_light .sc_dropcaps.sc_dropcaps_style_1 .sc_dropcaps_item,.scheme_dark .sc_dropcaps.sc_dropcaps_style_1 .sc_dropcaps_item{color:#fff}.scheme_original .sc_dropcaps.sc_dropcaps_style_2 .sc_dropcaps_item,.scheme_light .sc_dropcaps.sc_dropcaps_style_2 .sc_dropcaps_item,.scheme_dark .sc_dropcaps.sc_dropcaps_style_2 .sc_dropcaps_item{background-color:#fff}.scheme_original .sc_dropcaps.sc_dropcaps_style_3 .sc_dropcaps_item,.scheme_light .sc_dropcaps.sc_dropcaps_style_3 .sc_dropcaps_item,.scheme_dark .sc_dropcaps.sc_dropcaps_style_3 .sc_dropcaps_item{background-color:#db0e00}.scheme_original .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item,.scheme_light .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item,.scheme_dark .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item{color:#fff}.scheme_original .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item,.scheme_light .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item,.scheme_dark .sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item{background-color:#db0e00}.scheme_original .sc_events_item .sc_events_item_readmore{color:#fff}.scheme_light .sc_events_item .sc_events_item_readmore{color:#1d1e23}.scheme_dark .sc_events_item .sc_events_item_readmore,.scheme_original .sc_events_item .sc_events_item_readmore span,.scheme_light .sc_events_item .sc_events_item_readmore span,.scheme_dark .sc_events_item .sc_events_item_readmore span{color:#fff}.scheme_original .sc_events_item .sc_events_item_readmore:hover,.scheme_original .sc_events_item .sc_events_item_readmore:hover span,.scheme_light .sc_events_item .sc_events_item_readmore:hover,.scheme_light .sc_events_item .sc_events_item_readmore:hover span,.scheme_dark .sc_events_item .sc_events_item_readmore:hover,.scheme_dark .sc_events_item .sc_events_item_readmore:hover span{color:#db0e00}.scheme_original .sc_events_style_events-1 .sc_events_item,.scheme_light .sc_events_style_events-1 .sc_events_item,.scheme_dark .sc_events_style_events-1 .sc_events_item{background-color:#1d1e23}.scheme_original .sc_events_style_events-1 .sc_events_item,.scheme_light .sc_events_style_events-1 .sc_events_item,.scheme_dark .sc_events_style_events-1 .sc_events_item{color:gray}.scheme_original .sc_events_style_events-2 .sc_events_item,.scheme_light .sc_events_style_events-2 .sc_events_item,.scheme_dark .sc_events_style_events-2 .sc_events_item{border-color:#343539}.scheme_original .sc_events_style_events-2 .sc_events_item_date,.scheme_light .sc_events_style_events-2 .sc_events_item_date,.scheme_dark .sc_events_style_events-2 .sc_events_item_date{background-color:#db0e00}.scheme_original .sc_events_style_events-2 .sc_events_item_date{color:#fff}.scheme_light .sc_events_style_events-2 .sc_events_item_date{color:#1d1e23}.scheme_dark .sc_events_style_events-2 .sc_events_item_date{color:#fff}.scheme_original .sc_events_style_events-2 .sc_events_item_details a,.scheme_light .sc_events_style_events-2 .sc_events_item_details a,.scheme_dark .sc_events_style_events-2 .sc_events_item_details a{color:#db0e00}.scheme_original .sc_events_style_events-2 .sc_events_item_details a:hover,.scheme_light .sc_events_style_events-2 .sc_events_item_details a:hover,.scheme_dark .sc_events_style_events-2 .sc_events_item_details a:hover{color:#fff}.scheme_original .sc_events_style_events-2 .sc_events_item_time:before,.scheme_original .sc_events_style_events-2 .sc_events_item_details:before{background-color:#343539}.scheme_light .sc_events_style_events-2 .sc_events_item_time:before,.scheme_light .sc_events_style_events-2 .sc_events_item_details:before{background-color:#343539}.scheme_dark .sc_events_style_events-2 .sc_events_item_time:before,.scheme_dark .sc_events_style_events-2 .sc_events_item_details:before{background-color:#343539}.scheme_original .sc_googlemap_content,.scheme_light .sc_googlemap_content,.scheme_dark .sc_googlemap_content{background-color:#1d1e23}.scheme_original .sc_highlight_style_1,.scheme_light .sc_highlight_style_1,.scheme_dark .sc_highlight_style_1{color:#fff}.scheme_original .sc_highlight_style_2,.scheme_light .sc_highlight_style_2,.scheme_dark .sc_highlight_style_2{color:#db0e00}.scheme_original .sc_highlight_style_3,.scheme_light .sc_highlight_style_3,.scheme_dark .sc_highlight_style_3{background-color:#db0e00}.scheme_original .sc_highlight_style_3,.scheme_light .sc_highlight_style_3,.scheme_dark .sc_highlight_style_3{color:#fff}.scheme_original .sc_icon_hover:hover,.scheme_original a:hover .sc_icon_hover,.scheme_light .sc_icon_hover:hover,.scheme_light a:hover .sc_icon_hover,.scheme_dark .sc_icon_hover:hover,.scheme_dark a:hover .sc_icon_hover{color:#1d1e23}.scheme_original .sc_icon_hover:hover,.scheme_original a:hover .sc_icon_hover,.scheme_light .sc_icon_hover:hover,.scheme_light a:hover .sc_icon_hover,.scheme_dark .sc_icon_hover:hover,.scheme_dark a:hover .sc_icon_hover,.scheme_original .sc_icon_shape_round.sc_icon,.scheme_original .sc_icon_shape_square.sc_icon,.scheme_light .sc_icon_shape_round.sc_icon,.scheme_light .sc_icon_shape_square.sc_icon,.scheme_dark .sc_icon_shape_round.sc_icon,.scheme_dark .sc_icon_shape_square.sc_icon{background-color:#fff}.scheme_original .sc_icon_shape_round.sc_icon,.scheme_original .sc_icon_shape_square.sc_icon,.scheme_light .sc_icon_shape_round.sc_icon,.scheme_light .sc_icon_shape_square.sc_icon,.scheme_dark .sc_icon_shape_round.sc_icon,.scheme_dark .sc_icon_shape_square.sc_icon{border-color:#fff}.scheme_original .sc_icon_shape_round.sc_icon,.scheme_original .sc_icon_shape_square.sc_icon,.scheme_light .sc_icon_shape_round.sc_icon,.scheme_light .sc_icon_shape_square.sc_icon,.scheme_dark .sc_icon_shape_round.sc_icon,.scheme_dark .sc_icon_shape_square.sc_icon{color:#1d1e23}.scheme_original .sc_icon_shape_round.sc_icon:hover,.scheme_original .sc_icon_shape_square.sc_icon:hover,.scheme_original a:hover .sc_icon_shape_round.sc_icon,.scheme_original a:hover .sc_icon_shape_square.sc_icon,.scheme_light .sc_icon_shape_round.sc_icon:hover,.scheme_light .sc_icon_shape_square.sc_icon:hover,.scheme_light a:hover .sc_icon_shape_round.sc_icon,.scheme_light a:hover .sc_icon_shape_square.sc_icon,.scheme_dark .sc_icon_shape_round.sc_icon:hover,.scheme_dark .sc_icon_shape_square.sc_icon:hover,.scheme_dark a:hover .sc_icon_shape_round.sc_icon,.scheme_dark a:hover .sc_icon_shape_square.sc_icon{color:#fff}.scheme_original .sc_icon_shape_round.sc_icon:hover,.scheme_original .sc_icon_shape_square.sc_icon:hover,.scheme_original a:hover .sc_icon_shape_round.sc_icon,.scheme_original a:hover .sc_icon_shape_square.sc_icon,.scheme_light .sc_icon_shape_round.sc_icon:hover,.scheme_light .sc_icon_shape_square.sc_icon:hover,.scheme_light a:hover .sc_icon_shape_round.sc_icon,.scheme_light a:hover .sc_icon_shape_square.sc_icon,.scheme_dark .sc_icon_shape_round.sc_icon:hover,.scheme_dark .sc_icon_shape_square.sc_icon:hover,.scheme_dark a:hover .sc_icon_shape_round.sc_icon,.scheme_dark a:hover .sc_icon_shape_square.sc_icon{background-color:#1d1e23}.scheme_original figure figcaption,.scheme_original .sc_image figcaption{background-color:#121215}.scheme_light figure figcaption,.scheme_light .sc_image figcaption{background-color:#f6f6f6}.scheme_dark figure figcaption,.scheme_dark .sc_image figcaption{background-color:#121215}.scheme_original figure figcaption,.scheme_original .sc_image figcaption{color:#b4b4b4}.scheme_light figure figcaption,.scheme_light .sc_image figcaption{color:#b4b4b4}.scheme_dark figure figcaption,.scheme_dark .sc_image figcaption{color:#b4b4b4}.scheme_original .sc_infobox.sc_infobox_style_regular,.scheme_light .sc_infobox.sc_infobox_style_regular,.scheme_dark .sc_infobox.sc_infobox_style_regular{color:#1d1e23}.scheme_original .sc_list,.scheme_light .sc_list,.scheme_dark .sc_list{color:#b4b4b4}.scheme_original .sc_list_style_iconed li:before,.scheme_original .sc_list_style_iconed .sc_list_icon{color:#db0e00}.scheme_light .sc_list_style_iconed li:before,.scheme_light .sc_list_style_iconed .sc_list_icon{color:#db0e00}.scheme_dark .sc_list_style_iconed li:before,.scheme_dark .sc_list_style_iconed .sc_list_icon{color:#db0e00}.scheme_original .sc_list_style_iconed li .sc_list_title{color:#fff}.scheme_light .sc_list_style_iconed li .sc_list_title{color:#1d1e23}.scheme_dark .sc_list_style_iconed li .sc_list_title{color:#fff}.scheme_original .sc_list_style_iconed li a:hover .sc_list_title,.scheme_light .sc_list_style_iconed li a:hover .sc_list_title,.scheme_dark .sc_list_style_iconed li a:hover .sc_list_title{color:#db0e00}.scheme_original .sc_line,.scheme_light .sc_line,.scheme_dark .sc_line{border-color:#343539}.scheme_original .sc_line .sc_line_title,.scheme_light .sc_line .sc_line_title,.scheme_dark .sc_line .sc_line_title{color:#b4b4b4}.scheme_original .sc_popup:before{background-color:#fff}.scheme_light .sc_popup:before{background-color:#fff}.scheme_dark .sc_popup:before{background-color:#fff}.scheme_original .sc_price .sc_price_currency,.scheme_original .sc_price .sc_price_money,.scheme_original .sc_price .sc_price_penny{color:#fff}.scheme_light .sc_price .sc_price_currency,.scheme_light .sc_price .sc_price_money,.scheme_light .sc_price .sc_price_penny{color:#1d1e23}.scheme_dark .sc_price .sc_price_currency,.scheme_dark .sc_price .sc_price_money,.scheme_dark .sc_price .sc_price_penny{color:#fff}.scheme_original .sc_price .sc_price_info,.scheme_light .sc_price .sc_price_info,.scheme_dark .sc_price .sc_price_info{color:#b4b4b4}.scheme_original .sc_price_block,.scheme_original .sc_price_block .sc_price_block_money *,.scheme_light .sc_price_block,.scheme_light .sc_price_block .sc_price_block_money *,.scheme_dark .sc_price_block,.scheme_dark .sc_price_block .sc_price_block_money *{color:#1d1e23}.scheme_original .sc_price_block.sc_price_block_style_1,.scheme_light .sc_price_block.sc_price_block_style_1,.scheme_dark .sc_price_block.sc_price_block_style_1{background-color:#fff}.scheme_original .sc_price_block.sc_price_block_style_1 .sc_price_block_link .sc_button,.scheme_light .sc_price_block.sc_price_block_style_1 .sc_price_block_link .sc_button,.scheme_dark .sc_price_block.sc_price_block_style_1 .sc_price_block_link .sc_button,.scheme_original .sc_price_block.sc_price_block_style_2,.scheme_light .sc_price_block.sc_price_block_style_2,.scheme_dark .sc_price_block.sc_price_block_style_2{background-color:#db0e00}.scheme_original .sc_price_block.sc_price_block_style_3,.scheme_original .sc_price_block.sc_price_block_style_3 .sc_price_block_money *,.scheme_light .sc_price_block.sc_price_block_style_3,.scheme_light .sc_price_block.sc_price_block_style_3 .sc_price_block_money *,.scheme_dark .sc_price_block.sc_price_block_style_3,.scheme_dark .sc_price_block.sc_price_block_style_3 .sc_price_block_money *{color:gray}.scheme_original .sc_price_block.sc_price_block_style_3,.scheme_original .sc_price_block.sc_price_block_style_3 .sc_price_block_money *{background-color:#000}.scheme_light .sc_price_block.sc_price_block_style_3,.scheme_light .sc_price_block.sc_price_block_style_3 .sc_price_block_money *{background-color:#f6f6f6}.scheme_dark .sc_price_block.sc_price_block_style_3,.scheme_dark .sc_price_block.sc_price_block_style_3 .sc_price_block_money *{background-color:#000}.scheme_original .sc_price_block.sc_price_block_style_3 .sc_price_block_title{color:#fff}.scheme_light .sc_price_block.sc_price_block_style_3 .sc_price_block_title{color:gray}.scheme_dark .sc_price_block.sc_price_block_style_3 .sc_price_block_title{color:#fff}.scheme_original .sc_promo_image,.scheme_original .sc_promo_block{background-color:#000}.scheme_light .sc_promo_image,.scheme_light .sc_promo_block{background-color:#f6f6f6}.scheme_dark .sc_promo_image,.scheme_dark .sc_promo_block{background-color:#000}.scheme_original .sc_promo_title,.scheme_light .sc_promo_title,.scheme_dark .sc_promo_title{color:#db0e00}.scheme_original .sc_promo_descr{color:#fff}.scheme_light .sc_promo_descr{color:#1d1e23}.scheme_dark .sc_promo_descr{color:#fff}.scheme_original .sc_recent_news_header{border-color:#fff}.scheme_light .sc_recent_news_header{border-color:#1d1e23}.scheme_dark .sc_recent_news_header{border-color:#fff}.scheme_original .sc_recent_news_header_category_item_more,.scheme_light .sc_recent_news_header_category_item_more,.scheme_dark .sc_recent_news_header_category_item_more{color:#fff}.scheme_original .sc_recent_news_header_more_categories,.scheme_light .sc_recent_news_header_more_categories,.scheme_dark .sc_recent_news_header_more_categories{border-color:#121215}.scheme_original .sc_recent_news_header_more_categories{background-color:#121215}.scheme_light .sc_recent_news_header_more_categories{background-color:#f6f6f6}.scheme_dark .sc_recent_news_header_more_categories{background-color:#121215}.scheme_original .sc_recent_news_header_more_categories>a{color:#fff}.scheme_light .sc_recent_news_header_more_categories>a{color:#fff}.scheme_dark .sc_recent_news_header_more_categories>a{color:#fff}.scheme_original .sc_recent_news_header_more_categories>a:hover{color:#db0e00}.scheme_light .sc_recent_news_header_more_categories>a:hover{color:#db0e00}.scheme_dark .sc_recent_news_header_more_categories>a:hover{color:#db0e00}.scheme_original .sc_recent_news_header_more_categories>a:hover{background-color:#000}.scheme_light .sc_recent_news_header_more_categories>a:hover{background-color:#f6f6f6}.scheme_dark .sc_recent_news_header_more_categories>a:hover{background-color:#000}.sc_recent_news .post_item .post_title{font-family:Lato,sans-serif;font-size:1.7857em;line-height:1.3em;font-weight:600;font-style:italic}.sc_recent_news .post_item h6.post_title{font-family:Lato,sans-serif;font-size:1.2857em;line-height:1.3em;font-weight:600;font-style:italic}.scheme_original .sc_recent_news .post_counters_item,.scheme_original .sc_recent_news .post_counters .post_edit a{background-color:#121215}.scheme_light .sc_recent_news .post_counters_item,.scheme_light .sc_recent_news .post_counters .post_edit a{background-color:#f6f6f6}.scheme_dark .sc_recent_news .post_counters_item,.scheme_dark .sc_recent_news .post_counters .post_edit a{background-color:#121215}.scheme_original .sidebar .sc_recent_news .post_counters_item,.scheme_original .sidebar .sc_recent_news .post_counters .post_edit a,.scheme_light .sidebar .sc_recent_news .post_counters_item,.scheme_light .sidebar .sc_recent_news .post_counters .post_edit a,.scheme_dark .sidebar .sc_recent_news .post_counters_item,.scheme_dark .sidebar .sc_recent_news .post_counters .post_edit a{background-color:#1d1e23}.scheme_original .sc_recent_news .post_counters .post_edit a{color:#fff}.scheme_light .sc_recent_news .post_counters .post_edit a{color:gray}.scheme_dark .sc_recent_news .post_counters .post_edit a{color:#fff}.scheme_original .sc_recent_news_style_news-magazine .post_accented_border,.scheme_light .sc_recent_news_style_news-magazine .post_accented_border,.scheme_dark .sc_recent_news_style_news-magazine .post_accented_border,.scheme_original .sc_recent_news_style_news-excerpt .post_item,.scheme_light .sc_recent_news_style_news-excerpt .post_item,.scheme_dark .sc_recent_news_style_news-excerpt .post_item{border-color:#343539}.scheme_original .sc_recent_news_header_split .sc_recent_news_header_categories>*{color:gray}.scheme_light .sc_recent_news_header_split .sc_recent_news_header_categories>*{color:gray}.scheme_dark .sc_recent_news_header_split .sc_recent_news_header_categories>*{color:gray}.scheme_original .sc_recent_news_header_split .sc_recent_news_header_categories>a:hover,.scheme_original .sc_recent_news_header_split .sc_recent_news_header_categories>a:after,.scheme_original .sc_recent_news_header_split .sc_recent_news_header_categories>a:before{color:#db0e00}.scheme_light .sc_recent_news_header_split .sc_recent_news_header_categories>a:hover,.scheme_light .sc_recent_news_header_split .sc_recent_news_header_categories>a:after,.scheme_light .sc_recent_news_header_split .sc_recent_news_header_categories>a:before{color:#db0e00}.scheme_dark .sc_recent_news_header_split .sc_recent_news_header_categories>a:hover,.scheme_dark .sc_recent_news_header_split .sc_recent_news_header_categories>a:after,.scheme_dark .sc_recent_news_header_split .sc_recent_news_header_categories>a:before{color:#db0e00}.scheme_original .sc_recent_news .post_meta a,.scheme_light .sc_recent_news .post_meta a,.scheme_dark .sc_recent_news .post_meta a{color:#db0e00}.scheme_original .sc_recent_news .post_meta a:hover,.scheme_light .sc_recent_news .post_meta a:hover,.scheme_dark .sc_recent_news .post_meta a:hover{color:#fff}.scheme_original .sc_recent_news_style_news-magazine .column-1_2:first-child,.scheme_light .sc_recent_news_style_news-magazine .column-1_2:first-child,.scheme_dark .sc_recent_news_style_news-magazine .column-1_2:first-child{border-color:#343539}.scheme_original .sc_section_inner,.scheme_light .sc_section_inner,.scheme_dark .sc_section_inner{color:gray}.scheme_original .sc_scroll_controls_wrap a,.scheme_light .sc_scroll_controls_wrap a,.scheme_dark .sc_scroll_controls_wrap a{background-color:#fff}.scheme_original .sc_scroll_controls_wrap a,.scheme_light .sc_scroll_controls_wrap a,.scheme_dark .sc_scroll_controls_wrap a{color:#1d1e23}.scheme_original .sc_scroll_controls_type_side .sc_scroll_controls_wrap a,.scheme_light .sc_scroll_controls_type_side .sc_scroll_controls_wrap a,.scheme_dark .sc_scroll_controls_type_side .sc_scroll_controls_wrap a{background-color:#fffc}.scheme_original .sc_scroll_controls_wrap a:hover,.scheme_light .sc_scroll_controls_wrap a:hover,.scheme_dark .sc_scroll_controls_wrap a:hover{color:#1d1e23}.scheme_original .sc_scroll_controls_wrap a:hover,.scheme_light .sc_scroll_controls_wrap a:hover,.scheme_dark .sc_scroll_controls_wrap a:hover{background-color:#db0e00}.scheme_original .sc_scroll_bar .swiper-scrollbar-drag:before{background-color:#fff}.scheme_light .sc_scroll_bar .swiper-scrollbar-drag:before{background-color:#fff}.scheme_dark .sc_scroll_bar .swiper-scrollbar-drag:before{background-color:#fff}.scheme_original .sc_scroll .sc_scroll_bar{border-color:#121215}.scheme_light .sc_scroll .sc_scroll_bar{border-color:#f6f6f6}.scheme_dark .sc_scroll .sc_scroll_bar{border-color:#121215}.scheme_original .sc_skills_bar .sc_skills_item{background-color:#121215}.scheme_light .sc_skills_bar .sc_skills_item{background-color:#f6f6f6}.scheme_dark .sc_skills_bar .sc_skills_item{background-color:#121215}.scheme_original .sc_skills_counter .sc_skills_item .sc_skills_icon,.scheme_light .sc_skills_counter .sc_skills_item .sc_skills_icon,.scheme_dark .sc_skills_counter .sc_skills_item .sc_skills_icon{color:#fff}.scheme_original .sc_skills_counter .sc_skills_item:hover .sc_skills_icon,.scheme_light .sc_skills_counter .sc_skills_item:hover .sc_skills_icon,.scheme_dark .sc_skills_counter .sc_skills_item:hover .sc_skills_icon{color:#db0e00}.scheme_original .sc_skills_counter .sc_skills_item .sc_skills_info{color:#fff}.scheme_light .sc_skills_counter .sc_skills_item .sc_skills_info{color:#1d1e23}.scheme_dark .sc_skills_counter .sc_skills_item .sc_skills_info{color:#fff}.scheme_original .sc_skills_bar .sc_skills_item .sc_skills_count,.scheme_light .sc_skills_bar .sc_skills_item .sc_skills_count,.scheme_dark .sc_skills_bar .sc_skills_item .sc_skills_count{border-color:#db0e00}.scheme_original .sc_skills_bar .sc_skills_info .sc_skills_label{color:#fff}.scheme_light .sc_skills_bar .sc_skills_info .sc_skills_label{color:#1d1e23}.scheme_dark .sc_skills_bar .sc_skills_info .sc_skills_label,.scheme_original .sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_total,.scheme_light .sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_total,.scheme_dark .sc_skills_bar.sc_skills_vertical .sc_skills_columns .sc_skills_total,.scheme_original .sc_skills_legend_title,.scheme_original .sc_skills_legend_value{color:#fff}.scheme_light .sc_skills_legend_title,.scheme_light .sc_skills_legend_value{color:#1d1e23}.scheme_dark .sc_skills_legend_title,.scheme_dark .sc_skills_legend_value{color:#fff}.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_1{background-color:#121215}.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_1{background-color:#f6f6f6}.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_1{background-color:#121215}.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_1:hover{background-color:#000}.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_1:hover{background-color:#f6f6f6}.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_1:hover{background-color:#000}.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_count,.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_count,.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_count{color:#db0e00}.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info{color:#fff}.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info{color:#1d1e23}.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info{color:#fff}.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info:before{background-color:#121215}.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info:before{background-color:#121215}.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_1 .sc_skills_info:before{background-color:#121215}.scheme_original .sc_skills_counter .sc_skills_read_more,.scheme_light .sc_skills_counter .sc_skills_read_more,.scheme_dark .sc_skills_counter .sc_skills_read_more{color:#db0e00}.scheme_original .sc_skills_bar .sc_skills_item .sc_skills_count,.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info,.scheme_light .sc_skills_bar .sc_skills_item .sc_skills_count,.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info,.scheme_dark .sc_skills_bar .sc_skills_item .sc_skills_count,.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info{color:gray}.scheme_original .sc_skills_bar .sc_skills_item .sc_skills_count,.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,.scheme_original .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info,.scheme_light .sc_skills_bar .sc_skills_item .sc_skills_count,.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,.scheme_light .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info,.scheme_dark .sc_skills_bar .sc_skills_item .sc_skills_count,.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,.scheme_dark .sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info{background-color:#fff}.scheme_original .sc_skills_circle .sc_skills_total,.scheme_light .sc_skills_circle .sc_skills_total,.scheme_dark .sc_skills_circle .sc_skills_total{color:#db0e00}.scheme_original .sc_skills_circle .sc_skills_label{color:#fff}.scheme_light .sc_skills_circle .sc_skills_label{color:#1d1e23}.scheme_dark .sc_skills_circle .sc_skills_label,.scheme_original .sc_slider_controls_wrap a,.scheme_light .sc_slider_controls_wrap a,.scheme_dark .sc_slider_controls_wrap a{color:#fff}.scheme_original .sc_slider_controls_wrap a,.scheme_light .sc_slider_controls_wrap a,.scheme_dark .sc_slider_controls_wrap a{background-color:#db0e00}.scheme_original .sc_slider_controls_wrap a:hover,.scheme_light .sc_slider_controls_wrap a:hover,.scheme_dark .sc_slider_controls_wrap a:hover{color:#1d1e23}.scheme_original .sc_slider_controls_wrap a:hover,.scheme_light .sc_slider_controls_wrap a:hover,.scheme_dark .sc_slider_controls_wrap a:hover{border-color:#fff}.scheme_original .sc_slider_controls_wrap a:hover,.scheme_light .sc_slider_controls_wrap a:hover,.scheme_dark .sc_slider_controls_wrap a:hover{background-color:#fff}.scheme_original .sc_slider_swiper .sc_slider_pagination_wrap span,.scheme_light .sc_slider_swiper .sc_slider_pagination_wrap span,.scheme_dark .sc_slider_swiper .sc_slider_pagination_wrap span{border-color:#fff3}.scheme_original .sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_original .sc_slider_swiper .sc_slider_pagination_wrap span:hover,.scheme_light .sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_light .sc_slider_swiper .sc_slider_pagination_wrap span:hover,.scheme_dark .sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_dark .sc_slider_swiper .sc_slider_pagination_wrap span:hover{border-color:#db0e00}.scheme_original .sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_original .sc_slider_swiper .sc_slider_pagination_wrap span:hover,.scheme_light .sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_light .sc_slider_swiper .sc_slider_pagination_wrap span:hover,.scheme_dark .sc_slider_swiper .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_dark .sc_slider_swiper .sc_slider_pagination_wrap span:hover{background-color:#db0e00}.scheme_original .sc_slider_swiper .sc_slider_info,.scheme_light .sc_slider_swiper .sc_slider_info,.scheme_dark .sc_slider_swiper .sc_slider_info{background-color:#fffc}.scheme_original .sc_slider_pagination.widget_area .post_item+.post_item{border-color:#343539}.scheme_light .sc_slider_pagination.widget_area .post_item+.post_item{border-color:#343539}.scheme_dark .sc_slider_pagination.widget_area .post_item+.post_item{border-color:#343539}.scheme_original .sc_slider_pagination_over .sc_slider_pagination{background-color:#121215cc}.scheme_light .sc_slider_pagination_over .sc_slider_pagination{background-color:#f6f6f6cc}.scheme_dark .sc_slider_pagination_over .sc_slider_pagination{background-color:#121215cc}.scheme_original .sc_slider_pagination_over .sc_slider_pagination_wrap span,.scheme_light .sc_slider_pagination_over .sc_slider_pagination_wrap span,.scheme_dark .sc_slider_pagination_over .sc_slider_pagination_wrap span{border-color:#343539}.scheme_original .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,.scheme_original .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_light .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,.scheme_light .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_dark .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,.scheme_dark .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-pagination-bullet-active{border-color:#fff}.scheme_original .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,.scheme_original .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_light .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,.scheme_light .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-pagination-bullet-active,.scheme_dark .sc_slider_pagination_over .sc_slider_pagination_wrap span:hover,.scheme_dark .sc_slider_pagination_over .sc_slider_pagination_wrap .swiper-pagination-bullet-active{background-color:#fff}.scheme_original .sc_slider_pagination_over .sc_slider_pagination .post_title{color:#fff}.scheme_light .sc_slider_pagination_over .sc_slider_pagination .post_title{color:gray}.scheme_dark .sc_slider_pagination_over .sc_slider_pagination .post_title{color:#fff}.scheme_original .sc_slider_pagination_over .sc_slider_pagination .post_info,.scheme_light .sc_slider_pagination_over .sc_slider_pagination .post_info,.scheme_dark .sc_slider_pagination_over .sc_slider_pagination .post_info{color:gray}.scheme_original .sc_slider_pagination_area .sc_slider_pagination .post_item.active{background-color:#121215}.scheme_light .sc_slider_pagination_area .sc_slider_pagination .post_item.active{background-color:#f6f6f6}.scheme_dark .sc_slider_pagination_area .sc_slider_pagination .post_item.active{background-color:#121215}.scheme_original .sc_socials.sc_socials_type_icons a,.scheme_light .sc_socials.sc_socials_type_icons a,.scheme_dark .sc_socials.sc_socials_type_icons a{color:#fff}.scheme_original .sc_socials.sc_socials_type_icons a,.scheme_light .sc_socials.sc_socials_type_icons a,.scheme_dark .sc_socials.sc_socials_type_icons a{border-color:#fff}.scheme_original .sc_socials.sc_socials_type_icons a:hover:before,.scheme_original .sc_socials.sc_socials_type_icons a:hover:after{color:#db0e00}.scheme_light .sc_socials.sc_socials_type_icons a:hover:before,.scheme_light .sc_socials.sc_socials_type_icons a:hover:after{color:#db0e00}.scheme_dark .sc_socials.sc_socials_type_icons a:hover:before,.scheme_dark .sc_socials.sc_socials_type_icons a:hover:after{color:#db0e00}.scheme_original .sc_socials.sc_socials_share.sc_socials_dir_vertical .sc_socials_item a{background-color:#121215}.scheme_light .sc_socials.sc_socials_share.sc_socials_dir_vertical .sc_socials_item a{background-color:#f6f6f6}.scheme_dark .sc_socials.sc_socials_share.sc_socials_dir_vertical .sc_socials_item a{background-color:#121215}.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a,.scheme_light .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a,.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a{color:gray}.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a,.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.sc_tabs_active a,.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:hover,.scheme_light .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a,.scheme_light .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.sc_tabs_active a,.scheme_light .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:hover,.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a,.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.sc_tabs_active a,.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:hover{color:#db0e00}.scheme_original .sc_tabs.sc_tabs_style_1 .sc_tabs_content,.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_content,.scheme_light .sc_tabs.sc_tabs_style_1 .sc_tabs_content,.scheme_light .sc_tabs.sc_tabs_style_2 .sc_tabs_content,.scheme_dark .sc_tabs.sc_tabs_style_1 .sc_tabs_content,.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_content{border-color:#343539}.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a,.scheme_light .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a,.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{border-color:#fff}.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a,.scheme_light .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a,.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{background-color:#fff}.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a,.scheme_light .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a,.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{color:#1d1e23}.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover,.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a,.scheme_original .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.sc_tabs_active a,.scheme_light .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover,.scheme_light .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a,.scheme_light .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.sc_tabs_active a,.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover,.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a,.scheme_dark .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.sc_tabs_active a,.scheme_original .sc_team_item .sc_team_item_info .sc_team_item_title a{color:#fff}.scheme_light .sc_team_item .sc_team_item_info .sc_team_item_title a{color:#1d1e23}.scheme_dark .sc_team_item .sc_team_item_info .sc_team_item_title a{color:#fff}.scheme_original .sc_team_item .sc_team_item_info .sc_team_item_title a:hover,.scheme_light .sc_team_item .sc_team_item_info .sc_team_item_title a:hover,.scheme_dark .sc_team_item .sc_team_item_info .sc_team_item_title a:hover,.scheme_original .sc_team_item .sc_team_item_info .sc_team_item_position,.scheme_light .sc_team_item .sc_team_item_info .sc_team_item_position,.scheme_dark .sc_team_item .sc_team_item_info .sc_team_item_position{color:#db0e00}.scheme_original .sc_team_style_team-1 .sc_team_item_info,.scheme_original .sc_team_style_team-3 .sc_team_item_info,.scheme_light .sc_team_style_team-1 .sc_team_item_info,.scheme_light .sc_team_style_team-3 .sc_team_item_info,.scheme_dark .sc_team_style_team-1 .sc_team_item_info,.scheme_dark .sc_team_style_team-3 .sc_team_item_info{border-color:#fff}.scheme_original .sc_team_style_team-1 .sc_team_item_info,.scheme_original .sc_team_style_team-3 .sc_team_item_info,.scheme_light .sc_team_style_team-1 .sc_team_item_info,.scheme_light .sc_team_style_team-3 .sc_team_item_info,.scheme_dark .sc_team_style_team-1 .sc_team_item_info,.scheme_dark .sc_team_style_team-3 .sc_team_item_info{color:gray}.scheme_original .sc_team.sc_team_style_team-3 .sc_socials_item a,.scheme_light .sc_team.sc_team_style_team-3 .sc_socials_item a,.scheme_dark .sc_team.sc_team_style_team-3 .sc_socials_item a{color:#1d1e23}.scheme_original .sc_team.sc_team_style_team-3 .sc_socials_item a,.scheme_light .sc_team.sc_team_style_team-3 .sc_socials_item a,.scheme_dark .sc_team.sc_team_style_team-3 .sc_socials_item a{border-color:#1d1e23}.scheme_original .sc_team.sc_team_style_team-3 .sc_socials_item a:hover,.scheme_light .sc_team.sc_team_style_team-3 .sc_socials_item a:hover,.scheme_dark .sc_team.sc_team_style_team-3 .sc_socials_item a:hover{color:#fe8905}.scheme_original .sc_team.sc_team_style_team-3 .sc_socials_item a:hover,.scheme_light .sc_team.sc_team_style_team-3 .sc_socials_item a:hover,.scheme_dark .sc_team.sc_team_style_team-3 .sc_socials_item a:hover{border-color:#fe8905}.scheme_original .sc_team.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover,.scheme_light .sc_team.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover,.scheme_dark .sc_team.sc_team_style_team-3 .sc_team_item_avatar .sc_team_item_hover{background-color:#fffc}.scheme_original .sc_team.sc_team_style_team-4 .sc_socials_item a,.scheme_light .sc_team.sc_team_style_team-4 .sc_socials_item a,.scheme_dark .sc_team.sc_team_style_team-4 .sc_socials_item a{color:#1d1e23}.scheme_original .sc_team.sc_team_style_team-4 .sc_socials_item a,.scheme_light .sc_team.sc_team_style_team-4 .sc_socials_item a,.scheme_dark .sc_team.sc_team_style_team-4 .sc_socials_item a{border-color:#1d1e23}.scheme_original .sc_team.sc_team_style_team-4 .sc_socials_item a:hover,.scheme_light .sc_team.sc_team_style_team-4 .sc_socials_item a:hover,.scheme_dark .sc_team.sc_team_style_team-4 .sc_socials_item a:hover{color:#fff}.scheme_original .sc_team.sc_team_style_team-4 .sc_socials_item a:hover,.scheme_light .sc_team.sc_team_style_team-4 .sc_socials_item a:hover,.scheme_dark .sc_team.sc_team_style_team-4 .sc_socials_item a:hover{border-color:#fff}.scheme_original .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover,.scheme_light .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover,.scheme_dark .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover{color:#1d1e23}.scheme_original .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover{background-color:#fffc}.scheme_light .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover{background-color:#1d1e23cc}.scheme_dark .sc_team.sc_team_style_team-4 .sc_team_item_avatar .sc_team_item_hover{background-color:#fffc}.scheme_original .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a,.scheme_light .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a,.scheme_dark .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a{color:#1d1e23}.scheme_original .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a:hover,.scheme_light .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a:hover,.scheme_dark .sc_team_style_team-4 .sc_team_item_info .sc_team_item_title a:hover{color:#fff}.scheme_original .sc_team_style_team-4 .sc_team_item_info .sc_team_item_position,.scheme_light .sc_team_style_team-4 .sc_team_item_info .sc_team_item_position,.scheme_dark .sc_team_style_team-4 .sc_team_item_info .sc_team_item_position{color:#1d1e23}.scheme_original .sc_testimonials,.scheme_light .sc_testimonials,.scheme_dark .sc_testimonials{color:gray}.scheme_original .sc_testimonial_author_name{color:#fff}.scheme_light .sc_testimonial_author_name{color:#1d1e23}.scheme_dark .sc_testimonial_author_name{color:#fff}.scheme_original .sc_testimonial_position_position,.scheme_light .sc_testimonial_position_position,.scheme_dark .sc_testimonial_position_position,.scheme_original .sc_testimonial_content,.scheme_light .sc_testimonial_content,.scheme_dark .sc_testimonial_content{color:#b4b4b4}.scheme_original .sc_testimonials_style_testimonials-2 .sc_testimonial_author_name:before{color:#b4b4b4}.scheme_light .sc_testimonials_style_testimonials-2 .sc_testimonial_author_name:before{color:#b4b4b4}.scheme_dark .sc_testimonials_style_testimonials-2 .sc_testimonial_author_name:before{color:#b4b4b4}.scheme_original .sc_testimonials_style_testimonials-3 .sc_testimonial_content,.scheme_original .sc_testimonials_style_testimonials-3 .sc_testimonial_content:after{background-color:#1d1e23}.scheme_light .sc_testimonials_style_testimonials-3 .sc_testimonial_content,.scheme_light .sc_testimonials_style_testimonials-3 .sc_testimonial_content:after{background-color:#1d1e23}.scheme_dark .sc_testimonials_style_testimonials-3 .sc_testimonial_content,.scheme_dark .sc_testimonials_style_testimonials-3 .sc_testimonial_content:after{background-color:#1d1e23}.scheme_original .sc_testimonials_style_testimonials-3 .sc_testimonial_content p:first-child:before,.scheme_original .sc_testimonials_style_testimonials-3 .sc_testimonial_author_position{color:#fff}.scheme_light .sc_testimonials_style_testimonials-3 .sc_testimonial_content p:first-child:before,.scheme_light .sc_testimonials_style_testimonials-3 .sc_testimonial_author_position{color:#fff}.scheme_dark .sc_testimonials_style_testimonials-3 .sc_testimonial_content p:first-child:before,.scheme_dark .sc_testimonials_style_testimonials-3 .sc_testimonial_author_position{color:#fff}.scheme_original .sc_testimonials_style_testimonials-4 .sc_testimonial_item,.scheme_light .sc_testimonials_style_testimonials-4 .sc_testimonial_item,.scheme_dark .sc_testimonials_style_testimonials-4 .sc_testimonial_item{background-color:#1d1e23}.scheme_original .sc_testimonials_style_testimonials-4 .sc_testimonial_content p:first-child:before,.scheme_original .sc_testimonials_style_testimonials-4 .sc_testimonial_author_position{color:#fff}.scheme_light .sc_testimonials_style_testimonials-4 .sc_testimonial_content p:first-child:before,.scheme_light .sc_testimonials_style_testimonials-4 .sc_testimonial_author_position{color:#fff}.scheme_dark .sc_testimonials_style_testimonials-4 .sc_testimonial_content p:first-child:before,.scheme_dark .sc_testimonials_style_testimonials-4 .sc_testimonial_author_position{color:#fff}.scheme_original .sc_title_icon,.scheme_light .sc_title_icon,.scheme_dark .sc_title_icon{color:#fff}.scheme_original .sc_title_underline:after{border-color:#fff}.scheme_light .sc_title_underline:after{border-color:#fff}.scheme_dark .sc_title_underline:after{border-color:#fff}.scheme_original .sc_tooltip_parent,.scheme_light .sc_tooltip_parent,.scheme_dark .sc_tooltip_parent{color:#b4b4b4}.scheme_original .sc_tooltip_parent .sc_tooltip,.scheme_original .sc_tooltip_parent .sc_tooltip:before{background-color:#fff}.scheme_light .sc_tooltip_parent .sc_tooltip,.scheme_light .sc_tooltip_parent .sc_tooltip:before{background-color:#fff}.scheme_dark .sc_tooltip_parent .sc_tooltip,.scheme_dark .sc_tooltip_parent .sc_tooltip:before{background-color:#fff}.scheme_original .sc_tooltip_parent .sc_tooltip,.scheme_original .sc_tooltip_parent .sc_tooltip:before{color:#1d1e23}.scheme_light .sc_tooltip_parent .sc_tooltip,.scheme_light .sc_tooltip_parent .sc_tooltip:before{color:#1d1e23}.scheme_dark .sc_tooltip_parent .sc_tooltip,.scheme_dark .sc_tooltip_parent .sc_tooltip:before{color:#1d1e23}.scheme_original .sc_twitter,.scheme_light .sc_twitter,.scheme_dark .sc_twitter{color:gray}.scheme_original .sc_twitter .sc_slider_controls_wrap a,.scheme_light .sc_twitter .sc_slider_controls_wrap a,.scheme_dark .sc_twitter .sc_slider_controls_wrap a{color:#1d1e23}.scheme_original .sc_item_subtitle,.scheme_light .sc_item_subtitle,.scheme_dark .sc_item_subtitle{color:#db0e00}.scheme_original .sc_item_title:after{color:#db0e00}.scheme_light .sc_item_title:after{color:#db0e00}.scheme_dark .sc_item_title:after{color:#db0e00}.scheme_original .sc_item_button>a:before{color:#fff}.scheme_light .sc_item_button>a:before{color:#fff}.scheme_dark .sc_item_button>a:before{color:#fff}.scheme_original .sc_item_button>a:before{background-color:#1d1e23}.scheme_light .sc_item_button>a:before{background-color:#1d1e23}.scheme_dark .sc_item_button>a:before{background-color:#1d1e23}.scheme_original .sc_item_button>a:hover:before{color:#db0e00}.scheme_light .sc_item_button>a:hover:before{color:#db0e00}.scheme_dark .sc_item_button>a:hover:before{color:#db0e00}.scheme_original .menu_main_nav>li>a:hover:before,.scheme_original .menu_main_nav>li>a:hover:after{color:#db0e00}.scheme_light .menu_main_nav>li>a:hover:before,.scheme_light .menu_main_nav>li>a:hover:after{color:#db0e00}.scheme_dark .menu_main_nav>li>a:hover:before,.scheme_dark .menu_main_nav>li>a:hover:after{color:#db0e00}.scheme_original #tribe-bar-form,.scheme_light #tribe-bar-form,.scheme_dark #tribe-bar-form{background-color:#fff}.scheme_original #tribe-bar-form,.scheme_light #tribe-bar-form,.scheme_dark #tribe-bar-form{color:gray}.scheme_original #tribe-bar-form input[type=text]:focus{color:gray}.scheme_light #tribe-bar-form input[type=text]:focus{color:gray}.scheme_dark #tribe-bar-form input[type=text]:focus{color:gray}.scheme_original .tribe-events-page-title,.scheme_light .tribe-events-page-title,.scheme_dark .tribe-events-page-title{color:#1d1e23}.scheme_original #tribe-bar-form .tribe-bar-submit input[type=submit],.scheme_light #tribe-bar-form .tribe-bar-submit input[type=submit],.scheme_dark #tribe-bar-form .tribe-bar-submit input[type=submit]{background-color:#db0e00}.scheme_original #tribe-bar-form .tribe-bar-submit input[type=submit]:hover,.scheme_light #tribe-bar-form .tribe-bar-submit input[type=submit]:hover,.scheme_dark #tribe-bar-form .tribe-bar-submit input[type=submit]:hover{background-color:#fe8905}.scheme_original #tribe-events .tribe-events-button,.scheme_original #tribe-events .tribe-events-button:hover,.scheme_original #tribe_events_filters_wrapper input[type=submit],.scheme_original .tribe-events-button,.scheme_original .tribe-events-button.tribe-active:hover,.scheme_original .tribe-events-button.tribe-inactive,.scheme_original .tribe-events-button:hover,.scheme_original .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.scheme_original .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#db0e00}.scheme_light #tribe-events .tribe-events-button,.scheme_light #tribe-events .tribe-events-button:hover,.scheme_light #tribe_events_filters_wrapper input[type=submit],.scheme_light .tribe-events-button,.scheme_light .tribe-events-button.tribe-active:hover,.scheme_light .tribe-events-button.tribe-inactive,.scheme_light .tribe-events-button:hover,.scheme_light .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.scheme_light .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#db0e00}.scheme_dark #tribe-events .tribe-events-button,.scheme_dark #tribe-events .tribe-events-button:hover,.scheme_dark #tribe_events_filters_wrapper input[type=submit],.scheme_dark .tribe-events-button,.scheme_dark .tribe-events-button.tribe-active:hover,.scheme_dark .tribe-events-button.tribe-inactive,.scheme_dark .tribe-events-button:hover,.scheme_dark .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],.scheme_dark .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#db0e00}.scheme_original #tribe-events-content .tribe-events-tooltip h4,.scheme_original #tribe_events_filters_wrapper .tribe_events_slider_val,.scheme_original .single-tribe_events a.tribe-events-gcal,.scheme_original .single-tribe_events a.tribe-events-ical,.scheme_light #tribe-events-content .tribe-events-tooltip h4,.scheme_light #tribe_events_filters_wrapper .tribe_events_slider_val,.scheme_light .single-tribe_events a.tribe-events-gcal,.scheme_light .single-tribe_events a.tribe-events-ical,.scheme_dark #tribe-events-content .tribe-events-tooltip h4,.scheme_dark #tribe_events_filters_wrapper .tribe_events_slider_val,.scheme_dark .single-tribe_events a.tribe-events-gcal,.scheme_dark .single-tribe_events a.tribe-events-ical{color:#1d1e23}.scheme_original .tribe-events-calendar thead th,.scheme_light .tribe-events-calendar thead th,.scheme_dark .tribe-events-calendar thead th{border-color:#34353926}.scheme_original #tribe-events-content .tribe-events-calendar td,.scheme_light #tribe-events-content .tribe-events-calendar td,.scheme_dark #tribe-events-content .tribe-events-calendar td{background-color:#fff}.scheme_original .tribe-events-calendar div[id*=tribe-events-daynum-],.scheme_light .tribe-events-calendar div[id*=tribe-events-daynum-],.scheme_dark .tribe-events-calendar div[id*=tribe-events-daynum-]{background-color:#bbbbbd}.scheme_original .tribe-events-calendar div[id*=tribe-events-daynum-] a,.scheme_original .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#1d1e2300}.scheme_light .tribe-events-calendar div[id*=tribe-events-daynum-] a,.scheme_light .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#1d1e2300}.scheme_dark .tribe-events-calendar div[id*=tribe-events-daynum-] a,.scheme_dark .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a{background-color:#1d1e2300}.scheme_original .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{color:#1d1e23}.scheme_light .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{color:#1d1e23}.scheme_dark .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a{color:#1d1e23}.scheme_original #tribe-events-content .tribe-events-calendar td,.scheme_light #tribe-events-content .tribe-events-calendar td,.scheme_dark #tribe-events-content .tribe-events-calendar td{border-color:#f5f5f5}.scheme_original #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title,.scheme_original .tribe-mobile-day-heading,.scheme_light #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title,.scheme_light .tribe-mobile-day-heading,.scheme_dark #tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title,.scheme_dark .tribe-mobile-day-heading{color:#1d1e23}.scheme_original .custom .tp-bullet:hover,.scheme_light .custom .tp-bullet:hover,.scheme_dark .custom .tp-bullet:hover{background-color:#7d7d7d80!important}.scheme_original .custom .tp-bullet.selected,.scheme_light .custom .tp-bullet.selected,.scheme_dark .custom .tp-bullet.selected{background-color:#db0e00!important}.scheme_original .custom .tp-bullet.selected,.scheme_light .custom .tp-bullet.selected,.scheme_dark .custom .tp-bullet.selected{border-color:#db0e00!important}@media (max-width: 1439px){.contact_cart .cart_item{left:50%;margin-left:-10px}.top_panel_style_2 .contact_cart .cart_item{left:20px;margin-left:0}.top_panel_middle .sidebar_cart:after,.menu_user_nav>li>ul:after{left:auto;right:70px}}@media (min-width: 1263px) and (max-width: 1439px){.body_style_boxed .page_wrap{width:1060px}.slider_boxed,.content_wrap,.content_container{width:1000px}.sidebar_show .content{width:670px}.sidebar{width:300px}.body_style_fullwide.sidebar_right .content,.body_style_fullscreen.sidebar_right .content{padding-right:330px}.body_style_fullwide.sidebar_right .sidebar,.body_style_fullscreen.sidebar_right .sidebar{margin-left:-300px}.body_style_fullwide.sidebar_left .content,.body_style_fullscreen.sidebar_left .content{padding-left:330px}.body_style_fullwide.sidebar_left .sidebar,.body_style_fullscreen.sidebar_left .sidebar{margin-right:-300px}.woocommerce.sidebar_show .content{width:690px}.woocommerce .sidebar{width:280px}.woocommerce.body_style_fullwide.sidebar_right .content,.woocommerce.body_style_fullscreen.sidebar_right .content{padding-right:310px}.woocommerce.body_style_fullwide.sidebar_right .sidebar,.woocommerce.body_style_fullscreen.sidebar_right .sidebar{margin-left:-280px}.woocommerce.body_style_fullwide.sidebar_left .content,.woocommerce.body_style_fullscreen.sidebar_left .content{padding-left:310px}.woocommerce.body_style_fullwide.sidebar_left .sidebar,.woocommerce.body_style_fullscreen.sidebar_left .sidebar{margin-right:-280px}.top_panel_style_1 .contact_field{text-align:center;margin-top:1.5em}.top_panel_style_1 .contact_field .contact_icon{float:none;margin-right:auto;margin-left:auto;margin-bottom:.3em}.post_item_colored .post_category{max-height:1.2em;overflow:hidden}.post_item_colored .post_descr .post_price{margin-top:1.2em}.sc_scroll_horizontal .sc_blogger .isotope_item,.sc_scroll_horizontal .sc_blogger [class*=column-],.sc_blogger .sc_scroll_horizontal .isotope_item,.sc_blogger .sc_scroll_horizontal [class*=column-]{width:343px}.sc_scroll_horizontal .sc_blogger .isotope_column_2,.sc_scroll_horizontal .sc_blogger .column-1_2,.sc_blogger .sc_scroll_horizontal .isotope_column_2,.sc_blogger .sc_scroll_horizontal .column-1_2{width:515px}.sc_scroll_horizontal .sc_blogger .isotope_column_4,.sc_scroll_horizontal .sc_blogger .column-1_4,.sc_blogger .sc_scroll_horizontal .isotope_column_4,.sc_blogger .sc_scroll_horizontal .column-1_4{width:257px}.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li+li{margin-left:.4em}.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{padding:2px .5em}.sc_recent_news_style_news-announce .post_size_full{height:372px}.sc_recent_news_style_news-announce .post_size_big{height:186px}.sc_recent_news_style_news-announce .post_size_medium,.sc_recent_news_style_news-announce .post_size_small{height:93px}body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full{height:560px}body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big{height:280px}body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small{height:140px}.sc_recent_news_style_news-announce .post_size_medium .post_title,.sc_recent_news_style_news-announce .post_size_small .post_title{font-size:1.2em}.isotope_wrap .isotope_item .post_descr p:nth-child(2){line-height:1.5em;max-height:3em}}@media (max-width: 1262px){header .menu_main_nav>li{padding:1.34em .5em 1.3em}.woocommerce .widget_price_filter .price_slider_amount .button,.woocommerce-page .widget_price_filter .price_slider_amount .button{padding:.792em 1em}}@media (min-width: 1136px) and (max-width: 1262px){.body_style_boxed .page_wrap{width:970px}.slider_boxed,.content_wrap,.content_container{width:910px}.sidebar_show .content{width:610px}.woocommerce.sidebar_show .content{width:630px}.sc_scroll_horizontal .sc_blogger .isotope_item,.sc_scroll_horizontal .sc_blogger [class*=column-],.sc_blogger .sc_scroll_horizontal .isotope_item,.sc_blogger .sc_scroll_horizontal [class*=column-]{width:313px}.sc_scroll_horizontal .sc_blogger .isotope_column_2,.sc_scroll_horizontal .sc_blogger .column-1_2,.sc_blogger .sc_scroll_horizontal .isotope_column_2,.sc_blogger .sc_scroll_horizontal .column-1_2{width:470px}.sc_scroll_horizontal .sc_blogger .isotope_column_4,.sc_scroll_horizontal .sc_blogger .column-1_4,.sc_blogger .sc_scroll_horizontal .isotope_column_4,.sc_blogger .sc_scroll_horizontal .column-1_4{width:235px}.sc_recent_news_style_news-announce .post_size_full{height:344px}.sc_recent_news_style_news-announce .post_size_big{height:172px}.sc_recent_news_style_news-announce .post_size_medium,.sc_recent_news_style_news-announce .post_size_small{height:86px}body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full{height:512px}body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big{height:256px}body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small{height:128px}.sc_recent_news_style_news-announce .post_size_medium .post_title,.sc_recent_news_style_news-announce .post_size_small .post_title{font-size:1.2em}}@media (min-width: 1136px) and (max-width: 1279px){html,body{font-size:14px}}@media (max-width: 1135px){.search_wrap .search_submit:before{line-height:2.8em}.woocommerce.widget_shopping_cart .buttons a{display:inline-block;max-width:70px;padding:.792em 1.7em}.sc_promo_button .sc_button:after{border:1px solid;vertical-align:top;line-height:1.05em}.sc_item_descr,.post_item_404 .page_description{letter-spacing:2px}.search_style_button .search_submit{line-height:.9em!important;right:-110px}.content .search_wrap .search_submit{height:3.417em}.single-product div.product .woocommerce-tabs .wc-tabs li a{padding:.5em 1.3em}}@media (min-width: 1024px) and (max-width: 1135px){.body_style_boxed .page_wrap{width:100%}.slider_boxed,.content_wrap,.content_container{width:964px}.sidebar_show .content{width:664px}.woocommerce.sidebar_show .content{width:684px}.sc_scroll_horizontal .sc_blogger .isotope_item,.sc_scroll_horizontal .sc_blogger [class*=column-],.sc_blogger .sc_scroll_horizontal .isotope_item,.sc_blogger .sc_scroll_horizontal [class*=column-]{width:331px}.sc_scroll_horizontal .sc_blogger .isotope_column_2,.sc_scroll_horizontal .sc_blogger .column-1_2,.sc_blogger .sc_scroll_horizontal .isotope_column_2,.sc_blogger .sc_scroll_horizontal .column-1_2{width:497px}.sc_scroll_horizontal .sc_blogger .isotope_column_4,.sc_scroll_horizontal .sc_blogger .column-1_4,.sc_blogger .sc_scroll_horizontal .isotope_column_4,.sc_blogger .sc_scroll_horizontal .column-1_4{width:248px}.sc_recent_news_style_news-announce .post_size_full{height:372px}.sc_recent_news_style_news-announce .post_size_big{height:186px}.sc_recent_news_style_news-announce .post_size_medium,.sc_recent_news_style_news-announce .post_size_small{height:93px}body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full{height:540px}body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big{height:270px}body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small{height:135px}.sc_recent_news_style_news-announce .post_size_medium .post_title,.sc_recent_news_style_news-announce .post_size_small .post_title{font-size:1.2em}}@media (min-width: 960px) and (max-width: 1023px){.sc_socials a:before,.sc_socials a:after{font-size:30px;line-height:30px}.sc_socials a:hover:before{left:-11px}.sc_socials a:hover:after{right:-11px}}@media (min-width: 960px) and (max-width: 1023px){.body_style_boxed .page_wrap{width:100%}.slider_boxed,.content_wrap,.content_container{width:900px}.sidebar_show .content{width:600px}.woocommerce.sidebar_show .content{width:620px}.sc_scroll_horizontal .sc_blogger .isotope_item,.sc_scroll_horizontal .sc_blogger [class*=column-],.sc_blogger .sc_scroll_horizontal .isotope_item,.sc_blogger .sc_scroll_horizontal [class*=column-]{width:310px}.sc_scroll_horizontal .sc_blogger .isotope_column_2,.sc_scroll_horizontal .sc_blogger .column-1_2,.sc_blogger .sc_scroll_horizontal .isotope_column_2,.sc_blogger .sc_scroll_horizontal .column-1_2{width:465px}.sc_scroll_horizontal .sc_blogger .isotope_column_4,.sc_scroll_horizontal .sc_blogger .column-1_4,.sc_blogger .sc_scroll_horizontal .isotope_column_4,.sc_blogger .sc_scroll_horizontal .column-1_4{width:232px}.sc_recent_news_style_news-announce .post_size_full{height:336px}.sc_recent_news_style_news-announce .post_size_big{height:168px}.sc_recent_news_style_news-announce .post_size_medium,.sc_recent_news_style_news-announce .post_size_small{height:84px}body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full{height:504px}body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big{height:252px}body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small{height:126px}.sc_recent_news_style_news-announce .post_size_medium .post_title,.sc_recent_news_style_news-announce .post_size_small .post_title{font-size:1.2em}}@media (min-width: 960px) and (max-width: 1262px){.sidebar{width:270px}.body_style_fullwide.sidebar_right .content,.body_style_fullscreen.sidebar_right .content{padding-right:300px}.body_style_fullwide.sidebar_right .sidebar,.body_style_fullscreen.sidebar_right .sidebar{margin-left:-270px}.body_style_fullwide.sidebar_left .content,.body_style_fullscreen.sidebar_left .content{padding-left:300px}.body_style_fullwide.sidebar_left .sidebar,.body_style_fullscreen.sidebar_left .sidebar{margin-right:-270px}.woocommerce .sidebar{width:250px}.woocommerce.body_style_fullwide.sidebar_right .content,.woocommerce.body_style_fullscreen.sidebar_right .content{padding-right:280px}.woocommerce.body_style_fullwide.sidebar_right .sidebar,.woocommerce.body_style_fullscreen.sidebar_right .sidebar{margin-left:-250px}.woocommerce.body_style_fullwide.sidebar_left .content,.woocommerce.body_style_fullscreen.sidebar_left .content{padding-left:280px}.woocommerce.body_style_fullwide.sidebar_left .sidebar,.woocommerce.body_style_fullscreen.sidebar_left .sidebar{margin-right:-250px}.top_panel_style_1 .contact_field{text-align:center;margin-top:1.5em}.top_panel_style_1 .contact_field .contact_icon{float:none;margin-right:auto;margin-left:auto;margin-bottom:.3em}.post_item_colored .post_category{max-height:1.2em;overflow:hidden}.post_item_colored .post_descr .post_price{margin-top:1.2em}.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li+li{margin-left:.4em}.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{padding:2px .25em}.widget_area .widget_calendar td .day_wrap{padding:6px 3px}.woocommerce .widget_price_filter .price_label,.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{font-size:1em}.top_panel_wrap .widget_shopping_cart ul.cart_list>li>a:not(.remove){margin-top:-.15em}.sc_googlemap{max-height:350px}.sc_googlemap_content{position:static;width:auto}}@media (min-width: 960px) and (max-width: 1135px){html,body{font-size:13px}h1{font-size:3.3em}h2{font-size:2.9em}h3{font-size:2.4em}h4{font-size:1.5em}h5{font-size:1.2308em}h6{font-size:1em}h2.tribe-events-page-title,h1.tribe-events-single-event-title{font-size:2.9em}.tribe-events-schedule h2{font-size:1.2308em}.isotope_filters a,.post_info{font-size:.8461em}.post_rating .reviews_star{font-size:1em}.post_item_colored .post_category{font-size:1em;margin:0 0 .4em}.post_item_colored .post_descr .post_price_period{font-size:1em}.post_item_colored .post_descr .post_price_value{font-size:1.3846em}.contacts_wrap .contacts_address{font-size:1em}.widget_area .post_item .post_info{font-size:.7692em}.widget_area .widget_tag_cloud a{font-size:.8461em!important}.widget_area .widget_calendar .weekday{font-size:.8461em}.sc_testimonial_content{font-size:1.25em}.sc_testimonial_author{font-size:1em}.sc_promo.sc_promo_size_small .sc_promo_title{font-size:2.5em}}@media (max-width: 959px){.sc_recent_news_header_split .sc_recent_news_header_categories>*{margin:0 1px}.woocommerce.widget_shopping_cart .buttons a{display:inline-block;max-width:70px;padding:.792em 1.7em}.footer_wrap_inner.widget_area_inner ul.product_list_widget li{overflow:hidden}.footer_wrap_inner.widget_area_inner ul.product_list_widget li a{white-space:nowrap}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product,.woocommerce-page[class*=columns-] ul.products li.product,.woocommerce[class*=columns-] ul.products li.product{clear:none;float:none!important;display:inline-block;vertical-align:top;margin-right:-3px!important}.woocommerce ul.products li.product .post_featured .sc_button{padding:.75em 1.5em}.woocommerce .widget_area_inner .star-rating{width:6.4em}.woocommerce-page table.cart td.actions .coupon input{width:auto!important}.sc_socials a:before,.sc_socials a:after{font-size:29px;line-height:29px}.sc_socials a:hover:after{right:-11px;opacity:1}.sc_socials a:hover:before{left:-11px;opacity:1}.sc_skills_read_more:before,.sc_skills_read_more:after{font-size:29px;line-height:29px}.sc_skills_read_more:after{right:-11px;opacity:1}.sc_skills_read_more:before{left:-11px;opacity:1}}@media (min-width: 768px) and (max-width: 959px){.isotope_item_portfolio_3 .post_item .post_descr>p:not(.post_info){display:none}.tribe-events-event-meta .column,.tribe-events-event-meta .tribe-events-meta-group{float:left;width:35%}.single-tribe_events .tribe-events-venue-map{width:50%;margin:0 4% 2% 0;display:inline-block;float:right}.sc_recent_news_with_accented .post_accented_off .post_featured,.sc_recent_news_with_accented .post_accented_off .post_header{width:50%}body:not(.woocommerce) .widget_area:not(.footer_wrap) .woocommerce .widget_title{padding:.889em 1.46em}body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:nth-child(n+5){display:none}.body_style_boxed .page_wrap{width:100%}.slider_boxed,.content_wrap,.content_container{width:708px}.sidebar_show .content{width:100%;float:none}.sidebar_show .sidebar{width:100%;float:none;margin-top:2em}.body_style_fullwide.sidebar_right .content,.body_style_fullscreen.sidebar_right .content{padding-right:0!important}.body_style_fullwide.sidebar_right .sidebar,.body_style_fullscreen.sidebar_right .sidebar{margin-left:0!important}.body_style_fullwide.sidebar_left .content,.body_style_fullscreen.sidebar_left .content{padding-left:0!important}.body_style_fullwide.sidebar_left .sidebar,.body_style_fullscreen.sidebar_left .sidebar{margin-right:0!important}.woocommerce.sidebar_show .content{width:100%;float:none}.woocommerce .sidebar{width:100%;float:none;margin-top:2em}.footer_wrap.widget_area aside{display:inline-block;vertical-align:top;width:33%;margin-left:0}.content+.sidebar.widget_area aside{display:inline-block;vertical-align:top;width:calc(33% - 5.6em);margin-left:0}.sidebar aside+aside{padding-top:0;border-top:none;margin-top:0}.sidebar aside:nth-child(3n+1){margin-left:0}.sidebar aside:nth-child(3n+4),.sidebar aside:nth-child(3n+5),.sidebar aside:nth-child(3n+6){padding-top:2em;border-top:1px solid #f4f7f9;margin-top:2em}.gallery.gallery-columns-9 .gallery-item,.gallery.gallery-columns-8 .gallery-item,.gallery.gallery-columns-7 .gallery-item,.gallery.gallery-columns-6 .gallery-item{width:20%!important}.top_panel_top_user_area{float:none;clear:both;width:100%}.top_panel_top_socials{float:left;margin-left:0;margin-right:4.5em}.top_panel_style_1 .contact_field{text-align:center;margin-top:1.5em;margin-bottom:1.5em}.top_panel_style_1 .contact_field .contact_icon{float:none;margin-right:auto;margin-left:auto;margin-bottom:.3em}.popup_wrap{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%)}.post_item_colored .post_category{max-height:1.2em;overflow:hidden}.post_item_colored .post_descr .post_price{margin-top:1.2em}.post_item_colored .post_info_wrap .post_button+.post_button{margin-left:.4em}.sc_scroll_horizontal .sc_blogger .isotope_item,.sc_scroll_horizontal .sc_blogger [class*=column-],.sc_blogger .sc_scroll_horizontal .isotope_item,.sc_blogger .sc_scroll_horizontal [class*=column-]{width:246px}.sc_scroll_horizontal .sc_blogger .isotope_column_2,.sc_scroll_horizontal .sc_blogger .column-1_2,.sc_blogger .sc_scroll_horizontal .isotope_column_2,.sc_blogger .sc_scroll_horizontal .column-1_2{width:369px}.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li+li{margin-left:.4em}.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{padding:2px .5em}.sc_recent_news_style_news-announce .post_item{float:none}.sc_recent_news_style_news-announce .post_size_full,.sc_recent_news_style_news-announce .post_size_big,.sc_recent_news_style_news-announce .post_size_medium,.sc_recent_news_style_news-announce .post_size_small,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small{width:100%;height:198px}.sc_recent_news_style_news-announce .post_size_full .post_featured,.sc_recent_news_style_news-announce .post_size_big .post_featured,.sc_recent_news_style_news-announce .post_size_medium .post_featured,.sc_recent_news_style_news-announce .post_size_small .post_featured{max-height:100%}.sc_promo_block{min-width:50%}.sc_promo_block_inner{padding:3.5em}.sc_googlemap{max-height:350px}.sc_googlemap_content{position:static;width:auto}.woocommerce .widget_price_filter .price_label,.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{font-size:1em}.top_panel_wrap .widget_shopping_cart ul.cart_list>li>a:not(.remove){margin-top:-.15em}.woocommerce table.cart img,.woocommerce #content table.cart img,.woocommerce-page table.cart img,.woocommerce-page #content table.cart img{width:60px}.woocommerce table.cart td,.woocommerce #content table.cart td,.woocommerce-page table.cart td,.woocommerce-page #content table.cart td{padding:8px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{width:auto}.woocommerce #content table.cart td.actions>.button,.woocommerce table.cart td.actions>.button,.woocommerce-page #content table.cart td.actions>.button,.woocommerce-page table.cart td.actions>.button{float:right}.woocommerce.columns-5 ul.products li.product,.woocommerce-page.columns-5 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_5,.woocommerce-page .related.products ul.products li.product.column-1_5,.woocommerce .upcells.products ul.products li.product.column-1_5,.woocommerce-page .upcells.products ul.products li.product.column-1_5,.woocommerce ul.products li.product.column-1_5,.woocommerce-page ul.products li.product.column-1_5,.woocommerce.columns-6 ul.products li.product,.woocommerce-page.columns-6 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_6,.woocommerce-page .related.products ul.products li.product.column-1_6,.woocommerce .upcells.products ul.products li.product.column-1_6,.woocommerce-page .upcells.products ul.products li.product.column-1_6,.woocommerce ul.products li.product.column-1_6,.woocommerce-page ul.products li.product.column-1_6{width:33.3333%}.scroll_to_top{right:1em}.scroll_to_top.show{bottom:1em}.widget_area_inner .widget_search .search_field{line-height:1.7em}.content .search_wrap .search_submit{height:3.35em}.woocommerce .shop_mode_list ul.products li.product .description,.woocommerce-page .shop_mode_list ul.products li.product .description{max-height:6.2em}}@media (min-width: 640px) and (max-width: 767px){.slider_boxed,.content_wrap,.content_container{width:600px}.popup_wrap{left:50%;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%)}.isotope_wrap{margin-right:-20px}.isotope_wrap .isotope_item{padding-right:20px;padding-bottom:20px;min-width:50%}.sc_scroll_horizontal .sc_blogger .isotope_item,.sc_scroll_horizontal .sc_blogger [class*=column-],.sc_blogger .sc_scroll_horizontal .isotope_item,.sc_blogger .sc_scroll_horizontal [class*=column-]{width:206px;min-width:0}.sc_scroll_horizontal .sc_blogger .isotope_column_2,.sc_scroll_horizontal .sc_blogger .column-1_2,.sc_blogger .sc_scroll_horizontal .isotope_column_2,.sc_blogger .sc_scroll_horizontal .column-1_2{width:310px}.sc_recent_news_style_news-announce .post_item{float:none}.sc_recent_news_style_news-announce .post_size_full,.sc_recent_news_style_news-announce .post_size_big,.sc_recent_news_style_news-announce .post_size_medium,.sc_recent_news_style_news-announce .post_size_small,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small{width:100%;height:168px}.sc_recent_news_style_news-announce .post_size_full .post_featured,.sc_recent_news_style_news-announce .post_size_big .post_featured,.sc_recent_news_style_news-announce .post_size_medium .post_featured,.sc_recent_news_style_news-announce .post_size_small .post_featured{max-height:100%}}@media (min-width: 480px) and (max-width: 767px){.isotope_item_portfolio_3 .post_item .post_descr>p:not(.post_info){display:none}.body_style_boxed .page_wrap{width:100%}.sidebar_show .content{width:100%;float:none}.sidebar_show .sidebar{width:100%;float:none;margin-top:2em}.body_style_fullwide.sidebar_right .content,.body_style_fullscreen.sidebar_right .content{padding-right:0!important}.body_style_fullwide.sidebar_right .sidebar,.body_style_fullscreen.sidebar_right .sidebar{margin-left:0!important}.body_style_fullwide.sidebar_left .content,.body_style_fullscreen.sidebar_left .content{padding-left:0!important}.body_style_fullwide.sidebar_left .sidebar,.body_style_fullscreen.sidebar_left .sidebar{margin-right:0!important}.woocommerce.sidebar_show .content{width:100%;float:none}.woocommerce .sidebar{width:100%;float:none;margin-top:2em}.article_style_boxed .sidebar,.body_filled .sidebar[class*=scheme_]{margin-top:20px}.content+.sidebar.widget_area aside{display:inline-block;float:none;vertical-align:top;width:calc(50% - 4em);padding:2.3em 2em!important;margin-left:0}.widget_area aside[class*=column-]{margin-left:0}.widget_area aside+aside{padding-top:0;border-top:none;margin-top:0}.widget_area aside:nth-child(odd){margin-left:0}.widget_area aside:nth-child(2n+3),.widget_area aside:nth-child(2n+4){padding-top:1em;border-top:1px solid #f4f7f9;margin-top:1em}.container,.container-fluid{padding-left:10px;padding-right:10px}.row,.columns_wrap{margin-right:-20px}.row>[class*=column-],.columns_wrap>[class*=column-]{padding-right:20px}.row.column_padding_left,.columns_wrap.column_padding_left{margin-left:-20px}.row.column_padding_left>[class*=column-],.columns_wrap.column_padding_left>[class*=column-],.row>[class*=column-].column_padding_left,.columns_wrap>[class*=column-].column_padding_left{padding-left:20px}.row.column_padding_right,.columns_wrap.column_padding_right{margin-right:-20px}.row.column_padding_right>[class*=column-],.columns_wrap.column_padding_right>[class*=column-],.row>[class*=column-].column_padding_right,.columns_wrap>[class*=column-].column_padding_right{padding-right:20px}.row.column_padding_center,.columns_wrap.column_padding_center{margin-left:-10px;margin-right:-10px}.row.column_padding_center>[class*=column-],.columns_wrap.column_padding_center>[class*=column-],.row>[class*=column-].column_padding_center,.columns_wrap>[class*=column-].column_padding_center{padding-left:20px}.row>[class*=column-].column_padding_bottom,.columns_wrap>[class*=column-].column_padding_bottom{padding-bottom:20px}.row:not(.columns_fluid)>[class*=column-],.columns_wrap:not(.columns_fluid)>[class*=column-]{width:50%}.row:not(.columns_fluid)>.column-1_1,.row:not(.columns_fluid)>.column-2_2,.row:not(.columns_fluid)>.column-3_3,.row:not(.columns_fluid)>.column-4_4,.row:not(.columns_fluid)>.column-5_5,.row:not(.columns_fluid)>.column-6_6,.row:not(.columns_fluid)>.column-7_7,.row:not(.columns_fluid)>.column-8_8,.row:not(.columns_fluid)>.column-9_9,.row:not(.columns_fluid)>.column-10_10,.row:not(.columns_fluid)>.column-11_11,.row:not(.columns_fluid)>.column-12_12,.columns_wrap:not(.columns_fluid)>.column-1_1,.columns_wrap:not(.columns_fluid)>.column-2_2,.columns_wrap:not(.columns_fluid)>.column-3_3,.columns_wrap:not(.columns_fluid)>.column-4_4,.columns_wrap:not(.columns_fluid)>.column-5_5,.columns_wrap:not(.columns_fluid)>.column-6_6,.columns_wrap:not(.columns_fluid)>.column-7_7,.columns_wrap:not(.columns_fluid)>.column-8_8,.columns_wrap:not(.columns_fluid)>.column-9_9,.columns_wrap:not(.columns_fluid)>.column-10_10,.columns_wrap:not(.columns_fluid)>.column-11_11,.columns_wrap:not(.columns_fluid)>.column-12_12,.row:not(.columns_fluid)>.column-1_3:nth-child(3n),.columns_wrap:not(.columns_fluid)>.column-1_3:nth-child(3n),.row:not(.columns_fluid)>.column-2_3,.columns_wrap:not(.columns_fluid)>.column-2_3,.row:not(.columns_fluid)>.column-1_3.after_span_2,.columns_wrap:not(.columns_fluid)>.column-1_3.after_span_2,.row:not(.columns_fluid)>.column-2_4,.columns_wrap:not(.columns_fluid)>.column-3_4,.row:not(.columns_fluid)>.column-1_4.after_span_2,.columns_wrap:not(.columns_fluid)>.column-1_4.after_span_3,.row:not(.columns_fluid)>.column-1_5:nth-child(5n),.columns_wrap:not(.columns_fluid)>.column-1_5:nth-child(5n),.row:not(.columns_fluid)>.column-2_5,.columns_wrap:not(.columns_fluid)>.column-2_5,.row:not(.columns_fluid)>.column-3_5,.columns_wrap:not(.columns_fluid)>.column-3_5,.row:not(.columns_fluid)>.column-4_5,.columns_wrap:not(.columns_fluid)>.column-4_5,.row:not(.columns_fluid)>.column-2_6,.columns_wrap:not(.columns_fluid)>.column-2_6,.row:not(.columns_fluid)>.column-3_6,.columns_wrap:not(.columns_fluid)>.column-3_6,.row:not(.columns_fluid)>.column-4_6,.columns_wrap:not(.columns_fluid)>.column-4_6,.row:not(.columns_fluid)>.column-5_6,.columns_wrap:not(.columns_fluid)>.column-5_6{width:100%}.hp1_custom_section_1 .column-1_4{width:100%!important}.sc_team .columns_wrap:not(.columns_fluid) .column-1_4:nth-last-child(2){width:50%}.row:not(.columns_fluid)>[class*=column-]:nth-child(2n+3),.columns_wrap:not(.columns_fluid)>[class*=column-]:nth-child(2n+3),.row:not(.columns_fluid)>[class*=column-]:nth-child(2n+4),.columns_wrap:not(.columns_fluid)>[class*=column-]:nth-child(2n+4){padding-top:20px}.comments_field{padding-top:0!important}.gallery.gallery-columns-9 .gallery-item,.gallery.gallery-columns-8 .gallery-item,.gallery.gallery-columns-7 .gallery-item,.gallery.gallery-columns-6 .gallery-item,.gallery.gallery-columns-5 .gallery-item,.gallery.gallery-columns-4 .gallery-item{width:33.3333%!important}.top_panel_top_user_area{float:none;clear:both;width:100%}.top_panel_top_socials{float:left;margin-left:0;margin-right:4.5em}.top_panel_top_contact_area,.top_panel_top_search,.top_panel_top_user_area .menu_user_nav{margin-top:.5em}.top_panel_top_search{padding-top:.1em;margin-right:1em}.top_panel_top_search .search_field{max-width:4em}.top_panel_style_3 .top_panel_top_socials{margin-right:2em}.top_panel_style_1 .top_panel_top_socials,.top_panel_style_1 .top_panel_top_open_hours,.top_panel_style_2 .top_panel_top_socials,.top_panel_style_2 .top_panel_top_open_hours,.top_panel_style_3 .top_panel_top_socials{margin-top:.5em}.top_panel_style_1 .menu_user_nav>li>a,.top_panel_style_2 .menu_user_nav>li>a,.top_panel_style_3 .menu_user_nav>li>a{padding-top:0;padding-bottom:0}.top_panel_style_3 .search_results{top:3em}.top_panel_middle .logo{font-size:.875em}.top_panel_middle .logo img{max-height:40px}.top_panel_style_1 .contact_logo{width:100%}.top_panel_style_1 .logo{text-align:center}.top_panel_style_1 .contact_field{text-align:center;margin-top:1em;margin-bottom:2em;padding-top:0!important;width:33.3333%!important}.top_panel_style_2 .contact_field{margin:1em 0}.top_panel_style_2 .contact_field,.top_panel_style_2 .contact_phone>span+span{text-align:center}.top_panel_style_1 .contact_field .contact_icon,.top_panel_style_2 .contact_field .contact_icon{float:none;margin-right:auto;margin-left:auto;margin-bottom:.3em}.top_panel_title .page_title,.top_panel_title .post_navi,.top_panel_title .breadcrumbs{max-width:100%!important;float:none;text-align:center}.top_panel_title.title_present .breadcrumbs{padding:0 0 1.5em!important}.post_featured_left>.post_featured,.post_featured_right>.post_featured{float:none;margin-left:0;margin-bottom:2em;width:100%}.isotope_wrap .isotope_item_colored .post_item .hover_icon,.isotope_wrap .isotope_item_grid .post_item .hover_icon,.isotope_wrap .isotope_item_square .post_item .hover_icon,.isotope_wrap .isotope_item_portfolio .post_item .hover_icon{display:none}.ih-item.square.effect1.bottom_to_top .info .post_title{margin-top:35%!important}.post_item_colored .post_category{max-height:1.2em;overflow:hidden}.post_item_colored .post_descr .post_price{margin-top:1.2em}.post_item_colored .post_info_wrap .post_button+.post_button{margin-left:.4em}.post_item_colored .post_featured .post_title,.post_item_colored .post_featured .post_descr{padding:4px 8px}.ih-item.square.effect_dir .info .post_title{margin-top:4%!important}.isotope_wrap .isotope_item_colored_1 .post_featured{float:none;width:100%}.isotope_wrap .isotope_item_colored_1 .post_description{padding-left:2em;padding-bottom:2em}.comments_list_wrap ul ul ul{margin-left:0}td,th{padding:2px}.widget_area .post_item .post_title{margin-top:0}.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li+li{margin-left:.4em}.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{padding:2px .5em}.sc_recent_news_header_split .sc_recent_news_header_captions,.sc_recent_news_header_split .sc_recent_news_header_categories{width:100%;padding-right:0;text-align:left}.sc_recent_news_header_split .sc_recent_news_header_categories{margin-top:1em}.sc_recent_news_header_split .sc_recent_news_header_categories>*{margin:0 1em 0 0}.sc_recent_news_style_news-announce .post_item{float:none}.sc_recent_news_style_news-announce .post_size_full,.sc_recent_news_style_news-announce .post_size_big,.sc_recent_news_style_news-announce .post_size_medium,.sc_recent_news_style_news-announce .post_size_small,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small{width:100%;height:112px}.sc_recent_news_style_news-announce .post_size_full .post_featured,.sc_recent_news_style_news-announce .post_size_big .post_featured,.sc_recent_news_style_news-announce .post_size_medium .post_featured,.sc_recent_news_style_news-announce .post_size_small .post_featured{max-height:100%}.sc_recent_news_style_news-excerpt .post_featured{float:none;padding-right:0;margin-bottom:1.5em;width:100%}.sc_recent_news_style_news-excerpt .post_body{float:none;width:100%}.woocommerce-shipping-fields{margin-top:2em}.woocommerce ul.products,.woocommerce-page ul.products{margin-right:-20px}.woocommerce.columns-1 ul.products li.product,.woocommerce-page.columns-1 ul.products li.product,.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{padding:0 20px 20px 0}.woocommerce .widget_price_filter .price_label,.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{font-size:1em}.top_panel_wrap .widget_shopping_cart ul.cart_list>li>a:not(.remove){margin-top:-.15em}.woocommerce table.cart img,.woocommerce #content table.cart img,.woocommerce-page table.cart img,.woocommerce-page #content table.cart img{width:50px}.woocommerce table.cart td,.woocommerce #content table.cart td,.woocommerce-page table.cart td,.woocommerce-page #content table.cart td{padding:6px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{width:auto}.woocommerce #content table.cart td.actions>.button,.woocommerce table.cart td.actions>.button,.woocommerce-page #content table.cart td.actions>.button,.woocommerce-page table.cart td.actions>.button{float:right}.woocommerce.columns-2 ul.products li.product,.woocommerce-page.columns-2 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_2,.woocommerce-page .related.products ul.products li.product.column-1_2,.woocommerce .upcells.products ul.products li.product.column-1_2,.woocommerce-page .upcells.products ul.products li.product.column-1_2,.woocommerce ul.products li.product.column-1_2,.woocommerce-page ul.products li.product.column-1_2,.woocommerce.columns-3 ul.products li.product,.woocommerce-page.columns-3 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_3,.woocommerce-page .related.products ul.products li.product.column-1_3,.woocommerce .upcells.products ul.products li.product.column-1_3,.woocommerce-page .upcells.products ul.products li.product.column-1_3,.woocommerce ul.products li.product.column-1_3,.woocommerce-page ul.products li.product.column-1_3,.woocommerce.columns-4 ul.products li.product,.woocommerce-page.columns-4 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_4,.woocommerce-page .related.products ul.products li.product.column-1_4,.woocommerce .upcells.products ul.products li.product.column-1_4,.woocommerce-page .upcells.products ul.products li.product.column-1_4,.woocommerce ul.products li.product.column-1_4,.woocommerce-page ul.products li.product.column-1_4,.woocommerce.columns-5 ul.products li.product,.woocommerce-page.columns-5 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_5,.woocommerce-page .related.products ul.products li.product.column-1_5,.woocommerce .upcells.products ul.products li.product.column-1_5,.woocommerce-page .upcells.products ul.products li.product.column-1_5,.woocommerce ul.products li.product.column-1_5,.woocommerce-page ul.products li.product.column-1_5,.woocommerce.columns-6 ul.products li.product,.woocommerce-page.columns-6 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_6,.woocommerce-page .related.products ul.products li.product.column-1_6,.woocommerce .upcells.products ul.products li.product.column-1_6,.woocommerce-page .upcells.products ul.products li.product.column-1_6,.woocommerce ul.products li.product.column-1_6,.woocommerce-page ul.products li.product.column-1_6{width:50%}.woocommerce .list_products.shop_mode_list ul.products li.product,.woocommerce-page .list_products.shop_mode_list ul.products li.product{width:100%}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:none}.woocommerce ul.products li:nth-child(2n+3),.woocommerce-page ul.products li:nth-child(2n+3){clear:both}.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon{border-width:1px}.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:after,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.sc_tabs_active a:after{height:2px}input.sc_button_size_large[type=submit],input.sc_button_size_large[type=button],button.sc_button_size_large,.sc_button.sc_button_size_large{padding:1em 1.25em}input.sc_button_size_medium[type=submit],input.sc_button_size_medium[type=button],button.sc_button_size_medium,.sc_button.sc_button_size_medium{padding:.8em 1em}input[type=submit]:before,input[type=button]:before,button:before,.sc_button:before{margin-right:4px}.sc_price_block .sc_price_block_description{height:5.5em}.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item{min-width:33.3333%;margin-bottom:1em}.sc_googlemap{max-height:250px}.sc_googlemap_content{position:static;width:auto}.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_small a,.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_small a .sc_socials_hover{width:2.5em;height:2.5em;line-height:2.5em}.sc_socials.sc_socials_size_small .social_icons span{font-size:1.2em}.sc_tabs .sc_tabs_titles li a{padding:.6em 1.3em}.sc_twitter_item{padding:0 3em}.sc_twitter .sc_slider_controls_wrap a{font-size:1.5em}.sc_promo_block{min-width:50%}.sc_promo_block_inner{padding:3em}.scroll_to_top{right:1em}.scroll_to_top.show{bottom:1em}}@media (min-width: 480px) and (max-width: 639px){body:not(.woocommerce) .widget_area:not(.footer_wrap) aside.widget_product_categories,.widget_area aside.widget_recent_news,.widget_area aside.widget_recent_news .column-1_2{width:100%}body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:nth-child(n+5){display:none}.slider_boxed,.content_wrap,.content_container{width:440px}.popup_wrap{left:50%;-webkit-transform:translateX(-70%);-moz-transform:translateX(-70%);-ms-transform:translateX(-70%);transform:translate(-70%)}.popup_registration{-webkit-transform:translateX(-55%);-moz-transform:translateX(-55%);-ms-transform:translateX(-55%);transform:translate(-55%)}.isotope_wrap{margin-right:-20px}.isotope_wrap .isotope_item{padding-right:20px;padding-bottom:20px;min-width:50%}.sc_scroll_horizontal .sc_blogger .isotope_item,.sc_scroll_horizontal .sc_blogger [class*=column-],.sc_blogger .sc_scroll_horizontal .isotope_item,.sc_blogger .sc_scroll_horizontal [class*=column-]{width:230px;min-width:0}.isotope_wrap .isotope_item_colored_1 .post_featured{float:none;width:100%}.isotope_wrap .isotope_item_colored_1 .post_description{padding-left:2em;padding-bottom:2em}.sc_recent_news_style_news-announce .post_item{float:none}.sc_recent_news_style_news-announce .post_size_full,.sc_recent_news_style_news-announce .post_size_big,.sc_recent_news_style_news-announce .post_size_medium,.sc_recent_news_style_news-announce .post_size_small,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_full,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_big,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_medium,body.sidebar_hide .sc_recent_news_style_news-announce .post_size_small{width:100%;height:124px}.sc_recent_news_style_news-announce .post_size_full .post_featured,.sc_recent_news_style_news-announce .post_size_big .post_featured,.sc_recent_news_style_news-announce .post_size_medium .post_featured,.sc_recent_news_style_news-announce .post_size_small .post_featured{max-height:100%}body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited ul{right:-225px;width:215px}}@media (max-width: 768px){.woocommerce table.shop_table_responsive tr td:before,.woocommerce-page table.shop_table_responsive tr td:before{font-weight:600;text-transform:uppercase;color:#000}.tribe-bar-collapse #tribe-bar-collapse-toggle{width:100%}#tribe-events-content .tribe-events-calendar td{height:60px}#tribe-events-content .tribe-events-calendar .mobile-active:hover,#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active,#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-],#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth.mobile-active div[id*=tribe-events-daynum-] a,.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-],.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a,.tribe-events-calendar td.mobile-active,#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,.tribe-events-calendar td.tribe-events-present.mobile-active,.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a,#tribe-events-content .tribe-events-calendar td:hover{background-color:#db0e00;color:#fff}.tribe-events-calendar td div[id*=tribe-events-daynum-],.tribe-events-calendar td div[id*=tribe-events-daynum-] a{margin-top:0;padding-top:6px}.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a,.scheme_dark .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a,.scheme_dark .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a,.tribe-events-calendar .mobile-active div[id*=tribe-events-daynum-] a{background-color:transparent}.tribe-events-calendar .tribe-events-has-events:after{margin:15px auto}.tribe-events-calendar .mobile-active.tribe-events-has-events:after{background-color:#000}.single-tribe_events .tribe-events-schedule{background:#fff}}@media (min-width: 768px) and (max-width: 959px){html,body{font-size:13px}h1{font-size:3em}h2,h3{font-size:2.3077em}h4{font-size:1.3846em}h5{font-size:1.2308em}h6{font-size:1em}h2.tribe-events-page-title,h1.tribe-events-single-event-title{font-size:2.3077em}.tribe-events-schedule h2{font-size:1.2308em}.isotope_filters a,.post_info{font-size:.8461em}.post_rating .reviews_star{font-size:1em}.post_item_colored .post_category{font-size:1em;margin:0 0 .4em}.post_item_colored .post_descr .post_price_period{font-size:1em}.post_item_colored .post_descr .post_price_value{font-size:1.3846em}.contacts_wrap .contacts_address{font-size:1em}.widget_area .post_item .post_info{font-size:.7692em}.widget_area .widget_tag_cloud a{font-size:.8461em!important}.widget_area .widget_calendar .weekday{font-size:.7em}input[type=submit],input[type=button],button,.sc_button{padding:.75em 1.5em}.sc_testimonial_content{font-size:1.25em}.sc_testimonial_author{font-size:1em}}@media (max-width: 639px){.header_mobile .logo_main{height:40px}.popup_wrap{width:auto;min-width:260px;max-width:260px}.popup_wrap .form_left,.popup_wrap .form_right,.popup_wrap.popup_registration .form_left,.popup_wrap.popup_registration .form_right{float:none;padding:0;border:none;width:100%}.popup_wrap .form_right{margin-top:20px}.popup_wrap.popup_registration .form_right{margin-top:0}.sc_columns_count_4 .column-3_4{padding-top:20px}.responsive_columns.sc_columns_count_2 .sc_column_item,.responsive_columns.sc_columns_count_3 .sc_column_item{width:100%}.responsive_columns.sc_columns_count_2 .sc_column_item+.sc_column_item,.responsive_columns.sc_columns_count_3 .sc_column_item+.sc_column_item{padding-top:20px}.responsive_columns .sc_section.alignright{margin-left:0}body:not(.woocommerce) .woocommerce ul.products:not(.categories) li.product:not(.product-category){padding-bottom:0;margin-bottom:-1px}.single-product div.product .woocommerce-tabs .wc-tabs li a{padding:.6em 1.3em}.woocommerce div.product div.images,.woocommerce #content div.product div.images,.woocommerce-page div.product div.images,.woocommerce-page #content div.product div.images{width:100%}.custom_texture_bg3:before,.responsive_bg:before{background:#0009 none repeat scroll 0 0;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.sc_recent_news_header_split .sc_recent_news_header_categories{display:none}.sc_recent_news_header_split .sc_recent_news_header_captions{width:100%}.sc_recent_news_style_news-magazine .column-1_2:last-child{padding-left:0;margin-top:3em}.sc_recent_news_with_accented .post_accented_off .post_header,.sc_recent_news_with_accented .post_accented_off .post_featured{width:100%}.sc_recent_news_with_accented .post_accented_off .post_featured{margin-bottom:20px;padding-right:0}.sc_recent_news_style_news-magazine .column-1_2:first-child{padding-right:0;border-right:none}.sc_skills_columns.sc_skills_columns_5 .sc_skills_column,.sc_skills_columns.sc_skills_columns_5 .sc_skills_column:nth-child(2n+2),.sc_skills_columns.sc_skills_columns_5 .sc_skills_column:nth-child(2n+3),.sc_skills_columns.sc_skills_columns_5 .sc_skills_column:nth-child(2n+4){width:20%;padding-top:0}.ih-item.square .info p{line-height:1.6em}.search_style_button .search_submit{right:-105px}.post_item_404 .page_search .search_wrap{max-width:40%}.top_panel_style_2+.header_mobile .logo{padding-top:10px;padding-bottom:0}.top_panel_style_2+.header_mobile .logo_main{height:60px}}@media (min-width: 480px) and (max-width: 767px){html,body{font-size:12px}h1{font-size:2.5em}h2,h3{font-size:2em}h4{font-size:1.3333em}h5{font-size:1.1667em}h6{font-size:1em}h2.tribe-events-page-title,h1.tribe-events-single-event-title{font-size:2em}.tribe-events-schedule h2{font-size:1.1667em}.isotope_filters a,.post_info{font-size:.8333em}.post_rating .reviews_star{font-size:1em}.post_item_colored .post_category{font-size:1em;margin:0 0 .4em}.post_item_colored .post_descr .post_price_period{font-size:1em}.post_item_colored .post_descr .post_price_value{font-size:1.3333em}.contacts_wrap .contacts_address{font-size:1em}.widget_area .post_item .post_info{font-size:.75em}.widget_area .widget_tag_cloud a{font-size:.8333em!important}.widget_area .widget_calendar .weekday{font-size:.8333em}input[type=submit],input[type=button],button,.sc_button{padding:.7em .6em}.sc_testimonial_content{font-size:1.25em}.sc_testimonial_author{font-size:1em}}@media (max-width: 480px){.header_mobile .content_wrap{margin-left:35px;text-align:left}.header_mobile .logo{padding-top:24px;padding-bottom:5px}.header_mobile .menu_main_cart{right:30px}.header_mobile .menu_button{left:auto;right:70px}.header_mobile .side_wrap{left:-100%}.header_mobile .mask{display:none!important}.header_mobile .side_wrap{width:100%;top:83px}.product-categories .open_child_menu{right:10px;top:7px}.woocommerce-page table.cart td.actions .input-text+.button{padding:1.209em 1.58em}.woocommerce table.cart td.actions>.button{padding:1.209em 2.1em;margin-bottom:4px}.responsive_margin{max-height:10em!important}.sc_title.responsive_header{font-size:3.2em!important}.sc_events_style_events-2 .sc_events_item_date{width:3.5em}.sc_events_style_events-2 .sc_events_item_title{padding:0 1em 0 5em;font-size:.9em}.single-tribe_events .tribe-events-event-image{float:right;margin:0 0 2em;max-width:100%}.sc_image{min-width:100%;float:none;margin-left:0;margin-right:0}.sc_audio.sc_audio_image{padding:103px 20px 35px}.sc_audio .sc_audio_header{padding:32px 20px}.post_item_404 .page_title{font-size:12em}.post_item_404 .page_subtitle{font-size:2em}.post_item_404 .page_search .search_wrap{max-width:100%}.search_style_button.search_wrap{padding-right:100px}.search_style_button .search_submit{right:-100px}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:left}.sc_recent_news_style_news-magazine .column-1_2:first-child{padding-right:10px}.sc_googlemap{margin:0 15px;max-width:calc(100% - 30px)}.sc_skills.sc_skills_circle,.sc_skills.sc_skills_counter{margin:auto}.sc_section.column-1_2{width:100%}.woocommerce .shop_mode_list ul.products li.product .post_featured,.woocommerce-page .shop_mode_list ul.products li.product .post_featured{float:none;width:100%}.woocommerce .shop_mode_list ul.products li.product .description,.woocommerce-page .shop_mode_list ul.products li.product .description{max-height:6.3em}.woocommerce .woocommerce-message{padding-bottom:60px!important}.woocommerce-message a.button{position:absolute;bottom:15px;padding:1em 2em}.woocommerce .woocommerce-message a:hover{top:auto!important}.tribe-events-calendar thead th{padding:7px .5em}#tribe-mobile-container .type-tribe_events .tribe-events-event-image{float:none;width:100%}.single-tribe_events .tribe-events-event-image{float:none;max-width:100%}.sc_form .sc_form_address .sc_socials{margin-top:0;margin-bottom:3em}.header_mobile .content_wrap{margin-left:auto}.sc_events_style_events-2 .sc_events_button{margin-top:3em}}@media (max-width: 479px){.body_style_boxed .page_wrap{width:100%}.slider_boxed,.content_wrap,.content_container{width:280px}.sidebar_show .content{width:100%;float:none}.sidebar_show .sidebar{width:100%;float:none;margin-top:2em}.body_style_fullwide.sidebar_right .content,.body_style_fullscreen.sidebar_right .content{padding-right:0!important}.body_style_fullwide.sidebar_right .sidebar,.body_style_fullscreen.sidebar_right .sidebar{margin-left:0!important}.body_style_fullwide.sidebar_left .content,.body_style_fullscreen.sidebar_left .content{padding-left:0!important}.body_style_fullwide.sidebar_left .sidebar,.body_style_fullscreen.sidebar_left .sidebar{margin-right:0!important}.woocommerce.sidebar_show .content,.woocommerce .sidebar{width:100%;float:none}.article_style_boxed .sidebar,.body_filled .sidebar[class*=scheme_]{margin-top:10px}.content+.sidebar.widget_area aside{display:block;float:none;width:calc(100% - 5.6em);margin-left:0!important}.widget_area aside+aside{padding-top:1em;border-top:1px solid #f4f7f9;margin-top:1em}.container,.container-fluid{padding-left:5px;padding-right:5px}.row,.columns_wrap{margin-right:-10px}.row>[class*=column-],.columns_wrap>[class*=column-]{padding-right:10px}.row.column_padding_left,.columns_wrap.column_padding_left{margin-left:-10px}.row.column_padding_left>[class*=column-],.columns_wrap.column_padding_left>[class*=column-],.row>[class*=column-].column_padding_left,.columns_wrap>[class*=column-].column_padding_left{padding-left:10px}.row.column_padding_right,.columns_wrap.column_padding_right{margin-right:-10px}.row.column_padding_right>[class*=column-],.columns_wrap.column_padding_right>[class*=column-],.row>[class*=column-].column_padding_right,.columns_wrap>[class*=column-].column_padding_right{padding-right:10px}.row.column_padding_center,.columns_wrap.column_padding_center{margin-left:-5px;margin-right:-5px}.row.column_padding_center>[class*=column-],.columns_wrap.column_padding_center>[class*=column-],.row>[class*=column-].column_padding_center,.columns_wrap>[class*=column-].column_padding_center{padding-left:10px}.row>[class*=column-].column_padding_bottom,.columns_wrap>[class*=column-].column_padding_bottom{padding-bottom:10px}.row:not(.columns_fluid)>[class*=column-],.columns_wrap:not(.columns_fluid)>[class*=column-]{width:100%}.row.columns_fluid>[class*=column-],.columns_wrap.columns_fluid>[class*=column-]{width:50%}.row.columns_fluid>.column-1_1,.row.columns_fluid>.column-2_2,.row.columns_fluid>.column-3_3,.row.columns_fluid>.column-4_4,.row.columns_fluid>.column-5_5,.row.columns_fluid>.column-6_6,.row.columns_fluid>.column-7_7,.row.columns_fluid>.column-8_8,.row.columns_fluid>.column-9_9,.row.columns_fluid>.column-10_10,.row.columns_fluid>.column-11_11,.row.columns_fluid>.column-12_12,.columns_wrap.columns_fluid>.column-1_1,.columns_wrap.columns_fluid>.column-2_2,.columns_wrap.columns_fluid>.column-3_3,.columns_wrap.columns_fluid>.column-4_4,.columns_wrap.columns_fluid>.column-5_5,.columns_wrap.columns_fluid>.column-6_6,.columns_wrap.columns_fluid>.column-7_7,.columns_wrap.columns_fluid>.column-8_8,.columns_wrap.columns_fluid>.column-9_9,.columns_wrap.columns_fluid>.column-10_10,.columns_wrap.columns_fluid>.column-11_11,.columns_wrap.columns_fluid>.column-12_12,.row.columns_fluid>.column-1_3:nth-child(3n),.columns_wrap.columns_fluid>.column-1_3:nth-child(3n),.row.columns_fluid>.column-2_3,.columns_wrap.columns_fluid>.column-2_3,.row.columns_fluid>.column-1_3.after_span_2,.columns_wrap.columns_fluid>.column-1_3.after_span_2,.row.columns_fluid>.column-2_4,.columns_wrap.columns_fluid>.column-3_4,.row.columns_fluid>.column-1_4.after_span_2,.columns_wrap.columns_fluid>.column-1_4.after_span_3,.row.columns_fluid>.column-1_5:nth-child(5n),.columns_wrap.columns_fluid>.column-1_5:nth-child(5n),.row.columns_fluid>.column-2_5,.columns_wrap.columns_fluid>.column-2_5,.row.columns_fluid>.column-3_5,.columns_wrap.columns_fluid>.column-3_5,.row.columns_fluid>.column-4_5,.columns_wrap.columns_fluid>.column-4_5,.row.columns_fluid>.column-2_6,.columns_wrap.columns_fluid>.column-2_6,.row.columns_fluid>.column-3_6,.columns_wrap.columns_fluid>.column-3_6,.row.columns_fluid>.column-4_6,.columns_wrap.columns_fluid>.column-4_6,.row.columns_fluid>.column-5_6,.columns_wrap.columns_fluid>.column-5_6{width:100%}.row:not(.columns_fluid)>[class*=column-]+[class*=column-],.columns_wrap:not(.columns_fluid)>[class*=column-]+[class*=column-],.row.columns_fluid>[class*=column-]:nth-child(2n+3),.columns_wrap.columns_fluid>[class*=column-]:nth-child(2n+3),.row.columns_fluid>[class*=column-]:nth-child(2n+4),.columns_wrap.columns_fluid>[class*=column-]:nth-child(2n+4){padding-top:10px}.gallery.gallery-columns-9 .gallery-item,.gallery.gallery-columns-8 .gallery-item,.gallery.gallery-columns-7 .gallery-item,.gallery.gallery-columns-6 .gallery-item,.gallery.gallery-columns-5 .gallery-item,.gallery.gallery-columns-4 .gallery-item,.gallery.gallery-columns-3 .gallery-item{width:100%!important}.top_panel_top_contact_area,.top_panel_top_open_hours,.top_panel_top_user_area,.top_panel_top_socials{float:none;clear:both;width:100%;text-align:center;margin:.5em 0 0}.top_panel_top_user_area .menu_user_nav{display:inline-block;float:none;margin-top:-.5em}.top_panel_top .search_field{max-width:3em}.top_panel_top_socials{line-height:1em}.top_panel_top_socials .sc_socials_item{margin-right:1.4em!important}.top_panel_top_user_area .menu_user_nav li{text-align:left}.top_panel_top_user_area .menu_user_nav>li>a{padding:.5em 0}.top_panel_middle .logo{font-size:.875em}.top_panel_middle .logo img{max-height:40px}.top_panel_style_1 .contact_logo{width:100%}.top_panel_style_1 .logo{text-align:center}.top_panel_style_1 .contact_field{text-align:center;margin-top:1em;margin-bottom:2em;padding-top:0!important;width:33.3333%!important}.top_panel_style_1 .contact_field .contact_icon{float:none;margin-right:auto;margin-left:auto;margin-bottom:.3em}.top_panel_style_2 .contact_logo,.top_panel_style_2 .contact_field{width:100%!important}.top_panel_style_2 .contact_logo{margin:0;padding:0!important}.top_panel_style_2 .contact_logo .logo{margin:0}.top_panel_style_2 .logo{text-align:center}.top_panel_style_2 .contact_field{text-align:center;margin:1.5em 0;padding:0!important}.top_panel_style_2 .contact_phone>span+span{text-align:center}.top_panel_style_2 .contact_field .contact_icon{float:none;margin-right:auto;margin-left:auto}.top_panel_title .page_title,.top_panel_title .post_navi,.top_panel_title .breadcrumbs{max-width:100%!important;float:none;text-align:center}.top_panel_title.title_present .breadcrumbs{padding:0 0 1.5em!important}.menu_user_nav>li{float:none;display:inline-block}.top_panel_style_3 .top_panel_top_search,.top_panel_style_3 .menu_user_nav{margin-top:0;line-height:1.2857em}.top_panel_style_3 .top_panel_top_search{padding-top:0}.top_panel_style_3 .search_submit,.top_panel_style_3 .search_field{padding-top:.5em;padding-bottom:.5em}.top_panel_style_3 .search_results{right:auto;left:0;top:3em}.top_panel_style_3 .search_results:after{right:auto;left:4em}.top_panel_style_5 .top_panel_middle .sidebar_cart,.top_panel_style_6 .top_panel_middle .sidebar_cart{right:-100px}.top_panel_style_5 .top_panel_middle .sidebar_cart:after,.top_panel_style_6 .top_panel_middle .sidebar_cart:after{right:46%;left:auto}.top_panel_style_8 .contact_logo{display:block;position:static;left:auto;top:auto;-webkit-transform:none;-moz-transform:none;transform:none;padding:2em 0 0;text-align:center}.popup_wrap{width:300px;left:50%;-webkit-transform:translateX(-55%);-moz-transform:translateX(-55%);-ms-transform:translateX(-55%);transform:translate(-55%)}.popup_wrap .popup_form_field .forgot_password{float:none;display:block;margin-bottom:.5em}.popup_wrap .login_socials_title{font-size:1.25em}.popup_wrap input[type=text],.popup_wrap input[type=email],.popup_wrap input[type=password]{font-size:1em}.post_featured_left>.post_featured,.post_featured_right>.post_featured{float:none;margin-left:0;margin-bottom:2em;width:100%}.isotope_wrap{margin-right:-10px}.isotope_wrap .isotope_item{padding-right:10px;padding-bottom:10px;width:100%!important}.sc_scroll_horizontal .sc_blogger .isotope_item,.sc_scroll_horizontal .sc_blogger [class*=column-],.sc_blogger .sc_scroll_horizontal .isotope_item,.sc_blogger .sc_scroll_horizontal [class*=column-]{width:290px!important}.isotope_wrap .isotope_item_colored_1 .post_featured{float:none;width:100%}.isotope_wrap .isotope_item_colored_1 .post_description{padding-left:2em;padding-bottom:2em}.comments_list_wrap ul ul{margin-left:0}.comments_list_wrap ul.children{padding-left:0}td,th{padding:2px}.widget_area .post_item .post_title{margin-top:0}.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li+li{margin-left:.4em}.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{padding:2px .5em}.woocommerce-shipping-fields{margin-top:2em}.woocommerce ul.products,.woocommerce-page ul.products{margin-right:-20px}.woocommerce.columns-1 ul.products li.product,.woocommerce-page.columns-1 ul.products li.product,.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{padding:0 20px 20px 0}.woocommerce .widget_price_filter .price_label,.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price{font-size:1em}.top_panel_wrap .widget_shopping_cart ul.cart_list>li>a:not(.remove){margin-top:-.15em}.woocommerce div.product .woocommerce-tabs ul.tabs li{padding:0}.woocommerce table.cart img,.woocommerce #content table.cart img,.woocommerce-page table.cart img,.woocommerce-page #content table.cart img{width:40px}.woocommerce table.cart td,.woocommerce #content table.cart td,.woocommerce-page table.cart td,.woocommerce-page #content table.cart td{padding:4px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{width:auto}.woocommerce #content table.cart td.actions .button.alt,.woocommerce #content table.cart td.actions .input-text+.button,.woocommerce table.cart td.actions .button.alt,.woocommerce table.cart td.actions .input-text+.button,.woocommerce-page #content table.cart td.actions .button.alt,.woocommerce-page #content table.cart td.actions .input-text+.button,.woocommerce-page table.cart td.actions .button.alt,.woocommerce-page table.cart td.actions .input-text+.button{float:left}.woocommerce #content table.cart td.actions>.button,.woocommerce table.cart td.actions>.button,.woocommerce-page #content table.cart td.actions>.button,.woocommerce-page table.cart td.actions>.button{float:right}.woocommerce div.product div.images,.woocommerce #content div.product div.images,.woocommerce-page div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce[class*=column-] ul.products li.product,.woocommerce-page[class*=column-] ul.products li.product,.woocommerce ul.products li.product[class*=column-],.woocommerce-page ul.products li.product[class*=column-],.woocommerce .related ul li.product,.woocommerce .related ul.products li.product,.woocommerce .upsells.products ul li.product,.woocommerce .upsells.products ul.products li.product,.woocommerce-page .related ul li.product,.woocommerce-page .related ul.products li.product,.woocommerce-page .upsells.products ul li.product,.woocommerce-page .upsells.products ul.products li.product,.woocommerce.columns-2 ul.products li.product,.woocommerce-page.columns-2 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_2,.woocommerce-page .related.products ul.products li.product.column-1_2,.woocommerce .upcells.products ul.products li.product.column-1_2,.woocommerce-page .upcells.products ul.products li.product.column-1_2,.woocommerce ul.products li.product.column-1_2,.woocommerce-page ul.products li.product.column-1_2,.woocommerce.columns-3 ul.products li.product,.woocommerce-page.columns-3 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_3,.woocommerce-page .related.products ul.products li.product.column-1_3,.woocommerce .upcells.products ul.products li.product.column-1_3,.woocommerce-page .upcells.products ul.products li.product.column-1_3,.woocommerce ul.products li.product.column-1_3,.woocommerce-page ul.products li.product.column-1_3,.woocommerce.columns-4 ul.products li.product,.woocommerce-page.columns-4 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_4,.woocommerce-page .related.products ul.products li.product.column-1_4,.woocommerce .upcells.products ul.products li.product.column-1_4,.woocommerce-page .upcells.products ul.products li.product.column-1_4,.woocommerce ul.products li.product.column-1_4,.woocommerce-page ul.products li.product.column-1_4,.woocommerce.columns-5 ul.products li.product,.woocommerce-page.columns-5 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_5,.woocommerce-page .related.products ul.products li.product.column-1_5,.woocommerce .upcells.products ul.products li.product.column-1_5,.woocommerce-page .upcells.products ul.products li.product.column-1_5,.woocommerce ul.products li.product.column-1_5,.woocommerce-page ul.products li.product.column-1_5,.woocommerce.columns-6 ul.products li.product,.woocommerce-page.columns-6 ul.products li.product,.woocommerce .related.products ul.products li.product.column-1_6,.woocommerce-page .related.products ul.products li.product.column-1_6,.woocommerce .upcells.products ul.products li.product.column-1_6,.woocommerce-page .upcells.products ul.products li.product.column-1_6,.woocommerce ul.products li.product.column-1_6,.woocommerce-page ul.products li.product.column-1_6{width:100%;float:none}.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title .sc_accordion_icon{border-width:1px}input.sc_button_size_large[type=submit],input.sc_button_size_large[type=button],button.sc_button_size_large,.sc_button.sc_button_size_large{padding:1em 1.25em}input.sc_button_size_medium[type=submit],input.sc_button_size_medium[type=button],button.sc_button_size_medium,.sc_button.sc_button_size_medium{padding:.8em 1em}input[type=submit]:before,input[type=button]:before,button:before,.sc_button:before{margin-right:4px}.sc_blogger.layout_date.sc_blogger_horizontal .sc_blogger_item{min-width:50%;margin-bottom:1em}.sc_form .sc_form_field{float:none;width:100%;padding-left:0!important}.sc_googlemap{max-height:200px}.sc_googlemap_content{position:static;width:auto}.sc_price_block .sc_price_block_description{height:5.5em}.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_small a,.sc_socials_type_icons.sc_socials_shape_round.sc_socials_size_small a .sc_socials_hover{width:2.5em;height:2.5em;line-height:2.5em}.sc_socials.sc_socials_size_small .social_icons span{font-size:1.2em}.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:before,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:after{font-size:24px;line-height:24px}.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:before,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li:not(.ui-state-active) a:hover:before{left:-9px;opacity:1}.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:after,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li:not(.ui-state-active) a:hover:after{right:-9px;opacity:1}.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a:after,.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.sc_tabs_active a:after{height:2px}.sc_twitter_item{padding:0 3em}.sc_twitter .sc_slider_controls_wrap a{font-size:1.5em}.sc_video_player.sc_video_bordered .sc_video_frame{max-width:198px}.sc_promo_block{min-width:100%;margin:0!important;float:none}.sc_promo_block_inner{padding:2em}.sc_promo_image{position:relative;height:200px;min-width:100%}.sc_promo_block.sc_align_left *,.sc_promo_block.sc_align_left *:after{text-align:center!important}.sc_promo_block.sc_align_right *,.sc_promo_block.sc_align_right *:after{text-align:center!important;margin-right:auto}.scroll_to_top{right:1em}.scroll_to_top.show{bottom:1em}html,body{font-size:12px}h1{font-size:2.5em}h2,h3{font-size:2em}h4{font-size:1.3333em}h5{font-size:1.1667em}h6{font-size:1em}h2.tribe-events-page-title,h1.tribe-events-single-event-title{font-size:2em}.tribe-events-schedule h2{font-size:1.1667em}.isotope_filters a,.post_info{font-size:.8333em}.post_rating .reviews_star{font-size:1em}.post_item_colored .post_category{font-size:1em;margin:0 0 .4em}.post_item_colored .post_descr .post_price_period{font-size:1em}.post_item_colored .post_descr .post_price_value{font-size:1.3333em}.contacts_wrap .contacts_address{font-size:1em}.widget_area .post_item .post_info{font-size:.75em}.widget_area .widget_tag_cloud a{font-size:.8333em!important}.widget_area .widget_calendar .weekday{font-size:.8333em}input[type=submit],input[type=button],button,.sc_button{padding:.7em .6em}blockquote{font-size:1.5em}.sc_testimonial_content{font-size:1.25em}.sc_testimonial_author{font-size:1em}.sc_tabs .sc_tabs_titles li{margin-right:2px}.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a{border-width:1px}}#kingler_template_modal_bg{position:fixed;left:0;top:0;right:0;bottom:0;background-color:#0000004d;display:none;z-index:100000}.kingler_template_message{display:block;position:absolute;max-width:800px;min-width:280px;overflow:hidden;border-radius:4px;border:2px solid #e5e5e5;background-color:#fff;color:#4c4c4c;opacity:0;top:0;left:40%;margin-left:-200px;padding:12px;line-height:1.4em;z-index:100001}.kingler_template_message .kingler_template_message_close{display:block;position:absolute;width:16px;height:16px;line-height:16px;text-align:center;font-size:16px;font-weight:700;right:6px;top:4px;cursor:pointer;color:#4c4c4c}.kingler_template_message .kingler_template_message_icon{float:left;display:block;width:35px;height:35px;line-height:28px;text-align:center;border:4px solid #c9c9c9;border-radius:50%;margin:0 20px 6px 0;font-size:24px;font-weight:700;color:#c9c9c9}.kingler_template_message .kingler_template_message_icon:before{padding:0;margin:0}.kingler_template_message .kingler_template_message_header{color:#4c4c4c;padding:0 3em 0 0;font-size:1.3em;line-height:1.3em;font-weight:700;margin-top:.5em}.kingler_template_message:not(.kingler_template_message_dialog) .kingler_template_message_body{padding:0 0 0 63px}.kingler_template_message_warning{border-color:#d7a9b1;background-color:#ffcdde;color:#a63a4b}.kingler_template_message_warning .kingler_template_message_close{color:#a63a4b}.kingler_template_message_warning .kingler_template_message_icon{border-color:#a63a4b;color:#a63a4b}.kingler_template_message_warning .kingler_template_message_icon{line-height:34px}.kingler_template_message_warning .kingler_template_message_header{color:#a63a4b}.kingler_template_message_success{border-color:#b3e7a8;background-color:#d8ffd0;color:#517d48}.kingler_template_message_success .kingler_template_message_close{color:#517d48}.kingler_template_message_success .kingler_template_message_icon{border-color:#517d48;color:#517d48}.kingler_template_message_success .kingler_template_message_icon{line-height:34px}.kingler_template_message_success .kingler_template_message_header{color:#517d48}.kingler_template_message_info{border-color:#9ecade;background-color:#ebf7fe;color:#4cb2e1}.kingler_template_message_info .kingler_template_message_close{color:#4cb2e1}.kingler_template_message_info .kingler_template_message_icon{border-color:#4cb2e1;color:#4cb2e1}.kingler_template_message_info .kingler_template_message_icon{line-height:34px}.kingler_template_message_info .kingler_template_message_header{color:#4cb2e1}.kingler_template_message_dialog .kingler_template_message_icon{line-height:36px}.kingler_template_message_dialog .kingler_template_message_buttons{margin-top:20px}.kingler_template_message_dialog .kingler_template_message_button{display:inline-block;padding:0 12px;margin-right:6px;min-width:60px;height:30px;line-height:30px;background-color:#4b4b4b;border-radius:6px;color:#fff;cursor:pointer;text-align:center;font-weight:700}.kingler_template_message_dialog .kingler_template_message_button:hover{background-color:#4cb2e1}.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#fff;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,.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;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:#222;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:#222;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}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.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 transparent}.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 white;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 white;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 #0009;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;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 #0009;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:#222;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:#0009;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:#0009;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 0;transform-origin:0 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}.mfp-zoom-in .mfp-with-anim{opacity:0;transform:scale(.8);-webkit-transform:scale(.8);transition:all .2s ease-in-out 0;-webkit-transition:all .2s ease-in-out 0}.mfp-zoom-in.mfp-bg{opacity:0;transition:all .3s ease-out 0;-webkit-transition:all .3s ease-out 0}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1);-webkit-transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:.9}.mfp-zoom-in.mfp-removing .mfp-with-anim{opacity:0;transform:scale(.8);-webkit-transform:scale(.8)}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.swiper-container{margin:0 auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{margin:0 5px}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide,.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;width:100%;height:100%;z-index:1}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:#0000001a}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:#00000080;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{to{transform:rotate(360deg)}}.top_panel_wrap.menu_show .menu_main_nav_area,.top_panel_wrap.menu_show .top_panel_bottom .search_wrap{display:block!important}.top_panel_bottom .content_wrap{position:relative}@media (min-width: 960px){.top_panel_bottom .menu_main_nav_area{display:block!important;float:left}.top_panel_bottom .search_wrap{display:block!important;float:right}.mobile_menu_toggle{display:none!important}}.mobile_menu_toggle{border:0;background:transparent;color:#fff;font-size:28px;line-height:1;cursor:pointer;padding:12px 16px}@media (max-width: 959px){.top_panel_wrap.menu_show .top_panel_bottom .menu_main_nav_area{display:none!important;float:none!important}.top_panel_wrap.menu_show .top_panel_bottom .menu_main_nav_area.menu_mobile_visible{display:block!important}.top_panel_bottom .menu_main_nav{float:none!important}.top_panel_bottom .menu_main_nav>li{float:none!important;display:block!important}.top_panel_bottom .search_wrap,.top_panel_wrap.menu_show .top_panel_bottom .search_wrap{display:none!important}}@media (min-width: 960px){.top_panel_middle .mobile_toggle_field{display:none!important}}@media (max-width: 959px){.top_panel_middle .content_wrap{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:12px!important;overflow:hidden}.top_panel_middle .columns_wrap.columns_fluid{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:space-between!important;width:100%!important;margin:0!important}.top_panel_middle .columns_wrap.columns_fluid:before,.top_panel_middle .columns_wrap.columns_fluid:after{display:none!important}.top_panel_middle .contact_logo{width:auto!important;flex:0 1 auto!important;min-width:0!important;padding:0!important;margin:0!important}.top_panel_middle .contact_logo .logo{margin:0!important;overflow:visible}.top_panel_middle .contact_logo .logo_main{max-height:32px!important;width:auto!important;max-width:100%!important}.top_panel_middle .contact_address{width:auto!important;flex:0 0 auto!important;padding:0 4px!important;margin:0!important;text-align:center!important}.top_panel_middle .contact_address .contact_address_1,.top_panel_middle .contact_address .contact_address_2{display:none!important}.top_panel_middle .contact_address .contact_icon{display:inline-block!important;font-size:10px!important;margin:0!important}.top_panel_middle .contact_phone{width:auto!important;flex:0 0 auto!important;padding:0 4px!important;margin:0!important;text-align:center!important}.top_panel_middle .contact_phone .contact_label,.top_panel_middle .contact_phone .contact_email{display:none!important}.top_panel_middle .contact_phone .contact_icon{display:inline-block!important;font-size:10px!important;margin:0!important}.top_panel_middle .contact_cart{width:auto!important;flex:0 0 auto!important;padding:0 4px!important;margin:0!important}.top_panel_middle .contact_cart .top_panel_cart_button{display:inline-block!important;position:relative!important;padding:0!important}.top_panel_middle .contact_cart .contact_label,.top_panel_middle .contact_cart .contact_cart_totals{display:none!important}.top_panel_middle .contact_cart .contact_icon{font-size:10px!important;margin:0!important}.top_panel_middle .contact_cart .cart_item{font-size:9px!important;min-width:14px!important;height:14px!important;line-height:14px!important}.top_panel_middle .mobile_toggle_field{display:flex!important;align-items:center!important;flex:0 0 auto!important;width:auto!important;padding:0!important;margin:0 0 0 4px!important}.top_panel_middle .mobile_toggle_field .mobile_menu_toggle{padding:10px 14px!important;font-size:24px!important;background-color:#d9251d!important;color:#fff!important;line-height:1!important}}@media (max-width: 380px){.top_panel_middle .contact_address,.top_panel_middle .contact_phone,.top_panel_middle .contact_cart{padding:0 3px!important}.top_panel_middle .contact_logo .logo_main{max-height:34px!important}}.featured_products_grid ul.products{display:flex!important;flex-wrap:wrap!important;margin-left:0!important;margin-right:0!important}.featured_products_grid ul.products>li.product{float:none!important;width:25%!important;max-width:25%!important;flex:0 0 25%!important;box-sizing:border-box!important;margin:0!important}.featured_products_grid .post_item_wrap{height:100%}@media (max-width: 959px){.featured_products_grid ul.products>li.product{width:50%!important;max-width:50%!important;flex-basis:50%!important}}@media (max-width: 767px){.custom_texture_bg1 .content_wrap{width:100%!important;max-width:100%!important}.featured_products_grid ul.products{width:100vw!important;max-width:100vw!important;position:relative!important;left:50%!important;right:50%!important;margin-left:-50vw!important;margin-right:-50vw!important;padding:0!important;box-sizing:border-box!important}.featured_products_grid ul.products>li.product{width:100%!important;max-width:100%!important;flex-basis:100%!important;margin-bottom:20px!important;padding-left:0!important;padding-right:0!important}.featured_products_grid ul.products>li.product:last-child{margin-bottom:0!important}}.featured_products_grid ul.products>li.product:last-child{margin-bottom:0!important}.home_guns_grid{display:flex!important;flex-wrap:nowrap!important;margin:0!important}.home_guns_grid>.home_guns_spacer,.home_guns_grid>.guns_ammo_content{width:50%!important;max-width:50%!important;flex:0 0 50%!important;box-sizing:border-box!important;float:none!important;position:static!important}.home_guns_grid>.home_guns_spacer{min-height:500px}.home_guns_grid>.guns_ammo_content{display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;text-align:center!important;padding:40px 55px!important}.home_guns_grid>.guns_ammo_content .empty_space{display:none!important}.home_guns_grid>.guns_ammo_content .sc_title,.home_guns_grid>.guns_ammo_content .sc_item_descr,.home_guns_grid>.guns_ammo_content .guns_ammo_info,.home_guns_grid>.guns_ammo_content .sc_button{position:static!important}@media (max-width: 959px){.home_guns_grid{flex-wrap:wrap!important}.home_guns_grid>.home_guns_spacer,.home_guns_grid>.guns_ammo_content{width:100%!important;max-width:100%!important;flex-basis:100%!important}.home_guns_grid>.home_guns_spacer{min-height:360px}}@media (max-width: 767px){.custom_texture_bg3{background-image:none!important;background-color:#333!important}.custom_texture_bg3:before{display:none!important}.home_guns_grid>.home_guns_spacer{display:none!important}}.brand_strip{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap}.brand_strip img{display:block;width:auto;max-width:150px;max-height:70px;object-fit:contain}@media (max-width: 959px){.brand_strip{flex-wrap:wrap;justify-content:center}}.counters_section .sc_skills_counter{width:210px!important;margin:auto!important}.counters_section .sc_skills_read_more{display:block!important}@media (max-width: 767px){.counters_section.columns_wrap{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:start!important;column-gap:0!important;row-gap:0!important}.counters_section.columns_wrap:before,.counters_section.columns_wrap:after{display:none!important;content:none!important}.counters_section.columns_wrap>[class*=column-]{width:100%!important;flex:none!important;padding-top:0!important;margin:0!important;padding-bottom:25px!important;box-sizing:border-box!important;align-self:start!important}.counters_section .sc_skills_counter{width:100%!important;max-width:170px!important}}@media (min-width: 960px){.menu_main_nav>li:hover>ul.sub-menu,.menu_main_nav>li.sfHover>ul.sub-menu,.menu_main_nav li:hover>ul.sub-menu,.menu_main_nav li.sfHover>ul.sub-menu{display:block!important;visibility:visible!important;opacity:1!important}.menu_main_nav>li>ul.sub-menu{top:40px!important;left:0!important}.menu_main_nav>li>ul.sub-menu ul.sub-menu{top:-1px!important;left:222px!important}.menu_main_nav>li>ul.sub-menu a{display:block!important;padding:.65em 1.2em!important;white-space:nowrap}.menu_main_nav>li>ul.sub-menu .menu-item-has-children>a:after{content:"";font-family:fontello;float:right;margin-left:14px}}.footer_wrap .product_list_widget li>a{text-decoration:none}.contacts_wrap .contacts_address{text-align:center}.footer_wrap_inner.widget_area_inner .columns_wrap>aside{float:none!important;box-sizing:border-box;min-width:0}.footer_wrap_inner.widget_area_inner ul.product_list_widget{margin:0;padding:0;list-style:none}.footer_wrap_inner.widget_area_inner ul.product_list_widget li{clear:both!important;overflow:hidden!important;padding:0!important;margin:0 0 1.4em!important;list-style:none!important;box-sizing:border-box}.footer_wrap_inner.widget_area_inner ul.product_list_widget li:before{display:none!important}.footer_wrap_inner.widget_area_inner ul.product_list_widget li a.footer_product_link{display:flex!important;align-items:flex-start!important;width:100%!important;max-width:100%!important;gap:24px!important;margin:0!important;padding:0!important;float:none!important;position:static!important;box-sizing:border-box;white-space:normal!important}.footer_wrap_inner.widget_area_inner ul.product_list_widget li a.footer_product_link>img{display:block!important;flex:0 0 94px!important;width:94px!important;max-width:94px!important;height:94px!important;object-fit:contain!important;margin:0!important;padding:0!important;float:none!important;position:static!important}.footer_wrap_inner.widget_area_inner .footer_product_info{display:block!important;flex:1 1 auto!important;min-width:0!important;width:auto!important;max-width:100%!important;margin:0!important;padding:0!important;float:none!important;position:static!important;box-sizing:border-box}.footer_wrap_inner.widget_area_inner .footer_product_info .product-title{display:block!important;width:auto!important;height:auto!important;margin:0 0 7px!important;padding:0!important;line-height:1.55!important;float:none!important;position:static!important;white-space:normal!important;overflow-wrap:break-word!important}.footer_wrap_inner.widget_area_inner .footer_product_info .amount,.footer_wrap_inner.widget_area_inner .footer_product_info ins,.footer_wrap_inner.widget_area_inner .footer_product_info del{display:inline!important;margin:0!important;padding:0!important;float:none!important;position:static!important}.footer_wrap_inner.widget_area_inner .footer_product_info>.star-rating{display:block!important;width:80px!important;height:16px!important;margin:8px 0 6px!important;padding:0!important;position:relative!important;float:none!important;clear:both!important;overflow:hidden!important;white-space:nowrap!important;font-size:0!important;line-height:16px!important;box-sizing:border-box!important}.footer_wrap_inner.widget_area_inner .footer_product_info>.star-rating:before{content:none!important;display:none!important}.footer_wrap_inner.widget_area_inner .footer_product_info>.star-rating:after{content:"★★★★★"!important;display:block!important;position:absolute!important;top:0!important;left:0!important;width:80px!important;height:16px!important;font-family:Arial,sans-serif!important;font-size:15px!important;line-height:16px!important;letter-spacing:0!important;white-space:nowrap!important;color:#bdbdbd!important;z-index:1!important}.footer_wrap_inner.widget_area_inner .footer_product_info>.star-rating>span{display:block!important;position:absolute!important;top:0!important;left:0!important;width:var(--rating-width)!important;height:16px!important;margin:0!important;padding:0!important;overflow:hidden!important;white-space:nowrap!important;font-size:15px!important;line-height:16px!important;letter-spacing:0!important;z-index:2!important}.footer_wrap_inner.widget_area_inner .footer_product_info>.star-rating>span:before{content:"★★★★★"!important;display:block!important;width:80px!important;height:16px!important;font-family:Arial,sans-serif!important;font-size:15px!important;line-height:16px!important;letter-spacing:0!important;white-space:nowrap!important;color:#db0e00!important}.footer_wrap_inner.widget_area_inner .footer_product_info>.star-rating strong,.footer_wrap_inner.widget_area_inner .footer_product_info>.star-rating .rating{display:none!important}.footer_wrap_inner.widget_area_inner .footer_product_info>.reviewer{display:block!important;float:none!important;clear:both!important;position:static!important;margin:6px 0 0!important}.footer_wrap_inner.widget_area_inner .footer_product_info>.footer_price_row{display:block!important;float:none!important;clear:both!important;position:static!important;margin:6px 0 0!important}.contacts_wrap .sc_socials{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:10px!important}.contacts_wrap .sc_socials_item{display:block!important;width:auto!important;height:auto!important;margin:0!important;padding:0!important;float:none!important;position:static!important}.contacts_wrap .sc_socials_item a.social_icons{display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;margin:0!important;padding:0!important;float:none!important;position:static!important;box-sizing:border-box}.contacts_wrap .sc_socials_item svg{display:block!important;width:18px!important;height:18px!important;margin:0!important}@media (min-width: 960px){.top_panel_wrap.scheme_original .menu_main_nav>li>ul.sub-menu,.top_panel_wrap.scheme_original .menu_main_nav>li>ul.sub-menu ul.sub-menu{background:#121215!important;border-color:#2d2d31!important;color:#b4b4b4!important}.top_panel_wrap.scheme_original .menu_main_nav>li>ul.sub-menu a{color:#b4b4b4!important;background:#121215!important}.top_panel_wrap.scheme_original .menu_main_nav>li>ul.sub-menu a:hover,.top_panel_wrap.scheme_original .menu_main_nav>li>ul.sub-menu .current-menu-item>a,.top_panel_wrap.scheme_original .menu_main_nav>li>ul.sub-menu .current-menu-ancestor>a{color:#db0e00!important;background:#1b1b1f!important}}@media (max-width: 959px){.footer_wrap_inner.widget_area_inner .columns_wrap{display:block}}html,body,#root,img{max-width:100%}.products_cart_layout{display:grid!important;grid-template-columns:minmax(260px,30%) minmax(0,70%)!important;gap:38px!important;align-items:start!important;width:100%!important;box-sizing:border-box!important}.product_cart_panel{min-width:0!important;width:100%!important;box-sizing:border-box!important}.product_cart_panel_inner{padding:26px!important;border:1px solid #dedede!important;background:#fff!important;box-sizing:border-box!important}.product_cart_title{margin:0 0 22px!important;padding-bottom:14px!important;border-bottom:1px solid #dedede!important;text-transform:uppercase!important}.product_cart_empty p{margin:0 0 10px!important;line-height:1.5!important}.product_cart_item{display:flex!important;align-items:flex-start!important;gap:14px!important;padding:0 0 18px!important;margin:0 0 18px!important;border-bottom:1px solid #e5e5e5!important}.product_cart_item_image{flex:0 0 76px!important;width:76px!important;height:76px!important;display:block!important}.product_cart_item_image img{display:block!important;width:76px!important;height:76px!important;object-fit:contain!important}.product_cart_item_info{min-width:0!important;flex:1 1 auto!important}.product_cart_item_name{display:block!important;margin:0 0 7px!important;line-height:1.4!important;text-decoration:none!important}.product_cart_item_price{margin-bottom:8px!important;font-weight:700!important}.product_cart_item_controls{display:flex!important;align-items:center!important;gap:8px!important}.product_cart_item_controls input{width:52px!important;height:32px!important;box-sizing:border-box!important}.product_cart_remove{border:0!important;background:transparent!important;cursor:pointer!important;font-size:22px!important;line-height:1!important;padding:4px 7px!important}.product_cart_total{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:4px 0 18px!important}.product_cart_total strong{font-size:18px!important}.product_inquire_button{width:100%!important;text-align:center!important;cursor:pointer!important}.product_inquire_message{margin-top:14px!important;padding:12px 14px!important;border:1px solid #db0e00!important;color:#db0e00!important;background:#fff!important;line-height:1.4!important}.cart_inquire_message{max-width:500px!important}.products_catalog_panel{min-width:0!important;width:100%!important}.products_catalog_panel .woocommerce{width:100%!important}.products_catalog_panel ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px 24px!important;width:100%!important;margin:0!important;padding:0!important}.products_catalog_panel ul.products:before,.products_catalog_panel ul.products:after{display:none!important}.products_catalog_panel ul.products>li.product{float:none!important;width:auto!important;max-width:none!important;flex:none!important;margin:0!important;padding:0!important;min-width:0!important;box-sizing:border-box!important}.products_catalog_panel .post_featured,.products_catalog_panel .post_thumb{position:relative!important}.products_catalog_panel .post_thumb{overflow:hidden!important}.products_catalog_panel .product_image_link{display:block!important;position:relative!important}.products_catalog_panel .product_image_link img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:1 / 1!important;object-fit:contain!important}.products_catalog_panel .product_image_cart{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;z-index:20!important;margin:0!important;opacity:0!important;visibility:hidden!important;white-space:nowrap!important;transition:opacity .22s ease,visibility .22s ease!important}.products_catalog_panel .post_thumb:hover .product_image_cart{opacity:1!important;visibility:visible!important;transform:translate(-50%,-50%)!important}.products_catalog_panel .post_content{text-align:center!important;padding-top:14px!important}.products_catalog_panel h2.woocommerce-loop-product__title{display:block!important;margin:0 0 8px!important;padding:0!important;text-align:center!important;line-height:1.45!important}.products_catalog_panel h2.woocommerce-loop-product__title a{text-decoration:none!important}.products_catalog_panel .star-rating{display:block!important;position:relative!important;float:none!important;clear:both!important;width:80px!important;min-width:80px!important;max-width:80px!important;height:16px!important;margin:8px auto 10px!important;padding:0!important;overflow:hidden!important;font-size:0!important;line-height:16px!important;white-space:nowrap!important;box-sizing:border-box!important}.products_catalog_panel .star-rating:before{content:"★★★★★"!important;display:block!important;position:absolute!important;top:0!important;left:0!important;width:80px!important;height:16px!important;margin:0!important;padding:0!important;font-family:Arial,sans-serif!important;font-size:15px!important;line-height:16px!important;letter-spacing:0!important;color:#bdbdbd!important;z-index:1!important}.products_catalog_panel .star-rating>span{display:block!important;position:absolute!important;top:0!important;left:0!important;height:16px!important;margin:0!important;padding:0!important;overflow:hidden!important;font-size:0!important;line-height:16px!important;white-space:nowrap!important;z-index:2!important}.products_catalog_panel .star-rating>span:before{content:"★★★★★"!important;display:block!important;width:80px!important;height:16px!important;font-family:Arial,sans-serif!important;font-size:15px!important;line-height:16px!important;letter-spacing:0!important;color:#db0e00!important}.products_catalog_panel .price{display:block!important;clear:both!important;margin:8px 0 0!important;text-align:center!important}.product_detail_layout{display:grid!important;grid-template-columns:minmax(0,52%) minmax(0,48%)!important;gap:45px!important;align-items:start!important}.product_detail_image img{display:block!important;width:100%!important;max-width:600px!important;height:auto!important;margin:0 auto!important;object-fit:contain!important}.product_detail_content h1{margin-top:0!important;line-height:1.25!important}.product_detail_rating{margin-left:0!important;margin-right:0!important}.product_detail_price{margin:18px 0!important;font-size:24px!important}.product_detail_price del{margin-right:10px!important;font-size:18px!important}.product_detail_price strong{font-size:26px!important}.product_detail_description{line-height:1.7!important;margin-bottom:25px!important}.product_detail_add{cursor:pointer!important;margin-right:12px!important}.product_detail_back{display:inline-block!important;margin-top:15px!important}.top_panel_wrap .logo_main{display:block!important;width:auto!important;max-width:210px!important;height:auto!important;max-height:105px!important;object-fit:contain!important}.contacts_wrap .logo_footer{display:block!important;width:auto!important;max-width:210px!important;height:auto!important;max-height:105px!important;object-fit:contain!important;margin-left:auto!important;margin-right:auto!important}@media (max-width: 959px){.products_cart_layout{grid-template-columns:1fr!important;gap:30px!important}.products_catalog_panel ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product_detail_layout{grid-template-columns:1fr!important;gap:30px!important}}@media (max-width: 600px){.products_catalog_panel ul.products{grid-template-columns:1fr!important}.product_cart_panel_inner{padding:18px!important}}.product_detail_rating.star-rating{display:block!important;position:relative!important;float:none!important;clear:both!important;width:80px!important;height:16px!important;margin:10px 0 16px!important;padding:0!important;overflow:hidden!important;font-size:0!important;line-height:16px!important}.product_detail_rating.star-rating:before{content:"★★★★★"!important;position:absolute!important;top:0!important;left:0!important;width:80px!important;height:16px!important;font-family:Arial,sans-serif!important;font-size:15px!important;line-height:16px!important;letter-spacing:0!important;color:#bdbdbd!important;z-index:1!important}.product_detail_rating.star-rating>span{display:block!important;position:absolute!important;top:0!important;left:0!important;height:16px!important;overflow:hidden!important;font-size:0!important;z-index:2!important}.product_detail_rating.star-rating>span:before{content:"★★★★★"!important;display:block!important;width:80px!important;height:16px!important;font-family:Arial,sans-serif!important;font-size:15px!important;line-height:16px!important;letter-spacing:0!important;color:#db0e00!important}.products_catalog_only{width:100%!important;max-width:100%!important}.products_catalog_only ul.products{width:100%!important}.cart_success_notice{position:fixed!important;top:24px!important;left:50%!important;transform:translate(-50%)!important;z-index:99999!important;padding:14px 24px!important;background:#db0e00!important;color:#fff!important;font-size:14px!important;line-height:1.4!important;font-weight:700!important;box-shadow:0 5px 22px #00000038!important;border-radius:2px!important;text-align:center!important;pointer-events:none!important}.cart_inquiry_layout{display:grid!important;grid-template-columns:minmax(0,1.6fr) minmax(320px,.9fr)!important;gap:40px!important;align-items:start!important;width:100%!important;box-sizing:border-box!important}.cart_items_side{min-width:0!important}.cart_page_total{margin-top:20px!important;margin-bottom:18px!important}.cart_page_actions{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important}.cart_inquiry_side{min-width:0!important;padding:28px!important;border:1px solid #313131!important;background:#313131!important;box-sizing:border-box!important}.cart_inquiry_side h3{margin:0 0 10px!important}.cart_inquiry_side>p{margin:0 0 22px!important;line-height:1.5!important}.cart_inquiry_form{display:flex!important;flex-direction:column!important;gap:16px!important}.cart_inquiry_form label{display:block!important;margin:0!important;font-weight:600!important}.cart_inquiry_form input{display:block!important;width:100%!important;height:46px!important;margin-top:7px!important;padding:0 13px!important;border:1px solid #535252!important;background:#535252!important;box-sizing:border-box!important;font:inherit!important}.cart_inquiry_form input:focus{border-color:#db0e00!important;outline:none!important}.cart_inquiry_send{width:100%!important;text-align:center!important;cursor:pointer!important}.cart_inquiry_side .cart_inquire_message{max-width:none!important;margin-top:18px!important}@media (max-width: 959px){.cart_inquiry_layout{grid-template-columns:1fr!important;gap:30px!important}}@media (max-width: 600px){.cart_inquiry_side{padding:20px!important}.cart_success_notice{top:14px!important;width:calc(100% - 28px)!important;box-sizing:border-box!important}}@media (min-width: 960px){.menu_main_nav>li>a{white-space:nowrap!important}.menu_main_nav>li.menu-item-has-children>ul.sub-menu{display:none!important}}.woocommerce-cart .simple_page_content{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding:36px 48px 60px!important;box-sizing:border-box!important}.woocommerce-cart .cart_inquiry_layout{width:100%!important;max-width:none!important;grid-template-columns:minmax(0,1.7fr) minmax(360px,.8fr)!important;gap:34px!important;align-items:start!important}.woocommerce-cart .cart_items_side{width:100%!important;min-width:0!important}.woocommerce-cart .cart_items_side .shop_table{width:100%!important;margin:0!important}.woocommerce-cart .cart_inquiry_side{width:100%!important;margin:0!important;padding:22px 24px 24px!important;box-sizing:border-box!important}.woocommerce-cart .cart_inquiry_side h3{margin-top:0!important;padding-top:0!important}.woocommerce-cart .cart_inquiry_side>p{margin-top:0!important}.woocommerce-cart .cart_inquiry_form{margin-top:0!important;gap:13px!important}.contact_page_content{padding-top:46px!important;padding-bottom:60px!important}.contact_page_content .columns_wrap{margin-top:0!important}@media (max-width: 959px){.woocommerce-cart .simple_page_content{padding:28px 24px 50px!important}.woocommerce-cart .cart_inquiry_layout{grid-template-columns:1fr!important;gap:26px!important}}@media (max-width: 600px){.woocommerce-cart .simple_page_content{padding-left:16px!important;padding-right:16px!important}.woocommerce-cart .cart_inquiry_side{padding:20px!important}.contact_page_content{padding-top:30px!important;padding-bottom:40px!important}}.sc_title.sc_title_regular.sc_align_left.accent2{font-size:3.2em!important;line-height:1.2!important;font-weight:700!important;margin-bottom:.6em!important}.mobile_categories_widget .mobile_categories_search,.mobile_categories_widget .mobile_categories_arrow{display:none!important}@media (max-width: 767px){.mobile_categories_widget .mobile_categories_bar{display:flex!important;align-items:center!important;gap:10px!important}.hp1_custom_section_1 .content_wrap{width:97%!important;max-width:100%!important;box-sizing:border-box!important;padding-left:14px!important;padding-right:14px!important}.hp1_custom_section_1 .column-1_4{padding-left:0!important;padding-right:0!important}.hp1_custom_section_1 .widget_area{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}.mobile_categories_widget .mobile_categories_search{display:block!important;flex:1 1 0!important;width:auto!important;max-width:none!important;min-width:0!important}.mobile_categories_widget .mobile_categories_search .search_form_wrap,.mobile_categories_widget .mobile_categories_search .search_form{width:100%!important}.mobile_categories_widget .mobile_categories_toggle{position:relative!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex:0 0 auto!important;margin:0!important;padding:10px 12px!important;cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important}.mobile_categories_widget .product-categories{display:none!important;margin:0!important;padding:8px 12px 10px!important}.mobile_categories_widget.mobile_categories_open .product-categories{display:block!important}.popular_news_content_wrap,.custom_texture_bg2 .content_wrap{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding-left:14px!important;padding-right:14px!important}.hp1_custom_section_1 .empty_space.height_4_3em,.hp1_custom_section_1 .empty_space.height_4_5em{height:1em!important}.hero_slider_wrap{margin:0!important}.counters_section .sc_skills_counter{max-width:145px!important}.counters_section.columns_wrap>[class*=column-]{padding-bottom:10px!important}.content_wrap>.empty_space.height_7_65em,.content_wrap>.empty_space.height_8em{height:1.5em!important}.custom_texture_bg3 .empty_space.height_3em{height:.75em!important}.home_guns_grid>.guns_ammo_content{padding:22px 18px!important}.home_guns_grid>.guns_ammo_content .sc_title{margin-top:0!important;margin-bottom:10px!important}.home_guns_grid>.guns_ammo_content .sc_item_descr,.home_guns_grid>.guns_ammo_content .guns_ammo_info{margin-bottom:8px!important}.content_wrap .sc_recent_news_wrap{margin:0!important}.sc_recent_news_header{margin-bottom:12px!important}.sc_recent_news .post_item{margin-bottom:14px!important}.sc_recent_news .post_header,.sc_recent_news .post_content,.sc_recent_news .post_footer{margin-top:8px!important}.empty_space.height_6_6em,.empty_space.height_7_8em{height:1.5em!important}.custom_texture_bg2 .empty_space.height_4em{height:1.25em!important}.brand_strip{gap:6px!important;margin:0!important}.brand_strip img{max-width:82px!important;max-height:42px!important}.footer_wrap_inner.widget_area_inner{padding-top:25px!important;padding-bottom:18px!important}.footer_wrap_inner.widget_area_inner .columns_wrap>aside{margin-bottom:18px!important}.footer_wrap_inner.widget_area_inner .columns_wrap>aside:last-child{margin-bottom:0!important}.footer_wrap_inner.widget_area_inner .widget_title{margin-bottom:10px!important}.footer_wrap_inner.widget_area_inner ul.product_list_widget{margin-bottom:0!important}.footer_wrap_inner.widget_area_inner ul.product_list_widget li{margin-bottom:8px!important;padding-bottom:8px!important}.contacts_wrap_inner{padding-top:22px!important;padding-bottom:18px!important}.copyright_wrap_inner{padding-top:12px!important;padding-bottom:12px!important}}@media (max-width: 767px){.columns_wrap.sc_columns.columns_nofluid.sc_columns_count_4.counters_section{margin-left:-24px!important;margin-right:12px!important;width:calc(100% + 60px)!important;column-gap:19px!important;row-gap:19px!important}.columns_wrap.sc_columns.columns_nofluid.sc_columns_count_4.counters_section .sc_skills_item.sc_skills_style_1{box-sizing:border-box!important}}@media (max-width: 767px){.column-1_2.sc_column_item.even.textalign_center.guns_ammo_content{padding:5px!important;margin-left:-10px!important;margin-right:-30px!important;width:calc(100% + 60px)!important;font-size:12px!important}}
