@charset 'UTF-8';
.et_b_header-search .ajax-results-wrapper {
position: absolute;
z-index: 1003;
min-width: 310px;
margin-top: -1px;
left: unset;
right: unset;
top: 100%;
}
.et_b_header-search.input-input .ajax-results-wrapper {
left: auto;
right: auto;
}
.ajax-search-form .autocomplete-suggestions {
font-size: var(--content-zoom);
}
.et_b_header-search .post-date {
font-size: 85%;
}
.ajax-item-info {
overflow: hidden;
text-align: start;
color: #888;
}
.ajax-item-title {
color: #222;
}
.ajax-item-title strong {
font-weight: normal;
border-bottom: 1px solid currentColor;
}
.ajax-item-add-to-cart {
margin-top: 7px;
}
.ajax-search-categories {
visibility: visible;
opacity: 0;
-webkit-animation: et-toTopLong, fadeIn;
animation: et-toTopLong, fadeIn;
-webkit-animation-duration: 0.6s;
animation-duration: 0.6s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.ajax-search-categories .categories-grid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.et-mini-content:not(.active) .ajax-search-tags,
.et-mini-content:not(.active) .ajax-search-categories {
-webkit-animation-delay: 2s;
animation-delay: 2s;
display: none;
}
.autocomplete-suggestions {
width: 100%;
text-transform: none;
background-color: #fff;
text-align: start;
max-height: 300px;
overflow: auto;
overflow-x: hidden;
}
.autocomplete-suggestions:before,
.autocomplete-suggestions:after {
content: '';
display: table;
clear: both;
}
.autocomplete-suggestion {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
float: left;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
min-width: 250px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
width: 100%;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin: 0;
}
.autocomplete-suggestion .ajax-item-info {
margin-right: 5px;
}
.autocomplete-no-suggestion {
color: #222;
-webkit-text-fill-color: currentColor;
}
.autocomplete-suggestion > a {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 5px 0;
}
.et-content-dropdown .ajax-results-title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 1.14em;
padding: 10px 20px;
margin: 0;
background-color: var(--et_border-color);
}
.et-content-dropdown .ajax-results-title:first-child {
margin-top: -20px;
}
.et-content-dropdown .ajax-results-title .results-count {
margin-left: auto;
opacity: 0.5;
text-transform: none;
font-size: 0.85em;
}
.et-content-dropdown .ajax-results-more:last-child {
margin-bottom: -30px;
}
.mobile-header-wrapper .ajax-results-title:first-child {
margin-top: -20px;
}
.autocomplete-suggestion .arrow {
fill: #222;
margin-left: auto;
-ms-flex-item-align: center;
align-self: center;
padding-left: 3px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
min-width: 1em;
min-height: 1em;
}
.autocomplete-suggestion:not(.autocomplete-selected) .arrow {
-webkit-transform: translateX(3px);
transform: translateX(3px);
opacity: 0;
visibility: hidden;
}
.autocomplete-selected {
background: #f2f2f2;
}
.autocomplete-suggestion img {
max-width: 3rem;
margin: 5px 20px 5px 0;
}
.autocomplete-suggestion .ajax-item-title {
text-align: start;
display: block;
margin-bottom: 0;
font-size: 114%;
}
.autocomplete-suggestion .content-product .product-details > .stock {
display: block;
position: static;
background: transparent;
text-align: start;
-webkit-transform: none;
transform: none;
padding: 0;
margin: 3px 0;
}
.autocomplete-suggestion .ajax-item-info > .stock {
font-size: 1rem;
margin: 0 0 3px;
}
.autocomplete-suggestion .content-product .product-details > .out-of-stock,
.autocomplete-suggestion .ajax-item-info > .out-of-stock {
color: var(--et_red-color);
}.et-remove-type2 {
display: none;
}
.widget_shopping_cart_content:before,
.widget_shopping_cart_content:after {
display: table;
content: '';
}
.widget_shopping_cart_content:after {
clear: both;
}
.et_b_header-cart .product_list_widget + p {
margin-top: 20px;
margin-bottom: -20px;
padding: 0 !important;
}
.et_b_header-cart .cart-popup-footer {
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.et_b_header-cart .woocommerce-mini-cart__footer:empty {
display: none;
}
.et_b_header-cart .et-cart-progress {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-right: 20px;
padding-left: 20px;
cursor: default;
background: transparent;
padding-top: 0;
color: currentColor;
}
.et_b_header-cart .et-cart-progress > span {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: -10px;
}
.et_b_header-cart .et-cart-progress .et_b-icon {
width: auto;
}
.et_b_header-cart .et-cart-progress svg {
vertical-align: middle;
font-size: 1.2em;
}
.et_b_header-cart .et-cart-progress:not([data-percent-sold="100"]) .et-cart-progress-success,
.et_b_header-cart .et-cart-progress[data-percent-sold="100"] .et-cart-in-progress {
display: none;
}
.et_b_header-cart .et-cart-progress-amount {
font-size: 114%;
font-weight: 600;
}
.et_b_header-cart .et-cart-progress .et_cart-progress-bar {
position: relative;
width: 100%;
height: 12px;
text-align: start;
background-color: var(--et_border-color);
background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.7) 75%, transparent 75%, transparent);
background-size: 30px 30px;
animation: progress-bar-move 2s linear infinite reverse;
display: block;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border-radius: 3px;
margin-top: 10px;
}
.et_b_header-cart .et-cart-progress .et_cart-progress-bar::-webkit-progress-bar {
background: transparent;
}
.et_b_header-cart .et-cart-progress .et_cart-progress-bar::-webkit-progress-value {
display: block;
height: 100%;
background-color: var(--et_green-color);
position: relative;
overflow: hidden;
border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.mobile-header-wrapper .et_b_header-cart .et-cart-progress .et_cart-progress-bar {
display: none;
}
.woocommerce-mini-cart__footer {
padding: 15px 5px;
-ms-flex-item-align: end;
align-self: flex-end;
}
.woocommerce-mini-cart__footer p {
color: currentColor;
font-size: 100%;
line-height: normal;
}
.woocommerce-mini-cart__footer p:last-child {
margin-bottom: 0;
}
.et-cart-quantity.count-0 ~ .et-mini-content .woocommerce-mini-cart__footer {
display: none;
}
.woocommerce-mini-cart__footer .woocommerce-mini-cart__footer .vc_row {
max-width: 100%;
}
.woocommerce-mini-cart__footer .woocommerce-mini-cart__footer .swiper-container {
max-width: 100%;
overflow: hidden;
}
.et-mini-content .woocommerce-mini-cart__footer-wrapper {
display: inline-block;
width: 100%;
}
@-webkit-keyframes progress-bar-move {
0% {
background-position: 0 0;
}
100% {
background-position: 30px 30px;
}
}
@-webkit-keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 30px 30px;
}
}
@keyframes move {
0% {
background-position: 0 0;
}
100% {
background-position: 30px 30px;
}
}
.et_element .product_list_widget {
padding-bottom: 0;
}
.et_element .product_list_widget li .product-title,
.et_element .wishlist-dropdown li .product-title {
font-size: 114%;
color: currentColor;
}
.et_element .product_list_widget li .product-title a,
.et_element .wishlist-dropdown li .product-title a {
font-size: inherit;
color: currentColor;
}
.et_element .product_list_widget li .product-title a:hover,
.et_element .wishlist-dropdown li .product-title a:hover {
opacity: 0.7;
color: currentColor;
}
.et_element .btn-checkout,
.et_element .mini-cart-buttons .wc-forward:not(.btn-checkout),
.et_element .btn-view-wishlist {
font-size: 85%;
height: auto;
}
.et_element .mini-cart-buttons .wc-forward:not(.btn-checkout) {
color: var(--et_btn-color);
background-color: var(--et_btn-bg-color);
border: 2px solid var(--et_btn-br-color) !important;
}
.et_element .mini-cart-buttons .wc-forward:not(.btn-checkout):hover {
opacity: 0.85;
}
.et_element .cart-popup-footer > * {
font-size: 114%;
color: currentColor;
}
.et_element .cart-widget-subtotal .small-h,
.et_element .cart-widget-subtotal .big-coast {
font-size: 100%;
}
.mini-cart-buttons {
margin-bottom: 0;
}
.mini-cart-buttons a {
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
background-color: var(--et_btn-dark-bg-color);
border-color: var(--et_btn-dark-br-color);
display: block;
padding: 1rem 1.7rem;
text-align: center;
}
.mini-cart-buttons a:not(:first-child) {
margin-top: 9px;
}
.mini-cart-buttons a:hover,
.mini-cart-buttons a:focus,
.mini-cart-buttons a:hover:focus {
color: var(--et_btn-dark-color-hover);
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
}
.product_list_widget {
float: left;
width: 100%;
padding-bottom: 1.43rem;
}
.product_list_widget + p {
margin-top: -0.7em;
display: inline-block;
width: 100%;
}
.product_list_widget .product-item-right {
overflow: hidden;
}
.product_list_widget .product-item-right .star-rating {
display: block;
margin: 0 0 10px;
}
.product_list_widget li .blockOverlay {
opacity: 0.9 !important;
background-color: var(--et_white-2-dark) !important;
}
.product_list_widget li .rating {
display: none;
}
.product_list_widget .descr-box > span {
display: inline-block;
opacity: 1;
margin-top: 0.4em;
margin-bottom: 0;
-webkit-transition: none;
transition: none;
height: auto;
}
.product_list_widget .quantity-wrapper {
-webkit-transition: all 0.3s;
transition: all 0.3s;
position: absolute;
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
background-color: var(--et_white-2-dark);
}
.product_list_widget .quantity-wrapper .quantity {
position: relative;
height: 38px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
float: left;
white-space: nowrap;
margin: 0.6em 0 0.2em;
}
.product_list_widget .quantity-wrapper .quantity > span,
.product_list_widget .quantity-wrapper .quantity input[type="number"] {
color: currentColor;
border-color: var(--et_border-color);
}
.product_list_widget .quantity-wrapper span.quantity,
.product_list_widget .quantity-wrapper span.quantity > .amount {
margin-left: 7px;
}
@media only screen and (max-width: 380px) {
.product_list_widget .quantity-wrapper span.quantity {
height: auto;
}
}
@media (hover: hover) {
.product_list_widget li:not(:hover) .quantity-wrapper {
-webkit-transform: translateY(10px);
transform: translateY(10px);
opacity: 0;
visibility: hidden;
}
}
.product_list_widget .woocommerce-mini-cart__empty-message:before {
display: none;
}
.product_list_widget .variation {
opacity: 0.7;
}
.product_list_widget .variation br:first-of-type {
display: none;
}
.product_list_widget .variation p {
margin-bottom: 0.21em;
line-height: 1.4;
font-size: var(--content-zoom, 1rem);
}
.product_list_widget .variation dt {
display: inline-block;
}
.product_list_widget .variation dd {
display: inline-block;
margin-right: 5px;
}
.product_list_widget .variation dd p {
margin-bottom: 0;
line-height: 1;
}
.product_list_widget .variation dd img {
max-width: 15px;
}
.woocommerce-mini-cart__empty-message .btn {
background-color: var(--et_btn-dark-bg-color);
border: 1px solid var(--et_btn-dark-br-color);
color: var(--et_btn-dark-color);
-webkit-text-fill-color: currentColor;
height: auto;
}
.woocommerce-mini-cart__empty-message .btn:hover {
background-color: var(--et_btn-dark-bg-color-hover);
border-color: var(--et_btn-dark-br-color-hover);
color: var(--et_btn-dark-color-hover);
}
.product_list_widget,
.wishlist-dropdown {
color: var(--et_main-color);
}
.product_list_widget .product-list-image,
.wishlist-dropdown .product-list-image,
.product_list_widget .product-title a,
.wishlist-dropdown .product-title a {
padding: 0;
}
.product_list_widget .cart-popup .empty,
.wishlist-dropdown .cart-popup .empty {
margin-bottom: 0;
border-bottom: 0;
padding-bottom: 0;
}
.product_list_widget > p,
.wishlist-dropdown > p,
.product_list-popup-footer-wrapper > p {
font-size: var(--content-zoom);
margin: 0;
}
.product_list_widget li,
.wishlist-dropdown li,
.sidebar-slider li {
position: relative;
margin-bottom: 1.43em !important;
list-style-type: none;
overflow: hidden;
}
.product_list_widget li .product-title,
.wishlist-dropdown li .product-title,
.sidebar-slider li .product-title {
font-size: 1.14rem;
padding-right: 25px;
margin-bottom: 0.15em;
line-height: 1.4;
text-align: start;
}
.product_list_widget li .product-title:empty,
.wishlist-dropdown li .product-title:empty,
.sidebar-slider li .product-title:empty {
display: none;
}
.product_list_widget li .product-title a,
.wishlist-dropdown li .product-title a,
.sidebar-slider li .product-title a {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: var(--et_dark-2-white);
}
.product_list_widget li .product-title a:hover,
.wishlist-dropdown li .product-title a:hover,
.sidebar-slider li .product-title a:hover {
color: var(--et_main-color);
}
.product_list_widget li .price,
.wishlist-dropdown li .price,
.sidebar-slider li .price {
font-size: 1rem;
line-height: 1.4;
color: var(--et_main-color);
}
.product_list_widget li .right-wrap,
.wishlist-dropdown li .right-wrap,
.sidebar-slider li .right-wrap {
overflow: hidden;
}
.widget_shopping_cart .xcomponent-outlet,
.cart_totals .xcomponent-outlet {
max-height: 45px;
}
.popup-count-0 .wishlist-dropdown {
display: none;
}
.cart-popup-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-bottom: 1.43em;
}
.cart-popup-footer > * {
font-size: 1.14rem;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.cart-popup-footer a:hover {
color: var(--et_main-color);
}
.cart-widget-subtotal {
text-align: end;
color: var(--et_dark-2-white);
}
.cart-widget-subtotal .small-h {
font-size: 1.14rem;
}
.cart-widget-subtotal .big-coast {
font-size: 1rem;
}
.widget_shopping_cart .cart-widget-products {
margin-bottom: 1.07em;
width: 100%;
}
.cart-widget-products {
border-bottom: 1px solid var(--et_border-color);
margin-bottom: 1.43em;
}
.et-off-canvas .cart-widget-products {
border-bottom: none;
}
.et-off-canvas .cart-widget-products li:not(:hover) .remove {
opacity: 0;
visibility: hidden;
-webkit-transform: translateX(7px) rotate(20deg);
transform: translateX(7px) rotate(20deg);
}
.header-wrapper .et-off-canvas .cart-widget-products .remove {
right: 12px;
}
.cart-widget-products .product-mini-image {
display: inline-block;
float: left;
padding: 0;
}
.cart-widget-products a:hover {
color: var(--et_active-color);
}
.cart-widget-products li {
width: 100%;
}
.cart-widget-products img {
float: left;
max-width: 5.71em;
}
.cart-widget-products .remove {
position: absolute;
font-size: 114%;
top: 0;
right: 0;
line-height: 1;
opacity: 0.7;
padding: 0;
color: currentColor;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.cart-widget-products .remove:hover {
color: currentColor;
opacity: 1;
}
.cart-widget-products .remove i {
font-size: 50%;
}
.widget .product_list_widget .cart-widget-products {
margin-right: 3px;
}
.widget .product_list_widget li {
position: relative;
padding: 0 2em 0 0;
}@media only screen and (min-width: 993px) {
.item-design-mega-menu.columns-2 .nav-sublist-dropdown {
width: 462px;
}
.item-design-mega-menu.columns-3 .nav-sublist-dropdown {
width: 750px;
}
.item-design-mega-menu.columns-4 .nav-sublist-dropdown {
width: 1000px;
}
.item-design-mega-menu.columns-5 .nav-sublist-dropdown,
.item-design-mega-menu.columns-6 .nav-sublist-dropdown {
width: 1250px;
}
.item-design-posts-subcategories {
position: relative;
}
.item-design-posts-subcategories .nav-sublist-dropdown .posts-subcategories {
padding: 1.12em 0 1.12em 1.12em;
}
.item-design-mega-menu .nav-sublist-dropdown {
padding: 0;
}
.item-design-mega-menu .nav-sublist-dropdown .item-link {
color: var(--et_dark-color);
}
.item-design-mega-menu .nav-sublist-dropdown .item-link:hover {
color: var(--et_main-color);
}
.item-design-mega-menu .nav-sublist-dropdown ul li {
vertical-align: middle;
}
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-label-hot > a,
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-label-new > a,
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-label-sale > a {
background-position: right top !important;
}
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-item-has-children ul .menu-label-hot a,
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-item-has-children ul .menu-label-new a,
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.menu-item-has-children ul .menu-label-sale a {
background-position: right center !important;
}
.item-design-mega-menu .nav-sublist-dropdown .item-level-1 > a {
text-transform: uppercase;
line-height: 1;
font-size: 1rem;
padding: 0 2.3em 1.071em;
}
.item-design-mega-menu .nav-sublist-dropdown .item-level-1:last-child {
border-right: 0;
}
.item-design-mega-menu .nav-sublist-dropdown .item-level-1.without-border {
border: none !important;
}
.item-design-mega-menu .nav-sublist-dropdown .nav-sublist a {
display: block;
padding: 0.5em 2em;
font-size: 1.14rem;
color: var(--et_main-color);
}
.item-design-mega-menu .nav-sublist-dropdown .nav-sublist a:hover {
color: var(--et_dark-2-white);
}
.item-design-mega-menu .nav-sublist-dropdown > .container {
padding-top: 0;
padding-bottom: 0;
}
.item-design-mega-menu .nav-sublist-dropdown > .container > ul {
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: auto;
padding: 2.14em 0 0;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.item-design-mega-menu .nav-sublist-dropdown > .container > ul > li {
float: left;
display: block;
margin-bottom: 2.14em;
}
.item-design-mega-menu .nav-sublist-dropdown .menu-widgets {
padding-top: 0.72em;
padding-left: 2.3em;
padding-right: 2.5em;
}
.item-design-mega-menu .nav-sublist-dropdown .menu-widgets .widget-title {
color: var(--et_dark-color) !important;
text-transform: uppercase;
padding-top: 0;
line-height: 1;
font-size: 1rem;
}
.item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2 img {
-webkit-transition: all 1s cubic-bezier(0.29, 0.04, 0.19, 0.98);
transition: all 1s cubic-bezier(0.29, 0.04, 0.19, 0.98);
}
.item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2 .banner-content {
-webkit-transition: all 1.2s cubic-bezier(0.29, 0.04, 0.19, 0.98);
transition: all 1.2s cubic-bezier(0.29, 0.04, 0.19, 0.98);
opacity: 0;
-webkit-transform: scale(0.8) translateY(-50%);
transform: scale(0.8) translateY(-50%);
}
.item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2 .banner-content .content-inner {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2:hover img {
opacity: 0.4;
-webkit-transform: scale(0.85);
transform: scale(0.85);
}
.item-design-mega-menu .nav-sublist-dropdown .menu-widgets .banner.banner-type-2:hover .banner-content {
opacity: 1;
-webkit-transform: scale(1) translateY(-50%);
transform: scale(1) translateY(-50%);
}
.item-design-mega-menu:not(:hover) .nav-sublist-dropdown .menu-widgets .banner {
visibility: hidden;
pointer-events: none;
}
.item-design-mega-menu .nav-item-image img {
width: 100%;
}
.item-design-mega-menu.columns-2 .nav-sublist-dropdown ul > li:nth-child(2n+1),
.item-design-mega-menu.columns-3 .nav-sublist-dropdown ul > li:nth-child(3n+1),
.item-design-mega-menu.columns-4 .nav-sublist-dropdown ul > li:nth-child(4n+1),
.item-design-mega-menu.columns-5 .nav-sublist-dropdown ul > li:nth-child(5n+1),
.item-design-mega-menu.columns-6 .nav-sublist-dropdown ul > li:nth-child(6n+1) {
clear: both;
}
.item-design-mega-menu.columns-2 .nav-sublist-dropdown .container > ul > li {
width: 50%;
}
.item-design-mega-menu.columns-3 .nav-sublist-dropdown .container > ul > li {
width: 33.33%;
}
.item-design-mega-menu.columns-4 .nav-sublist-dropdown .container > ul > li {
width: 25%;
}
.item-design-mega-menu.columns-5 .nav-sublist-dropdown .container > ul > li {
width: 20%;
}
.item-design-mega-menu.columns-6 .nav-sublist-dropdown .container > ul > li {
width: 16.66%;
}
.item-design-mega-menu .recent-posts-widget .post-widget-item img {
max-width: 2.86em;
}
.et_b_header-menu.et_element-top-level .item-design-mega-menu .nav-sublist-dropdown .item-level-1 > a {
text-transform: uppercase;
}
.item-design-posts-subcategories .nav-sublist-dropdown {
width: 1140px;
left: 15px;
top: 100% !important;
min-height: 220px;
padding: 30px 15px 30px 30px;
border: 1px solid var(--et_border-color);
}
.item-design-posts-subcategories .nav-sublist-dropdown .posts-subcategories {
display: inline-block;
width: 100%;
}
.item-design-posts-subcategories .nav-sublist-dropdown .posts-subcategories .posts-content {
position: relative;
-webkit-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.item-design-posts-subcategories .nav-sublist-dropdown .posts-subcategories.loading-posts .posts-content {
opacity: 0;
}
.item-design-posts-subcategories .subcategories-tabs {
width: 20%;
display: block;
float: left;
}
.item-design-posts-subcategories .subcategories-tabs ul {
position: static !important;
padding: 0 !important;
border: none !important;
}
.item-design-posts-subcategories .subcategories-tabs li {
border-bottom: 1px solid var(--et_border-color);
color: var(--et_main-color);
padding: 15px 0 15px;
font-size: 0.93rem;
line-height: 16px;
text-align: start;
text-transform: uppercase;
cursor: pointer;
}
.item-design-posts-subcategories .subcategories-tabs li:hover {
color: var(--et_dark-color);
}
.item-design-posts-subcategories .subcategories-tabs li:first-child {
padding-top: 0;
}
.item-design-posts-subcategories .posts-content .post-preview {
width: 33.33%;
display: block;
float: left;
padding: 0 15px;
}
.item-design-posts-subcategories .posts-content .post-preview a {
font-size: 14px;
text-transform: uppercase;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: block;
}
.item-design-posts-subcategories .posts-content .post-preview-thumbnail {
position: relative;
margin-bottom: 15px;
cursor: pointer;
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.item-design-posts-subcategories .posts-content .post-preview-thumbnail:hover {
opacity: 0.7;
}
.item-design-posts-subcategories .posts-content .post-preview-thumbnail .post-category {
position: absolute;
left: 0;
top: 15px;
z-index: 2;
padding: 5px 15px;
color: #fff;
-webkit-text-fill-color: currentColor;
font-size: 11px;
text-transform: uppercase;
background-color: var(--et_active-color);
}
.item-design2-image-no-borders {
margin: -2.14em 0 0 0 !important;
border: 0 !important;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.item-design2-image-no-borders .item-link {
font-size: 0;
text-align: center;
-ms-flex-item-align: center;
align-self: center;
}
.boxed .item-design-mega-menu.columns-5 .nav-sublist-dropdown {
width: 1230px;
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
.mega-menu-full-width.item-design-mega-menu {
position: static;
}
.mega-menu-full-width.item-design-mega-menu .nav-sublist-dropdown {
width: 100% !important;
left: 0 !important;
right: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
}
@media only screen and (min-width: 993px) and (max-width: 1250px) {
.item-design-mega-menu.columns-5 .nav-sublist-dropdown {
width: 980px;
}
} @media only screen and (min-width: 993px) {
.item-design-mega-menu .nav-sublist-dropdown > .container > ul > li {
float: left;
}
.item-design-mega-menu .nav-sublist-dropdown .item-design2-image {
border-right: none !important;
margin-left: -1px;
padding-left: 20px;
padding-right: 20px;
}
.item-design-mega-menu .nav-sublist-dropdown .item-design2-image:first-child {
padding-left: 20px;
}
.item-design-mega-menu .nav-sublist-dropdown .item-design2-image:last-child {
padding-right: 20px;
}
.item-design-posts-subcategories .posts-content {
width: 80%;
display: block;
float: left;
text-align: start;
padding-left: 35px;
}
}.et-off-canvas > .et-mini-content {
position: fixed;
top: 0;
height: 100%;
max-width: 300px;
width: calc(100% - 64px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
z-index: 10010;
--head-icon-proportion: 1.6;
--head-quantity-proportion: 1;
--head-label-proportion: 1.2;
}
@media only screen and (min-width: 1200px) {
body.bordered .et-off-canvas > .et-mini-content {
height: calc(100% - 36px);
top: 18px;
}
body.bordered.admin-bar .et-off-canvas > .et-mini-content {
height: calc(100% - 72px);
top: 52px;
}
}
.et-off-canvas-wide > .et-mini-content {
max-width: 400px;
}
.et-off-canvas .et-content {
overflow: hidden;
overflow-y: auto;
width: 100%;
max-height: 100%;
height: 100%;
}
.et-off-canvas-wide .et-content {
display: grid;
-ms-flex-line-pack: stretch;
align-content: stretch;
grid-template-rows: -webkit-max-content minmax(0px, 100vh) 1fr;
grid-template-rows: max-content minmax(0px, 100vh) 1fr;
overflow: unset;
margin-bottom: 0;
}
.et-off-canvas .widget_shopping_cart,
.et-off-canvas .et_b_wishlist-dropdown {
padding-right: 3px;
padding-left: 3px;
}
.et-off-canvas .widget_shopping_cart,
.et-off-canvas .et_b_wishlist-dropdown,
.et-off-canvas.et_b_header-account .et_b-tabs-wrapper {
overflow-x: hidden;
overflow-y: auto;
max-height: calc(100% - 20px);
}
.et-off-canvas .widget_shopping_cart > ul,
.et-off-canvas .et_b_wishlist-dropdown > ul {
margin-bottom: 0;
}
.header-wrapper .et-off-canvas .et-mini-content .et-quantity,
.mobile-header-wrapper .et-off-canvas .et-mini-content .et-quantity {
background-color: #e1e1e1;
color: #000000;
}
.et-off-canvas.et_b_header-account ul.menu {
text-transform: uppercase;
}
.et-off-canvas.et_b_header-account input {
min-width: unset;
}
.et-off-canvas.et_b_header-account input#rememberme + span {
max-width: 80px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
float: left;
}
.et-off-canvas.et_b_header-account input#rememberme {
float: left;
}
.et-mini-content-head {
padding: 0 10px 10px;
margin: 0 -10px 30px;
-ms-flex-item-align: start;
align-self: flex-start;
}
.et-mini-content-head > a {
color: currentColor;
}
.et-mini-content-head.et-inline-type {
margin-bottom: 0;
}
.et-mini-content-head > a:hover {
color: currentColor;
}
.et-mini-content-head:not(.et-inline-type) .et_b-icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: inherit;
-ms-flex-pack: inherit;
justify-content: inherit;
width: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.et-mini-content-head .et_b-icon svg {
width: calc(var(--content-zoom) * var(--head-icon-proportion));
height: calc(var(--content-zoom) * var(--head-icon-proportion));
overflow: visible;
}
.et-mini-content-head .et-element-label {
color: currentColor;
text-transform: uppercase;
font-size: calc(var(--content-zoom) * var(--head-label-proportion));
}
.et-mini-content-head:not(.et-inline-type) .et-element-label {
padding: 0;
padding-top: 15px !important;
}
.et-off-canvas .cart_list.product_list_widget li {
padding: 20px 0;
margin: 0 -5px 0 !important;
width: calc(100% + 10px);
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
cursor: default;
}
.et-mini-content .cart_list.product_list_widget .sidebar-slider {
margin-top: 0;
margin-bottom: 1.07em;
}
.et-mini-content .cart_list.product_list_widget .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.et-mini-content .cart_list.product_list_widget .swiper-slide {
margin: 0 !important;
padding: 0;
width: 100%;
border: none;
}
.et-mini-content .cart_list.product_list_widget li.swiper-slide {
padding: 0 12px;
}
.et-mini-content .sidebar-slider .swiper-entry .swiper-container .swiper-slide:not(.swiper-slide-visible) p.product-title,
.et-mini-content .sidebar-slider .swiper-entry .swiper-container .swiper-slide:not(.swiper-slide-visible) .price {
opacity: 1;
}
.et-mini-content .sidebar-slider .swiper-entry .swiper-container .swiper-slide .product-title a {
white-space: normal;
overflow: unset;
}
.et-mini-content .cart_list.product_list_widget .swiper-slide .product-list-image {
margin: 0 0 10px;
float: none;
}
.et-mini-content .cart_list.product_list_widget .swiper-slide .product-list-image img {
margin: 0 auto;
}
.et-off-canvas .cart_list.product_list_widget .swiper-slide .product-list-image img {
max-width: unset;
}
.et-off-canvas .cart_list.product_list_widget li .et-remove-type1 {
display: none;
}
.et-off-canvas .cart_list.product_list_widget li .et-remove-type2 {
display: inline-block;
border-radius: 3px;
overflow: hidden;
background: #fcfcfc;
padding: 2px;
}
.et-off-canvas .cart_list.product_list_widget li .et-remove-type2 img {
max-width: 18px;
}
.header-wrapper .et-off-canvas .cart_list.product_list_widget li,
.header-wrapper .et-off-canvas .cart_list.product_list_widget .product-slide {
padding-left: 12px;
padding-right: 12px;
}
.header-wrapper .et-off-canvas .cart_list.product_list_widget li:hover,
.header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper,
.header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper span,
.header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper input {
background: #fafafa;
}
.header-wrapper .et-off-canvas .cart_list.product_list_widget .swiper-slide:hover {
background: transparent;
}
[data-mode="dark"] .header-wrapper .et-off-canvas .cart_list.product_list_widget li:hover,
[data-mode="dark"] .header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper,
[data-mode="dark"] .header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper span,
[data-mode="dark"] .header-wrapper .et-off-canvas .cart_list.product_list_widget .quantity-wrapper input {
background: #2f2f2f;
}
[data-mode="dark"] .header-wrapper .et-off-canvas .cart_list.product_list_widget .swiper-slide:hover {
background: transparent;
}
.et-off-canvas .product_list_widget .cart-widget-products {
padding: 0 5px;
}
.et-off-canvas .cart-widget-products .remove {
top: 19px;
}
.et-off-canvas .cart-widget-products .remove i {
font-size: 65%;
}
.et_b_header-cart.et-off-canvas .woocommerce-mini-cart__empty-message,
.et_b_header-wishlist.et-off-canvas .empty {
font-size: 114%;
}
.et-off-canvas .product_list_widget li:not(:last-child) {
border-bottom: 1px solid var(--et_border-color);
}
.et-off-canvas .cart-popup-footer .btn-view-cart {
display: none;
}
.et-off-canvas .cart-popup-footer .total {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
font-size: 100%;
}
.et-off-canvas .cart-widget-subtotal .small-h {
text-transform: uppercase;
}
.et-off-canvas.et_element .cart-widget-subtotal .big-coast {
font-size: 114%;
}
.et-off-canvas.et-content-right > .et-mini-content:not(.active) {
margin-right: -150px;
}
.et-off-canvas.et-content-left > .et-mini-content:not(.active) {
margin-left: -150px;
}
.et-mini-content-head .et-element-label:before {
content: '';
height: 2px;
width: 0;
right: 0;
position: absolute;
-webkit-transition: width 0.2s ease-in-out;
transition: width 0.2s ease-in-out;
bottom: -4px;
background: currentColor;
}
.et-mini-content-head > a:hover .et-element-label:before {
width: 100%;
left: 0;
right: auto;
}
.et-mini-content .sidebar-slider .swiper-entry .swiper-container .swiper-slide .product-title {
padding-right: 0;
}.mobile-menu-popup .et-popup-content {
width: 500px;
max-width: calc(100% - 30px);
margin: 0 auto;
background: transparent;
}
.mobile-menu-popup span.et-close-popup {
margin-top: 15px;
margin-right: 15px;
}
@media only screen and (min-width: 1200px) {
.mobile-menu-popup span.et-close-popup {
margin-top: 30px;
margin-right: 30px;
}
}
.et_b_header-mobile-menu > .et-mini-content {
-webkit-box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.15);
box-shadow: 2px 3px 12px rgba(0, 0, 0, 0.15);
}
div.children-align-inherit .et_b_header-menu,
div.children-align-inherit .et_b_header-menu .menu,
div.children-align-inherit .et_b_header-menu .menu li a,
div.children-align-inherit .menu-main-container,
div.children-align-inherit .nav-sublist-dropdown .container,
div.children-align-inherit .nav-sublist-dropdown,
div.children-align-inherit .nav-sublist,
div.children-align-inherit .nav-sublist-dropdown ul {
-webkit-box-pack: inherit;
-ms-flex-pack: inherit;
justify-content: inherit;
text-align: inherit !important;
width: 100%;
}
div.mobile-menu-content a,
div.mobile-menu-content a:hover,
.mobile-menu-content .et_b_header-menu .nav-sublist-dropdown {
color: currentColor;
}
div.mobile-menu-content a:hover {
opacity: 0.7;
}
.mobile-menu-content .et_b_header-menu .nav-sublist-dropdown {
background: transparent;
}
.mobile-menu-content .et_b_header-menu .item-design-mega-menu .nav-sublist-dropdown .container > ul > li:not(:last-child) {
border: none;
}
div.mobile-menu-content::-webkit-scrollbar {
display: none;
}
.children-align-inherit .et_b_header-menu .menu {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
div.mobile-menu-content .et_b_header-menu .menu li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
color: currentColor;
-webkit-text-fill-color: currentColor;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0;
width: 100% !important;
}
div.mobile-menu-content .et_b_header-menu .menu li a {
position: relative;
width: 100%;
font-size: 100%;
color: currentColor;
margin: 0;
padding: 10px 0;
white-space: normal;
border: none;
background: transparent;
border-radius: 0;
}
div.mobile-menu-content .et_b_header-menu .menu li a:before {
display: none;
}
.mobile-menu-content.justify-content-center .et_b_header-menu .menu li.menu-item-has-children > a,
.mobile-menu-content.justify-content-center .et_b_header-menu .menu li a,
.mobile-menu-content.justify-content-center .et_b-tab-content .widget .cat-item a {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-right: 0;
padding-left: 0;
}
div.mobile-menu-content .et_b_header-menu .menu li.menu-item-has-children > a {
padding-right: 1em;
}
div.mobile-menu-content .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a {
position: relative;
}
div.mobile-menu-content .et_b_header-menu .menu li .menu-sublist {
width: 100%;
}
div.mobile-menu-content .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > .nav-sublist {
display: block;
-webkit-animation: none;
animation: none;
}
div.mobile-menu-content .et_b_header-menu .menu li > .nav-sublist-dropdown:not(.nav-sublist),
div.mobile-menu-content .et_b_header-menu .menu li > ul:not(.nav-sublist-dropdown):not(.nav-sublist),
div.mobile-menu-content .et_b_header-menu .menu li > .nav-sublist > ul {
display: none;
position: static;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
opacity: 0.7;
visibility: visible;
width: 100%;
margin: 0;
padding: 0 0 0 15px !important;
background: transparent;
border: none;
border-left: 1px solid var(--et_border-color);
-webkit-box-shadow: none;
box-shadow: none;
-webkit-animation: none;
animation: none;
z-index: 2;
}
.mobile-menu-content.justify-content-center .et_b_header-menu .menu li > .nav-sublist-dropdown:not(.nav-sublist),
.mobile-menu-content.justify-content-center .et_b_header-menu .menu li > ul:not(.nav-sublist-dropdown):not(.nav-sublist),
.mobile-menu-content.justify-content-center .et_b_header-menu .menu li > .nav-sublist > ul {
padding: 0 !important;
border-left: none;
}
div.mobile-menu-content .et_b_header-menu .menu li > .nav-sublist {
width: 100%;
}
div.mobile-menu-content .et_b_header-menu .menu li.over > .nav-sublist-dropdown:not(.nav-sublist),
div.mobile-menu-content .et_b_header-menu .menu li.over > ul:not(.nav-sublist-dropdown):not(.nav-sublist),
div.mobile-menu-content .et_b_header-menu .menu li.over > .nav-sublist > ul {
-webkit-animation: none;
animation: none;
}
div.mobile-menu-content .et_b_header-menu .menu li.over > .nav-sublist {
opacity: 1;
visibility: visible;
-webkit-animation: none;
animation: none;
}
div.mobile-menu-content .et_b_header-menu .menu .item-link .arrow {
display: none;
}
div.mobile-menu-content .et_b_header-menu.menu-items-custom .menu > li > a:hover,
div.mobile-menu-content .et_b_header-menu.menu-items-custom .menu > .current-menu-item > a {
background: transparent;
color: currentColor;
-webkit-text-fill-color: currentColor;
}
div.mobile-menu-content .item-design-dropdown .nav-sublist-dropdown ul > li.menu-item-has-children > a:after {
display: none;
}
div.mobile-menu-content .open-child {
position: absolute;
right: 0;
top: calc(50% - .5em);
}
div.mobile-menu-content .et_b-tab-content .widget .children {
display: none;
opacity: 0.7;
padding-left: 15px;
border-left: 1px solid var(--et_border-color);
}
div.mobile-menu-content .et_b-tab-content .widget .children,
.mobile-menu-content .et_b_header-menu .nav-sublist-dropdown {
text-transform: capitalize;
}
div.mobile-menu-content > div:empty {
display: none;
}
div.mobile-menu-content .autocomplete-suggestion {
min-width: unset;
}
div.mobile-menu-content .ajax-results-wrapper {
position: static;
}
div.mobile-menu-content .subcategories-tabs ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
div.mobile-menu-content .subcategories-tabs ul li {
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 5px !important;
}
div.mobile-menu-content .subcategories-tabs ul li:after {
position: absolute;
bottom: -1px;
z-index: 12;
content: '';
height: 2px;
width: 0;
right: 0;
-webkit-transition: width 0.3s;
transition: width 0.3s;
background: currentColor;
}
div.mobile-menu-content .subcategories-tabs ul li.active:after {
left: 0;
width: 100%;
right: 0;
}
div.mobile-menu-content .post-preview-thumbnail {
display: none;
}
.children-align-inherit .et_b_header-logo {
display: inline-block;
width: 100%;
}
.mobile-menu-content .et_b_header-button {
margin: 0;
}
.mobile-menu-content .et_b_header-socials a {
margin: 0 10px;
font-size: 100%;
} .mobile-menu-content > .et_element:not(:last-child),
.mobile-menu-content .et_b_header-contacts .contact:not(:last-child),
.mobile-menu-content .et_b_header-button {
margin-bottom: 20px;
}
.mobile-menu-content > .et_element {
width: 100%;
}
.mobile-menu-content > .et_element > .menu-main-container {
margin-top: -10px;
margin-bottom: -10px;
}.toggles-by-arrow .open-child {
width: 1em;
height: 1em;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
}
.toggles-by-arrow .open-child::before {
left: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.toggles-by-arrow .open-child::after {
left: calc(50% - .18em);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.toggles-by-arrow .open-child:before,
.toggles-by-arrow .open-child:after {
content: "";
position: absolute;
width: 50%;
height: 1px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
background-color: currentColor;
}
.toggles-by-arrow .over > a .open-child:before,
.toggles-by-arrow .active:not(li) > a .open-child:before,
.toggles-by-arrow li.et-active > a .open-child:before {
left: 5%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
width: 40%;
}
.toggles-by-arrow .over > a .open-child:after,
.toggles-by-arrow .active:not(li) > a .open-child:after,
.toggles-by-arrow li.et-active > a .open-child:after {
left: 45%;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
width: 40%;
}@font-face{font-family:'et-icons';src:url(//metalbrindes.com.br/wp-content/plugins/mpc-massive/assets/fonts/eti/et-icons.eot?v=1.0);src:url(//metalbrindes.com.br/wp-content/plugins/mpc-massive/assets/fonts/eti/et-icons.eot?#iefix&v=1.0) format('embedded-opentype'),url(//metalbrindes.com.br/wp-content/plugins/mpc-massive/assets/fonts/eti/et-icons.woff?v=1.0) format('woff'),url(//metalbrindes.com.br/wp-content/plugins/mpc-massive/assets/fonts/eti/et-icons.ttf?v=1.0) format('truetype'),url(//metalbrindes.com.br/wp-content/plugins/mpc-massive/assets/fonts/eti/et-icons.svg?v=1.0#et-icons) format('svg');font-weight:normal;font-style:normal}.eti{font-family:'et-icons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased}.eti_arrow_up:before{content:"\21"}.eti_arrow_down:before{content:"\22"}.eti_arrow_left:before{content:"\23"}.eti_arrow_right:before{content:"\24"}.eti_arrow_left-up:before{content:"\25"}.eti_arrow_right-up:before{content:"\26"}.eti_arrow_right-down:before{content:"\27"}.eti_arrow_left-down:before{content:"\28"}.eti_arrow-up-down:before{content:"\29"}.eti_arrow_up-down_alt:before{content:"\2a"}.eti_arrow_left-right_alt:before{content:"\2b"}.eti_arrow_left-right:before{content:"\2c"}.eti_arrow_expand_alt2:before{content:"\2d"}.eti_arrow_expand_alt:before{content:"\2e"}.eti_arrow_condense:before{content:"\2f"}.eti_arrow_expand:before{content:"\30"}.eti_arrow_move:before{content:"\31"}.eti_arrow_carrot-up:before{content:"\32"}.eti_arrow_carrot-down:before{content:"\33"}.eti_arrow_carrot-left:before{content:"\34"}.eti_arrow_carrot-right:before{content:"\35"}.eti_arrow_carrot-2up:before{content:"\36"}.eti_arrow_carrot-2down:before{content:"\37"}.eti_arrow_carrot-2left:before{content:"\38"}.eti_arrow_carrot-2right:before{content:"\39"}.eti_arrow_carrot-up_alt2:before{content:"\3a"}.eti_arrow_carrot-down_alt2:before{content:"\3b"}.eti_arrow_carrot-left_alt2:before{content:"\3c"}.eti_arrow_carrot-right_alt2:before{content:"\3d"}.eti_arrow_carrot-2up_alt2:before{content:"\3e"}.eti_arrow_carrot-2down_alt2:before{content:"\3f"}.eti_arrow_carrot-2left_alt2:before{content:"\40"}.eti_arrow_carrot-2right_alt2:before{content:"\41"}.eti_arrow_triangle-up:before{content:"\42"}.eti_arrow_triangle-down:before{content:"\43"}.eti_arrow_triangle-left:before{content:"\44"}.eti_arrow_triangle-right:before{content:"\45"}.eti_arrow_triangle-up_alt2:before{content:"\46"}.eti_arrow_triangle-down_alt2:before{content:"\47"}.eti_arrow_triangle-left_alt2:before{content:"\48"}.eti_arrow_triangle-right_alt2:before{content:"\49"}.eti_arrow_back:before{content:"\4a"}.eti_minus-06:before{content:"\4b"}.eti_plus:before{content:"\4c"}.eti_close:before{content:"\4d"}.eti_check:before{content:"\4e"}.eti_minus_alt2:before{content:"\4f"}.eti_plus_alt2:before{content:"\50"}.eti_close_alt2:before{content:"\51"}.eti_check_alt2:before{content:"\52"}.eti_zoom-out_alt:before{content:"\53"}.eti_zoom-in_alt:before{content:"\54"}.eti_search:before{content:"\55"}.eti_box-empty:before{content:"\56"}.eti_box-selected:before{content:"\57"}.eti_minus-box:before{content:"\58"}.eti_plus-box:before{content:"\59"}.eti_box-checked:before{content:"\5a"}.eti_circle-empty:before{content:"\5b"}.eti_circle-slelected:before{content:"\5c"}.eti_stop_alt2:before{content:"\5d"}.eti_stop:before{content:"\5e"}.eti_pause_alt2:before{content:"\5f"}.eti_pause:before{content:"\60"}.eti_menu:before{content:"\61"}.eti_menu-square_alt2:before{content:"\62"}.eti_menu-circle_alt2:before{content:"\63"}.eti_ul:before{content:"\64"}.eti_ol:before{content:"\65"}.eti_adjust-horiz:before{content:"\66"}.eti_adjust-vert:before{content:"\67"}.eti_document_alt:before{content:"\68"}.eti_documents_alt:before{content:"\69"}.eti_pencil:before{content:"\6a"}.eti_pencil-edit_alt:before{content:"\6b"}.eti_pencil-edit:before{content:"\6c"}.eti_folder-alt:before{content:"\6d"}.eti_folder-open_alt:before{content:"\6e"}.eti_folder-add_alt:before{content:"\6f"}.eti_info_alt:before{content:"\70"}.eti_error-oct_alt:before{content:"\71"}.eti_error-circle_alt:before{content:"\72"}.eti_error-triangle_alt:before{content:"\73"}.eti_question_alt2:before{content:"\74"}.eti_question:before{content:"\75"}.eti_comment_alt:before{content:"\76"}.eti_chat_alt:before{content:"\77"}.eti_vol-mute_alt:before{content:"\78"}.eti_volume-low_alt:before{content:"\79"}.eti_volume-high_alt:before{content:"\7a"}.eti_quotations:before{content:"\7b"}.eti_quotations_alt2:before{content:"\7c"}.eti_clock_alt:before{content:"\7d"}.eti_lock_alt:before{content:"\7e"}.eti_lock-open_alt:before{content:"\e000"}.eti_key_alt:before{content:"\e001"}.eti_cloud_alt:before{content:"\e002"}.eti_cloud-upload_alt:before{content:"\e003"}.eti_cloud-download_alt:before{content:"\e004"}.eti_image:before{content:"\e005"}.eti_images:before{content:"\e006"}.eti_lightbulb_alt:before{content:"\e007"}.eti_gift_alt:before{content:"\e008"}.eti_house_alt:before{content:"\e009"}.eti_genius:before{content:"\e00a"}.eti_mobile:before{content:"\e00b"}.eti_tablet:before{content:"\e00c"}.eti_laptop:before{content:"\e00d"}.eti_desktop:before{content:"\e00e"}.eti_camera_alt:before{content:"\e00f"}.eti_mail_alt:before{content:"\e010"}.eti_cone_alt:before{content:"\e011"}.eti_ribbon_alt:before{content:"\e012"}.eti_bag_alt:before{content:"\e013"}.eti_creditcard:before{content:"\e014"}.eti_cart_alt:before{content:"\e015"}.eti_paperclip:before{content:"\e016"}.eti_tag_alt:before{content:"\e017"}.eti_tags_alt:before{content:"\e018"}.eti_trash_alt:before{content:"\e019"}.eti_cursor_alt:before{content:"\e01a"}.eti_mic_alt:before{content:"\e01b"}.eti_compass_alt:before{content:"\e01c"}.eti_pin_alt:before{content:"\e01d"}.eti_pushpin_alt:before{content:"\e01e"}.eti_map_alt:before{content:"\e01f"}.eti_drawer_alt:before{content:"\e020"}.eti_toolbox_alt:before{content:"\e021"}.eti_book_alt:before{content:"\e022"}.eti_calendar:before{content:"\e023"}.eti_film:before{content:"\e024"}.eti_table:before{content:"\e025"}.eti_contacts_alt:before{content:"\e026"}.eti_headphones:before{content:"\e027"}.eti_lifesaver:before{content:"\e028"}.eti_piechart:before{content:"\e029"}.eti_refresh:before{content:"\e02a"}.eti_link_alt:before{content:"\e02b"}.eti_link:before{content:"\e02c"}.eti_loading:before{content:"\e02d"}.eti_blocked:before{content:"\e02e"}.eti_archive_alt:before{content:"\e02f"}.eti_heart_alt:before{content:"\e030"}.eti_star_alt:before{content:"\e031"}.eti_star-half_alt:before{content:"\e032"}.eti_star:before{content:"\e033"}.eti_star-half:before{content:"\e034"}.eti_tools:before{content:"\e035"}.eti_tool:before{content:"\e036"}.eti_cog:before{content:"\e037"}.eti_cogs:before{content:"\e038"}.eti_arrow_up_alt:before{content:"\e039"}.eti_arrow_down_alt:before{content:"\e03a"}.eti_arrow_left_alt:before{content:"\e03b"}.eti_arrow_right_alt:before{content:"\e03c"}.eti_arrow_left-up_alt:before{content:"\e03d"}.eti_arrow_right-up_alt:before{content:"\e03e"}.eti_arrow_right-down_alt:before{content:"\e03f"}.eti_arrow_left-down_alt:before{content:"\e040"}.eti_arrow_condense_alt:before{content:"\e041"}.eti_arrow_expand_alt3:before{content:"\e042"}.eti_arrow_carrot_up_alt:before{content:"\e043"}.eti_arrow_carrot-down_alt:before{content:"\e044"}.eti_arrow_carrot-left_alt:before{content:"\e045"}.eti_arrow_carrot-right_alt:before{content:"\e046"}.eti_arrow_carrot-2up_alt:before{content:"\e047"}.eti_arrow_carrot-2dwnn_alt:before{content:"\e048"}.eti_arrow_carrot-2left_alt:before{content:"\e049"}.eti_arrow_carrot-2right_alt:before{content:"\e04a"}.eti_arrow_triangle-up_alt:before{content:"\e04b"}.eti_arrow_triangle-down_alt:before{content:"\e04c"}.eti_arrow_triangle-left_alt:before{content:"\e04d"}.eti_arrow_triangle-right_alt:before{content:"\e04e"}.eti_minus_alt:before{content:"\e04f"}.eti_plus_alt:before{content:"\e050"}.eti_close_alt:before{content:"\e051"}.eti_check_alt:before{content:"\e052"}.eti_zoom-out:before{content:"\e053"}.eti_zoom-in:before{content:"\e054"}.eti_stop_alt:before{content:"\e055"}.eti_menu-square_alt:before{content:"\e056"}.eti_menu-circle_alt:before{content:"\e057"}.eti_document:before{content:"\e058"}.eti_documents:before{content:"\e059"}.eti_pencil_alt:before{content:"\e05a"}.eti_folder:before{content:"\e05b"}.eti_folder-open:before{content:"\e05c"}.eti_folder-add:before{content:"\e05d"}.eti_folder_upload:before{content:"\e05e"}.eti_folder_download:before{content:"\e05f"}.eti_info:before{content:"\e060"}.eti_error-circle:before{content:"\e061"}.eti_error-oct:before{content:"\e062"}.eti_error-triangle:before{content:"\e063"}.eti_question_alt:before{content:"\e064"}.eti_comment:before{content:"\e065"}.eti_chat:before{content:"\e066"}.eti_vol-mute:before{content:"\e067"}.eti_volume-low:before{content:"\e068"}.eti_volume-high:before{content:"\e069"}.eti_quotations_alt:before{content:"\e06a"}.eti_clock:before{content:"\e06b"}.eti_lock:before{content:"\e06c"}.eti_lock-open:before{content:"\e06d"}.eti_key:before{content:"\e06e"}.eti_cloud:before{content:"\e06f"}.eti_cloud-upload:before{content:"\e070"}.eti_cloud-download:before{content:"\e071"}.eti_lightbulb:before{content:"\e072"}.eti_gift:before{content:"\e073"}.eti_house:before{content:"\e074"}.eti_camera:before{content:"\e075"}.eti_mail:before{content:"\e076"}.eti_cone:before{content:"\e077"}.eti_ribbon:before{content:"\e078"}.eti_bag:before{content:"\e079"}.eti_cart:before{content:"\e07a"}.eti_tag:before{content:"\e07b"}.eti_tags:before{content:"\e07c"}.eti_trash:before{content:"\e07d"}.eti_cursor:before{content:"\e07e"}.eti_mic:before{content:"\e07f"}.eti_compass:before{content:"\e080"}.eti_pin:before{content:"\e081"}.eti_pushpin:before{content:"\e082"}.eti_map:before{content:"\e083"}.eti_drawer:before{content:"\e084"}.eti_toolbox:before{content:"\e085"}.eti_book:before{content:"\e086"}.eti_contacts:before{content:"\e087"}.eti_archive:before{content:"\e088"}.eti_heart:before{content:"\e089"}.eti_profile:before{content:"\e08a"}.eti_group:before{content:"\e08b"}.eti_grid-2x2:before{content:"\e08c"}.eti_grid-3x3:before{content:"\e08d"}.eti_music:before{content:"\e08e"}.eti_pause_alt:before{content:"\e08f"}.eti_phone:before{content:"\e090"}.eti_upload:before{content:"\e091"}.eti_download:before{content:"\e092"}.eti_social_facebook:before{content:"\e093"}.eti_social_twitter:before{content:"\e094"}.eti_social_pinterest:before{content:"\e095"}.eti_social_googleplus:before{content:"\e096"}.eti_social_tumblr:before{content:"\e097"}.eti_social_tumbleupon:before{content:"\e098"}.eti_social_wordpress:before{content:"\e099"}.eti_social_instagram:before{content:"\e09a"}.eti_social_dribbble:before{content:"\e09b"}.eti_social_vimeo:before{content:"\e09c"}.eti_social_linkedin:before{content:"\e09d"}.eti_social_rss:before{content:"\e09e"}.eti_social_deviantart:before{content:"\e09f"}.eti_social_share:before{content:"\e0a0"}.eti_social_myspace:before{content:"\e0a1"}.eti_social_skype:before{content:"\e0a2"}.eti_social_youtube:before{content:"\e0a3"}.eti_social_picassa:before{content:"\e0a4"}.eti_social_googledrive:before{content:"\e0a5"}.eti_social_flickr:before{content:"\e0a6"}.eti_social_blogger:before{content:"\e0a7"}.eti_social_spotify:before{content:"\e0a8"}.eti_social_delicious:before{content:"\e0a9"}.eti_social_facebook_circle:before{content:"\e0aa"}.eti_social_twitter_circle:before{content:"\e0ab"}.eti_social_pinterest_circle:before{content:"\e0ac"}.eti_social_googleplus_circle:before{content:"\e0ad"}.eti_social_tumblr_circle:before{content:"\e0ae"}.eti_social_stumbleupon_circle:before{content:"\e0af"}.eti_social_wordpress_circle:before{content:"\e0b0"}.eti_social_instagram_circle:before{content:"\e0b1"}.eti_social_dribbble_circle:before{content:"\e0b2"}.eti_social_vimeo_circle:before{content:"\e0b3"}.eti_social_linkedin_circle:before{content:"\e0b4"}.eti_social_rss_circle:before{content:"\e0b5"}.eti_social_deviantart_circle:before{content:"\e0b6"}.eti_social_share_circle:before{content:"\e0b7"}.eti_social_myspace_circle:before{content:"\e0b8"}.eti_social_skype_circle:before{content:"\e0b9"}.eti_social_youtube_circle:before{content:"\e0ba"}.eti_social_picassa_circle:before{content:"\e0bb"}.eti_social_googledrive_alt2:before{content:"\e0bc"}.eti_social_flickr_circle:before{content:"\e0bd"}.eti_social_blogger_circle:before{content:"\e0be"}.eti_social_spotify_circle:before{content:"\e0bf"}.eti_social_delicious_circle:before{content:"\e0c0"}.eti_social_facebook_square:before{content:"\e0c1"}.eti_social_twitter_square:before{content:"\e0c2"}.eti_social_pinterest_square:before{content:"\e0c3"}.eti_social_googleplus_square:before{content:"\e0c4"}.eti_social_tumblr_square:before{content:"\e0c5"}.eti_social_stumbleupon_square:before{content:"\e0c6"}.eti_social_wordpress_square:before{content:"\e0c7"}.eti_social_instagram_square:before{content:"\e0c8"}.eti_social_dribbble_square:before{content:"\e0c9"}.eti_social_vimeo_square:before{content:"\e0ca"}.eti_social_linkedin_square:before{content:"\e0cb"}.eti_social_rss_square:before{content:"\e0cc"}.eti_social_deviantart_square:before{content:"\e0cd"}.eti_social_share_square:before{content:"\e0ce"}.eti_social_myspace_square:before{content:"\e0cf"}.eti_social_skype_square:before{content:"\e0d0"}.eti_social_youtube_square:before{content:"\e0d1"}.eti_social_picassa_square:before{content:"\e0d2"}.eti_social_googledrive_square:before{content:"\e0d3"}.eti_social_flickr_square:before{content:"\e0d4"}.eti_social_blogger_square:before{content:"\e0d5"}.eti_social_spotify_square:before{content:"\e0d6"}.eti_social_delicious_square:before{content:"\e0d7"}.eti_printer:before{content:"\e103"}.eti_calulator:before{content:"\e0ee"}.eti_building:before{content:"\e0ef"}.eti_floppy:before{content:"\e0e8"}.eti_drive:before{content:"\e0ea"}.eti_search-2:before{content:"\e101"}.eti_id:before{content:"\e107"}.eti_id-2:before{content:"\e108"}.eti_puzzle:before{content:"\e102"}.eti_like:before{content:"\e106"}.eti_dislike:before{content:"\e0eb"}.eti_mug:before{content:"\e105"}.eti_currency:before{content:"\e0ed"}.eti_wallet:before{content:"\e100"}.eti_pens:before{content:"\e104"}.eti_easel:before{content:"\e0e9"}.eti_flowchart:before{content:"\e109"}.eti_datareport:before{content:"\e0ec"}.eti_briefcase:before{content:"\e0fe"}.eti_shield:before{content:"\e0f6"}.eti_percent:before{content:"\e0fb"}.eti_globe:before{content:"\e0e2"}.eti_globe-2:before{content:"\e0e3"}.eti_target:before{content:"\e0f5"}.eti_hourglass:before{content:"\e0e1"}.eti_balance:before{content:"\e0ff"}.eti_rook:before{content:"\e0f8"}.eti_printer-alt:before{content:"\e0fa"}.eti_calculator_alt:before{content:"\e0e7"}.eti_building_alt:before{content:"\e0fd"}.eti_floppy_alt:before{content:"\e0e4"}.eti_drive_alt:before{content:"\e0e5"}.eti_search_alt:before{content:"\e0f7"}.eti_id_alt:before{content:"\e0e0"}.eti_id-2_alt:before{content:"\e0fc"}.eti_puzzle_alt:before{content:"\e0f9"}.eti_like_alt:before{content:"\e0dd"}.eti_dislike_alt:before{content:"\e0f1"}.eti_mug_alt:before{content:"\e0dc"}.eti_currency_alt:before{content:"\e0f3"}.eti_wallet_alt:before{content:"\e0d8"}.eti_pens_alt:before{content:"\e0db"}.eti_easel_alt:before{content:"\e0f0"}.eti_flowchart_alt:before{content:"\e0df"}.eti_datareport_alt:before{content:"\e0f2"}.eti_briefcase_alt:before{content:"\e0f4"}.eti_shield_alt:before{content:"\e0d9"}.eti_percent_alt:before{content:"\e0da"}.eti_globe_alt:before{content:"\e0de"}.eti_clipboard:before{content:"\e0e6"}
@font-face{font-family:'typicons';font-weight:normal;font-style:normal;src:url(//metalbrindes.com.br/wp-content/plugins/mpc-massive/assets/fonts/typcn/typicons.eot);src:url(//metalbrindes.com.br/wp-content/plugins/mpc-massive/assets/fonts/typcn/typicons.eot?#iefix) format('embedded-opentype'),url(//metalbrindes.com.br/wp-content/plugins/mpc-massive/assets/fonts/typcn/typicons.woff) format('woff'),url(//metalbrindes.com.br/wp-content/plugins/mpc-massive/assets/fonts/typcn/typicons.ttf) format('truetype'),url(//metalbrindes.com.br/wp-content/plugins/mpc-massive/assets/fonts/typcn/typicons.svg#typicons) format('svg')}.typcn:before{font-family:'typicons';font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;height:1em;font-size:1em;text-align:center;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.typcn-adjust-brightness:before{content:'\e000'}.typcn-adjust-contrast:before{content:'\e001'}.typcn-anchor-outline:before{content:'\e002'}.typcn-anchor:before{content:'\e003'}.typcn-archive:before{content:'\e004'}.typcn-arrow-back-outline:before{content:'\e005'}.typcn-arrow-back:before{content:'\e006'}.typcn-arrow-down-outline:before{content:'\e007'}.typcn-arrow-down-thick:before{content:'\e008'}.typcn-arrow-down:before{content:'\e009'}.typcn-arrow-forward-outline:before{content:'\e00a'}.typcn-arrow-forward:before{content:'\e00b'}.typcn-arrow-left-outline:before{content:'\e00c'}.typcn-arrow-left-thick:before{content:'\e00d'}.typcn-arrow-left:before{content:'\e00e'}.typcn-arrow-loop-outline:before{content:'\e00f'}.typcn-arrow-loop:before{content:'\e010'}.typcn-arrow-maximise-outline:before{content:'\e011'}.typcn-arrow-maximise:before{content:'\e012'}.typcn-arrow-minimise-outline:before{content:'\e013'}.typcn-arrow-minimise:before{content:'\e014'}.typcn-arrow-move-outline:before{content:'\e015'}.typcn-arrow-move:before{content:'\e016'}.typcn-arrow-repeat-outline:before{content:'\e017'}.typcn-arrow-repeat:before{content:'\e018'}.typcn-arrow-right-outline:before{content:'\e019'}.typcn-arrow-right-thick:before{content:'\e01a'}.typcn-arrow-right:before{content:'\e01b'}.typcn-arrow-shuffle:before{content:'\e01c'}.typcn-arrow-sorted-down:before{content:'\e01d'}.typcn-arrow-sorted-up:before{content:'\e01e'}.typcn-arrow-sync-outline:before{content:'\e01f'}.typcn-arrow-sync:before{content:'\e020'}.typcn-arrow-unsorted:before{content:'\e021'}.typcn-arrow-up-outline:before{content:'\e022'}.typcn-arrow-up-thick:before{content:'\e023'}.typcn-arrow-up:before{content:'\e024'}.typcn-at:before{content:'\e025'}.typcn-attachment-outline:before{content:'\e026'}.typcn-attachment:before{content:'\e027'}.typcn-backspace-outline:before{content:'\e028'}.typcn-backspace:before{content:'\e029'}.typcn-battery-charge:before{content:'\e02a'}.typcn-battery-full:before{content:'\e02b'}.typcn-battery-high:before{content:'\e02c'}.typcn-battery-low:before{content:'\e02d'}.typcn-battery-mid:before{content:'\e02e'}.typcn-beaker:before{content:'\e02f'}.typcn-beer:before{content:'\e030'}.typcn-bell:before{content:'\e031'}.typcn-book:before{content:'\e032'}.typcn-bookmark:before{content:'\e033'}.typcn-briefcase:before{content:'\e034'}.typcn-brush:before{content:'\e035'}.typcn-business-card:before{content:'\e036'}.typcn-calculator:before{content:'\e037'}.typcn-calendar-outline:before{content:'\e038'}.typcn-calendar:before{content:'\e039'}.typcn-camera-outline:before{content:'\e03a'}.typcn-camera:before{content:'\e03b'}.typcn-cancel-outline:before{content:'\e03c'}.typcn-cancel:before{content:'\e03d'}.typcn-chart-area-outline:before{content:'\e03e'}.typcn-chart-area:before{content:'\e03f'}.typcn-chart-bar-outline:before{content:'\e040'}.typcn-chart-bar:before{content:'\e041'}.typcn-chart-line-outline:before{content:'\e042'}.typcn-chart-line:before{content:'\e043'}.typcn-chart-pie-outline:before{content:'\e044'}.typcn-chart-pie:before{content:'\e045'}.typcn-chevron-left-outline:before{content:'\e046'}.typcn-chevron-left:before{content:'\e047'}.typcn-chevron-right-outline:before{content:'\e048'}.typcn-chevron-right:before{content:'\e049'}.typcn-clipboard:before{content:'\e04a'}.typcn-cloud-storage:before{content:'\e04b'}.typcn-cloud-storage-outline:before{content:'\e054'}.typcn-code-outline:before{content:'\e04c'}.typcn-code:before{content:'\e04d'}.typcn-coffee:before{content:'\e04e'}.typcn-cog-outline:before{content:'\e04f'}.typcn-cog:before{content:'\e050'}.typcn-compass:before{content:'\e051'}.typcn-contacts:before{content:'\e052'}.typcn-credit-card:before{content:'\e053'}.typcn-css3:before{content:'\e055'}.typcn-database:before{content:'\e056'}.typcn-delete-outline:before{content:'\e057'}.typcn-delete:before{content:'\e058'}.typcn-device-desktop:before{content:'\e059'}.typcn-device-laptop:before{content:'\e05a'}.typcn-device-phone:before{content:'\e05b'}.typcn-device-tablet:before{content:'\e05c'}.typcn-directions:before{content:'\e05d'}.typcn-divide-outline:before{content:'\e05e'}.typcn-divide:before{content:'\e05f'}.typcn-document-add:before{content:'\e060'}.typcn-document-delete:before{content:'\e061'}.typcn-document-text:before{content:'\e062'}.typcn-document:before{content:'\e063'}.typcn-download-outline:before{content:'\e064'}.typcn-download:before{content:'\e065'}.typcn-dropbox:before{content:'\e066'}.typcn-edit:before{content:'\e067'}.typcn-eject-outline:before{content:'\e068'}.typcn-eject:before{content:'\e069'}.typcn-equals-outline:before{content:'\e06a'}.typcn-equals:before{content:'\e06b'}.typcn-export-outline:before{content:'\e06c'}.typcn-export:before{content:'\e06d'}.typcn-eye-outline:before{content:'\e06e'}.typcn-eye:before{content:'\e06f'}.typcn-feather:before{content:'\e070'}.typcn-film:before{content:'\e071'}.typcn-filter:before{content:'\e072'}.typcn-flag-outline:before{content:'\e073'}.typcn-flag:before{content:'\e074'}.typcn-flash-outline:before{content:'\e075'}.typcn-flash:before{content:'\e076'}.typcn-flow-children:before{content:'\e077'}.typcn-flow-merge:before{content:'\e078'}.typcn-flow-parallel:before{content:'\e079'}.typcn-flow-switch:before{content:'\e07a'}.typcn-folder-add:before{content:'\e07b'}.typcn-folder-delete:before{content:'\e07c'}.typcn-folder-open:before{content:'\e07d'}.typcn-folder:before{content:'\e07e'}.typcn-gift:before{content:'\e07f'}.typcn-globe-outline:before{content:'\e080'}.typcn-globe:before{content:'\e081'}.typcn-group-outline:before{content:'\e082'}.typcn-group:before{content:'\e083'}.typcn-headphones:before{content:'\e084'}.typcn-heart-full-outline:before{content:'\e085'}.typcn-heart-half-outline:before{content:'\e086'}.typcn-heart-outline:before{content:'\e087'}.typcn-heart:before{content:'\e088'}.typcn-home-outline:before{content:'\e089'}.typcn-home:before{content:'\e08a'}.typcn-html5:before{content:'\e08b'}.typcn-image-outline:before{content:'\e08c'}.typcn-image:before{content:'\e08d'}.typcn-infinity-outline:before{content:'\e08e'}.typcn-infinity:before{content:'\e08f'}.typcn-info-large-outline:before{content:'\e090'}.typcn-info-large:before{content:'\e091'}.typcn-info-outline:before{content:'\e092'}.typcn-info:before{content:'\e093'}.typcn-input-checked-outline:before{content:'\e094'}.typcn-input-checked:before{content:'\e095'}.typcn-key-outline:before{content:'\e096'}.typcn-key:before{content:'\e097'}.typcn-keyboard:before{content:'\e098'}.typcn-leaf:before{content:'\e099'}.typcn-lightbulb:before{content:'\e09a'}.typcn-link-outline:before{content:'\e09b'}.typcn-link:before{content:'\e09c'}.typcn-location-arrow-outline:before{content:'\e09d'}.typcn-location-arrow:before{content:'\e09e'}.typcn-location-outline:before{content:'\e09f'}.typcn-location:before{content:'\e0a0'}.typcn-lock-closed-outline:before{content:'\e0a1'}.typcn-lock-closed:before{content:'\e0a2'}.typcn-lock-open-outline:before{content:'\e0a3'}.typcn-lock-open:before{content:'\e0a4'}.typcn-mail:before{content:'\e0a5'}.typcn-map:before{content:'\e0a6'}.typcn-media-eject-outline:before{content:'\e0a7'}.typcn-media-eject:before{content:'\e0a8'}.typcn-media-fast-forward-outline:before{content:'\e0a9'}.typcn-media-fast-forward:before{content:'\e0aa'}.typcn-media-pause-outline:before{content:'\e0ab'}.typcn-media-pause:before{content:'\e0ac'}.typcn-media-play-outline:before{content:'\e0ad'}.typcn-media-play-reverse-outline:before{content:'\e0ae'}.typcn-media-play-reverse:before{content:'\e0af'}.typcn-media-play:before{content:'\e0b0'}.typcn-media-record-outline:before{content:'\e0b1'}.typcn-media-record:before{content:'\e0b2'}.typcn-media-rewind-outline:before{content:'\e0b3'}.typcn-media-rewind:before{content:'\e0b4'}.typcn-media-stop-outline:before{content:'\e0b5'}.typcn-media-stop:before{content:'\e0b6'}.typcn-message-typing:before{content:'\e0b7'}.typcn-message:before{content:'\e0b8'}.typcn-messages:before{content:'\e0b9'}.typcn-microphone-outline:before{content:'\e0ba'}.typcn-microphone:before{content:'\e0bb'}.typcn-minus-outline:before{content:'\e0bc'}.typcn-minus:before{content:'\e0bd'}.typcn-mortar-board:before{content:'\e0be'}.typcn-news:before{content:'\e0bf'}.typcn-notes-outline:before{content:'\e0c0'}.typcn-notes:before{content:'\e0c1'}.typcn-pen:before{content:'\e0c2'}.typcn-pencil:before{content:'\e0c3'}.typcn-phone-outline:before{content:'\e0c4'}.typcn-phone:before{content:'\e0c5'}.typcn-pi-outline:before{content:'\e0c6'}.typcn-pi:before{content:'\e0c7'}.typcn-pin-outline:before{content:'\e0c8'}.typcn-pin:before{content:'\e0c9'}.typcn-pipette:before{content:'\e0ca'}.typcn-plane-outline:before{content:'\e0cb'}.typcn-plane:before{content:'\e0cc'}.typcn-plug:before{content:'\e0cd'}.typcn-plus-outline:before{content:'\e0ce'}.typcn-plus:before{content:'\e0cf'}.typcn-point-of-interest-outline:before{content:'\e0d0'}.typcn-point-of-interest:before{content:'\e0d1'}.typcn-power-outline:before{content:'\e0d2'}.typcn-power:before{content:'\e0d3'}.typcn-printer:before{content:'\e0d4'}.typcn-puzzle-outline:before{content:'\e0d5'}.typcn-puzzle:before{content:'\e0d6'}.typcn-radar-outline:before{content:'\e0d7'}.typcn-radar:before{content:'\e0d8'}.typcn-refresh-outline:before{content:'\e0d9'}.typcn-refresh:before{content:'\e0da'}.typcn-rss-outline:before{content:'\e0db'}.typcn-rss:before{content:'\e0dc'}.typcn-scissors-outline:before{content:'\e0dd'}.typcn-scissors:before{content:'\e0de'}.typcn-shopping-bag:before{content:'\e0df'}.typcn-shopping-cart:before{content:'\e0e0'}.typcn-social-at-circular:before{content:'\e0e1'}.typcn-social-dribbble-circular:before{content:'\e0e2'}.typcn-social-dribbble:before{content:'\e0e3'}.typcn-social-facebook-circular:before{content:'\e0e4'}.typcn-social-facebook:before{content:'\e0e5'}.typcn-social-flickr-circular:before{content:'\e0e6'}.typcn-social-flickr:before{content:'\e0e7'}.typcn-social-github-circular:before{content:'\e0e8'}.typcn-social-github:before{content:'\e0e9'}.typcn-social-google-plus-circular:before{content:'\e0ea'}.typcn-social-google-plus:before{content:'\e0eb'}.typcn-social-instagram-circular:before{content:'\e0ec'}.typcn-social-instagram:before{content:'\e0ed'}.typcn-social-last-fm-circular:before{content:'\e0ee'}.typcn-social-last-fm:before{content:'\e0ef'}.typcn-social-linkedin-circular:before{content:'\e0f0'}.typcn-social-linkedin:before{content:'\e0f1'}.typcn-social-pinterest-circular:before{content:'\e0f2'}.typcn-social-pinterest:before{content:'\e0f3'}.typcn-social-skype-outline:before{content:'\e0f4'}.typcn-social-skype:before{content:'\e0f5'}.typcn-social-tumbler-circular:before{content:'\e0f6'}.typcn-social-tumbler:before{content:'\e0f7'}.typcn-social-twitter-circular:before{content:'\e0f8'}.typcn-social-twitter:before{content:'\e0f9'}.typcn-social-vimeo-circular:before{content:'\e0fa'}.typcn-social-vimeo:before{content:'\e0fb'}.typcn-social-youtube-circular:before{content:'\e0fc'}.typcn-social-youtube:before{content:'\e0fd'}.typcn-sort-alphabetically-outline:before{content:'\e0fe'}.typcn-sort-alphabetically:before{content:'\e0ff'}.typcn-sort-numerically-outline:before{content:'\e100'}.typcn-sort-numerically:before{content:'\e101'}.typcn-spanner-outline:before{content:'\e102'}.typcn-spanner:before{content:'\e103'}.typcn-spiral:before{content:'\e104'}.typcn-star-full-outline:before{content:'\e105'}.typcn-star-half-outline:before{content:'\e106'}.typcn-star-half:before{content:'\e107'}.typcn-star-outline:before{content:'\e108'}.typcn-star:before{content:'\e109'}.typcn-starburst-outline:before{content:'\e10a'}.typcn-starburst:before{content:'\e10b'}.typcn-stopwatch:before{content:'\e10c'}.typcn-support:before{content:'\e10d'}.typcn-tabs-outline:before{content:'\e10e'}.typcn-tag:before{content:'\e10f'}.typcn-tags:before{content:'\e110'}.typcn-th-large-outline:before{content:'\e111'}.typcn-th-large:before{content:'\e112'}.typcn-th-list-outline:before{content:'\e113'}.typcn-th-list:before{content:'\e114'}.typcn-th-menu-outline:before{content:'\e115'}.typcn-th-menu:before{content:'\e116'}.typcn-th-small-outline:before{content:'\e117'}.typcn-th-small:before{content:'\e118'}.typcn-thermometer:before{content:'\e119'}.typcn-thumbs-down:before{content:'\e11a'}.typcn-thumbs-ok:before{content:'\e11b'}.typcn-thumbs-up:before{content:'\e11c'}.typcn-tick-outline:before{content:'\e11d'}.typcn-tick:before{content:'\e11e'}.typcn-ticket:before{content:'\e11f'}.typcn-time:before{content:'\e120'}.typcn-times-outline:before{content:'\e121'}.typcn-times:before{content:'\e122'}.typcn-trash:before{content:'\e123'}.typcn-tree:before{content:'\e124'}.typcn-upload-outline:before{content:'\e125'}.typcn-upload:before{content:'\e126'}.typcn-user-add-outline:before{content:'\e127'}.typcn-user-add:before{content:'\e128'}.typcn-user-delete-outline:before{content:'\e129'}.typcn-user-delete:before{content:'\e12a'}.typcn-user-outline:before{content:'\e12b'}.typcn-user:before{content:'\e12c'}.typcn-vendor-android:before{content:'\e12d'}.typcn-vendor-apple:before{content:'\e12e'}.typcn-vendor-microsoft:before{content:'\e12f'}.typcn-video-outline:before{content:'\e130'}.typcn-video:before{content:'\e131'}.typcn-volume-down:before{content:'\e132'}.typcn-volume-mute:before{content:'\e133'}.typcn-volume-up:before{content:'\e134'}.typcn-volume:before{content:'\e135'}.typcn-warning-outline:before{content:'\e136'}.typcn-warning:before{content:'\e137'}.typcn-watch:before{content:'\e138'}.typcn-waves-outline:before{content:'\e139'}.typcn-waves:before{content:'\e13a'}.typcn-weather-cloudy:before{content:'\e13b'}.typcn-weather-downpour:before{content:'\e13c'}.typcn-weather-night:before{content:'\e13d'}.typcn-weather-partly-sunny:before{content:'\e13e'}.typcn-weather-shower:before{content:'\e13f'}.typcn-weather-snow:before{content:'\e140'}.typcn-weather-stormy:before{content:'\e141'}.typcn-weather-sunny:before{content:'\e142'}.typcn-weather-windy-cloudy:before{content:'\e143'}.typcn-weather-windy:before{content:'\e144'}.typcn-wi-fi-outline:before{content:'\e145'}.typcn-wi-fi:before{content:'\e146'}.typcn-wine:before{content:'\e147'}.typcn-world-outline:before{content:'\e148'}.typcn-world:before{content:'\e149'}.typcn-zoom-in-outline:before{content:'\e14a'}.typcn-zoom-in:before{content:'\e14b'}.typcn-zoom-out-outline:before{content:'\e14c'}.typcn-zoom-out:before{content:'\e14d'}.typcn-zoom-outline:before{content:'\e14e'}.typcn-zoom:before{content:'\e14f'}@font-face{font-family:'Material-Icons';src:url(//metalbrindes.com.br/wp-content/plugins/mpc-massive/assets/fonts/mi/materialicons-regular.eot);src:url(//metalbrindes.com.br/wp-content/plugins/mpc-massive/assets/fonts/mi/materialicons-regular.eot?#iefix) format('embedded-opentype'),url(//metalbrindes.com.br/wp-content/plugins/mpc-massive/assets/fonts/mi/materialicons-regular.woff2) format('woff2'),url(//metalbrindes.com.br/wp-content/plugins/mpc-massive/assets/fonts/mi/materialicons-regular.woff) format('woff'),url(//metalbrindes.com.br/wp-content/plugins/mpc-massive/assets/fonts/mi/materialicons-regular.ttf) format('truetype');font-weight:normal;font-style:normal}.mi{display:inline-block;font:normal normal normal 14px/1 'Material-Icons';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.mi-3d_rotation:after{content:'\e84d';}.mi-ac_unit:after{content:'\eb3b';}.mi-access_alarm:after{content:'\e190';}.mi-access_alarms:after{content:'\e191';}.mi-access_time:after{content:'\e192';}.mi-accessibility:after{content:'\e84e';}.mi-accessible:after{content:'\e914';}.mi-account_balance:after{content:'\e84f';}.mi-account_balance_wallet:after{content:'\e850';}.mi-account_box:after{content:'\e851';}.mi-account_circle:after{content:'\e853';}.mi-adb:after{content:'\e60e';}.mi-add:after{content:'\e145';}.mi-add_a_photo:after{content:'\e439';}.mi-add_alarm:after{content:'\e193';}.mi-add_alert:after{content:'\e003';}.mi-add_box:after{content:'\e146';}.mi-add_circle:after{content:'\e147';}.mi-add_circle_outline:after{content:'\e148';}.mi-add_location:after{content:'\e567';}.mi-add_shopping_cart:after{content:'\e854';}.mi-add_to_photos:after{content:'\e39d';}.mi-add_to_queue:after{content:'\e05c';}.mi-adjust:after{content:'\e39e';}.mi-airline_seat_flat:after{content:'\e630';}.mi-airline_seat_flat_angled:after{content:'\e631';}.mi-airline_seat_individual_suite:after{content:'\e632';}.mi-airline_seat_legroom_extra:after{content:'\e633';}.mi-airline_seat_legroom_normal:after{content:'\e634';}.mi-airline_seat_legroom_reduced:after{content:'\e635';}.mi-airline_seat_recline_extra:after{content:'\e636';}.mi-airline_seat_recline_normal:after{content:'\e637';}.mi-airplanemode_active:after{content:'\e195';}.mi-airplanemode_inactive:after{content:'\e194';}.mi-airplay:after{content:'\e055';}.mi-airport_shuttle:after{content:'\eb3c';}.mi-alarm:after{content:'\e855';}.mi-alarm_add:after{content:'\e856';}.mi-alarm_off:after{content:'\e857';}.mi-alarm_on:after{content:'\e858';}.mi-album:after{content:'\e019';}.mi-all_inclusive:after{content:'\eb3d';}.mi-all_out:after{content:'\e90b';}.mi-android:after{content:'\e859';}.mi-announcement:after{content:'\e85a';}.mi-apps:after{content:'\e5c3';}.mi-archive:after{content:'\e149';}.mi-arrow_back:after{content:'\e5c4';}.mi-arrow_downward:after{content:'\e5db';}.mi-arrow_drop_down:after{content:'\e5c5';}.mi-arrow_drop_down_circle:after{content:'\e5c6';}.mi-arrow_drop_up:after{content:'\e5c7';}.mi-arrow_forward:after{content:'\e5c8';}.mi-arrow_upward:after{content:'\e5d8';}.mi-art_track:after{content:'\e060';}.mi-aspect_ratio:after{content:'\e85b';}.mi-assessment:after{content:'\e85c';}.mi-assignment:after{content:'\e85d';}.mi-assignment_ind:after{content:'\e85e';}.mi-assignment_late:after{content:'\e85f';}.mi-assignment_return:after{content:'\e860';}.mi-assignment_returned:after{content:'\e861';}.mi-assignment_turned_in:after{content:'\e862';}.mi-assistant:after{content:'\e39f';}.mi-assistant_photo:after{content:'\e3a0';}.mi-attach_file:after{content:'\e226';}.mi-attach_money:after{content:'\e227';}.mi-attachment:after{content:'\e2bc';}.mi-audiotrack:after{content:'\e3a1';}.mi-autorenew:after{content:'\e863';}.mi-av_timer:after{content:'\e01b';}.mi-backspace:after{content:'\e14a';}.mi-backup:after{content:'\e864';}.mi-battery_alert:after{content:'\e19c';}.mi-battery_charging_full:after{content:'\e1a3';}.mi-battery_full:after{content:'\e1a4';}.mi-battery_std:after{content:'\e1a5';}.mi-battery_unknown:after{content:'\e1a6';}.mi-beach_access:after{content:'\eb3e';}.mi-beenhere:after{content:'\e52d';}.mi-block:after{content:'\e14b';}.mi-bluetooth:after{content:'\e1a7';}.mi-bluetooth_audio:after{content:'\e60f';}.mi-bluetooth_connected:after{content:'\e1a8';}.mi-bluetooth_disabled:after{content:'\e1a9';}.mi-bluetooth_searching:after{content:'\e1aa';}.mi-blur_circular:after{content:'\e3a2';}.mi-blur_linear:after{content:'\e3a3';}.mi-blur_off:after{content:'\e3a4';}.mi-blur_on:after{content:'\e3a5';}.mi-book:after{content:'\e865';}.mi-bookmark:after{content:'\e866';}.mi-bookmark_border:after{content:'\e867';}.mi-border_all:after{content:'\e228';}.mi-border_bottom:after{content:'\e229';}.mi-border_clear:after{content:'\e22a';}.mi-border_color:after{content:'\e22b';}.mi-border_horizontal:after{content:'\e22c';}.mi-border_inner:after{content:'\e22d';}.mi-border_left:after{content:'\e22e';}.mi-border_outer:after{content:'\e22f';}.mi-border_right:after{content:'\e230';}.mi-border_style:after{content:'\e231';}.mi-border_top:after{content:'\e232';}.mi-border_vertical:after{content:'\e233';}.mi-brightness_1:after{content:'\e3a6';}.mi-brightness_2:after{content:'\e3a7';}.mi-brightness_3:after{content:'\e3a8';}.mi-brightness_4:after{content:'\e3a9';}.mi-brightness_5:after{content:'\e3aa';}.mi-brightness_6:after{content:'\e3ab';}.mi-brightness_7:after{content:'\e3ac';}.mi-brightness_auto:after{content:'\e1ab';}.mi-brightness_high:after{content:'\e1ac';}.mi-brightness_low:after{content:'\e1ad';}.mi-brightness_medium:after{content:'\e1ae';}.mi-broken_image:after{content:'\e3ad';}.mi-brush:after{content:'\e3ae';}.mi-bug_report:after{content:'\e868';}.mi-build:after{content:'\e869';}.mi-business:after{content:'\e0af';}.mi-business_center:after{content:'\eb3f';}.mi-cached:after{content:'\e86a';}.mi-cake:after{content:'\e7e9';}.mi-call:after{content:'\e0b0';}.mi-call_end:after{content:'\e0b1';}.mi-call_made:after{content:'\e0b2';}.mi-call_merge:after{content:'\e0b3';}.mi-call_missed:after{content:'\e0b4';}.mi-call_missed_outgoing:after{content:'\e0e4';}.mi-call_received:after{content:'\e0b5';}.mi-call_split:after{content:'\e0b6';}.mi-camera:after{content:'\e3af';}.mi-camera_alt:after{content:'\e3b0';}.mi-camera_enhance:after{content:'\e8fc';}.mi-camera_front:after{content:'\e3b1';}.mi-camera_rear:after{content:'\e3b2';}.mi-camera_roll:after{content:'\e3b3';}.mi-cancel:after{content:'\e5c9';}.mi-card_giftcard:after{content:'\e8f6';}.mi-card_membership:after{content:'\e8f7';}.mi-card_travel:after{content:'\e8f8';}.mi-casino:after{content:'\eb40';}.mi-cast:after{content:'\e307';}.mi-cast_connected:after{content:'\e308';}.mi-center_focus_strong:after{content:'\e3b4';}.mi-center_focus_weak:after{content:'\e3b5';}.mi-change_history:after{content:'\e86b';}.mi-chat:after{content:'\e0b7';}.mi-chat_bubble:after{content:'\e0ca';}.mi-chat_bubble_outline:after{content:'\e0cb';}.mi-check:after{content:'\e5ca';}.mi-check_box:after{content:'\e834';}.mi-check_box_outline_blank:after{content:'\e835';}.mi-check_circle:after{content:'\e86c';}.mi-chevron_left:after{content:'\e5cb';}.mi-chevron_right:after{content:'\e5cc';}.mi-child_care:after{content:'\eb41';}.mi-child_friendly:after{content:'\eb42';}.mi-chrome_reader_mode:after{content:'\e86d';}.mi-class:after{content:'\e86e';}.mi-clear:after{content:'\e14c';}.mi-clear_all:after{content:'\e0b8';}.mi-close:after{content:'\e5cd';}.mi-closed_caption:after{content:'\e01c';}.mi-cloud:after{content:'\e2bd';}.mi-cloud_circle:after{content:'\e2be';}.mi-cloud_done:after{content:'\e2bf';}.mi-cloud_download:after{content:'\e2c0';}.mi-cloud_off:after{content:'\e2c1';}.mi-cloud_queue:after{content:'\e2c2';}.mi-cloud_upload:after{content:'\e2c3';}.mi-code:after{content:'\e86f';}.mi-collections:after{content:'\e3b6';}.mi-collections_bookmark:after{content:'\e431';}.mi-color_lens:after{content:'\e3b7';}.mi-colorize:after{content:'\e3b8';}.mi-comment:after{content:'\e0b9';}.mi-compare:after{content:'\e3b9';}.mi-compare_arrows:after{content:'\e915';}.mi-computer:after{content:'\e30a';}.mi-confirmation_number:after{content:'\e638';}.mi-contact_mail:after{content:'\e0d0';}.mi-contact_phone:after{content:'\e0cf';}.mi-contacts:after{content:'\e0ba';}.mi-content_copy:after{content:'\e14d';}.mi-content_cut:after{content:'\e14e';}.mi-content_paste:after{content:'\e14f';}.mi-control_point:after{content:'\e3ba';}.mi-control_point_duplicate:after{content:'\e3bb';}.mi-copyright:after{content:'\e90c';}.mi-create:after{content:'\e150';}.mi-create_new_folder:after{content:'\e2cc';}.mi-credit_card:after{content:'\e870';}.mi-crop:after{content:'\e3be';}.mi-crop_16_9:after{content:'\e3bc';}.mi-crop_3_2:after{content:'\e3bd';}.mi-crop_5_4:after{content:'\e3bf';}.mi-crop_7_5:after{content:'\e3c0';}.mi-crop_din:after{content:'\e3c1';}.mi-crop_free:after{content:'\e3c2';}.mi-crop_landscape:after{content:'\e3c3';}.mi-crop_original:after{content:'\e3c4';}.mi-crop_portrait:after{content:'\e3c5';}.mi-crop_rotate:after{content:'\e437';}.mi-crop_square:after{content:'\e3c6';}.mi-dashboard:after{content:'\e871';}.mi-data_usage:after{content:'\e1af';}.mi-date_range:after{content:'\e916';}.mi-dehaze:after{content:'\e3c7';}.mi-delete:after{content:'\e872';}.mi-description:after{content:'\e873';}.mi-desktop_mac:after{content:'\e30b';}.mi-desktop_windows:after{content:'\e30c';}.mi-details:after{content:'\e3c8';}.mi-developer_board:after{content:'\e30d';}.mi-developer_mode:after{content:'\e1b0';}.mi-device_hub:after{content:'\e335';}.mi-devices:after{content:'\e1b1';}.mi-devices_other:after{content:'\e337';}.mi-dialer_sip:after{content:'\e0bb';}.mi-dialpad:after{content:'\e0bc';}.mi-directions:after{content:'\e52e';}.mi-directions_bike:after{content:'\e52f';}.mi-directions_boat:after{content:'\e532';}.mi-directions_bus:after{content:'\e530';}.mi-directions_car:after{content:'\e531';}.mi-directions_railway:after{content:'\e534';}.mi-directions_run:after{content:'\e566';}.mi-directions_subway:after{content:'\e533';}.mi-directions_transit:after{content:'\e535';}.mi-directions_walk:after{content:'\e536';}.mi-disc_full:after{content:'\e610';}.mi-dns:after{content:'\e875';}.mi-do_not_disturb:after{content:'\e612';}.mi-do_not_disturb_alt:after{content:'\e611';}.mi-dock:after{content:'\e30e';}.mi-domain:after{content:'\e7ee';}.mi-done:after{content:'\e876';}.mi-done_all:after{content:'\e877';}.mi-donut_large:after{content:'\e917';}.mi-donut_small:after{content:'\e918';}.mi-drafts:after{content:'\e151';}.mi-drag_handle:after{content:'\e25d';}.mi-drive_eta:after{content:'\e613';}.mi-dvr:after{content:'\e1b2';}.mi-edit:after{content:'\e3c9';}.mi-edit_location:after{content:'\e568';}.mi-eject:after{content:'\e8fb';}.mi-email:after{content:'\e0be';}.mi-enhanced_encryption:after{content:'\e63f';}.mi-equalizer:after{content:'\e01d';}.mi-error:after{content:'\e000';}.mi-error_outline:after{content:'\e001';}.mi-event:after{content:'\e878';}.mi-event_available:after{content:'\e614';}.mi-event_busy:after{content:'\e615';}.mi-event_note:after{content:'\e616';}.mi-event_seat:after{content:'\e903';}.mi-exit_to_app:after{content:'\e879';}.mi-expand_less:after{content:'\e5ce';}.mi-expand_more:after{content:'\e5cf';}.mi-explicit:after{content:'\e01e';}.mi-explore:after{content:'\e87a';}.mi-exposure:after{content:'\e3ca';}.mi-exposure_neg_1:after{content:'\e3cb';}.mi-exposure_neg_2:after{content:'\e3cc';}.mi-exposure_plus_1:after{content:'\e3cd';}.mi-exposure_plus_2:after{content:'\e3ce';}.mi-exposure_zero:after{content:'\e3cf';}.mi-extension:after{content:'\e87b';}.mi-face:after{content:'\e87c';}.mi-fast_forward:after{content:'\e01f';}.mi-fast_rewind:after{content:'\e020';}.mi-favorite:after{content:'\e87d';}.mi-favorite_border:after{content:'\e87e';}.mi-feedback:after{content:'\e87f';}.mi-fiber_dvr:after{content:'\e05d';}.mi-fiber_manual_record:after{content:'\e061';}.mi-fiber_new:after{content:'\e05e';}.mi-fiber_pin:after{content:'\e06a';}.mi-fiber_smart_record:after{content:'\e062';}.mi-file_download:after{content:'\e2c4';}.mi-file_upload:after{content:'\e2c6';}.mi-filter:after{content:'\e3d3';}.mi-filter_1:after{content:'\e3d0';}.mi-filter_2:after{content:'\e3d1';}.mi-filter_3:after{content:'\e3d2';}.mi-filter_4:after{content:'\e3d4';}.mi-filter_5:after{content:'\e3d5';}.mi-filter_6:after{content:'\e3d6';}.mi-filter_7:after{content:'\e3d7';}.mi-filter_8:after{content:'\e3d8';}.mi-filter_9:after{content:'\e3d9';}.mi-filter_9_plus:after{content:'\e3da';}.mi-filter_b_and_w:after{content:'\e3db';}.mi-filter_center_focus:after{content:'\e3dc';}.mi-filter_drama:after{content:'\e3dd';}.mi-filter_frames:after{content:'\e3de';}.mi-filter_hdr:after{content:'\e3df';}.mi-filter_list:after{content:'\e152';}.mi-filter_none:after{content:'\e3e0';}.mi-filter_tilt_shift:after{content:'\e3e2';}.mi-filter_vintage:after{content:'\e3e3';}.mi-find_in_page:after{content:'\e880';}.mi-find_replace:after{content:'\e881';}.mi-fingerprint:after{content:'\e90d';}.mi-fitness_center:after{content:'\eb43';}.mi-flag:after{content:'\e153';}.mi-flare:after{content:'\e3e4';}.mi-flash_auto:after{content:'\e3e5';}.mi-flash_off:after{content:'\e3e6';}.mi-flash_on:after{content:'\e3e7';}.mi-flight:after{content:'\e539';}.mi-flight_land:after{content:'\e904';}.mi-flight_takeoff:after{content:'\e905';}.mi-flip:after{content:'\e3e8';}.mi-flip_to_back:after{content:'\e882';}.mi-flip_to_front:after{content:'\e883';}.mi-folder:after{content:'\e2c7';}.mi-folder_open:after{content:'\e2c8';}.mi-folder_shared:after{content:'\e2c9';}.mi-folder_special:after{content:'\e617';}.mi-font_download:after{content:'\e167';}.mi-format_align_center:after{content:'\e234';}.mi-format_align_justify:after{content:'\e235';}.mi-format_align_left:after{content:'\e236';}.mi-format_align_right:after{content:'\e237';}.mi-format_bold:after{content:'\e238';}.mi-format_clear:after{content:'\e239';}.mi-format_color_fill:after{content:'\e23a';}.mi-format_color_reset:after{content:'\e23b';}.mi-format_color_text:after{content:'\e23c';}.mi-format_indent_decrease:after{content:'\e23d';}.mi-format_indent_increase:after{content:'\e23e';}.mi-format_italic:after{content:'\e23f';}.mi-format_line_spacing:after{content:'\e240';}.mi-format_list_bulleted:after{content:'\e241';}.mi-format_list_numbered:after{content:'\e242';}.mi-format_paint:after{content:'\e243';}.mi-format_quote:after{content:'\e244';}.mi-format_shapes:after{content:'\e25e';}.mi-format_size:after{content:'\e245';}.mi-format_strikethrough:after{content:'\e246';}.mi-format_textdirection_l_to_r:after{content:'\e247';}.mi-format_textdirection_r_to_l:after{content:'\e248';}.mi-format_underlined:after{content:'\e249';}.mi-forum:after{content:'\e0bf';}.mi-forward:after{content:'\e154';}.mi-forward_10:after{content:'\e056';}.mi-forward_30:after{content:'\e057';}.mi-forward_5:after{content:'\e058';}.mi-free_breakfast:after{content:'\eb44';}.mi-fullscreen:after{content:'\e5d0';}.mi-fullscreen_exit:after{content:'\e5d1';}.mi-functions:after{content:'\e24a';}.mi-gamepad:after{content:'\e30f';}.mi-games:after{content:'\e021';}.mi-gavel:after{content:'\e90e';}.mi-gesture:after{content:'\e155';}.mi-get_app:after{content:'\e884';}.mi-gif:after{content:'\e908';}.mi-golf_course:after{content:'\eb45';}.mi-gps_fixed:after{content:'\e1b3';}.mi-gps_not_fixed:after{content:'\e1b4';}.mi-gps_off:after{content:'\e1b5';}.mi-grade:after{content:'\e885';}.mi-gradient:after{content:'\e3e9';}.mi-grain:after{content:'\e3ea';}.mi-graphic_eq:after{content:'\e1b8';}.mi-grid_off:after{content:'\e3eb';}.mi-grid_on:after{content:'\e3ec';}.mi-group:after{content:'\e7ef';}.mi-group_add:after{content:'\e7f0';}.mi-group_work:after{content:'\e886';}.mi-hd:after{content:'\e052';}.mi-hdr_off:after{content:'\e3ed';}.mi-hdr_on:after{content:'\e3ee';}.mi-hdr_strong:after{content:'\e3f1';}.mi-hdr_weak:after{content:'\e3f2';}.mi-headset:after{content:'\e310';}.mi-headset_mic:after{content:'\e311';}.mi-healing:after{content:'\e3f3';}.mi-hearing:after{content:'\e023';}.mi-help:after{content:'\e887';}.mi-help_outline:after{content:'\e8fd';}.mi-high_quality:after{content:'\e024';}.mi-highlight:after{content:'\e25f';}.mi-highlight_off:after{content:'\e888';}.mi-history:after{content:'\e889';}.mi-home:after{content:'\e88a';}.mi-hot_tub:after{content:'\eb46';}.mi-hotel:after{content:'\e53a';}.mi-hourglass_empty:after{content:'\e88b';}.mi-hourglass_full:after{content:'\e88c';}.mi-http:after{content:'\e902';}.mi-https:after{content:'\e88d';}.mi-image:after{content:'\e3f4';}.mi-image_aspect_ratio:after{content:'\e3f5';}.mi-import_contacts:after{content:'\e0e0';}.mi-import_export:after{content:'\e0c3';}.mi-important_devices:after{content:'\e912';}.mi-inbox:after{content:'\e156';}.mi-indeterminate_check_box:after{content:'\e909';}.mi-info:after{content:'\e88e';}.mi-info_outline:after{content:'\e88f';}.mi-input:after{content:'\e890';}.mi-insert_chart:after{content:'\e24b';}.mi-insert_comment:after{content:'\e24c';}.mi-insert_drive_file:after{content:'\e24d';}.mi-insert_emoticon:after{content:'\e24e';}.mi-insert_invitation:after{content:'\e24f';}.mi-insert_link:after{content:'\e250';}.mi-insert_photo:after{content:'\e251';}.mi-invert_colors:after{content:'\e891';}.mi-invert_colors_off:after{content:'\e0c4';}.mi-iso:after{content:'\e3f6';}.mi-keyboard:after{content:'\e312';}.mi-keyboard_arrow_down:after{content:'\e313';}.mi-keyboard_arrow_left:after{content:'\e314';}.mi-keyboard_arrow_right:after{content:'\e315';}.mi-keyboard_arrow_up:after{content:'\e316';}.mi-keyboard_backspace:after{content:'\e317';}.mi-keyboard_capslock:after{content:'\e318';}.mi-keyboard_hide:after{content:'\e31a';}.mi-keyboard_return:after{content:'\e31b';}.mi-keyboard_tab:after{content:'\e31c';}.mi-keyboard_voice:after{content:'\e31d';}.mi-kitchen:after{content:'\eb47';}.mi-label:after{content:'\e892';}.mi-label_outline:after{content:'\e893';}.mi-landscape:after{content:'\e3f7';}.mi-language:after{content:'\e894';}.mi-laptop:after{content:'\e31e';}.mi-laptop_chromebook:after{content:'\e31f';}.mi-laptop_mac:after{content:'\e320';}.mi-laptop_windows:after{content:'\e321';}.mi-launch:after{content:'\e895';}.mi-layers:after{content:'\e53b';}.mi-layers_clear:after{content:'\e53c';}.mi-leak_add:after{content:'\e3f8';}.mi-leak_remove:after{content:'\e3f9';}.mi-lens:after{content:'\e3fa';}.mi-library_add:after{content:'\e02e';}.mi-library_books:after{content:'\e02f';}.mi-library_music:after{content:'\e030';}.mi-lightbulb_outline:after{content:'\e90f';}.mi-line_style:after{content:'\e919';}.mi-line_weight:after{content:'\e91a';}.mi-linear_scale:after{content:'\e260';}.mi-link:after{content:'\e157';}.mi-linked_camera:after{content:'\e438';}.mi-list:after{content:'\e896';}.mi-live_help:after{content:'\e0c6';}.mi-live_tv:after{content:'\e639';}.mi-local_activity:after{content:'\e53f';}.mi-local_airport:after{content:'\e53d';}.mi-local_atm:after{content:'\e53e';}.mi-local_bar:after{content:'\e540';}.mi-local_cafe:after{content:'\e541';}.mi-local_car_wash:after{content:'\e542';}.mi-local_convenience_store:after{content:'\e543';}.mi-local_dining:after{content:'\e556';}.mi-local_drink:after{content:'\e544';}.mi-local_florist:after{content:'\e545';}.mi-local_gas_station:after{content:'\e546';}.mi-local_grocery_store:after{content:'\e547';}.mi-local_hospital:after{content:'\e548';}.mi-local_hotel:after{content:'\e549';}.mi-local_laundry_service:after{content:'\e54a';}.mi-local_library:after{content:'\e54b';}.mi-local_mall:after{content:'\e54c';}.mi-local_movies:after{content:'\e54d';}.mi-local_offer:after{content:'\e54e';}.mi-local_parking:after{content:'\e54f';}.mi-local_pharmacy:after{content:'\e550';}.mi-local_phone:after{content:'\e551';}.mi-local_pizza:after{content:'\e552';}.mi-local_play:after{content:'\e553';}.mi-local_post_office:after{content:'\e554';}.mi-local_printshop:after{content:'\e555';}.mi-local_see:after{content:'\e557';}.mi-local_shipping:after{content:'\e558';}.mi-local_taxi:after{content:'\e559';}.mi-location_city:after{content:'\e7f1';}.mi-location_disabled:after{content:'\e1b6';}.mi-location_off:after{content:'\e0c7';}.mi-location_on:after{content:'\e0c8';}.mi-location_searching:after{content:'\e1b7';}.mi-lock:after{content:'\e897';}.mi-lock_open:after{content:'\e898';}.mi-lock_outline:after{content:'\e899';}.mi-looks:after{content:'\e3fc';}.mi-looks_3:after{content:'\e3fb';}.mi-looks_4:after{content:'\e3fd';}.mi-looks_5:after{content:'\e3fe';}.mi-looks_6:after{content:'\e3ff';}.mi-looks_one:after{content:'\e400';}.mi-looks_two:after{content:'\e401';}.mi-loop:after{content:'\e028';}.mi-loupe:after{content:'\e402';}.mi-loyalty:after{content:'\e89a';}.mi-mail:after{content:'\e158';}.mi-mail_outline:after{content:'\e0e1';}.mi-map:after{content:'\e55b';}.mi-markunread:after{content:'\e159';}.mi-markunread_mailbox:after{content:'\e89b';}.mi-memory:after{content:'\e322';}.mi-menu:after{content:'\e5d2';}.mi-merge_type:after{content:'\e252';}.mi-message:after{content:'\e0c9';}.mi-mic:after{content:'\e029';}.mi-mic_none:after{content:'\e02a';}.mi-mic_off:after{content:'\e02b';}.mi-mms:after{content:'\e618';}.mi-mode_comment:after{content:'\e253';}.mi-mode_edit:after{content:'\e254';}.mi-money_off:after{content:'\e25c';}.mi-monochrome_photos:after{content:'\e403';}.mi-mood:after{content:'\e7f2';}.mi-mood_bad:after{content:'\e7f3';}.mi-more:after{content:'\e619';}.mi-more_horiz:after{content:'\e5d3';}.mi-more_vert:after{content:'\e5d4';}.mi-motorcycle:after{content:'\e91b';}.mi-mouse:after{content:'\e323';}.mi-move_to_inbox:after{content:'\e168';}.mi-movie:after{content:'\e02c';}.mi-movie_creation:after{content:'\e404';}.mi-movie_filter:after{content:'\e43a';}.mi-music_note:after{content:'\e405';}.mi-music_video:after{content:'\e063';}.mi-my_location:after{content:'\e55c';}.mi-nature:after{content:'\e406';}.mi-nature_people:after{content:'\e407';}.mi-navigate_before:after{content:'\e408';}.mi-navigate_next:after{content:'\e409';}.mi-navigation:after{content:'\e55d';}.mi-near_me:after{content:'\e569';}.mi-network_cell:after{content:'\e1b9';}.mi-network_check:after{content:'\e640';}.mi-network_locked:after{content:'\e61a';}.mi-network_wifi:after{content:'\e1ba';}.mi-new_releases:after{content:'\e031';}.mi-next_week:after{content:'\e16a';}.mi-nfc:after{content:'\e1bb';}.mi-no_encryption:after{content:'\e641';}.mi-no_sim:after{content:'\e0cc';}.mi-not_interested:after{content:'\e033';}.mi-note_add:after{content:'\e89c';}.mi-notifications:after{content:'\e7f4';}.mi-notifications_active:after{content:'\e7f7';}.mi-notifications_none:after{content:'\e7f5';}.mi-notifications_off:after{content:'\e7f6';}.mi-notifications_paused:after{content:'\e7f8';}.mi-offline_pin:after{content:'\e90a';}.mi-ondemand_video:after{content:'\e63a';}.mi-opacity:after{content:'\e91c';}.mi-open_in_browser:after{content:'\e89d';}.mi-open_in_new:after{content:'\e89e';}.mi-open_with:after{content:'\e89f';}.mi-pages:after{content:'\e7f9';}.mi-pageview:after{content:'\e8a0';}.mi-palette:after{content:'\e40a';}.mi-pan_tool:after{content:'\e925';}.mi-panorama:after{content:'\e40b';}.mi-panorama_fish_eye:after{content:'\e40c';}.mi-panorama_horizontal:after{content:'\e40d';}.mi-panorama_vertical:after{content:'\e40e';}.mi-panorama_wide_angle:after{content:'\e40f';}.mi-party_mode:after{content:'\e7fa';}.mi-pause:after{content:'\e034';}.mi-pause_circle_filled:after{content:'\e035';}.mi-pause_circle_outline:after{content:'\e036';}.mi-payment:after{content:'\e8a1';}.mi-people:after{content:'\e7fb';}.mi-people_outline:after{content:'\e7fc';}.mi-perm_camera_mic:after{content:'\e8a2';}.mi-perm_contact_calendar:after{content:'\e8a3';}.mi-perm_data_setting:after{content:'\e8a4';}.mi-perm_device_information:after{content:'\e8a5';}.mi-perm_identity:after{content:'\e8a6';}.mi-perm_media:after{content:'\e8a7';}.mi-perm_phone_msg:after{content:'\e8a8';}.mi-perm_scan_wifi:after{content:'\e8a9';}.mi-person:after{content:'\e7fd';}.mi-person_add:after{content:'\e7fe';}.mi-person_outline:after{content:'\e7ff';}.mi-person_pin:after{content:'\e55a';}.mi-person_pin_circle:after{content:'\e56a';}.mi-personal_video:after{content:'\e63b';}.mi-pets:after{content:'\e91d';}.mi-phone:after{content:'\e0cd';}.mi-phone_android:after{content:'\e324';}.mi-phone_bluetooth_speaker:after{content:'\e61b';}.mi-phone_forwarded:after{content:'\e61c';}.mi-phone_in_talk:after{content:'\e61d';}.mi-phone_iphone:after{content:'\e325';}.mi-phone_locked:after{content:'\e61e';}.mi-phone_missed:after{content:'\e61f';}.mi-phone_paused:after{content:'\e620';}.mi-phonelink:after{content:'\e326';}.mi-phonelink_erase:after{content:'\e0db';}.mi-phonelink_lock:after{content:'\e0dc';}.mi-phonelink_off:after{content:'\e327';}.mi-phonelink_ring:after{content:'\e0dd';}.mi-phonelink_setup:after{content:'\e0de';}.mi-photo:after{content:'\e410';}.mi-photo_album:after{content:'\e411';}.mi-photo_camera:after{content:'\e412';}.mi-photo_filter:after{content:'\e43b';}.mi-photo_library:after{content:'\e413';}.mi-photo_size_select_actual:after{content:'\e432';}.mi-photo_size_select_large:after{content:'\e433';}.mi-photo_size_select_small:after{content:'\e434';}.mi-picture_as_pdf:after{content:'\e415';}.mi-picture_in_picture:after{content:'\e8aa';}.mi-picture_in_picture_alt:after{content:'\e911';}.mi-pin_drop:after{content:'\e55e';}.mi-place:after{content:'\e55f';}.mi-play_arrow:after{content:'\e037';}.mi-play_circle_filled:after{content:'\e038';}.mi-play_circle_outline:after{content:'\e039';}.mi-play_for_work:after{content:'\e906';}.mi-playlist_add:after{content:'\e03b';}.mi-playlist_add_check:after{content:'\e065';}.mi-playlist_play:after{content:'\e05f';}.mi-plus_one:after{content:'\e800';}.mi-poll:after{content:'\e801';}.mi-polymer:after{content:'\e8ab';}.mi-pool:after{content:'\eb48';}.mi-portable_wifi_off:after{content:'\e0ce';}.mi-portrait:after{content:'\e416';}.mi-power:after{content:'\e63c';}.mi-power_input:after{content:'\e336';}.mi-power_settings_new:after{content:'\e8ac';}.mi-pregnant_woman:after{content:'\e91e';}.mi-present_to_all:after{content:'\e0df';}.mi-print:after{content:'\e8ad';}.mi-public:after{content:'\e80b';}.mi-publish:after{content:'\e255';}.mi-query_builder:after{content:'\e8ae';}.mi-question_answer:after{content:'\e8af';}.mi-queue:after{content:'\e03c';}.mi-queue_music:after{content:'\e03d';}.mi-queue_play_next:after{content:'\e066';}.mi-radio:after{content:'\e03e';}.mi-radio_button_checked:after{content:'\e837';}.mi-radio_button_unchecked:after{content:'\e836';}.mi-rate_review:after{content:'\e560';}.mi-receipt:after{content:'\e8b0';}.mi-recent_actors:after{content:'\e03f';}.mi-record_voice_over:after{content:'\e91f';}.mi-redeem:after{content:'\e8b1';}.mi-redo:after{content:'\e15a';}.mi-refresh:after{content:'\e5d5';}.mi-remove:after{content:'\e15b';}.mi-remove_circle:after{content:'\e15c';}.mi-remove_circle_outline:after{content:'\e15d';}.mi-remove_from_queue:after{content:'\e067';}.mi-remove_red_eye:after{content:'\e417';}.mi-reorder:after{content:'\e8fe';}.mi-repeat:after{content:'\e040';}.mi-repeat_one:after{content:'\e041';}.mi-replay:after{content:'\e042';}.mi-replay_10:after{content:'\e059';}.mi-replay_30:after{content:'\e05a';}.mi-replay_5:after{content:'\e05b';}.mi-reply:after{content:'\e15e';}.mi-reply_all:after{content:'\e15f';}.mi-report:after{content:'\e160';}.mi-report_problem:after{content:'\e8b2';}.mi-restaurant_menu:after{content:'\e561';}.mi-restore:after{content:'\e8b3';}.mi-ring_volume:after{content:'\e0d1';}.mi-room:after{content:'\e8b4';}.mi-room_service:after{content:'\eb49';}.mi-rotate_90_degrees_ccw:after{content:'\e418';}.mi-rotate_left:after{content:'\e419';}.mi-rotate_right:after{content:'\e41a';}.mi-rounded_corner:after{content:'\e920';}.mi-router:after{content:'\e328';}.mi-rowing:after{content:'\e921';}.mi-rv_hookup:after{content:'\e642';}.mi-satellite:after{content:'\e562';}.mi-save:after{content:'\e161';}.mi-scanner:after{content:'\e329';}.mi-schedule:after{content:'\e8b5';}.mi-school:after{content:'\e80c';}.mi-screen_lock_landscape:after{content:'\e1be';}.mi-screen_lock_portrait:after{content:'\e1bf';}.mi-screen_lock_rotation:after{content:'\e1c0';}.mi-screen_rotation:after{content:'\e1c1';}.mi-screen_share:after{content:'\e0e2';}.mi-sd_card:after{content:'\e623';}.mi-sd_storage:after{content:'\e1c2';}.mi-search:after{content:'\e8b6';}.mi-security:after{content:'\e32a';}.mi-select_all:after{content:'\e162';}.mi-send:after{content:'\e163';}.mi-settings:after{content:'\e8b8';}.mi-settings_applications:after{content:'\e8b9';}.mi-settings_backup_restore:after{content:'\e8ba';}.mi-settings_bluetooth:after{content:'\e8bb';}.mi-settings_brightness:after{content:'\e8bd';}.mi-settings_cell:after{content:'\e8bc';}.mi-settings_ethernet:after{content:'\e8be';}.mi-settings_input_antenna:after{content:'\e8bf';}.mi-settings_input_component:after{content:'\e8c0';}.mi-settings_input_composite:after{content:'\e8c1';}.mi-settings_input_hdmi:after{content:'\e8c2';}.mi-settings_input_svideo:after{content:'\e8c3';}.mi-settings_overscan:after{content:'\e8c4';}.mi-settings_phone:after{content:'\e8c5';}.mi-settings_power:after{content:'\e8c6';}.mi-settings_remote:after{content:'\e8c7';}.mi-settings_system_daydream:after{content:'\e1c3';}.mi-settings_voice:after{content:'\e8c8';}.mi-share:after{content:'\e80d';}.mi-shop:after{content:'\e8c9';}.mi-shop_two:after{content:'\e8ca';}.mi-shopping_basket:after{content:'\e8cb';}.mi-shopping_cart:after{content:'\e8cc';}.mi-short_text:after{content:'\e261';}.mi-shuffle:after{content:'\e043';}.mi-signal_cellular_4_bar:after{content:'\e1c8';}.mi-signal_cellular_connected_no_internet_4_bar:after{content:'\e1cd';}.mi-signal_cellular_no_sim:after{content:'\e1ce';}.mi-signal_cellular_null:after{content:'\e1cf';}.mi-signal_cellular_off:after{content:'\e1d0';}.mi-signal_wifi_4_bar:after{content:'\e1d8';}.mi-signal_wifi_4_bar_lock:after{content:'\e1d9';}.mi-signal_wifi_off:after{content:'\e1da';}.mi-sim_card:after{content:'\e32b';}.mi-sim_card_alert:after{content:'\e624';}.mi-skip_next:after{content:'\e044';}.mi-skip_previous:after{content:'\e045';}.mi-slideshow:after{content:'\e41b';}.mi-slow_motion_video:after{content:'\e068';}.mi-smartphone:after{content:'\e32c';}.mi-smoke_free:after{content:'\eb4a';}.mi-smoking_rooms:after{content:'\eb4b';}.mi-sms:after{content:'\e625';}.mi-sms_failed:after{content:'\e626';}.mi-snooze:after{content:'\e046';}.mi-sort:after{content:'\e164';}.mi-sort_by_alpha:after{content:'\e053';}.mi-spa:after{content:'\eb4c';}.mi-space_bar:after{content:'\e256';}.mi-speaker:after{content:'\e32d';}.mi-speaker_group:after{content:'\e32e';}.mi-speaker_notes:after{content:'\e8cd';}.mi-speaker_phone:after{content:'\e0d2';}.mi-spellcheck:after{content:'\e8ce';}.mi-star:after{content:'\e838';}.mi-star_border:after{content:'\e83a';}.mi-star_half:after{content:'\e839';}.mi-stars:after{content:'\e8d0';}.mi-stay_current_landscape:after{content:'\e0d3';}.mi-stay_current_portrait:after{content:'\e0d4';}.mi-stay_primary_landscape:after{content:'\e0d5';}.mi-stay_primary_portrait:after{content:'\e0d6';}.mi-stop:after{content:'\e047';}.mi-stop_screen_share:after{content:'\e0e3';}.mi-storage:after{content:'\e1db';}.mi-store:after{content:'\e8d1';}.mi-store_mall_directory:after{content:'\e563';}.mi-straighten:after{content:'\e41c';}.mi-strikethrough_s:after{content:'\e257';}.mi-style:after{content:'\e41d';}.mi-subdirectory_arrow_left:after{content:'\e5d9';}.mi-subdirectory_arrow_right:after{content:'\e5da';}.mi-subject:after{content:'\e8d2';}.mi-subscriptions:after{content:'\e064';}.mi-subtitles:after{content:'\e048';}.mi-supervisor_account:after{content:'\e8d3';}.mi-surround_sound:after{content:'\e049';}.mi-swap_calls:after{content:'\e0d7';}.mi-swap_horiz:after{content:'\e8d4';}.mi-swap_vert:after{content:'\e8d5';}.mi-swap_vertical_circle:after{content:'\e8d6';}.mi-switch_camera:after{content:'\e41e';}.mi-switch_video:after{content:'\e41f';}.mi-sync:after{content:'\e627';}.mi-sync_disabled:after{content:'\e628';}.mi-sync_problem:after{content:'\e629';}.mi-system_update:after{content:'\e62a';}.mi-system_update_alt:after{content:'\e8d7';}.mi-tab:after{content:'\e8d8';}.mi-tab_unselected:after{content:'\e8d9';}.mi-tablet:after{content:'\e32f';}.mi-tablet_android:after{content:'\e330';}.mi-tablet_mac:after{content:'\e331';}.mi-tag_faces:after{content:'\e420';}.mi-tap_and_play:after{content:'\e62b';}.mi-terrain:after{content:'\e564';}.mi-text_fields:after{content:'\e262';}.mi-text_format:after{content:'\e165';}.mi-textsms:after{content:'\e0d8';}.mi-texture:after{content:'\e421';}.mi-theaters:after{content:'\e8da';}.mi-thumb_down:after{content:'\e8db';}.mi-thumb_up:after{content:'\e8dc';}.mi-thumbs_up_down:after{content:'\e8dd';}.mi-time_to_leave:after{content:'\e62c';}.mi-timelapse:after{content:'\e422';}.mi-timeline:after{content:'\e922';}.mi-timer:after{content:'\e425';}.mi-timer_10:after{content:'\e423';}.mi-timer_3:after{content:'\e424';}.mi-timer_off:after{content:'\e426';}.mi-toc:after{content:'\e8de';}.mi-today:after{content:'\e8df';}.mi-toll:after{content:'\e8e0';}.mi-tonality:after{content:'\e427';}.mi-touch_app:after{content:'\e913';}.mi-toys:after{content:'\e332';}.mi-track_changes:after{content:'\e8e1';}.mi-traffic:after{content:'\e565';}.mi-transform:after{content:'\e428';}.mi-translate:after{content:'\e8e2';}.mi-trending_down:after{content:'\e8e3';}.mi-trending_flat:after{content:'\e8e4';}.mi-trending_up:after{content:'\e8e5';}.mi-tune:after{content:'\e429';}.mi-turned_in:after{content:'\e8e6';}.mi-turned_in_not:after{content:'\e8e7';}.mi-tv:after{content:'\e333';}.mi-unarchive:after{content:'\e169';}.mi-undo:after{content:'\e166';}.mi-unfold_less:after{content:'\e5d6';}.mi-unfold_more:after{content:'\e5d7';}.mi-update:after{content:'\e923';}.mi-usb:after{content:'\e1e0';}.mi-verified_user:after{content:'\e8e8';}.mi-vertical_align_bottom:after{content:'\e258';}.mi-vertical_align_center:after{content:'\e259';}.mi-vertical_align_top:after{content:'\e25a';}.mi-vibration:after{content:'\e62d';}.mi-video_library:after{content:'\e04a';}.mi-videocam:after{content:'\e04b';}.mi-videocam_off:after{content:'\e04c';}.mi-videogame_asset:after{content:'\e338';}.mi-view_agenda:after{content:'\e8e9';}.mi-view_array:after{content:'\e8ea';}.mi-view_carousel:after{content:'\e8eb';}.mi-view_column:after{content:'\e8ec';}.mi-view_comfy:after{content:'\e42a';}.mi-view_compact:after{content:'\e42b';}.mi-view_day:after{content:'\e8ed';}.mi-view_headline:after{content:'\e8ee';}.mi-view_list:after{content:'\e8ef';}.mi-view_module:after{content:'\e8f0';}.mi-view_quilt:after{content:'\e8f1';}.mi-view_stream:after{content:'\e8f2';}.mi-view_week:after{content:'\e8f3';}.mi-vignette:after{content:'\e435';}.mi-visibility:after{content:'\e8f4';}.mi-visibility_off:after{content:'\e8f5';}.mi-voice_chat:after{content:'\e62e';}.mi-voicemail:after{content:'\e0d9';}.mi-volume_down:after{content:'\e04d';}.mi-volume_mute:after{content:'\e04e';}.mi-volume_off:after{content:'\e04f';}.mi-volume_up:after{content:'\e050';}.mi-vpn_key:after{content:'\e0da';}.mi-vpn_lock:after{content:'\e62f';}.mi-wallpaper:after{content:'\e1bc';}.mi-warning:after{content:'\e002';}.mi-watch:after{content:'\e334';}.mi-watch_later:after{content:'\e924';}.mi-wb_auto:after{content:'\e42c';}.mi-wb_cloudy:after{content:'\e42d';}.mi-wb_incandescent:after{content:'\e42e';}.mi-wb_iridescent:after{content:'\e436';}.mi-wb_sunny:after{content:'\e430';}.mi-wc:after{content:'\e63d';}.mi-web:after{content:'\e051';}.mi-web_asset:after{content:'\e069';}.mi-weekend:after{content:'\e16b';}.mi-whatshot:after{content:'\e80e';}.mi-widgets:after{content:'\e1bd';}.mi-wifi:after{content:'\e63e';}.mi-wifi_lock:after{content:'\e1e1';}.mi-wifi_tethering:after{content:'\e1e2';}.mi-work:after{content:'\e8f9';}.mi-wrap_text:after{content:'\e25b';}.mi-youtube_searched_for:after{content:'\e8fa';}.mi-zoom_in:after{content:'\e8ff';}.mi-zoom_out:after{content:'\e900';}.mi-zoom_out_map:after{content:'\e56b';}