:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html,body,*{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;box-sizing:border-box}::-webkit-scrollbar{width:0px}a{color:inherit;text-decoration:none}.main-container{max-width:1400px;margin:auto;width:100%}.layout{padding:10px}.navbar-container{display:flex;justify-content:space-between;margin:6px 18px;position:relative}.marquee-text{font-size:29px;font-weight:600;margin:60px 0;color:#f02d34}.marquee{position:relative;height:400px;width:100%;overflow-x:hidden}.track{position:absolute;white-space:nowrap;will-change:transform;animation:marquee 15s linear infinite;width:180%}.track:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}span.text-red{-webkit-text-stroke:1px #f02d34;margin-left:6px}.logo{color:gray;font-size:18px}li a svg{font-size:21px}.cart-icon{color:gray;cursor:pointer;position:relative;transition:transform .4s ease;border:none;background-color:transparent}.cart-icon:hover{transform:scale(1.1)}.cart-item-qty{position:absolute;right:7px;font-size:12px;color:#eee;background-color:#f02d34;width:18px;height:18px;border-radius:50%;text-align:center;font-weight:600}.products-container{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-top:20px;width:100%}.product-card{cursor:pointer;transform:scale(1);transition:transform .5s ease;color:#324d67}.product-card:hover{transform:scale(1.1)}.product-image{border-radius:15px;background-color:#ebebeb;transform:scale(1);transition:transform .5s ease}.product-name{font-weight:500}.product-price{font-weight:800;margin-top:6px;color:#000}.hero-banner-container{padding:100px 40px;background-color:#dcdcdc;border-radius:15px;position:relative;height:500px;line-height:.9;width:100%}.hero-banner-container .beats-solo{font-size:20px}.hero-banner-container button{border-radius:15px;padding:10px 16px;background-color:#f02d34;color:#fff;border:none;margin-top:40px;font-size:18px;font-weight:500;cursor:pointer;z-index:10000!important}.hero-banner-container h3{font-size:4rem;margin-top:4px}.hero-banner-container h1{color:#fff;font-size:10em;margin-left:-20px;text-transform:uppercase}.hero-banner-image{position:absolute;top:0%;right:20%;width:450px;height:450px}.desc{position:absolute;right:10%;bottom:5%;width:300px;line-height:1.3;display:flex;flex-direction:column;color:#324d67}.desc p{color:#5f5f5f;font-weight:100;text-align:end}.desc h5{margin-bottom:12px;font-weight:700;font-size:16px;align-self:flex-end}.products-heading{text-align:center;margin:40px 0;color:#324d67}.products-heading h2{font-size:40px;font-weight:800}.products-heading p{font-size:16px;font-weight:200}.footer-banner-container{padding:100px 40px;background-color:#f02d34;border-radius:15px;position:relative;height:400px;line-height:1;color:#fff;width:100%;margin-top:120px}.banner-desc{display:flex;justify-content:space-between}.banner-desc button{border-radius:15px;padding:10px 16px;background-color:#fff;color:red;border:none;margin-top:40px;font-size:18px;font-weight:500;cursor:pointer}.banner-desc .left h3{font-weight:900;font-size:80px;margin-left:25px}.banner-desc .left p{margin:18px}.footer-banner-image{position:absolute;top:-25%;left:25%}.banner-desc .right{line-height:1.4}.banner-desc .right h3{font-weight:800;font-size:60px}.banner-desc .right p{font-size:18px}.banner-desc .right .company-desc{font-size:14px;font-weight:300}header{left:0;background-color:#fff;border-bottom:1px solid #eee;padding:10px 0;position:fixed;top:0;width:100%;z-index:1000}.header-main{display:flex;justify-content:space-between;align-items:center;padding:0 40px;height:95px;border-bottom:1px #eee solid}#logo img{height:50px;width:auto}.main-nav{display:flex;flex-grow:1;justify-content:flex-end}.nav-list{list-style:none;display:flex;gap:35px;margin:0;padding:0;align-items:center}.nav-list li{display:flex;align-items:center}.nav-list li a{text-decoration:none;color:#000;font-weight:600;font-size:12px;text-transform:uppercase;padding:8px 16px;border-radius:16px;transition:all .3s ease;font-weight:700}.nav-list li a:hover{background-color:#ed2227;color:#fff}.nav-list li.active a{background-color:#ed2227;color:#fff;border-radius:16px;line-height:12px;box-shadow:1px 1px 2px;font-weight:700}.nav-list li.icon-item{cursor:pointer;position:relative}.nav-list li.icon-item svg{font-size:22px;color:#000}.nav-list li.icon-item:hover svg{color:red}.cart-item-qty{background-color:red;color:#fff;font-size:12px;border-radius:50%;padding:2px 6px;position:absolute;top:-8px;right:-10px}.hamburger-icon{display:none;flex-direction:column;gap:4px;cursor:pointer;margin-left:15px}.hamburger-icon span{display:block;width:25px;height:3px;background-color:#333;border-radius:3px}@media (max-width: 768px){.main-nav{display:none}.main-nav.mobile-open{display:block;position:absolute;top:100px;left:0;background:#fff;width:100%;padding:20px 40px;z-index:999}.nav-list{flex-direction:column;gap:15px;align-items:flex-start}.nav-list li{justify-content:flex-start}.hamburger-icon{display:flex}}.nav-list li.icon-item.active{background-color:#ed2227;border-radius:16px;padding:8px;box-shadow:1px 1px 2px}.nav-list li.icon-item.active svg{color:#fff}#root{max-width:1280px;margin:0 auto;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.header-top{transition:transform .3s ease-in-out;background:#fff;z-index:1000;position:relative}.header-top.hidden{transform:translateY(-100%)}/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:Glyphicons Halflings;src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:Glyphicons Halflings;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"*"}.glyphicon-plus:before{content:"+"}.glyphicon-eur:before,.glyphicon-euro:before{content:"€"}.glyphicon-minus:before{content:"−"}.glyphicon-cloud:before{content:"☁"}.glyphicon-envelope:before{content:"✉"}.glyphicon-pencil:before{content:"✏"}.glyphicon-glass:before{content:""}.glyphicon-music:before{content:""}.glyphicon-search:before{content:""}.glyphicon-heart:before{content:""}.glyphicon-star:before{content:""}.glyphicon-star-empty:before{content:""}.glyphicon-user:before{content:""}.glyphicon-film:before{content:""}.glyphicon-th-large:before{content:""}.glyphicon-th:before{content:""}.glyphicon-th-list:before{content:""}.glyphicon-ok:before{content:""}.glyphicon-remove:before{content:""}.glyphicon-zoom-in:before{content:""}.glyphicon-zoom-out:before{content:""}.glyphicon-off:before{content:""}.glyphicon-signal:before{content:""}.glyphicon-cog:before{content:""}.glyphicon-trash:before{content:""}.glyphicon-home:before{content:""}.glyphicon-file:before{content:""}.glyphicon-time:before{content:""}.glyphicon-road:before{content:""}.glyphicon-download-alt:before{content:""}.glyphicon-download:before{content:""}.glyphicon-upload:before{content:""}.glyphicon-inbox:before{content:""}.glyphicon-play-circle:before{content:""}.glyphicon-repeat:before{content:""}.glyphicon-refresh:before{content:""}.glyphicon-list-alt:before{content:""}.glyphicon-lock:before{content:""}.glyphicon-flag:before{content:""}.glyphicon-headphones:before{content:""}.glyphicon-volume-off:before{content:""}.glyphicon-volume-down:before{content:""}.glyphicon-volume-up:before{content:""}.glyphicon-qrcode:before{content:""}.glyphicon-barcode:before{content:""}.glyphicon-tag:before{content:""}.glyphicon-tags:before{content:""}.glyphicon-book:before{content:""}.glyphicon-bookmark:before{content:""}.glyphicon-print:before{content:""}.glyphicon-camera:before{content:""}.glyphicon-font:before{content:""}.glyphicon-bold:before{content:""}.glyphicon-italic:before{content:""}.glyphicon-text-height:before{content:""}.glyphicon-text-width:before{content:""}.glyphicon-align-left:before{content:""}.glyphicon-align-center:before{content:""}.glyphicon-align-right:before{content:""}.glyphicon-align-justify:before{content:""}.glyphicon-list:before{content:""}.glyphicon-indent-left:before{content:""}.glyphicon-indent-right:before{content:""}.glyphicon-facetime-video:before{content:""}.glyphicon-picture:before{content:""}.glyphicon-map-marker:before{content:""}.glyphicon-adjust:before{content:""}.glyphicon-tint:before{content:""}.glyphicon-edit:before{content:""}.glyphicon-share:before{content:""}.glyphicon-check:before{content:""}.glyphicon-move:before{content:""}.glyphicon-step-backward:before{content:""}.glyphicon-fast-backward:before{content:""}.glyphicon-backward:before{content:""}.glyphicon-play:before{content:""}.glyphicon-pause:before{content:""}.glyphicon-stop:before{content:""}.glyphicon-forward:before{content:""}.glyphicon-fast-forward:before{content:""}.glyphicon-step-forward:before{content:""}.glyphicon-eject:before{content:""}.glyphicon-chevron-left:before{content:""}.glyphicon-chevron-right:before{content:""}.glyphicon-plus-sign:before{content:""}.glyphicon-minus-sign:before{content:""}.glyphicon-remove-sign:before{content:""}.glyphicon-ok-sign:before{content:""}.glyphicon-question-sign:before{content:""}.glyphicon-info-sign:before{content:""}.glyphicon-screenshot:before{content:""}.glyphicon-remove-circle:before{content:""}.glyphicon-ok-circle:before{content:""}.glyphicon-ban-circle:before{content:""}.glyphicon-arrow-left:before{content:""}.glyphicon-arrow-right:before{content:""}.glyphicon-arrow-up:before{content:""}.glyphicon-arrow-down:before{content:""}.glyphicon-share-alt:before{content:""}.glyphicon-resize-full:before{content:""}.glyphicon-resize-small:before{content:""}.glyphicon-exclamation-sign:before{content:""}.glyphicon-gift:before{content:""}.glyphicon-leaf:before{content:""}.glyphicon-fire:before{content:""}.glyphicon-eye-open:before{content:""}.glyphicon-eye-close:before{content:""}.glyphicon-warning-sign:before{content:""}.glyphicon-plane:before{content:""}.glyphicon-calendar:before{content:""}.glyphicon-random:before{content:""}.glyphicon-comment:before{content:""}.glyphicon-magnet:before{content:""}.glyphicon-chevron-up:before{content:""}.glyphicon-chevron-down:before{content:""}.glyphicon-retweet:before{content:""}.glyphicon-shopping-cart:before{content:""}.glyphicon-folder-close:before{content:""}.glyphicon-folder-open:before{content:""}.glyphicon-resize-vertical:before{content:""}.glyphicon-resize-horizontal:before{content:""}.glyphicon-hdd:before{content:""}.glyphicon-bullhorn:before{content:""}.glyphicon-bell:before{content:""}.glyphicon-certificate:before{content:""}.glyphicon-thumbs-up:before{content:""}.glyphicon-thumbs-down:before{content:""}.glyphicon-hand-right:before{content:""}.glyphicon-hand-left:before{content:""}.glyphicon-hand-up:before{content:""}.glyphicon-hand-down:before{content:""}.glyphicon-circle-arrow-right:before{content:""}.glyphicon-circle-arrow-left:before{content:""}.glyphicon-circle-arrow-up:before{content:""}.glyphicon-circle-arrow-down:before{content:""}.glyphicon-globe:before{content:""}.glyphicon-wrench:before{content:""}.glyphicon-tasks:before{content:""}.glyphicon-filter:before{content:""}.glyphicon-briefcase:before{content:""}.glyphicon-fullscreen:before{content:""}.glyphicon-dashboard:before{content:""}.glyphicon-paperclip:before{content:""}.glyphicon-heart-empty:before{content:""}.glyphicon-link:before{content:""}.glyphicon-phone:before{content:""}.glyphicon-pushpin:before{content:""}.glyphicon-usd:before{content:""}.glyphicon-gbp:before{content:""}.glyphicon-sort:before{content:""}.glyphicon-sort-by-alphabet:before{content:""}.glyphicon-sort-by-alphabet-alt:before{content:""}.glyphicon-sort-by-order:before{content:""}.glyphicon-sort-by-order-alt:before{content:""}.glyphicon-sort-by-attributes:before{content:""}.glyphicon-sort-by-attributes-alt:before{content:""}.glyphicon-unchecked:before{content:""}.glyphicon-expand:before{content:""}.glyphicon-collapse-down:before{content:""}.glyphicon-collapse-up:before{content:""}.glyphicon-log-in:before{content:""}.glyphicon-flash:before{content:""}.glyphicon-log-out:before{content:""}.glyphicon-new-window:before{content:""}.glyphicon-record:before{content:""}.glyphicon-save:before{content:""}.glyphicon-open:before{content:""}.glyphicon-saved:before{content:""}.glyphicon-import:before{content:""}.glyphicon-export:before{content:""}.glyphicon-send:before{content:""}.glyphicon-floppy-disk:before{content:""}.glyphicon-floppy-saved:before{content:""}.glyphicon-floppy-remove:before{content:""}.glyphicon-floppy-save:before{content:""}.glyphicon-floppy-open:before{content:""}.glyphicon-credit-card:before{content:""}.glyphicon-transfer:before{content:""}.glyphicon-cutlery:before{content:""}.glyphicon-header:before{content:""}.glyphicon-compressed:before{content:""}.glyphicon-earphone:before{content:""}.glyphicon-phone-alt:before{content:""}.glyphicon-tower:before{content:""}.glyphicon-stats:before{content:""}.glyphicon-sd-video:before{content:""}.glyphicon-hd-video:before{content:""}.glyphicon-subtitles:before{content:""}.glyphicon-sound-stereo:before{content:""}.glyphicon-sound-dolby:before{content:""}.glyphicon-sound-5-1:before{content:""}.glyphicon-sound-6-1:before{content:""}.glyphicon-sound-7-1:before{content:""}.glyphicon-copyright-mark:before{content:""}.glyphicon-registration-mark:before{content:""}.glyphicon-cloud-download:before{content:""}.glyphicon-cloud-upload:before{content:""}.glyphicon-tree-conifer:before{content:""}.glyphicon-tree-deciduous:before{content:""}.glyphicon-cd:before{content:""}.glyphicon-save-file:before{content:""}.glyphicon-open-file:before{content:""}.glyphicon-level-up:before{content:""}.glyphicon-copy:before{content:""}.glyphicon-paste:before{content:""}.glyphicon-alert:before{content:""}.glyphicon-equalizer:before{content:""}.glyphicon-king:before{content:""}.glyphicon-queen:before{content:""}.glyphicon-pawn:before{content:""}.glyphicon-bishop:before{content:""}.glyphicon-knight:before{content:""}.glyphicon-baby-formula:before{content:""}.glyphicon-tent:before{content:"⛺"}.glyphicon-blackboard:before{content:""}.glyphicon-bed:before{content:""}.glyphicon-apple:before{content:""}.glyphicon-erase:before{content:""}.glyphicon-hourglass:before{content:"⌛"}.glyphicon-lamp:before{content:""}.glyphicon-duplicate:before{content:""}.glyphicon-piggy-bank:before{content:""}.glyphicon-scissors:before{content:""}.glyphicon-bitcoin:before{content:""}.glyphicon-btc:before{content:""}.glyphicon-xbt:before{content:""}.glyphicon-yen:before{content:"¥"}.glyphicon-jpy:before{content:"¥"}.glyphicon-ruble:before{content:"₽"}.glyphicon-rub:before{content:"₽"}.glyphicon-scale:before{content:""}.glyphicon-ice-lolly:before{content:""}.glyphicon-ice-lolly-tasted:before{content:""}.glyphicon-education:before{content:""}.glyphicon-option-horizontal:before{content:""}.glyphicon-option-vertical:before{content:""}.glyphicon-menu-hamburger:before{content:""}.glyphicon-modal-window:before{content:""}.glyphicon-oil:before{content:""}.glyphicon-grain:before{content:""}.glyphicon-sunglasses:before{content:""}.glyphicon-text-size:before{content:""}.glyphicon-text-color:before{content:""}.glyphicon-text-background:before{content:""}.glyphicon-object-align-top:before{content:""}.glyphicon-object-align-bottom:before{content:""}.glyphicon-object-align-horizontal:before{content:""}.glyphicon-object-align-left:before{content:""}.glyphicon-object-align-vertical:before{content:""}.glyphicon-object-align-right:before{content:""}.glyphicon-triangle-right:before{content:""}.glyphicon-triangle-left:before{content:""}.glyphicon-triangle-bottom:before{content:""}.glyphicon-triangle-top:before{content:""}.glyphicon-console:before{content:""}.glyphicon-superscript:before{content:""}.glyphicon-subscript:before{content:""}.glyphicon-menu-left:before{content:""}.glyphicon-menu-right:before{content:""}.glyphicon-menu-down:before{content:""}.glyphicon-menu-up:before{content:""}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"— "}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:" —"}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Courier New,monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px #00000040}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px \	;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px #00000013,0 0 8px #66afe999}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px \	;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled],.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline,.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px #00000013,0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px #00000013,0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px #00000013}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px #00000013,0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px #0000002d}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff1a}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px)and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin:8px -15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff1a,0 1px #ffffff1a}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-radius:4px 4px 0 0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/ "}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px #0000001a}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px #00000026;-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px #0000000d}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px #0000000d}.well blockquote{border-color:#ddd;border-color:#00000026}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translateY(-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px #00000080}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px #00000080}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px #0003}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:#00000040;border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:#00000040;border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:#00000040}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:#00000040}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,#00000080 0,#0000);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,#0000 0,#00000080);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"‹"}.carousel-control .icon-next:before{content:"›"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \	;background-color:#0000;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px)and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px)and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin:0}.col-xs-b0{margin-bottom:0}.col-xs-b5{margin-bottom:5px}.col-xs-b10{margin-bottom:10px}.col-xs-b15{margin-bottom:15px}.col-xs-b20{margin-bottom:20px}.col-xs-b25{margin-bottom:25px}.col-xs-b30{margin-bottom:30px}.col-xs-b35{margin-bottom:35px}.col-xs-b40{margin-bottom:40px}.col-xs-b45{margin-bottom:45px}.col-xs-b50{margin-bottom:50px}.col-xs-b55{margin-bottom:55px}.col-xs-b60{margin-bottom:60px}.col-xs-b65{margin-bottom:65px}.col-xs-b70{margin-bottom:70px}.col-xs-b75{margin-bottom:75px}.col-xs-b80{margin-bottom:80px}.col-xs-b85{margin-bottom:85px}.col-xs-b90{margin-bottom:90px}.col-xs-b95{margin-bottom:95px}.col-xs-b100{margin-bottom:100px}.col-xs-b105{margin-bottom:105px}.col-xs-b110{margin-bottom:110px}.col-xs-b115{margin-bottom:115px}.col-xs-b120{margin-bottom:120px}.empty-space.col-xs-b0{height:0px;margin-bottom:0}.empty-space.col-xs-b5{height:5px;margin-bottom:0}.empty-space.col-xs-b10{height:10px;margin-bottom:0}.empty-space.col-xs-b15{height:15px;margin-bottom:0}.empty-space.col-xs-b20{height:20px;margin-bottom:0}.empty-space.col-xs-b25{height:25px;margin-bottom:0}.empty-space.col-xs-b30{height:30px;margin-bottom:0}.empty-space.col-xs-b35{height:35px;margin-bottom:0}.empty-space.col-xs-b40{height:40px;margin-bottom:0}.empty-space.col-xs-b45{height:45px;margin-bottom:0}.empty-space.col-xs-b50{height:50px;margin-bottom:0}.empty-space.col-xs-b55{height:55px;margin-bottom:0}.empty-space.col-xs-b60{height:60px;margin-bottom:0}.empty-space.col-xs-b65{height:65px;margin-bottom:0}.empty-space.col-xs-b70{height:70px;margin-bottom:0}.empty-space.col-xs-b75{height:75px;margin-bottom:0}.empty-space.col-xs-b80{height:80px;margin-bottom:0}.empty-space.col-xs-b85{height:85px;margin-bottom:0}.empty-space.col-xs-b90{height:90px;margin-bottom:0}.empty-space.col-xs-b95{height:95px;margin-bottom:0}.empty-space.col-xs-b100{height:100px;margin-bottom:0}.empty-space.col-xs-b105{height:105px;margin-bottom:0}.empty-space.col-xs-b110{height:110px;margin-bottom:0}.empty-space.col-xs-b115{height:115px;margin-bottom:0}.empty-space.col-xs-b120{height:120px;margin-bottom:0}.col-xs-text-left{text-align:left}.col-xs-text-center{text-align:center}.col-xs-text-right{text-align:right}@media (min-width: 768px){.col-sm-b0{margin-bottom:0}.col-sm-b5{margin-bottom:5px}.col-sm-b10{margin-bottom:10px}.col-sm-b15{margin-bottom:15px}.col-sm-b20{margin-bottom:20px}.col-sm-b25{margin-bottom:25px}.col-sm-b30{margin-bottom:30px}.col-sm-b35{margin-bottom:35px}.col-sm-b40{margin-bottom:40px}.col-sm-b45{margin-bottom:45px}.col-sm-b50{margin-bottom:50px}.col-sm-b55{margin-bottom:55px}.col-sm-b60{margin-bottom:60px}.col-sm-b65{margin-bottom:65px}.col-sm-b70{margin-bottom:70px}.col-sm-b75{margin-bottom:75px}.col-sm-b80{margin-bottom:80px}.col-sm-b85{margin-bottom:85px}.col-sm-b90{margin-bottom:90px}.col-sm-b95{margin-bottom:95px}.col-sm-b100{margin-bottom:100px}.col-sm-b105{margin-bottom:105px}.col-sm-b110{margin-bottom:110px}.col-sm-b115{margin-bottom:115px}.col-sm-b120{margin-bottom:120px}.empty-space.col-sm-b0{height:0px;margin-bottom:0}.empty-space.col-sm-b5{height:5px;margin-bottom:0}.empty-space.col-sm-b10{height:10px;margin-bottom:0}.empty-space.col-sm-b15{height:15px;margin-bottom:0}.empty-space.col-sm-b20{height:20px;margin-bottom:0}.empty-space.col-sm-b25{height:25px;margin-bottom:0}.empty-space.col-sm-b30{height:30px;margin-bottom:0}.empty-space.col-sm-b35{height:35px;margin-bottom:0}.empty-space.col-sm-b40{height:40px;margin-bottom:0}.empty-space.col-sm-b45{height:45px;margin-bottom:0}.empty-space.col-sm-b50{height:50px;margin-bottom:0}.empty-space.col-sm-b55{height:55px;margin-bottom:0}.empty-space.col-sm-b60{height:60px;margin-bottom:0}.empty-space.col-sm-b65{height:65px;margin-bottom:0}.empty-space.col-sm-b70{height:70px;margin-bottom:0}.empty-space.col-sm-b75{height:75px;margin-bottom:0}.empty-space.col-sm-b80{height:80px;margin-bottom:0}.empty-space.col-sm-b85{height:85px;margin-bottom:0}.empty-space.col-sm-b90{height:90px;margin-bottom:0}.empty-space.col-sm-b95{height:95px;margin-bottom:0}.empty-space.col-sm-b100{height:100px;margin-bottom:0}.empty-space.col-sm-b105{height:105px;margin-bottom:0}.empty-space.col-sm-b110{height:110px;margin-bottom:0}.empty-space.col-sm-b115{height:115px;margin-bottom:0}.empty-space.col-sm-b120{height:120px;margin-bottom:0}.col-sm-text-left{text-align:left}.col-sm-text-center{text-align:center}.col-sm-text-right{text-align:right}}@media (min-width: 992px){.col-md-b0{margin-bottom:0}.col-md-b5{margin-bottom:5px}.col-md-b10{margin-bottom:10px}.col-md-b15{margin-bottom:15px}.col-md-b20{margin-bottom:20px}.col-md-b25{margin-bottom:25px}.col-md-b30{margin-bottom:30px}.col-md-b35{margin-bottom:35px}.col-md-b40{margin-bottom:40px}.col-md-b45{margin-bottom:45px}.col-md-b50{margin-bottom:50px}.col-md-b55{margin-bottom:55px}.col-md-b60{margin-bottom:60px}.col-md-b65{margin-bottom:65px}.col-md-b70{margin-bottom:70px}.col-md-b75{margin-bottom:75px}.col-md-b80{margin-bottom:80px}.col-md-b85{margin-bottom:85px}.col-md-b90{margin-bottom:90px}.col-md-b95{margin-bottom:95px}.col-md-b100{margin-bottom:100px}.col-md-b105{margin-bottom:105px}.col-md-b110{margin-bottom:110px}.col-md-b115{margin-bottom:115px}.col-md-b120{margin-bottom:120px}.empty-space.col-md-b0{height:0px;margin-bottom:0}.empty-space.col-md-b5{height:5px;margin-bottom:0}.empty-space.col-md-b10{height:10px;margin-bottom:0}.empty-space.col-md-b15{height:15px;margin-bottom:0}.empty-space.col-md-b20{height:20px;margin-bottom:0}.empty-space.col-md-b25{height:25px;margin-bottom:0}.empty-space.col-md-b30{height:30px;margin-bottom:0}.empty-space.col-md-b35{height:35px;margin-bottom:0}.empty-space.col-md-b40{height:40px;margin-bottom:0}.empty-space.col-md-b45{height:45px;margin-bottom:0}.empty-space.col-md-b50{height:50px;margin-bottom:0}.empty-space.col-md-b55{height:55px;margin-bottom:0}.empty-space.col-md-b60{height:60px;margin-bottom:0}.empty-space.col-md-b65{height:65px;margin-bottom:0}.empty-space.col-md-b70{height:70px;margin-bottom:0}.empty-space.col-md-b75{height:75px;margin-bottom:0}.empty-space.col-md-b80{height:80px;margin-bottom:0}.empty-space.col-md-b85{height:85px;margin-bottom:0}.empty-space.col-md-b90{height:90px;margin-bottom:0}.empty-space.col-md-b95{height:95px;margin-bottom:0}.empty-space.col-md-b100{height:100px;margin-bottom:0}.empty-space.col-md-b105{height:105px;margin-bottom:0}.empty-space.col-md-b110{height:110px;margin-bottom:0}.empty-space.col-md-b115{height:115px;margin-bottom:0}.empty-space.col-md-b120{height:120px;margin-bottom:0}.col-md-text-left{text-align:left}.col-md-text-center{text-align:center}.col-md-text-right{text-align:right}}@media (min-width: 1200px){.col-lg-b0{margin-bottom:0}.col-lg-b5{margin-bottom:5px}.col-lg-b10{margin-bottom:10px}.col-lg-b15{margin-bottom:15px}.col-lg-b20{margin-bottom:20px}.col-lg-b25{margin-bottom:25px}.col-lg-b30{margin-bottom:30px}.col-lg-b35{margin-bottom:35px}.col-lg-b40{margin-bottom:40px}.col-lg-b45{margin-bottom:45px}.col-lg-b50{margin-bottom:50px}.col-lg-b55{margin-bottom:55px}.col-lg-b60{margin-bottom:60px}.col-lg-b65{margin-bottom:65px}.col-lg-b70{margin-bottom:70px}.col-lg-b75{margin-bottom:75px}.col-lg-b80{margin-bottom:80px}.col-lg-b85{margin-bottom:85px}.col-lg-b90{margin-bottom:90px}.col-lg-b95{margin-bottom:95px}.col-lg-b100{margin-bottom:100px}.col-lg-b105{margin-bottom:105px}.col-lg-b110{margin-bottom:110px}.col-lg-b115{margin-bottom:115px}.col-lg-b120{margin-bottom:120px}.empty-space.col-lg-b0{height:0px;margin-bottom:0}.empty-space.col-lg-b5{height:5px;margin-bottom:0}.empty-space.col-lg-b10{height:10px;margin-bottom:0}.empty-space.col-lg-b15{height:15px;margin-bottom:0}.empty-space.col-lg-b20{height:20px;margin-bottom:0}.empty-space.col-lg-b25{height:25px;margin-bottom:0}.empty-space.col-lg-b30{height:30px;margin-bottom:0}.empty-space.col-lg-b35{height:35px;margin-bottom:0}.empty-space.col-lg-b40{height:40px;margin-bottom:0}.empty-space.col-lg-b45{height:45px;margin-bottom:0}.empty-space.col-lg-b50{height:50px;margin-bottom:0}.empty-space.col-lg-b55{height:55px;margin-bottom:0}.empty-space.col-lg-b60{height:60px;margin-bottom:0}.empty-space.col-lg-b65{height:65px;margin-bottom:0}.empty-space.col-lg-b70{height:70px;margin-bottom:0}.empty-space.col-lg-b75{height:75px;margin-bottom:0}.empty-space.col-lg-b80{height:80px;margin-bottom:0}.empty-space.col-lg-b85{height:85px;margin-bottom:0}.empty-space.col-lg-b90{height:90px;margin-bottom:0}.empty-space.col-lg-b95{height:95px;margin-bottom:0}.empty-space.col-lg-b100{height:100px;margin-bottom:0}.empty-space.col-lg-b105{height:105px;margin-bottom:0}.empty-space.col-lg-b110{height:110px;margin-bottom:0}.empty-space.col-lg-b115{height:115px;margin-bottom:0}.empty-space.col-lg-b120{height:120px;margin-bottom:0}.col-lg-text-left{text-align:left}.col-lg-text-center{text-align:center}.col-lg-text-right{text-align:right}}.empty-space{position:relative}.empty-space:after{content:"";display:block;clear:both}.row.m0{margin-left:0;margin-right:0}.row.m0>div[class*=col]{padding:0}.row.m10{margin-left:-10px;margin-right:-10px}.row.m10>div[class*=col]{padding:0 10px}.row.m5{margin-left:-5px;margin-right:-5px}.row.m5>div[class*=col]{padding:0 5px}html{overflow-y:scroll}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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}h1,h2,h3,h4,h5,h6{font-weight:400}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}body *{-webkit-text-size-adjust:none;outline:none}.clear{clear:both;overflow:hidden;height:0px;font-size:0px;display:block}input:focus,select:focus,textarea:focus,button:focus{outline:none}input,textarea,select{font-weight:400;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;background:none;border:none;margin:0;width:100%;font-family:Questrial,sans-serif}textarea{display:block;resize:none;overflow:auto}select::-ms-expand{display:none}.btn-container{width:400px;margin:auto}.btn{width:100%;max-width:400px;padding:10px 12px;border-radius:15px;border:none;font-size:20px;margin-top:20px;text-transform:uppercase;background-color:#ed2227;color:#fff;cursor:pointer;transform:scale(1);transition:transform .5s ease}.buttons{width:100%}.buttons .add-to-cart{padding:10px 8px;border:1px solid #fff;margin-top:25px;font-size:16px;font-weight:500;background-color:#ed2227;color:#fff;cursor:pointer;width:100%;border-radius:30px}.buttons .buy-now{width:auto;padding:5px 7px;background-color:#ed2227;color:#fff;border:none;margin-top:25px;font-size:16px;font-weight:500;cursor:pointer}input[type=submit],input[type=file]{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;border:none;cursor:pointer;z-index:1}a,a:link,a:visited,a:active,a:hover{cursor:pointer;text-decoration:none;outline:none}body{font-weight:400;font-size:14px;line-height:1;font-family:Questrial,sans-serif}b,strong{font-weight:700}ul,ol{list-style:none}a{color:inherit}#content-block{position:relative;overflow:hidden;left:0}.container{max-width:100%;position:relative}.container-fluid{position:relative}@media (max-width: 991px){.content-margins{border-width:0 15px}}.content-margins.grey{border-color:#f7f7f7}.overflow-hidden,html.overflow-hidden body{overflow:hidden}.page-height{min-height:500px}body.mobile .swiper-container.page-height,body.mobile .swiper-container.page-height .swiper-wrapper,body.mobile .swiper-container.page-height .swiper-slide{height:auto!important}body.mobile .swiper-container.page-height .swiper-wrapper{transform:none!important;-webkit-transform:none!important}body.mobile .swiper-container.page-height .swiper-pagination{display:none}.grey-background{background:#f7f7f7}@media (min-width: 992px){.visible-rd{display:none!important}}.image-thumbnail{display:block;max-width:100%;height:auto;margin:0 auto}@media (min-width: 992px){.row.vertical-aligned-columns{font-size:0;white-space:nowrap}.row.vertical-aligned-columns>div[class*=col]{float:none;display:inline-block;vertical-align:middle;white-space:normal}}.table-view{height:100%;width:100%;display:table}.row-view{display:table-row}.cell-view{display:table-cell;vertical-align:middle;width:10000px}.cell-view.page-height{position:relative;z-index:1}.cell-view.simple-banner-height{height:600px}.cell-view.simple-banner-height.middle{height:700px}.cell-view.simple-banner-height.big{height:800px}@media (max-width: 991px){.cell-view.page-height,.swiper-container.page-height{height:500px!important}.cell-view.simple-banner-height,.cell-view.simple-banner-height.big,.cell-view.simple-banner-height.middle{height:auto}}@media (max-width: 767px){.cell-view.page-height,.swiper-container.page-height,.swiper-container.page-height .swiper-wrapper,.swiper-container.page-height .swiper-slide{height:auto!important}.swiper-container.page-height .swiper-wrapper{transform:none!important;-webkit-transform:none!important}.swiper-container.page-height .swiper-pagination{display:none}}body ::selection{color:#ed2227;background:#343434}body ::-moz-selection{color:#ed2227;background:#343434}.nopadding,.nopadding>*[class*=col]{padding-left:0;padding-right:0;margin-left:0;margin-right:0}.line-through{display:inline-block;position:relative;padding:0 5px}.line-through:after{position:absolute;width:100%;height:1px;left:0;top:50%;background:currentColor;content:""}.clearfix:after{content:"";display:block;clear:both}.valign-middle{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-align:center;-webkit-align-items:center;-webkit-box-align:center;justify-content:center;align-items:center}.valign-middle-content{width:100%;position:relative}.full-size{position:absolute;left:0;top:0;width:100%;height:100%}.fixed-background{background-size:cover;background-position:center top;background-attachment:fixed}body.mobile .fixed-background{background-attachment:scroll}.align-inline{display:inline-block;vertical-align:middle}.align-inline.spacing-1{margin-right:20px;margin-bottom:10px}.block{display:block}.rounded-image{border-radius:10px;-webkit-border-radius:10px}.block-image{display:block;max-width:100%;height:auto;margin:0 auto}.uppercase{text-transform:uppercase}.row-background{position:absolute;width:50%;bottom:0;height:100%}.row-background.big{height:112%}.row-background img{position:absolute;max-height:100%;max-width:100%;bottom:0;left:50%;transform:translate(-50%)!important;-webkit-transform:translateX(-50%)!important}.row-background.left{left:0}.row-background.right{right:0}.block-entry{background-size:cover;background-position:center center;background-repeat:no-repeat}.notransition,.notransition *{transition:none!important;-webkit-transition:none!important}.simple-mouseover{display:block;overflow:hidden}.simple-mouseover,.simple-mouseover *{position:relative}.simple-mouseover:after,.simple-mouseover:before{position:absolute;left:0;top:0;width:100%;height:100%;background:#b8cd06cc;content:"";opacity:0;transition:all .3s;-webkit-transition:all .3s;border-radius:inherit;-webkit-border-radius:inherit}.simple-mouseover:before{background:url(../img/icon-11.png) center center no-repeat;z-index:1;transform:rotate(180deg);-webkit-transform:rotate(180deg)}.simple-mouseover:hover:after{opacity:1}.simple-mouseover:hover:before{opacity:1;transform:rotate(0);-webkit-transform:rotate(0)}.simple-mouseover img{display:block;max-width:100%;height:auto}#loader-wrapper{position:fixed;left:0;top:-100px;right:0;bottom:-100px;background:#fff;z-index:12}.simple-article{color:#000}.simple-article.grey,.grey{color:#555}.simple-article.dark,.dark{color:#343434}.simple-article.light{color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.simple-article.light.transparent,.light.transparent{color:#fffc}.simple-article.light.fulltransparent,.light.fulltransparent{color:#ffffff80}.simple-article.color,.color{color:#ed2227}.simple-article.size-1{font-size:11px;line-height:18px}.simple-article.size-2{font-size:13px;line-height:20px}.simple-article.size-3{font-size:14px;line-height:22px}.simple-article.size-4{font-size:16px;line-height:24px}.simple-article.size-5{font-size:18px;line-height:24px}.simple-article p,.simple-article ul,.simple-article ol,.simple-article img,.simple-article *[class*=col],.simple-article h1,.simple-article h2,.simple-article h3,.simple-article h4,.simple-article h5,.simple-article h6,.simple-article .embed-responsive,.simple-article .swiper-container{margin-bottom:22px}.simple-article *:last-child{margin-bottom:0}.simple-article img{max-width:100%;height:auto;display:inline-block;vertical-align:bottom}.blog-article img{display:block}.blog-article p,.blog-article ul,.blog-article ol,.blog-article img,.blog-article *[class*=col]{margin-bottom:1em}.simple-article ol{counter-reset:number}.simple-article ol li{padding-left:0;margin-bottom:8px}.simple-article ol li:before{counter-increment:number;content:"#" counter(number);color:#ed2227;margin-right:5px}.simple-article ul li{padding-bottom:4px;padding-top:4px;position:relative}.simple-article ul li:before{content:"";width:17px;height:13px;display:inline-block;vertical-align:middle;background:url(../img/icon-20.png);position:relative;margin-right:12px}.simple-article.light ul li:before{background-image:url(../img/icon-21.png)}.simple-article h1,.h1,.simple-article h2,.h2,.simple-article h3,.h3,.simple-article h4,.h4,.simple-article h5,.h5,.simple-article h6,.h6{color:#343434;font-weight:900;font-family:Montserrat,sans-serif;text-transform:uppercase}.simple-article.light h1,.simple-article.light .h1,.h1.light,.simple-article.light h2,.simple-article.light .h2,.h2.light,.simple-article.light h3,.simple-article.light .h3,.h3.light,.simple-article.light h4,.simple-article.light .h4,.h4.light,.simple-article.light h5,.simple-article.light .h5,.h5.light,.simple-article.light h6,.simple-article.light .h6,.h6.light{color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,.1)}.simple-article h1 a,.h1 a,.simple-article h2 a,.h2 a,.simple-article h3 a,.h3 a,.simple-article h4 a,.h4 a,.simple-article h5 a,.h5 a,.simple-article h6 a,.h6 a{transition:all .15s;-webkit-transition:all .15s}.simple-article h1 a:hover,.h1 a:hover,.simple-article h2 a:hover,.h2 a:hover,.simple-article h3 a:hover,.h3 a:hover,.simple-article h4 a:hover,.h4 a:hover,.simple-article h5 a:hover,.h5 a:hover,.simple-article h6 a:hover,.h6 a:hover{color:#ed2227}.simple-article h1,.h1{font-size:95px;line-height:70px}.simple-article h2,.h2{font-size:40px;line-height:46px}.simple-article h3,.h3{font-size:30px;line-height:34px}.simple-article h4,.h4{font-size:18px;line-height:24px}.simple-article h5,.h5{font-size:16px;line-height:22px}.simple-article h6,.h6{font-size:13px;line-height:18px}.simple-article a:not(.button):hover{text-decoration:underline}.simple-article br{line-height:1em}.title-underline{padding:20px 0;color:#e69c0a;height:21px}.title-underline.light{color:#fff}.title-underline span{width:55px;height:1px;background:currentColor;display:inline-block;vertical-align:top;position:relative}.title-underline span:before,.title-underline span:after{width:65px;height:2px;background:inherit;position:absolute;content:"";top:0;left:-9px}.title-underline span:after{left:auto;right:-9px}.title-underline.left{margin-left:9px}.title-underline.left span:after{display:none}.title-underline.right{margin-right:9px}.title-underline.right span:before{display:none}@media (max-width: 1199px){.simple-article h1,.h1{font-size:46px;line-height:46px}}@media (max-width: 991px){.simple-article h1,.h1{font-size:46px;line-height:46px}}@media (max-width: 767px){.simple-article h1,.h1,.simple-article h2,.h2{font-size:34px;line-height:40px}}.button{display:inline-block;vertical-align:bottom;text-align:center;font-family:Raleway,sans-serif;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1);box-shadow:1px 1px 2px #0000001a;text-transform:uppercase;font-weight:700;position:relative;cursor:pointer}.button.noshadow{box-shadow:none;-webkit-box-shadow:none;border:1px #eee solid}.button.block{display:block}.button input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.button span{display:block;position:relative;left:0}.button span.icon{transition:all .15s;-webkit-transition:all .15s}.button span.text{transition:all .3s .05s;-webkit-transition:all .3s .05s}.button.size-1{font-size:11px;line-height:18px;border-radius:20px;-webkit-border-radius:20px}.button.size-2{font-size:11px;line-height:18px;border-radius:25px;-webkit-border-radius:25px}.button.size-1 .text{padding:12px 20px 10px}.button.size-2 .text{padding:17px 30px 15px}.button.style-1{background:#fff;color:#555}.button.style-2{background:#343434;color:#fff}.button.style-3{background:#ed2227;color:#fff}.button.style-4{color:#fff}.button.style-5{border:1px #eee solid;color:#888;box-shadow:none;-webkit-box-shadow:none}.button.facebook-button{background:#3b5998}.button.twitter-button{background:#5ea9dd}.button.google-button{background:#dd4d42}.button-wrapper{display:block;overflow:hidden;border-radius:inherit;-webkit-border-radius:inherit;position:relative}.button:before{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:inherit;-webkit-border-radius:inherit;background:inherit;content:"";opacity:.3}.button:hover:before{transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;visibility:hidden;transition:transform .5s,opacity .5s,visibility 0s .5s;-webkit-transition:transform .5s,opacity .5s,visibility 0s .5s}.button .icon{width:30px;height:30px;line-height:30px;text-align:center;font-size:20px;position:absolute;left:-50px;top:50%;margin-top:-15px;margin-left:-15px;color:#ed2227}.button:hover .icon{left:50%}.button.style-3 .icon,.button.style-4 .icon{color:#fff}.button.style-5 .icon{color:#888}.button .icon img{display:block;max-width:30px;height:auto}.button .icon .fa{display:block;line-height:inherit}.button:hover .text{left:100%}.button-close{display:inline-block;vertical-align:middle;background:url(../img/icon-5.png) 50% 50% no-repeat;width:40px;height:40px;cursor:pointer;position:relative}.button-close:before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";border-radius:50%;-webkit-border-radius:50%;transform:scale(0);-webkit-transform:scale(0);pointer-events:none;background:#f1eded;opacity:.5}.button-close:hover:before{transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;transition:transform .5s,opacity .5s,visibility 0s .5s;-webkit-transition:transform .5s,opacity .5s,visibility 0s .5s}.buttons-wrapper{font-size:0;margin:0 -5px}.buttons-wrapper .button{margin:0 5px 10px}.buttons-wrapper .button:last-child{margin-right:0}.buttons-wrapper:after{display:block;content:"";margin-top:-10px}.buttons-wrapper .simple-article{line-height:24px;margin:13px 30px 10px 0;display:inline-block;vertical-align:top}.play-button{width:50px;height:50px;background:#ed2227;border-radius:50px;-webkit-border-radius:50px;position:relative;position:absolute;left:50%;top:50%;margin:-25px 0 0 -25px}.play-button:before{position:absolute;left:-5px;top:-5px;right:-5px;bottom:-5px;background:#b8cd064d;content:"";border-radius:inherit;-webkit-border-radius:inherit;transition:all .3s;-webkit-transition:all .3s}.play-button:hover:before{transform:scale(.9);-webkit-transform:scale(.9)}.play-button:after{width:0;height:0;border-style:solid;border-width:6.5px 0 6.5px 9px;border-color:transparent transparent transparent #fff;position:absolute;left:50%;top:50%;margin:-6.5px 0 0 -3px;content:""}@media (max-width: 991px){.buttons-wrapper .simple-article{display:block}}@media (max-width: 767px){.button{display:block}.button.mobile-icon .text{display:none}.button.mobile-icon .icon{position:relative;left:auto;top:auto;margin:0;display:block;width:auto;height:auto;line-height:inherit}.button.mobile-icon.size-1{width:40px;height:40px;line-height:40px}.button.mobile-icon.size-2{width:50px;height:50px;line-height:50px}.buttons-wrapper .button{margin-right:0}}.simple-input,.SumoSelect>.CaptionCont{font-size:14px;color:#555;height:50px;line-height:48px;padding:0 30px;width:100%;border:1px #eee solid;border-radius:26px;-webkit-border-radius:26px;transition:all .15s;-webkit-transition:all .15s}.simple-input.small{height:40px;line-height:38px;font-size:11px;padding:0 18px}.simple-input{background:#fff}.simple-input.style-1{border-radius:0;-webkit-border-radius:0;border-left:none;border-top:none;border-right:none;padding-left:0}.SumoSelect>.CaptionCont{font-size:14px}.SumoSelect>select.small+.CaptionCont{padding:0 15px;font-size:10px;text-transform:uppercase}.SumoSelect>select.small+.CaptionCont>label{width:40px}.SumoSelect>select.small+.CaptionCont>span{padding-right:20px}.SlectBox.small+.CaptionCont{height:42px;line-height:40px;border-radius:21px;-webkit-border-radius:21px}.simple-input:focus,.SumoSelect.open>.CaptionCont{border-color:#ed2227}.simple-input.invalid{border-color:#dd4d42!important}.SumoSelect>.CaptionCont>span.placeholder{color:#888}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#888;opacity:1}input:-moz-placeholder,textarea:-moz-placeholder{color:#888;opacity:1}input::-moz-placeholder,textarea::-moz-placeholder{color:#888;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#888;opacity:1}textarea.simple-input{padding-top:10px;padding-bottom:10px;line-height:22px;height:140px}.simple-input.light{border-color:#ffffff80;color:#fff;background:transparent}.simple-input.light:focus{border-color:#fff}.SumoSelect select.light+.CaptionCont>span.placeholder{color:#fffc}input.light::-webkit-input-placeholder,textarea.light::-webkit-input-placeholder,select.light+.CaptionCont input::-webkit-input-placeholder{color:#fffc;opacity:1}input.light:-moz-placeholder,textarea.light:-moz-placeholder,select.light+.CaptionCont input:-moz-placeholder{color:#fffc;opacity:1}input.light::-moz-placeholder,textarea.light::-moz-placeholder,select.light+.CaptionCont input::-moz-placeholder{color:#fffc;opacity:1}input.light:-ms-input-placeholder,textarea.light:-ms-input-placeholder,select.light+.CaptionCont input:-ms-input-placeholder{color:#fffc;opacity:1}select.light+.CaptionCont{background:transparent;border-color:#ffffff80;color:#fff}.SumoSelect.open select.light+.CaptionCont{border-color:#fff}.single-line-form{position:relative}.single-line-form .button{position:absolute;top:0;right:0}.input-file-wrapper{position:relative}.input-file-wrapper .simple-input{color:#888;padding-right:50px}.input-file-wrapper.active .simple-input{color:#555}.input-file-wrapper .simple-input.light{color:#fffc}.input-file-wrapper.active .simple-input.light{color:#fff}.input-file-wrapper .file-remove{position:absolute;top:0;right:0;width:50px;height:50px;background:url(../img/icon-5.png) center center;cursor:pointer;z-index:1;opacity:.5;display:none}.input-file-wrapper .file-remove.light{background-image:url(../img/icon-19.png)}.input-file-wrapper .file-remove:hover{opacity:1}.input-file-wrapper.active .file-remove{display:block}form{position:relative}.submit-icon{position:absolute;right:0;top:0;height:100%;width:50px;text-align:center;color:#888;cursor:pointer;transition:all .3s;-webkit-transition:all .3s}.submit-icon:hover{color:#343434}.submit-icon .fa{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%)}.checkbox-entry{display:inline-block;cursor:pointer;margin:0;padding:0;min-width:20px;min-height:20px}.checkbox-entry input{display:none}.checkbox-entry span{position:relative;font-size:11px;line-height:20px;padding-left:30px;display:block;color:#888;text-transform:uppercase}.checkbox-entry:hover span{color:#555}.checkbox-entry span:before{content:"";position:absolute;left:0;top:0;width:20px;height:20px;border:1px #eee solid;border-radius:2px;-webkit-border-radius:2px;background:url(../img/icon-6.png) 100px center no-repeat #fff}.checkbox-entry input:checked+span:before{border-color:#ed2227;background-color:#ed2227;background-position:center center}.checkbox-entry.radio span:before{border-radius:10px;-webkit-border-radius:10px;background:none}.checkbox-entry.radio input:checked+span:before{border-color:#ed2227;background-color:#fff;border-width:7px}.checkbox-entry a:hover{text-decoration:underline}.checkbox-entry.light span{color:#fffc}.checkbox-entry.light:hover span{color:#fff}.checkbox-entry.light.radio input:checked+span:after{content:"";position:absolute;left:0;top:0;width:20px;height:20px;border:2px #eee solid;border-radius:10px;-webkit-border-radius:10px}.checkbox-entry.checkbox-toggle-title span{color:#343434;font-weight:900;font-family:Raleway,sans-serif;text-transform:uppercase;font-size:18px}.checkbox-toggle-wrapper{display:none}.ClassyCountdown-wrapper{margin:0 -5px}.ClassyCountdown-wrapper>div{display:inline-block;position:relative;width:25%;padding:0 5px}.ClassyCountdown-wrapper .ClassyCountdown-value{width:100%;line-height:1em;position:absolute;top:50%;text-align:center;left:0;display:block}.ClassyCountdown-wrapper .ClassyCountdown-value span{display:block}.countdown.light .ClassyCountdown-wrapper .ClassyCountdown-value span,.countdown.light-green .ClassyCountdown-wrapper .ClassyCountdown-value span{color:#fffc!important}.countdown.max-width{max-width:400px}.follow{font-size:0;margin-bottom:-7px}.follow .title,.tags .title{font-family:Raleway,sans-serif;font-weight:700;font-size:13px;color:#fff;text-transform:uppercase;display:inline-block;line-height:35px;vertical-align:top;margin-right:20px}.follow.light .title,.tags.light .title{color:#343434}.follow .entry{width:35px;height:35px;line-height:35px;display:inline-block;vertical-align:bottom;border-radius:50%;-webkit-border-radius:50%;background:#424242;color:#888;font-size:14px;margin:0 7px 7px;cursor:pointer;position:relative;text-align:center}.follow.light .entry{background:#f7f7f7}.follow .entry:hover{color:#fff}.follow .entry .fa{display:block;line-height:inherit;position:relative}.follow .entry:before{position:absolute;left:-1px;top:-1px;right:-1px;bottom:-1px;content:"";border-radius:50%;-webkit-border-radius:50%;background:#ed2227;transform:scale(0);-webkit-transform:scale(0)}.follow .entry:hover:before{transform:scale(1);-webkit-transform:scale(1)}.follow .entry,.follow .entry:before{transition:all .15s;-webkit-transition:all .15s}@media (max-width: 767px){.follow .title,.tags .title{margin:0 0 10px;display:block;line-height:18px}}.popup-wrapper{position:fixed;z-index:11;top:0;width:100%;height:100%;left:-100%;transition-delay:.3s;-webkit-transition-delay:.3s}.popup-wrapper.active{left:0;transition-delay:0s;-webkit-transition-delay:0s}.popup-wrapper .bg-layer{position:absolute;left:0;top:-100px;right:0;bottom:-100px;background:#000c;transition:all .3s ease-out;-webkit-transition:all .3s ease-out;opacity:0}.popup-wrapper.active .bg-layer{opacity:1}.popup-content{position:absolute;left:0;top:0;right:0;bottom:0;overflow:auto;-webkit-overflow-scrolling:touch;font-size:0;text-align:center;transition:all .3s ease-out;-webkit-transition:all .3s ease-out;transform:scale(1.2);-webkit-transform:scale(1.2);opacity:0;visibility:hidden;padding:15px}.popup-content.active{transform:scale(1);-webkit-transform:scale(1);opacity:1;visibility:visible}.popup-content:after{display:inline-block;vertical-align:middle;height:100%;content:""}.popup-container{display:inline-block;vertical-align:middle;width:100%;position:relative;text-align:left;background:#fff;-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 4px 20px rgba(0,0,0,.2);box-shadow:3px 4px 20px #0003}.popup-container.size-1{max-width:570px}.popup-container.size-2{max-width:1170px}.popup-container.size-3{max-width:970px}.popup-container.size-4{background:#000;max-width:80%;padding:50px 5px 5px;background:#fff}.popup-content .layer-close{position:absolute;left:0;bottom:0;right:0;height:10000px}.popup-align{padding:80px 100px;overflow:hidden}.simple-link{font-size:11px;line-height:18px;color:#555;display:inline-block;font-family:Raleway,sans-serif;font-weight:700;text-transform:uppercase;transition:all .15s;-webkit-transition:all .15s}.simple-link:hover{color:#ed2227}.popup-container .button-close{position:absolute;right:5px;top:5px;z-index:2}.popup-or{height:140px;position:relative}.popup-or:before{position:absolute;left:0;top:50%;width:100%;background:#eee;content:"";height:1px}.popup-or span{width:60px;height:60px;border:5px #eee solid;border-radius:30px;-webkit-border-radius:30px;text-align:center;line-height:50px;position:absolute;left:50%;top:50%;margin:-30px 0 0 -30px;background:#fff;font-size:11px;color:#888;font-weight:700;text-transform:uppercase;font-family:Raleway,sans-serif}@media (max-width: 991px){.popup-container.size-2 .popup-align{padding:40px 15px}}@media (max-width: 767px){.popup-container.size-1 .popup-align{padding:40px 30px}.popup-container.size-4{max-width:100%}}.swiper-wrapper{cursor:url(../img/drag.png) 16 9,ew-resize}.swiper-container-vertical .swiper-wrapper{cursor:url(../img/drag-vertical.png) 8 16,ns-resize}.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper,.swiper-button-disabled+.swiper-button-disabled+.swiper-container>.swiper-wrapper{transform:none!important;-webkit-transform:none!important;cursor:auto;justify-content:center}.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper .swiper-slide:last-child,.swiper-button-disabled+.swiper-button-disabled+.swiper-container>.swiper-wrapper .swiper-slide:last-child{margin-right:0!important}.swiper-button-disabled+.swiper-button-disabled+.swiper-wrapper+.swiper-pagination-bullets,.swiper-button-disabled+.swiper-button-disabled+.swiper-container>.swiper-pagination-bullets{display:none!important}.swiper-container-horizontal{overflow-x:hidden;overflow-y:visible}.swiper-button-prev.style-1{left:0}.swiper-button-next.style-1{right:0}.swiper-button-prev.style-1,.swiper-button-next.style-1{background-color:transparent}.swiper-button-prev.style-1:before,.swiper-button-next.style-1:before,.swiper-button-prev.style-1:after,.swiper-button-next.style-1:after{display:none}.swiper-container.arrows-align-top>.swiper-button-next{top:-5px;margin:0;width:30px;height:30px;background-position:-75px -15px}.swiper-container.arrows-align-top>.swiper-button-next:hover{background-position:-15px -15px}.swiper-container.arrows-align-top>.swiper-button-prev{top:-5px;margin:0;left:auto;right:45px;width:30px;height:30px;background-position:-15px -15px}.swiper-container.arrows-align-top>.swiper-button-prev:hover{background-position:-75px -15px}.swiper-title{margin-right:80px}.swiper-container.rounded{border-radius:10px;-webkit-border-radius:10px}.swiper-container.rounded-top{border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0}.swiper-container[data-touch="0"]:after{position:absolute;left:0;top:0;width:100%;height:100%;content:"";z-index:1}.content-margins .swiper-button-prev:not(.style-1),.container .swiper-button-prev:not(.style-1){left:-30px}.content-margins .swiper-button-next:not(.style-1),.container .swiper-button-next:not(.style-1){right:-30px}.swiper-slide{background-size:cover;background-position:center center}.our-team-slider .swiper-button-next,.our-team-slider .swiper-button-prev{margin-top:-88px}.categories-menu{position:relative;z-index:1}.categories-menu ul{clear:both}.categories-menu li{position:relative}.categories-menu li:after{display:block;content:"";clear:both}.categories-menu li a{font-size:11px;line-height:16px;padding:15px 46px 15px 20px;font-weight:700;color:#888;text-transform:uppercase;font-family:Raleway,sans-serif;border-bottom:1px #f7f7f7 solid;background:#fff;display:block;float:left;width:100%;transition:all .15s;-webkit-transition:all .15s;backface-visibility:hidden;-webkit-backface-visibility:hidden}.categories-menu li ul a{color:#ffffff80;background:#343434;border-color:#3f3f3f}.categories-menu .toggle{width:46px;height:46px;float:left;margin-left:-46px;cursor:pointer;background:url(../img/icon-12.png) center center no-repeat;position:relative}.categories-menu li a:hover,.categories-menu li ul a:hover{color:#fff;background:#ed2227;border-color:#ffffff80}.categories-menu li a:hover+.toggle,.categories-menu li ul a:hover+.toggle{background-image:url(../img/icon-13.png)}.categories-menu.transparent>li>a{background:transparent;padding-left:0}.categories-menu.transparent>li>a+.toggle{background-position:right 10px center}.categories-menu.transparent>li>a:hover+.toggle{background-image:url(../img/icon-18.png)}.categories-menu.transparent>li>a:hover{color:#ed2227}.categories-menu.transparent>li>a{border-color:#efefef}@media (min-width: 992px){.categories-menu ul{position:absolute;left:-1000%;top:0;width:100%;transform-origin:0 50%;-webkit-transform-origin:0 50%;transform:perspective(1000px) rotateY(45deg);-webkit-transform:perspective(1000px) rotateY(45deg);opacity:0;transition:transform .3s,opacity .3s,left 0s .3s;-webkit-transition:transform .3s,opacity .3s,left 0s .3s}.categories-menu li:hover>ul{transform:perspective(1000px) rotateY(0);-webkit-transform:perspective(1000px) rotateY(0deg);opacity:1;left:100%;transition:transform .3s,opacity .3s,left 0s;-webkit-transition:transform .3s,opacity .3s,left 0s}.categories-menu ul{display:block!important}.categories-menu.alignleft ul{right:1000%;left:auto;top:0;width:100%;transform-origin:100% 50%;-webkit-transform-origin:100% 50%;transform:perspective(1000px) rotateY(45deg);-webkit-transform:perspective(1000px) rotateY(45deg);opacity:0;transition:transform .3s,opacity .3s,right 0s .3s;-webkit-transition:transform .3s,opacity .3s,right 0s .3s}.categories-menu.alignleft li:hover>ul{transform:perspective(1000px) rotateY(0);-webkit-transform:perspective(1000px) rotateY(0deg);opacity:1;right:100%;left:auto;transition:transform .3s,opacity .3s,right 0s;-webkit-transition:transform .3s,opacity .3s,right 0s}.categories-menu.alignleft ul{display:block!important}}@media (max-width: 991px){.categories-menu ul ul li a{padding-left:40px;background:#555}.categories-menu ul{display:none}.categories-menu .toggle{transform:rotate(90deg);-webkit-transform:rotate(90deg)}.categories-menu .toggle.active{transform:rotate(270deg);-webkit-transform:rotate(270deg)}}.slider-wrapper{position:relative}.slider-product-preview{position:absolute;width:50%;right:15px;top:80px;bottom:80px}.slider-product-preview>img{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);max-width:100%;max-height:100%}.slider-product-preview.align-left{left:15px;right:auto}.product-preview-shortcode{height:100%;position:relative}.product-preview-shortcode .preview{position:absolute;left:0;top:0;right:100px;bottom:0}.slider-product-preview.align-left .product-preview-shortcode .preview{right:0;left:100px}.product-preview-shortcode .preview .entry{background-size:contain;background-repeat:no-repeat;background-position:center center;opacity:0;transition:all .5s;-webkit-transition:all .5s}.product-preview-shortcode .preview .entry.active{opacity:1}.product-preview-shortcode .sidebar{position:absolute;top:0;right:0;height:100%}.slider-product-preview.align-left .product-preview-shortcode .sidebar{right:auto;left:0}.product-preview-shortcode .sidebar .entry{width:70px;height:70px;border-radius:50%;-webkit-border-radius:50%;border:1px #eee solid;cursor:pointer;margin-bottom:20px;transition:all .3s;-webkit-transition:all .3s}.product-preview-shortcode.light .sidebar .entry{background:transparent}.product-preview-shortcode .sidebar .entry:last-child{margin-bottom:0}.product-preview-shortcode .sidebar .entry img{display:block;max-width:100%;height:auto}.product-preview-shortcode .sidebar .entry:hover{border-color:#ed2227}.product-preview-shortcode .sidebar .entry.active{border-color:#ed2227;background:#ed2227}.product-preview-shortcode.light .sidebar .entry{border-color:#ffffff80}.product-preview-shortcode.light .sidebar .entry:hover{border-color:#fff}.product-preview-shortcode.light .sidebar .entry.active{border-color:#fff;background:#fff}.product-preview-shortcode.light-green .sidebar .entry{border-color:#fff3}.product-preview-shortcode.light-green .sidebar .entry:hover{border-color:#ed2227}.product-preview-shortcode.light-green .sidebar .entry.active{border-color:#ed2227;background:#ed2227}@media (max-width: 767px){.slider-product-preview,.slider-product-preview.align-left{position:relative;left:auto;right:auto;top:auto;bottom:auto;height:300px;margin:0 auto;width:auto}.product-preview-shortcode .preview{right:80px}.slider-product-preview.align-left .product-preview-shortcode .preview{right:0;left:80px}.product-preview-shortcode .sidebar .entry{width:50px;height:50px}}.ui-slider{position:relative;height:6px;background:#f7f7f7;margin-right:12px;margin-bottom:15px;border-radius:3px;-webkit-border-radius:2px}.ui-slider-range{height:100%;position:absolute;left:0;top:0;background:#ed2227}.ui-slider-handle{width:12px;height:12px;background:#fff;position:absolute;top:-3px;cursor:pointer;border:3px #ed2227 solid;border-radius:2px;-webkit-border-radius:2px}.breadcrumbs{font-size:11px;line-height:18px;text-transform:uppercase;color:#888}.breadcrumbs a{display:inline-block;text-transform:uppercase;margin-right:10px;white-space:nowrap;transition:all .15s;-webkit-transition:all .15s}.breadcrumbs a:hover{color:#ed2227}.breadcrumbs a:after{width:5px;height:9px;background:url(../img/icon-12.png);display:inline-block;vertical-align:top;content:"";position:relative;top:4px;margin:0 0 0 10px}.breadcrumbs a:last-child:after{display:none}.pagination-wrapper{font-size:0}.pagination{width:40px;line-height:38px;height:40px;display:inline-block;border:1px #eee solid;border-radius:5px;-webkit-border-radius:5px;vertical-align:bottom;font-size:11px;color:#888;text-align:center;margin:0 3px 3px;transition:all .15s;-webkit-transition:all .15s;position:relative}.pagination-wrapper:after{display:block;margin-top:-3px;content:""}a.pagination:hover{-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1);box-shadow:1px 1px 2px #0000001a}a.pagination.active{background-color:#ed2227;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1);box-shadow:1px 1px 2px #0000001a;color:#fff}span.pagination{border:none}.pagination img{display:block;transition:all .15s;-webkit-transition:all .15s}.pagination img:last-child{position:absolute;left:0;top:0;width:100%;height:auto;opacity:0}.pagination.active img{opacity:0}.pagination.active img:last-child{opacity:1}.filtration-cell-width-1{width:210px}.filtration-cell-width-2{width:110px}.filtration-cell-width-1 .SumoSelect,.filtration-cell-width-2 .SumoSelect{display:block}@media (max-width: 767px){.filtration-cell-width-1,.filtration-cell-width-2{width:auto;display:block;margin-right:0!important}}.rate-wrapper{color:#ed2227;font-size:14px;line-height:20px;margin:0 5px}.rate-wrapper.set:hover .fa{opacity:.5}.rate-wrapper.set .fa:hover{opacity:1;cursor:pointer}.quantity-select{height:42px;line-height:40px;border-radius:21px;-webkit-border-radius:21px;border:1px #eee solid;width:200px;position:relative}.quantity-select .minus,.quantity-select .plus{position:absolute;left:0;top:0;width:50px;height:100%;border-right:1px #eee solid;cursor:pointer;border-radius:21px 0 0 21px;-webkit-border-radius:21px 0 0 21px;transition:all .15s;-webkit-transition:all .15s}.quantity-select .minus:hover,.quantity-select .plus:hover{background:#eee}.quantity-select .minus:active,.quantity-select .plus:active{background:#e0e0e0}.quantity-select .minus:before,.quantity-select .plus:before{width:14px;height:1px;background:#555;position:absolute;left:50%;top:50%;margin-left:-7px;content:""}.quantity-select .plus:after{width:1px;height:14px;background:#555;position:absolute;left:50%;top:50%;margin-top:-6.5px;margin-left:-.5px;content:""}.quantity-select .number{display:block;text-align:center;margin:0 50px;font-size:12px;color:#888}.quantity-select .plus{left:auto;right:0;border:none;border-left:1px #eee solid;border-radius:0 21px 21px 0;-webkit-border-radius:0 21px 21px 0}.detail-data-title.size-1{padding-top:12px}.detail-data-title.size-2{padding-top:8px}@media (max-width: 767px){.detail-data-title{padding-bottom:10px;padding-top:0!important}}.main-product-slider-wrapper{max-width:570px;margin:0 auto}.product-big-preview-entry{padding-bottom:100%;background-size:contain;background-position:center center;background-repeat:no-repeat}.product-small-preview-entry{max-width:70px;margin:0 auto;opacity:.2;transition:all .15s;-webkit-transition:all .15s}.product-small-preview-entry img{display:block}.swiper-slide-active .product-small-preview-entry{opacity:1}.left-right-entry{font-size:0;white-space:nowrap}.left-right-entry .preview-wrapper{width:45%;display:inline-block;vertical-align:middle;position:relative}.left-right-entry .preview-wrapper img{display:block;max-width:100%;height:auto;margin:0 auto}.left-right-entry .description{width:55%;display:inline-block;vertical-align:middle;white-space:normal;position:relative;padding-left:30px}@media (min-width: 768px){.left-right-entry.align-right .preview-wrapper{left:55%}.left-right-entry.align-right .description{left:-45%;padding-left:0;padding-right:30px}}@media (max-width: 767px){.left-right-entry{white-space:normal}.left-right-entry .preview-wrapper{width:100%;margin-bottom:30px}.left-right-entry .description{width:100%;padding-left:0}}.product-description-entry{border-bottom:1px #eee solid;padding:15px 0}.testimonial-entry{border-bottom:1px #eee solid;margin-bottom:30px}.testimonial-entry .preview{float:left;border-radius:50%;-webkit-border-radius:50%;width:50px;height:auto}.testimonial-entry .heading-description{margin-left:60px;padding-top:5px}.testimonial-entry .pros,.testimonial-entry .cons{position:relative;padding-left:30px}.testimonial-entry .pros:before,.testimonial-entry .cons:before{width:13px;height:1px;background:#ed2227;position:absolute;left:0;top:9px;content:""}.testimonial-entry .pros:after{width:1px;height:13px;background:#ed2227;position:absolute;left:6px;top:3px;content:""}.testimonial-entry .cons:before{background:#cd2706}.row.nopadding .swiper-container{padding-top:1px;margin-top:-1px}.row.nopadding .grid-products-4-items,.row.nopadding .grid-products-2-items{margin-left:-1px;margin-top:-1px;clear:both}.product-shortcode{display:block;margin-left:auto;margin-right:auto;position:relative}.product-shortcode .animate-to-green,.product-shortcode .animate-to-fulltransparent{transition:all .3s;-webkit-transition:all .3s}.animate-to-green *{transition:none;-webkit-transition:none!important}.product-shortcode:hover .animate-to-green{color:#ed2227}.product-shortcode:hover .animate-to-fulltransparent{color:#ffffff80}.swiper-slide .product-shortcode:not(:first-child){margin-top:-1px}.swiper-slide:not(:first-child) .product-shortcode{border-left:none!important}.row.nopadding .product-shortcode{margin-left:-1px;margin-top:-1px}.product-shortcode .product-label{position:absolute;left:20px;top:3px;z-index:3}.product-shortcode.style-7 .product-label{left:10px;top:0}.product-label{-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1);box-shadow:1px 1px 2px #0000001a;color:#fff;line-height:24px;font-size:10px;font-weight:700;border-radius:12px;-webkit-border-radius:12px;padding:0 10px;text-transform:uppercase}.product-label.green,.product-label.red{background:#ed2227}.small-items-line{overflow:hidden}.small-items-line>.row{margin-bottom:-31px}.small-items-line>.row>*[class*=col]{margin-bottom:60px}.small-items-line>.row>*[class*=col]:after{position:absolute;left:0;bottom:-30px;right:0;height:1px;background:#eee;content:""}.slider-wrapper.hidden-pixel-y:before,.slider-wrapper.hidden-pixel-y:after{position:absolute;left:0;top:0;width:1px;background:#fff;height:100%;content:"";z-index:2}.slider-wrapper.hidden-pixel-y:after{left:auto;right:0}.slider-wrapper.hidden-pixel-x .product-shortcode{border-top:none;border-bottom:none}.slider-wrapper.side-borders:before{position:absolute;left:0;top:0;width:2px;height:100%;background:#f7f7f7;border-right:1px #fff solid;content:"";z-index:2}.slider-wrapper.side-borders:after{position:absolute;right:0;top:0;width:2px;height:100%;background:#f7f7f7;border-left:1px #fff solid;content:"";z-index:2}.product-shortcode.noframe{border:none!important}@media (max-width: 767px){.row.nopadding .product-shortcode{margin-left:0}}.product-shortcode.style-1,.product-shortcode.style-1:hover{border:1px #f7f7f7 solid;padding:10px;background:#fff;overflow:hidden;margin-bottom:30px}.card{width:100%;max-width:300px;display:flex;flex-direction:column;justify-content:space-around;align-items:center;padding:10px;box-shadow:1px 2px #e0e0e0;transition:box-shadow,transform .5s ease;&-image{width:100%;max-width:50%}&-description{margin-bottom:10px;font-size:12px}&-price{font-weight:700;font-size:13px}&-detail{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:13px;@include max-width(md){flex-direction: column; align-items:flex-start;}}@include max-width(md){max-width:100%;}}.card:hover{box-shadow:3px 4px #e0e0e0;transform:scale(.95)}.card h5{margin:10px 0}.product-shortcode.style-1 .title{height:45px;margin-bottom:0}.product-shortcode.style-1 .description{min-height:40px;overflow:hidden;position:relative}.product-shortcode.style-1 .description .text{transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-1 .description .icons{position:absolute;left:0;top:0;width:100%;height:100%;font-size:0;opacity:0;transform:translateY(100%);-webkit-transform:translateY(100%);transition:all .3s;-webkit-transition:all .3s}.product-shortcode .icons .entry{width:30px;height:30px;border:1px #eee solid;border-radius:50%;-webkit-border-radius:50%;display:inline-block;vertical-align:bottom;text-align:center;line-height:28px;color:#979797;transition:all .15s;-webkit-transition:all .15s;font-size:16px;margin:0 5px 5px 0}.product-shortcode .icons .entry:hover{background:#ed2227;border-color:#ed2227;color:#fff;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1);box-shadow:1px 1px 2px #0000001a}.product-shortcode .icons .entry .fa{display:block;line-height:inherit}.product-shortcode.style-1 .price{height:36px;overflow:hidden;position:relative}.product-shortcode.style-1 .price .simple-article{line-height:18px}.product-shortcode.style-1 .preview{position:relative}.product-shortcode.style-1 .preview img{max-width:100%;height:50%;display:block;margin:0 auto}.product-shortcode.style-1 .preview-buttons,.product-shortcode.style-7 .preview-buttons{position:absolute;left:50%;margin-left:-120px;top:0;width:200px;text-align:center;transition:all .3s;-webkit-transition:all .3s;background:#ffffffe6;opacity:0}.product-shortcode.style-1 .preview-buttons .button,.product-shortcode.style-7 .preview-buttons .button{min-width:135px;margin-bottom:10px;transition:opacity .3s,left 0s .3s;transform:translateY(-30px);-webkit-transform:translateY(-30px);transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-1 .preview-buttons .button:nth-child(2),.product-shortcode.style-7 .preview-buttons .button:nth-child(2){transform:translateY(30px);-webkit-transform:translateY(30px)}.color-selection{font-size:0}.color-selection .entry{cursor:pointer;display:inline-block;width:12px;height:12px;vertical-align:bottom;margin:0 3px 3px 0;position:relative;background:currentColor}.color-selection .entry:before{position:absolute;left:-2px;top:-2px;right:-2px;bottom:-2px;border:1px currentColor solid;content:"";opacity:0}.color-selection .entry.active:before{opacity:1}.color-selection:after{content:"";display:block;margin-top:-3px}.product-shortcode.style-1 .price .color-selection{position:absolute;right:0;top:3px}.product-shortcode.style-1 .color-selection+*{margin-right:80px}.color-selection.size-1 .entry{width:16px;height:16px;margin:0 10px 10px 0}.color-selection.size-1 .entry:before{left:-3px;top:-3px;right:-3px;bottom:-3px}.color-selection.size-1:after{margin-top:-10px}.product-shortcode.style-1.big{padding:60px 50px 30px;border-color:#f7f7f7}.product-shortcode.style-1.big .preview{margin-bottom:60px}.product-shortcode.style-1.big .title{margin-bottom:0}@media (min-width: 768px){.products-wrapper .product-shortcode.style-1{border-bottom:none;border-top:none;margin-bottom:60px;padding-top:0;padding-bottom:0}.products-content{overflow:hidden;margin-bottom:10px}.products-wrapper{margin:0 -3px}.products-content.view-inline{margin-bottom:70px}.products-content.view-inline .row>*[class*=col]{width:100%}.products-content.view-inline .product-shortcode.style-1{padding:25px 0 30px 269px;margin-bottom:0;border-bottom:1px #eee solid;min-height:201px;margin-top:0}.products-content.view-inline .product-shortcode.style-1 .preview{position:absolute;left:0;top:0}.products-content.view-inline .product-shortcode.style-1 .title{height:auto}.products-content.view-inline .product-shortcode.style-1 .price{height:auto;margin-bottom:15px}.products-content.view-inline .product-shortcode.style-1 .description{height:auto}.products-content.view-inline .product-shortcode.style-1 .description .text{opacity:1;margin-bottom:10px;transition:none;-webkit-transition:none}.products-content.view-inline .product-shortcode.style-1 .description .icons{opacity:1;transform:none;-webkit-transform:none;position:relative;transition:none;-webkit-transition:none}}@media (max-width: 767px){.product-shortcode.style-1.big{padding:25px 30px 5px}.product-shortcode.style-1.big .preview{margin-bottom:30px}}.product-shortcode.style-1.small{border-color:#eee}.product-shortcode.style-1.small .title{margin-bottom:30px;height:41px}.product-shortcode.style-1.small .preview{margin-bottom:30px}.product-shortcode.style-2{border:1px #f7f7f7 solid;background:#fff;overflow:hidden;text-align:center;transition:all .3s;-webkit-transition:all .3s;padding:5px 15px 10px}.product-shortcode.style-2 span{display:block}.product-shortcode.style-2 .preview{height:145px;margin-bottom:5px}.product-shortcode.style-2 .description{height:50px;overflow:hidden}.product-shortcode.style-3{border:1px #f7f7f7 solid;padding:40px 50px 50px;text-align:center;background:#fff;overflow:hidden}.product-shortcode.style-3 .swiper-container{margin-left:-50px;margin-right:-50px}.product-shortcode.style-3 .swiper-container img{display:inline-block;max-width:100%;height:auto;vertical-align:bottom}.product-shortcode.style-3 .products-line .line{height:5px;background:#f7f7f7;position:relative;border-radius:3px;-webkit-border-radius:3px}.product-shortcode.style-3 .products-line .line .fill{position:absolute;left:0;top:0;height:100%;background:#ed2227;border-radius:inherit;-webkit-border-radius:inherit}.product-shortcode.style-3 .description{height:40px;overflow:hidden}.product-shortcode.style-3 .preview-buttons{position:absolute;left:15px;right:15px;bottom:65px;padding-top:15px}.product-shortcode.style-3 .countdown{max-width:350px;margin:0 auto}.product-shortcode.style-3.big{padding-top:0;border:1px #f7f7f7 solid}.grid-products-4-items{background:#fff}.grid-products-4-items .swiper-pagination{background:#fff;margin-top:0!important;padding-bottom:41px;padding-top:11px;border-bottom:1px #f7f7f7 solid;bottom:0!important}.grid-products-4-items .product-shortcode{border-bottom:none!important}.oldImage{margin-bottom:0!important;height:320px!important}@media (min-width: 992px){.product-shortcode.style-3 .preview-buttons .button{opacity:0;transform:translate(-30px);-webkit-transform:translateX(-30px);transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-3 .preview-buttons .button:nth-child(2){transform:translate(30px);-webkit-transform:translateX(30px)}.product-shortcode.style-3 .countdown-wrapper{opacity:1;transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-3 .swiper-button-prev{transform:translate(-100%);-webkit-transform:translateX(-100%)}.product-shortcode.style-3 .swiper-button-next{transform:translate(100%);-webkit-transform:translateX(100%)}.product-shortcode.style-3:hover .preview-buttons .button{opacity:1;transform:translate(0);-webkit-transform:translateX(0)}.product-shortcode.style-3:hover .countdown-wrapper{opacity:0}.product-shortcode.style-3:hover .swiper-button-prev,.product-shortcode.style-3:hover .swiper-button-next{transform:translate(0);-webkit-transform:translateX(0%)}}@media (max-width: 991px){.product-shortcode.style-3{padding:15px}.product-shortcode.style-3 .swiper-container{margin-left:-15px;margin-right:-15px}.product-shortcode.style-3 .swiper-button-prev,.product-shortcode.style-3 .swiper-button-next{transform:translate(0);-webkit-transform:translateX(0%)}.product-shortcode.style-3 .preview-buttons{position:relative;left:auto;right:auto;bottom:auto}}.product-shortcode.style-4 .preview{float:left;width:85px;position:relative}.product-shortcode.style-4 .preview:after{position:absolute;left:0;top:0;width:100%;height:100%;border:1px #ed2227 solid;content:"";transition:all .3s;-webkit-transition:all .3s;opacity:0}.product-shortcode.style-4 .preview:hover:after{opacity:1}.product-shortcode.style-4 .description{margin-left:105px;padding-top:10px;padding-bottom:10px}.product-shortcode.style-4.rounded{border:none}.product-shortcode.style-4.rounded .preview:after{display:none}.product-shortcode.style-4.rounded .preview img{border-radius:5px;-webkit-border-radius:5px;border:1px #eee solid;transition:all .15s;-webkit-transition:all .15s}.product-shortcode.style-4.rounded .preview:hover img{border-color:#ed2227}.product-shortcode.style-4.light{background:#fff;border-bottom:1px #f7f7f7 solid;padding:10px}.product-shortcode.style-4.light .preview{width:90px}.product-shortcode.style-5{text-align:center;padding:60px 30px 30px;background:#fff;border-left:1px #eee solid;border-right:1px #eee solid}.product-shortcode.style-5 .content{max-width:305px;margin:0 auto}.product-shortcode.style-5 .swiper-container{margin-left:-30px;margin-right:-30px}.product-shortcode.style-5 .title{margin-bottom:10px;text-transform:uppercase;transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-5 .preview{position:relative;margin-bottom:50px}.product-shortcode.style-5 .preview img{max-width:100%;height:20%;display:block}.product-shortcode.style-5 .description{height:60px;overflow:hidden;transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-5 .price{transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-5 .shortcode-rate-wrapper{text-align:center;margin-bottom:5px;transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-5:hover .shortcode-rate-wrapper{opacity:0}.product-shortcode.style-5 .preview-buttons{position:absolute;left:0;right:0;bottom:0;padding-top:15px}.product-shortcode.style-5 .preview-buttons .button{opacity:0;transform:translate(-30px);-webkit-transform:translateX(-30px);transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-5 .preview-buttons .button:nth-child(2){transform:translate(30px);-webkit-transform:translateX(30px)}.product-shortcode.style-5 .swiper-button-prev{transform:translate(-100%);-webkit-transform:translateX(-100%)}.product-shortcode.style-5 .swiper-button-next{transform:translate(100%);-webkit-transform:translateX(100%)}.product-shortcode.style-5:hover .preview-buttons .button{opacity:1;transform:translate(0);-webkit-transform:translateX(0)}.product-shortcode.style-5:hover .swiper-button-prev,.product-shortcode.style-5:hover .swiper-button-next{transform:translate(0);-webkit-transform:translateX(0%)}.product-shortcode.style-5 .content-animate{transition:all .3s;-webkit-transition:all .3s;position:relative}.product-shortcode.style-5:hover .content-animate{transform:translateY(-50px);-webkit-transform:translateY(-50px)}.product-shortcode.style-5 .icons{position:absolute;left:0;right:0;text-align:center;top:10px;opacity:0;transition:all .3s;-webkit-transition:all .3s;z-index:3}.product-shortcode.style-5:hover .icons{top:0;opacity:1}.product-shortcode.style-5.small{padding-top:50px;padding-bottom:25px;border:1px #eee solid}.product-shortcode.style-5.small .product-label{left:200px;top:20px}.product-shortcode.style-5.small .preview{margin-bottom:30px}.product-shortcode.style-5.small:hover .description,.product-shortcode.style-5.small:hover .price{opacity:0}.product-shortcode.style-5.small:hover .title{transform:translateY(-15px);-webkit-transform:translateY(-15px)}.product-shortcode.style-5.small .preview-buttons .button{float:left;width:50%;border-radius:0;-webkit-border-radius:0;margin:0}.product-shortcode.style-5.small .preview-buttons .button:before{display:none}.product-shortcode.style-5.small .preview-buttons .button .text{padding-left:0;padding-right:0}.product-shortcode.style-5.small .icons{top:auto;bottom:50px}.product-shortcode.style-5.small:hover .icons{bottom:80px;opacity:1}.product-shortcode.style-6{text-align:center;padding:50px 30px;background:#fff;border:1px #eee solid;overflow:hidden}.product-shortcode.style-6 .content{max-width:315px;margin:0 auto}.product-shortcode.style-6 .title{text-transform:uppercase;margin-bottom:10px;position:relative;z-index:1}.product-shortcode.style-6 .description{margin-bottom:20px;height:60px;overflow:hidden;position:relative;z-index:1}.product-shortcode.style-6 .preview{margin-bottom:40px}.product-shortcode.style-6 .price{text-transform:uppercase;position:relative;z-index:1}.product-shortcode.style-6:after{background:#000c;position:absolute;left:0;top:0;width:100%;height:100%;content:"";transition:all .3s;-webkit-transition:all .3s;opacity:0}.product-shortcode.style-6:hover:after{opacity:1}.product-shortcode.style-6 .preview-button{position:absolute;left:30px;right:30px;text-align:center;top:50%;margin-top:15px;z-index:1;opacity:0;transform:scale(.7);-webkit-transform:scale(.7);transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-6:hover .preview-button{opacity:1;transform:scale(1);-webkit-transform:scale(1)}.product-shortcode.style-7{text-align:center;padding:20px 15px 0;background:#fff;border-left:1px #eee solid;border-right:1px #eee solid;overflow:hidden}.product-shortcode.style-7 .title{text-transform:uppercase;margin-bottom:10px;transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-7 .title>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-shortcode.style-7:hover .title{transform:translateY(-20px);-webkit-transform:translateY(-20px)}.product-shortcode.style-7 .preview{margin-bottom:15px;position:relative}.product-shortcode.style-7 .price{transition:all .3s;-webkit-transition:all .3s;opacity:1}.product-shortcode.style-7:hover .price{opacity:0}.product-shortcode.style-7 .icons{position:absolute;left:0;right:0;bottom:0;opacity:0;transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-7:hover .icons{opacity:1}.product-shortcode.style-8{text-align:center}.product-shortcode.style-8 .content{max-width:200px;margin:0 auto}.product-shortcode.style-8 .preview{margin-bottom:20px;position:relative;display:block}.product-shortcode.style-8 .preview img{display:block;max-width:100%;height:20%;transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-8 .title{margin-bottom:5px}.product-shortcode.style-8 .description{margin-bottom:15px}.product-shortcode.style-8 .price{margin-bottom:20px}.product-shortcode.style-9{text-align:center;border:1px #eee solid}.product-shortcode.style-9 .preview{border-bottom:1px #eee solid}.product-shortcode.style-9 .preview img{display:block;max-width:100%;margin:0 auto;height:30%;-webkit-filter:grayscale(100%);filter:grayscale(100%);transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-9:hover .preview img{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.product-shortcode.style-9 .title{margin-bottom:10px;max-width:250px;margin-left:auto;margin-right:auto;padding:0 15px;transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-9 .description{max-width:250px;margin-left:auto;margin-right:auto;padding:0 15px;transition:all .3s;-webkit-transition:all .3s}.product-shortcode.style-9 .content{position:relative;margin:0 -1px -1px;background:#fff;padding-top:25px;min-height:116px}.product-shortcode.style-9 .follow{position:absolute;left:0;right:0;top:25%;transition:all .3s;-webkit-transition:all .3s;opacity:0}.product-shortcode.style-9:hover .follow{top:50%;opacity:1}.product-shortcode.style-9:hover .title,.product-shortcode.style-9:hover .description{opacity:0;transform:scale(.7);-webkit-transform:scale(.7)}@media (min-width: 992px){.product-shortcode.style-1.float{min-height:428px;padding-left:260px;padding-top:140px}.product-shortcode.style-1.float .preview{position:absolute;left:30px;top:50%;margin-top:-100px}.product-shortcode.style-1.float .title{height:auto}}.banner-shortcode.text-center .valign-middle-content{margin:0 auto}.banner-shortcode.style-1{padding-bottom:40%;position:relative;overflow:hidden}.banner-shortcode.style-1 .background{background-position:left center;background-size:cover;position:absolute;left:0;top:0;width:100%;height:100%}.banner-shortcode.style-1 .banner-title{font-size:30px;line-height:32px;margin-bottom:10px;text-transform:uppercase}@media (min-width: 768px){.banner-shortcode.style-1 .description{position:absolute;height:100%;width:35%;text-align:center;right:15px;background:none!important}}@media (max-width: 767px){.banner-shortcode.style-1{padding-bottom:0}.banner-shortcode.style-1 .background{position:relative;padding-bottom:40%}.banner-shortcode.style-1 .description{padding:20px 15px;background:#2c2c2c;text-align:center;border-top:1px #555 solid;display:block}}.banner-shortcode.style-2{position:relative;overflow:hidden;text-align:center;max-width:270px}.banner-shortcode.style-2 .content{padding-bottom:155%}.banner-shortcode.style-2 .background{background-position:center bottom;background-size:cover;position:absolute;left:0;top:0;width:100%;height:100%}.banner-shortcode.style-2 .banner-title{font-size:20px;line-height:32px;text-transform:uppercase}.banner-shortcode.style-2 .description{position:absolute;left:15px;right:15px;top:15px;height:30%}.banner-shortcode.style-3{background-size:cover;background-position:right top;position:relative}.banner-shortcode.style-3 .angle-left{width:0;height:0;border-style:solid;border-width:15px 15px 15px 0;border-color:transparent #fff transparent transparent;position:absolute;right:0;top:50%;margin-top:-7px}.banner-shortcode.style-3 .angle-right{width:0;height:0;border-style:solid;border-width:15px 0 15px 15px;border-color:transparent transparent transparent #fff;position:absolute;left:0;top:50%;margin-top:-7px}.banner-shortcode.style-3 .valign-middle-cell{height:480px;padding:30px 50px;display:table-cell;width:10000px;vertical-align:middle}.banner-shortcode.style-3 .valign-middle-content{max-width:390px}.banner-shortcode.style-3 .slider-product-preview+.valign-middle-content{max-width:50%}@media (min-width: 1200px){.banner-shortcode.style-3.wide .valign-middle{padding-left:100px;padding-right:100px}}@media (max-width: 767px){.banner-shortcode.style-3 .valign-middle-cell{height:0;padding-left:30px;padding-right:30px}.banner-shortcode.style-3 .slider-product-preview+.valign-middle-content{max-width:100%}}.banner-shortcode.style-4{background-size:cover;background-position:center top;position:relative}.banner-shortcode.style-4 .valign-middle-cell{height:650px;padding:30px 15px;display:table-cell;vertical-align:middle;width:10000px}.banner-shortcode.style-4 .valign-middle-content{max-width:390px;margin:0 auto}@media (max-width: 991px){.banner-shortcode.style-4 .valign-middle-cell{height:0}}.banner-shortcode.style-5{background-size:cover;background-position:center top;position:relative}.banner-shortcode.style-5 .valign-middle{min-height:225px;padding:30px 50px}.banner-shortcode.style-5 .valign-middle-content{max-width:260px}.banner-shortcode.style-6{padding:50px 30px 50px 15px;background:#fff}.banner-shortcode.style-6:after{display:block;content:"";clear:both}.banner-shortcode.style-6 .image{float:left;max-width:250px;width:100%;height:auto}.banner-shortcode.style-6 .content{margin-left:270px}.banner-shortcode.style-6 .cell-view{height:250px}@media (max-width: 1199px){.banner-shortcode.style-6 .image{max-width:190px}.banner-shortcode.style-6 .content{margin-left:210px}}@media (max-width: 767px){.banner-shortcode.style-6{padding:30px 15px}.banner-shortcode.style-6 .image{float:none;margin:0 auto 30px;display:block}.banner-shortcode.style-6 .content{margin-left:0}.banner-shortcode.style-6 .cell-view{height:0}}.blog-shortcode.style-1{max-width:270px;display:inline-block;margin:0 5px 10px}.blog-shortcode.style-1 .preview img{display:block;width:100%}.blog-shortcode.style-1 .description{background:#fff;padding:25px 20px}.blog-shortcode.style-2 .preview{display:block;max-width:270px;margin-bottom:15px;position:relative}.blog-shortcode.style-2 .preview img{display:block;max-width:100%;height:auto}.blog-shortcode.style-2 .title{margin-bottom:10px}.blog-shortcode.style-3:after{content:"";clear:both;display:block}.blog-shortcode.style-3 .preview{display:block;position:relative;margin-bottom:30px}.blog-shortcode.style-3 .preview img{display:block;max-width:100%;height:auto}.blog-shortcode.style-3 .preview .swiper-button-next{right:30px}.blog-shortcode.style-3 .preview .swiper-button-prev{left:30px}.blog-shortcode.style-3 .date{float:left;width:70px;text-align:center;font-size:11px;line-height:16px;color:#888;text-transform:uppercase}.blog-shortcode.style-3 .date span{display:block;font-size:30px;line-height:24px;color:#555;margin-bottom:5px}.blog-shortcode.style-3 .content{margin-left:100px}.blog-comments{font-size:11px;line-height:24px;color:#555;margin-bottom:5px}.blog-comments .fa{margin-right:3px}.blog-shortcode.style-3 .title,.blog-shortcode.style-3 .description{margin-bottom:15px}.blog-shortcode.style-3 .description-article{margin-bottom:20px}.blog-blockquote{background:#343434;text-align:center}.blog-blockquote .cell-view{height:300px;display:table-cell;vertical-align:middle;padding:30px 15px}.blog-blockquote blockquote{max-width:640px;margin:0 auto;padding-top:40px;background:url(../img/icon-30.png) center top no-repeat}.blog-blockquote .blockquote-title{font-family:Raleway,sans-serif;font-size:18px;line-height:24px;color:#fff;text-transform:uppercase;font-weight:700;margin-bottom:15px}.blog-blockquote .blockquote-author{font-family:Raleway,sans-serif;font-size:13px;line-height:19px;color:#fff;text-transform:uppercase;font-weight:900;margin-bottom:5px}.blog-blockquote .blockquote-position{text-transform:uppercase;font-size:11px;line-height:16px;color:#ffffff80}@media (max-width: 767px){.blog-shortcode.style-3 .date{float:none;margin-bottom:5px;text-align:left}.blog-shortcode.style-3 .content{margin-left:0}}.tabulation-menu-wrapper{margin:0 -20px}.tabulation-menu-wrapper:after{display:block;content:"";margin-top:-5px}.tabulation-toggle{font-size:0}.tabulation-toggle li{padding:0 20px;border-left:1px #eee solid;display:inline-block;margin-bottom:5px}.tabulation-toggle li:first-child{border:none}.tab-menu{font-size:11px;line-height:16px;padding:8px 20px;color:#888;text-transform:uppercase;font-family:Raleway,sans-serif;font-weight:700;display:block;position:relative;border-radius:16px;-webkit-border-radius:16px;transition:all .15s;-webkit-transition:all .15s;text-align:center}.tab-menu:hover{box-shadow:1px 1px 2px #0000001a;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1);background:#fff}.tab-menu.active{box-shadow:1px 1px 2px #0000001a;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,.1);background-color:#ed2227;color:#fff}.tab-entry{display:none}.tab-entry.visible{display:block}.tabulation-title{background:#fff;text-transform:uppercase;font-family:Raleway,sans-serif;font-weight:700;padding-right:50px;cursor:pointer;display:none;position:relative;text-align:left}.tabulation-title:after{width:50px;height:50px;background:url(../img/icon-7.png) center center no-repeat;position:absolute;right:0;top:0;content:""}.tabulation-title.active:after{transform:rotate(180deg);-webkit-transform:rotate(180deg)}@media (max-width: 767px){.tabulation-menu-wrapper{margin:0}.tabulation-menu-wrapper .tabulation-toggle{padding-top:10px}.tabulation-menu-wrapper .tabulation-toggle li,.tabulation-title{display:block}.tabulation-toggle{display:none}.tabulation-title.active+.tabulation-toggle{display:block}}.icon-description-shortcode .content *:last-child{margin-bottom:0!important}.icon-description-shortcode.style-1{text-align:center;max-width:320px;margin:0 auto}.icon-description-shortcode.style-1 .icon-image{margin-bottom:10px}.icon-description-shortcode.style-1 .title{margin-bottom:15px}.icon-description-shortcode.style-2{text-align:center}.icon-description-shortcode.style-2 .content{padding:0 30px}.icon-description-shortcode.style-2 .image-icon{margin:0 auto 25px;max-width:415px;width:100%}.icon-description-shortcode.style-2 .title,.icon-description-shortcode.style-2 .subtitle{margin-bottom:18px}.icon-description-shortcode.style-2 .description{margin-bottom:25px}.icon-description-shortcode.style-3:after{display:block;content:"";clear:both}.icon-description-shortcode.style-3 .image-icon{float:left;width:200px}.icon-description-shortcode.style-3 .content{margin-left:230px}.icon-description-shortcode.style-3 .cell-view{height:150px}.icon-description-shortcode.style-3 .title{margin-bottom:15px}@media (max-width: 767px){.icon-description-shortcode.style-3 .icon{float:none;margin-bottom:25px}.icon-description-shortcode.style-3 .content{margin-left:0}.icon-description-shortcode.style-3 .cell-view{height:0}}.icon-description-shortcode.style-4{background:#fff;border-left:1px #f7f7f7 solid;border-top:1px #f7f7f7 solid;position:relative}.icon-description-shortcode.style-4 .icon-image{position:absolute;width:70px;height:auto;left:15px;top:50%;margin-top:-35px}.icon-description-shortcode.style-4 .cell-view{height:140px;padding:15px 45px 15px 100px}.icon-description-shortcode.style-4 .title{margin-bottom:5px}.grid-sizer{width:25%}.grid{position:relative;margin:-15px -15px 0}.grid-item.w25{width:25%}.grid-item.w50{width:50%}.gallery-grid-item{overflow:hidden;position:relative;cursor:pointer}.gallery-grid-item:after{position:absolute;left:0;top:0;width:100%;height:100%;content:"";border:15px #fff solid}.gallery-grid-item img{display:block;width:100%;transition:all .3s;-webkit-transition:all .3s}.gallery-grid-item.style-1:hover img{transition:all .3s .15s;-webkit-transition:all .3s .15s;transform:translateY(100px);-webkit-transform:translateY(100px)}.gallery-grid-item.style-1 .gallery-title{position:absolute;left:15px;top:15px;right:15px;background:#ed2227;padding:22px 30px;transform:translateY(-100%);-webkit-transform:translateY(-100%);transition:all .3s;-webkit-transition:all .3s;min-height:100px}.gallery-grid-item.style-1:hover .gallery-title{transform:translateY(0);-webkit-transform:translateY(0%)}.gallery-grid-link{z-index:1}.gallery-grid-item.style-2 .gallery-title{position:absolute;left:0;top:0;right:0;bottom:0;background:#f7f7f7f2;opacity:0;transition:all .3s .15s;-webkit-transition:all .3s .15s}.gallery-grid-item.style-2 .gallery-title .left{position:absolute;left:45px;right:45px;top:50%;margin-top:-20px;opacity:0;transition:all .3s;-webkit-transition:all .3s;transform:translate(-100%);-webkit-transform:translateX(-100%)}.gallery-grid-item.style-2 .gallery-title .right{position:absolute;top:35px;right:45px;left:45px;text-align:right;opacity:0;transition:all .3s;-webkit-transition:all .3s;transform:translate(100%);-webkit-transform:translateX(100%)}.gallery-grid-item.style-2:hover .gallery-title{opacity:1;transition:all .3s;-webkit-transition:all .3s}.gallery-grid-item.style-2:hover .gallery-title .left,.gallery-grid-item.style-2:hover .gallery-title .right{opacity:1;transform:translate(0);-webkit-transform:translateX(0%);transition:all .3s .15s;-webkit-transition:all .3s .15s}@media (max-width: 991px){.grid-item.w25{width:50%}}@media (max-width: 767px){.grid{margin:0}.gallery-grid-item .gallery-title{display:none}.gallery-grid-item.style-1:hover img{transform:none;-webkit-transform:none}}@media (max-width: 450px){.grid-item.w25,.grid-item.w50{width:100%}.gallery-grid-item:after{display:none}.gallery-grid-item{margin-bottom:15px}}.popup-content .slider-wrapper{background:transparent}.gallery-big-preview-entry{padding-bottom:61%;background-size:cover;background-position:center center}.gallery-small-preview-entry img{display:block;width:100%;height:auto;opacity:.2;transition:all .3s;-webkit-transition:all .3s}.swiper-slide-active .gallery-small-preview-entry img{opacity:.5}@media (min-width: 1200px){.gallery-popup-slider-wrapper .swiper-button-prev{left:-100px}.gallery-popup-slider-wrapper .swiper-button-next{right:-100px}}.gallery-popup-description{padding:40px 50px}@media (max-width: 767px){.gallery-popup-description{padding:30px 15px}}.aligned-middle-image-shortcode{position:absolute;left:50%;width:0%;top:0;height:100%}.aligned-middle-image-shortcode img{max-height:100%;width:auto;display:block;position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%)}.category-link{font-size:11px;line-height:18px;color:#888;text-transform:uppercase;font-weight:700;display:block;padding:15px 0 15px 40px;position:relative;transition:all .15s;-webkit-transition:all .15s}.category-link:hover,.category-link.active{color:#ed2227}.category-link span{width:20px;text-align:right;position:absolute;left:0;top:15px}.client-logo-entry{overflow:hidden;border:1px #eee solid;float:left;width:20%;position:relative;margin:-1px 0 0 -1px}.client-logo-entry img{display:block;width:100%;height:auto;transition:all .5s;-webkit-transition:all .5s}.client-logo-entry:hover img{transform:translateY(-100%);-webkit-transform:translateY(-100%)}.client-logo-entry img:nth-child(2){position:absolute;left:0;top:0;transform:translateY(100%);-webkit-transform:translateY(100%)}.client-logo-entry:hover img:nth-child(2){transform:translateY(0);-webkit-transform:translateY(0)}.big-slider-product{text-align:center;padding:0 15px}.big-slider-product .preview{margin:0 auto 30px;opacity:.05;transform:scale(.7);-webkit-transform:scale(.7)}.swiper-slide-active .big-slider-product .preview{opacity:1;transform:scale(1);-webkit-transform:scale(1)}.big-slider-product .preview img{display:block;max-width:100%;height:auto;margin:0 auto}.big-slider-product .description{opacity:0;transform:translateY(-70px);-webkit-transform:translateY(-70px)}body.loaded .big-slider-product .description,body.loaded .big-slider-product .preview{transition:all .5s;-webkit-transition:all .5s}.swiper-slide-active .big-slider-product .description{opacity:1;transform:translateY(0);-webkit-transform:translateY(0px)}@media (max-width: 991px){.client-logo-entry{width:25%}}@media (max-width: 767px){.client-logo-entry{width:50%}}#map-canvas{height:550px}@media (max-width: 767px){#map-canvas{height:300px}}.order-details-entry{border-bottom:1px #eee solid;padding-top:2em;padding-bottom:.5em}.cart-table{width:100%}.cart-table th{background:#343434;font-weight:700;font-family:Raleway,sans-serif;font-size:13px;line-height:18px;color:#fff;height:70px;vertical-align:middle;padding:0;text-align:center;text-transform:uppercase}.cart-table th:first-child{border-radius:5px 0 0 5px}.cart-table th:last-child{border-radius:0 5px 5px 0}.cart-table th:nth-child(2){padding-left:0;text-align:left}.cart-table tbody tr{border-bottom:1px #eee solid}.cart-table tbody td{vertical-align:middle;padding:25px 10px;text-align:center}.cart-table tbody td:nth-child(2){text-align:left;padding-left:0}.cart-table .quantity-select{display:inline-block}@media (max-width: 767px){.cart-table,.cart-table tbody,.cart-table tr,.cart-table td,.cart-table th{display:block;position:relative}.cart-table thead{display:none}.cart-table td:before{content:attr(data-title);color:#343434;font-weight:900;font-family:Raleway,sans-serif;text-transform:uppercase;font-size:13px;line-height:19px;width:100px;padding-right:10px;position:absolute;left:0;top:7px}.cart-table td{text-align:left!important;padding:10px 0 10px 100px!important;width:auto!important;position:relative}.cart-table .quantity-select{width:170px}.cart-table td:last-child{position:static;padding:0}.cart-table .button-close{position:absolute;right:0;top:10px}.cart-table tbody td:nth-child(1),.cart-table tbody td:nth-child(2){padding-left:0!important}}.comments-wrapper{margin-left:-100px}.comment-entry{position:relative;padding-left:100px}.comment-entry .image{float:left;width:50px;height:auto;border-radius:25px;-webkit-border-radius:25px}.comment-entry .content{margin:0 100px 23px 70px;padding-top:5px}.comment-entry .button{position:absolute;right:0;top:5px}@media (max-width: 767px){.comments-wrapper{margin-left:0}.comment-entry{padding-left:0}}.container-wrapper{display:flex;justify-content:center}.dropdown-toggle{background-color:#fff;border:1px solid #dddddd;color:#333}*{box-sizing:border-box;margin:0;padding:0}body2{font-family:Roboto,sans-serif;background-color:#f5f7fa;display:flex;justify-content:center;align-items:center;height:100vh}.container2{max-width:1200px;width:100%;background:#f7f7f7;padding:50px;border-radius:12px;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;margin:0 auto}.container2:hover{box-shadow:0 8px 30px #0003}h1{text-align:center;color:#333;margin-bottom:20px}label{margin-top:15px;display:block;font-weight:600;color:#555}select{width:100%;padding:12px;margin-top:5px;border:1px solid #ddd;border-radius:8px;font-size:16px;background-color:#f9f9f9;transition:border-color .3s,background-color .3s}select:focus{border-color:#ed2227;background-color:#fff;outline:none}.hidden{display:none}#recommendation{margin-top:20px;padding:15px;border:1px solid #ffffff;border-radius:8px;background-color:#fff;color:#000;font-weight:500}@media (max-width: 400px){.container{padding:20px}select2{padding:10px}}.recommended-container{display:flex;justify-content:center;margin-top:20px}.collapsible{background-color:#e6e6e6;color:#000;cursor:pointer;padding:15px;width:100%;border:none;text-align:left;outline:none;font-size:18px;margin-bottom:5px;transition:background-color .3s ease;font-weight:900;font-family:Montserrat,sans-serif;text-transform:uppercase}.collapsible:hover{background-color:#f0f0f0}.collapsible.active{background-color:#176031;color:#fff}.content{padding:0 18px;max-height:0;overflow:hidden;transition:max-height .5s ease-out;background-color:#fff;margin-bottom:10px}#expandAll{background:none;color:#000;border:none;padding:5px;font-size:14px;cursor:pointer;transition:color .3s ease;display:flex;align-items:center}#expandAll:hover{color:#353434}.arrow{margin-left:5px;transition:transform .3s ease}#expandAll.expanded .arrow{transform:rotate(90deg)}.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(0px,0,0);-moz-transform:translate3d(0px,0,0);-o-transform:translate(0px,0px);-ms-transform:translate3d(0px,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-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.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-prev,.swiper-button-next{position:absolute;top:50%;width:60px;height:60px;margin-top:-30px;z-index:3;cursor:pointer;border-radius:50%;-webkit-border-radius:50%;overflow:hidden;transition:all .3s;-webkit-transition:all .3s}.swiper-button-prev:before,.swiper-button-next:before,.swiper-button-prev:after,.swiper-button-next:after{position:absolute;border:5px #f7f7f7 solid;left:0;top:0;right:0;bottom:0;content:"";border-radius:inherit;-webkit-border-radius:inherit}.swiper-button-prev:after,.swiper-button-next:after{border:5px #b8cd06 solid;transform:scale(1.2);-webkit-transform:scale(1.2);transition:all .3s;-webkit-transition:all .3s}.swiper-button-prev:hover:after,.swiper-button-next:hover:after{transform:scale(1);-webkit-transform:scale(1)}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background:url(../img/icon-9.png) 0 0 #fff;background-size:120px 60px;left:50px;right:auto}.swiper-button-prev:hover,.swiper-container-rtl .swiper-button-next:hover{background-position:-60px 0}.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:url(../img/icon-10.png) -60px 0 #fff;background-size:120px 60px;right:50px;left:auto}.swiper-button-next:hover,.swiper-container-rtl .swiper-button-prev:hover{background-position:0 0}.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-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);z-index:10;font-size:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:40px;left:0;width:100%}.swiper-container-horizontal>.swiper-pagination-bullets.middle{bottom:30px}.swiper-container-horizontal>.swiper-pagination-bullets.small{bottom:30px}.swiper-pagination.relative-pagination{position:relative;bottom:5px;margin-top:60px}.swiper-pagination.relative-pagination-small{position:relative;bottom:5px;margin-top:30px}@media (max-width: 1199px){.swiper-pagination.md-relative-pagination{position:relative;bottom:auto;margin-top:15px;margin-bottom:15px}}@media (max-width: 991px){.swiper-pagination.sm-relative-pagination{position:relative;bottom:auto;margin-top:15px;margin-bottom:15px}}@media (max-width: 767px){.swiper-pagination.xs-relative-pagination{position:relative;bottom:auto;margin-top:15px;margin-bottom:15px}.swiper-pagination.relative-pagination{margin-top:30px}}.swiper-pagination-bullet{width:10px;height:10px;display:inline-block;border-radius:100%;border:1px #d9d9d9 solid;transition:all .15s;-webkit-transition:all .15s}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-white .swiper-pagination-bullet{border-color:#fff}.swiper-pagination-bullet-active{border:2px #b8cd06 solid;transform:scale(1.5);-webkit-transform:scale(1.5);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-pagination-white .swiper-pagination-bullet{opacity:.5}.swiper-pagination-white .swiper-pagination-bullet-active{opacity:1}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:50px;top:50%;-webkit-transform:translate3d(0px,-50%,0);-moz-transform:translate3d(0px,-50%,0);-o-transform:translate(0px,-50%);-ms-transform:translate3d(0px,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:10px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 7px}.swiper-pagination-progress{background:#00000040;position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:#ffffff80}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.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-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-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-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{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,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.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-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.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-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{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.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-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)}}.SumoSelect p{margin:0}.sumoStopScroll{overflow:hidden}.SumoSelect .hidden{display:none}.SumoSelect .search-txt{display:none;outline:none;width:100%;height:inherit;position:absolute;left:0;top:0;padding:inherit;color:inherit;border:1px transparent solid;font-size:inherit;line-height:inherit;text-transform:inherit}.SumoSelect .no-match{display:none}.SumoSelect.open .search-txt{display:block}.SumoSelect.open>.search>span,.SumoSelect.open>.search>label{visibility:hidden}.SelectClass,.SumoUnder{position:absolute;top:0;left:0;right:0;height:100%;width:100%;border:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0}.SelectClass{z-index:1}.SumoSelect>.optWrapper>.options li.opt label,.SumoSelect>.CaptionCont,.SumoSelect .select-all>label{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}.SumoSelect{position:relative;outline:none}.SumoSelect>.CaptionCont{position:relative;background-color:#fff;margin:0;cursor:pointer}.SumoSelect>.CaptionCont>span{display:block;padding-right:30px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.SumoSelect>.CaptionCont>label{position:absolute;top:0;right:0;bottom:0;width:50px;cursor:pointer}.SumoSelect>.CaptionCont>label>i{position:absolute;width:100%;height:100%;left:0;top:0;background:url(../img/icon-7.png) center center no-repeat}.SumoSelect>select.light+.CaptionCont>label>i{background-image:url(../img/icon-8.png)}.SumoSelect>.optWrapper{display:none;z-index:1000;top:30px;position:absolute;left:21px;right:21px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;overflow:hidden;border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;box-shadow:0 1px 3px #0000001a;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.1)}.SumoSelect.open>.optWrapper{top:100%;display:block}.SumoSelect.open>.optWrapper.up{top:auto;bottom:100%;margin-bottom:5px}.SumoSelect>.optWrapper ul{list-style:none;display:block;padding:0;margin:0;overflow:auto}.SumoSelect>.optWrapper>.options{position:relative;max-height:250px}.SumoSelect>.optWrapper>.options li.group.disabled>label{opacity:.5}.SumoSelect>.optWrapper>.options li ul li.opt{padding-left:22px}.SumoSelect>.optWrapper.multiple>.options li ul li.opt{padding-left:50px}.SumoSelect>.optWrapper.isFloating>.options{max-height:100%}.SumoSelect>.optWrapper>.options li.opt,.SumoSelect .no-match{line-height:20px;padding:5px 15px;font-size:12px;color:#555;cursor:pointer}.SumoSelect>.optWrapper>.options li.opt:hover{background-color:#b8cd06;color:#fff}.SumoSelect>.optWrapper>.options li.opt.selected:not(.disabled){background-color:#b8cd06;color:#fff}.SumoSelect>.optWrapper>.options li label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;cursor:pointer}.SumoSelect>.optWrapper>.options li span{display:none}.SumoSelect>.optWrapper>.options li.group>label{cursor:default;padding:8px 6px;font-weight:700}.SumoSelect>.optWrapper.isFloating{position:fixed;top:0;left:0;right:0;width:90%;bottom:0;margin:auto;max-height:90%}.SumoSelect>.optWrapper>.options li.opt.disabled{background-color:inherit;pointer-events:none}.SumoSelect>.optWrapper>.options li.opt.disabled *{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.SumoSelect>.optWrapper.multiple>.options li.opt{padding-left:35px;cursor:pointer}.SumoSelect>.optWrapper.multiple>.options li.opt span,.SumoSelect .select-all>span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px}.SumoSelect>.optWrapper.multiple>.options li.opt span i,.SumoSelect .select-all>span i{position:absolute;margin:auto;left:0;right:0;top:0;bottom:0;width:14px;height:14px;border:1px solid #AEAEAE;background-color:#fff}.SumoSelect>.optWrapper>.MultiControls{display:none;border-top:1px solid #ddd;background-color:#fff}.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls{display:block;margin-top:5px;position:absolute;bottom:0;width:100%}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls{display:block}.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p{padding:6px}.SumoSelect>.optWrapper.multiple>.MultiControls>p{display:inline-block;cursor:pointer;padding:12px;width:50%;box-sizing:border-box;text-align:center}.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover{background-color:#f1f1f1}.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk{border-right:1px solid #DBDBDB}.SumoSelect>.optWrapper.isFloating>.options li.opt{padding:12px 6px}.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt{padding-left:35px}.SumoSelect>.optWrapper.multiple.isFloating{padding-bottom:43px}.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i,.SumoSelect .select-all.selected>span i,.SumoSelect .select-all.partial>span i{background-color:#11a911;border-color:transparent;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-position:center center}.SumoSelect.disabled{opacity:.7;cursor:not-allowed}.SumoSelect.disabled>.CaptionCont{border-color:#ccc}.SumoSelect .select-all{position:relative;border-bottom:1px solid #ddd;background-color:#fff;padding:8px 0 3px 35px;height:20px;cursor:pointer}.SumoSelect .select-all>label,.SumoSelect .select-all>span i{cursor:pointer}.SumoSelect .select-all.partial>span i{background-color:#ccc}.SumoSelect>.optWrapper>.options li.optGroup{padding-left:5px;text-decoration:underline}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(../fonts/fontawesome-webfont.eot?v=4.6.3);src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font: 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scaleY(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.footer-section{background-color:#333;padding:40px 20px;color:#fff;font-family:Segoe UI,sans-serif;font-size:16px}.footer-title{font-size:28px;font-weight:700;border-bottom:2px solid white;display:inline-block;margin-bottom:25px;padding-bottom:5px}.footer-address{font-size:18px;line-height:1.8;margin-bottom:27px}.footer-item{font-size:18px;margin-bottom:27px;display:flex;align-items:center}.footer-item a{color:#fff;text-decoration:underline;margin-left:10px;font-size:18px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{display:flex;align-items:center;margin-bottom:15px;font-size:18px}.footer-links a{color:#fff;text-decoration:none;margin-left:10px;font-size:18px}.footer-links a:hover{text-decoration:underline}.footer-icon{font-size:20px}.footer-right iframe{width:100%;height:450px;border:0}@media (max-width: 768px){.footer-row{flex-direction:column}.footer-left{margin-left:0!important;margin-right:0!important;text-align:center}.footer-title{font-size:22px}.footer-address,.footer-item,.footer-links li,.footer-links a{font-size:16px}.footer-icon{font-size:18px}.footer-right iframe{height:300px}}@media (max-width: 480px){.footer-right iframe{height:250px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}body{margin:0;font-family:Segoe UI,sans-serif;background:#fff}.reg-wrapper{display:flex;justify-content:center;min-height:100vh}.reg-form{background:#fff;padding:40px 30px;border-radius:10px;box-shadow:0 2px 10px #0000001a;max-width:410px;width:100%;display:flex;flex-direction:column;gap:16px;margin-top:20px;margin-bottom:20px}.reg-title{font-size:28px;font-weight:600;text-align:center;margin-bottom:10px}.reg-form input,.reg-form select{padding:12px 14px;font-size:16px;border:1px solid #ccc;border-radius:6px}.reg-form select:invalid{font-weight:700;color:#444}.reg-button{background-color:#c82333;color:#fff;font-size:16px;font-weight:600;border:none;padding:14px;border-radius:6px;cursor:pointer}.reg-button:hover{background-color:#a81d2a}.signin-link{text-align:center;font-size:14px;color:#b30000}.signin-link span{color:#2162a1;font-weight:600;cursor:pointer}.error-text{color:red;font-size:16px;text-align:center;margin-top:-10px}.spec-wrapper{font-family:Arial,sans-serif;max-width:100%}.expand-btn{padding:10px 20px;background-color:#000;color:#fff;border:none;border-radius:4px;margin-bottom:20px;cursor:pointer;font-weight:700;font-size:14px}.arrow{margin-left:5px}.spec-section{margin-bottom:10px}.section-header{background-color:#eaeaea;color:#000;padding:18px 25px;font-weight:700;font-size:17px;cursor:pointer;text-transform:uppercase;transition:background-color .3s ease,color .3s ease;border:none}.section-header.expanded{background-color:#116029;color:#fff}.section-body{background-color:#fff;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.section-body .row{display:flex;flex-wrap:wrap;margin:0;padding:0}.section-body .col-sm-6{width:50%;padding:18px 25px;box-sizing:border-box;display:flex;justify-content:space-between;border-bottom:1px solid #e6e6e6}.entry-label{font-weight:700;color:#333;flex:1;text-align:left;font-size:15px}.entry-value{flex:1;text-align:right;color:#111;font-size:15px}@media (max-width: 768px){.section-body .col-sm-6{width:100%;flex-direction:column;align-items:flex-start}.entry-value{text-align:left;margin-top:5px}}.description-container{max-width:1200px;margin:auto;padding:0 15px}.main-product-slider-wrapper{margin-bottom:30px}.product-big-preview-entry{width:100%;height:350px;background-size:cover;background-position:center;border-radius:10px}.thumbnail-row{display:flex;gap:10px;flex-wrap:wrap}.thumbnail-wrapper{border:1px solid #ccc;border-radius:6px;padding:5px;cursor:pointer;transition:.2s}.thumbnail-wrapper.active{border:2px solid #000}.thumbnail-img{width:80px;height:80px;object-fit:cover;display:block}.product-info{text-align:left}.h3{font-size:30px;margin-bottom:10px}.qty-wrapper{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;margin-top:20px}.qty-selector{display:flex;align-items:center;gap:10px}.qty-label{font-weight:500}.qty-control{display:flex;align-items:center;border:1px solid #ccc;border-radius:8px;overflow:hidden;height:42px}.qty-control button{width:40px;background-color:#f9f9f9;border:none;font-size:20px;font-weight:600;cursor:pointer;color:#333}.qty-display{width:50px;text-align:center;font-size:16px;font-weight:600;background-color:#fff;line-height:42px;-webkit-user-select:none;user-select:none}.add-to-cart-btn{background-color:#ed1c24;color:#fff;padding:12px 50px;border:none;border-radius:12px;font-weight:700;font-size:14px;letter-spacing:1px;cursor:pointer}.tabs-block{margin-top:40px}.tabulation-toggle{display:flex;justify-content:center;gap:20px;list-style:none;padding:0;flex-wrap:wrap}.tab-menu{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;background:#eee;color:#333}.tab-menu.active{background:#ed2227;color:#fff}.tab-content{margin-top:20px;padding:20px;border-radius:8px;text-align:left}.full-width-footer-wrapper{width:100vw;position:relative;left:0;margin:0;padding:0}@media (max-width: 768px){.description-container{padding:15px!important}.product-big-preview-entry{height:250px!important;border-radius:8px}.qty-wrapper{flex-direction:column;align-items:flex-start!important;gap:15px}.qty-selector{width:100%}.tabulation-toggle{flex-direction:column;align-items:center;gap:10px}.tabulation-toggle li{width:100%;text-align:center}.tab-menu{width:100%;padding:12px 20px}.tab-content{padding:15px!important}.product-info .row>div{margin-bottom:10px}.row{flex-direction:column!important}.simple-article.size-3,.simple-article.size-5{font-size:14px!important}.h3{font-size:20px!important}.add-to-cart-btn{width:100%;padding:12px}}@media (min-width: 769px){.description-container{transform:translate(-40px)}}body,.cart-page{background:#fff!important}*{transition:all .2s ease-in-out;box-sizing:border-box}.cart-grid{width:100%;max-width:1280px;margin:40px auto;display:grid;grid-template-columns:1fr 375px;gap:2rem;padding:0 1rem}@media (max-width: 1024px){.cart-grid{grid-template-columns:1fr}}.shopping-box{background:#fff;border:1px solid #d9d9d9;border-radius:8px;padding:24px;box-shadow:0 4px 12px #0000000d;width:100%}.summary-box{background:#fff;border:1px solid #d9d9d9;border-radius:8px;padding:24px;box-shadow:0 4px 12px #0000000d;height:340px;position:sticky;top:100px;align-self:start;overflow:hidden;width:100%;max-width:430px;min-width:300px}.box-title{font-size:20px;font-weight:700;margin-bottom:6px}.box-sub{color:#555;margin-bottom:35px}.item-list{display:flex;flex-direction:column;gap:18px}.item-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:12px;border-bottom:1px solid #eee;flex-wrap:wrap}.item-img{width:131px;height:108px;object-fit:cover;border-radius:6px;border:1px solid #ddd;flex-shrink:0}.item-info{display:flex;align-items:center;flex:1;justify-content:flex-start;gap:24px;flex-wrap:wrap}.item-title{font-size:17px;font-weight:600;flex:1;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.item-controls{display:flex;align-items:center;flex:1;flex-wrap:wrap;min-width:200px}.quantity-control{display:flex;align-items:center;border:1px solid #ccc;border-radius:20px;overflow:hidden;background-color:#f9f9f9;margin-right:16px}.quantity-control button{background:none;border:none;padding:4px 10px;cursor:pointer;font-size:14px;color:#333}.quantity-control span{padding:4px 12px;min-width:28px;text-align:center;font-weight:500}.item-price{font-weight:700;font-size:16px;margin-right:auto;min-width:80px;text-align:center}.remove-btn{margin-left:auto;background:none;border:none;cursor:pointer;color:#c62828;font-size:20px}@media (max-width: 600px){.item-row{flex-direction:column;align-items:flex-start}.item-info{flex-direction:column;align-items:flex-start;width:100%;gap:8px}.item-controls{width:100%;justify-content:space-between;gap:12px}.item-price{margin-right:0}.remove-btn{margin-left:0;align-self:flex-end}.summary-box{position:relative;top:0;height:auto;margin-top:30px;max-width:100%}}.divider{margin:28px 0 20px;border:0;border-top:1px solid #e3e3e3}.summary-note{font-size:14px;color:#666;margin:4px 0 18px;line-height:1.4}.summary-list{list-style:none;margin:0;padding:0}.summary-list li{display:flex;justify-content:space-between;padding:12px 0;font-size:15px;border-bottom:1px solid #eeeeee}.summary-list li.grand{font-weight:700;font-size:16px;border-bottom:none}.brown-outline,.brown-btn{display:inline-block;background-color:#d32f2f;color:#fff;border:none;padding:10px 24px!important;font-size:15px;font-weight:600;border-radius:6px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 12px #d32f2f33}.brown-outline:hover,.brown-btn:hover{background-color:#b71c1c;transform:scale(1.03);box-shadow:0 6px 16px #b71c1c40}.empty-cart{text-align:center;padding:40px 0}.empty-cart h3{font-size:20px;margin:20px 0}.login-wrapper{display:flex;justify-content:center;align-items:center;height:90vh;background-color:#fff}.login-box{width:100%;max-width:402px;background-color:#fff;padding:50px 40px;border-radius:12px;box-shadow:0 2px 12px #0000001a}.login-title{font-size:32px;font-weight:700;text-align:center;margin-bottom:30px;color:#000}.login-form input{width:100%;padding:14px;margin-bottom:20px;font-size:17px;border:1px solid #ccc;border-radius:8px;outline:none}.password-field{position:relative}.password-field input{padding-right:44px}.eye-icon{position:absolute;right:12px;top:39%;transform:translateY(-50%);font-size:24px;color:#555;cursor:pointer}.forgot-link{text-align:left;font-size:16px;margin-bottom:10px;color:#2162a1;cursor:pointer;font-weight:500}.new-user{font-size:16px;text-align:center;margin-bottom:20px}.new-user span{color:#2162a1;cursor:pointer;font-weight:600}.continue-btn{width:100%;padding:14px;background-color:#c82333;color:#fff;font-size:18px;border:none;border-radius:8px;font-weight:700;cursor:pointer}.terms{font-size:14px;color:#666;text-align:center;line-height:1.4}.terms a{color:#2162a1;text-decoration:none;font-weight:600}.terms a:hover{text-decoration:underline}.login-error{color:red;font-size:16px;margin-bottom:14px;text-align:center;font-weight:500}.profile-page-wrapper{display:flex;min-height:100vh}.sidebar{width:235px;border-right:1px solid #eeeee4;color:#fff;padding:30px 5px 20px 30px}.sidebar nav ul{text-align:left;list-style:none;padding:0;color:#000}.sidebar nav ul li{padding:14px 16px;font-size:1rem;font-weight:400;cursor:pointer;transition:.3s;background-color:#fff;color:#333;width:100%}.sidebar nav ul li:hover{background-color:#eee}.sidebar nav ul li.active{font-weight:700;background-color:#ed2227;color:#fff}.main-content{flex:1;padding:20px 40px;background-color:#fff}.profile-card h2{margin-top:12px;margin-bottom:20px;text-align:left;font-size:24px;font-weight:700}.progress-section{display:flex;justify-content:flex-start;margin:18px 0}.image-progress-container{position:relative;width:100px;height:130px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.image-progress-container:before{content:"Preview Image";font-size:.9rem;position:absolute;top:34px;left:0;width:100%;text-align:center;color:#4b2e1e}.image-progress-container svg{position:absolute;top:0;left:0}.profile-img{width:85px;height:85px;object-fit:cover;border-radius:50%;position:absolute;top:7px;left:7px;border:2px solid white}.circle-bg{fill:#f0f0f0;stroke:#e0e0e0;stroke-width:4}.circle-progress{fill:none;stroke:#ed2227;stroke-width:4;transform:rotate(-90deg);transform-origin:center}.percent-text-below{font-size:.9rem;font-weight:500;position:absolute;top:105px;text-align:center;width:100%;width:105px}.profile-form .row{text-align:left;display:flex;flex-wrap:wrap;gap:0px 0%;justify-content:flex-start}.profile-form .col-md-6{width:47%;display:flex;flex-direction:column;margin-bottom:11px}.profile-form label{margin-bottom:8px;font-size:1rem;font-weight:500;color:#333}.profile-form input{padding:22px;font-size:1rem;border-radius:6px;border:1px solid #ccc;transition:.3s ease}.profile-form input:focus{outline:none;border-color:#c62828;background-color:#f1f1f1}.button-group{display:flex;justify-content:center;gap:10px;margin-top:30px}.btn-red{background-color:#ed2227;color:#fff;padding:10px 24px;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:.3s}.btn-red:hover{background-color:#ed2227}.form-control{width:92%!important}@media screen and (max-width: 768px){.profile-page-wrapper{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid #eee;padding:15px 10px}.sidebar nav ul{display:flex;justify-content:space-around;padding:0;margin:0}.sidebar nav ul li{width:auto;font-size:.9rem;padding:10px 15px}.main-content{padding:20px}.profile-form .row{flex-direction:column}.profile-form .col-md-6{width:100%}.form-control{width:100%!important}.progress-section{justify-content:center}.image-progress-container{margin-bottom:20px}}.edit-icon{position:absolute;top:68px;right:4px;background-color:#fff;border-radius:50%;padding:5px;font-size:14px;color:#333;border:1px solid #ccc;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000004d}.edit-icon{position:absolute;top:-5px;right:0;background-color:#fff;border-radius:50%;padding:5px;font-size:14px;color:#333;border:1px solid #ccc;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000004d;z-index:2}.edit-icon:hover{background-color:#f0f0f0}.my-addresses-container{padding:20px 40px;font-family:Segoe UI,sans-serif}.my-addresses-title{font-size:32px;font-weight:700;margin-bottom:20px}.addresses-grid{display:flex;flex-wrap:wrap;gap:20px}.add-address-card{border:2px dashed #bbb;border-radius:8px;padding:20px;text-align:center;font-size:16px;font-weight:500;color:#555;display:flex;justify-content:center;align-items:center;cursor:pointer;background-color:#fafafa;transition:background-color .2s ease}.add-address-card:hover{background-color:#f0f0f0}.full-width{flex:1 1 100%;min-width:100%}.address-card{flex:1 1 calc(33.33% - 20px);background:#fff;border:1px solid #ddd;border-radius:10px;padding:16px;box-shadow:0 2px 6px #0000000d;min-width:260px}.address-type{color:#b30000;font-size:18px;margin-bottom:10px}.address-card p{margin:6px 0;font-size:14.5px}.address-buttons{display:flex;justify-content:flex-start;gap:10px;margin-top:12px}.my-orders-container{padding:20px 40px;font-family:Segoe UI,sans-serif}.my-orders-title{font-size:32px;font-weight:700;margin-bottom:20px}.orders-grid{display:flex;flex-wrap:wrap;gap:20px}.order-card{flex:1 1 calc(33.33% - 20px);background:#fff;border:1px solid #ddd;border-radius:10px;padding:16px;box-shadow:0 2px 6px #0000000d;min-width:260px}.order-id{color:#b30000;font-size:18px;margin-bottom:10px}.order-card p{margin:6px 0;font-size:14.5px}.status-badge{background-color:#f0e0a0;padding:2px 8px;border-radius:5px;font-weight:700;font-size:13px}.order-buttons{display:flex;justify-content:flex-start;gap:10px;margin-top:12px}.btn{padding:6px 14px;border-radius:5px;font-size:14px;cursor:pointer;font-weight:600}.red{background-color:#b30000;color:#fff;border:none}.content-wrapper.privacy-page{font-family:Arial,sans-serif;max-width:100%;padding:20px;background:none;box-sizing:border-box}.privacy-title{color:#111;font-size:28px;margin-bottom:20px;text-transform:none;font-weight:700;border-bottom:none;padding-bottom:0}.privacy-page p{font-size:16px;color:#000;line-height:1.8;margin-bottom:15px}.privacy-page li{margin-bottom:10px;font-size:16px;color:#000}.email-link{color:#0b57d0;text-decoration:underline}@media (max-width: 768px){.privacy-title{font-size:24px}.privacy-page p,.privacy-page li{font-size:16px}}.content-wrapper{font-family:Arial,sans-serif;max-width:100%;padding:20px;background-color:#fff;box-sizing:border-box}.content-wrapper>div{display:flex;justify-content:center}.content-wrapper>div>div{text-align:left;max-width:1015px;width:100%}.content-wrapper h1{color:#111;font-size:40px;margin-bottom:20px;text-align:left;padding-bottom:0}.content-wrapper p{font-size:16px;color:#000;line-height:1.8;margin-bottom:15px}.content-wrapper li{margin-bottom:10px;font-size:16px;color:#000}.content-wrapper a{color:#0b57d0;text-decoration:underline}@media (max-width: 768px){.content-wrapper>div>div{padding:0}.content-wrapper h1{font-size:24px}.content-wrapper p,.content-wrapper li{font-size:16px}}.content-wrapper.tandp-page{font-family:Arial,sans-serif;max-width:100%;padding:20px;background:none;box-sizing:border-box}.tandp-heading{color:#111;font-size:28px;margin-bottom:20px;font-weight:700;text-transform:none;border-bottom:none}.tandp-page p{font-size:16px;color:#000;line-height:1.8;margin-bottom:15px}.tandp-link{color:#0b57d0;text-decoration:underline}@media (max-width: 768px){.tandp-heading{font-size:24px}.tandp-page p{font-size:14px}}.order-modal{padding:30px;font-family:sans-serif;background-color:#fff;border-radius:12px;max-width:1100px;width:100%;margin:2% auto 12%;box-shadow:0 0 20px #0000001a;box-sizing:border-box}.order-container{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}.order-left{flex:1 1 48%;padding:25px;background-color:#f9fbff;border-radius:12px;box-sizing:border-box}.order-right{flex:1 1 48%;padding:25px;background-color:#f9fbff;border-radius:12px;box-sizing:border-box;height:296px;overflow-y:auto;position:sticky;top:100px}.product-card{position:relative;display:flex;align-items:center;margin:20px 0;background-color:#eef4ff;padding:12px;border-radius:10px;text-align:left}.remove-btn1{position:absolute;top:4px;right:8px;background:transparent;border:none;font-size:20px;color:#c82333;cursor:pointer;font-weight:600}.remove-btn1:hover{color:#a71d2a}.product-card img{width:90px;height:90px;object-fit:contain;margin-right:15px}.product-info p{margin:5px 0}.address-box{background-color:#fff;padding:18px;border-radius:10px;margin-top:12px;border:1px solid #ccc}.order-right h2{margin-bottom:24px}.price-row{display:flex;justify-content:space-between;margin:10px 0}.price-row.green{color:green}.price-total{display:flex;justify-content:space-between;margin-top:24px;font-size:19px;margin-bottom:12px}.discount-box{background-color:#e7f9ed;border-radius:8px;padding:12px;margin:24px 0;display:flex;align-items:center;color:#2c7a2c;font-weight:500}.discount-box input{margin-right:10px}.note{color:#555;font-size:13px;margin-bottom:22px}.continue-btn{width:100%;padding:14px;background-color:#c82333;color:#fff;font-weight:700;border:none;border-radius:8px;cursor:pointer}.continue-btn:hover{background-color:#a71d2a}@media (max-width: 768px){.order-modal{padding:15px;margin:10px;border-radius:8px}.order-container{flex-direction:column;gap:20px}.order-left,.order-right{flex:1 1 100%;padding:20px;position:static!important;height:auto!important;overflow:visible!important}.product-card{flex-direction:column;align-items:flex-start}.product-card img{width:100%;max-width:200px;height:auto;margin:0 0 10px}}.footer-full-wrapper{width:100vw;position:relative;left:0;margin:0;padding:0}body,.order-success-wrapper{font-family:Segoe UI,sans-serif;color:#333;margin:0;padding:0;background:#fff}.order-success-wrapper{display:flex;justify-content:center;align-items:flex-start;padding:40px 20px;min-height:100vh}.order-card{display:flex;flex-direction:column;background:#fff;max-width:1000px;width:100%;box-shadow:0 8px 20px #00000014;border-radius:12px;align-items:flex-start;padding:40px;margin:60px auto;flex-wrap:wrap}@media (min-width: 768px){.order-card{flex-direction:row}}.order-left1{padding:20px;flex:1;border-bottom:1px solid #eee}@media (min-width: 768px){.order-left1{border-bottom:none;border-right:1px solid #eee}}.order-left1 h2{color:#111;font-size:1.75rem;margin-bottom:15px;font-weight:700}.order-left1 p{font-size:.9375rem;margin-bottom:25px;line-height:1.5}.user-info{margin-top:20px}.user-info p{font-size:.9rem;margin:5px 0 12px;word-break:break-word;text-align:left;display:flex;justify-content:flex-start}.user-info strong{display:inline-block;width:90px;font-weight:600}.btn1{padding:12px 28px;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s ease;text-align:center;margin-top:20px}.btn1.red{background:#c00;color:#fff;display:flex;align-items:flex-start}.btn1.red:hover{background:#a30000}.btn1.outline-red{background:#fff;color:#c00;border:2px solid #cc0000}.btn1.outline-red:hover{background:#c00;color:#fff}.mt-20{margin-top:20px}.order-right1{padding:25px 25px 20px;flex:1;background:#f2f2f2;border-radius:0 12px 12px 0;text-align:left}.order-right1 h3{color:#222;font-size:1.2rem;margin-bottom:12px}.order-right1 p{font-size:.9rem;margin:6px 0}.summary-list{margin-top:15px;display:flex;flex-direction:column;gap:12px}.summary-item{display:flex;gap:12px;align-items:center}.summary-item img{width:50px;height:50px;object-fit:cover;border-radius:4px}.item-details{display:flex;flex-direction:column;justify-content:center;font-size:.9rem}.item-title{font-weight:700;font-size:1rem;margin-bottom:2px}.totals{margin-top:20px;font-size:.9rem}.totals p{display:flex;justify-content:space-between;margin:5px 0}.total-line{font-size:1.1rem;font-weight:700;color:#c00;margin-top:10px}hr{margin:10px 0;border:none;border-top:1px solid #ccc}.fallback-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;height:100vh}.fallback-container h2{font-size:1.5rem;color:#c00}.fallback-container p{font-size:1rem;margin-top:10px}.fallback-container .btn1.red{margin-top:20px}@media print{body *{visibility:hidden}.order-card,.order-card *{visibility:visible}.order-card{position:absolute;left:50%;top:10px;transform:translate(-50%);width:90vw;max-width:1100px;padding:20px 40px;box-shadow:none;background:#fff;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;border-radius:0}.order-left1,.order-right1{border:none!important;padding:0 20px}.order-left1{flex:1 1 50%}.order-right1{flex:1 1 50%;background:none!important;border-radius:0!important}.btn1,header,footer,.mt-20{display:none!important}}
