.clock{position:absolute;top:0;right:0;z-index:1;width:72px;height:72px;border-radius:100%;background-color:#d74012;display:flex;align-items:center;justify-content:center}.clock .hand{display:flex;align-items:center;justify-content:center;flex-direction:row;width:100%;height:100%;animation:spin 6s infinite cubic-bezier(0.5, -0.5, 0.5, 1.5)}@keyframes spin{0%{transform:rotate(0deg)}15%{transform:rotate(90deg)}30%,70%{transform:rotate(180deg)}85%{transform:rotate(270deg)}100%{transform:rotate(360deg)}}.clock .ring{width:83%;height:83%;border:2px solid #fff;border-radius:100%;position:absolute}.clock .ball{background-color:#fff;width:8px;height:8px;border-radius:100%;bottom:3px;position:absolute;animation:bounce 6s infinite ease-in-out}@keyframes bounce{0%,35%,65%,70%{transform:scale(1)}45%{transform:scale(0.75)}55%{transform:scale(1.25)}}.clock .cutout{background-color:#d74012;width:8px;height:8px;border-right:6px solid #d74012;border-left:6px solid #d74012;border-radius:100%;position:absolute;bottom:3px}.clock .text{font-family:"Montserrat semi bold",Verdana,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;color:#fff;font-size:12px;width:100%;position:absolute;top:20px;word-spacing:100vw;animation:resize 6s infinite ease-in-out}@keyframes resize{0%,35%,65%,70%{transform:scale(1)}45%{transform:scale(1.2)}55%{transform:scale(0.8)}}.icon{height:16px;width:16px}.review-bar{display:flex;flex-direction:row;margin-top:2px}.review-number{margin-left:4px;color:#58595b;font-size:12px}.review-placement{color:#58595b;font-size:9px;border-radius:4px;padding:2px 6px;background:#f4f2ee}.apc-spinner{display:flex;width:72px;position:absolute;text-align:center;justify-content:space-around}.apc-spinner>div{width:18px;height:18px;background:#aaa;border-radius:100%;display:inline-block;-webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.apc-spinner .bounce1{-webkit-animation-delay:-0.32s;animation-delay:-0.32s}.apc-spinner .bounce2{-webkit-animation-delay:-0.16s;animation-delay:-0.16s}@-webkit-keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0)}40%{-webkit-transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.shimmer-background{position:absolute;width:100%;height:100%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:3}.shimmer-thumb{display:flex;align-items:center;justify-content:center;width:70%;height:55%;background:#ebedf0;margin:10%}.shimmer-text{width:50%;height:16px;background:#ebedf0;border-radius:8px;margin-bottom:4%}.apc-product-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;background:transparent;padding:4px;margin:0 auto;max-width:280px;box-sizing:content-box}@media screen and (max-width: 768px){.apc-product-wrapper{height:250px}}.grid-layout .apc-product-wrapper{height:295px;width:calc((100% / 5) - (2 * 4px));margin:0}@media screen and (min-width: 992px) and (max-width: 1200px){.grid-layout .apc-product-wrapper{width:calc((100% / 4) - (4 * 4px))}.grid-layout .preview .apc-product-wrapper:nth-child(n+9){display:none}}@media screen and (min-width: 768px) and (max-width: 992px){.grid-layout .apc-product-wrapper{width:calc((100% / 3) - (3 * 4px))}.grid-layout .preview .apc-product-wrapper:nth-child(n+7){display:none}}@media screen and (min-width: 0) and (max-width: 768px){.grid-layout .apc-product-wrapper{width:calc((100% / 2) - (2 * 4px));padding:0}.grid-layout .preview .apc-product-wrapper:nth-child(n+5){display:none}}.carousel-layout .apc-product-wrapper{height:264px;width:248px}.apc-product{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;flex-grow:1;border:none;position:relative;box-sizing:border-box;cursor:pointer;background:transparent}.apc-product:hover .product-image{transform:scale(1.05);-ms-transform:scale(1.05);-webkit-transform:scale(1.05)}.product-image-wrapper{height:80%;display:flex;justify-content:center;align-items:center}.product-image{max-width:90%;height:auto;width:auto;transition:transform 1s ease-out;max-height:100%}.product-image:hover{transform:scale(1.05);-ms-transform:scale(1.05);-webkit-transform:scale(1.05)}.product-name{width:100%;height:24px;font-size:14px;position:relative;text-align:center;color:#58595b;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 768px){.product-name{font-size:18.66px}}.product-title{width:100%;height:20px;font-size:12px;position:relative;text-align:center;color:#757579;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 768px){.product-title{font-size:14px}}.apc-product-list{display:flex;justify-content:center;align-items:center}.carousel-layout .apc-product-list{width:fit-content;margin:0 4px}.grid-layout .apc-product-list{flex-flow:row wrap;width:100%;height:100%}.grid-wrapper{height:calc(100% - 70px);display:flex;flex-direction:row;align-items:center;justify-content:center;overflow-y:hidden;position:relative}@media screen and (min-width: 0) and (max-width: 1200px){.grid-wrapper{flex-direction:column}}.see-more{display:none}@media screen and (min-width: 0) and (max-width: 1200px){.see-more{height:44px;width:100%;min-width:260px;color:#58595b;font-size:14px;text-align:center;border:none;border-top:solid 1px #dcdee1;background:transparent;margin:16px 0;display:flex;align-items:center;justify-content:center;cursor:pointer}}.see-more-icon{margin:-8px 0 0 12px;transform:rotate(135deg)}.apc-title.homepage-theme{color:#585b58;font-family:"Montserrat Bold",Verdana,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:33.16px;font-weight:700;line-height:40px;margin-bottom:9px}@media screen and (max-width: 768px){.apc-title.homepage-theme{font-size:18.66px;line-height:28px}}.apc-title.pip-theme{color:#58595b;font-family:"Montserrat Regular",Verdana,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:28.58px;line-height:35px}@media screen and (max-width: 768px){.apc-title.pip-theme{font-size:28.58px;line-height:28px}}.apc-subtitle.homepage-theme{color:#585b58;font-family:"Montserrat Regular",Verdana,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:18.66px;line-height:28px}@media screen and (max-width: 768px){.apc-subtitle.homepage-theme{font-size:14px;line-height:20px}}.apc-subtitle.pip-theme{color:#58595b;font-family:"Montserrat Regular",Verdana,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;font-size:18.66px;line-height:28px}@media screen and (max-width: 768px){.apc-subtitle.pip-theme{font-size:18.66px;line-height:20px}}.replace-button{color:#58595b;font-size:14px;text-align:center;border:solid 1px #58595b;border-radius:4px;background:transparent;width:250px;height:36px;margin:8px 0;display:flex;align-items:center;justify-content:space-around;cursor:pointer}.apc-header{display:flex;flex-direction:column;overflow:hidden}.align-left{align-self:start;text-align:start;margin-left:8px}.align-center{align-self:center;text-align:center;align-items:center}.align-right{align-self:end;text-align:end;margin-right:8px}.apc-arrow{padding:0;background:#fff;cursor:pointer;width:24px;height:48px;border:1px solid #58595b;border-radius:4px;margin:0 8px}.apc-arrow:hover{box-shadow:0 4px 4px -1px #c6c7c9}.apc-arrow.disable{opacity:.3;cursor:auto}.apc-arrow.disable:hover{box-shadow:none}.arrow-icon{position:relative;height:12px;width:12px;border-right:2px solid #58595b;border-top:2px solid #58595b}.arrow-icon.left{transform:rotate(225deg);margin-left:7px}.arrow-icon.right{transform:rotate(45deg);margin-right:7px}.carousel-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:16px}.carousel-product-list-wrapper{overflow-x:scroll;padding-bottom:20px;scrollbar-width:none}.carousel-product-list-wrapper::-webkit-scrollbar{width:0;height:0;display:none}.scrollbar{overflow-x:scroll;padding-bottom:24px;scrollbar-color:#585b58 #f5f6f8;scrollbar-width:thin}.scrollbar::-webkit-scrollbar{height:3px;display:initial}.scrollbar::-webkit-scrollbar-track{border:1px solid #fff;background-color:#f5f6f8}.scrollbar::-webkit-scrollbar-thumb{background-color:#585b58}.scrollbar::-webkit-scrollbar-button{display:none}.apc-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;transition:min-height 3s;max-width:1600px;margin:0 auto}@media screen and (max-width: 1200px){.apc-wrapper{width:auto}}.apc-container{display:flex;flex-direction:column;width:100%;margin:16px 0;background-color:#fff}.apc-container-product-list-wrapper{overflow-x:scroll;width:85%}.widget-loading{display:flex;width:100%;border-radius:12px;background:#fff;padding:24px;box-sizing:border-box;opacity:.5;position:relative;z-index:5;align-items:center;justify-content:center;height:421px}.apc-global{font-family:"Montserrat Medium",Verdana,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-moz-osx-font-smoothing:grayscale;margin:0}.apc-global *.hide-scroll{scrollbar-width:none}.apc-global *.hide-scroll::-webkit-scrollbar{width:0;height:0;display:none}button{font-family:inherit}

.uigModalDialog .modal-viewport{position:fixed;top:0;left:0;right:0;bottom:0;padding:15px;z-index:9000}.uigModalDialog .modal-viewport *{box-sizing:border-box}.uigModalDialog .modal-viewport .modal-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,0.3)}.uigModalDialog .modal-viewport .modal-content:focus{outline:-webkit-focus-ring-color auto 5px;outline:-moz-mac-focusring auto 5px}.uigModalDialog .modal-viewport .modal-content{position:relative;z-index:9001;max-height:800px;min-height:150px;max-width:500px;top:50%;left:50%;transform:translate(-50%, -50%);font-size:16px;background-color:#FFF;border-radius:10px;box-shadow:0 3px 9px rgba(0,0,0,0.5);font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif}.uigModalDialog .modal-viewport .modal-content .modal-header{position:relative;padding:20px 20px 0 20px}.uigModalDialog .modal-viewport .modal-content .modal-header .close-button{width:15px;height:15px;position:absolute;top:0;right:0;margin-top:14px;margin-right:14px;padding:0;background-color:transparent;border:0;border-radius:1px;fill:#CCC;line-height:1.22em;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.uigModalDialog .modal-viewport .modal-content .modal-header .close-button:hover,.uigModalDialog .modal-viewport .modal-content .modal-header .close-button:focus{fill:#BFBFBF}.uigModalDialog .modal-viewport .modal-content .modal-header .modal-title{margin:0;font-family:"Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;font-size:1.25em;color:#58595B}.uigModalDialog .modal-viewport .modal-content .modal-body{padding:15px 20px;font-size:0.875em}.uigModalDialog .modal-viewport .modal-content .modal-footer{background-color:#EEE;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:16px;border-top:1px solid #DCDEE1;text-align:right}.uigModalDialog .modal-viewport .modal-content .modal-footer .button{margin-left:5px;cursor:pointer}

.tray-carousel{display:flex}.tray-carousel .tc-previous,.tray-carousel .tc-next{display:flex;align-self:center;justify-content:center;z-index:20;width:36px;height:36px}.tray-carousel .tc-previous.hide,.tray-carousel .tc-next.hide{display:none}.tray-carousel .tc-previous.disabled path,.tray-carousel .tc-next.disabled path{fill:lightgray}.tray-carousel .tc-previous .uig-svg-icon,.tray-carousel .tc-next .uig-svg-icon{width:100%;height:100%}.tray-carousel .tc-view-port{overflow:hidden;width:100%;height:100%}.tray-carousel .tc-view-port .tc-track{flex-wrap:nowrap;display:inline-flex;min-width:max-content;position:relative;transition:left 1s;height:100%}.tray-carousel .tc-view-port .tc-track .tc-container{display:inline-flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-evenly;height:inherit}.tray-carousel .tc-view-port .tc-track .tc-container .tc-slide{display:inline;align-self:center;align-items:center;text-align:center}.tray-carousel .tc-view-port .tc-track .tc-container .tc-slide .product-frame{padding-left:5px;padding-right:5px}.tray-carousel .tc-view-port .tc-track .tc-container .tc-slide .product-frame .image-holder IMG{max-width:100%;max-height:100%}

.social-icon{display:inline-block;position:relative;width:22px;height:22px}.social-icon :global(span.uig-svg-icon):hover svg circle{stroke:#f05323}.social-icon :global(span.uig-svg-icon):hover svg path{fill:#f05323}

.uig-button{display:inline-block;font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:0.8px;line-height:16px;text-align:center;height:auto;padding:10px 20px;min-width:32px;color:white;border-radius:4px;vertical-align:middle;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.uig-button svg{vertical-align:middle;width:15px;height:15px}.uig-button .uig-svg-icon+span{margin-left:8px}.uig-button.disabled{pointer-events:none;cursor:default}.uig-button:link,.uig-button:visited,.uig-button:hover,.uig-button:active,.uig-button:focus{text-decoration:none}.uig-button:not([tabindex="-1"]):active{outline:0}.uig-button:not([tabindex="-1"]):focus{outline-width:2px;outline-style:solid;outline-color:Highlight}@media (-webkit-min-device-pixel-ratio: 0){.uig-button:not([tabindex="-1"]):focus{outline-color:-webkit-focus-ring-color}}.uig-primary-button{font-family:"Montserrat Medium", Verdana, Arial, sans-serif !important;background-color:#D74012;border-width:0}.uig-primary-button path{fill:#fff}.uig-primary-button:hover,.uig-primary-button._hover,.uig-primary-button:focus{color:white;background-color:#A9320E}.uig-primary-button:active,.uig-primary-button._active{color:white;background-color:#BF3602}.uig-primary-button.disabled{background-color:rgba(215,64,18,0.3)}a.uig-primary-button:active{color:white}.brand-TP .uig-primary-button{background-color:#00829B}.brand-TP .uig-primary-button:hover,.brand-TP .uig-primary-button._hover,.brand-TP .uig-primary-button:focus{background-color:#005666}.brand-TP .uig-primary-button:active,.brand-TP .uig-primary-button._active{background-color:#006A80}.brand-TP .uig-primary-button.disabled{background-color:rgba(0,130,155,0.3)}.uig-secondary-button{font-family:"Montserrat SemiBold", Verdana, Arial, sans-serif;color:#58595B;background-color:white;border:solid 1px #58595B;padding:9px 19px}.uig-secondary-button:hover,.uig-secondary-button._hover,.uig-secondary-button:not(.disabled):focus{color:#A9320E;border:solid 1px #A9320E;-webkit-box-shadow:inset 0px 0px 0px 1px #A9320E;-moz-box-shadow:inset 0px 0px 0px 1px #A9320E;box-shadow:inset 0px 0px 0px 1px #A9320E}.uig-secondary-button:hover path,.uig-secondary-button._hover path,.uig-secondary-button:not(.disabled):focus path{fill:#A9320E}.uig-secondary-button:active,.uig-secondary-button._active{color:#BF3602;border:solid 1px #BF3602;-webkit-box-shadow:inset 0px 0px 0px 1px #BF3602;-moz-box-shadow:inset 0px 0px 0px 1px #BF3602;box-shadow:inset 0px 0px 0px 1px #BF3602}.uig-secondary-button:active path,.uig-secondary-button._active path{fill:#BF3602}.uig-secondary-button.disabled{color:#C6C7C9;border:solid 1px #C6C7C9}.uig-secondary-button.disabled path{fill:#C6C7C9}.brand-TP .uig-secondary-button:hover,.brand-TP .uig-secondary-button._hover,.brand-TP .uig-secondary-button:not(.disabled):focus{color:#00829B;border-color:#00829B;-webkit-box-shadow:inset 0px 0px 0px 1px #00829B;-moz-box-shadow:inset 0px 0px 0px 1px #00829B;box-shadow:inset 0px 0px 0px 1px #00829B}.brand-TP .uig-secondary-button:hover path,.brand-TP .uig-secondary-button._hover path,.brand-TP .uig-secondary-button:not(.disabled):focus path{fill:#00829B}.brand-TP .uig-secondary-button:active,.brand-TP .uig-secondary-button._active{color:#006A80;border-color:#006A80;-webkit-box-shadow:inset 0px 0px 0px 1px #00829B;-moz-box-shadow:inset 0px 0px 0px 1px #00829B;box-shadow:inset 0px 0px 0px 1px #00829B}.brand-TP .uig-secondary-button:active path,.brand-TP .uig-secondary-button._active path{fill:#006A80}.uig-tertiary-link{color:#0065B8;font-size:14px;line-height:16px;font-weight:500;font-family:"Montserrat Medium", Verdana, Arial, sans-serif !important;text-transform:none;text-decoration:none;cursor:pointer}.uig-tertiary-link:hover,.uig-tertiary-link._hover{text-decoration:underline}.uig-tertiary-link:active,.uig-tertiary-link._active{text-decoration:underline;color:#004985}.uig-tertiary-link.disabled{color:#58595B;cursor:default}.uig-tertiary-link.disabled:hover{text-decoration:none}.uig-tertiary-link:not([tabindex="-1"]):active{outline:0}.uig-tertiary-link:not([tabindex="-1"]):focus{outline-width:2px;outline-style:solid;outline-color:Highlight}@media (-webkit-min-device-pixel-ratio: 0){.uig-tertiary-link:not([tabindex="-1"]):focus{outline-color:-webkit-focus-ring-color}}button.uig-tertiary-link{background-color:transparent;border:none;padding:0;height:auto}.background-dark{background-color:#58595b}.background-dark .uig-primary-button{color:white;background-color:#818284}.background-dark .uig-primary-button:hover,.background-dark .uig-primary-button._hover,.background-dark .uig-primary-button:focus{color:#A9320E;background-color:#cdcdce}.background-dark .uig-primary-button:active,.background-dark .uig-primary-button._active{color:#BF3602;background-color:#e6e6e6}.background-dark .uig-primary-button.disabled{color:#949496;background-color:#676769}.background-dark .uig-secondary-button{font-family:"Montserrat Medium", Verdana, Arial, sans-serif !important;color:white;background-color:#5f6163;border:solid 1px #929395}.background-dark .uig-secondary-button:hover,.background-dark .uig-secondary-button._hover,.background-dark .uig-secondary-button:not(.disabled):focus{color:white;background-color:#818284;border:solid 1px #dcdee0;-webkit-box-shadow:inset 0px 0px 0px 1px #dcdee0;-moz-box-shadow:inset 0px 0px 0px 1px #dcdee0;box-shadow:inset 0px 0px 0px 1px #dcdee0}.background-dark .uig-secondary-button:active,.background-dark .uig-secondary-button._active{background-color:#929294;border:solid 1px #dddfe1;-webkit-box-shadow:inset 0px 0px 0px 1px #dddfe1;-moz-box-shadow:inset 0px 0px 0px 1px #dddfe1;box-shadow:inset 0px 0px 0px 1px #dddfe1}.background-dark .uig-secondary-button.disabled{color:#afb0b1;background-color:#5f6163;border:solid 1px #848788}.background-dark .uig-tertiary-link{color:white}.background-dark .uig-tertiary-link.disabled{color:#949496}.background-orange{background-color:#D74012}.background-orange .uig-primary-button{color:#D74012;background-color:#fcdcd3}.background-orange .uig-primary-button:hover,.background-orange .uig-primary-button._hover,.background-orange .uig-primary-button:focus{background-color:#fdeee9}.background-orange .uig-primary-button:active,.background-orange .uig-primary-button._active{background-color:white}.background-orange .uig-primary-button.disabled{background-color:#f48664}.background-orange .uig-secondary-button{font-family:"Montserrat Medium", Verdana, Arial, sans-serif !important;color:white;background-color:#f05a2e;border:solid 1px #e98f74}.background-orange .uig-secondary-button:hover,.background-orange .uig-secondary-button._hover,.background-orange .uig-secondary-button:not(.disabled):focus{color:white;background-color:#f37e5a;border:solid 1px #dcdddf;-webkit-box-shadow:inset 0px 0px 0px 1px #dcdddf;-moz-box-shadow:inset 0px 0px 0px 1px #dcdddf;box-shadow:inset 0px 0px 0px 1px #dcdddf}.background-orange .uig-secondary-button:active,.background-orange .uig-secondary-button._active{background-color:#f58e6f;border:solid 1px #dddfe1;-webkit-box-shadow:inset 0px 0px 0px 1px #dddfe1;-moz-box-shadow:inset 0px 0px 0px 1px #dddfe1;box-shadow:inset 0px 0px 0px 1px #dddfe1}.background-orange .uig-secondary-button.disabled{color:#f7ad96;background-color:#f05a2e;border:solid 1px #ea8263}.background-orange .uig-tertiary-link{color:white}.background-orange .uig-tertiary-link.disabled{color:#f9beac}

.badge-count{border-radius:100px;background-color:#D74012;padding:2px 4px 2px 4px}.uig-button .badge-count{background-color:#FFF;color:#D74012}.brand-TP .uig-button .badge-count{color:#000}

.speech-bubble-container:focus{outline:-webkit-focus-ring-color auto 5px;outline:-moz-mac-focusring auto 5px}.speech-bubble-wrapper{font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;font-size:14px;line-height:1.22em;color:#58595B;position:absolute;top:0;left:0;display:block;box-shadow:0 5px 15px 0 rgba(0,0,0,0.08),0 2px 4px 0 rgba(0,0,0,0.11);position:absolute;background-color:#FFF;border:1px solid #DCDEE1;border-radius:5px;font-weight:normal;font-style:normal;font-stretch:normal;box-sizing:border-box}.speech-bubble-wrapper *{word-wrap:break-word;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased}.speech-bubble-wrapper div,.speech-bubble-wrapper span,.speech-bubble-wrapper applet,.speech-bubble-wrapper object,.speech-bubble-wrapper iframe,.speech-bubble-wrapper h1,.speech-bubble-wrapper h2,.speech-bubble-wrapper h3,.speech-bubble-wrapper h4,.speech-bubble-wrapper h5,.speech-bubble-wrapper h6,.speech-bubble-wrapper p,.speech-bubble-wrapper blockquote,.speech-bubble-wrapper pre,.speech-bubble-wrapper a,.speech-bubble-wrapper abbr,.speech-bubble-wrapper acronym,.speech-bubble-wrapper address,.speech-bubble-wrapper big,.speech-bubble-wrapper cite,.speech-bubble-wrapper code,.speech-bubble-wrapper del,.speech-bubble-wrapper dfn,.speech-bubble-wrapper em,.speech-bubble-wrapper img,.speech-bubble-wrapper ins,.speech-bubble-wrapper kbd,.speech-bubble-wrapper q,.speech-bubble-wrapper s,.speech-bubble-wrapper samp,.speech-bubble-wrapper small,.speech-bubble-wrapper strike,.speech-bubble-wrapper strong,.speech-bubble-wrapper sub,.speech-bubble-wrapper sup,.speech-bubble-wrapper tt,.speech-bubble-wrapper var,.speech-bubble-wrapper b,.speech-bubble-wrapper u,.speech-bubble-wrapper i,.speech-bubble-wrapper center,.speech-bubble-wrapper dl,.speech-bubble-wrapper dt,.speech-bubble-wrapper dd,.speech-bubble-wrapper ol,.speech-bubble-wrapper ul,.speech-bubble-wrapper li,.speech-bubble-wrapper fieldset,.speech-bubble-wrapper form,.speech-bubble-wrapper label,.speech-bubble-wrapper legend,.speech-bubble-wrapper table,.speech-bubble-wrapper caption,.speech-bubble-wrapper tbody,.speech-bubble-wrapper tfoot,.speech-bubble-wrapper thead,.speech-bubble-wrapper tr,.speech-bubble-wrapper th,.speech-bubble-wrapper td,.speech-bubble-wrapper article,.speech-bubble-wrapper aside,.speech-bubble-wrapper canvas,.speech-bubble-wrapper details,.speech-bubble-wrapper embed,.speech-bubble-wrapper figure,.speech-bubble-wrapper figcaption,.speech-bubble-wrapper footer,.speech-bubble-wrapper header,.speech-bubble-wrapper hgroup,.speech-bubble-wrapper menu,.speech-bubble-wrapper nav,.speech-bubble-wrapper output,.speech-bubble-wrapper ruby,.speech-bubble-wrapper section,.speech-bubble-wrapper summary,.speech-bubble-wrapper time,.speech-bubble-wrapper mark,.speech-bubble-wrapper audio,.speech-bubble-wrapper video{margin:0;padding:0;outline:0;border:0;vertical-align:baseline}.speech-bubble-wrapper article,.speech-bubble-wrapper aside,.speech-bubble-wrapper figure,.speech-bubble-wrapper figcaption,.speech-bubble-wrapper footer,.speech-bubble-wrapper header,.speech-bubble-wrapper hgroup,.speech-bubble-wrapper section,.speech-bubble-wrapper nav,.speech-bubble-wrapper time,.speech-bubble-wrapper details,.speech-bubble-wrapper summary{display:block}.speech-bubble-wrapper table{border-collapse:collapse;border-spacing:0}.speech-bubble-wrapper p{margin-top:0;margin-bottom:1rem}.speech-bubble-wrapper ol,.speech-bubble-wrapper ul,.speech-bubble-wrapper dl{margin-top:0;margin-bottom:1rem}.speech-bubble-wrapper b,.speech-bubble-wrapper strong{font-weight:bolder}.speech-bubble-wrapper sub,.speech-bubble-wrapper sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.speech-bubble-wrapper sub{bottom:-.25em}.speech-bubble-wrapper sup{top:-.5em}.speech-bubble-wrapper a{text-decoration:none;cursor:pointer}.speech-bubble-wrapper a:hover,.speech-bubble-wrapper a:focus{text-decoration:underline}.speech-bubble-wrapper button::-moz-focus-inner,.speech-bubble-wrapper input::-moz-focus-inner{border:0;padding:0}.speech-bubble-wrapper input[type="submit"],.speech-bubble-wrapper input:invalid{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.speech-bubble-wrapper textarea{resize:none;overflow:auto;vertical-align:top}.speech-bubble-wrapper input[type="checkbox"]{display:inline}.speech-bubble-wrapper button,.speech-bubble-wrapper input,.speech-bubble-wrapper select,.speech-bubble-wrapper textarea{vertical-align:middle}.speech-bubble-wrapper input[type="checkbox"]{-webkit-appearance:checkbox}.speech-bubble-wrapper input[type="radio"]{cursor:pointer}.speech-bubble-wrapper button,.speech-bubble-wrapper input{line-height:normal}.speech-bubble-wrapper input[type="text"],.speech-bubble-wrapper input[type="password"],.speech-bubble-wrapper input[type="email"],.speech-bubble-wrapper input[type="number"],.speech-bubble-wrapper textarea,.speech-bubble-wrapper select{max-width:100%;display:block;outline:none;margin:0;padding:0}.speech-bubble-wrapper input:focus{outline:none}.speech-bubble-wrapper input::-moz-focus-inner{border:0;padding:0}.speech-bubble-wrapper .clear{clear:both;height:0px;width:100%;display:block}.speech-bubble-wrapper .cfix:after,.speech-bubble-wrapper .cfix:before{content:" ";display:block;height:0;visibility:hidden}.speech-bubble-wrapper .cfix:after{clear:both}.speech-bubble-wrapper .cfix{zoom:1}.speech-bubble-wrapper .container:after{content:" ";display:block;height:0;clear:both;visibility:hidden}.speech-bubble-wrapper *{box-sizing:border-box}.speech-bubble-wrapper .speech-bubble-content{width:100%;height:100%;margin-top:12px;font-size:14px;top:0;left:0}.speech-bubble-wrapper .speech-bubble-content.no-close-button{margin-top:0}.speech-bubble-wrapper .speech-bubble-close-btn{width:12px;height:12px;position:absolute;top:0;right:0;margin-top:14px;margin-right:14px;padding:0;background-color:transparent;border:0;border-radius:1px;color:#696970;line-height:1.22em;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.speech-bubble-wrapper .speech-bubble-close-btn:focus svg{outline:-webkit-focus-ring-color auto 5px;outline:-moz-mac-focusring auto 5px}.speech-bubble-wrapper svg.uig-svg-icon{fill:#C6C7C9}.speech-bubble-wrapper .top-arrow,.speech-bubble-wrapper .bottom-arrow,.speech-bubble-wrapper .left-arrow,.speech-bubble-wrapper .right-arrow{width:0;height:0;content:'';position:absolute;border:10px solid transparent}.speech-bubble-wrapper .top-arrow:after,.speech-bubble-wrapper .bottom-arrow:after,.speech-bubble-wrapper .left-arrow:after,.speech-bubble-wrapper .right-arrow:after{width:0;height:0;content:'';position:absolute;border:10px solid;transform:rotate(45deg)}.speech-bubble-wrapper .top-arrow{top:0;border-bottom-color:1px solid 1px #DCDEE1;border-top:0;margin-left:-10px;margin-top:-10px}.speech-bubble-wrapper .top-arrow:after{top:0;left:50%;border-color:#FFF transparent transparent #FFF;margin-left:-10px;margin-top:5px}.speech-bubble-wrapper .right-arrow{right:0;border-left-color:1px solid 1px #DCDEE1;border-right:0;margin-top:-10px;margin-right:-10px}.speech-bubble-wrapper .right-arrow:after{right:0;top:50%;border-color:#FFF #FFF transparent transparent;margin-top:-10px;margin-right:5px}.speech-bubble-wrapper .bottom-arrow{bottom:0;left:50%;border-top-color:1px solid 1px #DCDEE1;border-bottom:0;margin-left:-10px;margin-bottom:-10px}.speech-bubble-wrapper .bottom-arrow:after{bottom:0;left:50%;border-color:transparent #FFF #FFF transparent;margin-left:-10px;margin-bottom:5px}.speech-bubble-wrapper .left-arrow{left:0;border:10px solid transparent;border-right-color:1px solid 1px #DCDEE1;border-left:0;margin-top:-10px;margin-left:-10px}.speech-bubble-wrapper .left-arrow:after{left:0;top:50%;border-color:transparent transparent #FFF #FFF;margin-top:-10px;margin-left:5px}

.tooltipIcon{display:inline-block;width:17px;height:17px;vertical-align:middle;margin-left:10px}.tooltipIcon:hover{cursor:pointer}.tooltipPopup{font-family:"Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;width:256px;background-color:#ffffff;box-shadow:0 5px 15px 0 rgba(0,0,0,0.08),0 2px 4px 0 rgba(0,0,0,0.11);border-width:1px;border-style:solid;border-color:#dcdee1;border-radius:3px;z-index:+1;position:relative;left:-17px;top:4px}.tooltipPopup .tooltipContents{margin:10px}.tooltipPopup::before{position:absolute;top:-5px;left:20px;border-width:1px 0 0 1px;z-index:-1;transform:rotate(45deg);content:"\A0";width:10px;height:10px;background-color:#fff;display:inline-block;border-color:#dcdee1;border-style:solid}

.productOptionGroup{display:flex;flex-wrap:wrap;list-style-type:none;align-items:baseline}.productOptionItem{margin:0 10px 0 0}.productOptionItem:hover{cursor:pointer}.productOptionIcon{margin:0 0 10px 0;min-width:50px;align-items:flex-end;justify-content:center;display:flex}.productOptionIcon .uig-svg-icon{height:22px;width:auto}.productOptionItem:hover .device-COMPUTER .productOptionImageDefault{display:none}.device-COMPUTER .productOptionImageActive{display:none}.productOptionItem:hover .device-COMPUTER .productOptionImageActive{display:block}.productOptionImageActive{display:none}.productOptionLabel{display:flex}.productOptionLabel label{flex-grow:1;width:0;text-align:center}.productOptionOos{pointer-events:none}.productOptionOos:hover{cursor:not-allowed}.productOptionOos .productOptionIcon{pointer-events:none}.productOptionOos .selected .colorOption{stroke:transparent}.productOptionOos .colorOption:hover{stroke:transparent}.label-on-right{display:flex;flex-direction:row;width:100%;margin:0 10px 4px 0}.label-on-right .productOptionIcon{margin:0 4px 0 0;min-width:auto;align-items:baseline}.label-on-right .productOptionLabel{align-items:center}.label-on-right .productOptionLabel label{width:auto;text-align:left}.label-on-right .productOptionItem{display:flex;flex-direction:row;width:100%}.label-on-right input[type="radio"]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;width:14px;height:14px;padding:2px;background-clip:content-box;border:1px solid #DCDEE1;border-radius:50%;margin:0}.label-on-right input[type="radio"]:focus{outline:none}.label-on-right input[type="radio"]:checked{background-color:#FFF;border:5px solid #F05323;outline-style:none}.colorOption{border:1px solid #DCDEE1;width:44px;height:44px;box-sizing:border-box}.colorOption.circle{border-radius:50%}.colorOption.selected{border:2px solid #F05323}.noFrame.square{position:relative;z-index:1;left:-20%;top:50%;width:141%;height:1px;background-color:#DCDEE1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.noFrame.circle{position:relative;z-index:1;left:3%;top:50%;width:100%;height:1px;background-color:#DCDEE1;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.productOptionItem.selected .productOptionImageDefault{display:none}.productOptionItem.selected .productOptionImageActive{display:block}.product-option-button .productOptionGroup{display:flex;flex-wrap:wrap;box-sizing:border-box;align-items:stretch}.product-option-button .productOptionItem{min-width:80px;border:1px solid #DCDEE1;box-shadow:0px 0px 0px 1px transparent;box-sizing:border-box;text-align:center;margin:5px 5px 0 0;border-radius:4px;min-height:32px;background-color:#FFF;color:#58595B}.product-option-button .productOptionItem.selected{border:1px solid #F05323;box-shadow:0px 0px 0px 1px #F05323}.product-option-button .productOptionItem.selected label{color:#F05323}.product-option-button .productOptionItem.disabled{opacity:0.5;pointer-events:none}.product-option-button .productOptionItem a{text-decoration:none}.product-option-button label{width:100%;cursor:pointer;font-size:13px;line-height:15px;height:13px;padding:8px}.optionSkeleton{width:50px;height:50px;border-radius:30px;background-color:#eee}@keyframes placeHolderShimmer{0%{background-position:-468px 0}100%{background-position:468px 0}}.animatedBackground{animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:darkgray;background:linear-gradient(to right, #eee 10%, #ddd 18%, #eee 33%);background-size:800px 104px;width:50px;height:50px;border-radius:30px;position:relative}@media (min-width: 1025px){.product-option-button .productOptionItem:hover:not(.productOptionOos){border:1px solid #F05323;box-shadow:0px 0px 0px 1px #F05323}.product-option-button .productOptionItem:hover:not(.productOptionOos) label{color:#58595B}}

.productOptionGroup .icon_soARTPRINT_SIZE_1.disabled{width:34px;height:34px;background-position:-118px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_1_2x.disabled{width:68px;height:68px;background-position:-1032px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_1_3x.disabled{width:102px;height:102px;background-position:-1030px -510px}.productOptionGroup .icon_soARTPRINT_SIZE_1{width:34px;height:34px;background-position:-152px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_1_2x{width:68px;height:68px;background-position:-964px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_1_3x{width:102px;height:102px;background-position:-1030px -408px}.productOptionGroup .icon_soARTPRINT_SIZE_16.disabled{width:34px;height:34px;background-position:-254px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_16_2x.disabled{width:68px;height:68px;background-position:-692px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_16_3x.disabled{width:102px;height:102px;background-position:-1030px -204px}.productOptionGroup .icon_soARTPRINT_SIZE_16{width:34px;height:34px;background-position:-288px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_16_2x{width:68px;height:68px;background-position:-136px -1336px}.productOptionGroup .icon_soARTPRINT_SIZE_16_3x{width:102px;height:102px;background-position:-1030px -102px}.productOptionGroup .icon_soARTPRINT_SIZE_2.disabled{width:34px;height:34px;background-position:-628px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_2_2x.disabled{width:68px;height:68px;background-position:-204px -1336px}.productOptionGroup .icon_soARTPRINT_SIZE_2_3x.disabled{width:102px;height:102px;background-position:-846px -886px}.productOptionGroup .icon_soARTPRINT_SIZE_2{width:34px;height:34px;background-position:-594px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_2_2x{width:68px;height:68px;background-position:-420px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_2_3x{width:102px;height:102px;background-position:-744px -886px}.productOptionGroup .icon_soARTPRINT_SIZE_32.disabled{width:34px;height:34px;background-position:-492px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_32_2x.disabled{width:68px;height:68px;background-position:-556px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_32_3x.disabled{width:102px;height:102px;background-position:-540px -886px}.productOptionGroup .icon_soARTPRINT_SIZE_32{width:34px;height:34px;background-position:-730px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_32_2x{width:68px;height:68px;background-position:-624px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_32_3x{width:102px;height:102px;background-position:-408px -994px}.productOptionGroup .icon_soARTPRINT_SIZE_4.disabled{width:34px;height:34px;background-position:-1585px -1492px}.productOptionGroup .icon_soARTPRINT_SIZE_4_2x.disabled{width:68px;height:68px;background-position:-1100px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_4_3x.disabled{width:102px;height:102px;background-position:-204px -994px}.productOptionGroup .icon_soARTPRINT_SIZE_4{width:34px;height:34px;background-position:-795px -754px}.productOptionGroup .icon_soARTPRINT_SIZE_4_2x{width:68px;height:68px;background-position:-1236px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_4_3x{width:102px;height:102px;background-position:-102px -994px}.productOptionGroup .icon_soARTPRINT_SIZE_8.disabled{width:34px;height:34px;background-position:-390px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_8_2x.disabled{width:68px;height:68px;background-position:-216px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_8_3x.disabled{width:102px;height:102px;background-position:-1030px -816px}.productOptionGroup .icon_soARTPRINT_SIZE_8{width:34px;height:34px;background-position:-424px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_8_2x{width:68px;height:68px;background-position:-1304px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_8_3x{width:102px;height:102px;background-position:-1030px -714px}.productOptionGroup .icon_ARTFRAME_BLACK{width:28px;height:28px;background-position:-1064px -1613px}.productOptionGroup .icon_ARTFRAME_NO_FRAME{width:28px;height:28px;background-position:-840px -1613px}.productOptionGroup .icon_ARTFRAME_RUSTIC{width:28px;height:28px;background-position:-784px -1613px}.productOptionGroup .icon_ARTFRAME_WHITE{width:28px;height:28px;background-position:-504px -1613px}.productOptionGroup .icon_3x5Mag{width:12px;height:20px;background-position:-1675px -1579px}.productOptionGroup .icon_4x8l.disabled{width:30px;height:15px;background-position:-1448px -1389px}.productOptionGroup .icon_4x8l{width:32px;height:17px;background-position:-652px -850px}.productOptionGroup .icon_4x8p{width:14px;height:28px;background-position:-1675px -1289px}.productOptionGroup .icon_5x5.disabled{width:21px;height:20px;background-position:-21px -1672px}.productOptionGroup .icon_5x5{width:21px;height:20px;background-position:-42px -1672px}.productOptionGroup .icon_5x7p.disabled{width:20px;height:28px;background-position:-356px -1641px}.productOptionGroup .icon_5x7p{width:20px;height:28px;background-position:-436px -1641px}.productOptionGroup .icon_6x8p.disabled{width:22px;height:31px;background-position:-1653px -330px}.productOptionGroup .icon_6x8p{width:23px;height:31px;background-position:-48px -1641px}.productOptionGroup .icon_address_label{width:72px;height:56px;background-position:-216px -1404px}.productOptionGroup .icon_address_label_2x{width:72px;height:54px;background-position:-360px -1404px}.productOptionGroup .icon_ARTFRAME_BLACK{width:28px;height:28px;background-position:-1064px -1613px}.productOptionGroup .icon_ARTFRAME_NO_FRAME{width:28px;height:28px;background-position:-840px -1613px}.productOptionGroup .icon_ARTFRAME_RUSTIC{width:28px;height:28px;background-position:-784px -1613px}.productOptionGroup .icon_ARTFRAME_WHITE{width:28px;height:28px;background-position:-504px -1613px}.productOptionGroup .icon_atcard_format_1.disabled{width:20px;height:28px;background-position:-416px -1641px}.productOptionGroup .icon_atcard_format_1{width:20px;height:28px;background-position:-456px -1641px}.productOptionGroup .icon_atcard_format_2.disabled{width:20px;height:32px;background-position:-1653px -568px}.productOptionGroup .icon_atcard_format_2{width:20px;height:32px;background-position:-1653px -600px}.productOptionGroup .icon_atcard_format_64{width:39px;height:23px;background-position:-1372px -1303px}.productOptionGroup .icon_atmug_type_32.disabled{width:36px;height:36px;background-position:-1585px -992px}.productOptionGroup .icon_atmug_type_32{width:36px;height:36px;background-position:-1585px -1028px}.productOptionGroup .icon_atmug_type_64.disabled{width:36px;height:36px;background-position:-1585px -1100px}.productOptionGroup .icon_atmug_type_64{width:36px;height:36px;background-position:-1585px -1136px}.productOptionGroup .icon_black_ceramic_mug{width:22px;height:22px;background-position:-830px -1641px}.productOptionGroup .icon_blue_handle_color_ceramic_mug{width:22px;height:22px;background-position:-852px -1641px}.productOptionGroup .icon_dynamic_color{width:38px;height:38px;background-position:-1376px -968px}.productOptionGroup .icon_dynamic_color_2x{width:38px;height:38px;background-position:-1376px -930px}.productOptionGroup .icon_favorite_22px{width:22px;height:22px;background-position:-1528px -1613px}.productOptionGroup .icon_favorite_22px_2x{width:44px;height:44px;background-position:-292px -1460px}.productOptionGroup .icon_favorite_22px_3x{width:66px;height:66px;background-position:-405px -1336px}.productOptionGroup .icon_flask_copper{width:24px;height:24px;background-position:-907px -1587px}.productOptionGroup .icon_flask_matte_black{width:24px;height:24px;background-position:-1147px -1587px}.productOptionGroup .icon_flask_stainless_steel{width:24px;height:24px;background-position:-1099px -1587px}.productOptionGroup .icon_flat{width:20px;height:28px;background-position:-656px -1641px}.productOptionGroup .icon_folded{width:20px;height:32px;background-position:-1653px -536px}.productOptionGroup .icon_ghirardelli_mug{width:38px;height:38px;background-position:-1208px -84px}.productOptionGroup .icon_glitter_gold_foil_swatch{width:44px;height:44px;background-position:-600px -1460px}.productOptionGroup .icon_GOLD_ENGRAVED{width:28px;height:28px;background-position:-1623px -742px}.productOptionGroup .icon_gold_foil_swatch{width:44px;height:44px;background-position:-864px -1460px}.productOptionGroup .icon_gold_handle_color_ceramic_mug{width:22px;height:22px;background-position:-698px -1641px}.productOptionGroup .icon_green_handle_color_ceramic_mug{width:22px;height:22px;background-position:-720px -1641px}.productOptionGroup .icon_growler_copper{width:24px;height:24px;background-position:-955px -1587px}.productOptionGroup .icon_growler_matte_black{width:24px;height:24px;background-position:-1075px -1587px}.productOptionGroup .icon_growler_stainless_steel{width:24px;height:24px;background-position:-1123px -1587px}.productOptionGroup .icon_icon_8x8_Active.disabled{width:12px;height:12px;background-position:-1523px -676px}.productOptionGroup .icon_icon_8x8_Active{width:34px;height:34px;background-position:-356px -1553px}.productOptionGroup .icon_icon_8x8{width:12px;height:12px;background-position:-1523px -664px}.productOptionGroup .icon_icon_imgApr_Birthstone_Selected{width:84px;height:84px;background-position:-1132px -816px}.productOptionGroup .icon_icon_imgAug_Birthstone_Selected{width:84px;height:84px;background-position:-1132px -984px}.productOptionGroup .icon_icon_imgDec_Birthstone_Selected{width:84px;height:84px;background-position:-832px -220px}.productOptionGroup .icon_icon_imgFeb_Birthstone_Selected{width:84px;height:84px;background-position:-832px -388px}.productOptionGroup .icon_icon_imgJan_Birthstone_Selected{width:84px;height:84px;background-position:-832px -556px}.productOptionGroup .icon_icon_imgJul_Birthstone_Selected{width:84px;height:84px;background-position:-1044px -994px}.productOptionGroup .icon_icon_imgJun_Birthstone_Selected{width:84px;height:84px;background-position:-84px -1096px}.productOptionGroup .icon_icon_imgMar_Birthstone_Selected{width:84px;height:84px;background-position:-252px -1096px}.productOptionGroup .icon_icon_imgMay_Birthstone_Selected{width:84px;height:84px;background-position:-420px -1096px}.productOptionGroup .icon_icon_imgNov_Birthstone_Selected{width:84px;height:84px;background-position:-588px -1096px}.productOptionGroup .icon_icon_imgOct_Birthstone_Selected{width:84px;height:84px;background-position:-756px -1096px}.productOptionGroup .icon_icon_imgSep_Birthstone_Selected{width:84px;height:84px;background-position:-924px -1096px}.productOptionGroup .icon_img10x14{width:38px;height:54px;background-position:-1376px -756px}.productOptionGroup .icon_img10x24{width:38px;height:90px;background-position:-1414px -313px}.productOptionGroup .icon_img12x12{width:46px;height:46px;background-position:-1535px -1458px}.productOptionGroup .icon_img12x36{width:46px;height:136px;background-position:-1330px -892px}.productOptionGroup .icon_img16x16{width:60px;height:60px;background-position:-1414px -253px}.productOptionGroup .icon_img16x20{width:61px;height:76px;background-position:-1260px -1180px}.productOptionGroup .icon_img20x30{width:76px;height:114px;background-position:-1132px -84px}.productOptionGroup .icon_img24x10{width:90px;height:38px;background-position:-631px -804px}.productOptionGroup .icon_img24x36{width:90px;height:136px;background-position:-740px -189px}.productOptionGroup .icon_img36x12{width:135px;height:46px;background-position:-496px -804px}.productOptionGroup .icon_img4x4{width:22px;height:22px;background-position:-786px -1641px}.productOptionGroup .icon_img5x5{width:24px;height:24px;background-position:-1315px -1587px}.productOptionGroup .icon_img6x6{width:26px;height:26px;background-position:-183px -1587px}.productOptionGroup .icon_img8x10{width:30px;height:38px;background-position:-1216px -350px}.productOptionGroup .icon_imgApr_Birthstone_Selected{width:84px;height:84px;background-position:-924px -1180px}.productOptionGroup .icon_imgAug_Birthstone_Selected{width:84px;height:84px;background-position:-1092px -1180px}.productOptionGroup .icon_imgBlackWhiteStriped{width:28px;height:28px;background-position:-560px -1613px}.productOptionGroup .icon_imgCanvasGreen{width:28px;height:28px;background-position:-700px -1613px}.productOptionGroup .icon_imgCanvasNavy{width:28px;height:28px;background-position:-868px -1613px}.productOptionGroup .icon_imgCanvasRed{width:28px;height:28px;background-position:-952px -1613px}.productOptionGroup .icon_imgDec_Birthstone_Selected{width:84px;height:84px;background-position:-1330px -420px}.productOptionGroup .icon_imgFeb_Birthstone_Selected{width:84px;height:84px;background-position:-1330px -588px}.productOptionGroup .icon_imgJan_Birthstone_Selected{width:84px;height:84px;background-position:-168px -1180px}.productOptionGroup .icon_imgJul_Birthstone_Selected{width:84px;height:84px;background-position:-1246px -420px}.productOptionGroup .icon_imgJun_Birthstone_Selected{width:84px;height:84px;background-position:-1246px -924px}.productOptionGroup .icon_imgKnife{width:28px;height:28px;background-position:-364px -1613px}.productOptionGroup .icon_imgLeatherGold{width:28px;height:28px;background-position:-308px -1613px}.productOptionGroup .icon_imgMar_Birthstone_Selected{width:84px;height:84px;background-position:-1330px -336px}.productOptionGroup .icon_imgMay_Birthstone_Selected{width:84px;height:84px;background-position:-1330px 0px}.productOptionGroup .icon_imgNone{width:28px;height:28px;background-position:-1623px -1218px}.productOptionGroup .icon_imgNov_Birthstone_Selected{width:84px;height:84px;background-position:-336px -1180px}.productOptionGroup .icon_imgOct_Birthstone_Selected{width:84px;height:84px;background-position:-1246px -1008px}.productOptionGroup .icon_imgSep_Birthstone_Selected{width:84px;height:84px;background-position:-1246px -672px}.productOptionGroup .icon_lightblue_handle_color_ceramic_mug{width:22px;height:22px;background-position:-874px -1641px}.productOptionGroup .icon_MAGNET_FRAME_CLASSIC_CURVE{width:54px;height:54px;background-position:-1479px -442px}.productOptionGroup .icon_MAGNET_FRAME_CLASSIC_CURVE_2x{width:108px;height:108px;background-position:-216px -886px}.productOptionGroup .icon_MAGNET_FRAME_CLASSIC_CURVE_3x{width:162px;height:162px;background-position:-416px -189px}.productOptionGroup .icon_MAGNET_FRAME_CONTEMPORARY{width:54px;height:54px;background-position:-1479px -388px}.productOptionGroup .icon_MAGNET_FRAME_CONTEMPORARY_2x{width:108px;height:108px;background-position:-922px 0px}.productOptionGroup .icon_MAGNET_FRAME_CONTEMPORARY_3x{width:162px;height:162px;background-position:0px -378px}.productOptionGroup .icon_MAGNET_FRAME_MODERN{width:54px;height:54px;background-position:-1479px -280px}.productOptionGroup .icon_MAGNET_FRAME_MODERN_2x{width:108px;height:108px;background-position:-922px -648px}.productOptionGroup .icon_MAGNET_FRAME_MODERN_3x{width:162px;height:162px;background-position:-324px -378px}.productOptionGroup .icon_mailing_directmail{width:72px;height:56px;background-position:-1125px -1336px}.productOptionGroup .icon_mailing_dm_stamp{width:59px;height:64px;background-position:-1414px -65px}.productOptionGroup .icon_mailing_dm_stamp_2x{width:59px;height:64px;background-position:-1414px -129px}.productOptionGroup .icon_mailing_mailorder{width:72px;height:56px;background-position:-837px -1336px}.productOptionGroup .icon_mailing_pra_recipient{width:72px;height:56px;background-position:-765px -1336px}.productOptionGroup .icon_mailing_pra_return_front{width:72px;height:56px;background-position:-288px -1404px}.productOptionGroup .icon_mailing_pra_return{width:72px;height:56px;background-position:-1269px -1336px}.productOptionGroup .icon_mailing_pra_returnrecipient{width:72px;height:56px;background-position:0px -1404px}.productOptionGroup .icon_multicolor_swatch{width:22px;height:22px;background-position:-1572px -1613px}.productOptionGroup .icon_NAPKINS_5X5_AQUA{width:132px;height:132px;background-position:0px -540px}.productOptionGroup .icon_NAPKINS_5X5_BERRY{width:132px;height:132px;background-position:-132px -540px}.productOptionGroup .icon_NAPKINS_5X5_BLACK{width:132px;height:132px;background-position:-528px -672px}.productOptionGroup .icon_NAPKINS_5X5_BLUSH{width:132px;height:132px;background-position:-264px -540px}.productOptionGroup .icon_NAPKINS_5X5_CORAL{width:132px;height:132px;background-position:-264px -672px}.productOptionGroup .icon_NAPKINS_5X5_ECRU{width:132px;height:132px;background-position:-132px -672px}.productOptionGroup .icon_NAPKINS_5X5_MAGENTA{width:132px;height:132px;background-position:0px -672px}.productOptionGroup .icon_NAPKINS_5X5_NAVY{width:132px;height:132px;background-position:-660px -540px}.productOptionGroup .icon_NAPKINS_5X5_PEWTER{width:132px;height:132px;background-position:-528px -540px}.productOptionGroup .icon_NAPKINS_5X5_WHITE{width:132px;height:132px;background-position:-396px -540px}.productOptionGroup .icon_no_add_on_mug{width:32px;height:24px;background-position:-1309px -1553px}.productOptionGroup .productOptionItem:hover .icon_no_add,.productOptionGroup .icon_no_add.selected_mug_on_mug_on{width:32px;height:38px;background-position:-1585px -1352px}.productOptionGroup .icon_nocolorswatch{width:20px;height:20px;background-position:-624px -1672px}.productOptionGroup .icon_nolinerswatch{width:65px;height:65px;background-position:-1414px 0px}.productOptionGroup .icon_orange_handle_color_ceramic_mug{width:22px;height:22px;background-position:-1594px -1613px}.productOptionGroup .icon_PHOTO_FRAME_BLACK{width:28px;height:28px;background-position:-1623px -658px}.productOptionGroup .icon_PHOTO_FRAME_BROWN{width:28px;height:28px;background-position:-1623px -574px}.productOptionGroup .icon_PHOTO_FRAME_METALLIC{width:28px;height:28px;background-position:-1623px -490px}.productOptionGroup .icon_PHOTO_FRAME_RUSTIC{width:28px;height:28px;background-position:-1623px -434px}.productOptionGroup .icon_PHOTO_FRAME_WHITE{width:28px;height:28px;background-position:-1623px -350px}.productOptionGroup .icon_pink_handle_color_ceramic_mug{width:22px;height:22px;background-position:-742px -1641px}.productOptionGroup .icon_red_foil_swatch{width:44px;height:44px;background-position:-820px -1460px}.productOptionGroup .icon_red_handle_color_ceramic_mug{width:22px;height:22px;background-position:-764px -1641px}.productOptionGroup .icon_ROSE_GOLD_ENGRAVED{width:28px;height:28px;background-position:-1623px -1302px}.productOptionGroup .icon_rose_gold_foil_swatch{width:44px;height:44px;background-position:-1084px -1460px}.productOptionGroup .icon_rounded{width:28px;height:28px;background-position:-1623px -1358px}.productOptionGroup .icon_SETS_QUANTITY_1.disabled{width:20px;height:20px;background-position:-544px -1672px}.productOptionGroup .icon_SETS_QUANTITY_1{width:20px;height:20px;background-position:-524px -1672px}.productOptionGroup .icon_SETS_QUANTITY_2.disabled{width:20px;height:20px;background-position:-484px -1672px}.productOptionGroup .icon_SETS_QUANTITY_2{width:20px;height:20px;background-position:-424px -1672px}.productOptionGroup .icon_SETS_QUANTITY_3.disabled{width:20px;height:20px;background-position:-224px -1672px}.productOptionGroup .icon_SETS_QUANTITY_3{width:20px;height:20px;background-position:-204px -1672px}.productOptionGroup .icon_SETS_QUANTITY_4.disabled{width:20px;height:20px;background-position:-164px -1672px}.productOptionGroup .icon_SETS_QUANTITY_4{width:20px;height:20px;background-position:-144px -1672px}.productOptionGroup .icon_SILVER_ENGRAVED{width:28px;height:28px;background-position:-56px -1613px}.productOptionGroup .icon_silver_foil_swatch{width:44px;height:44px;background-position:-468px -1460px}.productOptionGroup .icon_size_31{width:21px;height:20px;background-position:-1008px -864px}.productOptionGroup .icon_size_6{width:32px;height:17px;background-position:-620px -850px}.productOptionGroup .icon_size_69{width:14px;height:28px;background-position:-1675px -1233px}.productOptionGroup .icon_size_7{width:20px;height:28px;background-position:-636px -1641px}.productOptionGroup .icon_size_89{width:23px;height:31px;background-position:-71px -1641px}.productOptionGroup .icon_soAPRON_SIZE_1.disabled{width:50px;height:50px;background-position:-1479px -834px}.productOptionGroup .icon_soAPRON_SIZE_1{width:50px;height:50px;background-position:-1479px -1034px}.productOptionGroup .icon_soAPRON_SIZE_2.disabled{width:50px;height:50px;background-position:-1479px -1234px}.productOptionGroup .icon_soAPRON_SIZE_2{width:50px;height:50px;background-position:-1479px -1284px}.productOptionGroup .icon_soARTPRINT_SIZE_1.disabled{width:34px;height:34px;background-position:-118px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_1_2x.disabled{width:68px;height:68px;background-position:-1032px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_1_3x.disabled{width:102px;height:102px;background-position:-1030px -510px}.productOptionGroup .icon_soARTPRINT_SIZE_1{width:34px;height:34px;background-position:-152px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_1_2x{width:68px;height:68px;background-position:-964px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_1_3x{width:102px;height:102px;background-position:-1030px -408px}.productOptionGroup .icon_soARTPRINT_SIZE_16.disabled{width:34px;height:34px;background-position:-254px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_16_2x.disabled{width:68px;height:68px;background-position:-692px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_16_3x.disabled{width:102px;height:102px;background-position:-1030px -204px}.productOptionGroup .icon_soARTPRINT_SIZE_16{width:34px;height:34px;background-position:-288px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_16_2x{width:68px;height:68px;background-position:-136px -1336px}.productOptionGroup .icon_soARTPRINT_SIZE_16_3x{width:102px;height:102px;background-position:-1030px -102px}.productOptionGroup .icon_soARTPRINT_SIZE_2.disabled{width:34px;height:34px;background-position:-628px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_2_2x.disabled{width:68px;height:68px;background-position:-204px -1336px}.productOptionGroup .icon_soARTPRINT_SIZE_2_3x.disabled{width:102px;height:102px;background-position:-846px -886px}.productOptionGroup .icon_soARTPRINT_SIZE_2{width:34px;height:34px;background-position:-594px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_2_2x{width:68px;height:68px;background-position:-420px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_2_3x{width:102px;height:102px;background-position:-744px -886px}.productOptionGroup .icon_soARTPRINT_SIZE_32.disabled{width:34px;height:34px;background-position:-492px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_32_2x.disabled{width:68px;height:68px;background-position:-556px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_32_3x.disabled{width:102px;height:102px;background-position:-540px -886px}.productOptionGroup .icon_soARTPRINT_SIZE_32{width:34px;height:34px;background-position:-730px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_32_2x{width:68px;height:68px;background-position:-624px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_32_3x{width:102px;height:102px;background-position:-408px -994px}.productOptionGroup .icon_soARTPRINT_SIZE_4.disabled{width:34px;height:34px;background-position:-1585px -1492px}.productOptionGroup .icon_soARTPRINT_SIZE_4_2x.disabled{width:68px;height:68px;background-position:-1100px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_4_3x.disabled{width:102px;height:102px;background-position:-204px -994px}.productOptionGroup .icon_soARTPRINT_SIZE_4{width:34px;height:34px;background-position:-795px -754px}.productOptionGroup .icon_soARTPRINT_SIZE_4_2x{width:68px;height:68px;background-position:-1236px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_4_3x{width:102px;height:102px;background-position:-102px -994px}.productOptionGroup .icon_soARTPRINT_SIZE_8.disabled{width:34px;height:34px;background-position:-390px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_8_2x.disabled{width:68px;height:68px;background-position:-216px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_8_3x.disabled{width:102px;height:102px;background-position:-1030px -816px}.productOptionGroup .icon_soARTPRINT_SIZE_8{width:34px;height:34px;background-position:-424px -1553px}.productOptionGroup .icon_soARTPRINT_SIZE_8_2x{width:68px;height:68px;background-position:-1304px -1264px}.productOptionGroup .icon_soARTPRINT_SIZE_8_3x{width:102px;height:102px;background-position:-1030px -714px}.productOptionGroup .icon_soBLANKET_SIZE_1{width:32px;height:34px;background-position:-764px -1553px}.productOptionGroup .icon_soBLANKET_SIZE_2{width:35px;height:34px;background-position:-1585px -1390px}.productOptionGroup .icon_soBLANKET_SIZE_4{width:42px;height:34px;background-position:0px -1553px}.productOptionGroup .icon_soBLANKET_SIZE_8{width:21px;height:34px;background-position:-1653px -166px}.productOptionGroup .icon_soBOTTLE_TYPE_1.disabled{width:36px;height:36px;background-position:-1585px -1208px}.productOptionGroup .icon_soBOTTLE_TYPE_1{width:36px;height:36px;background-position:-1585px -704px}.productOptionGroup .icon_soBOTTLE_TYPE_2.disabled{width:36px;height:36px;background-position:-1585px -1316px}.productOptionGroup .icon_soBOTTLE_TYPE_2{width:36px;height:36px;background-position:-1585px -1280px}.productOptionGroup .icon_soBOWL_SIZE_1.disabled{width:20px;height:20px;background-position:-584px -1672px}.productOptionGroup .icon_soBOWL_SIZE_1_2x.disabled{width:20px;height:20px;background-position:-564px -1672px}.productOptionGroup .icon_soBOWL_SIZE_1{width:20px;height:20px;background-position:-464px -1672px}.productOptionGroup .icon_soBOWL_SIZE_1_2x{width:20px;height:20px;background-position:-444px -1672px}.productOptionGroup .icon_soBOWL_SIZE_2.disabled{width:20px;height:20px;background-position:-724px -1672px}.productOptionGroup .icon_soBOWL_SIZE_2_2x.disabled{width:20px;height:20px;background-position:-704px -1672px}.productOptionGroup .icon_soBOWL_SIZE_2{width:20px;height:20px;background-position:-244px -1672px}.productOptionGroup .icon_soBOWL_SIZE_2_2x{width:20px;height:20px;background-position:-104px -1672px}.productOptionGroup .icon_soCERAMIC_TILE_SIZE_6X6{width:12px;height:12px;background-position:-1523px -604px}.productOptionGroup .icon_soCERAMIC_TILE_SIZE_8X8{width:14px;height:14px;background-position:-1209px -1641px}.productOptionGroup .icon_soCHOCOLATE_TYPE_1.disabled{width:38px;height:38px;background-position:-1585px -38px}.productOptionGroup .icon_soCHOCOLATE_TYPE_1{width:38px;height:38px;background-position:-1585px -76px}.productOptionGroup .icon_soCHOCOLATE_TYPE_16{width:38px;height:38px;background-position:-1585px -152px}.productOptionGroup .icon_soCHOCOLATE_TYPE_2.disabled{width:38px;height:38px;background-position:-1585px -228px}.productOptionGroup .icon_soCHOCOLATE_TYPE_2{width:38px;height:38px;background-position:-1585px -266px}.productOptionGroup .icon_soCHOCOLATE_TYPE_32{width:38px;height:38px;background-position:-1585px -342px}.productOptionGroup .icon_soCHOCOLATE_TYPE_8{width:38px;height:38px;background-position:-1585px 0px}.productOptionGroup .icon_soCOLLAR_SIZE_1.disabled{width:36px;height:32px;background-position:-480px -1505px}.productOptionGroup .icon_soCOLLAR_SIZE_1{width:36px;height:32px;background-position:-696px -1505px}.productOptionGroup .icon_soCOLLAR_SIZE_2.disabled{width:36px;height:32px;background-position:-588px -1505px}.productOptionGroup .icon_soCOLLAR_SIZE_2{width:36px;height:32px;background-position:-624px -1505px}.productOptionGroup .icon_soCOLLAR_SIZE_4.disabled{width:36px;height:32px;background-position:-516px -1505px}.productOptionGroup .icon_soCOLLAR_SIZE_4{width:36px;height:32px;background-position:-336px -1505px}.productOptionGroup .icon_soCOLLAR_SIZE_8.disabled{width:36px;height:32px;background-position:-300px -1505px}.productOptionGroup .icon_soCOLLAR_SIZE_8{width:36px;height:32px;background-position:-372px -1505px}.productOptionGroup .icon_soCUTTING_BOARD_SIZE_1.disabled{width:24px;height:18px;background-position:-924px -1078px}.productOptionGroup .icon_soCUTTING_BOARD_SIZE_1{width:24px;height:18px;background-position:-808px -736px}.productOptionGroup .icon_soCUTTING_BOARD_SIZE_2.disabled{width:24px;height:24px;background-position:-1219px -1587px}.productOptionGroup .icon_soCUTTING_BOARD_SIZE_2{width:24px;height:24px;background-position:-1243px -1587px}.productOptionGroup .icon_soCUTTING_BOARD_SIZE_4.disabled{width:18px;height:30px;background-position:-1675px -64px}.productOptionGroup .icon_soCUTTING_BOARD_SIZE_4{width:18px;height:30px;background-position:-1675px -94px}.productOptionGroup .icon_soDESKPLQ_SHAPE_1.disabled{width:44px;height:60px;background-position:-1479px -664px}.productOptionGroup .icon_soDESKPLQ_SHAPE_1{width:44px;height:60px;background-position:-1479px -724px}.productOptionGroup .icon_soDESKPLQ_SHAPE_16.disabled{width:68px;height:45px;background-position:0px -1460px}.productOptionGroup .icon_soDESKPLQ_SHAPE_16{width:68px;height:45px;background-position:-68px -1460px}.productOptionGroup .icon_soDESKPLQ_SHAPE_2.disabled{width:52px;height:48px;background-position:0px -1505px}.productOptionGroup .icon_soDESKPLQ_SHAPE_2{width:52px;height:48px;background-position:-104px -1505px}.productOptionGroup .icon_soDESKPLQ_SHAPE_4.disabled{width:60px;height:40px;background-position:-1086px -1404px}.productOptionGroup .icon_soDESKPLQ_SHAPE_4{width:60px;height:40px;background-position:-1206px -1404px}.productOptionGroup .icon_soDESKPLQ_SHAPE_8.disabled{width:48px;height:48px;background-position:-1535px -1122px}.productOptionGroup .icon_soDESKPLQ_SHAPE_8{width:48px;height:48px;background-position:-1535px -882px}.productOptionGroup .icon_soDESKTOP_SIZE_1{width:24px;height:24px;background-position:-1195px -1587px}.productOptionGroup .icon_soDESKTOP_SIZE_16{width:24px;height:32px;background-position:-808px -704px}.productOptionGroup .icon_soDESKTOP_SIZE_2{width:24px;height:31px;background-position:0px -1641px}.productOptionGroup .icon_soDESKTOP_SIZE_4{width:27px;height:34px;background-position:-1452px -437px}.productOptionGroup .icon_soDESKTOP_SIZE_8{width:26px;height:26px;background-position:-417px -1587px}.productOptionGroup .icon_soDOG_BED_SIZE_1_default{width:36px;height:36px;background-position:-1585px -524px}.productOptionGroup .icon_soDOG_BED_SIZE_1_default{width:72px;height:72px;background-position:-1330px -1100px}.productOptionGroup .icon_soDOG_BED_SIZE_1_default{width:108px;height:108px;background-position:-324px -886px}.productOptionGroup .icon_soDOG_BED_SIZE_1.disabled{width:36px;height:36px;background-position:-1585px -452px}.productOptionGroup .icon_soDOG_BED_SIZE_1_2x.disabled{width:72px;height:72px;background-position:-1330px -1172px}.productOptionGroup .icon_soDOG_BED_SIZE_1{width:36px;height:36px;background-position:-1585px -848px}.productOptionGroup .icon_soDOG_BED_SIZE_1_selected{width:36px;height:36px;background-position:-1585px -632px}.productOptionGroup .icon_soDOG_BED_SIZE_2_default{width:36px;height:36px;background-position:-1585px -668px}.productOptionGroup .icon_soDOG_BED_SIZE_2_default{width:72px;height:72px;background-position:-832px -724px}.productOptionGroup .icon_soDOG_BED_SIZE_2_default{width:108px;height:108px;background-position:-922px -108px}.productOptionGroup .icon_soDOG_BED_SIZE_2.disabled{width:36px;height:36px;background-position:-1585px -740px}.productOptionGroup .icon_soDOG_BED_SIZE_2_2x.disabled{width:72px;height:72px;background-position:-1330px -1028px}.productOptionGroup .icon_soDOG_BED_SIZE_2_3x.disabled{width:108px;height:108px;background-position:-922px -216px}.productOptionGroup .icon_soDOG_BED_SIZE_2{width:36px;height:36px;background-position:-1585px -884px}.productOptionGroup .icon_soDOG_BED_SIZE_2_selected{width:36px;height:36px;background-position:-1585px -956px}.productOptionGroup .icon_soDOG_BED_SIZE_2_selected{width:72px;height:72px;background-position:-948px -886px}.productOptionGroup .icon_soDOG_BED_SIZE_2_selected{width:108px;height:108px;background-position:-922px -324px}.productOptionGroup .icon_soDOG_BED_SIZE_4_default{width:36px;height:36px;background-position:-1585px -812px}.productOptionGroup .icon_soDOG_BED_SIZE_4_default{width:72px;height:72px;background-position:0px -1264px}.productOptionGroup .icon_soDOG_BED_SIZE_4_default{width:108px;height:108px;background-position:-922px -540px}.productOptionGroup .icon_soDOG_BED_SIZE_4.disabled{width:36px;height:36px;background-position:-1585px -596px}.productOptionGroup .icon_soDOG_BED_SIZE_4_2x.disabled{width:72px;height:72px;background-position:-72px -1264px}.productOptionGroup .icon_soDOG_BED_SIZE_4_3x.disabled{width:108px;height:108px;background-position:-922px -756px}.productOptionGroup .icon_soDOG_BED_SIZE_4{width:36px;height:36px;background-position:-1585px -488px}.productOptionGroup .icon_soDOG_BED_SIZE_4_selected{width:36px;height:36px;background-position:-1585px -416px}.productOptionGroup .icon_soDOG_BED_SIZE_4_selected{width:72px;height:72px;background-position:-144px -1264px}.productOptionGroup .icon_soDOG_BED_SIZE_4_selected{width:108px;height:108px;background-position:-108px -886px}.productOptionGroup .icon_soDOG_TSHIRT_SIZE_1.disabled{width:50px;height:50px;background-position:-1479px -1334px}.productOptionGroup .icon_soDOG_TSHIRT_SIZE_1{width:50px;height:50px;background-position:-1479px -1384px}.productOptionGroup .icon_soDOG_TSHIRT_SIZE_2.disabled{width:50px;height:50px;background-position:-1535px -50px}.productOptionGroup .icon_soDOG_TSHIRT_SIZE_2{width:50px;height:50px;background-position:-1535px -100px}.productOptionGroup .icon_soDOG_TSHIRT_SIZE_4.disabled{width:50px;height:50px;background-position:-1535px -350px}.productOptionGroup .icon_soDOG_TSHIRT_SIZE_4{width:50px;height:50px;background-position:-1535px -300px}.productOptionGroup .icon_soDRAWSTRING_BAG_SIZE_1.disabled{width:32px;height:32px;background-position:-764px -1505px}.productOptionGroup .icon_soDRAWSTRING_BAG_SIZE_1{width:32px;height:32px;background-position:-796px -1505px}.productOptionGroup .icon_soDRAWSTRING_BAG_SIZE_2.disabled{width:38px;height:38px;background-position:-1208px -236px}.productOptionGroup .icon_soDRAWSTRING_BAG_SIZE_2{width:38px;height:38px;background-position:-1208px -198px}.productOptionGroup .icon_soDRY_ERASE_DECAL_SIZE_1{width:20px;height:14px;background-position:-1155px -1641px}.productOptionGroup .icon_soDRY_ERASE_DECAL_SIZE_2{width:34px;height:22px;background-position:-1337px -1505px}.productOptionGroup .icon_soDRY_ERASE_DECAL_SIZE_4{width:34px;height:15px;background-position:-1414px -1389px}.productOptionGroup .icon_soDUVET_BACK_STYLE_1{width:48px;height:48px;background-position:-1535px -642px}.productOptionGroup .icon_soDUVET_BACK_STYLE_1_2x{width:44px;height:44px;background-position:-776px -1460px}.productOptionGroup .icon_soDUVET_BACK_STYLE_1_3x{width:44px;height:44px;background-position:-688px -1460px}.productOptionGroup .icon_soDUVET_BACK_STYLE_2{width:48px;height:48px;background-position:-1535px -930px}.productOptionGroup .icon_soDUVET_BACK_STYLE_2_2x{width:44px;height:44px;background-position:-1304px -1460px}.productOptionGroup .icon_soDUVET_BACK_STYLE_2_3x{width:44px;height:44px;background-position:-996px -1460px}.productOptionGroup .icon_soDUVET_BACK_STYLE_4{width:48px;height:48px;background-position:-156px -1505px}.productOptionGroup .icon_soDUVET_BACK_STYLE_4_2x{width:44px;height:44px;background-position:-732px -1460px}.productOptionGroup .icon_soDUVET_BACK_STYLE_4_3x{width:44px;height:44px;background-position:-644px -1460px}.productOptionGroup .icon_soDUVET_BACK_STYLE_8{width:48px;height:48px;background-position:-1535px -450px}.productOptionGroup .icon_soDUVET_BACK_STYLE_8_2x{width:44px;height:44px;background-position:-380px -1460px}.productOptionGroup .icon_soDUVET_BACK_STYLE_8_3x{width:44px;height:44px;background-position:-336px -1460px}.productOptionGroup .icon_soDUVET_SIZE_1.disabled{width:18px;height:28px;background-position:-1675px -238px}.productOptionGroup .icon_soDUVET_SIZE_1_2x.disabled{width:20px;height:28px;background-position:-536px -1641px}.productOptionGroup .icon_soDUVET_SIZE_1{width:18px;height:28px;background-position:-1675px -266px}.productOptionGroup .icon_soDUVET_SIZE_1_2x{width:20px;height:28px;background-position:-496px -1641px}.productOptionGroup .icon_soDUVET_SIZE_2.disabled{width:24px;height:28px;background-position:-308px -1641px}.productOptionGroup .icon_soDUVET_SIZE_2_2x.disabled{width:24px;height:28px;background-position:-188px -1641px}.productOptionGroup .icon_soDUVET_SIZE_2{width:24px;height:28px;background-position:-212px -1641px}.productOptionGroup .icon_soDUVET_SIZE_2_2x{width:24px;height:28px;background-position:-236px -1641px}.productOptionGroup .icon_soDUVET_SIZE_4.disabled{width:30px;height:28px;background-position:-1216px -1012px}.productOptionGroup .icon_soDUVET_SIZE_4_2x.disabled{width:30px;height:28px;background-position:-1216px -1040px}.productOptionGroup .icon_soDUVET_SIZE_4{width:30px;height:28px;background-position:-1623px 0px}.productOptionGroup .icon_soDUVET_SIZE_4_2x{width:30px;height:28px;background-position:-1623px -28px}.productOptionGroup .icon_soENGRAVED_METAL_COLOR_1.disabled{width:44px;height:44px;background-position:-1480px -1460px}.productOptionGroup .icon_soENGRAVED_METAL_COLOR_1{width:44px;height:44px;background-position:-1436px -1460px}.productOptionGroup .icon_soENGRAVED_METAL_COLOR_2.disabled{width:44px;height:44px;background-position:-1260px -1460px}.productOptionGroup .icon_soENGRAVED_METAL_COLOR_2{width:44px;height:44px;background-position:-1172px -1460px}.productOptionGroup .icon_soENGRAVED_METAL_COLOR_4.disabled{width:44px;height:44px;background-position:-1040px -1460px}.productOptionGroup .icon_soENGRAVED_METAL_COLOR_4{width:44px;height:44px;background-position:-952px -1460px}.productOptionGroup .icon_soFOIL_COLOR_1.disabled{width:28px;height:28px;background-position:-1623px -882px}.productOptionGroup .icon_soFOIL_COLOR_1_2x.disabled{width:56px;height:56px;background-position:-1414px -941px}.productOptionGroup .icon_soFOIL_COLOR_1_3x.disabled{width:84px;height:84px;background-position:-1246px -168px}.productOptionGroup .icon_soFOIL_COLOR_1{width:28px;height:28px;background-position:-1623px -798px}.productOptionGroup .icon_soFOIL_COLOR_1_2x{width:56px;height:56px;background-position:-1414px -829px}.productOptionGroup .icon_soFOIL_COLOR_1_3x{width:84px;height:84px;background-position:-1246px 0px}.productOptionGroup .icon_soFOIL_COLOR_16{width:44px;height:44px;background-position:-556px -1460px}.productOptionGroup .icon_soFOIL_COLOR_2.disabled{width:28px;height:28px;background-position:-1623px -518px}.productOptionGroup .icon_soFOIL_COLOR_2_2x.disabled{width:56px;height:56px;background-position:-1414px -549px}.productOptionGroup .icon_soFOIL_COLOR_2_3x.disabled{width:84px;height:84px;background-position:-1132px -732px}.productOptionGroup .icon_soFOIL_COLOR_2{width:28px;height:28px;background-position:-1623px -602px}.productOptionGroup .icon_soFOIL_COLOR_2_2x{width:56px;height:56px;background-position:-1479px -168px}.productOptionGroup .icon_soFOIL_COLOR_2_3x{width:84px;height:84px;background-position:-1132px -648px}.productOptionGroup .icon_soFOIL_COLOR_4.disabled{width:28px;height:28px;background-position:-1623px -770px}.productOptionGroup .icon_soFOIL_COLOR_4_2x.disabled{width:56px;height:56px;background-position:-1414px -1109px}.productOptionGroup .icon_soFOIL_COLOR_4_3x.disabled{width:84px;height:84px;background-position:-1132px -312px}.productOptionGroup .icon_soFOIL_COLOR_4{width:28px;height:28px;background-position:-1623px -854px}.productOptionGroup .icon_soFOIL_COLOR_4_2x{width:56px;height:56px;background-position:-1414px -661px}.productOptionGroup .icon_soFOIL_COLOR_4_3x{width:84px;height:84px;background-position:-1132px -396px}.productOptionGroup .icon_soFOIL_COLOR_8.disabled{width:28px;height:28px;background-position:-1623px -1022px}.productOptionGroup .icon_soFOIL_COLOR_8_2x.disabled{width:56px;height:56px;background-position:-1414px -997px}.productOptionGroup .icon_soFOIL_COLOR_8_3x.disabled{width:84px;height:84px;background-position:-1246px -504px}.productOptionGroup .icon_soFOIL_COLOR_8{width:28px;height:28px;background-position:-1623px -1106px}.productOptionGroup .icon_soFOIL_COLOR_8_2x{width:56px;height:56px;background-position:-1479px -224px}.productOptionGroup .icon_soFOIL_COLOR_8_3x{width:84px;height:84px;background-position:-588px -1180px}.productOptionGroup .icon_soGARDENSTONE_STYLE_1.disabled{width:22px;height:18px;background-position:-1032px -1641px}.productOptionGroup .icon_soGARDENSTONE_STYLE_1{width:22px;height:18px;background-position:-1054px -1641px}.productOptionGroup .icon_soGARDENSTONE_STYLE_2.disabled{width:29px;height:22px;background-position:-1462px -1505px}.productOptionGroup .icon_soGARDENSTONE_STYLE_2{width:29px;height:22px;background-position:-1404px -1505px}.productOptionGroup .icon_soGARDENSTONE_STYLE_4.disabled{width:26px;height:24px;background-position:-881px -1587px}.productOptionGroup .icon_soGARDENSTONE_STYLE_4{width:26px;height:24px;background-position:-803px -1587px}.productOptionGroup .icon_soGLASS_JAR_SIZE_1.disabled{width:22px;height:32px;background-position:-1653px -298px}.productOptionGroup .icon_soGLASS_JAR_SIZE_1{width:22px;height:32px;background-position:-1653px -266px}.productOptionGroup .icon_soGLASS_JAR_SIZE_2.disabled{width:25px;height:36px;background-position:-1216px -396px}.productOptionGroup .icon_soGLASS_JAR_SIZE_2{width:25px;height:36px;background-position:-1216px -432px}.productOptionGroup .icon_soGLASS_PLATE_SIZE_1.disabled{width:22px;height:22px;background-position:-918px -1641px}.productOptionGroup .icon_soGLASS_PLATE_SIZE_1{width:22px;height:22px;background-position:-1616px -1613px}.productOptionGroup .icon_soGLASS_PLATE_SIZE_2.disabled{width:18px;height:18px;background-position:-1675px -1353px}.productOptionGroup .icon_soGLASS_PLATE_SIZE_2{width:18px;height:18px;background-position:-1675px -1443px}.productOptionGroup .icon_soGLASS_PLATE_SIZE_4.disabled{width:28px;height:14px;background-position:-740px -850px}.productOptionGroup .icon_soGLASS_PLATE_SIZE_4{width:28px;height:14px;background-position:-712px -850px}.productOptionGroup .icon_soGLASS_PLATE_SIZE_8.disabled{width:22px;height:12px;background-position:-324px -870px}.productOptionGroup .icon_soGLASS_PLATE_SIZE_8{width:22px;height:12px;background-position:-346px -870px}.productOptionGroup .icon_soGLASS_PRINT_0{width:20px;height:20px;background-position:-384px -1672px}.productOptionGroup .icon_soGLASS_PRINT_1{width:26px;height:20px;background-position:-1491px -1505px}.productOptionGroup .icon_soGLASS_PRINT_16{width:30px;height:28px;background-position:-1623px -112px}.productOptionGroup .icon_soGLASS_PRINT_2{width:23px;height:23px;background-position:-1506px -1587px}.productOptionGroup .icon_soGLASS_PRINT_32{width:27px;height:34px;background-position:-1452px -313px}.productOptionGroup .icon_soGLASS_PRINT_4{width:24px;height:24px;background-position:-931px -1587px}.productOptionGroup .icon_soGLASS_PRINT_8{width:28px;height:20px;background-position:-732px -351px}.productOptionGroup .icon_soGLASS_VASE_SHAPE_1.disabled{width:26px;height:19px;background-position:-1543px -1505px}.productOptionGroup .icon_soGLASS_VASE_SHAPE_1{width:26px;height:19px;background-position:-1529px -1587px}.productOptionGroup .icon_soGLASS_VASE_SHAPE_2.disabled{width:14px;height:34px;background-position:-1675px -718px}.productOptionGroup .icon_soGLASS_VASE_SHAPE_2{width:14px;height:34px;background-position:-1675px -650px}.productOptionGroup .icon_soGLASS_VASE_SHAPE_4.disabled{width:16px;height:29px;background-position:-1675px -810px}.productOptionGroup .icon_soGLASS_VASE_SHAPE_4{width:16px;height:29px;background-position:-1675px -781px}.productOptionGroup .icon_soGLASSFRAME_SIZE_1.disabled{width:24px;height:18px;background-position:-984px -1641px}.productOptionGroup .icon_soGLASSFRAME_SIZE_1{width:24px;height:18px;background-position:-972px -1078px}.productOptionGroup .icon_soGLASSFRAME_SIZE_2.disabled{width:18px;height:24px;background-position:-1675px -1209px}.productOptionGroup .icon_soGLASSFRAME_SIZE_2{width:18px;height:24px;background-position:-1675px -1065px}.productOptionGroup .icon_soGLASSFRAME_SIZE_4.disabled{width:24px;height:18px;background-position:-1044px -1078px}.productOptionGroup .icon_soGLASSFRAME_SIZE_4{width:24px;height:18px;background-position:-1068px -1078px}.productOptionGroup .icon_soGLASSFRAME_SIZE_8.disabled{width:18px;height:24px;background-position:-1675px -1113px}.productOptionGroup .icon_soGLASSFRAME_SIZE_8{width:18px;height:24px;background-position:-1675px -1137px}.productOptionGroup .icon_soGLITTER_COLOR_1.disabled{width:28px;height:28px;background-position:-896px -1613px}.productOptionGroup .icon_soGLITTER_COLOR_1_2x.disabled{width:56px;height:56px;background-position:-1479px -112px}.productOptionGroup .icon_soGLITTER_COLOR_1_3x.disabled{width:84px;height:84px;background-position:-1330px -252px}.productOptionGroup .icon_soGLITTER_COLOR_1{width:28px;height:28px;background-position:-728px -1613px}.productOptionGroup .icon_soGLITTER_COLOR_1_2x{width:56px;height:56px;background-position:-1479px -56px}.productOptionGroup .icon_soGLITTER_COLOR_1_3x{width:84px;height:84px;background-position:-1330px -84px}.productOptionGroup .icon_soGLITTER_COLOR_2.disabled{width:28px;height:28px;background-position:-476px -1613px}.productOptionGroup .icon_soGLITTER_COLOR_2_2x.disabled{width:56px;height:56px;background-position:-1414px -1333px}.productOptionGroup .icon_soGLITTER_COLOR_2_3x.disabled{width:84px;height:84px;background-position:-672px -1180px}.productOptionGroup .icon_soGLITTER_COLOR_2{width:28px;height:28px;background-position:-448px -1613px}.productOptionGroup .icon_soGLITTER_COLOR_2_2x{width:56px;height:56px;background-position:-1414px -1165px}.productOptionGroup .icon_soGLITTER_COLOR_2_3x{width:84px;height:84px;background-position:-420px -1180px}.productOptionGroup .icon_soGLITTER_COLOR_4.disabled{width:28px;height:28px;background-position:-252px -1613px}.productOptionGroup .icon_soGLITTER_COLOR_4_2x.disabled{width:56px;height:56px;background-position:-1414px -885px}.productOptionGroup .icon_soGLITTER_COLOR_4_3x.disabled{width:84px;height:84px;background-position:0px -1180px}.productOptionGroup .icon_soGLITTER_COLOR_4{width:28px;height:28px;background-position:-168px -1613px}.productOptionGroup .icon_soGLITTER_COLOR_4_2x{width:56px;height:56px;background-position:-1414px -1277px}.productOptionGroup .icon_soGLITTER_COLOR_4_3x{width:84px;height:84px;background-position:-1132px -564px}.productOptionGroup .icon_soHANGING_CANVAS_SIZE_11X14_1.disabled{width:50px;height:50px;background-position:-1479px -1134px}.productOptionGroup .icon_soHANGING_CANVAS_SIZE_11X14_1{width:50px;height:50px;background-position:-1535px -400px}.productOptionGroup .icon_soHANGING_CANVAS_SIZE_16X20_2.disabled{width:50px;height:50px;background-position:-1479px -934px}.productOptionGroup .icon_soHANGING_CANVAS_SIZE_16X20_2{width:50px;height:50px;background-position:-1479px -884px}.productOptionGroup .icon_soHANGING_CANVAS_SIZE_20X30_4.disabled{width:50px;height:50px;background-position:-1535px -150px}.productOptionGroup .icon_soHANGING_CANVAS_SIZE_20X30_4{width:50px;height:50px;background-position:-1479px -784px}.productOptionGroup .icon_soLAPTOP_CASE_SIZE_1.disabled{width:36px;height:26px;background-position:-1585px -1526px}.productOptionGroup .icon_soLAPTOP_CASE_SIZE_1{width:36px;height:26px;background-position:-948px -958px}.productOptionGroup .icon_soLAPTOP_CASE_SIZE_2.disabled{width:40px;height:30px;background-position:-780px -478px}.productOptionGroup .icon_soLAPTOP_CASE_SIZE_2{width:40px;height:30px;background-position:-648px -510px}.productOptionGroup .icon_soLEASH_SIZE_1.disabled{width:56px;height:20px;background-position:-1330px -1244px}.productOptionGroup .icon_soLEASH_SIZE_1{width:56px;height:20px;background-position:-416px -351px}.productOptionGroup .icon_soLEASH_SIZE_2.disabled{width:56px;height:20px;background-position:-1479px -1434px}.productOptionGroup .icon_soLEASH_SIZE_2{width:56px;height:20px;background-position:-922px -864px}.productOptionGroup .icon_soLUGGAGE_TAG_SIZE_1{width:19px;height:13px;background-position:-288px -1538px}.productOptionGroup .icon_soLUGGAGE_TAG_SIZE_2{width:26px;height:18px;background-position:-872px -1078px}.productOptionGroup .icon_soMAGNET_SIZE_1{width:19px;height:13px;background-position:-307px -1538px}.productOptionGroup .icon_soMAGNET_SIZE_16{width:32px;height:33px;background-position:-860px -1553px}.productOptionGroup .icon_soMAGNET_SIZE_2{width:19px;height:19px;background-position:-864px -1672px}.productOptionGroup .icon_soMAGNET_SIZE_4{width:19px;height:31px;background-position:-1653px -1353px}.productOptionGroup .icon_soMAGNET_SIZE_8{width:26px;height:34px;background-position:-1216px -564px}.productOptionGroup .icon_soMOUSEPAD_SHAPE_1.disabled{width:26px;height:24px;background-position:-829px -1587px}.productOptionGroup .icon_soMOUSEPAD_SHAPE_1{width:26px;height:24px;background-position:-725px -1587px}.productOptionGroup .icon_soMOUSEPAD_SHAPE_2.disabled{width:24px;height:24px;background-position:-1339px -1587px}.productOptionGroup .icon_soMOUSEPAD_SHAPE_2{width:24px;height:24px;background-position:-1363px -1587px}.productOptionGroup .icon_soMOUSEPAD_SHAPE_4.disabled{width:26px;height:25px;background-position:-495px -1587px}.productOptionGroup .icon_soMOUSEPAD_SHAPE_4{width:26px;height:25px;background-position:-521px -1587px}.productOptionGroup .icon_soMOUSEPAD_SHAPE_8.disabled{width:26px;height:24px;background-position:-1480px -1553px}.productOptionGroup .icon_soMOUSEPAD_SHAPE_8{width:26px;height:24px;background-position:-1506px -1553px}.productOptionGroup .icon_soMUG_SIZE_1{width:20px;height:20px;background-position:-344px -1672px}.productOptionGroup .icon_soMUG_SIZE_16{width:20px;height:20px;background-position:-304px -1672px}.productOptionGroup .icon_soMUG_SIZE_2{width:20px;height:20px;background-position:-264px -1672px}.productOptionGroup .icon_soMUG_SIZE_32{width:20px;height:20px;background-position:-784px -1672px}.productOptionGroup .icon_soMUG_SIZE_4{width:20px;height:20px;background-position:-684px -1672px}.productOptionGroup .icon_soMUG_SIZE_8{width:20px;height:20px;background-position:-644px -1672px}.productOptionGroup .icon_soornament_shape_option_1.disabled{width:26px;height:28px;background-position:-1226px -1613px}.productOptionGroup .icon_soornament_shape_option_1{width:26px;height:28px;background-position:-1148px -1613px}.productOptionGroup .icon_soornament_shape_option_1024.disabled{width:26px;height:24px;background-position:-1558px -1553px}.productOptionGroup .icon_soornament_shape_option_1024{width:26px;height:24px;background-position:-1584px -1553px}.productOptionGroup .icon_soornament_shape_option_128.disabled{width:26px;height:27px;background-position:-1330px -1613px}.productOptionGroup .icon_soornament_shape_option_128{width:26px;height:27px;background-position:-1304px -1613px}.productOptionGroup .icon_soornament_shape_option_16.disabled{width:34px;height:24px;background-position:-1176px -1553px}.productOptionGroup .icon_soornament_shape_option_16{width:34px;height:24px;background-position:-1210px -1553px}.productOptionGroup .icon_soornament_shape_option_2.disabled{width:28px;height:17px;background-position:-684px -850px}.productOptionGroup .icon_soornament_shape_option_2{width:28px;height:18px;background-position:-844px -1078px}.productOptionGroup .icon_soornament_shape_option_2048.disabled{width:24px;height:26px;background-position:-1356px -1613px}.productOptionGroup .icon_soornament_shape_option_2048{width:24px;height:26px;background-position:-1380px -1613px}.productOptionGroup .icon_soornament_shape_option_256.disabled{width:22px;height:28px;background-position:-1653px -1157px}.productOptionGroup .icon_soornament_shape_option_256{width:22px;height:28px;background-position:-1653px -1185px}.productOptionGroup .icon_soornament_shape_option_32.disabled{width:26px;height:26px;background-position:-313px -1587px}.productOptionGroup .icon_soornament_shape_option_32{width:26px;height:26px;background-position:-261px -1587px}.productOptionGroup .icon_soornament_shape_option_4.disabled{width:24px;height:24px;background-position:-1387px -1587px}.productOptionGroup .icon_soornament_shape_option_4{width:24px;height:24px;background-position:-1411px -1587px}.productOptionGroup .icon_soornament_shape_option_512.disabled{width:20px;height:26px;background-position:-1468px -1613px}.productOptionGroup .icon_soornament_shape_option_512{width:20px;height:26px;background-position:-1448px -1613px}.productOptionGroup .icon_soornament_shape_option_64.disabled{width:22px;height:27px;background-position:-1653px -1241px}.productOptionGroup .icon_soornament_shape_option_64{width:22px;height:27px;background-position:-1653px -1295px}.productOptionGroup .icon_soornament_shape_option_8.disabled{width:26px;height:26px;background-position:-443px -1587px}.productOptionGroup .icon_soornament_shape_option_8{width:26px;height:26px;background-position:-469px -1587px}.productOptionGroup .icon_soPAPERWEIGHT_SHAPE_1.disabled{width:26px;height:26px;background-position:-339px -1587px}.productOptionGroup .icon_soPAPERWEIGHT_SHAPE_1{width:26px;height:26px;background-position:-209px -1587px}.productOptionGroup .icon_soPAPERWEIGHT_SHAPE_2.disabled{width:24px;height:24px;background-position:-1003px -1587px}.productOptionGroup .icon_soPAPERWEIGHT_SHAPE_2{width:24px;height:24px;background-position:-1027px -1587px}.productOptionGroup .icon_soPAPERWEIGHT_SHAPE_4.disabled{width:26px;height:24px;background-position:-855px -1587px}.productOptionGroup .icon_soPAPERWEIGHT_SHAPE_4{width:26px;height:24px;background-position:-1454px -1553px}.productOptionGroup .icon_soPENCIL_COLOR_CHIC{width:44px;height:44px;background-position:-908px -1460px}.productOptionGroup .icon_soPENCIL_COLOR_RAINBOW{width:44px;height:44px;background-position:-1216px -1460px}.productOptionGroup .icon_soPENCIL_COLOR_SILVER{width:44px;height:44px;background-position:-204px -1460px}.productOptionGroup .icon_soPENCIL_COLOR_WHITE{width:44px;height:44px;background-position:-248px -1460px}.productOptionGroup .icon_soPHONE_MODEL_1{width:15px;height:29px;background-position:-1675px -839px}.productOptionGroup .icon_soPHONE_MODEL_100.disabled{width:18px;height:32px;background-position:-904px -756px}.productOptionGroup .icon_soPHONE_MODEL_100{width:18px;height:32px;background-position:-1653px -1416px}.productOptionGroup .icon_soPHONE_MODEL_1048576.disabled{width:21px;height:38px;background-position:-1623px -312px}.productOptionGroup .icon_soPHONE_MODEL_1048576{width:21px;height:38px;background-position:-1623px -236px}.productOptionGroup .icon_soPHONE_MODEL_128{width:17px;height:29px;background-position:-1675px -567px}.productOptionGroup .icon_soPHONE_MODEL_131072.disabled{width:18px;height:37px;background-position:-1653px -361px}.productOptionGroup .icon_soPHONE_MODEL_131072{width:18px;height:37px;background-position:-1653px -435px}.productOptionGroup .icon_soPHONE_MODEL_16.disabled{width:18px;height:35px;background-position:-1653px -912px}.productOptionGroup .icon_soPHONE_MODEL_16{width:18px;height:35px;background-position:-1653px -877px}.productOptionGroup .icon_soPHONE_MODEL_16384.disabled{width:18px;height:35px;background-position:-1653px -702px}.productOptionGroup .icon_soPHONE_MODEL_16384{width:18px;height:35px;background-position:-1653px -667px}.productOptionGroup .icon_soPHONE_MODEL_2{width:15px;height:29px;background-position:-1675px -897px}.productOptionGroup .icon_soPHONE_MODEL_256.disabled{width:21px;height:41px;background-position:-1216px -598px}.productOptionGroup .icon_soPHONE_MODEL_256{width:21px;height:41px;background-position:-1216px -900px}.productOptionGroup .icon_soPHONE_MODEL_262144.disabled{width:18px;height:35px;background-position:-1653px -1122px}.productOptionGroup .icon_soPHONE_MODEL_262144{width:18px;height:35px;background-position:-1653px -1052px}.productOptionGroup .icon_soPHONE_MODEL_32.disabled{width:16px;height:31px;background-position:-1675px -325px}.productOptionGroup .icon_soPHONE_MODEL_32{width:16px;height:31px;background-position:-1675px -294px}.productOptionGroup .icon_soPHONE_MODEL_32768.disabled{width:21px;height:41px;background-position:-1216px -732px}.productOptionGroup .icon_soPHONE_MODEL_32768{width:21px;height:41px;background-position:-1216px -689px}.productOptionGroup .icon_soPHONE_MODEL_4.disabled{width:16px;height:31px;background-position:-1675px -418px}.productOptionGroup .icon_soPHONE_MODEL_4{width:16px;height:31px;background-position:-1675px -387px}.productOptionGroup .icon_soPHONE_MODEL_4096.disabled{width:18px;height:32px;background-position:-1653px -1448px}.productOptionGroup .icon_soPHONE_MODEL_4096{width:18px;height:32px;background-position:-1653px -1384px}.productOptionGroup .icon_soPHONE_MODEL_512.disabled{width:18px;height:32px;background-position:-1653px -1576px}.productOptionGroup .icon_soPHONE_MODEL_512{width:18px;height:32px;background-position:-1675px -32px}.productOptionGroup .icon_soPHONE_MODEL_524288.disabled{width:21px;height:41px;background-position:-1216px -816px}.productOptionGroup .icon_soPHONE_MODEL_524288{width:21px;height:41px;background-position:-1216px -857px}.productOptionGroup .icon_soPHONE_MODEL_64{width:17px;height:29px;background-position:-1675px -480px}.productOptionGroup .icon_soPHONE_MODEL_65536.disabled{width:18px;height:35px;background-position:-1653px -807px}.productOptionGroup .icon_soPHONE_MODEL_65536{width:18px;height:35px;background-position:-1653px -842px}.productOptionGroup .icon_soPHONE_MODEL_8{width:14px;height:31px;background-position:-1675px -986px}.productOptionGroup .icon_soPHONE_MODEL_8192.disabled{width:18px;height:32px;background-position:-904px -724px}.productOptionGroup .icon_soPHONE_MODEL_8192{width:18px;height:32px;background-position:-1653px -1544px}.productOptionGroup .icon_soPHONE_MODEL_8388608.disabled{width:18px;height:35px;background-position:-1653px -1087px}.productOptionGroup .icon_soPHONE_MODEL_8388608{width:18px;height:35px;background-position:-1653px -982px}.productOptionGroup .icon_soPHOTOCHARM_SHAPE_1{width:32px;height:32px;background-position:-860px -1505px}.productOptionGroup .icon_soPHOTOCHARM_SHAPE_2{width:32px;height:32px;background-position:-828px -1505px}.productOptionGroup .icon_soPHOTOCHARM_SHAPE_4{width:32px;height:32px;background-position:-892px -1505px}.productOptionGroup .icon_soPILLOW_SIZE_1{width:25px;height:25px;background-position:-598px -1587px}.productOptionGroup .icon_soPILLOW_SIZE_16{width:32px;height:32px;background-position:-1020px -1505px}.productOptionGroup .icon_soPILLOW_SIZE_2{width:28px;height:28px;background-position:-1623px -1470px}.productOptionGroup .icon_soPILLOW_SIZE_4{width:25px;height:21px;background-position:-1452px -471px}.productOptionGroup .icon_soPILLOW_SIZE_8{width:32px;height:24px;background-position:-1277px -1553px}.productOptionGroup .icon_soPOUCH_STYLE_1.disabled{width:19px;height:18px;background-position:-1136px -1641px}.productOptionGroup .icon_soPOUCH_STYLE_1{width:19px;height:18px;background-position:-1098px -1641px}.productOptionGroup .icon_soPOUCH_STYLE_2.disabled{width:27px;height:24px;background-position:-1373px -1553px}.productOptionGroup .icon_soPOUCH_STYLE_2{width:27px;height:24px;background-position:-1400px -1553px}.productOptionGroup .icon_soPUZZLE_PIECES_1.disabled{width:36px;height:22px;background-position:-1195px -1505px}.productOptionGroup .icon_soPUZZLE_PIECES_1_2x.disabled{width:72px;height:44px;background-position:-792px -1404px}.productOptionGroup .icon_soPUZZLE_PIECES_1{width:36px;height:22px;background-position:-1159px -1505px}.productOptionGroup .icon_soPUZZLE_PIECES_1_2x{width:72px;height:44px;background-position:-720px -1404px}.productOptionGroup .icon_soPUZZLE_PIECES_2.disabled{width:36px;height:22px;background-position:-1376px -1006px}.productOptionGroup .icon_soPUZZLE_PIECES_2_2x.disabled{width:72px;height:44px;background-position:-504px -1404px}.productOptionGroup .icon_soPUZZLE_PIECES_2{width:36px;height:22px;background-position:-1123px -1505px}.productOptionGroup .icon_soPUZZLE_PIECES_2_2x{width:72px;height:44px;background-position:-576px -1404px}.productOptionGroup .icon_soPUZZLE_PIECES_4.disabled{width:50px;height:33px;background-position:-861px -804px}.productOptionGroup .icon_soPUZZLE_PIECES_4_2x.disabled{width:100px;height:66px;background-position:-1030px -918px}.productOptionGroup .icon_soPUZZLE_PIECES_4{width:50px;height:33px;background-position:-811px -804px}.productOptionGroup .icon_soPUZZLE_PIECES_4_2x{width:100px;height:66px;background-position:-396px -804px}.productOptionGroup .icon_soPUZZLE_PIECES_8.disabled{width:74px;height:41px;background-position:-1012px -1404px}.productOptionGroup .icon_soPUZZLE_PIECES_8_2x.disabled{width:148px;height:82px;background-position:-660px -672px}.productOptionGroup .icon_soPUZZLE_PIECES_8{width:74px;height:41px;background-position:-938px -1404px}.productOptionGroup .icon_soPUZZLE_PIECES_8_2x{width:148px;height:82px;background-position:-148px -804px}.productOptionGroup .icon_soPZN_FRAME_SIZE_1{width:14px;height:16px;background-position:-1675px -1633px}.productOptionGroup .icon_soPZN_FRAME_SIZE_16{width:18px;height:18px;background-position:-1675px -1425px}.productOptionGroup .icon_soPZN_FRAME_SIZE_2{width:16px;height:14px;background-position:-816px -351px}.productOptionGroup .icon_soPZN_FRAME_SIZE_4{width:16px;height:14px;background-position:-1569px -1505px}.productOptionGroup .icon_soPZN_FRAME_SIZE_8{width:18px;height:18px;background-position:-1675px -1461px}.productOptionGroup .icon_soSERVING_TRAY_SIZE_1{width:28px;height:28px;background-position:-532px -1613px}.productOptionGroup .icon_soSERVING_TRAY_SIZE_2{width:28px;height:28px;background-position:-1092px -1613px}.productOptionGroup .icon_soSHAM_SIZE_1.disabled{width:30px;height:20px;background-position:-978px -864px}.productOptionGroup .icon_soSHAM_SIZE_1_2x.disabled{width:30px;height:20px;background-position:-558px -351px}.productOptionGroup .icon_soSHAM_SIZE_1{width:30px;height:20px;background-position:-588px -351px}.productOptionGroup .icon_soSHAM_SIZE_1_2x{width:30px;height:20px;background-position:-618px -351px}.productOptionGroup .icon_soSHAM_SIZE_2.disabled{width:36px;height:24px;background-position:-1034px -1553px}.productOptionGroup .icon_soSHAM_SIZE_2_2x.disabled{width:36px;height:24px;background-position:-926px -1553px}.productOptionGroup .icon_soSHAM_SIZE_2{width:36px;height:24px;background-position:-1106px -1553px}.productOptionGroup .icon_soSHAM_SIZE_2_2x{width:36px;height:24px;background-position:-998px -1553px}.productOptionGroup .icon_soTABLE_RUNNER_SIZE_1{width:30px;height:8px;background-position:-1216px -639px}.productOptionGroup .icon_soTABLE_RUNNER_SIZE_2{width:34px;height:10px;background-position:-1166px -1086px}.productOptionGroup .icon_soTABLET_MODEL_1{width:22px;height:33px;background-position:-1653px -133px}.productOptionGroup .icon_soTABLET_MODEL_2{width:22px;height:33px;background-position:-1653px -67px}.productOptionGroup .icon_soTABLET_MODEL_3{width:18px;height:27px;background-position:-1675px -623px}.productOptionGroup .icon_soTOTE_STYLE_1.disabled{width:26px;height:32px;background-position:-1623px -140px}.productOptionGroup .icon_soTOTE_STYLE_1{width:26px;height:32px;background-position:-1623px -172px}.productOptionGroup .icon_soTOTE_STYLE_2.disabled{width:24px;height:28px;background-position:-164px -1641px}.productOptionGroup .icon_soTOTE_STYLE_2{width:24px;height:28px;background-position:-140px -1641px}.productOptionGroup .icon_soWALLART_SIZE_1{width:33px;height:22px;background-position:-1371px -1505px}.productOptionGroup .icon_soWALLART_SIZE_1024{width:28px;height:12px;background-position:-1216px -468px}.productOptionGroup .icon_soWALLART_SIZE_128{width:18px;height:28px;background-position:-1675px -182px}.productOptionGroup .icon_soWALLART_SIZE_16{width:18px;height:18px;background-position:-1675px -1407px}.productOptionGroup .icon_soWALLART_SIZE_16384{width:10px;height:10px;background-position:-1523px -688px}.productOptionGroup .icon_soWALLART_SIZE_2{width:31px;height:26px;background-position:-97px -1587px}.productOptionGroup .icon_soWALLART_SIZE_2048{width:33px;height:11px;background-position:-768px -850px}.productOptionGroup .icon_soWALLART_SIZE_256{width:22px;height:34px;background-position:-1653px 0px}.productOptionGroup .icon_soWALLART_SIZE_262144.disabled{width:38px;height:28px;background-position:-1376px -864px}.productOptionGroup .icon_soWALLART_SIZE_262144_2x.disabled{width:76px;height:56px;background-position:-537px -1336px}.productOptionGroup .icon_soWALLART_SIZE_262144_3x.disabled{width:114px;height:84px;background-position:-930px -994px}.productOptionGroup .icon_soWALLART_SIZE_262144{width:38px;height:28px;background-position:-766px -510px}.productOptionGroup .icon_soWALLART_SIZE_262144_2x{width:76px;height:56px;background-position:-613px -1336px}.productOptionGroup .icon_soWALLART_SIZE_262144_3x{width:114px;height:84px;background-position:-816px -994px}.productOptionGroup .icon_soWALLART_SIZE_32{width:14px;height:20px;background-position:-1675px -1539px}.productOptionGroup .icon_soWALLART_SIZE_32768{width:12px;height:12px;background-position:-1523px -628px}.productOptionGroup .icon_soWALLART_SIZE_4{width:33px;height:24px;background-position:-1244px -1553px}.productOptionGroup .icon_soWALLART_SIZE_4096{width:25px;height:25px;background-position:-573px -1587px}.productOptionGroup .icon_soWALLART_SIZE_512{width:14px;height:17px;background-position:-1675px -1599px}.productOptionGroup .icon_soWALLART_SIZE_524288.disabled{width:34px;height:34px;background-position:-1585px -1458px}.productOptionGroup .icon_soWALLART_SIZE_524288_2x.disabled{width:68px;height:68px;background-position:0px -1336px}.productOptionGroup .icon_soWALLART_SIZE_524288_3x.disabled{width:102px;height:102px;background-position:-510px -994px}.productOptionGroup .icon_soWALLART_SIZE_524288{width:34px;height:34px;background-position:-322px -1553px}.productOptionGroup .icon_soWALLART_SIZE_524288_2x{width:68px;height:68px;background-position:-1168px -1264px}.productOptionGroup .icon_soWALLART_SIZE_524288_3x{width:102px;height:102px;background-position:-612px -994px}.productOptionGroup .icon_soWALLART_SIZE_64{width:20px;height:25px;background-position:-1488px -1613px}.productOptionGroup .icon_soWALLART_SIZE_65536{width:14px;height:14px;background-position:-1195px -1641px}.productOptionGroup .icon_soWALLART_SIZE_8{width:29px;height:26px;background-position:-128px -1587px}.productOptionGroup .icon_soWALLART_SIZE_8192{width:14px;height:20px;background-position:-1675px -1479px}.productOptionGroup .icon_soWINEBAG_FABRIC_COLOR_1.disabled{width:44px;height:44px;background-position:-512px -1460px}.productOptionGroup .icon_soWINEBAG_FABRIC_COLOR_1{width:28px;height:28px;background-position:-1623px -1582px}.productOptionGroup .icon_soWINEBAG_FABRIC_COLOR_2.disabled{width:44px;height:44px;background-position:-424px -1460px}.productOptionGroup .icon_soWINEBAG_FABRIC_COLOR_2{width:28px;height:28px;background-position:-1623px -1050px}.productOptionGroup .icon_soWOODFRAME_SIZE_1.disabled{width:24px;height:18px;background-position:-1008px -1641px}.productOptionGroup .icon_soWOODFRAME_SIZE_1{width:24px;height:18px;background-position:-1020px -1078px}.productOptionGroup .icon_soWOODFRAME_SIZE_16.disabled{width:28px;height:20px;background-position:-1386px -1244px}.productOptionGroup .icon_soWOODFRAME_SIZE_16{width:28px;height:20px;background-position:-704px -351px}.productOptionGroup .icon_soWOODFRAME_SIZE_2.disabled{width:18px;height:24px;background-position:-1675px -1089px}.productOptionGroup .icon_soWOODFRAME_SIZE_2{width:18px;height:24px;background-position:-1675px -1041px}.productOptionGroup .icon_soWOODFRAME_SIZE_4.disabled{width:28px;height:20px;background-position:-648px -351px}.productOptionGroup .icon_soWOODFRAME_SIZE_4{width:28px;height:20px;background-position:-496px -850px}.productOptionGroup .icon_soWOODFRAME_SIZE_8.disabled{width:20px;height:28px;background-position:-596px -1641px}.productOptionGroup .icon_soWOODFRAME_SIZE_8{width:20px;height:28px;background-position:-576px -1641px}.productOptionGroup .icon_soWRISTLET_COLOR_BLACK{width:132px;height:132px;background-position:-648px -378px}.productOptionGroup .icon_soWRISTLET_COLOR_GOLD{width:132px;height:132px;background-position:-396px -672px}.productOptionGroup .icon_sprite-ENVELOPE_SIZE_5X5{width:39px;height:39px;background-position:-792px -540px}.productOptionGroup .icon_sprite-ENVELOPE_SIZE_5X5_2x{width:39px;height:39px;background-position:-792px -579px}.productOptionGroup .icon_sprite-ENVELOPE_SIZE_5X5RECT{width:47px;height:39px;background-position:-1407px -1404px}.productOptionGroup .icon_sprite-ENVELOPE_SIZE_5X5RECT_2x{width:47px;height:39px;background-position:-1360px -1404px}.productOptionGroup .icon_square{width:26px;height:28px;background-position:-1252px -1613px}.productOptionGroup .icon_white_ceramic_mug{width:22px;height:22px;background-position:-962px -1641px}.productOptionGroup .icon_yellow_handle_color_ceramic_mug{width:22px;height:22px;background-position:-940px -1641px}.productOptionGroup .icon_icon-favorite-hover-2x{width:44px;height:44px;background-position:-1392px -1460px}.productOptionGroup .icon_icon-favorite-hover-3x{width:66px;height:66px;background-position:-339px -1336px}.productOptionGroup .icon_icon-favorite-hover{width:22px;height:22px;background-position:-808px -1641px}.productOptionGroup .icon_icon-medium-spinner{width:39px;height:39px;background-position:-792px -618px}.productOptionGroup .icon_icon-spinner{width:67px;height:67px;background-position:-272px -1336px}.productOptionGroup .icon_Imgpersonalized-foilBadge{width:110px;height:18px;background-position:-1132px -1068px}.productOptionGroup .icon_SFLY_holiday_personalized-foil_detail{width:416px;height:189px;background-position:-416px 0px}.productOptionGroup .icon_TP_holiday_personalized-foil_detail{width:416px;height:189px;background-position:0px -189px}.productOptionGroup .icon_WPD_wedding_personalized-foil_detail{width:416px;height:189px;background-position:0px 0px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_4_2x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_4_2x{width:68px;height:68px;background-position:-68px -1336px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_4_3x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_4_3x{width:102px;height:102px;background-position:0px -994px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_4{width:34px;height:34px;background-position:-84px -1553px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_8,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_8{width:34px;height:34px;background-position:-526px -1553px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_1{width:34px;height:34px;background-position:-186px -1553px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_1_2x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_1_2x{width:68px;height:68px;background-position:-352px -1264px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_1_3x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_1_3x{width:102px;height:102px;background-position:-1030px -306px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_16,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_16{width:34px;height:34px;background-position:-696px -1553px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_16_2x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_16_2x{width:68px;height:68px;background-position:-760px -1264px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_16_3x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_16_3x{width:102px;height:102px;background-position:-1030px 0px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_2{width:34px;height:34px;background-position:-560px -1553px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_2_2x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_2_2x{width:68px;height:68px;background-position:-488px -1264px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_2_3x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_2_3x{width:102px;height:102px;background-position:-642px -886px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_32,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_32{width:34px;height:34px;background-position:-662px -1553px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_32_2x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_32_2x{width:68px;height:68px;background-position:-828px -1264px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_32_3x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_32_3x{width:102px;height:102px;background-position:-306px -994px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_4{width:34px;height:34px;background-position:-84px -1553px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_4_2x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_4_2x{width:68px;height:68px;background-position:-68px -1336px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_4_3x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_4_3x{width:102px;height:102px;background-position:0px -994px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_8,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_8{width:34px;height:34px;background-position:-526px -1553px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_8_2x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_8_2x{width:68px;height:68px;background-position:-896px -1264px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_8_3x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_8_3x{width:102px;height:102px;background-position:-1030px -612px}.productOptionGroup .productOptionItem.selected .icon_ARTFRAME_BLACK,.productOptionGroup .productOptionItem:hover .icon_ARTFRAME_BLACK{width:28px;height:28px;background-position:-1036px -1613px}.productOptionGroup .productOptionItem.selected .icon_ARTFRAME_NO_FRAME,.productOptionGroup .productOptionItem:hover .icon_ARTFRAME_NO_FRAME{width:28px;height:28px;background-position:-812px -1613px}.productOptionGroup .productOptionItem.selected .icon_ARTFRAME_RUSTIC,.productOptionGroup .productOptionItem:hover .icon_ARTFRAME_RUSTIC{width:28px;height:28px;background-position:-644px -1613px}.productOptionGroup .productOptionItem.selected .icon_ARTFRAME_WHITE,.productOptionGroup .productOptionItem:hover .icon_ARTFRAME_WHITE{width:28px;height:28px;background-position:-280px -1613px}.productOptionGroup .productOptionItem.selected .icon_3x5Mag,.productOptionGroup .productOptionItem:hover .icon_3x5Mag{width:12px;height:20px;background-position:-1675px -1559px}.productOptionGroup .productOptionItem.selected .icon_4x8l,.productOptionGroup .productOptionItem:hover .icon_4x8l{width:32px;height:17px;background-position:-556px -850px}.productOptionGroup .productOptionItem.selected .icon_4x8p,.productOptionGroup .productOptionItem:hover .icon_4x8p{width:14px;height:28px;background-position:-1675px -1261px}.productOptionGroup .productOptionItem.selected .icon_5x5,.productOptionGroup .productOptionItem:hover .icon_5x5{width:21px;height:20px;background-position:-63px -1672px}.productOptionGroup .productOptionItem.selected .icon_5x7p,.productOptionGroup .productOptionItem:hover .icon_5x7p{width:20px;height:28px;background-position:-396px -1641px}.productOptionGroup .productOptionItem.selected .icon_6x8p,.productOptionGroup .productOptionItem:hover .icon_6x8p{width:23px;height:31px;background-position:-94px -1641px}.productOptionGroup .productOptionItem.selected .icon_address_label,.productOptionGroup .productOptionItem:hover .icon_address_label{width:72px;height:56px;background-position:-981px -1336px}.productOptionGroup .productOptionItem.selected .icon_ARTFRAME_BLACK,.productOptionGroup .productOptionItem:hover .icon_ARTFRAME_BLACK{width:28px;height:28px;background-position:-1036px -1613px}.productOptionGroup .productOptionItem.selected .icon_ARTFRAME_NO_FRAME,.productOptionGroup .productOptionItem:hover .icon_ARTFRAME_NO_FRAME{width:28px;height:28px;background-position:-812px -1613px}.productOptionGroup .productOptionItem.selected .icon_ARTFRAME_RUSTIC,.productOptionGroup .productOptionItem:hover .icon_ARTFRAME_RUSTIC{width:28px;height:28px;background-position:-644px -1613px}.productOptionGroup .productOptionItem.selected .icon_ARTFRAME_WHITE,.productOptionGroup .productOptionItem:hover .icon_ARTFRAME_WHITE{width:28px;height:28px;background-position:-280px -1613px}.productOptionGroup .productOptionItem.selected .icon_atcard_format_1,.productOptionGroup .productOptionItem:hover .icon_atcard_format_1{width:20px;height:28px;background-position:-476px -1641px}.productOptionGroup .productOptionItem.selected .icon_atcard_format_2,.productOptionGroup .productOptionItem:hover .icon_atcard_format_2{width:20px;height:32px;background-position:-1653px -472px}.productOptionGroup .productOptionItem.selected .icon_atcard_format_64,.productOptionGroup .productOptionItem:hover .icon_atcard_format_64{width:39px;height:23px;background-position:-1084px -1505px}.productOptionGroup .productOptionItem.selected .icon_atmug_type_32,.productOptionGroup .productOptionItem:hover .icon_atmug_type_32{width:36px;height:36px;background-position:-1585px -1064px}.productOptionGroup .productOptionItem.selected .icon_atmug_type_64,.productOptionGroup .productOptionItem:hover .icon_atmug_type_64{width:36px;height:36px;background-position:-1585px -1172px}.productOptionGroup .productOptionItem.selected .icon_black_ceramic_mug,.productOptionGroup .productOptionItem:hover .icon_black_ceramic_mug{width:28px;height:28px;background-position:-1623px -910px}.productOptionGroup .productOptionItem.selected .icon_blue_handle_color_ceramic_mug,.productOptionGroup .productOptionItem:hover .icon_blue_handle_color_ceramic_mug{width:28px;height:28px;background-position:-1623px -966px}.productOptionGroup .productOptionItem.selected .icon_favorite_22px,.productOptionGroup .productOptionItem:hover .icon_favorite_22px{width:22px;height:22px;background-position:-896px -1641px}.productOptionGroup .productOptionItem.selected .icon_favorite_22px_2x,.productOptionGroup .productOptionItem:hover .icon_favorite_22px_2x{width:44px;height:44px;background-position:-1128px -1460px}.productOptionGroup .productOptionItem.selected .icon_favorite_22px_3x,.productOptionGroup .productOptionItem:hover .icon_favorite_22px_3x{width:66px;height:66px;background-position:-471px -1336px}.productOptionGroup .productOptionItem.selected .icon_flask_copper,.productOptionGroup .productOptionItem:hover .icon_flask_copper{width:28px;height:28px;background-position:-1623px -1078px}.productOptionGroup .productOptionItem.selected .icon_flask_matte_black,.productOptionGroup .productOptionItem:hover .icon_flask_matte_black{width:28px;height:28px;background-position:-224px -1613px}.productOptionGroup .productOptionItem.selected .icon_flask_stainless_steel,.productOptionGroup .productOptionItem:hover .icon_flask_stainless_steel{width:28px;height:28px;background-position:-140px -1613px}.productOptionGroup .productOptionItem.selected .icon_flat,.productOptionGroup .productOptionItem:hover .icon_flat{width:20px;height:28px;background-position:-516px -1641px}.productOptionGroup .productOptionItem.selected .icon_folded,.productOptionGroup .productOptionItem:hover .icon_folded{width:20px;height:32px;background-position:-1653px -504px}.productOptionGroup .productOptionItem.selected .icon_ghirardelli_mug,.productOptionGroup .productOptionItem:hover .icon_ghirardelli_mug{width:38px;height:38px;background-position:-1376px -892px}.productOptionGroup .productOptionItem.selected .icon_GOLD_ENGRAVED,.productOptionGroup .productOptionItem:hover .icon_GOLD_ENGRAVED{width:28px;height:28px;background-position:-1623px -1414px}.productOptionGroup .productOptionItem.selected .icon_gold_handle_color_ceramic_mug,.productOptionGroup .productOptionItem:hover .icon_gold_handle_color_ceramic_mug{width:28px;height:28px;background-position:-1623px -1442px}.productOptionGroup .productOptionItem.selected .icon_green_handle_color_ceramic_mug,.productOptionGroup .productOptionItem:hover .icon_green_handle_color_ceramic_mug{width:28px;height:28px;background-position:-1623px -1526px}.productOptionGroup .productOptionItem.selected .icon_growler_copper,.productOptionGroup .productOptionItem:hover .icon_growler_copper{width:28px;height:28px;background-position:-1623px -1554px}.productOptionGroup .productOptionItem.selected .icon_growler_matte_black,.productOptionGroup .productOptionItem:hover .icon_growler_matte_black{width:28px;height:28px;background-position:-804px -510px}.productOptionGroup .productOptionItem.selected .icon_growler_stainless_steel,.productOptionGroup .productOptionItem:hover .icon_growler_stainless_steel{width:28px;height:28px;background-position:0px -1613px}.productOptionGroup .productOptionItem.selected .icon_icon_8x8_Active,.productOptionGroup .productOptionItem:hover .icon_icon_8x8_Active{width:34px;height:34px;background-position:-458px -1553px}.productOptionGroup .productOptionItem.selected .icon_icon_8x8,.productOptionGroup .productOptionItem:hover .icon_icon_8x8{width:12px;height:12px;background-position:-1523px -652px}.productOptionGroup .productOptionItem.selected .icon_icon_imgApr_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_icon_imgApr_Birthstone_Selected{width:84px;height:84px;background-position:-1132px -900px}.productOptionGroup .productOptionItem.selected .icon_icon_imgAug_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_icon_imgAug_Birthstone_Selected{width:84px;height:84px;background-position:-832px -136px}.productOptionGroup .productOptionItem.selected .icon_icon_imgDec_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_icon_imgDec_Birthstone_Selected{width:84px;height:84px;background-position:-832px -304px}.productOptionGroup .productOptionItem.selected .icon_icon_imgFeb_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_icon_imgFeb_Birthstone_Selected{width:84px;height:84px;background-position:-832px -472px}.productOptionGroup .productOptionItem.selected .icon_icon_imgJan_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_icon_imgJan_Birthstone_Selected{width:84px;height:84px;background-position:-832px -640px}.productOptionGroup .productOptionItem.selected .icon_icon_imgJul_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_icon_imgJul_Birthstone_Selected{width:84px;height:84px;background-position:0px -1096px}.productOptionGroup .productOptionItem.selected .icon_icon_imgJun_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_icon_imgJun_Birthstone_Selected{width:84px;height:84px;background-position:-168px -1096px}.productOptionGroup .productOptionItem.selected .icon_icon_imgMar_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_icon_imgMar_Birthstone_Selected{width:84px;height:84px;background-position:-336px -1096px}.productOptionGroup .productOptionItem.selected .icon_icon_imgMay_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_icon_imgMay_Birthstone_Selected{width:84px;height:84px;background-position:-504px -1096px}.productOptionGroup .productOptionItem.selected .icon_icon_imgNov_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_icon_imgNov_Birthstone_Selected{width:84px;height:84px;background-position:-672px -1096px}.productOptionGroup .productOptionItem.selected .icon_icon_imgOct_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_icon_imgOct_Birthstone_Selected{width:84px;height:84px;background-position:-840px -1096px}.productOptionGroup .productOptionItem.selected .icon_icon_imgSep_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_icon_imgSep_Birthstone_Selected{width:84px;height:84px;background-position:-1008px -1096px}.productOptionGroup .productOptionItem.selected .icon_img10x14,.productOptionGroup .productOptionItem:hover .icon_img10x14{width:38px;height:54px;background-position:-1376px -810px}.productOptionGroup .productOptionItem.selected .icon_img10x24,.productOptionGroup .productOptionItem:hover .icon_img10x24{width:38px;height:90px;background-position:-1414px -403px}.productOptionGroup .productOptionItem.selected .icon_img12x12,.productOptionGroup .productOptionItem:hover .icon_img12x12{width:46px;height:46px;background-position:-204px -1505px}.productOptionGroup .productOptionItem.selected .icon_img12x36,.productOptionGroup .productOptionItem:hover .icon_img12x36{width:46px;height:136px;background-position:-1330px -756px}.productOptionGroup .productOptionItem.selected .icon_img16x16,.productOptionGroup .productOptionItem:hover .icon_img16x16{width:60px;height:60px;background-position:-1414px -193px}.productOptionGroup .productOptionItem.selected .icon_img16x20,.productOptionGroup .productOptionItem:hover .icon_img16x20{width:61px;height:76px;background-position:-1176px -1096px}.productOptionGroup .productOptionItem.selected .icon_img20x30,.productOptionGroup .productOptionItem:hover .icon_img20x30{width:76px;height:114px;background-position:-1132px -198px}.productOptionGroup .productOptionItem.selected .icon_img24x10,.productOptionGroup .productOptionItem:hover .icon_img24x10{width:90px;height:38px;background-position:-721px -804px}.productOptionGroup .productOptionItem.selected .icon_img24x36,.productOptionGroup .productOptionItem:hover .icon_img24x36{width:90px;height:136px;background-position:-832px 0px}.productOptionGroup .productOptionItem.selected .icon_img36x12,.productOptionGroup .productOptionItem:hover .icon_img36x12{width:135px;height:46px;background-position:-660px -754px}.productOptionGroup .productOptionItem.selected .icon_img4x4,.productOptionGroup .productOptionItem:hover .icon_img4x4{width:22px;height:22px;background-position:-1550px -1613px}.productOptionGroup .productOptionItem.selected .icon_img5x5,.productOptionGroup .productOptionItem:hover .icon_img5x5{width:24px;height:24px;background-position:-979px -1587px}.productOptionGroup .productOptionItem.selected .icon_img6x6,.productOptionGroup .productOptionItem:hover .icon_img6x6{width:26px;height:26px;background-position:-235px -1587px}.productOptionGroup .productOptionItem.selected .icon_img8x10,.productOptionGroup .productOptionItem:hover .icon_img8x10{width:30px;height:38px;background-position:-1216px -312px}.productOptionGroup .productOptionItem.selected .icon_imgApr_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_imgApr_Birthstone_Selected{width:84px;height:84px;background-position:-1008px -1180px}.productOptionGroup .productOptionItem.selected .icon_imgAug_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_imgAug_Birthstone_Selected{width:84px;height:84px;background-position:-1176px -1180px}.productOptionGroup .productOptionItem.selected .icon_imgBlackWhiteStriped,.productOptionGroup .productOptionItem:hover .icon_imgBlackWhiteStriped{width:28px;height:28px;background-position:-672px -1613px}.productOptionGroup .productOptionItem.selected .icon_imgCanvasGreen,.productOptionGroup .productOptionItem:hover .icon_imgCanvasGreen{width:28px;height:28px;background-position:-756px -1613px}.productOptionGroup .productOptionItem.selected .icon_imgCanvasNavy,.productOptionGroup .productOptionItem:hover .icon_imgCanvasNavy{width:28px;height:28px;background-position:-924px -1613px}.productOptionGroup .productOptionItem.selected .icon_imgCanvasRed,.productOptionGroup .productOptionItem:hover .icon_imgCanvasRed{width:28px;height:28px;background-position:-392px -1613px}.productOptionGroup .productOptionItem.selected .icon_imgDec_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_imgDec_Birthstone_Selected{width:84px;height:84px;background-position:-1330px -504px}.productOptionGroup .productOptionItem.selected .icon_imgFeb_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_imgFeb_Birthstone_Selected{width:84px;height:84px;background-position:-1330px -672px}.productOptionGroup .productOptionItem.selected .icon_imgJan_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_imgJan_Birthstone_Selected{width:84px;height:84px;background-position:-84px -1180px}.productOptionGroup .productOptionItem.selected .icon_imgJul_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_imgJul_Birthstone_Selected{width:84px;height:84px;background-position:-1246px -336px}.productOptionGroup .productOptionItem.selected .icon_imgJun_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_imgJun_Birthstone_Selected{width:84px;height:84px;background-position:-1246px -840px}.productOptionGroup .productOptionItem.selected .icon_imgKnife,.productOptionGroup .productOptionItem:hover .icon_imgKnife{width:28px;height:28px;background-position:-336px -1613px}.productOptionGroup .productOptionItem.selected .icon_imgLeatherGold,.productOptionGroup .productOptionItem:hover .icon_imgLeatherGold{width:28px;height:28px;background-position:-1623px -1246px}.productOptionGroup .productOptionItem.selected .icon_imgMar_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_imgMar_Birthstone_Selected{width:84px;height:84px;background-position:-1330px -168px}.productOptionGroup .productOptionItem.selected .icon_imgMay_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_imgMay_Birthstone_Selected{width:84px;height:84px;background-position:-756px -1180px}.productOptionGroup .productOptionItem.selected .icon_imgNone,.productOptionGroup .productOptionItem:hover .icon_imgNone{width:28px;height:28px;background-position:-1623px -1162px}.productOptionGroup .productOptionItem.selected .icon_imgNov_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_imgNov_Birthstone_Selected{width:84px;height:84px;background-position:-1246px -1092px}.productOptionGroup .productOptionItem.selected .icon_imgOct_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_imgOct_Birthstone_Selected{width:84px;height:84px;background-position:-1246px -756px}.productOptionGroup .productOptionItem.selected .icon_imgSep_Birthstone_Selected,.productOptionGroup .productOptionItem:hover .icon_imgSep_Birthstone_Selected{width:84px;height:84px;background-position:-1246px -588px}.productOptionGroup .productOptionItem.selected .icon_lightblue_handle_color_ceramic_mug,.productOptionGroup .productOptionItem:hover .icon_lightblue_handle_color_ceramic_mug{width:28px;height:28px;background-position:-1623px -1134px}.productOptionGroup .productOptionItem.selected .icon_MAGNET_FRAME_CLASSIC_CURVE,.productOptionGroup .productOptionItem:hover .icon_MAGNET_FRAME_CLASSIC_CURVE{width:54px;height:54px;background-position:-1479px -550px}.productOptionGroup .productOptionItem.selected .icon_MAGNET_FRAME_CLASSIC_CURVE_2x,.productOptionGroup .productOptionItem:hover .icon_MAGNET_FRAME_CLASSIC_CURVE_2x{width:108px;height:108px;background-position:0px -886px}.productOptionGroup .productOptionItem.selected .icon_MAGNET_FRAME_CLASSIC_CURVE_3x,.productOptionGroup .productOptionItem:hover .icon_MAGNET_FRAME_CLASSIC_CURVE_3x{width:162px;height:162px;background-position:-578px -189px}.productOptionGroup .productOptionItem.selected .icon_MAGNET_FRAME_CONTEMPORARY,.productOptionGroup .productOptionItem:hover .icon_MAGNET_FRAME_CONTEMPORARY{width:54px;height:54px;background-position:-1479px -334px}.productOptionGroup .productOptionItem.selected .icon_MAGNET_FRAME_CONTEMPORARY_2x,.productOptionGroup .productOptionItem:hover .icon_MAGNET_FRAME_CONTEMPORARY_2x{width:108px;height:108px;background-position:-432px -886px}.productOptionGroup .productOptionItem.selected .icon_MAGNET_FRAME_CONTEMPORARY_3x,.productOptionGroup .productOptionItem:hover .icon_MAGNET_FRAME_CONTEMPORARY_3x{width:162px;height:162px;background-position:-162px -378px}.productOptionGroup .productOptionItem.selected .icon_MAGNET_FRAME_MODERN,.productOptionGroup .productOptionItem:hover .icon_MAGNET_FRAME_MODERN{width:54px;height:54px;background-position:-1479px -496px}.productOptionGroup .productOptionItem.selected .icon_MAGNET_FRAME_MODERN_2x,.productOptionGroup .productOptionItem:hover .icon_MAGNET_FRAME_MODERN_2x{width:108px;height:108px;background-position:-922px -432px}.productOptionGroup .productOptionItem.selected .icon_MAGNET_FRAME_MODERN_3x,.productOptionGroup .productOptionItem:hover .icon_MAGNET_FRAME_MODERN_3x{width:162px;height:162px;background-position:-486px -378px}.productOptionGroup .productOptionItem.selected .icon_mailing_directmail,.productOptionGroup .productOptionItem:hover .icon_mailing_directmail{width:72px;height:56px;background-position:-144px -1404px}.productOptionGroup .productOptionItem.selected .icon_mailing_mailorder,.productOptionGroup .productOptionItem:hover .icon_mailing_mailorder{width:72px;height:56px;background-position:-909px -1336px}.productOptionGroup .productOptionItem.selected .icon_mailing_pra_recipient,.productOptionGroup .productOptionItem:hover .icon_mailing_pra_recipient{width:72px;height:56px;background-position:-1053px -1336px}.productOptionGroup .productOptionItem.selected .icon_mailing_pra_return_front,.productOptionGroup .productOptionItem:hover .icon_mailing_pra_return_front{width:72px;height:56px;background-position:-1197px -1336px}.productOptionGroup .productOptionItem.selected .icon_mailing_pra_return,.productOptionGroup .productOptionItem:hover .icon_mailing_pra_return{width:72px;height:56px;background-position:-1341px -1336px}.productOptionGroup .productOptionItem.selected .icon_mailing_pra_returnrecipient,.productOptionGroup .productOptionItem:hover .icon_mailing_pra_returnrecipient{width:72px;height:56px;background-position:-72px -1404px}.productOptionGroup .productOptionItem.selected .icon_orange_handle_color_ceramic_mug,.productOptionGroup .productOptionItem:hover .icon_orange_handle_color_ceramic_mug{width:28px;height:28px;background-position:-1623px -714px}.productOptionGroup .productOptionItem.selected .icon_PHOTO_FRAME_BLACK,.productOptionGroup .productOptionItem:hover .icon_PHOTO_FRAME_BLACK{width:28px;height:28px;background-position:-1623px -630px}.productOptionGroup .productOptionItem.selected .icon_PHOTO_FRAME_BROWN,.productOptionGroup .productOptionItem:hover .icon_PHOTO_FRAME_BROWN{width:28px;height:28px;background-position:-1623px -378px}.productOptionGroup .productOptionItem.selected .icon_PHOTO_FRAME_METALLIC,.productOptionGroup .productOptionItem:hover .icon_PHOTO_FRAME_METALLIC{width:28px;height:28px;background-position:-1623px -462px}.productOptionGroup .productOptionItem.selected .icon_PHOTO_FRAME_RUSTIC,.productOptionGroup .productOptionItem:hover .icon_PHOTO_FRAME_RUSTIC{width:28px;height:28px;background-position:-1623px -406px}.productOptionGroup .productOptionItem.selected .icon_PHOTO_FRAME_WHITE,.productOptionGroup .productOptionItem:hover .icon_PHOTO_FRAME_WHITE{width:28px;height:28px;background-position:-1623px -546px}.productOptionGroup .productOptionItem.selected .icon_pink_handle_color_ceramic_mug,.productOptionGroup .productOptionItem:hover .icon_pink_handle_color_ceramic_mug{width:28px;height:28px;background-position:-1623px -826px}.productOptionGroup .productOptionItem.selected .icon_red_handle_color_ceramic_mug,.productOptionGroup .productOptionItem:hover .icon_red_handle_color_ceramic_mug{width:28px;height:28px;background-position:-1623px -1274px}.productOptionGroup .productOptionItem.selected .icon_ROSE_GOLD_ENGRAVED,.productOptionGroup .productOptionItem:hover .icon_ROSE_GOLD_ENGRAVED{width:28px;height:28px;background-position:-1623px -1330px}.productOptionGroup .productOptionItem.selected .icon_rounded,.productOptionGroup .productOptionItem:hover .icon_rounded{width:28px;height:28px;background-position:-1623px -1386px}.productOptionGroup .productOptionItem.selected .icon_SETS_QUANTITY_1,.productOptionGroup .productOptionItem:hover .icon_SETS_QUANTITY_1{width:20px;height:20px;background-position:-504px -1672px}.productOptionGroup .productOptionItem.selected .icon_SETS_QUANTITY_2,.productOptionGroup .productOptionItem:hover .icon_SETS_QUANTITY_2{width:20px;height:20px;background-position:-404px -1672px}.productOptionGroup .productOptionItem.selected .icon_SETS_QUANTITY_3,.productOptionGroup .productOptionItem:hover .icon_SETS_QUANTITY_3{width:20px;height:20px;background-position:-184px -1672px}.productOptionGroup .productOptionItem.selected .icon_SETS_QUANTITY_4,.productOptionGroup .productOptionItem:hover .icon_SETS_QUANTITY_4{width:20px;height:20px;background-position:-124px -1672px}.productOptionGroup .productOptionItem.selected .icon_SILVER_ENGRAVED,.productOptionGroup .productOptionItem:hover .icon_SILVER_ENGRAVED{width:28px;height:28px;background-position:-84px -1613px}.productOptionGroup .productOptionItem.selected .icon_size_31,.productOptionGroup .productOptionItem:hover .icon_size_31{width:21px;height:20px;background-position:0px -1672px}.productOptionGroup .productOptionItem.selected .icon_size_6,.productOptionGroup .productOptionItem:hover .icon_size_6{width:32px;height:17px;background-position:-588px -850px}.productOptionGroup .productOptionItem.selected .icon_size_69,.productOptionGroup .productOptionItem:hover .icon_size_69{width:32px;height:17px;background-position:-524px -850px}.productOptionGroup .productOptionItem.selected .icon_size_7,.productOptionGroup .productOptionItem:hover .icon_size_7{width:20px;height:28px;background-position:-616px -1641px}.productOptionGroup .productOptionItem.selected .icon_size_89,.productOptionGroup .productOptionItem:hover .icon_size_89{width:23px;height:31px;background-position:-117px -1641px}.productOptionGroup .productOptionItem.selected .icon_soAPRON_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soAPRON_SIZE_1{width:50px;height:50px;background-position:-1479px -1184px}.productOptionGroup .productOptionItem.selected .icon_soAPRON_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soAPRON_SIZE_2{width:50px;height:50px;background-position:-780px -378px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_1{width:34px;height:34px;background-position:-186px -1553px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_1_2x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_1_2x{width:68px;height:68px;background-position:-352px -1264px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_1_3x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_1_3x{width:102px;height:102px;background-position:-1030px -306px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_16,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_16{width:34px;height:34px;background-position:-696px -1553px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_16_2x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_16_2x{width:68px;height:68px;background-position:-760px -1264px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_16_3x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_16_3x{width:102px;height:102px;background-position:-1030px 0px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_2{width:34px;height:34px;background-position:-560px -1553px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_2_2x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_2_2x{width:68px;height:68px;background-position:-488px -1264px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_2_3x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_2_3x{width:102px;height:102px;background-position:-642px -886px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_32,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_32{width:34px;height:34px;background-position:-662px -1553px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_32_2x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_32_2x{width:68px;height:68px;background-position:-828px -1264px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_32_3x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_32_3x{width:102px;height:102px;background-position:-306px -994px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_8,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_8{width:34px;height:34px;background-position:-526px -1553px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_8_2x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_8_2x{width:68px;height:68px;background-position:-896px -1264px}.productOptionGroup .productOptionItem.selected .icon_soARTPRINT_SIZE_8_3x,.productOptionGroup .productOptionItem:hover .icon_soARTPRINT_SIZE_8_3x{width:102px;height:102px;background-position:-1030px -612px}.productOptionGroup .productOptionItem.selected .icon_soBLANKET_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soBLANKET_SIZE_1{width:32px;height:34px;background-position:-796px -1553px}.productOptionGroup .productOptionItem.selected .icon_soBLANKET_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soBLANKET_SIZE_2{width:35px;height:34px;background-position:-1585px -1424px}.productOptionGroup .productOptionItem.selected .icon_soBLANKET_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soBLANKET_SIZE_4{width:42px;height:34px;background-position:-42px -1553px}.productOptionGroup .productOptionItem.selected .icon_soBLANKET_SIZE_8,.productOptionGroup .productOptionItem:hover .icon_soBLANKET_SIZE_8{width:21px;height:34px;background-position:-1653px -200px}.productOptionGroup .productOptionItem.selected .icon_soBOTTLE_TYPE_1,.productOptionGroup .productOptionItem:hover .icon_soBOTTLE_TYPE_1{width:36px;height:36px;background-position:-1585px -380px}.productOptionGroup .productOptionItem.selected .icon_soBOTTLE_TYPE_2,.productOptionGroup .productOptionItem:hover .icon_soBOTTLE_TYPE_2{width:36px;height:36px;background-position:-1585px -1244px}.productOptionGroup .productOptionItem.selected .icon_soBOWL_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soBOWL_SIZE_1{width:20px;height:20px;background-position:-824px -1672px}.productOptionGroup .productOptionItem.selected .icon_soBOWL_SIZE_1_2x,.productOptionGroup .productOptionItem:hover .icon_soBOWL_SIZE_1_2x{width:20px;height:20px;background-position:-764px -1672px}.productOptionGroup .productOptionItem.selected .icon_soBOWL_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soBOWL_SIZE_2{width:20px;height:20px;background-position:-84px -1672px}.productOptionGroup .productOptionItem.selected .icon_soBOWL_SIZE_2_2x,.productOptionGroup .productOptionItem:hover .icon_soBOWL_SIZE_2_2x{width:20px;height:20px;background-position:-844px -1672px}.productOptionGroup .productOptionItem.selected .icon_soCERAMIC_TILE_SIZE_6X6,.productOptionGroup .productOptionItem:hover .icon_soCERAMIC_TILE_SIZE_6X6{width:12px;height:12px;background-position:-1523px -616px}.productOptionGroup .productOptionItem.selected .icon_soCERAMIC_TILE_SIZE_8X8,.productOptionGroup .productOptionItem:hover .icon_soCERAMIC_TILE_SIZE_8X8{width:14px;height:14px;background-position:-1638px -1613px}.productOptionGroup .productOptionItem.selected .icon_soCHOCOLATE_TYPE_1,.productOptionGroup .productOptionItem:hover .icon_soCHOCOLATE_TYPE_1{width:38px;height:38px;background-position:-1585px -114px}.productOptionGroup .productOptionItem.selected .icon_soCHOCOLATE_TYPE_16,.productOptionGroup .productOptionItem:hover .icon_soCHOCOLATE_TYPE_16{width:38px;height:38px;background-position:-1585px -190px}.productOptionGroup .productOptionItem.selected .icon_soCHOCOLATE_TYPE_2,.productOptionGroup .productOptionItem:hover .icon_soCHOCOLATE_TYPE_2{width:38px;height:38px;background-position:-1585px -304px}.productOptionGroup .productOptionItem.selected .icon_soCHOCOLATE_TYPE_32,.productOptionGroup .productOptionItem:hover .icon_soCHOCOLATE_TYPE_32{width:38px;height:38px;background-position:-1208px -122px}.productOptionGroup .productOptionItem.selected .icon_soCHOCOLATE_TYPE_8,.productOptionGroup .productOptionItem:hover .icon_soCHOCOLATE_TYPE_8{width:38px;height:38px;background-position:-1208px -274px}.productOptionGroup .productOptionItem.selected .icon_soCOLLAR_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soCOLLAR_SIZE_1{width:36px;height:32px;background-position:-552px -1505px}.productOptionGroup .productOptionItem.selected .icon_soCOLLAR_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soCOLLAR_SIZE_2{width:36px;height:32px;background-position:-660px -1505px}.productOptionGroup .productOptionItem.selected .icon_soCOLLAR_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soCOLLAR_SIZE_4{width:36px;height:32px;background-position:-408px -1505px}.productOptionGroup .productOptionItem.selected .icon_soCOLLAR_SIZE_8,.productOptionGroup .productOptionItem:hover .icon_soCOLLAR_SIZE_8{width:36px;height:32px;background-position:-444px -1505px}.productOptionGroup .productOptionItem.selected .icon_soCUTTING_BOARD_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soCUTTING_BOARD_SIZE_1{width:24px;height:18px;background-position:-1092px -1078px}.productOptionGroup .productOptionItem.selected .icon_soCUTTING_BOARD_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soCUTTING_BOARD_SIZE_2{width:24px;height:24px;background-position:-1267px -1587px}.productOptionGroup .productOptionItem.selected .icon_soCUTTING_BOARD_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soCUTTING_BOARD_SIZE_4{width:18px;height:30px;background-position:-1675px -124px}.productOptionGroup .productOptionItem.selected .icon_soDESKPLQ_SHAPE_1,.productOptionGroup .productOptionItem:hover .icon_soDESKPLQ_SHAPE_1{width:44px;height:60px;background-position:-1479px -604px}.productOptionGroup .productOptionItem.selected .icon_soDESKPLQ_SHAPE_16,.productOptionGroup .productOptionItem:hover .icon_soDESKPLQ_SHAPE_16{width:68px;height:45px;background-position:-136px -1460px}.productOptionGroup .productOptionItem.selected .icon_soDESKPLQ_SHAPE_2,.productOptionGroup .productOptionItem:hover .icon_soDESKPLQ_SHAPE_2{width:52px;height:48px;background-position:-52px -1505px}.productOptionGroup .productOptionItem.selected .icon_soDESKPLQ_SHAPE_4,.productOptionGroup .productOptionItem:hover .icon_soDESKPLQ_SHAPE_4{width:60px;height:40px;background-position:-1146px -1404px}.productOptionGroup .productOptionItem.selected .icon_soDESKPLQ_SHAPE_8,.productOptionGroup .productOptionItem:hover .icon_soDESKPLQ_SHAPE_8{width:48px;height:48px;background-position:-1535px -1410px}.productOptionGroup .productOptionItem.selected .icon_soDESKTOP_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soDESKTOP_SIZE_1{width:24px;height:24px;background-position:-1171px -1587px}.productOptionGroup .productOptionItem.selected .icon_soDESKTOP_SIZE_16,.productOptionGroup .productOptionItem:hover .icon_soDESKTOP_SIZE_16{width:24px;height:32px;background-position:-808px -672px}.productOptionGroup .productOptionItem.selected .icon_soDESKTOP_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soDESKTOP_SIZE_2{width:24px;height:31px;background-position:-24px -1641px}.productOptionGroup .productOptionItem.selected .icon_soDESKTOP_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soDESKTOP_SIZE_4{width:27px;height:34px;background-position:-1452px -403px}.productOptionGroup .productOptionItem.selected .icon_soDESKTOP_SIZE_8,.productOptionGroup .productOptionItem:hover .icon_soDESKTOP_SIZE_8{width:26px;height:26px;background-position:-391px -1587px}.productOptionGroup .productOptionItem.selected .icon_soDOG_BED_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soDOG_BED_SIZE_1{width:36px;height:36px;background-position:-1585px -560px}.productOptionGroup .productOptionItem.selected .icon_soDOG_BED_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soDOG_BED_SIZE_2{width:36px;height:36px;background-position:-1585px -920px}.productOptionGroup .productOptionItem.selected .icon_soDOG_BED_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soDOG_BED_SIZE_4{width:36px;height:36px;background-position:-1585px -776px}.productOptionGroup .productOptionItem.selected .icon_soDOG_TSHIRT_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soDOG_TSHIRT_SIZE_1{width:50px;height:50px;background-position:-780px -428px}.productOptionGroup .productOptionItem.selected .icon_soDOG_TSHIRT_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soDOG_TSHIRT_SIZE_2{width:50px;height:50px;background-position:-1535px -200px}.productOptionGroup .productOptionItem.selected .icon_soDOG_TSHIRT_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soDOG_TSHIRT_SIZE_4{width:50px;height:50px;background-position:-1535px 0px}.productOptionGroup .productOptionItem.selected .icon_soDRAWSTRING_BAG_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soDRAWSTRING_BAG_SIZE_1{width:32px;height:32px;background-position:-956px -1505px}.productOptionGroup .productOptionItem.selected .icon_soDRAWSTRING_BAG_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soDRAWSTRING_BAG_SIZE_2{width:38px;height:38px;background-position:-1208px -160px}.productOptionGroup .productOptionItem.selected .icon_soDRY_ERASE_DECAL_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soDRY_ERASE_DECAL_SIZE_1{width:20px;height:14px;background-position:-1175px -1641px}.productOptionGroup .productOptionItem.selected .icon_soDRY_ERASE_DECAL_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soDRY_ERASE_DECAL_SIZE_2{width:34px;height:22px;background-position:-1303px -1505px}.productOptionGroup .productOptionItem.selected .icon_soDRY_ERASE_DECAL_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soDRY_ERASE_DECAL_SIZE_4{width:34px;height:15px;background-position:-792px -657px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_BACK_STYLE_1,.productOptionGroup .productOptionItem:hover .icon_soDUVET_BACK_STYLE_1{width:48px;height:48px;background-position:-1535px -1074px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_BACK_STYLE_1_2x,.productOptionGroup .productOptionItem:hover .icon_soDUVET_BACK_STYLE_1_2x{width:48px;height:48px;background-position:-1535px -1218px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_BACK_STYLE_1_3x,.productOptionGroup .productOptionItem:hover .icon_soDUVET_BACK_STYLE_1_3x{width:48px;height:48px;background-position:-1535px -1362px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_BACK_STYLE_2,.productOptionGroup .productOptionItem:hover .icon_soDUVET_BACK_STYLE_2{width:48px;height:48px;background-position:-1535px -738px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_BACK_STYLE_2_2x,.productOptionGroup .productOptionItem:hover .icon_soDUVET_BACK_STYLE_2_2x{width:48px;height:48px;background-position:-1535px -690px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_BACK_STYLE_2_3x,.productOptionGroup .productOptionItem:hover .icon_soDUVET_BACK_STYLE_2_3x{width:48px;height:48px;background-position:-1535px -786px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_BACK_STYLE_4,.productOptionGroup .productOptionItem:hover .icon_soDUVET_BACK_STYLE_4{width:48px;height:48px;background-position:-1535px -978px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_BACK_STYLE_4_2x,.productOptionGroup .productOptionItem:hover .icon_soDUVET_BACK_STYLE_4_2x{width:48px;height:48px;background-position:-1535px -1314px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_BACK_STYLE_4_3x,.productOptionGroup .productOptionItem:hover .icon_soDUVET_BACK_STYLE_4_3x{width:48px;height:48px;background-position:-1535px -1170px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_BACK_STYLE_8,.productOptionGroup .productOptionItem:hover .icon_soDUVET_BACK_STYLE_8{width:48px;height:48px;background-position:-1535px -834px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_BACK_STYLE_8_2x,.productOptionGroup .productOptionItem:hover .icon_soDUVET_BACK_STYLE_8_2x{width:48px;height:48px;background-position:-1535px -594px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_BACK_STYLE_8_3x,.productOptionGroup .productOptionItem:hover .icon_soDUVET_BACK_STYLE_8_3x{width:48px;height:48px;background-position:-1535px -546px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soDUVET_SIZE_1{width:18px;height:28px;background-position:-1675px -154px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_SIZE_1_2x,.productOptionGroup .productOptionItem:hover .icon_soDUVET_SIZE_1_2x{width:20px;height:28px;background-position:-376px -1641px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soDUVET_SIZE_2{width:24px;height:28px;background-position:-260px -1641px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_SIZE_2_2x,.productOptionGroup .productOptionItem:hover .icon_soDUVET_SIZE_2_2x{width:24px;height:28px;background-position:-284px -1641px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soDUVET_SIZE_4{width:30px;height:28px;background-position:-1623px -56px}.productOptionGroup .productOptionItem.selected .icon_soDUVET_SIZE_4_2x,.productOptionGroup .productOptionItem:hover .icon_soDUVET_SIZE_4_2x{width:30px;height:28px;background-position:-1623px -84px}.productOptionGroup .productOptionItem.selected .icon_soENGRAVED_METAL_COLOR_1,.productOptionGroup .productOptionItem:hover .icon_soENGRAVED_METAL_COLOR_1{width:48px;height:48px;background-position:-1535px -498px}.productOptionGroup .productOptionItem.selected .icon_soENGRAVED_METAL_COLOR_2,.productOptionGroup .productOptionItem:hover .icon_soENGRAVED_METAL_COLOR_2{width:48px;height:48px;background-position:-1535px -1266px}.productOptionGroup .productOptionItem.selected .icon_soENGRAVED_METAL_COLOR_4,.productOptionGroup .productOptionItem:hover .icon_soENGRAVED_METAL_COLOR_4{width:48px;height:48px;background-position:-1535px -1026px}.productOptionGroup .productOptionItem.selected .icon_soFOIL_COLOR_1,.productOptionGroup .productOptionItem:hover .icon_soFOIL_COLOR_1{width:28px;height:28px;background-position:-588px -1613px}.productOptionGroup .productOptionItem.selected .icon_soFOIL_COLOR_1_2x,.productOptionGroup .productOptionItem:hover .icon_soFOIL_COLOR_1_2x{width:56px;height:56px;background-position:-1414px -493px}.productOptionGroup .productOptionItem.selected .icon_soFOIL_COLOR_1_3x,.productOptionGroup .productOptionItem:hover .icon_soFOIL_COLOR_1_3x{width:84px;height:84px;background-position:-1092px -1096px}.productOptionGroup .productOptionItem.selected .icon_soFOIL_COLOR_16,.productOptionGroup .productOptionItem:hover .icon_soFOIL_COLOR_16{width:44px;height:44px;background-position:-1348px -1460px}.productOptionGroup .productOptionItem.selected .icon_soFOIL_COLOR_2,.productOptionGroup .productOptionItem:hover .icon_soFOIL_COLOR_2{width:28px;height:28px;background-position:-1623px -686px}.productOptionGroup .productOptionItem.selected .icon_soFOIL_COLOR_2_2x,.productOptionGroup .productOptionItem:hover .icon_soFOIL_COLOR_2_2x{width:56px;height:56px;background-position:-1414px -1221px}.productOptionGroup .productOptionItem.selected .icon_soFOIL_COLOR_2_3x,.productOptionGroup .productOptionItem:hover .icon_soFOIL_COLOR_2_3x{width:84px;height:84px;background-position:-1246px -252px}.productOptionGroup .productOptionItem.selected .icon_soFOIL_COLOR_4,.productOptionGroup .productOptionItem:hover .icon_soFOIL_COLOR_4{width:28px;height:28px;background-position:-1623px -938px}.productOptionGroup .productOptionItem.selected .icon_soFOIL_COLOR_4_2x,.productOptionGroup .productOptionItem:hover .icon_soFOIL_COLOR_4_2x{width:56px;height:56px;background-position:-1414px -773px}.productOptionGroup .productOptionItem.selected .icon_soFOIL_COLOR_4_3x,.productOptionGroup .productOptionItem:hover .icon_soFOIL_COLOR_4_3x{width:84px;height:84px;background-position:-1246px -84px}.productOptionGroup .productOptionItem.selected .icon_soFOIL_COLOR_8,.productOptionGroup .productOptionItem:hover .icon_soFOIL_COLOR_8{width:28px;height:28px;background-position:-1623px -1190px}.productOptionGroup .productOptionItem.selected .icon_soFOIL_COLOR_8_2x,.productOptionGroup .productOptionItem:hover .icon_soFOIL_COLOR_8_2x{width:56px;height:56px;background-position:-1414px -605px}.productOptionGroup .productOptionItem.selected .icon_soFOIL_COLOR_8_3x,.productOptionGroup .productOptionItem:hover .icon_soFOIL_COLOR_8_3x{width:84px;height:84px;background-position:-504px -1180px}.productOptionGroup .productOptionItem.selected .icon_soGARDENSTONE_STYLE_1,.productOptionGroup .productOptionItem:hover .icon_soGARDENSTONE_STYLE_1{width:22px;height:18px;background-position:-1076px -1641px}.productOptionGroup .productOptionItem.selected .icon_soGARDENSTONE_STYLE_2,.productOptionGroup .productOptionItem:hover .icon_soGARDENSTONE_STYLE_2{width:29px;height:22px;background-position:-1433px -1505px}.productOptionGroup .productOptionItem.selected .icon_soGARDENSTONE_STYLE_4,.productOptionGroup .productOptionItem:hover .icon_soGARDENSTONE_STYLE_4{width:26px;height:24px;background-position:-777px -1587px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_JAR_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soGLASS_JAR_SIZE_1{width:22px;height:32px;background-position:-1653px -234px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_JAR_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soGLASS_JAR_SIZE_2{width:25px;height:36px;background-position:-1216px -480px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_PLATE_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soGLASS_PLATE_SIZE_1{width:22px;height:22px;background-position:-676px -1641px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_PLATE_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soGLASS_PLATE_SIZE_2{width:18px;height:18px;background-position:-1675px -1335px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_PLATE_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soGLASS_PLATE_SIZE_4{width:28px;height:14px;background-position:-1216px -550px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_PLATE_SIZE_8,.productOptionGroup .productOptionItem:hover .icon_soGLASS_PLATE_SIZE_8{width:22px;height:12px;background-position:-368px -870px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_PRINT_0,.productOptionGroup .productOptionItem:hover .icon_soGLASS_PRINT_0{width:20px;height:20px;background-position:-604px -1672px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_PRINT_1,.productOptionGroup .productOptionItem:hover .icon_soGLASS_PRINT_1{width:26px;height:20px;background-position:-1517px -1505px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_PRINT_16,.productOptionGroup .productOptionItem:hover .icon_soGLASS_PRINT_16{width:30px;height:28px;background-position:-1216px -984px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_PRINT_2,.productOptionGroup .productOptionItem:hover .icon_soGLASS_PRINT_2{width:23px;height:23px;background-position:-1483px -1587px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_PRINT_32,.productOptionGroup .productOptionItem:hover .icon_soGLASS_PRINT_32{width:27px;height:34px;background-position:-1452px -347px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_PRINT_4,.productOptionGroup .productOptionItem:hover .icon_soGLASS_PRINT_4{width:24px;height:24px;background-position:-1291px -1587px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_PRINT_8,.productOptionGroup .productOptionItem:hover .icon_soGLASS_PRINT_8{width:28px;height:20px;background-position:-760px -351px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_VASE_SHAPE_1,.productOptionGroup .productOptionItem:hover .icon_soGLASS_VASE_SHAPE_1{width:26px;height:19px;background-position:-1555px -1587px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_VASE_SHAPE_2,.productOptionGroup .productOptionItem:hover .icon_soGLASS_VASE_SHAPE_2{width:14px;height:34px;background-position:-1675px -684px}.productOptionGroup .productOptionItem.selected .icon_soGLASS_VASE_SHAPE_4,.productOptionGroup .productOptionItem:hover .icon_soGLASS_VASE_SHAPE_4{width:16px;height:29px;background-position:-1675px -752px}.productOptionGroup .productOptionItem.selected .icon_soGLASSFRAME_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soGLASSFRAME_SIZE_1{width:24px;height:18px;background-position:-948px -1078px}.productOptionGroup .productOptionItem.selected .icon_soGLASSFRAME_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soGLASSFRAME_SIZE_2{width:18px;height:24px;background-position:-1675px -1185px}.productOptionGroup .productOptionItem.selected .icon_soGLASSFRAME_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soGLASSFRAME_SIZE_4{width:24px;height:18px;background-position:-1581px -1587px}.productOptionGroup .productOptionItem.selected .icon_soGLASSFRAME_SIZE_8,.productOptionGroup .productOptionItem:hover .icon_soGLASSFRAME_SIZE_8{width:18px;height:24px;background-position:-1675px -1161px}.productOptionGroup .productOptionItem.selected .icon_soGLITTER_COLOR_1,.productOptionGroup .productOptionItem:hover .icon_soGLITTER_COLOR_1{width:28px;height:28px;background-position:-616px -1613px}.productOptionGroup .productOptionItem.selected .icon_soGLITTER_COLOR_1_2x,.productOptionGroup .productOptionItem:hover .icon_soGLITTER_COLOR_1_2x{width:56px;height:56px;background-position:-1479px 0px}.productOptionGroup .productOptionItem.selected .icon_soGLITTER_COLOR_1_3x,.productOptionGroup .productOptionItem:hover .icon_soGLITTER_COLOR_1_3x{width:84px;height:84px;background-position:-840px -1180px}.productOptionGroup .productOptionItem.selected .icon_soGLITTER_COLOR_2,.productOptionGroup .productOptionItem:hover .icon_soGLITTER_COLOR_2{width:28px;height:28px;background-position:-420px -1613px}.productOptionGroup .productOptionItem.selected .icon_soGLITTER_COLOR_2_2x,.productOptionGroup .productOptionItem:hover .icon_soGLITTER_COLOR_2_2x{width:56px;height:56px;background-position:-1414px -1053px}.productOptionGroup .productOptionItem.selected .icon_soGLITTER_COLOR_2_3x,.productOptionGroup .productOptionItem:hover .icon_soGLITTER_COLOR_2_3x{width:84px;height:84px;background-position:-252px -1180px}.productOptionGroup .productOptionItem.selected .icon_soGLITTER_COLOR_4,.productOptionGroup .productOptionItem:hover .icon_soGLITTER_COLOR_4{width:28px;height:28px;background-position:-28px -1613px}.productOptionGroup .productOptionItem.selected .icon_soGLITTER_COLOR_4_2x,.productOptionGroup .productOptionItem:hover .icon_soGLITTER_COLOR_4_2x{width:56px;height:56px;background-position:-1414px -717px}.productOptionGroup .productOptionItem.selected .icon_soGLITTER_COLOR_4_3x,.productOptionGroup .productOptionItem:hover .icon_soGLITTER_COLOR_4_3x{width:84px;height:84px;background-position:-1132px -480px}.productOptionGroup .productOptionItem.selected .icon_soHANGING_CANVAS_SIZE_11X14_1,.productOptionGroup .productOptionItem:hover .icon_soHANGING_CANVAS_SIZE_11X14_1{width:50px;height:50px;background-position:-1479px -984px}.productOptionGroup .productOptionItem.selected .icon_soHANGING_CANVAS_SIZE_16X20_2,.productOptionGroup .productOptionItem:hover .icon_soHANGING_CANVAS_SIZE_16X20_2{width:50px;height:50px;background-position:-1535px -250px}.productOptionGroup .productOptionItem.selected .icon_soHANGING_CANVAS_SIZE_20X30_4,.productOptionGroup .productOptionItem:hover .icon_soHANGING_CANVAS_SIZE_20X30_4{width:50px;height:50px;background-position:-1479px -1084px}.productOptionGroup .productOptionItem.selected .icon_soLAPTOP_CASE_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soLAPTOP_CASE_SIZE_1{width:36px;height:26px;background-position:-984px -958px}.productOptionGroup .productOptionItem.selected .icon_soLAPTOP_CASE_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soLAPTOP_CASE_SIZE_2{width:40px;height:30px;background-position:-688px -510px}.productOptionGroup .productOptionItem.selected .icon_soLEASH_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soLEASH_SIZE_1{width:56px;height:20px;background-position:-472px -351px}.productOptionGroup .productOptionItem.selected .icon_soLEASH_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soLEASH_SIZE_2{width:56px;height:20px;background-position:-740px -325px}.productOptionGroup .productOptionItem.selected .icon_soLUGGAGE_TAG_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soLUGGAGE_TAG_SIZE_1{width:19px;height:13px;background-position:-269px -1538px}.productOptionGroup .productOptionItem.selected .icon_soLUGGAGE_TAG_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soLUGGAGE_TAG_SIZE_2{width:26px;height:18px;background-position:-898px -1078px}.productOptionGroup .productOptionItem.selected .icon_soMAGNET_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soMAGNET_SIZE_1{width:19px;height:13px;background-position:-250px -1538px}.productOptionGroup .productOptionItem.selected .icon_soMAGNET_SIZE_16,.productOptionGroup .productOptionItem:hover .icon_soMAGNET_SIZE_16{width:32px;height:33px;background-position:-828px -1553px}.productOptionGroup .productOptionItem.selected .icon_soMAGNET_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soMAGNET_SIZE_2{width:19px;height:19px;background-position:-883px -1672px}.productOptionGroup .productOptionItem.selected .icon_soMAGNET_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soMAGNET_SIZE_4{width:19px;height:31px;background-position:-1653px -1322px}.productOptionGroup .productOptionItem.selected .icon_soMAGNET_SIZE_8,.productOptionGroup .productOptionItem:hover .icon_soMAGNET_SIZE_8{width:26px;height:34px;background-position:-1216px -516px}.productOptionGroup .productOptionItem.selected .icon_soMOUSEPAD_SHAPE_1,.productOptionGroup .productOptionItem:hover .icon_soMOUSEPAD_SHAPE_1{width:26px;height:24px;background-position:-699px -1587px}.productOptionGroup .productOptionItem.selected .icon_soMOUSEPAD_SHAPE_2,.productOptionGroup .productOptionItem:hover .icon_soMOUSEPAD_SHAPE_2{width:24px;height:24px;background-position:-1459px -1587px}.productOptionGroup .productOptionItem.selected .icon_soMOUSEPAD_SHAPE_4,.productOptionGroup .productOptionItem:hover .icon_soMOUSEPAD_SHAPE_4{width:26px;height:25px;background-position:-547px -1587px}.productOptionGroup .productOptionItem.selected .icon_soMOUSEPAD_SHAPE_8,.productOptionGroup .productOptionItem:hover .icon_soMOUSEPAD_SHAPE_8{width:26px;height:24px;background-position:-1532px -1553px}.productOptionGroup .productOptionItem.selected .icon_soMUG_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soMUG_SIZE_1{width:20px;height:20px;background-position:-324px -1672px}.productOptionGroup .productOptionItem.selected .icon_soMUG_SIZE_16,.productOptionGroup .productOptionItem:hover .icon_soMUG_SIZE_16{width:20px;height:20px;background-position:-284px -1672px}.productOptionGroup .productOptionItem.selected .icon_soMUG_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soMUG_SIZE_2{width:20px;height:20px;background-position:-804px -1672px}.productOptionGroup .productOptionItem.selected .icon_soMUG_SIZE_32,.productOptionGroup .productOptionItem:hover .icon_soMUG_SIZE_32{width:20px;height:20px;background-position:-744px -1672px}.productOptionGroup .productOptionItem.selected .icon_soMUG_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soMUG_SIZE_4{width:20px;height:20px;background-position:-664px -1672px}.productOptionGroup .productOptionItem.selected .icon_soMUG_SIZE_8,.productOptionGroup .productOptionItem:hover .icon_soMUG_SIZE_8{width:20px;height:20px;background-position:-364px -1672px}.productOptionGroup .productOptionItem.selected .icon_soornament_shape_option_1,.productOptionGroup .productOptionItem:hover .icon_soornament_shape_option_1{width:26px;height:28px;background-position:-1174px -1613px}.productOptionGroup .productOptionItem.selected .icon_soornament_shape_option_1024,.productOptionGroup .productOptionItem:hover .icon_soornament_shape_option_1024{width:26px;height:24px;background-position:-673px -1587px}.productOptionGroup .productOptionItem.selected .icon_soornament_shape_option_128,.productOptionGroup .productOptionItem:hover .icon_soornament_shape_option_128{width:26px;height:27px;background-position:-1278px -1613px}.productOptionGroup .productOptionItem.selected .icon_soornament_shape_option_16,.productOptionGroup .productOptionItem:hover .icon_soornament_shape_option_16{width:34px;height:24px;background-position:-1142px -1553px}.productOptionGroup .productOptionItem.selected .icon_soornament_shape_option_2,.productOptionGroup .productOptionItem:hover .icon_soornament_shape_option_2{width:28px;height:18px;background-position:-816px -1078px}.productOptionGroup .productOptionItem.selected .icon_soornament_shape_option_2048,.productOptionGroup .productOptionItem:hover .icon_soornament_shape_option_2048{width:24px;height:26px;background-position:-1404px -1613px}.productOptionGroup .productOptionItem.selected .icon_soornament_shape_option_256,.productOptionGroup .productOptionItem:hover .icon_soornament_shape_option_256{width:22px;height:28px;background-position:-1653px -1213px}.productOptionGroup .productOptionItem.selected .icon_soornament_shape_option_32,.productOptionGroup .productOptionItem:hover .icon_soornament_shape_option_32{width:26px;height:26px;background-position:-157px -1587px}.productOptionGroup .productOptionItem.selected .icon_soornament_shape_option_4,.productOptionGroup .productOptionItem:hover .icon_soornament_shape_option_4{width:24px;height:24px;background-position:-1435px -1587px}.productOptionGroup .productOptionItem.selected .icon_soornament_shape_option_512,.productOptionGroup .productOptionItem:hover .icon_soornament_shape_option_512{width:20px;height:26px;background-position:-1428px -1613px}.productOptionGroup .productOptionItem.selected .icon_soornament_shape_option_64,.productOptionGroup .productOptionItem:hover .icon_soornament_shape_option_64{width:22px;height:27px;background-position:-1653px -1268px}.productOptionGroup .productOptionItem.selected .icon_soornament_shape_option_8,.productOptionGroup .productOptionItem:hover .icon_soornament_shape_option_8{width:26px;height:26px;background-position:-365px -1587px}.productOptionGroup .productOptionItem.selected .icon_soPAPERWEIGHT_SHAPE_1,.productOptionGroup .productOptionItem:hover .icon_soPAPERWEIGHT_SHAPE_1{width:26px;height:26px;background-position:-287px -1587px}.productOptionGroup .productOptionItem.selected .icon_soPAPERWEIGHT_SHAPE_2,.productOptionGroup .productOptionItem:hover .icon_soPAPERWEIGHT_SHAPE_2{width:24px;height:24px;background-position:-1051px -1587px}.productOptionGroup .productOptionItem.selected .icon_soPAPERWEIGHT_SHAPE_4,.productOptionGroup .productOptionItem:hover .icon_soPAPERWEIGHT_SHAPE_4{width:26px;height:24px;background-position:-751px -1587px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_1,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_1{width:15px;height:29px;background-position:-1675px -868px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_100,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_100{width:18px;height:32px;background-position:-1675px 0px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_1048576,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_1048576{width:21px;height:38px;background-position:-1623px -274px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_128,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_128{width:17px;height:29px;background-position:-1675px -538px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_131072,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_131072{width:18px;height:37px;background-position:-1653px -398px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_16,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_16{width:18px;height:35px;background-position:-1653px -737px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_16384,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_16384{width:18px;height:35px;background-position:-1653px -632px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_2,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_2{width:15px;height:29px;background-position:-1675px -926px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_256,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_256{width:21px;height:41px;background-position:-1216px -773px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_262144,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_262144{width:18px;height:35px;background-position:-1653px -1017px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_32,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_32{width:16px;height:31px;background-position:-1675px -449px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_32768,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_32768{width:21px;height:41px;background-position:-1216px -648px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_4,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_4{width:16px;height:31px;background-position:-1675px -356px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_4096,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_4096{width:18px;height:32px;background-position:-1653px -1608px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_512,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_512{width:18px;height:32px;background-position:-1653px -1480px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_524288,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_524288{width:21px;height:41px;background-position:-1216px -941px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_64,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_64{width:17px;height:29px;background-position:-1675px -509px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_65536,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_65536{width:18px;height:35px;background-position:-1653px -772px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_8,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_8{width:14px;height:31px;background-position:-1675px -955px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_8192,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_8192{width:18px;height:32px;background-position:-1653px -1512px}.productOptionGroup .productOptionItem.selected .icon_soPHONE_MODEL_8388608,.productOptionGroup .productOptionItem:hover .icon_soPHONE_MODEL_8388608{width:18px;height:35px;background-position:-1653px -947px}.productOptionGroup .productOptionItem.selected .icon_soPHOTOCHARM_SHAPE_1,.productOptionGroup .productOptionItem:hover .icon_soPHOTOCHARM_SHAPE_1{width:32px;height:32px;background-position:-924px -1505px}.productOptionGroup .productOptionItem.selected .icon_soPHOTOCHARM_SHAPE_2,.productOptionGroup .productOptionItem:hover .icon_soPHOTOCHARM_SHAPE_2{width:32px;height:32px;background-position:-988px -1505px}.productOptionGroup .productOptionItem.selected .icon_soPHOTOCHARM_SHAPE_4,.productOptionGroup .productOptionItem:hover .icon_soPHOTOCHARM_SHAPE_4{width:32px;height:32px;background-position:-732px -1505px}.productOptionGroup .productOptionItem.selected .icon_soPILLOW_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soPILLOW_SIZE_1{width:25px;height:25px;background-position:-623px -1587px}.productOptionGroup .productOptionItem.selected .icon_soPILLOW_SIZE_16,.productOptionGroup .productOptionItem:hover .icon_soPILLOW_SIZE_16{width:32px;height:32px;background-position:-1052px -1505px}.productOptionGroup .productOptionItem.selected .icon_soPILLOW_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soPILLOW_SIZE_2{width:28px;height:28px;background-position:-1623px -1498px}.productOptionGroup .productOptionItem.selected .icon_soPILLOW_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soPILLOW_SIZE_4{width:25px;height:21px;background-position:-1452px -381px}.productOptionGroup .productOptionItem.selected .icon_soPILLOW_SIZE_8,.productOptionGroup .productOptionItem:hover .icon_soPILLOW_SIZE_8{width:32px;height:24px;background-position:-1341px -1553px}.productOptionGroup .productOptionItem.selected .icon_soPOUCH_STYLE_1,.productOptionGroup .productOptionItem:hover .icon_soPOUCH_STYLE_1{width:19px;height:18px;background-position:-1117px -1641px}.productOptionGroup .productOptionItem.selected .icon_soPOUCH_STYLE_2,.productOptionGroup .productOptionItem:hover .icon_soPOUCH_STYLE_2{width:27px;height:24px;background-position:-1427px -1553px}.productOptionGroup .productOptionItem.selected .icon_soPUZZLE_PIECES_1,.productOptionGroup .productOptionItem:hover .icon_soPUZZLE_PIECES_1{width:36px;height:22px;background-position:-1231px -1505px}.productOptionGroup .productOptionItem.selected .icon_soPUZZLE_PIECES_1_2x,.productOptionGroup .productOptionItem:hover .icon_soPUZZLE_PIECES_1_2x{width:72px;height:44px;background-position:-648px -1404px}.productOptionGroup .productOptionItem.selected .icon_soPUZZLE_PIECES_2,.productOptionGroup .productOptionItem:hover .icon_soPUZZLE_PIECES_2{width:36px;height:22px;background-position:-1267px -1505px}.productOptionGroup .productOptionItem.selected .icon_soPUZZLE_PIECES_2_2x,.productOptionGroup .productOptionItem:hover .icon_soPUZZLE_PIECES_2_2x{width:72px;height:44px;background-position:-432px -1404px}.productOptionGroup .productOptionItem.selected .icon_soPUZZLE_PIECES_4,.productOptionGroup .productOptionItem:hover .icon_soPUZZLE_PIECES_4{width:50px;height:33px;background-position:-250px -1505px}.productOptionGroup .productOptionItem.selected .icon_soPUZZLE_PIECES_4_2x,.productOptionGroup .productOptionItem:hover .icon_soPUZZLE_PIECES_4_2x{width:100px;height:66px;background-position:-296px -804px}.productOptionGroup .productOptionItem.selected .icon_soPUZZLE_PIECES_8,.productOptionGroup .productOptionItem:hover .icon_soPUZZLE_PIECES_8{width:74px;height:41px;background-position:-864px -1404px}.productOptionGroup .productOptionItem.selected .icon_soPUZZLE_PIECES_8_2x,.productOptionGroup .productOptionItem:hover .icon_soPUZZLE_PIECES_8_2x{width:148px;height:82px;background-position:0px -804px}.productOptionGroup .productOptionItem.selected .icon_soPZN_FRAME_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soPZN_FRAME_SIZE_1{width:14px;height:16px;background-position:-1605px -1587px}.productOptionGroup .productOptionItem.selected .icon_soPZN_FRAME_SIZE_16,.productOptionGroup .productOptionItem:hover .icon_soPZN_FRAME_SIZE_16{width:18px;height:18px;background-position:-1675px -1317px}.productOptionGroup .productOptionItem.selected .icon_soPZN_FRAME_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soPZN_FRAME_SIZE_2{width:16px;height:14px;background-position:-1675px -1649px}.productOptionGroup .productOptionItem.selected .icon_soPZN_FRAME_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soPZN_FRAME_SIZE_4{width:16px;height:14px;background-position:-1116px -1078px}.productOptionGroup .productOptionItem.selected .icon_soPZN_FRAME_SIZE_8,.productOptionGroup .productOptionItem:hover .icon_soPZN_FRAME_SIZE_8{width:18px;height:18px;background-position:-1675px -1371px}.productOptionGroup .productOptionItem.selected .icon_soSERVING_TRAY_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soSERVING_TRAY_SIZE_1{width:28px;height:28px;background-position:-1008px -1613px}.productOptionGroup .productOptionItem.selected .icon_soSERVING_TRAY_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soSERVING_TRAY_SIZE_2{width:28px;height:28px;background-position:-1120px -1613px}.productOptionGroup .productOptionItem.selected .icon_soSHAM_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soSHAM_SIZE_1{width:30px;height:20px;background-position:-528px -351px}.productOptionGroup .productOptionItem.selected .icon_soSHAM_SIZE_1_2x,.productOptionGroup .productOptionItem:hover .icon_soSHAM_SIZE_1_2x{width:30px;height:20px;background-position:-796px -325px}.productOptionGroup .productOptionItem.selected .icon_soSHAM_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soSHAM_SIZE_2{width:36px;height:24px;background-position:-1070px -1553px}.productOptionGroup .productOptionItem.selected .icon_soSHAM_SIZE_2_2x,.productOptionGroup .productOptionItem:hover .icon_soSHAM_SIZE_2_2x{width:36px;height:24px;background-position:-962px -1553px}.productOptionGroup .productOptionItem.selected .icon_soTABLE_RUNNER_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soTABLE_RUNNER_SIZE_1{width:30px;height:8px;background-position:-1216px -388px}.productOptionGroup .productOptionItem.selected .icon_soTABLE_RUNNER_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soTABLE_RUNNER_SIZE_2{width:34px;height:10px;background-position:-1132px -1086px}.productOptionGroup .productOptionItem.selected .icon_soTABLET_MODEL_1,.productOptionGroup .productOptionItem:hover .icon_soTABLET_MODEL_1{width:22px;height:33px;background-position:-1653px -100px}.productOptionGroup .productOptionItem.selected .icon_soTABLET_MODEL_2,.productOptionGroup .productOptionItem:hover .icon_soTABLET_MODEL_2{width:22px;height:33px;background-position:-1653px -34px}.productOptionGroup .productOptionItem.selected .icon_soTABLET_MODEL_3,.productOptionGroup .productOptionItem:hover .icon_soTABLET_MODEL_3{width:18px;height:27px;background-position:-1675px -596px}.productOptionGroup .productOptionItem.selected .icon_soTOTE_STYLE_1,.productOptionGroup .productOptionItem:hover .icon_soTOTE_STYLE_1{width:26px;height:32px;background-position:-1623px -204px}.productOptionGroup .productOptionItem.selected .icon_soTOTE_STYLE_2,.productOptionGroup .productOptionItem:hover .icon_soTOTE_STYLE_2{width:24px;height:28px;background-position:-332px -1641px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_1{width:34px;height:26px;background-position:-892px -1553px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_1024,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_1024{width:28px;height:12px;background-position:-296px -870px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_128,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_128{width:18px;height:28px;background-position:-1675px -210px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_16,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_16{width:18px;height:18px;background-position:-1675px -1389px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_16384,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_16384{width:10px;height:10px;background-position:-1523px -698px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_2{width:32px;height:26px;background-position:-33px -1587px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_2048,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_2048{width:33px;height:11px;background-position:-795px -788px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_256,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_256{width:22px;height:34px;background-position:-1454px -1404px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_262144,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_262144{width:38px;height:28px;background-position:-728px -510px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_262144_2x,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_262144_2x{width:76px;height:56px;background-position:-689px -1336px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_262144_3x,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_262144_3x{width:114px;height:84px;background-position:-1132px 0px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_32,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_32{width:14px;height:20px;background-position:-1675px -1519px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_32768,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_32768{width:12px;height:12px;background-position:-1523px -640px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_4{width:33px;height:26px;background-position:0px -1587px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_4096,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_4096{width:25px;height:25px;background-position:-648px -1587px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_512,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_512{width:14px;height:17px;background-position:-1675px -1616px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_524288,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_524288{width:34px;height:34px;background-position:-220px -1553px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_524288_2x,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_524288_2x{width:68px;height:68px;background-position:-284px -1264px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_524288_3x,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_524288_3x{width:102px;height:102px;background-position:-714px -994px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_64,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_64{width:20px;height:25px;background-position:-1508px -1613px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_65536,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_65536{width:14px;height:14px;background-position:-1223px -1641px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_8,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_8{width:32px;height:26px;background-position:-65px -1587px}.productOptionGroup .productOptionItem.selected .icon_soWALLART_SIZE_8192,.productOptionGroup .productOptionItem:hover .icon_soWALLART_SIZE_8192{width:14px;height:20px;background-position:-1675px -1499px}.productOptionGroup .productOptionItem.selected .icon_soWINEBAG_FABRIC_COLOR_1,.productOptionGroup .productOptionItem:hover .icon_soWINEBAG_FABRIC_COLOR_1{width:28px;height:28px;background-position:-196px -1613px}.productOptionGroup .productOptionItem.selected .icon_soWINEBAG_FABRIC_COLOR_2,.productOptionGroup .productOptionItem:hover .icon_soWINEBAG_FABRIC_COLOR_2{width:28px;height:28px;background-position:-1623px -994px}.productOptionGroup .productOptionItem.selected .icon_soWOODFRAME_SIZE_1,.productOptionGroup .productOptionItem:hover .icon_soWOODFRAME_SIZE_1{width:24px;height:18px;background-position:-996px -1078px}.productOptionGroup .productOptionItem.selected .icon_soWOODFRAME_SIZE_16,.productOptionGroup .productOptionItem:hover .icon_soWOODFRAME_SIZE_16{width:28px;height:20px;background-position:-676px -351px}.productOptionGroup .productOptionItem.selected .icon_soWOODFRAME_SIZE_2,.productOptionGroup .productOptionItem:hover .icon_soWOODFRAME_SIZE_2{width:18px;height:24px;background-position:-1675px -1017px}.productOptionGroup .productOptionItem.selected .icon_soWOODFRAME_SIZE_4,.productOptionGroup .productOptionItem:hover .icon_soWOODFRAME_SIZE_4{width:28px;height:20px;background-position:-788px -351px}.productOptionGroup .productOptionItem.selected .icon_soWOODFRAME_SIZE_8,.productOptionGroup .productOptionItem:hover .icon_soWOODFRAME_SIZE_8{width:20px;height:28px;background-position:-556px -1641px}.productOptionGroup .productOptionItem.selected .icon_sprite-ENVELOPE_SIZE_5X5,.productOptionGroup .productOptionItem:hover .icon_sprite-ENVELOPE_SIZE_5X5{width:39px;height:39px;background-position:-1372px -1264px}.productOptionGroup .productOptionItem.selected .icon_sprite-ENVELOPE_SIZE_5X5RECT,.productOptionGroup .productOptionItem:hover .icon_sprite-ENVELOPE_SIZE_5X5RECT{width:47px;height:39px;background-position:-1313px -1404px}.productOptionGroup .productOptionItem.selected .icon_sprite-ENVELOPE_SIZE_5X5RECT_2x,.productOptionGroup .productOptionItem:hover .icon_sprite-ENVELOPE_SIZE_5X5RECT_2x{width:47px;height:39px;background-position:-1266px -1404px}.productOptionGroup .productOptionItem.selected .icon_square,.productOptionGroup .productOptionItem:hover .icon_square{width:26px;height:28px;background-position:-1200px -1613px}.productOptionGroup .productOptionItem.selected .icon_white_ceramic_mug,.productOptionGroup .productOptionItem:hover .icon_white_ceramic_mug{width:28px;height:28px;background-position:-112px -1613px}.productOptionGroup .productOptionItem.selected .icon_yellow_handle_color_ceramic_mug,.productOptionGroup .productOptionItem:hover .icon_yellow_handle_color_ceramic_mug{width:28px;height:28px;background-position:-980px -1613px}.productOptionGroup .sprite-MUG_HANDLE_COLOR{background:url(https://www.shutterfly.com/i/creationpath/options/sprite-MUG_HANDLE_COLOR_v2.png) no-repeat top left}.productOptionGroup .sprite-black_ceramic_mug_off{background-position:0 0;width:28px;height:28px}.productOptionGroup .sprite-black_ceramic_mug_on{background-position:0 -78px;width:28px;height:28px}.productOptionGroup .sprite-blue_handle_color_ceramic_mug_off{background-position:0 -156px;width:28px;height:28px}.productOptionGroup .sprite-blue_handle_color_ceramic_mug_on{background-position:0 -234px;width:28px;height:28px}.productOptionGroup .sprite-green_handle_color_ceramic_mug_off{background-position:0 -312px;width:28px;height:28px}.productOptionGroup .sprite-green_handle_color_ceramic_mug_on{background-position:0 -390px;width:28px;height:28px}.productOptionGroup .sprite-lightblue_handle_color_ceramic_mug_off{background-position:0 -468px;width:28px;height:28px}.productOptionGroup .sprite-lightblue_handle_color_ceramic_mug_on{background-position:0 -546px;width:28px;height:28px}.productOptionGroup .sprite-orange_handle_color_ceramic_mug_off{background-position:0 -624px;width:28px;height:28px}.productOptionGroup .sprite-orange_handle_color_ceramic_mug_on{background-position:0 -702px;width:28px;height:28px}.productOptionGroup .sprite-pink_handle_color_ceramic_mug_off{background-position:0 -780px;width:28px;height:28px}.productOptionGroup .sprite-pink_handle_color_ceramic_mug_on{background-position:0 -858px;width:28px;height:28px}.productOptionGroup .sprite-red_handle_color_ceramic_mug_off{background-position:0 -936px;width:28px;height:28px}.productOptionGroup .sprite-red_handle_color_ceramic_mug_on{background-position:0 -1014px;width:28px;height:28px}.productOptionGroup .sprite-white_ceramic_mug_off{background-position:0 -1092px;width:28px;height:28px}.productOptionGroup .sprite-white_ceramic_mug_on{background-position:0 -1170px;width:28px;height:28px}.productOptionGroup .sprite-yellow_handle_color_ceramic_mug_off{background-position:0 -1248px;width:28px;height:28px}.productOptionGroup .sprite-yellow_handle_color_ceramic_mug_on{background-position:0 -1326px;width:28px;height:28px}.productOptionGroup .sprite-gold_handle_color_ceramic_mug_off{background-position:0 -1404px;width:28px;height:28px}.productOptionGroup .sprite-gold_handle_color_ceramic_mug_on{background-position:0 -1482px;width:28px;height:28px}.productOptionGroup .sprite-CHOCOLATE_TYPE{background:url(https://www.shutterfly.com/i/creationpath/options/sprite-CHOCOLATE_TYPE.png) no-repeat top left}.productOptionGroup .sprite-MUG_11_GHIRARDELLI_off{background-position:0     -40px;width:38px;height:38px}.productOptionGroup .sprite-MUG_11_GHIRARDELLI_on{background-position:-76px -40px;width:38px;height:38px}.productOptionGroup .sprite-GHIRA_HOTCOCOA_2_off{background-position:0     -160px;width:38px;height:38px}.productOptionGroup .sprite-GHIRA_HOTCOCOA_2_on{background-position:-76px -160px;width:38px;height:38px}.productOptionGroup .sprite-GHIRA_PEPPERMINT_8_off{background-position:0     -80px;width:38px;height:38px}.productOptionGroup .sprite-GHIRA_PEPPERMINT_8_on{background-position:-76px -80px;width:38px;height:38px}.productOptionGroup .sprite-NONE_CHOCOLATE_TYPE_off{background-position:0     0px;width:38px;height:38px}.productOptionGroup .sprite-NONE_CHOCOLATE_TYPE_on{background-position:-76px 0px;width:38px;height:38px}.productOptionGroup .icon{background:url(https://cdn.staticsfly.com/pipstatic/builds/pip-20180604-1593-56529c26-496148147/dist/img/sprite.png)}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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;
}
b,
strong {
  font-weight: bold;
}
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 #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
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 {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url(/pipstatic/.build_temp/files/f4769f9bdb7466be65088239c12046d1.eot);
  src: url(/pipstatic/.build_temp/files/f4769f9bdb7466be65088239c12046d1.eot?#iefix) format('embedded-opentype'), url(/pipstatic/.build_temp/files/448c34a56d699c29117adc64c43affeb.woff2) format('woff2'), url(/pipstatic/.build_temp/files/fa2772327f55d8198301fdb8bcfc8158.woff) format('woff'), url(/pipstatic/.build_temp/files/e18bbf611f2a2e43afc071aa2f4e1512.ttf) format('truetype'), url(/pipstatic/.build_temp/files/89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -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;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > 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;
}
.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;
}
[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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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: 480px) {
  .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,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  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;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 480px) {
  .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[title],
abbr[data-original-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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
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 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -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: 480px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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: 480px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    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: 768px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    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: 992px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    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 > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  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 > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  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 > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    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: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  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="radio"]:focus,
input[type="checkbox"]:focus {
  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 rgba(0, 0, 0, .075);
  -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 rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .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"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .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"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox 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;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 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;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-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 rgba(0, 0, 0, .075);
}
.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 rgba(0, 0, 0, .075), 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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-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 rgba(0, 0, 0, .075);
}
.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 rgba(0, 0, 0, .075), 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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-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 rgba(0, 0, 0, .075);
}
.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 rgba(0, 0, 0, .075), 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: 480px) {
  .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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 480px) {
  .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: 480px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  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:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  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 rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  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:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  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:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  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:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  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:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  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:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  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:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].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-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  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 rgba(0, 0, 0, .175);
}
.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: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  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 dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 480px) {
  .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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  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,
.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 rgba(0, 0, 0, .125);
}
.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-left-radius: 4px;
  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-right-radius: 4px;
  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="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  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 .form-control:focus {
  z-index: 3;
}
.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;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
  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="radio"],
.input-group-addon input[type="checkbox"] {
  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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  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 {
  z-index: 2;
  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:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  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:hover,
.nav-tabs > li.active > a:focus {
  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: 480px) {
  .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:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .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:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    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:hover,
.nav-pills > li.active > a:focus {
  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: 480px) {
  .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:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .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:hover,
  .nav-tabs-justified > .active > a:focus {
    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: 480px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 480px) {
  .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 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 480px) {
  .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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 480px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 480px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 480px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    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 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 480px) {
  .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: 480px) {
  .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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 480px) {
  .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-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 480px) {
  .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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    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: 480px) {
  .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-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 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: 480px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 480px) {
  .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:hover,
.navbar-default .navbar-brand:focus {
  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:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  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:hover,
.navbar-default .navbar-nav > .open > a:focus {
  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:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  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:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  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:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  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:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  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: "/\00a0";
}
.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:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  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;
  line-height: 1.3333333;
}
.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;
  line-height: 1.5;
}
.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:hover,
.pager li > a:focus {
  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:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  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]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  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-top: 30px;
  padding-bottom: 30px;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .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 > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  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: bold;
}
.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 {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    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 rgba(0, 0, 0, .1);
}
.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 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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.active .progress-bar,
.progress-bar.active {
  -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-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  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,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  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 rgba(0, 0, 0, .05);
}
.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 > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead: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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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 iframe,
.embed-responsive embed,
.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 rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  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: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 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 rgba(0, 0, 0, .5);
}
.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 {
  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: 480px) {
  .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 rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.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;
  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-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  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 rgba(0, 0, 0, .2);

  line-break: auto;
}
.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: rgba(0, 0, 0, .25);
  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: rgba(0, 0, 0, .25);
  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: rgba(0, 0, 0, .25);
}
.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: rgba(0, 0, 0, .25);
}
.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 > img,
.carousel-inner > .item > a > 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: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 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);
  background-color: rgba(0, 0, 0, 0);
  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, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  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, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.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 \9;
  background-color: rgba(0, 0, 0, 0);
  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: 480px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.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: 480px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.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;
  }
}

.tooltipIcon {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    margin-left: 10px;
}

.tooltipIcon:hover {
    cursor: pointer;
}

.tooltipPopup {
  font-family: "Avenir LT W01 55 Roman", Verdana, Arial, sans-serif;
  width: 256px;
  background-color: #ffffff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  border-width: 1px;
  border-style: solid;
  border-color: #dcdee1;
  border-radius: 3px;
  z-index: +1;
  position: relative;
  left: -17px;
  top: 4px;
}

.tooltipPopup .tooltipContents {
  margin: 10px;
}

.tooltipPopup::before {
    position: absolute;
    top: -5px;
    left: 20px;
    border-width: 1px 0 0 1px;
    z-index: -1;
    transform: rotate(45deg);
    content: "\A0";
    width: 10px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
    border-color: #dcdee1;
    border-style: solid;
}

.icon_icon-favorite-hover-2x,
.icon_icon-favorite-hover-3x,
.icon_icon-favorite-hover,
.icon_icon-medium-spinner,
.icon_icon-spinner,
.icon_img-deluxe-lay-flat-pages,
.icon_img-flush-mount-pages,
.icon_img-glossy-pages,
.icon_img-standard-lay-flat-pages,
.icon_img-standard-pages,
.icon_Imgfoil-stampedBadge,
.icon_ImgglitterBadge,
.icon_Imgpersonalized-foilBadge,
.icon_SFLY_holiday_foil-stamped_detail,
.icon_SFLY_holiday_personalized-foil_detail,
.icon_TP_holiday_foil-stamped_detail,
.icon_TP_holiday_personalized-foil_detail,
.icon_WPD_wedding_foil-stamped_detail,
.icon_WPD_wedding_personalized-foil_detail { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/pip-sprites.png); }
.icon_icon-favorite-hover-2x { width: 44px; height: 44px; background-position: 0px -634px; }
.icon_icon-favorite-hover-3x { width: 66px; height: 66px; background-position: -67px -567px; }
.icon_icon-favorite-hover { width: 22px; height: 22px; background-position: -433px -585px; }
.icon_icon-medium-spinner { width: 39px; height: 39px; background-position: -44px -634px; }
.icon_icon-spinner { width: 67px; height: 67px; background-position: 0px -567px; }
.icon_img-deluxe-lay-flat-pages { width: 60px; height: 44px; background-position: -133px -567px; }
.icon_img-flush-mount-pages { width: 60px; height: 44px; background-position: -193px -567px; }
.icon_img-glossy-pages { width: 60px; height: 44px; background-position: -253px -567px; }
.icon_img-standard-lay-flat-pages { width: 60px; height: 44px; background-position: -313px -567px; }
.icon_img-standard-pages { width: 60px; height: 44px; background-position: -373px -567px; }
.icon_Imgfoil-stampedBadge { width: 110px; height: 18px; background-position: -433px -567px; }
.icon_ImgglitterBadge { width: 110px; height: 18px; background-position: -543px -567px; }
.icon_Imgpersonalized-foilBadge { width: 110px; height: 18px; background-position: -653px -567px; }
.icon_SFLY_holiday_foil-stamped_detail { width: 416px; height: 189px; background-position: 0px 0px; }
.icon_SFLY_holiday_personalized-foil_detail { width: 416px; height: 189px; background-position: 0px -189px; }
.icon_TP_holiday_foil-stamped_detail { width: 416px; height: 189px; background-position: -416px 0px; }
.icon_TP_holiday_personalized-foil_detail { width: 416px; height: 189px; background-position: -416px -189px; }
.icon_WPD_wedding_foil-stamped_detail { width: 416px; height: 189px; background-position: 0px -378px; }
.icon_WPD_wedding_personalized-foil_detail { width: 416px; height: 189px; background-position: -416px -378px; }
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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;
}
b,
strong {
  font-weight: bold;
}
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 #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
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 {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url(/pipstatic/.build_temp/files/f4769f9bdb7466be65088239c12046d1.eot);
  src: url(/pipstatic/.build_temp/files/f4769f9bdb7466be65088239c12046d1.eot?#iefix) format('embedded-opentype'), url(/pipstatic/.build_temp/files/448c34a56d699c29117adc64c43affeb.woff2) format('woff2'), url(/pipstatic/.build_temp/files/fa2772327f55d8198301fdb8bcfc8158.woff) format('woff'), url(/pipstatic/.build_temp/files/e18bbf611f2a2e43afc071aa2f4e1512.ttf) format('truetype'), url(/pipstatic/.build_temp/files/89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -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;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > 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;
}
.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;
}
[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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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: 480px) {
  .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,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  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;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 480px) {
  .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[title],
abbr[data-original-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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
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 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -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: 480px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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: 480px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    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: 768px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    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: 992px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    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 > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  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 > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  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 > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    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: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  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="radio"]:focus,
input[type="checkbox"]:focus {
  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 rgba(0, 0, 0, .075);
  -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 rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .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"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .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"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox 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;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 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;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-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 rgba(0, 0, 0, .075);
}
.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 rgba(0, 0, 0, .075), 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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-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 rgba(0, 0, 0, .075);
}
.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 rgba(0, 0, 0, .075), 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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-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 rgba(0, 0, 0, .075);
}
.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 rgba(0, 0, 0, .075), 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: 480px) {
  .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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 480px) {
  .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: 480px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  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:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  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 rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  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:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  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:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  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:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  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:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  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:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  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:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].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-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  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 rgba(0, 0, 0, .175);
}
.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: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  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 dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 480px) {
  .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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  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,
.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 rgba(0, 0, 0, .125);
}
.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-left-radius: 4px;
  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-right-radius: 4px;
  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="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  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 .form-control:focus {
  z-index: 3;
}
.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;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
  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="radio"],
.input-group-addon input[type="checkbox"] {
  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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  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 {
  z-index: 2;
  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:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  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:hover,
.nav-tabs > li.active > a:focus {
  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: 480px) {
  .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:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .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:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    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:hover,
.nav-pills > li.active > a:focus {
  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: 480px) {
  .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:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .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:hover,
  .nav-tabs-justified > .active > a:focus {
    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: 480px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 480px) {
  .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 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 480px) {
  .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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 480px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 480px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 480px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    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 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 480px) {
  .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: 480px) {
  .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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 480px) {
  .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-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 480px) {
  .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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    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: 480px) {
  .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-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 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: 480px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 480px) {
  .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:hover,
.navbar-default .navbar-brand:focus {
  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:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  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:hover,
.navbar-default .navbar-nav > .open > a:focus {
  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:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  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:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  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:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  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:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  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: "/\00a0";
}
.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:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  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;
  line-height: 1.3333333;
}
.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;
  line-height: 1.5;
}
.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:hover,
.pager li > a:focus {
  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:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  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]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  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-top: 30px;
  padding-bottom: 30px;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .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 > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  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: bold;
}
.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 {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    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 rgba(0, 0, 0, .1);
}
.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 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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.active .progress-bar,
.progress-bar.active {
  -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-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  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,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  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 rgba(0, 0, 0, .05);
}
.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 > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead: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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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 iframe,
.embed-responsive embed,
.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 rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  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: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 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 rgba(0, 0, 0, .5);
}
.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 {
  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: 480px) {
  .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 rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.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;
  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-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  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 rgba(0, 0, 0, .2);

  line-break: auto;
}
.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: rgba(0, 0, 0, .25);
  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: rgba(0, 0, 0, .25);
  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: rgba(0, 0, 0, .25);
}
.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: rgba(0, 0, 0, .25);
}
.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 > img,
.carousel-inner > .item > a > 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: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 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);
  background-color: rgba(0, 0, 0, 0);
  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, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  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, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.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 \9;
  background-color: rgba(0, 0, 0, 0);
  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: 480px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.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: 480px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.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;
  }
}

.icon_3x5Mag,
.icon_4x8l,
.icon_4x8p,
.icon_5x5,
.icon_5x7p,
.icon_6x8p,
.icon_address_label,
.icon_address_label_2x,
.icon_ARTFRAME_BLACK,
.icon_ARTFRAME_NO_FRAME,
.icon_ARTFRAME_RUSTIC,
.icon_ARTFRAME_WHITE,
.icon_atcard_format_1,
.icon_atcard_format_2,
.icon_atcard_format_64,
.icon_atmug_type_128,
.icon_atmug_type_256,
.icon_atmug_type_32,
.icon_atmug_type_64,
.icon_black_ceramic_mug,
.icon_blue_handle_color_ceramic_mug,
.icon_dynamic_color,
.icon_dynamic_color_2x,
.icon_favorite_22px,
.icon_favorite_22px_2x,
.icon_favorite_22px_3x,
.icon_flask_copper,
.icon_flask_matte_black,
.icon_flask_stainless_steel,
.icon_flat,
.icon_folded,
.icon_ghirardelli_mug,
.icon_glitter_gold_foil_swatch,
.icon_GOLD_BAG_COLOR,
.icon_GOLD_ENGRAVED,
.icon_gold_foil_swatch,
.icon_gold_handle_color_ceramic_mug,
.icon_green_handle_color_ceramic_mug,
.icon_growler_copper,
.icon_growler_matte_black,
.icon_growler_stainless_steel,
.icon_lightblue_handle_color_ceramic_mug,
.icon_MAGNET_FRAME_CLASSIC_CURVE,
.icon_MAGNET_FRAME_CLASSIC_CURVE_2x,
.icon_MAGNET_FRAME_CLASSIC_CURVE_3x,
.icon_MAGNET_FRAME_CONTEMPORARY,
.icon_MAGNET_FRAME_CONTEMPORARY_2x,
.icon_MAGNET_FRAME_CONTEMPORARY_3x,
.icon_MAGNET_FRAME_MODERN,
.icon_MAGNET_FRAME_MODERN_2x,
.icon_MAGNET_FRAME_MODERN_3x,
.icon_mailing_directmail,
.icon_mailing_dm_stamp,
.icon_mailing_dm_stamp_2x,
.icon_mailing_mailorder,
.icon_mailing_pra_recipient,
.icon_mailing_pra_return_front,
.icon_mailing_pra_return,
.icon_mailing_pra_returnrecipient,
.icon_multicolor_swatch,
.icon_NAPKINS_5X5_AQUA,
.icon_NAPKINS_5X5_BERRY,
.icon_NAPKINS_5X5_BLACK,
.icon_NAPKINS_5X5_BLUSH,
.icon_NAPKINS_5X5_CORAL,
.icon_NAPKINS_5X5_ECRU,
.icon_NAPKINS_5X5_MAGENTA,
.icon_NAPKINS_5X5_NAVY,
.icon_NAPKINS_5X5_PEWTER,
.icon_NAPKINS_5X5_WHITE,
.icon_NAVY_BAG_COLOR,
.icon_no_add_on_mug,
.icon_no_add,
.icon_nocolorswatch,
.icon_nolinerswatch,
.icon_orange_handle_color_ceramic_mug,
.icon_ORNAMENT_ANNUAL,
.icon_ORNAMENT_NONE,
.icon_PHOTO_FRAME_BLACK,
.icon_PHOTO_FRAME_BROWN,
.icon_PHOTO_FRAME_GOLD,
.icon_PHOTO_FRAME_METALLIC,
.icon_PHOTO_FRAME_NATURAL,
.icon_PHOTO_FRAME_RUSTIC,
.icon_PHOTO_FRAME_WALNUT,
.icon_PHOTO_FRAME_WHITE,
.icon_pink_handle_color_ceramic_mug,
.icon_RED_BAG_COLOR,
.icon_red_foil_swatch,
.icon_red_handle_color_ceramic_mug,
.icon_ROSE_GOLD_ENGRAVED,
.icon_rose_gold_foil_swatch,
.icon_rounded,
.icon_SAND_BAG_COLOR,
.icon_SETS_QUANTITY_1,
.icon_SETS_QUANTITY_2,
.icon_SETS_QUANTITY_3,
.icon_SETS_QUANTITY_4,
.icon_SILVER_ENGRAVED,
.icon_silver_foil_swatch,
.icon_size_31,
.icon_size_6,
.icon_size_69,
.icon_size_7,
.icon_size_89,
.icon_sprite-ENVELOPE_SIZE_5X5,
.icon_sprite-ENVELOPE_SIZE_5X5_2x,
.icon_sprite-ENVELOPE_SIZE_5X5RECT,
.icon_sprite-ENVELOPE_SIZE_5X5RECT_2x,
.icon_sprite-soTABLETOP_FRAME_TYPE,
.icon_square,
.icon_WHITE_BLACK_BAG_COLOR,
.icon_white_ceramic_mug,
.icon_yellow_handle_color_ceramic_mug { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/alt-sprites.png); }
.icon_3x5Mag { width: 12px; height: 20px; background-position: -761px -334px; }
.icon_3x5Mag:hover, .icon_3x5Mag.active { width: 12px; height: 20px; background-position: -761px -354px; }
.icon_4x8l.disabled { width: 30px; height: 15px; background-position: -560px -568px; }
.icon_4x8l { width: 32px; height: 17px; background-position: -702px -678px; }
.icon_4x8l:hover, .icon_4x8l.active { width: 32px; height: 17px; background-position: -734px -678px; }
.icon_4x8p { width: 14px; height: 28px; background-position: -756px -462px; }
.icon_4x8p:hover, .icon_4x8p.active { width: 14px; height: 28px; background-position: -756px -516px; }
.icon_5x5.disabled { width: 21px; height: 20px; background-position: -242px -802px; }
.icon_5x5 { width: 21px; height: 20px; background-position: -263px -802px; }
.icon_5x5:hover, .icon_5x5.active { width: 21px; height: 20px; background-position: -284px -802px; }
.icon_5x7p.disabled { width: 20px; height: 28px; background-position: -812px -515px; }
.icon_5x7p { width: 20px; height: 28px; background-position: -812px -543px; }
.icon_5x7p:hover, .icon_5x7p.active { width: 20px; height: 28px; background-position: -812px -571px; }
.icon_6x8p.disabled { width: 22px; height: 31px; background-position: -812px -180px; }
.icon_6x8p { width: 23px; height: 31px; background-position: -812px -56px; }
.icon_6x8p:hover, .icon_6x8p.active { width: 23px; height: 31px; background-position: -812px -87px; }
.icon_address_label { width: 72px; height: 56px; background-position: -618px -337px; }
.icon_address_label_2x { width: 72px; height: 54px; background-position: -702px -280px; }
.icon_address_label:hover, .icon_address_label.active { width: 72px; height: 56px; background-position: -618px -393px; }
.icon_ARTFRAME_BLACK { width: 28px; height: 28px; background-position: -774px -622px; }
.icon_ARTFRAME_BLACK:hover, .icon_ARTFRAME_BLACK.active { width: 28px; height: 28px; background-position: -774px -650px; }
.icon_ARTFRAME_NO_FRAME { width: 28px; height: 28px; background-position: -774px -678px; }
.icon_ARTFRAME_NO_FRAME:hover, .icon_ARTFRAME_NO_FRAME.active { width: 28px; height: 28px; background-position: -774px -706px; }
.icon_ARTFRAME_RUSTIC { width: 28px; height: 28px; background-position: 0px -746px; }
.icon_ARTFRAME_RUSTIC:hover, .icon_ARTFRAME_RUSTIC.active { width: 28px; height: 28px; background-position: -28px -746px; }
.icon_ARTFRAME_WHITE { width: 28px; height: 28px; background-position: -56px -746px; }
.icon_ARTFRAME_WHITE:hover, .icon_ARTFRAME_WHITE.active { width: 28px; height: 28px; background-position: -84px -746px; }
.icon_atcard_format_1.disabled { width: 20px; height: 28px; background-position: -812px -599px; }
.icon_atcard_format_1 { width: 20px; height: 28px; background-position: -812px -627px; }
.icon_atcard_format_1:hover, .icon_atcard_format_1.active { width: 20px; height: 28px; background-position: -812px -655px; }
.icon_atcard_format_2.disabled { width: 20px; height: 32px; background-position: -812px -211px; }
.icon_atcard_format_2 { width: 20px; height: 32px; background-position: -812px -243px; }
.icon_atcard_format_2:hover, .icon_atcard_format_2.active { width: 20px; height: 32px; background-position: -812px -275px; }
.icon_atcard_format_64 { width: 39px; height: 23px; background-position: -618px -561px; }
.icon_atcard_format_64:hover, .icon_atcard_format_64.active { width: 39px; height: 23px; background-position: -657px -561px; }
.icon_atmug_type_128.disabled { width: 28px; height: 36px; background-position: -774px -514px; }
.icon_atmug_type_128 { width: 28px; height: 36px; background-position: -774px -550px; }
.icon_atmug_type_128:hover, .icon_atmug_type_128.active { width: 28px; height: 36px; background-position: -774px -586px; }
.icon_atmug_type_256.disabled { width: 36px; height: 36px; background-position: -774px -152px; }
.icon_atmug_type_256 { width: 36px; height: 36px; background-position: -774px -188px; }
.icon_atmug_type_256:hover, .icon_atmug_type_256.active { width: 36px; height: 36px; background-position: -774px -224px; }
.icon_atmug_type_32.disabled { width: 36px; height: 36px; background-position: -774px -260px; }
.icon_atmug_type_32 { width: 36px; height: 36px; background-position: -774px -296px; }
.icon_atmug_type_32:hover, .icon_atmug_type_32.active { width: 36px; height: 36px; background-position: -774px -332px; }
.icon_atmug_type_64.disabled { width: 36px; height: 36px; background-position: -774px -368px; }
.icon_atmug_type_64 { width: 36px; height: 36px; background-position: -774px -404px; }
.icon_atmug_type_64:hover, .icon_atmug_type_64.active { width: 36px; height: 36px; background-position: -774px -440px; }
.icon_black_ceramic_mug { width: 22px; height: 22px; background-position: -760px -774px; }
.icon_black_ceramic_mug:hover, .icon_black_ceramic_mug.active { width: 28px; height: 28px; background-position: -112px -746px; }
.icon_blue_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -782px -774px; }
.icon_blue_handle_color_ceramic_mug:hover, .icon_blue_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -140px -746px; }
.icon_dynamic_color { width: 38px; height: 38px; background-position: -774px 0px; }
.icon_dynamic_color_2x { width: 38px; height: 38px; background-position: -774px -38px; }
.icon_favorite_22px { width: 22px; height: 22px; background-position: 0px -802px; }
.icon_favorite_22px_2x { width: 44px; height: 44px; background-position: -150px -696px; }
.icon_favorite_22px_3x { width: 66px; height: 66px; background-position: -618px -140px; }
.icon_favorite_22px:hover, .icon_favorite_22px.active { width: 22px; height: 22px; background-position: -22px -802px; }
.icon_favorite_22px_2x:hover, .icon_favorite_22px_2x.active_2x_2x { width: 44px; height: 44px; background-position: -194px -696px; }
.icon_favorite_22px_3x:hover, .icon_favorite_22px_3x.active_3x_3x { width: 66px; height: 66px; background-position: -618px -206px; }
.icon_flask_copper { width: 24px; height: 24px; background-position: -812px -371px; }
.icon_flask_copper:hover, .icon_flask_copper.active { width: 28px; height: 28px; background-position: -168px -746px; }
.icon_flask_matte_black { width: 24px; height: 24px; background-position: -812px -395px; }
.icon_flask_matte_black:hover, .icon_flask_matte_black.active { width: 28px; height: 28px; background-position: -196px -746px; }
.icon_flask_stainless_steel { width: 24px; height: 24px; background-position: -812px -419px; }
.icon_flask_stainless_steel:hover, .icon_flask_stainless_steel.active { width: 28px; height: 28px; background-position: -224px -746px; }
.icon_flat { width: 20px; height: 28px; background-position: -812px -683px; }
.icon_flat:hover, .icon_flat.active { width: 20px; height: 28px; background-position: -812px -711px; }
.icon_folded { width: 20px; height: 32px; background-position: -812px -307px; }
.icon_folded:hover, .icon_folded.active { width: 20px; height: 32px; background-position: -812px -339px; }
.icon_ghirardelli_mug { width: 38px; height: 38px; background-position: -774px -76px; }
.icon_ghirardelli_mug:hover, .icon_ghirardelli_mug.active { width: 38px; height: 38px; background-position: -774px -114px; }
.icon_glitter_gold_foil_swatch { width: 44px; height: 44px; background-position: -238px -696px; }
.icon_GOLD_BAG_COLOR { width: 28px; height: 28px; background-position: -252px -746px; }
.icon_GOLD_BAG_COLOR:hover, .icon_GOLD_BAG_COLOR.active { width: 28px; height: 28px; background-position: -280px -746px; }
.icon_GOLD_ENGRAVED { width: 28px; height: 28px; background-position: -308px -746px; }
.icon_GOLD_ENGRAVED:hover, .icon_GOLD_ENGRAVED.active { width: 28px; height: 28px; background-position: -336px -746px; }
.icon_gold_foil_swatch { width: 44px; height: 44px; background-position: -282px -696px; }
.icon_gold_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -44px -802px; }
.icon_gold_handle_color_ceramic_mug:hover, .icon_gold_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -364px -746px; }
.icon_green_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -66px -802px; }
.icon_green_handle_color_ceramic_mug:hover, .icon_green_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -392px -746px; }
.icon_growler_copper { width: 24px; height: 24px; background-position: -812px -443px; }
.icon_growler_copper:hover, .icon_growler_copper.active { width: 28px; height: 28px; background-position: -420px -746px; }
.icon_growler_matte_black { width: 24px; height: 24px; background-position: -812px -467px; }
.icon_growler_matte_black:hover, .icon_growler_matte_black.active { width: 28px; height: 28px; background-position: -448px -746px; }
.icon_growler_stainless_steel { width: 24px; height: 24px; background-position: -812px -491px; }
.icon_growler_stainless_steel:hover, .icon_growler_stainless_steel.active { width: 28px; height: 28px; background-position: -476px -746px; }
.icon_lightblue_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -88px -802px; }
.icon_lightblue_handle_color_ceramic_mug:hover, .icon_lightblue_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -504px -746px; }
.icon_MAGNET_FRAME_CLASSIC_CURVE { width: 54px; height: 54px; background-position: -702px -462px; }
.icon_MAGNET_FRAME_CLASSIC_CURVE_2x { width: 108px; height: 108px; background-position: 0px -588px; }
.icon_MAGNET_FRAME_CLASSIC_CURVE_3x { width: 162px; height: 162px; background-position: 0px 0px; }
.icon_MAGNET_FRAME_CLASSIC_CURVE:hover, .icon_MAGNET_FRAME_CLASSIC_CURVE.active { width: 54px; height: 54px; background-position: -702px -516px; }
.icon_MAGNET_FRAME_CLASSIC_CURVE_2x:hover, .icon_MAGNET_FRAME_CLASSIC_CURVE_2x.active_2x_2x { width: 108px; height: 108px; background-position: -108px -588px; }
.icon_MAGNET_FRAME_CLASSIC_CURVE_3x:hover, .icon_MAGNET_FRAME_CLASSIC_CURVE_3x.active_3x_3x { width: 162px; height: 162px; background-position: -162px 0px; }
.icon_MAGNET_FRAME_CONTEMPORARY { width: 54px; height: 54px; background-position: -702px -570px; }
.icon_MAGNET_FRAME_CONTEMPORARY_2x { width: 108px; height: 108px; background-position: -216px -588px; }
.icon_MAGNET_FRAME_CONTEMPORARY_3x { width: 162px; height: 162px; background-position: 0px -162px; }
.icon_MAGNET_FRAME_CONTEMPORARY:hover, .icon_MAGNET_FRAME_CONTEMPORARY.active { width: 54px; height: 54px; background-position: -702px -624px; }
.icon_MAGNET_FRAME_CONTEMPORARY_2x:hover, .icon_MAGNET_FRAME_CONTEMPORARY_2x.active_2x_2x { width: 108px; height: 108px; background-position: -324px -588px; }
.icon_MAGNET_FRAME_CONTEMPORARY_3x:hover, .icon_MAGNET_FRAME_CONTEMPORARY_3x.active_3x_3x { width: 162px; height: 162px; background-position: -162px -162px; }
.icon_MAGNET_FRAME_MODERN { width: 54px; height: 54px; background-position: -558px -396px; }
.icon_MAGNET_FRAME_MODERN_2x { width: 108px; height: 108px; background-position: -432px -588px; }
.icon_MAGNET_FRAME_MODERN_3x { width: 162px; height: 162px; background-position: -324px 0px; }
.icon_MAGNET_FRAME_MODERN:hover, .icon_MAGNET_FRAME_MODERN.active { width: 54px; height: 54px; background-position: -648px -588px; }
.icon_MAGNET_FRAME_MODERN_2x:hover, .icon_MAGNET_FRAME_MODERN_2x.active_2x_2x { width: 108px; height: 108px; background-position: -540px -588px; }
.icon_MAGNET_FRAME_MODERN_3x:hover, .icon_MAGNET_FRAME_MODERN_3x.active_3x_3x { width: 162px; height: 162px; background-position: -324px -162px; }
.icon_mailing_directmail { width: 72px; height: 56px; background-position: -618px -449px; }
.icon_mailing_directmail:hover, .icon_mailing_directmail.active { width: 72px; height: 56px; background-position: -618px -505px; }
.icon_mailing_dm_stamp { width: 59px; height: 64px; background-position: -702px -334px; }
.icon_mailing_dm_stamp_2x { width: 59px; height: 64px; background-position: -702px -398px; }
.icon_mailing_mailorder { width: 72px; height: 56px; background-position: -486px -396px; }
.icon_mailing_mailorder:hover, .icon_mailing_mailorder.active { width: 72px; height: 56px; background-position: -396px -324px; }
.icon_mailing_pra_recipient { width: 72px; height: 56px; background-position: -396px -380px; }
.icon_mailing_pra_recipient:hover, .icon_mailing_pra_recipient.active { width: 72px; height: 56px; background-position: -528px -456px; }
.icon_mailing_pra_return_front { width: 72px; height: 56px; background-position: -528px -512px; }
.icon_mailing_pra_return_front:hover, .icon_mailing_pra_return_front.active { width: 72px; height: 56px; background-position: -702px 0px; }
.icon_mailing_pra_return { width: 72px; height: 56px; background-position: -702px -56px; }
.icon_mailing_pra_return:hover, .icon_mailing_pra_return.active { width: 72px; height: 56px; background-position: -702px -112px; }
.icon_mailing_pra_returnrecipient { width: 72px; height: 56px; background-position: -702px -168px; }
.icon_mailing_pra_returnrecipient:hover, .icon_mailing_pra_returnrecipient.active { width: 72px; height: 56px; background-position: -702px -224px; }
.icon_multicolor_swatch { width: 22px; height: 22px; background-position: -110px -802px; }
.icon_NAPKINS_5X5_AQUA { width: 132px; height: 132px; background-position: 0px -324px; }
.icon_NAPKINS_5X5_BERRY { width: 132px; height: 132px; background-position: -132px -324px; }
.icon_NAPKINS_5X5_BLACK { width: 132px; height: 132px; background-position: -264px -324px; }
.icon_NAPKINS_5X5_BLUSH { width: 132px; height: 132px; background-position: -486px 0px; }
.icon_NAPKINS_5X5_CORAL { width: 132px; height: 132px; background-position: -486px -132px; }
.icon_NAPKINS_5X5_ECRU { width: 132px; height: 132px; background-position: -486px -264px; }
.icon_NAPKINS_5X5_MAGENTA { width: 132px; height: 132px; background-position: 0px -456px; }
.icon_NAPKINS_5X5_NAVY { width: 132px; height: 132px; background-position: -132px -456px; }
.icon_NAPKINS_5X5_PEWTER { width: 132px; height: 132px; background-position: -264px -456px; }
.icon_NAPKINS_5X5_WHITE { width: 132px; height: 132px; background-position: -396px -456px; }
.icon_NAVY_BAG_COLOR { width: 28px; height: 28px; background-position: -532px -746px; }
.icon_NAVY_BAG_COLOR:hover, .icon_NAVY_BAG_COLOR.active { width: 28px; height: 28px; background-position: -560px -746px; }
.icon_no_add_on_mug { width: 32px; height: 24px; background-position: -728px -774px; }
.icon_no_add:hover, .icon_no_add.active_mug_on_mug_on { width: 32px; height: 38px; background-position: -774px -476px; }
.icon_nocolorswatch { width: 20px; height: 20px; background-position: -347px -802px; }
.icon_nolinerswatch { width: 65px; height: 65px; background-position: -618px -272px; }
.icon_orange_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -132px -802px; }
.icon_orange_handle_color_ceramic_mug:hover, .icon_orange_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -588px -746px; }
.icon_ORNAMENT_ANNUAL { width: 50px; height: 50px; background-position: -648px -642px; }
.icon_ORNAMENT_ANNUAL:hover, .icon_ORNAMENT_ANNUAL.active { width: 50px; height: 50px; background-position: 0px -696px; }
.icon_ORNAMENT_NONE { width: 50px; height: 50px; background-position: -50px -696px; }
.icon_ORNAMENT_NONE:hover, .icon_ORNAMENT_NONE.active { width: 50px; height: 50px; background-position: -100px -696px; }
.icon_PHOTO_FRAME_BLACK { width: 28px; height: 28px; background-position: -616px -746px; }
.icon_PHOTO_FRAME_BLACK:hover, .icon_PHOTO_FRAME_BLACK.active { width: 28px; height: 28px; background-position: -644px -746px; }
.icon_PHOTO_FRAME_BROWN { width: 28px; height: 28px; background-position: -672px -746px; }
.icon_PHOTO_FRAME_BROWN:hover, .icon_PHOTO_FRAME_BROWN.active { width: 28px; height: 28px; background-position: -700px -746px; }
.icon_PHOTO_FRAME_GOLD { width: 28px; height: 28px; background-position: -728px -746px; }
.icon_PHOTO_FRAME_GOLD:hover, .icon_PHOTO_FRAME_GOLD.active { width: 28px; height: 28px; background-position: -756px -746px; }
.icon_PHOTO_FRAME_METALLIC { width: 28px; height: 28px; background-position: -784px -746px; }
.icon_PHOTO_FRAME_METALLIC:hover, .icon_PHOTO_FRAME_METALLIC.active { width: 28px; height: 28px; background-position: 0px -774px; }
.icon_PHOTO_FRAME_NATURAL { width: 28px; height: 28px; background-position: -28px -774px; }
.icon_PHOTO_FRAME_NATURAL:hover, .icon_PHOTO_FRAME_NATURAL.active { width: 28px; height: 28px; background-position: -56px -774px; }
.icon_PHOTO_FRAME_RUSTIC { width: 28px; height: 28px; background-position: -84px -774px; }
.icon_PHOTO_FRAME_RUSTIC:hover, .icon_PHOTO_FRAME_RUSTIC.active { width: 28px; height: 28px; background-position: -112px -774px; }
.icon_PHOTO_FRAME_WALNUT { width: 28px; height: 28px; background-position: -140px -774px; }
.icon_PHOTO_FRAME_WALNUT:hover, .icon_PHOTO_FRAME_WALNUT.active { width: 28px; height: 28px; background-position: -168px -774px; }
.icon_PHOTO_FRAME_WHITE { width: 28px; height: 28px; background-position: -196px -774px; }
.icon_PHOTO_FRAME_WHITE:hover, .icon_PHOTO_FRAME_WHITE.active { width: 28px; height: 28px; background-position: -224px -774px; }
.icon_pink_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -154px -802px; }
.icon_pink_handle_color_ceramic_mug:hover, .icon_pink_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -252px -774px; }
.icon_RED_BAG_COLOR { width: 28px; height: 28px; background-position: -280px -774px; }
.icon_RED_BAG_COLOR:hover, .icon_RED_BAG_COLOR.active { width: 28px; height: 28px; background-position: -308px -774px; }
.icon_red_foil_swatch { width: 44px; height: 44px; background-position: -326px -696px; }
.icon_red_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -176px -802px; }
.icon_red_handle_color_ceramic_mug:hover, .icon_red_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -336px -774px; }
.icon_ROSE_GOLD_ENGRAVED { width: 28px; height: 28px; background-position: -364px -774px; }
.icon_ROSE_GOLD_ENGRAVED:hover, .icon_ROSE_GOLD_ENGRAVED.active { width: 28px; height: 28px; background-position: -392px -774px; }
.icon_rose_gold_foil_swatch { width: 44px; height: 44px; background-position: -370px -696px; }
.icon_rounded { width: 28px; height: 28px; background-position: -420px -774px; }
.icon_rounded:hover, .icon_rounded.active { width: 28px; height: 28px; background-position: -448px -774px; }
.icon_SAND_BAG_COLOR.disabled { width: 28px; height: 28px; background-position: -476px -774px; }
.icon_SAND_BAG_COLOR { width: 28px; height: 28px; background-position: -504px -774px; }
.icon_SAND_BAG_COLOR:hover, .icon_SAND_BAG_COLOR.active { width: 28px; height: 28px; background-position: -532px -774px; }
.icon_SETS_QUANTITY_1.disabled { width: 20px; height: 20px; background-position: -367px -802px; }
.icon_SETS_QUANTITY_1 { width: 20px; height: 20px; background-position: -387px -802px; }
.icon_SETS_QUANTITY_1:hover, .icon_SETS_QUANTITY_1.active { width: 20px; height: 20px; background-position: -407px -802px; }
.icon_SETS_QUANTITY_2.disabled { width: 20px; height: 20px; background-position: -427px -802px; }
.icon_SETS_QUANTITY_2 { width: 20px; height: 20px; background-position: -447px -802px; }
.icon_SETS_QUANTITY_2:hover, .icon_SETS_QUANTITY_2.active { width: 20px; height: 20px; background-position: -467px -802px; }
.icon_SETS_QUANTITY_3.disabled { width: 20px; height: 20px; background-position: -487px -802px; }
.icon_SETS_QUANTITY_3 { width: 20px; height: 20px; background-position: -507px -802px; }
.icon_SETS_QUANTITY_3:hover, .icon_SETS_QUANTITY_3.active { width: 20px; height: 20px; background-position: -527px -802px; }
.icon_SETS_QUANTITY_4.disabled { width: 20px; height: 20px; background-position: -547px -802px; }
.icon_SETS_QUANTITY_4 { width: 20px; height: 20px; background-position: -567px -802px; }
.icon_SETS_QUANTITY_4:hover, .icon_SETS_QUANTITY_4.active { width: 20px; height: 20px; background-position: -587px -802px; }
.icon_SILVER_ENGRAVED { width: 28px; height: 28px; background-position: -560px -774px; }
.icon_SILVER_ENGRAVED:hover, .icon_SILVER_ENGRAVED.active { width: 28px; height: 28px; background-position: -588px -774px; }
.icon_silver_foil_swatch { width: 44px; height: 44px; background-position: -414px -696px; }
.icon_size_31 { width: 21px; height: 20px; background-position: -305px -802px; }
.icon_size_31:hover, .icon_size_31.active { width: 21px; height: 20px; background-position: -326px -802px; }
.icon_size_6 { width: 32px; height: 17px; background-position: -396px -436px; }
.icon_size_6:hover, .icon_size_6.active { width: 32px; height: 17px; background-position: -428px -436px; }
.icon_size_69 { width: 14px; height: 28px; background-position: -756px -570px; }
.icon_size_69:hover, .icon_size_69.active { width: 32px; height: 17px; background-position: -528px -568px; }
.icon_size_7 { width: 20px; height: 28px; background-position: -812px -739px; }
.icon_size_7:hover, .icon_size_7.active { width: 20px; height: 28px; background-position: -812px -767px; }
.icon_size_89 { width: 23px; height: 31px; background-position: -812px -118px; }
.icon_size_89:hover, .icon_size_89.active { width: 23px; height: 31px; background-position: -812px -149px; }
.icon_sprite-ENVELOPE_SIZE_5X5 { width: 39px; height: 39px; background-position: -646px -696px; }
.icon_sprite-ENVELOPE_SIZE_5X5_2x { width: 39px; height: 39px; background-position: -685px -696px; }
.icon_sprite-ENVELOPE_SIZE_5X5:hover, .icon_sprite-ENVELOPE_SIZE_5X5.active { width: 39px; height: 39px; background-position: -724px -696px; }
.icon_sprite-ENVELOPE_SIZE_5X5RECT { width: 47px; height: 39px; background-position: -458px -696px; }
.icon_sprite-ENVELOPE_SIZE_5X5RECT_2x { width: 47px; height: 39px; background-position: -505px -696px; }
.icon_sprite-ENVELOPE_SIZE_5X5RECT:hover, .icon_sprite-ENVELOPE_SIZE_5X5RECT.active { width: 47px; height: 39px; background-position: -552px -696px; }
.icon_sprite-ENVELOPE_SIZE_5X5RECT_2x:hover, .icon_sprite-ENVELOPE_SIZE_5X5RECT_2x.active_2x_2x { width: 47px; height: 39px; background-position: -599px -696px; }
.icon_sprite-soTABLETOP_FRAME_TYPE { width: 84px; height: 140px; background-position: -618px 0px; }
.icon_square { width: 26px; height: 28px; background-position: -812px 0px; }
.icon_square:hover, .icon_square.active { width: 26px; height: 28px; background-position: -812px -28px; }
.icon_WHITE_BLACK_BAG_COLOR { width: 28px; height: 28px; background-position: -616px -774px; }
.icon_WHITE_BLACK_BAG_COLOR:hover, .icon_WHITE_BLACK_BAG_COLOR.active { width: 28px; height: 28px; background-position: -644px -774px; }
.icon_white_ceramic_mug { width: 22px; height: 22px; background-position: -198px -802px; }
.icon_white_ceramic_mug:hover, .icon_white_ceramic_mug.active { width: 28px; height: 28px; background-position: -672px -774px; }
.icon_yellow_handle_color_ceramic_mug { width: 22px; height: 22px; background-position: -220px -802px; }
.icon_yellow_handle_color_ceramic_mug:hover, .icon_yellow_handle_color_ceramic_mug.active { width: 28px; height: 28px; background-position: -700px -774px; }
.icon_icon_8x8_Active,
.icon_icon_8x8,
.icon_icon_imgApr_Birthstone_Selected,
.icon_icon_imgAug_Birthstone_Selected,
.icon_icon_imgDec_Birthstone_Selected,
.icon_icon_imgFeb_Birthstone_Selected,
.icon_icon_imgJan_Birthstone_Selected,
.icon_icon_imgJul_Birthstone_Selected,
.icon_icon_imgJun_Birthstone_Selected,
.icon_icon_imgMar_Birthstone_Selected,
.icon_icon_imgMay_Birthstone_Selected,
.icon_icon_imgNov_Birthstone_Selected,
.icon_icon_imgOct_Birthstone_Selected,
.icon_icon_imgSep_Birthstone_Selected { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/icon.png); }
.icon_icon_8x8_Active.disabled { width: 12px; height: 12px; background-position: -404px -336px; }
.icon_icon_8x8_Active { width: 34px; height: 34px; background-position: -336px -336px; }
.icon_icon_8x8_Active:hover, .icon_icon_8x8_Active.active { width: 34px; height: 34px; background-position: -370px -336px; }
.icon_icon_8x8 { width: 12px; height: 12px; background-position: -404px -348px; }
.icon_icon_8x8:hover, .icon_icon_8x8.active { width: 12px; height: 12px; background-position: -336px -370px; }
.icon_icon_imgApr_Birthstone_Selected { width: 84px; height: 84px; background-position: 0px 0px; }
.icon_icon_imgApr_Birthstone_Selected:hover, .icon_icon_imgApr_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -84px 0px; }
.icon_icon_imgAug_Birthstone_Selected { width: 84px; height: 84px; background-position: 0px -84px; }
.icon_icon_imgAug_Birthstone_Selected:hover, .icon_icon_imgAug_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -84px -84px; }
.icon_icon_imgDec_Birthstone_Selected { width: 84px; height: 84px; background-position: -168px 0px; }
.icon_icon_imgDec_Birthstone_Selected:hover, .icon_icon_imgDec_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -168px -84px; }
.icon_icon_imgFeb_Birthstone_Selected { width: 84px; height: 84px; background-position: 0px -168px; }
.icon_icon_imgFeb_Birthstone_Selected:hover, .icon_icon_imgFeb_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -84px -168px; }
.icon_icon_imgJan_Birthstone_Selected { width: 84px; height: 84px; background-position: -168px -168px; }
.icon_icon_imgJan_Birthstone_Selected:hover, .icon_icon_imgJan_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -252px 0px; }
.icon_icon_imgJul_Birthstone_Selected { width: 84px; height: 84px; background-position: -252px -84px; }
.icon_icon_imgJul_Birthstone_Selected:hover, .icon_icon_imgJul_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -252px -168px; }
.icon_icon_imgJun_Birthstone_Selected { width: 84px; height: 84px; background-position: 0px -252px; }
.icon_icon_imgJun_Birthstone_Selected:hover, .icon_icon_imgJun_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -84px -252px; }
.icon_icon_imgMar_Birthstone_Selected { width: 84px; height: 84px; background-position: -168px -252px; }
.icon_icon_imgMar_Birthstone_Selected:hover, .icon_icon_imgMar_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -252px -252px; }
.icon_icon_imgMay_Birthstone_Selected { width: 84px; height: 84px; background-position: -336px 0px; }
.icon_icon_imgMay_Birthstone_Selected:hover, .icon_icon_imgMay_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -336px -84px; }
.icon_icon_imgNov_Birthstone_Selected { width: 84px; height: 84px; background-position: -336px -168px; }
.icon_icon_imgNov_Birthstone_Selected:hover, .icon_icon_imgNov_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -336px -252px; }
.icon_icon_imgOct_Birthstone_Selected { width: 84px; height: 84px; background-position: 0px -336px; }
.icon_icon_imgOct_Birthstone_Selected:hover, .icon_icon_imgOct_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -84px -336px; }
.icon_icon_imgSep_Birthstone_Selected { width: 84px; height: 84px; background-position: -168px -336px; }
.icon_icon_imgSep_Birthstone_Selected:hover, .icon_icon_imgSep_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -252px -336px; }
.icon_img10x14,
.icon_img10x24,
.icon_img12x12,
.icon_img12x36,
.icon_img16x16,
.icon_img16x20,
.icon_img20x30,
.icon_img24x10,
.icon_img24x36,
.icon_img36x12,
.icon_img4x4,
.icon_img5x5,
.icon_img6x6,
.icon_img8x10,
.icon_imgApr_Birthstone_Selected,
.icon_imgAug_Birthstone_Selected,
.icon_imgCanvasGreen,
.icon_imgCanvasNavy,
.icon_imgCanvasSand,
.icon_imgDec_Birthstone_Selected,
.icon_imgFeb_Birthstone_Selected,
.icon_imgJan_Birthstone_Selected,
.icon_imgJul_Birthstone_Selected,
.icon_imgJun_Birthstone_Selected,
.icon_imgKnife,
.icon_imgLeatherGold,
.icon_imgLetterA_Selected,
.icon_imgLetterB_Selected,
.icon_imgLetterC_Selected,
.icon_imgLetterD_Selected,
.icon_imgLetterE_Selected,
.icon_imgLetterF_Selected,
.icon_imgLetterG_Selected,
.icon_imgLetterH_Selected,
.icon_imgLetterI_Selected,
.icon_imgLetterJ_Selected,
.icon_imgLetterK_Selected,
.icon_imgLetterL_Selected,
.icon_imgLetterM_Selected,
.icon_imgLetterN_Selected,
.icon_imgLetterO_Selected,
.icon_imgLetterP_Selected,
.icon_imgLetterQ_Selected,
.icon_imgLetterR_Selected,
.icon_imgLetterS_Selected,
.icon_imgLetterT_Selected,
.icon_imgLetterU_Selected,
.icon_imgLetterV_Selected,
.icon_imgLetterW_Selected,
.icon_imgLetterX_Selected,
.icon_imgLetterY_Selected,
.icon_imgLetterZ_Selected,
.icon_imgMar_Birthstone_Selected,
.icon_imgMay_Birthstone_Selected,
.icon_imgNone,
.icon_imgNov_Birthstone_Selected,
.icon_imgOct_Birthstone_Selected,
.icon_imgSep_Birthstone_Selected { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/img.png); }
.icon_img10x14 { width: 38px; height: 54px; background-position: -554px -332px; }
.icon_img10x14:hover, .icon_img10x14.active { width: 38px; height: 54px; background-position: -554px -386px; }
.icon_img10x24 { width: 38px; height: 90px; background-position: -554px -60px; }
.icon_img10x24:hover, .icon_img10x24.active { width: 38px; height: 90px; background-position: -554px -150px; }
.icon_img12x12 { width: 46px; height: 46px; background-position: -554px -240px; }
.icon_img12x12:hover, .icon_img12x12.active { width: 46px; height: 46px; background-position: -554px -286px; }
.icon_img12x36 { width: 46px; height: 136px; background-position: -508px 0px; }
.icon_img12x36:hover, .icon_img12x36.active { width: 46px; height: 136px; background-position: -508px -136px; }
.icon_img16x16 { width: 60px; height: 60px; background-position: -256px -168px; }
.icon_img16x16:hover, .icon_img16x16.active { width: 60px; height: 60px; background-position: -554px 0px; }
.icon_img16x20 { width: 61px; height: 76px; background-position: -424px -336px; }
.icon_img16x20:hover, .icon_img16x20.active { width: 61px; height: 76px; background-position: -340px -252px; }
.icon_img20x30 { width: 76px; height: 114px; background-position: -180px 0px; }
.icon_img20x30:hover, .icon_img20x30.active { width: 76px; height: 114px; background-position: 0px -136px; }
.icon_img24x10 { width: 90px; height: 38px; background-position: -336px -464px; }
.icon_img24x10:hover, .icon_img24x10.active { width: 90px; height: 38px; background-position: -135px -502px; }
.icon_img24x36 { width: 90px; height: 136px; background-position: 0px 0px; }
.icon_img24x36:hover, .icon_img24x36.active { width: 90px; height: 136px; background-position: -90px 0px; }
.icon_img36x12 { width: 135px; height: 46px; background-position: -336px -418px; }
.icon_img36x12:hover, .icon_img36x12.active { width: 135px; height: 46px; background-position: 0px -502px; }
.icon_img4x4 { width: 22px; height: 22px; background-position: -592px -60px; }
.icon_img4x4:hover, .icon_img4x4.active { width: 22px; height: 22px; background-position: -592px -82px; }
.icon_img5x5 { width: 24px; height: 24px; background-position: -316px -168px; }
.icon_img5x5:hover, .icon_img5x5.active { width: 24px; height: 24px; background-position: -316px -192px; }
.icon_img6x6 { width: 26px; height: 26px; background-position: -492px -580px; }
.icon_img6x6:hover, .icon_img6x6.active { width: 26px; height: 26px; background-position: -518px -580px; }
.icon_img8x10 { width: 30px; height: 38px; background-position: -554px -440px; }
.icon_img8x10:hover, .icon_img8x10.active { width: 30px; height: 38px; background-position: -584px -440px; }
.icon_imgApr_Birthstone_Selected { width: 84px; height: 84px; background-position: -76px -136px; }
.icon_imgApr_Birthstone_Selected:hover, .icon_imgApr_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -160px -136px; }
.icon_imgAug_Birthstone_Selected { width: 84px; height: 84px; background-position: -256px 0px; }
.icon_imgAug_Birthstone_Selected:hover, .icon_imgAug_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -256px -84px; }
.icon_imgCanvasGreen { width: 28px; height: 28px; background-position: -586px -478px; }
.icon_imgCanvasGreen:hover, .icon_imgCanvasGreen.active { width: 28px; height: 28px; background-position: -586px -510px; }
.icon_imgCanvasNavy { width: 28px; height: 28px; background-position: -76px -220px; }
.icon_imgCanvasNavy:hover, .icon_imgCanvasNavy.active { width: 28px; height: 28px; background-position: -104px -220px; }
.icon_imgCanvasSand.disabled { width: 28px; height: 28px; background-position: -132px -220px; }
.icon_imgCanvasSand { width: 28px; height: 28px; background-position: -160px -220px; }
.icon_imgCanvasSand:hover, .icon_imgCanvasSand.active { width: 28px; height: 28px; background-position: -188px -220px; }
.icon_imgDec_Birthstone_Selected { width: 84px; height: 84px; background-position: 0px -250px; }
.icon_imgDec_Birthstone_Selected:hover, .icon_imgDec_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -84px -250px; }
.icon_imgFeb_Birthstone_Selected { width: 84px; height: 84px; background-position: -168px -250px; }
.icon_imgFeb_Birthstone_Selected:hover, .icon_imgFeb_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -252px -250px; }
.icon_imgJan_Birthstone_Selected { width: 84px; height: 84px; background-position: -340px 0px; }
.icon_imgJan_Birthstone_Selected:hover, .icon_imgJan_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -340px -84px; }
.icon_imgJul_Birthstone_Selected { width: 84px; height: 84px; background-position: -340px -168px; }
.icon_imgJul_Birthstone_Selected:hover, .icon_imgJul_Birthstone_Selected.active { width: 84px; height: 84px; background-position: 0px -334px; }
.icon_imgJun_Birthstone_Selected { width: 84px; height: 84px; background-position: -84px -334px; }
.icon_imgJun_Birthstone_Selected:hover, .icon_imgJun_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -168px -334px; }
.icon_imgKnife { width: 28px; height: 28px; background-position: -216px -220px; }
.icon_imgKnife:hover, .icon_imgKnife.active { width: 28px; height: 28px; background-position: -352px -580px; }
.icon_imgLeatherGold { width: 28px; height: 28px; background-position: -380px -580px; }
.icon_imgLeatherGold:hover, .icon_imgLeatherGold.active { width: 28px; height: 28px; background-position: -408px -580px; }
.icon_imgLetterA_Selected { width: 32px; height: 32px; background-position: -554px -478px; }
.icon_imgLetterA_Selected:hover, .icon_imgLetterA_Selected.active { width: 32px; height: 32px; background-position: -554px -510px; }
.icon_imgLetterB_Selected { width: 32px; height: 32px; background-position: -508px -272px; }
.icon_imgLetterB_Selected:hover, .icon_imgLetterB_Selected.active { width: 32px; height: 32px; background-position: -508px -304px; }
.icon_imgLetterC_Selected { width: 32px; height: 32px; background-position: -508px -336px; }
.icon_imgLetterC_Selected:hover, .icon_imgLetterC_Selected.active { width: 32px; height: 32px; background-position: -508px -368px; }
.icon_imgLetterD_Selected { width: 32px; height: 32px; background-position: -508px -400px; }
.icon_imgLetterD_Selected:hover, .icon_imgLetterD_Selected.active { width: 32px; height: 32px; background-position: -508px -432px; }
.icon_imgLetterE_Selected { width: 32px; height: 32px; background-position: -508px -464px; }
.icon_imgLetterE_Selected:hover, .icon_imgLetterE_Selected.active { width: 32px; height: 32px; background-position: -471px -418px; }
.icon_imgLetterF_Selected { width: 32px; height: 32px; background-position: -426px -464px; }
.icon_imgLetterF_Selected:hover, .icon_imgLetterF_Selected.active { width: 32px; height: 32px; background-position: -458px -464px; }
.icon_imgLetterG_Selected { width: 32px; height: 32px; background-position: -225px -502px; }
.icon_imgLetterG_Selected:hover, .icon_imgLetterG_Selected.active { width: 32px; height: 32px; background-position: -257px -502px; }
.icon_imgLetterH_Selected { width: 32px; height: 32px; background-position: -289px -502px; }
.icon_imgLetterH_Selected:hover, .icon_imgLetterH_Selected.active { width: 32px; height: 32px; background-position: -321px -502px; }
.icon_imgLetterI_Selected { width: 32px; height: 32px; background-position: -353px -502px; }
.icon_imgLetterI_Selected:hover, .icon_imgLetterI_Selected.active { width: 32px; height: 32px; background-position: -385px -502px; }
.icon_imgLetterJ_Selected { width: 32px; height: 32px; background-position: -417px -502px; }
.icon_imgLetterJ_Selected:hover, .icon_imgLetterJ_Selected.active { width: 32px; height: 32px; background-position: -449px -502px; }
.icon_imgLetterK_Selected { width: 32px; height: 32px; background-position: -481px -502px; }
.icon_imgLetterK_Selected:hover, .icon_imgLetterK_Selected.active { width: 32px; height: 32px; background-position: -513px -502px; }
.icon_imgLetterL_Selected { width: 32px; height: 32px; background-position: 0px -548px; }
.icon_imgLetterL_Selected:hover, .icon_imgLetterL_Selected.active { width: 32px; height: 32px; background-position: -32px -548px; }
.icon_imgLetterM_Selected { width: 32px; height: 32px; background-position: -64px -548px; }
.icon_imgLetterM_Selected:hover, .icon_imgLetterM_Selected.active { width: 32px; height: 32px; background-position: -96px -548px; }
.icon_imgLetterN_Selected { width: 32px; height: 32px; background-position: -128px -548px; }
.icon_imgLetterN_Selected:hover, .icon_imgLetterN_Selected.active { width: 32px; height: 32px; background-position: -160px -548px; }
.icon_imgLetterO_Selected { width: 32px; height: 32px; background-position: -192px -548px; }
.icon_imgLetterO_Selected:hover, .icon_imgLetterO_Selected.active { width: 32px; height: 32px; background-position: -224px -548px; }
.icon_imgLetterP_Selected { width: 32px; height: 32px; background-position: -256px -548px; }
.icon_imgLetterP_Selected:hover, .icon_imgLetterP_Selected.active { width: 32px; height: 32px; background-position: -288px -548px; }
.icon_imgLetterQ_Selected { width: 32px; height: 32px; background-position: -320px -548px; }
.icon_imgLetterQ_Selected:hover, .icon_imgLetterQ_Selected.active { width: 32px; height: 32px; background-position: -352px -548px; }
.icon_imgLetterR_Selected { width: 32px; height: 32px; background-position: -384px -548px; }
.icon_imgLetterR_Selected:hover, .icon_imgLetterR_Selected.active { width: 32px; height: 32px; background-position: -416px -548px; }
.icon_imgLetterS_Selected { width: 32px; height: 32px; background-position: -448px -548px; }
.icon_imgLetterS_Selected:hover, .icon_imgLetterS_Selected.active { width: 32px; height: 32px; background-position: -480px -548px; }
.icon_imgLetterT_Selected { width: 32px; height: 32px; background-position: -512px -548px; }
.icon_imgLetterT_Selected:hover, .icon_imgLetterT_Selected.active { width: 32px; height: 32px; background-position: -544px -548px; }
.icon_imgLetterU_Selected { width: 32px; height: 32px; background-position: -576px -548px; }
.icon_imgLetterU_Selected:hover, .icon_imgLetterU_Selected.active { width: 32px; height: 32px; background-position: 0px -580px; }
.icon_imgLetterV_Selected { width: 32px; height: 32px; background-position: -32px -580px; }
.icon_imgLetterV_Selected:hover, .icon_imgLetterV_Selected.active { width: 32px; height: 32px; background-position: -64px -580px; }
.icon_imgLetterW_Selected { width: 32px; height: 32px; background-position: -96px -580px; }
.icon_imgLetterW_Selected:hover, .icon_imgLetterW_Selected.active { width: 32px; height: 32px; background-position: -128px -580px; }
.icon_imgLetterX_Selected { width: 32px; height: 32px; background-position: -160px -580px; }
.icon_imgLetterX_Selected:hover, .icon_imgLetterX_Selected.active { width: 32px; height: 32px; background-position: -192px -580px; }
.icon_imgLetterY_Selected { width: 32px; height: 32px; background-position: -224px -580px; }
.icon_imgLetterY_Selected:hover, .icon_imgLetterY_Selected.active { width: 32px; height: 32px; background-position: -256px -580px; }
.icon_imgLetterZ_Selected { width: 32px; height: 32px; background-position: -288px -580px; }
.icon_imgLetterZ_Selected:hover, .icon_imgLetterZ_Selected.active { width: 32px; height: 32px; background-position: -320px -580px; }
.icon_imgMar_Birthstone_Selected { width: 84px; height: 84px; background-position: -252px -334px; }
.icon_imgMar_Birthstone_Selected:hover, .icon_imgMar_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -336px -334px; }
.icon_imgMay_Birthstone_Selected { width: 84px; height: 84px; background-position: -424px 0px; }
.icon_imgMay_Birthstone_Selected:hover, .icon_imgMay_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -424px -84px; }
.icon_imgNone { width: 28px; height: 28px; background-position: -436px -580px; }
.icon_imgNone:hover, .icon_imgNone.active { width: 28px; height: 28px; background-position: -464px -580px; }
.icon_imgNov_Birthstone_Selected { width: 84px; height: 84px; background-position: -424px -168px; }
.icon_imgNov_Birthstone_Selected:hover, .icon_imgNov_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -424px -252px; }
.icon_imgOct_Birthstone_Selected { width: 84px; height: 84px; background-position: 0px -418px; }
.icon_imgOct_Birthstone_Selected:hover, .icon_imgOct_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -84px -418px; }
.icon_imgSep_Birthstone_Selected { width: 84px; height: 84px; background-position: -168px -418px; }
.icon_imgSep_Birthstone_Selected:hover, .icon_imgSep_Birthstone_Selected.active { width: 84px; height: 84px; background-position: -252px -418px; }
.icon_icon-favorite-hover-2x,
.icon_icon-favorite-hover-3x,
.icon_icon-favorite-hover,
.icon_icon-medium-spinner,
.icon_icon-spinner,
.icon_img-deluxe-lay-flat-pages,
.icon_img-flush-mount-pages,
.icon_img-glossy-pages,
.icon_img-standard-lay-flat-pages,
.icon_img-standard-pages,
.icon_Imgfoil-stampedBadge,
.icon_ImgglitterBadge,
.icon_Imgpersonalized-foilBadge,
.icon_SFLY_holiday_foil-stamped_detail,
.icon_SFLY_holiday_personalized-foil_detail,
.icon_TP_holiday_foil-stamped_detail,
.icon_TP_holiday_personalized-foil_detail,
.icon_WPD_wedding_foil-stamped_detail,
.icon_WPD_wedding_personalized-foil_detail { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/pip-sprites.png); }
.icon_icon-favorite-hover-2x { width: 44px; height: 44px; background-position: 0px -634px; }
.icon_icon-favorite-hover-3x { width: 66px; height: 66px; background-position: -67px -567px; }
.icon_icon-favorite-hover { width: 22px; height: 22px; background-position: -433px -585px; }
.icon_icon-medium-spinner { width: 39px; height: 39px; background-position: -44px -634px; }
.icon_icon-spinner { width: 67px; height: 67px; background-position: 0px -567px; }
.icon_img-deluxe-lay-flat-pages { width: 60px; height: 44px; background-position: -133px -567px; }
.icon_img-flush-mount-pages { width: 60px; height: 44px; background-position: -193px -567px; }
.icon_img-glossy-pages { width: 60px; height: 44px; background-position: -253px -567px; }
.icon_img-standard-lay-flat-pages { width: 60px; height: 44px; background-position: -313px -567px; }
.icon_img-standard-pages { width: 60px; height: 44px; background-position: -373px -567px; }
.icon_Imgfoil-stampedBadge { width: 110px; height: 18px; background-position: -433px -567px; }
.icon_ImgglitterBadge { width: 110px; height: 18px; background-position: -543px -567px; }
.icon_Imgpersonalized-foilBadge { width: 110px; height: 18px; background-position: -653px -567px; }
.icon_SFLY_holiday_foil-stamped_detail { width: 416px; height: 189px; background-position: 0px 0px; }
.icon_SFLY_holiday_personalized-foil_detail { width: 416px; height: 189px; background-position: 0px -189px; }
.icon_TP_holiday_foil-stamped_detail { width: 416px; height: 189px; background-position: -416px 0px; }
.icon_TP_holiday_personalized-foil_detail { width: 416px; height: 189px; background-position: -416px -189px; }
.icon_WPD_wedding_foil-stamped_detail { width: 416px; height: 189px; background-position: 0px -378px; }
.icon_WPD_wedding_personalized-foil_detail { width: 416px; height: 189px; background-position: -416px -378px; }
.icon_soADULT_HOODIE_SIZE_1,
.icon_soADULT_HOODIE_SIZE_16,
.icon_soADULT_HOODIE_SIZE_2,
.icon_soADULT_HOODIE_SIZE_32,
.icon_soADULT_HOODIE_SIZE_4,
.icon_soADULT_HOODIE_SIZE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soADULT.png); }
.icon_soADULT_HOODIE_SIZE_1.disabled { width: 24px; height: 24px; background-position: 0px 0px; }
.icon_soADULT_HOODIE_SIZE_1 { width: 24px; height: 24px; background-position: -24px 0px; }
.icon_soADULT_HOODIE_SIZE_1:hover, .icon_soADULT_HOODIE_SIZE_1.active { width: 24px; height: 24px; background-position: 0px -24px; }
.icon_soADULT_HOODIE_SIZE_16.disabled { width: 24px; height: 24px; background-position: -24px -24px; }
.icon_soADULT_HOODIE_SIZE_16 { width: 24px; height: 24px; background-position: -48px 0px; }
.icon_soADULT_HOODIE_SIZE_16:hover, .icon_soADULT_HOODIE_SIZE_16.active { width: 24px; height: 24px; background-position: -48px -24px; }
.icon_soADULT_HOODIE_SIZE_2.disabled { width: 24px; height: 24px; background-position: 0px -48px; }
.icon_soADULT_HOODIE_SIZE_2 { width: 24px; height: 24px; background-position: -24px -48px; }
.icon_soADULT_HOODIE_SIZE_2:hover, .icon_soADULT_HOODIE_SIZE_2.active { width: 24px; height: 24px; background-position: -48px -48px; }
.icon_soADULT_HOODIE_SIZE_32.disabled { width: 24px; height: 24px; background-position: -72px 0px; }
.icon_soADULT_HOODIE_SIZE_32 { width: 24px; height: 24px; background-position: -72px -24px; }
.icon_soADULT_HOODIE_SIZE_32:hover, .icon_soADULT_HOODIE_SIZE_32.active { width: 24px; height: 24px; background-position: -72px -48px; }
.icon_soADULT_HOODIE_SIZE_4.disabled { width: 24px; height: 24px; background-position: 0px -72px; }
.icon_soADULT_HOODIE_SIZE_4 { width: 24px; height: 24px; background-position: -24px -72px; }
.icon_soADULT_HOODIE_SIZE_4:hover, .icon_soADULT_HOODIE_SIZE_4.active { width: 24px; height: 24px; background-position: -48px -72px; }
.icon_soADULT_HOODIE_SIZE_8.disabled { width: 24px; height: 24px; background-position: -72px -72px; }
.icon_soADULT_HOODIE_SIZE_8 { width: 24px; height: 24px; background-position: -96px 0px; }
.icon_soADULT_HOODIE_SIZE_8:hover, .icon_soADULT_HOODIE_SIZE_8.active { width: 24px; height: 24px; background-position: -96px -24px; }
.icon_soAPPAREL_BLACK,
.icon_soAPPAREL_FABRIC_COLOR_1,
.icon_soAPPAREL_FABRIC_COLOR_2,
.icon_soAPPAREL_FABRIC_COLOR_4,
.icon_soAPPAREL_HEATHER_GREY,
.icon_soAPPAREL_WHITE { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soAPPAREL.png); }
.icon_soAPPAREL_BLACK { width: 48px; height: 48px; background-position: 0px 0px; }
.icon_soAPPAREL_FABRIC_COLOR_1.disabled { width: 48px; height: 48px; background-position: -48px 0px; }
.icon_soAPPAREL_FABRIC_COLOR_1 { width: 48px; height: 48px; background-position: 0px -48px; }
.icon_soAPPAREL_FABRIC_COLOR_1:hover, .icon_soAPPAREL_FABRIC_COLOR_1.active { width: 48px; height: 48px; background-position: -48px -48px; }
.icon_soAPPAREL_FABRIC_COLOR_2.disabled { width: 48px; height: 48px; background-position: -96px 0px; }
.icon_soAPPAREL_FABRIC_COLOR_2 { width: 48px; height: 48px; background-position: -96px -48px; }
.icon_soAPPAREL_FABRIC_COLOR_2:hover, .icon_soAPPAREL_FABRIC_COLOR_2.active { width: 48px; height: 48px; background-position: 0px -96px; }
.icon_soAPPAREL_FABRIC_COLOR_4.disabled { width: 48px; height: 48px; background-position: -48px -96px; }
.icon_soAPPAREL_FABRIC_COLOR_4 { width: 48px; height: 48px; background-position: -96px -96px; }
.icon_soAPPAREL_FABRIC_COLOR_4:hover, .icon_soAPPAREL_FABRIC_COLOR_4.active { width: 48px; height: 48px; background-position: -144px 0px; }
.icon_soAPPAREL_HEATHER_GREY { width: 48px; height: 48px; background-position: -144px -48px; }
.icon_soAPPAREL_WHITE { width: 48px; height: 48px; background-position: -144px -96px; }
.icon_soAPRON_SIZE_1,
.icon_soAPRON_SIZE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soAPRON.png); }
.icon_soAPRON_SIZE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soAPRON_SIZE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soAPRON_SIZE_1:hover, .icon_soAPRON_SIZE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soAPRON_SIZE_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soAPRON_SIZE_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soAPRON_SIZE_2:hover, .icon_soAPRON_SIZE_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soARTPRINT_SIZE_1,
.icon_soARTPRINT_SIZE_1_2x,
.icon_soARTPRINT_SIZE_1_3x,
.icon_soARTPRINT_SIZE_16,
.icon_soARTPRINT_SIZE_16_2x,
.icon_soARTPRINT_SIZE_16_3x,
.icon_soARTPRINT_SIZE_2,
.icon_soARTPRINT_SIZE_2_2x,
.icon_soARTPRINT_SIZE_2_3x,
.icon_soARTPRINT_SIZE_32,
.icon_soARTPRINT_SIZE_32_2x,
.icon_soARTPRINT_SIZE_32_3x,
.icon_soARTPRINT_SIZE_4,
.icon_soARTPRINT_SIZE_4_2x,
.icon_soARTPRINT_SIZE_4_3x,
.icon_soARTPRINT_SIZE_8,
.icon_soARTPRINT_SIZE_8_2x,
.icon_soARTPRINT_SIZE_8_3x { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soARTPRINT.png); }
.icon_soARTPRINT_SIZE_1.disabled { width: 34px; height: 34px; background-position: -476px -204px; }
.icon_soARTPRINT_SIZE_1_2x.disabled_2x { width: 68px; height: 68px; background-position: -408px -204px; }
.icon_soARTPRINT_SIZE_1_3x.disabled_3x { width: 102px; height: 102px; background-position: 0px 0px; }
.icon_soARTPRINT_SIZE_1 { width: 34px; height: 34px; background-position: -476px -238px; }
.icon_soARTPRINT_SIZE_1_2x { width: 68px; height: 68px; background-position: -408px -272px; }
.icon_soARTPRINT_SIZE_1_3x { width: 102px; height: 102px; background-position: -102px 0px; }
.icon_soARTPRINT_SIZE_1:hover, .icon_soARTPRINT_SIZE_1.active { width: 34px; height: 34px; background-position: -476px -272px; }
.icon_soARTPRINT_SIZE_1_2x:hover, .icon_soARTPRINT_SIZE_1_2x.active_2x_2x { width: 68px; height: 68px; background-position: -408px -340px; }
.icon_soARTPRINT_SIZE_1_3x:hover, .icon_soARTPRINT_SIZE_1_3x.active_3x_3x { width: 102px; height: 102px; background-position: 0px -102px; }
.icon_soARTPRINT_SIZE_16.disabled { width: 34px; height: 34px; background-position: -476px -306px; }
.icon_soARTPRINT_SIZE_16_2x.disabled_2x { width: 68px; height: 68px; background-position: 0px -408px; }
.icon_soARTPRINT_SIZE_16_3x.disabled_3x { width: 102px; height: 102px; background-position: -102px -102px; }
.icon_soARTPRINT_SIZE_16 { width: 34px; height: 34px; background-position: -476px -340px; }
.icon_soARTPRINT_SIZE_16_2x { width: 68px; height: 68px; background-position: -68px -408px; }
.icon_soARTPRINT_SIZE_16_3x { width: 102px; height: 102px; background-position: -204px 0px; }
.icon_soARTPRINT_SIZE_16:hover, .icon_soARTPRINT_SIZE_16.active { width: 34px; height: 34px; background-position: -476px -374px; }
.icon_soARTPRINT_SIZE_16_2x:hover, .icon_soARTPRINT_SIZE_16_2x.active_2x_2x { width: 68px; height: 68px; background-position: -136px -408px; }
.icon_soARTPRINT_SIZE_16_3x:hover, .icon_soARTPRINT_SIZE_16_3x.active_3x_3x { width: 102px; height: 102px; background-position: -204px -102px; }
.icon_soARTPRINT_SIZE_2.disabled { width: 34px; height: 34px; background-position: -476px -408px; }
.icon_soARTPRINT_SIZE_2_2x.disabled_2x { width: 68px; height: 68px; background-position: -204px -408px; }
.icon_soARTPRINT_SIZE_2_3x.disabled_3x { width: 102px; height: 102px; background-position: 0px -204px; }
.icon_soARTPRINT_SIZE_2 { width: 34px; height: 34px; background-position: -476px -442px; }
.icon_soARTPRINT_SIZE_2_2x { width: 68px; height: 68px; background-position: -272px -408px; }
.icon_soARTPRINT_SIZE_2_3x { width: 102px; height: 102px; background-position: -102px -204px; }
.icon_soARTPRINT_SIZE_2:hover, .icon_soARTPRINT_SIZE_2.active { width: 34px; height: 34px; background-position: -68px -476px; }
.icon_soARTPRINT_SIZE_2_2x:hover, .icon_soARTPRINT_SIZE_2_2x.active_2x_2x { width: 68px; height: 68px; background-position: -340px -408px; }
.icon_soARTPRINT_SIZE_2_3x:hover, .icon_soARTPRINT_SIZE_2_3x.active_3x_3x { width: 102px; height: 102px; background-position: -204px -204px; }
.icon_soARTPRINT_SIZE_32.disabled { width: 34px; height: 34px; background-position: -102px -476px; }
.icon_soARTPRINT_SIZE_32_2x.disabled_2x { width: 68px; height: 68px; background-position: -408px -408px; }
.icon_soARTPRINT_SIZE_32_3x.disabled_3x { width: 102px; height: 102px; background-position: -306px 0px; }
.icon_soARTPRINT_SIZE_32 { width: 34px; height: 34px; background-position: -136px -476px; }
.icon_soARTPRINT_SIZE_32_2x { width: 68px; height: 68px; background-position: -510px 0px; }
.icon_soARTPRINT_SIZE_32_3x { width: 102px; height: 102px; background-position: -306px -102px; }
.icon_soARTPRINT_SIZE_32:hover, .icon_soARTPRINT_SIZE_32.active { width: 34px; height: 34px; background-position: -170px -476px; }
.icon_soARTPRINT_SIZE_32_2x:hover, .icon_soARTPRINT_SIZE_32_2x.active_2x_2x { width: 68px; height: 68px; background-position: -510px -68px; }
.icon_soARTPRINT_SIZE_32_3x:hover, .icon_soARTPRINT_SIZE_32_3x.active_3x_3x { width: 102px; height: 102px; background-position: -306px -204px; }
.icon_soARTPRINT_SIZE_4.disabled { width: 34px; height: 34px; background-position: -204px -476px; }
.icon_soARTPRINT_SIZE_4_2x.disabled_2x { width: 68px; height: 68px; background-position: -510px -136px; }
.icon_soARTPRINT_SIZE_4_3x.disabled_3x { width: 102px; height: 102px; background-position: 0px -306px; }
.icon_soARTPRINT_SIZE_4 { width: 34px; height: 34px; background-position: -238px -476px; }
.icon_soARTPRINT_SIZE_4_2x { width: 68px; height: 68px; background-position: -510px -204px; }
.icon_soARTPRINT_SIZE_4_3x { width: 102px; height: 102px; background-position: -102px -306px; }
.icon_soARTPRINT_SIZE_4:hover, .icon_soARTPRINT_SIZE_4.active { width: 34px; height: 34px; background-position: -272px -476px; }
.icon_soARTPRINT_SIZE_4_2x:hover, .icon_soARTPRINT_SIZE_4_2x.active_2x_2x { width: 68px; height: 68px; background-position: -510px -272px; }
.icon_soARTPRINT_SIZE_4_3x:hover, .icon_soARTPRINT_SIZE_4_3x.active_3x_3x { width: 102px; height: 102px; background-position: -204px -306px; }
.icon_soARTPRINT_SIZE_8.disabled { width: 34px; height: 34px; background-position: -306px -476px; }
.icon_soARTPRINT_SIZE_8_2x.disabled_2x { width: 68px; height: 68px; background-position: -510px -340px; }
.icon_soARTPRINT_SIZE_8_3x.disabled_3x { width: 102px; height: 102px; background-position: -306px -306px; }
.icon_soARTPRINT_SIZE_8 { width: 34px; height: 34px; background-position: -340px -476px; }
.icon_soARTPRINT_SIZE_8_2x { width: 68px; height: 68px; background-position: -510px -408px; }
.icon_soARTPRINT_SIZE_8_3x { width: 102px; height: 102px; background-position: -408px 0px; }
.icon_soARTPRINT_SIZE_8:hover, .icon_soARTPRINT_SIZE_8.active { width: 34px; height: 34px; background-position: -374px -476px; }
.icon_soARTPRINT_SIZE_8_2x:hover, .icon_soARTPRINT_SIZE_8_2x.active_2x_2x { width: 68px; height: 68px; background-position: 0px -476px; }
.icon_soARTPRINT_SIZE_8_3x:hover, .icon_soARTPRINT_SIZE_8_3x.active_3x_3x { width: 102px; height: 102px; background-position: -408px -102px; }
.icon_soBAG_PATTERN_ARCHES,
.icon_soBAG_PATTERN_ASH,
.icon_soBAG_PATTERN_BLUSH,
.icon_soBAG_PATTERN_CERULEAN,
.icon_soBAG_PATTERN_CHEVRON_STRIPES,
.icon_soBAG_PATTERN_FLORAL,
.icon_soBAG_PATTERN_HERRINGBONE,
.icon_soBAG_PATTERN_MOSAIC,
.icon_soBAG_PATTERN_MULTI_CHEVRON_STRIPES,
.icon_soBAG_PATTERN_PLAID,
.icon_soBAG_PATTERN_ROSE_QUARTZ,
.icon_soBAG_PATTERN_STRIPE,
.icon_soBAG_PATTERN_TRUE_BLUE { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soBAG.png); }
.icon_soBAG_PATTERN_ARCHES { width: 44px; height: 44px; background-position: 0px 0px; }
.icon_soBAG_PATTERN_ASH { width: 44px; height: 44px; background-position: -44px 0px; }
.icon_soBAG_PATTERN_BLUSH { width: 44px; height: 44px; background-position: 0px -44px; }
.icon_soBAG_PATTERN_CERULEAN { width: 44px; height: 44px; background-position: -44px -44px; }
.icon_soBAG_PATTERN_CHEVRON_STRIPES { width: 44px; height: 44px; background-position: -88px 0px; }
.icon_soBAG_PATTERN_FLORAL { width: 44px; height: 44px; background-position: -88px -44px; }
.icon_soBAG_PATTERN_HERRINGBONE { width: 44px; height: 44px; background-position: 0px -88px; }
.icon_soBAG_PATTERN_MOSAIC { width: 44px; height: 44px; background-position: -44px -88px; }
.icon_soBAG_PATTERN_MULTI_CHEVRON_STRIPES { width: 44px; height: 44px; background-position: -88px -88px; }
.icon_soBAG_PATTERN_PLAID { width: 44px; height: 44px; background-position: -132px 0px; }
.icon_soBAG_PATTERN_ROSE_QUARTZ { width: 44px; height: 44px; background-position: -132px -44px; }
.icon_soBAG_PATTERN_STRIPE { width: 44px; height: 44px; background-position: -132px -88px; }
.icon_soBAG_PATTERN_TRUE_BLUE { width: 44px; height: 44px; background-position: 0px -132px; }
.icon_soBANDANA_SIZE_1,
.icon_soBANDANA_SIZE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soBANDANA.png); }
.icon_soBANDANA_SIZE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soBANDANA_SIZE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soBANDANA_SIZE_1:hover, .icon_soBANDANA_SIZE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soBANDANA_SIZE_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soBANDANA_SIZE_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soBANDANA_SIZE_2:hover, .icon_soBANDANA_SIZE_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soBLANKET_SIZE_1,
.icon_soBLANKET_SIZE_2,
.icon_soBLANKET_SIZE_4,
.icon_soBLANKET_SIZE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soBLANKET.png); }
.icon_soBLANKET_SIZE_1 { width: 32px; height: 34px; background-position: -84px 0px; }
.icon_soBLANKET_SIZE_1:hover, .icon_soBLANKET_SIZE_1.active { width: 32px; height: 34px; background-position: -84px -34px; }
.icon_soBLANKET_SIZE_2 { width: 35px; height: 34px; background-position: 0px -34px; }
.icon_soBLANKET_SIZE_2:hover, .icon_soBLANKET_SIZE_2.active { width: 35px; height: 34px; background-position: -35px -34px; }
.icon_soBLANKET_SIZE_4 { width: 42px; height: 34px; background-position: 0px 0px; }
.icon_soBLANKET_SIZE_4:hover, .icon_soBLANKET_SIZE_4.active { width: 42px; height: 34px; background-position: -42px 0px; }
.icon_soBLANKET_SIZE_8 { width: 21px; height: 34px; background-position: 0px -68px; }
.icon_soBLANKET_SIZE_8:hover, .icon_soBLANKET_SIZE_8.active { width: 21px; height: 34px; background-position: -21px -68px; }
.icon_soBOTTLE_TYPE_1,
.icon_soBOTTLE_TYPE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soBOTTLE.png); }
.icon_soBOTTLE_TYPE_1.disabled { width: 36px; height: 36px; background-position: 0px 0px; }
.icon_soBOTTLE_TYPE_1 { width: 36px; height: 36px; background-position: -36px 0px; }
.icon_soBOTTLE_TYPE_1:hover, .icon_soBOTTLE_TYPE_1.active { width: 36px; height: 36px; background-position: 0px -36px; }
.icon_soBOTTLE_TYPE_2.disabled { width: 36px; height: 36px; background-position: -36px -36px; }
.icon_soBOTTLE_TYPE_2 { width: 36px; height: 36px; background-position: -72px 0px; }
.icon_soBOTTLE_TYPE_2:hover, .icon_soBOTTLE_TYPE_2.active { width: 36px; height: 36px; background-position: -72px -36px; }
.icon_soBOWL_SIZE_1,
.icon_soBOWL_SIZE_1_2x,
.icon_soBOWL_SIZE_2,
.icon_soBOWL_SIZE_2_2x { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soBOWL.png); }
.icon_soBOWL_SIZE_1.disabled { width: 20px; height: 20px; background-position: 0px 0px; }
.icon_soBOWL_SIZE_1_2x.disabled_2x { width: 20px; height: 20px; background-position: -20px 0px; }
.icon_soBOWL_SIZE_1 { width: 20px; height: 20px; background-position: 0px -20px; }
.icon_soBOWL_SIZE_1_2x { width: 20px; height: 20px; background-position: -20px -20px; }
.icon_soBOWL_SIZE_1:hover, .icon_soBOWL_SIZE_1.active { width: 20px; height: 20px; background-position: -40px 0px; }
.icon_soBOWL_SIZE_1_2x:hover, .icon_soBOWL_SIZE_1_2x.active_2x_2x { width: 20px; height: 20px; background-position: -40px -20px; }
.icon_soBOWL_SIZE_2.disabled { width: 20px; height: 20px; background-position: 0px -40px; }
.icon_soBOWL_SIZE_2_2x.disabled_2x { width: 20px; height: 20px; background-position: -20px -40px; }
.icon_soBOWL_SIZE_2 { width: 20px; height: 20px; background-position: -40px -40px; }
.icon_soBOWL_SIZE_2_2x { width: 20px; height: 20px; background-position: -60px 0px; }
.icon_soBOWL_SIZE_2:hover, .icon_soBOWL_SIZE_2.active { width: 20px; height: 20px; background-position: -60px -20px; }
.icon_soBOWL_SIZE_2_2x:hover, .icon_soBOWL_SIZE_2_2x.active_2x_2x { width: 20px; height: 20px; background-position: -60px -40px; }
.icon_soCERAMIC_TILE_SIZE_6X6,
.icon_soCERAMIC_TILE_SIZE_8X8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soCERAMIC.png); }
.icon_soCERAMIC_TILE_SIZE_6X6 { width: 12px; height: 12px; background-position: 0px -14px; }
.icon_soCERAMIC_TILE_SIZE_6X6:hover, .icon_soCERAMIC_TILE_SIZE_6X6.active { width: 12px; height: 12px; background-position: -12px -14px; }
.icon_soCERAMIC_TILE_SIZE_8X8 { width: 14px; height: 14px; background-position: 0px 0px; }
.icon_soCERAMIC_TILE_SIZE_8X8:hover, .icon_soCERAMIC_TILE_SIZE_8X8.active { width: 14px; height: 14px; background-position: -14px 0px; }
.icon_soCHOCOLATE_TYPE_1,
.icon_soCHOCOLATE_TYPE_16,
.icon_soCHOCOLATE_TYPE_2,
.icon_soCHOCOLATE_TYPE_32,
.icon_soCHOCOLATE_TYPE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soCHOCOLATE.png); }
.icon_soCHOCOLATE_TYPE_1.disabled { width: 38px; height: 38px; background-position: 0px 0px; }
.icon_soCHOCOLATE_TYPE_1 { width: 38px; height: 38px; background-position: -38px 0px; }
.icon_soCHOCOLATE_TYPE_1:hover, .icon_soCHOCOLATE_TYPE_1.active { width: 38px; height: 38px; background-position: 0px -38px; }
.icon_soCHOCOLATE_TYPE_16 { width: 38px; height: 38px; background-position: -38px -38px; }
.icon_soCHOCOLATE_TYPE_16:hover, .icon_soCHOCOLATE_TYPE_16.active { width: 38px; height: 38px; background-position: -76px 0px; }
.icon_soCHOCOLATE_TYPE_2.disabled { width: 38px; height: 38px; background-position: -76px -38px; }
.icon_soCHOCOLATE_TYPE_2 { width: 38px; height: 38px; background-position: 0px -76px; }
.icon_soCHOCOLATE_TYPE_2:hover, .icon_soCHOCOLATE_TYPE_2.active { width: 38px; height: 38px; background-position: -38px -76px; }
.icon_soCHOCOLATE_TYPE_32 { width: 38px; height: 38px; background-position: -76px -76px; }
.icon_soCHOCOLATE_TYPE_32:hover, .icon_soCHOCOLATE_TYPE_32.active { width: 38px; height: 38px; background-position: -114px 0px; }
.icon_soCHOCOLATE_TYPE_8 { width: 38px; height: 38px; background-position: -114px -38px; }
.icon_soCHOCOLATE_TYPE_8:hover, .icon_soCHOCOLATE_TYPE_8.active { width: 38px; height: 38px; background-position: -114px -76px; }
.icon_soCOLLAR_SIZE_1,
.icon_soCOLLAR_SIZE_2,
.icon_soCOLLAR_SIZE_4,
.icon_soCOLLAR_SIZE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soCOLLAR.png); }
.icon_soCOLLAR_SIZE_1.disabled { width: 36px; height: 32px; background-position: 0px 0px; }
.icon_soCOLLAR_SIZE_1 { width: 36px; height: 32px; background-position: -36px 0px; }
.icon_soCOLLAR_SIZE_1:hover, .icon_soCOLLAR_SIZE_1.active { width: 36px; height: 32px; background-position: 0px -32px; }
.icon_soCOLLAR_SIZE_2.disabled { width: 36px; height: 32px; background-position: -36px -32px; }
.icon_soCOLLAR_SIZE_2 { width: 36px; height: 32px; background-position: -72px 0px; }
.icon_soCOLLAR_SIZE_2:hover, .icon_soCOLLAR_SIZE_2.active { width: 36px; height: 32px; background-position: -72px -32px; }
.icon_soCOLLAR_SIZE_4.disabled { width: 36px; height: 32px; background-position: 0px -64px; }
.icon_soCOLLAR_SIZE_4 { width: 36px; height: 32px; background-position: -36px -64px; }
.icon_soCOLLAR_SIZE_4:hover, .icon_soCOLLAR_SIZE_4.active { width: 36px; height: 32px; background-position: -72px -64px; }
.icon_soCOLLAR_SIZE_8.disabled { width: 36px; height: 32px; background-position: -108px 0px; }
.icon_soCOLLAR_SIZE_8 { width: 36px; height: 32px; background-position: -108px -32px; }
.icon_soCOLLAR_SIZE_8:hover, .icon_soCOLLAR_SIZE_8.active { width: 36px; height: 32px; background-position: -108px -64px; }
.icon_soCUTTING_BOARD_SIZE_1,
.icon_soCUTTING_BOARD_SIZE_2,
.icon_soCUTTING_BOARD_SIZE_4 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soCUTTING.png); }
.icon_soCUTTING_BOARD_SIZE_1.disabled { width: 24px; height: 18px; background-position: -24px -24px; }
.icon_soCUTTING_BOARD_SIZE_1 { width: 24px; height: 18px; background-position: -18px -48px; }
.icon_soCUTTING_BOARD_SIZE_1:hover, .icon_soCUTTING_BOARD_SIZE_1.active { width: 24px; height: 18px; background-position: -42px -48px; }
.icon_soCUTTING_BOARD_SIZE_2.disabled { width: 24px; height: 24px; background-position: 0px 0px; }
.icon_soCUTTING_BOARD_SIZE_2 { width: 24px; height: 24px; background-position: -24px 0px; }
.icon_soCUTTING_BOARD_SIZE_2:hover, .icon_soCUTTING_BOARD_SIZE_2.active { width: 24px; height: 24px; background-position: 0px -24px; }
.icon_soCUTTING_BOARD_SIZE_4.disabled { width: 18px; height: 30px; background-position: -48px 0px; }
.icon_soCUTTING_BOARD_SIZE_4 { width: 18px; height: 30px; background-position: -66px 0px; }
.icon_soCUTTING_BOARD_SIZE_4:hover, .icon_soCUTTING_BOARD_SIZE_4.active { width: 18px; height: 30px; background-position: 0px -48px; }
.icon_soDESKPLQ_SHAPE_1,
.icon_soDESKPLQ_SHAPE_16,
.icon_soDESKPLQ_SHAPE_2,
.icon_soDESKPLQ_SHAPE_4,
.icon_soDESKPLQ_SHAPE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soDESKPLQ.png); }
.icon_soDESKPLQ_SHAPE_1.disabled { width: 44px; height: 60px; background-position: -136px 0px; }
.icon_soDESKPLQ_SHAPE_1 { width: 44px; height: 60px; background-position: 0px -90px; }
.icon_soDESKPLQ_SHAPE_1:hover, .icon_soDESKPLQ_SHAPE_1.active { width: 44px; height: 60px; background-position: -44px -90px; }
.icon_soDESKPLQ_SHAPE_16.disabled { width: 68px; height: 45px; background-position: 0px 0px; }
.icon_soDESKPLQ_SHAPE_16 { width: 68px; height: 45px; background-position: -68px 0px; }
.icon_soDESKPLQ_SHAPE_16:hover, .icon_soDESKPLQ_SHAPE_16.active { width: 68px; height: 45px; background-position: 0px -45px; }
.icon_soDESKPLQ_SHAPE_2.disabled { width: 52px; height: 48px; background-position: -88px -90px; }
.icon_soDESKPLQ_SHAPE_2 { width: 52px; height: 48px; background-position: -180px 0px; }
.icon_soDESKPLQ_SHAPE_2:hover, .icon_soDESKPLQ_SHAPE_2.active { width: 52px; height: 48px; background-position: -180px -48px; }
.icon_soDESKPLQ_SHAPE_4.disabled { width: 60px; height: 40px; background-position: -68px -45px; }
.icon_soDESKPLQ_SHAPE_4 { width: 60px; height: 40px; background-position: 0px -150px; }
.icon_soDESKPLQ_SHAPE_4:hover, .icon_soDESKPLQ_SHAPE_4.active { width: 60px; height: 40px; background-position: -60px -150px; }
.icon_soDESKPLQ_SHAPE_8.disabled { width: 48px; height: 48px; background-position: -180px -96px; }
.icon_soDESKPLQ_SHAPE_8 { width: 48px; height: 48px; background-position: -232px 0px; }
.icon_soDESKPLQ_SHAPE_8:hover, .icon_soDESKPLQ_SHAPE_8.active { width: 48px; height: 48px; background-position: -232px -48px; }
.icon_soDESKTOP_SIZE_1,
.icon_soDESKTOP_SIZE_16,
.icon_soDESKTOP_SIZE_2,
.icon_soDESKTOP_SIZE_4,
.icon_soDESKTOP_SIZE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soDESKTOP.png); }
.icon_soDESKTOP_SIZE_1 { width: 24px; height: 24px; background-position: 0px -66px; }
.icon_soDESKTOP_SIZE_1:hover, .icon_soDESKTOP_SIZE_1.active { width: 24px; height: 24px; background-position: -24px -66px; }
.icon_soDESKTOP_SIZE_16 { width: 24px; height: 32px; background-position: -54px 0px; }
.icon_soDESKTOP_SIZE_16:hover, .icon_soDESKTOP_SIZE_16.active { width: 24px; height: 32px; background-position: 0px -34px; }
.icon_soDESKTOP_SIZE_2 { width: 24px; height: 31px; background-position: -24px -34px; }
.icon_soDESKTOP_SIZE_2:hover, .icon_soDESKTOP_SIZE_2.active { width: 24px; height: 31px; background-position: -48px -34px; }
.icon_soDESKTOP_SIZE_4 { width: 27px; height: 34px; background-position: 0px 0px; }
.icon_soDESKTOP_SIZE_4:hover, .icon_soDESKTOP_SIZE_4.active { width: 27px; height: 34px; background-position: -27px 0px; }
.icon_soDESKTOP_SIZE_8 { width: 26px; height: 26px; background-position: -78px 0px; }
.icon_soDESKTOP_SIZE_8:hover, .icon_soDESKTOP_SIZE_8.active { width: 26px; height: 26px; background-position: -78px -26px; }
.icon_soDOG_BED_SIZE_1_default,
.icon_soDOG_BED_SIZE_1_default_2x,
.icon_soDOG_BED_SIZE_1_default_3x,
.icon_soDOG_BED_SIZE_1,
.icon_soDOG_BED_SIZE_1_2x,
.icon_soDOG_BED_SIZE_1_selected,
.icon_soDOG_BED_SIZE_2_default,
.icon_soDOG_BED_SIZE_2_default_2x,
.icon_soDOG_BED_SIZE_2_default_3x,
.icon_soDOG_BED_SIZE_2,
.icon_soDOG_BED_SIZE_2_2x,
.icon_soDOG_BED_SIZE_2_3x,
.icon_soDOG_BED_SIZE_2_selected,
.icon_soDOG_BED_SIZE_2_selected_2x,
.icon_soDOG_BED_SIZE_2_selected_3x,
.icon_soDOG_BED_SIZE_4_default,
.icon_soDOG_BED_SIZE_4_default_2x,
.icon_soDOG_BED_SIZE_4_default_3x,
.icon_soDOG_BED_SIZE_4,
.icon_soDOG_BED_SIZE_4_2x,
.icon_soDOG_BED_SIZE_4_3x,
.icon_soDOG_BED_SIZE_4_selected,
.icon_soDOG_BED_SIZE_4_selected_2x,
.icon_soDOG_BED_SIZE_4_selected_3x,
.icon_soDOG_TSHIRT_SIZE_1,
.icon_soDOG_TSHIRT_SIZE_2,
.icon_soDOG_TSHIRT_SIZE_4,
.icon_soDOGTOY_SIZE_1,
.icon_soDOGTOY_SIZE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soDOG.png); }
.icon_soDOG_BED_SIZE_1_default { width: 36px; height: 36px; background-position: -396px -150px; }
.icon_soDOG_BED_SIZE_1_default_2x { width: 72px; height: 72px; background-position: -108px -216px; }
.icon_soDOG_BED_SIZE_1_default_3x { width: 108px; height: 108px; background-position: 0px 0px; }
.icon_soDOG_BED_SIZE_1.disabled { width: 36px; height: 36px; background-position: -396px -186px; }
.icon_soDOG_BED_SIZE_1_2x.disabled_2x { width: 72px; height: 72px; background-position: -180px -216px; }
.icon_soDOG_BED_SIZE_1 { width: 36px; height: 36px; background-position: -396px -222px; }
.icon_soDOG_BED_SIZE_1:hover, .icon_soDOG_BED_SIZE_1.active { width: 36px; height: 36px; background-position: -396px -258px; }
.icon_soDOG_BED_SIZE_1_selected { width: 36px; height: 36px; background-position: -396px -294px; }
.icon_soDOG_BED_SIZE_2_default { width: 36px; height: 36px; background-position: -396px -330px; }
.icon_soDOG_BED_SIZE_2_default_2x { width: 72px; height: 72px; background-position: -252px -216px; }
.icon_soDOG_BED_SIZE_2_default_3x { width: 108px; height: 108px; background-position: -108px 0px; }
.icon_soDOG_BED_SIZE_2.disabled { width: 36px; height: 36px; background-position: -324px -288px; }
.icon_soDOG_BED_SIZE_2_2x.disabled_2x { width: 72px; height: 72px; background-position: -324px 0px; }
.icon_soDOG_BED_SIZE_2_3x.disabled_3x { width: 108px; height: 108px; background-position: 0px -108px; }
.icon_soDOG_BED_SIZE_2 { width: 36px; height: 36px; background-position: -360px -288px; }
.icon_soDOG_BED_SIZE_2:hover, .icon_soDOG_BED_SIZE_2.active { width: 36px; height: 36px; background-position: -108px -288px; }
.icon_soDOG_BED_SIZE_2_selected { width: 36px; height: 36px; background-position: -144px -288px; }
.icon_soDOG_BED_SIZE_2_selected_2x { width: 72px; height: 72px; background-position: -324px -72px; }
.icon_soDOG_BED_SIZE_2_selected_3x { width: 108px; height: 108px; background-position: -108px -108px; }
.icon_soDOG_BED_SIZE_4_default { width: 36px; height: 36px; background-position: -180px -288px; }
.icon_soDOG_BED_SIZE_4_default_2x { width: 72px; height: 72px; background-position: -324px -144px; }
.icon_soDOG_BED_SIZE_4_default_3x { width: 108px; height: 108px; background-position: -216px 0px; }
.icon_soDOG_BED_SIZE_4.disabled { width: 36px; height: 36px; background-position: -216px -288px; }
.icon_soDOG_BED_SIZE_4_2x.disabled_2x { width: 72px; height: 72px; background-position: -324px -216px; }
.icon_soDOG_BED_SIZE_4_3x.disabled_3x { width: 108px; height: 108px; background-position: -216px -108px; }
.icon_soDOG_BED_SIZE_4 { width: 36px; height: 36px; background-position: -252px -288px; }
.icon_soDOG_BED_SIZE_4:hover, .icon_soDOG_BED_SIZE_4.active { width: 36px; height: 36px; background-position: -288px -288px; }
.icon_soDOG_BED_SIZE_4_selected { width: 36px; height: 36px; background-position: 0px -396px; }
.icon_soDOG_BED_SIZE_4_selected_2x { width: 72px; height: 72px; background-position: 0px -324px; }
.icon_soDOG_BED_SIZE_4_selected_3x { width: 108px; height: 108px; background-position: 0px -216px; }
.icon_soDOG_TSHIRT_SIZE_1.disabled { width: 50px; height: 50px; background-position: -72px -324px; }
.icon_soDOG_TSHIRT_SIZE_1 { width: 50px; height: 50px; background-position: -122px -324px; }
.icon_soDOG_TSHIRT_SIZE_1:hover, .icon_soDOG_TSHIRT_SIZE_1.active { width: 50px; height: 50px; background-position: -172px -324px; }
.icon_soDOG_TSHIRT_SIZE_2.disabled { width: 50px; height: 50px; background-position: -222px -324px; }
.icon_soDOG_TSHIRT_SIZE_2 { width: 50px; height: 50px; background-position: -272px -324px; }
.icon_soDOG_TSHIRT_SIZE_2:hover, .icon_soDOG_TSHIRT_SIZE_2.active { width: 50px; height: 50px; background-position: -322px -324px; }
.icon_soDOG_TSHIRT_SIZE_4.disabled { width: 50px; height: 50px; background-position: -396px 0px; }
.icon_soDOG_TSHIRT_SIZE_4 { width: 50px; height: 50px; background-position: -396px -50px; }
.icon_soDOG_TSHIRT_SIZE_4:hover, .icon_soDOG_TSHIRT_SIZE_4.active { width: 50px; height: 50px; background-position: -396px -100px; }
.icon_soDOGTOY_SIZE_1.disabled { width: 34px; height: 34px; background-position: -36px -396px; }
.icon_soDOGTOY_SIZE_1 { width: 34px; height: 34px; background-position: -70px -396px; }
.icon_soDOGTOY_SIZE_1:hover, .icon_soDOGTOY_SIZE_1.active { width: 34px; height: 34px; background-position: -104px -396px; }
.icon_soDOGTOY_SIZE_2.disabled { width: 34px; height: 34px; background-position: -138px -396px; }
.icon_soDOGTOY_SIZE_2 { width: 34px; height: 34px; background-position: -172px -396px; }
.icon_soDOGTOY_SIZE_2:hover, .icon_soDOGTOY_SIZE_2.active { width: 34px; height: 34px; background-position: -206px -396px; }
.icon_soDOGTOY_SIZE_1,
.icon_soDOGTOY_SIZE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soDOGTOY.png); }
.icon_soDOGTOY_SIZE_1.disabled { width: 34px; height: 34px; background-position: 0px 0px; }
.icon_soDOGTOY_SIZE_1 { width: 34px; height: 34px; background-position: -34px 0px; }
.icon_soDOGTOY_SIZE_1:hover, .icon_soDOGTOY_SIZE_1.active { width: 34px; height: 34px; background-position: 0px -34px; }
.icon_soDOGTOY_SIZE_2.disabled { width: 34px; height: 34px; background-position: -34px -34px; }
.icon_soDOGTOY_SIZE_2 { width: 34px; height: 34px; background-position: -68px 0px; }
.icon_soDOGTOY_SIZE_2:hover, .icon_soDOGTOY_SIZE_2.active { width: 34px; height: 34px; background-position: -68px -34px; }
.icon_soDRAWSTRING_BAG_SIZE_1,
.icon_soDRAWSTRING_BAG_SIZE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soDRAWSTRING.png); }
.icon_soDRAWSTRING_BAG_SIZE_1.disabled { width: 32px; height: 32px; background-position: -38px -38px; }
.icon_soDRAWSTRING_BAG_SIZE_1 { width: 32px; height: 32px; background-position: -76px 0px; }
.icon_soDRAWSTRING_BAG_SIZE_1:hover, .icon_soDRAWSTRING_BAG_SIZE_1.active { width: 32px; height: 32px; background-position: -76px -32px; }
.icon_soDRAWSTRING_BAG_SIZE_2.disabled { width: 38px; height: 38px; background-position: 0px 0px; }
.icon_soDRAWSTRING_BAG_SIZE_2 { width: 38px; height: 38px; background-position: -38px 0px; }
.icon_soDRAWSTRING_BAG_SIZE_2:hover, .icon_soDRAWSTRING_BAG_SIZE_2.active { width: 38px; height: 38px; background-position: 0px -38px; }
.icon_soDRY_ERASE_DECAL_SIZE_1,
.icon_soDRY_ERASE_DECAL_SIZE_2,
.icon_soDRY_ERASE_DECAL_SIZE_4 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soDRY.png); }
.icon_soDRY_ERASE_DECAL_SIZE_1 { width: 20px; height: 14px; background-position: 0px -37px; }
.icon_soDRY_ERASE_DECAL_SIZE_1:hover, .icon_soDRY_ERASE_DECAL_SIZE_1.active { width: 20px; height: 14px; background-position: -20px -37px; }
.icon_soDRY_ERASE_DECAL_SIZE_2 { width: 34px; height: 22px; background-position: 0px 0px; }
.icon_soDRY_ERASE_DECAL_SIZE_2:hover, .icon_soDRY_ERASE_DECAL_SIZE_2.active { width: 34px; height: 22px; background-position: -34px 0px; }
.icon_soDRY_ERASE_DECAL_SIZE_4 { width: 34px; height: 15px; background-position: 0px -22px; }
.icon_soDRY_ERASE_DECAL_SIZE_4:hover, .icon_soDRY_ERASE_DECAL_SIZE_4.active { width: 34px; height: 15px; background-position: -34px -22px; }
.icon_soDUVET_BACK_STYLE_1,
.icon_soDUVET_BACK_STYLE_1_2x,
.icon_soDUVET_BACK_STYLE_1_3x,
.icon_soDUVET_BACK_STYLE_2,
.icon_soDUVET_BACK_STYLE_2_2x,
.icon_soDUVET_BACK_STYLE_2_3x,
.icon_soDUVET_BACK_STYLE_4,
.icon_soDUVET_BACK_STYLE_4_2x,
.icon_soDUVET_BACK_STYLE_4_3x,
.icon_soDUVET_BACK_STYLE_8,
.icon_soDUVET_BACK_STYLE_8_2x,
.icon_soDUVET_BACK_STYLE_8_3x,
.icon_soDUVET_SIZE_1,
.icon_soDUVET_SIZE_1_2x,
.icon_soDUVET_SIZE_2,
.icon_soDUVET_SIZE_2_2x,
.icon_soDUVET_SIZE_4,
.icon_soDUVET_SIZE_4_2x { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soDUVET.png); }
.icon_soDUVET_BACK_STYLE_1 { width: 48px; height: 48px; background-position: 0px 0px; }
.icon_soDUVET_BACK_STYLE_1_2x { width: 44px; height: 44px; background-position: -192px 0px; }
.icon_soDUVET_BACK_STYLE_1_3x { width: 44px; height: 44px; background-position: -192px -44px; }
.icon_soDUVET_BACK_STYLE_1:hover, .icon_soDUVET_BACK_STYLE_1.active { width: 48px; height: 48px; background-position: -48px 0px; }
.icon_soDUVET_BACK_STYLE_1_2x:hover, .icon_soDUVET_BACK_STYLE_1_2x.active_2x_2x { width: 48px; height: 48px; background-position: 0px -48px; }
.icon_soDUVET_BACK_STYLE_1_3x:hover, .icon_soDUVET_BACK_STYLE_1_3x.active_3x_3x { width: 48px; height: 48px; background-position: -48px -48px; }
.icon_soDUVET_BACK_STYLE_2 { width: 48px; height: 48px; background-position: -96px 0px; }
.icon_soDUVET_BACK_STYLE_2_2x { width: 44px; height: 44px; background-position: -192px -88px; }
.icon_soDUVET_BACK_STYLE_2_3x { width: 44px; height: 44px; background-position: -192px -132px; }
.icon_soDUVET_BACK_STYLE_2:hover, .icon_soDUVET_BACK_STYLE_2.active { width: 48px; height: 48px; background-position: -96px -48px; }
.icon_soDUVET_BACK_STYLE_2_2x:hover, .icon_soDUVET_BACK_STYLE_2_2x.active_2x_2x { width: 48px; height: 48px; background-position: 0px -96px; }
.icon_soDUVET_BACK_STYLE_2_3x:hover, .icon_soDUVET_BACK_STYLE_2_3x.active_3x_3x { width: 48px; height: 48px; background-position: -48px -96px; }
.icon_soDUVET_BACK_STYLE_4 { width: 48px; height: 48px; background-position: -96px -96px; }
.icon_soDUVET_BACK_STYLE_4_2x { width: 44px; height: 44px; background-position: 0px -192px; }
.icon_soDUVET_BACK_STYLE_4_3x { width: 44px; height: 44px; background-position: -44px -192px; }
.icon_soDUVET_BACK_STYLE_4:hover, .icon_soDUVET_BACK_STYLE_4.active { width: 48px; height: 48px; background-position: -144px 0px; }
.icon_soDUVET_BACK_STYLE_4_2x:hover, .icon_soDUVET_BACK_STYLE_4_2x.active_2x_2x { width: 48px; height: 48px; background-position: -144px -48px; }
.icon_soDUVET_BACK_STYLE_4_3x:hover, .icon_soDUVET_BACK_STYLE_4_3x.active_3x_3x { width: 48px; height: 48px; background-position: -144px -96px; }
.icon_soDUVET_BACK_STYLE_8 { width: 48px; height: 48px; background-position: 0px -144px; }
.icon_soDUVET_BACK_STYLE_8_2x { width: 44px; height: 44px; background-position: -88px -192px; }
.icon_soDUVET_BACK_STYLE_8_3x { width: 44px; height: 44px; background-position: -132px -192px; }
.icon_soDUVET_BACK_STYLE_8:hover, .icon_soDUVET_BACK_STYLE_8.active { width: 48px; height: 48px; background-position: -48px -144px; }
.icon_soDUVET_BACK_STYLE_8_2x:hover, .icon_soDUVET_BACK_STYLE_8_2x.active_2x_2x { width: 48px; height: 48px; background-position: -96px -144px; }
.icon_soDUVET_BACK_STYLE_8_3x:hover, .icon_soDUVET_BACK_STYLE_8_3x.active_3x_3x { width: 48px; height: 48px; background-position: -144px -144px; }
.icon_soDUVET_SIZE_1.disabled { width: 18px; height: 28px; background-position: -108px -236px; }
.icon_soDUVET_SIZE_1_2x.disabled_2x { width: 20px; height: 28px; background-position: -48px -236px; }
.icon_soDUVET_SIZE_1 { width: 18px; height: 28px; background-position: -126px -236px; }
.icon_soDUVET_SIZE_1_2x { width: 20px; height: 28px; background-position: -68px -236px; }
.icon_soDUVET_SIZE_1:hover, .icon_soDUVET_SIZE_1.active { width: 18px; height: 28px; background-position: -144px -236px; }
.icon_soDUVET_SIZE_1_2x:hover, .icon_soDUVET_SIZE_1_2x.active_2x_2x { width: 20px; height: 28px; background-position: -88px -236px; }
.icon_soDUVET_SIZE_2.disabled { width: 24px; height: 28px; background-position: -236px -112px; }
.icon_soDUVET_SIZE_2_2x.disabled_2x { width: 24px; height: 28px; background-position: -236px -140px; }
.icon_soDUVET_SIZE_2 { width: 24px; height: 28px; background-position: -236px -168px; }
.icon_soDUVET_SIZE_2_2x { width: 24px; height: 28px; background-position: -236px -196px; }
.icon_soDUVET_SIZE_2:hover, .icon_soDUVET_SIZE_2.active { width: 24px; height: 28px; background-position: 0px -236px; }
.icon_soDUVET_SIZE_2_2x:hover, .icon_soDUVET_SIZE_2_2x.active_2x_2x { width: 24px; height: 28px; background-position: -24px -236px; }
.icon_soDUVET_SIZE_4.disabled { width: 30px; height: 28px; background-position: -176px -192px; }
.icon_soDUVET_SIZE_4_2x.disabled_2x { width: 30px; height: 28px; background-position: -206px -192px; }
.icon_soDUVET_SIZE_4 { width: 30px; height: 28px; background-position: -236px 0px; }
.icon_soDUVET_SIZE_4_2x { width: 30px; height: 28px; background-position: -236px -28px; }
.icon_soDUVET_SIZE_4:hover, .icon_soDUVET_SIZE_4.active { width: 30px; height: 28px; background-position: -236px -56px; }
.icon_soDUVET_SIZE_4_2x:hover, .icon_soDUVET_SIZE_4_2x.active_2x_2x { width: 30px; height: 28px; background-position: -236px -84px; }
.icon_soEASELBACKCANVAS_SIZE_1,
.icon_soEASELBACKCANVAS_SIZE_2,
.icon_soEASELBACKCANVAS_SIZE_4 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soEASELBACKCANVAS.png); }
.icon_soEASELBACKCANVAS_SIZE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soEASELBACKCANVAS_SIZE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soEASELBACKCANVAS_SIZE_1:hover, .icon_soEASELBACKCANVAS_SIZE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soEASELBACKCANVAS_SIZE_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soEASELBACKCANVAS_SIZE_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soEASELBACKCANVAS_SIZE_2:hover, .icon_soEASELBACKCANVAS_SIZE_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soEASELBACKCANVAS_SIZE_4.disabled { width: 50px; height: 50px; background-position: 0px -100px; }
.icon_soEASELBACKCANVAS_SIZE_4 { width: 50px; height: 50px; background-position: -50px -100px; }
.icon_soEASELBACKCANVAS_SIZE_4:hover, .icon_soEASELBACKCANVAS_SIZE_4.active { width: 50px; height: 50px; background-position: -100px -100px; }
.icon_soENGRAVED_METAL_COLOR_1,
.icon_soENGRAVED_METAL_COLOR_2,
.icon_soENGRAVED_METAL_COLOR_4 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soENGRAVED.png); }
.icon_soENGRAVED_METAL_COLOR_1.disabled { width: 44px; height: 44px; background-position: -48px -48px; }
.icon_soENGRAVED_METAL_COLOR_1 { width: 44px; height: 44px; background-position: -96px 0px; }
.icon_soENGRAVED_METAL_COLOR_1:hover, .icon_soENGRAVED_METAL_COLOR_1.active { width: 48px; height: 48px; background-position: 0px 0px; }
.icon_soENGRAVED_METAL_COLOR_2.disabled { width: 44px; height: 44px; background-position: -96px -44px; }
.icon_soENGRAVED_METAL_COLOR_2 { width: 44px; height: 44px; background-position: 0px -96px; }
.icon_soENGRAVED_METAL_COLOR_2:hover, .icon_soENGRAVED_METAL_COLOR_2.active { width: 48px; height: 48px; background-position: -48px 0px; }
.icon_soENGRAVED_METAL_COLOR_4.disabled { width: 44px; height: 44px; background-position: -44px -96px; }
.icon_soENGRAVED_METAL_COLOR_4 { width: 44px; height: 44px; background-position: -88px -96px; }
.icon_soENGRAVED_METAL_COLOR_4:hover, .icon_soENGRAVED_METAL_COLOR_4.active { width: 48px; height: 48px; background-position: 0px -48px; }
.icon_soFLOATING_GLASS_METAL_COLOR_1,
.icon_soFLOATING_GLASS_METAL_COLOR_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soFLOATING.png); }
.icon_soFLOATING_GLASS_METAL_COLOR_1.disabled { width: 28px; height: 28px; background-position: 0px 0px; }
.icon_soFLOATING_GLASS_METAL_COLOR_1 { width: 28px; height: 28px; background-position: -28px 0px; }
.icon_soFLOATING_GLASS_METAL_COLOR_1:hover, .icon_soFLOATING_GLASS_METAL_COLOR_1.active { width: 28px; height: 28px; background-position: 0px -28px; }
.icon_soFLOATING_GLASS_METAL_COLOR_2.disabled { width: 28px; height: 28px; background-position: -28px -28px; }
.icon_soFLOATING_GLASS_METAL_COLOR_2 { width: 28px; height: 28px; background-position: -56px 0px; }
.icon_soFLOATING_GLASS_METAL_COLOR_2:hover, .icon_soFLOATING_GLASS_METAL_COLOR_2.active { width: 28px; height: 28px; background-position: -56px -28px; }
.icon_soFOIL_COLOR_1,
.icon_soFOIL_COLOR_1_2x,
.icon_soFOIL_COLOR_1_3x,
.icon_soFOIL_COLOR_16,
.icon_soFOIL_COLOR_2,
.icon_soFOIL_COLOR_2_2x,
.icon_soFOIL_COLOR_2_3x,
.icon_soFOIL_COLOR_32,
.icon_soFOIL_COLOR_32_2x,
.icon_soFOIL_COLOR_32_3x,
.icon_soFOIL_COLOR_4,
.icon_soFOIL_COLOR_4_2x,
.icon_soFOIL_COLOR_4_3x,
.icon_soFOIL_COLOR_8,
.icon_soFOIL_COLOR_8_2x,
.icon_soFOIL_COLOR_8_3x { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soFOIL.png); }
.icon_soFOIL_COLOR_1.disabled { width: 28px; height: 28px; background-position: -408px -234px; }
.icon_soFOIL_COLOR_1_2x.disabled_2x { width: 56px; height: 56px; background-position: -348px -120px; }
.icon_soFOIL_COLOR_1_3x.disabled_3x { width: 84px; height: 84px; background-position: -90px -90px; }
.icon_soFOIL_COLOR_1 { width: 28px; height: 28px; background-position: -436px -234px; }
.icon_soFOIL_COLOR_1_2x { width: 56px; height: 56px; background-position: -348px -176px; }
.icon_soFOIL_COLOR_1_3x { width: 84px; height: 84px; background-position: -180px 0px; }
.icon_soFOIL_COLOR_1:hover, .icon_soFOIL_COLOR_1.active { width: 28px; height: 28px; background-position: -408px -262px; }
.icon_soFOIL_COLOR_1_2x:hover, .icon_soFOIL_COLOR_1_2x.active_2x_2x { width: 56px; height: 56px; background-position: -348px -232px; }
.icon_soFOIL_COLOR_1_3x:hover, .icon_soFOIL_COLOR_1_3x.active_3x_3x { width: 84px; height: 84px; background-position: -180px -84px; }
.icon_soFOIL_COLOR_16 { width: 44px; height: 44px; background-position: -408px -56px; }
.icon_soFOIL_COLOR_16:hover, .icon_soFOIL_COLOR_16.active { width: 44px; height: 44px; background-position: -408px -100px; }
.icon_soFOIL_COLOR_2.disabled { width: 28px; height: 28px; background-position: -436px -262px; }
.icon_soFOIL_COLOR_2_2x.disabled_2x { width: 56px; height: 56px; background-position: -348px -288px; }
.icon_soFOIL_COLOR_2_3x.disabled_3x { width: 84px; height: 84px; background-position: 0px -180px; }
.icon_soFOIL_COLOR_2 { width: 28px; height: 28px; background-position: -408px -290px; }
.icon_soFOIL_COLOR_2_2x { width: 56px; height: 56px; background-position: 0px -348px; }
.icon_soFOIL_COLOR_2_3x { width: 84px; height: 84px; background-position: -84px -180px; }
.icon_soFOIL_COLOR_2:hover, .icon_soFOIL_COLOR_2.active { width: 28px; height: 28px; background-position: -436px -290px; }
.icon_soFOIL_COLOR_2_2x:hover, .icon_soFOIL_COLOR_2_2x.active_2x_2x { width: 56px; height: 56px; background-position: -56px -348px; }
.icon_soFOIL_COLOR_2_3x:hover, .icon_soFOIL_COLOR_2_3x.active_3x_3x { width: 84px; height: 84px; background-position: -168px -180px; }
.icon_soFOIL_COLOR_32.disabled { width: 30px; height: 30px; background-position: -408px -144px; }
.icon_soFOIL_COLOR_32_2x.disabled_2x { width: 60px; height: 60px; background-position: -252px -264px; }
.icon_soFOIL_COLOR_32_3x.disabled_3x { width: 90px; height: 90px; background-position: 0px 0px; }
.icon_soFOIL_COLOR_32 { width: 30px; height: 30px; background-position: -408px -174px; }
.icon_soFOIL_COLOR_32_2x { width: 60px; height: 60px; background-position: -348px 0px; }
.icon_soFOIL_COLOR_32_3x { width: 90px; height: 90px; background-position: -90px 0px; }
.icon_soFOIL_COLOR_32:hover, .icon_soFOIL_COLOR_32.active { width: 30px; height: 30px; background-position: -408px -204px; }
.icon_soFOIL_COLOR_32_2x:hover, .icon_soFOIL_COLOR_32_2x.active_2x_2x { width: 60px; height: 60px; background-position: -348px -60px; }
.icon_soFOIL_COLOR_32_3x:hover, .icon_soFOIL_COLOR_32_3x.active_3x_3x { width: 90px; height: 90px; background-position: 0px -90px; }
.icon_soFOIL_COLOR_4.disabled { width: 28px; height: 28px; background-position: -408px -318px; }
.icon_soFOIL_COLOR_4_2x.disabled_2x { width: 56px; height: 56px; background-position: -112px -348px; }
.icon_soFOIL_COLOR_4_3x.disabled_3x { width: 84px; height: 84px; background-position: -264px 0px; }
.icon_soFOIL_COLOR_4 { width: 28px; height: 28px; background-position: -436px -318px; }
.icon_soFOIL_COLOR_4_2x { width: 56px; height: 56px; background-position: -168px -348px; }
.icon_soFOIL_COLOR_4_3x { width: 84px; height: 84px; background-position: -264px -84px; }
.icon_soFOIL_COLOR_4:hover, .icon_soFOIL_COLOR_4.active { width: 28px; height: 28px; background-position: -408px -346px; }
.icon_soFOIL_COLOR_4_2x:hover, .icon_soFOIL_COLOR_4_2x.active_2x_2x { width: 56px; height: 56px; background-position: -224px -348px; }
.icon_soFOIL_COLOR_4_3x:hover, .icon_soFOIL_COLOR_4_3x.active_3x_3x { width: 84px; height: 84px; background-position: -264px -168px; }
.icon_soFOIL_COLOR_8.disabled { width: 28px; height: 28px; background-position: -436px -346px; }
.icon_soFOIL_COLOR_8_2x.disabled_2x { width: 56px; height: 56px; background-position: -280px -348px; }
.icon_soFOIL_COLOR_8_3x.disabled_3x { width: 84px; height: 84px; background-position: 0px -264px; }
.icon_soFOIL_COLOR_8 { width: 28px; height: 28px; background-position: -408px -374px; }
.icon_soFOIL_COLOR_8_2x { width: 56px; height: 56px; background-position: -336px -348px; }
.icon_soFOIL_COLOR_8_3x { width: 84px; height: 84px; background-position: -84px -264px; }
.icon_soFOIL_COLOR_8:hover, .icon_soFOIL_COLOR_8.active { width: 28px; height: 28px; background-position: -436px -374px; }
.icon_soFOIL_COLOR_8_2x:hover, .icon_soFOIL_COLOR_8_2x.active_2x_2x { width: 56px; height: 56px; background-position: -408px 0px; }
.icon_soFOIL_COLOR_8_3x:hover, .icon_soFOIL_COLOR_8_3x.active_3x_3x { width: 84px; height: 84px; background-position: -168px -264px; }
.icon_soFRM_TTOP_PRINT_FRAME_COLOR_1,
.icon_soFRM_TTOP_PRINT_FRAME_COLOR_2,
.icon_soFRM_TTOP_PRINT_FRAME_COLOR_4,
.icon_soFRM_TTOP_PRINT_SIZE_1,
.icon_soFRM_TTOP_PRINT_SIZE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soFRM.png); }
.icon_soFRM_TTOP_PRINT_FRAME_COLOR_1.disabled { width: 28px; height: 28px; background-position: 0px -100px; }
.icon_soFRM_TTOP_PRINT_FRAME_COLOR_1 { width: 28px; height: 28px; background-position: -28px -100px; }
.icon_soFRM_TTOP_PRINT_FRAME_COLOR_1:hover, .icon_soFRM_TTOP_PRINT_FRAME_COLOR_1.active { width: 28px; height: 28px; background-position: -56px -100px; }
.icon_soFRM_TTOP_PRINT_FRAME_COLOR_2.disabled { width: 28px; height: 28px; background-position: -84px -100px; }
.icon_soFRM_TTOP_PRINT_FRAME_COLOR_2 { width: 28px; height: 28px; background-position: -112px -100px; }
.icon_soFRM_TTOP_PRINT_FRAME_COLOR_2:hover, .icon_soFRM_TTOP_PRINT_FRAME_COLOR_2.active { width: 28px; height: 28px; background-position: -150px 0px; }
.icon_soFRM_TTOP_PRINT_FRAME_COLOR_4.disabled { width: 28px; height: 28px; background-position: -150px -28px; }
.icon_soFRM_TTOP_PRINT_FRAME_COLOR_4 { width: 28px; height: 28px; background-position: -150px -56px; }
.icon_soFRM_TTOP_PRINT_FRAME_COLOR_4:hover, .icon_soFRM_TTOP_PRINT_FRAME_COLOR_4.active { width: 28px; height: 28px; background-position: -150px -84px; }
.icon_soFRM_TTOP_PRINT_SIZE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soFRM_TTOP_PRINT_SIZE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soFRM_TTOP_PRINT_SIZE_1:hover, .icon_soFRM_TTOP_PRINT_SIZE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soFRM_TTOP_PRINT_SIZE_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soFRM_TTOP_PRINT_SIZE_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soFRM_TTOP_PRINT_SIZE_2:hover, .icon_soFRM_TTOP_PRINT_SIZE_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soGARDEN_FLAG_TYPE_1,
.icon_soGARDEN_FLAG_TYPE_2,
.icon_soGARDENSTONE_STYLE_1,
.icon_soGARDENSTONE_STYLE_2,
.icon_soGARDENSTONE_STYLE_4 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soGARDEN.png); }
.icon_soGARDEN_FLAG_TYPE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soGARDEN_FLAG_TYPE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soGARDEN_FLAG_TYPE_1:hover, .icon_soGARDEN_FLAG_TYPE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soGARDEN_FLAG_TYPE_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soGARDEN_FLAG_TYPE_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soGARDEN_FLAG_TYPE_2:hover, .icon_soGARDEN_FLAG_TYPE_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soGARDENSTONE_STYLE_1.disabled { width: 22px; height: 18px; background-position: -87px -100px; }
.icon_soGARDENSTONE_STYLE_1 { width: 22px; height: 18px; background-position: -109px -100px; }
.icon_soGARDENSTONE_STYLE_1:hover, .icon_soGARDENSTONE_STYLE_1.active { width: 22px; height: 18px; background-position: -78px -122px; }
.icon_soGARDENSTONE_STYLE_2.disabled { width: 29px; height: 22px; background-position: 0px -100px; }
.icon_soGARDENSTONE_STYLE_2 { width: 29px; height: 22px; background-position: -29px -100px; }
.icon_soGARDENSTONE_STYLE_2:hover, .icon_soGARDENSTONE_STYLE_2.active { width: 29px; height: 22px; background-position: -58px -100px; }
.icon_soGARDENSTONE_STYLE_4.disabled { width: 26px; height: 24px; background-position: 0px -122px; }
.icon_soGARDENSTONE_STYLE_4 { width: 26px; height: 24px; background-position: -26px -122px; }
.icon_soGARDENSTONE_STYLE_4:hover, .icon_soGARDENSTONE_STYLE_4.active { width: 26px; height: 24px; background-position: -52px -122px; }
.icon_soGARDENSTONE_STYLE_1,
.icon_soGARDENSTONE_STYLE_2,
.icon_soGARDENSTONE_STYLE_4 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soGARDENSTONE.png); }
.icon_soGARDENSTONE_STYLE_1.disabled { width: 22px; height: 18px; background-position: -58px -24px; }
.icon_soGARDENSTONE_STYLE_1 { width: 22px; height: 18px; background-position: -29px -22px; }
.icon_soGARDENSTONE_STYLE_1:hover, .icon_soGARDENSTONE_STYLE_1.active { width: 22px; height: 18px; background-position: -52px -44px; }
.icon_soGARDENSTONE_STYLE_2.disabled { width: 29px; height: 22px; background-position: 0px 0px; }
.icon_soGARDENSTONE_STYLE_2 { width: 29px; height: 22px; background-position: -29px 0px; }
.icon_soGARDENSTONE_STYLE_2:hover, .icon_soGARDENSTONE_STYLE_2.active { width: 29px; height: 22px; background-position: 0px -22px; }
.icon_soGARDENSTONE_STYLE_4.disabled { width: 26px; height: 24px; background-position: -58px 0px; }
.icon_soGARDENSTONE_STYLE_4 { width: 26px; height: 24px; background-position: 0px -44px; }
.icon_soGARDENSTONE_STYLE_4:hover, .icon_soGARDENSTONE_STYLE_4.active { width: 26px; height: 24px; background-position: -26px -44px; }
.icon_soGLASS_JAR_SIZE_1,
.icon_soGLASS_JAR_SIZE_2,
.icon_soGLASS_PLATE_SIZE_1,
.icon_soGLASS_PLATE_SIZE_2,
.icon_soGLASS_PLATE_SIZE_4,
.icon_soGLASS_PLATE_SIZE_8,
.icon_soGLASS_PRINT_0,
.icon_soGLASS_PRINT_1,
.icon_soGLASS_PRINT_16,
.icon_soGLASS_PRINT_2,
.icon_soGLASS_PRINT_32,
.icon_soGLASS_PRINT_4,
.icon_soGLASS_PRINT_8,
.icon_soGLASS_VASE_SHAPE_1,
.icon_soGLASS_VASE_SHAPE_2,
.icon_soGLASS_VASE_SHAPE_4,
.icon_soGLASSFRAME_SIZE_1,
.icon_soGLASSFRAME_SIZE_2,
.icon_soGLASSFRAME_SIZE_4,
.icon_soGLASSFRAME_SIZE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soGLASS.png); }
.icon_soGLASS_JAR_SIZE_1.disabled { width: 22px; height: 32px; background-position: -54px -36px; }
.icon_soGLASS_JAR_SIZE_1 { width: 22px; height: 32px; background-position: 0px -70px; }
.icon_soGLASS_JAR_SIZE_1:hover, .icon_soGLASS_JAR_SIZE_1.active { width: 22px; height: 32px; background-position: -22px -70px; }
.icon_soGLASS_JAR_SIZE_2.disabled { width: 25px; height: 36px; background-position: 0px -34px; }
.icon_soGLASS_JAR_SIZE_2 { width: 25px; height: 36px; background-position: -25px -34px; }
.icon_soGLASS_JAR_SIZE_2:hover, .icon_soGLASS_JAR_SIZE_2.active { width: 25px; height: 36px; background-position: -54px 0px; }
.icon_soGLASS_PLATE_SIZE_1.disabled { width: 22px; height: 22px; background-position: -137px 0px; }
.icon_soGLASS_PLATE_SIZE_1 { width: 22px; height: 22px; background-position: -137px -22px; }
.icon_soGLASS_PLATE_SIZE_1:hover, .icon_soGLASS_PLATE_SIZE_1.active { width: 22px; height: 22px; background-position: -137px -44px; }
.icon_soGLASS_PLATE_SIZE_2.disabled { width: 18px; height: 18px; background-position: -177px -20px; }
.icon_soGLASS_PLATE_SIZE_2 { width: 18px; height: 18px; background-position: -177px -38px; }
.icon_soGLASS_PLATE_SIZE_2:hover, .icon_soGLASS_PLATE_SIZE_2.active { width: 18px; height: 18px; background-position: -177px -56px; }
.icon_soGLASS_PLATE_SIZE_4.disabled { width: 28px; height: 14px; background-position: -109px -86px; }
.icon_soGLASS_PLATE_SIZE_4 { width: 28px; height: 14px; background-position: -79px -56px; }
.icon_soGLASS_PLATE_SIZE_4:hover, .icon_soGLASS_PLATE_SIZE_4.active { width: 28px; height: 14px; background-position: -72px -156px; }
.icon_soGLASS_PLATE_SIZE_8.disabled { width: 22px; height: 12px; background-position: -100px -156px; }
.icon_soGLASS_PLATE_SIZE_8 { width: 22px; height: 12px; background-position: -122px -156px; }
.icon_soGLASS_PLATE_SIZE_8:hover, .icon_soGLASS_PLATE_SIZE_8.active { width: 22px; height: 12px; background-position: -144px -156px; }
.icon_soGLASS_PRINT_0 { width: 20px; height: 20px; background-position: -137px -100px; }
.icon_soGLASS_PRINT_0:hover, .icon_soGLASS_PRINT_0.active { width: 20px; height: 20px; background-position: -177px 0px; }
.icon_soGLASS_PRINT_1 { width: 26px; height: 20px; background-position: 0px -102px; }
.icon_soGLASS_PRINT_1:hover, .icon_soGLASS_PRINT_1.active { width: 26px; height: 20px; background-position: -26px -102px; }
.icon_soGLASS_PRINT_16 { width: 30px; height: 28px; background-position: -79px 0px; }
.icon_soGLASS_PRINT_16:hover, .icon_soGLASS_PRINT_16.active { width: 30px; height: 28px; background-position: -79px -28px; }
.icon_soGLASS_PRINT_2 { width: 23px; height: 23px; background-position: -109px -40px; }
.icon_soGLASS_PRINT_2:hover, .icon_soGLASS_PRINT_2.active { width: 23px; height: 23px; background-position: -109px -63px; }
.icon_soGLASS_PRINT_32 { width: 27px; height: 34px; background-position: 0px 0px; }
.icon_soGLASS_PRINT_32:hover, .icon_soGLASS_PRINT_32.active { width: 27px; height: 34px; background-position: -27px 0px; }
.icon_soGLASS_PRINT_4 { width: 24px; height: 24px; background-position: -44px -70px; }
.icon_soGLASS_PRINT_4:hover, .icon_soGLASS_PRINT_4.active { width: 24px; height: 24px; background-position: -68px -70px; }
.icon_soGLASS_PRINT_8 { width: 28px; height: 20px; background-position: -109px 0px; }
.icon_soGLASS_PRINT_8:hover, .icon_soGLASS_PRINT_8.active { width: 28px; height: 20px; background-position: -109px -20px; }
.icon_soGLASS_VASE_SHAPE_1.disabled { width: 26px; height: 19px; background-position: -52px -102px; }
.icon_soGLASS_VASE_SHAPE_1 { width: 26px; height: 19px; background-position: -78px -102px; }
.icon_soGLASS_VASE_SHAPE_1:hover, .icon_soGLASS_VASE_SHAPE_1.active { width: 26px; height: 19px; background-position: -104px -102px; }
.icon_soGLASS_VASE_SHAPE_2.disabled { width: 14px; height: 34px; background-position: -137px -66px; }
.icon_soGLASS_VASE_SHAPE_2 { width: 14px; height: 34px; background-position: 0px -122px; }
.icon_soGLASS_VASE_SHAPE_2:hover, .icon_soGLASS_VASE_SHAPE_2.active { width: 14px; height: 34px; background-position: -14px -122px; }
.icon_soGLASS_VASE_SHAPE_4.disabled { width: 16px; height: 29px; background-position: -28px -122px; }
.icon_soGLASS_VASE_SHAPE_4 { width: 16px; height: 29px; background-position: -44px -122px; }
.icon_soGLASS_VASE_SHAPE_4:hover, .icon_soGLASS_VASE_SHAPE_4.active { width: 16px; height: 29px; background-position: -60px -122px; }
.icon_soGLASSFRAME_SIZE_1.disabled { width: 24px; height: 18px; background-position: -76px -122px; }
.icon_soGLASSFRAME_SIZE_1 { width: 24px; height: 18px; background-position: -100px -122px; }
.icon_soGLASSFRAME_SIZE_1:hover, .icon_soGLASSFRAME_SIZE_1.active { width: 24px; height: 18px; background-position: -124px -122px; }
.icon_soGLASSFRAME_SIZE_2.disabled { width: 18px; height: 24px; background-position: -159px 0px; }
.icon_soGLASSFRAME_SIZE_2 { width: 18px; height: 24px; background-position: -159px -24px; }
.icon_soGLASSFRAME_SIZE_2:hover, .icon_soGLASSFRAME_SIZE_2.active { width: 18px; height: 24px; background-position: -159px -48px; }
.icon_soGLASSFRAME_SIZE_4.disabled { width: 24px; height: 18px; background-position: 0px -156px; }
.icon_soGLASSFRAME_SIZE_4 { width: 24px; height: 18px; background-position: -24px -156px; }
.icon_soGLASSFRAME_SIZE_4:hover, .icon_soGLASSFRAME_SIZE_4.active { width: 24px; height: 18px; background-position: -48px -156px; }
.icon_soGLASSFRAME_SIZE_8.disabled { width: 18px; height: 24px; background-position: -159px -72px; }
.icon_soGLASSFRAME_SIZE_8 { width: 18px; height: 24px; background-position: -159px -96px; }
.icon_soGLASSFRAME_SIZE_8:hover, .icon_soGLASSFRAME_SIZE_8.active { width: 18px; height: 24px; background-position: -159px -120px; }
.icon_soGLASSFRAME_SIZE_1,
.icon_soGLASSFRAME_SIZE_2,
.icon_soGLASSFRAME_SIZE_4,
.icon_soGLASSFRAME_SIZE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soGLASSFRAME.png); }
.icon_soGLASSFRAME_SIZE_1.disabled { width: 24px; height: 18px; background-position: 0px 0px; }
.icon_soGLASSFRAME_SIZE_1 { width: 24px; height: 18px; background-position: -24px 0px; }
.icon_soGLASSFRAME_SIZE_1:hover, .icon_soGLASSFRAME_SIZE_1.active { width: 24px; height: 18px; background-position: 0px -18px; }
.icon_soGLASSFRAME_SIZE_2.disabled { width: 18px; height: 24px; background-position: -48px 0px; }
.icon_soGLASSFRAME_SIZE_2 { width: 18px; height: 24px; background-position: 0px -36px; }
.icon_soGLASSFRAME_SIZE_2:hover, .icon_soGLASSFRAME_SIZE_2.active { width: 18px; height: 24px; background-position: -18px -36px; }
.icon_soGLASSFRAME_SIZE_4.disabled { width: 24px; height: 18px; background-position: -24px -18px; }
.icon_soGLASSFRAME_SIZE_4 { width: 24px; height: 18px; background-position: -36px -36px; }
.icon_soGLASSFRAME_SIZE_4:hover, .icon_soGLASSFRAME_SIZE_4.active { width: 24px; height: 18px; background-position: -66px 0px; }
.icon_soGLASSFRAME_SIZE_8.disabled { width: 18px; height: 24px; background-position: -66px -18px; }
.icon_soGLASSFRAME_SIZE_8 { width: 18px; height: 24px; background-position: 0px -60px; }
.icon_soGLASSFRAME_SIZE_8:hover, .icon_soGLASSFRAME_SIZE_8.active { width: 18px; height: 24px; background-position: -18px -60px; }
.icon_soGLITTER_COLOR_1,
.icon_soGLITTER_COLOR_1_2x,
.icon_soGLITTER_COLOR_1_3x,
.icon_soGLITTER_COLOR_2,
.icon_soGLITTER_COLOR_2_2x,
.icon_soGLITTER_COLOR_2_3x,
.icon_soGLITTER_COLOR_4,
.icon_soGLITTER_COLOR_4_2x,
.icon_soGLITTER_COLOR_4_3x { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soGLITTER.png); }
.icon_soGLITTER_COLOR_1.disabled { width: 28px; height: 28px; background-position: -252px -224px; }
.icon_soGLITTER_COLOR_1_2x.disabled_2x { width: 56px; height: 56px; background-position: -252px 0px; }
.icon_soGLITTER_COLOR_1_3x.disabled_3x { width: 84px; height: 84px; background-position: 0px 0px; }
.icon_soGLITTER_COLOR_1 { width: 28px; height: 28px; background-position: -280px -224px; }
.icon_soGLITTER_COLOR_1_2x { width: 56px; height: 56px; background-position: -252px -56px; }
.icon_soGLITTER_COLOR_1_3x { width: 84px; height: 84px; background-position: -84px 0px; }
.icon_soGLITTER_COLOR_1:hover, .icon_soGLITTER_COLOR_1.active { width: 28px; height: 28px; background-position: -280px -252px; }
.icon_soGLITTER_COLOR_1_2x:hover, .icon_soGLITTER_COLOR_1_2x.active_2x_2x { width: 56px; height: 56px; background-position: -252px -112px; }
.icon_soGLITTER_COLOR_1_3x:hover, .icon_soGLITTER_COLOR_1_3x.active_3x_3x { width: 84px; height: 84px; background-position: 0px -84px; }
.icon_soGLITTER_COLOR_2.disabled { width: 28px; height: 28px; background-position: -280px -280px; }
.icon_soGLITTER_COLOR_2_2x.disabled_2x { width: 56px; height: 56px; background-position: -252px -168px; }
.icon_soGLITTER_COLOR_2_3x.disabled_3x { width: 84px; height: 84px; background-position: -84px -84px; }
.icon_soGLITTER_COLOR_2 { width: 28px; height: 28px; background-position: -308px 0px; }
.icon_soGLITTER_COLOR_2_2x { width: 56px; height: 56px; background-position: 0px -252px; }
.icon_soGLITTER_COLOR_2_3x { width: 84px; height: 84px; background-position: -168px 0px; }
.icon_soGLITTER_COLOR_2:hover, .icon_soGLITTER_COLOR_2.active { width: 28px; height: 28px; background-position: -308px -28px; }
.icon_soGLITTER_COLOR_2_2x:hover, .icon_soGLITTER_COLOR_2_2x.active_2x_2x { width: 56px; height: 56px; background-position: -56px -252px; }
.icon_soGLITTER_COLOR_2_3x:hover, .icon_soGLITTER_COLOR_2_3x.active_3x_3x { width: 84px; height: 84px; background-position: -168px -84px; }
.icon_soGLITTER_COLOR_4.disabled { width: 28px; height: 28px; background-position: -308px -56px; }
.icon_soGLITTER_COLOR_4_2x.disabled_2x { width: 56px; height: 56px; background-position: -112px -252px; }
.icon_soGLITTER_COLOR_4_3x.disabled_3x { width: 84px; height: 84px; background-position: 0px -168px; }
.icon_soGLITTER_COLOR_4 { width: 28px; height: 28px; background-position: -308px -84px; }
.icon_soGLITTER_COLOR_4_2x { width: 56px; height: 56px; background-position: -168px -252px; }
.icon_soGLITTER_COLOR_4_3x { width: 84px; height: 84px; background-position: -84px -168px; }
.icon_soGLITTER_COLOR_4:hover, .icon_soGLITTER_COLOR_4.active { width: 28px; height: 28px; background-position: -308px -112px; }
.icon_soGLITTER_COLOR_4_2x:hover, .icon_soGLITTER_COLOR_4_2x.active_2x_2x { width: 56px; height: 56px; background-position: -224px -252px; }
.icon_soGLITTER_COLOR_4_3x:hover, .icon_soGLITTER_COLOR_4_3x.active_3x_3x { width: 84px; height: 84px; background-position: -168px -168px; }
.icon_soGOLD_BAG_COLOR { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soGOLD.png); }
.icon_soGOLD_BAG_COLOR { width: 28px; height: 28px; background-position: 0px 0px; }
.icon_soGOLD_BAG_COLOR:hover, .icon_soGOLD_BAG_COLOR.active { width: 28px; height: 28px; background-position: -28px 0px; }
.icon_soHANGING_CANVAS_BAR_1,
.icon_soHANGING_CANVAS_BAR_2,
.icon_soHANGING_CANVAS_BAR_4,
.icon_soHANGING_CANVAS_BAR_8,
.icon_soHANGING_CANVAS_SIZE_11X14_1,
.icon_soHANGING_CANVAS_SIZE_16X20_2,
.icon_soHANGING_CANVAS_SIZE_20X30_4,
.icon_soHANGING_CANVAS_SIZE_8X10_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soHANGING.png); }
.icon_soHANGING_CANVAS_BAR_1.disabled { width: 48px; height: 48px; background-position: 0px -150px; }
.icon_soHANGING_CANVAS_BAR_1 { width: 48px; height: 48px; background-position: -48px -150px; }
.icon_soHANGING_CANVAS_BAR_1:hover, .icon_soHANGING_CANVAS_BAR_1.active { width: 48px; height: 48px; background-position: -96px -150px; }
.icon_soHANGING_CANVAS_BAR_2.disabled { width: 48px; height: 48px; background-position: -144px -150px; }
.icon_soHANGING_CANVAS_BAR_2 { width: 48px; height: 48px; background-position: -200px 0px; }
.icon_soHANGING_CANVAS_BAR_2:hover, .icon_soHANGING_CANVAS_BAR_2.active { width: 48px; height: 48px; background-position: -200px -48px; }
.icon_soHANGING_CANVAS_BAR_4.disabled { width: 48px; height: 48px; background-position: -200px -96px; }
.icon_soHANGING_CANVAS_BAR_4 { width: 48px; height: 48px; background-position: -200px -144px; }
.icon_soHANGING_CANVAS_BAR_4:hover, .icon_soHANGING_CANVAS_BAR_4.active { width: 48px; height: 48px; background-position: 0px -198px; }
.icon_soHANGING_CANVAS_BAR_8.disabled { width: 48px; height: 48px; background-position: -48px -198px; }
.icon_soHANGING_CANVAS_BAR_8 { width: 48px; height: 48px; background-position: -96px -198px; }
.icon_soHANGING_CANVAS_BAR_8:hover, .icon_soHANGING_CANVAS_BAR_8.active { width: 48px; height: 48px; background-position: -144px -198px; }
.icon_soHANGING_CANVAS_SIZE_11X14_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soHANGING_CANVAS_SIZE_11X14_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soHANGING_CANVAS_SIZE_11X14_1:hover, .icon_soHANGING_CANVAS_SIZE_11X14_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soHANGING_CANVAS_SIZE_16X20_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soHANGING_CANVAS_SIZE_16X20_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soHANGING_CANVAS_SIZE_16X20_2:hover, .icon_soHANGING_CANVAS_SIZE_16X20_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soHANGING_CANVAS_SIZE_20X30_4.disabled { width: 50px; height: 50px; background-position: 0px -100px; }
.icon_soHANGING_CANVAS_SIZE_20X30_4 { width: 50px; height: 50px; background-position: -50px -100px; }
.icon_soHANGING_CANVAS_SIZE_20X30_4:hover, .icon_soHANGING_CANVAS_SIZE_20X30_4.active { width: 50px; height: 50px; background-position: -100px -100px; }
.icon_soHANGING_CANVAS_SIZE_8X10_8.disabled { width: 50px; height: 50px; background-position: -150px 0px; }
.icon_soHANGING_CANVAS_SIZE_8X10_8 { width: 50px; height: 50px; background-position: -150px -50px; }
.icon_soHANGING_CANVAS_SIZE_8X10_8:hover, .icon_soHANGING_CANVAS_SIZE_8X10_8.active { width: 50px; height: 50px; background-position: -150px -100px; }
.icon_soKIDS_HOODIE_SIZE_1,
.icon_soKIDS_HOODIE_SIZE_2,
.icon_soKIDS_HOODIE_SIZE_4,
.icon_soKIDS_MASK_SIZE_1,
.icon_soKIDS_MASK_SIZE_2,
.icon_soKIDS_MASK_SIZE_4 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soKIDS.png); }
.icon_soKIDS_HOODIE_SIZE_1.disabled { width: 24px; height: 24px; background-position: -150px 0px; }
.icon_soKIDS_HOODIE_SIZE_1 { width: 24px; height: 24px; background-position: -150px -24px; }
.icon_soKIDS_HOODIE_SIZE_1:hover, .icon_soKIDS_HOODIE_SIZE_1.active { width: 24px; height: 24px; background-position: -150px -48px; }
.icon_soKIDS_HOODIE_SIZE_2.disabled { width: 24px; height: 24px; background-position: -150px -72px; }
.icon_soKIDS_HOODIE_SIZE_2 { width: 24px; height: 24px; background-position: -150px -96px; }
.icon_soKIDS_HOODIE_SIZE_2:hover, .icon_soKIDS_HOODIE_SIZE_2.active { width: 24px; height: 24px; background-position: -150px -120px; }
.icon_soKIDS_HOODIE_SIZE_4.disabled { width: 24px; height: 24px; background-position: 0px -150px; }
.icon_soKIDS_HOODIE_SIZE_4 { width: 24px; height: 24px; background-position: -24px -150px; }
.icon_soKIDS_HOODIE_SIZE_4:hover, .icon_soKIDS_HOODIE_SIZE_4.active { width: 24px; height: 24px; background-position: -48px -150px; }
.icon_soKIDS_MASK_SIZE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soKIDS_MASK_SIZE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soKIDS_MASK_SIZE_1:hover, .icon_soKIDS_MASK_SIZE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soKIDS_MASK_SIZE_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soKIDS_MASK_SIZE_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soKIDS_MASK_SIZE_2:hover, .icon_soKIDS_MASK_SIZE_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soKIDS_MASK_SIZE_4.disabled { width: 50px; height: 50px; background-position: 0px -100px; }
.icon_soKIDS_MASK_SIZE_4 { width: 50px; height: 50px; background-position: -50px -100px; }
.icon_soKIDS_MASK_SIZE_4:hover, .icon_soKIDS_MASK_SIZE_4.active { width: 50px; height: 50px; background-position: -100px -100px; }
.icon_soLAPTOP_CASE_SIZE_1,
.icon_soLAPTOP_CASE_SIZE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soLAPTOP.png); }
.icon_soLAPTOP_CASE_SIZE_1.disabled { width: 36px; height: 26px; background-position: -40px -30px; }
.icon_soLAPTOP_CASE_SIZE_1 { width: 36px; height: 26px; background-position: -80px 0px; }
.icon_soLAPTOP_CASE_SIZE_1:hover, .icon_soLAPTOP_CASE_SIZE_1.active { width: 36px; height: 26px; background-position: -80px -26px; }
.icon_soLAPTOP_CASE_SIZE_2.disabled { width: 40px; height: 30px; background-position: 0px 0px; }
.icon_soLAPTOP_CASE_SIZE_2 { width: 40px; height: 30px; background-position: -40px 0px; }
.icon_soLAPTOP_CASE_SIZE_2:hover, .icon_soLAPTOP_CASE_SIZE_2.active { width: 40px; height: 30px; background-position: 0px -30px; }
.icon_soLEASH_SIZE_1,
.icon_soLEASH_SIZE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soLEASH.png); }
.icon_soLEASH_SIZE_1.disabled { width: 56px; height: 20px; background-position: 0px 0px; }
.icon_soLEASH_SIZE_1 { width: 56px; height: 20px; background-position: 0px -20px; }
.icon_soLEASH_SIZE_1:hover, .icon_soLEASH_SIZE_1.active { width: 56px; height: 20px; background-position: -56px 0px; }
.icon_soLEASH_SIZE_2.disabled { width: 56px; height: 20px; background-position: -56px -20px; }
.icon_soLEASH_SIZE_2 { width: 56px; height: 20px; background-position: 0px -40px; }
.icon_soLEASH_SIZE_2:hover, .icon_soLEASH_SIZE_2.active { width: 56px; height: 20px; background-position: -56px -40px; }
.icon_soLOCKET_NECKLACE_SHAPE_1,
.icon_soLOCKET_NECKLACE_SHAPE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soLOCKET.png); }
.icon_soLOCKET_NECKLACE_SHAPE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soLOCKET_NECKLACE_SHAPE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soLOCKET_NECKLACE_SHAPE_1:hover, .icon_soLOCKET_NECKLACE_SHAPE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soLOCKET_NECKLACE_SHAPE_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soLOCKET_NECKLACE_SHAPE_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soLOCKET_NECKLACE_SHAPE_2:hover, .icon_soLOCKET_NECKLACE_SHAPE_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soLUGGAGE_TAG_SIZE_1,
.icon_soLUGGAGE_TAG_SIZE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soLUGGAGE.png); }
.icon_soLUGGAGE_TAG_SIZE_1 { width: 19px; height: 13px; background-position: 0px -18px; }
.icon_soLUGGAGE_TAG_SIZE_1:hover, .icon_soLUGGAGE_TAG_SIZE_1.active { width: 19px; height: 13px; background-position: -19px -18px; }
.icon_soLUGGAGE_TAG_SIZE_2 { width: 26px; height: 18px; background-position: 0px 0px; }
.icon_soLUGGAGE_TAG_SIZE_2:hover, .icon_soLUGGAGE_TAG_SIZE_2.active { width: 26px; height: 18px; background-position: -26px 0px; }
.icon_soLUNCHBOX_COLOR_1,
.icon_soLUNCHBOX_COLOR_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soLUNCHBOX.png); }
.icon_soLUNCHBOX_COLOR_1.disabled { width: 48px; height: 48px; background-position: 0px 0px; }
.icon_soLUNCHBOX_COLOR_1 { width: 48px; height: 48px; background-position: -48px 0px; }
.icon_soLUNCHBOX_COLOR_1:hover, .icon_soLUNCHBOX_COLOR_1.active { width: 48px; height: 48px; background-position: 0px -48px; }
.icon_soLUNCHBOX_COLOR_2.disabled { width: 48px; height: 48px; background-position: -48px -48px; }
.icon_soLUNCHBOX_COLOR_2 { width: 48px; height: 48px; background-position: -96px 0px; }
.icon_soLUNCHBOX_COLOR_2:hover, .icon_soLUNCHBOX_COLOR_2.active { width: 48px; height: 48px; background-position: -96px -48px; }
.icon_soMAGNET_SIZE_1,
.icon_soMAGNET_SIZE_1024,
.icon_soMAGNET_SIZE_16,
.icon_soMAGNET_SIZE_2,
.icon_soMAGNET_SIZE_4,
.icon_soMAGNET_SIZE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soMAGNET.png); }
.icon_soMAGNET_SIZE_1 { width: 19px; height: 13px; background-position: -64px -67px; }
.icon_soMAGNET_SIZE_1:hover, .icon_soMAGNET_SIZE_1.active { width: 19px; height: 13px; background-position: -83px -67px; }
.icon_soMAGNET_SIZE_1024.disabled { width: 30px; height: 34px; background-position: 0px -33px; }
.icon_soMAGNET_SIZE_1024 { width: 30px; height: 34px; background-position: -30px -33px; }
.icon_soMAGNET_SIZE_1024:hover, .icon_soMAGNET_SIZE_1024.active { width: 30px; height: 34px; background-position: -64px 0px; }
.icon_soMAGNET_SIZE_16 { width: 32px; height: 33px; background-position: 0px 0px; }
.icon_soMAGNET_SIZE_16:hover, .icon_soMAGNET_SIZE_16.active { width: 32px; height: 33px; background-position: -32px 0px; }
.icon_soMAGNET_SIZE_2 { width: 19px; height: 19px; background-position: -26px -67px; }
.icon_soMAGNET_SIZE_2:hover, .icon_soMAGNET_SIZE_2.active { width: 19px; height: 19px; background-position: -45px -67px; }
.icon_soMAGNET_SIZE_4 { width: 19px; height: 31px; background-position: -94px -34px; }
.icon_soMAGNET_SIZE_4:hover, .icon_soMAGNET_SIZE_4.active { width: 19px; height: 31px; background-position: -64px -34px; }
.icon_soMAGNET_SIZE_8 { width: 26px; height: 34px; background-position: -94px 0px; }
.icon_soMAGNET_SIZE_8:hover, .icon_soMAGNET_SIZE_8.active { width: 26px; height: 34px; background-position: 0px -67px; }
.icon_soMETAL_TABLETOP_SIZE_1,
.icon_soMETAL_TABLETOP_SIZE_2,
.icon_soMETAL_TABLETOP_SIZE_4,
.icon_soMETAL_TABLETOP_STAND_1,
.icon_soMETAL_TABLETOP_STAND_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soMETAL.png); }
.icon_soMETAL_TABLETOP_SIZE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soMETAL_TABLETOP_SIZE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soMETAL_TABLETOP_SIZE_1:hover, .icon_soMETAL_TABLETOP_SIZE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soMETAL_TABLETOP_SIZE_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soMETAL_TABLETOP_SIZE_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soMETAL_TABLETOP_SIZE_2:hover, .icon_soMETAL_TABLETOP_SIZE_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soMETAL_TABLETOP_SIZE_4.disabled { width: 50px; height: 50px; background-position: 0px -100px; }
.icon_soMETAL_TABLETOP_SIZE_4 { width: 50px; height: 50px; background-position: -50px -100px; }
.icon_soMETAL_TABLETOP_SIZE_4:hover, .icon_soMETAL_TABLETOP_SIZE_4.active { width: 50px; height: 50px; background-position: -100px -100px; }
.icon_soMETAL_TABLETOP_STAND_1.disabled { width: 28px; height: 28px; background-position: -150px 0px; }
.icon_soMETAL_TABLETOP_STAND_1 { width: 28px; height: 28px; background-position: -150px -28px; }
.icon_soMETAL_TABLETOP_STAND_1:hover, .icon_soMETAL_TABLETOP_STAND_1.active { width: 28px; height: 28px; background-position: -150px -56px; }
.icon_soMETAL_TABLETOP_STAND_2.disabled { width: 28px; height: 28px; background-position: -150px -84px; }
.icon_soMETAL_TABLETOP_STAND_2 { width: 28px; height: 28px; background-position: -150px -112px; }
.icon_soMETAL_TABLETOP_STAND_2:hover, .icon_soMETAL_TABLETOP_STAND_2.active { width: 28px; height: 28px; background-position: 0px -150px; }
.icon_soMOUSEPAD_SHAPE_1,
.icon_soMOUSEPAD_SHAPE_2,
.icon_soMOUSEPAD_SHAPE_4,
.icon_soMOUSEPAD_SHAPE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soMOUSEPAD.png); }
.icon_soMOUSEPAD_SHAPE_1.disabled { width: 26px; height: 24px; background-position: -26px -25px; }
.icon_soMOUSEPAD_SHAPE_1 { width: 26px; height: 24px; background-position: -52px 0px; }
.icon_soMOUSEPAD_SHAPE_1:hover, .icon_soMOUSEPAD_SHAPE_1.active { width: 26px; height: 24px; background-position: -52px -24px; }
.icon_soMOUSEPAD_SHAPE_2.disabled { width: 24px; height: 24px; background-position: -78px 0px; }
.icon_soMOUSEPAD_SHAPE_2 { width: 24px; height: 24px; background-position: -78px -24px; }
.icon_soMOUSEPAD_SHAPE_2:hover, .icon_soMOUSEPAD_SHAPE_2.active { width: 24px; height: 24px; background-position: -78px -48px; }
.icon_soMOUSEPAD_SHAPE_4.disabled { width: 26px; height: 25px; background-position: 0px 0px; }
.icon_soMOUSEPAD_SHAPE_4 { width: 26px; height: 25px; background-position: -26px 0px; }
.icon_soMOUSEPAD_SHAPE_4:hover, .icon_soMOUSEPAD_SHAPE_4.active { width: 26px; height: 25px; background-position: 0px -25px; }
.icon_soMOUSEPAD_SHAPE_8.disabled { width: 26px; height: 24px; background-position: 0px -50px; }
.icon_soMOUSEPAD_SHAPE_8 { width: 26px; height: 24px; background-position: -26px -50px; }
.icon_soMOUSEPAD_SHAPE_8:hover, .icon_soMOUSEPAD_SHAPE_8.active { width: 26px; height: 24px; background-position: -52px -50px; }
.icon_soMUG_SIZE_1,
.icon_soMUG_SIZE_16,
.icon_soMUG_SIZE_2,
.icon_soMUG_SIZE_32,
.icon_soMUG_SIZE_4,
.icon_soMUG_SIZE_64,
.icon_soMUG_SIZE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soMUG.png); }
.icon_soMUG_SIZE_1 { width: 20px; height: 20px; background-position: 0px 0px; }
.icon_soMUG_SIZE_1:hover, .icon_soMUG_SIZE_1.active { width: 20px; height: 20px; background-position: -20px 0px; }
.icon_soMUG_SIZE_16 { width: 20px; height: 20px; background-position: 0px -20px; }
.icon_soMUG_SIZE_16:hover, .icon_soMUG_SIZE_16.active { width: 20px; height: 20px; background-position: -20px -20px; }
.icon_soMUG_SIZE_2 { width: 20px; height: 20px; background-position: -40px 0px; }
.icon_soMUG_SIZE_2:hover, .icon_soMUG_SIZE_2.active { width: 20px; height: 20px; background-position: -40px -20px; }
.icon_soMUG_SIZE_32 { width: 20px; height: 20px; background-position: 0px -40px; }
.icon_soMUG_SIZE_32:hover, .icon_soMUG_SIZE_32.active { width: 20px; height: 20px; background-position: -20px -40px; }
.icon_soMUG_SIZE_4 { width: 20px; height: 20px; background-position: -40px -40px; }
.icon_soMUG_SIZE_4:hover, .icon_soMUG_SIZE_4.active { width: 20px; height: 20px; background-position: -60px 0px; }
.icon_soMUG_SIZE_64.disabled { width: 20px; height: 20px; background-position: -60px -20px; }
.icon_soMUG_SIZE_64 { width: 20px; height: 20px; background-position: -60px -40px; }
.icon_soMUG_SIZE_64:hover, .icon_soMUG_SIZE_64.active { width: 20px; height: 20px; background-position: 0px -60px; }
.icon_soMUG_SIZE_8 { width: 20px; height: 20px; background-position: -20px -60px; }
.icon_soMUG_SIZE_8:hover, .icon_soMUG_SIZE_8.active { width: 20px; height: 20px; background-position: -40px -60px; }
.icon_soNAVY_BAG_COLOR { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soNAVY.png); }
.icon_soNAVY_BAG_COLOR { width: 28px; height: 28px; background-position: 0px 0px; }
.icon_soNAVY_BAG_COLOR:hover, .icon_soNAVY_BAG_COLOR.active { width: 28px; height: 28px; background-position: -28px 0px; }
.icon_soORGANIZER_TYPE_1,
.icon_soORGANIZER_TYPE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soORGANIZER.png); }
.icon_soORGANIZER_TYPE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soORGANIZER_TYPE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soORGANIZER_TYPE_1:hover, .icon_soORGANIZER_TYPE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soORGANIZER_TYPE_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soORGANIZER_TYPE_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soORGANIZER_TYPE_2:hover, .icon_soORGANIZER_TYPE_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soornament_shape_option_1,
.icon_soornament_shape_option_1024,
.icon_soornament_shape_option_128,
.icon_soornament_shape_option_16,
.icon_soornament_shape_option_16384,
.icon_soornament_shape_option_2,
.icon_soornament_shape_option_2048,
.icon_soornament_shape_option_256,
.icon_soornament_shape_option_32,
.icon_soornament_shape_option_4,
.icon_soornament_shape_option_4096,
.icon_soornament_shape_option_512,
.icon_soornament_shape_option_64,
.icon_soornament_shape_option_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soornament.png); }
.icon_soornament_shape_option_1.disabled { width: 26px; height: 28px; background-position: -136px 0px; }
.icon_soornament_shape_option_1 { width: 26px; height: 28px; background-position: -136px -28px; }
.icon_soornament_shape_option_1:hover, .icon_soornament_shape_option_1.active { width: 26px; height: 28px; background-position: -136px -56px; }
.icon_soornament_shape_option_1024.disabled { width: 34px; height: 34px; background-position: 0px 0px; }
.icon_soornament_shape_option_1024 { width: 34px; height: 34px; background-position: -34px 0px; }
.icon_soornament_shape_option_1024:hover, .icon_soornament_shape_option_1024.active { width: 34px; height: 34px; background-position: 0px -34px; }
.icon_soornament_shape_option_128.disabled { width: 34px; height: 34px; background-position: -34px -34px; }
.icon_soornament_shape_option_128 { width: 34px; height: 34px; background-position: -68px 0px; }
.icon_soornament_shape_option_128:hover, .icon_soornament_shape_option_128.active { width: 34px; height: 34px; background-position: -68px -34px; }
.icon_soornament_shape_option_16.disabled { width: 34px; height: 24px; background-position: 0px -102px; }
.icon_soornament_shape_option_16 { width: 34px; height: 24px; background-position: -34px -102px; }
.icon_soornament_shape_option_16:hover, .icon_soornament_shape_option_16.active { width: 34px; height: 24px; background-position: -68px -102px; }
.icon_soornament_shape_option_16384.disabled { width: 34px; height: 34px; background-position: 0px -68px; }
.icon_soornament_shape_option_16384 { width: 34px; height: 34px; background-position: -34px -68px; }
.icon_soornament_shape_option_16384:hover, .icon_soornament_shape_option_16384.active { width: 34px; height: 34px; background-position: -68px -68px; }
.icon_soornament_shape_option_2.disabled { width: 28px; height: 17px; background-position: 0px -179px; }
.icon_soornament_shape_option_2 { width: 28px; height: 18px; background-position: -114px -152px; }
.icon_soornament_shape_option_2:hover, .icon_soornament_shape_option_2.active { width: 28px; height: 18px; background-position: -142px -152px; }
.icon_soornament_shape_option_2048.disabled { width: 24px; height: 26px; background-position: -130px -126px; }
.icon_soornament_shape_option_2048 { width: 24px; height: 26px; background-position: -162px 0px; }
.icon_soornament_shape_option_2048:hover, .icon_soornament_shape_option_2048.active { width: 24px; height: 26px; background-position: -162px -26px; }
.icon_soornament_shape_option_256.disabled { width: 22px; height: 28px; background-position: -162px -52px; }
.icon_soornament_shape_option_256 { width: 22px; height: 28px; background-position: -162px -80px; }
.icon_soornament_shape_option_256:hover, .icon_soornament_shape_option_256.active { width: 22px; height: 28px; background-position: -162px -108px; }
.icon_soornament_shape_option_32.disabled { width: 26px; height: 26px; background-position: -136px -84px; }
.icon_soornament_shape_option_32 { width: 26px; height: 26px; background-position: 0px -126px; }
.icon_soornament_shape_option_32:hover, .icon_soornament_shape_option_32.active { width: 26px; height: 26px; background-position: -26px -126px; }
.icon_soornament_shape_option_4.disabled { width: 24px; height: 24px; background-position: -102px -102px; }
.icon_soornament_shape_option_4 { width: 24px; height: 24px; background-position: -66px -152px; }
.icon_soornament_shape_option_4:hover, .icon_soornament_shape_option_4.active { width: 24px; height: 24px; background-position: -90px -152px; }
.icon_soornament_shape_option_4096.disabled { width: 34px; height: 34px; background-position: -102px 0px; }
.icon_soornament_shape_option_4096 { width: 34px; height: 34px; background-position: -102px -34px; }
.icon_soornament_shape_option_4096:hover, .icon_soornament_shape_option_4096.active { width: 34px; height: 34px; background-position: -102px -68px; }
.icon_soornament_shape_option_512.disabled { width: 20px; height: 26px; background-position: -186px 0px; }
.icon_soornament_shape_option_512 { width: 20px; height: 26px; background-position: -186px -26px; }
.icon_soornament_shape_option_512:hover, .icon_soornament_shape_option_512.active { width: 20px; height: 26px; background-position: -186px -52px; }
.icon_soornament_shape_option_64.disabled { width: 22px; height: 27px; background-position: 0px -152px; }
.icon_soornament_shape_option_64 { width: 22px; height: 27px; background-position: -22px -152px; }
.icon_soornament_shape_option_64:hover, .icon_soornament_shape_option_64.active { width: 22px; height: 27px; background-position: -44px -152px; }
.icon_soornament_shape_option_8.disabled { width: 26px; height: 26px; background-position: -52px -126px; }
.icon_soornament_shape_option_8 { width: 26px; height: 26px; background-position: -78px -126px; }
.icon_soornament_shape_option_8:hover, .icon_soornament_shape_option_8.active { width: 26px; height: 26px; background-position: -104px -126px; }
.icon_soORNAMENT_COLOR_1,
.icon_soORNAMENT_COLOR_2,
.icon_soORNAMENT_FRAME_COLOR_1,
.icon_soORNAMENT_FRAME_COLOR_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soORNAMENT.png); }
.icon_soORNAMENT_COLOR_1.disabled { width: 28px; height: 28px; background-position: 0px -96px; }
.icon_soORNAMENT_COLOR_1 { width: 28px; height: 28px; background-position: -28px -96px; }
.icon_soORNAMENT_COLOR_1:hover, .icon_soORNAMENT_COLOR_1.active { width: 28px; height: 28px; background-position: -56px -96px; }
.icon_soORNAMENT_COLOR_2.disabled { width: 28px; height: 28px; background-position: -84px -96px; }
.icon_soORNAMENT_COLOR_2 { width: 28px; height: 28px; background-position: -112px -96px; }
.icon_soORNAMENT_COLOR_2:hover, .icon_soORNAMENT_COLOR_2.active { width: 28px; height: 28px; background-position: -144px 0px; }
.icon_soORNAMENT_FRAME_COLOR_1.disabled { width: 48px; height: 48px; background-position: 0px 0px; }
.icon_soORNAMENT_FRAME_COLOR_1 { width: 48px; height: 48px; background-position: -48px 0px; }
.icon_soORNAMENT_FRAME_COLOR_1:hover, .icon_soORNAMENT_FRAME_COLOR_1.active { width: 48px; height: 48px; background-position: 0px -48px; }
.icon_soORNAMENT_FRAME_COLOR_2.disabled { width: 48px; height: 48px; background-position: -48px -48px; }
.icon_soORNAMENT_FRAME_COLOR_2 { width: 48px; height: 48px; background-position: -96px 0px; }
.icon_soORNAMENT_FRAME_COLOR_2:hover, .icon_soORNAMENT_FRAME_COLOR_2.active { width: 48px; height: 48px; background-position: -96px -48px; }
.icon_soPAPERWEIGHT_SHAPE_1,
.icon_soPAPERWEIGHT_SHAPE_2,
.icon_soPAPERWEIGHT_SHAPE_4 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soPAPERWEIGHT.png); }
.icon_soPAPERWEIGHT_SHAPE_1.disabled { width: 26px; height: 26px; background-position: 0px 0px; }
.icon_soPAPERWEIGHT_SHAPE_1 { width: 26px; height: 26px; background-position: -26px 0px; }
.icon_soPAPERWEIGHT_SHAPE_1:hover, .icon_soPAPERWEIGHT_SHAPE_1.active { width: 26px; height: 26px; background-position: 0px -26px; }
.icon_soPAPERWEIGHT_SHAPE_2.disabled { width: 24px; height: 24px; background-position: 0px -52px; }
.icon_soPAPERWEIGHT_SHAPE_2 { width: 24px; height: 24px; background-position: -24px -52px; }
.icon_soPAPERWEIGHT_SHAPE_2:hover, .icon_soPAPERWEIGHT_SHAPE_2.active { width: 24px; height: 24px; background-position: -48px -52px; }
.icon_soPAPERWEIGHT_SHAPE_4.disabled { width: 26px; height: 24px; background-position: -26px -26px; }
.icon_soPAPERWEIGHT_SHAPE_4 { width: 26px; height: 24px; background-position: -52px 0px; }
.icon_soPAPERWEIGHT_SHAPE_4:hover, .icon_soPAPERWEIGHT_SHAPE_4.active { width: 26px; height: 24px; background-position: -52px -24px; }
.icon_soPENCIL_COLOR_CHIC,
.icon_soPENCIL_COLOR_RAINBOW,
.icon_soPENCIL_COLOR_SILVER,
.icon_soPENCIL_COLOR_WHITE { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soPENCIL.png); }
.icon_soPENCIL_COLOR_CHIC { width: 44px; height: 44px; background-position: 0px 0px; }
.icon_soPENCIL_COLOR_RAINBOW { width: 44px; height: 44px; background-position: -44px 0px; }
.icon_soPENCIL_COLOR_SILVER { width: 44px; height: 44px; background-position: 0px -44px; }
.icon_soPENCIL_COLOR_WHITE { width: 44px; height: 44px; background-position: -44px -44px; }
.icon_soPET_FOOD_CONTAINER_SIZE_1,
.icon_soPET_FOOD_CONTAINER_SIZE_2,
.icon_soPETMAT_SIZE_1,
.icon_soPETMAT_SIZE_2,
.icon_soPETMAT_SIZE_3 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soPET.png); }
.icon_soPET_FOOD_CONTAINER_SIZE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soPET_FOOD_CONTAINER_SIZE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soPET_FOOD_CONTAINER_SIZE_1:hover, .icon_soPET_FOOD_CONTAINER_SIZE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soPET_FOOD_CONTAINER_SIZE_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soPET_FOOD_CONTAINER_SIZE_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soPET_FOOD_CONTAINER_SIZE_2:hover, .icon_soPET_FOOD_CONTAINER_SIZE_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soPETMAT_SIZE_1.disabled { width: 50px; height: 50px; background-position: 0px -100px; }
.icon_soPETMAT_SIZE_1 { width: 50px; height: 50px; background-position: -50px -100px; }
.icon_soPETMAT_SIZE_1:hover, .icon_soPETMAT_SIZE_1.active { width: 50px; height: 50px; background-position: -100px -100px; }
.icon_soPETMAT_SIZE_2.disabled { width: 50px; height: 50px; background-position: -150px 0px; }
.icon_soPETMAT_SIZE_2 { width: 50px; height: 50px; background-position: -150px -50px; }
.icon_soPETMAT_SIZE_2:hover, .icon_soPETMAT_SIZE_2.active { width: 50px; height: 50px; background-position: -150px -100px; }
.icon_soPETMAT_SIZE_3.disabled { width: 50px; height: 50px; background-position: 0px -150px; }
.icon_soPETMAT_SIZE_3 { width: 50px; height: 50px; background-position: -50px -150px; }
.icon_soPETMAT_SIZE_3:hover, .icon_soPETMAT_SIZE_3.active { width: 50px; height: 50px; background-position: -100px -150px; }
.icon_soPETMAT_SIZE_1,
.icon_soPETMAT_SIZE_2,
.icon_soPETMAT_SIZE_3 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soPETMAT.png); }
.icon_soPETMAT_SIZE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soPETMAT_SIZE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soPETMAT_SIZE_1:hover, .icon_soPETMAT_SIZE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soPETMAT_SIZE_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soPETMAT_SIZE_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soPETMAT_SIZE_2:hover, .icon_soPETMAT_SIZE_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soPETMAT_SIZE_3.disabled { width: 50px; height: 50px; background-position: 0px -100px; }
.icon_soPETMAT_SIZE_3 { width: 50px; height: 50px; background-position: -50px -100px; }
.icon_soPETMAT_SIZE_3:hover, .icon_soPETMAT_SIZE_3.active { width: 50px; height: 50px; background-position: -100px -100px; }
.icon_soPHONE_MODEL_1,
.icon_soPHONE_MODEL_100,
.icon_soPHONE_MODEL_1048576,
.icon_soPHONE_MODEL_1048576_2x,
.icon_soPHONE_MODEL_1048576_1x,
.icon_soPHONE_MODEL_1073741824,
.icon_soPHONE_MODEL_1073741824_2x,
.icon_soPHONE_MODEL_1073741824_1x,
.icon_soPHONE_MODEL_1099511627776,
.icon_soPHONE_MODEL_128,
.icon_soPHONE_MODEL_131072,
.icon_soPHONE_MODEL_134217728,
.icon_soPHONE_MODEL_137438953472,
.icon_soPHONE_MODEL_137438953472_2x,
.icon_soPHONE_MODEL_137438953472_1x,
.icon_soPHONE_MODEL_16,
.icon_soPHONE_MODEL_16384,
.icon_soPHONE_MODEL_16384_2x,
.icon_soPHONE_MODEL_16384_1x,
.icon_soPHONE_MODEL_16777216,
.icon_soPHONE_MODEL_16777216_2x,
.icon_soPHONE_MODEL_16777216_1x,
.icon_soPHONE_MODEL_17179869184,
.icon_soPHONE_MODEL_17179869184_2x,
.icon_soPHONE_MODEL_17179869184_1x,
.icon_soPHONE_MODEL_17592186044416,
.icon_soPHONE_MODEL_2,
.icon_soPHONE_MODEL_2097152,
.icon_soPHONE_MODEL_2147483648,
.icon_soPHONE_MODEL_2199023255552,
.icon_soPHONE_MODEL_256,
.icon_soPHONE_MODEL_262144,
.icon_soPHONE_MODEL_262144_2x,
.icon_soPHONE_MODEL_262144_1x,
.icon_soPHONE_MODEL_268435456,
.icon_soPHONE_MODEL_268435456_2x,
.icon_soPHONE_MODEL_268435456_1x,
.icon_soPHONE_MODEL_274877906944,
.icon_soPHONE_MODEL_274877906944_2x,
.icon_soPHONE_MODEL_274877906944_1x,
.icon_soPHONE_MODEL_32,
.icon_soPHONE_MODEL_32768,
.icon_soPHONE_MODEL_32768_2x,
.icon_soPHONE_MODEL_32768_1x,
.icon_soPHONE_MODEL_33554432,
.icon_soPHONE_MODEL_33554432_2x,
.icon_soPHONE_MODEL_33554432_1x,
.icon_soPHONE_MODEL_34359738368,
.icon_soPHONE_MODEL_34359738368_2x,
.icon_soPHONE_MODEL_34359738368_1x,
.icon_soPHONE_MODEL_35184372088832,
.icon_soPHONE_MODEL_35184372088833,
.icon_soPHONE_MODEL_35184372088834,
.icon_soPHONE_MODEL_35184372088835,
.icon_soPHONE_MODEL_35184372088836,
.icon_soPHONE_MODEL_4,
.icon_soPHONE_MODEL_4096,
.icon_soPHONE_MODEL_4194304,
.icon_soPHONE_MODEL_4294967296,
.icon_soPHONE_MODEL_4398046511104,
.icon_soPHONE_MODEL_512,
.icon_soPHONE_MODEL_524288,
.icon_soPHONE_MODEL_524288_2x,
.icon_soPHONE_MODEL_524288_1x,
.icon_soPHONE_MODEL_536870912,
.icon_soPHONE_MODEL_536870912_2x,
.icon_soPHONE_MODEL_536870912_1x,
.icon_soPHONE_MODEL_549755813888,
.icon_soPHONE_MODEL_64,
.icon_soPHONE_MODEL_65536,
.icon_soPHONE_MODEL_67108864,
.icon_soPHONE_MODEL_67108864_2x,
.icon_soPHONE_MODEL_67108864_1x,
.icon_soPHONE_MODEL_67108865,
.icon_soPHONE_MODEL_67108866,
.icon_soPHONE_MODEL_67108867,
.icon_soPHONE_MODEL_68719476736,
.icon_soPHONE_MODEL_68719476736_2x,
.icon_soPHONE_MODEL_68719476736_1x,
.icon_soPHONE_MODEL_8,
.icon_soPHONE_MODEL_8192,
.icon_soPHONE_MODEL_8388608,
.icon_soPHONE_MODEL_8589934592,
.icon_soPHONE_MODEL_8796093022208 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soPHONE.png); }
.icon_soPHONE_MODEL_1 { width: 15px; height: 29px; background-position: -578px -291px; }
.icon_soPHONE_MODEL_1:hover, .icon_soPHONE_MODEL_1.active { width: 15px; height: 29px; background-position: -578px -320px; }
.icon_soPHONE_MODEL_100.disabled { width: 18px; height: 32px; background-position: -342px -292px; }
.icon_soPHONE_MODEL_100 { width: 18px; height: 32px; background-position: -360px -292px; }
.icon_soPHONE_MODEL_100:hover, .icon_soPHONE_MODEL_100.active { width: 18px; height: 32px; background-position: -306px -520px; }
.icon_soPHONE_MODEL_1048576.disabled { width: 21px; height: 38px; background-position: -438px -441px; }
.icon_soPHONE_MODEL_1048576.disabled_1x { width: 21px; height: 38px; background-position: -459px -441px; }
.icon_soPHONE_MODEL_1048576_2x.disabled_2x { width: 42px; height: 76px; background-position: -258px 0px; }
.icon_soPHONE_MODEL_1048576 { width: 21px; height: 38px; background-position: -480px -441px; }
.icon_soPHONE_MODEL_1048576_1x { width: 21px; height: 38px; background-position: -503px 0px; }
.icon_soPHONE_MODEL_1048576_2x { width: 42px; height: 76px; background-position: -258px -76px; }
.icon_soPHONE_MODEL_1048576:hover, .icon_soPHONE_MODEL_1048576.active { width: 21px; height: 38px; background-position: -503px -38px; }
.icon_soPHONE_MODEL_1048576:hover, .icon_soPHONE_MODEL_1048576.active_1x_1x { width: 21px; height: 38px; background-position: -503px -76px; }
.icon_soPHONE_MODEL_1048576_2x:hover, .icon_soPHONE_MODEL_1048576_2x.active_2x_2x { width: 42px; height: 76px; background-position: -258px -152px; }
.icon_soPHONE_MODEL_1073741824.disabled { width: 22px; height: 42px; background-position: -380px -280px; }
.icon_soPHONE_MODEL_1073741824.disabled_1x { width: 22px; height: 42px; background-position: -135px -396px; }
.icon_soPHONE_MODEL_1073741824_2x.disabled_2x { width: 44px; height: 84px; background-position: 0px 0px; }
.icon_soPHONE_MODEL_1073741824 { width: 22px; height: 42px; background-position: -157px -396px; }
.icon_soPHONE_MODEL_1073741824_1x { width: 22px; height: 42px; background-position: -179px -396px; }
.icon_soPHONE_MODEL_1073741824_2x { width: 44px; height: 84px; background-position: -44px 0px; }
.icon_soPHONE_MODEL_1073741824:hover, .icon_soPHONE_MODEL_1073741824.active { width: 22px; height: 42px; background-position: -201px -396px; }
.icon_soPHONE_MODEL_1073741824:hover, .icon_soPHONE_MODEL_1073741824.active_1x_1x { width: 22px; height: 42px; background-position: -223px -396px; }
.icon_soPHONE_MODEL_1073741824_2x:hover, .icon_soPHONE_MODEL_1073741824_2x.active_2x_2x { width: 44px; height: 84px; background-position: -88px 0px; }
.icon_soPHONE_MODEL_1099511627776.disabled { width: 19px; height: 39px; background-position: -524px -80px; }
.icon_soPHONE_MODEL_1099511627776 { width: 19px; height: 39px; background-position: -524px -119px; }
.icon_soPHONE_MODEL_1099511627776:hover, .icon_soPHONE_MODEL_1099511627776.active { width: 19px; height: 39px; background-position: -524px -158px; }
.icon_soPHONE_MODEL_128 { width: 17px; height: 29px; background-position: -543px -490px; }
.icon_soPHONE_MODEL_128:hover, .icon_soPHONE_MODEL_128.active { width: 17px; height: 29px; background-position: -482px -411px; }
.icon_soPHONE_MODEL_131072.disabled { width: 18px; height: 35px; background-position: -380px -482px; }
.icon_soPHONE_MODEL_131072 { width: 18px; height: 35px; background-position: -398px -482px; }
.icon_soPHONE_MODEL_131072:hover, .icon_soPHONE_MODEL_131072.active { width: 18px; height: 35px; background-position: -416px -482px; }
.icon_soPHONE_MODEL_134217728.disabled { width: 45px; height: 45px; background-position: -352px -326px; }
.icon_soPHONE_MODEL_134217728 { width: 45px; height: 45px; background-position: -416px 0px; }
.icon_soPHONE_MODEL_134217728:hover, .icon_soPHONE_MODEL_134217728.active { width: 45px; height: 45px; background-position: -416px -45px; }
.icon_soPHONE_MODEL_137438953472.disabled { width: 19px; height: 38px; background-position: -524px -197px; }
.icon_soPHONE_MODEL_137438953472.disabled_1x { width: 19px; height: 38px; background-position: -524px -235px; }
.icon_soPHONE_MODEL_137438953472_2x.disabled_2x { width: 38px; height: 76px; background-position: -120px -250px; }
.icon_soPHONE_MODEL_137438953472 { width: 19px; height: 38px; background-position: -524px -273px; }
.icon_soPHONE_MODEL_137438953472_1x { width: 19px; height: 38px; background-position: -524px -311px; }
.icon_soPHONE_MODEL_137438953472_2x { width: 38px; height: 76px; background-position: -158px -250px; }
.icon_soPHONE_MODEL_137438953472:hover, .icon_soPHONE_MODEL_137438953472.active { width: 19px; height: 38px; background-position: -524px -349px; }
.icon_soPHONE_MODEL_137438953472:hover, .icon_soPHONE_MODEL_137438953472.active_1x_1x { width: 19px; height: 38px; background-position: -524px -387px; }
.icon_soPHONE_MODEL_137438953472_2x:hover, .icon_soPHONE_MODEL_137438953472_2x.active_2x_2x { width: 38px; height: 76px; background-position: -196px -250px; }
.icon_soPHONE_MODEL_16.disabled { width: 18px; height: 35px; background-position: -434px -482px; }
.icon_soPHONE_MODEL_16 { width: 18px; height: 35px; background-position: -452px -482px; }
.icon_soPHONE_MODEL_16:hover, .icon_soPHONE_MODEL_16.active { width: 18px; height: 35px; background-position: -470px -482px; }
.icon_soPHONE_MODEL_16384.disabled { width: 18px; height: 35px; background-position: -488px -482px; }
.icon_soPHONE_MODEL_16384.disabled_1x { width: 18px; height: 35px; background-position: -506px -482px; }
.icon_soPHONE_MODEL_16384_2x.disabled_2x { width: 36px; height: 70px; background-position: -380px 0px; }
.icon_soPHONE_MODEL_16384 { width: 18px; height: 35px; background-position: -543px 0px; }
.icon_soPHONE_MODEL_16384_1x { width: 18px; height: 35px; background-position: -543px -35px; }
.icon_soPHONE_MODEL_16384_2x { width: 36px; height: 70px; background-position: -380px -70px; }
.icon_soPHONE_MODEL_16384:hover, .icon_soPHONE_MODEL_16384.active { width: 18px; height: 35px; background-position: -543px -70px; }
.icon_soPHONE_MODEL_16384:hover, .icon_soPHONE_MODEL_16384.active_1x_1x { width: 18px; height: 35px; background-position: -543px -105px; }
.icon_soPHONE_MODEL_16384_2x:hover, .icon_soPHONE_MODEL_16384_2x.active_2x_2x { width: 36px; height: 70px; background-position: -380px -140px; }
.icon_soPHONE_MODEL_16777216.disabled { width: 21px; height: 39px; background-position: -312px -441px; }
.icon_soPHONE_MODEL_16777216.disabled_1x { width: 21px; height: 39px; background-position: -333px -441px; }
.icon_soPHONE_MODEL_16777216_2x.disabled_2x { width: 42px; height: 78px; background-position: -126px -168px; }
.icon_soPHONE_MODEL_16777216 { width: 21px; height: 39px; background-position: -354px -441px; }
.icon_soPHONE_MODEL_16777216_1x { width: 21px; height: 39px; background-position: -375px -441px; }
.icon_soPHONE_MODEL_16777216_2x { width: 42px; height: 78px; background-position: -168px -168px; }
.icon_soPHONE_MODEL_16777216:hover, .icon_soPHONE_MODEL_16777216.active { width: 21px; height: 39px; background-position: -396px -441px; }
.icon_soPHONE_MODEL_16777216:hover, .icon_soPHONE_MODEL_16777216.active_1x_1x { width: 21px; height: 39px; background-position: -417px -441px; }
.icon_soPHONE_MODEL_16777216_2x:hover, .icon_soPHONE_MODEL_16777216_2x.active_2x_2x { width: 42px; height: 78px; background-position: -210px -168px; }
.icon_soPHONE_MODEL_17179869184.disabled copy { width: 18px; height: 35px; background-position: -543px -140px; }
.icon_soPHONE_MODEL_17179869184.disabled { width: 18px; height: 35px; background-position: -543px -175px; }
.icon_soPHONE_MODEL_17179869184.disabled_1x copy { width: 18px; height: 35px; background-position: -543px -210px; }
.icon_soPHONE_MODEL_17179869184.disabled_1x { width: 18px; height: 35px; background-position: -543px -245px; }
.icon_soPHONE_MODEL_17179869184_2x.disabled_2x copy { width: 36px; height: 70px; background-position: -380px -210px; }
.icon_soPHONE_MODEL_17179869184_2x.disabled_2x { width: 36px; height: 70px; background-position: 0px -326px; }
.icon_soPHONE_MODEL_17179869184 copy { width: 18px; height: 35px; background-position: -543px -280px; }
.icon_soPHONE_MODEL_17179869184 { width: 18px; height: 35px; background-position: -543px -315px; }
.icon_soPHONE_MODEL_17179869184_1x copy { width: 18px; height: 35px; background-position: -543px -350px; }
.icon_soPHONE_MODEL_17179869184_1x { width: 18px; height: 35px; background-position: -543px -385px; }
.icon_soPHONE_MODEL_17179869184_2x copy { width: 36px; height: 70px; background-position: -36px -326px; }
.icon_soPHONE_MODEL_17179869184_2x { width: 36px; height: 70px; background-position: -72px -326px; }
.icon_soPHONE_MODEL_17179869184:hover, .icon_soPHONE_MODEL_17179869184.active copy copy { width: 18px; height: 35px; background-position: -543px -420px; }
.icon_soPHONE_MODEL_17179869184:hover, .icon_soPHONE_MODEL_17179869184.active { width: 18px; height: 35px; background-position: -543px -455px; }
.icon_soPHONE_MODEL_17179869184:hover, .icon_soPHONE_MODEL_17179869184.active_1x copy_1x copy { width: 18px; height: 35px; background-position: 0px -520px; }
.icon_soPHONE_MODEL_17179869184:hover, .icon_soPHONE_MODEL_17179869184.active_1x_1x { width: 18px; height: 35px; background-position: -18px -520px; }
.icon_soPHONE_MODEL_17179869184_2x:hover, .icon_soPHONE_MODEL_17179869184_2x.active_2x copy_2x copy { width: 36px; height: 70px; background-position: -108px -326px; }
.icon_soPHONE_MODEL_17179869184_2x:hover, .icon_soPHONE_MODEL_17179869184_2x.active_2x_2x { width: 36px; height: 70px; background-position: -144px -326px; }
.icon_soPHONE_MODEL_17592186044416.disabled { width: 19px; height: 38px; background-position: -524px -425px; }
.icon_soPHONE_MODEL_17592186044416 { width: 19px; height: 38px; background-position: -524px -463px; }
.icon_soPHONE_MODEL_17592186044416:hover, .icon_soPHONE_MODEL_17592186044416.active { width: 19px; height: 38px; background-position: -60px -482px; }
.icon_soPHONE_MODEL_2 { width: 15px; height: 29px; background-position: -578px -349px; }
.icon_soPHONE_MODEL_2:hover, .icon_soPHONE_MODEL_2.active { width: 15px; height: 29px; background-position: -578px -378px; }
.icon_soPHONE_MODEL_2097152.disabled { width: 18px; height: 36px; background-position: -326px -482px; }
.icon_soPHONE_MODEL_2097152 { width: 18px; height: 36px; background-position: -344px -482px; }
.icon_soPHONE_MODEL_2097152:hover, .icon_soPHONE_MODEL_2097152.active { width: 18px; height: 36px; background-position: -362px -482px; }
.icon_soPHONE_MODEL_2147483648.disabled { width: 17px; height: 36px; background-position: -561px 0px; }
.icon_soPHONE_MODEL_2147483648 { width: 17px; height: 36px; background-position: -561px -36px; }
.icon_soPHONE_MODEL_2147483648:hover, .icon_soPHONE_MODEL_2147483648.active { width: 17px; height: 36px; background-position: -561px -72px; }
.icon_soPHONE_MODEL_2199023255552.disabled { width: 20px; height: 41px; background-position: -252px -441px; }
.icon_soPHONE_MODEL_2199023255552 { width: 20px; height: 41px; background-position: -272px -441px; }
.icon_soPHONE_MODEL_2199023255552:hover, .icon_soPHONE_MODEL_2199023255552.active { width: 20px; height: 41px; background-position: -292px -441px; }
.icon_soPHONE_MODEL_256.disabled { width: 21px; height: 41px; background-position: -482px -42px; }
.icon_soPHONE_MODEL_256 { width: 21px; height: 41px; background-position: -482px -83px; }
.icon_soPHONE_MODEL_256:hover, .icon_soPHONE_MODEL_256.active { width: 21px; height: 41px; background-position: -482px -124px; }
.icon_soPHONE_MODEL_262144.disabled { width: 18px; height: 35px; background-position: -36px -520px; }
.icon_soPHONE_MODEL_262144.disabled_1x { width: 18px; height: 35px; background-position: -54px -520px; }
.icon_soPHONE_MODEL_262144_2x.disabled_2x { width: 36px; height: 70px; background-position: -180px -326px; }
.icon_soPHONE_MODEL_262144 { width: 18px; height: 35px; background-position: -72px -520px; }
.icon_soPHONE_MODEL_262144_1x { width: 18px; height: 35px; background-position: -90px -520px; }
.icon_soPHONE_MODEL_262144_2x { width: 36px; height: 70px; background-position: -216px -326px; }
.icon_soPHONE_MODEL_262144:hover, .icon_soPHONE_MODEL_262144.active { width: 18px; height: 35px; background-position: -108px -520px; }
.icon_soPHONE_MODEL_262144:hover, .icon_soPHONE_MODEL_262144.active_1x_1x { width: 18px; height: 35px; background-position: -126px -520px; }
.icon_soPHONE_MODEL_262144_2x:hover, .icon_soPHONE_MODEL_262144_2x.active_2x_2x { width: 36px; height: 70px; background-position: -252px -326px; }
.icon_soPHONE_MODEL_268435456.disabled { width: 20px; height: 38px; background-position: -503px -342px; }
.icon_soPHONE_MODEL_268435456.disabled_1x { width: 20px; height: 38px; background-position: -503px -380px; }
.icon_soPHONE_MODEL_268435456_2x.disabled_2x { width: 40px; height: 76px; background-position: 0px -250px; }
.icon_soPHONE_MODEL_268435456 { width: 20px; height: 38px; background-position: -503px -418px; }
.icon_soPHONE_MODEL_268435456_1x { width: 20px; height: 38px; background-position: 0px -482px; }
.icon_soPHONE_MODEL_268435456_2x { width: 40px; height: 76px; background-position: -40px -250px; }
.icon_soPHONE_MODEL_268435456:hover, .icon_soPHONE_MODEL_268435456.active { width: 20px; height: 38px; background-position: -20px -482px; }
.icon_soPHONE_MODEL_268435456:hover, .icon_soPHONE_MODEL_268435456.active_1x_1x { width: 20px; height: 38px; background-position: -40px -482px; }
.icon_soPHONE_MODEL_268435456_2x:hover, .icon_soPHONE_MODEL_268435456_2x.active_2x_2x { width: 40px; height: 76px; background-position: -80px -250px; }
.icon_soPHONE_MODEL_274877906944.disabled { width: 21px; height: 42px; background-position: -245px -396px; }
.icon_soPHONE_MODEL_274877906944.disabled_1x { width: 21px; height: 42px; background-position: -266px -396px; }
.icon_soPHONE_MODEL_274877906944_2x.disabled_2x { width: 42px; height: 84px; background-position: -132px 0px; }
.icon_soPHONE_MODEL_274877906944 { width: 21px; height: 42px; background-position: -287px -396px; }
.icon_soPHONE_MODEL_274877906944_1x { width: 21px; height: 42px; background-position: -308px -396px; }
.icon_soPHONE_MODEL_274877906944_2x { width: 42px; height: 84px; background-position: 0px -84px; }
.icon_soPHONE_MODEL_274877906944:hover, .icon_soPHONE_MODEL_274877906944.active { width: 21px; height: 42px; background-position: -329px -396px; }
.icon_soPHONE_MODEL_274877906944:hover, .icon_soPHONE_MODEL_274877906944.active_1x_1x { width: 21px; height: 42px; background-position: -350px -396px; }
.icon_soPHONE_MODEL_274877906944_2x:hover, .icon_soPHONE_MODEL_274877906944_2x.active_2x_2x { width: 42px; height: 84px; background-position: -42px -84px; }
.icon_soPHONE_MODEL_32.disabled { width: 16px; height: 31px; background-position: -578px -105px; }
.icon_soPHONE_MODEL_32 { width: 16px; height: 31px; background-position: -578px -136px; }
.icon_soPHONE_MODEL_32:hover, .icon_soPHONE_MODEL_32.active { width: 16px; height: 31px; background-position: -578px -167px; }
.icon_soPHONE_MODEL_32768.disabled { width: 21px; height: 41px; background-position: -482px -165px; }
.icon_soPHONE_MODEL_32768.disabled_1x { width: 21px; height: 41px; background-position: -482px -206px; }
.icon_soPHONE_MODEL_32768_2x.disabled_2x { width: 42px; height: 82px; background-position: -84px -84px; }
.icon_soPHONE_MODEL_32768 { width: 21px; height: 41px; background-position: -482px -247px; }
.icon_soPHONE_MODEL_32768_1x { width: 21px; height: 41px; background-position: -482px -288px; }
.icon_soPHONE_MODEL_32768_2x { width: 42px; height: 82px; background-position: -126px -84px; }
.icon_soPHONE_MODEL_32768:hover, .icon_soPHONE_MODEL_32768.active { width: 21px; height: 41px; background-position: -482px -329px; }
.icon_soPHONE_MODEL_32768:hover, .icon_soPHONE_MODEL_32768.active_1x_1x { width: 21px; height: 41px; background-position: -482px -370px; }
.icon_soPHONE_MODEL_32768_2x:hover, .icon_soPHONE_MODEL_32768_2x.active_2x_2x { width: 42px; height: 82px; background-position: -174px 0px; }
.icon_soPHONE_MODEL_33554432.disabled { width: 21px; height: 38px; background-position: -503px -114px; }
.icon_soPHONE_MODEL_33554432.disabled_1x { width: 21px; height: 38px; background-position: -503px -152px; }
.icon_soPHONE_MODEL_33554432_2x.disabled_2x { width: 42px; height: 76px; background-position: -300px 0px; }
.icon_soPHONE_MODEL_33554432 { width: 21px; height: 38px; background-position: -503px -190px; }
.icon_soPHONE_MODEL_33554432_1x { width: 21px; height: 38px; background-position: -503px -228px; }
.icon_soPHONE_MODEL_33554432_2x { width: 42px; height: 76px; background-position: -300px -76px; }
.icon_soPHONE_MODEL_33554432:hover, .icon_soPHONE_MODEL_33554432.active { width: 21px; height: 38px; background-position: -503px -266px; }
.icon_soPHONE_MODEL_33554432:hover, .icon_soPHONE_MODEL_33554432.active_1x_1x { width: 21px; height: 38px; background-position: -503px -304px; }
.icon_soPHONE_MODEL_33554432_2x:hover, .icon_soPHONE_MODEL_33554432_2x.active_2x_2x { width: 42px; height: 76px; background-position: -300px -152px; }
.icon_soPHONE_MODEL_34359738368.disabled { width: 19px; height: 38px; background-position: -79px -482px; }
.icon_soPHONE_MODEL_34359738368.disabled_1x { width: 19px; height: 38px; background-position: -98px -482px; }
.icon_soPHONE_MODEL_34359738368_2x.disabled_2x { width: 38px; height: 76px; background-position: -234px -250px; }
.icon_soPHONE_MODEL_34359738368 { width: 19px; height: 38px; background-position: -117px -482px; }
.icon_soPHONE_MODEL_34359738368_1x { width: 19px; height: 38px; background-position: -136px -482px; }
.icon_soPHONE_MODEL_34359738368_2x { width: 38px; height: 76px; background-position: -272px -250px; }
.icon_soPHONE_MODEL_34359738368:hover, .icon_soPHONE_MODEL_34359738368.active { width: 19px; height: 38px; background-position: -155px -482px; }
.icon_soPHONE_MODEL_34359738368:hover, .icon_soPHONE_MODEL_34359738368.active_1x_1x { width: 19px; height: 38px; background-position: -174px -482px; }
.icon_soPHONE_MODEL_34359738368_2x:hover, .icon_soPHONE_MODEL_34359738368_2x.active_2x_2x { width: 38px; height: 76px; background-position: -342px 0px; }
.icon_soPHONE_MODEL_35184372088832.disabled { width: 21px; height: 42px; background-position: -371px -396px; }
.icon_soPHONE_MODEL_35184372088832 { width: 21px; height: 42px; background-position: -392px -396px; }
.icon_soPHONE_MODEL_35184372088832:hover, .icon_soPHONE_MODEL_35184372088832.active { width: 21px; height: 42px; background-position: -413px -396px; }
.icon_soPHONE_MODEL_35184372088833.disabled { width: 21px; height: 42px; background-position: -434px -396px; }
.icon_soPHONE_MODEL_35184372088833 { width: 21px; height: 42px; background-position: -461px 0px; }
.icon_soPHONE_MODEL_35184372088833:hover, .icon_soPHONE_MODEL_35184372088833.active { width: 21px; height: 42px; background-position: -461px -42px; }
.icon_soPHONE_MODEL_35184372088834.disabled { width: 21px; height: 42px; background-position: -461px -84px; }
.icon_soPHONE_MODEL_35184372088834 { width: 21px; height: 42px; background-position: -461px -126px; }
.icon_soPHONE_MODEL_35184372088834:hover, .icon_soPHONE_MODEL_35184372088834.active { width: 21px; height: 42px; background-position: -461px -168px; }
.icon_soPHONE_MODEL_35184372088835.disabled { width: 21px; height: 42px; background-position: -461px -210px; }
.icon_soPHONE_MODEL_35184372088835 { width: 21px; height: 42px; background-position: -461px -252px; }
.icon_soPHONE_MODEL_35184372088835:hover, .icon_soPHONE_MODEL_35184372088835.active { width: 21px; height: 42px; background-position: -461px -294px; }
.icon_soPHONE_MODEL_35184372088836.disabled { width: 21px; height: 42px; background-position: -461px -336px; }
.icon_soPHONE_MODEL_35184372088836 { width: 21px; height: 42px; background-position: -461px -378px; }
.icon_soPHONE_MODEL_35184372088836:hover, .icon_soPHONE_MODEL_35184372088836.active { width: 21px; height: 42px; background-position: -482px 0px; }
.icon_soPHONE_MODEL_4.disabled { width: 16px; height: 31px; background-position: -578px -198px; }
.icon_soPHONE_MODEL_4 { width: 16px; height: 31px; background-position: -578px -229px; }
.icon_soPHONE_MODEL_4:hover, .icon_soPHONE_MODEL_4.active { width: 16px; height: 31px; background-position: -578px -260px; }
.icon_soPHONE_MODEL_4096.disabled { width: 18px; height: 32px; background-position: -324px -520px; }
.icon_soPHONE_MODEL_4096 { width: 18px; height: 32px; background-position: -342px -520px; }
.icon_soPHONE_MODEL_4096:hover, .icon_soPHONE_MODEL_4096.active { width: 18px; height: 32px; background-position: -360px -520px; }
.icon_soPHONE_MODEL_4194304.disabled { width: 18px; height: 35px; background-position: -144px -520px; }
.icon_soPHONE_MODEL_4194304 { width: 18px; height: 35px; background-position: -162px -520px; }
.icon_soPHONE_MODEL_4194304:hover, .icon_soPHONE_MODEL_4194304.active { width: 18px; height: 35px; background-position: -180px -520px; }
.icon_soPHONE_MODEL_4294967296.disabled { width: 17px; height: 36px; background-position: -561px -108px; }
.icon_soPHONE_MODEL_4294967296 { width: 17px; height: 36px; background-position: -561px -144px; }
.icon_soPHONE_MODEL_4294967296:hover, .icon_soPHONE_MODEL_4294967296.active { width: 17px; height: 36px; background-position: -561px -180px; }
.icon_soPHONE_MODEL_4398046511104.disabled { width: 19px; height: 38px; background-position: -193px -482px; }
.icon_soPHONE_MODEL_4398046511104 { width: 19px; height: 38px; background-position: -212px -482px; }
.icon_soPHONE_MODEL_4398046511104:hover, .icon_soPHONE_MODEL_4398046511104.active { width: 19px; height: 38px; background-position: -231px -482px; }
.icon_soPHONE_MODEL_512.disabled { width: 18px; height: 32px; background-position: -378px -520px; }
.icon_soPHONE_MODEL_512 { width: 18px; height: 32px; background-position: -396px -520px; }
.icon_soPHONE_MODEL_512:hover, .icon_soPHONE_MODEL_512.active { width: 18px; height: 32px; background-position: -414px -520px; }
.icon_soPHONE_MODEL_524288.disabled { width: 21px; height: 41px; background-position: 0px -441px; }
.icon_soPHONE_MODEL_524288.disabled_1x { width: 21px; height: 41px; background-position: -21px -441px; }
.icon_soPHONE_MODEL_524288_2x.disabled_2x { width: 42px; height: 82px; background-position: -174px -82px; }
.icon_soPHONE_MODEL_524288 { width: 21px; height: 41px; background-position: -42px -441px; }
.icon_soPHONE_MODEL_524288_1x { width: 21px; height: 41px; background-position: -63px -441px; }
.icon_soPHONE_MODEL_524288_2x { width: 42px; height: 82px; background-position: -216px 0px; }
.icon_soPHONE_MODEL_524288:hover, .icon_soPHONE_MODEL_524288.active { width: 21px; height: 41px; background-position: -84px -441px; }
.icon_soPHONE_MODEL_524288:hover, .icon_soPHONE_MODEL_524288.active_1x_1x { width: 21px; height: 41px; background-position: -105px -441px; }
.icon_soPHONE_MODEL_524288_2x:hover, .icon_soPHONE_MODEL_524288_2x.active_2x_2x { width: 42px; height: 82px; background-position: -216px -82px; }
.icon_soPHONE_MODEL_536870912.disabled { width: 19px; height: 36px; background-position: -416px -360px; }
.icon_soPHONE_MODEL_536870912.disabled_1x { width: 19px; height: 36px; background-position: -435px -360px; }
.icon_soPHONE_MODEL_536870912_2x.disabled_2x { width: 38px; height: 72px; background-position: -342px -76px; }
.icon_soPHONE_MODEL_536870912 { width: 19px; height: 36px; background-position: -250px -482px; }
.icon_soPHONE_MODEL_536870912_1x { width: 19px; height: 36px; background-position: -269px -482px; }
.icon_soPHONE_MODEL_536870912_2x { width: 38px; height: 72px; background-position: -342px -148px; }
.icon_soPHONE_MODEL_536870912:hover, .icon_soPHONE_MODEL_536870912.active { width: 19px; height: 36px; background-position: -288px -482px; }
.icon_soPHONE_MODEL_536870912:hover, .icon_soPHONE_MODEL_536870912.active_1x_1x { width: 19px; height: 36px; background-position: -307px -482px; }
.icon_soPHONE_MODEL_536870912_2x:hover, .icon_soPHONE_MODEL_536870912_2x.active_2x_2x { width: 38px; height: 72px; background-position: -342px -220px; }
.icon_soPHONE_MODEL_549755813888.disabled { width: 17px; height: 36px; background-position: -561px -216px; }
.icon_soPHONE_MODEL_549755813888 { width: 17px; height: 36px; background-position: -561px -252px; }
.icon_soPHONE_MODEL_549755813888:hover, .icon_soPHONE_MODEL_549755813888.active { width: 17px; height: 36px; background-position: -561px -288px; }
.icon_soPHONE_MODEL_64 { width: 17px; height: 29px; background-position: -486px -520px; }
.icon_soPHONE_MODEL_64:hover, .icon_soPHONE_MODEL_64.active { width: 17px; height: 29px; background-position: -503px -520px; }
.icon_soPHONE_MODEL_65536.disabled { width: 18px; height: 35px; background-position: -198px -520px; }
.icon_soPHONE_MODEL_65536 { width: 18px; height: 35px; background-position: -216px -520px; }
.icon_soPHONE_MODEL_65536:hover, .icon_soPHONE_MODEL_65536.active { width: 18px; height: 35px; background-position: -234px -520px; }
.icon_soPHONE_MODEL_67108864.disabled { width: 21px; height: 41px; background-position: -126px -441px; }
.icon_soPHONE_MODEL_67108864.disabled_1x { width: 21px; height: 41px; background-position: -147px -441px; }
.icon_soPHONE_MODEL_67108864_2x.disabled_2x { width: 42px; height: 82px; background-position: 0px -168px; }
.icon_soPHONE_MODEL_67108864 { width: 21px; height: 41px; background-position: -168px -441px; }
.icon_soPHONE_MODEL_67108864_1x { width: 21px; height: 41px; background-position: -189px -441px; }
.icon_soPHONE_MODEL_67108864_2x { width: 42px; height: 82px; background-position: -42px -168px; }
.icon_soPHONE_MODEL_67108864:hover, .icon_soPHONE_MODEL_67108864.active { width: 21px; height: 41px; background-position: -210px -441px; }
.icon_soPHONE_MODEL_67108864:hover, .icon_soPHONE_MODEL_67108864.active_1x_1x { width: 21px; height: 41px; background-position: -231px -441px; }
.icon_soPHONE_MODEL_67108864_2x:hover, .icon_soPHONE_MODEL_67108864_2x.active_2x_2x { width: 42px; height: 82px; background-position: -84px -168px; }
.icon_soPHONE_MODEL_67108865.disabled { width: 45px; height: 45px; background-position: -416px -90px; }
.icon_soPHONE_MODEL_67108865 { width: 45px; height: 45px; background-position: -416px -135px; }
.icon_soPHONE_MODEL_67108865:hover, .icon_soPHONE_MODEL_67108865.active { width: 45px; height: 45px; background-position: -416px -180px; }
.icon_soPHONE_MODEL_67108866.disabled { width: 45px; height: 45px; background-position: -416px -225px; }
.icon_soPHONE_MODEL_67108866 { width: 45px; height: 45px; background-position: -416px -270px; }
.icon_soPHONE_MODEL_67108866:hover, .icon_soPHONE_MODEL_67108866.active { width: 45px; height: 45px; background-position: -416px -315px; }
.icon_soPHONE_MODEL_67108867.disabled { width: 45px; height: 45px; background-position: 0px -396px; }
.icon_soPHONE_MODEL_67108867 { width: 45px; height: 45px; background-position: -45px -396px; }
.icon_soPHONE_MODEL_67108867:hover, .icon_soPHONE_MODEL_67108867.active { width: 45px; height: 45px; background-position: -90px -396px; }
.icon_soPHONE_MODEL_68719476736.disabled { width: 16px; height: 35px; background-position: -561px -324px; }
.icon_soPHONE_MODEL_68719476736.disabled_1x { width: 16px; height: 35px; background-position: -561px -359px; }
.icon_soPHONE_MODEL_68719476736_2x.disabled_2x { width: 32px; height: 70px; background-position: -310px -250px; }
.icon_soPHONE_MODEL_68719476736 { width: 16px; height: 35px; background-position: -561px -394px; }
.icon_soPHONE_MODEL_68719476736_1x { width: 16px; height: 35px; background-position: -561px -429px; }
.icon_soPHONE_MODEL_68719476736_2x { width: 32px; height: 70px; background-position: -288px -326px; }
.icon_soPHONE_MODEL_68719476736:hover, .icon_soPHONE_MODEL_68719476736.active { width: 16px; height: 35px; background-position: -561px -464px; }
.icon_soPHONE_MODEL_68719476736:hover, .icon_soPHONE_MODEL_68719476736.active_1x_1x { width: 16px; height: 35px; background-position: -561px -499px; }
.icon_soPHONE_MODEL_68719476736_2x:hover, .icon_soPHONE_MODEL_68719476736_2x.active_2x_2x { width: 32px; height: 70px; background-position: -320px -326px; }
.icon_soPHONE_MODEL_8 { width: 14px; height: 31px; background-position: -578px -407px; }
.icon_soPHONE_MODEL_8:hover, .icon_soPHONE_MODEL_8.active { width: 14px; height: 31px; background-position: -578px -438px; }
.icon_soPHONE_MODEL_8192.disabled { width: 18px; height: 32px; background-position: -432px -520px; }
.icon_soPHONE_MODEL_8192 { width: 18px; height: 32px; background-position: -450px -520px; }
.icon_soPHONE_MODEL_8192:hover, .icon_soPHONE_MODEL_8192.active { width: 18px; height: 32px; background-position: -468px -520px; }
.icon_soPHONE_MODEL_8388608.disabled { width: 18px; height: 35px; background-position: -252px -520px; }
.icon_soPHONE_MODEL_8388608 { width: 18px; height: 35px; background-position: -270px -520px; }
.icon_soPHONE_MODEL_8388608:hover, .icon_soPHONE_MODEL_8388608.active { width: 18px; height: 35px; background-position: -288px -520px; }
.icon_soPHONE_MODEL_8589934592.disabled { width: 19px; height: 40px; background-position: -397px -326px; }
.icon_soPHONE_MODEL_8589934592 { width: 19px; height: 40px; background-position: -524px 0px; }
.icon_soPHONE_MODEL_8589934592:hover, .icon_soPHONE_MODEL_8589934592.active { width: 19px; height: 40px; background-position: -524px -40px; }
.icon_soPHONE_MODEL_8796093022208.disabled { width: 16px; height: 35px; background-position: -578px 0px; }
.icon_soPHONE_MODEL_8796093022208 { width: 16px; height: 35px; background-position: -578px -35px; }
.icon_soPHONE_MODEL_8796093022208:hover, .icon_soPHONE_MODEL_8796093022208.active { width: 16px; height: 35px; background-position: -578px -70px; }
.icon_soPHOTO_TILE_FRAME_1,
.icon_soPHOTO_TILE_FRAME_2,
.icon_soPHOTO_TILE_FRAME_8,
.icon_soPHOTO_TILE_MATERIAL_1,
.icon_soPHOTO_TILE_MATERIAL_2,
.icon_soPHOTO_TILE_MATERIAL_4,
.icon_soPHOTO_TILE_SIZE_1,
.icon_soPHOTO_TILE_SIZE_128,
.icon_soPHOTO_TILE_SIZE_16,
.icon_soPHOTO_TILE_SIZE_2,
.icon_soPHOTO_TILE_SIZE_32,
.icon_soPHOTO_TILE_SIZE_4,
.icon_soPHOTO_TILE_SIZE_64,
.icon_soPHOTO_TILE_SIZE_8,
.icon_soPHOTOCHARM_SHAPE_1,
.icon_soPHOTOCHARM_SHAPE_2,
.icon_soPHOTOCHARM_SHAPE_4 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soPHOTO.png); }
.icon_soPHOTO_TILE_FRAME_1.disabled { width: 28px; height: 28px; background-position: -298px -64px; }
.icon_soPHOTO_TILE_FRAME_1 { width: 28px; height: 28px; background-position: -298px -92px; }
.icon_soPHOTO_TILE_FRAME_1:hover, .icon_soPHOTO_TILE_FRAME_1.active { width: 28px; height: 28px; background-position: -298px -120px; }
.icon_soPHOTO_TILE_FRAME_2.disabled { width: 28px; height: 28px; background-position: -298px -148px; }
.icon_soPHOTO_TILE_FRAME_2 { width: 28px; height: 28px; background-position: -298px -176px; }
.icon_soPHOTO_TILE_FRAME_2:hover, .icon_soPHOTO_TILE_FRAME_2.active { width: 28px; height: 28px; background-position: -298px -204px; }
.icon_soPHOTO_TILE_FRAME_8.disabled { width: 28px; height: 28px; background-position: -298px -232px; }
.icon_soPHOTO_TILE_FRAME_8 { width: 28px; height: 28px; background-position: -298px -260px; }
.icon_soPHOTO_TILE_FRAME_8:hover, .icon_soPHOTO_TILE_FRAME_8.active { width: 28px; height: 28px; background-position: 0px -298px; }
.icon_soPHOTO_TILE_MATERIAL_1.disabled { width: 48px; height: 48px; background-position: -200px -200px; }
.icon_soPHOTO_TILE_MATERIAL_1 { width: 48px; height: 48px; background-position: -250px 0px; }
.icon_soPHOTO_TILE_MATERIAL_1:hover, .icon_soPHOTO_TILE_MATERIAL_1.active { width: 48px; height: 48px; background-position: -250px -48px; }
.icon_soPHOTO_TILE_MATERIAL_2.disabled { width: 48px; height: 48px; background-position: -250px -96px; }
.icon_soPHOTO_TILE_MATERIAL_2 { width: 48px; height: 48px; background-position: -250px -144px; }
.icon_soPHOTO_TILE_MATERIAL_2:hover, .icon_soPHOTO_TILE_MATERIAL_2.active { width: 48px; height: 48px; background-position: -250px -192px; }
.icon_soPHOTO_TILE_MATERIAL_4.disabled { width: 48px; height: 48px; background-position: 0px -250px; }
.icon_soPHOTO_TILE_MATERIAL_4 { width: 48px; height: 48px; background-position: -48px -250px; }
.icon_soPHOTO_TILE_MATERIAL_4:hover, .icon_soPHOTO_TILE_MATERIAL_4.active { width: 48px; height: 48px; background-position: -96px -250px; }
.icon_soPHOTO_TILE_SIZE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soPHOTO_TILE_SIZE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soPHOTO_TILE_SIZE_1:hover, .icon_soPHOTO_TILE_SIZE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soPHOTO_TILE_SIZE_128.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soPHOTO_TILE_SIZE_128 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soPHOTO_TILE_SIZE_128:hover, .icon_soPHOTO_TILE_SIZE_128.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soPHOTO_TILE_SIZE_16.disabled { width: 50px; height: 50px; background-position: 0px -100px; }
.icon_soPHOTO_TILE_SIZE_16 { width: 50px; height: 50px; background-position: -50px -100px; }
.icon_soPHOTO_TILE_SIZE_16:hover, .icon_soPHOTO_TILE_SIZE_16.active { width: 50px; height: 50px; background-position: -100px -100px; }
.icon_soPHOTO_TILE_SIZE_2.disabled { width: 50px; height: 50px; background-position: -150px 0px; }
.icon_soPHOTO_TILE_SIZE_2 { width: 50px; height: 50px; background-position: -150px -50px; }
.icon_soPHOTO_TILE_SIZE_2:hover, .icon_soPHOTO_TILE_SIZE_2.active { width: 50px; height: 50px; background-position: -150px -100px; }
.icon_soPHOTO_TILE_SIZE_32.disabled { width: 50px; height: 50px; background-position: 0px -150px; }
.icon_soPHOTO_TILE_SIZE_32 { width: 50px; height: 50px; background-position: -50px -150px; }
.icon_soPHOTO_TILE_SIZE_32:hover, .icon_soPHOTO_TILE_SIZE_32.active { width: 50px; height: 50px; background-position: -100px -150px; }
.icon_soPHOTO_TILE_SIZE_4.disabled { width: 50px; height: 50px; background-position: -150px -150px; }
.icon_soPHOTO_TILE_SIZE_4 { width: 50px; height: 50px; background-position: -200px 0px; }
.icon_soPHOTO_TILE_SIZE_4:hover, .icon_soPHOTO_TILE_SIZE_4.active { width: 50px; height: 50px; background-position: -200px -50px; }
.icon_soPHOTO_TILE_SIZE_64.disabled { width: 50px; height: 50px; background-position: -200px -100px; }
.icon_soPHOTO_TILE_SIZE_64 { width: 50px; height: 50px; background-position: -200px -150px; }
.icon_soPHOTO_TILE_SIZE_64:hover, .icon_soPHOTO_TILE_SIZE_64.active { width: 50px; height: 50px; background-position: 0px -200px; }
.icon_soPHOTO_TILE_SIZE_8.disabled { width: 50px; height: 50px; background-position: -50px -200px; }
.icon_soPHOTO_TILE_SIZE_8 { width: 50px; height: 50px; background-position: -100px -200px; }
.icon_soPHOTO_TILE_SIZE_8:hover, .icon_soPHOTO_TILE_SIZE_8.active { width: 50px; height: 50px; background-position: -150px -200px; }
.icon_soPHOTOCHARM_SHAPE_1 { width: 32px; height: 32px; background-position: -144px -250px; }
.icon_soPHOTOCHARM_SHAPE_1:hover, .icon_soPHOTOCHARM_SHAPE_1.active { width: 32px; height: 32px; background-position: -176px -250px; }
.icon_soPHOTOCHARM_SHAPE_2 { width: 32px; height: 32px; background-position: -208px -250px; }
.icon_soPHOTOCHARM_SHAPE_2:hover, .icon_soPHOTOCHARM_SHAPE_2.active { width: 32px; height: 32px; background-position: -240px -250px; }
.icon_soPHOTOCHARM_SHAPE_4 { width: 32px; height: 32px; background-position: -298px 0px; }
.icon_soPHOTOCHARM_SHAPE_4:hover, .icon_soPHOTOCHARM_SHAPE_4.active { width: 32px; height: 32px; background-position: -298px -32px; }
.icon_soPHOTOCHARM_SHAPE_1,
.icon_soPHOTOCHARM_SHAPE_2,
.icon_soPHOTOCHARM_SHAPE_4 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soPHOTOCHARM.png); }
.icon_soPHOTOCHARM_SHAPE_1 { width: 32px; height: 32px; background-position: 0px 0px; }
.icon_soPHOTOCHARM_SHAPE_1:hover, .icon_soPHOTOCHARM_SHAPE_1.active { width: 32px; height: 32px; background-position: -32px 0px; }
.icon_soPHOTOCHARM_SHAPE_2 { width: 32px; height: 32px; background-position: 0px -32px; }
.icon_soPHOTOCHARM_SHAPE_2:hover, .icon_soPHOTOCHARM_SHAPE_2.active { width: 32px; height: 32px; background-position: -32px -32px; }
.icon_soPHOTOCHARM_SHAPE_4 { width: 32px; height: 32px; background-position: -64px 0px; }
.icon_soPHOTOCHARM_SHAPE_4:hover, .icon_soPHOTOCHARM_SHAPE_4.active { width: 32px; height: 32px; background-position: -64px -32px; }
.icon_soPILLOW_SIZE_1,
.icon_soPILLOW_SIZE_16,
.icon_soPILLOW_SIZE_2,
.icon_soPILLOW_SIZE_32,
.icon_soPILLOW_SIZE_4,
.icon_soPILLOW_SIZE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soPILLOW.png); }
.icon_soPILLOW_SIZE_1 { width: 25px; height: 25px; background-position: -100px 0px; }
.icon_soPILLOW_SIZE_1:hover, .icon_soPILLOW_SIZE_1.active { width: 25px; height: 25px; background-position: -100px -25px; }
.icon_soPILLOW_SIZE_16 { width: 32px; height: 32px; background-position: -34px -34px; }
.icon_soPILLOW_SIZE_16:hover, .icon_soPILLOW_SIZE_16.active { width: 32px; height: 32px; background-position: -68px 0px; }
.icon_soPILLOW_SIZE_2 { width: 28px; height: 28px; background-position: -68px -32px; }
.icon_soPILLOW_SIZE_2:hover, .icon_soPILLOW_SIZE_2.active { width: 28px; height: 28px; background-position: 0px -68px; }
.icon_soPILLOW_SIZE_32.disabled { width: 34px; height: 34px; background-position: 0px 0px; }
.icon_soPILLOW_SIZE_32 { width: 34px; height: 34px; background-position: -34px 0px; }
.icon_soPILLOW_SIZE_32:hover, .icon_soPILLOW_SIZE_32.active { width: 34px; height: 34px; background-position: 0px -34px; }
.icon_soPILLOW_SIZE_4 { width: 25px; height: 21px; background-position: -100px -50px; }
.icon_soPILLOW_SIZE_4:hover, .icon_soPILLOW_SIZE_4.active { width: 25px; height: 21px; background-position: -100px -71px; }
.icon_soPILLOW_SIZE_8 { width: 32px; height: 24px; background-position: -28px -68px; }
.icon_soPILLOW_SIZE_8:hover, .icon_soPILLOW_SIZE_8.active { width: 32px; height: 24px; background-position: -60px -68px; }
.icon_soPIN_SHAPE_1,
.icon_soPIN_SHAPE_2,
.icon_soPIN_SHAPE_4,
.icon_soPIN_SMALL_CIRCLE_SIZE_1,
.icon_soPIN_SQUARE_SIZE_4 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soPIN.png); }
.icon_soPIN_SHAPE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soPIN_SHAPE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soPIN_SHAPE_1:hover, .icon_soPIN_SHAPE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soPIN_SHAPE_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soPIN_SHAPE_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soPIN_SHAPE_2:hover, .icon_soPIN_SHAPE_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soPIN_SHAPE_4.disabled { width: 50px; height: 50px; background-position: 0px -100px; }
.icon_soPIN_SHAPE_4 { width: 50px; height: 50px; background-position: -50px -100px; }
.icon_soPIN_SHAPE_4:hover, .icon_soPIN_SHAPE_4.active { width: 50px; height: 50px; background-position: -100px -100px; }
.icon_soPIN_SMALL_CIRCLE_SIZE_1.disabled { width: 50px; height: 50px; background-position: -150px 0px; }
.icon_soPIN_SMALL_CIRCLE_SIZE_1 { width: 50px; height: 50px; background-position: -150px -50px; }
.icon_soPIN_SMALL_CIRCLE_SIZE_1:hover, .icon_soPIN_SMALL_CIRCLE_SIZE_1.active { width: 50px; height: 50px; background-position: -150px -100px; }
.icon_soPIN_SQUARE_SIZE_4.disabled { width: 50px; height: 50px; background-position: 0px -150px; }
.icon_soPIN_SQUARE_SIZE_4 { width: 50px; height: 50px; background-position: -50px -150px; }
.icon_soPIN_SQUARE_SIZE_4:hover, .icon_soPIN_SQUARE_SIZE_4.active { width: 50px; height: 50px; background-position: -100px -150px; }
.icon_soPOST_IT_NOTE_SIZE_1,
.icon_soPOST_IT_NOTE_SIZE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soPOST.png); }
.icon_soPOST_IT_NOTE_SIZE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soPOST_IT_NOTE_SIZE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soPOST_IT_NOTE_SIZE_1:hover, .icon_soPOST_IT_NOTE_SIZE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soPOST_IT_NOTE_SIZE_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soPOST_IT_NOTE_SIZE_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soPOST_IT_NOTE_SIZE_2:hover, .icon_soPOST_IT_NOTE_SIZE_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soPOUCH_STYLE_1,
.icon_soPOUCH_STYLE_2,
.icon_soPOUCH_STYLE_3,
.icon_soPOUCH_STYLE_4 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soPOUCH.png); }
.icon_soPOUCH_STYLE_1.disabled { width: 34px; height: 34px; background-position: 0px 0px; }
.icon_soPOUCH_STYLE_1 { width: 34px; height: 34px; background-position: -34px 0px; }
.icon_soPOUCH_STYLE_1:hover, .icon_soPOUCH_STYLE_1.active { width: 34px; height: 34px; background-position: 0px -34px; }
.icon_soPOUCH_STYLE_2.disabled { width: 34px; height: 34px; background-position: -34px -34px; }
.icon_soPOUCH_STYLE_2 { width: 34px; height: 34px; background-position: -68px 0px; }
.icon_soPOUCH_STYLE_2:hover, .icon_soPOUCH_STYLE_2.active { width: 34px; height: 34px; background-position: -68px -34px; }
.icon_soPOUCH_STYLE_3.disabled { width: 34px; height: 34px; background-position: 0px -68px; }
.icon_soPOUCH_STYLE_3 { width: 34px; height: 34px; background-position: -34px -68px; }
.icon_soPOUCH_STYLE_3:hover, .icon_soPOUCH_STYLE_3.active { width: 34px; height: 34px; background-position: -68px -68px; }
.icon_soPOUCH_STYLE_4.disabled { width: 34px; height: 34px; background-position: -102px 0px; }
.icon_soPOUCH_STYLE_4 { width: 34px; height: 34px; background-position: -102px -34px; }
.icon_soPOUCH_STYLE_4:hover, .icon_soPOUCH_STYLE_4.active { width: 34px; height: 34px; background-position: -102px -68px; }
.icon_soPUZZLE_PIECES_1,
.icon_soPUZZLE_PIECES_1_2x,
.icon_soPUZZLE_PIECES_2,
.icon_soPUZZLE_PIECES_2_2x,
.icon_soPUZZLE_PIECES_4,
.icon_soPUZZLE_PIECES_4_2x,
.icon_soPUZZLE_PIECES_8,
.icon_soPUZZLE_PIECES_8_2x,
.icon_soPUZZLE_SHAPE_1,
.icon_soPUZZLE_SHAPE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soPUZZLE.png); }
.icon_soPUZZLE_PIECES_1.disabled { width: 36px; height: 22px; background-position: -296px -251px; }
.icon_soPUZZLE_PIECES_1_2x.disabled_2x { width: 72px; height: 44px; background-position: -200px -164px; }
.icon_soPUZZLE_PIECES_1 { width: 36px; height: 22px; background-position: -332px -251px; }
.icon_soPUZZLE_PIECES_1_2x { width: 72px; height: 44px; background-position: 0px -230px; }
.icon_soPUZZLE_PIECES_1:hover, .icon_soPUZZLE_PIECES_1.active { width: 36px; height: 22px; background-position: -248px -82px; }
.icon_soPUZZLE_PIECES_1_2x:hover, .icon_soPUZZLE_PIECES_1_2x.active_2x_2x { width: 72px; height: 44px; background-position: -72px -230px; }
.icon_soPUZZLE_PIECES_2.disabled { width: 36px; height: 22px; background-position: -248px -104px; }
.icon_soPUZZLE_PIECES_2_2x.disabled_2x { width: 72px; height: 44px; background-position: -144px -230px; }
.icon_soPUZZLE_PIECES_2 { width: 36px; height: 22px; background-position: -248px -126px; }
.icon_soPUZZLE_PIECES_2_2x { width: 72px; height: 44px; background-position: -216px -230px; }
.icon_soPUZZLE_PIECES_2:hover, .icon_soPUZZLE_PIECES_2.active { width: 36px; height: 22px; background-position: -200px -208px; }
.icon_soPUZZLE_PIECES_2_2x:hover, .icon_soPUZZLE_PIECES_2_2x.active_2x_2x { width: 72px; height: 44px; background-position: -296px 0px; }
.icon_soPUZZLE_PIECES_4.disabled { width: 50px; height: 33px; background-position: -296px -44px; }
.icon_soPUZZLE_PIECES_4_2x.disabled_2x { width: 100px; height: 66px; background-position: -148px -82px; }
.icon_soPUZZLE_PIECES_4 { width: 50px; height: 33px; background-position: -296px -77px; }
.icon_soPUZZLE_PIECES_4_2x { width: 100px; height: 66px; background-position: 0px -164px; }
.icon_soPUZZLE_PIECES_4:hover, .icon_soPUZZLE_PIECES_4.active { width: 50px; height: 33px; background-position: -296px -110px; }
.icon_soPUZZLE_PIECES_4_2x:hover, .icon_soPUZZLE_PIECES_4_2x.active_2x_2x { width: 100px; height: 66px; background-position: -100px -164px; }
.icon_soPUZZLE_PIECES_8.disabled { width: 74px; height: 41px; background-position: 0px -274px; }
.icon_soPUZZLE_PIECES_8_2x.disabled_2x { width: 148px; height: 82px; background-position: 0px 0px; }
.icon_soPUZZLE_PIECES_8 { width: 74px; height: 41px; background-position: -74px -274px; }
.icon_soPUZZLE_PIECES_8_2x { width: 148px; height: 82px; background-position: -148px 0px; }
.icon_soPUZZLE_PIECES_8:hover, .icon_soPUZZLE_PIECES_8.active { width: 74px; height: 41px; background-position: -148px -274px; }
.icon_soPUZZLE_PIECES_8_2x:hover, .icon_soPUZZLE_PIECES_8_2x.active_2x_2x { width: 148px; height: 82px; background-position: 0px -82px; }
.icon_soPUZZLE_SHAPE_1.disabled { width: 36px; height: 36px; background-position: -296px -143px; }
.icon_soPUZZLE_SHAPE_1 { width: 36px; height: 36px; background-position: -332px -143px; }
.icon_soPUZZLE_SHAPE_1:hover, .icon_soPUZZLE_SHAPE_1.active { width: 36px; height: 36px; background-position: -296px -179px; }
.icon_soPUZZLE_SHAPE_2.disabled { width: 36px; height: 36px; background-position: -332px -179px; }
.icon_soPUZZLE_SHAPE_2 { width: 36px; height: 36px; background-position: -296px -215px; }
.icon_soPUZZLE_SHAPE_2:hover, .icon_soPUZZLE_SHAPE_2.active { width: 36px; height: 36px; background-position: -332px -215px; }
.icon_soPZN_FRAME_SIZE_1,
.icon_soPZN_FRAME_SIZE_16,
.icon_soPZN_FRAME_SIZE_2,
.icon_soPZN_FRAME_SIZE_4,
.icon_soPZN_FRAME_SIZE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soPZN.png); }
.icon_soPZN_FRAME_SIZE_1 { width: 14px; height: 16px; background-position: -36px 0px; }
.icon_soPZN_FRAME_SIZE_1:hover, .icon_soPZN_FRAME_SIZE_1.active { width: 14px; height: 16px; background-position: -36px -16px; }
.icon_soPZN_FRAME_SIZE_16 { width: 18px; height: 18px; background-position: 0px 0px; }
.icon_soPZN_FRAME_SIZE_16:hover, .icon_soPZN_FRAME_SIZE_16.active { width: 18px; height: 18px; background-position: -18px 0px; }
.icon_soPZN_FRAME_SIZE_2 { width: 16px; height: 14px; background-position: 0px -36px; }
.icon_soPZN_FRAME_SIZE_2:hover, .icon_soPZN_FRAME_SIZE_2.active { width: 16px; height: 14px; background-position: -16px -36px; }
.icon_soPZN_FRAME_SIZE_4 { width: 16px; height: 14px; background-position: -32px -36px; }
.icon_soPZN_FRAME_SIZE_4:hover, .icon_soPZN_FRAME_SIZE_4.active { width: 16px; height: 14px; background-position: -50px 0px; }
.icon_soPZN_FRAME_SIZE_8 { width: 18px; height: 18px; background-position: 0px -18px; }
.icon_soPZN_FRAME_SIZE_8:hover, .icon_soPZN_FRAME_SIZE_8.active { width: 18px; height: 18px; background-position: -18px -18px; }
.icon_soSERVING_TRAY_SIZE_1,
.icon_soSERVING_TRAY_SIZE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soSERVING.png); }
.icon_soSERVING_TRAY_SIZE_1 { width: 28px; height: 28px; background-position: 0px 0px; }
.icon_soSERVING_TRAY_SIZE_1:hover, .icon_soSERVING_TRAY_SIZE_1.active { width: 28px; height: 28px; background-position: -28px 0px; }
.icon_soSERVING_TRAY_SIZE_2 { width: 28px; height: 28px; background-position: 0px -28px; }
.icon_soSERVING_TRAY_SIZE_2:hover, .icon_soSERVING_TRAY_SIZE_2.active { width: 28px; height: 28px; background-position: -28px -28px; }
.icon_soSHAM_SIZE_1,
.icon_soSHAM_SIZE_1_2x,
.icon_soSHAM_SIZE_2,
.icon_soSHAM_SIZE_2_2x { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soSHAM.png); }
.icon_soSHAM_SIZE_1.disabled { width: 30px; height: 20px; background-position: -72px 0px; }
.icon_soSHAM_SIZE_1_2x.disabled_2x { width: 30px; height: 20px; background-position: -72px -20px; }
.icon_soSHAM_SIZE_1 { width: 30px; height: 20px; background-position: -72px -40px; }
.icon_soSHAM_SIZE_1_2x { width: 30px; height: 20px; background-position: 0px -72px; }
.icon_soSHAM_SIZE_1:hover, .icon_soSHAM_SIZE_1.active { width: 30px; height: 20px; background-position: -30px -72px; }
.icon_soSHAM_SIZE_1_2x:hover, .icon_soSHAM_SIZE_1_2x.active_2x_2x { width: 30px; height: 20px; background-position: -60px -72px; }
.icon_soSHAM_SIZE_2.disabled { width: 36px; height: 24px; background-position: 0px 0px; }
.icon_soSHAM_SIZE_2_2x.disabled_2x { width: 36px; height: 24px; background-position: -36px 0px; }
.icon_soSHAM_SIZE_2 { width: 36px; height: 24px; background-position: 0px -24px; }
.icon_soSHAM_SIZE_2_2x { width: 36px; height: 24px; background-position: -36px -24px; }
.icon_soSHAM_SIZE_2:hover, .icon_soSHAM_SIZE_2.active { width: 36px; height: 24px; background-position: 0px -48px; }
.icon_soSHAM_SIZE_2_2x:hover, .icon_soSHAM_SIZE_2_2x.active_2x_2x { width: 36px; height: 24px; background-position: -36px -48px; }
.icon_soSLATE_PLAQUE_SIZE_1,
.icon_soSLATE_PLAQUE_SIZE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soSLATE.png); }
.icon_soSLATE_PLAQUE_SIZE_1.disabled { width: 48px; height: 48px; background-position: 0px 0px; }
.icon_soSLATE_PLAQUE_SIZE_1 { width: 48px; height: 48px; background-position: -48px 0px; }
.icon_soSLATE_PLAQUE_SIZE_1:hover, .icon_soSLATE_PLAQUE_SIZE_1.active { width: 48px; height: 48px; background-position: 0px -48px; }
.icon_soSLATE_PLAQUE_SIZE_2.disabled { width: 48px; height: 48px; background-position: -48px -48px; }
.icon_soSLATE_PLAQUE_SIZE_2 { width: 48px; height: 48px; background-position: -96px 0px; }
.icon_soSLATE_PLAQUE_SIZE_2:hover, .icon_soSLATE_PLAQUE_SIZE_2.active { width: 48px; height: 48px; background-position: -96px -48px; }
.icon_soSOCKS_GENDER_1,
.icon_soSOCKS_GENDER_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soSOCKS.png); }
.icon_soSOCKS_GENDER_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soSOCKS_GENDER_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soSOCKS_GENDER_1:hover, .icon_soSOCKS_GENDER_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soSOCKS_GENDER_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soSOCKS_GENDER_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soSOCKS_GENDER_2:hover, .icon_soSOCKS_GENDER_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soTABLE_RUNNER_SIZE_1,
.icon_soTABLE_RUNNER_SIZE_2,
.icon_soTABLE_RUNNER_SIZE_4,
.icon_soTABLE_RUNNER_SIZE_8,
.icon_soTABLET_MODEL_1,
.icon_soTABLET_MODEL_2,
.icon_soTABLET_MODEL_3,
.icon_soTABLETOP_FRAME_TYPE_1,
.icon_soTABLETOP_FRAME_TYPE_16,
.icon_soTABLETOP_FRAME_TYPE_2,
.icon_soTABLETOP_FRAME_TYPE_4,
.icon_soTABLETOP_FRAME_TYPE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soTABLE.png); }
.icon_soTABLE_RUNNER_SIZE_1.disabled { width: 34px; height: 34px; background-position: 0px -100px; }
.icon_soTABLE_RUNNER_SIZE_1 { width: 30px; height: 8px; background-position: -130px -162px; }
.icon_soTABLE_RUNNER_SIZE_1:hover, .icon_soTABLE_RUNNER_SIZE_1.active { width: 30px; height: 8px; background-position: -160px -162px; }
.icon_soTABLE_RUNNER_SIZE_2.disabled { width: 34px; height: 34px; background-position: -34px -100px; }
.icon_soTABLE_RUNNER_SIZE_2 { width: 34px; height: 10px; background-position: -62px -162px; }
.icon_soTABLE_RUNNER_SIZE_2:hover, .icon_soTABLE_RUNNER_SIZE_2.active { width: 34px; height: 10px; background-position: -96px -162px; }
.icon_soTABLE_RUNNER_SIZE_4.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soTABLE_RUNNER_SIZE_4 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soTABLE_RUNNER_SIZE_4:hover, .icon_soTABLE_RUNNER_SIZE_4.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soTABLE_RUNNER_SIZE_8.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soTABLE_RUNNER_SIZE_8 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soTABLE_RUNNER_SIZE_8:hover, .icon_soTABLE_RUNNER_SIZE_8.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soTABLET_MODEL_1 { width: 22px; height: 33px; background-position: -178px -84px; }
.icon_soTABLET_MODEL_1:hover, .icon_soTABLET_MODEL_1.active { width: 22px; height: 33px; background-position: -178px -117px; }
.icon_soTABLET_MODEL_2 { width: 22px; height: 33px; background-position: 0px -162px; }
.icon_soTABLET_MODEL_2:hover, .icon_soTABLET_MODEL_2.active { width: 22px; height: 33px; background-position: -22px -162px; }
.icon_soTABLET_MODEL_3 { width: 18px; height: 27px; background-position: -124px -100px; }
.icon_soTABLET_MODEL_3:hover, .icon_soTABLET_MODEL_3.active { width: 18px; height: 27px; background-position: -44px -162px; }
.icon_soTABLETOP_FRAME_TYPE_1.disabled { width: 28px; height: 28px; background-position: -68px -100px; }
.icon_soTABLETOP_FRAME_TYPE_1 { width: 28px; height: 28px; background-position: -96px -100px; }
.icon_soTABLETOP_FRAME_TYPE_1:hover, .icon_soTABLETOP_FRAME_TYPE_1.active { width: 28px; height: 28px; background-position: -150px 0px; }
.icon_soTABLETOP_FRAME_TYPE_16.disabled { width: 28px; height: 28px; background-position: -150px -28px; }
.icon_soTABLETOP_FRAME_TYPE_16 { width: 28px; height: 28px; background-position: -150px -56px; }
.icon_soTABLETOP_FRAME_TYPE_16:hover, .icon_soTABLETOP_FRAME_TYPE_16.active { width: 28px; height: 28px; background-position: -150px -84px; }
.icon_soTABLETOP_FRAME_TYPE_2.disabled { width: 28px; height: 28px; background-position: 0px -134px; }
.icon_soTABLETOP_FRAME_TYPE_2 { width: 28px; height: 28px; background-position: -28px -134px; }
.icon_soTABLETOP_FRAME_TYPE_2:hover, .icon_soTABLETOP_FRAME_TYPE_2.active { width: 28px; height: 28px; background-position: -56px -134px; }
.icon_soTABLETOP_FRAME_TYPE_4.disabled { width: 28px; height: 28px; background-position: -84px -134px; }
.icon_soTABLETOP_FRAME_TYPE_4 { width: 28px; height: 28px; background-position: -112px -134px; }
.icon_soTABLETOP_FRAME_TYPE_4:hover, .icon_soTABLETOP_FRAME_TYPE_4.active { width: 28px; height: 28px; background-position: -140px -134px; }
.icon_soTABLETOP_FRAME_TYPE_8.disabled { width: 28px; height: 28px; background-position: -178px 0px; }
.icon_soTABLETOP_FRAME_TYPE_8 { width: 28px; height: 28px; background-position: -178px -28px; }
.icon_soTABLETOP_FRAME_TYPE_8:hover, .icon_soTABLETOP_FRAME_TYPE_8.active { width: 28px; height: 28px; background-position: -178px -56px; }
.icon_soTABLET_MODEL_1,
.icon_soTABLET_MODEL_2,
.icon_soTABLET_MODEL_3,
.icon_soTABLETOP_FRAME_TYPE_1,
.icon_soTABLETOP_FRAME_TYPE_16,
.icon_soTABLETOP_FRAME_TYPE_2,
.icon_soTABLETOP_FRAME_TYPE_4,
.icon_soTABLETOP_FRAME_TYPE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soTABLET.png); }
.icon_soTABLET_MODEL_1 { width: 22px; height: 33px; background-position: -112px 0px; }
.icon_soTABLET_MODEL_1:hover, .icon_soTABLET_MODEL_1.active { width: 22px; height: 33px; background-position: -112px -33px; }
.icon_soTABLET_MODEL_2 { width: 22px; height: 33px; background-position: -112px -66px; }
.icon_soTABLET_MODEL_2:hover, .icon_soTABLET_MODEL_2.active { width: 22px; height: 33px; background-position: -134px 0px; }
.icon_soTABLET_MODEL_3 { width: 18px; height: 27px; background-position: -134px -33px; }
.icon_soTABLET_MODEL_3:hover, .icon_soTABLET_MODEL_3.active { width: 18px; height: 27px; background-position: -134px -60px; }
.icon_soTABLETOP_FRAME_TYPE_1.disabled { width: 28px; height: 28px; background-position: 0px 0px; }
.icon_soTABLETOP_FRAME_TYPE_1 { width: 28px; height: 28px; background-position: -28px 0px; }
.icon_soTABLETOP_FRAME_TYPE_1:hover, .icon_soTABLETOP_FRAME_TYPE_1.active { width: 28px; height: 28px; background-position: 0px -28px; }
.icon_soTABLETOP_FRAME_TYPE_16.disabled { width: 28px; height: 28px; background-position: -28px -28px; }
.icon_soTABLETOP_FRAME_TYPE_16 { width: 28px; height: 28px; background-position: -56px 0px; }
.icon_soTABLETOP_FRAME_TYPE_16:hover, .icon_soTABLETOP_FRAME_TYPE_16.active { width: 28px; height: 28px; background-position: -56px -28px; }
.icon_soTABLETOP_FRAME_TYPE_2.disabled { width: 28px; height: 28px; background-position: 0px -56px; }
.icon_soTABLETOP_FRAME_TYPE_2 { width: 28px; height: 28px; background-position: -28px -56px; }
.icon_soTABLETOP_FRAME_TYPE_2:hover, .icon_soTABLETOP_FRAME_TYPE_2.active { width: 28px; height: 28px; background-position: -56px -56px; }
.icon_soTABLETOP_FRAME_TYPE_4.disabled { width: 28px; height: 28px; background-position: -84px 0px; }
.icon_soTABLETOP_FRAME_TYPE_4 { width: 28px; height: 28px; background-position: -84px -28px; }
.icon_soTABLETOP_FRAME_TYPE_4:hover, .icon_soTABLETOP_FRAME_TYPE_4.active { width: 28px; height: 28px; background-position: -84px -56px; }
.icon_soTABLETOP_FRAME_TYPE_8.disabled { width: 28px; height: 28px; background-position: 0px -84px; }
.icon_soTABLETOP_FRAME_TYPE_8 { width: 28px; height: 28px; background-position: -28px -84px; }
.icon_soTABLETOP_FRAME_TYPE_8:hover, .icon_soTABLETOP_FRAME_TYPE_8.active { width: 28px; height: 28px; background-position: -56px -84px; }
.icon_soTABLETOP_FRAME_TYPE_1,
.icon_soTABLETOP_FRAME_TYPE_16,
.icon_soTABLETOP_FRAME_TYPE_2,
.icon_soTABLETOP_FRAME_TYPE_4,
.icon_soTABLETOP_FRAME_TYPE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soTABLETOP.png); }
.icon_soTABLETOP_FRAME_TYPE_1.disabled { width: 28px; height: 28px; background-position: 0px 0px; }
.icon_soTABLETOP_FRAME_TYPE_1 { width: 28px; height: 28px; background-position: -28px 0px; }
.icon_soTABLETOP_FRAME_TYPE_1:hover, .icon_soTABLETOP_FRAME_TYPE_1.active { width: 28px; height: 28px; background-position: 0px -28px; }
.icon_soTABLETOP_FRAME_TYPE_16.disabled { width: 28px; height: 28px; background-position: -28px -28px; }
.icon_soTABLETOP_FRAME_TYPE_16 { width: 28px; height: 28px; background-position: -56px 0px; }
.icon_soTABLETOP_FRAME_TYPE_16:hover, .icon_soTABLETOP_FRAME_TYPE_16.active { width: 28px; height: 28px; background-position: -56px -28px; }
.icon_soTABLETOP_FRAME_TYPE_2.disabled { width: 28px; height: 28px; background-position: 0px -56px; }
.icon_soTABLETOP_FRAME_TYPE_2 { width: 28px; height: 28px; background-position: -28px -56px; }
.icon_soTABLETOP_FRAME_TYPE_2:hover, .icon_soTABLETOP_FRAME_TYPE_2.active { width: 28px; height: 28px; background-position: -56px -56px; }
.icon_soTABLETOP_FRAME_TYPE_4.disabled { width: 28px; height: 28px; background-position: -84px 0px; }
.icon_soTABLETOP_FRAME_TYPE_4 { width: 28px; height: 28px; background-position: -84px -28px; }
.icon_soTABLETOP_FRAME_TYPE_4:hover, .icon_soTABLETOP_FRAME_TYPE_4.active { width: 28px; height: 28px; background-position: -84px -56px; }
.icon_soTABLETOP_FRAME_TYPE_8.disabled { width: 28px; height: 28px; background-position: 0px -84px; }
.icon_soTABLETOP_FRAME_TYPE_8 { width: 28px; height: 28px; background-position: -28px -84px; }
.icon_soTABLETOP_FRAME_TYPE_8:hover, .icon_soTABLETOP_FRAME_TYPE_8.active { width: 28px; height: 28px; background-position: -56px -84px; }
.icon_soTOTE_STYLE_1,
.icon_soTOTE_STYLE_2,
.icon_soTOTE_STYLE_4,
.icon_soTOTE_STYLE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soTOTE.png); }
.icon_soTOTE_STYLE_1.disabled { width: 38px; height: 38px; background-position: 0px 0px; }
.icon_soTOTE_STYLE_1 { width: 38px; height: 38px; background-position: -38px 0px; }
.icon_soTOTE_STYLE_1:hover, .icon_soTOTE_STYLE_1.active { width: 38px; height: 38px; background-position: 0px -38px; }
.icon_soTOTE_STYLE_2.disabled { width: 38px; height: 38px; background-position: -38px -38px; }
.icon_soTOTE_STYLE_2 { width: 38px; height: 38px; background-position: -76px 0px; }
.icon_soTOTE_STYLE_2:hover, .icon_soTOTE_STYLE_2.active { width: 38px; height: 38px; background-position: -76px -38px; }
.icon_soTOTE_STYLE_4.disabled { width: 38px; height: 38px; background-position: 0px -76px; }
.icon_soTOTE_STYLE_4 { width: 38px; height: 38px; background-position: -38px -76px; }
.icon_soTOTE_STYLE_4:hover, .icon_soTOTE_STYLE_4.active { width: 38px; height: 38px; background-position: -76px -76px; }
.icon_soTOTE_STYLE_8.disabled { width: 38px; height: 38px; background-position: -114px 0px; }
.icon_soTOTE_STYLE_8 { width: 38px; height: 38px; background-position: -114px -38px; }
.icon_soTOTE_STYLE_8:hover, .icon_soTOTE_STYLE_8.active { width: 38px; height: 38px; background-position: -114px -76px; }
.icon_soTSHIRT_COLOR_1,
.icon_soTSHIRT_COLOR_16,
.icon_soTSHIRT_COLOR_2,
.icon_soTSHIRT_COLOR_4,
.icon_soTSHIRT_COLOR_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soTSHIRT.png); }
.icon_soTSHIRT_COLOR_1.disabled { width: 48px; height: 48px; background-position: 0px 0px; }
.icon_soTSHIRT_COLOR_1 { width: 48px; height: 48px; background-position: -48px 0px; }
.icon_soTSHIRT_COLOR_1:hover, .icon_soTSHIRT_COLOR_1.active { width: 48px; height: 48px; background-position: 0px -48px; }
.icon_soTSHIRT_COLOR_16.disabled { width: 48px; height: 48px; background-position: -48px -48px; }
.icon_soTSHIRT_COLOR_16 { width: 48px; height: 48px; background-position: -96px 0px; }
.icon_soTSHIRT_COLOR_16:hover, .icon_soTSHIRT_COLOR_16.active { width: 48px; height: 48px; background-position: -96px -48px; }
.icon_soTSHIRT_COLOR_2.disabled { width: 48px; height: 48px; background-position: 0px -96px; }
.icon_soTSHIRT_COLOR_2 { width: 48px; height: 48px; background-position: -48px -96px; }
.icon_soTSHIRT_COLOR_2:hover, .icon_soTSHIRT_COLOR_2.active { width: 48px; height: 48px; background-position: -96px -96px; }
.icon_soTSHIRT_COLOR_4.disabled { width: 48px; height: 48px; background-position: -144px 0px; }
.icon_soTSHIRT_COLOR_4 { width: 48px; height: 48px; background-position: -144px -48px; }
.icon_soTSHIRT_COLOR_4:hover, .icon_soTSHIRT_COLOR_4.active { width: 48px; height: 48px; background-position: -144px -96px; }
.icon_soTSHIRT_COLOR_8.disabled { width: 48px; height: 48px; background-position: 0px -144px; }
.icon_soTSHIRT_COLOR_8 { width: 48px; height: 48px; background-position: -48px -144px; }
.icon_soTSHIRT_COLOR_8:hover, .icon_soTSHIRT_COLOR_8.active { width: 48px; height: 48px; background-position: -96px -144px; }
.icon_soWALLART_MATERIAL_1,
.icon_soWALLART_MATERIAL_16,
.icon_soWALLART_MATERIAL_2,
.icon_soWALLART_MATERIAL_4,
.icon_soWALLART_MATERIAL_8,
.icon_soWALLART_SIZE_1,
.icon_soWALLART_SIZE_1020,
.icon_soWALLART_SIZE_1024,
.icon_soWALLART_SIZE_1048576,
.icon_soWALLART_SIZE_128,
.icon_soWALLART_SIZE_16,
.icon_soWALLART_SIZE_16384,
.icon_soWALLART_SIZE_2,
.icon_soWALLART_SIZE_2048,
.icon_soWALLART_SIZE_2097152,
.icon_soWALLART_SIZE_256,
.icon_soWALLART_SIZE_262144,
.icon_soWALLART_SIZE_262144_2x,
.icon_soWALLART_SIZE_262144_3x,
.icon_soWALLART_SIZE_32,
.icon_soWALLART_SIZE_32768,
.icon_soWALLART_SIZE_4,
.icon_soWALLART_SIZE_4096,
.icon_soWALLART_SIZE_4194304,
.icon_soWALLART_SIZE_512,
.icon_soWALLART_SIZE_524288,
.icon_soWALLART_SIZE_524288_2x,
.icon_soWALLART_SIZE_524288_3x,
.icon_soWALLART_SIZE_64,
.icon_soWALLART_SIZE_65536,
.icon_soWALLART_SIZE_8,
.icon_soWALLART_SIZE_8192 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soWALLART.png); }
.icon_soWALLART_MATERIAL_1.disabled { width: 48px; height: 48px; background-position: -318px -168px; }
.icon_soWALLART_MATERIAL_1 { width: 48px; height: 48px; background-position: -318px -216px; }
.icon_soWALLART_MATERIAL_1:hover, .icon_soWALLART_MATERIAL_1.active { width: 48px; height: 48px; background-position: -250px -204px; }
.icon_soWALLART_MATERIAL_16.disabled { width: 48px; height: 48px; background-position: 0px -288px; }
.icon_soWALLART_MATERIAL_16 { width: 48px; height: 48px; background-position: -48px -288px; }
.icon_soWALLART_MATERIAL_16:hover, .icon_soWALLART_MATERIAL_16.active { width: 48px; height: 48px; background-position: -96px -288px; }
.icon_soWALLART_MATERIAL_2.disabled { width: 48px; height: 48px; background-position: -144px -288px; }
.icon_soWALLART_MATERIAL_2 { width: 48px; height: 48px; background-position: -192px -288px; }
.icon_soWALLART_MATERIAL_2:hover, .icon_soWALLART_MATERIAL_2.active { width: 48px; height: 48px; background-position: -240px -288px; }
.icon_soWALLART_MATERIAL_4.disabled { width: 48px; height: 48px; background-position: -288px -288px; }
.icon_soWALLART_MATERIAL_4 { width: 48px; height: 48px; background-position: -336px -288px; }
.icon_soWALLART_MATERIAL_4:hover, .icon_soWALLART_MATERIAL_4.active { width: 48px; height: 48px; background-position: 0px -336px; }
.icon_soWALLART_MATERIAL_8.disabled { width: 48px; height: 48px; background-position: -48px -336px; }
.icon_soWALLART_MATERIAL_8 { width: 48px; height: 48px; background-position: -96px -336px; }
.icon_soWALLART_MATERIAL_8:hover, .icon_soWALLART_MATERIAL_8.active { width: 48px; height: 48px; background-position: -144px -336px; }
.icon_soWALLART_SIZE_1 { width: 33px; height: 22px; background-position: -394px -316px; }
.icon_soWALLART_SIZE_1:hover, .icon_soWALLART_SIZE_1.active { width: 34px; height: 26px; background-position: -394px -68px; }
.icon_soWALLART_SIZE_1020.disabled { width: 34px; height: 34px; background-position: -204px -168px; }
.icon_soWALLART_SIZE_1020 { width: 34px; height: 34px; background-position: -238px -168px; }
.icon_soWALLART_SIZE_1020:hover, .icon_soWALLART_SIZE_1020.active { width: 34px; height: 34px; background-position: -272px -168px; }
.icon_soWALLART_SIZE_1024 { width: 28px; height: 12px; background-position: -366px -193px; }
.icon_soWALLART_SIZE_1024:hover, .icon_soWALLART_SIZE_1024.active { width: 28px; height: 12px; background-position: -366px -244px; }
.icon_soWALLART_SIZE_1048576.disabled { width: 34px; height: 34px; background-position: -170px -102px; }
.icon_soWALLART_SIZE_1048576 { width: 34px; height: 34px; background-position: -170px -136px; }
.icon_soWALLART_SIZE_1048576:hover, .icon_soWALLART_SIZE_1048576.active { width: 34px; height: 34px; background-position: -102px -170px; }
.icon_soWALLART_SIZE_128 { width: 18px; height: 28px; background-position: -366px -216px; }
.icon_soWALLART_SIZE_128:hover, .icon_soWALLART_SIZE_128.active { width: 18px; height: 28px; background-position: -298px -204px; }
.icon_soWALLART_SIZE_16 { width: 18px; height: 18px; background-position: -298px -232px; }
.icon_soWALLART_SIZE_16:hover, .icon_soWALLART_SIZE_16.active { width: 18px; height: 18px; background-position: -250px -252px; }
.icon_soWALLART_SIZE_16384 { width: 10px; height: 10px; background-position: -416px -272px; }
.icon_soWALLART_SIZE_16384:hover, .icon_soWALLART_SIZE_16384.active { width: 10px; height: 10px; background-position: -416px -282px; }
.icon_soWALLART_SIZE_2 { width: 31px; height: 26px; background-position: -394px -172px; }
.icon_soWALLART_SIZE_2:hover, .icon_soWALLART_SIZE_2.active { width: 32px; height: 26px; background-position: -394px -120px; }
.icon_soWALLART_SIZE_2048 { width: 33px; height: 11px; background-position: -394px -363px; }
.icon_soWALLART_SIZE_2048:hover, .icon_soWALLART_SIZE_2048.active { width: 33px; height: 11px; background-position: -318px -264px; }
.icon_soWALLART_SIZE_2097152.disabled { width: 34px; height: 34px; background-position: -136px -170px; }
.icon_soWALLART_SIZE_2097152 { width: 34px; height: 34px; background-position: -170px -170px; }
.icon_soWALLART_SIZE_2097152:hover, .icon_soWALLART_SIZE_2097152.active { width: 34px; height: 34px; background-position: -192px -336px; }
.icon_soWALLART_SIZE_256 { width: 22px; height: 34px; background-position: -394px -248px; }
.icon_soWALLART_SIZE_256:hover, .icon_soWALLART_SIZE_256.active { width: 22px; height: 34px; background-position: -394px -282px; }
.icon_soWALLART_SIZE_262144.disabled { width: 38px; height: 28px; background-position: 0px -384px; }
.icon_soWALLART_SIZE_262144_2x.disabled_2x { width: 76px; height: 56px; background-position: -318px 0px; }
.icon_soWALLART_SIZE_262144_3x.disabled_3x { width: 114px; height: 84px; background-position: -204px 0px; }
.icon_soWALLART_SIZE_262144 { width: 38px; height: 28px; background-position: -38px -384px; }
.icon_soWALLART_SIZE_262144_2x { width: 76px; height: 56px; background-position: -318px -56px; }
.icon_soWALLART_SIZE_262144_3x { width: 114px; height: 84px; background-position: -204px -84px; }
.icon_soWALLART_SIZE_262144:hover, .icon_soWALLART_SIZE_262144.active { width: 38px; height: 28px; background-position: -76px -384px; }
.icon_soWALLART_SIZE_262144_2x:hover, .icon_soWALLART_SIZE_262144_2x.active_2x_2x { width: 76px; height: 56px; background-position: -318px -112px; }
.icon_soWALLART_SIZE_262144_3x:hover, .icon_soWALLART_SIZE_262144_3x.active_3x_3x { width: 114px; height: 84px; background-position: 0px -204px; }
.icon_soWALLART_SIZE_32 { width: 14px; height: 20px; background-position: -134px -384px; }
.icon_soWALLART_SIZE_32:hover, .icon_soWALLART_SIZE_32.active { width: 14px; height: 20px; background-position: -148px -384px; }
.icon_soWALLART_SIZE_32768 { width: 12px; height: 12px; background-position: -416px -248px; }
.icon_soWALLART_SIZE_32768:hover, .icon_soWALLART_SIZE_32768.active { width: 12px; height: 12px; background-position: -416px -260px; }
.icon_soWALLART_SIZE_4 { width: 33px; height: 24px; background-position: -394px -198px; }
.icon_soWALLART_SIZE_4:hover, .icon_soWALLART_SIZE_4.active { width: 33px; height: 26px; background-position: -394px -94px; }
.icon_soWALLART_SIZE_4096 { width: 25px; height: 25px; background-position: -394px -338px; }
.icon_soWALLART_SIZE_4096:hover, .icon_soWALLART_SIZE_4096.active { width: 25px; height: 25px; background-position: -366px -168px; }
.icon_soWALLART_SIZE_4194304.disabled { width: 34px; height: 34px; background-position: -226px -336px; }
.icon_soWALLART_SIZE_4194304 { width: 34px; height: 34px; background-position: -260px -336px; }
.icon_soWALLART_SIZE_4194304:hover, .icon_soWALLART_SIZE_4194304.active { width: 34px; height: 34px; background-position: -294px -336px; }
.icon_soWALLART_SIZE_512 { width: 14px; height: 17px; background-position: -268px -252px; }
.icon_soWALLART_SIZE_512:hover, .icon_soWALLART_SIZE_512.active { width: 14px; height: 17px; background-position: -282px -252px; }
.icon_soWALLART_SIZE_524288.disabled { width: 34px; height: 34px; background-position: -328px -336px; }
.icon_soWALLART_SIZE_524288_2x.disabled_2x { width: 68px; height: 68px; background-position: -102px -102px; }
.icon_soWALLART_SIZE_524288_3x.disabled_3x { width: 102px; height: 102px; background-position: 0px 0px; }
.icon_soWALLART_SIZE_524288 { width: 34px; height: 34px; background-position: -394px 0px; }
.icon_soWALLART_SIZE_524288_2x { width: 68px; height: 68px; background-position: -114px -204px; }
.icon_soWALLART_SIZE_524288_3x { width: 102px; height: 102px; background-position: -102px 0px; }
.icon_soWALLART_SIZE_524288:hover, .icon_soWALLART_SIZE_524288.active { width: 34px; height: 34px; background-position: -394px -34px; }
.icon_soWALLART_SIZE_524288_2x:hover, .icon_soWALLART_SIZE_524288_2x.active_2x_2x { width: 68px; height: 68px; background-position: -182px -204px; }
.icon_soWALLART_SIZE_524288_3x:hover, .icon_soWALLART_SIZE_524288_3x.active_3x_3x { width: 102px; height: 102px; background-position: 0px -102px; }
.icon_soWALLART_SIZE_64 { width: 20px; height: 25px; background-position: -362px -336px; }
.icon_soWALLART_SIZE_64:hover, .icon_soWALLART_SIZE_64.active { width: 20px; height: 25px; background-position: -114px -384px; }
.icon_soWALLART_SIZE_65536 { width: 14px; height: 14px; background-position: -296px -252px; }
.icon_soWALLART_SIZE_65536:hover, .icon_soWALLART_SIZE_65536.active { width: 14px; height: 14px; background-position: -114px -272px; }
.icon_soWALLART_SIZE_8 { width: 29px; height: 26px; background-position: -394px -222px; }
.icon_soWALLART_SIZE_8:hover, .icon_soWALLART_SIZE_8.active { width: 32px; height: 26px; background-position: -394px -146px; }
.icon_soWALLART_SIZE_8192 { width: 14px; height: 20px; background-position: -162px -384px; }
.icon_soWALLART_SIZE_8192:hover, .icon_soWALLART_SIZE_8192.active { width: 14px; height: 20px; background-position: -176px -384px; }
.icon_soWATER_BOTTLE_SIZE_1,
.icon_soWATER_BOTTLE_SIZE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soWATER.png); }
.icon_soWATER_BOTTLE_SIZE_1.disabled { width: 20px; height: 20px; background-position: 0px 0px; }
.icon_soWATER_BOTTLE_SIZE_1 { width: 20px; height: 20px; background-position: -20px 0px; }
.icon_soWATER_BOTTLE_SIZE_1:hover, .icon_soWATER_BOTTLE_SIZE_1.active { width: 20px; height: 20px; background-position: 0px -20px; }
.icon_soWATER_BOTTLE_SIZE_2.disabled { width: 20px; height: 20px; background-position: -20px -20px; }
.icon_soWATER_BOTTLE_SIZE_2 { width: 20px; height: 20px; background-position: -40px 0px; }
.icon_soWATER_BOTTLE_SIZE_2:hover, .icon_soWATER_BOTTLE_SIZE_2.active { width: 20px; height: 20px; background-position: -40px -20px; }
.icon_soWINEBAG_FABRIC_COLOR_1,
.icon_soWINEBAG_FABRIC_COLOR_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soWINEBAG.png); }
.icon_soWINEBAG_FABRIC_COLOR_1.disabled { width: 44px; height: 44px; background-position: 0px 0px; }
.icon_soWINEBAG_FABRIC_COLOR_1 { width: 28px; height: 28px; background-position: 0px -44px; }
.icon_soWINEBAG_FABRIC_COLOR_1:hover, .icon_soWINEBAG_FABRIC_COLOR_1.active { width: 28px; height: 28px; background-position: -28px -44px; }
.icon_soWINEBAG_FABRIC_COLOR_2.disabled { width: 44px; height: 44px; background-position: -44px 0px; }
.icon_soWINEBAG_FABRIC_COLOR_2 { width: 28px; height: 28px; background-position: -56px -44px; }
.icon_soWINEBAG_FABRIC_COLOR_2:hover, .icon_soWINEBAG_FABRIC_COLOR_2.active { width: 28px; height: 28px; background-position: -88px 0px; }
.icon_soWOODEN_PLAQUE_SIZE_1,
.icon_soWOODEN_PLAQUE_SIZE_2 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soWOODEN.png); }
.icon_soWOODEN_PLAQUE_SIZE_1.disabled { width: 50px; height: 50px; background-position: 0px 0px; }
.icon_soWOODEN_PLAQUE_SIZE_1 { width: 50px; height: 50px; background-position: -50px 0px; }
.icon_soWOODEN_PLAQUE_SIZE_1:hover, .icon_soWOODEN_PLAQUE_SIZE_1.active { width: 50px; height: 50px; background-position: 0px -50px; }
.icon_soWOODEN_PLAQUE_SIZE_2.disabled { width: 50px; height: 50px; background-position: -50px -50px; }
.icon_soWOODEN_PLAQUE_SIZE_2 { width: 50px; height: 50px; background-position: -100px 0px; }
.icon_soWOODEN_PLAQUE_SIZE_2:hover, .icon_soWOODEN_PLAQUE_SIZE_2.active { width: 50px; height: 50px; background-position: -100px -50px; }
.icon_soWOODFRAME_SIZE_1,
.icon_soWOODFRAME_SIZE_16,
.icon_soWOODFRAME_SIZE_2,
.icon_soWOODFRAME_SIZE_4,
.icon_soWOODFRAME_SIZE_8 { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soWOODFRAME.png); }
.icon_soWOODFRAME_SIZE_1.disabled { width: 24px; height: 18px; background-position: -60px -40px; }
.icon_soWOODFRAME_SIZE_1 { width: 24px; height: 18px; background-position: -84px 0px; }
.icon_soWOODFRAME_SIZE_1:hover, .icon_soWOODFRAME_SIZE_1.active { width: 24px; height: 18px; background-position: -84px -18px; }
.icon_soWOODFRAME_SIZE_16.disabled { width: 28px; height: 20px; background-position: 0px 0px; }
.icon_soWOODFRAME_SIZE_16 { width: 28px; height: 20px; background-position: -28px 0px; }
.icon_soWOODFRAME_SIZE_16:hover, .icon_soWOODFRAME_SIZE_16.active { width: 28px; height: 20px; background-position: 0px -20px; }
.icon_soWOODFRAME_SIZE_2.disabled { width: 18px; height: 24px; background-position: -84px -36px; }
.icon_soWOODFRAME_SIZE_2 { width: 18px; height: 24px; background-position: 0px -68px; }
.icon_soWOODFRAME_SIZE_2:hover, .icon_soWOODFRAME_SIZE_2.active { width: 18px; height: 24px; background-position: -18px -68px; }
.icon_soWOODFRAME_SIZE_4.disabled { width: 28px; height: 20px; background-position: -28px -20px; }
.icon_soWOODFRAME_SIZE_4 { width: 28px; height: 20px; background-position: -56px 0px; }
.icon_soWOODFRAME_SIZE_4:hover, .icon_soWOODFRAME_SIZE_4.active { width: 28px; height: 20px; background-position: -56px -20px; }
.icon_soWOODFRAME_SIZE_8.disabled { width: 20px; height: 28px; background-position: 0px -40px; }
.icon_soWOODFRAME_SIZE_8 { width: 20px; height: 28px; background-position: -20px -40px; }
.icon_soWOODFRAME_SIZE_8:hover, .icon_soWOODFRAME_SIZE_8.active { width: 20px; height: 28px; background-position: -40px -40px; }
.icon_soWRISTLET_COLOR_BLACK,
.icon_soWRISTLET_COLOR_GOLD { background-image: url(/pipstatic/builds/pip-20250916-996-4815caf6-1e34751dd7/dist/img/soWRISTLET.png); }
.icon_soWRISTLET_COLOR_BLACK { width: 132px; height: 132px; background-position: 0px 0px; }
.icon_soWRISTLET_COLOR_GOLD { width: 132px; height: 132px; background-position: -132px 0px; }
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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;
}
b,
strong {
  font-weight: bold;
}
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 #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
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 {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url(/pipstatic/.build_temp/files/f4769f9bdb7466be65088239c12046d1.eot);
  src: url(/pipstatic/.build_temp/files/f4769f9bdb7466be65088239c12046d1.eot?#iefix) format('embedded-opentype'), url(/pipstatic/.build_temp/files/448c34a56d699c29117adc64c43affeb.woff2) format('woff2'), url(/pipstatic/.build_temp/files/fa2772327f55d8198301fdb8bcfc8158.woff) format('woff'), url(/pipstatic/.build_temp/files/e18bbf611f2a2e43afc071aa2f4e1512.ttf) format('truetype'), url(/pipstatic/.build_temp/files/89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -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;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > 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;
}
.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;
}
[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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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: 480px) {
  .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,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  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;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 480px) {
  .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[title],
abbr[data-original-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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
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 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -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: 480px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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: 480px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    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: 768px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    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: 992px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    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 > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  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 > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  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 > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    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: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  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="radio"]:focus,
input[type="checkbox"]:focus {
  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 rgba(0, 0, 0, .075);
  -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 rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .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"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .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"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox 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;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 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;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-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 rgba(0, 0, 0, .075);
}
.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 rgba(0, 0, 0, .075), 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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-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 rgba(0, 0, 0, .075);
}
.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 rgba(0, 0, 0, .075), 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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-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 rgba(0, 0, 0, .075);
}
.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 rgba(0, 0, 0, .075), 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: 480px) {
  .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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 480px) {
  .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: 480px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  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:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  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 rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  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:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  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:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  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:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  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:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  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:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  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:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].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-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  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 rgba(0, 0, 0, .175);
}
.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: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  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 dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 480px) {
  .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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  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,
.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 rgba(0, 0, 0, .125);
}
.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-left-radius: 4px;
  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-right-radius: 4px;
  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="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  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 .form-control:focus {
  z-index: 3;
}
.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;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
  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="radio"],
.input-group-addon input[type="checkbox"] {
  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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  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 {
  z-index: 2;
  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:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  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:hover,
.nav-tabs > li.active > a:focus {
  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: 480px) {
  .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:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .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:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    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:hover,
.nav-pills > li.active > a:focus {
  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: 480px) {
  .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:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .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:hover,
  .nav-tabs-justified > .active > a:focus {
    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: 480px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 480px) {
  .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 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 480px) {
  .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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 480px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 480px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 480px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    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 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 480px) {
  .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: 480px) {
  .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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 480px) {
  .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-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 480px) {
  .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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    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: 480px) {
  .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-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 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: 480px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 480px) {
  .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:hover,
.navbar-default .navbar-brand:focus {
  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:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  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:hover,
.navbar-default .navbar-nav > .open > a:focus {
  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:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  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:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  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:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  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:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  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: "/\00a0";
}
.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:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  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;
  line-height: 1.3333333;
}
.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;
  line-height: 1.5;
}
.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:hover,
.pager li > a:focus {
  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:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  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]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  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-top: 30px;
  padding-bottom: 30px;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .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 > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  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: bold;
}
.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 {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    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 rgba(0, 0, 0, .1);
}
.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 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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.active .progress-bar,
.progress-bar.active {
  -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-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  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,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  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 rgba(0, 0, 0, .05);
}
.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 > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead: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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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 iframe,
.embed-responsive embed,
.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 rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  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: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 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 rgba(0, 0, 0, .5);
}
.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 {
  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: 480px) {
  .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 rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.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;
  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-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  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 rgba(0, 0, 0, .2);

  line-break: auto;
}
.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: rgba(0, 0, 0, .25);
  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: rgba(0, 0, 0, .25);
  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: rgba(0, 0, 0, .25);
}
.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: rgba(0, 0, 0, .25);
}
.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 > img,
.carousel-inner > .item > a > 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: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 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);
  background-color: rgba(0, 0, 0, 0);
  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, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  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, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.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 \9;
  background-color: rgba(0, 0, 0, 0);
  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: 480px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.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: 480px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.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;
  }
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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;
}
b,
strong {
  font-weight: bold;
}
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 #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
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 {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !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^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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 th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url(/pipstatic/.build_temp/files/f4769f9bdb7466be65088239c12046d1.eot);
  src: url(/pipstatic/.build_temp/files/f4769f9bdb7466be65088239c12046d1.eot?#iefix) format('embedded-opentype'), url(/pipstatic/.build_temp/files/448c34a56d699c29117adc64c43affeb.woff2) format('woff2'), url(/pipstatic/.build_temp/files/fa2772327f55d8198301fdb8bcfc8158.woff) format('woff'), url(/pipstatic/.build_temp/files/e18bbf611f2a2e43afc071aa2f4e1512.ttf) format('truetype'), url(/pipstatic/.build_temp/files/89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -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;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > 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;
}
.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;
}
[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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.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,
.h4,
h5,
.h5,
h6,
.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: 480px) {
  .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,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  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;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 480px) {
  .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[title],
abbr[data-original-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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
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 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -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: 480px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .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-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  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: 480px) {
  .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    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: 768px) {
  .col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    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: 992px) {
  .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    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 > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  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 > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  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 > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  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 > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    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: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  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="radio"]:focus,
input[type="checkbox"]:focus {
  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 rgba(0, 0, 0, .075);
  -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 rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .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"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .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"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox 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;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 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;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-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 rgba(0, 0, 0, .075);
}
.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 rgba(0, 0, 0, .075), 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 .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-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 rgba(0, 0, 0, .075);
}
.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 rgba(0, 0, 0, .075), 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 .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-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 rgba(0, 0, 0, .075);
}
.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 rgba(0, 0, 0, .075), 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: 480px) {
  .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 .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 480px) {
  .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: 480px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  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:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  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 rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  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:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  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:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  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:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  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:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  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:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  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:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].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-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  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 rgba(0, 0, 0, .175);
}
.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: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  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 dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 480px) {
  .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 > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  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,
.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 rgba(0, 0, 0, .125);
}
.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-left-radius: 4px;
  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-right-radius: 4px;
  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="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  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 .form-control:focus {
  z-index: 3;
}
.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;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control: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: normal;
  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="radio"],
.input-group-addon input[type="checkbox"] {
  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:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  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:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  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 {
  z-index: 2;
  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:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  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:hover,
.nav-tabs > li.active > a:focus {
  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: 480px) {
  .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:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .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:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    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:hover,
.nav-pills > li.active > a:focus {
  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: 480px) {
  .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:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 480px) {
  .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:hover,
  .nav-tabs-justified > .active > a:focus {
    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: 480px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 480px) {
  .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 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 480px) {
  .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-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 480px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 480px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 480px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    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 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 480px) {
  .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: 480px) {
  .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 > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 480px) {
  .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-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 480px) {
  .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 .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    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: 480px) {
  .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-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 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: 480px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 480px) {
  .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:hover,
.navbar-default .navbar-brand:focus {
  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:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  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:hover,
.navbar-default .navbar-nav > .open > a:focus {
  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:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  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:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  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:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  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:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    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:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  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: "/\00a0";
}
.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:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  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;
  line-height: 1.3333333;
}
.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;
  line-height: 1.5;
}
.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:hover,
.pager li > a:focus {
  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:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  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]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  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-top: 30px;
  padding-bottom: 30px;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .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 > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  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: bold;
}
.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 {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    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 rgba(0, 0, 0, .1);
}
.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 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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.active .progress-bar,
.progress-bar.active {
  -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-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  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,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  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 rgba(0, 0, 0, .05);
}
.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 > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead: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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th: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 th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.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 > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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 iframe,
.embed-responsive embed,
.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 rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  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: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 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 rgba(0, 0, 0, .5);
}
.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 {
  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: 480px) {
  .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 rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.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;
  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-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  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 rgba(0, 0, 0, .2);

  line-break: auto;
}
.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: rgba(0, 0, 0, .25);
  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: rgba(0, 0, 0, .25);
  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: rgba(0, 0, 0, .25);
}
.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: rgba(0, 0, 0, .25);
}
.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 > img,
.carousel-inner > .item > a > 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: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 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);
  background-color: rgba(0, 0, 0, 0);
  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, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  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, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.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 \9;
  background-color: rgba(0, 0, 0, 0);
  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: 480px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer: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-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.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: 480px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.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;
  }
}

.labeled-section{padding:0 20px;margin-bottom:25px}.labeled-section .details-section-label{margin-bottom:7px;text-transform:uppercase;display:block;font-size:14px;line-height:1.54;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;letter-spacing:0.5px}.labeled-section .details-section-icon{display:inline-block;width:22px;float:left}.labeled-section .details-section-icon .uig-svg-icon{display:inline-block;width:22px}.labeled-section .details-section-icon .uig-svg-icon svg{width:22px}.labeled-section .details-section-content{font-size:14px;line-height:1.43;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif}.labeled-section .details-section-content.has-icon{margin-left:38px}.quantity-option .dropdown{width:100%}.quantity-option .dropdown button{width:100%;padding:0.5rem 1.8rem 0.5rem 1rem}.quantity-option .dropdown button span{font-size:14px;line-height:1.43;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif}.quantity-option .dropdown button>span{width:100%;display:inline-block;text-align:left;vertical-align:middle}.quantity-option .dropdown button>span.caret{width:0}.quantity-option .dropdown.open .btn-default:hover,.quantity-option .dropdown.open .btn-default:active,.quantity-option .dropdown.open .btn-default:focus,.quantity-option .dropdown.open .btn-default:visited{background:#fff;border-color:#fff;outline:none}.quantity-option .dropdown .product-quantity{float:left}.quantity-option .dropdown span.unit-price{float:right}.quantity-option .dropdown span.unit-price span.current-price{margin:0px 12px 0 5px}.quantity-option .dropdown span.unit-price.discounted span.current-price{color:#c00}.quantity-option .dropdown span.unit-price.discounted span.current-price:before{content:"Discounted Price: ";position:absolute;clip:rect(0 0 0 0)}.quantity-option .dropdown span.unit-price.discounted del{color:#58595B;margin-right:5px}.quantity-option .dropdown span.unit-price.discounted del:before{content:"Original Price: ";position:absolute;clip:rect(0 0 0 0)}.quantity-option .dropdown .dropdown-menu{max-height:300px;overflow:auto;width:100%}.quantity-option .dropdown .dropdown-menu li:focus{background-color:#F5F6F8;outline:none}.quantity-option .dropdown .dropdown-menu li a{padding:4px 10px;cursor:pointer;font-size:14px;line-height:2.29;color:#58595B;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;text-align:left}.quantity-option .dropdown .dropdown-menu li a>span:after{content:'';display:block;clear:both}.quantity-option .dropdown .dropdown-menu li.selected a span{color:#D74012}@media (min-width: 768px){.left-content{position:relative}.left-content .product-image.scroll-lock-top{position:fixed;z-index:2;top:60px}.left-content .product-image.scroll-lock-down{position:absolute;top:auto;bottom:5px}}.product-image .loader{z-index:1000;padding-top:200px;text-align:center}.product-image .loader .loading-indicator{display:inline-block;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;-o-animation:spin 1s linear infinite;animation:spin 1s linear infinite;background:url("https://cld1.staticsfly.com/spinner39x39-125314aaf2.png") no-repeat;height:39px;width:39px}.product-image .loader .loading-text{margin-top:10px;font-size:13px;font-family:"Avenir LT W01 65 Medium", Verdana, Arial, sans-serif}.product-image .productReviewsContainer,.product-image .bloomreachContainer,.product-image .aboutProductContainer,.product-image #pipBottomArea{z-index:8;position:relative}.product-image .custom-image-container{position:relative;width:100%;height:100%}.product-image .custom-image-container img{position:absolute;top:0;left:0}@media (max-width: 768px){.product-image .custom-image-container img.main-image{position:relative}.product-image .custom-image-container img.overlay-image{left:50%;transform:translateX(-50%)}}.product-image .tab-control{margin-top:15px}.product-image .tab-control .tab-list{border-bottom:1px solid #BFBFBF;text-align:left;display:flex;justify-content:left;padding-bottom:0;padding-left:15px}.product-image .tab-control .tab-list .tab-item{display:inline;font-size:12px;font-family:"Avenir LT W01 65 Medium", Verdana, Arial, sans-serif;margin-right:15px;cursor:pointer;user-select:none;padding:0 0 9px;text-transform:uppercase;color:#737476;text-align:center;background-color:inherit;border:none;height:25px;white-space:nowrap}@media (min-width: 768px) and (max-width: 1199px){.product-image .tab-control .tab-list .tab-item{font-size:11px}}.product-image .tab-control .tab-list .tab-item.active{color:#D74012;border-bottom:2px solid #D74012}.product-options{padding:0 20px;display:flex;flex-direction:column}.product-options>div{margin-bottom:22px;position:relative}.product-options>div.deskplq-shape .options-list li span.uig-svg-icon{width:35px;height:35px}.product-options>div.trim .options-list{align-items:center}.product-options>div.trim .options-list li{height:48px;margin-bottom:0}.product-options>div.card-size .options-list li{width:auto}.product-options>div.card-size .options-list li span:not(.active),.product-options>div.card-size .options-list li span:not(.active) ~ *{cursor:pointer}.product-options>div.blanket-size .options-list li{margin-right:10px}@media (min-width: 992px){.product-options>div{padding-left:150px}.product-options>div.quantity-option>label{top:6px}}@media (min-width: 480px) and (max-width: 767px){.product-options>div{padding-left:128px}}.product-options>div.color .option-title{top:5px}@media (min-width: 992px){.product-options>div.chocolate-type{padding-left:132px}}@media (min-width: 480px) and (max-width: 767px){.product-options>div.chocolate-type{padding-left:122px}}.product-options>div.chocolate-type>div .options-list li{line-height:1;width:55px;vertical-align:top;margin-right:7px}.product-options>div.chocolate-type>div .options-list li .icon{margin:0 auto 5px auto}.product-options>div.chocolate-type>div .options-list li .option-label{line-height:1.2;font-size:10px}.product-options>div.mug-handle-color{margin-bottom:15px}.product-options>div.mug-handle-color .options-list li span.icon{margin:3px auto}.product-options>div.mug-handle-color .options-list li span.icon.active,.product-options>div.mug-handle-color .options-list li span.icon:hover{margin:0 auto}.product-options .personalized-story-book-cover-size-option{padding-left:0px}.product-options .product-option{display:flex;flex-direction:column}.product-options .product-option legend{display:table;padding:0;margin:0;border:none}.product-options .product-option fieldset{border:0;margin:0;min-width:0;padding:0.01em 0 0 0}.product-options .product-option body:not(:-moz-handler-blocked) fieldset{display:table-cell}.product-options .product-option.phone-model{margin-bottom:15px}.product-options .product-option.phone-model .options-list li{width:45px}.product-options .product-option .color-swatch{position:relative;display:inline-block;border:2px solid transparent;padding:0;border-radius:30px;margin-right:3px;margin-bottom:3px;width:30px;height:30px;cursor:pointer}.product-options .product-option .color-swatch.selected,.product-options .product-option .color-swatch:hover{border:2px solid #D74012}.product-options .product-option .color-swatch>span{display:inline-block;width:22px;height:22px;border-radius:22px;margin:2px;padding:0;vertical-align:middle;text-align:center;content:"";border:1px solid #C9CACb}.product-options .product-option .color-swatch.none>span{display:inline-block;overflow:hidden;background:linear-gradient(135deg, #fff 0%, #fff 46%, #d6d6d6 48%, #d6d6d6 52%, #fff 54%, #fff 100%)}.product-options .product-option.birthstone-type .options-list li{max-width:80px;width:80px}.product-options .product-option.tote-style .options-list li,.product-options .product-option.pouch-style .options-list li{max-width:70px;width:70px}.product-options .product-option .disabled{opacity:1;cursor:auto}.product-options .product-option .disabled>input,.product-options .product-option .disabled>div,.product-options .product-option .disabled>span:not(.tooltipIcon){opacity:0.5;pointer-events:none}.product-options .product-option .disabled input,.product-options .product-option .disabled div,.product-options .product-option .disabled span{cursor:auto}.product-options .product-option .addition-tooltip{position:relative}.product-options .product-option .addition-tooltip .tooltipIcon{display:block;position:absolute;opacity:1;top:0;left:0;width:100%;height:100%}.product-options .product-option .addition-tooltip .tooltipIcon .tooltipPopup{top:calc(100% + 5px)}.product-options .product-option.photo-book-size .dropdown,.product-options .product-option.photo-book-cover .dropdown,.product-options .product-option.wall-calendar-size .dropdown{width:100%}@media (max-width: 992px){.product-options .product-option.photo-book-size .dropdown,.product-options .product-option.photo-book-cover .dropdown,.product-options .product-option.wall-calendar-size .dropdown{z-index:inherit}}.product-options .product-option.photo-book-size .dropdown .dropdown-toggle,.product-options .product-option.photo-book-cover .dropdown .dropdown-toggle,.product-options .product-option.wall-calendar-size .dropdown .dropdown-toggle{width:100%;text-align:left}.product-options .product-option.photo-book-size .dropdown .dropdown-toggle .caret,.product-options .product-option.photo-book-cover .dropdown .dropdown-toggle .caret,.product-options .product-option.wall-calendar-size .dropdown .dropdown-toggle .caret{position:absolute;top:15px;right:15px}.product-options .product-option.photo-book-size .dropdown .dropdown-menu,.product-options .product-option.photo-book-cover .dropdown .dropdown-menu,.product-options .product-option.wall-calendar-size .dropdown .dropdown-menu{width:100%;margin-top:-2px}.product-options .product-option.photo-book-size .dropdown .dropdown-menu li:focus,.product-options .product-option.photo-book-cover .dropdown .dropdown-menu li:focus,.product-options .product-option.wall-calendar-size .dropdown .dropdown-menu li:focus{background-color:#F5F6F8;outline:none}.product-options .product-option.photo-book-size .dropdown .dropdown-menu li a,.product-options .product-option.photo-book-cover .dropdown .dropdown-menu li a,.product-options .product-option.wall-calendar-size .dropdown .dropdown-menu li a{padding:4px 10px;cursor:pointer;font-size:13px;line-height:1.62;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;text-align:left}.product-options .product-option.photo-book-size .dropdown .dropdown-menu li a>span:after,.product-options .product-option.photo-book-cover .dropdown .dropdown-menu li a>span:after,.product-options .product-option.wall-calendar-size .dropdown .dropdown-menu li a>span:after{content:'';display:block}.product-options .product-option.photo-book-size .dropdown .dropdown-menu li.selected a span,.product-options .product-option.photo-book-cover .dropdown .dropdown-menu li.selected a span,.product-options .product-option.wall-calendar-size .dropdown .dropdown-menu li.selected a span{color:#D74012}.product-options .product-option.photo-tile-size li.disabled input,.product-options .product-option.photo-tile-material li.disabled input{visibility:hidden}.product-options .options-list{padding:0;display:flex;flex-wrap:wrap;align-items:baseline}.product-options .options-list.empty-labels.DRAWSTRING_BAG_SIZE li{margin-top:24px}.product-options .options-list.empty-labels li{margin-bottom:6px}.product-options .options-list.empty-labels .price{display:none}.product-options .options-list.only-labels li{margin-bottom:5px}.product-options .options-list.only-labels .option-label{padding-bottom:2px}.product-options .options-list.only-labels .price{display:none}@media (max-width: 480px){.product-options .options-list{padding:0}}.product-options .options-list li{position:relative;margin-right:5px;margin-bottom:2px;text-align:center;min-width:30px;max-width:60px;cursor:pointer}.options-list.PHOTOCHARM_SHAPE li{flex-basis:60px;margin-right:0}@media (max-width: 992px){.options-list.PHOTOCHARM_SHAPE li{margin-left:-10px}}.product-options .options-list li span.icon{margin-left:auto;margin-right:auto}.product-options .options-list li span.uig-svg-icon{display:block;margin:0 auto;width:30px;height:30px}.product-options .options-list li span.uig-svg-icon svg.uig-svg-icon{width:unset;height:unset}.product-options .options-list li span.uig-svg-icon.active svg *,.product-options .options-list li span.uig-svg-icon:hover svg *{stroke:#D74012}.product-options .options-list li span.uig-svg-icon.active svg * .foilSelect,.product-options .options-list li span.uig-svg-icon:hover svg * .foilSelect{stroke-width:2px}.product-options .options-list li span.uig-svg-icon.active svg * .foilFill,.product-options .options-list li span.uig-svg-icon:hover svg * .foilFill{stroke:#C9CACb}.product-options .options-list li span.uig-svg-icon.active svg *.css-ignore,.product-options .options-list li span.uig-svg-icon.active svg *.css-ignore *,.product-options .options-list li span.uig-svg-icon:hover svg *.css-ignore,.product-options .options-list li span.uig-svg-icon:hover svg *.css-ignore *{stroke:initial;stroke-width:initial}.product-options .options-list li span.icon{display:block}.product-options .options-list li span.dynamic-color .tooltipIcon{vertical-align:baseline}.product-options .options-list li span.dynamic-color .uig-svg-icon svg *{stroke:transparent}.product-options .options-list li span.dynamic-color .uig-svg-icon.active svg *,.product-options .options-list li span.dynamic-color .uig-svg-icon:hover svg *{stroke:transparent}.product-options .options-list li div.option-label{font-size:11px;line-height:1.09;color:#58595B;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;text-align:center;padding-top:5px;overflow:hidden}.product-options .options-list li .price{font-size:10px;line-height:1.09;color:#58595B;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;margin-top:4px;width:36px;margin-left:auto;margin-right:auto}.product-options .options-list li .price.empty{height:12px;margin-top:0}.product-options .photo-frame-style .tooltipPopup{width:231px}.product-options .tooltipIcon{margin-left:8px;margin-top:1px;vertical-align:top}.product-options .tooltipPopup{width:256px}.product-options .tooltipPopup strong{text-align:left}.product-options .tooltipPopup b{font-family:"Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif}.product-options .tooltipPopup p{text-align:left;font-size:14px;line-height:1.09;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;text-transform:none}.product-options .tooltipPopup .magnetic-frames p{display:inline-block;padding-left:5px;padding-right:5px}.product-options .tooltipPopup .magnetic-frames span{font-size:9px;line-height:1.67;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;text-transform:none}.product-options .tooltipPopup .magnetic-frames .icon{display:block;margin-top:2px}.product-options .itemized-prices .price-item{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:10px;font-size:12px}.product-options .itemized-prices .price-item .item-label .uig-svg-icon{display:inline-block;margin-right:5px;width:21px;height:16px;vertical-align:sub}.product-options .itemized-prices .price-item .item-label .learn-more{display:inline;margin-left:5px}.product-options .itemized-prices .price-item .item-label .learn-more .button-link{font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif}.product-options .productOptionGroup{padding:0}.product-options .productOptionGroup li.productOptionItem.selected{border:1px solid #D74012;box-shadow:0px 0px 0px 1px #D74012}.product-options .productOptionGroup li.productOptionItem.selected label{color:#D74012}.product-options .product-option-button .productOptionItem label{margin-bottom:0;font-weight:500}.product-options .product-hidden-input{position:absolute;top:0;right:0;left:0;bottom:0;height:0;width:0;opacity:0;margin:auto}.product-options .product-hidden-input:focus+span,.product-options .product-hidden-input:focus+.uig-svg-icon{outline:1px dotted #212121;outline:5px auto -webkit-focus-ring-color}@media (min-width: 992px){.product-options .quantity-option label{position:absolute;left:0}}@media (min-width: 480px) and (max-width: 768px){.product-options .quantity-option label{position:absolute;top:6px;left:0}}.product-option.format-options .options-list li{min-height:auto}.product-options .option-title label{text-transform:uppercase;font-size:14px;line-height:1.54;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;letter-spacing:0.5px;margin-bottom:0;vertical-align:middle}.product-options .option-display-name{margin-bottom:5px;display:block;max-width:145px}@media (min-width: 992px){.product-options .option-display-name{position:absolute;top:0;left:0}}@media (min-width: 480px) and (max-width: 767px){.product-options .option-display-name{position:absolute;top:0;left:0}}.product-options .option-display-cover-and-size{padding:0 0 10px 0;display:block;max-width:145px}.product-options .promo{font-size:11px;color:#D74012;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;top:-15px;font-style:oblique;text-align:right;letter-spacing:0.4px;clear:both;margin-bottom:5px}.product-options .promo .uig-svg-icon{display:inline-block;margin-right:5px;width:16px;height:16px;vertical-align:middle}.product-options .bannerIcon{margin:0 0 10px;padding:0}.product-options .bannerIcon img{max-width:100%}@media (max-width: 820px){#hdSearchContainer{display:none}}#footer,#subNavWrapper,.brand-SFLY #siteSubNavContainer.siteSubNav3_0,.siteSubNavContainer.component-wrapper,.siteSubNavContainer #offer-banner-wrapper{min-width:10px}#footer #siteSubNavContainer .sub-bar-item,#subNavWrapper #siteSubNavContainer .sub-bar-item,.brand-SFLY #siteSubNavContainer.siteSubNav3_0 #siteSubNavContainer .sub-bar-item,.siteSubNavContainer.component-wrapper #siteSubNavContainer .sub-bar-item,.siteSubNavContainer #offer-banner-wrapper #siteSubNavContainer .sub-bar-item{height:42px;color:#58595b}#footer #siteSubNavContainer .sub-bar-selected,#subNavWrapper #siteSubNavContainer .sub-bar-selected,.brand-SFLY #siteSubNavContainer.siteSubNav3_0 #siteSubNavContainer .sub-bar-selected,.siteSubNavContainer.component-wrapper #siteSubNavContainer .sub-bar-selected,.siteSubNavContainer #offer-banner-wrapper #siteSubNavContainer .sub-bar-selected{color:#f05323;border-bottom:2px solid #f05323}#footer #siteSubNavContainer.siteSubNav3_0,#subNavWrapper #siteSubNavContainer.siteSubNav3_0,.brand-SFLY #siteSubNavContainer.siteSubNav3_0 #siteSubNavContainer.siteSubNav3_0,.siteSubNavContainer.component-wrapper #siteSubNavContainer.siteSubNav3_0,.siteSubNavContainer #offer-banner-wrapper #siteSubNavContainer.siteSubNav3_0{min-width:10px}@media (max-width: 890px){#footer #siteSubNavContainer.siteSubNav3_0 .catItem,#subNavWrapper #siteSubNavContainer.siteSubNav3_0 .catItem,.brand-SFLY #siteSubNavContainer.siteSubNav3_0 #siteSubNavContainer.siteSubNav3_0 .catItem,.siteSubNavContainer.component-wrapper #siteSubNavContainer.siteSubNav3_0 .catItem,.siteSubNavContainer #offer-banner-wrapper #siteSubNavContainer.siteSubNav3_0 .catItem{padding:15px 6px 17px}}@media (max-width: 890px){#footer #siteSubNavContainer.siteSubNav3_0 .catItem.firstCatItem,#subNavWrapper #siteSubNavContainer.siteSubNav3_0 .catItem.firstCatItem,.brand-SFLY #siteSubNavContainer.siteSubNav3_0 #siteSubNavContainer.siteSubNav3_0 .catItem.firstCatItem,.siteSubNavContainer.component-wrapper #siteSubNavContainer.siteSubNav3_0 .catItem.firstCatItem,.siteSubNavContainer #offer-banner-wrapper #siteSubNavContainer.siteSubNav3_0 .catItem.firstCatItem{padding-left:6px}}@media (min-width: 768px) and (max-width: 940px){#footer #siteSubNavContainer.siteSubNav3_0 #srch form,#subNavWrapper #siteSubNavContainer.siteSubNav3_0 #srch form,.brand-SFLY #siteSubNavContainer.siteSubNav3_0 #siteSubNavContainer.siteSubNav3_0 #srch form,.siteSubNavContainer.component-wrapper #siteSubNavContainer.siteSubNav3_0 #srch form,.siteSubNavContainer #offer-banner-wrapper #siteSubNavContainer.siteSubNav3_0 #srch form{max-width:170px}}#footer #siteSubNavContainer.siteSubNav3_0 #srch_err,#subNavWrapper #siteSubNavContainer.siteSubNav3_0 #srch_err,.brand-SFLY #siteSubNavContainer.siteSubNav3_0 #siteSubNavContainer.siteSubNav3_0 #srch_err,.siteSubNavContainer.component-wrapper #siteSubNavContainer.siteSubNav3_0 #srch_err,.siteSubNavContainer #offer-banner-wrapper #siteSubNavContainer.siteSubNav3_0 #srch_err{display:none}.multicolor-swatch-thumb span{background:#a82dd8;background:-moz-linear-gradient(-45deg, #a82dd8 0%, #6aa8dd 17%, #70e5b2 33%, #bced42 50%, #ede740 66%, #e88e4a 83%, #e54040 100%);background:-webkit-linear-gradient(-45deg, #a82dd8 0%, #6aa8dd 17%, #70e5b2 33%, #bced42 50%, #ede740 66%, #e88e4a 83%, #e54040 100%);background:linear-gradient(135deg, #a82dd8 0%, #6aa8dd 17%, #70e5b2 33%, #bced42 50%, #ede740 66%, #e88e4a 83%, #e54040 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a82dd8', endColorstr='#e54040',GradientType=1 )}.dynamic-color{display:inline-block;height:28px;width:28px}.dynamic-color .tooltipIcon{position:relative;margin:0px;padding:0px;width:100%;height:100%;vertical-align:middle}.dynamic-color .tooltipPopup{position:absolute;top:28px}.speech-bubble-wrapper{z-index:10 !important}.speech-bubble-wrapper.icon-option-tooltip span.speech-bubble-tooltip{display:block;padding:0 10px 10px;text-align:center}.product-options .NAPKIN_COLOR .option-label,.product-options .NAPKIN_COLOR .price,.product-options .WRISTLET_COLOR .option-label,.product-options .WRISTLET_COLOR .price{display:none}.product-options .NAPKIN_COLOR li,.product-options .WRISTLET_COLOR li{width:29px;height:29px;min-width:auto;margin-right:4px;margin-bottom:4px;overflow:hidden;border-radius:50%;border:2px solid transparent}.product-options .NAPKIN_COLOR li.selected,.product-options .NAPKIN_COLOR li:hover,.product-options .WRISTLET_COLOR li.selected,.product-options .WRISTLET_COLOR li:hover{border-color:#D74012}.product-options .NAPKIN_COLOR .icon,.product-options .WRISTLET_COLOR .icon{width:42px;height:42px;transform:scale(0.5);transform-origin:4px 4px;border-radius:50%}.product-options .PENCIL_COLOR li span.icon,.product-options .BAG_PATTERN li span.icon{width:42px;height:42px;margin-right:10px;border:1.5px solid #ccc}.product-options .PENCIL_COLOR li div.option-label,.product-options .BAG_PATTERN li div.option-label{text-align:left;margin-left:2px}.product-options .PENCIL_COLOR li.selected .icon,.product-options .PENCIL_COLOR li:hover .icon,.product-options .BAG_PATTERN li.selected .icon,.product-options .BAG_PATTERN li:hover .icon{border-color:#D74012}.storytelling-bubble.speech-bubble-wrapper,.envelopes-addressing.speech-bubble-wrapper{margin-top:0px;left:47% !important}.storytelling-bubble.speech-bubble-wrapper.landscape .envelopes-bubble-wrapper,.envelopes-addressing.speech-bubble-wrapper.landscape .envelopes-bubble-wrapper{padding:10px}.storytelling-bubble.speech-bubble-wrapper.landscape .envelopes-bubble-wrapper .envelopes-bubble-title,.storytelling-bubble.speech-bubble-wrapper.landscape .envelopes-bubble-wrapper .envelopes-bubble-content .envelopes-bubble-text .envelopes-bubble-subtitle,.envelopes-addressing.speech-bubble-wrapper.landscape .envelopes-bubble-wrapper .envelopes-bubble-title,.envelopes-addressing.speech-bubble-wrapper.landscape .envelopes-bubble-wrapper .envelopes-bubble-content .envelopes-bubble-text .envelopes-bubble-subtitle{margin-bottom:5px}.storytelling-bubble.speech-bubble-wrapper.envelopes-addressing,.envelopes-addressing.speech-bubble-wrapper.envelopes-addressing{left:56% !important}@media (min-width: 768px) and (max-width: 1199px){.storytelling-bubble.speech-bubble-wrapper.envelopes-addressing,.envelopes-addressing.speech-bubble-wrapper.envelopes-addressing{left:45% !important;width:50% !important}}@media (max-width: 767px){.storytelling-bubble.speech-bubble-wrapper.envelopes-addressing,.envelopes-addressing.speech-bubble-wrapper.envelopes-addressing{left:5% !important;width:90% !important}}.storytelling-bubble.speech-bubble-wrapper.envelopes-addressing .top-arrow,.envelopes-addressing.speech-bubble-wrapper.envelopes-addressing .top-arrow{left:45% !important}@media (max-width: 479px){.storytelling-bubble.speech-bubble-wrapper.envelopes-addressing .top-arrow,.envelopes-addressing.speech-bubble-wrapper.envelopes-addressing .top-arrow{left:65% !important}}@media (min-width: 480px) and (max-width: 767px){.storytelling-bubble.speech-bubble-wrapper.envelopes-addressing .top-arrow,.envelopes-addressing.speech-bubble-wrapper.envelopes-addressing .top-arrow{left:93% !important}}@media (min-width: 768px) and (max-width: 991px){.storytelling-bubble.speech-bubble-wrapper.envelopes-addressing .top-arrow,.envelopes-addressing.speech-bubble-wrapper.envelopes-addressing .top-arrow{left:80% !important}}@media (min-width: 992px) and (max-width: 1199px){.storytelling-bubble.speech-bubble-wrapper.envelopes-addressing .top-arrow,.envelopes-addressing.speech-bubble-wrapper.envelopes-addressing .top-arrow{left:65% !important}}@media (min-width: 768px) and (max-width: 1199px){.storytelling-bubble.speech-bubble-wrapper,.envelopes-addressing.speech-bubble-wrapper{left:45% !important;width:50% !important;height:auto !important;z-index:10 !important}}@media (max-width: 767px){.storytelling-bubble.speech-bubble-wrapper,.envelopes-addressing.speech-bubble-wrapper{left:5% !important;width:90% !important;height:auto !important;z-index:10 !important}}.storytelling-bubble.speech-bubble-wrapper .top-arrow,.envelopes-addressing.speech-bubble-wrapper .top-arrow{left:90% !important;border-bottom:9px solid #dcdee1}@media (max-width: 767px){.storytelling-bubble.speech-bubble-wrapper .top-arrow,.envelopes-addressing.speech-bubble-wrapper .top-arrow{left:50% !important}}@media (min-width: 768px) and (max-width: 991px){.storytelling-bubble.speech-bubble-wrapper .top-arrow,.envelopes-addressing.speech-bubble-wrapper .top-arrow{left:70% !important}}@media (min-width: 992px) and (max-width: 1199px){.storytelling-bubble.speech-bubble-wrapper .top-arrow,.envelopes-addressing.speech-bubble-wrapper .top-arrow{left:80% !important}}.storytelling-bubble.speech-bubble-wrapper .speech-bubble-content,.envelopes-addressing.speech-bubble-wrapper .speech-bubble-content{margin-top:0px}.storytelling-bubble.speech-bubble-wrapper .storytelling-bubble-message-wrapper,.envelopes-addressing.speech-bubble-wrapper .storytelling-bubble-message-wrapper{padding:30px}.storytelling-bubble.speech-bubble-wrapper .storytelling-bubble-message-wrapper .storytelling-bubble-title,.envelopes-addressing.speech-bubble-wrapper .storytelling-bubble-message-wrapper .storytelling-bubble-title{color:#58595b;font-size:20px;font-weight:bold;margin-bottom:15px}.storytelling-bubble.speech-bubble-wrapper .storytelling-bubble-message-wrapper .storytelling-bubble-subtitle,.envelopes-addressing.speech-bubble-wrapper .storytelling-bubble-message-wrapper .storytelling-bubble-subtitle{color:#58595b;font-size:14px;font-weight:900;margin-bottom:5px}.storytelling-bubble.speech-bubble-wrapper .storytelling-bubble-message-wrapper .storytelling-bubble-text,.envelopes-addressing.speech-bubble-wrapper .storytelling-bubble-message-wrapper .storytelling-bubble-text{color:#58595b;font-size:14px;line-height:1.53;display:inline}.storytelling-bubble.speech-bubble-wrapper .storytelling-bubble-message-wrapper .uig-svg-icon,.envelopes-addressing.speech-bubble-wrapper .storytelling-bubble-message-wrapper .uig-svg-icon{display:inline-block;margin-left:5px;width:21px;height:16px;vertical-align:sub}.storytelling-bubble.speech-bubble-wrapper .envelopes-bubble-wrapper,.envelopes-addressing.speech-bubble-wrapper .envelopes-bubble-wrapper{padding:30px}.storytelling-bubble.speech-bubble-wrapper .envelopes-bubble-wrapper .envelopes-bubble-title,.envelopes-addressing.speech-bubble-wrapper .envelopes-bubble-wrapper .envelopes-bubble-title{color:#58595b;font-size:20px;font-weight:bold;margin-bottom:15px;margin-bottom:20px}.storytelling-bubble.speech-bubble-wrapper .envelopes-bubble-wrapper .envelopes-bubble-content,.envelopes-addressing.speech-bubble-wrapper .envelopes-bubble-wrapper .envelopes-bubble-content{display:flex;flex-direction:row;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto}.storytelling-bubble.speech-bubble-wrapper .envelopes-bubble-wrapper .envelopes-bubble-content .envelopes-bubble-image,.envelopes-addressing.speech-bubble-wrapper .envelopes-bubble-wrapper .envelopes-bubble-content .envelopes-bubble-image{margin-right:20px}@media (max-width: 991px){.storytelling-bubble.speech-bubble-wrapper .envelopes-bubble-wrapper .envelopes-bubble-content .envelopes-bubble-image,.envelopes-addressing.speech-bubble-wrapper .envelopes-bubble-wrapper .envelopes-bubble-content .envelopes-bubble-image{display:none}}.storytelling-bubble.speech-bubble-wrapper .envelopes-bubble-wrapper .envelopes-bubble-content .envelopes-bubble-image img,.envelopes-addressing.speech-bubble-wrapper .envelopes-bubble-wrapper .envelopes-bubble-content .envelopes-bubble-image img{width:180px;height:180px}.storytelling-bubble.speech-bubble-wrapper .envelopes-bubble-wrapper .envelopes-bubble-content .envelopes-bubble-text .envelopes-bubble-subtitle,.envelopes-addressing.speech-bubble-wrapper .envelopes-bubble-wrapper .envelopes-bubble-content .envelopes-bubble-text .envelopes-bubble-subtitle{color:#58595b;font-size:14px;font-weight:900;margin-bottom:5px;margin-bottom:20px}.storytelling-bubble.speech-bubble-wrapper .envelopes-bubble-wrapper .envelopes-bubble-content .envelopes-bubble-text .envelopes-bubble-descr,.envelopes-addressing.speech-bubble-wrapper .envelopes-bubble-wrapper .envelopes-bubble-content .envelopes-bubble-text .envelopes-bubble-descr{color:#58595b;font-size:14px;line-height:1.53;display:inline}.preview-bar{position:fixed;top:35px;left:0;width:100%;max-height:116px;background-color:white;box-shadow:0 2px 4px 0 #C6C7C9;z-index:10;padding:10px}@media (min-width: 480px){.preview-bar{max-height:150px}}.preview-bar.preview-bar-without-promotion{top:0}.preview-bar .preview-bar-left{width:96px;height:96px;position:relative;float:left;display:flex;justify-content:center;align-items:center}@media (min-width: 480px){.preview-bar .preview-bar-left{width:130px;height:130px}}.preview-bar .preview-bar-left img{max-height:96px;max-width:96px}@media (min-width: 480px){.preview-bar .preview-bar-left img{max-height:130px;max-width:130px}}.preview-bar .preview-bar-left img.has-overlay-image,.preview-bar .preview-bar-left img.overlay-image{position:absolute;top:0;left:0}.preview-bar .preview-bar-right{float:right;width:185px;height:96px;padding:20px 0 0 20px}@media (min-width: 480px){.preview-bar .preview-bar-right{padding:35px 0 0 0px;width:255px;height:130px}}.preview-bar .preview-bar-right .preview-bar-subtotal{height:34px;font-size:18px;color:#58595B;font-family:"Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;letter-spacing:0.5px;text-align:right}.preview-bar .preview-bar-right .preview-bar-subtotal .preview-bar-strikethrough{font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;display:inline-block;text-decoration:line-through}.preview-bar .preview-bar-right .preview-bar-subtotal .preview-bar-strikethrough :before{content:"Original Price: ";position:absolute;clip:rect(0 0 0 0)}.preview-bar .preview-bar-right .preview-bar-subtotal .preview-bar-amount,.preview-bar .preview-bar-right .preview-bar-subtotal .preview-bar-promo{display:inline-block;margin-left:12px}.preview-bar .preview-bar-right .preview-bar-subtotal .preview-bar-promo{color:#D0011B}.preview-bar .preview-bar-right .preview-bar-subtotal .preview-bar-promo :before{content:"Discounted Price: ";position:absolute;clip:rect(0 0 0 0)}.preview-bar .preview-bar-right .preview-bar-buttons{height:36px}.preview-bar .preview-bar-right .preview-bar-buttons .favorites-icon{float:left;margin-top:7px}.preview-bar .preview-bar-right .preview-bar-buttons .preview-bar-social-icons{float:left;margin-top:7px}@media (max-width: 479px){.preview-bar .preview-bar-right .preview-bar-buttons .preview-bar-social-icons{display:none}}.preview-bar .preview-bar-right .preview-bar-buttons .preview-bar-social-icons a.social-icon{margin-left:20px}.preview-bar .preview-bar-right .preview-bar-buttons .uig-button.uig-primary-button{float:right;font-size:12px;line-height:1.5;color:#fff;padding:8px 20px;-webkit-appearance:none}.favorites-icon{cursor:pointer;display:inline-block;width:22px;height:22px;margin:0;padding:0;background-color:transparent;border:none}.favorites-icon:hover svg *{stroke:#D74012}.favorites-icon.active svg *{fill:#D74012;stroke:#D74012}.bloomreachContainer{padding:0 10px;border-top:1px solid #C6C7C9;margin:0 19px}@media (max-width: 768px){.bloomreachContainer:after{content:'';display:block;clear:both}}.bloomreachContainer .br-icons .br-found-heading{font-size:21px;line-height:1.14;color:#58595B;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;padding:20px 0}@media (max-width: 768px){.bloomreachContainer .br-icons .br-found-heading{text-align:center}}.bloomreachContainer .br-icons .br-sf-widget{width:200px}@media (max-width: 768px){.bloomreachContainer .br-icons .br-sf-widget+div+div{margin-left:auto}}@media (min-width: 480px){.bloomreachContainer .br-icons .br-sf-widget{float:left}.bloomreachContainer .br-icons .br-sf-widget+div{margin-left:40px}}@media (max-width: 480px){.bloomreachContainer .br-icons .br-sf-widget{margin:0 auto}}.bloomreachContainer .br-icons .br-sf-widget .br-sf-widget-merchant-cont>div:first-child{margin:30px 0}.bloomreachContainer .br-icons .br-sf-widget .br-sf-widget-merchant-cont>div.br-sf-widget-merchant-title{padding:10px 0 16px 0}.bloomreachContainer .br-icons .br-sf-widget .br-sf-widget-merchant-cont>div.br-sf-widget-merchant-title a{font-size:13px;line-height:1.23;color:#0065B8;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif}.bloomreachContainer .br-icons .br-sf-widget .br-sf-widget-merchant-cont>div.br-sf-widget-merchant-desc{font-size:13px;line-height:1.23;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif}.bloomreachContainer .br-icons,.bloomreachContainer .br-icons ~ div{float:left;width:100%;height:auto}.bloomreachContainer #br-related-searches-widget{margin-top:31px;max-width:680px}.bloomreachContainer #br-related-searches-widget .br-related-heading{font-size:14px;line-height:1.14;color:#58595B;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif}.bloomreachContainer #br-related-searches-widget>a{font-size:13px;line-height:1.23;color:#0065B8;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif}.productReviewsContainer{padding:0 18px}.productReviewsContainer .p-w-r{margin:0;border-top:1px solid #C6C7C9}.productReviewsContainer .p-w-r>section{padding:0 10px}.productReviewsContainer .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-main-footer,.productReviewsContainer .p-w-r .pr-review-display.pr-rd-display-tablet .pr-rd-main-footer,.productReviewsContainer .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-main-footer,.productReviewsContainer .p-w-r .pr-review-display.pr-rd-display-desktop .pr-rd-main-footer{border-bottom:none;padding-bottom:20px}.productReviewsContainer .p-w-r .pr-review-snapshot .pr-review-snapshot-header-intro{padding-top:20px;border:none}.productReviewsContainer .p-w-r .pr-review-snapshot .pr-review-snapshot-header{background:none}.productReviewsContainer .p-w-r .pr-review-snapshot .pr-review-snapshot-header .pr-headline{font-size:21px;line-height:1.14;color:#58595B;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif}@media (max-width: 768px){.productReviewsContainer .p-w-r .pr-review-display .pr-rd-header{z-index:9}}#relatedProductsBody{text-align:center}#relatedProductsBody:after{content:'';display:block;clear:both}#relatedProductsBody .relatedProduct{text-align:center;display:inline-block;vertical-align:top;height:139px}@media (min-width: 992px){#relatedProductsBody .relatedProduct{margin-left:18px;width:137px}}@media (max-width: 992px){#relatedProductsBody .relatedProduct{width:25%;padding-left:1.5%;padding-right:1.5%;margin:0 0 5px 0}}@media (max-width: 768px){#relatedProductsBody .relatedProduct{width:33.33%}}@media (max-width: 480px){#relatedProductsBody .relatedProduct{width:50%}}@media (max-width: 320px){#relatedProductsBody .relatedProduct{width:100%;padding:0}}#relatedProductsBody .relatedProduct:first-child{margin-left:0}#relatedProductsBody .relatedProduct img{margin-bottom:5px;max-width:100%;max-height:96px}#relatedProductsBody .relatedProduct .detailedMessage{display:none}#relatedProductsBody .relatedProduct .strikethru{font-size:10px;line-height:1.14;color:#929497;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;text-decoration:line-through;display:inline-block;vertical-align:top;margin-top:6px;padding-right:3px}#relatedProductsBody .relatedProduct .cat_pricing_highlight{font-size:10px;line-height:1.14;color:#D74012;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;display:inline-block;vertical-align:top;margin-top:6px}#relatedProductsBody .relatedProduct br{display:none}#relatedProductsBody .relatedProduct a{color:#58595B;font-size:11px;line-height:1.18;color:#58595B;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;text-align:center;max-height:24px;display:block;overflow:hidden}#relatedProductsBody .relatedProduct a:first-child{max-height:100px}#relatedProductsBody .relatedProduct a:hover{text-decoration:none}#relatedProductsBody .relatedProduct .cat_item_price{font-size:10px;line-height:1.14;color:#929497;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;padding-top:5px;display:block}.brand-SFLY .btn.btn-primary{background-color:#D74012;border-color:#D74012}.brand-SFLY .btn.btn-primary:hover{background-color:#DC4405;border-color:#DC4405}.brand-SFLY .btn.btn-primary:active{background-color:#BF3602;border-color:#BF3602}.brand-SFLY .btn.btn-primary:disabled{background-color:rgba(240,83,35,0.3);border-color:rgba(240,83,35,0.3)}.brand-TP .btn.btn-primary{background-color:#00A4B5;border-color:#00A4B5}.brand-TP .btn.btn-primary:hover{background-color:#008F9E;border-color:#008F9E}.brand-TP .btn.btn-primary:active{background-color:#007F8D;border-color:#007F8D}.brand-TP .btn.btn-primary:disabled{background-color:#007F8D;border-color:#007F8D}.brand-TP .p-w-r .pr-review-snapshot .pr-review-snapshot-block-container .pr-review-snapshot-block-brandscore{display:none}.calendar-start-date-section{padding:20px 20px 20px 20px;margin-bottom:20px}.calendar-start-date-section .calendar-start-date-option{position:relative}@media (max-width: 480px){.calendar-start-date-section .calendar-start-date-option{padding-left:0px}}@media (min-width: 480px) and (max-width: 767px){.calendar-start-date-section .calendar-start-date-option{padding-left:128px}}@media (min-width: 767px) and (max-width: 992px){.calendar-start-date-section .calendar-start-date-option{padding-left:0px}}@media (min-width: 992px){.calendar-start-date-section .calendar-start-date-option{padding-left:138px}}.calendar-start-date-section .calendar-start-date-option div{display:inline-block;position:relative}.calendar-start-date-section .calendar-start-date-option .calendar-label{text-transform:uppercase;font-size:14px;line-height:1.54;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;letter-spacing:0.5px;margin-bottom:5px;vertical-align:middle;left:0}@media (max-width: 480px){.calendar-start-date-section .calendar-start-date-option .calendar-label{position:relative;width:100%;top:0px}}@media (min-width: 480px) and (max-width: 767px){.calendar-start-date-section .calendar-start-date-option .calendar-label{position:absolute;width:120px}}@media (min-width: 767px) and (max-width: 992px){.calendar-start-date-section .calendar-start-date-option .calendar-label{position:relative;width:100%;top:0px}}@media (min-width: 992px){.calendar-start-date-section .calendar-start-date-option .calendar-label{position:absolute;width:120px}}.calendar-start-date-section .calendar-start-date-option .monthSelect{width:120px;margin-right:10px}.calendar-start-date-section .calendar-start-date-option .yearSelect{width:80px}.calendar-start-date-section .calendar-start-date-option .calendar-start-date-dropdown button{width:100%;padding:0.5rem 1.8rem 0.5rem 1rem}.calendar-start-date-section .calendar-start-date-option .calendar-start-date-dropdown button span{font-size:13px;line-height:1.62;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif}.calendar-start-date-section .calendar-start-date-option .calendar-start-date-dropdown button>span{width:100%;display:inline-block;text-align:left;vertical-align:middle}.calendar-start-date-section .calendar-start-date-option .calendar-start-date-dropdown button>span.caret{width:0}.calendar-start-date-section .calendar-start-date-option .calendar-start-date-dropdown .dropdown-menu{max-height:300px;overflow:auto;width:100%;min-width:80px}.calendar-start-date-section .calendar-start-date-option .calendar-start-date-dropdown .dropdown-menu li:focus{background-color:#F5F6F8;outline:none}.calendar-start-date-section .calendar-start-date-option .calendar-start-date-dropdown .dropdown-menu li a{padding:4px 10px;cursor:pointer;font-size:13px;line-height:1.62;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;text-align:left}.calendar-start-date-section .calendar-start-date-option .calendar-start-date-dropdown .dropdown-menu li a>span:after{content:'';display:block}.calendar-start-date-section .calendar-start-date-option .calendar-start-date-dropdown .dropdown-menu li.selected a span{color:#D74012}.partner-logo-info .partner-logo{width:150px;height:48px}.page-type-selector{display:flex;flex-direction:row}.page-type-selector li:not(:last-child){margin-right:15px}.page-type-selector .page-type-thumbnail{display:inline-flex;flex-direction:column;cursor:pointer;width:75px;align-items:center}.page-type-selector .page-type-thumbnail.disabled{opacity:0.5}.page-type-selector .page-type-thumbnail.selected .label{color:#D74012}.page-type-selector .page-type-thumbnail.selected>.icon{border-color:#D74012}.page-type-selector .page-type-thumbnail:hover .label{color:#D74012}.page-type-selector .page-type-thumbnail:hover>.icon{border-color:#D74012}.page-type-selector .page-type-thumbnail>.icon{border:1px solid #58595B}.page-type-selector .page-type-thumbnail .label{color:#58595B;white-space:normal;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;font-size:10px;line-height:12px;font-weight:100;padding:0}.itemized-prices{margin-top:-15px}.itemized-prices .price-item .itemized-price-block .orig-price.on-sale{text-decoration:line-through;margin-right:5px}.itemized-prices .price-item .itemized-price-block .orig-price.on-sale:before{content:"Original Price: ";position:absolute;clip:rect(0 0 0 0)}.itemized-prices .price-item .itemized-price-block .sale-price{color:red}.itemized-prices .price-item .itemized-price-block .sale-price:before{content:"Discounted Price: ";position:absolute;clip:rect(0 0 0 0)}.radio-option{display:flex;flex-flow:column nowrap}.radio-option .title{display:flex;flex-flow:row nowrap;justify-content:space-between;border-bottom:1px solid #dcdee1;margin:0px 0px 10px 0px;padding:0px 0px 3px 0px}.radio-option .title span{display:flex}.radio-option .title .button-link{display:flex;white-space:nowrap;flex:0;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif}@media all and (-ms-high-contrast: none){.radio-option .title .button-link{display:table-cell}}.radio-option .radio-value{display:flex;flex-flow:column nowrap}.radio-option .radio-value div{display:flex;flex-flow:row nowrap}.radio-option .radio-value div input{display:flex;margin:0px 10px 0px 0px}.radio-option .radio-value div label{display:flex;font-size:14px;font-weight:900;line-height:1.21;margin:0px;max-width:unset}.radio-option .radio-value div .price{display:flex;font-size:10px;flex:1 0;line-height:1.6;padding:0px 0px 0px 3px}.radio-option .radio-value em{font-size:11px;margin:3px 0px 10px 20px}.radio-option .radio-value p{margin:0px 0px 10px 20px}.radio-option .radio-value span.promoted{color:#D03D11;padding:0px 3px 0px 0px;line-height:inherit;text-transform:uppercase}#docWide.fullPage{width:auto;margin:auto 1px}#totallyNonConflictingWrapper{margin-left:auto;margin-right:auto;max-width:1600px !important}div#totallyNonConflictingWrapper{width:auto !important}#wrapper .siteSubNavContainer.siteSubNav3_0.tp-enabled.tp-subnav{display:none}#react-app-container .app-loading{text-align:center;min-height:500px;padding-top:200px}#react-app-container .app-loading .spinner{display:inline-block;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.popoi-medium-spinner{background:url("https://cld1.staticsfly.com/spinner39x39-125314aaf2.png") no-repeat;height:39px;width:39px}@-moz-keyframes spin{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.pagetitletext{display:none}#storeBreadcrumb{color:#757579}#storeBreadcrumb .ahover{color:#0065B8}.desktop-promo{display:block}@media (min-width: 768px){#react-app-container{padding:0 20px}}.related-items-heading{font-size:21px;line-height:1.14;color:#58595B;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif}#storeBreadcrumb{padding:0 20px;font-size:12px;color:#757579}#storeBreadcrumb a{color:#0065B8}#storeBreadcrumb span{color:#757579}@media (max-width: 768px){#storeBreadcrumb{display:none !important}}#react-app-container:after{content:'';display:block;clear:both}#react-app-container .tray-carousel .tc-previous,#react-app-container .tray-carousel .tc-next{width:36px;height:36px;padding:10px 0.59em}@media (min-width: 768px){#react-app-container .tray-carousel .tc-previous,#react-app-container .tray-carousel .tc-next{background-color:#ebedf0;border-radius:4px}}#react-app-container .tray-carousel .tc-previous{margin-right:5px}#react-app-container .tray-carousel .tc-next{margin-left:5px}#react-app-container .matching-items-holder{border-top:1px solid #C6C7C9;padding-bottom:20px;z-index:8;position:relative}#react-app-container .matching-items-holder .related-items-heading{padding:0 10px;margin:20px 0}#react-app-container .matching-items-holder .matching-items{height:175px}#react-app-container .matching-items-holder .matching-items .tc-container{align-items:flex-end}#react-app-container .matching-items-holder .matching-items .tc-container .tc-slide{align-self:flex-end}#react-app-container .matching-items-holder .matching-items .tc-container .tc-slide .product-frame .default-image-frame a .image-holder img{max-height:150px}#react-app-container .matching-items-holder .matching-items .tc-container .tc-slide .product-frame .default-image-frame a .carousel-item-title{padding-top:4px;font-size:14px;line-height:1.43;color:#58595B;font-family:"Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;text-decoration:none}#react-app-container .product-info{margin-bottom:30px;max-width:1200px;margin-left:auto;margin-right:auto}@media (min-width: 480px){#react-app-container .product-info{display:block}}@media (min-width: 768px){#react-app-container .product-info{display:flex}}#react-app-container .product-info .left-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;min-width:0}@media (min-width: 480px){#react-app-container .product-info .left-content{width:100%}}@media (min-width: 768px){#react-app-container .product-info .left-content{width:65.5%;padding:0}}@media (min-width: 1200px){#react-app-container .product-info .left-content{width:55.8%}}#react-app-container .product-info .left-content .product-image{z-index:6}@media (min-width: 768px){#react-app-container .product-info .left-content .product-image{padding-left:0;padding-right:20px}}#react-app-container .product-info .left-content .product-image .tab-control{margin-left:auto;margin-right:auto;max-width:540px}@media (min-width: 768px) and (max-width: 1199px){#react-app-container .product-info .left-content .product-image .tab-control{max-width:425px}}@media (max-width: 767px){#react-app-container .product-info .left-content .product-image .tab-control .tab-panel .tray-carousel{margin-left:15px;margin-right:15px;height:325px}}@media (min-width: 768px){#react-app-container .product-info .left-content .product-image .tab-control .tab-panel .tray-carousel{margin-top:10px;height:100px}}@media (min-width: 768px){#react-app-container .product-info .left-content .product-image .tab-control .tab-panel .tray-carousel .tc-view-port .tc-track .tc-container{justify-content:flex-start}}@media (max-width: 767px){#react-app-container .product-info .left-content .product-image .tab-control .tab-panel .tray-carousel .tc-view-port .tc-track .tc-container{justify-content:space-evenly}}@media all and (max-width: 767px) and (-ms-high-contrast: none){#react-app-container .product-info .left-content .product-image .tab-control .tab-panel .tray-carousel .tc-view-port .tc-track .tc-container{display:inline-block}}#react-app-container .product-info .left-content .product-image .tab-control .tab-panel .tray-carousel .tc-view-port .tc-track .tc-container .tc-slide{max-width:100%;box-sizing:border-box;margin-right:7px}@media (min-width: 768px){#react-app-container .product-info .left-content .product-image .tab-control .tab-panel .tray-carousel .tc-view-port .tc-track .tc-container .tc-slide{max-height:100px}}@media (max-width: 767px){#react-app-container .product-info .left-content .product-image .tab-control .tab-panel .tray-carousel .tc-view-port .tc-track .tc-container .tc-slide{max-height:325px;width:100%}}#react-app-container .product-info .left-content .product-image .tab-control .tab-panel .tray-carousel .tc-view-port .tc-track .tc-container .tc-slide:first-child{margin-left:5px}#react-app-container .product-info .left-content .product-image .tab-control .tab-panel .tray-carousel .tc-view-port .tc-track .tc-container .tc-slide .product-frame{padding:0;margin-left:auto;margin-right:auto;width:100vw;max-width:100%;height:100vw}@media (max-width: 991px){#react-app-container .product-info .left-content .product-image .tab-control .tab-panel .tray-carousel .tc-view-port .tc-track .tc-container .tc-slide .product-frame{height:100%}}@media (min-width: 768px){#react-app-container .product-info .left-content .product-image .tab-control .tab-panel .tray-carousel .tc-view-port .tc-track .tc-container .tc-slide .product-frame{border:1px solid #ebedf0;width:96px;height:96px}}#react-app-container .product-info .left-content .product-image .tab-control .tab-panel .tray-carousel .tc-view-port .tc-track .tc-container .tc-slide .product-frame .default-image-frame{justify-content:center;height:100%;overflow:hidden}@media (max-width: 767px){#react-app-container .product-info .left-content .product-image .tab-control .tab-panel .tray-carousel .tc-view-port .tc-track .tc-container .tc-slide .product-frame .default-image-frame .image-holder img{max-height:325px}}@media (min-width: 768px){#react-app-container .product-info .left-content .product-image .tab-control .tab-panel .tray-carousel .tc-view-port .tc-track .tc-container .tc-slide .product-frame .default-image-frame .image-holder img{max-height:98px}}#react-app-container .product-info .left-content .product-image .hero-image{height:500px;margin-bottom:0px;max-width:500px;margin-left:auto;margin-right:auto}@media (max-width: 768px){#react-app-container .product-info .left-content .product-image .hero-image{max-height:347px}}@media (max-width: 767px){#react-app-container .product-info .left-content .product-image .hero-image{display:none}}@media (max-width: 320px){#react-app-container .product-info .left-content .product-image .hero-image{max-height:236px}}#react-app-container .product-info .left-content .product-image .hero-image>div{width:100%;height:100%;position:relative;top:50%;transform:translateY(-50%)}#react-app-container .product-info .left-content .product-image .hero-image>div img,#react-app-container .product-info .left-content .product-image .hero-image>div canvas{-webkit-transition:opacity,500ms,ease-in-out;-moz-transition:opacity,500ms,ease-in-out;-o-transition:opacity,500ms,ease-in-out;transition:opacity,500ms,ease-in-out;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;max-height:100%;max-width:100%;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none}#react-app-container .product-info .left-content .product-image .hero-image>div img.hide-image,#react-app-container .product-info .left-content .product-image .hero-image>div img.loading,#react-app-container .product-info .left-content .product-image .hero-image>div div.hide-image,#react-app-container .product-info .left-content .product-image .hero-image>div div.loading{opacity:0}#react-app-container .product-info .left-content .product-image .hero-image>div img.show-image,#react-app-container .product-info .left-content .product-image .hero-image>div div.show-image{opacity:1}#react-app-container .product-info .left-content .product-image .hero-image>div img.overlay-image,#react-app-container .product-info .left-content .product-image .hero-image>div div.overlay-image{opacity:1}#react-app-container .product-info .left-content .product-image .hero-image>div img.overlay-image.hide-image,#react-app-container .product-info .left-content .product-image .hero-image>div div.overlay-image.hide-image{opacity:0}#react-app-container .product-info .left-content .product-image .mobile-badge{display:none}@media (max-width: 767px){#react-app-container .product-info .left-content .product-image .mobile-badge{display:block;cursor:pointer;padding-bottom:30px}}#react-app-container .product-info .left-content .product-image .desktop-badge{display:block;margin-top:10px}#react-app-container .product-info .left-content .product-image .desktop-badge .clickable{cursor:pointer}@media (max-width: 767px){#react-app-container .product-info .left-content .product-image .desktop-badge{display:none}}#react-app-container .product-info .right-content{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all,500ms,ease-out;-moz-transition:all,500ms,ease-out;-o-transition:all,500ms,ease-out;transition:all,500ms,ease-out;font-size:14px;line-height:1.43;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;text-align:left;z-index:4;position:relative}@media (min-width: 480px) and (max-width: 780px){#react-app-container .product-info .right-content{width:100%}}@media (min-width: 780px) and (max-width: 992px){#react-app-container .product-info .right-content{width:320px}}@media (min-width: 992px){#react-app-container .product-info .right-content{width:530px}}#react-app-container .product-info .right-content a:hover{text-decoration:underline}#react-app-container .product-info .right-content a.uig-primary-button:hover{text-decoration:none}#react-app-container .product-info .right-content .dropdown-menu li a:hover{text-decoration:none;cursor:pointer}#react-app-container .product-info .right-content .product-details{background-color:#F9FAFC}#react-app-container .product-info .right-content .title-section h1{text-align:left;margin-bottom:10px;padding:17px 20px 0 20px}@media (min-width: 480px){#react-app-container .product-info .right-content .title-section h1{font-size:21px;line-height:1.24;color:#58595B;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif}}@media (max-width: 480px){#react-app-container .product-info .right-content .title-section h1{font-size:16px;line-height:1.31;color:#58595B;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif}}#react-app-container .product-info .right-content .title-section>div:last-child{margin-bottom:0;padding-bottom:20px;border-bottom:none}#react-app-container .product-info .right-content .title-section .author{padding:0 20px 15px 20px;font-size:14px;line-height:17px;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif}#react-app-container .product-info .right-content .title-section .author a{color:#0065B8}#react-app-container .product-info .right-content .title-section .social-personalize-section{padding:0 20px;margin:0 0 25px 0;height:36px}#react-app-container .product-info .right-content .title-section .social-personalize-section .social-column{float:left;padding-top:7px}#react-app-container .product-info .right-content .title-section .social-personalize-section .social-column a{margin-left:20px;display:inline-block;height:22px;width:22px}#react-app-container .product-info .right-content .title-section .social-personalize-section .btn{text-shadow:none;box-shadow:none;border-radius:4px;padding:10px 18px;line-height:14px}#react-app-container .product-info .right-content .title-section .uig-primary-button{float:right;text-shadow:none;border-width:0;-webkit-appearance:none;appearance:none}#react-app-container .product-info .right-content .title-section .pdt-details .promo,#react-app-container .product-info .right-content .title-section .pdt-details .promo strong{color:#D03D11}#react-app-container .product-info .right-content .subtotal{background-color:#EBF0F7;margin:10px 0px;padding:18px 19px 17px 19px;text-align:right;clear:both}#react-app-container .product-info .right-content .subtotal.with-promo-banner{padding:14px 19px 15px 19px}#react-app-container .product-info .right-content .subtotal>div{text-align:left;margin-bottom:4px;display:flex}#react-app-container .product-info .right-content .subtotal>div>svg{width:18px;height:18px;margin-right:4px}#react-app-container .product-info .right-content .subtotal>div>svg path,#react-app-container .product-info .right-content .subtotal>div>svg rect{fill:#58595B}#react-app-container .product-info .right-content .subtotal>div>svg circle{stroke:#58595B}#react-app-container .product-info .right-content .subtotal label{font-size:14px;line-height:1.43;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;letter-spacing:0.5px;text-transform:uppercase;text-align:left;float:left;margin-bottom:0;margin-top:2px}#react-app-container .product-info .right-content .subtotal .price{font-size:18px;color:#58595B;font-family:"Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif}#react-app-container .product-info .right-content .subtotal .price.discounted del{margin-right:10px;color:#58595B}#react-app-container .product-info .right-content .subtotal .price.discounted del:before{content:'Original Price: ';position:absolute;clip:rect(0 0 0 0)}#react-app-container .product-info .right-content .subtotal .price.discounted span{color:#c00}#react-app-container .product-info .right-content .subtotal .price.discounted span:before{content:'Discounted Price: ';position:absolute;clip:rect(0 0 0 0)}#react-app-container .product-info .right-content .subtotal .out-of-stock{font-size:12px;color:#c00;font-family:"Avenir LT W01 85 Heavy", Helvetica, Arial, sans-serif;font-weight:bold;text-transform:uppercase;margin:3px 0px}#react-app-container .product-info .right-content .subtotal .promo{font-size:11px;color:#c00;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;font-style:oblique;text-align:right;letter-spacing:0.4px;clear:both;margin-bottom:-10px}#react-app-container .product-info .right-content .subtotal .promo .uig-svg-icon{display:inline-block;margin-right:5px;width:16px;height:16px;vertical-align:middle}#react-app-container .product-info .right-content .subtotal .promo .uig-svg-icon g{stroke:#c00}#react-app-container .product-info .right-content .subtotal .promo>span{margin-left:auto}#react-app-container .product-info .right-content .radio-options{display:block;margin-bottom:2px;cursor:pointer;font-size:13px;line-height:1.54;color:#58595B;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif}#react-app-container .product-info .right-content .radio-options label,#react-app-container .product-info .right-content .radio-options input{display:inline-block;margin-top:0;vertical-align:middle}#react-app-container .product-info .right-content .radio-options label{margin-bottom:0}#react-app-container .product-info .right-content .radio-options input{margin-right:8px;cursor:pointer}#react-app-container .product-info .right-content .radio-options .price{display:inline;margin-left:5px;font-size:11px}#react-app-container .product-info .right-content .radio-options .best-seller{font-size:10px;line-height:2;color:#58595B;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;font-style:oblique;text-align:left;padding-left:5px;text-transform:uppercase;clear:both}#react-app-container .product-info .right-content div.envelopes-addressing,#react-app-container .product-info .right-content div.shipping-handling,#react-app-container .product-info .right-content div.pdt-details{border-width:0;padding-bottom:0}#react-app-container .product-info .right-content div.envelopes-addressing label,#react-app-container .product-info .right-content div.shipping-handling label,#react-app-container .product-info .right-content div.pdt-details label{padding-bottom:0}#react-app-container .product-info .right-content div.envelopes-addressing label{letter-spacing:0.5px;padding-bottom:10px}@media (min-width: 992px){#react-app-container .product-info .right-content div.envelopes-addressing label{width:140px;display:table-cell}}@media (min-width: 480px) and (max-width: 767px){#react-app-container .product-info .right-content div.envelopes-addressing label{display:table-cell;width:130px}}#react-app-container .product-info .right-content div.envelopes-addressing label ~ span,#react-app-container .product-info .right-content div.envelopes-addressing label ~ div{display:table-cell}#react-app-container .product-info .right-content div.envelopes-addressing .learn-more{display:block;margin-left:0px}@media (max-width: 992px){#react-app-container .product-info .right-content div.envelopes-addressing .learn-more{display:inline;margin-left:5px}}#react-app-container .product-info .right-content div.envelopes-addressing .learn-more .button-link{font-family:"Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif}#react-app-container .product-info .right-content div.envelopes-addressing .emailIcon{vertical-align:top;padding-top:1px}#react-app-container .product-info .right-content div.envelopes-addressing .emailIcon,#react-app-container .product-info .right-content div.envelopes-addressing .emailIcon svg{width:22px;height:18px}#react-app-container .product-info .right-content div.envelopes-addressing>span{padding-left:16px}#react-app-container .product-info .right-content div.shipping-handling{border-bottom:1px solid #DCDEE1;padding-bottom:20px}#react-app-container .product-info .right-content div.shipping-handling>div>div{max-height:0;overflow:hidden;-webkit-transition:max-height,500ms,ease-out;-moz-transition:max-height,500ms,ease-out;-o-transition:max-height,500ms,ease-out;transition:max-height,500ms,ease-out}#react-app-container .product-info .right-content div.shipping-handling>div>div .label{display:none}#react-app-container .product-info .right-content div.shipping-handling>div>div table{width:100%;border:1px solid #DCDEE1;margin-bottom:10px}#react-app-container .product-info .right-content div.shipping-handling>div>div table td{padding:5px;border-color:#DCDEE1;border-width:1px 0}#react-app-container .product-info .right-content div.shipping-handling>div>div p{padding:5px;font-size:14px;line-height:1;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif}#react-app-container .product-info .right-content div.shipping-handling.show-more>div>div{max-height:3000px;-webkit-transition:max-height,500ms,ease-in;-moz-transition:max-height,500ms,ease-in;-o-transition:max-height,500ms,ease-in;transition:max-height,500ms,ease-in}#react-app-container .product-info .right-content div.pdt-details label{letter-spacing:0.5px}@media (min-width: 992px){#react-app-container .product-info .right-content div.pdt-details label{width:140px;padding-right:20px;display:table-cell}}@media (max-width: 992px){#react-app-container .product-info .right-content div.pdt-details label{display:block}}#react-app-container .product-info .right-content div.pdt-details label ~ div{display:table-cell}#react-app-container .product-info .right-content div.pdt-details .details{overflow:hidden;max-height:54px;-webkit-transition:max-height,500ms,ease-in;-moz-transition:max-height,500ms,ease-in;-o-transition:max-height,500ms,ease-in;transition:max-height,500ms,ease-in}#react-app-container .product-info .right-content div.pdt-details .details>div{display:table-cell;padding-left:16px}#react-app-container .product-info .right-content div.pdt-details .details>div p{margin-bottom:10px}#react-app-container .product-info .right-content div.pdt-details .details .designer-icon{display:table-cell;width:24px;height:24px;float:left}#react-app-container .product-info .right-content div.pdt-details.expanded .details{-webkit-transition:max-height,500ms,ease-in;-moz-transition:max-height,500ms,ease-in;-o-transition:max-height,500ms,ease-in;transition:max-height,500ms,ease-in;max-height:500px}#react-app-container .product-info .right-content .warning-section{margin:0 20px 20px 20px;padding-left:32px;position:relative}#react-app-container .product-info .right-content .warning-section>div *{font-size:14px;line-height:1.14;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif}#react-app-container .product-info .right-content .warning-section>div span{display:inline-block;padding-top:5px}#react-app-container .product-info .right-content .warning-section img{display:none}#react-app-container .product-info .right-content .warning-section .warning-icon{width:22px;height:22px;position:absolute;top:0;left:0}#react-app-container .product-info .right-content .pdt-details,#react-app-container .product-info .right-content .product-description,#react-app-container .product-info .right-content .special-offers,#react-app-container .product-info .right-content .shipping-handling,#react-app-container .product-info .right-content .envelopes-addressing,#react-app-container .product-info .right-content .partner-logo-info{margin:20px;padding-top:20px;border-top:1px solid #DCDEE1}#react-app-container .product-info .right-content .pdt-details label,#react-app-container .product-info .right-content .product-description label,#react-app-container .product-info .right-content .special-offers label,#react-app-container .product-info .right-content .shipping-handling label,#react-app-container .product-info .right-content .envelopes-addressing label,#react-app-container .product-info .right-content .partner-logo-info label{display:block;padding:0 0 10px 0;text-transform:uppercase;margin:0;cursor:auto}#react-app-container .product-info .right-content .pdt-details label.initial,#react-app-container .product-info .right-content .product-description label.initial,#react-app-container .product-info .right-content .special-offers label.initial,#react-app-container .product-info .right-content .shipping-handling label.initial,#react-app-container .product-info .right-content .envelopes-addressing label.initial,#react-app-container .product-info .right-content .partner-logo-info label.initial{text-transform:none}#react-app-container .product-info .right-content .pdt-details label span,#react-app-container .product-info .right-content .product-description label span,#react-app-container .product-info .right-content .special-offers label span,#react-app-container .product-info .right-content .shipping-handling label span,#react-app-container .product-info .right-content .envelopes-addressing label span,#react-app-container .product-info .right-content .partner-logo-info label span{font-size:14px;line-height:16px;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;font-weight:100}#react-app-container .product-info .right-content .pdt-details>div,#react-app-container .product-info .right-content .product-description>div,#react-app-container .product-info .right-content .special-offers>div,#react-app-container .product-info .right-content .shipping-handling>div,#react-app-container .product-info .right-content .envelopes-addressing>div,#react-app-container .product-info .right-content .partner-logo-info>div{margin-bottom:0}#react-app-container .product-info .right-content .pdt-details>div p,#react-app-container .product-info .right-content .pdt-details>div div,#react-app-container .product-info .right-content .product-description>div p,#react-app-container .product-info .right-content .product-description>div div,#react-app-container .product-info .right-content .special-offers>div p,#react-app-container .product-info .right-content .special-offers>div div,#react-app-container .product-info .right-content .shipping-handling>div p,#react-app-container .product-info .right-content .shipping-handling>div div,#react-app-container .product-info .right-content .envelopes-addressing>div p,#react-app-container .product-info .right-content .envelopes-addressing>div div,#react-app-container .product-info .right-content .partner-logo-info>div p,#react-app-container .product-info .right-content .partner-logo-info>div div{font-size:14px;line-height:20px;color:#58595B;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;margin:0}#react-app-container .product-info .right-content .pdt-details>div p ~ ul,#react-app-container .product-info .right-content .pdt-details>div div ~ ul,#react-app-container .product-info .right-content .product-description>div p ~ ul,#react-app-container .product-info .right-content .product-description>div div ~ ul,#react-app-container .product-info .right-content .special-offers>div p ~ ul,#react-app-container .product-info .right-content .special-offers>div div ~ ul,#react-app-container .product-info .right-content .shipping-handling>div p ~ ul,#react-app-container .product-info .right-content .shipping-handling>div div ~ ul,#react-app-container .product-info .right-content .envelopes-addressing>div p ~ ul,#react-app-container .product-info .right-content .envelopes-addressing>div div ~ ul,#react-app-container .product-info .right-content .partner-logo-info>div p ~ ul,#react-app-container .product-info .right-content .partner-logo-info>div div ~ ul{margin-top:20px}#react-app-container .product-info .right-content .pdt-details>div p.added-details,#react-app-container .product-info .right-content .pdt-details>div div.added-details,#react-app-container .product-info .right-content .product-description>div p.added-details,#react-app-container .product-info .right-content .product-description>div div.added-details,#react-app-container .product-info .right-content .special-offers>div p.added-details,#react-app-container .product-info .right-content .special-offers>div div.added-details,#react-app-container .product-info .right-content .shipping-handling>div p.added-details,#react-app-container .product-info .right-content .shipping-handling>div div.added-details,#react-app-container .product-info .right-content .envelopes-addressing>div p.added-details,#react-app-container .product-info .right-content .envelopes-addressing>div div.added-details,#react-app-container .product-info .right-content .partner-logo-info>div p.added-details,#react-app-container .product-info .right-content .partner-logo-info>div div.added-details{margin-top:18px}#react-app-container .product-info .right-content .pdt-details>div p.added-details+p,#react-app-container .product-info .right-content .pdt-details>div div.added-details+p,#react-app-container .product-info .right-content .product-description>div p.added-details+p,#react-app-container .product-info .right-content .product-description>div div.added-details+p,#react-app-container .product-info .right-content .special-offers>div p.added-details+p,#react-app-container .product-info .right-content .special-offers>div div.added-details+p,#react-app-container .product-info .right-content .shipping-handling>div p.added-details+p,#react-app-container .product-info .right-content .shipping-handling>div div.added-details+p,#react-app-container .product-info .right-content .envelopes-addressing>div p.added-details+p,#react-app-container .product-info .right-content .envelopes-addressing>div div.added-details+p,#react-app-container .product-info .right-content .partner-logo-info>div p.added-details+p,#react-app-container .product-info .right-content .partner-logo-info>div div.added-details+p{margin-top:3px}#react-app-container .product-info .right-content .pdt-details>div p.added-details span,#react-app-container .product-info .right-content .pdt-details>div div.added-details span,#react-app-container .product-info .right-content .product-description>div p.added-details span,#react-app-container .product-info .right-content .product-description>div div.added-details span,#react-app-container .product-info .right-content .special-offers>div p.added-details span,#react-app-container .product-info .right-content .special-offers>div div.added-details span,#react-app-container .product-info .right-content .shipping-handling>div p.added-details span,#react-app-container .product-info .right-content .shipping-handling>div div.added-details span,#react-app-container .product-info .right-content .envelopes-addressing>div p.added-details span,#react-app-container .product-info .right-content .envelopes-addressing>div div.added-details span,#react-app-container .product-info .right-content .partner-logo-info>div p.added-details span,#react-app-container .product-info .right-content .partner-logo-info>div div.added-details span{display:table-cell}#react-app-container .product-info .right-content .pdt-details>div p.added-details span:first-child,#react-app-container .product-info .right-content .pdt-details>div div.added-details span:first-child,#react-app-container .product-info .right-content .product-description>div p.added-details span:first-child,#react-app-container .product-info .right-content .product-description>div div.added-details span:first-child,#react-app-container .product-info .right-content .special-offers>div p.added-details span:first-child,#react-app-container .product-info .right-content .special-offers>div div.added-details span:first-child,#react-app-container .product-info .right-content .shipping-handling>div p.added-details span:first-child,#react-app-container .product-info .right-content .shipping-handling>div div.added-details span:first-child,#react-app-container .product-info .right-content .envelopes-addressing>div p.added-details span:first-child,#react-app-container .product-info .right-content .envelopes-addressing>div div.added-details span:first-child,#react-app-container .product-info .right-content .partner-logo-info>div p.added-details span:first-child,#react-app-container .product-info .right-content .partner-logo-info>div div.added-details span:first-child{font-family:"Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;width:96px}#react-app-container .product-info .right-content .pdt-details>div p:last-of-type,#react-app-container .product-info .right-content .product-description>div p:last-of-type,#react-app-container .product-info .right-content .special-offers>div p:last-of-type,#react-app-container .product-info .right-content .shipping-handling>div p:last-of-type,#react-app-container .product-info .right-content .envelopes-addressing>div p:last-of-type,#react-app-container .product-info .right-content .partner-logo-info>div p:last-of-type{margin:0}#react-app-container .product-info .right-content .pdt-details .animate-height,#react-app-container .product-info .right-content .product-description .animate-height,#react-app-container .product-info .right-content .special-offers .animate-height,#react-app-container .product-info .right-content .shipping-handling .animate-height,#react-app-container .product-info .right-content .envelopes-addressing .animate-height,#react-app-container .product-info .right-content .partner-logo-info .animate-height{overflow:hidden;-webkit-transition:height 0.5s ease;-moz-transition:height 0.5s ease;-o-transition:height 0.5s ease;transition:height 0.5s ease;-webkit-transition:max-height 0.5s ease-in-out;-moz-transition:max-height 0.5s ease-in-out;-o-transition:max-height 0.5s ease-in-out;transition:max-height 0.5s ease-in-out}#react-app-container .product-info .right-content .pdt-details.ellipsis>div,#react-app-container .product-info .right-content .product-description.ellipsis>div,#react-app-container .product-info .right-content .special-offers.ellipsis>div,#react-app-container .product-info .right-content .shipping-handling.ellipsis>div,#react-app-container .product-info .right-content .envelopes-addressing.ellipsis>div,#react-app-container .product-info .right-content .partner-logo-info.ellipsis>div{overflow:hidden}#react-app-container .product-info .right-content .pdt-details.ellipsis>div ~ a,#react-app-container .product-info .right-content .product-description.ellipsis>div ~ a,#react-app-container .product-info .right-content .special-offers.ellipsis>div ~ a,#react-app-container .product-info .right-content .shipping-handling.ellipsis>div ~ a,#react-app-container .product-info .right-content .envelopes-addressing.ellipsis>div ~ a,#react-app-container .product-info .right-content .partner-logo-info.ellipsis>div ~ a{display:inline-block;margin-top:4px}#react-app-container .product-info .right-content .pdt-details.ellipsis>div.rah-static--height-zero ~ a,#react-app-container .product-info .right-content .product-description.ellipsis>div.rah-static--height-zero ~ a,#react-app-container .product-info .right-content .special-offers.ellipsis>div.rah-static--height-zero ~ a,#react-app-container .product-info .right-content .shipping-handling.ellipsis>div.rah-static--height-zero ~ a,#react-app-container .product-info .right-content .envelopes-addressing.ellipsis>div.rah-static--height-zero ~ a,#react-app-container .product-info .right-content .partner-logo-info.ellipsis>div.rah-static--height-zero ~ a{margin:0}#react-app-container .product-info .right-content .pdt-details a,#react-app-container .product-info .right-content .product-description a,#react-app-container .product-info .right-content .special-offers a,#react-app-container .product-info .right-content .shipping-handling a,#react-app-container .product-info .right-content .envelopes-addressing a,#react-app-container .product-info .right-content .partner-logo-info a{font-size:14px;line-height:1.23;color:#0065B8;font-family:"Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif;cursor:pointer}#react-app-container .product-info .right-content .pdt-details ul,#react-app-container .product-info .right-content .product-description ul,#react-app-container .product-info .right-content .special-offers ul,#react-app-container .product-info .right-content .shipping-handling ul,#react-app-container .product-info .right-content .envelopes-addressing ul,#react-app-container .product-info .right-content .partner-logo-info ul{list-style-type:disc;overflow:hidden}#react-app-container .product-info .right-content .pdt-details ul li,#react-app-container .product-info .right-content .product-description ul li,#react-app-container .product-info .right-content .special-offers ul li,#react-app-container .product-info .right-content .shipping-handling ul li,#react-app-container .product-info .right-content .envelopes-addressing ul li,#react-app-container .product-info .right-content .partner-logo-info ul li{list-style-position:outside;margin-left:16px}#react-app-container .product-info .right-content .pdt-details .button-link,#react-app-container .product-info .right-content .product-description .button-link,#react-app-container .product-info .right-content .special-offers .button-link,#react-app-container .product-info .right-content .shipping-handling .button-link,#react-app-container .product-info .right-content .envelopes-addressing .button-link,#react-app-container .product-info .right-content .partner-logo-info .button-link{font-family:"Avenir LT W01 65 Medium", Helvetica, Arial, sans-serif}#react-app-container .product-info .right-content ul{list-style-type:none}#react-app-container .product-info .right-content .no-short-description:not(.show-more) ul{max-height:51px}#react-app-container .product-info .right-content .special-offers{padding-bottom:20px}#react-app-container .product-info .right-content .special-offers ul.animate-height{max-height:2000px;-webkit-transition:max-height 1s ease-in-out;-moz-transition:max-height 1s ease-in-out;-o-transition:max-height 1s ease-in-out;transition:max-height 1s ease-in-out}#react-app-container .product-info .right-content .special-offers.collapsible>a{display:block}#react-app-container .product-info .right-content .special-offers.collapsible>a.hidden{display:none}#react-app-container .product-info .right-content .special-offers.collapsible.show-more ul.animate-height{max-height:51px;-webkit-transition:max-height 0.5s cubic-bezier(0, 1, 0, 1);-moz-transition:max-height 0.5s cubic-bezier(0, 1, 0, 1);-o-transition:max-height 0.5s cubic-bezier(0, 1, 0, 1);transition:max-height 0.5s cubic-bezier(0, 1, 0, 1)}#react-app-container .product-info .right-content .special-offers>button{display:none}#react-app-container .product-info .right-content .button-link{color:#0065B8;background:unset;padding:0;border:none}#react-app-container .product-info .right-content .button-link.underline:hover{text-decoration:underline}#pipBottomArea{margin:0 19px;background-color:#fff}#pipBottomArea>[id*='mboxImported-default-productPage']{padding:0 10px 20px 10px;border-top:1px solid #C6C7C9}#pipBottomArea #relatedProductsTitle{font-size:21px;line-height:1.14;color:#58595B;font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;padding:20px 0}@media (max-width: 768px){#pipBottomArea #relatedProductsTitle{text-align:center}}#pipBottomArea #recTest{display:none}.aboutProductContainer{padding:0 18px 10px}.sub-bar-menu{position:relative;display:inline-block}.data-service-failure-message{margin:20% auto;text-align:center;font-size:13px;line-height:20px;width:448px;color:#58595B}@media (max-width: 480px){.data-service-failure-message{width:280px}}@media (min-width: 992px){.data-service-failure-message{width:600px}}.legacy-browser-page{padding:20px}.legacy-browser-page .supported-browser-list{font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;font-size:14px;line-height:20px;color:#58595B;padding:20px;margin-left:10px;list-style-type:disc}.legacy-browser-page .text-container{margin-bottom:15px}.legacy-browser-page .browser-title a{font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;font-size:13px;line-height:20px;color:#0065B8}.legacy-browser-page .browser-warning-text{font-family:"Avenir LT W01 35 Light", Helvetica, Arial, sans-serif;font-size:14px;line-height:20px;color:#58595B}.legacy-browser-page .legacy-browser-heading{font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif;font-size:24px;color:#58595B;margin-top:20px}.uigModalDialog .modal-viewport .modal-content{max-width:790px}.uigModalDialog .modal-viewport .modal-content .modal-header{border:none}.uigModalDialog .modal-viewport .modal-content .modal-header .close-button{top:6px}.uigModalDialog .modalBackdrop{z-index:10;color:#58595b}.uigModalDialog .contentWrapper{border-radius:6px;max-width:100%}.uigModalDialog .closeButton{font-size:28px;margin:13px 15px 0 0;width:16px;height:16px;color:#c6c7c9}.uigModalDialog .modalTitle{font-weight:400;font-family:Avenir;padding:0px 10px 0px}.uigModalDialog .modalContent{margin-bottom:5px;margin-top:5px;font-size:15px;font-family:"Avenir LT W01 55 Roman", Helvetica, Arial, sans-serif}.uigModalDialog .modalContent .icon{margin-bottom:20px}.uigModalDialog .modalContent div{line-height:1.53}.uigModalDialog .pdt-modal{font-family:Avenir;font-weight:normal;font-style:normal;font-stretch:normal;letter-spacing:normal;color:#58595b}.uigModalDialog .pdt-modal .promo,.uigModalDialog .pdt-modal .promo strong{text-transform:uppercase;color:#D74012}.uigModalDialog .pdt-modal h2{font:1.25em verdana, geneva, arial, helvetica, clean, sans-serif;font-weight:500;margin-top:0px}.uigModalDialog .pdt-modal p{font-size:14px;line-height:1.43;font-weight:400}.uigModalDialog .pdt-modal a{color:#0065B8}.uigModalDialog .pdt-modal a#check-faq-link{font-weight:bold}.uigModalDialog .pdt-modal a#check-faq-link .help-icon-wrapper{width:20px;float:left;margin-right:10px;height:40px}.uigModalDialog .pdt-modal a#check-faq-link .help-icon-wrapper svg{margin-top:5px}.uigModalDialog .pdt-modal a#check-faq-link .help-icon-wrapper svg g{fill:#0065B8}.uigModalDialog .pdt-modal .oblique-style{display:inline-block;font-weight:300;line-height:16px}.uigModalDialog .pdt-modal .oblique-style.thin{font-weight:100;font-style:oblique;margin:0}.uigModalDialog .pdt-modal .subtitle{margin:5px 0 30px;font-weight:300}.uigModalDialog .pdt-modal .notice{max-width:630px;margin:0 auto}.uigModalDialog .pdt-modal .notice p:first-child{margin:14px auto;display:inline-block}.uigModalDialog .pdt-modal .block-wrap{margin-bottom:0px;padding:0 0 0 20px}.uigModalDialog .pdt-modal .block-wrap .subtitle{margin-bottom:10px;font-weight:400}.uigModalDialog .pdt-modal .block-wrap .half-col{width:50%;float:left;margin-bottom:20px}.uigModalDialog .pdt-modal .block-wrap .half-col .red{color:#f05323}.uigModalDialog .pdt-modal .block-wrap .half-col.left-block .email-notification{margin-top:40px}.uigModalDialog .pdt-modal .block-wrap .half-col .right-block{border-left:1px solid #dcdee1}.uigModalDialog .pdt-modal .block-wrap .half-col ul{list-style-position:inside}.uigModalDialog .pdt-modal .block-wrap .half-col ul li{padding-left:10px;line-height:22px;font-size:14px}.uigModalDialog .pdt-modal .center-text{text-align:center;margin:10px auto;width:100%}.uigModalDialog .pdt-modal .bold-text{font-weight:bold}.uigModalDialog .pdt-modal .half-col.left-block{border-right:1px solid #dcdee1}.uigModalDialog .pdt-modal .half-col.right-block{padding-left:30px;padding-bottom:0px}@media (max-width: 767px){.uigModalDialog{height:100%;width:100%;z-index:10}.uigModalDialog .modal-viewport .modal-content{width:auto !important;top:auto;left:auto;transform:none;height:calc(100% - 48px)}.uigModalDialog .modal-viewport .modal-content .modal-body{overflow-y:auto;height:calc(100% - 102px)}.uigModalDialog .contentWrapper{border-radius:0px;width:100% !important;max-height:90%;bottom:0;left:0 !important;display:flex;flex-direction:column;justify-content:flex-end;padding:0}.uigModalDialog .modalBackdrop{position:fixed;bottom:0;top:auto;padding:0 !important;width:100%;height:100%;left:0;right:0;margin:0;display:flex;flex-direction:column;justify-content:center}.uigModalDialog .modalTitle{font-size:1.2em;line-height:2em;width:100%;border-bottom:1px solid #e4e4e4;box-shadow:none;border:none;padding:10px 20px 0}.uigModalDialog .modalContent{width:100%;margin:auto;overflow-y:auto;padding:0 10px}.uigModalDialog .closeButton{display:none}.uigModalDialog .buttonWrapper{background-color:#fff;border:none;position:relative;overflow:visible}.uigModalDialog .buttonWrapper .uig-primary-button{color:#fff}.uigModalDialog .pdt-modal{padding-bottom:30px}.uigModalDialog .pdt-modal .subtitle{margin:5px 0 15px}.uigModalDialog .pdt-modal .block-wrap{padding:0}.uigModalDialog .pdt-modal .block-wrap .half-col{width:100%;float:none;margin-bottom:0;padding:0 10px;border-bottom:1px solid #dcdee1}.uigModalDialog .pdt-modal .block-wrap .half-col.left-block{border-left:none;border-right:none;border-top:1px solid #dcdee1;padding-top:15px}.uigModalDialog .pdt-modal .block-wrap .half-col.right-block{border-left:none;border-right:none;padding-top:15px}.uigModalDialog .pdt-modal .notice{padding:0 15px;text-align:center}}.plmModal .modal-content img{max-width:100%}.plmModal p.plmModalBody{margin-top:10px}@media (max-width: 767px){.uigModalDialog.plmModal .modal-viewport .modal-content{top:30%;height:auto}.uigModalDialog.plmModal.landscape .modal-viewport .modal-content{top:0;height:auto}}


/*# sourceMappingURL=pip2017.css.map*/