.yayextra-option-field-wrap {
margin-bottom: 1em; }
.yayextra-option-field-wrap input[type='text'],
.yayextra-option-field-wrap input[type='number'],
.yayextra-option-field-wrap select {
width: 100%;
}
.yayextra-option-field-label {
margin-left: 10px;
}
.yayextra-opt-button-content {
margin-top: -10px;
margin-bottom: 25px;
}
.yayextra-option-field-label.yayextra-option-button-label {
margin-left: unset;
margin-right: 10px;
border: 1px solid;
padding: 10px;
cursor: pointer;
}
.yayextra-option-field-label.yayextra-option-button-label.checked {
background-color: #333333;
border-color: #333333;
color: #ffffff;
}
.yayextra-opt-button {
margin-top: 20px;
}
.yayextra-addition-des {
margin-bottom: 7px;
}
.yayextra-addition-des-swatches-button,
.yayextra-addition-des-dropdown {
display: none;
}
.yayextra-addition-des-button {
margin-top: -15px;
}
.yayextra-opt-swatches-content {
display: flex;
align-items: center;
}
.yayextra-opt-swatches-content.direction-vertical {
display: inline-grid !important;
}
.yayextra-opt-swatches {
margin: 6px 10px 6px 3px;
cursor: pointer;
}
.yayextra-option-field-swatches-label {
border-radius: 3px;
height: 38px;
width: 38px;
outline: 2px solid;
}
.yayextra-option-field-swatches-label-image {
background-repeat: no-repeat;
background-size: 38px 38px;
}
.yayextra-option-field-swatches-label.checked {
outline: 2px solid;
outline-offset: 1px;
}
.yayextra-option-field-swatches-label.shape-circle {
border-radius: 50% !important;
}
.yayextra-option-field-swatches-label.shape-oval {
border-radius: 50% !important;
background-size: 50px 38px !important;
width: 50px !important;
height: 38px !important;
}
.yayextra-option-field-swatches-label.shape-rectangular {
width: 50px !important;
height: 38px !important;
background-size: 50px 38px !important;
} .yayextra-tooltip {
position: relative;
display: inline-block;
}
.yayextra-tooltip .yayextra-tooltiptext {
visibility: hidden;
position: absolute;
width: max-content;
background-color: #555;
color: #fff;
text-align: center;
padding: 8px 21px;
border-radius: 3px;
z-index: 10;
opacity: 0;
transition: all 0.3s;
max-width: 250px;
box-sizing: border-box;
font-size: 15px;
line-height: 20px;
}
.yayextra-tooltip-bottom {
top: 100%;
left: 50%;
transform: translateX(-50%);
margin-top: 11px;
}
.yayextra-tooltip-top {
bottom: 100%;
left: 50%;
transform: translateX(-50%);
margin-bottom: 11px;
}
.yayextra-opt-button .yayextra-tooltip-left {
top: -5px;
right: 103%;
}
.yayextra-opt-swatches .yayextra-tooltip-left {
top: 5px;
right: 122%;
}
.yayextra-opt-button .yayextra-tooltip-right {
top: -5px;
left: 98%;
}
.yayextra-opt-swatches .yayextra-tooltip-right {
top: 5px;
left: 122%;
} .yayextra-tooltip-bottom::after {
content: '';
position: absolute;
bottom: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent #555 transparent;
}
.yayextra-tooltip-top::after {
content: ' ';
position: absolute;
top: 100%; left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}
.yayextra-tooltip-right::after {
content: ' ';
position: absolute;
top: 50%;
right: 100%; margin-top: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent #555 transparent transparent;
}
.yayextra-tooltip-left::after {
content: ' ';
position: absolute;
top: 50%;
left: 100%; margin-top: -5px;
border-width: 5px;
border-style: solid;
border-color: transparent transparent transparent #555;
} .yayextra-tooltip-wrap:hover + .yayextra-tooltiptext {
visibility: visible;
opacity: 1;
}  #ui-datepicker-div {
background-color: white;
padding: 1rem;
margin-top: 10px;
}
#ui-datepicker-div table.ui-datepicker-calendar > tbody > tr > td {
cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header > a {
cursor: pointer;
}
#ui-datepicker-div .ui-datepicker-header > .ui-datepicker-prev {
margin-right: 2rem;
}  .yayextra-time-picker {
margin-top: 10px;
}
.yayextra-datetimepicker {
position: relative;
margin: 2px 0 0;
padding: 0;
font-size: 14px;
color: #333;
background-color: #fafafa;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
line-height: 0;
overflow: hidden;
border: 1px solid #cccccc;
}
.yayextra-datetimepicker * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.yayextra-datetimepicker table {
width: 100%;
margin: 0;
border: 0;
border-collapse: separate;
border-spacing: 2px;
background-color: white;
padding: 3px;
}
.yayextra-datetimepicker table td {
border: 0;
text-align: center;
padding: 2px;
width: 34px;
height: 27px;
cursor: pointer;
vertical-align: middle;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.yayextra-datetimepicker table td.weekend {
color: #d9534f;
}
.yayextra-datetimepicker table.mt tbody td {
width: 58px;
height: 38px;
}
.yayextra-datetimepicker td.day {
width: 14.28571429%;
}
.yayextra-datetimepicker td.name {
font-weight: bold;
}
.yayextra-datetimepicker td.oday {
color: #cccccc;
cursor: auto;
}
.yayextra-datetimepicker td.disabled {
color: #999;
cursor: auto;
}
.yayextra-datetimepicker td i {
font-size: 18px;
font-weight: bold;
}
.yayextra-datetimepicker td table.tt {
border: 0;
padding: 0;
}
.yayextra-datetimepicker table.tt {
padding: 5px;
}
.yayextra-datetimepicker table.tt td.hover {
border: 0;
}
.yayextra-datetimepicker table.tt td.common {
width: 5px;
}
.yayextra-datetimepicker table.tt tbody td {
width: 40px;
height: 14px;
}
.yayextra-datetimepicker table.tt input {
outline: none;
border: 1px solid #cccccc;
margin: 0 auto;
padding: 0 !important;
width: 38px;
height: 24px;
text-align: center;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-moz-transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
-ms-transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
-webkit-transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
-o-transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
transition: border-color ease-in-out 0.2s, box-shadow ease-in-out 0.2s;
}
.yayextra-datetimepicker table.tt input:focus {
border-color: #66afe9;
-webkit-box-shadow: 0 0 6px rgba(102, 175, 233, 0.6);
-moz-box-shadow: 0 0 6px rgba(102, 175, 233, 0.6);
box-shadow: 0 0 6px rgba(102, 175, 233, 0.6);
}
.yayextra-datetimepicker table.tt input[type='number']::-webkit-inner-spin-button,
.yayextra-datetimepicker table.tt input[type='number']::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.yayextra-datetimepicker table.tt input[type='number'] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
.yayextra-datetimepicker .buttonpane {
border-top: 1px solid #cccccc;
}
.yayextra-datetimepicker tbody td.hover {
background-color: #eee;
padding: 1px;
border: 1px solid #cccccc;
}
.yayextra-datetimepicker tbody td.today {
font-weight: bold;
color: #178cdf;
}
.yayextra-datetimepicker tbody td.selected {
font-weight: bold;
padding: 1px;
color: white;
border: 1px solid #178cdf;
background-color: #178cdf;
}
.yayextra-datetimepicker tfoot td.hover {
background-color: #eee;
padding: 1px;
border: 1px solid #eee;
}
.yayextra-datetimepicker thead td.hover {
background-color: #eee;
padding: 1px;
border: 1px solid #eee;
}
.yayextra-datetimepicker thead td.title {
font-weight: bold;
text-align: center;
padding: 2px;
}
.yayextra-datetimepicker i {
font-family: 'finex';
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.yayextra-datetimepicker i.icon-datepicker-minus:before {
content: '\e601';
}
.yayextra-datetimepicker i.icon-datepicker-plus:before {
content: '\e603';
}
.yayextra-datetimepicker i.icon-datepicker-prev:before {
content: '\e602';
}
.yayextra-datetimepicker i.icon-datepicker-next:before {
content: '\e600';
} .yayextra-option-file_upload_des {
margin: unset;
}
.yayextra-option-edit-link-minicart,
.woocommerce-mini-cart .yayextra-option-edit-link
{
text-decoration: underline;
}
.yayextra-product-extra-opt .product-remove .remove,
.yayextra-product-extra-opt .remove_from_cart_button {
display: none !important;
}
.yayextra-product-extra-opt .product-quantity .quantity input {
pointer-events: none !important;
opacity: 0.5 !important;
}
.yayextra-notification {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans,
Ubuntu, Cantarell, Helvetica Neue, sans-serif;
font-size: 13px;
background-color: #32373c;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
color: #fff;
padding: 16px 24px;
width: fit-content;
max-width: 600px;
box-sizing: border-box;
cursor: pointer;
animation: NslideUp 0.5s both linear;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 20;
}
@keyframes NslideDown {
from {
opacity: 1;
transform: translate3d(0, 0, 0);
}
to {
opacity: 0;
transform: translate3d(0, 50%, 0);
}
}
.yay-smtp-notification .NslideDown {
animation: NslideDown 0.5s both linear;
}
@keyframes growAndShrink {
0%,
100% {
stroke-dashoffset: 200;
}
50% {
stroke-dashoffset: 50;
transform: rotate(135deg);
}
100% {
transform: rotate(450deg);
}
}
.yayextra-spinner {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 12;
height: 100%;
background: rgba(255, 255, 255, 0.7);
display: flex;
align-items: center;
justify-content: center;
}
.yayextra-spinner .woocommerce-spinner__circle {
stroke-dasharray: 200;
stroke-dashoffset: 0;
transform-origin: center;
animation: growAndShrink 2s ease-in-out infinite;
stroke: #1d2327;
}
.yayextra-spinner .woocommerce-spinner {
animation: rotate 2s linear infinite;
width: 40px;
min-width: 40px;
height: 40px;
max-height: 40px;
}
.yayextra-change-product-img-btn {
cursor: pointer;
font-weight: 600;
text-decoration: underline;
}
.yayextra-change-swatches-image-wrap {
display: none;
}
.yayextra-change-swatches-image-label {
cursor: pointer;
text-decoration: underline;
display: none;
}
.yayextra-extra-subtotal-price,
.yayextra-total-price {
margin-bottom: 1em;
}
.yayextra-total-price .total-price-title,
.yayextra-extra-subtotal-price .total-price-title {
margin-right: 7px;
}
.yayextra-option-field-wrap .error-message-text {
color: indianred;
margin-top: 5px;
}  .yayextra-hide-extra-options-values-mini-cart dd:has(.yaye-option-value),
.yayextra-hide-extra-options-values-mini-cart dt:has(+ dd .yaye-option-value),
.yayextra-hide-extra-options-values-mini-cart .variation:has(.yaye-option-value), 
.yayextra-hide-extra-options-values-mini-cart .variation:has(.yaye-option-value) + .variation-separator { 
display: none;
} .yayextra-extra-subtotal-price:has(.total-price[data-token-replace="0"]) {
display: none;
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}@font-face{font-family:fontello;src:url(//vendi.shopricondizionati.com/wp-content/themes/dt-the7/fonts/fontello/font/fontello.eot?2136226);src:url(//vendi.shopricondizionati.com/wp-content/themes/dt-the7/fonts/fontello/font/fontello.eot?2136226#iefix) format('embedded-opentype'),url(//vendi.shopricondizionati.com/wp-content/themes/dt-the7/fonts/fontello/font/fontello.woff?2136226) format('woff'),url(//vendi.shopricondizionati.com/wp-content/themes/dt-the7/fonts/fontello/font/fontello.ttf?2136226) format('truetype');font-weight:400;font-style:normal}[class*=" icon-"]:before,[class^=icon-]:before{font-family:fontello;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.icon-note:before{content:'\e800'}.icon-note-beamed:before{content:'\e801'}.icon-flashlight:before{content:'\e802'}.icon-mail:before{content:'\e803'}.icon-heart:before{content:'\e804'}.icon-heart-empty:before{content:'\e805'}.icon-star:before{content:'\e806'}.icon-star-empty:before{content:'\e807'}.icon-user:before{content:'\e808'}.icon-users:before{content:'\e809'}.icon-user-add:before{content:'\e80a'}.icon-video:before{content:'\e80b'}.icon-picture:before{content:'\e80c'}.icon-camera:before{content:'\e80d'}.icon-layout:before{content:'\e80e'}.icon-menu:before{content:'\e80f'}.icon-check:before{content:'\e810'}.icon-cancel:before{content:'\e811'}.icon-tag:before{content:'\e812'}.icon-eye:before{content:'\e813'}.icon-lock:before{content:'\e814'}.icon-lock-open:before{content:'\e815'}.icon-attach:before{content:'\e816'}.icon-link:before{content:'\e817'}.icon-home:before{content:'\e818'}.icon-back:before{content:'\e819'}.icon-info-circled:before{content:'\e81a'}.icon-info:before{content:'\e81b'}.icon-help-circled:before{content:'\e81c'}.icon-help:before{content:'\e81d'}.icon-minus-squared:before{content:'\e81e'}.icon-minus-circled:before{content:'\e81f'}.icon-minus:before{content:'\e820'}.icon-plus-circled:before{content:'\e821'}.icon-plus:before{content:'\e822'}.icon-plus-squared:before{content:'\e823'}.icon-cancel-squared:before{content:'\e824'}.icon-cancel-circled:before{content:'\e825'}.icon-bookmark:before{content:'\e826'}.icon-bookmarks:before{content:'\e827'}.icon-flag:before{content:'\e828'}.icon-thumbs-up:before{content:'\e829'}.icon-thumbs-down:before{content:'\e82a'}.icon-download:before{content:'\e82b'}.icon-upload:before{content:'\e82c'}.icon-upload-cloud:before{content:'\e82d'}.icon-reply:before{content:'\e82e'}.icon-reply-all:before{content:'\e82f'}.icon-forward:before{content:'\e830'}.icon-quote:before{content:'\e831'}.icon-code:before{content:'\e832'}.icon-export:before{content:'\e833'}.icon-pencil:before{content:'\e834'}.icon-feather:before{content:'\e835'}.icon-print:before{content:'\e836'}.icon-retweet:before{content:'\e837'}.icon-keyboard:before{content:'\e838'}.icon-comment:before{content:'\e839'}.icon-book:before{content:'\e83a'}.icon-book-open:before{content:'\e83b'}.icon-newspaper:before{content:'\e83c'}.icon-doc-text-inv:before{content:'\e83d'}.icon-doc-text:before{content:'\e83e'}.icon-doc-landscape:before{content:'\e83f'}.icon-docs:before{content:'\e840'}.icon-doc:before{content:'\e841'}.icon-trash:before{content:'\e842'}.icon-cup:before{content:'\e843'}.icon-compass:before{content:'\e844'}.icon-direction:before{content:'\e845'}.icon-map:before{content:'\e846'}.icon-location:before{content:'\e847'}.icon-address:before{content:'\e848'}.icon-vcard:before{content:'\e849'}.icon-alert:before{content:'\e84a'}.icon-attention:before{content:'\e84b'}.icon-chat:before{content:'\e84c'}.icon-folder:before{content:'\e84d'}.icon-archive:before{content:'\e84e'}.icon-box:before{content:'\e84f'}.icon-rss:before{content:'\e850'}.icon-phone:before{content:'\e851'}.icon-cog:before{content:'\e852'}.icon-tools:before{content:'\e853'}.icon-share:before{content:'\e854'}.icon-shareable:before{content:'\e855'}.icon-basket:before{content:'\e856'}.icon-bag:before{content:'\e857'}.icon-calendar:before{content:'\e858'}.icon-login:before{content:'\e859'}.icon-logout:before{content:'\e85a'}.icon-mic:before{content:'\e85b'}.icon-down-open-mini:before{content:'\e85c'}.icon-droplet:before{content:'\e85d'}.icon-volume:before{content:'\e85e'}.icon-clock:before{content:'\e85f'}.icon-hourglass:before{content:'\e860'}.icon-up-open:before{content:'\e861'}.icon-right-open:before{content:'\e862'}.icon-left-open:before{content:'\e863'}.icon-down-open:before{content:'\e864'}.icon-up-circled:before{content:'\e865'}.icon-right-circled:before{content:'\e866'}.icon-left-circled:before{content:'\e867'}.icon-down-circled:before{content:'\e868'}.icon-publish:before{content:'\e869'}.icon-window:before{content:'\e86a'}.icon-popup:before{content:'\e86b'}.icon-resize-small:before{content:'\e86c'}.icon-resize-full:before{content:'\e86d'}.icon-block:before{content:'\e86e'}.icon-adjust:before{content:'\e86f'}.icon-light-up:before{content:'\e870'}.icon-light-down:before{content:'\e871'}.icon-lamp:before{content:'\e872'}.icon-left-open-mini:before{content:'\e873'}.icon-right-open-mini:before{content:'\e874'}.icon-up-open-mini:before{content:'\e875'}.icon-down-open-big:before{content:'\e876'}.icon-left-open-big:before{content:'\e877'}.icon-right-open-big:before{content:'\e878'}.icon-up-open-big:before{content:'\e879'}.icon-down:before{content:'\e87a'}.icon-left:before{content:'\e87b'}.icon-right:before{content:'\e87c'}.icon-up:before{content:'\e87d'}.icon-down-dir:before{content:'\e87e'}.icon-left-dir:before{content:'\e87f'}.icon-right-dir:before{content:'\e880'}.icon-up-dir:before{content:'\e881'}.icon-down-bold:before{content:'\e882'}.icon-left-bold:before{content:'\e883'}.icon-right-bold:before{content:'\e884'}.icon-up-bold:before{content:'\e885'}.icon-down-thin:before{content:'\e886'}.icon-left-thin:before{content:'\e887'}.icon-right-thin:before{content:'\e888'}.icon-up-thin:before{content:'\e889'}.icon-ccw:before{content:'\e88a'}.icon-cw:before{content:'\e88b'}.icon-arrows-ccw:before{content:'\e88c'}.icon-level-down:before{content:'\e88d'}.icon-level-up:before{content:'\e88e'}.icon-shuffle:before{content:'\e88f'}.icon-loop:before{content:'\e890'}.icon-switch:before{content:'\e891'}.icon-play:before{content:'\e892'}.icon-progress-0:before{content:'\e893'}.icon-progress-3:before{content:'\e894'}.icon-palette:before{content:'\e895'}.icon-list-add:before{content:'\e896'}.icon-signal:before{content:'\e897'}.icon-list:before{content:'\e898'}.icon-trophy:before{content:'\e899'}.icon-battery:before{content:'\e89a'}.icon-back-in-time:before{content:'\e89b'}.icon-monitor:before{content:'\e89c'}.icon-mobile:before{content:'\e89d'}.icon-network:before{content:'\e89e'}.icon-cd:before{content:'\e89f'}.icon-inbox:before{content:'\e8a0'}.icon-install:before{content:'\e8a1'}.icon-globe:before{content:'\e8a2'}.icon-cloud:before{content:'\e8a3'}.icon-moon:before{content:'\e8a4'}.icon-flight:before{content:'\e8a5'}.icon-flash:before{content:'\e8a6'}.icon-paper-plane:before{content:'\e8a7'}.icon-leaf:before{content:'\e8a8'}.icon-lifebuoy:before{content:'\e8a9'}.icon-mouse:before{content:'\e8aa'}.icon-briefcase:before{content:'\e8ab'}.icon-suitcase:before{content:'\e8ac'}.icon-dot:before{content:'\e8ad'}.icon-dot-2:before{content:'\e8ae'}.icon-dot-3:before{content:'\e8af'}.icon-brush:before{content:'\e8b0'}.icon-magnet:before{content:'\e8b1'}.icon-infinity:before{content:'\e8b2'}.icon-erase:before{content:'\e8b3'}.icon-chart-pie:before{content:'\e8b4'}.icon-chart-line:before{content:'\e8b5'}.icon-chart-bar:before{content:'\e8b6'}.icon-chart-area:before{content:'\e8b7'}.icon-flow-line:before{content:'\e8b8'}.icon-flow-tree:before{content:'\e8b9'}.icon-flow-branch:before{content:'\e8ba'}.icon-flow-cascade:before{content:'\e8bb'}.icon-key:before{content:'\e8bc'}.icon-thermometer:before{content:'\e8bd'}.icon-bucket:before{content:'\e8be'}.icon-drive:before{content:'\e8bf'}.icon-database:before{content:'\e8c0'}.icon-megaphone:before{content:'\e8c1'}.icon-clipboard:before{content:'\e8c2'}.icon-credit-card:before{content:'\e8c3'}.icon-air:before{content:'\e8c4'}.icon-floppy:before{content:'\e8c5'}.icon-ticket:before{content:'\e8c6'}.icon-language:before{content:'\e8c7'}.icon-graduation-cap:before{content:'\e8c8'}.icon-tape:before{content:'\e8c9'}.icon-water:before{content:'\e8ca'}.icon-flow-parallel:before{content:'\e8cb'}.icon-rocket:before{content:'\e8cc'}.icon-gauge:before{content:'\e8cd'}.icon-twitter:before{content:'\e8ce'}.icon-traffic-cone:before{content:'\e8cf'}.icon-cc:before{content:'\e8d0'}.icon-cc-nc:before{content:'\e8d1'}.icon-cc-nc-eu:before{content:'\e8d2'}.icon-cc-by:before{content:'\e8d3'}.icon-cc-nc-jp:before{content:'\e8d4'}.icon-cc-sa:before{content:'\e8d5'}.icon-cc-nd:before{content:'\e8d6'}.icon-cc-pd:before{content:'\e8d7'}.icon-cc-zero:before{content:'\e8d8'}.icon-cc-share:before{content:'\e8d9'}.icon-cc-remix:before{content:'\e8da'}.icon-github:before{content:'\e8db'}.icon-github-circled:before{content:'\e8dc'}.icon-flickr:before{content:'\e8dd'}.icon-flickr-circled:before{content:'\e8de'}.icon-vimeo:before{content:'\e8df'}.icon-lastfm-circled:before{content:'\e8e0'}.icon-lastfm:before{content:'\e8e1'}.icon-stumbleupon-circled:before{content:'\e8e2'}.icon-stumbleupon:before{content:'\e8e3'}.icon-dribbble-circled:before{content:'\e8e4'}.icon-dribbble:before{content:'\e8e5'}.icon-linkedin-circled:before{content:'\e8e6'}.icon-linkedin:before{content:'\e8e7'}.icon-tumblr-circled:before{content:'\e8e8'}.icon-tumblr:before{content:'\e8e9'}.icon-pinterest-circled:before{content:'\e8ea'}.icon-pinterest:before{content:'\e8eb'}.icon-gplus-circled:before{content:'\e8ec'}.icon-gplus:before{content:'\e8ed'}.icon-facebook-squared:before{content:'\e8ee'}.icon-facebook-circled:before{content:'\e8ef'}.icon-facebook:before{content:'\e8f0'}.icon-twitter-circled:before{content:'\e8f1'}.icon-vimeo-circled:before{content:'\e8f2'}.icon-rdio-circled:before{content:'\e8f3'}.icon-spotify:before{content:'\e8f4'}.icon-spotify-circled:before{content:'\e8f5'}.icon-qq:before{content:'\e8f6'}.icon-instagram:before{content:'\e8f7'}.icon-dropbox:before{content:'\e8f8'}.icon-flattr:before{content:'\e8f9'}.icon-skype:before{content:'\e8fa'}.icon-skype-circled:before{content:'\e8fb'}.icon-evernote:before{content:'\e8fc'}.icon-renren:before{content:'\e8fd'}.icon-sina-weibo:before{content:'\e8fe'}.icon-paypal:before{content:'\e8ff'}.icon-picasa:before{content:'\e900'}.icon-soundcloud:before{content:'\e901'}.icon-mixi:before{content:'\e902'}.icon-behance:before{content:'\e903'}.icon-google-circles:before{content:'\e904'}.icon-vkontakte:before{content:'\e905'}.icon-smashing:before{content:'\e906'}.icon-sweden:before{content:'\e907'}.icon-db-shape:before{content:'\e908'}.icon-logo-db:before{content:'\e909'}.icon-picture-1:before{content:'\e90a'}.icon-camera-outline:before{content:'\e90b'}.icon-camera-1:before{content:'\e90c'}.icon-picture-outline:before{content:'\e90d'}.icon-videocam:before{content:'\e90e'}.icon-videocam-outline:before{content:'\e90f'}.icon-heart-filled:before{content:'\e910'}.icon-heart-1:before{content:'\e911'}.icon-star-1:before{content:'\e912'}.icon-star-filled:before{content:'\e913'}.icon-mail-1:before{content:'\e914'}.icon-th-outline:before{content:'\e915'}.icon-th:before{content:'\e916'}.icon-th-large-outline:before{content:'\e917'}.icon-th-large:before{content:'\e918'}.icon-th-list-outline:before{content:'\e919'}.icon-th-list:before{content:'\e91a'}.icon-ok-outline:before{content:'\e91b'}.icon-ok:before{content:'\e91c'}.icon-cancel-outline:before{content:'\e91d'}.icon-cancel-1:before{content:'\e91e'}.icon-cancel-circled-1:before{content:'\e91f'}.icon-plus-outline:before{content:'\e920'}.icon-plus-1:before{content:'\e921'}.icon-minus-outline:before{content:'\e922'}.icon-minus-1:before{content:'\e923'}.icon-info-outline:before{content:'\e924'}.icon-info-1:before{content:'\e925'}.icon-home-outline:before{content:'\e926'}.icon-home-1:before{content:'\e927'}.icon-link-1:before{content:'\e928'}.icon-attach-outline:before{content:'\e929'}.icon-attach-1:before{content:'\e92a'}.icon-pin:before{content:'\e92b'}.icon-pin-outline:before{content:'\e92c'}.icon-eye-1:before{content:'\e92d'}.icon-tags:before{content:'\e92e'}.icon-flag-filled:before{content:'\e92f'}.icon-thumbs-up-1:before{content:'\e930'}.icon-thumbs-down-1:before{content:'\e931'}.icon-download-outline:before{content:'\e932'}.icon-download-1:before{content:'\e933'}.icon-upload-outline:before{content:'\e934'}.icon-upload-1:before{content:'\e935'}.icon-pencil-1:before{content:'\e936'}.icon-pen:before{content:'\e937'}.icon-feather-1:before{content:'\e938'}.icon-edit:before{content:'\e939'}.icon-comment-1:before{content:'\e93a'}.icon-chat-alt:before{content:'\e93b'}.icon-chat-1:before{content:'\e93c'}.icon-contacts:before{content:'\e93d'}.icon-vcard-1:before{content:'\e93e'}.icon-location-outline:before{content:'\e93f'}.icon-address-1:before{content:'\e940'}.icon-map-1:before{content:'\e941'}.icon-location-1:before{content:'\e942'}.icon-doc-text-1:before{content:'\e943'}.icon-news:before{content:'\e944'}.icon-cog-outline:before{content:'\e945'}.icon-cog-1:before{content:'\e946'}.icon-wrench-outline:before{content:'\e947'}.icon-wrench:before{content:'\e948'}.icon-basket-1:before{content:'\e949'}.icon-lightbulb:before{content:'\e94a'}.icon-phone-outline:before{content:'\e94b'}.icon-phone-1:before{content:'\e94c'}.icon-wristwatch:before{content:'\e94d'}.icon-clock-1:before{content:'\e94e'}.icon-headphones:before{content:'\e94f'}.icon-popup-1:before{content:'\e950'}.icon-right-1:before{content:'\e951'}.icon-up-1:before{content:'\e952'}.icon-down-1:before{content:'\e953'}.icon-left-1:before{content:'\e954'}.icon-down-outline:before{content:'\e955'}.icon-left-outline:before{content:'\e956'}.icon-right-outline:before{content:'\e957'}.icon-up-outline:before{content:'\e958'}.icon-down-small:before{content:'\e959'}.icon-left-small:before{content:'\e95a'}.icon-right-small:before{content:'\e95b'}.icon-up-small:before{content:'\e95c'}.icon-record-outline:before{content:'\e95d'}.icon-record:before{content:'\e95e'}.icon-eject-outline:before{content:'\e95f'}.icon-eject:before{content:'\e960'}.icon-plug:before{content:'\e961'}.icon-target:before{content:'\e962'}.icon-desktop:before{content:'\e963'}.icon-laptop:before{content:'\e964'}.icon-tablet:before{content:'\e965'}.icon-mobile-1:before{content:'\e966'}.icon-globe-outline:before{content:'\e967'}.icon-globe-1:before{content:'\e968'}.icon-globe-alt-outline:before{content:'\e969'}.icon-globe-alt:before{content:'\e96a'}.icon-waves:before{content:'\e96b'}.icon-waves-outline:before{content:'\e96c'}.icon-leaf-1:before{content:'\e96d'}.icon-lifebuoy-1:before{content:'\e96e'}.icon-briefcase-1:before{content:'\e96f'}.icon-brush-1:before{content:'\e970'}.icon-check-1:before{content:'\e971'}.icon-check-outline:before{content:'\e972'}.icon-chart:before{content:'\e973'}.icon-chart-outline:before{content:'\e974'}.icon-gift:before{content:'\e975'}.icon-chart-alt-outline:before{content:'\e976'}.icon-chart-alt:before{content:'\e977'}.icon-chart-bar-outline:before{content:'\e978'}.icon-chart-bar-1:before{content:'\e979'}.icon-chart-pie-outline:before{content:'\e97a'}.icon-chart-pie-1:before{content:'\e97b'}.icon-credit-card-1:before{content:'\e97c'}.icon-clipboard-1:before{content:'\e97d'}.icon-coffee:before{content:'\e97e'}.icon-beer:before{content:'\e97f'}.icon-infinity-outline:before{content:'\e980'}.icon-infinity-1:before{content:'\e981'}.icon-puzzle:before{content:'\e982'}.icon-puzzle-outline:before{content:'\e983'}.icon-calculator:before{content:'\e984'}.icon-at:before{content:'\e985'}.icon-at-circled:before{content:'\e986'}.icon-looped-square-outline:before{content:'\e987'}.icon-looped-square-interest:before{content:'\e988'}.icon-sort-alphabet-outline:before{content:'\e989'}.icon-sort-alphabet:before{content:'\e98a'}.icon-sort-numeric-outline:before{content:'\e98b'}.icon-sort-numeric:before{content:'\e98c'}.icon-wrench-1:before{content:'\e98d'}.icon-basket-2:before{content:'\e98e'}.icon-basket-alt:before{content:'\e98f'}.icon-pencil-alt:before{content:'\e990'}.icon-user-pair:before{content:'\e991'}.icon-user-woman:before{content:'\e992'}.icon-user-1:before{content:'\e993'}.icon-mail-2:before{content:'\e994'}.icon-article-alt:before{content:'\e995'}.icon-mobile-2:before{content:'\e996'}.icon-mobile-alt:before{content:'\e997'}.icon-tablet-1:before{content:'\e998'}.icon-book-1:before{content:'\e999'}.icon-easel:before{content:'\e99a'}.icon-users-1:before{content:'\e99b'}.icon-mail-3:before{content:'\e99c'}.icon-camera-2:before{content:'\e99d'}.icon-isight:before{content:'\e99e'}.icon-movie:before{content:'\e99f'}.icon-help-circled-1:before{content:'\e9a0'}.icon-help-circled-alt:before{content:'\e9a1'}.icon-info-circled-1:before{content:'\e9a2'}.icon-info-circled-alt:before{content:'\e9a3'}.icon-ok-circled:before{content:'\e9a4'}.icon-cancel-circled-2:before{content:'\e9a5'}.icon-ok-1:before{content:'\e9a6'}.icon-cancel-2:before{content:'\e9a7'}.icon-chat-2:before{content:'\e9a8'}.icon-comment-2:before{content:'\e9a9'}.icon-left-2:before{content:'\e9aa'}.icon-right-2:before{content:'\e9ab'}.icon-left-open-1:before{content:'\e9ac'}.icon-right-open-1:before{content:'\e9ad'}.icon-hourglass-1:before{content:'\e9ae'}.icon-trophy-1:before{content:'\e9af'}.icon-monitor-1:before{content:'\e9b0'}.icon-tablet-2:before{content:'\e9b1'}.icon-mobile-3:before{content:'\e9b2'}.icon-globe-2:before{content:'\e9b3'}.icon-globe-inv:before{content:'\e9b4'}.icon-paper-plane-1:before{content:'\e9b5'}.icon-vector:before{content:'\e9b6'}.icon-vector-pencil:before{content:'\e9b7'}.icon-hdd:before{content:'\e9b8'}.icon-chart-bar-2:before{content:'\e9b9'}.icon-connected-object:before{content:'\e9ba'}.icon-fontsize:before{content:'\e9bb'}.icon-art-gallery:before{content:'\e9bc'}.icon-duckduckgo:before{content:'\e9bd'}.icon-call:before{content:'\e9be'}.icon-linkedin-1:before{content:'\e9bf'}.icon-cloudapp:before{content:'\e9c0'}.icon-intensedebate:before{content:'\e9c1'}.icon-stackoverflow:before{content:'\e9c2'}.icon-hackernews:before{content:'\e9c3'}.icon-eventbrite:before{content:'\e9c4'}.icon-dropbox-1:before{content:'\e9c5'}.icon-meetup:before{content:'\e9c6'}.icon-grooveshark:before{content:'\e9c7'}.icon-aim:before{content:'\e9c8'}.icon-delicious:before{content:'\e9c9'}.icon-ninetyninedesigns:before{content:'\e9ca'}.icon-vk:before{content:'\e9cb'}.icon-ebay:before{content:'\e9cc'}.icon-scribd:before{content:'\e9cd'}.icon-lkdto:before{content:'\e9ce'}.icon-posterous:before{content:'\e9cf'}.icon-facebook-1:before{content:'\e9d0'}.icon-plancast:before{content:'\e9d1'}.icon-forrst:before{content:'\e9d2'}.icon-paypal-1:before{content:'\e9d3'}.icon-flattr-1:before{content:'\e9d4'}.icon-digg:before{content:'\e9d5'}.icon-disqus:before{content:'\e9d6'}.icon-github-1:before{content:'\e9d7'}.icon-stripe:before{content:'\e9d8'}.icon-opentable:before{content:'\e9d9'}.icon-github-circled-1:before{content:'\e9da'}.icon-rss-1:before{content:'\e9db'}.icon-spotify-1:before{content:'\e9dc'}.icon-android:before{content:'\e9dd'}.icon-eventful:before{content:'\e9de'}.icon-reddit:before{content:'\e9df'}.icon-skype-1:before{content:'\e9e0'}.icon-googleplay:before{content:'\e9e1'}.icon-cart:before{content:'\e9e2'}.icon-print-1:before{content:'\e9e3'}.icon-itunes:before{content:'\e9e4'}.icon-twitter-1:before{content:'\e9e5'}.icon-guest:before{content:'\e9e6'}.icon-smashmag:before{content:'\e9e7'}.icon-gplus-1:before{content:'\e9e8'}.icon-youtube:before{content:'\e9e9'}.icon-plurk:before{content:'\e9ea'}.icon-angellist:before{content:'\e9eb'}.icon-gowalla:before{content:'\e9ec'}.icon-wikipedia:before{content:'\e9ed'}.icon-appstore:before{content:'\e9ee'}.icon-vimeo-1:before{content:'\e9ef'}.icon-songkick:before{content:'\e9f0'}.icon-instagram-1:before{content:'\e9f1'}.icon-dwolla:before{content:'\e9f2'}.icon-lastfm-1:before{content:'\e9f3'}.icon-windows:before{content:'\e9f4'}.icon-blogger:before{content:'\e9f5'}.icon-lanyrd:before{content:'\e9f6'}.icon-calendar-1:before{content:'\e9f7'}.icon-xing:before{content:'\e9f8'}.icon-gmail:before{content:'\e9f9'}.icon-cc-1:before{content:'\e9fa'}.icon-appnet:before{content:'\e9fb'}.icon-statusnet:before{content:'\e9fc'}.icon-pinboard:before{content:'\e9fd'}.icon-yahoo:before{content:'\e9fe'}.icon-dribbble-1:before{content:'\e9ff'}.icon-stumbleupon-1:before{content:'\ea00'}.icon-fivehundredpx:before{content:'\ea01'}.icon-evernote-1:before{content:'\ea02'}.icon-chrome:before{content:'\ea03'}.icon-openid:before{content:'\ea04'}.icon-acrobat:before{content:'\ea05'}.icon-drupal:before{content:'\ea06'}.icon-quora:before{content:'\ea07'}.icon-email:before{content:'\ea08'}.icon-flickr-1:before{content:'\ea09'}.icon-pinterest-1:before{content:'\ea0a'}.icon-buffer:before{content:'\ea0b'}.icon-soundcloud-1:before{content:'\ea0c'}.icon-macstore:before{content:'\ea0d'}.icon-bitcoin:before{content:'\ea0e'}.icon-w3c:before{content:'\ea0f'}.icon-viadeo:before{content:'\ea10'}.icon-google:before{content:'\ea11'}.icon-myspace:before{content:'\ea12'}.icon-tumblr-1:before{content:'\ea13'}.icon-pocket:before{content:'\ea14'}.icon-bitbucket:before{content:'\ea15'}.icon-eventasaurus:before{content:'\ea16'}.icon-podcast:before{content:'\ea17'}.icon-instapaper:before{content:'\ea18'}.icon-foursquare:before{content:'\ea19'}.icon-html5:before{content:'\ea1a'}.icon-weibo:before{content:'\ea1b'}.icon-klout:before{content:'\ea1c'}.icon-amazon:before{content:'\ea1d'}.icon-steam:before{content:'\ea1e'}.icon-wordpress:before{content:'\ea1f'}.icon-yelp:before{content:'\ea20'}.icon-login-1:before{content:'\ea21'}.icon-book-2:before{content:'\ea22'}.icon-group:before{content:'\ea23'}.icon-user-2:before{content:'\ea24'}.icon-camera-3:before{content:'\ea25'}.icon-picture-2:before{content:'\ea26'}.icon-cogs:before{content:'\ea27'}.icon-cog-circled:before{content:'\ea28'}.icon-cog-2:before{content:'\ea29'}.icon-basket-3:before{content:'\ea2a'}.icon-wrench-2:before{content:'\ea2b'}.icon-music:before{content:'\ea2c'}.icon-note-1:before{content:'\ea2d'}.icon-beaker:before{content:'\ea2e'}.icon-truck:before{content:'\ea2f'}.icon-cog-3:before{content:'\ea30'}.icon-search:before{content:'\ea31'}.icon-mail-4:before{content:'\ea32'}.icon-params:before{content:'\ea33'}.icon-money:before{content:'\ea34'}.icon-food:before{content:'\ea35'}.icon-calendar-2:before{content:'\ea36'}.icon-heart-2:before{content:'\ea37'}.icon-star-2:before{content:'\ea38'}.icon-sound:before{content:'\ea39'}.icon-shop:before{content:'\ea3a'}.icon-diamond:before{content:'\ea3b'}.icon-clock-2:before{content:'\ea3c'}.icon-user-3:before{content:'\ea3d'}.icon-videocam-1:before{content:'\ea3e'}.icon-lightbulb-1:before{content:'\ea3f'}.icon-t-shirt:before{content:'\ea40'}.icon-tv:before{content:'\ea41'}.icon-camera-4:before{content:'\ea42'}.icon-wallet:before{content:'\ea43'}.icon-desktop-1:before{content:'\ea44'}.icon-photo:before{content:'\ea45'}.icon-attach-2:before{content:'\ea46'}.icon-mobile-4:before{content:'\ea47'}.icon-cd-1:before{content:'\ea48'}.icon-lock-1:before{content:'\ea49'}.icon-eye-2:before{content:'\ea4a'}.icon-inbox-1:before{content:'\ea4b'}.icon-globe-3:before{content:'\ea4c'}.icon-tag-1:before{content:'\ea4d'}.icon-thumbs-up-2:before{content:'\ea4e'}.icon-cloud-1:before{content:'\ea4f'}.icon-paper-plane-2:before{content:'\ea50'}.icon-pencil-2:before{content:'\ea51'}.icon-location-2:before{content:'\ea52'}.icon-graduation-cap-1:before{content:'\ea53'}.icon-fire:before{content:'\ea54'}.icon-comment-3:before{content:'\ea55'}.icon-cup-1:before{content:'\ea56'}.icon-megaphone-1:before{content:'\ea57'}.icon-database-1:before{content:'\ea58'}.icon-doc-1:before{content:'\ea59'}.icon-key-1:before{content:'\ea5a'}