@import url('https://fonts.googleapis.com/css?family=Poppins:100,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* The above import directives are aggregated from content. */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
body{margin:0;padding:0}article,aside,details,figcaption,figure,main,footer,header,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}nav ul,nav ol{list-style:none none}img{border:0}img,object,video,embed{max-height:100%;max-width:100%}svg:not(:root){overflow:hidden}figure{margin:0}html{font-size:62.5%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-size-adjust:100%}body{color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;font-size:1.4rem}p{margin-top:0rem;margin-bottom:1rem}abbr[title]{border-bottom:1px dotted #ccc;cursor:help}b,strong{font-weight:700}em,i{font-style:italic}mark{background:#f6f6f6;color:#000}small,.small{font-size:12px}hr{border:0;border-top:1px solid #ccc;margin-bottom:20px;margin-top:20px}sub,sup{font-size:71.42857143000001%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dfn{font-style:italic}h1{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:0rem;margin-bottom:2rem}h2{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}h3{font-weight:600;line-height:1.1;font-size:1.8rem;margin-top:2rem;margin-bottom:1rem}h4{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}h5{font-weight:700;line-height:1.1;font-size:1.2rem;margin-top:2rem;margin-bottom:2rem}h6{font-weight:700;line-height:1.1;font-size:1rem;margin-top:2rem;margin-bottom:2rem}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small{color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1}a,.alink{color:#006bb4;text-decoration:none}a:visited,.alink:visited{color:#006bb4;text-decoration:none}a:hover,.alink:hover{color:#006bb4;text-decoration:underline}a:active,.alink:active{color:#ff5501;text-decoration:underline}ul,ol{margin-top:0rem;margin-bottom:2.5rem}ul>li,ol>li{margin-top:0rem;margin-bottom:1rem}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}dl{margin-bottom:20px;margin-top:0}dt{font-weight:700;margin-bottom:5px;margin-top:0}dd{margin-bottom:10px;margin-top:0;margin-left:0}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,'Courier New',monospace}code{background:#f6f6f6;color:#111;padding:2px 4px;font-size:1.2rem;white-space:nowrap}kbd{background:#f6f6f6;color:#111;padding:2px 4px;font-size:1.2rem}pre{background:#f6f6f6;border:1px solid #ccc;color:#111;line-height:1.42857143;margin:0 0 10px;padding:10px;font-size:1.2rem;display:block;word-wrap:break-word}pre code{background-color:transparent;border-radius:0;color:inherit;font-size:inherit;padding:0;white-space:pre-wrap}blockquote{border-left:0 solid #ccc;margin:0 0 20px 40px;padding:0;color:#333;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-style:italic;font-weight:400;line-height:1.42857143;font-size:1.4rem}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{color:#333;line-height:1.42857143;font-size:1rem;display:block}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}blockquote cite{font-style:normal}blockquote:before,blockquote:after{content:''}q{quotes:none}q:before,q:after{content:'';content:none}cite{font-style:normal}table{width:100%;border-collapse:collapse;border-spacing:0;max-width:100%}table th{text-align:left}table>tbody>tr>th,table>tfoot>tr>th,table>tbody>tr>td,table>tfoot>tr>td{vertical-align:top}table>thead>tr>th,table>thead>tr>td{vertical-align:bottom}table>thead>tr>th,table>tbody>tr>th,table>tfoot>tr>th,table>thead>tr>td,table>tbody>tr>td,table>tfoot>tr>td{padding:11px 10px}button{background-image:none;background:#eee;border:1px solid #ccc;color:#333;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:600;margin:0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle}button:focus,button:active{background:#e2e2e2;border:1px solid #ccc;color:#333}button:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}button.disabled,button[disabled],fieldset[disabled] button{opacity:.5;cursor:default;pointer-events:none}button::-moz-focus-inner{border:0;padding:0}input[type="text"],input[type="password"],input[type="url"],input[type="tel"],input[type="search"],input[type="number"],input[type="datetime"],input[type="email"]{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box}input[type="text"]:disabled,input[type="password"]:disabled,input[type="url"]:disabled,input[type="tel"]:disabled,input[type="search"]:disabled,input[type="number"]:disabled,input[type="datetime"]:disabled,input[type="email"]:disabled{opacity:.5}input[type="text"]::-moz-placeholder,input[type="password"]::-moz-placeholder,input[type="url"]::-moz-placeholder,input[type="tel"]::-moz-placeholder,input[type="search"]::-moz-placeholder,input[type="number"]::-moz-placeholder,input[type="datetime"]::-moz-placeholder,input[type="email"]::-moz-placeholder{color:#575757}input[type="text"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="number"]::-webkit-input-placeholder,input[type="datetime"]::-webkit-input-placeholder,input[type="email"]::-webkit-input-placeholder{color:#575757}input[type="text"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder,input[type="url"]:-ms-input-placeholder,input[type="tel"]:-ms-input-placeholder,input[type="search"]:-ms-input-placeholder,input[type="number"]:-ms-input-placeholder,input[type="datetime"]:-ms-input-placeholder,input[type="email"]:-ms-input-placeholder{color:#575757}input[type="number"]{-moz-appearance:textfield}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type="search"]{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{-webkit-appearance:none}select{background:#fff url('../../frontend/Nf/naffco/en_US/images/select-bg.svg') no-repeat 100% 45%;background-clip:padding-box;border:1px solid #ccc;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:4px 25px 5px 10px;vertical-align:baseline;width:100%;box-sizing:border-box}select:focus{border:1px solid #c2c2c2}select:disabled{opacity:.5;background:#fff;border:1px solid #c2c2c2}select[multiple]{height:auto;background-image:none}textarea{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:auto;line-height:1.42857143;margin:0;padding:10px;vertical-align:baseline;width:100%;box-sizing:border-box;resize:vertical}textarea:disabled{opacity:.5}textarea::-moz-placeholder{color:#575757}textarea::-webkit-input-placeholder{color:#575757}textarea:-ms-input-placeholder{color:#575757}input[type="checkbox"]{margin:2px 5px 0 0;position:relative;top:2px}input[type="checkbox"]:disabled{opacity:.5}input[type="radio"]{margin:2px 5px 0 0}input[type="radio"]:disabled{opacity:.5}input.mage-error,select.mage-error,textarea.mage-error{border-color:#ed8380}div.mage-error[generated]{color:#e02b27;font-size:1.2rem}input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}input::-moz-focus-inner{border:0;padding:0}form{-webkit-tap-highlight-color:rgba(0,0,0,0)}address{font-style:normal}*:focus{box-shadow:none;outline:0}._keyfocus *:focus,input:not([disabled]):focus,textarea:not([disabled]):focus,select:not([disabled]):focus{box-shadow:0 0 3px 1px #00699d}.bundle-options-container .block-bundle-summary .bundle.items,.product-items,.prices-tier,.search-terms,.cart-summary .checkout-methods-items,.opc-wrapper .opc,.opc-progress-bar,.checkout-agreements-items,.order-details-items .items-qty,.footer.content ul,.block-banners .banner-items,.block-banners-inline .banner-items,.block-event .slider-panel .slider{margin:0;padding:0;list-style:none none}.bundle-options-container .block-bundle-summary .bundle.items>li,.product-items>li,.prices-tier>li,.search-terms>li,.cart-summary .checkout-methods-items>li,.opc-wrapper .opc>li,.opc-progress-bar>li,.checkout-agreements-items>li,.order-details-items .items-qty>li,.footer.content ul>li,.block-banners .banner-items>li,.block-banners-inline .banner-items>li,.block-event .slider-panel .slider>li{margin:0}.action-primary:focus,.action-primary:active{background:#006bb4;border:1px solid #006bb4;color:#fff}.action-primary:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.action-primary.disabled,.action-primary[disabled],fieldset[disabled] .action-primary{opacity:.5;cursor:default;pointer-events:none}.abs-discount-block .actions-toolbar .action.primary,.abs-discount-block .actions-toolbar .action.cancel,.block-compare .action.primary,.cart-summary .block .actions-toolbar>.primary .action.primary,.abs-discount-code .form-discount .actions-toolbar .primary .action,.cart-summary .form.giftregistry .fieldset .action.primary,.paypal-review-discount .actions-toolbar .action.primary,.paypal-review-discount .actions-toolbar .action.cancel,.cart-discount .actions-toolbar .action.primary,.cart-discount .actions-toolbar .action.cancel,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action{border-radius:3px}.abs-discount-block .actions-toolbar .action.primary:not(:focus),.abs-discount-block .actions-toolbar .action.cancel:not(:focus),.block-compare .action.primary:not(:focus),.cart-summary .block .actions-toolbar>.primary .action.primary:not(:focus),.abs-discount-code .form-discount .actions-toolbar .primary .action:not(:focus),.cart-summary .form.giftregistry .fieldset .action.primary:not(:focus),.paypal-review-discount .actions-toolbar .action.primary:not(:focus),.paypal-review-discount .actions-toolbar .action.cancel:not(:focus),.cart-discount .actions-toolbar .action.primary:not(:focus),.cart-discount .actions-toolbar .action.cancel:not(:focus),.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus){box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3)}.abs-discount-block .actions-toolbar .action.primary:active,.abs-discount-block .actions-toolbar .action.cancel:active,.block-compare .action.primary:active,.cart-summary .block .actions-toolbar>.primary .action.primary:active,.abs-discount-code .form-discount .actions-toolbar .primary .action:active,.cart-summary .form.giftregistry .fieldset .action.primary:active,.paypal-review-discount .actions-toolbar .action.primary:active,.paypal-review-discount .actions-toolbar .action.cancel:active,.cart-discount .actions-toolbar .action.primary:active,.cart-discount .actions-toolbar .action.cancel:active,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active{box-shadow:inset 0 1px 0 0 rgba(204,204,204,0.8),inset 0 -1px 0 0 rgba(204,204,204,0.3)}.block-event .slider-panel .slider .item .action.event{background-image:none;background:#eee;border:1px solid #ccc;color:#333;cursor:pointer;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:600;margin:0;padding:7px 15px;font-size:1.4rem;line-height:1.6rem;box-sizing:border-box;vertical-align:middle;display:inline-block;text-decoration:none;border-radius:3px}.abs-action-link-button:focus,.abs-action-link-button:active,.block-event .slider-panel .slider .item .action.event:focus,.block-event .slider-panel .slider .item .action.event:active{background:#e2e2e2;border:1px solid #ccc;color:#333}.abs-action-link-button:hover,.block-event .slider-panel .slider .item .action.event:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}.abs-action-link-button.disabled,.abs-action-link-button[disabled],fieldset[disabled] .abs-action-link-button,.block-event .slider-panel .slider .item .action.event.disabled,.block-event .slider-panel .slider .item .action.event[disabled],fieldset[disabled] .block-event .slider-panel .slider .item .action.event{opacity:.5;cursor:default;pointer-events:none}.abs-action-link-button:hover,.abs-action-link-button:active,.abs-action-link-button:focus,.block-event .slider-panel .slider .item .action.event:hover,.block-event .slider-panel .slider .item .action.event:active,.block-event .slider-panel .slider .item .action.event:focus{text-decoration:none}.abs-action-remove,.abs-discount-block .action.check,.popup .actions-toolbar .action.cancel,.paypal-button-widget .paypal-button,.bundle-options-container .action.back,.block.related .action.select,.cart.table-wrapper .actions-toolbar>.action-delete,.cart.table-wrapper .action.help.map,.checkout-index-index .modal-popup .modal-footer .action-hide-popup,.opc-wrapper .edit-address-link,.opc-block-shipping-information .shipping-information-title .action-edit,.action-auth-toggle,.checkout-payment-method .checkout-billing-address .action-cancel,.checkout-agreements-block .action-show,.gift-options .actions-toolbar .action-cancel,.gift-summary .action-edit,.gift-summary .action-delete,.action-gift,.gift-wrapping-title .action-remove,.wishlist.split.button>.action,.abs-add-fields .action.remove,.paypal-review-discount .action.check,.cart-discount .action.check,.form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove,.form-add-invitations .action.remove,.form-create-return .action.remove,.form.send.friend .action.remove{line-height:1.42857143;padding:0;color:#006bb4;text-decoration:none;background:none;border:0;display:inline;font-weight:400;border-radius:0}.abs-action-button-as-link:visited,.abs-action-remove:visited,.abs-discount-block .action.check:visited,.popup .actions-toolbar .action.cancel:visited,.paypal-button-widget .paypal-button:visited,.bundle-options-container .action.back:visited,.block.related .action.select:visited,.cart.table-wrapper .actions-toolbar>.action-delete:visited,.cart.table-wrapper .action.help.map:visited,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,.opc-wrapper .edit-address-link:visited,.opc-block-shipping-information .shipping-information-title .action-edit:visited,.action-auth-toggle:visited,.checkout-payment-method .checkout-billing-address .action-cancel:visited,.checkout-agreements-block .action-show:visited,.gift-options .actions-toolbar .action-cancel:visited,.gift-summary .action-edit:visited,.gift-summary .action-delete:visited,.action-gift:visited,.gift-wrapping-title .action-remove:visited,.wishlist.split.button>.action:visited,.abs-add-fields .action.remove:visited,.paypal-review-discount .action.check:visited,.cart-discount .action.check:visited,.form-giftregistry-share .action.remove:visited,.form-giftregistry-edit .action.remove:visited,.form-add-invitations .action.remove:visited,.form-create-return .action.remove:visited,.form.send.friend .action.remove:visited{color:#006bb4;text-decoration:none}.abs-action-button-as-link:hover,.abs-action-remove:hover,.abs-discount-block .action.check:hover,.popup .actions-toolbar .action.cancel:hover,.paypal-button-widget .paypal-button:hover,.bundle-options-container .action.back:hover,.block.related .action.select:hover,.cart.table-wrapper .actions-toolbar>.action-delete:hover,.cart.table-wrapper .action.help.map:hover,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,.opc-wrapper .edit-address-link:hover,.opc-block-shipping-information .shipping-information-title .action-edit:hover,.action-auth-toggle:hover,.checkout-payment-method .checkout-billing-address .action-cancel:hover,.checkout-agreements-block .action-show:hover,.gift-options .actions-toolbar .action-cancel:hover,.gift-summary .action-edit:hover,.gift-summary .action-delete:hover,.action-gift:hover,.gift-wrapping-title .action-remove:hover,.wishlist.split.button>.action:hover,.abs-add-fields .action.remove:hover,.paypal-review-discount .action.check:hover,.cart-discount .action.check:hover,.form-giftregistry-share .action.remove:hover,.form-giftregistry-edit .action.remove:hover,.form-add-invitations .action.remove:hover,.form-create-return .action.remove:hover,.form.send.friend .action.remove:hover{color:#006bb4;text-decoration:underline}.abs-action-button-as-link:active,.abs-action-remove:active,.abs-discount-block .action.check:active,.popup .actions-toolbar .action.cancel:active,.paypal-button-widget .paypal-button:active,.bundle-options-container .action.back:active,.block.related .action.select:active,.cart.table-wrapper .actions-toolbar>.action-delete:active,.cart.table-wrapper .action.help.map:active,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,.opc-wrapper .edit-address-link:active,.opc-block-shipping-information .shipping-information-title .action-edit:active,.action-auth-toggle:active,.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-agreements-block .action-show:active,.gift-options .actions-toolbar .action-cancel:active,.gift-summary .action-edit:active,.gift-summary .action-delete:active,.action-gift:active,.gift-wrapping-title .action-remove:active,.wishlist.split.button>.action:active,.abs-add-fields .action.remove:active,.paypal-review-discount .action.check:active,.cart-discount .action.check:active,.form-giftregistry-share .action.remove:active,.form-giftregistry-edit .action.remove:active,.form-add-invitations .action.remove:active,.form-create-return .action.remove:active,.form.send.friend .action.remove:active{color:#ff5501;text-decoration:underline}.abs-action-button-as-link:hover,.abs-action-button-as-link:active,.abs-action-button-as-link:focus,.abs-action-remove:hover,.abs-action-remove:active,.abs-action-remove:focus,.abs-discount-block .action.check:hover,.abs-discount-block .action.check:active,.abs-discount-block .action.check:focus,.popup .actions-toolbar .action.cancel:hover,.popup .actions-toolbar .action.cancel:active,.popup .actions-toolbar .action.cancel:focus,.paypal-button-widget .paypal-button:hover,.paypal-button-widget .paypal-button:active,.paypal-button-widget .paypal-button:focus,.bundle-options-container .action.back:hover,.bundle-options-container .action.back:active,.bundle-options-container .action.back:focus,.block.related .action.select:hover,.block.related .action.select:active,.block.related .action.select:focus,.cart.table-wrapper .actions-toolbar>.action-delete:hover,.cart.table-wrapper .actions-toolbar>.action-delete:active,.cart.table-wrapper .actions-toolbar>.action-delete:focus,.cart.table-wrapper .action.help.map:hover,.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map:focus,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:focus,.opc-wrapper .edit-address-link:hover,.opc-wrapper .edit-address-link:active,.opc-wrapper .edit-address-link:focus,.opc-block-shipping-information .shipping-information-title .action-edit:hover,.opc-block-shipping-information .shipping-information-title .action-edit:active,.opc-block-shipping-information .shipping-information-title .action-edit:focus,.action-auth-toggle:hover,.action-auth-toggle:active,.action-auth-toggle:focus,.checkout-payment-method .checkout-billing-address .action-cancel:hover,.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-payment-method .checkout-billing-address .action-cancel:focus,.checkout-agreements-block .action-show:hover,.checkout-agreements-block .action-show:active,.checkout-agreements-block .action-show:focus,.gift-options .actions-toolbar .action-cancel:hover,.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:focus,.gift-summary .action-edit:hover,.gift-summary .action-edit:active,.gift-summary .action-edit:focus,.gift-summary .action-delete:hover,.gift-summary .action-delete:active,.gift-summary .action-delete:focus,.action-gift:hover,.action-gift:active,.action-gift:focus,.gift-wrapping-title .action-remove:hover,.gift-wrapping-title .action-remove:active,.gift-wrapping-title .action-remove:focus,.wishlist.split.button>.action:hover,.wishlist.split.button>.action:active,.wishlist.split.button>.action:focus,.abs-add-fields .action.remove:hover,.abs-add-fields .action.remove:active,.abs-add-fields .action.remove:focus,.paypal-review-discount .action.check:hover,.paypal-review-discount .action.check:active,.paypal-review-discount .action.check:focus,.cart-discount .action.check:hover,.cart-discount .action.check:active,.cart-discount .action.check:focus,.form-giftregistry-share .action.remove:hover,.form-giftregistry-share .action.remove:active,.form-giftregistry-share .action.remove:focus,.form-giftregistry-edit .action.remove:hover,.form-giftregistry-edit .action.remove:active,.form-giftregistry-edit .action.remove:focus,.form-add-invitations .action.remove:hover,.form-add-invitations .action.remove:active,.form-add-invitations .action.remove:focus,.form-create-return .action.remove:hover,.form-create-return .action.remove:active,.form-create-return .action.remove:focus,.form.send.friend .action.remove:hover,.form.send.friend .action.remove:active,.form.send.friend .action.remove:focus{background:none;border:0}.abs-action-button-as-link.disabled,.abs-action-button-as-link[disabled],fieldset[disabled] .abs-action-button-as-link,.abs-action-remove.disabled,.abs-action-remove[disabled],fieldset[disabled] .abs-action-remove,.abs-discount-block .action.check.disabled,.abs-discount-block .action.check[disabled],fieldset[disabled] .abs-discount-block .action.check,.popup .actions-toolbar .action.cancel.disabled,.popup .actions-toolbar .action.cancel[disabled],fieldset[disabled] .popup .actions-toolbar .action.cancel,.paypal-button-widget .paypal-button.disabled,.paypal-button-widget .paypal-button[disabled],fieldset[disabled] .paypal-button-widget .paypal-button,.bundle-options-container .action.back.disabled,.bundle-options-container .action.back[disabled],fieldset[disabled] .bundle-options-container .action.back,.block.related .action.select.disabled,.block.related .action.select[disabled],fieldset[disabled] .block.related .action.select,.cart.table-wrapper .actions-toolbar>.action-delete.disabled,.cart.table-wrapper .actions-toolbar>.action-delete[disabled],fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action-delete,.cart.table-wrapper .action.help.map.disabled,.cart.table-wrapper .action.help.map[disabled],fieldset[disabled] .cart.table-wrapper .action.help.map,.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,.opc-wrapper .edit-address-link.disabled,.opc-wrapper .edit-address-link[disabled],fieldset[disabled] .opc-wrapper .edit-address-link,.opc-block-shipping-information .shipping-information-title .action-edit.disabled,.opc-block-shipping-information .shipping-information-title .action-edit[disabled],fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,.action-auth-toggle.disabled,.action-auth-toggle[disabled],fieldset[disabled] .action-auth-toggle,.checkout-payment-method .checkout-billing-address .action-cancel.disabled,.checkout-payment-method .checkout-billing-address .action-cancel[disabled],fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,.checkout-agreements-block .action-show.disabled,.checkout-agreements-block .action-show[disabled],fieldset[disabled] .checkout-agreements-block .action-show,.gift-options .actions-toolbar .action-cancel.disabled,.gift-options .actions-toolbar .action-cancel[disabled],fieldset[disabled] .gift-options .actions-toolbar .action-cancel,.gift-summary .action-edit.disabled,.gift-summary .action-edit[disabled],fieldset[disabled] .gift-summary .action-edit,.gift-summary .action-delete.disabled,.gift-summary .action-delete[disabled],fieldset[disabled] .gift-summary .action-delete,.action-gift.disabled,.action-gift[disabled],fieldset[disabled] .action-gift,.gift-wrapping-title .action-remove.disabled,.gift-wrapping-title .action-remove[disabled],fieldset[disabled] .gift-wrapping-title .action-remove,.wishlist.split.button>.action.disabled,.wishlist.split.button>.action[disabled],fieldset[disabled] .wishlist.split.button>.action,.abs-add-fields .action.remove.disabled,.abs-add-fields .action.remove[disabled],fieldset[disabled] .abs-add-fields .action.remove,.paypal-review-discount .action.check.disabled,.paypal-review-discount .action.check[disabled],fieldset[disabled] .paypal-review-discount .action.check,.cart-discount .action.check.disabled,.cart-discount .action.check[disabled],fieldset[disabled] .cart-discount .action.check,.form-giftregistry-share .action.remove.disabled,.form-giftregistry-share .action.remove[disabled],fieldset[disabled] .form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove.disabled,.form-giftregistry-edit .action.remove[disabled],fieldset[disabled] .form-giftregistry-edit .action.remove,.form-add-invitations .action.remove.disabled,.form-add-invitations .action.remove[disabled],fieldset[disabled] .form-add-invitations .action.remove,.form-create-return .action.remove.disabled,.form-create-return .action.remove[disabled],fieldset[disabled] .form-create-return .action.remove,.form.send.friend .action.remove.disabled,.form.send.friend .action.remove[disabled],fieldset[disabled] .form.send.friend .action.remove{color:#006bb4;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.abs-action-remove:active,.abs-action-remove:not(:focus),.abs-discount-block .action.check:active,.abs-discount-block .action.check:not(:focus),.popup .actions-toolbar .action.cancel:active,.popup .actions-toolbar .action.cancel:not(:focus),.paypal-button-widget .paypal-button:active,.paypal-button-widget .paypal-button:not(:focus),.bundle-options-container .action.back:active,.bundle-options-container .action.back:not(:focus),.block.related .action.select:active,.block.related .action.select:not(:focus),.cart.table-wrapper .actions-toolbar>.action-delete:active,.cart.table-wrapper .actions-toolbar>.action-delete:not(:focus),.cart.table-wrapper .action.help.map:active,.cart.table-wrapper .action.help.map:not(:focus),.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,.checkout-index-index .modal-popup .modal-footer .action-hide-popup:not(:focus),.opc-wrapper .edit-address-link:active,.opc-wrapper .edit-address-link:not(:focus),.opc-block-shipping-information .shipping-information-title .action-edit:active,.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),.action-auth-toggle:active,.action-auth-toggle:not(:focus),.checkout-payment-method .checkout-billing-address .action-cancel:active,.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),.checkout-agreements-block .action-show:active,.checkout-agreements-block .action-show:not(:focus),.gift-options .actions-toolbar .action-cancel:active,.gift-options .actions-toolbar .action-cancel:not(:focus),.gift-summary .action-edit:active,.gift-summary .action-edit:not(:focus),.gift-summary .action-delete:active,.gift-summary .action-delete:not(:focus),.action-gift:active,.action-gift:not(:focus),.gift-wrapping-title .action-remove:active,.gift-wrapping-title .action-remove:not(:focus),.wishlist.split.button>.action:active,.wishlist.split.button>.action:not(:focus),.abs-add-fields .action.remove:active,.abs-add-fields .action.remove:not(:focus),.paypal-review-discount .action.check:active,.paypal-review-discount .action.check:not(:focus),.cart-discount .action.check:active,.cart-discount .action.check:not(:focus),.form-giftregistry-share .action.remove:active,.form-giftregistry-share .action.remove:not(:focus),.form-giftregistry-edit .action.remove:active,.form-giftregistry-edit .action.remove:not(:focus),.form-add-invitations .action.remove:active,.form-add-invitations .action.remove:not(:focus),.form-create-return .action.remove:active,.form-create-return .action.remove:not(:focus),.form.send.friend .action.remove:active,.form.send.friend .action.remove:not(:focus){box-shadow:none}.abs-revert-to-action-secondary,.paypal-review .block .actions-toolbar .action.primary,.abs-discount-block .actions-toolbar .action.primary,.abs-discount-block .actions-toolbar .action.cancel,.block-compare .action.primary,.cart-summary .block .actions-toolbar>.primary .action.primary,.abs-discount-code .form-discount .actions-toolbar .primary .action,.cart-summary .form.giftregistry .fieldset .action.primary,.paypal-review-discount .actions-toolbar .action.primary,.paypal-review-discount .actions-toolbar .action.cancel,.cart-discount .actions-toolbar .action.primary,.cart-discount .actions-toolbar .action.cancel,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action{background:#eee;border:1px solid #ccc;color:#333}.abs-revert-secondary-color:focus,.abs-revert-secondary-color:active,.abs-revert-to-action-secondary:focus,.abs-revert-to-action-secondary:active,.paypal-review .block .actions-toolbar .action.primary:focus,.paypal-review .block .actions-toolbar .action.primary:active,.abs-discount-block .actions-toolbar .action.primary:focus,.abs-discount-block .actions-toolbar .action.primary:active,.abs-discount-block .actions-toolbar .action.cancel:focus,.abs-discount-block .actions-toolbar .action.cancel:active,.block-compare .action.primary:focus,.block-compare .action.primary:active,.cart-summary .block .actions-toolbar>.primary .action.primary:focus,.cart-summary .block .actions-toolbar>.primary .action.primary:active,.abs-discount-code .form-discount .actions-toolbar .primary .action:focus,.abs-discount-code .form-discount .actions-toolbar .primary .action:active,.cart-summary .form.giftregistry .fieldset .action.primary:focus,.cart-summary .form.giftregistry .fieldset .action.primary:active,.paypal-review-discount .actions-toolbar .action.primary:focus,.paypal-review-discount .actions-toolbar .action.primary:active,.paypal-review-discount .actions-toolbar .action.cancel:focus,.paypal-review-discount .actions-toolbar .action.cancel:active,.cart-discount .actions-toolbar .action.primary:focus,.cart-discount .actions-toolbar .action.primary:active,.cart-discount .actions-toolbar .action.cancel:focus,.cart-discount .actions-toolbar .action.cancel:active,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:focus,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:active{background:#e2e2e2;border:1px solid #ccc;color:#333}.abs-revert-secondary-color:hover,.abs-revert-to-action-secondary:hover,.paypal-review .block .actions-toolbar .action.primary:hover,.abs-discount-block .actions-toolbar .action.primary:hover,.abs-discount-block .actions-toolbar .action.cancel:hover,.block-compare .action.primary:hover,.cart-summary .block .actions-toolbar>.primary .action.primary:hover,.abs-discount-code .form-discount .actions-toolbar .primary .action:hover,.cart-summary .form.giftregistry .fieldset .action.primary:hover,.paypal-review-discount .actions-toolbar .action.primary:hover,.paypal-review-discount .actions-toolbar .action.cancel:hover,.cart-discount .actions-toolbar .action.primary:hover,.cart-discount .actions-toolbar .action.cancel:hover,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}.products-grid.wishlist .product-item .box-tocart .tocart{font-size:1.4rem;line-height:1.6rem;padding:7px 15px}.form-address-edit .actions-toolbar .action.vertex-secondary,.order-review-form .action.primary,.bundle-actions .action.primary.customize,.bundle-options-container .block-bundle-summary .box-tocart .action.primary,.box-tocart .action.tocart,.cart-summary .checkout-methods-items .action.primary.checkout,.block-minicart .block-content>.actions>.primary .action.primary,.methods-shipping .actions-toolbar .action.primary,.block-authentication .action.action-register,.block-authentication .action.action-login,.checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary,.form-address-edit .actions-toolbar .action.primary,.box-tocart .action.instant-purchase,.multicheckout .action.primary{line-height:2.2rem;padding:14px 17px;font-size:1.8rem}.cart.table-wrapper .item-options dt,.minicart-items .product-item-details .product .options.list dt,.opc-block-summary .items-in-cart .product .item-options dt,.block-giftregistry-shared-items .product .item-options dt,.multicheckout .item-options dt{clear:left;float:left;margin:0 10px 5px 0}.cart.table-wrapper .item-options dt:after,.minicart-items .product-item-details .product .options.list dt:after,.opc-block-summary .items-in-cart .product .item-options dt:after,.block-giftregistry-shared-items .product .item-options dt:after,.multicheckout .item-options dt:after{content:': '}.cart.table-wrapper .item-options dd,.minicart-items .product-item-details .product .options.list dd,.opc-block-summary .items-in-cart .product .item-options dd,.block-giftregistry-shared-items .product .item-options dd,.multicheckout .item-options dd{display:inline-block;float:left;margin:0 0 5px}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action,.bundle-actions .action.primary.customize,.bundle-options-container .block-bundle-summary .box-tocart .action.primary,.box-tocart .action.tocart,.box-tocart .action.instant-purchase{width:100%}.products-list .product-image-wrapper,.cart.table-wrapper .product-image-wrapper,.minicart-items .product-image-wrapper,.block-giftregistry-shared-items .product-image-wrapper{height:auto;padding:0 !important}.products-list .product-image-wrapper .product-image-photo,.cart.table-wrapper .product-image-wrapper .product-image-photo,.minicart-items .product-image-wrapper .product-image-photo,.block-giftregistry-shared-items .product-image-wrapper .product-image-photo{position:static}.product.media .product.photo .photo.image{display:block;height:auto;margin:0 auto;max-width:100%}.amazon-validate-container .block .block-title,.login-container .block .block-title{border-bottom:1px solid #e8e8e8;font-size:1.8rem;margin-bottom:15px;padding-bottom:12px}.amazon-validate-container .block .block-title strong,.login-container .block .block-title strong{font-weight:500}.giftregisty-dropdown,.wishlist-dropdown{display:inline-block;position:relative}.abs-dropdown-simple:before,.abs-dropdown-simple:after,.giftregisty-dropdown:before,.giftregisty-dropdown:after,.wishlist-dropdown:before,.wishlist-dropdown:after{content:'';display:table}.abs-dropdown-simple:after,.giftregisty-dropdown:after,.wishlist-dropdown:after{clear:both}.abs-dropdown-simple .action.toggle,.giftregisty-dropdown .action.toggle,.wishlist-dropdown .action.toggle{cursor:pointer;display:inline-block;text-decoration:none}.abs-dropdown-simple .action.toggle:after,.giftregisty-dropdown .action.toggle:after,.wishlist-dropdown .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';margin:0 0 0 5px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-dropdown-simple .action.toggle:hover:after,.giftregisty-dropdown .action.toggle:hover:after,.wishlist-dropdown .action.toggle:hover:after{color:inherit}.abs-dropdown-simple .action.toggle:active:after,.giftregisty-dropdown .action.toggle:active:after,.wishlist-dropdown .action.toggle:active:after{color:inherit}.abs-dropdown-simple .action.toggle.active,.giftregisty-dropdown .action.toggle.active,.wishlist-dropdown .action.toggle.active{display:inline-block;text-decoration:none}.abs-dropdown-simple .action.toggle.active:after,.giftregisty-dropdown .action.toggle.active:after,.wishlist-dropdown .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:inherit;content:'\e621';font-family:'luma-icons';margin:0 0 0 5px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-dropdown-simple .action.toggle.active:hover:after,.giftregisty-dropdown .action.toggle.active:hover:after,.wishlist-dropdown .action.toggle.active:hover:after{color:inherit}.abs-dropdown-simple .action.toggle.active:active:after,.giftregisty-dropdown .action.toggle.active:active:after,.wishlist-dropdown .action.toggle.active:active:after{color:inherit}.abs-dropdown-simple ul.dropdown,.giftregisty-dropdown ul.dropdown,.wishlist-dropdown ul.dropdown{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:200px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.abs-dropdown-simple ul.dropdown li,.giftregisty-dropdown ul.dropdown li,.wishlist-dropdown ul.dropdown li{margin:0;padding:5px 5px 5px 23px}.abs-dropdown-simple ul.dropdown li:hover,.giftregisty-dropdown ul.dropdown li:hover,.wishlist-dropdown ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.abs-dropdown-simple ul.dropdown:before,.abs-dropdown-simple ul.dropdown:after,.giftregisty-dropdown ul.dropdown:before,.giftregisty-dropdown ul.dropdown:after,.wishlist-dropdown ul.dropdown:before,.wishlist-dropdown ul.dropdown:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.abs-dropdown-simple ul.dropdown:before,.giftregisty-dropdown ul.dropdown:before,.wishlist-dropdown ul.dropdown:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.abs-dropdown-simple ul.dropdown:after,.giftregisty-dropdown ul.dropdown:after,.wishlist-dropdown ul.dropdown:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.abs-dropdown-simple ul.dropdown:before,.giftregisty-dropdown ul.dropdown:before,.wishlist-dropdown ul.dropdown:before{left:10px;top:-12px}.abs-dropdown-simple ul.dropdown:after,.giftregisty-dropdown ul.dropdown:after,.wishlist-dropdown ul.dropdown:after{left:9px;top:-14px}.abs-dropdown-simple.active,.giftregisty-dropdown.active,.wishlist-dropdown.active{overflow:visible}.abs-dropdown-simple.active ul.dropdown,.giftregisty-dropdown.active ul.dropdown,.wishlist-dropdown.active ul.dropdown{display:block}.giftregisty-dropdown ul.items,.wishlist-dropdown ul.items{padding:6px 0}.column .block-addbysku .qty .qty,.bundle-options-container .input-text.qty,.box-tocart .input-text.qty,.account .data.table-return-items .qty .input-text,.table-giftregistry-items .field.qty .qty,.block-giftregistry-shared-items .qty .qty,.table.grouped .col.qty .control.qty .qty,.block-wishlist-info-items .input-text.qty,.multicheckout .table-wrapper .col .qty .input-text,.account .table-wrapper .data.table.wishlist .box-tocart .qty,.products-grid.wishlist .product-item .box-tocart input.qty,.sidebar .block-addbysku .fieldset .fields .field.qty .qty{text-align:center;width:54px}.block,.customer-review .product-details,.block-banners,.block-banners-inline{margin-bottom:40px}.sidebar .product-items .action.delete,.sidebar .block-compare .action.delete,.table-comparison .cell.remove .action.delete,.block-compare .action.delete,.filter-current .action.remove{display:inline-block;text-decoration:none}.abs-remove-button-for-blocks>span,.sidebar .product-items .action.delete>span,.sidebar .block-compare .action.delete>span,.table-comparison .cell.remove .action.delete>span,.block-compare .action.delete>span,.filter-current .action.remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-remove-button-for-blocks:before,.sidebar .product-items .action.delete:before,.sidebar .block-compare .action.delete:before,.table-comparison .cell.remove .action.delete:before,.block-compare .action.delete:before,.filter-current .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:15px;color:#757575;content:'\e616';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-remove-button-for-blocks:hover:before,.sidebar .product-items .action.delete:hover:before,.sidebar .block-compare .action.delete:hover:before,.table-comparison .cell.remove .action.delete:hover:before,.block-compare .action.delete:hover:before,.filter-current .action.remove:hover:before{color:#494949}.abs-remove-button-for-blocks:active:before,.sidebar .product-items .action.delete:active:before,.sidebar .block-compare .action.delete:active:before,.table-comparison .cell.remove .action.delete:active:before,.block-compare .action.delete:active:before,.filter-current .action.remove:active:before{color:#999}.product-item-name,.product.name a{font-weight:400}.product-item-name>a,.product.name a>a{color:#333;text-decoration:none}.abs-product-link>a:visited,.product-item-name>a:visited,.product.name a>a:visited{color:#333;text-decoration:underline}.abs-product-link>a:hover,.product-item-name>a:hover,.product.name a>a:hover{color:#333;text-decoration:underline}.abs-product-link>a:active,.product-item-name>a:active,.product.name a>a:active{color:#333;text-decoration:underline}.abs-like-link:visited{color:#006bb4;text-decoration:none}.abs-like-link:hover{color:#006bb4;text-decoration:underline}.abs-like-link:active{color:#ff5501;text-decoration:underline}.form.giftregistry.items .actions-toolbar,.form.wishlist.items .actions-toolbar{margin-left:0}.abs-add-fields .action.remove,.form-giftregistry-share .action.remove,.form-giftregistry-edit .action.remove,.form-add-invitations .action.remove,.form-create-return .action.remove,.form.send.friend .action.remove{line-height:normal;margin-left:73%;position:absolute;top:34px;width:auto}.form-giftregistry-share .fieldset .field .control,.form-giftregistry-edit .fieldset .field .control,.form-add-invitations .fieldset .field .control,.form-create-return .fieldset .field .control,.form.send.friend .fieldset .field .control{width:70%}.form-giftregistry-share .fieldset .actions-toolbar>.secondary,.form-giftregistry-edit .fieldset .actions-toolbar>.secondary,.form-add-invitations .fieldset .actions-toolbar>.secondary,.form-create-return .fieldset .actions-toolbar>.secondary,.form.send.friend .fieldset .actions-toolbar>.secondary{float:left}.form-giftregistry-share .fieldset .actions-toolbar>.secondary .action.add,.form-giftregistry-edit .fieldset .actions-toolbar>.secondary .action.add,.form-add-invitations .fieldset .actions-toolbar>.secondary .action.add,.form-create-return .fieldset .actions-toolbar>.secondary .action.add,.form.send.friend .fieldset .actions-toolbar>.secondary .action.add{margin-top:30px}.form-giftregistry-share .fieldset .fields .actions-toolbar,.form-giftregistry-edit .fieldset .fields .actions-toolbar,.form-add-invitations .fieldset .fields .actions-toolbar,.form-create-return .fieldset .fields .actions-toolbar,.form.send.friend .fieldset .fields .actions-toolbar{margin:0}.form-giftregistry-share .additional,.form-giftregistry-edit .additional,.form-add-invitations .additional,.form-create-return .additional,.form.send.friend .additional{margin-top:55px;position:relative}.form-giftregistry-share .message.notice,.form-giftregistry-edit .message.notice,.form-add-invitations .message.notice,.form-create-return .message.notice,.form.send.friend .message.notice{margin:30px 0 0}.order-details-items .order-items .order-gift-message:not(.expanded-content){height:0;visibility:hidden}.mgz__actions-switch-checkbox,.opc-wrapper .form-discount .field .label,.bundle-options-container .block-bundle-summary .product-image-container,.bundle-options-container .block-bundle-summary .product.name,.bundle-options-container .block-bundle-summary .stock,.product-item-actions .actions-secondary>.action span,.special-price .price-label,.table-comparison .cell.label.remove span,.table-comparison .cell.label.product span,.block.related .field.choice .label,.cart.table-wrapper .col.qty .label,.minicart-wrapper .action.showcart .text,.minicart-wrapper .action.showcart .counter-label,.checkout-index-index .page-title-wrapper,.checkout-payment-method .field-select-billing>.label,.checkout-payment-method .payments .legend,.checkout-payment-method .ccard .legend,.fieldset .fullname>.label,.field.street .field .label,.block-balance .balance-price-label,.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,.page-product-giftcard .fieldset.giftcard>.legend,.opc-wrapper .form-giftcard-account .field .label,.form-add-invitations .fields .label,.filter-options-content .filter-count-label,.table-comparison .wishlist.split.button>.action.split span,.product-items .wishlist.split.button>.action.split span,.page-multiple-wishlist .page-title-wrapper .page-title,.block-wishlist-search-form .form-wishlist-search .fieldset>.legend,.multicheckout .table-wrapper .col .label,.multicheckout .block .methods-shipping .item-content .fieldset>.legend,.block.newsletter .label,.review-date .review-details-label,.customer-review .product-details .rating-average-label,.block-reorder .product-item .label,.action.skip:not(:focus),.page-header .switcher .label,.page-footer .switcher .label,.products-grid.wishlist .product-item .comment-box .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .product.options .toggle>span,.shipping-policy-block.field-tooltip .field-tooltip-action span{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}.abs-add-clearfix:before,.abs-add-clearfix:after,.abs-add-fields .fieldset .actions-toolbar:before,.abs-add-fields .fieldset .actions-toolbar:after,.payment-method-braintree .hosted-date-wrap:before,.payment-method-braintree .hosted-date-wrap:after,.bundle-options-container .product-options-wrapper .field.choice .label:before,.bundle-options-container .product-options-wrapper .field.choice .label:after,.toolbar:before,.toolbar:after,.sidebar .product-items-images:before,.sidebar .product-items-images:after,.cart.table-wrapper .actions-toolbar:before,.cart.table-wrapper .actions-toolbar:after,.cart.table-wrapper .item-options:before,.cart.table-wrapper .item-options:after,.minicart-items .product-item>.product:before,.minicart-items .product-item>.product:after,.minicart-items .product-item-details .product .options.list:before,.minicart-items .product-item-details .product .options.list:after,.checkout-container:before,.checkout-container:after,.checkout-onepage-success:before,.checkout-onepage-success:after,.opc-estimated-wrapper:before,.opc-estimated-wrapper:after,.opc-wrapper .field.addresses:before,.opc-wrapper .field.addresses:after,.opc-block-summary .items-in-cart .product .item-options:before,.opc-block-summary .items-in-cart .product .item-options:after,.opc-block-summary .product-item .product-item-details:before,.opc-block-summary .product-item .product-item-details:after,.page-product-downloadable .product-add-form:before,.page-product-downloadable .product-add-form:after,.gift-item-block .content:before,.gift-item-block .content:after,.order-details-items .order-gift-message:before,.order-details-items .order-gift-message:after,.order-details-items .block-order-details-gift-message:before,.order-details-items .block-order-details-gift-message:after,.block-giftregistry-shared-items .product .item-options:before,.block-giftregistry-shared-items .product .item-options:after,.gift-wrapping-list:before,.gift-wrapping-list:after,.opc-wrapper .data.table .gift-wrapping .content:before,.opc-wrapper .data.table .gift-wrapping .content:after,.table-order-items .gift-wrapping .content:before,.table-order-items .gift-wrapping .content:after,.order-options .product:before,.order-options .product:after,.map-popup .map-info-price:before,.map-popup .map-info-price:after,.multicheckout .item-options:before,.multicheckout .item-options:after,.multicheckout .block:before,.multicheckout .block:after,.multicheckout .block-content:before,.multicheckout .block-content:after,.customer-review .product-details:before,.customer-review .product-details:after,.form-create-return .actions-toolbar:before,.form-create-return .actions-toolbar:after,.header.content:before,.header.content:after,.form-giftregistry-share .fieldset .actions-toolbar:before,.form-giftregistry-share .fieldset .actions-toolbar:after,.form-giftregistry-edit .fieldset .actions-toolbar:before,.form-giftregistry-edit .fieldset .actions-toolbar:after,.form-add-invitations .fieldset .actions-toolbar:before,.form-add-invitations .fieldset .actions-toolbar:after,.form-create-return .fieldset .actions-toolbar:before,.form-create-return .fieldset .actions-toolbar:after,.form.send.friend .fieldset .actions-toolbar:before,.form.send.friend .fieldset .actions-toolbar:after{content:'';display:table}.abs-add-clearfix:after,.abs-add-fields .fieldset .actions-toolbar:after,.payment-method-braintree .hosted-date-wrap:after,.bundle-options-container .product-options-wrapper .field.choice .label:after,.toolbar:after,.sidebar .product-items-images:after,.cart.table-wrapper .actions-toolbar:after,.cart.table-wrapper .item-options:after,.minicart-items .product-item>.product:after,.minicart-items .product-item-details .product .options.list:after,.checkout-container:after,.checkout-onepage-success:after,.opc-estimated-wrapper:after,.opc-wrapper .field.addresses:after,.opc-block-summary .items-in-cart .product .item-options:after,.opc-block-summary .product-item .product-item-details:after,.page-product-downloadable .product-add-form:after,.gift-item-block .content:after,.order-details-items .order-gift-message:after,.order-details-items .block-order-details-gift-message:after,.block-giftregistry-shared-items .product .item-options:after,.gift-wrapping-list:after,.opc-wrapper .data.table .gift-wrapping .content:after,.table-order-items .gift-wrapping .content:after,.order-options .product:after,.map-popup .map-info-price:after,.multicheckout .item-options:after,.multicheckout .block:after,.multicheckout .block-content:after,.customer-review .product-details:after,.form-create-return .actions-toolbar:after,.header.content:after,.form-giftregistry-share .fieldset .actions-toolbar:after,.form-giftregistry-edit .fieldset .actions-toolbar:after,.form-add-invitations .fieldset .actions-toolbar:after,.form-create-return .fieldset .actions-toolbar:after,.form.send.friend .fieldset .actions-toolbar:after{clear:both}.abs-field-date .control,.abs-field-tooltip,.columns .column.main,.columns .sidebar-main,.columns .sidebar-additional,.column .block-addbysku .sku,.product-item,.sidebar .product-items-images .product-item,.search-autocomplete,.cart-summary,.opc-wrapper .shipping-address-item,.shipping-policy-block.field-tooltip .field-tooltip-content,.opc-block-summary,.block-event .slider-panel .slider .item .action.show,.sidebar .block-addbysku .fieldset .fields .field.sku,.form.search.advanced .fields.range .field.date .control,.field .control._with-tooltip,.form-giftregistry-edit .field.date .control{box-sizing:border-box}.abs-navigation-icon:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:34px;line-height:1.2;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-split-button:before,.abs-split-button:after{content:'';display:table}.abs-split-button:after{clear:both}.abs-split-button .action.split{float:left;margin:0}.abs-split-button .action.toggle{float:right;margin:0}.abs-split-button button.action.split{border-bottom-right-radius:0;border-top-right-radius:0}.abs-split-button button+.action.toggle{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}.abs-split-button .action.toggle{display:inline-block;text-decoration:none}.abs-split-button .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-split-button .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-split-button .action.toggle:hover:after{color:inherit}.abs-split-button .action.toggle:active:after{color:inherit}.abs-split-button .action.toggle.active{display:inline-block;text-decoration:none}.abs-split-button .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-split-button .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:inherit;color:inherit;content:'\e621';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-split-button .action.toggle.active:hover:after{color:inherit}.abs-split-button .action.toggle.active:active:after{color:inherit}.abs-split-button .items{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:100%;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.abs-split-button .items li{margin:0;padding:3px 5px}.abs-split-button .items li:hover{background:#e8e8e8;cursor:pointer}.abs-split-button .items:before,.abs-split-button .items:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.abs-split-button .items:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.abs-split-button .items:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.abs-split-button .items:before{right:10px;top:-12px}.abs-split-button .items:after{right:9px;top:-14px}.abs-split-button.active{overflow:visible}.abs-split-button.active .items{display:block}.bundle-options-container .block-bundle-summary .product-addto-links>.action,.product-item-actions .actions-secondary>.action,.product-social-links .action.tocompare,.wishlist.split.button>.action.split,.product-social-links .action.mailto.friend,.product-social-links .action.towishlist,.block-bundle-summary .action.towishlist,.product-item .action.towishlist,.table-comparison .action.towishlist{color:#666;font-weight:600;letter-spacing:.05em;text-transform:uppercase;display:inline-block;text-decoration:none}.abs-actions-addto:before,.bundle-options-container .block-bundle-summary .product-addto-links>.action:before,.product-item-actions .actions-secondary>.action:before,.product-social-links .action.tocompare:before,.wishlist.split.button>.action.split:before,.product-social-links .action.mailto.friend:before,.product-social-links .action.towishlist:before,.block-bundle-summary .action.towishlist:before,.product-item .action.towishlist:before,.table-comparison .action.towishlist:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:inherit;font-family:'luma-icons';margin:-2px 5px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,.product-item-actions .actions-secondary>.action:hover,.product-social-links .action.tocompare:hover,.wishlist.split.button>.action.split:hover,.product-social-links .action.mailto.friend:hover,.product-social-links .action.towishlist:hover,.block-bundle-summary .action.towishlist:hover,.product-item .action.towishlist:hover,.table-comparison .action.towishlist:hover{color:#333;text-decoration:none}.bundle-options-container .block-bundle-summary .product-addto-links>.action:before,.product-item-actions .actions-secondary>.action:before,.product-social-links .action.tocompare:before,.wishlist.split.button>.action.split:before,.product-social-links .action.mailto.friend:before,.product-social-links .action.towishlist:before,.block-bundle-summary .action.towishlist:before,.product-item .action.towishlist:before,.table-comparison .action.towishlist:before{width:18px}.bundle-options-container .block-bundle-summary .box-tocart,.box-tocart{margin:0 0 30px}.abs-cart-block>.title,.minicart-items .product .toggle,.abs-discount-block .block>.title,.cart-summary .block>.title,.paypal-review-discount .block>.title,.cart-discount .block>.title{border-top:1px solid #ccc;cursor:pointer;margin-bottom:0;position:relative;padding:10px 40px 10px 15px;display:block;text-decoration:none}.abs-cart-block>.title:after,.minicart-items .product .toggle:after,.abs-discount-block .block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after,.cart-discount .block>.title:after{position:absolute;right:20px;top:10px}.abs-toggling-title>span,.abs-cart-block>.title>span,.minicart-items .product .toggle>span,.abs-discount-block .block>.title>span,.cart-summary .block>.title>span,.paypal-review-discount .block>.title>span,.cart-discount .block>.title>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-toggling-title:after,.abs-cart-block>.title:after,.minicart-items .product .toggle:after,.abs-discount-block .block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after,.cart-discount .block>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:'\e622';font-family:'luma-icons';margin:3px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-discount-block .block,.cart-summary .block,.paypal-review-discount .block,.cart-discount .block{margin:0}.abs-discount-block .block>.title:after,.cart-summary .block>.title:after,.paypal-review-discount .block>.title:after,.cart-discount .block>.title:after{color:#858585}.abs-discount-block .block .content,.cart-summary .block .content,.paypal-review-discount .block .content,.cart-discount .block .content{display:none;padding:5px 15px 23px;position:relative}.abs-cart-block.active>.title:after,.abs-discount-block .block.active>.title:after,.cart-summary .block.active>.title:after,.paypal-review-discount .block.active>.title:after,.cart-discount .block.active>.title:after{content:'\e621'}.abs-discount-block .block.active .content,.cart-summary .block.active .content,.paypal-review-discount .block.active .content,.cart-discount .block.active .content{display:block}.multicheckout .table-wrapper .cart-price{color:#7d7d7d;font-size:1.6rem;font-weight:700}.multicheckout .table-wrapper .product-item-name{font-size:1.8rem;font-weight:300;margin:0}.abs-account-blocks .block-title,.account .legend,.form-giftregistry-search .legend,.block-giftregistry-results .block-title,.block-giftregistry-shared-items .block-title,.block-wishlist-search-form .block-title,.block-wishlist-search-results .block-title,.multicheckout .block-title,.multicheckout .block-content .title,.customer-review .review-details .title,.paypal-review .block .block-title,.account .column.main .block:not(.widget) .block-title,.multicheckout .block-title,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title,.sales-guest-view .column.main .block:not(.widget) .block-title{border-bottom:1px solid #c6c6c6;margin-bottom:25px;padding-bottom:10px}.abs-account-blocks .block-title>strong,.abs-account-blocks .block-title>span,.account .legend>strong,.account .legend>span,.form-giftregistry-search .legend>strong,.form-giftregistry-search .legend>span,.block-giftregistry-results .block-title>strong,.block-giftregistry-results .block-title>span,.block-giftregistry-shared-items .block-title>strong,.block-giftregistry-shared-items .block-title>span,.block-wishlist-search-form .block-title>strong,.block-wishlist-search-form .block-title>span,.block-wishlist-search-results .block-title>strong,.block-wishlist-search-results .block-title>span,.multicheckout .block-title>strong,.multicheckout .block-title>span,.multicheckout .block-content .title>strong,.multicheckout .block-content .title>span,.customer-review .review-details .title>strong,.customer-review .review-details .title>span,.paypal-review .block .block-title>strong,.paypal-review .block .block-title>span,.account .column.main .block:not(.widget) .block-title>strong,.account .column.main .block:not(.widget) .block-title>span,.multicheckout .block-title>strong,.multicheckout .block-title>span,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>strong,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>span,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>strong,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>span,.sales-guest-view .column.main .block:not(.widget) .block-title>strong,.sales-guest-view .column.main .block:not(.widget) .block-title>span{font-size:2.2rem;font-weight:300}.block-addresses-list address,.box-billing-address .box-content,.box-shipping-address .box-content,.box-address-billing .box-content,.box-address-shipping .box-content,.box-information .box-content,.box-newsletter .box-content{line-height:24px}.order-details-items tfoot td{background:#f5f5f5}.paypal-review .table-paypal-review-items .col.price .price-including-tax,.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,.cart.table-wrapper .col.price .price-including-tax,.cart.table-wrapper .col.price .price-excluding-tax,.cart.table-wrapper .col.subtotal .price-including-tax,.cart.table-wrapper .col.subtotal .price-excluding-tax,.cart.table-wrapper .col.msrp .price-including-tax,.cart.table-wrapper .col.msrp .price-excluding-tax,.order-details-items .col.price .price-including-tax,.order-details-items .col.price .price-excluding-tax,.order-details-items .col.subtotal .price-including-tax,.order-details-items .col.subtotal .price-excluding-tax{color:#666;font-size:1.8rem;display:block;line-height:1;white-space:nowrap}.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,.cart.table-wrapper .col.price .price-including-tax .price,.cart.table-wrapper .col.price .price-excluding-tax .price,.cart.table-wrapper .col.subtotal .price-including-tax .price,.cart.table-wrapper .col.subtotal .price-excluding-tax .price,.cart.table-wrapper .col.msrp .price-including-tax .price,.cart.table-wrapper .col.msrp .price-excluding-tax .price,.order-details-items .col.price .price-including-tax .price,.order-details-items .col.price .price-excluding-tax .price,.order-details-items .col.subtotal .price-including-tax .price,.order-details-items .col.subtotal .price-excluding-tax .price{font-weight:700}.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,.cart-summary .price-including-tax,.cart-summary .price-excluding-tax,.gift-summary .price-including-tax,.gift-summary .price-excluding-tax,.gift-options .price-including-tax,.gift-options .price-excluding-tax{font-size:1.4rem;display:inline-block}.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax,.cart-summary .price-including-tax+.price-excluding-tax,.gift-summary .price-including-tax+.price-excluding-tax,.gift-options .price-including-tax+.price-excluding-tax{font-size:1.1rem;display:inline-block}.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:before,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:before,.cart-summary .price-including-tax+.price-excluding-tax:before,.gift-summary .price-including-tax+.price-excluding-tax:before,.gift-options .price-including-tax+.price-excluding-tax:before{content:'(' attr(data-label) ': '}.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax+.price-excluding-tax:after,.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax+.price-excluding-tax:after,.cart-summary .price-including-tax+.price-excluding-tax:after,.gift-summary .price-including-tax+.price-excluding-tax:after,.gift-options .price-including-tax+.price-excluding-tax:after{content:')'}.price-including-tax .cart-tax-total,.price-excluding-tax .cart-tax-total,.paypal-review .table-paypal-review-items .cart-tax-total,.cart.table-wrapper .cart-tax-total,.order-details-items .cart-tax-total{cursor:pointer;padding-right:10px;position:relative;display:inline-block;text-decoration:none}.abs-tax-total:after,.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after,.paypal-review .table-paypal-review-items .cart-tax-total:after,.cart.table-wrapper .cart-tax-total:after,.order-details-items .cart-tax-total:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:8px;line-height:8px;color:inherit;content:'\e622';font-family:'luma-icons';margin:3px 0 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.price-including-tax .cart-tax-total:after,.price-excluding-tax .cart-tax-total:after,.paypal-review .table-paypal-review-items .cart-tax-total:after,.cart.table-wrapper .cart-tax-total:after,.order-details-items .cart-tax-total:after{position:absolute;right:-2px;top:4px}.abs-tax-total-expanded:after,.price-including-tax .cart-tax-total-expanded:after,.price-excluding-tax .cart-tax-total-expanded:after,.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,.cart.table-wrapper .cart-tax-total-expanded:after,.order-details-items .cart-tax-total-expanded:after{content:'\e621'}.giftcard-account .form-giftcard-redeem .fieldset,.form-giftregistry-create .fieldset{margin-bottom:20px}.review-ratings .rating-summary,.customer-review .review-details .customer-review-rating .rating-summary{display:table-row}.review-ratings .rating-label,.customer-review .review-details .customer-review-rating .rating-label{display:table-cell;padding-bottom:5px;padding-right:25px;padding-top:1px;vertical-align:top}.review-ratings .rating-result,.customer-review .review-details .customer-review-rating .rating-result{display:table-cell;vertical-align:top}.block-addresses-list .items.addresses .item.actions .action:after,.account .data.table .col.actions .action:after,[class^='sales-guest-'] .data.table .col.actions .action:after,.sales-guest-view .data.table .col.actions .action:after,.block .box-actions .action:after{border-left:1px solid #a6a6a6;content:'';display:inline-block;height:12px;margin:0 10px;vertical-align:-1px}.block-addresses-list .items.addresses .item.actions .action:last-child:after,.account .data.table .col.actions .action:last-child:after,[class^='sales-guest-'] .data.table .col.actions .action:last-child:after,.sales-guest-view .data.table .col.actions .action:last-child:after,.block .box-actions .action:last-child:after{display:none}.paypal-review .block .block-title>.action,.account .column.main .block:not(.widget) .block-title>.action,.multicheckout .block-title>.action,.magento-rma-guest-returns .column.main .block:not(.widget) .block-title>.action,[class^='sales-guest-'] .column.main .block:not(.widget) .block-title>.action,.sales-guest-view .column.main .block:not(.widget) .block-title>.action{margin-left:15px}.paypal-review .block .box-title,.account .column.main .block:not(.widget) .box-title,.multicheckout .box-title,.magento-rma-guest-returns .column.main .block:not(.widget) .box-title,[class^='sales-guest-'] .column.main .block:not(.widget) .box-title,.sales-guest-view .column.main .block:not(.widget) .box-title{display:inline-block;margin:0 0 10px}.paypal-review .block .box-title>span,.account .column.main .block:not(.widget) .box-title>span,.multicheckout .box-title>span,.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>span,[class^='sales-guest-'] .column.main .block:not(.widget) .box-title>span,.sales-guest-view .column.main .block:not(.widget) .box-title>span{font-size:1.6rem}.paypal-review .block .box-title>.action,.account .column.main .block:not(.widget) .box-title>.action,.multicheckout .box-title>.action,.magento-rma-guest-returns .column.main .block:not(.widget) .box-title>.action,[class^='sales-guest-'] .column.main .block:not(.widget) .box-title>.action,.sales-guest-view .column.main .block:not(.widget) .box-title>.action{font-weight:400;margin-left:10px}.block-minicart .subtotal .label:after,.minicart-items .details-qty .label:after,.minicart-items .price-minicart .label:after,.order-details-items .order-gift-message .label:after,.order-details-items .block-order-details-gift-message .label:after,.block-wishlist-management .wishlist-select .wishlist-name-label:after{content:': '}.abs-dropdown-items-new .action.new,.wishlist.split.button .action.new,.wishlist-dropdown .action.new{display:inline-block;text-decoration:none}.abs-icon-add:before,.abs-dropdown-items-new .action.new:before,.wishlist.split.button .action.new:before,.wishlist-dropdown .action.new:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e61c';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .items .item:last-child:hover,.wishlist-dropdown .items .item:last-child:hover{background:#e8e8e8}.wishlist.split.button .action.new:before,.wishlist-dropdown .action.new:before{margin-left:-17px;margin-right:5px}.abs-sidebar-totals .table-caption,.sidebar .subtitle,.cart-summary .block .fieldset.estimate>.legend,.cart-summary .block .fieldset.estimate>.legend+br,.minicart-items .product-item-details .weee[data-label] .label,.page-product-giftcard .fieldset.giftcard>.legend+br,.order-details-items .order-items .order-gift-message .action.close,.multicheckout .block .methods-shipping .item-content .fieldset>.legend+br,.multicheckout .hidden,[class^='multishipping-'] .nav-sections,[class^='multishipping-'] .nav-toggle,.no-display,.cart-totals .table-caption,.opc-block-summary .table-totals .table-caption{display:none}.return-status,.order-status{border:2px solid #ccc;border-radius:3px;display:inline-block;margin:3px 0 0;padding:2px 10px;text-transform:uppercase;vertical-align:top}.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,.magento-rma-returns-view .page-main .page-title-wrapper .page-title,.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,.account .page-main .page-title-wrapper .page-title,[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,.sales-guest-view .page-main .page-title-wrapper .page-title,.magento-rma-guest-returns .page-main .page-title-wrapper .page-title{margin-right:25px}.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,.magento-rma-returns-view .page-main .page-title-wrapper .order-date,.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,.account .page-main .page-title-wrapper .order-date,[class^='sales-guest-'] .page-main .page-title-wrapper .order-date,.sales-guest-view .page-main .page-title-wrapper .order-date,.magento-rma-guest-returns .page-main .page-title-wrapper .order-date{font-size:16px;margin-bottom:10px}.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,.account .page-main .page-title-wrapper .order-date .label,[class^='sales-guest-'] .page-main .page-title-wrapper .order-date .label,.sales-guest-view .page-main .page-title-wrapper .order-date .label,.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label{display:none}.account .column.main .order-details-items .table-wrapper .data.table,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,.block-giftregistry-results .data.table,.block-wishlist-search-results .data.table,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table{border:none}.abs-table-striped>tbody>tr:nth-child(even)>td,.abs-table-striped>tbody>tr:nth-child(even)>th,.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th,.block-giftregistry-results .data.table>tbody>tr:nth-child(even)>td,.block-giftregistry-results .data.table>tbody>tr:nth-child(even)>th,.block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>td,.block-wishlist-search-results .data.table>tbody>tr:nth-child(even)>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr:nth-child(even)>th{background:#f6f6f6}.abs-table-striped>thead>tr>th,.abs-table-striped>tbody>tr>th,.abs-table-striped>tfoot>tr>th,.abs-table-striped>thead>tr>td,.abs-table-striped>tbody>tr>td,.abs-table-striped>tfoot>tr>td,.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.account .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,.block-giftregistry-results .data.table>thead>tr>th,.block-giftregistry-results .data.table>tbody>tr>th,.block-giftregistry-results .data.table>tfoot>tr>th,.block-giftregistry-results .data.table>thead>tr>td,.block-giftregistry-results .data.table>tbody>tr>td,.block-giftregistry-results .data.table>tfoot>tr>td,.block-wishlist-search-results .data.table>thead>tr>th,.block-wishlist-search-results .data.table>tbody>tr>th,.block-wishlist-search-results .data.table>tfoot>tr>th,.block-wishlist-search-results .data.table>thead>tr>td,.block-wishlist-search-results .data.table>tbody>tr>td,.block-wishlist-search-results .data.table>tfoot>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tbody>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td{border:none}.abs-table-striped>thead>tr>th,.abs-table-striped>thead>tr>td,.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.account .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,[class^='sales-guest-'] .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.sales-guest-view .column.main .order-details-items .table-wrapper .data.table>thead>tr>td,.block-giftregistry-results .data.table>thead>tr>th,.block-giftregistry-results .data.table>thead>tr>td,.block-wishlist-search-results .data.table>thead>tr>th,.block-wishlist-search-results .data.table>thead>tr>td,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>th,.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table>thead>tr>td{border-bottom:1px solid #ccc}.block-compare .counter,.block-wishlist .counter{color:#6d6d6d;font-size:1.2rem;vertical-align:middle;white-space:nowrap}.block-compare .counter:before,.block-wishlist .counter:before{content:'('}.block-compare .counter:after,.block-wishlist .counter:after{content:')'}.block-compare .block-title,.block-reorder .block-title,.widget .block-title,.block-wishlist .block-title{margin:0 0 20px}.block-compare .block-title strong,.block-reorder .block-title strong,.widget .block-title strong,.block-wishlist .block-title strong{font-size:18px;font-weight:300;vertical-align:middle}.block-cart-failed,.cart-container .form-cart{margin-bottom:20px}.block-cart-failed .actions.main .continue,.block-cart-failed .actions.main .clear,.cart-container .form-cart .actions.main .continue,.cart-container .form-cart .actions.main .clear{display:none}.form.search.advanced .fields.range .field.date .control,.form-giftregistry-edit .field.date .control{position:relative}.abs-field-date input,.field.date ._has-datepicker,.field-dob ._has-datepicker,.form-giftregistry-search .fields-specific-options .datetime-picker,.form.search.advanced .fields.range .field.date input,.form-giftregistry-edit .field.date input{margin-right:10px;width:calc(100% - 33px)}.field .control._with-tooltip{position:relative}.field .control._with-tooltip input{margin-right:10px;width:calc(100% - 36px)}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,.shipping-policy-block.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,.shipping-policy-block.field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:before{border-bottom-color:#666}.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,.shipping-policy-block.field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}.opc-wrapper .step-title,.opc-block-shipping-information .shipping-information-title,.opc-block-summary>.title,.checkout-agreements-items .checkout-agreements-item-title{padding-bottom:10px;color:#333;font-weight:300;font-size:2.6rem}.cart-totals,.opc-block-summary .table-totals{border-top:1px solid #ccc;padding-top:10px}.cart-totals tbody .mark,.cart-totals tfoot .mark,.opc-block-summary .table-totals tbody .mark,.opc-block-summary .table-totals tfoot .mark{border:0;font-weight:400;padding:6px 0}.cart-totals tbody .amount,.cart-totals tfoot .amount,.opc-block-summary .table-totals tbody .amount,.opc-block-summary .table-totals tfoot .amount{border:0;font-weight:400;padding:6px 0 6px 14px;text-align:right;white-space:nowrap}.cart-totals .grand th,.cart-totals .grand td,.opc-block-summary .table-totals .grand th,.opc-block-summary .table-totals .grand td{padding:11px 0}.cart-totals .grand strong,.opc-block-summary .table-totals .grand strong{display:inline-block;font-weight:600;padding:3px 0 0}.cart-totals .grand .mark,.opc-block-summary .table-totals .grand .mark{font-size:1.8rem;border-top:1px solid #ccc;padding-right:10px}.cart-totals .grand .amount,.opc-block-summary .table-totals .grand .amount{font-size:1.8rem;border-top:1px solid #ccc}.cart-totals .msrp,.opc-block-summary .table-totals .msrp{margin-bottom:10px}.cart-totals tbody tr:last-child td,.opc-block-summary .table-totals tbody tr:last-child td{padding-bottom:19px}.cart-totals .totals-tax-summary .mark,.cart-totals .totals-tax-summary .amount,.opc-block-summary .table-totals .totals-tax-summary .mark,.opc-block-summary .table-totals .totals-tax-summary .amount{border-bottom:1px solid #ccc;border-top:1px solid #ccc;cursor:pointer}.cart-totals .totals-tax-summary .amount .price,.opc-block-summary .table-totals .totals-tax-summary .amount .price{padding-right:20px;position:relative;display:inline-block;text-decoration:none}.abs-sidebar-totals .totals-tax-summary .amount .price>span,.cart-totals .totals-tax-summary .amount .price>span,.opc-block-summary .table-totals .totals-tax-summary .amount .price>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-sidebar-totals .totals-tax-summary .amount .price:after,.cart-totals .totals-tax-summary .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary .amount .price:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart-totals .totals-tax-summary .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary .amount .price:after{position:absolute;right:3px;top:3px}.cart-totals .totals-tax-summary.expanded .mark,.cart-totals .totals-tax-summary.expanded .amount,.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,.opc-block-summary .table-totals .totals-tax-summary.expanded .amount{border-bottom:0}.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after,.cart-totals .totals-tax-summary.expanded .amount .price:after,.opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after{content:'\e621'}.cart-totals .totals-tax-details,.opc-block-summary .table-totals .totals-tax-details{border-bottom:1px solid #ccc;display:none}.cart-totals .totals-tax-details.shown,.opc-block-summary .table-totals .totals-tax-details.shown{display:table-row}.cart-totals .table-wrapper,.opc-block-summary .table-totals .table-wrapper{margin-bottom:0}.paypal-review-discount .block>.title strong,.cart-discount .block>.title strong{color:#006bb4;font-weight:400}.paypal-review-discount .actions-toolbar,.cart-discount .actions-toolbar{display:table-cell;vertical-align:top;width:1%}.paypal-review-discount .actions-toolbar .action.primary,.paypal-review-discount .actions-toolbar .action.cancel,.cart-discount .actions-toolbar .action.primary,.cart-discount .actions-toolbar .action.cancel{border-bottom-left-radius:0;border-top-left-radius:0;margin:0 0 0 -1px;white-space:nowrap;width:auto}.paypal-review-discount .actions-toolbar .secondary,.cart-discount .actions-toolbar .secondary{bottom:5px;left:15px;position:absolute}.paypal-review-discount .action.check,.cart-discount .action.check{font-weight:400}.paypal-review-discount .fieldset,.cart-discount .fieldset{display:table;width:100%}.paypal-review-discount .fieldset>.field>.label,.cart-discount .fieldset>.field>.label{display:none}.paypal-review-discount .field,.cart-discount .field{display:table-cell}@font-face{font-family:'Open Sans';src:url('../../frontend/Nf/naffco/en_US/fonts/opensans/light/opensans-300.woff2') format('woff2'),url('../../frontend/Nf/naffco/en_US/fonts/opensans/light/opensans-300.woff') format('woff');font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:url('../../frontend/Nf/naffco/en_US/fonts/opensans/regular/opensans-400.woff2') format('woff2'),url('../../frontend/Nf/naffco/en_US/fonts/opensans/regular/opensans-400.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:url('../../frontend/Nf/naffco/en_US/fonts/opensans/semibold/opensans-600.woff2') format('woff2'),url('../../frontend/Nf/naffco/en_US/fonts/opensans/semibold/opensans-600.woff') format('woff');font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:'Open Sans';src:url('../../frontend/Nf/naffco/en_US/fonts/opensans/bold/opensans-700.woff2') format('woff2'),url('../../frontend/Nf/naffco/en_US/fonts/opensans/bold/opensans-700.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}.items{margin:0;padding:0;list-style:none none}.columns{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;box-sizing:border-box}.columns:after{clear:both;content:' ';display:block;height:0;overflow:hidden;visibility:hidden}.columns .column.main{padding-bottom:40px;-webkit-flex-basis:auto;flex-basis:auto;-webkit-flex-grow:1;flex-grow:1;-ms-flex-order:1;-webkit-order:1;order:1;width:100%}.columns .sidebar-main{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:100%;flex-basis:100%;-ms-flex-order:1;-webkit-order:1;order:1}.columns .sidebar-additional{-webkit-flex-grow:1;flex-grow:1;-webkit-flex-basis:100%;flex-basis:100%;-ms-flex-order:2;-webkit-order:2;order:2}.table-wrapper{margin-bottom:20px}table>caption{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.table tfoot{background:#f5f5f5}.table tfoot>tr:first-child th,.table tfoot>tr:first-child td{border-top:1px solid #ccc;padding-top:20px}.table tfoot th,.table tfoot td{border:0}.table tfoot .mark{font-weight:400;text-align:right}.message.info{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:45px;position:relative}.message.info a{color:#006bb4}.message.info a:hover{color:#006bb4}.message.info a:active{color:#006bb4}.message.info>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#c07600;content:'\e602';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.message.error{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fae5e5;color:#e02b27;padding-left:45px;position:relative}.message.error a{color:#006bb4}.message.error a:hover{color:#006bb4}.message.error a:active{color:#006bb4}.message.error>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#b30000;content:'\e61f';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.message.warning{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:45px;position:relative}.message.warning a{color:#006bb4}.message.warning a:hover{color:#006bb4}.message.warning a:active{color:#006bb4}.message.warning>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#c07600;content:'\e602';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.message.notice{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#fdf0d5;color:#6f4400;padding-left:45px;position:relative}.message.notice a{color:#006bb4}.message.notice a:hover{color:#006bb4}.message.notice a:active{color:#006bb4}.message.notice>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#c07600;content:'\e602';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.message.success{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#e5efe5;color:#006400;padding-left:45px;position:relative}.message.success a{color:#006bb4}.message.success a:hover{color:#006bb4}.message.success a:active{color:#006bb4}.message.success>*:first-child:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:24px;color:#006400;content:'\e60e';font-family:'luma-icons';margin:-12px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;left:0;top:22px;width:45px;position:absolute;text-align:center}.panel.header .links,.panel.header .switcher{display:none}.nav-sections{background:#f0f0f0}.nav-toggle{display:inline-block;text-decoration:none;cursor:pointer;display:block;font-size:0;left:15px;position:absolute;top:15px;z-index:14}.nav-toggle:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:28px;line-height:inherit;color:#757575;content:'\e609';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.nav-toggle:hover:before{color:#333}.nav-toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tooltip.wrapper{position:relative}.tooltip.wrapper .tooltip.content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;margin-top:5px;left:0;top:100%}.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before{border:solid transparent;content:'';height:0;position:absolute;width:0}.tooltip.wrapper .tooltip.content:after{border-width:5px;border-color:transparent}.tooltip.wrapper .tooltip.content:before{border-width:6px;border-color:transparent}.tooltip.wrapper .tooltip.content:after,.tooltip.wrapper .tooltip.content:before{bottom:100%}.tooltip.wrapper .tooltip.content:after{border-bottom-color:#fff;left:15px;margin-left:-5px}.tooltip.wrapper .tooltip.content:before{border-bottom-color:#bbb;left:15px;margin-left:-6px}.tooltip.wrapper .tooltip.toggle{cursor:help}.tooltip.wrapper .tooltip.toggle:hover+.tooltip.content,.tooltip.wrapper .tooltip.toggle:focus+.tooltip.content,.tooltip.wrapper:hover .tooltip.content{display:block}.tooltip.wrapper .tooltip.content dl{margin-bottom:0}.tooltip.wrapper .tooltip.content dd{white-space:normal}.tooltip.wrapper .tooltip.content .subtitle{display:inline-block;font-size:16px;font-weight:500;margin-bottom:15px}.tooltip.wrapper .tooltip.content .label{margin-top:10px}.tooltip.wrapper .tooltip.content .label:first-child{margin-top:0}.tooltip.wrapper .tooltip.content .values{margin:0}.ui-tooltip{position:absolute;z-index:9999}.load.indicator{background-color:rgba(255,255,255,0.7);z-index:9999;bottom:0;left:0;position:fixed;right:0;top:0;position:absolute}.load.indicator:before{background:transparent url('../../frontend/Nf/naffco/en_US/images/loader-2.gif') no-repeat 50% 50%;border-radius:5px;height:160px;width:160px;bottom:0;box-sizing:border-box;content:'';left:0;margin:auto;position:absolute;right:0;top:0}.load.indicator>span{display:none}.loading-mask{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100;background:rgba(255,255,255,0.5)}.loading-mask .loader>img{bottom:0;left:0;margin:auto;position:fixed;right:0;top:0;z-index:100}.loading-mask .loader>p{display:none}body>.loading-mask{z-index:9999}._block-content-loading{position:relative}[data-role='main-css-loader']{display:none}.fieldset{border:0;margin:0 0 40px;padding:0;letter-spacing:-.31em}.fieldset>*{letter-spacing:normal}.fieldset>.legend{margin:0 0 20px;padding:0 0 10px;width:100%;box-sizing:border-box;float:left;font-weight:300;line-height:1.2;font-size:1.8rem}.fieldset>.legend+br{clear:both;display:block;height:0;overflow:hidden;visibility:hidden}.fieldset:last-child{margin-bottom:20px}.fieldset>.field,.fieldset>.fields>.field{margin:0 0 20px}.fieldset>.field>.label,.fieldset>.fields>.field>.label{margin:0 0 8px;display:inline-block}.fieldset>.field:last-child,.fieldset>.fields>.field:last-child{margin-bottom:0}.fieldset>.field>.label,.fieldset>.fields>.field>.label{font-weight:600}.fieldset>.field>.label+br,.fieldset>.fields>.field>.label+br{display:none}.fieldset>.field .choice input,.fieldset>.fields>.field .choice input{vertical-align:top}.fieldset>.field .fields.group:before,.fieldset>.fields>.field .fields.group:before,.fieldset>.field .fields.group:after,.fieldset>.fields>.field .fields.group:after{content:'';display:table}.fieldset>.field .fields.group:after,.fieldset>.fields>.field .fields.group:after{clear:both}.fieldset>.field .fields.group .field,.fieldset>.fields>.field .fields.group .field{box-sizing:border-box;float:left}.fieldset>.field .fields.group.group-2 .field,.fieldset>.fields>.field .fields.group.group-2 .field{width:50% !important}.fieldset>.field .fields.group.group-3 .field,.fieldset>.fields>.field .fields.group.group-3 .field{width:33.3% !important}.fieldset>.field .fields.group.group-4 .field,.fieldset>.fields>.field .fields.group.group-4 .field{width:25% !important}.fieldset>.field .fields.group.group-5 .field,.fieldset>.fields>.field .fields.group.group-5 .field{width:20% !important}.fieldset>.field .addon,.fieldset>.fields>.field .addon{display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;padding:0;width:100%}.fieldset>.field .addon textarea,.fieldset>.fields>.field .addon textarea,.fieldset>.field .addon select,.fieldset>.fields>.field .addon select,.fieldset>.field .addon input,.fieldset>.fields>.field .addon input{-ms-flex-order:2;-webkit-order:2;order:2;-webkit-flex-basis:100%;flex-basis:100%;display:inline-block;margin:0;width:auto}.fieldset>.field .addon .addbefore,.fieldset>.fields>.field .addon .addbefore,.fieldset>.field .addon .addafter,.fieldset>.fields>.field .addon .addafter{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box;-ms-flex-order:3;-webkit-order:3;order:3;display:inline-block;vertical-align:middle;white-space:nowrap;width:auto}.fieldset>.field .addon .addbefore:disabled,.fieldset>.fields>.field .addon .addbefore:disabled,.fieldset>.field .addon .addafter:disabled,.fieldset>.fields>.field .addon .addafter:disabled{opacity:.5}.fieldset>.field .addon .addbefore::-moz-placeholder,.fieldset>.fields>.field .addon .addbefore::-moz-placeholder,.fieldset>.field .addon .addafter::-moz-placeholder,.fieldset>.fields>.field .addon .addafter::-moz-placeholder{color:#575757}.fieldset>.field .addon .addbefore::-webkit-input-placeholder,.fieldset>.fields>.field .addon .addbefore::-webkit-input-placeholder,.fieldset>.field .addon .addafter::-webkit-input-placeholder,.fieldset>.fields>.field .addon .addafter::-webkit-input-placeholder{color:#575757}.fieldset>.field .addon .addbefore:-ms-input-placeholder,.fieldset>.fields>.field .addon .addbefore:-ms-input-placeholder,.fieldset>.field .addon .addafter:-ms-input-placeholder,.fieldset>.fields>.field .addon .addafter:-ms-input-placeholder{color:#575757}.fieldset>.field .addon .addbefore,.fieldset>.fields>.field .addon .addbefore{float:left;-ms-flex-order:1;-webkit-order:1;order:1}.fieldset>.field .additional,.fieldset>.fields>.field .additional{margin-top:10px}.fieldset>.field.required>.label:after,.fieldset>.fields>.field.required>.label:after,.fieldset>.field._required>.label:after,.fieldset>.fields>.field._required>.label:after{content:'*';color:#e02b27;font-size:1.2rem;margin:0 0 0 5px}.fieldset>.field .note,.fieldset>.fields>.field .note{font-size:1.2rem;margin:3px 0 0;padding:0;display:inline-block;text-decoration:none}.fieldset>.field .note:before,.fieldset>.fields>.field .note:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:24px;line-height:12px;font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.fieldset>.field.no-label>.label,.fieldset>.fields>.field.no-label>.label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.fieldset>.field.choice .label,.fieldset>.fields>.field.choice .label{display:inline;font-weight:normal;margin:0}.column:not(.main) .fieldset>.field .label,.column:not(.main) .fieldset>.fields>.field .label{font-weight:normal}.fieldset>.field .field.choice,.fieldset>.fields>.field .field.choice{margin-bottom:10px}.fieldset>.field .field.choice:last-child,.fieldset>.fields>.field .field.choice:last-child{margin-bottom:0}.legend+.fieldset,.legend+div{clear:both}.legend>span{margin-right:5px}fieldset.field{border:0;padding:0}.field.date .time-picker{display:inline-block;margin-top:10px;white-space:nowrap}.field .message.warning{margin-top:10px}select{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background-size:30px 60px;text-indent:.01em;text-overflow:''}select::-ms-expand{display:none}select.admin__control-multiselect{height:auto}.field-error,div.mage-error[generated]{margin-top:7px}.field-error{color:#e02b27;font-size:1.2rem}.product-options-wrapper .date.required div[for*='options'].mage-error{display:none !important}.field .tooltip{position:relative}.field .tooltip .tooltip-content{background:#fff;max-width:360px;min-width:210px;padding:12px 16px;z-index:100;display:none;position:absolute;text-align:left;color:#333;line-height:1.4;border:1px solid #bbb;margin-left:5px;left:100%;top:0}.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before{border:solid transparent;content:'';height:0;position:absolute;width:0}.field .tooltip .tooltip-content:after{border-width:5px;border-color:transparent}.field .tooltip .tooltip-content:before{border-width:6px;border-color:transparent}.field .tooltip .tooltip-content:after,.field .tooltip .tooltip-content:before{right:100%}.field .tooltip .tooltip-content:after{border-right-color:#fff;margin-top:-5px;top:15px}.field .tooltip .tooltip-content:before{border-right-color:#bbb;margin-top:-6px;top:15px}.field .tooltip .tooltip-toggle{cursor:help}.field .tooltip .tooltip-toggle:hover+.tooltip-content,.field .tooltip .tooltip-toggle:focus+.tooltip-content,.field .tooltip:hover .tooltip-content{display:block}.field .tooltip .tooltip-content{min-width:200px;white-space:normal}input:focus~.tooltip .tooltip-content,select:focus~.tooltip .tooltip-content{display:block}._has-datepicker~.ui-datepicker-trigger{background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;display:block;text-decoration:none;display:inline-block;margin-top:-4px;vertical-align:middle}._has-datepicker~.ui-datepicker-trigger:focus,._has-datepicker~.ui-datepicker-trigger:active{background:none;border:none}._has-datepicker~.ui-datepicker-trigger:hover{background:none;border:none}._has-datepicker~.ui-datepicker-trigger.disabled,._has-datepicker~.ui-datepicker-trigger[disabled],fieldset[disabled] ._has-datepicker~.ui-datepicker-trigger{pointer-events:none;opacity:.5}._has-datepicker~.ui-datepicker-trigger>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}._has-datepicker~.ui-datepicker-trigger:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:23px;line-height:23px;color:#7d7d7d;content:'\e612';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}._has-datepicker~.ui-datepicker-trigger:focus{box-shadow:none;outline:0}.sidebar .fieldset{margin:0}.sidebar .fieldset>.field:not(.choice):not(:last-child),.sidebar .fieldset .fields>.field:not(:last-child){margin:0 0 20px}.sidebar .fieldset>.field:not(.choice) .label,.sidebar .fieldset .fields>.field .label{margin:0 0 4px;padding:0 0 5px;text-align:left;width:100%}.sidebar .fieldset>.field:not(.choice) .control,.sidebar .fieldset .fields>.field .control{width:100%}@font-face{font-family:'luma-icons';src:url('../../frontend/Nf/naffco/en_US/fonts/Luma-Icons.woff2') format('woff2'),url('../../frontend/Nf/naffco/en_US/fonts/Luma-Icons.woff') format('woff');font-weight:normal;font-style:normal;font-display:auto}button,a.action.primary{border-radius:3px}button:not(.primary){box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3)}button:not(.primary):active{box-shadow:inset 0 1px 0 0 rgba(204,204,204,0.8),inset 0 -1px 0 0 rgba(204,204,204,0.3)}body:not(._keyfocus) button:focus{box-shadow:none}a.action.primary{display:inline-block;text-decoration:none}a.action.primary:hover,a.action.primary:active,a.action.primary:focus{text-decoration:none}.action.primary{background-image:none;background:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:600;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle}.action.primary:focus,.action.primary:active{background:#006bb4;border:1px solid #006bb4;color:#fff}.action.primary:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.action.primary.disabled,.action.primary[disabled],fieldset[disabled] .action.primary{opacity:.5;cursor:default;pointer-events:none}.product.data.items{margin:0;padding:0;border-bottom:1px solid #ccc;margin-bottom:20px;margin-left:-15px;margin-right:-15px}.product.data.items>.item.title{box-sizing:border-box;float:none;width:100%}.product.data.items>.item.title>.switch{display:block}.product.data.items>.item.content{box-sizing:border-box;display:block;float:none;margin:0}.product.data.items>.item.content:before,.product.data.items>.item.content:after{content:'';display:table}.product.data.items>.item.content:after{clear:both}.product.data.items>.item.content.active{display:block}.product.data.items>.item.title{margin:0}.product.data.items>.item.title>.switch{border-top:1px solid #ccc;height:40px;padding:1px 10px 1px 10px;font-weight:600;line-height:40px;font-size:1.4rem;color:#333;text-decoration:none}.product.data.items>.item.title>.switch:visited{color:#6d6d6d;text-decoration:none}.product.data.items>.item.title>.switch:hover{color:#333;text-decoration:none}.product.data.items>.item.title>.switch:active{color:#333;text-decoration:none}.product.data.items>.item.title:not(.disabled)>.switch:active,.product.data.items>.item.title.active>.switch,.product.data.items>.item.title.active>.switch:focus,.product.data.items>.item.title.active>.switch:hover{color:#333;text-decoration:none;padding-bottom:1px}.product.data.items>.item.content{background:#fff;margin:0;padding:10px 10px 30px}.product.data.items .item.title a{position:relative;text-decoration:none}.product.data.items .item.title a:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.product.data.items .item.title a:after{position:absolute;right:10px;top:1px}.product.data.items .item.title.active a:after{content:'\e621'}.product.data.items .value p:last-child{margin-bottom:0}.product.data.items .table-wrapper{margin:0}.pages>.label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .items{font-size:0;letter-spacing:-1px;line-height:0;white-space:nowrap;margin:0;padding:0;list-style:none none;display:inline-block;font-weight:400}.pages .item{font-size:1.2rem;line-height:3rem;letter-spacing:normal;margin:0 8px 0 0;display:inline-block}.pages .item .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages a.page{color:#006bb4;display:inline-block;padding:0 5px;text-decoration:none}.pages a.page:visited{color:#006bb4}.pages a.page:hover{color:#006bb4;text-decoration:none}.pages a.page:active{color:#ff5501}.pages strong.page{background:#e5e5e5;font-size:1.2rem;line-height:3rem;letter-spacing:normal;color:#333;display:inline-block;font-weight:700;padding:0 5px}.pages .action{background:#f0f0f0;border:1px solid #ccc;color:#7d7d7d;display:inline-block;padding:0;text-decoration:none}.pages .action:visited{color:#7d7d7d}.pages .action:hover{background:#dedede;color:#7d7d7d;text-decoration:none}.pages .action:active{color:#7d7d7d}.pages .action.next{display:inline-block;text-decoration:none}.pages .action.next:visited:before{color:#7d7d7d}.pages .action.next:active:before{color:#7d7d7d}.pages .action.next>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .action.next:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:inherit;color:#7d7d7d;content:'\e608';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.pages .action.next:hover:before{color:#7d7d7d}.pages .action.next:active:before{color:#7d7d7d}.pages .action.previous{display:inline-block;text-decoration:none}.pages .action.previous:visited:before{color:#7d7d7d}.pages .action.previous:active:before{color:#7d7d7d}.pages .action.previous>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.pages .action.previous:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:inherit;color:#7d7d7d;content:'\e617';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.pages .action.previous:hover:before{color:#7d7d7d}.pages .action.previous:active:before{color:#7d7d7d}.pages .action{box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);border-radius:3px;padding:0 8px}.pages .action.previous{margin-right:8px}.pages .action.next{margin-left:8px}.actions-toolbar>.primary,.actions-toolbar>.secondary{margin-bottom:10px;text-align:center}.actions-toolbar>.primary .action,.actions-toolbar>.secondary .action{margin-bottom:10px}.actions-toolbar>.primary .action:last-child,.actions-toolbar>.secondary .action:last-child{margin-bottom:0}.actions-toolbar>.primary:last-child,.actions-toolbar>.secondary:last-child{margin-bottom:0}.actions-toolbar>.secondary .action.back{display:none}.breadcrumbs{margin:0 0 15px}.breadcrumbs .items{font-size:1.2rem;color:#707070;margin:0;padding:0;list-style:none none}.breadcrumbs .items>li{display:inline-block;vertical-align:top}.breadcrumbs .item{margin:0}.breadcrumbs a{color:#006bb4;text-decoration:none}.breadcrumbs a:visited{color:#006bb4;text-decoration:none}.breadcrumbs a:hover{color:#006bb4;text-decoration:underline}.breadcrumbs a:active{color:#006bb4;text-decoration:none}.breadcrumbs strong{font-weight:400}.breadcrumbs .item:not(:last-child){display:inline-block;text-decoration:none}.breadcrumbs .item:not(:last-child):after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:18px;content:'\e608';font-family:'luma-icons';margin:0 10px;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.ui-dialog.popup .action.close{position:absolute;height:40px;right:0;top:0;width:40px;z-index:1001;display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.ui-dialog.popup .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-dialog.popup .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:#8c8c8c;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.ui-dialog.popup .action.close:hover:before{color:#737373}.ui-dialog.popup .action.close:active:before{color:#737373}.ui-dialog.popup .action.close:focus,.ui-dialog.popup .action.close:active{background:none;border:none}.ui-dialog.popup .action.close:hover{background:none;border:none}.ui-dialog.popup .action.close.disabled,.ui-dialog.popup .action.close[disabled],fieldset[disabled] .ui-dialog.popup .action.close{pointer-events:none;opacity:.5}.popup .actions-toolbar .action.cancel{font-weight:400}.popup-pointer{margin-left:-14px;position:absolute;top:-14px}.popup-pointer:before,.popup-pointer:after{content:'';position:absolute;display:block;width:0;height:0;border-bottom-style:solid}.popup-pointer:before{left:2px;top:2px;border:solid 6px;border-color:transparent transparent #fff transparent;z-index:99}.popup-pointer:after{left:1px;top:0px;border:solid 7px;border-color:transparent transparent #aeaeae transparent;z-index:98}.price-tier_price .price-excluding-tax,.price-tier_price .price-including-tax{display:inline}.price-including-tax,.price-excluding-tax{display:block;font-size:1.8rem;line-height:1}.price-including-tax .price,.price-excluding-tax .price{font-weight:700}.price-including-tax+.price-excluding-tax,.weee[data-label]{display:block;font-size:1.8rem}.price-including-tax+.price-excluding-tax:before,.weee[data-label]:before{content:attr(data-label) ': ';font-size:1.1rem}.price-including-tax+.price-excluding-tax .price,.weee[data-label] .price{font-size:1.1rem}body._has-modal{height:100%;overflow:hidden;width:100%}.modals-overlay{z-index:899}.modal-slide,.modal-popup{bottom:0;left:0;min-width:0;position:fixed;right:0;top:0;visibility:hidden;opacity:0;-webkit-transition:visibility 0s .3s,opacity .3s ease;transition:visibility 0s .3s,opacity .3s ease}.modal-slide._show,.modal-popup._show{visibility:visible;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.modal-slide._show .modal-inner-wrap,.modal-popup._show .modal-inner-wrap{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.modal-slide .modal-inner-wrap,.modal-popup .modal-inner-wrap{background-color:#fff;box-shadow:0 0 12px 2px rgba(0,0,0,0.35);opacity:1;pointer-events:auto}.modal-slide{left:44px;z-index:900}.modal-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.modal-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.modal-slide._inner-scroll .modal-inner-wrap{overflow-y:visible;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.modal-slide._inner-scroll .modal-header,.modal-slide._inner-scroll .modal-footer{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.modal-slide._inner-scroll .modal-content{overflow-y:auto}.modal-slide._inner-scroll .modal-footer{margin-top:auto}.modal-slide .modal-header,.modal-slide .modal-content,.modal-slide .modal-footer{padding:0 2.6rem 2.6rem}.modal-slide .modal-header{padding-bottom:2.1rem;padding-top:2.1rem}.modal-popup{z-index:900;left:0;overflow-y:auto}.modal-popup.confirm .modal-inner-wrap{max-width:50rem}.modal-popup.confirm .modal-inner-wrap .modal-content{padding-right:7rem}.modal-popup._show .modal-inner-wrap{-webkit-transform:translateY(0);transform:translateY(0)}.modal-popup .modal-inner-wrap{margin:5rem auto;width:75%;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;box-sizing:border-box;height:auto;left:0;position:absolute;right:0;-webkit-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:-webkit-transform .2s ease;transition:transform .2s ease}.modal-popup._inner-scroll{overflow-y:visible}.ie11 .modal-popup._inner-scroll{overflow-y:auto}.modal-popup._inner-scroll .modal-inner-wrap{max-height:90%}.ie11 .modal-popup._inner-scroll .modal-inner-wrap{max-height:none}.modal-popup._inner-scroll .modal-content{overflow-y:auto}.modal-popup .modal-header,.modal-popup .modal-content,.modal-popup .modal-footer{padding-left:3rem;padding-right:3rem}.modal-popup .modal-header,.modal-popup .modal-footer{-webkit-flex-grow:0;flex-grow:0;-webkit-flex-shrink:0;flex-shrink:0}.modal-popup .modal-header{padding-bottom:1.2rem;padding-top:3rem}.modal-popup .modal-footer{margin-top:auto;padding-bottom:3rem;padding-top:3rem}.modal-popup .modal-footer-actions{text-align:right}.modal-custom .action-close,.modal-popup .action-close,.modal-slide .action-close{background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;display:inline-block;text-decoration:none;position:absolute;right:0;top:0}.modal-custom .action-close:focus,.modal-popup .action-close:focus,.modal-slide .action-close:focus,.modal-custom .action-close:active,.modal-popup .action-close:active,.modal-slide .action-close:active{background:none;border:none}.modal-custom .action-close:hover,.modal-popup .action-close:hover,.modal-slide .action-close:hover{background:none;border:none}.modal-custom .action-close.disabled,.modal-popup .action-close.disabled,.modal-slide .action-close.disabled,.modal-custom .action-close[disabled],.modal-popup .action-close[disabled],.modal-slide .action-close[disabled],fieldset[disabled] .modal-custom .action-close,fieldset[disabled] .modal-popup .action-close,fieldset[disabled] .modal-slide .action-close{pointer-events:none;opacity:.5}.modal-custom .action-close>span,.modal-popup .action-close>span,.modal-slide .action-close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.modal-custom .action-close:before,.modal-popup .action-close:before,.modal-slide .action-close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:14px;color:#757575;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.modal-custom .action-close:hover:before,.modal-popup .action-close:hover:before,.modal-slide .action-close:hover:before{color:inherit}.modal-custom .action-close:active:before,.modal-popup .action-close:active:before,.modal-slide .action-close:active:before{color:inherit}.modal-custom .action-close:hover:before,.modal-popup .action-close:hover:before,.modal-slide .action-close:hover:before{color:#1a1a1a}.modal-custom .action-close{margin:15px}.modal-popup{pointer-events:none}.modal-popup .modal-title{border-bottom:1px solid #c1c1c1;font-weight:300;padding-bottom:10px;font-size:26px;margin-bottom:0;min-height:1em;word-wrap:break-word}.modal-popup .action-close{padding:20px}.modal-slide .action-close{margin:15px;padding:0}.modal-slide .page-main-actions{margin-bottom:-12.9rem;margin-top:2.1rem}.modals-overlay{background-color:rgba(51,51,51,0.55);bottom:0;left:0;position:fixed;right:0;top:0}body._has-modal-custom .modal-custom-overlay{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:899}.login-container .g-recaptcha,.form-login .g-recaptcha{margin-bottom:10px !important}.required-captcha.checkbox{position:absolute;display:block;visibility:visible;overflow:hidden;opacity:0;width:1px;height:1px}.review-form .field-recaptcha{margin-bottom:10px}.form.send.friend .g-recaptcha{margin-top:40px}.amslick-slider-container .slick-dots li button:focus,.amslick-slider-container .slick-dots li button:hover,.amslick-slider-container .slick-list:focus{outline:0}.amslick-slider-container .slick-list,.amslick-slider-container .slick-slider,.amslick-slider-container .slick-track{position:relative;display:block}.amslick-slider-container .slick-loading .slick-slide,.amslick-slider-container .slick-loading .slick-track{visibility:hidden}.amslick-slider-container .slick-list{overflow:hidden;margin:0;padding:0}.amslick-slider-container .slick-list.dragging{cursor:pointer;cursor:hand}.amslick-slider-container .slick-slider .slick-list,.amslick-slider-container .slick-slider .slick-track{transform:translate3d(0, 0, 0)}.amslick-slider-container .slick-track{top:0;left:0;margin:0 auto}.amslick-slider-container .slick-track:after,.amslick-slider-container .slick-track:before{display:table;content:''}.amslick-slider-container .slick-track:after{clear:both}.amslick-slider-container .slick-slide,.amslick-slider-container .slick-slide.slick-loading img{display:none}.amslick-slider-container .slick-slide{float:left;min-height:1px;height:100%;vertical-align:middle}.amslick-slider-container [dir=rtl] .slick-slide{float:right}.amslick-slider-container .slick-slide.dragging img{pointer-events:none}.amslick-slider-container .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.amslick-slider-container .slick-arrow.slick-hidden{display:none}.amslick-slider-container .slick-loading .slick-list{position:relative;background:0 0}.amslick-slider-container .slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;width:25px;height:25px;border-width:3px;border-style:solid;border-color:rgba(0,0,0,0.2);border-top-color:#5c5c5c;border-radius:100%;content:'';transform:translate(-50%, -50%);animation:loading 1s infinite linear}.amslick-slider-container .slick-next.slick-disabled,.amslick-slider-container .slick-prev.slick-disabled{opacity:.25}.amslick-slider-container .slick-dotted.slick-slider{margin-bottom:30px}.amslick-slider-container .slick-dots{position:absolute;left:0;display:block;margin:0;padding:0;width:100%;list-style:none;text-align:center}.amslick-slider-container .slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0;width:20px;height:20px;cursor:pointer}.amslick-slider-container .slick-dots li button,.amslick-slider-container .slick-slider .slick-arrow{display:block;outline:0;box-shadow:none;cursor:pointer}.amslick-slider-container .slick-dots li button{padding:5px;width:20px;height:20px;border:0;background:0 0;color:transparent;font-size:0;line-height:0}.amslick-slider-container .slick-dots li button:focus:before,.amslick-slider-container .slick-dots li button:hover:before{opacity:1}.amslick-slider-container .slick-dots li button:before{position:absolute;top:0;left:0;width:20px;height:20px;color:#000;content:'•';text-align:center;font-size:16px;line-height:20px;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.amslick-slider-container .slick-dots li.slick-active button:before{color:#000;opacity:.75}.amslick-slider-container .slick-slider{box-sizing:border-box;padding:0 20px;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.amslick-slider-container .slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;border:none;background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;color:transparent;font-size:0;line-height:0;transition:background .3s ease;transform:translate(0, -50%)}.amslick-slider-container .slick-slider .slick-arrow:before,.amslick-slider-container .slick-slider .slick-arrow:after{content:''}.amslick-slider-container .slick-slider .slick-arrow:hover{background:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat}.amslick-slider-container .slick-slider .slick-arrow.slick-next{right:0}.amslick-slider-container .slick-slider .slick-arrow.slick-prev{left:0;transform:rotate(180deg) translate(0, 50%)}.amslick-slider-container .slick-initialized .slick-slide{display:inline-block !important;float:none !important;height:auto}.amslick-slider-container .product-items.slick-slider>.slick-list{padding:15px 0}.amslick-slider-container .product-items.slick-slider .slick-slide .product-item{display:block !important;margin:auto !important;max-width:205px}.amslick-slider-container .sidebar.sidebar-additional{width:100%}@keyframes loading{0%{transform:translate(-50%, -50%) rotate(0)}100%{transform:translate(-50%, -50%) rotate(359.9deg)}}.amazon-button-container{display:table;margin:0 0 22px}.amazon-button-container__cell{display:table-cell;min-width:45px;position:relative}.amazon-button-container img{display:block}.amazon-button-container .field-tooltip{display:none;margin:-12px 0 0;right:5px;top:50%}.checkout-shipping-address .amazon-button-container{margin:22px 0}.login-container .block-amazon-login .actions-toolbar{margin-top:25px}.amazon-validate-container .block .block-title{font-size:1.8rem}.amazon-validate-container .fieldset:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.amazon-validate-container .fieldset:after{margin-top:35px}@media all and (max-width:768px){.amazon-button-container{width:100%}}.amazon-logout-widget{display:none}.amazon-divider{border-bottom:1px solid #ccc;line-height:0.1em;margin:18px 0 20px;text-align:center;max-width:500px}.amazon-divider span{background:#fff;padding:0 5px}.product-social-links,.amazon-minicart-container{width:100%;display:block;text-align:center}.product-social-links .amazon-button-container,.amazon-minicart-container .amazon-button-container{display:inline-block;margin:0px}.product-social-links .field-tooltip .field-tooltip-content,.amazon-minicart-container .field-tooltip .field-tooltip-content{top:38px;left:-245px}.product-social-links .field-tooltip .field-tooltip-content:before,.amazon-minicart-container .field-tooltip .field-tooltip-content:before{border:none;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #666;top:-10px;left:244px}.product-social-links .field-tooltip .field-tooltip-content:after,.amazon-minicart-container .field-tooltip .field-tooltip-content:after{border:none;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #f4f4f4;top:-8px;left:244px}.product-social-links .amazon-button-container{margin-bottom:30px;display:block}.amazon-checkout-now{border-top:1px solid #c1c1c1;padding-top:10px;margin-bottom:10px}.amazon-addtoCart{display:block;width:100%;height:100%;position:absolute;left:0;top:0}.revert-checkout{margin-top:20px;margin-bottom:20px;display:block}.centered-button{text-align:center;display:inline-block}.catalog-product-view .centered-button{display:table}.checkout-payment-method .amazon-sandbox-simulator{border-bottom:1px solid #ccc}.checkout-payment-method .amazon-sandbox-simulator .payment-option-title{border-top:none;padding-top:0}.checkout-payment-method .amazon-sandbox-simulator .amazon-sandbox-simulator-scenario{margin-bottom:10px}.checkout-methods-items .amazon-minicart-container .amazon-divider{display:none}.checkout-methods-items .centered-button{margin-bottom:0}@media all and (max-width:768px){.checkout-methods-items .centered-button{width:auto}}.checkout-methods-items .field-tooltip{display:none}.checkout-methods-items .field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-methods-items .field-tooltip .field-tooltip-content:before,.checkout-methods-items .field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0}.checkout-methods-items .field-tooltip .field-tooltip-content:before{border-bottom-color:#666}.checkout-methods-items .field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}@media all and (max-width:768px){.checkout-methods-items .field-tooltip .field-tooltip-content{right:-56px;top:38px;left:auto}.checkout-methods-items .field-tooltip .field-tooltip-content:before,.checkout-methods-items .field-tooltip .field-tooltip-content:after{right:56px}}.amazon-widget{max-width:400px;height:228px}.amazon-widget--address{margin-top:20px}.amazon-addresses{margin-top:20px}.amazon-addresses .amazon-address{margin-bottom:20px}#checkout-step-shipping .amazon-divider{margin:40px 0}.checkout-payment-method .amazon-payment-method .payment-method-title{visibility:hidden;padding-bottom:0}.opc-progress-bar-item._complete.lock-step{cursor:none;pointer-events:none}@media all and (max-width:768px){.amazon-minicart-container .amazon-button-container{width:auto}}.klarna-payments-method-cell{display:table-cell;vertical-align:middle}label.klarna-payments-method-cell>span{padding-left:5px}span.klarna-payments-method-cell>img{display:block}.bfb-checkbox-item,.bfb-radio-item{margin-top:0.7rem}.mgz-control-radio,.mgz-control-checkbox{cursor:pointer;opacity:.01;overflow:hidden;position:absolute !important;vertical-align:top}.mgz-control-radio:after,.mgz-control-checkbox:after{display:none}.mgz-control-radio+label,.mgz-control-checkbox+label{cursor:pointer;display:inline-block;vertical-align:sub}.mgz-control-radio+label:before,.mgz-control-checkbox+label:before{font-family:'Magezon-Icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px solid #adadad;color:transparent;float:left;height:1.6rem;text-align:center;vertical-align:top;width:1.6rem}.mgz-control-radio+label,.mgz-control-checkbox+label{padding-left:2.2rem}.mgz-control-radio+label:before,.mgz-control-checkbox+label:before{margin:1px 0 0 -2.2rem}.mgz-control-radio:checked+label:before,.mgz-control-checkbox:checked+label:before{color:#514943}.mgz-control-radio.disabled+label,.mgz-control-checkbox.disabled+label,.mgz-control-radio[disabled]+label,.mgz-control-checkbox[disabled]+label{color:#303030;cursor:default;opacity:.5}.mgz-control-radio.disabled+label:before,.mgz-control-checkbox.disabled+label:before,.mgz-control-radio[disabled]+label:before,.mgz-control-checkbox[disabled]+label:before{background-color:#e9e9e9;border-color:#adadad;cursor:default}._keyfocus .mgz-control-radio:not([disabled]):focus+label:before,._keyfocus .mgz-control-checkbox:not([disabled]):focus+label:before,._keyfocus .mgz-control-radio:not(.disabled):focus+label:before,._keyfocus .mgz-control-checkbox:not(.disabled):focus+label:before{border-color:#007bdb}.mgz-control-radio:not([disabled]):hover+label:before,.mgz-control-checkbox:not([disabled]):hover+label:before,.mgz-control-radio:not(.disabled):hover+label:before,.mgz-control-checkbox:not(.disabled):hover+label:before{border-color:#878787}.mgz-control-radio+label:before{border-radius:1.6rem;content:'';transition:border-color .1s linear,color .1s ease-in}.mgz-control-radio.mgz-control-radio+label:before{line-height:140%}.mgz-control-radio:checked+label{position:relative}.mgz-control-radio:checked+label:after{background-color:#514943;border-radius:50%;content:'';height:10px;left:3px;position:absolute;top:4px;width:10px}.mgz-control-radio:checked:not([disabled]):hover,.mgz-control-radio:checked:not(.disabled):hover{cursor:default}.mgz-control-radio:checked:not([disabled]):hover+label,.mgz-control-radio:checked:not(.disabled):hover+label{cursor:default}.mgz-control-radio:checked:not([disabled]):hover+label:before,.mgz-control-radio:checked:not(.disabled):hover+label:before{border-color:#adadad}.mgz-control-checkbox+label:before{border-radius:1px;content:'';font-size:0;transition:font-size .1s ease-out,color .1s ease-out,border-color .1s linear}.mgz-control-checkbox:checked+label:before{content:'\e62d';font-size:1.1rem;line-height:125%}.mgz__actions-switch{display:inline-block;position:relative;vertical-align:middle}.admin__field-control .mgz__actions-switch{line-height:3.2rem}.mgz__actions-switch+.admin__field-service{min-width:34rem}.mgz__actions-switch-checkbox{position:absolute !important}._disabled .mgz__actions-switch-checkbox+.mgz__actions-switch-label,.mgz__actions-switch-checkbox.disabled+.mgz__actions-switch-label{cursor:not-allowed;opacity:.5;pointer-events:none}.mgz__actions-switch-checkbox:checked+.mgz__actions-switch-label:before{left:15px}.mgz__actions-switch-checkbox:checked+.mgz__actions-switch-label:after{background:#79a22e}.mgz__actions-switch-checkbox:checked+.mgz__actions-switch-label .mgz__actions-switch-text:before{content:attr(data-text-on)}._error .mgz__actions-switch-checkbox+.mgz__actions-switch-label:before,._error .mgz__actions-switch-checkbox+.mgz__actions-switch-label:after{border-color:#e22626}.mgz__actions-switch-label{-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;cursor:pointer;display:inline-block;height:22px;line-height:22px;position:relative;user-select:none;vertical-align:middle}.mgz__actions-switch-label:before,.mgz__actions-switch-label:after{left:0;position:absolute;right:auto;top:0}.mgz__actions-switch-label:before{background:#fff;border:1px solid #aaa6a0;border-radius:100%;content:'';display:block;height:22px;transition:left .2s ease-in 0s;width:22px;z-index:1}.mgz__actions-switch-label:after{background:#e3e3e3;border:1px solid #aaa6a0;border-radius:12px;content:'';display:block;height:22px;transition:background .2s ease-in 0s;width:37px;z-index:0}.mgz__actions-switch-text:before{content:attr(data-text-off);padding-left:47px;white-space:nowrap}.mgzFlex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.mgz-invisible{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.magezon-icon{font-family:'Magezon-Icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.MgzFontAwesome{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mgz-text-left{text-align:left}.mgz-text-right{text-align:right}.mgz-text-center{text-align:center}.mgz-text-justify{text-align:justify}.mgz-hidden{display:none}.mgz-hide{display:none}.mgz-visible{display:block}.mgz_fit{width:1% !important}.mgz_center{text-align:center}@keyframes jump{0%{transform:translateY(0)}50%{transform:translateY(-10px)}}.mz_loadfr{display:none}.mz_loadfr .mz_loadfr_bg{position:fixed;left:0px;top:0px;background:#000;opacity:0.4;width:100%;height:100%;z-index:999}.mz_loadfr .loading{display:flex;z-index:999;position:fixed;top:50%;left:50%;text-align:center;transform:translate(-50%, -50%);max-width:200px}.mz_loadfr .circle{width:10px;height:10px;background-color:white;border-radius:50%;margin:3px;animation:jump .5s ease-in infinite}.mz_loadfr .circle:nth-of-type(1){background-color:#14656a}.mz_loadfr .circle:nth-of-type(2){animation-delay:0.1s;background-color:#fa7268}.mz_loadfr .circle:nth-of-type(3){animation-delay:0.2s;background-color:#94dbdf}.opc-block-summary .vertex-message td,.cart-summary .vertex-message td{padding:0;border-top:none}.form-address-edit .actions-toolbar .vertex-update-address{margin-top:10px}.estimation-wrapper{margin-bottom:10px}.estimation-wrapper .heading-container{margin-bottom:3px;position:relative}.estimation-wrapper .heading-container .label{display:none;font-weight:600;margin-bottom:0;margin-right:5px}.estimation-wrapper .heading-container img.loader{display:none;max-height:20px;position:absolute;top:0}.estimation-wrapper .heading-container img.loader.visible{display:inline-block}.estimation-wrapper .heading-container.visible .label{display:inline-block}.estimation-wrapper .response-container{display:none;min-height:28px}.estimation-wrapper .response-container span{margin-top:5px;margin-bottom:0}.estimation-wrapper .response-container span.post-code{cursor:pointer;font-weight:600;text-decoration:underline}.estimation-wrapper .response-container span.country-code{font-weight:600}.estimation-wrapper .response-container span.error-massage{display:none;color:#ff0000;cursor:pointer;text-decoration:underline}.estimation-wrapper .response-container .order-within-container,.estimation-wrapper .response-container #estimation_message{display:none;margin-top:3px}.estimation-wrapper .response-container .order-within-container #order_within,.estimation-wrapper .response-container #estimation_message #order_within{font-weight:bold;margin-top:0}.estimation-wrapper .response-container .input-wrapper{display:inline-block}.estimation-wrapper .response-container .input-wrapper input,.estimation-wrapper .response-container .input-wrapper select{display:none;height:auto;margin:0 5px 0 0;max-width:72px;padding:2px;text-align:center}.estimation-wrapper .response-container.visible{display:block}.estimation-wrapper.show-spinner{min-height:25px}#estimated_content{display:none;float:left;margin-bottom:10px;width:100%}#estimated_content strong.label{float:left;min-height:25px}#estimated_content .loader{display:none;position:relative;top:0;left:10px}#estimated_content .loader img{height:20px}#estimated_content #estimated_response{display:none;float:left;min-height:30px;width:100%}#estimated_content #estimated_response span{display:inline-block;padding-top:5px}#estimated_content #estimated_response span#zip{cursor:pointer;text-decoration:underline}#estimated_content #estimated_response span#zip_response,#estimated_content #estimated_response span#country_response{font-weight:bold}#estimated_content #estimated_response span#zip_response.clickable{cursor:pointer;text-decoration:underline}#estimated_content #estimated_response span.input-wrapper{padding-top:0}#estimated_content #estimated_response .update-location{display:inline-block;position:relative;padding:0;margin:0}#estimated_content #estimated_response .update-location .input-wrapper,#estimated_content #estimated_response .update-location .buttons{padding:0;margin:0;position:relative;top:0}#estimated_content #estimated_response .update-location #input_zip,#estimated_content #estimated_response .update-location #input_country{display:none;border:1px solid #ccc;border-radius:0;font-size:inherit;text-align:center;margin:0 2px;height:26px;padding:0;max-width:75px}#estimated_content #estimated_response .update-location #input_zip.empty,#estimated_content #estimated_response .update-location #input_country.empty{border-color:#ff0000}#estimated_content #estimated_response .update-location #coutry_text{display:none}#estimated_content #estimated_response .update-location #input_zip{margin-left:0}#estimated_content #estimated_response .update-location #input_country{padding:0 20px 0 10px;position:relative}#estimated_content #estimated_response .update-location .buttons{padding:0}#estimated_content #estimated_response .update-location .buttons #update_location{cursor:pointer;border-radius:0;padding:0;margin:0 5px;top:-2px;position:relative}#estimated_content #estimated_response .update-location .buttons #update_location span{padding:0;margin:0;width:26px}#estimated_content #estimated_response .update-location .buttons #update_location span:before{font-family:'luma-icons';font-size:12px;line-height:24px;content:'\e610';display:inline-block}#estimated_content #estimated_response .update-location .buttons #update_location{display:none}@media only screen and (max-width:1040px){#estimated_content #estimated_response .update-location{margin-top:5px}}#estimated_content #error{display:none;float:left;width:100%}#estimated_content #error #error-message{color:#ff0000}#estimated_content #error #error-message.clickable{cursor:pointer;text-decoration:underline}.wesupply_estimations_zip{max-width:65px}.page-header-v3 .header_right .wesupply-link-v2,.page-header-v4 .header_right .wesupply-link-v2{display:none}.page-header-v4.sticky-header .header.links .wesupply-tracking-info{margin-right:15px}.wesupply_options{width:150px;margin-right:10px}.wesupply-link-v2{float:left;line-height:30px}.sticky-header .wesupply-link-v2{display:none}.sms-center{text-align:center}#ws_embed_sms_notification{clear:left;font:14px Helvetica,Arial,sans-serif;margin:40px 0 20px;padding:0}#ws_embed_sms_notification.design-1 #phonePrefix,#ws_embed_sms_notification.design-1 #ws-Phone{height:50px}#ws_embed_sms_notification.ws-left{text-align:left}#ws_embed_sms_notification.ws-left.sms-center{max-width:640px;margin:0 auto;text-align:center}#ws_embed_sms_notification .block-span{display:block}#ws_embed_sms_notification .block-span.mg-top-span{margin-bottom:10px}#ws_embed_sms_notification .control-subs:before{font-size:16px;line-height:32px;color:#575757;margin:6px 0 0 8px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;position:absolute;background:url('../../frontend/Nf/naffco/en_US/WeSupply_Toolbox/images/icone_phone.png');content:'';width:12px;height:20px}#ws_embed_sms_notification .control-subs .ws-Phone{padding-left:35px}#ws_embed_sms_notification #ws-responses{padding:20px 0;margin:0 auto}#ws-responses{padding-bottom:20px}#ws-responses #ws-error-response{color:red}#ws-responses #ws-success-response{color:green}.sms-center-design-2{margin:0 auto;text-align:center}.ws-title-description-container-dsg2{margin:0;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.ws_embed_sms_notification{width:100%;margin-top:50px}.ws_embed_sms_notification .inline-block{width:100%;text-align:left;border:1px solid #b5b5b5;position:relative}.ws_embed_sms_notification .inline-block .title-dsg-2{border-right:1px solid #b5b5b5;float:left;min-height:26px;line-height:26px;padding:15px 30px}.ws_embed_sms_notification .inline-block .description-dsg-2{float:left;display:inline-block;width:auto;padding:14px 20px;min-height:26px;line-height:26px}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2{float:right;display:inline-block;max-width:unset;padding:11px;min-width:396px;width:auto}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2{width:205px;float:left;height:32px;padding:0 0 0 26px;border-right:0 none}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2{padding:0 0 0 26px;height:34px;width:130px}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-orderId-dsg2{margin-bottom:10px;max-width:100%}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 button.action{float:left;clear:none;margin:0;border-radius:0}.ws_embed_sms_notification .inline-block .sms-subs{margin-top:-3px;border-radius:3px;border-bottom-left-radius:0;border-top-left-radius:0}.ws_embed_sms_notification .inline-block .title-dsg-2{padding:14px;font-size:13px;margin:0;background:#f4f4f4}.ws_embed_sms_notification .inline-block .control-subs-2:before{font-size:16px;line-height:32px;color:#575757;margin:6px 0 0 8px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center;position:absolute;background:url('../../frontend/Nf/naffco/en_US/WeSupply_Toolbox/images/icone_phone.png');content:'';width:12px;height:20px}@media screen and (max-width:988px){.ws_embed_sms_notification .inline-block .title-dsg-2{display:none}}@media screen and (max-width:767px){.ws_embed_sms_notification .inline-block{border:0 none}.ws_embed_sms_notification .inline-block .description-dsg-2{padding-left:0}.ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2{float:left;padding:0 0 10px 0;clear:both}.ws_embed_sms_notification .inline-block .ws-title-description-container-dsg2{position:relative}}@media screen and (max-width:767px){.ws_embed_sms_notification .inline-block{border:1px solid #b5b5b5}.ws_embed_sms_notification .inline-block .description-dsg-2{text-align:center;width:100%}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2{padding:0 20px;min-width:unset}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-Phone{width:calc(100% - 130px);border-right:1px solid #c2c2c2}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 #ws-orderId{margin-bottom:10px;width:100%;max-width:100%}.ws_embed_sms_notification .inline-block #ws-embedded-sms-notification-form.ws-embedded-sms-notification-form-dsg-2 button#ws-embedded-subscribe{width:100%;margin-top:10px;float:none;height:auto}}.wesupply-track-shipment .page-title-wrapper,.wesupply-orders-view .page-title-wrapper{display:none}.embedded-iframe-container iframe.embedded-iframe{visibility:hidden}#order-view-container{display:none}.order-view-modal .page-main-actions{display:none}.order-view-modal .modal-header{display:none}.order-view-modal .modal-content{padding:0 1rem}.loading-container{text-align:center;padding:40px;position:relative}.loading-container .loading-image{background:url('../../frontend/Nf/naffco/en_US/images/loader-2.gif') center center no-repeat transparent;background-size:contain;position:absolute;top:0;left:calc(50% - 100px);height:200px;width:200px;z-index:100}[class*="cms-wesupply-store-locator"] #maincontent,[class*="cms-wesupply-store-details"] #maincontent,.wesupply-track-shipment #maincontent{position:relative;margin:0 auto !important;max-width:unset;padding:0;width:100%}[class*="cms-wesupply-store-locator"] #maincontent .embedded-iframe-container .page-title,[class*="cms-wesupply-store-details"] #maincontent .embedded-iframe-container .page-title,.wesupply-track-shipment #maincontent .embedded-iframe-container .page-title{text-align:left}[class*="cms-wesupply-store-locator"] #maincontent .not-found,[class*="cms-wesupply-store-details"] #maincontent .not-found,.wesupply-track-shipment #maincontent .not-found{padding:40px 0 20px;margin:0 auto;display:table}[class*="cms-wesupply-store-locator"] .breadcrumbs,[class*="cms-wesupply-store-details"] .breadcrumbs,.wesupply-track-shipment .breadcrumbs{display:none}#co-shipping-method-form .item-options .field.item{margin-left:20px}#co-shipping-method-form .item-options .field.item input.radio{margin-left:-20px;margin-top:2px}#co-shipping-method-form .item-options .field.item label.label{position:relative;top:-2px;left:-2px}#co-shipping-method-form .item-options .field.item span.eta{display:block}@media screen and (min-width:845px){.order-view-modal{max-width:810px;left:calc(100% - 810px)}}.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-phone-dsg-2{height:34px}.theme-pearl .ws_embed_sms_notification .inline-block .ws-embedded-sms-notification-form-dsg-2 .ws-country-pc-dsg2{height:34px}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_zip,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_zip{height:26px;min-height:unset;max-height:unset;position:relative;top:-1px}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #update_location,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #update_location{height:28px}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country,body:not(.theme-pearl) #estimated_content #estimated_response .update-location .buttons #input_country{top:-1px}body:not(.theme-pearl) #ws_embed_sms_notification.sms-center{max-width:560px;margin:40px auto}body:not(.theme-pearl) #ws_embed_sms_notification.sms-center-design-2{margin:40px auto}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group{position:relative}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group:before{left:0}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #phonePrefix,body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone{height:32px;vertical-align:bottom}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-Phone{padding-left:5px}body:not(.theme-pearl) #ws_embed_sms_notification .ws-field-group #ws-orderId{margin-bottom:10px;width:460px;max-width:100%}.extend_1,.owl-carousel.products .owl-controls .owl-nav .owl-prev,.owl-carousel.products .owl-controls .owl-nav .owl-next,.owl-carousel.products .owl-controls .owl-dot{cursor:pointer;cursor:hand;user-select:none}.products.products-grid,.custom-slider{position:relative;padding:0 0 20px}.owl-carousel.products{display:none;width:100%;position:relative;z-index:0}.owl-carousel.products .animated{animation-duration:1000ms;animation-fill-mode:both}.owl-carousel.products .owl-animated-in{z-index:0}.owl-carousel.products .owl-animated-out{z-index:1}.owl-carousel.products .fadeOut{animation-name:fadeOut}.owl-carousel.products .owl-stage{position:relative}.owl-carousel.products .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel.products .owl-stage-outer{position:relative;overflow:hidden;padding:20px 0}:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev{width:40px !important;top:0 !important;left:0 !important;background:none transparent !important}:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover{background:none transparent !important}:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next{width:40px !important;top:0 !important;right:0 !important;background:none transparent !important}:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover{background:none transparent !important}.owl-carousel.products.owl-loaded{display:block}.owl-carousel.products.owl-loading{opacity:0;display:block}.owl-carousel.products.owl-hidden{opacity:0}.owl-carousel.products .owl-item{position:relative;min-height:1px;float:left;user-select:none}.owl-carousel.products .owl-item img{display:block;width:100%;transform-style:preserve-3d}.owl-carousel.products .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel.products .owl-item .product-item{width:100% !important;margin:10px}.owl-carousel.products .owl-grab{cursor:move;cursor:grab}.owl-carousel.products.owl-rtl{direction:rtl}.owl-carousel.products.owl-rtl .owl-item{float:right}.owl-carousel.products .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel.products .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Nf/naffco/en_US/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;transition:scale 100ms ease}.owl-carousel.products .owl-video-play-icon:hover{transition:scale(1.3, 1.3)}.owl-carousel.products .owl-video-playing .owl-video-tn{display:none}.owl-carousel.products .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel.products .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel.products .owl-video-frame{position:relative;z-index:1}.owl-carousel.products .owl-refresh .owl-item{display:none}.owl-carousel.products.owl-text-select-on .owl-item{user-select:auto}.owl-carousel.products .banner-item .content_slider{position:absolute;top:25%;left:50px;width:calc(100% - 120px);z-index:1;color:#fff}.owl-carousel.products .banner-item .content_slider .banner-title{width:100%;color:#fff;font-size:32px;text-transform:uppercase;text-align:center;display:inline-block;clear:both}.owl-carousel.products .banner-item .content_slider .banner-description{width:100%;clear:both;display:inline-block;text-align:center;padding:15px 0}.owl-carousel.products .banner-item .content_slider .buttons{width:100%;clear:both;display:inline-block;text-align:center}.owl-carousel.products .banner-item .content_slider .buttons a.action.primary{margin:10px}.owl-carousel.products .banner-item .content_slider .buttons .custom_content{margin:10px 0 0;text-align:center}.owl-carousel.products .product-item-details{float:left;width:100%}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-theme.owl-carousel .owl-controls .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme.owl-carousel .owl-controls .owl-dot span{width:10px;height:10px;margin:5px 7px;border:1px solid #d6d6d6;background:white;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme.owl-carousel .owl-controls .owl-dot:hover span{background:#000}.owl-theme.owl-carousel .owl-controls .owl-dot.active span{background:#000;border:1px solid #000}.owl-theme.owl-carousel .product .price-container .price{padding-right:3px}.owl-theme .owl-controls{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:calc(-@size / 2) 0 0;padding:0;background:rgba(255,255,255,0.5);display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;position:absolute;top:50%;width:40px;height:40px;text-indent:100%;overflow:hidden}[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]{background:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev{left:15px}[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev{left:-55px}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before{position:absolute;top:8px;left:6px;z-index:1;width:26px;height:25px;content:"";background-color:black;text-indent:0;border-top:none;transform:none;-webkit-mask-image:url(../../frontend/Nf/naffco/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg);mask-image:url(../../frontend/Nf/naffco/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg)}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after{border-top:none}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next{right:15px}[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next{right:-55px}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before{position:absolute;top:8px;left:7px;z-index:1;width:26px;height:25px;content:"";background-color:black;border-top:none;transform:rotate(180deg);-webkit-mask-image:url(../../frontend/Nf/naffco/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg);mask-image:url(../../frontend/Nf/naffco/en_US/WeltPixel_OwlCarouselSlider/images/arrow.svg)}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after{border-top:none}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#000;color:#fff;text-decoration:none}[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:transparent;color:#000}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after{background-color:#fff}[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after{border-color:#000}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots{position:absolute;width:100%;bottom:20px}[class*=owl-carousel-products-] .owl-theme .owl-dots{position:relative;bottom:-20px}.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after{background:#000}.no-js .owl-carousel{display:block}#pre-div-ajax{position:relative;top:80px}#pre-div{background-color:#fff;bottom:0;height:100%;width:100%;left:0;position:absolute;right:0;top:0;z-index:10000}#pre-div .cssload-loader{position:relative;left:calc(50% - 31px);top:calc(50% - 31px);width:62px;height:62px;border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;perspective:780px}#pre-div .cssload-inner{position:absolute;width:100%;height:100%;box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}#pre-div .cssload-inner.cssload-one{left:0%;top:0%;animation:cssload-rotate-one 1.15s linear infinite;-o-animation:cssload-rotate-one 1.15s linear infinite;-ms-animation:cssload-rotate-one 1.15s linear infinite;-webkit-animation:cssload-rotate-one 1.15s linear infinite;-moz-animation:cssload-rotate-one 1.15s linear infinite;border-bottom:3px solid #000}#pre-div .cssload-inner.cssload-two{right:0%;top:0%;animation:cssload-rotate-two 1.15s linear infinite;-o-animation:cssload-rotate-two 1.15s linear infinite;-ms-animation:cssload-rotate-two 1.15s linear infinite;-webkit-animation:cssload-rotate-two 1.15s linear infinite;-moz-animation:cssload-rotate-two 1.15s linear infinite;border-right:3px solid #000}#pre-div .cssload-inner.cssload-three{right:0%;bottom:0%;animation:cssload-rotate-three 1.15s linear infinite;-o-animation:cssload-rotate-three 1.15s linear infinite;-ms-animation:cssload-rotate-three 1.15s linear infinite;-webkit-animation:cssload-rotate-three 1.15s linear infinite;-moz-animation:cssload-rotate-three 1.15s linear infinite;border-top:3px solid #000}#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary{display:inline-block !important}#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare{position:absolute !important;right:0 !important}#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist{position:absolute !important;left:0 !important}@keyframes cssload-rotate-one{0%{transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}100%{transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-o-keyframes cssload-rotate-one{0%{-o-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}100%{-o-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-ms-keyframes cssload-rotate-one{0%{-ms-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}100%{-ms-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-webkit-keyframes cssload-rotate-one{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}100%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-moz-keyframes cssload-rotate-one{0%{-moz-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0deg)}100%{-moz-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@keyframes cssload-rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}100%{transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-o-keyframes cssload-rotate-two{0%{-o-transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}100%{-o-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-ms-keyframes cssload-rotate-two{0%{-ms-transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}100%{-ms-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-webkit-keyframes cssload-rotate-two{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}100%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-moz-keyframes cssload-rotate-two{0%{-moz-transform:rotateX(50deg) rotateY(10deg) rotateZ(0deg)}100%{-moz-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@keyframes cssload-rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}100%{transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@-o-keyframes cssload-rotate-three{0%{-o-transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}100%{-o-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@-ms-keyframes cssload-rotate-three{0%{-ms-transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}100%{-ms-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@-webkit-keyframes cssload-rotate-three{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}100%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@-moz-keyframes cssload-rotate-three{0%{-moz-transform:rotateX(35deg) rotateY(55deg) rotateZ(0deg)}100%{-moz-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select{font-size:18px}.catalog-product-view .column.main .block-content.content .block-actions .action.select{margin-left:10px}.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related{width:80px;margin:0 auto;float:none;position:static}.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before{content:"\e7a4" !important;font-size:41px !important;line-height:23px !important;background:transparent;color:black;left:5px}.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before{content:"\e608" !important}.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next{overflow:visible !important;right:30px !important}.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before{content:"\e7a4" !important;font-size:41px !important;line-height:23px !important;background:transparent;color:black;left:42px}.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before{content:"\e617" !important;font-family:"luma-icons";font-size:22px !important;line-height:24px !important}.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before{content:"\e617" !important;font-family:"luma-icons";font-size:22px !important;line-height:24px !important;left:45px}.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento{right:-55px !important}.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before{background:transparent !important;color:#fff !important}.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after{color:black !important}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before{content:"\e7a4" !important;font-size:41px !important;line-height:23px !important;background:transparent;color:black;left:5px}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before{content:"\e608" !important}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next{overflow:visible !important;right:30px !important}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before{content:"\e7a4" !important;font-size:41px !important;line-height:23px !important;background:transparent;color:black;left:42px}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before{content:"\e617" !important;font-family:"luma-icons";font-size:22px !important;line-height:24px !important}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before{content:"\e617" !important;font-family:"luma-icons";font-size:22px !important;line-height:24px !important;left:45px}[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento{right:-55px !important}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before{background:transparent !important;color:#fff !important}[class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,[class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after{color:black !important}}@supports (-ms-ime-align:auto){.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before{content:"\e7a4" !important;font-size:41px !important;line-height:23px !important;background:transparent;color:black;left:5px}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before{content:"\e608" !important}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next{overflow:visible !important;right:30px !important}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before{content:"\e7a4" !important;font-size:41px !important;line-height:23px !important;background:transparent;color:black;left:42px}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before{content:"\e617" !important;font-family:"luma-icons";font-size:22px !important;line-height:24px !important}.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before{content:"\e617" !important;font-family:"luma-icons";font-size:22px !important;line-height:24px !important;left:45px}[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento{right:-55px !important}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before{background:transparent !important;color:#fff !important}[class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,[class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after{color:black !important}}.yotpo-yotpo-is-enabled .yotpoBottomLine{width:100%}.yotpo-yotpo-is-enabled .yotpo-icon-double-bubble,.yotpo-yotpo-is-enabled .yotpo-stars{margin:0 5px 0 0 !important}.yotpo-yotpo-is-enabled .thumbnail .yotpo a{display:inline-block}.yotpo-yotpo-is-enabled div.yotpo.bottomLine{display:inline-block;margin:0 10px 1px 0}.yotpo-yotpo-is-enabled div.yotpo.QABottomLine{display:inline-block}.yotpo-yotpo-is-enabled div.yotpo.bottomLine.bottomline-position{display:inline-block;margin:0 10px 1px 0}.yotpo-yotpo-is-enabled.cms-index-index .product-item-actions{margin-top:5px !important}.yotpo-yotpo-is-enabled.catalog-category-view.page-products .product-item-actions,.yotpo-yotpo-is-enabled.catalog-product-view.page-products .product-item-actions{margin-top:0 !important}.yotpo-yotpo-is-enabled.catalog-category-view .product-info-main .product-reviews-summary,.yotpo-yotpo-is-enabled.catalog-product-view .product-info-main .product-reviews-summary{width:100%}.payment-method-braintree .hosted-control{background:#fff;background-clip:padding-box;border:1px solid #c2c2c2;border-radius:1px;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px;height:32px;line-height:1.42857143;padding:0 9px;vertical-align:baseline;width:100%;box-sizing:border-box;position:relative;width:225px}.payment-method-braintree .hosted-control:disabled{opacity:.5}.payment-method-braintree .hosted-control::-moz-placeholder{color:#575757}.payment-method-braintree .hosted-control::-webkit-input-placeholder{color:#575757}.payment-method-braintree .hosted-control:-ms-input-placeholder{color:#575757}.payment-method-braintree .hosted-control.braintree-hosted-fields-focused{border-color:#006bb4}.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused){border-color:#e02b27}.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused)~.hosted-error{height:auto;opacity:1}.payment-method-braintree .hosted-control.braintree-hosted-fields-valid{border-color:#006400}.payment-method-braintree .hosted-control.hosted-cid{width:5rem}.payment-method-braintree .hosted-control.hosted-date{float:left;margin-bottom:7px;width:6rem}.payment-method-braintree .hosted-control.hosted-date:first-of-type{margin-right:50px}.payment-method-braintree .hosted-control.hosted-date:first-of-type:after{content:'/';display:inline;padding-bottom:inherit;padding-top:inherit;position:absolute;right:-25px;top:5px}.payment-method-braintree .field-tooltip{right:0}.payment-method-braintree .hosted-error{clear:both;color:#e02b27;font-size:1.2rem;height:0;margin-top:7px;opacity:0}.braintree-paypal-logo{margin-top:10px;text-align:center}.braintree-paypal-account{padding:15px 0 15px 50px;position:relative;display:inline-block}.braintree-paypal-account:before{background-image:url('../../frontend/Nf/naffco/en_US/Magento_Braintree/images/paypal-small.png');background-position-x:0;background-position-y:0;line-height:16px;vertical-align:middle;height:16px;width:16px;background-repeat:no-repeat;content:'';display:inline-block}.braintree-paypal-account:before{left:17px;margin-top:-8px;position:absolute;top:50%}.braintree-paypal-account .payment-method-type{font-weight:700}.braintree-paypal-account .payment-method-description{color:#575757}.braintree-paypal-fieldset{border:0;margin:0;padding:0}.action-braintree-paypal-logo{background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.action-braintree-paypal-logo:focus,.action-braintree-paypal-logo:active{background:none;border:none}.action-braintree-paypal-logo:hover{background:none;border:none}.action-braintree-paypal-logo.disabled,.action-braintree-paypal-logo[disabled],fieldset[disabled] .action-braintree-paypal-logo{pointer-events:none;opacity:.5}.action-braintree-paypal-logo img{margin:0;width:114px}.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions{margin-left:0}.account .table .col.paypal-account img{vertical-align:middle}.account .table .col.paypal-account+.actions{vertical-align:middle}.block-category-event{background:#f0f0f0;color:#333;padding:10px 0 15px;text-align:center}.block-category-event.block:last-child{margin-bottom:10px}.block-category-event .block-title{margin:0 0 10px}.block-category-event .block-title strong{font-size:1.5rem;font-weight:300}.block-category-event .ticker{margin:0;padding:0;list-style:none none}.block-category-event .ticker li{display:none;margin:0 15px}.block-category-event .ticker .value{font-size:1.8rem;font-weight:300}.block-category-event .ticker .label{font-size:1rem;display:block;text-transform:lowercase}.block-category-event .dates{display:table;margin:0 auto}.block-category-event .dates .start,.block-category-event .dates .end{display:table-cell;vertical-align:top}.block-category-event .dates .date{font-size:1.8rem}.block-category-event .dates .time{display:block}.block-category-event .dates .start{padding-right:40px;position:relative}.block-category-event .dates .start:after{font-size:1.8rem;content:'\2013';display:block;position:absolute;right:15px;top:0}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:50%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:50%}.table-wrapper.billing-agreements{margin-bottom:40px}.paypal{display:inline-block;vertical-align:top}.block-minicart .paypal,.cart-summary .paypal{display:block}.paypal img{display:block;margin:5px auto 0}.opc .paypal{vertical-align:middle}.paypal.acceptance{display:block;margin:0 0 20px}.map-form-addtocart .paypal{display:block;margin:10px auto 5px}.cart-summary .paypal+.paypal{margin-top:25px}.paypal-review .actions-toolbar{margin-top:10px}.paypal-review .paypal-review-title{padding:0 0 10px}.paypal-review .paypal-review-title>strong{font-size:2.4rem;font-weight:300}.paypal-review .paypal-review-title .action{display:inline-block;margin:12px 0 0 30px}.paypal-review .table-paypal-review-items .col.name{padding-top:16px}.paypal-review .table-paypal-review-items .col.qty{text-align:center}.paypal-review .item-options dt{display:inline-block}.paypal-review .item-options dt:after{content:': '}.paypal-review .item-options dd{margin:0}.paypal-review-discount{border-bottom:1px solid #ccc;margin:0 0 40px;padding:10px 0 0}.fotorama-video-container:after{background:url(../../frontend/Nf/naffco/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom right;bottom:0;content:'';height:100px;left:0;margin:auto;position:absolute;right:0;top:12px;width:100px}.fotorama-video-container .magnify-lens{display:none !important}.fotorama-video-container.video-unplayed:hover img{opacity:.6}.fotorama-video-container.video-unplayed:hover:after{transform:scale(1.25)}.video-thumb-icon:after{background:url(../../frontend/Nf/naffco/en_US/Magento_ProductVideo/img/gallery-sprite.png) bottom left;bottom:0;content:'';height:40px;left:0;margin:auto;position:absolute;right:0;top:10px;width:49px}.product-video{bottom:0;height:75%;left:0;margin:auto;position:absolute;right:0;top:0;width:100%}.product-video iframe{height:100%;left:0;position:absolute;top:0;width:100%;z-index:9999}.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after{bottom:0;content:'';height:100px;left:0;margin:auto;position:absolute;right:0;top:12px;width:100px}.fotorama__product-video--loading:after{visibility:hidden}@media only screen and (min-device-width:320px) and (max-device-width:780px) and (orientation:landscape){.product-video{height:100%;width:81%}}.opc-wrapper .form-discount{max-width:500px}.swatch-attribute-label{font-weight:700;position:relative}.swatch-attribute-label.required{padding-right:10px}.swatch-attribute-label[data-required='1']:after{color:#e02b27;content:'*';font-size:14px;font-weight:700;position:absolute;right:-11px;top:-2px}.swatch-attribute-selected-option{color:#646464;padding-left:17px}.swatch-attribute-options{margin:10px 0}.swatch-attribute-options:focus{box-shadow:none}.swatch-attribute-options .swatch-option-tooltip-layered .title{color:#282828;bottom:-5px;height:20px;left:0;margin-bottom:10px;position:absolute;text-align:center;width:100%}.swatch-attribute.size .swatch-option,.swatch-attribute.manufacturer .swatch-option{background:#f0f0f0;color:#949494}.swatch-attribute.size .swatch-option.selected,.swatch-attribute.manufacturer .swatch-option.selected{background:#fff;border:1px solid #fff;color:#000}.swatch-option{border:1px solid #dadada;cursor:pointer;float:left;height:20px;margin:0 10px 5px 0;max-width:100%;min-width:30px;overflow:hidden;padding:1px 2px;position:relative;text-align:center;text-overflow:ellipsis}.swatch-option:focus{box-shadow:0 0 3px 1px #00699d}.swatch-option.text{background:#f0f0f0;color:#686868;font-size:12px;font-weight:700;line-height:20px;margin-right:7px;min-width:22px;padding:4px 8px}.swatch-option.text.selected{background-color:#fff !important}.swatch-option.selected{outline:2px solid #ff5501;border:1px solid #fff;color:#333}.swatch-option:not(.disabled):hover{border:1px solid #fff;color:#333;outline:1px solid #999}.swatch-option.image:not(.disabled):hover,.swatch-option.color:not(.disabled):hover{border:1px solid #fff;outline:2px solid #c34000}.swatch-option.disabled{box-shadow:unset;cursor:default;pointer-events:none}.swatch-option.disabled:after{background:linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);background:-webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(42%, rgba(255,255,255,0)), color-stop(43%, #fff), color-stop(46%, #fff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #fff), color-stop(57%, #fff), color-stop(58%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(to left top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 42%, #fff 43%, #fff 46%, #ff5216 47%, #ff5216 53%, #fff 54%, #fff 57%, rgba(255,255,255,0) 58%, rgba(255,255,255,0) 100%);bottom:0;content:'';filter:'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';left:0;position:absolute;right:0;top:0}.swatch-option-disabled{border:0;cursor:default;outline:none !important}.swatch-option-disabled:after{-webkit-transform:rotate(-30deg);-ms-transform:rotate(-30deg);transform:rotate(-30deg);content:'';height:2px;left:-4px;position:absolute;top:10px;width:42px;z-index:995;background:#e02b27}.swatch-option-loading{content:url('../../frontend/Nf/naffco/en_US/images/loader-2.gif')}.swatch-option-tooltip{border:1px solid #dadada;color:#949494;display:none;max-height:100%;min-height:20px;min-width:20px;padding:5px;position:absolute;text-align:center;z-index:999;background:#fff}.swatch-option-tooltip .corner,.swatch-option-tooltip-layered .corner{bottom:0;height:8px;left:40%;position:absolute}.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before,.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after{border-style:solid;content:'';font-size:1px;height:0;position:relative;width:0}.swatch-option-tooltip .corner:before,.swatch-option-tooltip-layered .corner:before{border-color:#adadad transparent transparent transparent;border-width:8px 8.5px 0 8.5px;left:0;top:2px}.swatch-option-tooltip .corner:after,.swatch-option-tooltip-layered .corner:after{border-color:#fff transparent transparent transparent;border-width:7px 7.5px 0 7.5px;left:-15px;top:1px}.swatch-option-tooltip .image,.swatch-option-tooltip-layered .image{display:block;height:130px;margin:0 auto;width:130px}.swatch-option-tooltip-layered{border:1px solid #dadada;color:#949494;background:#fff;display:none;left:-47px;position:absolute;width:140px;z-index:999}.swatch-option-tooltip .title{color:#282828;display:block;max-height:200px;min-height:20px;overflow:hidden;text-align:center}.swatch-option-link-layered{margin:0 !important;padding:0 !important;position:relative}.swatch-option-link-layered:focus>div{box-shadow:0 0 3px 1px #00699d}.swatch-option-link-layered:hover>.swatch-option-tooltip-layered{display:block}.swatch-opt{margin:20px 0}.swatch-opt-listing{margin-bottom:10px}.swatch-more{display:inline-block;margin:2px 0;padding:2px;position:static;z-index:1}.swatch-visual-tooltip-layered{height:160px;top:-170px}.swatch-textual-tooltip-layered{height:30px;top:-40px}.swatch-input{left:-1000px;position:absolute;visibility:hidden}.clearfix:after{clear:both;content:'';display:block;height:0;visibility:hidden}.minilist .weee{display:table-row;font-size:1.1rem}.minilist .weee:before{display:none}.price-container.weee:before{display:none}.column .block-addbysku .fieldset{margin:0}.column .block-addbysku .fieldset .fields{position:relative}.column .block-addbysku .fieldset .fields .field{display:inline-block;margin-bottom:10px;vertical-align:top}.column .block-addbysku .fieldset .fields .actions-toolbar{position:absolute;right:0;top:7px}.column .block-addbysku .sku{margin-right:-155px;padding-right:160px;width:100%}.column .block-addbysku .qty .qty+.mage-error{width:80px}.column .block-addbysku .block-content .actions-toolbar{clear:both;margin:0 0 20px;text-align:left}.column .block-addbysku .block-content .actions-toolbar:before,.column .block-addbysku .block-content .actions-toolbar:after{content:'';display:table}.column .block-addbysku .block-content .actions-toolbar:after{clear:both}.column .block-addbysku .block-content .actions-toolbar .primary{float:left}.column .block-addbysku .block-content .actions-toolbar .primary,.column .block-addbysku .block-content .actions-toolbar .secondary{display:inline-block}.column .block-addbysku .block-content .actions-toolbar .primary a.action,.column .block-addbysku .block-content .actions-toolbar .secondary a.action{display:inline-block}.column .block-addbysku .block-content .actions-toolbar .primary .action{margin:0 15px 0 0}.column .block-addbysku .block-content .actions-toolbar .secondary a.action{margin-top:6px}.column .block-addbysku .block-content .actions-toolbar .primary,.column .block-addbysku .block-content .actions-toolbar .secondary{display:block;float:none}.column .block-addbysku .block-content .actions-toolbar>.secondary{text-align:left}.column .block-addbysku .action.add{display:inline-block;text-decoration:none;line-height:normal;padding:4px;width:auto}.column .block-addbysku .action.add>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.column .block-addbysku .action.add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:20px;line-height:inherit;color:inherit;content:'\e61c';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.column .block-addbysku .action.add:hover:before{color:inherit}.column .block-addbysku .action.add:active:before{color:inherit}.column .block-addbysku .reset{margin:7px 0}.column .block-addbysku .note{display:block;margin:0 0 20px;padding-top:10px}.block-cart-failed{margin:40px 0}.block-cart-failed .block-title{font-size:2.6rem}.block-cart-failed .block-title strong{font-weight:300}.block-cart-failed .actions{text-align:center}.block-cart-failed .actions .action{display:block;margin:0 auto 10px}.catalogsearch-advanced-result .message.error{margin-top:-60px}.bundle-actions{margin:0 0 30px}.bundle-options-container{clear:both;margin-bottom:40px}.bundle-options-container .legend.title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:0rem;margin-bottom:2rem;border:0;padding:0}.bundle-options-container .product-add-form{display:none}.bundle-options-container .product-options-wrapper{margin-bottom:30px}.bundle-options-container .product-options-wrapper .fieldset>.field{border-top:1px #e4e4e4 solid;padding-top:20px}.bundle-options-container .product-options-wrapper .fieldset>.field:first-of-type{border-top:0;padding-top:0}.bundle-options-container .product-options-wrapper .field.choice input{float:left;margin-top:4px}.bundle-options-container .product-options-wrapper .field.choice .label{display:block;margin-left:24px}.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax{display:inline-block}.bundle-options-container .action.back{margin-bottom:30px}.bundle-options-container .block-bundle-summary>.title{margin-bottom:15px}.bundle-options-container .block-bundle-summary>.title>strong{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.bundle-options-container .block-bundle-summary>.title,.bundle-options-container .block-bundle-summary .bundle-summary .subtitle{border-bottom:1px #e4e4e4 solid;margin-bottom:25px;padding-bottom:16px}.bundle-options-container .block-bundle-summary .price-box{margin-bottom:20px}.bundle-options-container .block-bundle-summary .price-box .price-label{display:block;margin-bottom:5px}.bundle-options-container .block-bundle-summary .bundle-summary{margin-top:30px}.bundle-options-container .block-bundle-summary .bundle-summary.empty{display:none}.bundle-options-container .block-bundle-summary .bundle-summary>.subtitle{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem;display:block}.bundle-options-container .block-bundle-summary .bundle.items>li{margin-bottom:20px}.bundle-options-container .block-bundle-summary .product-addto-links{text-align:center}.bundle-options-container .block-bundle-summary .product-addto-links>.action{margin-right:5%}.bundle-options-container .block-bundle-summary .product-addto-links>.action.tocompare:before{content:'\e61e'}.bundle-options-container p.required{color:#e02b27}.bundle-options-container .nested .field.qty{margin:0 0 20px;margin-top:20px}.bundle-options-container .nested .field.qty>.label{margin:0 0 8px;display:inline-block}.bundle-options-container .nested .field.qty .label{font-weight:600}.bundle-options-container .nested .field.qty:last-child{margin-bottom:0}.bundle-options-container .price{font-weight:600}.bundle-options-container .product-options-bottom{border-top:1px solid #ccc;clear:left;margin:0 0 40px;padding-top:20px}.products{margin:30px 0}.product-items{font-size:0;letter-spacing:-1px;line-height:0}.product-item{font-size:1.4rem;line-height:normal;letter-spacing:normal;vertical-align:top}.products-grid .product-item{display:inline-block;margin-left:2%;width:calc((100% - 2%)/2)}.product-item:nth-child(2n + 1){margin-left:0}.product-item-name{-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;display:block;hyphens:auto;margin:5px 0;word-wrap:break-word}.product-item-info{max-width:100%;width:152px}.page-products .product-item-info{width:240px}.product-item-actions{font-size:0}.product-item-actions>*{font-size:1.4rem}.product-item-actions .actions-secondary{display:inline-block;font-size:1.4rem;vertical-align:middle}.product-item-actions .actions-secondary>button.action{background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.product-item-actions .actions-secondary>button.action:focus,.product-item-actions .actions-secondary>button.action:active{background:none;border:none}.product-item-actions .actions-secondary>button.action:hover{background:none;border:none}.product-item-actions .actions-secondary>button.action.disabled,.product-item-actions .actions-secondary>button.action[disabled],fieldset[disabled] .product-item-actions .actions-secondary>button.action{pointer-events:none;opacity:.5}.product-item-actions .actions-secondary>.action{line-height:35px;text-align:center;width:35px}.product-item-actions .actions-secondary>.action:before{margin:0}.product-item-actions .actions-primary{display:inline-block;vertical-align:middle}.product-item-description{margin:25px 0}.product-item .product-reviews-summary .rating-summary{margin:0 4px 0 0}.product-item .product-reviews-summary .reviews-actions{font-size:12px;margin-top:5px}.product-item .price-box{margin:10px 0 25px}.product-item .price-box .price{font-weight:700;white-space:nowrap}.product-item .price-box .price-label{color:#666;font-size:12px}.product-item .old-price{margin:5px 0}.product-item .old-price .price{font-weight:normal}.product-item .regular-price .price-label{display:none}.product-item .minimal-price .price-container{display:block}.product-item .minimal-price-link{margin-top:5px}.product-item .price-from,.product-item .price-to{margin:0}.product-item .tocompare:before{content:'\e61e'}.product-item .tocart{font-size:1.3rem;border-radius:0;line-height:1;padding-bottom:10px;padding-top:10px;white-space:nowrap}.column.main .product-items{margin-left:0}.column.main .product-item{padding-left:0}.price-container .price{font-size:1.4rem}.price-container .price-including-tax+.price-excluding-tax,.price-container .weee{margin-top:5px}.price-container .price-including-tax+.price-excluding-tax,.price-container .weee,.price-container .price-including-tax+.price-excluding-tax .price,.price-container .weee .price,.price-container .weee+.price-excluding-tax:before,.price-container .weee+.price-excluding-tax .price{font-size:1.1rem}.price-container .weee:before{content:'(' attr(data-label) ': '}.price-container .weee:after{content:')'}.price-container .weee+.price-excluding-tax:before{content:attr(data-label) ': '}.products-list .product-item{display:table;width:100%}.products-list .product-item-info{display:table-row}.products-list .product-item-photo{display:table-cell;padding:0 30px 30px 0;vertical-align:top;width:1%}.products-list .product-item-details{display:table-cell;vertical-align:top}.page-products .columns{padding-top:60px;position:relative;z-index:1}.toolbar{margin-bottom:30px;text-align:center}.toolbar select{background-color:#f0f0f0;box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);border-radius:3px}.toolbar .sorter-action{position:relative;top:-2px}.toolbar-amount{left:0;line-height:18px;margin:0;padding:7px 0;text-align:left;top:0;vertical-align:middle}.products.wrapper~.toolbar .toolbar-amount{display:none}.page-with-filter .toolbar-amount{position:static}.toolbar-products{background-color:transparent}.toolbar-products .pages{display:none}.products.wrapper~.toolbar-products .pages{display:block}.toolbar .pages{margin-bottom:25px}.sorter{float:right}.page-products .sorter{position:absolute;right:0;top:0;z-index:1}.products.wrapper~.toolbar .sorter{display:none}.sorter-options{margin:0 5px 0 7px;width:auto}.sorter-action{display:inline-block;text-decoration:none}.sorter-action:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:inherit;color:#757575;content:'\e613';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sorter-action:hover:before{color:#333}.sorter-action>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sorter-action.sort-desc:before{content:'\e614'}.modes{display:none}.limiter-options{margin:0 5px 0 7px;width:auto}.limiter-label{font-weight:400}.page-products .toolbar .limiter{display:none}.limiter .control{display:inline-block}.old-price,.old.price{color:#666}.prices-tier .price-container .price-including-tax+.price-excluding-tax:before{content:'(' attr(data-label) ':'}.prices-tier .price-container .price-including-tax+.price-excluding-tax:last-child:after{content:')'}.prices-tier .price-container .weee[data-label]{display:inline}.prices-tier .price-container .weee[data-label]:before{content:' +' attr(data-label) ':'}.actual-price{font-weight:700}.category-image .image{display:block;height:auto;max-width:100%}.category-cms,.category-image,.category-description{margin-bottom:20px}.product-image-container{display:inline-block;max-width:100%}.product-image-wrapper{display:block;height:0;overflow:hidden;position:relative;z-index:1}.product-image-photo{bottom:0;display:block;height:auto;left:0;margin:auto;max-width:100%;position:absolute;right:0;top:0}.product.media .placeholder .photo.container{max-width:100%}.product.media .notice{margin:10px 0;color:#7d7d7d;font-size:1.2rem}.product.media .product.thumbs{margin:10px 0 25px}.product.media .items.thumbs{margin:0;padding:0;list-style:none none}.product.media .items.thumbs>li{display:inline-block;vertical-align:top}.product.media .items.thumbs>li{margin:1rem 0 0}.product.media .items.thumbs img{display:block}.product.media .items.thumbs .active{display:block;line-height:1}.product.info.detailed{clear:both;margin-bottom:30px}.product.info.detailed .additional-attributes{width:auto;border:none}.product.info.detailed .additional-attributes>thead>tr>th,.product.info.detailed .additional-attributes>tbody>tr>th,.product.info.detailed .additional-attributes>tfoot>tr>th,.product.info.detailed .additional-attributes>thead>tr>td,.product.info.detailed .additional-attributes>tbody>tr>td,.product.info.detailed .additional-attributes>tfoot>tr>td{border:none}.product.info.detailed .additional-attributes>thead>tr>td,.product.info.detailed .additional-attributes>tbody>tr>td,.product.info.detailed .additional-attributes>tfoot>tr>td{padding:5.5px 5px 10px 5px}.product.info.detailed .additional-attributes>thead>tr>th,.product.info.detailed .additional-attributes>tbody>tr>th,.product.info.detailed .additional-attributes>tfoot>tr>th{padding:5.5px 30px 10px 0}.product-info-main .product-info-price{color:#575757;border-bottom:1px solid #c1c1c1;display:table;margin-bottom:15px;width:100%}.product-info-main .product-info-price .price-box{display:table-cell;vertical-align:top;width:1px}.product-info-main .product-info-price .price-box .price-container>span{display:block;margin-bottom:5px}.product-info-main .product-info-price .price-box .price-container>span:last-child{margin-bottom:0}.product-info-main .product-info-price .price-including-tax+.price-excluding-tax,.product-info-main .product-info-price .weee+.price-excluding-tax,.product-info-main .product-info-price .weee{font-size:1.4rem}.product-info-main .product-info-price .price-including-tax+.price-excluding-tax .price,.product-info-main .product-info-price .weee+.price-excluding-tax .price,.product-info-main .product-info-price .weee .price{font-size:1.4rem;font-weight:600;line-height:16px}.product-info-main .product-info-price .price-wrapper .price{font-size:2.2rem;font-weight:600;line-height:22px}.product-info-main .product-info-price .old-price .price-wrapper .price{font-size:2rem;font-weight:300}.product-info-main .product-info-price .special-price .price-label:after{content:': '}.product-info-main .product-info-price .price{white-space:nowrap}.product-info-main .product-info-stock-sku{display:table-cell;padding-bottom:10px;padding-left:10%;text-align:right;vertical-align:top}.product-info-main .stock{margin:0 0 3px}.product-info-main .stock.available,.product-info-main .stock.unavailable{font-weight:700;text-transform:uppercase}.product-info-main .product.attribute.sku{word-break:break-all;word-wrap:break-word}.product-info-main .product.attribute.sku .type{font-weight:normal;margin-right:5px}.product-info-main .product.attribute.sku .type:after{content:'#:'}.product-info-main .product.attribute.sku .value{display:inline-block}.product-info-main .product.attribute.overview{margin:20px 0}.product-info-main .product.alert{margin:10px 0}.product-info-main .product-add-form{clear:both;padding-top:15px}.product-info-main .product-reviews-summary{float:left}.product-info-main .product-options-bottom .box-tocart{margin-top:20px}.product-options-wrapper .fieldset:focus{box-shadow:none}.product-options-wrapper .fieldset-product-options-inner .legend{font-weight:600;font-size:1.4rem;border:none;display:inline-block;float:none;margin:0 0 8px;padding:0}.product-options-wrapper .fieldset-product-options-inner input.datetime-picker~select.datetime-picker{margin-top:10px}.product-options-wrapper .fieldset-product-options-inner.required .legend:after,.product-options-wrapper .fieldset-product-options-inner._required .legend:after{content:'*';color:#e02b27;font-size:1.2rem}.product-options-wrapper .field .note{display:block;margin-top:5px}.product-options-wrapper .field .note.mage-error{color:#e02b27}.product-options-bottom .price-box,.product-info-price .price-box{color:#575757;display:table-cell;padding-bottom:10px;vertical-align:top}.product-options-bottom .price-box .old-price,.product-info-price .price-box .old-price{font-size:20px;font-weight:300}.product-options-bottom .price-box .old-price .price-container>span,.product-info-price .price-box .old-price .price-container>span{display:inline-block}.product-options-bottom .price-box .price-container>span,.product-info-price .price-box .price-container>span{display:block;margin-bottom:5px}.product-options-bottom .price-box .price-container>span:last-child,.product-info-price .price-box .price-container>span:last-child{margin-bottom:0}.product-options-bottom .price-box .price-container .price,.product-info-price .price-box .price-container .price{font-size:22px;font-weight:600;line-height:22px}.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax,.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax,.product-options-bottom .price-box .price-container .weee+.price-excluding-tax,.product-info-price .price-box .price-container .weee+.price-excluding-tax,.product-options-bottom .price-box .price-container .weee,.product-info-price .price-box .price-container .weee{font-size:1.2rem;line-height:14px}.product-options-bottom .price-box .price-container .price-including-tax+.price-excluding-tax .price,.product-info-price .price-box .price-container .price-including-tax+.price-excluding-tax .price,.product-options-bottom .price-box .price-container .weee+.price-excluding-tax .price,.product-info-price .price-box .price-container .weee+.price-excluding-tax .price,.product-options-bottom .price-box .price-container .weee .price,.product-info-price .price-box .price-container .weee .price{font-size:1.2rem;font-weight:700}.box-tocart .action.tocart{vertical-align:top}.box-tocart .action.tocart:not(:last-child){margin-bottom:15px}.product-addto-links{display:inline}.product-addto-links .action{margin-right:5%}.product-social-links{margin:0 0 20px;text-align:center}.product-social-links .action.tocompare:before{content:'\e61e'}.prices-tier{margin-bottom:15px}.prices-tier .item{margin-bottom:10px}.prices-tier .item:last-child{margin-bottom:0}.prices-tier .price-excluding-tax,.prices-tier .price-including-tax{display:inline-block}.minimal-price-link,.price-excluding-tax,.price-including-tax{display:block;white-space:nowrap}.ui-dialog-titlebar-close{line-height:1.42857143;margin:0;padding:0;color:#006bb4;text-decoration:none;background:none;border:0;display:inline}.ui-dialog-titlebar-close:visited{color:#006bb4;text-decoration:none}.ui-dialog-titlebar-close:hover{color:#006bb4;text-decoration:underline}.ui-dialog-titlebar-close:active{color:#ff5501;text-decoration:underline}.ui-dialog-titlebar-close:hover,.ui-dialog-titlebar-close:active,.ui-dialog-titlebar-close:focus{background:none;border:0}.ui-dialog-titlebar-close.disabled,.ui-dialog-titlebar-close[disabled],fieldset[disabled] .ui-dialog-titlebar-close{color:#006bb4;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.sidebar .product-items .product-item{margin-bottom:20px;position:relative}.sidebar .product-items .product-item-info{position:relative;width:auto}.sidebar .product-items .product-item-info .product-item-photo{left:0;position:absolute;top:0}.sidebar .product-items .product-item-name{margin-top:0}.sidebar .product-items .product-item-details{margin:0 0 0 85px}.sidebar .product-items .product-item-actions{display:block;margin-top:10px}.sidebar .product-items .price-box{display:block;margin:7px 0}.sidebar .product-items .text{margin-right:8px}.sidebar .product-items .counter{color:#7d7d7d;font-size:12px;white-space:nowrap}.sidebar .product-items .minilist .price{display:inline;padding:0}.sidebar .product-items .minilist .weee:before{display:inline-block}.sidebar .product-items .action.delete{position:absolute;right:0;top:0}.sidebar .block-compare .action.delete{right:initial}.sidebar .action.tocart{border-radius:0}.sidebar .product-items-images{margin-left:-5px}.sidebar .product-items-images .product-item{float:left;padding-left:5px}.sidebar .product-items-names .product-item{display:flex;margin-bottom:10px}.sidebar .product-items-names .product-item-name{margin:0}.catalog-category-view.page-layout-1column .column.main{min-height:inherit}body.catalog-product-compare-index .action.print{float:right;margin:15px 0}.table-wrapper.comparison{clear:both;max-width:100%;overflow-x:auto;position:relative}.table-wrapper.comparison .table-comparison>tbody>tr>th,.table-wrapper.comparison .table-comparison>tbody>tr>td{border-top:0}.table-comparison{table-layout:fixed}.table-comparison .cell{padding:15px;width:180px}.table-comparison .cell.label{border-right:1px solid #ccc}.table-comparison .cell.label .attribute.label{display:block;width:100%;word-wrap:break-word}.table-comparison .cell.product.info,.table-comparison .cell.product.label{border-bottom:1px solid #ccc}.table-comparison .cell.attribute{font-size:1.3rem}.table-comparison .cell.attribute img{height:auto;max-width:100%}.table-comparison .cell.remove{padding-bottom:0;padding-top:0;text-align:right}.table-comparison .cell.remove .action.delete{margin-right:.6rem}.table-comparison .cell .attribute.value{overflow:hidden;width:100%}.table-comparison td:last-child{border-right:1px solid #ccc}.table-comparison .product-item-photo{display:block;margin:0 auto 15px}.table-comparison .product-image-photo{margin-left:0}.table-comparison .product-item-actions,.table-comparison .price-box,.table-comparison .product.rating,.table-comparison .product-item-name{display:block;margin:15px 0}.table-comparison .product-addto-links{margin-top:15px}.table-comparison .product-addto-links .action.toggle{padding:0}.table-comparison .product-addto-links .action.split,.table-comparison .product-addto-links .action.toggle{line-height:1.2rem;padding:5px 8px;font-size:1.1rem}.table-comparison .action.tocart{white-space:nowrap}.comparison.headings{background:#fff;left:0;position:absolute;top:0;width:auto;z-index:2}.block-compare .product-item .product-item-name{margin-left:22px}.block-compare .action.delete{left:0;position:absolute;top:0}.block-compare .actions-toolbar{margin:17px 0 0}.block.related .action.select{vertical-align:top}.block.related .product-item-details{position:relative;z-index:1}.block.related .related-available .product-item-name{margin-left:20px}.block.related .field.choice{left:0;position:absolute;top:2px}.search .fieldset .control .addon input{flex-basis:auto;width:100%}.block-search{margin-bottom:0}.block-search .block-title{display:none}.block-search .block-content{margin-bottom:0}.block-search .label{text-decoration:none;display:inline-block;float:right}.block-search .label>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-search .label:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:28px;color:#757575;content:'\e615';font-family:'luma-icons';margin:0 10px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-search .label:hover:before{color:#333}.block-search .label:active:before{color:#333}.block-search .label.active+.control input{position:static}.block-search .action.search{display:none}.block-search .control{border-top:1px solid #ccc;clear:both;margin:0 -15px -1px;padding:0 15px}.block-search input{left:-300%;margin:15px 0;position:absolute}.block-search .nested{display:none}.search-autocomplete{display:none;margin-top:-15px;overflow:hidden;position:absolute;z-index:3}.search-autocomplete ul{margin:0;padding:0;list-style:none none}.search-autocomplete ul:not(:empty){background:#fff;border:1px solid #c2c2c2;border-top:0}.search-autocomplete ul li{border-top:1px solid #e5e5e5;cursor:pointer;margin:0;padding:5px 40px 5px 10px;position:relative;text-align:left;white-space:normal}.search-autocomplete ul li:first-child{border-top:none}.search-autocomplete ul li:hover,.search-autocomplete ul li.selected{background:#e8e8e8}.search-autocomplete ul li .amount{color:#999;position:absolute;right:7px;top:5px}.form.search.advanced .fields.range .field:first-child{position:relative}.form.search.advanced .fields.range .field:first-child .control{padding-right:25px}.form.search.advanced .fields.range .field:first-child .control:after{content:' \2013 ';display:inline-block;position:absolute;right:0;text-align:center;top:6px;width:25px}.form.search.advanced .fields.range .field:last-child{position:relative}.form.search.advanced .fields.range .field:last-child div.mage-error[generated]{left:0;position:absolute;top:32px}.form.search.advanced .fields.range .field.with-addon .control{padding-right:45px}.form.search.advanced .group.price .addon .addafter{background:none;border:0;padding-top:6px;position:absolute;right:0;top:0}.search-terms{line-height:2em}.search-terms>li{display:inline-block;margin-right:10px}.search.found{margin-bottom:10px}.checkout-cart-index .page-main{padding-left:0;padding-right:0}.checkout-cart-index .page-title-wrapper{padding-left:15px;padding-right:15px}.cart-summary{background:#f5f5f5;margin-bottom:25px;padding:1px 0 25px}.cart-summary>.title{font-size:2.4rem;display:none;font-weight:300;margin:12px 0}.cart-summary .block form:not(:last-of-type) .fieldset{margin:0 0 25px}.cart-summary .block .price{font-weight:700}.cart-summary .block .field{margin:0 0 16px}.cart-summary .block .actions-toolbar>.primary{text-align:left}.cart-summary .block .actions-toolbar>.primary .action.primary{width:auto}.cart-summary .block .title strong{font-size:1.4rem;font-weight:600}.cart-summary .block .item-options{margin:0 0 16px}.cart-summary .block .item-options .field .radio{float:left;margin-top:4px}.cart-summary .block .item-options .field .radio+.label{display:block;margin:0;overflow:hidden}.page-main .cart-summary .block{margin-bottom:0}.cart-summary .checkout-methods-items{margin:20px 0 0;padding:0 15px;text-align:center}.cart-summary .checkout-methods-items .action.primary.checkout{width:100%}.cart-summary .checkout-methods-items .item{margin-bottom:25px}.cart-summary .checkout-methods-items .item:last-child{margin-bottom:0}.cart-summary .message{padding-left:20px}.cart-summary .message>*:first-child:before{display:none}.cart-totals tbody .mark,.cart-totals tfoot .mark{text-align:left}.cart-totals .discount.coupon{display:none}.cart.table-wrapper .cart thead tr th.col{border-bottom:1px solid #ccc;padding-bottom:15px;padding-top:24px}.cart.table-wrapper .cart tbody td{border:0}.cart.table-wrapper .cart>.item{border-bottom:1px solid #ccc;position:relative}.cart.table-wrapper .col{padding-top:15px}.cart.table-wrapper .col.price,.cart.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp{padding:20px 11px 10px;text-align:center}.cart.table-wrapper .col.qty{padding:20px 11px 10px;text-align:center}.cart.table-wrapper .col.qty .input-text{height:36px;margin-top:-7px;text-align:center;width:60px}.cart.table-wrapper .col>.price{color:#7d7d7d;font-size:1.8rem;font-weight:700}.cart.table-wrapper .item-actions td{padding-bottom:0;padding-left:15px;padding-right:15px;white-space:normal}.cart.table-wrapper .item .col.item{display:block;min-height:75px;padding:15px 15px 10px 90px;position:relative}.cart.table-wrapper .actions-toolbar{min-height:20px;padding-bottom:15px;position:relative}.cart.table-wrapper .actions-toolbar>.action-edit,.cart.table-wrapper .actions-toolbar>.action-delete{position:absolute;right:16px;top:0;display:inline-block;text-decoration:none}.cart.table-wrapper .actions-toolbar>.action-edit>span,.cart.table-wrapper .actions-toolbar>.action-delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart.table-wrapper .actions-toolbar>.action-edit:before,.cart.table-wrapper .actions-toolbar>.action-delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e601';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart.table-wrapper .actions-toolbar>.action-edit:hover:before,.cart.table-wrapper .actions-toolbar>.action-delete:hover:before{color:#333}.cart.table-wrapper .actions-toolbar>.action-edit:active:before,.cart.table-wrapper .actions-toolbar>.action-delete:active:before{color:#757575}.cart.table-wrapper .actions-toolbar>.action-delete{right:0}.cart.table-wrapper .actions-toolbar>.action-delete:before{content:'\e604'}.cart.table-wrapper .action{margin-right:25px}.cart.table-wrapper .action:last-child{margin-right:0}.cart.table-wrapper .action.help.map{font-weight:400}.cart.table-wrapper .product-item-photo{display:block;left:15px;max-width:65px;padding:0;position:absolute;top:15px;width:100%}.cart.table-wrapper .product-item-name{font-size:1.8rem;display:block;margin:-3px 0 5px}.cart.table-wrapper .gift-registry-name-label:after{content:':'}.cart.table-wrapper .item-options{margin-bottom:0}.cart.table-wrapper .product-item-name+.item-options{margin-top:20px}.cart.table-wrapper .action.configure{display:inline-block;margin:10px 0 0}.cart.table-wrapper .item .message{margin-top:20px}.cart-products-toolbar .toolbar-amount{left:inherit;margin:25px 0 15px;padding:0;position:relative;text-align:center;top:inherit}.cart-products-toolbar-top{border-bottom:1px solid #ccc}.cart-discount{border-bottom:1px solid #ccc;clear:left}.cart-empty{padding-left:15px;padding-right:15px}.cart-tax-info+.cart-tax-total,.cart .cart-tax-info+.cart-tax-total{display:block}.cart.table-wrapper .col.price,.order-items.table-wrapper .col.price,.cart.table-wrapper .col.qty,.order-items.table-wrapper .col.qty,.cart.table-wrapper .col.subtotal,.order-items.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp,.order-items.table-wrapper .col.msrp{text-align:right}.block.crosssell{padding:0 15px;margin-top:70px}.block.crosssell .product-item-info{width:200px}.block-minicart .items-total{float:left;margin:0 10px}.block-minicart .items-total .count{font-weight:700}.block-minicart .subtotal{margin:0 10px 10px;text-align:right}.block-minicart .amount .price-wrapper:first-child .price{font-size:18px;font-weight:700}.block-minicart .subtitle{display:none}.block-minicart .subtitle.empty{display:block;font-size:14px;padding:30px 0 20px;text-align:center}.block-minicart dl.product.options.list{display:inline-block;vertical-align:top}.block-minicart .text.empty{text-align:center}.block-minicart .block-content>.actions{margin-top:15px}.block-minicart .block-content>.actions>.secondary{text-align:center}.block-minicart .block-content>.actions>.primary{margin:0 10px 15px}.block-minicart .block-content>.actions>.primary .action.primary{display:block;width:100%}.block-minicart .block-content>.actions .paypal-logo{margin-top:15px;text-align:center}.block-minicart .block-category-link,.block-minicart .block-product-link,.block-minicart .block-cms-link,.block-minicart .block-banners{margin:15px 0 0;text-align:center}.minicart-wrapper{display:inline-block;position:relative;float:right}.minicart-wrapper:before,.minicart-wrapper:after{content:'';display:table}.minicart-wrapper:after{clear:both}.minicart-wrapper .action.showcart{cursor:pointer;display:inline-block;text-decoration:none}.minicart-wrapper .action.showcart:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:28px;color:#757575;content:'\e611';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.showcart:hover:before{color:#333}.minicart-wrapper .action.showcart:active:before{color:#757575}.minicart-wrapper .action.showcart.active{display:inline-block;text-decoration:none}.minicart-wrapper .action.showcart.active:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:28px;color:#757575;content:'\e611';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.showcart.active:hover:before{color:#333}.minicart-wrapper .action.showcart.active:active:before{color:#757575}.minicart-wrapper .block-minicart{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:100%;width:320px;z-index:101;box-sizing:border-box;display:none;position:absolute;top:100%;right:-10px;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.minicart-wrapper .block-minicart li{margin:0}.minicart-wrapper .block-minicart li:hover{cursor:pointer}.minicart-wrapper .block-minicart:before,.minicart-wrapper .block-minicart:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.minicart-wrapper .block-minicart:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.minicart-wrapper .block-minicart:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.minicart-wrapper .block-minicart:before{right:12px;top:-12px}.minicart-wrapper .block-minicart:after{right:11px;top:-14px}.minicart-wrapper.active{overflow:visible}.minicart-wrapper.active .block-minicart{display:block}.minicart-wrapper .block-minicart{padding:25px 20px}.minicart-wrapper .block-minicart .block-title{display:none}.minicart-wrapper .product .actions{float:right;margin:-24px 0 0}.minicart-wrapper .product .actions>.primary,.minicart-wrapper .product .actions>.secondary{display:inline}.minicart-wrapper .product .actions>.primary:not(:last-child),.minicart-wrapper .product .actions>.secondary:not(:last-child){margin-right:15px}.minicart-wrapper .action.close{height:30px;position:absolute;right:0;top:0;width:25px;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-shadow:none;font-weight:400;display:inline-block;text-decoration:none}.minicart-wrapper .action.close:focus,.minicart-wrapper .action.close:active{background:none;border:none}.minicart-wrapper .action.close:hover{background:none;border:none}.minicart-wrapper .action.close.disabled,.minicart-wrapper .action.close[disabled],fieldset[disabled] .minicart-wrapper .action.close{pointer-events:none;opacity:.5}.minicart-wrapper .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-wrapper .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:14px;color:#757575;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-wrapper .action.close:hover:before{color:inherit}.minicart-wrapper .action.close:active:before{color:inherit}.minicart-wrapper .action.showcart{white-space:nowrap}.minicart-wrapper .action.showcart .counter.qty{background:#ff5501;color:#fff;height:24px;line-height:24px;border-radius:2px;display:inline-block;margin:3px 0 0;min-width:18px;overflow:hidden;padding:0 3px;text-align:center;white-space:normal}.minicart-wrapper .action.showcart .counter.qty.empty{display:none}.minicart-wrapper .action.showcart .counter.qty .loader>img{max-width:24px}.minicart-wrapper .action.showcart .counter-number{text-shadow:0 0 7px #000}.minicart-wrapper .minicart-widgets{margin-top:15px}.minicart-items-wrapper{border:1px solid #ccc;margin:0 -20px;border-left:0;border-right:0;overflow-x:auto;padding:15px}.minicart-items{margin:0;padding:0;list-style:none none}.minicart-items .product-item{padding:20px 0}.minicart-items .product-item:not(:first-child){border-top:1px solid #ccc}.minicart-items .product-item:first-child{padding-top:0}.minicart-items .product-item-pricing .label{display:inline-block}.minicart-items .price-minicart{margin-bottom:5px}.minicart-items .product-item-name{font-weight:400;margin:0 0 10px}.minicart-items .product-item-name a{color:#006bb4}.minicart-items .product-item-details{padding-left:88px}.minicart-items .product-item-details .price{font-weight:700}.minicart-items .product-item-details .price-including-tax,.minicart-items .product-item-details .price-excluding-tax{margin:5px 0}.minicart-items .product-item-details .weee[data-label]{font-size:1.1rem}.minicart-items .product-item-details .details-qty{margin-top:10px}.minicart-items .product>.product-item-photo,.minicart-items .product>.product-image-container{float:left}.minicart-items .product .toggle{border:0;padding:0 0 5px 0;white-space:nowrap}.minicart-items .product .toggle:after{color:#8f8f8f;margin:0 0 0 5px;position:static}.minicart-items .product .active>.toggle:after{content:'\e621'}.minicart-items .product.pricing{margin-top:3px}.minicart-items .product.options .toggle.tooltip{display:inline-block;text-decoration:none}.minicart-items .product.options .toggle.tooltip>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .product.options .toggle.tooltip:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:'\e622';font-family:'luma-icons';margin:-3px 0 0 7px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .product.options .details{display:none}.minicart-items .item-qty{text-align:center;width:60px}.minicart-items .update-cart-item{font-size:1.1rem;vertical-align:top}.minicart-items .subtitle{display:none}.minicart-items .action.edit,.minicart-items .action.delete{display:inline-block;text-decoration:none}.minicart-items .action.edit>span,.minicart-items .action.delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.minicart-items .action.edit:before,.minicart-items .action.delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e601';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.minicart-items .action.edit:hover:before,.minicart-items .action.delete:hover:before{color:#333}.minicart-items .action.edit:active:before,.minicart-items .action.delete:active:before{color:#757575}.minicart-items .action.delete:before{content:'\e604'}.file-uploader-area{position:relative}.file-uploader-area input[type='file']{cursor:pointer;opacity:0;overflow:hidden;position:absolute;visibility:hidden;width:0}.file-uploader-area input[type='file']:focus+.file-uploader-button{box-shadow:0 0 0 1px #006bb4}.file-uploader-area input[type='file']:disabled+.file-uploader-button{cursor:default;opacity:.5;pointer-events:none}.file-uploader-summary{display:inline-block;vertical-align:top}.file-uploader-button{background:#eee;border:1px solid #ccc;box-sizing:border-box;color:#333;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:1.4rem;font-weight:600;line-height:1.6rem;margin:0;padding:7px 15px;vertical-align:middle}.file-uploader-button._is-dragover{background:#d4d4d4;border:1px solid #006bb4}.file-uploader-spinner{background-image:url('../../frontend/Nf/naffco/en_US/images/loader-1.gif');background-position:50%;background-repeat:no-repeat;background-size:15px;display:none;height:30px;margin-left:10px;vertical-align:top;width:15px}.file-uploader-preview .action-remove{bottom:4px;cursor:pointer;display:block;height:27px;left:6px;padding:2px;position:absolute;text-decoration:none;width:25px;z-index:2}.file-uploader-preview .action-remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.file-uploader-preview .action-remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.6rem;line-height:inherit;color:#514943;content:'\e604';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.file-uploader-preview .action-remove:hover:before{color:#736963}.file-uploader-preview:hover .preview-image img,.file-uploader-preview:hover .preview-link:before{opacity:.7}.file-uploader-preview .preview-link{display:block;height:100%}.file-uploader-preview .preview-image img{bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0;z-index:1}.file-uploader-preview .preview-video{display:inline-block;text-decoration:none}.file-uploader-preview .preview-video:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:4rem;line-height:inherit;color:#ccc;content:'\e626';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.file-uploader-preview .preview-video:hover:before{color:#ccc}.file-uploader-preview .preview-video:before{left:0;margin-top:-2rem;position:absolute;right:0;top:50%;z-index:2}.file-uploader-preview .preview-document{display:inline-block;text-decoration:none}.file-uploader-preview .preview-document:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:7rem;line-height:inherit;color:#ccc;content:'\e626';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.file-uploader-preview .preview-document:hover:before{color:#ccc}.file-uploader-preview .preview-document:before{left:0;margin-top:-3.5rem;position:absolute;right:0;top:50%;z-index:2}.file-uploader-preview,.file-uploader-placeholder{background:#fff;border:1px solid #cacaca;box-sizing:border-box;cursor:pointer;display:block;height:150px;line-height:1;margin:10px 25px 10px 0;overflow:hidden;position:relative;width:150px}.file-uploader._loading .file-uploader-spinner{display:inline-block}.file-uploader .admin__field-note,.file-uploader .admin__field-error{margin-bottom:10px}.file-uploader .file-uploader-filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px;word-break:break-all}.file-uploader .file-uploader-filename:first-child{margin-bottom:10px}.file-uploader .file-uploader-meta{color:#9e9e9e}.file-uploader .admin__field-fallback-reset{margin-left:10px}._keyfocus .file-uploader .action-remove:focus{box-shadow:0 0 0 1px #006bb4}.file-uploader-placeholder.placeholder-document{display:inline-block;text-decoration:none}.file-uploader-placeholder.placeholder-document:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:5rem;line-height:inherit;color:#ccc;content:'\e626';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.file-uploader-placeholder.placeholder-document:hover:before{color:#ccc}.file-uploader-placeholder.placeholder-document:before{left:0;position:absolute;right:0;top:20px;z-index:2}.file-uploader-placeholder.placeholder-image{display:inline-block;text-decoration:none}.file-uploader-placeholder.placeholder-image:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:5rem;line-height:inherit;color:#ccc;content:'\e626';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.file-uploader-placeholder.placeholder-image:hover:before{color:#ccc}.file-uploader-placeholder.placeholder-image:before{left:0;position:absolute;right:0;top:20px;z-index:2}.file-uploader-placeholder.placeholder-video{display:inline-block;text-decoration:none}.file-uploader-placeholder.placeholder-video:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:3rem;line-height:inherit;color:#ccc;content:'\e626';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.file-uploader-placeholder.placeholder-video:hover:before{color:#ccc}.file-uploader-placeholder.placeholder-video:before{left:0;position:absolute;right:0;top:30px;z-index:2}.file-uploader-placeholder-text{bottom:0;color:#008bdb;font-size:1.1rem;left:0;line-height:1.42857143;margin-bottom:15%;padding:0 20px;position:absolute;right:0;text-align:center}.data-grid-file-uploader{min-width:7rem}.data-grid-file-uploader._loading .file-uploader-spinner{display:block}.data-grid-file-uploader._loading .file-uploader-button:before{display:none}.data-grid-file-uploader .file-uploader-image{background:transparent;bottom:0;left:0;margin:auto;max-height:100%;max-width:100%;position:absolute;right:0;top:0;z-index:1}.data-grid-file-uploader .file-uploader-image+.file-uploader-area .file-uploader-button:before{display:none}.data-grid-file-uploader .file-uploader-area{z-index:2}.data-grid-file-uploader .file-uploader-spinner{height:100%;margin:0;position:absolute;top:0;width:100%}.data-grid-file-uploader .file-uploader-button{height:48px;text-align:center;display:block;text-decoration:none}.data-grid-file-uploader .file-uploader-button>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.data-grid-file-uploader .file-uploader-button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.3rem;line-height:48px;color:#8a837f;content:'\e626';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.data-grid-file-uploader .file-uploader-button:hover:before{color:#666}.data-grid-file-uploader .action-select-wrap{float:left}.data-grid-file-uploader .action-select-wrap .action-select{border:1px solid #cacaca;display:block;height:5rem;margin-left:-1px;padding:0;width:2rem}.data-grid-file-uploader .action-select-wrap .action-select:after{border-color:#8a837f transparent transparent transparent;left:50%;margin:0 0 0 -5px}.data-grid-file-uploader .action-select-wrap .action-select:hover:after{border-color:#666 transparent transparent transparent}.data-grid-file-uploader .action-select-wrap .action-select>span{display:none}.data-grid-file-uploader .action-select-wrap .action-menu{left:4rem;right:auto;z-index:2}.data-grid-file-uploader-inner{border:1px solid #cacaca;float:left;height:5rem;position:relative;width:5rem}.checkout-container{margin:0 0 20px}.opc-wrapper{margin:0 0 20px}.opc-wrapper .step-title{border-bottom:1px solid #ccc;margin-bottom:15px}.opc-wrapper .step-content{margin:0 0 40px}.checkout-index-index .nav-sections,.checkout-index-index .nav-toggle{display:none}.checkout-index-index .logo{margin-left:0}.checkout-onepage-success .print{display:none}.abs-discount-code .form-discount,.checkout-payment-method .payment-option-content .form-discount{display:table;width:100%}.abs-discount-code .form-discount .actions-toolbar,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar{display:table-cell;vertical-align:top;width:1%}.abs-discount-code .form-discount .actions-toolbar .primary,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary{float:left}.abs-discount-code .form-discount .actions-toolbar .primary .action,.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action{border-bottom-left-radius:0;border-top-left-radius:0;margin:0 0 0 -2px;white-space:nowrap;width:auto}.abs-discount-code .form-discount>.field>.label,.checkout-payment-method .payment-option-content .form-discount>.field>.label{display:none}.opc-estimated-wrapper{background:#f4f4f4;border-bottom:1px solid #ccc;border-top:1px solid #ccc;margin:-21px -15px 15px;padding:18px 15px}.opc-estimated-wrapper .estimated-block{font-size:18px;float:left;font-weight:700}.opc-estimated-wrapper .estimated-block .estimated-label{display:block;margin:0 0 5px}.opc-estimated-wrapper .minicart-wrapper button.action.showcart{background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active{background:none;border:none}.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover{background:none;border:none}.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart{pointer-events:none;opacity:.5}.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before{color:#333}.opc-progress-bar{display:none}.field.choice .field-tooltip{display:inline-block;margin-left:10px;position:relative;top:-3px}.field.choice .field-tooltip-action{line-height:21px}.field._error .control input,.field._error .control select,.field._error .control textarea{border-color:#ed8380}.checkout-index-index .modal-popup .fieldset .field .label{font-weight:400}.checkout-index-index .modal-popup .modal-footer .action-hide-popup{margin-top:8px}.field-tooltip{cursor:pointer;position:absolute;right:0;top:1px}.field-tooltip._active{z-index:100}.field-tooltip._active .field-tooltip-content{display:block}.field-tooltip._active .field-tooltip-action:before{color:#333}.field-tooltip .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.field-tooltip .field-tooltip-action{display:inline-block;text-decoration:none}.field-tooltip .field-tooltip-action>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.field-tooltip .field-tooltip-action:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:21px;line-height:inherit;color:#bbb;content:'\e623';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.field-tooltip .field-tooltip-action:hover:before{color:#333}.field-tooltip .field-tooltip-action:before{padding-left:1px}._keyfocus .field-tooltip .field-tooltip-action:focus{z-index:100}._keyfocus .field-tooltip .field-tooltip-action:focus+.field-tooltip-content{display:block}._keyfocus .field-tooltip .field-tooltip-action:focus:before{color:#333}.field-tooltip .field-tooltip-content{background:#f4f4f4;border:1px solid #999;border-radius:1px;font-size:14px;padding:12px;width:270px;display:none;left:38px;position:absolute;text-transform:none;top:-9px;word-wrap:break-word;z-index:2}.field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;border-right-color:#f4f4f4;left:-21px;top:12px;content:'';display:block;position:absolute;z-index:3}.field-tooltip .field-tooltip-content:before{border-right-color:#666}.field-tooltip .field-tooltip-content:after{border-right-color:#f4f4f4;width:1px;z-index:4}@media only screen and (max-width:768px){.field-tooltip .field-tooltip-content{left:auto;right:-10px;top:40px}.field-tooltip .field-tooltip-content::before,.field-tooltip .field-tooltip-content::after{border:10px solid transparent;height:0;left:auto;margin-top:-21px;right:10px;top:0;width:0}.field-tooltip .field-tooltip-content::before{border-bottom-color:#999}.field-tooltip .field-tooltip-content::after{border-bottom-color:#f4f4f4;top:1px}}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address{margin-top:28px;margin-bottom:28px}.opc-wrapper .form-login .fieldset .field .label,.opc-wrapper .form-shipping-address .fieldset .field .label{font-weight:400}.opc-wrapper .form-login .fieldset .note,.opc-wrapper .form-shipping-address .fieldset .note{font-size:14px;margin-top:10px}.opc-wrapper .shipping-address-items{font-size:0}.opc-wrapper .shipping-address-item{border:2px solid transparent;font-size:14px;line-height:30px;margin:0 0 20px;padding:20px 35px 20px 20px;transition:.3s border-color;width:50%;display:inline-block;position:relative;vertical-align:top;word-wrap:break-word}.opc-wrapper .shipping-address-item.selected-item{border-color:#ff5501}.opc-wrapper .shipping-address-item.selected-item:after{background:#ff5501;color:#fff;content:'\e610';font-family:'luma-icons';height:27px;width:29px;font-size:19px;line-height:21px;padding-top:2px;position:absolute;right:0;text-align:center;top:0}.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item{visibility:hidden}.opc-wrapper .action-show-popup{margin:0 0 20px}.opc-wrapper .action-show-popup>span:before{content:'+';padding-right:5px}.opc-wrapper .action-select-shipping-item{float:right;margin:20px 0 0}.opc-wrapper .edit-address-link{display:block;float:left;margin:26px 5px 0 0}.checkout-shipping-method .step-title{margin-bottom:0}.checkout-shipping-method .no-quotes-block{margin:20px 0}.methods-shipping .actions-toolbar .action.primary{margin:20px 0 0}.table-checkout-shipping-method thead th{display:none}.table-checkout-shipping-method tbody td{border-top:1px solid #ccc;padding-bottom:20px;padding-top:20px}.table-checkout-shipping-method tbody td:first-child{padding-left:0;padding-right:0;width:20px}.table-checkout-shipping-method tbody tr:first-child td{border-top:none}.table-checkout-shipping-method tbody .col-price{font-weight:600}.table-checkout-shipping-method tbody .row-error td{border-top:none;padding-bottom:10px;padding-top:0}.checkout-shipping-method{position:relative}.shipping-policy-block.field-tooltip{top:12px}.shipping-policy-block.field-tooltip .field-tooltip-action{color:#006bb4;cursor:pointer}.shipping-policy-block.field-tooltip .field-tooltip-action:before{display:none}.shipping-policy-block.field-tooltip .field-tooltip-content{width:420px;top:30px}.opc-block-shipping-information{padding:0 30px}.opc-block-shipping-information .shipping-information-title{border-bottom:1px solid #ccc;margin:0 0 20px;position:relative}.opc-block-shipping-information .shipping-information-title .action-edit{top:10px;display:inline-block;text-decoration:none;margin:0;position:absolute;right:0}.opc-block-shipping-information .shipping-information-title .action-edit>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-block-shipping-information .shipping-information-title .action-edit:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e601';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-block-shipping-information .shipping-information-title .action-edit:hover:before{color:#333}.opc-block-shipping-information .shipping-information-title .action-edit:active:before{color:#757575}.opc-block-shipping-information .shipping-information-content{line-height:27px}.opc-block-shipping-information .shipping-information-content .actions-toolbar{margin-left:0}.opc-block-shipping-information .ship-to,.opc-block-shipping-information .ship-via{margin:0 0 20px}.opc-block-summary{background:#f5f5f5;margin:0 0 20px;padding:22px 30px}.opc-block-summary>.title{display:block}.opc-block-summary .mark .value{color:#666;display:block}.opc-block-summary .discount.coupon{display:none}.opc-block-summary .grand.incl+.grand.excl .mark,.opc-block-summary .grand.incl+.grand.excl .amount{border-top:0;font-size:1.4rem;padding-top:0}.opc-block-summary .grand.incl+.grand.excl .mark strong,.opc-block-summary .grand.incl+.grand.excl .amount strong{font-weight:400}.opc-block-summary .not-calculated{font-style:italic}.opc-block-summary .items-in-cart>.title{border-bottom:1px solid #ccc;padding:10px 40px 10px 0;cursor:pointer;display:block;text-decoration:none;margin-bottom:0;position:relative}.opc-block-summary .items-in-cart>.title>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-block-summary .items-in-cart>.title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:12px;color:inherit;content:'\e622';font-family:'luma-icons';margin:3px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-block-summary .items-in-cart>.title:after{position:absolute;right:0;top:10px}.opc-block-summary .items-in-cart>.title strong{font-size:1.8rem;font-weight:300;margin:0}.opc-block-summary .items-in-cart.active>.title:after{content:'\e621'}.opc-block-summary .items-in-cart .product{position:relative}.opc-block-summary .minicart-items-wrapper{margin:0 -15px 0 0;max-height:370px;padding:15px 15px 0 0;border:0}.column.main .opc-block-summary .product-item{margin:0;padding-left:0}.opc-block-summary .product-item .product-item-inner{display:table;margin:0 0 10px;width:100%}.opc-block-summary .product-item .product-item-name-block{display:block;padding-right:5px;text-align:left}.opc-block-summary .product-item .subtotal{display:block;text-align:left}.opc-block-summary .product-item .price{font-size:1.6rem;font-weight:400}.opc-block-summary .product-item .price-including-tax+.price-excluding-tax .price{font-size:1rem}.opc-block-summary .product-item .message{margin-top:10px}.opc-block-summary .actions-toolbar{position:relative;z-index:1}.opc-block-summary .actions-toolbar .secondary{border-top:1px solid #ccc;display:block;margin:-1px 0 0;padding:15px 0 0;text-align:left}.opc-block-summary .actions-toolbar .secondary .action{margin:0}@media only screen and (max-width:768px){.opc-block-summary .product-item .product-item-inner{display:block}.opc-block-summary .product-item .product-item-name-block{display:block;text-align:left}.opc-block-summary .product-item .subtotal{display:block;text-align:left}}.authentication-dropdown{box-sizing:border-box}.authentication-dropdown .modal-inner-wrap{padding:25px}.authentication-wrapper{float:right;margin-top:-60px;max-width:50%;position:relative;z-index:1}._has-auth-shown .authentication-wrapper{z-index:900}.block-authentication .block-title{font-size:1.8rem;border-bottom:0;margin-bottom:25px}.block-authentication .block-title strong{font-weight:300}.block-authentication .field .label{font-weight:400}.block-authentication .actions-toolbar{margin-bottom:5px}.block-authentication .actions-toolbar>.secondary{padding-top:25px;text-align:left}.block-authentication .block[class]{margin:0}.block-authentication .block[class] ul{list-style:none;padding-left:10px}.block-authentication .block[class] .field .control,.block-authentication .block[class] .field .label{float:none;width:auto}.block-authentication .block[class]+.block{border-top:1px solid #c1c1c1;margin-top:40px;padding-top:40px;position:relative}.block-authentication .block[class]+.block:before{height:36px;line-height:34px;margin:-19px 0 0 -18px;min-width:36px;background:#fff;border:1px solid #c1c1c1;border-radius:50%;box-sizing:border-box;color:#c1c1c1;content:attr(data-label);display:inline-block;left:50%;letter-spacing:normal;padding:0 .2rem;position:absolute;text-align:center;text-transform:uppercase;top:0}.checkout-payment-method .step-title{border-bottom:0;margin-bottom:0}.checkout-payment-method .payment-method:first-child .payment-method-title{border-top:0}.checkout-payment-method .payment-method._active .payment-method-content{display:block}.checkout-payment-method .payment-method+.payment-method .payment-method-title{border-top:1px solid #ccc}.checkout-payment-method .payment-method form.form-purchase-order{margin-bottom:15px}.checkout-payment-method .payment-method-content #po_number{margin-bottom:20px}.checkout-payment-method .payment-method-title{padding:20px 0;margin:0}.checkout-payment-method .payment-method-title .payment-icon{display:inline-block;margin-right:5px;vertical-align:middle}.checkout-payment-method .payment-method-title .action-help{display:inline-block;margin-left:5px}.checkout-payment-method .payment-method-content{display:none;padding:0 0 20px 22px}.checkout-payment-method .payment-method-content .fieldset:not(:last-child){margin:0 0 20px}.checkout-payment-method .payment-group+.payment-group .step-title{margin:20px 0 0}.checkout-payment-method .field-select-billing,.checkout-payment-method .billing-address-form{max-width:500px}.checkout-payment-method .billing-address-same-as-shipping-block{margin:0 0 10px}.checkout-payment-method .checkout-billing-address{margin:0 0 20px}.checkout-payment-method .checkout-billing-address .primary .action-update{margin-bottom:20px;margin-right:0}.checkout-payment-method .checkout-billing-address .billing-address-details{line-height:27px;padding:0 0 0 23px}.checkout-payment-method .payment-method-note+.checkout-billing-address{margin-top:20px}.checkout-payment-method .payment-method-iframe{background-color:transparent;display:none;width:100%}.checkout-payment-method .no-payments-block{margin:20px 0}.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after{content:'\e621'}.checkout-payment-method .payment-option._collapsible .payment-option-title{cursor:pointer}.checkout-payment-method .payment-option._collapsible .payment-option-content{display:none}.checkout-payment-method .payment-option-title{border-top:1px solid #ccc;padding:20px 0}.checkout-payment-method .payment-option-title .action-toggle{color:#006bb4;display:inline-block;text-decoration:none}.checkout-payment-method .payment-option-title .action-toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;line-height:16px;color:#757575;content:'\e622';font-family:'luma-icons';margin:0 0 0 10px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.checkout-payment-method .payment-option-title .action-toggle:hover:after{color:#333}.checkout-payment-method .payment-option-title .action-toggle:active:after{color:#757575}.checkout-payment-method .payment-option-content{padding:0 0 20px 22px}.checkout-payment-method .payment-option-content .primary .action.action-apply{margin-right:0}.checkout-payment-method .payment-option-inner{margin:0 0 20px}.checkout-payment-method .credit-card-types{padding:0}.checkout-payment-method .credit-card-types .item{display:inline-block;list-style:none;margin:0 5px 0 0;vertical-align:top}.checkout-payment-method .credit-card-types .item._active{font-weight:700}.checkout-payment-method .credit-card-types .item._active img{-webkit-filter:grayscale(0%)}.checkout-payment-method .credit-card-types .item._inactive{opacity:.4}.checkout-payment-method .credit-card-types .item span{display:inline-block;padding-top:6px;vertical-align:top}.checkout-payment-method .credit-card-types img{-webkit-filter:grayscale(100%);-webkit-transition:all .6s ease}.checkout-payment-method .ccard .fields>.year{padding-left:5px}.checkout-payment-method .ccard .fields .select{padding-left:5px;padding-right:5px}.checkout-payment-method .ccard .month .select{width:140px}.checkout-payment-method .ccard .year .select{width:80px}.checkout-payment-method .ccard .captcha .input-text,.checkout-payment-method .ccard .number .input-text{width:225px}.checkout-payment-method .ccard>.field.cvv>.control{display:inline-block;padding-right:20px}.checkout-payment-method .ccard .cvv .label{display:block}.checkout-payment-method .ccard .cvv .input-text{width:55px}.checkout-payment-method .ccard.fieldset>.field .fields.group.group-2 .field{width:auto !important}.checkout-agreements-block .checkout-agreements{margin-bottom:20px}.checkout-agreements-block .action-show{vertical-align:baseline}.checkout-agreements-items{padding-bottom:30px}.checkout-agreements-items .checkout-agreements-item{margin-bottom:20px}.checkout-agreements-items .checkout-agreements-item-title{border-bottom:0}.checkout-agreement-item-content{overflow:auto}.login-container .block-new-customer .actions-toolbar{margin-top:25px}.login-container .block .block-title{font-size:1.8rem}.login-container .fieldset:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.login-container .fieldset:after{margin-top:35px}.block-addresses-list .items.addresses>.item{margin-bottom:20px}.block-addresses-list .items.addresses>.item:last-child{margin-bottom:0}.block-addresses-list .items.addresses .item.actions{margin-top:5px}.form-address-edit .region_id{display:none}.form-edit-account .fieldset.password{display:none}.form-create-account .fieldset-fullname .fields .field{float:none}.form-create-account .fieldset.create.account:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.form-create-account .fieldset.create.account:after{margin-top:35px}.form.password.forget .fieldset:after{margin:10px 0 0;content:attr(data-hasrequired);display:block;letter-spacing:normal;word-spacing:normal;color:#e02b27;font-size:1.2rem}.form.password.forget .fieldset:after{margin-top:35px}.account .page-title-wrapper .page-title{display:inline-block}.account .messages{margin-bottom:20px}.account .column.main{margin-bottom:30px}.account .column.main h2{margin-top:0}.account .sidebar-additional{margin-top:40px}.account .table-wrapper{margin-bottom:20px;border-bottom:1px solid #e4e4e4;overflow-x:auto}.account .table-wrapper:last-child{margin-bottom:0}.account .data.table .col.actions .action.delete,[class^='sales-guest-'] .data.table .col.actions .action.delete,.sales-guest-view .data.table .col.actions .action.delete{color:#d10029}.column.main .block:last-child{margin-bottom:0}.block .title{display:block;margin-bottom:10px}.block .title strong{font-weight:700;line-height:1.1;font-size:1.4rem;margin-top:2rem;margin-bottom:2rem}.block p:last-child{margin:0}.block .box-actions{margin-top:5px}.field.password .control{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.field.password .control .mage-error{-ms-flex-order:2;-webkit-order:2;order:2}.field.password .control .input-text{-ms-flex-order:0;-webkit-order:0;order:0;z-index:2}.password-strength-meter{background-color:#f4f4f4;height:32px;line-height:32px;padding:0 9px;position:relative;z-index:1}.password-strength-meter:before{content:'';height:100%;left:0;position:absolute;top:0;z-index:-1}.password-none .password-strength-meter:before{background-color:#f4f4f4;width:100%}.password-weak .password-strength-meter:before{background-color:#ffafae;width:25%}.password-medium .password-strength-meter:before{background-color:#ffd6b3;width:50%}.password-strong .password-strength-meter:before{background-color:#c5eeac;width:75%}.password-very-strong .password-strength-meter:before{background-color:#81b562;width:100%}.control.captcha-image{margin-top:10px}.control.captcha-image .captcha-img{vertical-align:middle}.order-products-toolbar,.customer-addresses-toolbar{position:relative}.order-products-toolbar .toolbar-amount,.customer-addresses-toolbar .toolbar-amount{position:relative;text-align:center}.order-products-toolbar .pages,.customer-addresses-toolbar .pages{position:relative}.block-balance .price{margin-top:-10px;font-size:3.2rem;display:inline-block;line-height:32px}.table-downloadable-products .product-name{font-weight:400;margin-right:15px}.table-downloadable-products .action.download{display:inline-block;text-decoration:none}.table-downloadable-products .action.download:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:inherit;line-height:inherit;color:inherit;content:'\e626';font-family:'luma-icons';margin:0 5px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-product-downloadable .product-add-form{clear:both;margin-bottom:25px}.page-product-downloadable .product-options-bottom .field.qty{display:none}.samples-item-title{font-size:1.4rem;font-weight:600;margin:0 0 10px}.samples-item{margin:0 0 10px}.field.downloads{margin-bottom:10px}.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads>.control{width:100%}.field.downloads .price-container{display:inline;white-space:nowrap}.field.downloads .price-container:before{content:' + ';display:inline}.field.downloads .price-excluding-tax{display:inline}.field.downloads .price-excluding-tax:before{content:' (' attr(data-label) ': '}.field.downloads .price-excluding-tax:after{content:')'}.field.downloads .price-including-tax{display:inline;font-weight:600;font-size:1.4rem}.field.downloads .field.choice{border-bottom:1px solid #ebebeb;box-sizing:border-box;margin-bottom:10px;padding-bottom:10px;padding-left:25px;position:relative;width:100%;z-index:1}.field.downloads .field.choice input{left:0;position:absolute;top:2px}.field.downloads .field.downloads-all{border-bottom:0;padding-left:0}.field.downloads .sample.link{float:right}.field.downloads-all .label{color:#006bb4;text-decoration:none;cursor:pointer}.field.downloads-all .label:visited{color:#006bb4;text-decoration:none}.field.downloads-all .label:hover{color:#006bb4;text-decoration:underline}.field.downloads-all .label:active{color:#ff5501;text-decoration:underline}.field.downloads-all input{opacity:0}.field.downloads.downloads-no-separately .field.choice{padding-left:0}.page-product-giftcard .giftcard-amount{border-top:1px #c1c1c1 solid;clear:both;margin-bottom:0;padding-top:15px;text-align:left}.page-product-giftcard .giftcard-amount .field:last-child{padding-bottom:20px !important}.page-product-giftcard .product-info-main .price-box .old-price{font-size:20px}.page-product-giftcard .product-info-main .price-box .price-container.price-final>span{display:block;margin-bottom:5px}.page-product-giftcard .product-info-main .price-box .price-container.price-final>span:last-child{margin-bottom:0}.page-product-giftcard .product-info-main .price-box .price-container.price-final .price{font-size:22px;font-weight:600;line-height:22px}.page-product-giftcard .product-info-main .price-box+.giftcard.form{border-top:1px #c1c1c1 solid;padding-top:15px}.page-product-giftcard .product-info-main .alert{clear:left}.page-product-giftcard .product-info-stock-sku{display:block}.page-product-giftcard .product-add-form{border:0;clear:none;padding-top:0}.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text){margin-bottom:20px;margin-top:20px}.page-product-giftcard .giftcard.form{clear:both}.page-product-giftcard .price-box{margin-bottom:10px}.page-product-giftcard .product-info-price{border:0;display:block;float:right;white-space:nowrap;width:auto}.giftcard-account .please-wait{display:none}.giftcard-account .form-giftcard-redeem .giftcard.info{margin-bottom:30px}.opc-wrapper .form-giftcard-account{max-width:500px}.opc-wrapper .form-giftcard-account .field{margin:0 0 20px}.opc-wrapper .giftcard-account-info{margin:0 0 20px}.opc-wrapper .giftcard-account-info .giftcard-account-number{margin:0 0 10px}.gift-message .field{margin-bottom:20px}.gift-message .field .label{color:#666;font-weight:400}.gift-options{margin:20px 0}.gift-options .actions-toolbar .action-cancel{display:none}.gift-options-title{font-weight:600;margin:0 0 20px}.gift-options-content .fieldset{margin:0 0 20px}.gift-summary{margin-top:10px;position:relative}.gift-summary .actions-toolbar>.secondary .action{margin:0 0 0 20px;width:auto}.gift-summary .action-edit,.gift-summary .action-delete{display:inline-block;text-decoration:none}.gift-summary .action-edit>span,.gift-summary .action-delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gift-summary .action-edit:before,.gift-summary .action-delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e601';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-summary .action-edit:hover:before,.gift-summary .action-delete:hover:before{color:#333}.gift-summary .action-edit:active:before,.gift-summary .action-delete:active:before{color:#757575}.gift-summary .action-delete:before{content:'\e604'}.action-gift{display:inline-block;text-decoration:none}.action-gift:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;line-height:20px;color:#757575;content:'\e622';font-family:'luma-icons';margin:0 0 0 10px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.action-gift:hover:after{color:#333}.action-gift:active:after{color:#757575}.action-gift.active:after,.action-gift._active:after{content:'\e621'}.gift-summary .actions-toolbar,.cart.table-wrapper .gift-summary .actions-toolbar{padding:0;position:absolute;right:0;top:0}.cart.table-wrapper .gift-content{box-sizing:border-box;clear:left;display:none;float:left;margin-right:-100%;padding:20px 0;width:100%}.cart.table-wrapper .gift-content._active{display:block}.cart.table-wrapper .item-gift._active{border-top:1px solid #c1c1c1}.cart.table-wrapper .item-gift .action{margin-right:0}.gift-item-block{border-bottom:1px solid #c1c1c1;margin:0}.gift-item-block._active .title:after{content:'\e621'}.gift-item-block .title{color:#006bb4;cursor:pointer;margin:0;padding:10px 40px 10px 15px;position:relative;display:block;text-decoration:none}.gift-item-block .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.2rem;line-height:20px;color:#858585;content:'\e622';font-family:'luma-icons';margin:0 0 0 10px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-item-block .title:hover:after{color:#333}.gift-item-block .content{padding:10px 0 20px;position:relative}.order-details-items .order-gift-message dt:after,.order-details-items .block-order-details-gift-message dt:after{content:''}.order-details-items .order-gift-message .item-message,.order-details-items .block-order-details-gift-message .item-message{clear:left}.order-details-items .order-gift-message .item-options dt,.order-details-items .block-order-details-gift-message .item-options dt{font-weight:400;margin:10px 0}.gift-messages-order{margin-bottom:25px}.gift-message-summary{padding-right:7rem}.form-giftregistry-share .actions-toolbar:not(:last-child),.form-giftregistry-edit .actions-toolbar:not(:last-child){margin-bottom:40px}.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control{width:100%}.giftregisty-dropdown .action.toggle{color:#006bb4}.table-giftregistry-items .product-image{margin-right:10px;float:left}.cart-summary .form.giftregistry .fieldset{margin:15px 0 5px;text-align:left}.cart-summary .form.giftregistry .fieldset .field{margin:0 0 10px}.cart-summary .form.giftregistry .fieldset .field .control{float:none;width:auto}.form-giftregistry-search{margin-bottom:60px}.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1){margin-bottom:0}.block-giftregistry .actions-toolbar{margin:17px 0 0}.block-giftregistry-shared .item-options .item-value{margin:0 0 25px}.block-giftregistry-shared-items .item .col{border:0}.block-giftregistry-shared-items th{border-bottom:1px solid #ccc}.block-giftregistry-shared-items .col{padding:20px 11px 10px}.block-giftregistry-shared-items .col .price-box{display:inline-block}.block-giftregistry-shared-items .col .price-wrapper{font-size:1.8rem;display:block;font-weight:700;white-space:nowrap}.block-giftregistry-shared-items .product .item-options{margin:0}.block-giftregistry-shared-items .product-item-photo{display:block;max-width:65px;padding:10px 0}.block-giftregistry-shared-items .product-item-name{font-size:1.8rem;display:block;margin:0 0 5px}.gift-wrapping .label{margin:0 0 8px;display:inline-block}.gift-wrapping .field{margin-bottom:10px}.gift-wrapping-info{font-weight:300;font-size:18px;margin:20px 0}.gift-wrapping-list{list-style:none;margin:20px 0 10px;padding:0}.gift-wrapping-list .no-image{background:#f2f2f2;display:inline-block;text-decoration:none}.gift-wrapping-list .no-image>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gift-wrapping-list .no-image:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:22px;line-height:4rem;color:#494949;content:'\e62a';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-wrapping-list .no-image:after{display:block}.gift-wrapping-preview,.gift-wrapping-item>span{cursor:pointer;display:block;overflow:hidden;position:relative;z-index:1}.gift-wrapping-item{float:left;margin:0 10px 10px 0}.gift-wrapping-item:last-child{margin-right:0}.gift-wrapping-item._active span:before{border:3px solid #333;box-sizing:border-box;content:'';display:block;height:100%;position:absolute;width:100%;z-index:2}.gift-wrapping-item>span{height:4rem;width:4rem}.gift-wrapping-title{margin:10px 0}.gift-wrapping-title .action-remove{margin:-5px 0 0 5px;display:inline-block;text-decoration:none}.gift-wrapping-title .action-remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gift-wrapping-title .action-remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e604';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.gift-wrapping-title .action-remove:hover:before{color:#333}.gift-wrapping-title .action-remove:active:before{color:#757575}.gift-options-content .fieldset .field{margin:10px 0}.gift-wrapping-summary{padding-right:7rem}.gift-wrapping-summary .gift-wrapping-title{border:0;display:inline-block;padding:0}.opc-wrapper .fieldset.gift-message .field.gift-wrapping{padding:0;width:100%}.opc-wrapper .data.table .gift-wrapping,.table-order-items .gift-wrapping{margin:20px 0 0}.opc-wrapper .data.table .gift-wrapping .title,.table-order-items .gift-wrapping .title{float:none}.opc-wrapper .data.table .gift-wrapping .content,.table-order-items .gift-wrapping .content{margin:0}.opc-wrapper .data.table .gift-wrapping .content>img,.table-order-items .gift-wrapping .content>img{float:left;margin:0 10px 0 0;max-height:50px;max-width:50px}.gift-summary .price-box,.gift-options .price-box{margin-left:22px}.gift-summary .regular-price:before,.gift-options .regular-price:before{content:attr(data-label) ': '}.gift-summary .regular-price .price,.gift-options .regular-price .price{font-weight:700}.order-options .item{padding-bottom:20px}.order-options .product{margin-bottom:10px}.order-options .product-image-container{float:left;padding-right:10px}.order-options .gift-wrapping{margin-bottom:10px}.table-wrapper.grouped{width:auto}.table.grouped .row-tier-price>td{border-top:0}.table.grouped .col.item{width:90%}.table.grouped .col.qty{width:10%}.table.grouped .product-item-name{display:inline-block;font-weight:400;margin-bottom:10px}.table.grouped .price-box p{margin:0}.table.grouped .price-box .price{font-weight:700}.table.grouped .price-box .old-price .price{font-weight:normal}.table.grouped .stock.unavailable{font-weight:normal;margin:0;text-transform:none;white-space:nowrap}.page-product-grouped .product-info-main .alert{clear:left}.page-product-grouped .box-tocart{margin-top:10px}.box-tocart .action.instant-purchase{vertical-align:top}.box-tocart .action.instant-purchase:not(:last-child){margin-bottom:15px}.form-add-invitations .additional,.form-add-invitations .field.message{margin-top:20px}.form-add-invitations .action.remove{top:4px}.form-add-invitations .action.add{display:inline-block;text-decoration:none;line-height:normal;padding:4px;width:auto}.form-add-invitations .action.add>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.form-add-invitations .action.add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:inherit;color:inherit;content:'\e61c';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.form-add-invitations .action.add:hover:before{color:inherit}.form-add-invitations .action.add:active:before{color:inherit}.filter.block{margin-bottom:0}.filter-title strong{background-color:#f0f0f0;box-shadow:inset 0 1px 0 0 #fff,inset 0 -1px 0 0 rgba(204,204,204,0.3);border:1px solid #ccc;border-radius:3px;font-weight:400;left:0;line-height:16px;padding:7px 10px;position:absolute;text-align:center;top:0;z-index:2}.filter-title strong[data-count]:after{color:#fff;background:#ff5501;border-radius:2px;content:attr(data-count);display:inline-block;font-size:.8em;line-height:1;margin:0 5px;min-width:1em;padding:2px}.filter-title strong.disabled{opacity:.5}.filter .block-subtitle{border-bottom:1px solid #ccc;font-size:14px;font-weight:600;line-height:1em;padding:10px 10px 20px}.filter-subtitle{display:none}.filter-current{margin:0}.filter-current .items{padding:5px 10px}.filter-current .item{padding-left:17px;position:relative;z-index:1}.filter .filter-current-subtitle{border:none;display:block;padding-bottom:10px}.filter-current .action.remove{left:-2px;position:absolute;top:-1px}.filter-actions{margin-bottom:25px;padding:0 10px}.filter-label{font-weight:700}.filter-label:after{content:': '}.filter-value{color:#757575}.filter-options{display:none;margin:0}.filter-options-item{border-bottom:1px solid #ccc;padding-bottom:10px}.filter-options-title{cursor:pointer;font-weight:600;margin:0;overflow:hidden;padding:10px 40px 0 10px;position:relative;text-transform:uppercase;word-break:break-all;z-index:1;display:block;text-decoration:none}.filter-options-title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.filter-options-title:after{position:absolute;right:13px;top:12px}.filter-options-title:hover{color:#000}.active>.filter-options-title:after{content:'\e621'}.filter-options-content{margin:0;padding:10px}.filter-options-content .item{line-height:1.5em;margin:10px 0}.filter-options-content a{color:#494949;margin-left:-5px;margin-right:-5px;padding-left:5px;padding-right:7px}.filter-options-content a:hover{background-color:#e8e8e8;text-decoration:none}.filter-options-content a:hover+.count{background-color:#e8e8e8}.filter-options-content .count{color:#757575;font-weight:300;padding-left:5px;padding-right:5px}.filter-options-content .count:before{content:'('}.filter-options-content .count:after{content:')'}.map-popup-wrapper.popup .action.close{top:10px}.map-popup{background:#fff;border:1px solid #adadad;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15);transition:opacity .3s linear;left:0;margin-top:10px;position:absolute;top:0;z-index:1001;display:none;opacity:0;box-sizing:border-box}.map-popup .popup-header{margin:0 0 25px;padding-right:16px}.map-popup .popup-header .title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.map-popup .popup-actions .action.close{position:absolute;display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;right:10px;top:10px}.map-popup .popup-actions .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.map-popup .popup-actions .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:#8c8c8c;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.map-popup .popup-actions .action.close:hover:before{color:#737373}.map-popup .popup-actions .action.close:active:before{color:#737373}.map-popup .popup-actions .action.close:focus,.map-popup .popup-actions .action.close:active{background:none;border:none}.map-popup .popup-actions .action.close:hover{background:none;border:none}.map-popup .popup-actions .action.close.disabled,.map-popup .popup-actions .action.close[disabled],fieldset[disabled] .map-popup .popup-actions .action.close{pointer-events:none;opacity:.5}.map-popup.active{opacity:1}.map-popup .map-info-price{margin:0 0 20px}.map-popup .map-info-price .price-box{margin:0 0 20px}.map-popup .map-info-price .price-box .label:after{content:': '}.map-popup .action.primary{margin-right:10px}.map-popup .map-msrp{margin-bottom:10px}.map-popup .actual-price{margin:3px 0 15px}.map-popup .regular-price .price-label{display:none}.map-popup .popup-header{display:none}.map-old-price{text-decoration:none}.map-old-price .price-wrapper{text-decoration:line-through}.map-fallback-price{display:none}.map-old-price,.product-item .map-old-price,.product-info-price .map-show-info{display:inline-block;min-width:10rem}.map-old-price:not(:last-child),.product-item .map-old-price:not(:last-child),.product-info-price .map-show-info:not(:last-child){margin-right:10px}.product-options-bottom .price-box .old-price .price-container>span,.product-info-price .price-box .old-price .price-container>span{display:inline}.map-form-addtocart{display:inline-block;text-align:center}.map-form-addtocart img{display:block;margin:0 auto}button.map-show-info{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#006bb4;text-decoration:none;background:none;border:0;display:inline}button.map-show-info:focus,button.map-show-info:active{background:none;border:none}button.map-show-info:hover{background:none;border:none}button.map-show-info.disabled,button.map-show-info[disabled],fieldset[disabled] button.map-show-info{pointer-events:none;opacity:.5}button.map-show-info:visited{color:#006bb4;text-decoration:none}button.map-show-info:hover{color:#006bb4;text-decoration:underline}button.map-show-info:active{color:#ff5501;text-decoration:underline}button.map-show-info:hover,button.map-show-info:active,button.map-show-info:focus{background:none;border:0}button.map-show-info.disabled,button.map-show-info[disabled],fieldset[disabled] button.map-show-info{color:#006bb4;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.wishlist.split.button{display:inline-block;position:relative;margin-right:5%;vertical-align:middle}.wishlist.split.button:before,.wishlist.split.button:after{content:'';display:table}.wishlist.split.button:after{clear:both}.wishlist.split.button .action.split{float:left;margin:0}.wishlist.split.button .action.toggle{float:right;margin:0}.wishlist.split.button .action.toggle{display:inline-block;text-decoration:none}.wishlist.split.button .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.split.button .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:#666;content:'\e622';font-family:'luma-icons';margin:0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .action.toggle:hover:after{color:#333}.wishlist.split.button .action.toggle:active:after{color:inherit}.wishlist.split.button .action.toggle.active{display:inline-block;text-decoration:none}.wishlist.split.button .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.split.button .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:#666;content:'\e621';font-family:'luma-icons';margin:0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.split.button .action.toggle.active:hover:after{color:#333}.wishlist.split.button .action.toggle.active:active:after{color:inherit}.wishlist.split.button .items{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:200px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.wishlist.split.button .items li{margin:0;padding:5px 5px 5px 23px}.wishlist.split.button .items li:hover{background:#e8e8e8;cursor:pointer}.wishlist.split.button .items:before,.wishlist.split.button .items:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.wishlist.split.button .items:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.wishlist.split.button .items:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.wishlist.split.button .items:before{left:10px;top:-12px}.wishlist.split.button .items:after{left:9px;top:-14px}.wishlist.split.button.active{overflow:visible}.wishlist.split.button.active .items{display:block}.wishlist.split.button .items{padding:6px 0;text-align:left}.wishlist.split.button .items .item>span{display:block;padding:5px 5px 5px 23px}.wishlist.split.button .items li{padding:0}.wishlist.split.button>.action.split{margin-right:5px}.wishlist.split.button>.action.split:before{content:'\e600'}.wishlist.split.button>.action.split:before{margin:0;width:18px}.wishlist.split.button>.action:active,.wishlist.split.button>.action:focus,.wishlist.split.button>.action:hover{color:#333}.wishlist.split.button>.action.toggle:before{border-left:1px solid #666;content:'';float:left;height:15px;margin:3px 4px 0 0}.cart.table-wrapper .wishlist.split.button{vertical-align:baseline}.cart.table-wrapper .wishlist.split.button>.action.split{font-weight:normal;letter-spacing:normal;text-transform:none}.cart.table-wrapper .wishlist.split.button>.action.toggle:after{color:#006bb4}.cart.table-wrapper .wishlist.split.button>.action.split,.cart.table-wrapper .wishlist.split.button>.action.toggle{color:#006bb4}.cart.table-wrapper .wishlist.split.button>.action.split:before,.cart.table-wrapper .wishlist.split.button>.action.toggle:before{display:none}.wishlist.window.popup{background:#fff;border:1px solid #adadad;padding:22px;width:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15);transition:opacity .3s linear;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1001;display:none;opacity:0;box-sizing:border-box}.wishlist.window.popup .popup-header{margin:0 0 25px;padding-right:16px}.wishlist.window.popup .popup-header .title{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.wishlist.window.popup .popup-actions .action.close{position:absolute;display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400;right:10px;top:10px}.wishlist.window.popup .popup-actions .action.close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.wishlist.window.popup .popup-actions .action.close:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:#8c8c8c;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.wishlist.window.popup .popup-actions .action.close:hover:before{color:#737373}.wishlist.window.popup .popup-actions .action.close:active:before{color:#737373}.wishlist.window.popup .popup-actions .action.close:focus,.wishlist.window.popup .popup-actions .action.close:active{background:none;border:none}.wishlist.window.popup .popup-actions .action.close:hover{background:none;border:none}.wishlist.window.popup .popup-actions .action.close.disabled,.wishlist.window.popup .popup-actions .action.close[disabled],fieldset[disabled] .wishlist.window.popup .popup-actions .action.close{pointer-events:none;opacity:.5}.wishlist.window.popup.active{opacity:1}.wishlist.window.popup.active{display:block}.wishlist.overlay{transition:opacity .15s linear;background:#8c8c8c;z-index:899;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0}.wishlist.overlay.active{opacity:.7;filter:alpha(opacity=70)}.wishlist.overlay.active{display:block}.wishlist-dropdown.move .action.toggle,.wishlist-dropdown.copy .action.toggle{color:#006bb4}.page-multiple-wishlist .actions-toolbar>.primary{display:block;float:none;text-align:left}.page-multiple-wishlist .actions-toolbar>.primary .action.remove{float:right}.block-wishlist-management{position:relative}.block-wishlist-management .wishlist-select .wishlist-name-label{font-weight:600}.block-wishlist-management .wishlist-title{margin-bottom:10px}.block-wishlist-management .wishlist-title strong{font-weight:300;margin-right:10px}.block-wishlist-management .wishlist-notice{color:#7d7d7d;display:inline-block;margin-right:20px}.block-wishlist-management .wishlist-notice.private{display:inline-block;text-decoration:none}.block-wishlist-management .wishlist-notice.private:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:inherit;line-height:inherit;color:#a3a3a3;content:'\e629';font-family:'luma-icons';margin:0 5px 0 0;vertical-align:text-bottom;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-wishlist-management .wishlist-toolbar-select,.block-wishlist-management .wishlist-toolbar-actions{display:inline-block}.block-wishlist-management .wishlist-toolbar-select{margin-right:20px}.block-wishlist-management .wishlist-toolbar .copy .dropdown{right:0}.block-wishlist-management .wishlist-toolbar .copy .dropdown:before{left:auto;right:11px}.block-wishlist-management .wishlist-toolbar .copy .dropdown:after{left:auto;right:10px}.block-wishlist-management .wishlist-dropdown.move{margin-right:20px}.block-wishlist-search-form .form-wishlist-search{margin-bottom:60px;max-width:500px}.block-wishlist-search-results .table-wrapper{border-top:none}.block-wishlist-info-items .block-title{margin-bottom:20px;font-size:2.2rem}.block-wishlist-info-items .block-title>strong{font-weight:300}.block-wishlist-info-items .product-item{width:100%}.block-wishlist-info-items .product-item-photo{margin-left:20px}.block-wishlist-info-items .product-item-info{width:auto}.block-wishlist-info-items .product-item-info:hover .split{visibility:visible}.block-wishlist-info-items .price-wrapper{display:block;margin:0 0 10px}.block-wishlist-info-items .split{clear:both;padding:10px 0;visibility:hidden}.block-wishlist-info-items .wishlist-dropdown .change{color:#006bb4}.block-wishlist-info-items .action.towishlist{padding:10px 0}.block-wishlist-info-items .input-text.qty{margin-right:10px}.multicheckout.results h3,.multicheckout.success h3{font-size:1.6rem;margin-bottom:20px;margin-top:30px}.multicheckout.results h3 a,.multicheckout.success h3 a{color:#333}.multicheckout.results h3 a:hover,.multicheckout.success h3 a:hover{text-decoration:none}.multicheckout.results ul.orders-list,.multicheckout.success ul.orders-list{list-style:none;padding-left:0}.multicheckout.results .orders-list,.multicheckout.success .orders-list{margin-top:25px;padding-left:16px}.multicheckout.results .orders-list .shipping-list .shipping-item,.multicheckout.success .orders-list .shipping-list .shipping-item{margin-left:84px}.multicheckout.results .orders-list .shipping-list .shipping-label,.multicheckout.success .orders-list .shipping-list .shipping-label{font-weight:700;margin-right:10px}.multicheckout.results .orders-list .shipping-list .shipping-address,.multicheckout.success .orders-list .shipping-list .shipping-address{font-weight:400}.multicheckout.results .orders-list .shipping-list .error-block,.multicheckout.success .orders-list .shipping-list .error-block{color:#e02b27}.multicheckout.results .orders-list .shipping-list .error-block .error-label,.multicheckout.success .orders-list .shipping-list .error-block .error-label{font-weight:700;margin-right:10px}.multicheckout.results .orders-list .shipping-list .error-block .error-description,.multicheckout.success .orders-list .shipping-list .error-block .error-description{font-weight:400}.multicheckout.results .orders-succeed .orders-list,.multicheckout.success .orders-succeed .orders-list{margin-top:0}.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id{float:left}.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item{margin-left:100px}.multicheckout .title{margin-bottom:30px}.multicheckout .title strong{font-weight:400}.multicheckout .table-wrapper{margin-bottom:0}.multicheckout .table-wrapper .action.delete{display:inline-block}.multicheckout .table-wrapper .col .qty{display:inline-block}.multicheckout .table-wrapper .col.item .action.edit{font-weight:400;margin-left:10px}.multicheckout:not(.address) .table-wrapper .product-item-name{margin:0}.multicheckout>.actions-toolbar{margin-top:40px}.multicheckout .actions-toolbar>.secondary{display:block}.multicheckout .actions-toolbar>.secondary .action{margin-bottom:25px}.multicheckout .actions-toolbar>.secondary .action.back{display:block;margin-left:0}.multicheckout .actions-toolbar>.primary{margin-right:10px}.multicheckout .item-options{margin:10px 0 0}.multicheckout .block .methods-shipping .item-content .fieldset>.field:before{display:none}.multicheckout .block .methods-shipping .item-content .fieldset>.field .control{display:inline-block}.multicheckout .block-title,.multicheckout .block-content .title{border-bottom:1px solid #ccc;padding-bottom:10px}.multicheckout .block-title strong,.multicheckout .block-content .title strong{font-weight:400}.multicheckout .block-title strong span,.multicheckout .block-content .title strong span{color:#a6a6a6}.multicheckout .block-content .title{border-bottom:none;padding-bottom:0}.multicheckout.order-review .block-title>strong{font-size:2.4rem}.multicheckout.order-review .block-shipping .block-content:not(:last-child){margin-bottom:40px}.multicheckout.order-review .error-description{color:#e02b27;font-weight:400;margin-bottom:10px;margin-top:-10px}.multicheckout .box-title span{margin-right:10px}.multicheckout .box-title>.action{margin:0}.multicheckout .box-shipping-method .price{font-weight:700}.multicheckout .box-billing-method .fieldset{margin:0}.multicheckout .box-billing-method .fieldset .legend.box-title{margin:0 0 5px}.multicheckout .checkout-review .grand.totals{font-size:2.1rem;margin-bottom:40px}.multicheckout .checkout-review .grand.totals .mark{font-weight:400}[class^='multishipping-'] .logo{margin-left:0}.multishipping-checkout-success .nav-sections{display:block}.block.newsletter{margin-bottom:20px}.block.newsletter .form.subscribe{display:table;width:100%}.block.newsletter .fieldset{display:table-cell;margin:0;padding:0;vertical-align:top}.block.newsletter .field{margin:0}.block.newsletter .field .control{display:inline-block;text-decoration:none;display:block}.block.newsletter .field .control:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:32px;color:#575757;content:'\e61d';font-family:'luma-icons';margin:0 0 0 8px;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block.newsletter .field .control:before{position:absolute}.block.newsletter input{margin-right:35px;padding:0 0 0 35px}.block.newsletter .title{display:none}.block.newsletter .actions{display:table-cell;vertical-align:top;width:1%}.block.newsletter .action.subscribe{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px;white-space:nowrap}.data.switch .counter{color:#7d7d7d}.data.switch .counter:before{content:'('}.data.switch .counter:after{content:')'}.rating-summary{overflow:hidden;white-space:nowrap}.rating-summary .rating-result{width:88px;display:inline-block;position:relative;vertical-align:middle}.rating-summary .rating-result:before{left:0;position:absolute;top:0;width:100%;z-index:1;-webkit-font-smoothing:antialiased;color:#c7c7c7;font-family:'luma-icons';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;content:'\e605' '\e605' '\e605' '\e605' '\e605';display:block;font-style:normal;font-weight:normal;speak:none}.rating-summary .rating-result>span{display:block;overflow:hidden}.rating-summary .rating-result>span:before{position:relative;z-index:2;-webkit-font-smoothing:antialiased;color:#ff5501;font-family:'luma-icons';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;content:'\e605' '\e605' '\e605' '\e605' '\e605';display:block;font-style:normal;font-weight:normal;speak:none}.rating-summary .rating-result>span span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.product-reviews-summary .rating-summary .label,.table-reviews .rating-summary .label{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.review-control-vote{overflow:hidden}.review-control-vote:before{color:#c7c7c7;font-family:'luma-icons';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;font-style:normal;font-weight:normal;speak:none;vertical-align:top;-webkit-font-smoothing:antialiased;content:'\e605' '\e605' '\e605' '\e605' '\e605';display:block;position:absolute;z-index:1}.review-control-vote input[type="radio"]{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.review-control-vote input[type="radio"]:hover+label:before,.review-control-vote input[type="radio"]:checked+label:before{opacity:1}.review-control-vote label{cursor:pointer;display:block;position:absolute}.review-control-vote label span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.review-control-vote label:before{color:#ff5501;font-family:'luma-icons';font-size:16px;height:16px;letter-spacing:2px;line-height:16px;font-style:normal;font-weight:normal;speak:none;vertical-align:top;-webkit-font-smoothing:antialiased;opacity:0}.review-control-vote label:hover:before{opacity:1}.review-control-vote label:hover~label:before{opacity:0}.review-control-vote .rating-5{z-index:2}.review-control-vote .rating-5:before{content:'\e605' '\e605' '\e605' '\e605' '\e605'}.review-control-vote .rating-4{z-index:3}.review-control-vote .rating-4:before{content:'\e605' '\e605' '\e605' '\e605'}.review-control-vote .rating-3{z-index:4}.review-control-vote .rating-3:before{content:'\e605' '\e605' '\e605'}.review-control-vote .rating-2{z-index:5}.review-control-vote .rating-2:before{content:'\e605' '\e605'}.review-control-vote .rating-1{z-index:6}.review-control-vote .rating-1:before{content:'\e605'}.review-control-vote:before{content:'\e625' '\e625' '\e625' '\e625' '\e625'}.products-reviews-toolbar{position:relative}.products-reviews-toolbar .toolbar-amount{position:relative;text-align:center}.review-toolbar{border-top:1px solid #c9c9c9;margin:0 0 20px;padding:0;text-align:center}.review-toolbar:first-child{display:none}.review-toolbar .pages{border-bottom:1px solid #c9c9c9;display:block;padding:20px 0;text-align:center}.review-toolbar .limiter{display:none}.review-add .block-title{display:none}.review-form .action.submit.primary{background:#eee;border:1px solid #ccc;color:#333;font-size:1.4rem;line-height:1.6rem;padding:7px 15px;margin:0}.review-form .action.submit.primary:focus,.review-form .action.submit.primary:active{background:#e2e2e2;border:1px solid #ccc;color:#333}.review-form .action.submit.primary:hover{background:#e1e1e1;border:1px solid #ccc;color:#333}.review-form .actions-toolbar .actions-primary{padding:0}.fieldset .review-legend.legend{border-bottom:0;line-height:1.3;margin-bottom:20px;padding:0}.fieldset .review-legend.legend span{margin:0}.fieldset .review-legend.legend strong{display:block;font-weight:600}.fieldset .review-field-ratings>.label{font-weight:600;margin-bottom:10px;padding:0}.review-control-vote label:before,.review-control-vote:before{font-size:32px;height:32px;letter-spacing:10px;line-height:32px}.review-field-rating .label{font-weight:600}.review-field-rating .control{margin-bottom:48px;margin-top:10px}.review-list{margin-bottom:30px}.review-list .block-title strong{font-weight:300;line-height:1.1;font-size:2.6rem;margin-top:2.5rem;margin-bottom:2rem}.review-item{border-bottom:1px solid #c9c9c9;margin:0;padding:20px 0}.review-item:after{clear:both;content:'';display:table}.review-item:last-child{border-width:0}.review-ratings{display:table;margin-bottom:10px;max-width:100%}.review-author{display:inline}.review-author .review-details-value{font-weight:400}.review-date{display:inline}.review-title{font-weight:600;line-height:1.1;font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;margin:0 0 20px}.review-content{margin-bottom:20px}.page-main .column .review-add{margin-bottom:0}.data.table.reviews .rating-summary{margin-top:-4px}.customer.review.view .review.title,.customer.review.view .ratings.summary.items,.customer.review.view .product.details{margin-bottom:20px}.product-reviews-summary{margin-bottom:5px}.products.wrapper.list .product-reviews-summary{margin:0 auto}.product-reviews-summary .rating-summary{display:inline-block;vertical-align:middle}.product-reviews-summary .reviews-actions{display:inline-block;font-size:11px;vertical-align:middle}.product-reviews-summary .reviews-actions a:not(:last-child){margin-right:30px}.product-reviews-summary .reviews-actions .action.add{white-space:nowrap}.product-info-main .rating-summary,.customer-review .rating-summary{margin-right:30px}.block-reviews-dashboard .items .item{margin-bottom:20px}.block-reviews-dashboard .items .item:last-child{margin-bottom:0}.block-reviews-dashboard .product-name{display:inline-block}.block-reviews-dashboard .product-name:not(:last-child){margin-bottom:5px}.block-reviews-dashboard .rating-summary .label{font-weight:600;margin-right:10px;vertical-align:middle}.table-reviews .product-name,.block-reviews-dashboard .product-name{font-weight:400}.table-reviews .rating-summary{display:inline-block;vertical-align:baseline}.customer-review .product-media{float:left;margin-right:3%;max-width:285px;width:30%}.customer-review .review-details{margin:0}.customer-review .review-details .customer-review-rating{margin-bottom:20px}.customer-review .review-details .customer-review-rating .item{margin-bottom:10px}.customer-review .review-details .customer-review-rating .item:last-child{margin-bottom:0}.customer-review .review-details .review-title{line-height:1.1;font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;font-weight:600;margin-bottom:20px}.customer-review .review-details .review-content{margin:0;margin-bottom:20px}.customer-review .review-details .review-date{color:#a6a6a6}.block-reward-info .reward-balance{font-size:1.8rem;margin-bottom:25px}.block-reward-info .reward-rates:not(:last-child),.block-reward-info .reward-limit:not(:last-child),.block-reward-info .reward-expiring:not(:last-child){margin-bottom:25px}.block-reward-info .reward-rates .title,.block-reward-info .reward-limit .title,.block-reward-info .reward-expiring .title{display:inline-block;margin-bottom:10px}.order-details-items.rma .order-title{display:none}.order-details-items.rma .order-title+.toolbar{display:none}.form-create-return .additional:first-child{margin-top:0}.form-create-return .field.comment{margin-top:55px}.table-wrapper.table-returns .returns-details.hidden{display:none}.block-returns-comments .returns-comments dt,.block-returns-comments .returns-comments dd{margin:0}.block-returns-comments .returns-comments dt{font-weight:400}.block-returns-comments .returns-comments dd{margin-bottom:15px}.block-returns-comments .returns-comments dd:last-child{margin-bottom:0}.block-returns-comments .fieldset{margin-bottom:20px}.magento-rma-guest-create .order-links .item a{line-height:1.42857143;margin:0 30px 0 0;padding:0;color:#006bb4;text-decoration:none;background:none;border:0;display:inline}.magento-rma-guest-create .order-links .item a:visited{color:#006bb4;text-decoration:none}.magento-rma-guest-create .order-links .item a:hover{color:#006bb4;text-decoration:underline}.magento-rma-guest-create .order-links .item a:active{color:#ff5501;text-decoration:underline}.magento-rma-guest-create .order-links .item a:hover,.magento-rma-guest-create .order-links .item a:active,.magento-rma-guest-create .order-links .item a:focus{background:none;border:0}.magento-rma-guest-create .order-links .item a.disabled,.magento-rma-guest-create .order-links .item a[disabled],fieldset[disabled] .magento-rma-guest-create .order-links .item a{color:#006bb4;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.order-links .item{line-height:40px;margin:0 0 -1px}.order-links .item strong{background:#fff;border:1px solid #ccc;display:block;font-weight:400;padding:0 20px}.order-links .item a{background:#f6f6f6;color:#6d6d6d;border:1px solid #ccc;display:block;font-weight:400;padding:0 20px}.order-links .item a:hover{background:#fff;text-decoration:none}.order-details-items{border:1px solid #ccc;margin-bottom:40px;padding:10px}.order-details-items .order-title{border-bottom:1px solid #ccc;padding:0 0 10px}.order-details-items .order-title>strong{font-size:2.4rem;font-weight:300}.order-details-items .order-title .action{display:inline-block}.order-details-items .table-wrapper{margin:0}.order-details-items .table-wrapper+.actions-toolbar{display:none}.order-details-items .table-wrapper:not(:last-child){margin-bottom:30px}.order-details-items .table-wrapper.order-items-shipment{overflow:visible}.order-details-items .table-order-items>thead>tr>th{border-bottom:1px solid #ccc}.order-details-items .table-order-items tbody+tbody{border-top:1px solid #ccc}.account .order-details-items .table-order-items tbody tr:nth-child(even) td{background:none}.order-details-items .table-order-items tbody td{padding-bottom:20px;padding-top:20px}.order-details-items .table-order-items tbody .col.label{font-weight:700;padding-bottom:5px;padding-top:0}.order-details-items .table-order-items tbody .col.options{padding:10px 10px 15px}.order-details-items .table-order-items tbody>.item-parent td{padding-bottom:5px}.order-details-items .table-order-items tbody>.item-parent+tr td{padding-top:5px}.order-details-items .table-order-items tbody .item-options-container td{padding-bottom:15px;padding-top:0}.order-details-items .table-order-items .product-item-name{margin:0 0 10px}.order-details-items .item-options{margin:0}.order-details-items .item-options dt{margin:0}.order-details-items .item-options dd{margin:0 0 15px}.order-details-items .item-options dd:last-child{margin-bottom:0}.order-details-items .item-options.links dt{display:inline-block}.order-details-items .item-options.links dt:after{content:': '}.order-details-items .item-options.links dd{margin:0}.order-details-items thead .col.qty{text-align:center}.order-details-items .col.name{padding-top:16px}.order-details-items .action.show{display:inline-block;text-decoration:none;color:#333}.order-details-items .action.show>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.order-details-items .action.show:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.order-details-items .action.show.expanded:after{content:'\e621'}.order-details-items .product-item-name{font-size:1.8rem}.order-details-items .items-qty .item{white-space:nowrap}.order-details-items .items-qty .title:after{content:': '}.order-details-items .pages-items .item:first-child,.order-details-items .pages-items .item:last-child{margin-right:0}.block-order-details-comments{margin:0 0 40px}.block-order-details-comments .comment-date{font-weight:600}.block-order-details-comments .comment-content{line-height:1.6;margin:0 0 20px}.block-order-details-view .block-content .box{margin-bottom:30px}.block-order-details-view .box-title{font-weight:600}.block-order-details-view .box-content .payment-method .title{font-weight:400}.block-order-details-view .box-content .payment-method .content{margin:0}.block-order-details-view .box-content .payment-method .content>strong{font-weight:400}.block-order-details-view .box-content .payment-method .content>strong:after{content:': '}.column.main .order-details-items .block-order-details-gift-message{margin:40px 0 0}.block-order-details-gift-message+.actions-toolbar{display:none}.order-tracking{margin:0;padding:20px 0}.order-title+.order-tracking{border-bottom:1px solid #ccc}.order-tracking .tracking-title{display:inline-block}.order-tracking .tracking-content{display:inline-block;margin:0 0 0 5px}.order-actions-toolbar{margin-bottom:25px}.order-actions-toolbar .action{margin-right:30px}.order-actions-toolbar .action.print{display:none;margin:0}.form-orders-search .field:last-child{margin-bottom:20px}.block-reorder .actions-toolbar{margin:17px 0}.block-reorder .product-item-name{float:left;width:calc(80%)}.block-reorder .product-item::after{clear:both;content:'';display:table}.block-reorder .product-item .field.item{float:left;width:20px}.form.send.friend .fieldset .field .control{width:100%}.product-social-links .action.mailto.friend:before{content:'\e61d'}.block-collapsible-nav .content{background:#f5f5f5;padding:15px 0}.block-collapsible-nav .item{margin:3px 0 0}.block-collapsible-nav .item:first-child{margin-top:0}.block-collapsible-nav .item a,.block-collapsible-nav .item>strong{border-left:3px solid transparent;color:#575757;display:block;padding:5px 18px 5px 15px}.block-collapsible-nav .item a{text-decoration:none}.block-collapsible-nav .item a:hover{background:#e8e8e8}.block-collapsible-nav .item.current a,.block-collapsible-nav .item.current>strong{border-color:#ff5501;color:#000;font-weight:600}.block-collapsible-nav .item.current a{border-color:#ff5501}.block-collapsible-nav .item .delimiter{border-top:1px solid #d1d1d1;display:block;margin:10px 1.8rem}body{background-color:#fff}.page-wrapper{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100vh}.page-main{-webkit-flex-grow:1;flex-grow:1}.page-main>.page-title-wrapper .page-title{hyphens:auto}.page-header{border-bottom:1px solid #ccc;margin-bottom:20px}.page-header .panel.wrapper{background-color:#6e716e;color:#fff}.header.panel>.header.links{margin:0;padding:0;list-style:none none;float:right;font-size:0;margin-left:auto;margin-right:20px}.header.panel>.header.links>li{display:inline-block;vertical-align:top}.header.panel>.header.links>li{font-size:14px;margin:0 0 0 15px}.header.panel>.header.links>li.customer-welcome{margin:0 0 0 5px}.header.panel>.header.links>li>a{color:#fff;text-decoration:none}.header.panel>.header.links>li>a:visited{color:#fff;text-decoration:none}.header.panel>.header.links>li>a:hover{color:#fff;text-decoration:underline}.header.panel>.header.links>li>a:active{color:#fff;text-decoration:underline}.header.content{padding-top:10px;position:relative}.logo{float:left;margin:0 0 10px 40px;max-width:50%;position:relative;z-index:5}.logo img{display:block;height:auto}.page-print .logo{display:inline-block;float:none}.page-print .nav-toggle{display:none}.page-main>.page-title-wrapper .page-title+.action{margin-top:30px}.action.skip:focus{background:#f0f0f0;padding:10px;box-sizing:border-box;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:15}.action-skip-wrapper{height:0;position:relative}.message.global p{margin:0}.message.global.noscript,.message.global.cookie{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#ffee9c;border-color:#d6ca8e;color:#333;margin:0}.message.global.noscript a,.message.global.cookie a{color:#006bb4}.message.global.noscript a:hover,.message.global.cookie a:hover{color:#006bb4}.message.global.noscript a:active,.message.global.cookie a:active{color:#ff5501}.message.global.cookie{bottom:0;left:0;position:fixed;right:0;z-index:3}.message.global.cookie .actions{margin-top:10px}.message.global.demo{margin:0 0 10px;padding:12px 20px 12px 25px;display:block;font-size:1.3rem;background:#ff0101;border-color:none;color:#fff;margin-bottom:0;text-align:center}.message.global.demo a{color:#006bb4}.message.global.demo a:hover{color:#006bb4}.message.global.demo a:active{color:#ff5501}.page-footer{margin-top:25px}.footer.content{border-top:1px solid #cecece;padding-top:20px}.footer.content .links>li{background:#f4f4f4;font-size:1.6rem;border-top:1px solid #cecece;margin:0 -15px;padding:0 15px}.footer.content .links a,.footer.content .links strong{display:block;padding:10px 0}.footer.content .links strong{color:#a6a6a6;font-weight:normal}.footer.content .links a{color:#575757;text-decoration:none}.footer.content .links a:visited{color:#575757;text-decoration:none}.footer.content .links a:hover{color:#333;text-decoration:underline}.footer.content .links a:active{color:#333;text-decoration:underline}.copyright{background-color:#6e716e;color:#fff;box-sizing:border-box;display:block;padding:10px;text-align:center}.page-header .switcher .options,.page-footer .switcher .options{display:inline-block;position:relative}.page-header .switcher .options:before,.page-footer .switcher .options:before,.page-header .switcher .options:after,.page-footer .switcher .options:after{content:'';display:table}.page-header .switcher .options:after,.page-footer .switcher .options:after{clear:both}.page-header .switcher .options .action.toggle,.page-footer .switcher .options .action.toggle{padding:0;cursor:pointer;display:inline-block;text-decoration:none}.page-header .switcher .options .action.toggle>span,.page-footer .switcher .options .action.toggle>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .switcher .options .action.toggle:after,.page-footer .switcher .options .action.toggle:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:22px;color:inherit;content:'\e622';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-header .switcher .options .action.toggle:hover:after,.page-footer .switcher .options .action.toggle:hover:after{color:inherit}.page-header .switcher .options .action.toggle:active:after,.page-footer .switcher .options .action.toggle:active:after{color:inherit}.page-header .switcher .options .action.toggle.active,.page-footer .switcher .options .action.toggle.active{display:inline-block;text-decoration:none}.page-header .switcher .options .action.toggle.active>span,.page-footer .switcher .options .action.toggle.active>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.page-header .switcher .options .action.toggle.active:after,.page-footer .switcher .options .action.toggle.active:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:22px;color:inherit;content:'\e621';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.page-header .switcher .options .action.toggle.active:hover:after,.page-footer .switcher .options .action.toggle.active:hover:after{color:inherit}.page-header .switcher .options .action.toggle.active:active:after,.page-footer .switcher .options .action.toggle.active:active:after{color:inherit}.page-header .switcher .options ul.dropdown,.page-footer .switcher .options ul.dropdown{margin:0;padding:0;list-style:none none;background:#fff;border:1px solid #bbb;margin-top:4px;min-width:160px;z-index:100;box-sizing:border-box;display:none;position:absolute;top:100%;box-shadow:0 3px 3px rgba(0,0,0,0.15)}.page-header .switcher .options ul.dropdown li,.page-footer .switcher .options ul.dropdown li{margin:0;padding:0}.page-header .switcher .options ul.dropdown li:hover,.page-footer .switcher .options ul.dropdown li:hover{background:#e8e8e8;cursor:pointer}.page-header .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before,.page-header .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border-bottom-style:solid;content:'';display:block;height:0;position:absolute;width:0}.page-header .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{border:6px solid;border-color:transparent transparent #fff transparent;z-index:99}.page-header .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{border:7px solid;border-color:transparent transparent #bbb transparent;z-index:98}.page-header .switcher .options ul.dropdown:before,.page-footer .switcher .options ul.dropdown:before{left:10px;top:-12px}.page-header .switcher .options ul.dropdown:after,.page-footer .switcher .options ul.dropdown:after{left:9px;top:-14px}.page-header .switcher .options.active,.page-footer .switcher .options.active{overflow:visible}.page-header .switcher .options.active ul.dropdown,.page-footer .switcher .options.active ul.dropdown{display:block}.page-header .switcher .options ul.dropdown a,.page-footer .switcher .options ul.dropdown a{color:#333;text-decoration:none;display:block;padding:8px}.page-header .switcher .options ul.dropdown a:visited,.page-footer .switcher .options ul.dropdown a:visited{color:#333;text-decoration:none}.page-header .switcher .options ul.dropdown a:hover,.page-footer .switcher .options ul.dropdown a:hover{color:#333;text-decoration:none}.page-header .switcher .options ul.dropdown a:active,.page-footer .switcher .options ul.dropdown a:active{color:#333;text-decoration:none}.page-header .switcher strong,.page-footer .switcher strong{font-weight:400}.page-header .switcher .options ul.dropdown{right:0}.page-header .switcher .options ul.dropdown:before{left:auto;right:10px}.page-header .switcher .options ul.dropdown:after{left:auto;right:9px}.sidebar .widget.block:not(:last-child),.sidebar .widget:not(:last-child){margin-bottom:40px}.widget{clear:both}.page-header .widget.block,.page-footer .widget.block{margin:20px 0}.page-header .links .widget.block,.page-footer .links .widget.block{margin:0}.ui-datepicker td{padding:0}.ui-tooltip{background:#fff;border:1px solid #bbb;padding:10px}.my-credit-cards .status{font-style:italic}.my-credit-cards .action.delete{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#006bb4;text-decoration:none;background:none;border:0;display:inline}.my-credit-cards .action.delete:focus,.my-credit-cards .action.delete:active{background:none;border:none}.my-credit-cards .action.delete:hover{background:none;border:none}.my-credit-cards .action.delete.disabled,.my-credit-cards .action.delete[disabled],fieldset[disabled] .my-credit-cards .action.delete{pointer-events:none;opacity:.5}.my-credit-cards .action.delete:visited{color:#006bb4;text-decoration:none}.my-credit-cards .action.delete:hover{color:#006bb4;text-decoration:underline}.my-credit-cards .action.delete:active{color:#ff5501;text-decoration:underline}.my-credit-cards .action.delete:hover,.my-credit-cards .action.delete:active,.my-credit-cards .action.delete:focus{background:none;border:0}.my-credit-cards .action.delete.disabled,.my-credit-cards .action.delete[disabled],fieldset[disabled] .my-credit-cards .action.delete{color:#006bb4;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.my-credit-cards-popup .modal-footer{text-align:right}.my-credit-cards-popup .action.secondary{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#006bb4;text-decoration:none;background:none;border:0;display:inline;margin-right:20px}.my-credit-cards-popup .action.secondary:focus,.my-credit-cards-popup .action.secondary:active{background:none;border:none}.my-credit-cards-popup .action.secondary:hover{background:none;border:none}.my-credit-cards-popup .action.secondary.disabled,.my-credit-cards-popup .action.secondary[disabled],fieldset[disabled] .my-credit-cards-popup .action.secondary{pointer-events:none;opacity:.5}.my-credit-cards-popup .action.secondary:visited{color:#006bb4;text-decoration:none}.my-credit-cards-popup .action.secondary:hover{color:#006bb4;text-decoration:underline}.my-credit-cards-popup .action.secondary:active{color:#ff5501;text-decoration:underline}.my-credit-cards-popup .action.secondary:hover,.my-credit-cards-popup .action.secondary:active,.my-credit-cards-popup .action.secondary:focus{background:none;border:0}.my-credit-cards-popup .action.secondary.disabled,.my-credit-cards-popup .action.secondary[disabled],fieldset[disabled] .my-credit-cards-popup .action.secondary{color:#006bb4;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.toolbar.wishlist-toolbar .limiter{float:right}.toolbar.wishlist-toolbar .main .pages{display:inline-block;position:relative;z-index:0}.toolbar.wishlist-toolbar .toolbar-amount,.toolbar.wishlist-toolbar .limiter{display:inline-block;z-index:1}.product-social-links .action.towishlist:before,.block-bundle-summary .action.towishlist:before,.product-item .action.towishlist:before,.table-comparison .action.towishlist:before{content:'\e600'}.account .table-wrapper .data.table.wishlist>thead>tr>th,.account .table-wrapper .data.table.wishlist>tbody>tr>th,.account .table-wrapper .data.table.wishlist>tfoot>tr>th,.account .table-wrapper .data.table.wishlist>thead>tr>td,.account .table-wrapper .data.table.wishlist>tbody>tr>td,.account .table-wrapper .data.table.wishlist>tfoot>tr>td{border-top:1px solid #ccc}.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>th,.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>th,.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>th,.account .table-wrapper .data.table.wishlist>caption+thead>tr:first-child>td,.account .table-wrapper .data.table.wishlist>colgroup+thead>tr:first-child>td,.account .table-wrapper .data.table.wishlist>thead:first-child>tr:first-child>td{border-top:0}.account .table-wrapper .data.table.wishlist>tbody+tbody{border-top:1px solid #ccc}.account .table-wrapper .data.table.wishlist thead>tr>th{border-bottom:0}.account .table-wrapper .data.table.wishlist tbody>tr:last-child>td{border-bottom:1px solid #ccc}.account .table-wrapper .data.table.wishlist .product.name{display:inline-block;margin-bottom:10px}.account .table-wrapper .data.table.wishlist .box-tocart{margin:10px 0}.account .table-wrapper .data.table.wishlist .box-tocart .qty{vertical-align:middle}.account .table-wrapper .data.table.wishlist .col.item{width:50%}.account .table-wrapper .data.table.wishlist .col.photo{max-width:150px}.account .table-wrapper .data.table.wishlist .col.selector{max-width:15px}.account .table-wrapper .data.table.wishlist textarea{margin:10px 0}.account .table-wrapper .data.table.wishlist .input-text.qty{margin-bottom:10px}.account .table-wrapper .data.table.wishlist .action.primary{vertical-align:top}.account .table-wrapper .data.table.wishlist .price{font-weight:700}.link.wishlist .counter{color:#7d7d7d;white-space:nowrap}.link.wishlist .counter:before{content:'('}.link.wishlist .counter:after{content:')'}.block-wishlist .product-item-name{margin-right:25px}.products-grid.wishlist .product-item-photo{display:block;margin-bottom:10px}.products-grid.wishlist .product-item-name{margin-top:0}.products-grid.wishlist .product-item .price-box{margin:0}.products-grid.wishlist .product-item-comment{display:block;height:42px;margin:10px 0}.products-grid.wishlist .product-item-actions>*{margin-right:15px}.products-grid.wishlist .product-item-actions>*:last-child{margin-right:0}.products-grid.wishlist .product-item-actions .action.edit,.products-grid.wishlist .product-item-actions .action.delete{display:inline-block;text-decoration:none}.products-grid.wishlist .product-item-actions .action.edit>span,.products-grid.wishlist .product-item-actions .action.delete>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.products-grid.wishlist .product-item-actions .action.edit:before,.products-grid.wishlist .product-item-actions .action.delete:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e601';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.products-grid.wishlist .product-item-actions .action.edit:hover:before,.products-grid.wishlist .product-item-actions .action.delete:hover:before{color:#333}.products-grid.wishlist .product-item-actions .action.edit:active:before,.products-grid.wishlist .product-item-actions .action.delete:active:before{color:#757575}.products-grid.wishlist .product-item-actions .action.delete:before{content:'\e604'}.block-banners .banner-item,.block-banners-inline .banner-item{display:block}.block-banners .banner-item-content,.block-banners-inline .banner-item-content{margin-bottom:20px}.block-banners .banner-item-content img,.block-banners-inline .banner-item-content img{display:block;margin:0 auto}.block-product-link.widget,.block-category-link.widget{display:block;margin-bottom:20px}.block-product-link-inline.widget{margin:0}.block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 2%)/2)}.block.widget .products-grid .product-item:nth-child(2n + 1){margin-left:0}.block.widget .product-item-info{width:auto}.block.widget .pager{padding:0}.block.widget .pager .toolbar-amount{float:none;font-size:1.2rem}.block.widget .pager .pages-item-previous{padding-left:0}.block.widget .pager .pages-item-next{position:relative}.block.widget .pager .items{white-space:nowrap}.columns .block-event{position:relative;z-index:2}.block-event .block-content{position:relative}.block-event .block-content>.action{cursor:pointer;margin-top:-6px;position:absolute;top:50%;z-index:3}.block-event .block-content>.action.backward,.block-event .block-content>.action.forward{opacity:.5;overflow:hidden;width:20px;display:inline-block;text-decoration:none}.block-event .block-content>.action.backward>span,.block-event .block-content>.action.forward>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.block-event .block-content>.action.backward:before,.block-event .block-content>.action.forward:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:55px;line-height:30px;color:inherit;content:'\e617';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.block-event .block-content>.action.backward:before,.block-event .block-content>.action.forward:before{margin-left:-15px}.block-event .block-content>.action.backward{left:0}.block-event .block-content>.action.forward{right:0}.block-event .block-content>.action.forward:before{content:'\e608'}.block-event .block-content>.action.forward:before{margin-left:-20px}.block-event .block-content>.action.inactive{cursor:default;display:none}.block-event .block-content>.action:hover{opacity:1}.block-event .slider-panel{overflow:hidden;position:relative;z-index:2}.block-event .slider-panel .slider{white-space:nowrap}.block-event .slider-panel .slider .item{background:#f0f0f0;display:inline-block;text-align:center;vertical-align:top;white-space:normal;width:16.35%}.sidebar-main .block-event .slider-panel .slider .item,.sidebar-additional .block-event .slider-panel .slider .item{width:100%}.block-event .slider-panel .slider .item img{max-width:100%}.block-event .slider-panel .slider .item .category-name{display:inline-block;font-size:1.8rem;padding:15px 5px 0;word-break:break-all}.block-event .slider-panel .slider .item .ticker{margin:0;padding:0;list-style:none none}.block-event .slider-panel .slider .item .ticker li{display:none;margin:0 5px}.block-event .slider-panel .slider .item .ticker .value{font-size:2.6rem;font-weight:300}.block-event .slider-panel .slider .item .ticker .label{display:block;font-size:1.3rem}.block-event .slider-panel .slider .item .dates{font-weight:300}.block-event .slider-panel .slider .item .dates .start,.block-event .slider-panel .slider .item .dates .end,.block-event .slider-panel .slider .item .dates .date{display:block}.block-event .slider-panel .slider .item .dates .start:after{font-size:1.8rem;content:'\2013';display:block}.block-event .slider-panel .slider .item .dates .date{font-size:1.8rem;font-weight:300}.block-event .slider-panel .slider .item .dates .time{font-size:1.3rem}.block-event .slider-panel .slider .item .box-event .box-content{padding:5px 0 10px}.block-event .slider-panel .slider .item .box-event .box-title{display:block;font-weight:300;margin:10px 0 0}.block-event .slider-panel .slider .item .action.show{display:block;padding:0}.block-event .slider-panel .slider .item .action.show .category.name{display:inline-block;padding:30px 10px 0}.block-event .slider-panel .slider .item .action.show img{display:block}.block-event .slider-panel .slider .item .action.event{background-image:none;background:#1979c3;border:1px solid #1979c3;color:#fff;cursor:pointer;display:inline-block;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:600;padding:7px 15px;font-size:1.4rem;box-sizing:border-box;vertical-align:middle;margin-top:15px}.block-event .slider-panel .slider .item .action.event:focus,.block-event .slider-panel .slider .item .action.event:active{background:#006bb4;border:1px solid #006bb4;color:#fff}.block-event .slider-panel .slider .item .action.event:hover{background:#006bb4;border:1px solid #006bb4;color:#fff}.block-event .slider-panel .slider .item .action.event.disabled,.block-event .slider-panel .slider .item .action.event[disabled],fieldset[disabled] .block-event .slider-panel .slider .item .action.event{opacity:.5;cursor:default;pointer-events:none}.block-event .slider-panel .slider .item .action.event:hover{text-decoration:none}.block-static-block.widget,.block-cms-link.widget{margin-bottom:20px}.links .block-static-block.widget,.links .block-cms-link.widget{margin-bottom:0}.block-cms-link-inline.widget{margin:0}.block-wishlist-search .form-wishlist-search{margin:20px 0 0}.block-cms-hierarchy-link.widget{display:block;margin-bottom:20px}.block-cms-hierarchy-link-inline.widget{margin:0}.sidebar .block-addbysku .fieldset{margin:0}.sidebar .block-addbysku .fieldset .fields{position:relative}.sidebar .block-addbysku .fieldset .fields .field{display:inline-block;margin-bottom:10px;vertical-align:top}.sidebar .block-addbysku .fieldset .fields .field.sku{margin-right:-85px;padding-right:90px;width:100%}.sidebar .block-addbysku .fieldset .fields .field.qty .qty+.mage-error{width:80px}.sidebar .block-addbysku .fieldset .fields .actions-toolbar{position:absolute;right:0;top:7px}.sidebar .block-addbysku .form-addbysku .actions-toolbar{margin-bottom:20px}.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary{text-align:left}.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action{width:auto}.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary{float:none;text-align:left}.sidebar .block-addbysku .action.add{display:inline-block;text-decoration:none;line-height:normal;padding:4px;width:auto}.sidebar .block-addbysku .action.add>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sidebar .block-addbysku .action.add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:inherit;color:inherit;content:'\e61c';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sidebar .block-addbysku .action.add:hover:before{color:inherit}.sidebar .block-addbysku .action.add:active:before{color:inherit}.sidebar .block-addbysku .action.links{display:inline-block;margin:20px 0 0}.sidebar .block-addbysku .action.reset{display:block;margin:10px 0}.sidebar .block-addbysku .action.remove{display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.sidebar .block-addbysku .action.remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sidebar .block-addbysku .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:#999;content:'\e616';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.sidebar .block-addbysku .action.remove:hover:before{color:inherit}.sidebar .block-addbysku .action.remove:active:before{color:inherit}.sidebar .block-addbysku .action.remove:focus,.sidebar .block-addbysku .action.remove:active{background:none;border:none}.sidebar .block-addbysku .action.remove:hover{background:none;border:none}.sidebar .block-addbysku .action.remove.disabled,.sidebar .block-addbysku .action.remove[disabled],fieldset[disabled] .sidebar .block-addbysku .action.remove{pointer-events:none;opacity:.5}@media only screen and (max-width:768px){.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}}@media only screen and (max-width:767px){.abs-visually-hidden-mobile-m{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-mobile-m:before,.abs-add-clearfix-mobile-m:after,.account .column.main .block:not(.widget) .block-title:before,.account .column.main .block:not(.widget) .block-title:after{content:'';display:table}.abs-add-clearfix-mobile-m:after,.account .column.main .block:not(.widget) .block-title:after{clear:both}.abs-toggling-title-mobile,.block-wishlist-management .wishlist-select .wishlist-name,.block-collapsible-nav .title{border-top:1px solid #ccc;cursor:pointer;margin-bottom:0;position:relative;border-bottom:1px solid #ccc;padding:10px 40px 10px 15px;display:block;text-decoration:none}.block-wishlist-management .wishlist-select .wishlist-name:after,.block-collapsible-nav .title:after{position:absolute;right:20px;top:10px}.abs-toggling-title-mobile:after,.block-wishlist-management .wishlist-select .wishlist-name:after,.block-collapsible-nav .title:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:12px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';margin:3px 0 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-toggling-title-mobile.active:after,.block-wishlist-management .wishlist-select .wishlist-name.active:after,.block-collapsible-nav .title.active:after{content:'\e621'}.abs-icon-add-mobile,.block-wishlist-management .wishlist-add.item .add{display:block;text-decoration:none}.abs-icon-add-mobile:before,.block-wishlist-management .wishlist-add.item .add:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:10px;line-height:10px;color:inherit;content:'\e61c';font-family:'luma-icons';margin:0 5px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.abs-checkout-tooltip-content-position-top-mobile,.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.field-tooltip .field-tooltip-content:before,.field-tooltip .field-tooltip-content:after{border:10px solid transparent;height:0;width:0;margin-top:-21px;right:10px;left:auto;top:0}.field-tooltip .field-tooltip-content:before{border-bottom-color:#666}.field-tooltip .field-tooltip-content:after{border-bottom-color:#f4f4f4;top:1px}.navigation,.breadcrumbs,.page-header .header.panel,.header.content,.footer.content,.page-main,.page-wrapper>.widget,.page-wrapper>.page-bottom,.block.category.event,.top-container{padding-left:15px;padding-right:15px}.account .page-main,.cms-privacy-policy .page-main{padding-top:41px;position:relative}.navigation{padding:0}.navigation .parent .level-top{position:relative;display:block;text-decoration:none}.navigation .parent .level-top:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:42px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.navigation .parent .level-top:after{position:absolute;right:7px;top:-8px}.navigation .parent .level-top.ui-state-active:after{content:'\e621'}.nav-sections{-webkit-overflow-scrolling:touch;-webkit-transition:left .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .3s;height:100%;left:-80%;left:calc(-1 * (100% - 54px));overflow:auto;position:fixed;top:0;width:80%;width:calc(100% - 54px)}.nav-sections .switcher{border-top:1px solid #d1d1d1;font-size:1.6rem;font-weight:700;margin:0;padding:.8rem 3.5rem .8rem 2rem}.nav-sections .switcher .label{display:block;margin-bottom:5px}.nav-sections .switcher:last-child{border-bottom:1px solid #d1d1d1}.nav-sections .switcher-trigger strong{position:relative;display:block;text-decoration:none}.nav-sections .switcher-trigger strong:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:42px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.nav-sections .switcher-trigger strong:after{position:absolute;right:-40px;top:-16px}.nav-sections .switcher-trigger.active strong:after{content:'\e621'}.nav-sections .switcher-dropdown{margin:0;padding:0;list-style:none none;display:none;padding:10px 0}.nav-sections .switcher-options.active .switcher-dropdown{display:block}.nav-sections .header.links{margin:0;padding:0;list-style:none none;border-bottom:1px solid #d1d1d1}.nav-sections .header.links li{font-size:1.6rem;margin:0}.nav-sections .header.links li.greet.welcome{border-top:1px solid #d1d1d1;font-weight:700;padding:.8rem 20px}.nav-sections .header.links li>a{border-top:1px solid #d1d1d1}.nav-sections .header.links a,.nav-sections .header.links a:hover{color:#575757;text-decoration:none;display:block;font-weight:700;padding:.8rem 20px}.nav-sections .header.links .header.links{border:0}.nav-before-open{height:100%;overflow-x:hidden;width:100%}.nav-before-open .page-wrapper{-webkit-transition:left .3s;-moz-transition:left .3s;-ms-transition:left .3s;transition:left .3s;height:100%;left:0;overflow:hidden;position:relative}.nav-before-open body{height:100%;overflow:hidden;position:relative;width:100%}.nav-open .page-wrapper{left:80%;left:calc(100% - 54px)}.nav-open .nav-sections{-webkit-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);-moz-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);-ms-box-shadow:0 0 5px 0 rgba(50,50,50,0.75);box-shadow:0 0 5px 0 rgba(50,50,50,0.75);left:0;z-index:99}.nav-open .nav-toggle:after{background:rgba(0,0,0,0.7);content:'';display:block;height:100%;position:fixed;right:0;top:0;width:100%;z-index:1}.nav-sections-items{position:relative;z-index:1}.nav-sections-items:before,.nav-sections-items:after{content:'';display:table}.nav-sections-items:after{clear:both}.nav-sections-item-title{background:#e3e3e3;border:solid #d7d7d7;border-width:0 0 1px 1px;box-sizing:border-box;float:left;height:71px;padding-top:24px;text-align:center;width:33.33%}.nav-sections-item-title.active{background:transparent;border-bottom:0}.nav-sections-item-title .nav-sections-item-switch:hover{text-decoration:none}.nav-sections-item-content{box-sizing:border-box;float:right;margin-left:-100%;margin-top:71px;width:100%;padding:25px 0}.nav-sections-item-content:before,.nav-sections-item-content:after{content:'';display:table}.nav-sections-item-content:after{clear:both}.nav-sections-item-content.active{display:block}.navigation{background:#f0f0f0;box-sizing:border-box}.navigation ul{margin:0;padding:0}.navigation li{margin:0}.navigation a{display:block;padding-top:10px;padding-right:0;padding-bottom:10px;padding-left:15px}.navigation a,.navigation a:hover{color:#575757;text-decoration:none}.navigation .level0{border-top:1px solid #d1d1d1;font-size:1.6rem}.navigation .level0>.level-top{font-weight:700;padding:8px 40px 8px 15px;text-transform:uppercase;word-wrap:break-word}.navigation .level0>.level-top:hover{color:#333}.navigation .level0.active .all-category .ui-state-focus{border-color:#ff5501;border-style:solid;border-width:0 0 0 8px;color:#333;padding-left:7px;display:inline-block}.navigation .level0>.level1{font-weight:600}.navigation .level0.active>a:not(.ui-state-active),.navigation .level0.has-active>a:not(.ui-state-active){border-color:#ff5501;border-style:solid;border-width:0 0 0 8px;color:#333}.navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),.navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon){margin-left:-8px}.navigation li.level0:last-child{border-bottom:1px solid #d1d1d1}.navigation .submenu>li{word-wrap:break-word}.navigation .submenu>li>a:hover{color:#333}.navigation .submenu:not(:first-child){font-weight:400;line-height:1.3;left:auto !important;overflow-x:hidden;padding:0;position:relative;top:auto !important;transition:left .3s ease-out}.navigation .submenu:not(:first-child)>li>a{padding-left:15px}.navigation .submenu:not(:first-child)>li:last-child{margin-bottom:0}.navigation .submenu:not(:first-child) ul{display:block;padding-left:15px}.navigation .submenu:not(:first-child) ul>li{margin:0}.navigation .submenu:not(:first-child) ul>li a{color:#575757;display:block;line-height:normal}.navigation .submenu:not(:first-child) ul>li a:hover{color:#333}.navigation .submenu:not(:first-child).expanded{display:block !important;padding-right:0;top:0 !important}.navigation .submenu:not(:first-child) .active>a{border-color:#ff5501;border-style:solid;border-width:0 0 0 8px;color:#333;padding-left:7px}.navigation .submenu:not(:first-child) .level1.active>a{padding-left:7px}.product.data.items .item.title>.switch{padding:1px 15px 1px}.product.data.items>.item.content{padding:10px 15px 30px}.breadcrumbs{display:none}.modal-popup.modal-slide{left:44px;z-index:900}.modal-popup.modal-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.modal-popup.modal-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.modal-popup.modal-slide .modal-inner-wrap{margin:0;max-height:none}.custom-slide{bottom:0;left:0;min-width:0;position:fixed;right:0;top:0;visibility:hidden;opacity:0;-webkit-transition:visibility 0s .3s,opacity .3s ease;transition:visibility 0s .3s,opacity .3s ease;left:44px;z-index:900}.custom-slide._show{visibility:visible;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.custom-slide._show .modal-inner-wrap{-webkit-transform:translate(0, 0);transform:translate(0, 0)}.custom-slide .modal-inner-wrap{background-color:#fff;box-shadow:0 0 12px 2px rgba(0,0,0,0.35);opacity:1;pointer-events:auto}.custom-slide._show .modal-inner-wrap{-webkit-transform:translateX(0);transform:translateX(0)}.custom-slide .modal-inner-wrap{height:100%;overflow-y:auto;position:static;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;width:auto}.custom-slide._show{-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}.custom-slide .modal-inner-wrap{background-color:#f4f4f4;box-sizing:border-box;height:auto;min-height:100%}body._has-modal-custom{height:100vh;overflow:hidden;width:100vw}body._has-modal-custom .modal-custom-overlay{background-color:rgba(51,51,51,0.55)}.modal-popup{pointer-events:auto}.modal-popup.modal-slide .modal-inner-wrap[class]{background-color:#f4f4f4}.modal-popup.modal-slide._inner-scroll._show{-webkit-overflow-scrolling:touch;overflow-y:auto}.modal-popup.modal-slide._inner-scroll .modal-inner-wrap{height:auto;min-height:100%}.modal-popup .modal-title{font-size:14px;font-weight:700}.wesupply-link-v2{display:none}.ws_embed_sms_notification{text-align:center}.wpx-span span{display:block;margin:15px 0;font-size:10px}.control-subs-2{margin-bottom:15px}#ws_embed_sms_notification .control-subs .ws-Phone{width:80%}#ws_embed_sms_notification .control-subs .ws-country-pc{width:18%;min-width:130px}#ws_embed_sms_notification .control-subs .sms-subs{margin-top:15px;border-radius:0;width:100%}#estimated_response .update-location #input_country{position:relative;top:1px}.table-checkout-shipping-method tbody{border-top:1px solid #ccc;padding-bottom:20px;display:block}.table-checkout-shipping-method tbody tr{padding-bottom:20px}.table-checkout-shipping-method tbody tr td{padding-bottom:10px}.table-checkout-shipping-method tbody tr td.col-eta.eta-desktop{display:none}.table-checkout-shipping-method tbody tr.row-eta{display:table-row}.table-checkout-shipping-method tbody tr.row-eta td{padding-bottom:20px}.table-checkout-shipping-method tbody tr.row-eta td.col-method,.table-checkout-shipping-method tbody tr.row-eta td.col-eta{border-top:0 none;padding-top:5px;padding-bottom:5px}.table-checkout-shipping-method tbody:first-of-type{border-top:0 none}.theme-pearl #ws_embed_sms_notification #ws-Phone{width:210px}.theme-pearl #ws_embed_sms_notification #phonePrefix,.theme-pearl #ws_embed_sms_notification #ws-Phone{height:50px}.theme-pearl #ws_embed_sms_notification #ws-embedded-subscribe{width:100px;height:50px}.theme-pearl #ws_embed_sms_notification .control-subs-2{margin-bottom:15px !important}.theme-pearl #ws_embed_sms_notification .control-subs-2:before{margin-top:15px}.theme-pearl #ws_embed_sms_notification .control-subs:before{margin-top:15px}.theme-pearl #ws_embed_sms_notification .control-subs .sms-subs{border-radius:0;width:100%}#ws_embed_sms_notification.ws-left{padding:0 20px 20px;border:1px solid #b5b5b5}#ws_embed_sms_notification.ws-left #ws-Phone{width:calc(100% - 135px);position:relative;top:1px}#ws_embed_sms_notification.ws-left button#ws-embedded-subscribe{margin-top:10px;height:auto;width:100%}.ws_embed_sms_notification.sms-center-design-2 .inline-block{width:auto}.ws_embed_sms_notification.sms-center-design-2 .inline-block .description-dsg-2{width:100%;text-align:center;padding:15px;margin-top:20px}body:not(.theme-pearl) #estimated_content #estimated_response .update-location .input-wrapper #input_country{top:0}.block-margin.row{margin-right:-15px !important}.contact-index-index .column:not(.sidebar-main) .form.contact{float:none;width:100%}.contact-index-index .column:not(.sidebar-additional) .form.contact{float:none;width:100%}.block-cart-failed .block-title{margin:0 20px 20px}.catalog-product-view .column.main{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.catalog-product-view .product.media{-ms-flex-order:-1;-webkit-order:-1;order:-1}.compare.wrapper,[class*='block-compare']{display:none}.catalog-product_compare-index .columns .column.main{flex-basis:inherit}.block-search{margin-top:10px}.cart-container .form-cart .actions.main{text-align:center}.cart-discount{border-bottom:1px solid #ccc}.cart.table-wrapper{border-top:1px solid #ccc}.cart.table-wrapper thead .col.item,.cart.table-wrapper thead .col.qty,.cart.table-wrapper thead .col.price,.cart.table-wrapper thead .col.subtotal,.cart.table-wrapper thead .col.msrp{display:none}.cart.table-wrapper .col.qty,.cart.table-wrapper .col.price,.cart.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp{box-sizing:border-box;display:block;float:left;white-space:nowrap;width:33%}.cart.table-wrapper .col.qty[data-th]:before,.cart.table-wrapper .col.price[data-th]:before,.cart.table-wrapper .col.subtotal[data-th]:before,.cart.table-wrapper .col.msrp[data-th]:before{content:attr(data-th);display:block;font-weight:600;padding-bottom:10px}.cart.table-wrapper .col.msrp{white-space:normal}.cart.table-wrapper .item .col.item{padding-bottom:0}.cart.table-wrapper tbody>tr>td:last-child{border:0}.cart-totals{padding-left:15px;padding-right:15px}.cart-totals .table-wrapper{border-top:0}.cart-totals .totals tbody>tr:not(:last-child)>td:last-child{border:0}.cart.table-wrapper .col.price,.order-items.table-wrapper .col.price,.cart.table-wrapper .col.qty,.order-items.table-wrapper .col.qty,.cart.table-wrapper .col.subtotal,.order-items.table-wrapper .col.subtotal,.cart.table-wrapper .col.msrp,.order-items.table-wrapper .col.msrp{text-align:left}.minicart-wrapper{margin-top:10px}.minicart-wrapper:before,.minicart-wrapper:after{content:'';display:table}.minicart-wrapper:after{clear:both}.minicart-wrapper .product .actions{float:left;margin:10px 0 0 0}.minicart-wrapper .update-cart-item{float:right}.checkout-index-index .modal-popup .modal-footer .action-save-address{width:100%}.checkout-index-index .modal-popup .modal-footer .action-hide-popup{margin-top:20px}.field-tooltip .field-tooltip-content{right:-10px;top:40px;left:auto}.checkout-payment-method .payment-methods{margin:0 -15px}.checkout-payment-method .step-title{padding-left:15px;padding-right:15px}.checkout-payment-method .payment-method-title{padding:15px}.checkout-payment-method .payment-method-content{padding:0 15px 20px}.checkout-payment-method .checkout-billing-address .action-cancel{margin-top:10px}.checkout-payment-method .payment-option{margin:0 -15px}.checkout-payment-method .payment-option .payment-option-title{padding:15px}.checkout-payment-method .payment-option .payment-option-content{padding:0 15px 20px}.login-container .fieldset:after{text-align:center}.account .messages{margin-bottom:0}.account .column.main .block:not(.widget) .block-title>.action{float:right;margin-top:5px}.account .column.main .block:not(.widget) .block-content .box{margin-bottom:20px}.account .column.main .block:not(.widget) .block-content .box:last-child{margin-bottom:0}.control.captcha-image .captcha-img{display:block;margin-bottom:10px}.customer-account-index .page-title-wrapper{position:relative}.form.search.advanced .field.price .with-addon .input-text{flex-basis:auto;width:100%}.cart-discount .giftcard .content{padding-bottom:35px}.cart-discount .actions-toolbar .secondary{bottom:17px}.field.open-amount{width:100%}.page-product-giftcard .product-info-main .product-info-stock-sku{display:block;padding-left:10px;text-align:left}.gift-message .actions-toolbar .action-update{font-size:2rem;padding:15px;width:100%}.gift-item-block{border-top:1px solid #c1c1c1;border-bottom:0}.gift-item-block .title:after{font-size:1.2rem;position:absolute;right:20px;top:10px}.gift-item-block .content{padding-left:1.5rem;padding-right:1.5rem}.cart.table-wrapper .gift-content{border-top:1px solid #c1c1c1;margin-right:-15px;overflow:hidden;padding-left:15px;padding-right:15px}.cart .action-gift{display:inline-block;text-decoration:none}.cart .action-gift>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart .action-gift:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e62a';font-family:'luma-icons';margin:0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart .action-gift:hover:after{color:#333}.cart .action-gift:active:after{color:#757575}.cart .action-gift._active{border:1px solid #c1c1c1;border-bottom-color:#fff;margin:-5px 14px -1px -15px;padding:4px 10px 9px 14px}.cart .action-gift._active:after{color:#333}.gift-options-cart-item+.towishlist{left:0;position:absolute}.cart.table-wrapper .action-giftregistry{display:inline-block;text-decoration:none}.cart.table-wrapper .action-giftregistry>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart.table-wrapper .action-giftregistry:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e62b';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart.table-wrapper .action-giftregistry:hover:before{color:#333}.cart.table-wrapper .action-giftregistry:active:before{color:#757575}.gift-options-cart-item .gift-wrapping,.cart-gift-item .gift-wrapping{border-bottom:1px solid #c1c1c1;margin-bottom:20px;padding-bottom:10px}.gift-wrapping-list{width:100%}.gift-wrapping-summary+.gift-message-summary{padding-right:0}.gift-options-cart-item{float:left;width:100%}.gift-wrapping-preview img{width:100%}.item-actions .actions-toolbar .gift-options .gift-wrapping,.item-actions .actions-toolbar .gift-options .gift-message{display:block}.product-add-form .table-wrapper.grouped{margin-left:-15px;margin-right:-15px}.product-add-form .table-wrapper.grouped .table.data.grouped tr td{padding:5px 10px 5px 15px}body.filter-active .page-header{display:none}body.filter-active .page-wrapper{height:0;margin-top:-999999em;visibility:hidden}body.filter-active .columns{z-index:999}.filter.active{position:relative;visibility:visible;z-index:99}.filter.active .filter-options-item:last-child{margin-bottom:40px}.filter.active .filter-title{border-bottom:1px solid #ccc;height:48px;left:0;position:fixed;right:0;top:0;z-index:2}.filter.active .filter-title strong{box-shadow:none;background:none;border:0;color:transparent;left:auto;right:3px;top:10px;display:inline-block;text-decoration:none}.filter.active .filter-title strong:after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:inherit;color:#7d7d7d;content:'\e616';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.filter.active .filter-subtitle{background:transparent;display:block;height:50px;left:0;line-height:32px;position:fixed;right:0;top:0;z-index:1}.filter.active .filter-options{background:#fff;bottom:0;display:block;left:0;overflow:scroll;position:fixed;right:0;top:50px;z-index:10}.filter .filter-subtitle{font-size:20px;font-weight:300}.filter-actions{margin:-35px -10px 25px}.filter-options-content{padding:5px 10px}.filter .filter-current{border:solid #ccc;border-width:1px 0;margin:5px -10px 0}.filter .filter-current .items{display:none}.filter .filter-current-subtitle{position:relative;text-transform:uppercase;z-index:1;display:block;text-decoration:none}.filter .filter-current-subtitle:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:inherit;color:inherit;content:'\e622';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.filter .filter-current-subtitle:before{position:absolute;right:10px;top:10px}.filter .filter-current-subtitle:after{color:#7d7d7d;content:' (' attr(data-count) ')';font-size:.9em}.filter .filter-current.active{padding-bottom:30px}.filter .filter-current.active .block-subtitle:before{content:'\e621'}.filter .filter-current.active .items{display:block}.filter .filter-current.active+.block-actions{display:block}.filter .filter-current+.block-actions{display:none}.filter-no-options .filter-title:before{background:rgba(255,255,255,0.5);content:'';display:block;height:40px;left:0;margin-top:-60px;position:relative;width:75px;z-index:99}.filter-no-options .filter-content{margin-bottom:20px}.page-with-filter .columns .sidebar-main{-ms-flex-order:0;-webkit-order:0;order:0}.map-popup{max-width:100%}.map-old-price,.map-show-info{display:inline-block}.map-old-price:not(:last-child),.map-show-info:not(:last-child){margin-bottom:10px}.block-wishlist-management{clear:both;margin-top:-21px}.block-wishlist-management .wishlist-select{margin:0 -15px 20px}.block-wishlist-management .wishlist-select .wishlist-name{font-size:1.6rem}.block-wishlist-management .wishlist-select-items{border-bottom:1px solid #ccc;background:#f5f5f5;display:none;padding:15px 0}.block-wishlist-management .wishlist-select-items.active{display:block}.block-wishlist-management .wishlist-select-items .item{margin:3px 0 0}.block-wishlist-management .wishlist-select-items .item:first-child{margin-top:0}.block-wishlist-management .wishlist-select-items .item.current{display:none}.block-wishlist-management .wishlist-select-items .item a{color:#333;display:block;padding:5px 18px;text-decoration:none}.block-wishlist-management .wishlist-select-items .item a:hover{background:#e8e8e8}.block-wishlist-management .wishlist-title strong{font-size:2.6rem}.block-wishlist-management .wishlist-info{margin-bottom:15px}.block-wishlist-management .wishlist-toolbar-select,.block-wishlist-management .wishlist-toolbar-actions{margin-bottom:15px}.products-grid.wishlist .product-item-checkbox{left:0;position:absolute;top:20px}.page-multiple-wishlist .products-grid.wishlist .product-item-photo{margin-left:25px}.page-multiple-wishlist .products-grid.wishlist .product-item-name,.page-multiple-wishlist .products-grid.wishlist .product-item-description,.page-multiple-wishlist .products-grid.wishlist .product-item .price-box,.page-multiple-wishlist .products-grid.wishlist .product-item-tooltip{margin-left:115px}.products-grid.wishlist .wishlist-dropdown{display:none}.multishipping-checkout-success .nav-toggle{display:block}.multishipping-checkout-success .logo{margin-left:40px}.multicheckout .actions-toolbar>.primary{margin-right:0}.block.newsletter input{font-size:12px;padding-left:30px}.block.newsletter .field .control:before{font-size:13px}.order-pager-wrapper .toolbar-amount{left:inherit;position:relative;text-align:center;top:inherit}.order-pager-wrapper .pages{text-align:center}.order-pager-wrapper .action.previous,.order-pager-wrapper .action.next{margin:0}.form.send.friend .fieldset{padding-bottom:5px}.form.send.friend .action.remove{margin-left:0;right:0;top:100%}.block-collapsible-nav{left:0;position:absolute;top:-21px;width:100%;z-index:5}.block-collapsible-nav .content{border-bottom:1px solid #ccc;display:none}.block-collapsible-nav .content.active{display:block}.customer-name,.customer-welcome+.authorization-link{display:none}.nav-sections .switcher-trigger strong:after{font-size:1.6rem;right:-25px;top:-2px}.navigation .parent .level-top:after{font-size:1.6rem;right:10px;top:7px}.page-footer .footer.content .switcher-store{background:#f4f4f4;font-size:1.6rem;margin:0 -15px}.page-footer .footer.content .switcher-store .switcher-options{display:block}.page-footer .footer.content .switcher-store .switcher-options ul.dropdown{background:none;border:0;box-shadow:none;margin:0;position:relative}.page-footer .footer.content .switcher-store .switcher-options ul.dropdown:before,.page-footer .footer.content .switcher-store .switcher-options ul.dropdown:after{display:none}.page-footer .footer.content .switcher-store .switcher-options .switcher-trigger,.page-footer .footer.content .switcher-store .switcher-options .switcher-option{border-top:1px solid #cecece;display:block;padding:10px 20px}.page-footer .footer.content .switcher-store .switcher-options .switcher-trigger strong{padding:10px 0}.page-footer .footer.content .switcher-store .switcher-options .switcher-option a{padding:0}.logo{margin-bottom:13px;margin-top:4px}.cms-page-view .page-main{padding-top:0;position:relative}.products-grid.wishlist{margin-bottom:30px;margin-right:0}.products-grid.wishlist .product-item{padding:20px 0 20px 0;position:relative}.products-grid.wishlist .product-item-photo{float:left;margin-right:20px}.products-grid.wishlist .product-item-name{font-size:1.6rem}.products-grid.wishlist .product-item-actions{display:block;float:left}.products-grid.wishlist .product-item-actions .action{margin-right:15px}.products-grid.wishlist .product-item-actions .action:last-child{margin-right:0}.products-grid.wishlist .product-item-actions .action.edit,.products-grid.wishlist .product-item-actions .action.delete{margin-top:7px}.products-grid.wishlist .product-item-name,.products-grid.wishlist .product-item-description,.products-grid.wishlist .product-item .price-box,.products-grid.wishlist .product-item-tooltip{margin-left:95px}.products-grid.wishlist .product-item .box-tocart{float:left;margin-right:20px}.products-grid.wishlist .product-item .box-tocart .stock{margin-top:7px}.products-grid.wishlist .product-item .giftregisty-dropdown,.products-grid.wishlist .product-item .field.qty{display:none}.products-grid.wishlist .product-image-container{max-width:80px}.wishlist-index-index .product-item{width:100%}.wishlist-index-index .product-item-info{width:auto}.cart.table-wrapper .towishlist{display:inline-block;text-decoration:none}.cart.table-wrapper .towishlist>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.cart.table-wrapper .towishlist:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e600';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.cart.table-wrapper .towishlist:hover:before{color:#333}.cart.table-wrapper .towishlist:active:before{color:#757575}.cart.table-wrapper .towishlist:before{overflow:visible}.columns .column.main{max-width:100%}.owl-carousel .owl-item .product-item .product-item-info{background:none transparent !important;box-shadow:none;-o-box-shadow:none;-ms-box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}}@media only screen and (max-width:639px){.abs-visually-hidden-mobile,.table-downloadable-products .col.title:before,.table-giftregistry-items .col.product:before{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-mobile:before,.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody>tr:before,.abs-checkout-order-review tbody>tr:after,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,.table-giftregistry-items .col.product:before,.table-giftregistry-items .col.product:after,.multicheckout.order-review .data.table tbody>tr:before,.multicheckout.order-review .data.table tbody>tr:after{content:'';display:table}.abs-add-clearfix-mobile:after,.abs-checkout-order-review tbody>tr:after,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,.table-giftregistry-items .col.product:after,.multicheckout.order-review .data.table tbody>tr:after{clear:both}.multicheckout.order-review .data.table tbody>tr:not(:last-child){border-bottom:1px solid #ccc}.multicheckout.order-review .data.table tbody>tr>td.col.item:before{display:none}.multicheckout.order-review .data.table tbody>tr>td.col.qty,.multicheckout.order-review .data.table tbody>tr>td.col.price,.multicheckout.order-review .data.table tbody>tr>td.col.subtotal{box-sizing:border-box;float:left;text-align:center;white-space:nowrap;width:33%}.multicheckout.order-review .data.table tbody>tr>td.col.qty[data-th]:before,.multicheckout.order-review .data.table tbody>tr>td.col.price[data-th]:before,.multicheckout.order-review .data.table tbody>tr>td.col.subtotal[data-th]:before{content:attr(data-th) ':';display:block;font-weight:700;padding-bottom:10px}.multicheckout.order-review .data.table tbody>tr>td.col:last-child{border:0}.abs-checkout-order-review .product-item-name,.multicheckout.order-review .data.table .product-item-name{margin:0}.abs-product-items-summary tbody .col{padding:10px 0 0}.abs-product-items-summary tfoot .mark{padding-bottom:5px;text-align:left}.abs-product-items-summary tfoot .amount{padding-top:0;text-align:left}.abs-product-items-summary tfoot .grand.totals{font-size:1.6rem}.abs-product-items-summary tfoot .grand.totals .mark{padding-bottom:0;padding-top:5px}.abs-product-items-summary tfoot .grand.totals .amount{padding-bottom:10px;padding-top:0}.abs-product-items-summary tfoot .grand.totals .amount strong{border-top:none}.abs-account-table-margin-mobile,.table-wrapper.balance-history,.table-wrapper.reward-history,.table-wrapper.orders-recent{margin-top:-20px}.abs-sidebar-totals-mobile th:before,.abs-sidebar-totals-mobile td:before,.account .table-billing-agreements .col.actions:before,.account .table-billing-agreements-related .col.actions:before,.table-wrapper.comparison .table-comparison>tbody>tr>th:before,.table-wrapper.comparison .table-comparison>tbody>tr>td:before,.cart .table.items .col.item:before,.cart .table.items .item-actions td:before,.account .table-giftregistry .col.actions:before,.table.grouped>tbody>tr>td:before,.account .table-reviews .col.actions:before,.account .table-order-items .col.actions:before,.account .table-order-items .col.options:before,.cart-totals .totals th:before,.cart-totals .totals td:before,.opc-block-summary .totals th:before,.opc-block-summary .totals td:before{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-no-display-s,.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,.order-details-items .table-order-items .options-label,.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item{display:none}.abs-title-orders-mobile .page-main .page-title-wrapper .page-title,.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,.magento-rma-returns-view .page-main .page-title-wrapper .page-title,.account .page-main .page-title-wrapper .page-title,[class^='sales-guest-'] .page-main .page-title-wrapper .page-title,.sales-guest-view .page-main .page-title-wrapper .page-title{display:block}.abs-title-orders-mobile .page-main .page-title-wrapper .order-status,.magento-rma-returns-returns .page-main .page-title-wrapper .order-status,.magento-rma-returns-view .page-main .page-title-wrapper .order-status,.account .page-main .page-title-wrapper .order-status,[class^='sales-guest-'] .page-main .page-title-wrapper .order-status,.sales-guest-view .page-main .page-title-wrapper .order-status{margin:-10px 0 10px}.abs-table-striped-mobile>tbody>tr>td:last-child,.account .data.table>tbody>tr>td:last-child{border:0}.abs-no-border-top,.product.info.detailed .additional-attributes-wrapper,.table-wrapper.balance-history,.table-wrapper.table-returns,.table-wrapper.orders-recent,.order-details-items .table-wrapper{border-top:0}.abs-no-border-bottom{border-bottom:0}.abs-sidebar-totals-mobile .amount,.cart-totals .totals .amount,.opc-block-summary .totals .amount{text-align:right}.table-wrapper{border-top:1px solid #ccc;overflow-x:auto;overflow-y:hidden;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;position:relative}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison){border:none;display:block}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>thead>tr>th{display:none}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody{display:block}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr{display:block}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td,.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th{border-bottom:none;display:block;padding:5px 10px}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td[data-th]:before,.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th[data-th]:before{padding-right:10px;content:attr(data-th) ': ';display:inline-block;color:#111;font-weight:700}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>th{background-color:#f6f6f6}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:first-child{padding-top:15px}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child{border-bottom:1px solid #ccc;padding-bottom:15px}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td.col.qty{text-align:left}.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child{border:none;padding:0 0 5px}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot{display:block}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr{display:block}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td{padding-top:20px}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark{box-sizing:border-box;float:left;text-align:left;width:70%}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount{box-sizing:border-box;float:left;text-align:right;width:30%}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals{font-size:1.6rem}.table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount{padding-bottom:10px}.data-table-definition-list thead{display:none}.data-table-definition-list tbody th{padding-bottom:0}.data-table-definition-list tbody th,.data-table-definition-list tbody td{display:block;padding-left:0;padding-right:0}.pages .pages-items{display:block;padding:2px 40px 0;position:relative;white-space:normal;z-index:1}.pages-item-previous{left:0;position:absolute;top:0;z-index:1}.pages-item-next{position:absolute;right:0;top:0;z-index:1}.checkout-payment-method .amazon-sandbox-simulator{border-top:1px solid #ccc}.klarna-payments-method>.payment-method-title{padding:6.5px 0 6.5px 15px}.form-new-agreement select{width:auto}.table-paypal-review-items .col.subtotal{text-align:left}.table-paypal-review-items .product-item-name{display:inline-block}.column .block-addbysku .sku{margin-right:-85px;padding-right:90px}.column .block-addbysku .action.remove{display:inline-block;background-image:none;background:none;-moz-box-sizing:content-box;border:0;box-shadow:none;line-height:inherit;margin:0;padding:0;text-decoration:none;text-shadow:none;font-weight:400}.column .block-addbysku .action.remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.column .block-addbysku .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:inherit;color:#757575;content:'\e604';font-family:'luma-icons';margin:-4px 0 0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.column .block-addbysku .action.remove:hover:before{color:inherit}.column .block-addbysku .action.remove:active:before{color:inherit}.column .block-addbysku .action.remove:focus,.column .block-addbysku .action.remove:active{background:none;border:none}.column .block-addbysku .action.remove:hover{background:none;border:none}.column .block-addbysku .action.remove.disabled,.column .block-addbysku .action.remove[disabled],fieldset[disabled] .column .block-addbysku .action.remove{pointer-events:none;opacity:.5}.products-list .product-item{table-layout:fixed}.products-list .product-item-photo{padding:0 10px 10px 0;width:30%}.toolbar-products{margin-bottom:0}.product-social-links .action.tocompare{display:none}.product-info-price{margin:0 -10px 0;width:calc(100% + 2*10px) !important}.product-info-price>*:first-child{padding-left:10px}.product-info-price>*:last-child{padding-right:10px}.table-wrapper.comparison .table-comparison>tbody>tr>th,.table-wrapper.comparison .table-comparison>tbody>tr>td{display:table-cell}.cart .table.items .col.qty{text-align:center}.opc-wrapper .step-title{font-size:18px;border-bottom:0;padding-bottom:0}.opc-wrapper .step-content{margin:0 0 15px}.opc-wrapper .form-login,.opc-wrapper .form-shipping-address,.opc-wrapper .methods-shipping{background:#f4f4f4;margin:20px -15px 15px;padding:20px 15px}.opc-wrapper .form-login+.form-shipping-address{margin-top:-15px}.opc-wrapper .shipping-address-item{border-bottom:1px solid #ccc;margin:0 0 15px;padding:0 0 15px;width:100%}.opc-wrapper .shipping-address-item.selected-item{padding:15px 35px 15px 18px;border-bottom-width:2px}.opc-wrapper .shipping-address-item.selected-item .edit-address-link{right:39px}.opc-wrapper .action-select-shipping-item{float:none;margin-top:10px;width:100%}.opc-wrapper .action-show-popup{width:100%}.opc-wrapper .methods-shipping{border-bottom:1px solid #ccc;padding-top:30px}.opc-wrapper .edit-address-link{display:inline-block;text-decoration:none;margin:0;position:absolute;right:0;top:5px}.opc-wrapper .edit-address-link>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.opc-wrapper .edit-address-link:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:20px;color:#757575;content:'\e601';font-family:'luma-icons';vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.opc-wrapper .edit-address-link:hover:before{color:#333}.opc-wrapper .edit-address-link:active:before{color:#757575}.shipping-policy-block.field-tooltip{margin-bottom:20px;position:relative;right:auto;top:auto}.shipping-policy-block.field-tooltip .field-tooltip-content{width:300px;right:auto}.shipping-policy-block.field-tooltip .field-tooltip-content:before,.shipping-policy-block.field-tooltip .field-tooltip-content:after{right:auto}.opc-block-shipping-information .shipping-information-title{font-size:2.3rem}.opc-block-summary>.title{border-bottom:0;font-size:18px;margin-bottom:20px;padding-bottom:0}.account .column.main,.account .sidebar-additional{margin:0;padding:0}.account .sidebar-main .account-nav{margin-bottom:0}.page-product-downloadable .product-options-wrapper{margin-bottom:25px}.table-downloadable-products .product-name{display:block;margin-bottom:5px}.page-product-downloadable .product-info-price~*:last-child:after{border-bottom:1px solid #c1c1c1;content:'';display:block;height:0;margin:25px -10px;overflow:hidden;width:auto}.table-giftregistry-items .field.choice,.table-giftregistry-items .field.qty{display:inline-block}.form-giftregistry-search .fieldset{margin-bottom:20px}.block-giftregistry-results .block-title{margin-bottom:0}.block-giftregistry-results .table-wrapper{border-top:none}.block-giftregistry-shared-items .block-title{margin-bottom:10px}.block-giftregistry-shared-items .table-wrapper{border-top:0}.table.grouped>thead>tr>th{border-bottom:1px solid #ccc;display:table-cell}.table.grouped>tbody{border-bottom:1px solid #ccc}.table.grouped>tbody>tr>td{padding:11px 10px;border:0;display:table-cell}.table-wrapper .table.grouped:not(.totals):not(.cart):not(.table-comparison)>tbody>tr>td:last-child{border-bottom:0}.page-product-grouped .minimal-price{margin:0}.page-product-grouped .product-info-price{border:0;margin-bottom:0}.page-product-grouped .product-info-price .price-box{padding-bottom:0}.form-add-invitations .action.remove{display:inline-block;text-decoration:none}.form-add-invitations .action.remove>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.form-add-invitations .action.remove:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;line-height:inherit;color:#757575;content:'\e604';font-family:'luma-icons';margin:0;vertical-align:top;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.form-add-invitations .action.remove:hover:before{color:inherit}.form-add-invitations .action.remove:active:before{color:inherit}.multicheckout .data.table .address:before{margin-bottom:5px}.multicheckout .product-item-name,.multicheckout .price-including-tax,.multicheckout .price-excluding-tax{display:inline-block}.multicheckout .block-content .box:not(:last-child){margin-bottom:40px}.multicheckout .block-content .box:last-child{margin-bottom:0}.multicheckout.order-review .box-items .data.table thead{display:block}.multicheckout.order-review .box-items .data.table thead tr{display:block}.multicheckout.order-review .box-items .data.table thead .col.item{display:block;padding:0}.multicheckout.order-review .data.table.table-order-review>tbody>tr>td.col.subtotal{border-bottom:none}.multicheckout.order-review .data.table.table-order-review>tbody>tr>td.col.qty{text-align:center}.multicheckout .actions-toolbar .action{margin-bottom:25px}.multicheckout .actions-toolbar>.primary{margin-bottom:25px;margin-right:0}.customer-review .product-name{margin-bottom:5px}.customer-review .product-reviews-summary .rating-summary{display:block;margin-bottom:5px}.form-create-return .additional .field:nth-last-child(2){margin-bottom:0}.form-create-return .additional .field:last-child{margin-top:20px}.account .column.main .returns-details-items .block-returns-tracking .block-title>.action.track{display:block;float:none;margin:10px 0 0}.table-wrapper.orders-recent .table-order-items.table tbody>tr>td.col{padding-left:0}.order-details-items thead{display:block}.order-details-items thead tr{display:block}.order-pager-wrapper{display:block}.account .table-order-items tbody tr{display:block}.account .table-order-items .product-item-name{display:inline-block;margin:0}.account .table-order-items .action.show{margin-top:0}.order-details-items .order-title strong{display:block}.order-details-items .action{margin-top:10px}.order-details-items .items-qty{display:inline-block;vertical-align:top}.order-details-items .col.price .price-including-tax,.order-details-items .col.subtotal .price-including-tax,.order-details-items .col.price .price-excluding-tax,.order-details-items .col.subtotal .price-excluding-tax{display:inline-block}.order-details-items .data.table .col.options{padding:0 10px 15px}.order-details-items .data.table .col.options:before{display:none}.order-details-items .options-label+.item-options-container[data-th]:before,.order-details-items .item-options-container+.item-options-container[data-th]:before{content:attr(data-th) ':';display:block;font-weight:700;padding-left:10px}.order-details-items .options-label+.item-options-container .col,.order-details-items .item-options-container+.item-options-container .col{font-size:1.2rem;padding:0 10px}.order-details-items .options-label+.item-options-container .col:first-child,.order-details-items .item-options-container+.item-options-container .col:first-child{padding-top:3px}.order-details-items .options-label+.item-options-container .col:last-child,.order-details-items .item-options-container+.item-options-container .col:last-child{padding-bottom:20px}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status{display:none}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before{display:none}.my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default{display:block}.my-credit-cards .card-type img{vertical-align:middle}.products-grid.wishlist .product-item{border-bottom:1px solid #e8e8e8}.products-grid.wishlist .product-item:first-child{border-top:1px solid #e8e8e8}}@media only screen and (max-width:479px){.tooltip.wrapper .tooltip.content{min-width:10rem}.minicart-wrapper .block-minicart{width:290px}.modal-popup .field-tooltip .field-tooltip-content{width:200px}}@media all and (min-width:640px){.abs-blocks-2columns-s{width:48%}.abs-reset-left-margin-desktop-s,.column:not(.sidebar-main) .multicheckout .actions-toolbar,.multicheckout .block-shipping .box-shipping-method .fieldset .legend{margin-left:0}.abs-visually-hidden-desktop-s,.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.abs-add-clearfix-desktop-s:before,.abs-add-clearfix-desktop-s:after,.multicheckout .block-billing:before,.multicheckout .block-billing:after{content:'';display:table}.abs-add-clearfix-desktop-s:after,.multicheckout .block-billing:after{clear:both}.abs-add-box-sizing-desktop-s,.multicheckout .block-shipping .box,.multicheckout .block-billing .box-billing-address,.multicheckout .block-billing .box-billing-method{box-sizing:border-box}.abs-form-field-column-2-s .fieldset .field{padding:0 12px 0 0;box-sizing:border-box;display:inline-block;width:50%;vertical-align:top}.abs-form-field-column-2-s .fieldset .field+.fieldset{clear:both}.abs-form-field-column-2-s .fieldset .field .field{padding:0;width:100%}.abs-form-field-revert-column-1-s{width:100%}.abs-action-print-s{display:inline-block;text-decoration:none}.abs-action-print-s:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:16px;color:inherit;content:'\e624';font-family:'luma-icons';margin:0 4px 0 0;vertical-align:middle;display:inline-block;font-weight:normal;overflow:hidden;speak:none;text-align:center}.table>tbody>tr>th,.table>tbody>tr>td{border-top:1px solid #ccc}.table>tbody+tbody{border-top:1px solid #ccc}.ui-dialog.popup{width:420px}.owl-carousel .product-item .product-item-actions .actions-primary{display:inline-block}.owl-carousel .product-item .product-item-actions .actions-primary+.actions-secondary{display:inline-block;width:auto}.column .block-addbysku .action.remove{background-image:none;-moz-box-sizing:content-box;box-shadow:none;line-height:inherit;text-shadow:none;font-weight:400;line-height:1.42857143;margin:0;padding:0;color:#006bb4;text-decoration:none;background:none;border:0;display:inline;margin-top:-4px}.column .block-addbysku .action.remove:focus,.column .block-addbysku .action.remove:active{background:none;border:none}.column .block-addbysku .action.remove:hover{background:none;border:none}.column .block-addbysku .action.remove.disabled,.column .block-addbysku .action.remove[disabled],fieldset[disabled] .column .block-addbysku .action.remove{pointer-events:none;opacity:.5}.column .block-addbysku .action.remove:visited{color:#006bb4;text-decoration:none}.column .block-addbysku .action.remove:hover{color:#006bb4;text-decoration:underline}.column .block-addbysku .action.remove:active{color:#ff5501;text-decoration:underline}.column .block-addbysku .action.remove:hover,.column .block-addbysku .action.remove:active,.column .block-addbysku .action.remove:focus{background:none;border:0}.column .block-addbysku .action.remove.disabled,.column .block-addbysku .action.remove[disabled],fieldset[disabled] .column .block-addbysku .action.remove{color:#006bb4;opacity:.5;cursor:default;pointer-events:none;text-decoration:underline}.catalogsearch-advanced-result .message.error{margin-top:0}.products-grid .product-item-info:hover,.products-grid .product-item-info.active{background:#fff;box-shadow:3px 4px 4px 0 rgba(0,0,0,0.3);border:1px solid #bbb;margin:-10px;padding:9px;position:relative;z-index:9}.products-grid .product-item-info:hover .product-item-inner,.products-grid .product-item-info.active .product-item-inner{display:block}.sidebar .products-grid .product-item-info:hover .product-item-photo,.sidebar .products-grid .product-item-info.active .product-item-photo{left:9px;top:9px}.products-grid .product-item-inner{background:#fff;box-shadow:3px 4px 4px 0 rgba(0,0,0,0.3);border:1px solid #bbb;border-top:none;left:0;margin:10px 0 0 -1px;padding:0 9px 9px;position:absolute;right:-1px;z-index:2}.product-item-actions{display:block}.products-grid .product-item-actions{margin:-10px 0 10px}.product-item-actions .actions-primary+.actions-secondary{display:inline-block;vertical-align:middle}.product-item-actions .actions-primary+.actions-secondary>.action{line-height:35px;text-align:center;width:35px}.product-item-actions .actions-primary+.actions-secondary>.action:last-child{margin-right:0}.product-item-actions .actions-primary{display:inline-block}.page-products .products-grid .product-item-inner:before{background:#fff;content:'';height:3px;left:0;position:absolute;top:-2px;width:100%;z-index:-1}.page-products .product-item-actions{z-index:1}.products-grid .product-item{margin-bottom:20px;width:33.33333333%}.page-products .products-grid .product-item,.page-layout-1column .products-grid .product-item,.page-layout-3columns .products-grid .product-item,.page-products.page-layout-1column .products-grid .product-item,.page-products.page-layout-3columns .products-grid .product-item{margin-left:0;width:calc((100% - 4%) / 3)}.page-products .products-grid .product-item:nth-child(3n + 1),.page-layout-1column .products-grid .product-item:nth-child(3n + 1),.page-layout-3columns .products-grid .product-item:nth-child(3n + 1),.page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),.page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1){margin-left:0}.block.widget .products-grid .product-item .product-item-inner,.page-layout-1column .block.widget .products-grid .product-item .product-item-inner,.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner{box-shadow:3px 6px 4px 0 rgba(0,0,0,0.3);margin:9px 0 0 -1px}.sidebar .product-items .action.delete{line-height:unset;position:absolute;right:0;top:-1px;width:auto}.cart-container .block.crosssell .products-grid .product-item-actions{margin:0 0 10px}.multicheckout .actions-toolbar .secondary{float:none;margin-top:11px;text-align:right}.multicheckout .actions-toolbar .secondary .action{margin-left:0}.multicheckout .actions-toolbar .secondary .action.back{display:block;float:left}.multicheckout .item-options{margin:20px 0 0}.multicheckout .block-content .box{margin-bottom:0}.multicheckout .block-shipping .box{float:left;width:25%}.multicheckout .block-shipping .box-shipping-method{padding-left:25px;padding-right:25px;width:50%}.multicheckout .block-shipping .box-shipping-method .fieldset .field:before{display:none}.multicheckout .block-billing .box-billing-address{float:left;width:25%}.multicheckout .block-billing .box-billing-method{float:left;padding-left:25px;width:50%}.multicheckout.form.address .table-wrapper .applicable{margin:7px 0 0}.multicheckout.order-review .box-items{clear:left;float:none;padding-top:40px;width:auto}.multicheckout.order-review .col.item{width:75%}.multicheckout .methods-payment .item-content>.fieldset{width:auto}.multicheckout .methods-payment .item-content>.fieldset .field.cvv{display:inline-block;width:auto}.multicheckout .methods-payment .fieldset>.field:not(.choice)>.label{float:none;margin-bottom:8px;text-align:left;width:auto}.multicheckout .methods-payment .fieldset>.field:not(.choice):not(.cvv) .control{width:100%}.review-form{max-width:500px}.review-ratings{float:left;margin-bottom:0;max-width:240px}.review-ratings~.review-content,.review-ratings~.review-details{margin-left:280px}.review-toolbar{margin:0 0 30px}.review-toolbar .pages{padding:30px 0}.fieldset .review-legend.legend{margin-bottom:30px}.review-item{padding:30px 0}.review-title{margin:0 0 30px}.order-details-items .order-title .action{margin:12px 0 0 30px}.order-details-items .order-title .action.track{float:right}.wishlist-index-index .products-grid .product-item-actions{margin:0}.block.widget .products-grid .product-item,.page-layout-1column .block.widget .products-grid .product-item,.page-layout-3columns .block.widget .products-grid .product-item{width:33.33333333%}.page-layout-1column .block.widget .products-grid .product-item{margin-left:2%;width:calc((100% - 4%)/3)}.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1){margin-left:0}}.block.crosssell .owl-stage .owl-item .product-item{width:89% !important}.block.crosssell .owl-stage .owl-item .product-item .product-item-actions{text-align:center}.block.crosssell .owl-stage .owl-item .product-item .product-item-actions .actions-primary{display:block}.clearfix{*zoom:1}.clearfix:after{content:'';display:block;clear:both;height:0}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Magento/luma/en_US/Lof_All/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/Magento/luma/en_US/Lof_All/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/Magento/luma/en_US/Lof_All/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/Magento/luma/en_US/Lof_All/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/Magento/luma/en_US/Lof_All/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/Magento/luma/en_US/Lof_All/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*!
 * Font Awesome Free 5.0.2 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../../frontend/Nf/naffco/en_US/webfonts/fa-solid-900.eot");
  src: url("../../frontend/Nf/naffco/en_US/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../frontend/Nf/naffco/en_US/webfonts/fa-solid-900.woff2") format("woff2"), url("../../frontend/Nf/naffco/en_US/webfonts/fa-solid-900.woff") format("woff"), url("../../frontend/Nf/naffco/en_US/webfonts/fa-solid-900.ttf") format("truetype"), url("../../frontend/Nf/naffco/en_US/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
/*!
 * Font Awesome Free 5.0.2 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../../frontend/Nf/naffco/en_US/webfonts/fa-regular-400.eot");
  src: url("../../frontend/Nf/naffco/en_US/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/Nf/naffco/en_US/webfonts/fa-regular-400.woff2") format("woff2"), url("../../frontend/Nf/naffco/en_US/webfonts/fa-regular-400.woff") format("woff"), url("../../frontend/Nf/naffco/en_US/webfonts/fa-regular-400.ttf") format("truetype"), url("../../frontend/Nf/naffco/en_US/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
/*!
 * Font Awesome Free 5.0.2 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../../frontend/Nf/naffco/en_US/webfonts/fa-brands-400.eot");
  src: url("../../frontend/Nf/naffco/en_US/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../frontend/Nf/naffco/en_US/webfonts/fa-brands-400.woff2") format("woff2"), url("../../frontend/Nf/naffco/en_US/webfonts/fa-brands-400.woff") format("woff"), url("../../frontend/Nf/naffco/en_US/webfonts/fa-brands-400.ttf") format("truetype"), url("../../frontend/Nf/naffco/en_US/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:0s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../frontend/Nf/naffco/en_US/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../../frontend/Nf/naffco/en_US/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../frontend/Nf/naffco/en_US/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../frontend/Nf/naffco/en_US/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../frontend/Nf/naffco/en_US/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../frontend/Nf/naffco/en_US/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
/*# sourceMappingURL=bootstrap.css.map */
/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-alarm-clock:before{content:"\f34e"}.fa-alarm-exclamation:before{content:"\f843"}.fa-alarm-plus:before{content:"\f844"}.fa-alarm-snooze:before{content:"\f845"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-align-slash:before{content:"\f846"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badger-honey:before{content:"\f6b4"}.fa-bags-shopping:before{content:"\f847"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-exclamation:before{content:"\f848"}.fa-bell-plus:before{content:"\f849"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-biking-mountain:before{content:"\f84b"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-books-medical:before{content:"\f7e8"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-bottom:before{content:"\f84d"}.fa-border-inner:before{content:"\f84e"}.fa-border-left:before{content:"\f84f"}.fa-border-none:before{content:"\f850"}.fa-border-outer:before{content:"\f851"}.fa-border-right:before{content:"\f852"}.fa-border-style:before{content:"\f853"}.fa-border-style-alt:before{content:"\f854"}.fa-border-top:before{content:"\f855"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-brackets:before{content:"\f7e9"}.fa-brackets-curly:before{content:"\f7ea"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-loaf:before{content:"\f7eb"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-bring-forward:before{content:"\f856"}.fa-bring-front:before{content:"\f857"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burger-soda:before{content:"\f858"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-burrito:before{content:"\f7ed"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-building:before{content:"\f859"}.fa-car-bump:before{content:"\f5e0"}.fa-car-bus:before{content:"\f85a"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cars:before{content:"\f85b"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cauldron:before{content:"\f6bf"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-chart-scatter:before{content:"\f7ee"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-cheese-swiss:before{content:"\f7f0"}.fa-cheeseburger:before{content:"\f7f1"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-claw-marks:before{content:"\f6c2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coin:before{content:"\f85c"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before{content:"\f7f4"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-construction:before{content:"\f85d"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-croissant:before{content:"\f7f6"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-crutches:before{content:"\f7f8"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dagger:before{content:"\f6cb"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-debug:before{content:"\f7f9"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digging:before{content:"\f85e"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-drone:before{content:"\f85f"}.fa-drone-alt:before{content:"\f860"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dryer:before{content:"\f861"}.fa-dryer-alt:before{content:"\f862"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-egg-fried:before{content:"\f7fc"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-farm:before{content:"\f864"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-search:before{content:"\f865"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-fireplace:before{content:"\f79a"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fish-cooked:before{content:"\f7fe"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flower:before{content:"\f7ff"}.fa-flower-daffodil:before{content:"\f800"}.fa-flower-tulip:before{content:"\f801"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folder-tree:before{content:"\f802"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-font-case:before{content:"\f866"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-french-fries:before{content:"\f803"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-game-board:before{content:"\f867"}.fa-game-board-alt:before{content:"\f868"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass:before{content:"\f804"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-citrus:before{content:"\f869"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-h4:before{content:"\f86a"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-chef:before{content:"\f86b"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-medical:before{content:"\f809"}.fa-head-vr:before{content:"\f6ea"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f80a"}.fa-home-heart:before{content:"\f4c9"}.fa-home-lg:before{content:"\f80b"}.fa-home-lg-alt:before{content:"\f80c"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-horizontal-rule:before{content:"\f86c"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hospitals:before{content:"\f80e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-flood:before{content:"\f74f"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-icons-alt:before{content:"\f86e"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-island-tropical:before{content:"\f811"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-kerning:before{content:"\f86f"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-line-columns:before{content:"\f870"}.fa-line-height:before{content:"\f871"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailbox:before{content:"\f813"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-meat:before{content:"\f814"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaphone:before{content:"\f675"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-money-check-edit:before{content:"\f872"}.fa-money-check-edit-alt:before{content:"\f873"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug:before{content:"\f874"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-mug-tea:before{content:"\f875"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-overline:before{content:"\f876"}.fa-page-break:before{content:"\f877"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paragraph-rtl:before{content:"\f878"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-laptop:before{content:"\f87a"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-pie:before{content:"\f705"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza:before{content:"\f817"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\f819"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pumpkin:before{content:"\f707"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-rings-wedding:before{content:"\f81b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rv:before{content:"\f7be"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\f81d"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salad:before{content:"\f81e"}.fa-salesforce:before{content:"\f83b"}.fa-sandwich:before{content:"\f81f"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-sausage:before{content:"\f820"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-send-back:before{content:"\f87e"}.fa-send-backward:before{content:"\f87f"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shish-kebab:before{content:"\f821"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snooze:before{content:"\f880"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-alt:before{content:"\f883"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-shapes-down:before{content:"\f888"}.fa-sort-shapes-down-alt:before{content:"\f889"}.fa-sort-shapes-up:before{content:"\f88a"}.fa-sort-shapes-up-alt:before{content:"\f88b"}.fa-sort-size-down:before{content:"\f88c"}.fa-sort-size-down-alt:before{content:"\f88d"}.fa-sort-size-up:before{content:"\f88e"}.fa-sort-size-up-alt:before{content:"\f88f"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-soup:before{content:"\f823"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-sparkles:before{content:"\f890"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-stars:before{content:"\f762"}.fa-staylinked:before{content:"\f3f5"}.fa-steak:before{content:"\f824"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-stretcher:before{content:"\f825"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunglasses:before{content:"\f892"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-swords:before{content:"\f71d"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-taco:before{content:"\f826"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tanakh:before{content:"\f827"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-tasks-alt:before{content:"\f828"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text:before{content:"\f893"}.fa-text-height:before{content:"\f034"}.fa-text-size:before{content:"\f894"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-trash-undo:before{content:"\f895"}.fa-trash-undo-alt:before{content:"\f896"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\f82b"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-hard-hat:before{content:"\f82c"}.fa-user-headset:before{content:"\f82d"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-md-chat:before{content:"\f82e"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-users-medical:before{content:"\f830"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walker:before{content:"\f831"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-washer:before{content:"\f898"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-wave-sine:before{content:"\f899"}.fa-wave-square:before{content:"\f83e"}.fa-wave-triangle:before{content:"\f89a"}.fa-waze:before{content:"\f83f"}.fa-webcam:before{content:"\f832"}.fa-webcam-slash:before{content:"\f833"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-turbine:before{content:"\f89b"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-abacus:before{content:"\f640"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acorn:before{content:"\f6ae"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-alarm-clock:before{content:"\f34e"}.fa-alarm-exclamation:before{content:"\f843"}.fa-alarm-plus:before{content:"\f844"}.fa-alarm-snooze:before{content:"\f845"}.fa-algolia:before{content:"\f36c"}.fa-alicorn:before{content:"\f6b0"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-align-slash:before{content:"\f846"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-analytics:before{content:"\f643"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angel:before{content:"\f779"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-crate:before{content:"\f6b1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-axe:before{content:"\f6b2"}.fa-axe-battle:before{content:"\f6b3"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-badge-dollar:before{content:"\f645"}.fa-badge-percent:before{content:"\f646"}.fa-badger-honey:before{content:"\f6b4"}.fa-bags-shopping:before{content:"\f847"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ball-pile:before{content:"\f77e"}.fa-ballot:before{content:"\f732"}.fa-ballot-check:before{content:"\f733"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bat:before{content:"\f6b5"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-exclamation:before{content:"\f848"}.fa-bell-plus:before{content:"\f849"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bells:before{content:"\f77f"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-biking-mountain:before{content:"\f84b"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-dead:before{content:"\f6b7"}.fa-book-heart:before{content:"\f499"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-book-spells:before{content:"\f6b8"}.fa-book-user:before{content:"\f7e7"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-books-medical:before{content:"\f7e8"}.fa-boot:before{content:"\f782"}.fa-booth-curtain:before{content:"\f734"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-bottom:before{content:"\f84d"}.fa-border-inner:before{content:"\f84e"}.fa-border-left:before{content:"\f84f"}.fa-border-none:before{content:"\f850"}.fa-border-outer:before{content:"\f851"}.fa-border-right:before{content:"\f852"}.fa-border-style:before{content:"\f853"}.fa-border-style-alt:before{content:"\f854"}.fa-border-top:before{content:"\f855"}.fa-bow-arrow:before{content:"\f6b9"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-ballot:before{content:"\f735"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-brackets:before{content:"\f7e9"}.fa-brackets-curly:before{content:"\f7ea"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-loaf:before{content:"\f7eb"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-bring-forward:before{content:"\f856"}.fa-bring-front:before{content:"\f857"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-bullseye-arrow:before{content:"\f648"}.fa-bullseye-pointer:before{content:"\f649"}.fa-burger-soda:before{content:"\f858"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-burrito:before{content:"\f7ed"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-cabinet-filing:before{content:"\f64b"}.fa-calculator:before{content:"\f1ec"}.fa-calculator-alt:before{content:"\f64c"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-star:before{content:"\f736"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-campfire:before{content:"\f6ba"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candle-holder:before{content:"\f6bc"}.fa-candy-cane:before{content:"\f786"}.fa-candy-corn:before{content:"\f6bd"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-building:before{content:"\f859"}.fa-car-bump:before{content:"\f5e0"}.fa-car-bus:before{content:"\f85a"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cars:before{content:"\f85b"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cauldron:before{content:"\f6bf"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chair-office:before{content:"\f6c1"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-line-down:before{content:"\f64d"}.fa-chart-network:before{content:"\f78a"}.fa-chart-pie:before{content:"\f200"}.fa-chart-pie-alt:before{content:"\f64e"}.fa-chart-scatter:before{content:"\f7ee"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-cheese-swiss:before{content:"\f7f0"}.fa-cheeseburger:before{content:"\f7f1"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chimney:before{content:"\f78b"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-claw-marks:before{content:"\f6c2"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-list-check:before{content:"\f737"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clipboard-user:before{content:"\f7f3"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-drizzle:before{content:"\f738"}.fa-cloud-hail:before{content:"\f739"}.fa-cloud-hail-mixed:before{content:"\f73a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-rainbow:before{content:"\f73e"}.fa-cloud-showers:before{content:"\f73f"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sleet:before{content:"\f741"}.fa-cloud-snow:before{content:"\f742"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-clouds:before{content:"\f744"}.fa-clouds-moon:before{content:"\f745"}.fa-clouds-sun:before{content:"\f746"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-coffee-togo:before{content:"\f6c5"}.fa-coffin:before{content:"\f6c6"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coin:before{content:"\f85c"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dollar:before{content:"\f650"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-medical:before{content:"\f7f4"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-comments-alt-dollar:before{content:"\f652"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-construction:before{content:"\f85d"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-corn:before{content:"\f6c7"}.fa-couch:before{content:"\f4b8"}.fa-cow:before{content:"\f6c8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-critical-role:before{content:"\f6c9"}.fa-croissant:before{content:"\f7f6"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-crutches:before{content:"\f7f8"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dagger:before{content:"\f6cb"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-debug:before{content:"\f7f9"}.fa-deer:before{content:"\f78e"}.fa-deer-rudolph:before{content:"\f78f"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dewpoint:before{content:"\f748"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d10:before{content:"\f6cd"}.fa-dice-d12:before{content:"\f6ce"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d4:before{content:"\f6d0"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-d8:before{content:"\f6d2"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digging:before{content:"\f85e"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dog-leashed:before{content:"\f6d4"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dreidel:before{content:"\f792"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-drone:before{content:"\f85f"}.fa-drone-alt:before{content:"\f860"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick:before{content:"\f6d6"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dryer:before{content:"\f861"}.fa-dryer-alt:before{content:"\f862"}.fa-duck:before{content:"\f6d8"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-ear-muffs:before{content:"\f795"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-eclipse:before{content:"\f749"}.fa-eclipse-alt:before{content:"\f74a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-egg-fried:before{content:"\f7fc"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-elephant:before{content:"\f6da"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-empty-set:before{content:"\f656"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-dollar:before{content:"\f657"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-evil:before{content:"\f6db"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-farm:before{content:"\f864"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-chart-line:before{content:"\f659"}.fa-file-chart-pie:before{content:"\f65a"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-search:before{content:"\f865"}.fa-file-signature:before{content:"\f573"}.fa-file-spreadsheet:before{content:"\f65b"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-user:before{content:"\f65c"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-files-medical:before{content:"\f7fd"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-fire-smoke:before{content:"\f74b"}.fa-firefox:before{content:"\f269"}.fa-fireplace:before{content:"\f79a"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fish-cooked:before{content:"\f7fe"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-alt:before{content:"\f74c"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flame:before{content:"\f6df"}.fa-flask:before{content:"\f0c3"}.fa-flask-poison:before{content:"\f6e0"}.fa-flask-potion:before{content:"\f6e1"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flower:before{content:"\f7ff"}.fa-flower-daffodil:before{content:"\f800"}.fa-flower-tulip:before{content:"\f801"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-fog:before{content:"\f74e"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-folder-times:before{content:"\f65f"}.fa-folder-tree:before{content:"\f802"}.fa-folders:before{content:"\f660"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-font-case:before{content:"\f866"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-french-fries:before{content:"\f803"}.fa-frog:before{content:"\f52e"}.fa-frosty-head:before{content:"\f79b"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-function:before{content:"\f661"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-game-board:before{content:"\f867"}.fa-game-board-alt:before{content:"\f868"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gift-card:before{content:"\f663"}.fa-gifts:before{content:"\f79c"}.fa-gingerbread-man:before{content:"\f79d"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass:before{content:"\f804"}.fa-glass-champagne:before{content:"\f79e"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-citrus:before{content:"\f869"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glass-whiskey-rocks:before{content:"\f7a1"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-globe-snow:before{content:"\f7a3"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-h4:before{content:"\f86a"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hammer-war:before{content:"\f6e4"}.fa-hamsa:before{content:"\f665"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-magic:before{content:"\f6e5"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-chef:before{content:"\f86b"}.fa-hat-santa:before{content:"\f7a7"}.fa-hat-winter:before{content:"\f7a8"}.fa-hat-witch:before{content:"\f6e7"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-head-side:before{content:"\f6e9"}.fa-head-side-brain:before{content:"\f808"}.fa-head-side-medical:before{content:"\f809"}.fa-head-vr:before{content:"\f6ea"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-helmet-battle:before{content:"\f6eb"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-mask:before{content:"\f6ee"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-home-alt:before{content:"\f80a"}.fa-home-heart:before{content:"\f4c9"}.fa-home-lg:before{content:"\f80b"}.fa-home-lg-alt:before{content:"\f80c"}.fa-hood-cloak:before{content:"\f6ef"}.fa-hooli:before{content:"\f427"}.fa-horizontal-rule:before{content:"\f86c"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hospitals:before{content:"\f80e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-flood:before{content:"\f74f"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-humidity:before{content:"\f750"}.fa-hurricane:before{content:"\f751"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-ice-skate:before{content:"\f7ac"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-icons-alt:before{content:"\f86e"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-integral:before{content:"\f667"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-intersection:before{content:"\f668"}.fa-inventory:before{content:"\f480"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-island-tropical:before{content:"\f811"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-kerning:before{content:"\f86f"}.fa-key:before{content:"\f084"}.fa-key-skeleton:before{content:"\f6f3"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-keynote:before{content:"\f66c"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kite:before{content:"\f6f4"}.fa-kiwi-bird:before{content:"\f535"}.fa-knife-kitchen:before{content:"\f6f5"}.fa-korvue:before{content:"\f42f"}.fa-lambda:before{content:"\f66e"}.fa-lamp:before{content:"\f4ca"}.fa-landmark:before{content:"\f66f"}.fa-landmark-alt:before{content:"\f752"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leaf-maple:before{content:"\f6f6"}.fa-leaf-oak:before{content:"\f6f7"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-lightbulb-dollar:before{content:"\f670"}.fa-lightbulb-exclamation:before{content:"\f671"}.fa-lightbulb-on:before{content:"\f672"}.fa-lightbulb-slash:before{content:"\f673"}.fa-lights-holiday:before{content:"\f7b2"}.fa-line:before{content:"\f3c0"}.fa-line-columns:before{content:"\f870"}.fa-line-height:before{content:"\f871"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-mace:before{content:"\f6f8"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailbox:before{content:"\f813"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-mandolin:before{content:"\f6f9"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-meat:before{content:"\f814"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaphone:before{content:"\f675"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-mind-share:before{content:"\f677"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mistletoe:before{content:"\f7b4"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-money-check-edit:before{content:"\f872"}.fa-money-check-edit-alt:before{content:"\f873"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monkey:before{content:"\f6fb"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-moon-cloud:before{content:"\f754"}.fa-moon-stars:before{content:"\f755"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mountains:before{content:"\f6fd"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug:before{content:"\f874"}.fa-mug-hot:before{content:"\f7b6"}.fa-mug-marshmallows:before{content:"\f7b7"}.fa-mug-tea:before{content:"\f875"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-narwhal:before{content:"\f6fe"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-omega:before{content:"\f67a"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-ornament:before{content:"\f7b8"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-overline:before{content:"\f876"}.fa-page-break:before{content:"\f877"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-paragraph-rtl:before{content:"\f878"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paw-alt:before{content:"\f701"}.fa-paw-claws:before{content:"\f702"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pegasus:before{content:"\f703"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-person-sign:before{content:"\f757"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-laptop:before{content:"\f87a"}.fa-phone-office:before{content:"\f67d"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pi:before{content:"\f67e"}.fa-pie:before{content:"\f705"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pig:before{content:"\f706"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza:before{content:"\f817"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-podium:before{content:"\f680"}.fa-podium-star:before{content:"\f758"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poll-people:before{content:"\f759"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-popcorn:before{content:"\f819"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-presentation:before{content:"\f685"}.fa-print:before{content:"\f02f"}.fa-print-search:before{content:"\f81a"}.fa-print-slash:before{content:"\f686"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pumpkin:before{content:"\f707"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-rabbit:before{content:"\f708"}.fa-rabbit-fast:before{content:"\f709"}.fa-racquet:before{content:"\f45a"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-raindrops:before{content:"\f75c"}.fa-ram:before{content:"\f70a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-rings-wedding:before{content:"\f81b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rv:before{content:"\f7be"}.fa-sack:before{content:"\f81c"}.fa-sack-dollar:before{content:"\f81d"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salad:before{content:"\f81e"}.fa-salesforce:before{content:"\f83b"}.fa-sandwich:before{content:"\f81f"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-sausage:before{content:"\f820"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-scarecrow:before{content:"\f70d"}.fa-scarf:before{content:"\f7c1"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-scroll-old:before{content:"\f70f"}.fa-scrubber:before{content:"\f2f8"}.fa-scythe:before{content:"\f710"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-send-back:before{content:"\f87e"}.fa-send-backward:before{content:"\f87f"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-sheep:before{content:"\f711"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-shield-cross:before{content:"\f712"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shish-kebab:before{content:"\f821"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shovel:before{content:"\f713"}.fa-shovel-snow:before{content:"\f7c3"}.fa-shower:before{content:"\f2cc"}.fa-shredder:before{content:"\f68a"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sickle:before{content:"\f822"}.fa-sigma:before{content:"\f68b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signal-1:before{content:"\f68c"}.fa-signal-2:before{content:"\f68d"}.fa-signal-3:before{content:"\f68e"}.fa-signal-4:before{content:"\f68f"}.fa-signal-alt:before{content:"\f690"}.fa-signal-alt-1:before{content:"\f691"}.fa-signal-alt-2:before{content:"\f692"}.fa-signal-alt-3:before{content:"\f693"}.fa-signal-alt-slash:before{content:"\f694"}.fa-signal-slash:before{content:"\f695"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-skeleton:before{content:"\f620"}.fa-sketch:before{content:"\f7c6"}.fa-ski-jump:before{content:"\f7c7"}.fa-ski-lift:before{content:"\f7c8"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sledding:before{content:"\f7cb"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoke:before{content:"\f760"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snake:before{content:"\f716"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snooze:before{content:"\f880"}.fa-snow-blowing:before{content:"\f761"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowflakes:before{content:"\f7cf"}.fa-snowman:before{content:"\f7d0"}.fa-snowmobile:before{content:"\f7d1"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-alt:before{content:"\f883"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-shapes-down:before{content:"\f888"}.fa-sort-shapes-down-alt:before{content:"\f889"}.fa-sort-shapes-up:before{content:"\f88a"}.fa-sort-shapes-up-alt:before{content:"\f88b"}.fa-sort-size-down:before{content:"\f88c"}.fa-sort-size-down-alt:before{content:"\f88d"}.fa-sort-size-up:before{content:"\f88e"}.fa-sort-size-up-alt:before{content:"\f88f"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-soup:before{content:"\f823"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-sparkles:before{content:"\f890"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spider-black-widow:before{content:"\f718"}.fa-spider-web:before{content:"\f719"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root:before{content:"\f697"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-squirrel:before{content:"\f71a"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-staff:before{content:"\f71b"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-christmas:before{content:"\f7d4"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-stars:before{content:"\f762"}.fa-staylinked:before{content:"\f3f5"}.fa-steak:before{content:"\f824"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stocking:before{content:"\f7d5"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-stretcher:before{content:"\f825"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-sun-cloud:before{content:"\f763"}.fa-sun-dust:before{content:"\f764"}.fa-sun-haze:before{content:"\f765"}.fa-sunglasses:before{content:"\f892"}.fa-sunrise:before{content:"\f766"}.fa-sunset:before{content:"\f767"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sword:before{content:"\f71c"}.fa-swords:before{content:"\f71d"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-taco:before{content:"\f826"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tally:before{content:"\f69c"}.fa-tanakh:before{content:"\f827"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-tasks-alt:before{content:"\f828"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-frigid:before{content:"\f768"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-hot:before{content:"\f76a"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text:before{content:"\f893"}.fa-text-height:before{content:"\f034"}.fa-text-size:before{content:"\f894"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-theta:before{content:"\f69e"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-thunderstorm:before{content:"\f76c"}.fa-thunderstorm-moon:before{content:"\f76d"}.fa-thunderstorm-sun:before{content:"\f76e"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tilde:before{content:"\f69f"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-alt:before{content:"\f71f"}.fa-tombstone:before{content:"\f720"}.fa-tombstone-alt:before{content:"\f721"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tornado:before{content:"\f76f"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-trash-undo:before{content:"\f895"}.fa-trash-undo-alt:before{content:"\f896"}.fa-treasure-chest:before{content:"\f723"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-tree-christmas:before{content:"\f7db"}.fa-tree-decorated:before{content:"\f7dc"}.fa-tree-large:before{content:"\f7dd"}.fa-tree-palm:before{content:"\f82b"}.fa-trees:before{content:"\f724"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-plow:before{content:"\f7de"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-turkey:before{content:"\f725"}.fa-turtle:before{content:"\f726"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unicorn:before{content:"\f727"}.fa-union:before{content:"\f6a2"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-chart:before{content:"\f6a3"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-crown:before{content:"\f6a4"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-hard-hat:before{content:"\f82c"}.fa-user-headset:before{content:"\f82d"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-md-chat:before{content:"\f82e"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-users-crown:before{content:"\f6a5"}.fa-users-medical:before{content:"\f830"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-value-absolute:before{content:"\f6a6"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volcano:before{content:"\f770"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume:before{content:"\f6a8"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-slash:before{content:"\f2e2"}.fa-volume-up:before{content:"\f028"}.fa-vote-nay:before{content:"\f771"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walker:before{content:"\f831"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-wand:before{content:"\f72a"}.fa-wand-magic:before{content:"\f72b"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-washer:before{content:"\f898"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-water:before{content:"\f773"}.fa-water-lower:before{content:"\f774"}.fa-water-rise:before{content:"\f775"}.fa-wave-sine:before{content:"\f899"}.fa-wave-square:before{content:"\f83e"}.fa-wave-triangle:before{content:"\f89a"}.fa-waze:before{content:"\f83f"}.fa-webcam:before{content:"\f832"}.fa-webcam-slash:before{content:"\f833"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whale:before{content:"\f72c"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheat:before{content:"\f72d"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wifi-1:before{content:"\f6aa"}.fa-wifi-2:before{content:"\f6ab"}.fa-wifi-slash:before{content:"\f6ac"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-wind-turbine:before{content:"\f89b"}.fa-wind-warning:before{content:"\f776"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-windsock:before{content:"\f777"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wreath:before{content:"\f7e2"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-brands-400.eot);src:url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-brands-400.woff2) format("woff2"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-brands-400.woff) format("woff"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-brands-400.ttf) format("truetype"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:auto;src:url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-light-300.eot);src:url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-light-300.eot?#iefix) format("embedded-opentype"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-light-300.woff2) format("woff2"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-light-300.woff) format("woff"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-light-300.ttf) format("truetype"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-light-300.svg#fontawesome) format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:auto;src:url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-regular-400.eot);src:url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-regular-400.woff2) format("woff2"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-regular-400.woff) format("woff"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-regular-400.ttf) format("truetype"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:auto;src:url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-solid-900.eot);src:url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-solid-900.woff2) format("woff2"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-solid-900.woff) format("woff"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-solid-900.ttf) format("truetype"),url(../../frontend/Nf/naffco/en_US/fontawesome-pro/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image:         linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.navbar-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image:      -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
  background-image:         linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image:      -o-linear-gradient(top, #080808 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image:         linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
          box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #286090 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #286090 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image:      -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image:         linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image:      -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image:         linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image:      -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image:         linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image:      -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image:         linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  background-repeat: repeat-x;
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image:      -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image:         linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image:      -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
  background-image:         linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image:      -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image:         linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
  background-repeat: repeat-x;
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image:      -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image:         linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image:      -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image:         linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
  background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image:      -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image:         linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
  background-repeat: repeat-x;
}
.well {
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image:      -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image:         linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}
/*# sourceMappingURL=bootstrap-theme.css.map */
body {
    /* font-family: 'Poppins', sans-serif; */
    font-family: "neue-haas-grotesk-display";
    font-size: 1.6rem;
    line-height: 1.88;
}

body.menu-open {
    overflow: hidden;
}

.cms-menu {
    max-height: 63vh;
}

body.menu-open::after {
    content: "";
    position: fixed;
    background-color: rgba(26, 26, 26, 0.8);
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    left: 0;
}

.cust-lang-str-blk button:hover {
    background: transparent;
    border: transparent;
}

p {
    font-size: 16px;
    line-height: 2;
    font-family: "neue-haas-grotesk-text", sans-serif;
    color: #1A1A1A;
    letter-spacing: 0.6px;
}

body .nav-toggle {
    display: block;
    float: right;
    position: relative;
    margin-right: 15px;
}

body.catalog-product-view {
    padding-top: 110px;
}

body.catalog-product-view header.page-header {
    background-color: #1A1A1A;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
}

.section-items.nav-sections-items {
    top: 0;
    position: absolute;
    width: 100%;
}

.nav-before-open.nav-open .sections.nav-sections {
    display: block;
}

body .nav-sections-item-content {
    display: block !important;
    height: 350px;
    text-align: center;
    padding-top: 0;
    z-index: 111100;
}

.nav-sections {
    display: none;
}

body .navigation ul {
    width: 80%;
    margin: auto;
    padding-top: 10%;
}

.nav-open .logo {
    opacity: 0;
}

body .navigation .level0>.level-top {
    color: #ffffff;
    line-height: 66px;
    padding: 0 33px;
    font-size: 32px;
    font-weight: normal;
}

body .navigation {
    background: #1a1819;
}

.page-footer .footer.content {
    max-width: calc(74.094% + 30px);
    padding: 0;
}

body .page-wrapper .page-main {
    max-width: none;
    padding: 0;
}

rs-fullwidth-wrap i.fa.fa-angle-right,
rs-slides i.fa.fa-angle-right {
    width: 29px;
    height: 29px;
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    font-size: 16px;
    line-height: 29px;
    align-items: center;
}


/* body .page-main .container, body .page-main{
    max-width: calc(1410px + 30px);
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
} */

body .page-main .container,
body .page-main {
    max-width: 89.6%;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

body .footer.content .block {
    float: none;
}

body .block.newsletter {
    max-width: 100%;
}

body .nav-toggle {
    display: block;
}

body .footer.content ul {
    padding-right: 0px;
}

body .footer-title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    padding-bottom: 10px;
    max-width: 212px;
    position: relative;
}

body .footer-title:after {
    content: "";
    max-width: 190px;
    height: 1px;
    background-color: #b01c12;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

body .training-block-footer .footer-title:after {
    max-width: 140px;
}

body .explore-footer-block {
    width: 22%;
    padding-left: 0;
}

body .solution-project-footer-block {
    width: 22%;
    padding-left: 0;
}

.custom-footer-links .contact p {
    font-size: 13px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
}

body:not(.cms-home) .page-main .container.cust-contct-cotainer {
    max-width: 100%;
}


/*-- Header --*/

span.action.nav-toggle {
    display: none;
}

header.page-header {
    position: absolute;
    width: 100%;
}

.page-header .header.content .logo img {
    height: 60px;
    width: 140px;
}

.page-header .header.content {
    padding: 20px 30px;
    max-width: none;
    display: flex;
    align-items: center;
}

.custom-search-products-menu .custom-cms-menu-data {
    height: 0;
}

.custom-search-products-menu {
    width: 33%;
}

.page-header .header.content .logo {
    margin: 0;
    width: 33%;
    z-index: 1000001;
    transition: all 0.5s linear;
}

.custom-search-products-menu {
    width: 33%;
}

.hamburger-menu {
    background-color: #fff;
    border-radius: 50%;
}

.custom-search-products-menu .cms-menu,
.custom-search-products-menu .cms-product {
    left: 0;
    background-color: #1a1a1a;
    display: none;
}

.header .block-search {
    float: none;
    padding-left: 15px;
    position: relative;
    width: auto;
    z-index: 4;
    text-align: center;
    margin: 0 auto;
    max-width: none;
    z-index: 1000001;
}

.hamburger-menu {
    background: none;
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 45px;
    padding: 5px 15px 0px 15px;
    color: #999;
    border: 0;
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
    background-color: #fff;
}

.rev_slider::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
}

.block-search input#search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
}

.block-search input#search::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.block-search input#search:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1;
}

.block-search input#search:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1;
}

.block-search input {
    background-color: transparent;
    border: none;
    text-align: center;
}

.cms-menu li {
    display: inline-block;
    padding-right: 3.48vw;
    padding-bottom: 5.20vw;
}

.cms-menu li:nth-child(4n+0) {
    padding-right: 0;
}

.cms-menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-headercall-login {
    position: relative;
    z-index: 9999999;
    display: flex;
    padding-right: 0;
    justify-content: flex-end;
    opacity: 0;
    transition: all 0.5s linear;
    pointer-events: none;
}

.menu-open .custom-headercall-login {
    opacity: 1;
    padding-right: 50px;
    pointer-events: auto;
}

.custom-headercall-login a {
    border: 1px solid #8d8d8d;
    color: #fff;
    border-radius: 60px;
    padding: 0.563em 1.7em;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.custom-store-lang {
    display: none;
}

.red-dropdown-logo {
    position: absolute;
    top: 30px;
    left: 30px;
    max-width: 160px;
}

.product-open a.logo,
.lang-open a.logo {
    opacity: 0;
}

.product-open header .block-search .action.search::before,
.product-open header .block-search input {
    color: #1a1a1a;
    font-size: 16px;
}

.product-open button.hamburger-store,
.product-open .hamburger-menu {
    display: none;
}

.product-open .hamburger-product {
    right: 30px;
    border: 1px solid #b01d13;
    width: 50px;
    height: 50px;
}

.product-open .hamburger-product span.header-menu-custom-products {
    font-size: 0;
}

.product-open .hamburger-product span.header-menu-custom-products::after,
.product-open .hamburger-product span.header-menu-custom-products::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #1a1a1a;
    top: 50%;
    left: calc(50% - 8px);
}

.product-open .hamburger-product span.header-menu-custom-products::before {
    transform: rotate(-45deg);
    transform-origin: center;
}

.product-open .hamburger-product span.header-menu-custom-products::after {
    transform: rotate(45deg);
    transform-origin: center;
}


/*-- Product Dropdown --*/

.custom-header-top-products .cms-product>ul {
    position: relative;
}

.custom-header-top-products .cms-product>ul>li {
    max-width: none;
    width: 26.8%;
}

.custom-header-top-products .parent-cat-details.active {
    display: block;
    position: absolute;
    left: 26.8%;
    width: 73.2%;
    top: 0;
    padding-right: 30.8%;
    padding-left: 75px;
}

.custom-header-top-products .child-cat-details.active {
    display: block;
    position: absolute;
    width: 35%;
    right: 0;
    top: 0;
    background-color: #fff;
    padding: 32px;
}

.custom-header-top-products .custom-desc-overview {
    display: none;
}

.custom-header-top-products li.active>a,
.custom-header-top-products li:hover>a {
    color: #b01c12;
    font-weight: bold;
}

.custom-header-top-products .cms-product li a {
    display: block;
    position: relative;
}

.custom-header-top-products .cms-product li.active>a::after {
    content: "";
    position: absolute;
    right: 0;
    border-left: 5px solid #b01c12;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 8px;
}

.custom-header-top-products .cms-product ul li.tab-2>a {
    padding-left: 35px;
    font-size: 16px;
}

.custom-header-top-products .cms-product ul li.tab-2>a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background-image: url('../../frontend/Nf/naffco/en_US/css/images/small_image.png');
    opacity: 0;
}

.custom-header-top-products .cms-product ul li.tab-2.active>a::before,
.custom-header-top-products .cms-product ul li.tab-2:hover>a::before {
    opacity: 1;
}


/*-- Header --*/

.all-product-solution-title a {
    color: #1a1a1a;
}


/*--- Newsletter ---*/

.newsletter {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 40px 100px;
}

.cms-home .newsletter {
    background-color: #F1F2F4;
}

.custprivacy label {
    color: #363636;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 14px;
}

body .newsletter-all-data .action.primary.btn-common {
    color: #1A1A1A !important;
}

.newsletter .short_text h3 {
    font-size: 34px;
    font-weight: bold;
    text-align: left;
}

.newsletter .short_text {
    width: 23%;
    margin-right: 4.2em;
}

.newsletter .content {
    width: 73%;
}

.newsletter .field.newsletter,
.newsletter .field.firstname {
    padding: 0;
    max-width: 400px;
    width: 100%;
    display: inline-block;
    margin-right: 100px;
}

.newsletter-all-data {
    display: flex;
    align-items: center;
}

.newsletter .field .control input {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #1a1a1a;
}

.newsletter-all-data input {
    height: 50px;
    font-size: 16px;
    font-family: "neue-haas-grotesk-text", sans-serif;
    padding: 0;
}

.newsletter .field.custprivacy {
    margin-top: 1.4375em;
}

.custprivacy label a {
    color: #b01c12;
}

.custprivacy input[type="radio"]:checked+label:before {
    background-color: #b01c12;
    box-shadow: inset 0 0 0 4px #fff;
    border: 2px solid #b01c12;
}

.custprivacy input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.custprivacy input[type="radio"]+label:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 1px solid #999999;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 1px;
    margin-right: 1em;
    vertical-align: text-top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: pointer;
}


/*--- Abous Us section start ---*/

.custom-about-naffco-right {
    padding-right: 0;
    padding-top: 0px;
    padding-left: 0;
}

.custom-about-naffco-right .title strong {
    display: inline-block;
}

.custom-about-naffco-right .title,
.custom-about-naffco-right .title strong {
    font-size: 46px;
}

.custom-about-naffco-right .title strong {
    color: #b01c12;
    ;
}

.custom-about-naffco-right .cust-about-us-left {
    width: 22.3%;
    background-color: #f1f2f4;
    text-align: center;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.custom-about-naffco-right .cust-about-us-left img {
    text-align: center;
    margin: 0 auto;
}

.custom-about-naffco-right .cust-about-us-right {
    padding: 0;
    padding-right: 20px;
    padding-bottom: 6.6%;
}

.custom-about-keepsafe-left {
    padding: 0;
}

.cust-about-keepsafe-right .cust-about-us-left img {
    width: 100%;
}

.cust-about-keepsafe-right .top-txt {
    background-color: #b01c12;
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-family: "Playfair Display";
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: absolute;
    top: 0;
    height: 50%;
}

.cust-about-keepsafe-right .top-txt strong {
    font-size: 95px;
}

.custom-about-naffco-right .title {
    margin: 25px 0;
    color: #1a1a1a;
}

.custom-about-naffco-right .title a {
    color: #1a1a1a;
}

.cust-about-keepsafe-right .bottom-txt {
    color: #b01c12;
    font-size: 24px;
    padding: 10%;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    font-family: "neue-haas-grotesk-text", sans-serif;
    line-height: 1.67;
}

.cust-about-keepsafe-right {
    padding: 0;
    width: 45.043%;
    position: relative;
    height: 100%;
}

.custom-about-keepsafe-left .cust-about-us-left {
    padding: 0;
    width: calc(54.9% + 11.6%);
    margin-right: -11.6%;
}

.col-md-4.custom-content-keep-safe.cust-about-keepsafe-right {
    width: 45.1%;
}

.custom-left-content-data.cust-right-data {
    width: 55.5%;
}

.custom-left-content-data.cust-left-data {
    width: 44.5%;
    position: relative;
}

.middle-imgs {
    display: flex;
}

.left-content ul {
    padding: 0;
    list-style: none;
}

.left-content ul li {
    font-size: 16px;
    font-family: 'Public Sans';
}

.cust-left-data .left-content {
    background-color: #b01c12;
    color: #fff;
    padding: 110px 110px 50px;
    z-index: -1;
    position: relative;
    margin-top: -100px;
}

.custom-about-keepsafe-left .cust-about-us-left img {
    width: 100%;
}

.cust-left-data .left-img img {
    width: 89%;
    height: 100%;
}

.cust-left-data .left-img {
    margin-left: -13%;
}

.cust-right-data .right-img {
    margin: 80px 0;
}

.cust-right-data .right-img img {
    width: 100%;
}

.middle-imgs .title {
    font-size: 34px;
    font-weight: bold;
    margin: 20px 0 35.5px;
    color: #1a1a1a;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.0555;
}

.middle-imgs .title strong {
    color: #b01c12;
    ;
}

.cust-left-data .left-content p {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Public Sans';
    letter-spacing: 0;
    font-style: italic;
    line-height: 1.5;
    font-weight: 500;
}

.cust-right-data .right-content {
    padding: 0 158px;
    padding-right: 90px;
}


/* .cust-right-data .right-content .content {
    padding-right: 10%;
} */

.about-us .row {
    margin: 0;
}

.about-us-inner-content {
    display: flex;
}


/*--- Abous Us section end ---*/


/*--- Newsletter ---*/

.btn-common,
.action.primary.btn-common {
    background: transparent;
    border: transparent;
    color: #1A1A1A;
    font-weight: 300;
    font-size: 22px;
    position: relative;
    z-index: 999;
    line-height: 22px;
    font-family: "neue-haas-grotesk-display";
    letter-spacing: 1px;
    overflow: hidden;
    border-radius: 0;
    padding: 0px 50px 0px 20px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
}

.btn-common a {
    color: #1a1a1a;
}

.btn-common:hover a {
    color: #fff;
}

.btn-common::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #a4aab6;
    -webkit-clip-path: polygon(0 0, 40px 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 40px 0, 0 100%, 0 100%);
    transition: -webkit-clip-path 0.4s cubic-bezier(.455, .03, .515, .955);
    transition: clip-path 0.4s cubic-bezier(.455, .03, .515, .955);
    transition: clip-path 0.4s cubic-bezier(.455, .03, .515, .955), -webkit-clip-path 0.4s cubic-bezier(.455, .03, .515, .955);
}

.btn-common::after,
.action.primary.btn-common::after {
    content: "\f178";
    font-family: 'Font Awesome 5 Pro';
    right: 20px;
    font-weight: 300;
    font-size: 18px;
    margin-left: 15px;
    position: absolute;
    transition: all 0.3s ease;
}


/*--- Footer ---*/

.footer-links-right-block a {
    font-size: 14px;
    color: #fff;
    line-height: 1.85714;
    transition: color .3s ease;
    font-family: 'neue-haas-grotesk-text ', sans-serif;
    font-style: normal;
    font-weight: 400;
}

.footer-links-right-block a:hover {
    color: #b01c12;
}

.custom-edirect-text p a {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.custom-footer-links p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 25px;
}

footer.page-footer {
    background-color: #1a1819;
    display: inline-block;
    padding-top: 5.8125em;
    width: 100%;
}

.footer-botoom {
    background-color: #1a1819;
    padding: 0 30px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.page-footer .footer.content .block.block-content {
    float: none;
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    position: relative;
    margin-top: 4.5%;
}

.copyright {
    background-color: transparent;
    padding-left: 18px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left;
}

.page-footer .block.newsletter {
    width: 100%;
    padding: 46px 5.8% 40px;
}

.block.newsletter {
    background-color: #f5f5f5;
}

.page-footer .newsletter .news-letter.label {
    position: static;
}

.page-footer .block.newsletter .title {
    display: block;
    margin-bottom: 35px;
    font-size: 18px;
    color: #636363;
}

.page-footer .block.newsletter .field .control:before {
    display: none;
}

.block.newsletter input {
    padding-left: 35px;
    border: none;
    height: 60px;
    max-width: 450px;
    font-family: 'Poppins', sans-serif;
    margin-right: 30px;
    font-size: 16px;
}

.block.newsletter .field .control label {
    display: block;
}

.block .title strong {
    font-size: 24px;
    margin-right: 30px;
    color: #363636;
}

.page-footer .block.newsletter .action.subscribe {
    position: static;
    width: 100%;
    height: 60px;
    background-color: #b01c12;
    border: 1px solid #b01c12;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    max-width: 210px;
    ;
}

.cusotm-footer-flooter-button {
    position: absolute;
    right: -9.7vw;
    width: auto;
    top: 0;
}

.custom-flotter-msg {
    margin-top: 20px;
}

.site-Information-block-footer a:last-child {
    text-transform: uppercase;
}

.custom-footer-links {
    padding: 0 15px;
    margin-bottom: 12px;
}

.footer-contact-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
    margin-bottom: 26px;
    padding: 0;
}

.footer-title {
    font-size: 15px;
    color: #b01c12;
    font-weight: 600;
    margin-bottom: 26px;
}

.site-Information-block-footer .footer-title {
    margin-bottom: 0px;
    margin-top: 26px;
}

.site-Information-block-footer .footer-title:first-child {
    margin-top: 0;
}

.footer-office-title {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.footer-office-title a {
    color: #fff;
}

.custom-footer-links p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
}

.custom-footer-links p a {
    color: #fff;
    word-break: break-all;
}

.custom-copyright-text {
    display: flex;
}

.custom-copyright-link {
    text-align: right;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 5px;
}

.custom-links-social a {
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    font-family: "neue-haas-grotesk-text", sans-serif;
}

.custom-copyright-link .custom-links-social a {
    margin: 0 10px;
}

.custom-links-social a:first-child {
    margin: 0 auto;
}

.custom-links-social a:nth-child(2n) {
    margin: 0 auto;
}

.footer-bottom-inner {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    border-top: 1px solid rgb(255 255 255 / 0.5);
    padding-top: 13px;
    padding-bottom: 10px;
    max-width: calc(74.094% + 40px);
    margin: 0 auto;
}

.custom-links-social a::after {
    content: "";
    height: 12px;
    width: 2px;
    background-color: #fff;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.custom-links-social a:last-child::after {
    content: none;
}

.page-footer .block.newsletter .actions {
    display: inline-block;
    vertical-align: top;
    width: 210px;
}

.copyright span {
    font-size: 12px;
    font-family: "neue-haas-grotesk-text", sans-serif;
}

.page-footer .block.newsletter .form.subscribe {
    display: inline-block;
    width: 100%;
}

.page-footer .field.newsletter {
    width: calc(100% - 250px);
    display: inline-block;
}

.block.newsletter .custm.actions-checkbox input {
    height: auto;
}

.block.newsletter .custm.actions-checkbox label {
    font-size: 14px;
}

.block.newsletter .custm.actions-checkbox input {
    height: auto;
    margin-right: 15px;
}

.custm.actions-checkbox {
    margin-top: 20px;
}

.custom-links-social a i {
    margin: 0 5px;
}

.footer-phone {
    margin-bottom: 0;
    margin-top: 20px;
}

.footer-email {
    margin-bottom: 15%;
}


/* 07-07-2020 */

p.footer-address {
    margin: 3.52em 0px 1.78em;
    font-size: 14px;
}

.custom-footer-links .contact p a {
    font-size: 14px;
}

.custom-training-section li {
    display: inline-block;
    padding-right: 15px;
}

.footer-links-right-block .custom-training-section li a {
    font-size: 1em;
    line-height: 26px;
}

.custom-assistence {
    font-size: 0.75em;
    color: #fff;
    line-height: 2;
    text-transform: uppercase;
    font-family: "neue-haas-grotesk-text", sans-serif;
}

.custom-nafco-number-normal a {
    font-size: 0.8125em;
    color: #fff;
    letter-spacing: 10px;
    font-family: "neue-haas-grotesk-text", sans-serif;
}

.cust-email-footer a {
    font-size: 1.1125em;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    font-family: "neue-haas-grotesk-text", sans-serif;
}

.cust-naffco-number strong {
    font-size: 2.375em;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-family: "neue-haas-grotesk-text", sans-serif;
}

.cust-naffco-number {
    line-height: normal;
}

.footer-links-right-block li {
    line-height: normal;
}

.cust-naffco-number strong:last-child {
    color: #b01c12;
}

.custom-training.custom-all-tarining-data li a {
    font-size: 14px;
    line-height: 1.85714;
}

.custom-training.custom-all-tarining-data li {
    padding-right: 0;
    display: block;
}

.custom-training.custom-all-tarining-data+.custom-training {
    margin-top: 4.125em;
}

.custom-footer-links .custom-footer-two:last-child {
    display: flex;
    align-items: center;
    margin-top: 1.25em;
}

.footer-bottom-inner .container {
    width: 100%;
}

.footer-bottom-inner .col-md-4 {
    padding: 0;
}

.footer-bottom-inner small.copyright {
    padding: 0;
    font-size: 0.75em;
}

.custom-edirect-text p {
    margin: 0;
    text-align: center;
}

.custom-copyright-link {
    margin: 0;
}

.custom-links-social {
    text-align: right;
    font-family: "neue-haas-grotesk-display";
}

.custom-links-social a:last-child {
    margin-right: 0px;
    margin-left: 0;
}

.custom-footer-two .col-md-3 {
    padding-top: 2.5em;
}

.custom-footer-two .col-md-3:before {
    content: "";
    width: 65%;
    height: 1px;
    background-color: #B01C12;
    position: absolute;
    top: 0;
}

.turck-vehicles-block-footer,
.training-block-footer {
    width: 28%;
    padding-left: 0;
}


/*--- Footer ---*/

.hamburger-menu,
.hamburger-product {
    background: none;
    position: absolute;
    top: 20px;
    right: 30px;
    padding: 0;
    color: #999;
    border: 0;
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
    background-color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.hamburger-product {
    right: 100px;
    background-color: transparent;
    box-shadow: none;
    font-weight: normal;
    color: #fff;
    border: 1px solid;
    width: auto;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    border: 1px solid rgb(255 255 255 / 0.5);
    box-shadow: none !important;
    border-radius: 40px;
    margin: 0 auto;
}

body button.hamburger-store {
    top: 20px;
}

.hamburger-product:hover {
    background-color: transparent;
}

.custom-search-products-menu .cms-product {
    background-color: #f1f2f4;
}

.cross-menu {
    background: none;
    position: absolute;
    top: 30px;
    right: 30px;
    padding: 7px 15px 0px 15px;
    color: #fff;
    border: 0;
    font-size: 3em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    border-radius: 50%;
    z-index: 10000000000000;
    background-color: transparent;
    height: 50px;
    width: 50px;
    line-height: 50px;
    box-shadow: none;
    border: 1px solid #B01C12;
}

body .cross-menu {
    box-shadow: none;
    display: none;
}

.cms-menu,
.cms-product {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    background: #f1f1f1;
    position: absolute;
    text-align: center;
    font-size: 12px;
    padding-top: 150px;
    top: 0;
    padding-bottom: 0px;
    height: 100vh;
}

.cms-menu {
    padding-top: 180px;
}

.menu-open #maincontent::before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
}

.cms-menu li:hover {
    display: inline-block;
    background: transparent;
    border-bottom: none;
}

.cms-menu ul li a {
    text-decoration: none;
    margin: 0px;
    color: #fff;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 1.30;
    font-size: 46px;
}

.cms-menu ul li a:hover {
    color: #666;
    text-decoration: none;
}

.cms-menu a {
    text-decoration: none;
    color: #666;
}

.cms-menu a:hover {
    text-decoration: none;
    color: #666;
}

.block-search .action.search:before {
    line-height: 42px;
}

.prestigious-project .row {
    margin: 0;
    align-items: center;
    display: flex;
}


/*-- News section --*/

.about-us {
    position: relative;
    z-index: 9;
}

.all-blogs-title.action {
    float: right;
    overflow: hidden;
}

.home-page-blogs {
    padding-top: 195px;
    position: relative;
    margin-top: -5.5%;
    margin-bottom: 7.5%;
}

.home-page-blogs::before {
    content: "";
    height: 60%;
    width: 100%;
    background-color: #1a1a1a;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.homepage-blog-title {
    color: #fff;
    font-size: 2.875em;
    float: left;
}

.all-blogs-title .btn-common {
    color: #fff;
    line-height: normal;
    padding: 0px 50px 0 20px;
    align-items: center;
    display: inline-block;
    line-height: 50px;
}

.custom-all-blog-content-inone {
    display: flex;
}

.custom-all-blogs {
    padding-left: 0;
}

#customblog li a.inactive {
    background: transparent;
    border-bottom: 0;
    /* padding: 0; */
}


/**/

#customblog li a {
    cursor: pointer;
}

#customblog li {
    display: inline-block;
    outline: none;
    margin-bottom: 0;
}

#customblog li:nth-child(2) {
    margin: 0 15px;
}

#customblog li a {
    color: #fff;
    display: block;
    text-decoration: none;
    outline: none;
    border-radius: 50px;
    padding: 10px 23px;
    font-size: 1.3125em;
    font-family: 'Public Sans';
    font-weight: 500;
    font-size: 21px;
    background-color: #b01c12;
    transition: all 0.4s cubic-bezier(.455, .03, .515, .955);
    line-height: 1.3;
}

#customblog li a.inactive {
    color: #fff;
    background: #242424;
    outline: none;
    border-radius: 50px;
    /* padding: 10px 30px; */
    /* font-size: 20px; */
}

#customblog li a:hover,
#customblog li a.inactive:hover {
    color: #fff;
    outline: none;
    background-color: #b01c12;
}

.customblog-container {
    clear: both;
    width: 100%;
    text-align: left;
    margin-top: 50px;
}

.customblog-container h2 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #5685bc;
}

.customblog-container p {
    font-size: 1.125em;
    line-height: 1.67;
    margin: 0;
    font-weight: 400;
}

.customblog-container ul {
    margin-left: 25px;
    font-size: small;
    line-height: 1.4;
    list-style-type: disc;
}

.customblog-container li {
    padding-bottom: 5px;
    margin-left: 5px;
}


/**/

.home-page-blogs .custom-all-blogs {
    max-width: 440px;
    margin: 0 auto;
    border-bottom: 0 !important;
    height: auto;
    border-bottom: solid 1px #CCC;
    margin-top: 0;
    background-color: #242424;
    padding: 11px 10px;
    border-radius: 50px;
    display: flex;
    width: auto;
    justify-content: space-around;
}

#customblog li a {
    border-radius: 50px;
}

.custom-all-custom-blogs,
.custom-all-custom-blogs.owl-carousel {
    display: flex;
}

.home-page-blogs .post-header img {
    width: 100%;
    max-height: 33.125em;
/*    object-fit: cover;*/
}

.home-page-blogs .post-header img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    background: #fff;
    border: 1px solid #eee;    
}

.blog-home-page-content.inview-animation .post-ftimg-hld {
    background-color: #fff;
}

.blog-home-page-content.inview-animation .post-title-holder,
.blog-home-page-content.inview-animation .post-content {
    opacity: 0;
    transform: translateY(100%);
    transition-delay: 0.4s;
    transition: all 1.2s cubic-bezier(0.745, -0.005, 0.055, 1.005);
}

.blog-home-page-content.inview-animation .post-content {
    transition-delay: 0.6s;
}

.blog-home-page-content.inview-animation .post-ftimg-hld a {
    position: relative;
    overflow: hidden;
    display: block;
    transition: all 1.2s cubic-bezier(0.83, 0, 0.17, 1);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}

.blog-home-page-content.inview-animation .post-ftimg-hld img {
    transform: scale(1.2) translateY(30px);
    transition: all 1.2s cubic-bezier(0.745, -0.005, 0.055, 1.005);
}

.blog-home-page-content.inview-animation.animate .post-ftimg-hld a {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}

.blog-home-page-content.inview-animation.animate .post-ftimg-hld img {
    transform: scale(1) translateY(0);
}

.blog-home-page-content.inview-animation.animate .post-title-holder,
.blog-home-page-content.inview-animation.animate .post-content {
    opacity: 1;
    transform: translateY(0);
}

.blog-home-page-content:first-child {
    width: 48.8%;
}

.blog-home-page-content:nth-child(2) {
    margin: 0 2.3%;
    width: 23.3%;
}

.blog-home-page-content:nth-child(3) {
    width: 23.3%;
}

.post-title-holder a.post-item-link {
    color: #1a1a1a;
    font-size: 1.5em;
    letter-spacing: 1px;
    width: 85%;
    display: block;
    font-weight: 600;
    line-height: 1.5;
    font-family: "neue-haas-grotesk-text", sans-serif;
}

.blog-home-page-content .post-title-holder {
    padding: 1.75em 0;
}


/*-- News section --*/


/*-- prestigious section start--*/

.prest-filter-img {
    position: relative;
    overflow: hidden;
}

.prest-filter-img .prest-title {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f1f2f4;
    width: 100%;
    padding: 22px;
    color: #000;
    text-transform: uppercase;
    transition: all 0.5s linear;
    font-size: 20px;
    font-family: 'Public Sans';
    font-weight: bold;
}

.prest-filter-img img {
    width: 100%;
    transition: transform .6s cubic-bezier(0.34, 1.56, 0.64, 1);
    ;
}

.prest-filter-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.prestigious-project-img {
    padding-left: 0;
}

.prestigious-project-img-2 {
    padding-right: 0;
    padding-left: 0;
    /* height: 67.75em; */
}

.prest-filter-img .prest-hover .explore-btn:hover {
    background-color: #b01c12;
    color: #fff;
}

.prestigious-project-img-2 .prestigious-project-img img {
    width: 100%;
}

.prestigious-project-img .exploremore {
    background-color: #b01c12;
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 20px 40px;
}

.prestigious-project-img-3 {
    float: right;
    margin-top: 30px;
    width: 68%;
}

.prestigious-project-title {
    background-color: #b01c12;
    color: #fff;
    padding: 2% 13.5% 20%;
    width: 70%;
    right: 0;
    position: absolute;
    text-align: right;
    font-size: 46px;
    z-index: -1;
    margin-top: 50px;
    font-weight: bold;
}

.prestigious-project-img .exploremore {
    background-color: #b01c12;
    position: absolute;
    bottom: 0;
    z-index: 9;
    padding: 24px 60px;
    transition: all 0.5s ease;
}

.exploremoretext a:after {
    content: "\f178";
    font-family: 'Font Awesome 5 Pro';
    right: 20px;
    font-weight: 500;
    font-size: 18px;
    margin-left: 15px;
    position: absolute;
    bottom: 2px;
    transition: all 0.5s ease;
}

.prestigious-project-img .exploremore:hover {
    padding-right: 85px;
}

.prestigious-project-img .exploremore:hover .exploremoretext a:after {
    right: 0;
}

.exploremoretext {
    position: relative;
}

.exploremore .exploremoretext a {
    color: #fff;
    margin-top: 10px;
    display: block;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Public Sans';
    line-height: 1.25;
    font-weight: 400;
}

.prestigious-project {
    padding-top: 8%;
}

.prestigious-project-img-2 .prestigious-project-img {
    padding-top: 8%;
}

.prest-hover .prest-title {
    position: static;
    background-color: transparent;
    padding: 0;
    font-size: 1.75em;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 1em;
    /* transform: translateY(100%);
    transition: all 0.2s linear; */
}

.prest-filter-img:hover .prest-title {
    /* transform: translateY(0); */
}

#prest-img {
    padding-right: 23px;
}


/* .prestigious-project-img-1 {
    margin-right: 3.56em;
} */

.prest-hover {
    position: absolute;
    bottom: 75px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all 0.9s cubic-bezier(0.745, -0.005, 0.055, 1.005);
    transform: translateY(100%);
    padding: 0px 6.5%;
}

.prest-desc p {
    font-size: 16px;
    line-height: 1.88;
    color: #fff;
    margin-bottom: 1.5em;
    word-break: break-all;
    font-family: 'Public Sans';
}

.prest-filter-img:hover .prest-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.prest-filter-img:hover:after {
    content: "";
    /* background-color: rgba(0, 0, 0, 0.5); */
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, .9) 100%);
}

.prest-filter-img:hover>.prest-title {
    z-index: 31;
    background-color: #b01c12;
    color: transparent;
    height: 10px;
    padding: 0 22px;
}

.explore-btn {
    height: 45px;
    line-height: 45px;
    padding: 0px 28px;
    background-color: #fff;
    display: inline-block;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
}

a.explore-btn:visited,
.explore-btn.alink:visited {
    color: #000;
    text-decoration: none;
}


/*
.prest-desc {
    opacity: 0;
    height:0;
} */

.prest-filter-img:hover .prest-desc {
    /* transition: all 0.6s linear;
    animation: move 0.7s;
    height: auto;
    opacity: 1;
    transition-delay: 0.5s; */
}

@-webkit-keyframes move {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes move {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes move {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes move {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*-- prestigious section end --*/


/*--- Product Solution start ---*/

body .page-main .container.custom-all-child-content,
.inner-page-category-image-last .container {
    max-width: 75.5%;
    /* padding-bottom: 150px; */
}

.child-cat-custom-data {
    position: relative;
}

.inner-page-category-second-name {
    position: absolute;
    bottom: 50px;
    left: 80px;
}

.inner-page-category-second-name a {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.236;
}

.inner-page-category-second-name {
    position: absolute;
    bottom: 50px;
    left: 80px;
    color: #fff;
    width: 70%;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1) !important;
    z-index: 9;
}

.col-md-8.child-cat-custom-data .inner-page-category-second-name,
.inner-page-category-second-name.custom-titleflow-control,
.inner-page-category-second-name.custom-titlesafety-signs,
.inner-page-category-second-name.custom-titlesecurity-solutions {
    width: 30%;
}

.product-solution-main-content .inner-page-category {
    display: flex;
    align-items: center;
}

.child-cat-categorytexts {
    line-height: 1.9;
    font-size: 16px;
    color: #1a1a1a;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
}

.child-cat-categorytexts span {
    font-weight: 600;
}

.custom-both-image-and-name img,
.child-cat-custom-data img {
    width: 100%;
    transition: all 0.5s ease;
}

.child-product-url.btn-common {
    margin-top: 40px;
    width: 150px;
}

.inner-page-category-image-last img {
    width: 100%;
}

.custom-desc-right-section {
    padding: 0 120px;
}

.inner-page-category .inner-title {
    margin-bottom: 0.5em;
}

.cms-products-solutions .passion-protect::before {
    display: none;
}

.inner-page-category-image-last {
    position: relative;
    overflow: hidden;
}

.child-cat-hover-img .custom-child-hover-img {
    position: absolute;
    z-index: 9;
    top: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s ease;
}

.child-cat-hover-img img {
    width: auto;
}

.child-cat-custom-data:hover .child-cat-hover-img .custom-child-hover-img,
.inner-page-category-image-last:hover .child-cat-hover-img .custom-child-hover-img {
    opacity: 1;
    transform: scale(0.8);
}

.child-cat-hover-img a {
    width: 100%;
    display: block;
    text-align: center;
}

.inner-page-category-second {
    overflow: hidden;
}

.child-cat-custom-data:hover .inner-page-category-second img,
.inner-page-category-image-last:hover img {
    transform: scale(1.05);
}

.inner-page-category-image-last img {
    transition: all 0.5s ease;
}

.child-cat-custom-data:hover .inner-page-category-second::before,
.child-cat-custom-data:hover .inner-page-category-fifth::before,
.inner-page-category-image-last:hover::before {
    content: "";
    position: absolute;
    z-index: 999;
    height: 100%;
    width: 100%;
    z-index: 1;
    /* background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(0,rgba(0,0,0,0)),color-stop(50%,rgba(0,0,0,0)),to(rgba(0,0,0,.75)));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,.75) 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,.75) 100%); */
    background-color: rgba(0, 0, 0, 0.5);
}

.child-cat-custom-data.col-md-8:hover .inner-page-category-fifth::before {
    background-image: -webkit-gradient(linear, left right, left left, from(rgba(0, 0, 0, 0)), color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
    background-color: transparent;
}

.inner-page-category-image-last:hover::before {
    width: 100%;
}

.custom-child-hover-view-all {
    position: absolute;
    z-index: 9;
    bottom: 35px;
    left: 80px;
    opacity: 0;
    transition: all 0.5s ease;
}

.custom-child-hover-view-all a {
    color: #fff;
}

.custom-child-hover-view-all a::after {
    content: "\f178";
    font-family: "FontAwesome";
    right: 0;
    font-weight: 300;
    font-size: 14px;
    margin-left: 15px;
}

.child-cat-custom-data:hover .custom-child-hover-view-all,
.inner-page-category-image-last:hover .custom-child-hover-view-all {
    opacity: 1;
    bottom: 45px;
}

.child-cat-custom-data:hover .inner-page-category-second-name,
.inner-page-category-image-last:hover .inner-page-category-second-name {
    bottom: 70px;
}

.custom-all-child-content .custom-all-data-0 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.custom-all-child-content .custom-all-data-1,
.custom-all-child-content .custom-all-data-5,
.custom-all-child-content .custom-all-data-7 {
    margin-bottom: 100px;
}

.custom-all-child-content .custom-all-data-2 {
    margin-bottom: 58px;
}

.custom-all-child-content .custom-all-data-8 {
    margin-bottom: 90px;
}

.custom-all-child-content .custom-all-data-9 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.inner-page-category.custom-all-data-1,
.inner-page-category.custom-all-data-8 {
    display: flex;
    flex-direction: row-reverse;
}

.inner-page-category.custom-all-data-1 .custom-desc-left-section,
.inner-page-category.custom-all-data-8 .custom-desc-left-section {
    text-align: right;
}

.col-md-8.child-cat-custom-data .child-cat-hover-img .custom-child-hover-img {
    top: 13%;
    left: auto;
    right: 2%;
    opacity: 1;
}

.col-md-8.child-cat-custom-data:hover .child-cat-hover-img .custom-child-hover-img {
    transform: scale(1);
    right: 15%;
}

body .product-last-child .container {
    max-width: 75.5%;
}

.cms-products-solutions .newsletter {
    background-color: #fff;
}

.product-solution-main-content .product-last-child {
    padding-bottom: 120px;
}

.cms-products-solutions .banner-text .banner-title {
    max-width: 55%;
}

.custom-product-listingpage-custom {
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fff;
}


/*--- Product Solution end ---*/


/*-- Blog start--*/

.blog-posts-all ul {
    background-color: #fff;
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
    padding: 90px 90px;
    width: calc(100% + (7.8% + -0px));
    margin-right: calc(-5.8% - 0px);
}

.blog-index-index .banner-text .banner-title,
.blog-category-news .banner-text .banner-title {
    max-width: 60%;
}

.blog-posts-all li {
    display: inline-block;
    margin-bottom: 0;
    padding-right: 30px;
    padding-bottom: 20px;
}

.blog-index-index .home-market-header-title {
    margin-bottom: 23px;
}

.blog-category-view .post-text-hld.clearfix.custom-blog-short-content {
    display: none;
}

body .post-holder {
    padding-bottom: 0;
    margin-bottom: 50px;
    /* background: #F5F5F5; */
    border: none;
    border-radius: 0;
    padding-top: 0;
    padding-right: 25px;
    padding-left: 25px;
}

body .post-content .post-description .post-ftimg-hld img {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 435px;
    height: 350px;
    object-fit: cover;
}

.custom-blog-list .row,
.image-detail .row {
    max-width: 85.627%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.blog-index-index .post-holder:first-child {
    width: 50%;
    padding-right: 25px;
}

.blog-index-index .post-holder:nth-child(2) {
    width: 50%;
    padding-left: 25px;
}

.blog-index-index .post-holder:first-child .post-content .post-description .post-ftimg-hld::after,
.blog-index-index .post-holder:nth-child(2) .post-content .post-description .post-ftimg-hld::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.3);
    position: absolute;
    left: 0;
    top: 0;
}

.blog-index-index .post-holder:first-child .post-content .post-description .post-ftimg-hld img,
.blog-index-index .post-holder:nth-child(2) .post-content .post-description .post-ftimg-hld img {
    max-width: 100%;
    height: 520px;
    object-fit: cover;
}

.blog-index-index .post-holder:first-child .post-info,
.blog-index-index .post-holder:nth-child(2) .post-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-index-index .post-holder:first-child .item.post-posed-date,
.blog-index-index .post-holder:nth-child(2) .item.post-posed-date {
    /* order: 2; */
    padding: 0;
}

.blog-index-index .post-holder:first-child .item.post-categories,
.blog-index-index .post-holder:nth-child(2) .item.post-categories {
    /* order: 1; */
    position: static;
}

.post-description {
    position: relative;
    display: flex;
    flex-direction: column;
}

.blog-index-index .post-holder:first-child .post-info,
.blog-index-index .post-holder:nth-child(2) .post-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    position: absolute;
    top: 24px;
    width: 100%;
    flex-direction: row-reverse;
}

.blog-index-index .post-holder:first-child .post-title-holder-post h2,
.blog-index-index .post-holder:nth-child(2) .post-title-holder-post h2 {
    padding-bottom: 0px;
}

.blog-index-index .post-holder:first-child .post-description::before,
.blog-index-index .post-holder:nth-child(2) .post-description::before {
    content: "";
    position: absolute;
    z-index: 999;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .25);
}

.blog-index-index .post-holder:first-child .value,
.blog-index-index .post-holder:nth-child(2) .value {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-index-index .post-holder:first-child .post-info a,
.blog-index-index .post-holder:nth-child(2) .post-info a {
    font-size: 14px;
    padding: 9px 15px;
    letter-spacing: 2px;
    border-radius: 18px;
}

.blog-index-index #blog-tabs .home-market-header-title+li a,
.blog-index-index #blog-tabs .home-market-header-title+li a:visited,
.blog-category-news #blog-tabs .active {
    color: #B01C12;
}

#blog-tabs sup {
    font-weight: 600;
    color: #A4AAB6;
}

.blog-index-index .post-holder:first-child .post-info,
.blog-index-index .post-holder:nth-child(2) .post-info {
    order: 1;
    z-index: 2;
}

.blog-index-index .post-holder:first-child:hover .post-read-more,
.blog-index-index .post-holder:nth-child(2):hover .post-read-more {
    opacity: 1;
    z-index: 2;
    bottom: 39px;
}

.blog-index-index .post-holder:first-child:hover .post-title-holder-post,
.blog-index-index .post-holder:nth-child(2):hover .post-title-holder-post {
    bottom: 73px;
}

body.blog-page #blog-tabs a:hover {
    color: #b01c12;
}

.blog-index-index .post-holder:first-child .post-title-holder-post,
.blog-index-index .post-holder:nth-child(2) .post-title-holder-post {
    order: 2;
    position: absolute;
    bottom: 53px;
    padding: 0px 76px 0px 50px;
    z-index: 2;
    transition: all 0.5s ease;
}

.blog-index-index .post-holder:first-child .post-title-holder-post h2 a,
.blog-index-index .post-holder:nth-child(2) .post-title-holder-post h2 a {
    font-size: 34px;
    color: #fff;
}

.blog-index-index .post-holder:first-child .post-read-more,
.blog-index-index .post-holder:nth-child(2) .post-read-more {
    order: 3;
    position: absolute;
    float: none;
    bottom: 19px;
    padding-left: 50px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    opacity: 0;
    transition: all 0.5s ease;
}

.blog-index-index .post-holder .custom-blog-short-content,
.blog-index-index .post-holder .custom-blog-short-content {
    display: none;
}

body .post-content .post-description .post-ftimg-hld {
    margin: 0;
}

.post-ftimg-hld {
    order: 1;
}

.post-info {
    order: 2;
    display: flex;
    flex-direction: column;
}


/* .post-posed-date {
    order: 2;
} */

.post-categories {
    order: 1;
    position: absolute;
    top: 292px;
    left: 20px;
}

body .post-list .post-content .post-read-more {
    order: 4;
    float: none;
    padding: 0;
    color: #B01C12;
    font-size: 18px;
    letter-spacing: 1px;
}

.post-title-holder-post {
    order: 3;
}

.post-categories a {
    font-size: 14px;
    color: #fff;
    padding: 9px 15px;
    background-color: #B01C12;
    border-radius: 18px;
}

.post-posed-date {
    /* order: 2; */
    padding: 30px 0px;
}

.post-posed-date .value {
    font-size: 12px;
    color: #A4AAB6;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.post-title-holder-post h2 a {
    font-size: 24px;
    color: #1A1A1A;
    font-family: 'Public Sans';
    font-weight: 600;
}

.post-title-holder-post h2 {
    margin: 0;
    padding-bottom: 30px;
}

.blog-posts-all a:visited,
.blog-posts-all .alink:visited,
.blog-posts-all a {
    color: #1A1A1A;
    text-decoration: none;
}

body .category-desc .blog-posts-all .inner-title,
body .category-desc .blog-posts-all a {
    color: #1A1A1A;
}

body .blog-posts-all .active,
body .category-desc .blog-posts-all a.active {
    color: #b01c12;
}

.custom-blog-list {
    background-repeat: no-repeat;
    margin-top: -95px;
    padding-top: 95px;
    /* background-color: #f1f2f4; */
}

.post-read-more:after {
    content: "\f178";
    font-family: "FontAwesome";
    right: 0;
    font-weight: 300;
    font-size: 14px;
    margin-left: 15px;
}

body .toolbar {
    margin-bottom: 0;
    text-align: center;
}

body .pages a.page,
body .pages strong.page {
    padding: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    border: 1px solid transparent;
    color: #4D4D4D;
    background-color: #fff;
}

body .current strong.page {
    background-color: #fff;
    border: 1px solid #B01C12;
}

body .pages a.page:visited {
    color: #4D4D4D;
}

body .pages .action.next:before {
    content: '\Next';
    font-family: "neue-haas-grotesk-display";
    font-size: 22px;
}

body .pages .action.next:visited:before {
    color: #fff;
}

body .pages .action {
    margin-left: 8px;
    height: 50px;
    line-height: 50px;
    width: 85px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    background: #B01C12;
}

.pages .action.previous:visited:before,
.pages .action.previous:before {
    color: #fff !important;
}

.blog-index-index .cms-banner-img:after,
.blog-category-view .cms-banner-img:after {
    content: "";
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/footer_bg_img.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.blog-category-view .cms-banner-img {
    position: relative;
    background: #f1f2f4;
    z-index: 1;
}

.blog-index-index .cms-banner-img {
    position: relative;
    background: #fff;
    z-index: 1;
}


/*-- Blog end--*/


/*-- Banner start--*/

rs-progress.rs-bottom,
rs-progress {
    top: auto !important;
    bottom: 110px !important;
    height: 5px;
}

.menu-open .hamburger-menu {
    border: 1px solid #651b16;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
}

span.hamburger-slide {
    width: 20px;
    height: 2px;
    background-color: #1a1a1a;
    display: block;
    margin: 2px auto;
    transition: all 0.5s linear;
}

.menu-open span.hamburger-slide {
    background-color: #fff;
}

span.hamburger-slide:nth-child(2) {
    width: 14px;
}

.menu-open .hamburger-slide:nth-child(2) {
    opacity: 0;
}

.menu-open .hamburger-slide:first-child {
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
}

.menu-open .hamburger-slide:last-child {
    transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 3px);
}


/*--- Header - Block Search ---*/

header .block-search form {
    position: relative;
    padding-left: 16px;
    border-bottom: 2px solid transparent;
    transition: all 0.5s linear;
    left: calc(50% - 20px);
}

header .block-search input:focus {
    box-shadow: none;
}

.menu-open header .block-search form {
    border-color: #651b16;
    left: 0;
}

.product-open header .block-search form {
    border-color: #b01c12;
    left: 0;
}

.product-open .block-search input#search::-webkit-input-placeholder {
    color: #1a1a1a;
    opacity: 1;
}

header .block-search input {
    padding-right: 0;
    text-align: left;
    transition: all 0.5s linear;
    width: 200px;
    color: #fff;
    font-family: "neue-haas-grotesk-text", sans-serif;
    letter-spacing: 1px;
}

.product-open .btn-common,
.product-open .action.primary.btn-common {
    z-index: 9;
}

.menu-open rs-fullwidth-wrap::before,
.product-open rs-fullwidth-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.8);
    z-index: 98;
}

.menu-open header .block-search input,
.product-open header .block-search input {
    width: 450px;
}

header .block-search .action.search {
    position: absolute;
    right: auto;
    top: 0;
    left: 0;
    opacity: 1 !important;
}

header .block-search .action.search::before {
    color: #fff;
}


/*--- Product-menu start ---*/

.cms-product ul {
    list-style: none;
    max-width: calc(1410px + 30px);
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.cms-product li a {
    color: #1a1a1a;
    opacity: 1;
    font-size: 20px;
    font-weight: normal;
}

.cms-product ul li {
    text-align: left;
    max-width: 370px;
    margin-bottom: 12px;
}


/*--- Product-menu start ---*/


/*-- Banner end--*/

.cms-products-solutions .home-market-header-title span {
    color: #a4aabc;
}

body .pages .action.next:before {
    content: '\Next';
    font-family: "neue-haas-grotesk-display";
    font-size: 22px;
    color: #fff;
    font-weight: 300;
}

.cms-menu ul li a:hover,
.cms-menu ul li a.active {
    border-bottom: 1px solid #651b16;
    color: #fff;
}


/*--- Projects ---*/

li.gallery-item.mid-item {
    margin-top: -40px;
}

.image-gallery-outer .image-detail.custom-iamge-gallery-page .gallery-item:nth-child(2),
.image-gallery-outer .image-detail.custom-iamge-gallery-page .gallery-item:nth-child(5),
.image-gallery-outer .image-detail.custom-iamge-gallery-page .gallery-item:nth-child(8),
.image-gallery-outer .image-detail.custom-iamge-gallery-page .gallery-item:nth-child(11) {
    margin-top: -40px;
}

.category-desc .inner-title.inactive {
    color: #1a1a1a;
}

.category-desc .inner-title {
    color: #b01c12;
}

.category-desc .inner-title sup,
.category-desc .inner-title.inactive sup {
    color: #a4aab6;
}

.image-gallery-outer .image-detail.custom-iamge-gallery-page .img-box-inner:after {
    content: "";
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.image-gallery-outer .image-detail.custom-iamge-gallery-page .img-box-inner:hover::after {
    z-index: 9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
}

body .pages .action.previous:before {
    content: '\Prev';
    font-family: "neue-haas-grotesk-display";
    font-size: 22px;
    color: #fff;
    font-weight: 300;
}

.image-gallery-outer .image-detail.custom-iamge-gallery-page .img-box-inner a:after {
    display: none;
}

.image-gallery-outer .image-detail.custom-iamge-gallery-page .img-title {
    max-width: 68%;
}

.cms-projects .banner-text {
    top: 45%;
}


/* .cms-projects .breadcrumbs {
    display: none;
} */

.image-gallery-outer .popup-overlay .popup-alldata {
    position: fixed;
    background: #ffffff;
    border: none;
    width: 100%;
    height: 100%;
    z-index: 99999;
    max-width: 73%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.image-gallery-outer #static-datac .img-box-inner .popup-overlay button:hover {
    background: #ffffff;
}

.image-gallery-outer #static-datac .img-box-inner .popup-overlay button:hover::before {
    color: #b01c12;
}

.image-gallery-outer .popup-overlay.active::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    clear: both;
}

.image-gallery-outer .popup-overlay.active {
    visibility: visible;
    text-align: center;
}

.image-gallery-outer .popup-content {
    visibility: hidden;
}

.image-gallery-outer .popup-content.active {
    visibility: visible;
}

.image-gallery-outer button {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0px;
    margin: 0 auto;
    font-size: 1rem;
    color: #fff;
    background: transparent;
    border: none;
}

.image-gallery-outer button:hover {
    border: 1px solid #666666;
    background: #666666;
    color: #ffffff;
}

.cms-projects .banner-text .banner-title {
    max-width: 60%;
}

.custom-iamge-gallery-page .img-box-inner img {
    width: 100%;
    object-fit: cover;
}

.custom-iamge-gallery-page .img-box-inner {
    overflow: visible;
}

.custom-iamge-gallery-page .img-box-inner .popup-overlay img {
    min-height: 400px;
    object-fit: cover;
    max-height: 400px;
}

.custom-iamge-gallery-page .img-box-inner .popup-overlay .content-image+.image-content {
    padding-top: 50px;
    padding-bottom: 80px;
}

.custom-iamge-gallery-page .img-box-inner .popup-overlay .image-content {
    padding: 50px;
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.custom-iamge-gallery-page .img-box-inner .popup-overlay button {
    background: #b01c12;
    position: absolute;
    right: 0;
    height: 80px;
    width: 80px;
    border: none !important;
    display: block !important;
    box-shadow: none;
    font-size: 0;
}

.custom-iamge-gallery-page .img-box-inner .popup-overlay button::before {
    content: "\f00d";
    position: absolute;
    z-index: 999;
    font-size: 26px;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-family: "FontAwesome";
    font-weight: 300;
}

.share-icons ul {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}

.share-icons ul li {
    display: inline-block;
    margin-bottom: 0;
    margin: 0 5px;
}

.share-icons ul li a {
    color: #b01c12;
}

.share-icons ul li a:hover {
    color: #1A1A1A;
}

.image-gallery-outer .img-box-inner .popup-overlay a::before {
    display: none;
}

.popup-overlay .title-location {
    display: inline-block;
    width: 100%;
}

.popup-overlay .title-location .img-location {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: calc(50% - 4px);
}

.popup-overlay .title-location .image-title {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 4px);
    text-align: left;
    font-size: 34px;
    font-weight: bold;
    color: #b01c12;
}

.popup-overlay .image-description p {
    text-align: left;
    font-size: 14px;
}

.popup-overlay .date-share {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: left;
    float: right;
}

.popup-overlay .image-date {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 4px);
    text-align: left;
}

.popup-overlay .share-icons {
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: middle;
    text-align: right;
    float: right;
}

.popup-overlay .share-icons strong {
    display: inline-block;
    vertical-align: middle;
}

.image-gallery-outer .img-hover-data {
    position: absolute;
    bottom: 0px;
    left: 50px;
    z-index: 99;
    transition: all 0.5s ease;
    text-align: left;
    width: 100%;
}

.image-gallery-outer .img-hover-data .img-title {
    position: static;
}

.lofgallery-toolbar a.page.active {
    border: 1px solid #B01C12 !important;
}

.image-gallery-outer .img-hover-data .custom-view-all-btn {
    padding: 0;
    box-shadow: none;
    font-size: 16px;
    transition: all 0.5s ease;
    opacity: 0;
}

.custom-iamge-gallery-page .img-box-inner:hover .img-hover-data .custom-view-all-btn {
    opacity: 1;
}

.custom-iamge-gallery-page .img-box-inner .img-hover-data .custom-view-all-btn .arrow-right {
    margin-left: 25px;
    transition: all 0.5s ease;
}

.custom-iamge-gallery-page .img-box-inner:hover .img-hover-data .custom-view-all-btn .arrow-right {
    margin-left: 10px;
}

.image-gallery-outer .img-box-inner:hover .img-hover-data {
    bottom: 39px;
}

#masonry-loop-static-data {
    margin-top: 55px;
}

.image-detail .image-null-msg {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
    margin: 20px 0;
}

.popup-overlay .title-location .img-location strong {
    margin-right: 5px;
}

.popup-overlay .image-content .image-description {
    margin-top: 10px;
    margin-bottom: 20px;
}


/*--- Projects ---*/

.home-page-product-solutions {
    overflow: hidden;
}

.home-page-product-solutions .desktop-view .main-cat-image {
    overflow: visible;
}

.home-page-product-solutions .desktop-view .owl-nav {
    position: absolute;
    transform: none;
    top: -105px;
    width: 100%;
    left: 0;
    display: flex !important;
    justify-content: center;
}

.main-cat-image .owl-nav .owl-prev,
.main-cat-image .owl-nav .owl-next {
    background-image: url(../../frontend/Nf/naffco/en_US/images/left_arrow.png);
    width: 62px;
    height: 13px;
    left: 30px;
    font-size: 0;
    margin: 0 14px;
}

.main-cat-image .owl-nav .owl-next {
    background-image: url(../../frontend/Nf/naffco/en_US/images/right_arrow.png);
}


/*-- Product details start ---*/

.custom-container-media.fixed {
    position: fixed;
}

.page-layout-1column .custom-container-media {
    width: 44.6% !important;
    float: left;
}

.page-layout-1column .custom-container-media .product.media {
    width: 100%;
}

.page-layout-1column .product-info-main {
    width: 55.4% !important;
    background-color: #f1f2f4;
    padding-left: 6%;
    padding-right: 11%;
    padding-top: 2%;
    padding-bottom: 2%;
    min-height: calc(100vh - 110px);
}

.custom-contact-us-productpage .row,
.block-margin.block.row {
    margin: 0 auto;
}

.banner-title {
    color: #1A1A1A;
    font-size: 2.88em;
    margin-bottom: 1em;
    letter-spacing: 1px;
    font-weight: bold;
}

.product.attribute.description ul li {
    font-size: 16px;
    line-height: 2;
    font-family: "neue-haas-grotesk-display";
    color: #1A1A1A;
    letter-spacing: 0.6px;
}

.product-info-main .table-striped>tbody>tr:nth-of-type(odd),
.product-info-main .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #fff;
}

.product-info-main table>tbody>tr>td {
    border-right: 1px solid #ccc;
    font-size: 12px;
    padding: 7px 15px;
    color: #1a1a1a;
}

.product-info-main table>tbody>tr>th {
    border-right: 1px solid #ccc;
}

.product-info-main table>tbody>tr>th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.custom-last-cat-text {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 10px;
    color: #a4aab6;
}

.product-info-main table tbody tr td:last-child,
.product-info-main table tbody tr th:last-child {
    border-right: none;
}

.product .type {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "neue-haas-grotesk-display";
    padding: 40px 0;
    display: block;
    padding-left: 30px;
    position: relative;
    border-top: 1px solid #a4aab6;
}

.product.suitable_text .type::before,
.product.suitable_text .type {
    display: none;
}

.product .type::before {
    content: "";
    display: inline-block;
    background-image: url(http://202.131.107.107:8013/naffco/pub/media/home_page/small_image.png);
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.product.media .fotorama__stage {
    /*height: 433px !important;*/
    height: calc(100vh - 315px) !important;
}

body .page-main .custom-contact-us-productpage.container {
    max-width: 71.5%;
    padding-bottom: 0;
    padding-top: 90px;
}

.custom-contact-us-productpage input,
.custom-contact-us-productpage select {
    border: 1px solid #cccccc !important;
    border-radius: 1px;
    font-family: "neue-haas-grotesk-display" !important;
    font-size: 16px;
    height: 60px !important;
    color: #1a1a1a;
    letter-spacing: 0.7px;
}

.custom-contact-us-productpage textarea {
    border: 1px solid #cccccc !important;
    border-radius: 1px;
    font-family: "neue-haas-grotesk-display" !important;
    font-size: 16px;
    min-height: 140px;
    color: #1a1a1a;
    letter-spacing: 0.7px;
}

.custom-contact-us-productpage .field {
    margin-bottom: 30px;
}

.custom-contact-us-productpage input::-webkit-input-placeholder,
.custom-contact-us-productpage textarea::-webkit-input-placeholder,
.custom-contact-us-productpage select::-webkit-input-placeholder {
    color: #1a1a1a;
    opacity: 1;
}

.custom-contact-us-productpage input::-moz-placeholder,
.custom-contact-us-productpage textarea::-webkit-input-placeholder,
.custom-contact-us-productpage select::-webkit-input-placeholder {
    color: #1a1a1a;
    opacity: 1;
}

.custom-contact-us-productpage input:-ms-input-placeholder,
.custom-contact-us-productpage textarea::-webkit-input-placeholder,
.custom-contact-us-productpage select::-webkit-input-placeholder {
    color: #1a1a1a;
    opacity: 1;
}

.custom-contact-us-productpage input:-moz-placeholder,
.custom-contact-us-productpage textarea::-webkit-input-placeholder,
.custom-contact-us-productpage select::-webkit-input-placeholder {
    color: #1a1a1a;
    opacity: 1;
}

.custom-productpage-contact-img .contact-side-image {
    display: inline-block;
    text-align: right;
    width: calc(50% - 4px);
    margin-bottom: 15px;
    vertical-align: top;
    margin-top: 20px;
}

.custom-productpage-contact-img .inner-title {
    display: inline-block;
    width: calc(50% - 4px);
}

.custom-productpage-contact-img {
    display: inline-block;
    width: 100%;
}

.custom-contact-us-productpage .name,
.custom-contact-us-productpage .lastname,
.custom-contact-us-productpage .comment {
    padding-left: 0;
}

.custom-contact-us-productpage .company,
.custom-contact-us-productpage .inquiry {
    padding-right: 0;
}

.custom-contact-us-productpage .actions-toolbar {
    margin-top: 90px;
}

.custom-contact-btn-product .custom-contact-btn-product-data {
    background-color: #b01c12;
    color: #fff;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    min-width: 300px;
    font-size: 22px;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-family: "neue-haas-grotesk-display";
}

.custom-contact-btn-product .custom-contact-btn-product-data::before {
    content: "\f178";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
}

.custom-contact-btn-product {
    padding-bottom: 50px;
    padding-top: 20px;
}

.page-layout-1column .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    border-top: 1px solid #a4aab6;
    text-align: center;
    padding: 10px 0;
}

.product.attribute.description {
    margin-bottom: 40px;
}

.catalog-product-view .custom-related-categories-markets.block-margin.block.related {
    background-color: #1a1a1a;
    padding-top: 120px;
}

.catalog-product-view .custom-related-categories-markets .custom-sub-cat-name {
    position: absolute;
    font-size: 10.3vw;
    top: -7.5vw !important;
    padding-left: 0;
    text-align: center;
}

.custom-related-categories-markets a.product-item-link {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 0;
}

.catalog-product-view .custom-related-categories-markets .container {
    max-width: 71.5%;
}

.products-related .owl-controls .owl-prev {
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/left_arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
    width: 100%;
    height: 25px;
    font-size: 0px;
    background-repeat: no-repeat !important;
    left: -135px !important;
    width: 62px !important;
    /* background: transparent !important; */
}

.catalog-category-view .sidebar ul.o-list.is-active ul ul {
    border-bottom: none;
    padding-bottom: 0;
}

.products-related .owl-prev::before,
.products-related .owl-prev::after,
.products-related .owl-next::before,
.products-related .owl-next::after {
    display: none;
}

.products-related .owl-controls .owl-next {
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/right_arrow.png) !important;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    width: 100%;
    height: 25px;
    font-size: 0px;
    right: -135px !important;
    width: 62px !important;
    /* background: transparent !important; */
}


/* .products-related .owl-controls .owl-next:hover, .products-related .owl-controls .owl-prev:hover{
    background: transparent !important;
} */

.catalog-product-view .custom-related-categories-markets.custom-related-pro-data .custom-sub-cat-name {
    font-size: 11.3vw;
    -webkit-text-stroke: 1px rgb(164 170 182 / 0.4);
    top: -6.5vw !important;
}

.block.related .related-available .product-item-name {
    margin-left: 0;
}

.product-item-name>a:hover {
    text-decoration: none;
}

.custom-related-pro-data.custom-related-categories-markets a.product-item-link {
    width: 80%;
    display: block;
    text-decoration: none;
}

.custom-related-pro-data .owl-carousel.products .owl-item img {
    background-color: #242424;
    transition: all 0.5s ease;
}

.custom-related-pro-data.custom-related-categories-markets.block-margin.block.related {
    margin-bottom: 0;
}

.custom-related-pro-data .products-grid .product-item-info:hover,
.custom-related-pro-data .products-grid .product-item-info.active {
    border: none;
    margin: 0;
    padding: 0;
}

.custom-related-pro-data .owl-carousel.products .owl-item .product-item-info:hover img {
    transform: scale(1.05);
}

.fotorama__fullscreen header {
    display: none;
}


/*-- Product details end ---*/


/* .news-page .banner-text .banner-title {
    width: 75%;
} */


/*--- PDFs start---*/

.lofgallery-category-bannergrid .banner-text .banner-title,
.lofgallery-category-bannercategory .banner-text .banner-title {
    width: 75%;
}

.lofgallery-category-bannergrid a.inner-title.custom-all-banners {
    color: #b01c12;
}

.lofgallery-category-bannergrid .block-cats sup,
.lofgallery-category-bannercategory .block-cats sup {
    color: #A4AAB6;
    font-weight: 600;
}

body .page-main .lof-gallery.container {
    max-width: 74.5%;
}

.lofgallery-toolbar.toolbar-bottom {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 5%;
}

.lof-gallery .custom-post-name {
    margin-top: 20px;
    margin-bottom: 90px;
}

body .column.main .lofgallery .title-meta {
    font-weight: 600;
}

.custom-pdf-all-content::after {
    content: "";
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/footer_bg_img.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.custom-pdf-all-content .block-cats .inner-title {
    font-size: 34px;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1.7;
}

.custom-pdf-all-content {
    background-repeat: no-repeat;
    position: relative;
    /* background-color: #f1f2f4; */
    z-index: 1;
    background-position: 0 250px;
}

.custom-pdf-all-content .home-market-header-title {
    margin-bottom: 23px;
}

.custom-pdf-all-content .lofgallery.default {
    margin-top: 3%;
}

.custom-pdf-all-content .lofgallery.default::before {
    content: "";
    background-color: #f6f7f8;
    position: absolute;
    height: 42%;
    width: 100%;
    top: 40%;
}

.lofgallery-toolbar .pages .item {
    vertical-align: middle;
}


/*--- PDFs end---*/


/*-- Login start --*/

.customer-account-login header.page-header,
.customer-account-create header.page-header,
.account header.page-header,
.customer-account-logoutsuccess header.page-header,
.customer-account-forgotpassword header.page-header,
.htmlsitemap-index-index header.page-header {
    position: unset;
    background-color: #1A1A1A;
}

body.customer-account-login .login-container,
body.customer-account-create .page-title-wrapper,
body.customer-account-forgotpassword .page-title-wrapper,
.htmlsitemap-index-index .page-title-wrapper,
.htmlsitemap-index-index .htmlsitemap-container {
    max-width: 85%;
    padding: 0;
    margin: 0 auto;
}

.block-customer-login a.action.remind {
    color: #1a1a1a;
}

.login-container .action.primary,
.form-create-account .action.primary,
.account .columns .action.primary,
.forget button.action.submit.primary {
    background: #b01c12 !important;
    border: 1px solid #b01c12 !important;
    border-radius: 0 !important;
}

.login-container .block .block-title {
    font-size: 24px;
    font-weight: bold;
    font-family: "neue-haas-grotesk-display" !important;
}

.login-container a.action.create.primary,
.customer-account-create a.action.create.primary {
    border-radius: 0;
}

.block-customer-login input,
.form-create-account input {
    height: 50px;
}

body.customer-account-login .page-title-wrapper,
body.customer-account-create .page-title-wrapper {
    padding-top: 2%;
    max-width: 85%;
    margin: 0 auto;
}

.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.search.advanced,
.form.form-orders-search {
    min-width: auto !important;
    width: 100% !important;
    max-width: 85%;
    margin: 0 auto;
}

.form-create-account .newsletter {
    padding: 0;
    padding-left: 0;
}

.form-create-account .field.custprivacy {
    margin-bottom: 20px;
}

.form-create-account .newsletter input {
    margin-right: 10px;
}

.block-dashboard-info .box-content,
.block-dashboard-addresses .box-content {
    padding: 15px 0;
}

.block-dashboard-info .block-content a,
.block-dashboard-addresses .block-content a,
.block-dashboard-addresses a {
    color: #b01c12;
}

.block-dashboard-info .block-content a:hover,
.block-dashboard-addresses .block-content a:hover,
.block-dashboard-addresses a:hover {
    color: #1a1a1a;
}

body.account .columns {
    max-width: 85%;
    padding: 0;
    margin: 0 auto;
}

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current>strong {
    border-color: #b01c12;
}

.customer-account-create fieldset.fieldset.create.info {
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}

.customer-account-create fieldset.fieldset.create.account {
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
}


/*-- Login end --*/

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none;
}

.htmlsitemap-index-index .sitemap-section li a {
    color: #000;
}


/*-- Account start--*/

.account .page-main input,
.account .page-main select,
.forget input {
    height: 50px;
}

.customer-account-edit .fieldset>.field.choice,
.newsletter-manage-index .fieldset>.field.choice {
    display: flex;
    align-items: center;
}

.customer-account-edit .fieldset>.field.choice .label,
.newsletter-manage-index .fieldset>.field.choice .label {
    padding-left: 10px;
    margin-top: 5px;
}

.create.account input[type="radio"],
.create.account input[type="checkbox"] {
    height: auto !important;
    margin-top: -2px;
}

.block-collapsible-nav .item .delimiter {
    display: none;
}


/*-- Account start--*/

.custom-read-more-products-header {
    color: #b01c12 !important;
}

.catalog-category-view .products-grid .products.list .product-image-custom img {
    background-color: #242424;
    transition: all 0.5s ease;
}

.catalog-category-view .products-grid .products.list .product-image-custom:hover img {
    transform: scale(1.1);
}

.catalog-category-view .products-grid .products.list .product-image-custom {
    overflow: hidden;
}

.catalog-category-view .products-grid .products.list .product-image-wrapper {
    background-color: #242424;
}

body.catalog-category-view .products.products-grid {
    margin: 0;
    padding: 0;
}

.catalog-category-view .products-grid .products.list .custom-sub-cat-name {
    top: -10px;
    overflow: visible;
    padding-left: 0;
}

.catalog-category-view .products-grid .products.list .product-item-info:hover,
.catalog-category-view .products-grid .products.list .product-item-info.active {
    margin: 0;
    padding: 0;
    border: 0;
}

.catalog-category-view .products-grid .products.list a.product-item-link {
    color: #fff !important;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 0;
    width: 80%;
    display: block;
}

.page-products .product-item-info {
    width: auto;
}

.catalog-category-view .products-grid .products.list {
    display: inline-block !important;
    padding-left: 7%;
    padding-right: 12%;
    width: 100%;
}

body.catalog-category-view .products-grid .products.list .product-item {
    margin-left: 0 !important;
    margin-right: 2% !important;
}

.cms-projects .image-gallery-outer {
    background-repeat: no-repeat;
    background-position: top, bottom;
}

.cms-projects header.page-header+.breadcrumbs {
    display: none;
}

.hamburger-product:focus,
.hamburger-product:active {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.category-mobile-type-extinguishers.catalog-category-view .products-grid .products.list {
    width: 100%;
}


/*-- loader css --*/

div#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 9999999999;
}

.loaded div#preloader {
    display: none;
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #b01c12;
    -webkit-animation: spin 1.7s linear infinite;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #b01c12;
    -webkit-animation: spin-reverse .6s linear infinite;
    animation: spin-reverse .6s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


/* 19-August-2021 */

.custom-all-products-data .homepage-product-solution-image {
    visibility: hidden !important;
}

.custom-all-child-content .inner-page-category-second::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgb(0 0 0 / 30%);
}

.custom-all-child-content .inner-page-category-second {
    overflow: hidden;
    position: relative;
}

.catalog-category-view.category-fire-trucks.custom-category-level-3 .custom-container-attributes {
    top: 61.2%;
}

.catalog-category-view.category-fire-trucks.custom-category-level-3 .banner-text .banner-title {
    max-width: 41.438vw;
}

.trucks-slider.category_related_bottom .child-cat-custom-data .inner-page-category-fifth::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.25);
}

.page-header+.breadcrumbs {
    display: none;
}

.training-block-footer .row .col-md-12 {
    padding: 0;
}

.training-block-footer .row {
    margin: 0;
}


/*-- loader css --*/

@media screen and (min-width: 1900px) and (max-width: 1920px) {
    .image-gallery-outer .image-detail.custom-iamge-gallery-page .gallery-item {
        padding: 0px 33px;
    }
    .cms-projects .image-gallery-outer {
        background-position: 0px 250px, 0px bottom;
    }
    .lofgallery-category-bannercategory .banner-text,
    .lofgallery-category-bannergrid .banner-text {
        top: 45%;
    }
    .blog-posts-all ul {
        padding-right: 27vw;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1900px) {
    .blog-posts-all ul {
        padding-right: 27vw;
    }
    .block.newsletter input {
        max-width: 45%;
        height: 2.60vw;
        padding-left: 1.82vw;
        margin-right: 1.56vw;
        font-size: 0.9vw;
    }
    .page-footer .block.newsletter .action.subscribe {
        height: 2.60vw;
        padding: 0;
        font-size: 14px;
        max-width: 10.92vw;
    }
    .custom-commercial-marine-button {
        max-width: 38%;
    }
    .custom-superyacht-supply-button,
    .custom-downladapp-button {
        max-width: 28%;
    }
    .footer-download-app a {
        height: 4.42vw;
        font-size: 1.5vw;
        padding: 0.93vw;
    }
    .commercial-block-footer,
    .site-Information-block-footer {
        padding-left: 2.5%;
    }
    .custom-footer-links p {
        font-size: 14px;
    }
    .footer-title {
        font-size: 13px;
        margin-bottom: 1.35vw;
    }
    .site-Information-block-footer .footer-title {
        margin-top: 1.35vw;
    }
    .footer-office-title,
    .site-Information-block-footer a {
        font-size: 13px;
    }
    .footer-download-app {
        margin-top: 4.68vw;
        margin-bottom: 5vw;
    }
    /*---- Login Page ----*/
    .login-container .login-text-welcome {
        font-size: 1.14vw;
    }
    .login-container .sup-com-text,
    .login-left-blk-custom .login-text-part {
        font-size: 1.77vw;
    }
    /* .login-container .login-left-blk-custom .login-text-info, .login-container .block-customer-login .block-content  {
        padding: 3vw;
    } */
    .login-container .block-customer-login .page-title .base {
        font-size: 1.56vw;
        margin-bottom: 3.28vw;
    }
    .login-container .block-customer-login .page-title {
        margin-bottom: 2.77vw;
        margin-top: 0.00vw;
    }
    /* .login-container .block-customer-login .fieldset>.field>.control input {
        height: 2.08vw;
        font-size: 0.9375vw;
        margin-bottom: 1.15vw;
    } */
    /* .login-container .block-customer-login .fieldset>.field>.label span{
        font-size: 0.9vw;
        line-height: 3.12vw;
    } */
    /* .login-container .block-customer-login .secondary {
        font-size: 0.78vw;
        margin-top: 2.02vw;
    } */
    /* .login-container .block-customer-login .actions-toolbar .primary .action {
        font-size: 0.93vw;
        margin-top: 1.9vw;
        min-width: 9.27vw;
    } */
    /* .login-container .login-left-blk-custom, .login-container .block-customer-login .block-content {
        max-width: 22.39vw;
        min-height: 32.29vw;
    } */
    /* .login-container .block-customer-login .block-content{
        max-width: 23.59vw;
        padding: 4.16vw 3.69vw 1.04vw;
    } */
    .login-container .login-left-blk-custom {
        border-radius: 1.04vw 0 0 1.04vw;
    }
    /* .login-container .block-customer-login .block-content{
        border-radius: 0 1.04vw 1.04vw 0;
    } */
    .login-left-blk-custom .login-text-making-life {
        font-size: 0.83vw;
    }
    .cusotm-footer-flooter-button img {
        width: 5.26vw;
    }
    .custm-login-logo {
        width: 7.76vw;
    }
    .login-container .block-customer-login .fieldset>.field>.label {
        top: -7px;
        left: 0.93vw;
    }
    .login-container .block-customer-login .fieldset>.field>.label span {
        font-size: 0.93vw;
    }
    .custom-add-class-for-commercial .header a.logo {
        max-width: 19.06vw;
    }
    body .header.content {
        padding: 0px 0 0px 1.82vw;
    }
    .block-new-customer p {
        font-size: 16px;
    }
    /*---- Login Page ----*/
    /*--- About section start ---*/
    .custom-about-naffco-right {
        padding-right: 0;
        padding-top: 0vw;
    }
    p {
        font-size: 0.83vw;
    }
    .custom-about-naffco-right .cust-about-us-right {
        margin-right: 5.41vw;
        width: calc(78% - 5.10vw);
    }
    .custom-about-naffco-right .cust-about-us-left {
        padding: 2.96vw;
    }
    .cust-about-keepsafe-right .top-txt {
        font-size: 1.87vw;
        padding-top: 0.52vw;
        padding-bottom: 2.44vw;
    }
    .cust-about-keepsafe-right .top-txt strong {
        font-size: 4.94vw;
    }
    .cust-about-keepsafe-right .bottom-txt {
        font-size: 1.25vw;
        padding: 2.29vw 2.70vw;
    }
    .custom-about-naffco-right .title {
        margin: 1.30vw 0;
    }
    .custom-about-naffco-right .title,
    .custom-about-naffco-right .title strong {
        font-size: 2.39vw;
    }
    .cust-left-data .left-content {
        padding: 5.72vw 5.72vw 2.60vw;
        margin-top: -5.20vw;
    }
    .middle-imgs .title {
        font-size: 1.77vw;
        margin: 1.04vw 0;
    }
    .cust-left-data .left-content p {
        font-size: 1.25vw;
        margin-bottom: 1.04vw;
    }
    .left-content ul li {
        font-size: 0.83vw;
    }
    .cust-right-data .right-content {
        padding: 0 8.22vw;
        padding-right: 4.3vw;
    }
    .cust-right-data .right-img {
        margin: 4.72vw 0;
        padding-right: 5vw;
    }
    .post-title-holder a.post-item-link {
        font-size: 1.25vw;
    }
    .homepage-blog-title,
    .product-solution-title,
    .homepage-blog-title-markets {
        font-size: 2.39vw !important;
    }
    .home-page-blogs {
        padding-top: 10.15vw;
    }
    .customblog-container p {
        font-size: 14px;
    }
    .newsletter {
        padding: 2.08vw 5.20vw;
    }
    .newsletter .short_text h3 {
        font-size: 1.45vw;
    }
    .newsletter .field.newsletter,
    .newsletter .field.firstname {
        max-width: 20.83vw;
        margin-right: 5.20vw;
    }
    .prestigious-project-img .exploremore {
        padding: 1.25vw 3.125vw;
    }
    .prestigious-project-img .exploremore:hover {
        padding-right: 4.42vw;
    }
    .home-page-products-title {
        font-size: 1.25vw !important;
    }
    .home-page-all-products-title span {
        font-size: 12px !important;
    }
    .home-page-all-products-title {
        padding: 1.04vw 1.56vw !important;
    }
    .home-page-product-sol-title-data {
        padding-bottom: 2.81vw !important;
    }
    .home-page-product-solutions {
        padding-bottom: 3.43vw !important;
    }
    .home-page-link-view a {
        font-size: 1.14vw !important;
    }
    .prest-filter-img .prest-title {
        padding: 1.14vw;
    }
    .prest-hover .prest-title {
        font-size: 1.45vw;
        margin-bottom: 10px;
    }
    .prest-desc p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 16px;
    }
    .explore-btn {
        padding: 0px 20px;
        font-size: 14px;
    }
    .prestigious-project-title {
        font-size: 1.875vw;
    }
    .exploremore .exploremoretext a {
        font-size: 16px;
    }
    .homepage-blog-desc-markets {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
    .home-market-slider a:last-child {
        font-size: 1.45vw !important;
        margin-top: 15px !important;
    }
    .home-page-markets {
        padding-top: 3.64vw !important;
        padding-bottom: 3.64vw !important;
    }
    .btn-common,
    .action.primary.btn-common {
        font-size: 1.15vw;
    }
    rs-progress.rs-bottom,
    rs-progress {
        bottom: 5.94vw !important;
    }
    div#sidebar {
        right: calc(-5% - 25px) !important;
    }
    .custom-all-products-data .home-page-all-products-content {
        /*bottom: 5.15vw !important;*/
        width: 100%;
    }
    /* -- blog page start -- */
    body .post-holder {
        padding-right: 20px;
        padding-left: 20px;
    }
    .blog-posts-all ul#blog-tabs {
        padding: 4.68vw 4.68vw 5.72vw;
    }
    .blog-index-index .post-holder:nth-child(2) {
        padding-left: 20px;
    }
    .blog-index-index .post-holder:first-child {
        padding-right: 20px;
    }
    .post-title-holder-post h2 a {
        font-size: 22px;
    }
    /* -- blog page end -- */
    .child-cat-hover-img img {
        width: auto;
        height: 240px;
    }
    /*--- Product and solution start ---*/
    .custom-desc-right-section {
        padding: 0 6.25vw;
    }
    .custom-all-child-content .custom-all-data-0 {
        margin-top: 5.20vw;
        margin-bottom: 5.20vw;
    }
    .inner-page-category-second-name a {
        font-size: 2vw;
    }
    .inner-page-category-second-name {
        bottom: 2.60vw;
        left: 4.16vw;
    }
    .child-cat-custom-data:hover .custom-child-hover-view-all,
    .inner-page-category-image-last:hover .custom-child-hover-view-all {
        bottom: 1.7vw;
        left: 4.16vw;
    }
    .child-cat-custom-data:hover .inner-page-category-second-name,
    .inner-page-category-image-last:hover .inner-page-category-second-name {
        bottom: 3.64vw;
    }
    .custom-all-child-content .custom-all-data-1,
    .custom-all-child-content .custom-all-data-5,
    .custom-all-child-content .custom-all-data-7 {
        margin-bottom: 5.20vw;
    }
    .child-product-url.btn-common {
        margin-top: 2.08vw;
    }
    .child-cat-categorytexts {
        font-size: 14px;
    }
    .child-product-url.btn-common a {
        font-size: 1.14vw;
    }
    .custom-all-child-content .custom-all-data-8 {
        margin-bottom: 4.68vw;
    }
    .product-solution-main-content .product-last-child {
        padding-bottom: 6.25vw;
    }
    /*--- Product and solution end ---*/
    /*--- Project start---*/
    .image-gallery-outer .img-title {
        font-size: 1.77vw !important;
        bottom: 2.03vw !important;
        left: 2.60vw !important;
    }
    .image-gallery-outer .image-detail .gallery-item {
        padding: 0px 1.92vw !important;
        margin-bottom: 3.90vw !important;
    }
    .image-gallery-outer .gallery-desc-box {
        left: 2.60vw !important;
    }
    .image-gallery-outer .img-box-inner:hover .img-title {
        bottom: 3.07vw !important;
    }
    .blog-posts-all ul {
        padding: 4.68vw 4.68vw 5.72vw;
        padding-right: 27vw;
    }
    .image-gallery-outer .image-detail.custom-iamge-gallery-page .gallery-item .img-box-inner a.imagegallery img {
        height: 26vw;
    }
    .custom-iamge-gallery-page .img-box-inner img {
        height: 26vw;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay button {
        height: 4.16vw;
        width: 4.16vw;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay .image-content {
        padding: 2.60vw;
        padding-top: 4.16vw;
    }
    .popup-overlay .title-location .image-title {
        font-size: 1.77vw;
    }
    .popup-overlay .image-description p {
        line-height: 1.5;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay button::before {
        font-size: 1.35vw;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay img {
        min-height: 20vw;
        max-height: 20vw;
    }
    .popup-overlay .date-share {
        margin-bottom: 20px;
    }
    .image-gallery-outer .img-hover-data {
        left: 2.60vw;
    }
    .image-gallery-outer .img-box-inner:hover .img-hover-data {
        bottom: 2vw;
    }
    /*--- Project end---*/
    /*--- Product details start ---*/
    .banner-title {
        font-size: 2.39vw;
    }
    .custom-contact-btn-product {
        padding-bottom: 2.60vw;
        padding-top: 1.04vw;
    }
    .custom-contact-btn-product .custom-contact-btn-product-data {
        min-width: 15.62vw;
        font-size: 1.14vw;
        padding-left: 1.04vw;
    }
    .custom-contact-btn-product .custom-contact-btn-product-data::before {
        right: 1.04vw;
    }
    .product .type {
        padding: 2.08vw 0;
        padding-left: 30px;
    }
    .product.attribute.description ul li,
    .product.attribute.description p {
        font-size: 14px;
    }
    .product-info-main table>tbody>tr>td,
    .product-info-main table>tbody>tr>th {
        border-right: 1px solid #ccc;
        font-size: 12px;
        padding: 5px 10px;
        line-height: 1.2;
    }
    .cms-projects .image-gallery-outer {
        background-position: 0 13vw, 0px bottom;
        background-size: cover;
    }
    .custom-productpage-contact-img .contact-side-image img {
        width: 2.60vw;
    }
    .custom-productpage-contact-img {
        margin-bottom: 10px;
    }
    /*--- Product details end ---*/
    /*--- PDFs start---*/
    .custom-pdf-all-content .block-cats .inner-title {
        font-size: 1.77vw;
    }
    .home-market-header-title span {
        font-size: 12px;
    }
    .home-market-header-title {
        margin-bottom: 1.19vw;
    }
    .lof-gallery .custom-post-name {
        margin-top: 1.04vw;
        margin-bottom: 4.68vw;
    }
    /*--- PDFs end---*/
    .exploremoretext a:after {
        font-size: 14px;
        bottom: 0;
    }
    body.cms-about-us .our-success .box-content {
        height: auto;
    }
    body.cms-about-us .integrated-mngmnt .box-content {
        height: auto;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1700px) {
    .inner-title {
        font-size: 2.3em;
        margin-bottom: 0.7em;
    }
    .box-content p,
    .passion-protect-left p {
        margin-bottom: 1em;
    }
    .custom-desc-right-section {
        padding: 0 80px;
    }
    .custom-all-child-content .custom-all-data-1,
    .custom-all-child-content .custom-all-data-5,
    .custom-all-child-content .custom-all-data-7 {
        margin-bottom: 80px;
    }
    .inner-page-category-second-name a {
        font-size: 26px;
    }
    .child-cat-custom-data:hover .inner-page-category-second-name,
    .inner-page-category-image-last:hover .inner-page-category-second-name {
        bottom: 50px;
    }
    .child-cat-custom-data:hover .custom-child-hover-view-all,
    .inner-page-category-image-last:hover .custom-child-hover-view-all {
        bottom: 25px;
    }
    .home-class-text-data {
        /* background-size: 100% !important; */
        padding: 40px 30px 20px !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
    .custom-blog-list .row,
    .image-detail .row {
        max-width: 100%;
    }
    .menu-open header .block-search input,
    .product-open header .block-search input {
        width: 280px;
    }
    .custom-superyacht-supply-button,
    .custom-downladapp-button {
        width: 30vw;
    }
    .custom-commercial-marine-button {
        width: 37vw;
    }
    .content_slider .inner-banner-content h1 {
        font-size: 2.91vw;
    }
    .content_slider .inner-banner-content p {
        font-size: 1.14vw;
    }
    .support-info .title-info h3 {
        font-size: 1.82vw;
    }
    .support-info .title-info {
        margin-left: 2.39vw;
        width: 100%;
    }
    .custom-tab-magento-homepage .tablink,
    .custom-tab-magento-homepage .tablink a {
        font-size: 1.11vw;
        letter-spacing: 0.16vw;
    }
    .product-item-info a.product-item-link {
        font-size: 1.25vw;
    }
    .product-item-info .product-item-description {
        font-size: 1.04vw;
    }
    .custom-product-info-grid .custom-price-info-grid {
        width: 22%;
    }
    .product-item .price-box .price,
    .custom-product-info-grid .custom-price-info-grid span.old-price span.price {
        font-size: 0.9vw;
    }
    .tocart.primary {
        font-size: 0.97vw;
    }
    .tocart span {
        padding: 0 5px !important;
    }
    .homepage-see-more-link a,
    .see-more-custom a {
        font-size: 1.04vw;
    }
    .homepage-see-more-link,
    .see-more-custom {
        line-height: 3.12vw;
    }
    .custom-homepage-conatc-email-request .custom-contact-us,
    .custom-homepage-conatc-email-request .custom-email-us,
    .custom-homepage-conatc-email-request .custom-requst {
        font-size: 1.51vw;
        line-height: 2.60vw;
    }
    .home-custom-contact-teaspoon.text-center {
        font-size: 1.66vw;
        line-height: 3.33vw;
        max-width: 49.47vw;
    }
    .homepage-brand-section .brand-title {
        font-size: 1.56vw;
        max-width: 38.85vw;
    }
    .block .title strong {
        font-size: 1.25vw;
    }
    .page-footer .block.newsletter .title {
        font-size: 0.83vw;
    }
    .block.newsletter input {
        padding-left: 1.82vw;
        margin-right: 1.56vw;
    }
    .minicart-wrapper .action.showcart .counter.qty {
        top: 0px;
    }
    .custom-footer-links p {
        font-size: 12px;
    }
    .superyacht-block-footer .col-md-6 {
        padding-right: 5px;
    }
    .prestigious-project-img-2 {
        padding-top: 5%;
    }
    .home-class-text-data {
        /* background-size: 100% !important; */
        padding: 20px 30px 20px !important;
    }
    .custom-pdf-all-content .lofgallery.default::before {
        background-color: transparent;
    }
    .custom-pdf-all-content {
        background-position: 0 190px;
    }
    /*-- Footer ---*/
    .page-footer .footer.content {
        max-width: 85%;
        padding: 0;
    }
    .footer-bottom-inner {
        max-width: calc(85% + 30px);
    }
    .footer-links-right-block {
        width: 78%;
    }
    .about-nafco-block-footer {
        width: 22%;
        padding-right: 0;
    }
    /*-- Footer ---*/
    .newsletter .btn-common,
    .newsletter .action.primary.btn-common {
        white-space: nowrap;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .modal-popup._inner-scroll .modal-inner-wrap {
        width: 70%;
    }
    .custom-form-contact-popup input {
        height: 30px;
    }
    .custom-advertice-download-app {
        width: calc(100% - 200px);
    }
    .custom-header-panel-phone a {
        margin-right: 10px;
        font-size: 12px;
        letter-spacing: 0;
    }
    .header .minicart-wrapper .action.showcart {
        padding: 5px;
        width: 60px;
        height: 60px;
    }
    .custom-advertice-download-app a.advertice-here {
        font-size: 12px;
        margin-right: 15px;
    }
    .custom-advertice-download-app a.download-app {
        height: 36px;
        padding: 0 15px;
        line-height: 35px;
        font-size: 12px;
        min-width: 145px;
    }
    .custom-slider .owl-carousel .banner-item .content_slider {
        top: 50%;
        width: calc(100% - 120px);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }
    .minicart-wrapper .action.showcart:before {
        font-size: 0px;
    }
    body .header.content {
        padding: 0px 0 0px 20px;
        padding-right: 12px;
    }
    .content_slider .inner-banner-content {
        padding-left: 0;
    }
    .content_slider .inner-banner-content p {
        font-size: 18px;
        margin-bottom: 0;
    }
    .owl-carousel .banner-item .content_slider {
        top: 15%;
    }
    .content_slider .inner-banner-content h1 {
        font-size: 24px;
        margin: 0 auto;
    }
    .content_slider .inner-banner-content a {
        font-size: 13px;
        line-height: 36px;
        margin-top: 10px;
    }
    body.cms-home.page-layout-1column .block.widget .products-grid .product-item {
        width: calc((100% - 0%)/3);
    }
    .custom-slider::after {
        height: 55px;
    }
    .custom-home-page-banners-blk,
    .custom-home-page-banners-blk+.row {
        padding: 20px 3px !important;
    }
    .support-info .title-info h3,
    .support-info:hover .title-info h4 a {
        font-size: 20px;
    }
    .support-info .title-info {
        margin-left: 15px;
    }
    .support-info .title-img img {
        max-width: 90px;
    }
    .homepage-see-more-link a,
    .see-more-custom a {
        font-size: 16px;
    }
    .homepage-see-more-link,
    .see-more-custom {
        max-width: 150px;
        line-height: 45px;
        margin-bottom: 5%;
    }
    .custom-tab-magento-homepage .tablink.active,
    .custom-tab-magento-homepage .tablink.active a {
        height: 50px;
    }
    .custom-tab-magento-homepage .tablink,
    .custom-tab-magento-homepage .tablink a {
        font-size: 14px;
        letter-spacing: 0;
    }
    body.cms-home .page-main .products-grid .product-item:nth-child(3n) {
        border-right: 1px solid #818181;
        margin-top: 1px;
    }
    body.cms-home .page-main .products-grid .product-item:nth-child(4n) {
        border-right: none;
    }
    .custom-homepage-conatc-email-request .custom-contact-us,
    .custom-homepage-conatc-email-request .custom-email-us,
    .custom-homepage-conatc-email-request .custom-requst {
        font-size: 18px;
        line-height: normal;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .homepage-brand-section .brand-title {
        font-size: 24px;
        margin-bottom: 3%;
        margin-top: 3%;
    }
    .home-custom-contact-teaspoon.text-center {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 5.8%;
        margin-top: 5.3%;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 3%;
        margin-top: 3%;
    }
    .block.newsletter input {
        padding-left: 20px;
        border: none;
        height: 50px;
        max-width: 44%;
        margin-right: 20px;
        font-size: 14px;
    }
    .page-footer .block.newsletter .title {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .block .title strong {
        font-size: 18px;
        margin-right: 20px;
    }
    .page-footer .block.newsletter .action.subscribe {
        height: 50px;
        font-size: 16px;
    }
    .page-footer .footer.content .block.block-content {
        margin-top: 20px;
    }
    .page-footer .block-search input {
        font-size: 18px;
        height: 50px;
    }
    .custom-downladapp-button,
    .custom-superyacht-supply-button {
        width: 30%;
        padding: 0 10px;
    }
    .custom-commercial-marine-button {
        width: 40%;
        margin: 0;
        padding: 0 10px;
    }
    .footer-download-app {
        margin-top: 5%;
        margin-bottom: 5%;
        padding: 0 15px;
    }
    .cms-index-index .custom-slider {
        padding-bottom: 0;
    }
    .cusotm-footer-flooter-button {
        position: static;
        margin-top: 20px;
    }
    .cusotm-footer-flooter-button img {
        width: 5.26vw;
    }
    .commercial-block-footer,
    .site-Information-block-footer {
        padding-left: 15px;
    }
    .minicart-wrapper .action.showcart .counter.qty {
        top: 0;
    }
    .header ul.header.links li a::before {
        height: 25px;
        width: 18px;
        margin-bottom: 0;
    }
    .minicart-wrapper .action.showcart .counter-number {
        margin-left: 7px;
    }
    .support-info:hover .hover-details {
        padding: 25px;
    }
    .support-info .hover-details .title-info {
        font-size: 20px;
        padding-bottom: 2%;
        margin-bottom: 1%;
    }
    .support-info .hover-details table>tbody>tr>td {
        font-size: 12px;
    }
    .custom-view-more-grid a {
        font-size: 8px;
    }
    body .header.content {
        padding-right: 9px;
    }
    ul#cust-slider-offers {
        padding: 0;
    }
    body.cms-home .page-main .products-grid #cust-slider-offers .product-item:nth-child(3n) {
        border-right: 1px solid #818181;
    }
    body.cms-home .page-main .products-grid #cust-slider-offers .product-item:last-child {
        border-right: 1px solid #818181;
    }
    body.cms-home.page-layout-1column .products-grid #cust-slider-offers .product-item {
        margin-left: 0px;
        width: calc((100% - 0%)/3);
    }
    .breadcrumbs .item:not(:last-child):after {
        font-size: 12px;
        line-height: 20px;
    }
    .page-main .custom-slider {
        padding-bottom: 0;
    }
    .header.content .block-search .action.search {
        height: 36px;
        width: 36px;
    }
    /*-- Product solution start--*/
    .custom-all-child-content .custom-all-data-0 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .custom-desc-right-section {
        padding: 0 40px;
    }
    .custom-all-child-content .custom-all-data-1,
    .custom-all-child-content .custom-all-data-5,
    .custom-all-child-content .custom-all-data-7 {
        margin-bottom: 50px;
    }
    .custom-all-child-content .custom-all-data-8 {
        margin-bottom: 0;
    }
    body .page-main .container.custom-all-child-content,
    .inner-page-category-image-last .container {
        padding: 0 15px;
    }
    .inner-page-category-image {
        width: 50%;
    }
    .inner-page-category-second-name a {
        font-size: 16px;
        line-height: 1.2;
    }
    .inner-page-category-second-name {
        bottom: 30px;
        left: 40px;
    }
    .child-cat-categorytexts {
        font-size: 14px;
    }
    .child-product-url.btn-common {
        margin-top: 20px;
    }
    .child-product-url.btn-common a {
        font-size: 14px;
    }
    .inner-page-category-second-name {
        width: 60%;
        line-height: 1.2;
    }
    .child-cat-custom-data:hover .custom-child-hover-view-all,
    .inner-page-category-image-last:hover .custom-child-hover-view-all {
        bottom: 20px;
    }
    .child-cat-custom-data:hover .inner-page-category-second-name,
    .inner-page-category-image-last:hover .inner-page-category-second-name {
        bottom: 50px;
    }
    .product-solution-main-content .product-last-child {
        padding-bottom: 50px;
    }
    .child-cat-hover-img img {
        width: 35%;
    }
    .custom-child-hover-view-all {
        left: 40px;
    }
    .custom-all-data-5 .child-cat-hover-img img {
        width: 51%;
    }
    /*-- Product solution end--*/
    .blog-posts-all ul {
        padding: 40px 40px 50px;
    }
    /*--- Product details start---*/
    .banner-title {
        font-size: 24px;
    }
    .product-info-main .product.attribute.overview {
        margin: 10px 0;
    }
    .custom-contact-btn-product .custom-contact-btn-product-data {
        min-width: 230px;
        font-size: 16px;
    }
    .custom-contact-btn-product {
        padding-bottom: 20px;
        padding-top: 10px;
    }
    .product .type {
        padding: 20px 0;
        font-size: 14px;
        padding-left: 30px;
    }
    .product.attribute.description ul li {
        font-size: 13px;
        line-height: 1.5;
    }
    .page-layout-1column .product-info-main {
        padding-right: 6%;
    }
    .product-info-main table>tbody>tr>td,
    .product-info-main table>tbody>tr>th {
        font-size: 12px;
        padding: 7px 7px;
        line-height: 1.2;
    }
    .custom-contact-us-productpage input,
    .custom-contact-us-productpage select {
        font-size: 14px;
        height: 45px !important;
    }
    .custom-contact-us-productpage textarea {
        font-size: 14px;
    }
    .custom-related-categories-markets a.product-item-link {
        font-size: 14px;
    }
    .custom-related-pro-data.custom-related-categories-markets a.product-item-link {
        width: 95%;
    }
    .products-related .owl-controls .owl-prev {
        left: -90px !important;
        width: 50px !important;
    }
    .products-related .owl-controls .owl-next {
        right: -90px !important;
        width: 50px !important;
    }
    .products.wrapper.grid.products-grid.products-related .products.list {
        background-color: #1a1a1a;
        margin-bottom: 0;
    }
    .custom-related-pro-data .products.products-grid {
        margin-bottom: 0;
    }
    /*--- Product details end---*/
    .image-gallery-outer {
        background-position: 0 150px;
    }
    .catalog-product-view .custom-related-categories-markets.block-margin.block.related {
        padding-top: 50px;
    }
    .custom-pdf-all-content {
        background-size: cover;
    }
    .custom-pdf-all-content {
        background-position: 0 120px;
    }
    .custom-pdf-all-content .lofgallery.default::before {
        display: none;
    }
    body .column.main .custom-pdf-all-content .title-meta {
        font-size: 16px;
    }
    .lofgallery-toolbar.toolbar-bottom {
        padding-top: 1%;
    }
    .lofgallery-toolbar .pages .item {
        vertical-align: middle;
    }
    .custom-sub-cat-name {
        -webkit-text-stroke: 2px rgb(164 170 182 / 0.3) !important;
    }
    .cms-menu ul {
        max-width: 86.6%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cms-menu li {
        padding-bottom: 3.2vw;
    }
    /*=-=-=-=-=-=-=--=--=-Login  page -=-=-=-=-=-=-=-*/
    .login-container {
        position: relative;
        display: block;
    }
    .login-container .block-customer-login .block-content {
        width: 90%;
        top: 0;
        transform: translateY(0);
        margin: 0 auto;
        border-radius: 0 0 20px 20px;
        min-height: auto;
        max-width: 600px;
    }
    .login-container .block.block-customer-login {
        margin-left: 0;
        width: 100%;
    }
    .login-container .block.block-customer-login-banner {
        width: 100%;
    }
    .login-container .login-left-blk-custom {
        width: 90%;
        float: none;
        transform: translateY(0);
        margin: 0 auto;
        border-radius: 20px 20px 0 0;
        max-width: 600px;
    }
    .login-left-blk-custom img {
        width: 100%;
    }
    .header a.logo img {
        max-width: 200px;
    }
    .login-container .block-customer-login .fieldset>.field>.control input {
        height: 40px;
        font-size: 18px;
        padding-left: 130px;
    }
    .login-container .block-customer-login .fieldset>.field>.control input#email {
        padding-left: 100px;
    }
    .login-left-blk-custom .login-text-making-life {
        position: static;
        margin-top: 30%;
    }
    /*=-=-=-=-=-=-=--=--=-Login  page -=-=-=-=-=-=-=-*/
    .footer-download-app a {
        height: 50px;
        font-size: 16px;
        padding: 11px 18.5px;
    }
    .site-Information-block-footer {
        width: calc(25% - 4px);
        padding-left: 15px;
    }
    .commercial-block-footer {
        width: calc(40% - 4px);
        padding-left: 15px;
    }
    .superyacht-block-footer {
        width: calc(35% - 4px);
    }
    .footer-botoom {
        padding: 0 10px;
        margin-top: -1px;
    }
    .custom-copyright-text {
        display: flex;
        display: inline-block;
        width: 100%;
        padding-right: 0px;
        text-align: center;
    }
    .custom-copyright-text p {
        display: inline-block;
    }
    .custom-copyright-text a {
        display: inline-block;
    }
    .copyright {
        display: inline-block;
    }
    .custom-copyright-link {
        display: inline-block;
        width: calc(50% - 4px);
    }
    .footer-bottom-inner {
        padding-top: 15px;
        padding-bottom: 13px;
    }
    .footer-bottom-inner .row {
        margin: 0 auto;
    }
    .support-info:hover .hover-details {
        padding: 10px;
    }
    .support-info .hover-details .title-info {
        font-size: 20px;
        padding-bottom: 3%;
        margin-bottom: 1%;
    }
    .support-info .hover-details table>tbody>tr>td {
        padding-bottom: 0;
    }
    .support-info .hover-details table>tbody>tr>td {
        font-size: 12px;
    }
    .support-info:hover .title-info h4 a {
        font-size: 20px;
    }
    body .page-main #amasty-shopby-product-list .products-grid .product-item:nth-child(2n) {
        border-right: 1px solid #818181;
    }
    body .page-main #amasty-shopby-product-list .products-grid .product-item:nth-child(6n) {
        border-right: 1px solid #818181;
    }
    .toolbar select.limiter-options {
        min-width: 70px;
    }
    .cusotm-footer-flooter-button {
        position: absolute;
        margin-top: 20px;
        right: 0;
        bottom: -322px;
        top: auto;
    }
    .support-info .hover-details ul>li>a {
        padding-bottom: 0;
        font-size: 12px;
    }
    .support-info .hover-details ul>li {
        margin-bottom: 0;
        line-height: 16px;
    }
    body.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .tocart {
        padding: 7px 14px;
    }
    .wishlist-index-index .tocart span {
        font-size: 10px;
    }
    .wishlist .box-tocart .fieldset .qty .control {
        padding: 5px 6px;
    }
    .box-tocart .fieldset .qty .control input {
        font-size: 16px;
    }
    .cusotm-footer-flooter-button img {
        width: 70px;
    }
    .custom-add-class-for-commercial .header a.logo {
        max-width: 200px;
    }
    .header.content .block-search input {
        height: 36px;
        font-size: 16px;
    }
    /* .cms-menu li {
        padding: 35px;
    } */
    .cms-menu ul li a {
        font-size: 26px;
    }
    /*--- About us section start ---*/
    .custom-about-naffco-right {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 0px;
    }
    .custom-about-naffco-right .title,
    .custom-about-naffco-right .title strong {
        font-size: 30px;
    }
    .custom-about-naffco-right .cust-about-us-right {
        margin-right: 0;
        width: 100%;
    }
    .custom-about-keepsafe-left {
        margin-top: 30px;
    }
    .custom-about-naffco-right .cust-about-us-left {
        width: 100%;
        margin-top: 30px;
        min-height: 125px;
        padding: 30px;
    }
    .cust-about-keepsafe-right {
        width: 100%;
    }
    .cust-about-keepsafe-right .bottom-txt {
        text-align: center;
    }
    .custom-about-keepsafe-left .cust-about-us-left {
        width: 100%;
    }
    .custom-about-keepsafe-left .cust-about-us-left img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }
    .middle-imgs {
        display: block;
    }
    .custom-left-content-data.cust-left-data {
        width: 100%;
    }
    .cust-left-data .left-content {
        padding: 70px 60px 50px;
        margin-left: 50px;
        /* transform: translateY(-60px);
        -webkit-transform: translateY(-60px); */
        margin-top: -60px;
    }
    .cust-left-data .left-img {
        width: 93%;
    }
    .custom-left-content-data.cust-right-data {
        width: 100%;
    }
    .cust-right-data .right-img {
        width: 87%;
        margin: 30px auto;
        margin-top: 0;
    }
    .cust-right-data .right-content .content {
        padding-right: 0%;
    }
    .cust-right-data .right-content {
        padding: 0 50px;
    }
    .cust-about-keepsafe-right .top-txt strong {
        font-size: 75px;
    }
    .middle-imgs .title {
        font-size: 24px;
    }
    .cust-left-data .left-content p {
        font-size: 20px;
    }
    /*--- About us section end ---*/
    /*--- Newsletter section start ---*/
    .newsletter {
        padding: 20px 30px;
    }
    .newsletter .short_text {
        margin-right: 20px;
    }
    .newsletter .short_text h3 {
        font-size: 14px;
    }
    .newsletter .field.newsletter,
    .newsletter .field.firstname {
        width: 35%;
        margin-right: 20px;
    }
    .newsletter .field.custprivacy {
        margin-top: 10px;
    }
    .newsletter .action.primary {
        font-size: 14px !important;
    }
    .custprivacy label {
        font-size: 12px;
    }
    /*--- Newsletter section start ---*/
    .home-page-blogs {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
        margin-top: 0;
        margin-bottom: 7.5%;
    }
    .homepage-blog-title {
        font-size: 22px;
        margin-top: 10px;
    }
    .btn-common,
    .action.primary.btn-common {
        font-size: 18px;
    }
    #customblog li a.inactive,
    #customblog li a {
        padding: 5px 15px;
        font-size: 16px;
    }
    .home-page-blogs .custom-all-blogs {
        max-width: none;
        width: 50%;
        height: 55px;
        padding: 5px 10px;
    }
    .home-page-blogs::before {
        height: 40%;
    }
    .post-title-holder a.post-item-link {
        font-size: 16px;
        width: 100%;
    }
    .blog-home-page-content .post-title-holder {
        padding: 10px 0;
    }
    .passion-protect .passion-protect-right {
        position: static !important;
    }
    body .page-main .container.custom-all-child-content,
    .inner-page-category-image-last .container,
    body .product-last-child .container {
        max-width: 100%;
        padding: 0 15px;
    }
    /*-- Projects start---*/
    .image-gallery-outer .image-detail .gallery-item {
        padding: 0px 15px !important;
        margin-bottom: 30px !important;
    }
    .image-gallery-outer .img-title {
        font-size: 14px !important;
    }
    .image-gallery-outer .img-hover-data .custom-view-all-btn {
        font-size: 12px;
    }
    .image-gallery-outer .img-hover-data {
        left: 20px;
    }
    .custom-iamge-gallery-page .img-box-inner img {
        height: 300px;
        object-fit: cover;
    }
    #masonry-loop-static-data {
        margin-top: 15px;
    }
    #masonry-loop-static-data {
        margin-top: 2.86vw;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay button {
        height: 50px;
        width: 50px;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay button::before {
        font-size: 18px;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay img {
        min-height: 250px;
        max-height: 250px;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay .image-content {
        padding: 30px;
        padding-top: 50px;
    }
    .popup-overlay .title-location {
        margin-bottom: 10px;
    }
    .popup-overlay .title-location .image-title {
        font-size: 24px;
    }
    .popup-overlay .image-description p {
        font-size: 12px;
    }
    .popup-overlay .date-share {
        margin-bottom: 20px;
    }
    /*-- Projects end---*/
    .lof-gallery.container .gallery_content .col-sm-6 {
        width: calc(50% - 4px);
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .custom-pdf-all-content .block-cats .inner-title {
        font-size: 20px;
    }
    .lof-gallery .custom-post-name {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .custom-pdf-all-content {
        background-size: cover;
    }
    .custom-links-social {
        text-align: center;
    }
    .custom-copyright-link {
        width: 100%;
    }
    p.footer-address {
        margin: 20px 0px 20px;
    }
    footer.page-footer {
        padding-top: 30px;
    }
    .training-block-footer.col-md-3,
    body .solution-project-footer-block,
    .turck-vehicles-block-footer.col-md-3,
    body .explore-footer-block {
        width: calc(50% - 4px);
        display: inline-block;
        vertical-align: top;
        padding-left: 0;
        margin-top: 30px;
    }
    .footer-bottom-inner {
        max-width: 95%;
    }
    .login-container .block-customer-login .block-content {
        width: 100%;
        max-width: none;
    }
    .login-container .fieldset>.field>.control {
        width: 100%;
    }
    .login-container .block.block-new-customer {
        width: 100%;
    }
    /*-- Product details start---*/
    .custom-contact-us-productpage .name,
    .custom-contact-us-productpage .lastname,
    .custom-contact-us-productpage .comment {
        padding: 0;
    }
    .custom-contact-us-productpage .field {
        padding: 0;
    }
    .custom-contact-us-productpage .actions-toolbar {
        margin-top: 0;
        float: left;
    }
    .custom-contact-us-productpage .company,
    .custom-contact-us-productpage .inquiry {
        padding: 0;
    }
    .page-layout-1column .custom-container-media {
        width: 100% !important;
    }
    .page-layout-1column .product-info-main {
        width: 100% !important;
    }
    .custom-container-media.fixed {
        position: static;
    }
    .custom-productpage-contact-img .contact-side-image img {
        height: 29px;
    }
    .custom-footer-two {
        display: block !important;
    }
    .turck-vehicles-block-footer,
    .training-block-footer {
        padding-right: 15px;
    }
    .custom-footer-two .col-md-3:before {
        display: none;
    }
    .custom-footer-two .col-md-3 {
        margin-bottom: 20px;
        padding-top: 20px;
    }
    /*-- Product details end---*/
    .custom-whats-app-block {
        right: 30px !important;
    }
    .custom-whatApp,
    .custom-assist {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }
    .custom-whats-app-block .fab,
    .custom-whats-app-block .far {
        font-size: 20px !important;
    }
    .mobile-view.footr-cont-img-mob {
        display: none;
    }
    .catalog-category-view .products-grid .products.list .product-item {
        width: calc((100% - 4%) / 2);
    }
    .catalog-category-view .products-grid .products.list {
        padding-left: 5%;
        padding-right: 5%;
    }
    .cms-products-solutions .product-solution-cat-image {
        margin-top: 50px;
    }
    rs-progress.rs-bottom,
    rs-progress {
        top: auto !important;
        bottom: 50px !important;
        height: 5px;
    }
    body.cms-about-us .nafco-block-right {
        width: 50% !important;
    }
    body.cms-about-us .row.nafco-block-left {
        width: 50% !important;
    }
    body.cms-about-us .nafco-block-right p {
        padding-left: 0 !important;
    }
    body.cms-about-us .nafco-block .custom-sub-cat-name {
        top: 6% !important;
        font-weight: 900 !important;
        letter-spacing: 49px !important;
        line-height: 1.3 !important;
        font-size: 13vw !important;
    }
    rs-slides i.fa.fa-angle-right {
        width: 20px;
        height: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .mobile-hospital-sec {
        padding-bottom: 200px;
    }
    .trucks-slider.category_related_bottom img {
        height: 300px;
    }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    .home-market-slider a:last-child {
        font-size: 1.1em;
        max-width: 100%;
    }
    .footer-links-right-block a {
        font-size: 12px;
        line-height: 1.7;
    }
    .blog-posts-all .inner-title {
        font-size: 1.8em;
    }
    .custom-blog-list .row,
    .image-detail .row {
        max-width: 100%;
    }
    /*--- About us section start ---*/
    .custom-about-naffco-right {
        padding-left: 30px;
        padding-top: 0px;
    }
    .custom-about-naffco-right .title,
    .custom-about-naffco-right .title strong {
        font-size: 30px;
    }
    .custom-about-naffco-right .title {
        margin: 10px 0;
    }
    p {
        font-size: 13px;
        line-height: 1.5;
    }
    .custom-about-naffco-right .cust-about-us-right {
        margin-right: 89px;
    }
    .custom-about-naffco-right .cust-about-us-right {
        margin-right: 25px;
        width: calc(78% - 22px);
    }
    .cust-about-keepsafe-right .top-txt {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 18px;
    }
    .cust-about-keepsafe-right .top-txt strong {
        font-size: 56px;
    }
    .cust-about-keepsafe-right .bottom-txt {
        font-size: 15px;
        padding: 16px 22px;
    }
    .home-page-blogs .post-header img {
        height: 272px;
    }
    .custom-about-naffco-right .cust-about-us-left {
        padding: 29px;
        margin-top: 26px;
        min-height: 102px;
    }
    .cust-about-us-right p {
        font-size: 12px;
        line-height: 1.5;
    }
    .cust-left-data .left-img {
        width: 100%;
    }
    .cust-left-data .left-img img {
        width: 100%;
    }
    .cust-left-data .left-content {
        padding: 50px 30px 30px;
        margin-left: 30px;
        /* transform: translateY(-30px);
        -webkit-transform: translateY(-30px); */
        margin-top: -30px;
    }
    .middle-imgs .title {
        font-size: 24px;
        margin: 10px 0;
    }
    .cust-right-data .right-img {
        margin: 70px 0;
    }
    .cust-right-data .right-content {
        padding: 0 50px;
    }
    .left-content ul li {
        font-size: 12px;
    }
    .cust-left-data .left-content p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    /*--- About us section end ---*/
    /*--- Newsletter section start ---*/
    .newsletter {
        padding: 20px 30px;
    }
    .newsletter .short_text h3 {
        font-size: 18px;
    }
    .newsletter .short_text {
        margin-right: 20px;
    }
    .newsletter .field.newsletter,
    .newsletter .field.firstname {
        width: 36%;
        margin-right: 30px;
    }
    .action.primary {
        font-size: 14px !important;
    }
    .custprivacy label {
        font-size: 14px;
    }
    .newsletter .field.custprivacy {
        margin-top: 10px;
    }
    /*--- Newsletter section end ---*/
    .custom-training-section li {
        padding-right: 5px;
    }
    .footer-download-app a {
        height: 60px;
        font-size: 20px;
        padding: 13px 18.5px;
    }
    .footer-title {
        margin-bottom: 15px;
    }
    .custom-footer-links p a {
        word-break: break-all;
    }
    .custom-footer-links p {
        font-size: 12px;
    }
    .site-Information-block-footer a,
    .footer-office-title {
        font-size: 12px;
    }
    .footer-botoom {
        padding: 0 20px;
    }
    .footer-bottom-inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer-title {
        font-size: 14px;
        color: #E7161C;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .custom-training.custom-all-tarining-data li a {
        font-size: 12px;
    }
    .footer-links-right-block a {
        color: #fff;
    }
    body.cms-home .page-main .products-grid .product-item:nth-child(3n) {
        margin-top: 0px;
    }
    .cusotm-footer-flooter-button {
        width: 100%;
        text-align: right;
        padding-right: 0;
    }
    .cms-menu li {
        padding: 34px;
    }
    .cms-menu ul li a {
        font-size: 30px;
    }
    .cust-naffco-number strong {
        font-size: 26px;
        line-height: 40px;
    }
    .custom-footer-two .col-md-3 {
        padding-top: 20px;
    }
    .custom-nafco-number-normal a {
        letter-spacing: 6px;
    }
    .cust-email-footer a {
        font-size: 14px;
    }
    .prest-filter-img .prest-title {
        padding: 10px;
        font-size: 14px;
    }
    .prest-filter-img:hover .prest-title {
        padding: 0;
    }
    .prestigious-project-img .exploremore {
        padding: 10px 20px;
    }
    .prestigious-project {
        padding-top: 11%;
    }
    .prestigious-project-title {
        font-size: 30px;
    }
    body .page-main .container.custom-all-child-content,
    .inner-page-category-image-last .container {
        padding: 0;
    }
    /* home page */
    .cust-right-data .right-img {
        margin: 40px 0;
    }
    .home-page-blogs {
        padding-top: 120px;
    }
    body .page-main .container,
    body .page-main {
        max-width: 86.6%;
    }
    .homepage-blog-title {
        font-size: 30px;
        width: 25%;
    }
    .home-page-blogs .custom-all-blogs {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 445px;
    }
    .home-page-blog-title-data {
        padding-bottom: 0;
    }
    .home-page-blogs .container {
        position: relative;
    }
    body .product-solution-title,
    body .homepage-blog-title-markets {
        font-size: 30px;
    }
    /*-- Projects start---*/
    .image-gallery-outer .image-detail .gallery-item {
        padding: 0px 15px !important;
        margin-bottom: 30px !important;
    }
    .image-gallery-outer .img-title {
        font-size: 20px !important;
    }
    .image-gallery-outer .img-hover-data {
        left: 20px;
    }
    .custom-iamge-gallery-page .img-box-inner img {
        height: 300px;
        object-fit: cover;
    }
    #masonry-loop-static-data {
        margin-top: 15px;
    }
    #masonry-loop-static-data {
        margin-top: 2.86vw;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay button {
        height: 50px;
        width: 50px;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay button::before {
        font-size: 18px;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay img {
        min-height: 250px;
        max-height: 250px;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay .image-content {
        padding: 30px;
        padding-top: 50px;
    }
    .popup-overlay .title-location {
        margin-bottom: 10px;
    }
    .popup-overlay .title-location .image-title {
        font-size: 24px;
    }
    .popup-overlay .image-description p {
        font-size: 12px;
    }
    .popup-overlay .date-share {
        margin-bottom: 20px;
    }
    .page-layout-1column .product-info-main {
        max-height: 647px;
        overflow: auto;
    }
    .custom-container-media.fixed {
        position: static;
    }
    body .footer-title {
        font-size: 16px;
    }
    .custom-whats-app-block {
        right: 15px !important;
        bottom: 150px !important;
    }
    .custom-whats-app-block .fab,
    .custom-whats-app-block .far {
        font-size: 20px !important;
    }
    .custom-whatApp {
        margin-bottom: 10px !important;
    }
    .custom-whatApp,
    .custom-assist {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
    .custom-productpage-contact-img .contact-side-image img {
        height: 29px;
    }
    body .page-main .custom-contact-us-productpage.container {
        padding-bottom: 2%;
    }
    /*-- Projects end---*/
    .custom-pdf-all-content .block-cats .inner-title {
        font-size: 24px;
    }
    .lof-gallery .custom-post-name {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    body .column.main .title-meta,
    .news-view-index .title-meta p {
        font-size: 18px;
    }
    .footer-bottom-inner {
        max-width: 100%;
    }
    .header.content .block-search input {
        padding-left: 20px;
    }
    /*--- Home page start ---*/
    .custom-about-naffco-right .cust-about-us-left {
        width: 27.3%;
    }
    .cust-left-data .left-img {
        margin-left: -16%;
    }
    .post-title-holder a.post-item-link {
        font-size: 18px;
        width: 90%;
    }
    .customblog-container p {
        font-size: 14px;
        height: auto;
    }
    .custom-about-keepsafe-left .cust-about-us-left {
        width: calc(54.9% + 15.4%);
        margin-right: -15.4%;
    }
    .prestigious-project-img .exploremore:hover {
        padding-right: 40px;
    }
    .home-market-slider a:last-child {
        font-size: 18px;
        line-height: 1.5;
    }
    .homepage-blog-desc-markets {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    /*--- Home page end ---*/
    .catalog-category-view .products-grid .products.list .product-item {
        width: calc((100% - 4%) / 2);
    }
    .catalog-category-view .products-grid .products.list {
        padding-left: 5%;
        padding-right: 5%;
    }
    .catalog-category-view .products-grid .products.list a.product-item-link {
        font-size: 16px;
        width: 95%;
    }
    .catalog-category-view .products-grid .products.list .custom-sub-cat-name {
        font-size: 13.625vw;
    }
    .menu-open header .block-search input,
    .product-open header .block-search input {
        width: 300px;
    }
    .page-header .header.content .logo {
        width: 25%;
    }
    body.cms-about-us .column.main .title-meta,
    body.cms-about-us .column.main p.title-meta {
        font-size: 16px;
        line-height: 1.3;
    }
    .our-success .box-content p,
    .integrated-mngmnt .box-content p {
        font-size: 14px;
    }
    body .our-success {
        padding-bottom: 9.25vw;
    }
    body.cms-about-us .nafco-block .custom-sub-cat-name {
        font-size: 16vw !important;
    }
    .home-page-product-solutions .desktop-view .owl-nav {
        top: -90px !important;
    }
    .catalog-category-view .products-grid .products.list a.product-item-link {
        font-size: 16px;
        width: 95%;
    }
    .category-fire-trucks.catalog-category-view .custom-sub-cat-name {
        padding-left: 0;
        z-index: 9;
        font-size: 11vw;
        top: 0;
        transform: translatey( -55%);
        line-height: normal;
    }
    .trucks-slider.category_related_bottom img {
        height: 300px;
    }
}


/*=-=-=-=-=-=-=--=--=-Header section -=-=-=-=-=-=-=-*/

@media screen and (max-width: 991px) {
    .customer-account-login header.page-header,
    .customer-account-create header.page-header,
    .account header.page-header,
    .customer-account-logoutsuccess header.page-header,
    .customer-account-forgotpassword header.page-header {
        position: fixed;
    }
    .page-header .header.content.sticky {
        background-color: #1a1a1a;
    }
    header.page-header {
        position: fixed;
        width: 100%;
        z-index: 9999;
        border-bottom: none;
        top: 0;
        left: 0;
    }
    body.product-open {
        overflow: hidden;
    }
    /* body.catalog-category-view .sidebar>.o-list {
        position: static;
        transform: none;
    }
    .catalog-category-view .sidebar .Custallcategory > .o-list.o-list--unstyled:not(.is-active) {
        display: block;
        padding-bottom: 0;
        padding-top: 0;
    } */
    /* product dd */
    .custom-header-top-products .child-cat-details.active {
        padding: 15px 0px;
    }
    .custom-header-top-products .parent-cat-desc.tab-one-description {
        margin-bottom: 20px;
    }
    body .cms-product .cat-desc.tab-one-description {
        padding-left: 0;
        padding-top: 20px;
    }
    .row.nafco-block .col-md-6 {
        padding: 0;
    }
    /* 19-08-2021 changes */
    .cms-about-us .row {
        margin: 0;
    }
    body .cms-bg-img {
        height: 100%;
    }
    body .mission-left {
        padding: 0;
    }
    body .vision-right {
        padding-left: 0;
    }
    body .our-value-right {
        padding: 0 30px;
    }
    body .our-value-left {
        padding: 0 30px;
    }
    body.cms-about-us .nafco-block .custom-sub-cat-name {
        letter-spacing: 20px;
        font-size: 15vw;
        left: 50%;
        transform: translateX(-50%);
    }
    body.cms-about-us .nafco-block {
        padding: 15.25vw 10px 50px;
    }
    .cms-projects .breadcrumbs.pull-right {
        display: inline-block !important;
    }
    .cms-projects .breadcrumbs {
        max-width: max-content;
        left: auto;
        margin: 0;
        right: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    body.product-open .custom-header-top-products #child-cat-details {
        display: none !important;
    }
    .header.content.sticky a.logo img {
        width: 30px !important;
    }
    .cms-projects .banner-text .banner-title {
        max-width: 80%;
    }
    .blog-home-page-content:first-child {
        width: 100%;
    }
    .post-title-holder a.post-item-link {
        width: 100%;
    }
    .custom-homepage-conatc-email-request .custom-contact-us,
    .custom-homepage-conatc-email-request .custom-email-us,
    .custom-homepage-conatc-email-request .custom-requst {
        width: calc(100% - 30px);
        font-size: 20px;
        line-height: normal;
        margin: 0 15px;
        margin-bottom: 15px;
    }
    .homepage-brand-section .brand-title {
        font-size: 20px;
    }
    .page-footer .field.newsletter {
        width: 100%;
        display: inline-block;
    }
    .block.newsletter input {
        margin-bottom: 10px;
        height: 40px;
        font-size: 14px;
        padding-left: 15px;
    }
    .newsletter .mage-error[generated] {
        margin-bottom: 10px;
    }
    .block .title strong {
        font-size: 18px;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .page-footer .block.newsletter .title {
        font-size: 14px;
    }
    .footer-download-app a {
        height: 50px;
        font-size: 18px;
        padding: 10px;
        width: 100%;
        margin-bottom: 15px;
    }
    .superyacht-block-footer {
        width: 100%;
        border-right: none;
    }
    .commercial-block-footer {
        width: 100%;
        border-right: none;
        padding-left: 0;
    }
    .site-Information-block-footer {
        width: 100%;
        padding-left: 0px;
    }
    .footer-title {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .footer-office-title,
    .site-Information-block-footer a {
        font-size: 13px;
    }
    .footer-contact-title {
        margin-bottom: 15px;
    }
    .footer-email {
        margin-bottom: 20px;
    }
    .footer-botoom {
        padding: 0 15px;
    }
    .custom-copyright-text {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    .page-footer .footer.content {
        max-width: 100%;
    }
    .custom-footer-two .col-md-3:before {
        width: calc(100% - 30px);
    }
    .footer-bottom-inner {
        padding-top: 18.5px;
        padding-bottom: 22px;
    }
    .custom-slider::after {
        height: 52px;
    }
    .content_slider .inner-banner-content {
        padding-left: 0;
        margin-top: 0;
    }
    .custom-slider .owl-carousel .banner-item .content_slider {
        top: 15px;
        left: 15px;
    }
    .content_slider .inner-banner-content p {
        font-size: 10px;
        margin-bottom: 0;
    }
    .custom-slider .owl-carousel .banner-item .content_slider .buttons .custom_content {
        margin-top: 0;
    }
    .content_slider .inner-banner-content {
        max-width: 78%;
    }
    .content_slider .inner-banner-content h1 {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .header ul.header.links li a::before {
        height: 25px;
        width: 18px;
        margin-bottom: 0px;
    }
    .custom-slider .owl-theme .owl-dots {
        right: 10px;
    }
    .content_slider .inner-banner-content a {
        font-size: 10px;
        line-height: 20px;
    }
    .page-layout-2columns-left .columns .column.main {
        order: 0;
    }
    body .page-main .products-grid .product-item {
        text-align: center;
    }
    .custom-commercial-marine-button {
        margin: 0;
    }
    body .custom-slider {
        padding-bottom: 0;
    }
    .block.newsletter .custm.actions-checkbox label {
        font-size: 12px;
    }
    .block.newsletter .custm.actions-checkbox input {
        margin-right: 10px;
    }
    .actions-checkbox input[type="checkbox"]+label:before {
        bottom: 6px;
    }
    .custom-links-social {
        text-align: center;
    }
    .cusotm-footer-flooter-button {
        position: absolute;
        margin-top: 10px;
        text-align: right;
        right: 0;
        bottom: 0;
        top: auto;
    }
    .custom-footer-links p {
        font-size: 0.875ems;
        line-height: 24px;
    }
    .cusotm-footer-flooter-button img {
        max-width: 50px;
    }
    .block-search input {
        position: static !important;
    }
    .block-search .label {
        display: none;
    }
    .block-search .action.search {
        display: inline-block;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }
    .block-search .action.search:before {
        display: block !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        line-height: 32px;
        color: #757575;
        content: '\e615';
        font-family: 'luma-icons';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .page-footer .block-search .action.search:before {
        color: #fff;
        font-size: 24px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 25px;
    }
    .block-search .action.search span {
        display: none;
    }
    .footer-download-app {
        margin-top: 20px;
    }
    /*--- About section start ---*/
    .custom-about-naffco-right {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0px;
    }
    .custom-about-naffco-right .title,
    .custom-about-naffco-right .title strong {
        font-size: 30px;
    }
    .custom-about-naffco-right .cust-about-us-right {
        margin-right: 0;
        width: 100%;
    }
    .custom-about-keepsafe-left {
        margin-top: 30px;
    }
    .custom-about-naffco-right .cust-about-us-left {
        width: 100%;
        margin-top: 30px;
        min-height: 125px;
        padding: 30px;
    }
    .cust-about-keepsafe-right {
        width: 100%;
    }
    .cust-about-keepsafe-right .bottom-txt {
        text-align: center;
        padding: 30px 52px;
    }
    .custom-about-keepsafe-left .cust-about-us-left {
        width: 100%;
    }
    .custom-about-keepsafe-left .cust-about-us-left img {
        width: 100%;
        height: 100%;
    }
    .middle-imgs {
        display: block;
    }
    .custom-left-content-data.cust-left-data {
        width: 100%;
    }
    .cust-left-data .left-content {
        padding: 70px 20px 30px;
        margin-left: 50px;
        /* transform: translateY(-60px);
        -webkit-transform: translateY(-60px); */
        margin-top: -60px;
    }
    .cust-left-data .left-img {
        width: 93%;
    }
    .custom-left-content-data.cust-right-data {
        width: 100%;
    }
    .cust-right-data .right-img {
        width: 87%;
        margin: 30px auto;
        margin-top: 0;
    }
    .cust-right-data .right-content .content {
        padding-right: 0%;
    }
    .cust-right-data .right-content {
        padding: 0 30px;
    }
    .cust-about-keepsafe-right .top-txt strong {
        font-size: 75px;
    }
    .middle-imgs .title {
        font-size: 24px;
    }
    .cust-left-data .left-content p {
        font-size: 20px;
    }
    /*--- About section end ---*/
    /*--- Newsletter ----*/
    .newsletter {
        display: block;
        padding: 40px 30px;
    }
    .newsletter .short_text {
        width: 100%;
        margin-right: 0;
    }
    .newsletter-all-data {
        display: block;
        align-items: center;
    }
    .newsletter .content {
        width: 100%;
    }
    .newsletter .field.newsletter,
    .newsletter .field.firstname {
        margin-bottom: 29px;
        margin-right: 0;
    }
    /*--- Newsletter ----*/
    .hamburger-menu {
        background: none;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 1.2em;
        height: 40px;
        width: 40px;
        line-height: 40px;
        background-color: #fff;
    }
    .menu-open header .block-search input {
        width: 100%;
        padding-left: 25px;
    }
    .menu-open .block-search {
        width: 100%;
        opacity: 1;
        pointer-events: auto;
        padding-top: 20px;
        display: block;
    }
    .menu-open header .block-search form {
        padding-left: 0;
    }
    .menu-open .block-search .control {
        margin: 0;
        padding: 0;
    }
    .menu-open header .block-search .action.search {
        padding: 0;
    }
    .block-search input {
        margin: 0px 0;
    }
    .page-header .header.content .logo {
        width: 41px;
        overflow: hidden;
    }
    .page-header .header.content .logo img {
        height: 40px;
        width: 75%;
        object-fit: cover;
        object-position: left;
    }
    .menu-open .page-header .header.content {
        flex-direction: column;
    }
    .block-search .control {
        border-top: none;
    }
    .cross-menu {
        top: 20px;
        right: 20px;
        padding: 5px 9px 0px 9px;
        font-size: 2.5em;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
    .cms-menu ul li a {
        font-size: 20px;
    }
    /*--- footer ---*/
    .footer.content {
        border-top: 0;
        padding-top: 20px;
    }
    .page-footer {
        margin-top: 0;
    }
    footer.page-footer {
        padding-top: 30px;
    }
    body .explore-footer-block,
    body .solution-project-footer-block,
    .turck-vehicles-block-footer,
    .training-block-footer {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    .custom-training.custom-all-tarining-data+.custom-training {
        margin-top: 20px;
    }
    .custom-footer-two .col-md-3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .custom-footer-links .custom-footer-two:last-child {
        display: block;
    }
    .cust-email-footer a {
        font-size: 14px;
    }
    .copyright {
        text-align: center;
    }
    .cust-naffco-number strong {
        font-size: 28px;
        line-height: 60px;
    }
    p.footer-address {
        margin: 30px 0 30px;
    }
    /*--- footer ---*/
    /*-- Product & solution start --*/
    .cms-products-solutions .columns .column.main {
        -webkit-flex-grow: 0;
        flex-grow: 0;
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
        width: 100%;
    }
    .cms-products-solutions .banner-text .banner-title {
        max-width: 100%;
    }
    .passion-protect .passion-protect-right {
        position: static;
    }
    .product-solution-main-content .inner-page-category {
        display: block;
    }
    .custom-desc-right-section {
        padding: 0 20px;
    }
    .custom-all-child-content .custom-all-data-0 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .inner-page-category-image {
        margin-top: 30px;
    }
    .inner-page-category.custom-all-data-1,
    .inner-page-category.custom-all-data-8 {
        display: block;
    }
    .custom-all-child-content .custom-all-data-1,
    .custom-all-child-content .custom-all-data-5,
    .custom-all-child-content .custom-all-data-7 {
        margin-bottom: 0px;
    }
    .child-cat-custom-data {
        margin-bottom: 30px;
    }
    .child-cat-custom-data:last-child {
        margin-bottom: 0;
    }
    .custom-all-child-content .custom-all-data-2 {
        margin-bottom: 30px;
    }
    .custom-all-child-content .custom-all-data-9 {
        margin-bottom: 0;
    }
    .product-solution-main-content .product-last-child {
        padding-bottom: 50px;
        margin-top: 30px;
    }
    .inner-page-category-second-name {
        bottom: 40px;
        left: 50px;
    }
    .inner-page-category-second-name a {
        font-size: 20px;
    }
    .child-cat-hover-img img {
        width: 45%;
    }
    .custom-child-hover-view-all {
        left: 50px;
    }
    .child-cat-categorytexts {
        font-size: 14px;
    }
    .child-product-url.btn-common {
        margin-top: 20px;
    }
    .child-product-url.btn-common a {
        font-size: 16px;
    }
    content .custom-all-data-1 {
        margin-bottom: 30px;
    }
    .col-md-8.custom-both-image-and-name.child-cat-custom-data .inner-page-category-fifth img {
        height: 200px;
        object-fit: cover;
    }
    .col-md-8.child-cat-custom-data .child-cat-hover-img .custom-child-hover-img {
        right: 0px;
    }
    .col-md-8.child-cat-custom-data .child-cat-hover-img .custom-child-hover-img a {
        text-align: right;
    }
    .inner-page-category.row.custom-all-data-1 {
        margin-bottom: 30px;
    }
    .custom-all-child-content .custom-all-data-8 {
        margin-bottom: 0;
    }
    .product-solution-main-content .product-last-child img {
        height: 200px;
        object-fit: cover;
    }
    .passion-protect .passion-protect-right {
        position: static !important;
    }
    .child-cat-custom-data:hover .custom-child-hover-view-all,
    .inner-page-category-image-last:hover .custom-child-hover-view-all {
        bottom: 25px;
    }
    .child-cat-custom-data:hover .inner-page-category-second-name,
    .inner-page-category-image-last:hover .inner-page-category-second-name {
        bottom: 50px;
    }
    .breadcrumbs {
        display: none;
    }
    /*-- Product & solution end --*/
    .toolbar .pages {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    .newsletter .short_text h3 {
        font-size: 26px;
        margin-bottom: 29px;
        line-height: 1.5;
    }
    .newsletter .field .control input {
        margin-top: 10px;
    }
    body .pages .action.next:before {
        font-size: 16px;
    }
    .blog-index-index .post-holder:nth-child(2) {
        padding-left: 0;
    }
    .blog-index-index .post-holder:first-child {
        padding-right: 0;
    }
    /*-- Projects ---*/
    .image-gallery-outer .image-detail .gallery-item {
        padding: 0px 20px !important;
        margin-bottom: 40px !important;
        width: 100%;
    }
    #masonry-loop-static-data {
        margin-top: 0;
    }
    .image-gallery-outer .img-title {
        font-size: 20px !important;
    }
    .image-gallery-outer .img-hover-data {
        left: 30px;
    }
    .custom-iamge-gallery-page .img-box-inner img {
        height: 350px;
        object-fit: cover;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay img {
        min-height: 150px;
        max-height: 150px;
    }
    .image-gallery-outer .popup-overlay .popup-alldata .image-gallery {
        position: static;
    }
    .popup-overlay .title-location .image-title {
        width: 100%;
        font-size: 20px;
    }
    .popup-overlay .title-location .img-location {
        text-align: left;
        width: 100%;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .popup-overlay .image-description p {
        font-size: 12px;
        line-height: 1.5;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay .image-content {
        padding: 20px;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay .content-image+.image-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .popup-overlay .image-date {
        width: 100%;
        font-size: 14px;
    }
    .popup-overlay .date-share {
        float: none;
    }
    .popup-overlay .share-icons {
        width: 100%;
        text-align: left;
        float: none;
        margin-bottom: 0px;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay button {
        height: 40px;
        width: 40px;
    }
    .custom-iamge-gallery-page .img-box-inner .popup-overlay button::before {
        font-size: 18px;
    }
    .image-gallery-outer .image-detail.custom-iamge-gallery-page .gallery-item:nth-child(2),
    .image-gallery-outer .image-detail.custom-iamge-gallery-page .gallery-item:nth-child(5),
    .image-gallery-outer .image-detail.custom-iamge-gallery-page .gallery-item:nth-child(8),
    .image-gallery-outer .image-detail.custom-iamge-gallery-page .gallery-item:nth-child(11) {
        margin-top: 0;
    }
    .custom-pdf-all-content .block-cats .inner-title {
        font-size: 18px;
    }
    .lof-gallery .custom-post-name {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .custom-pdf-all-content {
        background-position: unset;
        background-size: cover;
    }
    .lofgallery-toolbar .pages-item-next {
        right: 15px;
        top: 1px;
    }
    .lofgallery-toolbar .pages-item-previous {
        left: 15px;
        top: 1px;
    }
    .account .columns .sidebar-main {
        width: 100%;
    }
    .account .columns .sidebar-main .block-collapsible-nav {
        position: static;
    }
    .customer-account-create fieldset.fieldset.create.info {
        width: 100%;
        padding-right: 0px;
    }
    .customer-account-create fieldset.fieldset.create.account {
        width: 100%;
        padding-left: 0px;
    }
    .banner-title {
        font-size: 22px;
    }
    .form-create-account .custprivacy input[type="radio"]+label:before {
        top: 2px;
    }
    /*-- Product details start---*/
    .page-layout-1column .product-info-main {
        width: 100% !important;
        padding-left: 30px;
        padding-right: 30px;
    }
    .page-layout-1column .custom-container-media {
        width: 100% !important;
    }
    .custom-container-media.fixed {
        position: static;
    }
    .specifications .value {
        margin-left: -30px;
        margin-right: -30px;
        overflow: auto;
    }
    .resources .value {
        margin-left: -30px;
        margin-right: -30px;
        overflow: auto;
    }
    
    .product-info-main table>tbody>tr>th:first-child,
    .product-info-main table>tbody>tr>td:first-child {
        position: sticky;
        position: -webkit-sticky;
        background-color: #1a1a1a;
        color: #fff;
        left: 0;
    }
    .product-info-main table>tbody>tr>td,
    .product-info-main table>tbody>tr>th {
        white-space: nowrap;
    }
    .catalog-product-view .columns .column.main {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }
    .custom-contact-us-productpage .name,
    .custom-contact-us-productpage .lastname,
    .custom-contact-us-productpage .comment {
        padding-left: 15px;
    }
    .custom-contact-us-productpage .contact1 .actions-toolbar {
        clear: both;
        margin-top: 0;
        float: left;
    }
    .custom-contact-us-productpage .company,
    .custom-contact-us-productpage .inquiry {
        padding-right: 15px;
    }
    .custom-productpage-contact-img .contact-side-image {
        display: none;
    }
    .custom-productpage-contact-img .inner-title {
        width: 100%;
        text-align: center;
        font-size: 34px;
    }
    .catalog-product-view .custom-related-categories-markets .container {
        max-width: 100%;
    }
    .catalog-product-view .custom-related-categories-markets.custom-related-pro-data .custom-sub-cat-name {
        position: static;
        color: #fff;
        font-size: 34px;
        text-align: center;
    }
    .catalog-product-view .custom-related-categories-markets.block-margin.block.related {
        padding-top: 60px;
        width: 100%;
    }
    /* .custom-container-media.fixed .fotorama__nav--dots .fotorama__nav__frame--thumb, .custom-container-media.fixed .fotorama__nav--dots .fotorama__thumb-border, .custom-container-media .fotorama__nav--dots .fotorama__nav__frame--thumb, .custom-container-media .fotorama__nav--dots .fotorama__thumb-border {
        display: inline-block;
        height: 78px !important;
    } */
    .custom-contact-btn-product .custom-contact-btn-product-data {
        min-width: 100%;
        position: fixed;
        display: block;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 40px;
        line-height: 40px;
        z-index: 999;
        font-size: 18px;
    }
    body .page-main .custom-contact-us-productpage.container {
        padding-bottom: 0;
        padding-top: 0;
    }
    .catalog-product-view .footer-botoom {
        padding: 0 15px;
        padding-bottom: 55px;
    }
    /* .custom-container-media .fotorama__nav--dots, .custom-container-media  .fotorama__nav__shaft {
        height: 80px !important;
    }
    .custom-container-media .fotorama__nav--dots .fotorama__nav__frame {
        display: inline-block
    }
    .custom-container-media .fotorama__nav--dots .fotorama__nav__frame .fotorama__dot{
        display: none;
    } */
    .page-layout-1column .product.media .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
        padding: 18px 0;
    }
    .banner-title {
        font-size: 34px;
    }
    .product-info-main table>tbody>tr>td {
        font-size: 12px;
    }
    .product.attribute.description ul li {
        font-size: 14px;
    }
    .custom-contact-btn-product {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .product .type {
        padding: 30px 0;
        padding-left: 30px;
    }
    body .page-main .custom-contact-us-productpage.container {
        max-width: 315px;
    }
    .custom-contact-us-productpage .field {
        margin-bottom: 13px;
    }
    .custom-related-pro-data .products.products-grid {
        padding-left: 20px;
        padding-right: 30px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .product-info-main .product-add-form {
        padding-top: 50px;
    }
    div#measureit_back {
        display: none;
    }
    .custprivacy .control label {
        font-size: 14px;
    }
    .custom-contact-us-productpage input,
    .custom-contact-us-productpage select {
        font-size: 14px;
        height: 50px !important;
    }
    .custom-contact-us-productpage textarea {
        font-size: 14px;
    }
    .custom-related-pro-data.custom-related-categories-markets a.product-item-link {
        text-align: left;
        font-size: 14px;
    }
    .products-related .product.name.product-item-name {
        max-width: 300px;
        margin: 0 auto;
    }
     :root .catalog-product-view .custom-related-pro-data .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
        background-image: url(../../frontend/Nf/naffco/en_US/css/images/left_arrow.png) !important;
        background-repeat: no-repeat !important;
        width: 62px !important;
        left: 15px !important;
        right: auto !important;
        top: 20px !important;
    }
     :root .catalog-product-view .custom-related-pro-data .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
        background-image: url(../../frontend/Nf/naffco/en_US/css/images/right_arrow.png) !important;
        background-repeat: no-repeat !important;
        width: 62px !important;
        left: auto !important;
        top: 20px !important;
        right: 15px !important;
    }
    .custom-related-pro-data .owl-carousel.products .owl-item {
        padding-bottom: 30px;
    }
    .custom-related-pro-data.custom-related-categories-markets a.product-item-link {
        width: 95%;
    }
    .products.wrapper.grid.products-grid.products-related .products.list {
        margin-bottom: 0;
    }
    .custom-contact-us-productpage .custom-productpage-contact-img+.row {
        display: flex;
        flex-direction: column;
    }
    .custom-contact-us-productpage .field.name {
        order: 0;
    }
    .custom-contact-us-productpage .field.email {
        order: 2;
    }
    .custom-contact-us-productpage .field.company {
        order: 4;
    }
    .custom-contact-us-productpage .field.lastname {
        order: 1;
    }
    .custom-contact-us-productpage .field.telephone {
        order: 3;
    }
    .custom-contact-us-productpage .field.inquiry {
        order: 5;
    }
    .custom-contact-us-productpage .field.comment {
        order: 6;
    }
    .custom-contact-us-productpage .actions-toolbar {
        order: 7;
    }
    .custom-contact-us-productpage .actions-toolbar .submit-btn {
        text-align: left;
    }
    /*-- Product details end---*/
    .hamburger-product {
        height: 40px;
        padding: 0 17.5px;
        font-size: 14px;
        border: 1px solid #b01c12;
        border-radius: 40px;
        background-color: #b01c12;
    }
    .custom-search-products-menu {
        width: 100%;
    }
    button.hamburger-store {
        top: 18px;
    }
    .hamburger-menu,
    .hamburger-product {
        top: 20px;
    }
    .hamburger-product {
        right: 70px;
    }
    body.catalog-product-view {
        padding-top: 70px;
    }
    .integrated-mngmnt-left .inner-title {
        width: 80%;
    }
    #newsletter-validate-detail {
        padding-bottom: 50px;
        position: relative;
    }
    #newsletter-validate-detail .actions {
        position: absolute;
        bottom: -13px;
    }
    .custom-sub-cat-name {
        -webkit-text-stroke: 2px rgb(164 170 182 / 0.3) !important;
    }
    .custom-desc-overview {
        font-weight: bold;
    }
    rs-tabs.tp-tabs {
        left: 50% !important;
        transform: translate(-50%, -100%) !important;
        bottom: 90px !important;
        top: auto !important;
    }
    .catalog-category-view .products-grid .products.list .product-item {
        width: 100%;
    }
    .catalog-category-view .products-grid .products.list {
        padding-left: 5%;
        padding-right: 5%;
    }
    .catalog-category-view .products-grid .products.list a.product-item-link {
        text-align: left;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .custom-headercall-login a {
        margin-left: 0;
    }
    .category-fire-trucks .custom-cat-description .current-cat-desc {
        padding-top: 40px;
    }
    .category-fire-trucks .custom-cat-description .current-cat-desc {
        padding-top: 40px;
    }
    .blog-post-view .all-page-main-banner-image {
        height: auto;
    }
    .trucks-cat-slider {
        padding-top: 30px;
    }
    body .trucks-slider img {
        height: 130px !important;
    }
    .fire-trucks-section .inner-page-category-fifth img {
        height: 312px;
        object-fit: cover;
    }
    .mobile-hospital-right {
        padding-bottom: 140px;
    }
    body .trucks-slider ul#sub-cat-related img {
        height: 200px !important;
    }
    li.gallery-item.mid-item {
        margin-top: 0;
    }
}

div#continentrowblk {
    opacity: 1 !important;
}

@media (min-width: 1300px) and (max-width:1441px) {
    .blog-index-index .post-holder:nth-child(2) {
        width: 49%;
    }
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
    background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
body.catalog-product-view .page-main .custom-contact-us-productpage.container {
    margin-bottom: 5vw;
}

body .custom-special-system li {
    list-style-type: disc;
}
body .custom-special-system {
    padding-left: 30px !important;
}
.custom-category-level-2 .custo-class-category-level .row {
    width: 100%;
}
body .cms-product ul li{
    line-height: 1.42857143;
}
.catalog-product-view .breadcrumbs .item a {
    font-size: 13px;
    color: #000 !important;
}
.catalog-product-view .breadcrumbs{
    max-width: 100%;
    padding-top: 10px;
    position: unset;

}
body .custom-related-categories-markets.container .custom-sub-cat-name {
    text-align: center;
}

@media screen (max-width: 1024px) {

body .custom-related-categories-markets.container .custom-sub-cat-name {
    top: -10vw !important;
}

}
.blog-page .leftside-contactus .custom-training-section li:last-child {
    margin-right: 10px;
}
body.catalog-product-view .breadcrumbs .item:not(:last-child):after {
    color: #000;
        margin: 4px 10px;
}

.catalog-product-view  .breadcrumbs strong {
    font-weight: 400;
    color: #707070;
}
[data-aos=clip] {
    transform: translateY(40%);
    clip-path: polygon(0 88%, 100% 88%, 100% 100%, 0% 100%);
}

[data-aos^=clip][data-aos^=clip] {
    opacity: 0;
    transition-property: opacity, transform, clip-path;
}

[data-aos^=clip][data-aos^=clip].aos-animate {
    opacity: 1;
    transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

[data-aos=mask] {
    transform: translateY(100%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

[data-aos^=mask][data-aos^=mask] {
    transition-property: opacity, transform, clip-path;
}

[data-aos^=mask][data-aos^=mask].aos-animate {
    transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

[data-aos=circle] {
    transform: translateY(40%);
    clip-path: circle(0% at 50% 80%);
}

[data-aos^=circle][data-aos^=circle] {
    opacity: 0;
    transition-property: opacity, transform, clip-path;
}

[data-aos^=circle][data-aos^=circle].aos-animate {
    opacity: 1;
    transform: translateY(0);
    clip-path: circle(100% at 50% 50%);
}

._keyfocus *:focus,
body input:not([disabled]):focus,
body textarea:not([disabled]):focus,
body select:not([disabled]):focus {
    box-shadow: none;
}

.header.content.sticky {
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: #1a1a1a;
    transition: 0.2s all linear;
    padding: 10px 30px;
}

.header.content.sticky a.logo img {
    width: 40px;
    object-fit: cover;
    object-position: left;
}

.lang-open,
.product-open {
    overflow: hidden;
}

body.news-page.news-index-index .page-wrapper {
    background-color: #f1f2f4;
}

.cms-product {
    overflow: auto;
}

#contact-form .mage-error[generated] {
    position: absolute;
  
}


/*--- Store (Language) Dropdown ---*/

.custom-search-products-menu .cust-lang-str-blk .custom-store-lang {
    z-index: 1000000;
    font-weight: bold;
    font-size: 0.8em;
    width: 100%;
    background: #ffffff;
    position: absolute;
    padding-top: 150px;
    top: 0;
    padding-bottom: 100px;
    left: 0;
}

.custom-store-language {
    list-style: none;
    max-width: calc(1410px + 30px);
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    margin-top: 4.8em;
}

.stroename {
    font-size: 1.87em;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.store-view a {
    padding: 0px 10px;
    color: #d1d4da;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 16px;
}

.continent-title {
    color: #b01c12;
    font-size: 2.85em;
    font-weight: 400;
    margin-bottom: 0.6em;
}

.continent-content .col-md-2 {
    width: 20%;
    margin-bottom: 30px;
}

.stroename .fa {
    color: #f1f2f4;
    margin-right: 15px;
    position: absolute;
    left: 15px;
    top: 6px;
}

.store-view a:hover {
    color: #b01c12;
}

.store-view a {
    border-right: 1px solid #d1d4da;
}

.custo-store-blk {
    padding-left: 40px;
}

.store-view:last-child a {
    padding-right: 0;
    border-right: none;
}

.store-view:first-child a {
    padding-left: 0;
}

.store-view-block {
    display: flex;
}

.store-view a:hover {
    color: #d1d4da;
}

.header-menu-custom-store {
    font-size: 16px;
    letter-spacing: 1px;
    padding-right: 25px;
    position: relative;
    display: flex;
    align-items: center;
}

.header-menu-custom-store::after {
    content: "\f0d7 ";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
}

.cust-lang-str-blk .hamburger-store {
    margin-right: 20px;
}

.custom-store-lang {
    height: 100vh;
    overflow-y: scroll;
}

.stroename:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/small_image.png);
    top: 5px;
    opacity: 0;
    transition: 0.5s all linear;
}

.custo-store-blk:hover .stroename .fa {
    opacity: 0;
}

.custo-store-blk:hover .stroename:after {
    opacity: 1;
}

.lang-open button.hamburger-menu,
.lang-open .hamburger-product {
    display: none;
}

.lang-open .custom-headercall-login a {
    color: #1a1a1a;
}

.lang-open .custom-headercall-login {
    padding-right: 70px;
    opacity: 1;
    pointer-events: auto;
}

.custom-header-signin-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-header-signin-text ul li {
    margin-bottom: 0;
}

.lang-open header .block-search input,
.lang-open header .block-search .action.search::before {
    color: #1a1a1a;
}

.product-open .block-search .action.search[disabled] {
    opacity: 1;
}

.lang-open header .block-search input::-webkit-input-placeholder {
    color: #1a1a1a;
}

.lang-open header .block-search input:-ms-input-placeholder {
    color: #1a1a1a;
}

.lang-open header .block-search input::placeholder {
    color: #1a1a1a;
}

.lang-open header .block-search form {
    border-color: #b01d13;
    left: 0;
}

.lang-open header .block-search input {
    width: 450px;
}

.lang-open header .block-search input::-webkit-input-placeholder {
    color: #1a1a1a !important;
}

.lang-open .hamburger-product {
    display: none;
}

.custom-search-products-menu .hamburger-product:hover {
    color: #fff;
}

.lang-open .custom-header-top-products .hamburger-product {
    opacity: 0;
}


/* close btn css */

.lang-open button.hamburger-store {
    right: 30px;
    border: 1px solid #b01d13;
    width: 50px;
    height: 50px;
    top: 20px;
}

.lang-open .hamburger-store span.header-menu-custom-store {
    font-size: 0;
}

.lang-open .hamburger-store span.header-menu-custom-store::after,
.lang-open .hamburger-store span.header-menu-custom-store::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #1a1a1a;
    top: 50%;
    left: calc(50% - 8px);
}

.lang-open .hamburger-store span.header-menu-custom-store::before {
    transform: rotate(-45deg);
    transform-origin: center;
}

.lang-open .hamburger-store span.header-menu-custom-store::after {
    transform: rotate(45deg);
    transform-origin: center;
}


/* custom btn css start */


/* home page slider background ovarlay css start*/

rs-slide rs-sbg::after,
rs-bgvideo::after {
    content: "";
    width: 100%;
    height: 41.2%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0.7;
}

rs-slide rs-sbg {
    position: relative;
}

rs-slide rs-sbg::before,
rs-bgvideo::before {
    content: "";
    width: 100%;
    height: 41.2%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    z-index: 1;
    opacity: 0.7;
}

rs-progress::before {
    background-color: rgb(235 235 235 / 0.5);
    content: "";
    position: absolute;
    width: 100vw;
    height: 0.5px;
    left: 0;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

rs-progress::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: inherit;
}

body rs-progress {
    visibility: visible;
}

rs-layer {
    font-family: "neue-haas-grotesk-text" !important;
}


/* rs-slide, rs-slide:before {
    height: 100vh !important;
} */


/* home page slider background ovarlay css end */

.newsletter-all-data .subscribe.btn-common {
    display: flex;
}

.cms-projects .image-gallery-outer button:hover {
    border: none;
    background: transparent;
}

.custom-category-level-4.catalog-category-view .banner-text .banner-title {
    max-width: 100%;
}


/* home page slider */

body .rev-scroll-btn span {
    width: 4px;
    height: 10px;
    border-radius: 10px !important;
    margin-left: -2px !important;
}

rs-navmask.tp-tab-mask {
    overflow: visible !important;
}

body #rev_slider_1_1[data-slideactive*="rs"] .zeus .tp-tab-title {
    font-size: 0 !important;
    padding: 3px 2px !important;
    height: 6px;
}

rs-tabs-wrap.tp-tabs-inner-wrapper {
    counter-reset: tab;
}

rs-tab.tp-tab {
    counter-increment: tab;
}

rs-tab.tp-tab.selected::before {
    content: counter(tab);
    position: absolute;
    transform: translate(-50%, -100%);
    text-align: center;
    left: 50%;
    color: #fff;
}

body .btn-common:hover:before,
.custo-class-category-level .info:hover .btn-common:before {
    -webkit-clip-path: polygon(0 0, calc(100% + 40px) 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% + 40px) 0, 100% 100%, 0 100%);
    background-color: #b01c12;
}

.btn-common::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #a4aab6;
    -webkit-clip-path: polygon(0 0, 40px 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 40px 0, 0 100%, 0 100%);
    transition: -webkit-clip-path 0.4s cubic-bezier(.455, .03, .515, .955);
    transition: clip-path 0.4s cubic-bezier(.455, .03, .515, .955);
    transition: clip-path 0.4s cubic-bezier(.455, .03, .515, .955), -webkit-clip-path 0.4s cubic-bezier(.455, .03, .515, .955);
}

.btn-common:hover span,
.btn-common:hover::after,
.btn-common:active span,
.btn-common:active::after,
.btn-common:focus span,
.btn-common:focus::after {
    color: #fff;
    transform: translateX(5px);
}

.btn-common:hover,
.btn-common:active,
.btn-common:focus,
a:hover {
    text-decoration: none;
    color: #fff;
}

.blog-posts-all a:hover {
    color: #b01c12;
    cursor: pointer;
}

.custom-training-section li:last-child {
    padding-right: 0;
}


/* product solution start */

.home-page-product-solutions {
    padding-bottom: 4.125em;
}

.product-solution-title {
    font-size: 46px;
    line-height: 1.8;
    color: #1A1A1A;
    display: inline-block;
    width: calc(50% - 4px);
    font-weight: bold;
}

.all-product-solution-title {
    display: inline-block;
    width: calc(50% - 4px);
    text-align: right;
}

.main-cat-image {
    width: 100%;
    height: 751px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.custom-all-products-data {
    display: flex;
    width: 20%;
    align-items: flex-end;
    transform: none !important;
}

.homepage-product-solution-image {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
}

.custom-all-products-data:hover .homepage-product-solution-image {
    opacity: 1;
    visibility: visible;
}

.custom-all-products-data::after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: rgb(255 255 255 / 0.5);
    position: relative;
    z-index: 1;
}

.main-cat-image-subcat {
    height: 100%;
}

.homepage-product-solution-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-product-solution-content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.home-page-all-products-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    bottom: auto;
    font-size: 18px;
    color: #fff;
    transform: translateY(100%);
    transition: all .9s cubic-bezier(.745, -.005, .055, 1.005);
    -webkit-transition: all .9s cubic-bezier(.745, -.005, .055, 1.005);
    top: 0;
}

.home-page-all-products-content p {
    padding: 0px 30px 40px;
    background-color: #b01c12;
    margin-top: -1px;
}

.home-page-all-products-title {
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}

.home-page-link-view {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    background-color: #000;
    color: #fff;
    padding: 0 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s cubic-bezier(0.745, -0.005, 0.055, 1.005);
    -webkit-transition: all 0.9s cubic-bezier(0.745, -0.005, 0.055, 1.005);
    transform: translateY(100%);
}

.home-page-link-view a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: inherit;
    font-size: 22px;
    text-transform: capitalize;
    font-family: "neue-haas-grotesk-text";
    font-weight: 400;
}

.home-page-link-view a::after {
    content: "\f178";
    font-family: fontAwesome;
}

.home-page-all-products-title span {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 600;
    margin-bottom: 0px;
    display: block;
}

.home-page-products-title {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.home-page-product-sol-title-data {
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 3.375em;
    display: flex;
    align-items: center;
}

.custom-all-products-data:hover .homepage-product-solution-image,
.custom-all-products-data:hover .home-page-link-view {
    opacity: 1;
    transition-delay: 0.1s;
    visibility: visible;
    transform: translateY(0);
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.custom-all-products-data:hover .home-page-all-products-content {
    opacity: 1;
    visibility: visible;
    /* height: auto; */
    width: 100%;
    transform: translateY(-100%);
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

.home-page-all-products-content:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid #b01c12;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 20px;
}

.home-page-all-products-content span {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}

.home-page-all-products-content p {
    color: #fff;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-bottom: 0;
}

body a:hover {
    text-decoration: none;
}

.home-class-text-data {
    padding: 40px 30px 30px;
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/red-shape.png);
    background-repeat: no-repeat;
    background-position: right bottom -1px;
    background-size: cover;
    background-color: transparent;
}


/* Markets css */

.homepage-blog-title-markets {
    font-size: 46px;
    font-family: "neue-haas-grotesk-text";
    margin-bottom: 20px;
    font-weight: bold;
}

.news-index-index .passion-protect::before {
    background-position: top right;
}

.news-page.news-index-index .page-wrapper {
    background-color: #f1f2f4;
}

.home-page-markets {
    padding-top: 4.375em;
    padding-bottom: 4.375em;
}

.homepage-blog-desc-markets {
    font-size: 1em;
    line-height: 1.8;
    letter-spacing: 1px;
    margin-bottom: 4.25em;
    color: #1a1a1a;
}

.home-page-markets .all-blogs-title .btn-common {
    color: #1A1A1A;
}

.home-page-markets .all-blogs-title .btn-common:hover {
    color: #fff;
}

.home-market-slider a:last-child {
    font-size: 1.71em;
    font-family: 'Public Sans';
    line-height: 1.5;
    margin-top: 1.25em;
    display: block;
    max-width: 85%;
    color: #1A1A1A;
    font-weight: 600;
}

body .widget a:hover {
    color: #1A1A1A;
    text-decoration: none;
}

.home-page-markets #sidebar .widget {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    overflow: visible;
}

.home-page-markets .owl-carousel .owl-stage-outer {
    padding: 0;
}

div#sidebar {
    right: calc(-5.2% - 33px);
    position: relative;
}

.home-market-header-title span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 10px;
    color: #a4aab6;
}

.home-market-header-title {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.blog-posts-all .home-market-header-title span {
    color: #A4AAB6;
}

.blog-post-view .block.related.container {
    position: relative;
}

.blog-post-view .custom-sub-cat-name {
    padding-left: 0;
    font-size: 14vw;
    text-align: center;
}


/* about-us page css */

.all-page-main-banner-image {
    position: relative;
}

.cms-about-us .breadcrumbs {
    display: none;
}

.banner-text {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

.banner-text .banner-title {
    font-size: 6.25em;
    color: #fff;
    font-weight: bold;
    margin-top: 14.6px;
    line-height: 1.1;
}

.banner-text .home-market-header-title span {
    color: #fff;
}

.naffco-txt {
    border-left: 1px solid #B01C12;
    padding-left: 20px;
}

.section-overlap-row {
    position: relative;
    margin-top: -270px;
}

body .columns .column.main {
    padding-bottom: 0;
}

.green-policy {
    padding-bottom: 7.875em;
    padding-top: 8.875em;
    padding-left: 9.68em;
    padding-right: 9.68em;
}

.green-policy p {
    letter-spacing: 0.3px;
}

.inner-title,
.catalog-category-view .current-cat-desc p:first-child {
    color: #1A1A1A;
    font-size: 2.88em;
    margin-bottom: 1em;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 1.3;
    font-family: "neue-haas-grotesk-display";
}

.blog-posts-all .inner-title {
    font-size: 2.125em;
}

.blog-posts-all .inner-title sup {
    font-weight: 600;
}

.passion-protect.inner-title {
    margin-top: 0.71em;
}

.our-sucess-right .title-meta {
    font-weight: bold;
}

body .column.main .title-meta,
.custom-download-fire {
    font-size: 1.5em;
    margin-bottom: 1.83em;
    line-height: 1.7;
    color: #1a1a1a;
    font-family: "neue-haas-grotesk-text", sans-serif;
}

.box-content p,
.passion-protect-left p {
    font-size: 1.125em;
    margin-bottom: 2.22em;
    display: inline-block;
    line-height: 1.8;
}

.our-sucess-right p.title-meta {
    letter-spacing: normal;
    font-family: "neue-haas-grotesk-display";
    font-weight: 500;
    line-height: 1.67;
}

.passion-protect-right li {
    list-style-type: none;
    font-size: 1.3125em;
    color: #000000;
    margin-bottom: 5px;
    font-family: "neue-haas-grotesk-text", sans-serif;
    line-height: normal;
}

.passion-protect-right li:first-child {
    font-weight: bold;
}

.passion-protect-right li:last-child {
    font-size: 1em;
    margin: 0;
}

.passion-protect-right ul {
    margin: 0;
    padding: 0;
    padding-top: 4em;
}

.founder-img {
    position: relative;
}

.founder-name {
    font-size: 3.3125em;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0.58em;
    bottom: 0.59em;
}

.profile-content {
    padding: 3.125em 9.6875em 6.25em;
    position: relative;
}

.profile-content .inner-title {
    margin-bottom: 0.67em;
}

.profile-content p {
    font-size: 1.5em;
    margin: 0;
    color: #1A1A1A;
    line-height: 1.8;
    letter-spacing: normal;
}

.box-content {
    background-color: #fff;
    padding: 4.0625em 5.625em 10em;
}

.box-content p:last-child,
.passion-protect-left p:last-child {
    margin-bottom: 29px;
}

.vision-right {
    padding-left: 6.25em;
}

.mission-left::after {
    content: "";
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/mv_bg_img.png);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: contain;
}

.mission-left {
    position: relative;
}

.mission-vision {
    width: calc(100% - 5.2%);
    float: right;
    padding: 4.625em 7.75em 5.9em;
    margin-bottom: -15em;
    background-position: center center;
}

.mission-vision {
    background-size: 100%;
}

.mission-vision-block {
    clear: both;
}

.mission-vision .inner-title {
    color: #fff;
    margin-bottom: 0.5em;
}

.our-to-integrate-content {
    background-color: #1A1A1A;
    clear: both;
    padding-top: 15em;
}

.mission-vision-content {
    font-size: 1.5em;
    color: #fff;
    line-height: 1.7;
    font-family: "neue-haas-grotesk-text";
    font-weight: 400;
}

.mission-left .mission-vision-content {
    max-width: 19.375em;
}

.vision-right .mission-vision-content {
    max-width: 11.79em;
}

.our-value .inner-title {
    color: #B01C12;
    margin: 0;
}

.our-value {
    padding: 6.25em 8.9em;
}

.box-content .read-more-pra,
.about-read-less-sucess,
.more-active .about-read-more-sucess,
.about-read-less-integrate,
.more-active .about-read-more-integrate {
    display: none;
}

.more-active.box-content .show.read-more-pra,
.more-active .about-read-less-sucess,
.more-active .about-read-less-integrate {
    display: block;
}

.expanding {
    opacity: 0;
}

.about-read-less-sucess .fa {
    margin-left: 15px;
}

.cms-about-us .more-active {
    width: calc(59.436% + 0px);
    margin-left: 0;
}

.cms-about-us .passion-protect::before {
    z-index: -1;
}

.cms-about-us .integrated-mngmnt-left.more-active {
    width: calc(88.527% + 0px);
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cms-about-us .integrated-mngmnt-left.more-active .left {
    max-width: 38.717%;
}

.cms-about-us .integrated-mngmnt-left.more-active .right {
    width: calc(100% - 38.717%);
    padding-left: 10.5em;
}

.cms-about-us .integrated-mngmnt-left.more-active .read-more-btn-integrate {
    width: 100%;
}

.cms-about-us .integrated-mngmnt-left.more-active .about-read-less-integrate {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 5.625em;
}

.cms-about-us .our-success .box-content {
    position: absolute;
    transition: all 0.5s linear;
}

.cms-about-us .our-success .box-content {
    right: 5.2%;
    height: 593px;
}

.our-sucess-right .ab-content {
    max-height: 403px;
    display: block;
    overflow: auto;
}

.cms-about-us .integrated-mngmnt .box-content {
    left: 0%;
    transition: all 0.5s linear;
    height: 90vh;
}

.read-more-btn-integrate {
    position: absolute;
    bottom: 10%;
}

.cms-about-us .integrated-mngmnt-left.more-active .read-more-btn-integrate {
    right: 0;
    bottom: 5%;
}

.cms-about-us .our-success .box-content p,
.cms-about-us .integrated-mngmnt .box-content p {
    /* letter-spacing: 1.6px; */
    line-height: 1.6;
}

body.cms-about-us .column.main .title-meta,
.custom-download-fire {
    letter-spacing: 0.5px;
}

.cms-about-us .integrated-mngmnt-right {
    position: absolute;
    right: 0px;
    margin-right: 0px;
    width: calc(69.5% + (5.2% + -9px));
    margin-top: -15.75em;
}


/* keyfream css */

.more-active .read-more-pra {
    animation: readmore 0.5s;
}

@-webkit-keyframes readmore {
    0% {
        display: none;
    }
    100% {
        display: block;
    }
}

@-moz-keyframes readmore {
    0% {
        display: none;
    }
    100% {
        display: block;
    }
}

@-o-keyframes readmore {
    0% {
        display: none;
    }
    100% {
        display: block;
    }
}

@keyframes readmore {
    0% {
        display: none;
    }
    100% {
        display: block;
    }
}

.our-value-right {
    font-size: 1.5em;
    color: #fff;
    font-family: "neue-haas-grotesk-text";
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.67;
}

.nafco-block p {
    color: #fff;
    font-size: 1.125em;
}

.nafco-block-leftside p {
    max-width: 249px;
}

.nafco-block-rightside p {
    max-width: 330px;
}

.nafco-block-right p {
    padding-left: 16.5%;
}

.nafco-block {
    padding: 18.25em 9.68em 6.56em;
}

.nafco-block-right {
    display: flex;
    justify-content: flex-end;
}

.nafco-block {
    position: relative;
}

.nafco-block .custom-sub-cat-name {
    font-size: 16.625vw;
    top: 5%;
    right: 0;
    text-align: center;
    letter-spacing: 30px;
    text-transform: uppercase;
    padding-left: 0;
}

.slider-block .item img {
    max-width: 35px;
    margin-right: 14px;
}

.slider-block .item .icon {
    display: inline-block;
    vertical-align: top;
}

.slider-block .about-block-detail {
    display: inline-block;
    width: calc(100% - 55px);
    vertical-align: text-bottom;
}

.slider-block .about-block-content {
    color: #fff;
    line-height: 1.875;
    font-size: 16px;
    font-weight: 400;
    font-family: "neue-haas-grotesk-text";
}

.slider-block .about-block-title {
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 24px;
    margin-bottom: 29px;
}

.slider-block .item {
    padding: 3.125em;
    background-color: #242424;
    list-style-type: none;
}

#about-four-block {
    padding-left: 30px;
    margin: 0;
}

.slider-block .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.integrated-mngmnt {
    padding-top: 16em;
}

.slider-block {
    padding: 0 0 8.75em 0;
}

.passion-protect .passion-protect-right {
    position: absolute;
    top: -100px;
    right: -4%;
    height: 100%;
}

.passion-protect .passion-protect-right img {
    width: 100%;
    max-width: 675px;
    height: 100%;
    object-fit: cover;
}

.our-sucess-left {
    width: calc(70.3% + (5.2% + 9px));
    margin-left: calc(-5.2% - 9px);
    margin-top: -10.625em;
}

.our-sucess-right {
    width: calc(29.7% + 90px);
    margin-left: -90px;
}

.integrated-mngmnt-right {
    width: calc(76.5% + (5.2% + -9px));
    margin-right: calc(-5.2% - 9px);
    margin-top: -13.75em;
    padding: 0;
}

.integrated-mngmnt-left {
    width: calc(23.5% + 306px);
    margin-right: -306px;
    z-index: 9;
}

.our-success {
    padding-bottom: 6.25em;
    padding-top: 9.25em;
}

.our-success .read-more-btn {
    position: absolute;
    bottom: 6%;
}

.read-more-btn a,
.read-less a,
.about-read-more-sucess,
.about-read-less-sucess,
.about-read-more-integrate,
.about-read-less-integrate {
    font-size: 18px;
    color: #B01C12;
    letter-spacing: 1px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 500;
}

.left-arrow {
    margin-right: 16px;
}

.arrow-right {
    margin-left: 16px;
}

.passion-protect-to-success {
    background-size: cover;
    background-position: top left;
}

.about-us-page {
    background-color: #f1f2f4;
}


/* contact-us page */

.custom-sidebar-call {
    background-color: #b01c12;
    padding: 44px 54px;
    display: inline-block;
    text-align: center;
}

input#contactaccept {
    height: auto;
    line-height: normal;
    margin: 0;
}

.cust-email-footer {
    margin-top: 0px;
}

.custom-sidebar-call .cust-naffco-number strong:last-child {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    font-family: 'Public Sans';
}

body.contact-index-index .contact input,
body.contact-index-index .contact select,
.residential input {
    height: 60px;
    line-height: 60px;
    padding: 0px 30px;
    font-size: 16px;
    color: #1A1A1A;
    border-color: rgba(0, 0, 0, 0.2);
    font-family: "neue-haas-grotesk-text", sans-serif;
    letter-spacing: 1px;
}

body.contact-index-index .contact .field {
    margin-bottom: 30px;
}

body .residential input {
    height: 50px;
    line-height: 50px;
}

.contact-index-index textarea,
.residential textarea {
    padding: 18.5px 30px;
    font-size: 16px;
    color: #1A1A1A;
    border-color: rgba(0, 0, 0, 0.2);
    font-family: "neue-haas-grotesk-display";
    letter-spacing: 1px;
}

body.contact-index-index .column:not(.sidebar-additional) .form.contact,
.contact-headquarter,
.contact-sub-information {
    min-width: 0;
    float: none;
    width: 100%;
    max-width: 930px;
}

.contact {
    margin-top: 48px;
}

body .contact .fieldset .title-meta {
    margin-bottom: 30px;
    color: #1a1a1a;
    font-weight: bold;
}

body .custm-conta-us-layout-page .contact-headquarter .title-meta {
    margin-bottom: 20px;
    font-weight: bold;
}

.contact-headquarter {
    padding-top: 50px;
    border-top: 1px solid #A4AAB6;
}

.contac-address,
.contac-address-telphone a,
.contac-address a,
.contac-address-telphone {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    font-family: "neue-haas-grotesk-text", sans-serif;
}

.contact-email a {
    color: #B01C12;
}

body .custm-conta-us-layout-page .box-content .contact-sub-information {
    margin-bottom: 50px;
}

body .custm-conta-us-layout-page .box-content .contact-sub-information,
body .custm-conta-us-layout-page .contact-headquarter .title-meta {
    color: #1a1a1a;
}

.social-block {
    padding: 60px 40px;
}

.social-block ul,
.social-block li {
    margin-bottom: 0;
}

.social-block ul.custom-training-section {
    padding: 0;
}

.back-to-page a {
    color: #fff;
}

.back-to-page {
    width: calc(100% - 80px);
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.back-pg-arrow {
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #b01c12;
}

.back-pg-arrow .fa-long-arrow-left {
    color: #fff;
    font-family: 'Font Awesome 5 Pro';
}

.back-block {
    display: flex;
    align-items: center;
    background-color: #1A1A1A;
}

.contact .control {
    position: relative;
}

.custm-conta-us-layout-page .box-content {
    background-image: linear-gradient(to bottom, #f1f2f4, #f5f5f7, #ffffff, #ffffff, #ffffff);
    padding: 90px 120px;
}

.custom-contact-us-page>.row {
    margin: 0;
}

.leftside-contactus,
.custm-conta-us-layout-page {
    padding: 0;
}

.leftside-contactus {
    margin-top: -80px;
}

.follow-on-social {
    font-size: 20px;
    font-family: "neue-haas-grotesk-display";
    letter-spacing: 1px;
    font-weight: bold;
}

body.contact-index-index select {
    text-transform: capitalize;
}

.custom-training-section {
    margin-top: 30px;
}

.custom-contact-main-sidebar {
    padding: 0px 30px;
}

.blog-post-view .all-page-main-banner-image {
    max-height: 950px;
}

.blog-post-view .all-page-main-banner-image .gallery-image {
    width: 100%;
}

.custom-sidebar-call .custom-assistence,
.custom-sidebar-call .custom-nafco-number-normal a {
    font-size: 0.99em;
    text-transform: uppercase;
    font-family: 'Public Sans';
}

.custom-sidebar-call .cust-email-footer a {
    font-size: 23px;
    font-family: 'Public Sans';
}

.custm-conta-us-layout-page {
    width: calc(100% - 495px);
}

.leftside-contactus {
    margin-top: -80px;
    width: 495px;
}

.contact .fieldset {
    margin: 0;
}

body .submit-btn .action.primary {
    height: 50px;
    padding: 0px 20px;
    width: auto;
    border-radius: 0;
    background-color: #B01C12;
    border-color: #B01C12;
    text-align: left;
    margin: 0;
    font-size: 22px;
    line-height: 50px;
    font-family: "neue-haas-grotesk-display";
    font-weight: 500;
}

body .leftside-contactus .submit-btn .action.primary {
    width: 100%;
}

.leftside-contactus .submit-btn .action.primary:before {
    margin-left: 15px;
}

.submit-btn .action.primary::before {
    content: "\f178";
    float: right;
    font-family: 'FontAwesome';
    line-height: 52px;
    padding-left: 15px;
}

.leftside-contactus .custom-training-section li {
    display: inline-block;
    padding-right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #b01c12;
    align-items: center;
    margin-right: 20px;
}

.leftside-contactus .custom-training-section li:last-child {
    margin-right: 0px;
}

.leftside-contactus .custom-training-section li em {
    color: #000;
}

.leftside-contactus .custom-training-section li:hover {
    background-color: #b01c12;
}

.leftside-contactus .custom-training-section li:hover em {
    color: #fff;
}

.contact-map {
    position: relative;
    overflow: hidden;
    padding: 0px 30px 109px;
}


/* blog-inner-page */

.blog-post-view .custm-conta-us-layout-page .box-content {
    background-image: none;
}

.blog-post-view .post-holder {
    padding-right: 0px;
    padding-left: 0px;
}

.blog-post-view .custom-contact-us-page {
    background-color: #F1F2F4;
    padding-bottom: 207px;
}

.blog-post-view .social-block {
    padding: 60px 40px 30px;
}

.blog-post-view .blog-widget-recent h3 {
    padding: 30px 0px 30px;
    border-top: 1px solid #A4AAB6;
    font-size: 20px;
    color: #1A1A1A;
    font-weight: bold;
}

.blog-post-view .custom-recent-posts {
    padding: 0px 40px 30px;
}

.blog-post-view .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
    width: 100%;
    margin: 0;
    display: flex;
    padding-bottom: 30px;
}

.blog-post-view .post-content .post-description .post-ftimg-hld img {
    max-width: 150px;
    height: 130px;
}

.blog-post-view .post-holder .post-header .post-info {
    padding: 15px 0 16px 0;
}

.blog-post-view .post-header {
    display: inline-block;
    width: calc(100% - 150px);
    padding-left: 20px;
}

.blog-post-view .post-list .post-header .post-title {
    margin: 0;
    padding: 0;
    float: none;
    max-width: 100%;
}

.blog-category-view .banner-text .banner-title {
    max-width: 60%;
}

.blog-post-view .post-list .post-posed-date {
    padding: 0;
}

.blog-post-view .post-title-holder a.post-item-link {
    width: 100%;
}

.blog-post-view .post-holder .post-header .post-info .value {
    font-style: normal;
}

.blog-post-view .post-list .post-header .post-title a {
    font-size: 16px;
    color: #1A1A1A;
    font-weight: bold;
    height: 70px;
    overflow: hidden;
}

.blog-post-view .custom-container-attributes,
.catalog-category-view .category-view {
    position: relative;
}

.blog-post-view .home-market-header-title {
    position: absolute;
    top: 12.34vw;
    left: 5.2%;
}

.blog-post-view .home-market-header-title span {
    color: #A4AAB6;
}

.blog-post-view .page-title-wrapper {
    position: absolute;
    top: 14.58vw;
    left: 5.2%;
}

.blog-post-view .page-title {
    font-size: 3.90vw;
    color: #000000;
    max-width: 86.75%;
    font-weight: bold;
}

.blog-post-view .page-header .header.content {
    padding: 0px 30px;
    background-color: #000;
    z-index: 9;
    height: 110px;
    align-items: center;
}

.blog-post-view .post-view .post-info {
    display: none;
}

.blog-post-view .logo img {
    max-height: 50px;
}

.blog-post-view .section-overlap-row .post-description,
.max-content {
    max-width: 930px;
}

.blog-post-view .owl-carousel .owl-item img {
    width: 100%;
    padding: 0;
    margin: 0;
    max-width: 435px;
    height: 350px;
    object-fit: cover;
}

.blog-post-view .post-holder {
    list-style-type: none;
}

.blog-post-view .owl-carousel .post-content {
    display: flex;
    flex-direction: column;
}

.blog-post-view .owl-carousel .post-read-more {
    order: 4;
    color: #b01c12;
}

.blog-post-view #custom-related-posts {
    padding: 178px 155px 100px;
    margin: 0;
}

body.blog-post-view .columns .column.main {
    background-color: #1A1A1A;
}

.blog-post-view .post-title-holder-post h2 a {
    color: #fff;
}

.owl-nav {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
    left: 50%;
}

body.blog-post-view .owl-next,
body.blog-post-view .owl-prev {
    display: inline-block;
    width: 50%;
}

body.blog-post-view .owl-nav .owl-next .fa {
    float: right;
}

body.blog-post-view .owl-nav i.fa {
    color: #fff;
    font-size: 34px;
}

.blog-post-view .post-content .post-description img {
    margin: 0px;
    max-width: 100%;
    height: 550px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.blog-post-view p.title-meta+p {
    width: 100%;
}

.blog-post-view .owl-prev .fa-long-arrow-left {
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/left_arrow.png);
    background-repeat: no-repeat;
    background-position: center left;
    width: 100%;
    height: 25px;
}

.blog-post-view .owl-next .fa-long-arrow-right {
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 25px;
}

.blog-post-view .fa-long-arrow-left:before,
.blog-post-view .fa-long-arrow-right:before {
    content: none;
}


/* category view  */

.custom-container-attributes .home-market-header-title {
    color: #fff;
}


/* .catalog-category-view .inner-title {
    margin-bottom: 0;
} */

.color-red {
    color: #B01C12;
}

.catalog-category-view .banner-text .banner-title {
    max-width: 60%;
}

.catalog-category-view .custom-container-attributes {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 5.2%;
}

.catalog-category-view .columns {
    display: flex;
    flex-wrap: nowrap;
}

.catalog-category-view.page-layout-2columns-left .column.main {
    width: calc(100% - 495px);
    float: none;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 0;
}

.catalog-category-view.page-layout-2columns-left .sidebar-main {
    max-width: 495px;
    float: none;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0;
    width: 100%;
    margin-top: -80px;
}

.catalog-category-view .custom-sidebar-contact-cat {
    padding: 30px;
    padding-top: 0;
}

.custom-sidebar-contact-cat .sidebar-second-level {
    background: #E8E8E8;
    text-align: center;
    margin-bottom: 30px;
    padding: 28px 30px 30px;
}

.catalog-category-view .sidebar .o-list.Custallcategory li {
    list-style: none;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 2em;
}

.catalog-category-view .sidebar .o-list.Custallcategory li .o-list.o-list--unstyled li {
    margin-bottom: 1.125em;
}

.catalog-category-view .sidebar .o-list.Custallcategory li .o-list.o-list--unstyled li:last-child {
    margin: 0;
}

.catalog-category-view .sidebar .o-list.Custallcategory li .o-list.o-list--unstyled li a {
    font-size: 1em;
    font-weight: 400;
}

.catalog-category-view .sidebar .o-list.Custallcategory li a {
    font-size: 1.25em;
    color: #1A1A1A;
    /* font-weight: bold; */
}

.catalog-category-view .sidebar .o-list li a {
    color: #1A1A1A;
}

.catalog-category-view .sidebar .o-list li:last-child {
    margin-bottom: 0px;
}

.custom-download-fire {
    margin-bottom: 34px;
    color: #1a1a1a;
}

.custom-download-fire {
    margin-bottom: 34px;
    font-weight: bold;
}

.catalog-category-view .sidebar>.o-list {
    display: block;
    margin-top: 3.625em;
    padding-right: 4.375em;
    margin-bottom: 6.1875em;
    padding-left: 4.375em;
}

.custom-category-level-3 .custo-class-category-level .category-class:nth-child(even),
.category-mobile-type-extinguishers.custom-category-level-4 .custo-class-category-level .category-class:nth-child(even) {
    margin-right: -7.5em;
    padding-left: 7.5em;
    margin-bottom: 7.5em;
}

.custo-class-category-level .info {
    display: flex;
    align-items: center;
    position: relative;
    clip-path: none !important;
}

body.contact-index-index .contact input[type="text"]::placeholder,
body.contact-index-index .contact input[type="password"]::placeholder,
body.contact-index-index .contact input[type="url"]::placeholder,
body.contact-index-index .contact input[type="tel"]::placeholder,
body.contact-index-index .contact input[type="search"]::placeholder,
body.contact-index-index .contact input[type="number"]::placeholder,
body.contact-index-index .contact input[type="datetime"]::placeholder,
body.contact-index-index .contact input[type="email"]::placeholder,
body.contact-index-index .contact textarea::placeholder {
    color: #1a1a1a;
    opacity: 1;
}

.custo-class-category-level .info .image-custom-categoryt::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    left: 0;
    transition: 0.3s all linear;
    opacity: 0;
}

.custo-class-category-level .info:hover .image-custom-categoryt::after {
    opacity: 1;
}

.custo-class-category-level .info .image-custom-categoryt {
    overflow: hidden;
    position: relative;
}

.custo-class-category-level .info:hover .image-custom-hover {
    /* right: 50px; */
    /* transition: 0.5s all linear; */
    transform: translateX(-50px);
}

.custo-class-category-level .info:hover .image-custom-categoryt img {
    transform: scale(1.1);
    /* transition: 0.5s all linear; */
}

.custo-class-category-level .info .image-custom-categoryt img {
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

.custom-category-level-3 .custo-class-category-level .image-custom-hover,
.category-mobile-type-extinguishers.custom-category-level-4 .custo-class-category-level .image-custom-hover {
    position: absolute;
    right: 0;
    transition: 0.5s all linear;
}

.custo-class-category-level.box-content {
    z-index: 9;
    background-color: #1A1A1A;
    display: flex;
    position: relative;
}

.current-cat-desc.box-content.section-overlap-row {
    background: #F1F2F4;
}

.custo-class-category-level .info .btn-common a,
.custo-class-category-level .info .btn-common {
    color: #fff;
}

.custo-class-category-level .info .btn-common::before {
    background-color: #b01c12;
}

.custom-second-child-data a h4 {
    color: #fff;
    margin-right: -270px;
    margin-bottom: 0;
}

.custom-second-child-data {
    width: 180px;
    z-index: 9;
    margin-right: 10px;
}


/* .catalog-category-view .category-cms p:last-child {
    display: none;
} */

.catalog-category-view .category-cms {
    margin: 0px;
}

.custom-desc-overview {
    margin: 0px 0px 40px 0px;
    font-size: 14px;
    text-transform: uppercase;
    color: #A4AAB6;
    letter-spacing: 2px;
}

.messages {
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 9;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}


/* fire fighting equipment */

.catalog-category-view .title-meta {
    color: #1A1A1A;
    letter-spacing: 0.5px;
}

.catalog-category-view .custom-sub-cat-name {
    padding-left: 5.2%;
    top: -3.8vw !important;
    font-size: 4vw !important;
}
  .catalog-category-view .custom-sub-cat-name.caetgory-title-product {
        font-size: 7vw !important;
            top: 0.2vw !important;
    text-align: center;
}

.custom-category-level-2 .custom-sidebar-contact-cat {
    padding: 0;
}

.category-fire-fighting-equipment .custo-class-category-level .max-content {
    max-width: 1030px;
}

.custom-sub-cat-name {
    font-size: 15.625vw;
    font-weight: bold;
    display: block;
    position: absolute;
    top: -9.89vw;
    white-space: nowrap;
    color: transparent;
    overflow: hidden;
    right: 0;
    width: calc(100% - 0px);
    padding-left: 5.2%;
    -webkit-text-stroke: 1px rgb(164 170 182 / 0.2);
    pointer-events: none;
}

.catalog-category-view .box-content.section-overlap-row {
    padding-bottom: 100px;
}

.catalog-category-view .custo-class-category-level {
    padding-top: 183px;
}

.category-fire-fighting-equipment .custo-class-category-level .info,
.custom-category-level-2 .custo-class-category-level .info {
    flex-direction: column;
    position: relative;
    margin-bottom: 100px;
    padding-top: 50px;
}

.category-fire-fighting-equipment .image-custom-hover img {
    position: absolute;
    top: 55%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}

.custom-category-level-3.catalog-category-view .image-custom-hover,
.category-mobile-type-extinguishers.custom-category-level-4.catalog-category-view .image-custom-hover {
    position: absolute;
    /* right: 0; */
    left: auto;
    transition: transform 0.6s cubic-bezier(0.83, 0, 0.17, 1);
    transform: translateX(0px);
}


/* .custom-category-level-3.catalog-category-view .image-custom-hover img, .category-mobile-type-extinguishers.custom-category-level-4.catalog-category-view .image-custom-hover img {
    transition: transform 0.6s cubic-bezier(0.83, 0, 0.17, 1);
} */


/* .custom-category-level-2 .image-custom-hover img {
    transition: 0.5s all linear;
    width: 90%;
    margin: 0 auto;
    display: inherit;
}
.custom-category-level-2 .info:hover .image-custom-hover img {
    width: 100%;
} */

.category-fire-extinguishers .image-custom-hover img {
    position: static;
    top: auto;
    transform: none;
    left: auto;
    width: 100%;
}

.catalog-category-view .info:hover .image-custom-categoryt img {
    transform: scale(1.1);
}

.custom-category-level-2 .info .image-custom-categoryt img {
    min-height: 485px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

.catalog-category-view .info .image-custom-categoryt {
    overflow: hidden;
}

.category-fire-fighting-equipment .info a h4,
.custom-category-level-2 .info a h4 {
    color: #fff;
    max-width: 100%;
    text-align: center;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 9;
    width: 100%;
    transform: translateY(-50%);
}

.category-fire-fighting-equipment .category-class:nth-child(odd) h4,
.custom-category-level-2 .category-class:nth-child(odd) h4 {
    padding: 0px 40px;
}

.category-fire-fighting-equipment .category-class:nth-child(even),
.custom-category-level-2 .category-class:nth-child(even) {
    padding-right: 50px;
}

.category-fire-fighting-equipment .category-class:nth-child(odd),
.custom-category-level-2 .category-class:nth-child(odd) {
    padding-left: 50px;
    padding-top: 56px;
}

.catalog-category-view .sidebar .o-list.o-list--unstyled {
    border-bottom: 1px solid #A4AAB6;
    padding-bottom: 35px;
    padding-top: 18px;
}

.sidebar .o-list li.level1.active ul ul {
    border-bottom: none;
}


/* .sidebar .o-list.o-list--unstyled  .level1 a {
    padding-left: 10px;
} */


/* .catalog-category-view .sidebar .o-list.o-list--unstyled li a {
    font-size: 0.64em;
} */


/* .catalog-category-view .sidebar .o-list.o-list--unstyled li {
    margin-bottom: 18px;
    line-height: normal;
} */

.catalog-category-view .sidebar .o-list li.active>a,
.catalog-category-view .sidebar .o-list .active {
    color: #B01C12;
    font-weight: 700 !important;
}

.catalog-category-view .sidebar .o-list li.active>.expand,
.catalog-category-view .sidebar .o-list li.active>.expanded {
    transform: rotate(90deg);
    color: #b01c12;
}

.catalog-category-view .sidebar .o-list li:not(.active) .expand,
.catalog-category-view .sidebar .o-list li:not(.active) .expanded {
    color: #1a1a1a;
}

.post-categories .custom-category-4 {
    background-color: #A4AAB6;
}

.post-categories .custom-category-3 {
    background-color: #fff;
    color: #1A1A1A;
}

.catalog-category-view .columns {
    background: url(../../frontend/Nf/naffco/en_US/css/images/footer_bg_img.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

.catalog-category-view .sidebar-second-level .btn-common::before {
    background-color: #b01c12;
}

.category-fire-extinguishers.catalog-category-view .banner-text .banner-title {
    max-width: 100%;
}

body.catalog-category-view.custom-category-level-3 .sidebar li:not(.active) .o-list.o-list--unstyled,
body.catalog-category-view.custom-category-level-4 .sidebar li:not(.active) .o-list.o-list--unstyled {
    display: none;
}


/* prestigious project page */

.image-gallery-outer .image-detail .gallery-item {
    padding: 0px 37.5px;
    margin-bottom: 75px;
}

.prestigious-project-img-1 img {
    height: 39.68vw;
    object-fit: cover;
}

.prestigious-project-img-2 img {
    height: 56.45vw;
    object-fit: cover;
}

.prestigious-project-img-3 img {
    height: 25.78vw;
    object-fit: cover;
}

.image-gallery-outer .gallery-item .img-box {
    border: none;
}

.image-gallery-outer .img-title {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: 39px;
    left: 50px;
    z-index: 99;
    transition: all 0.5s ease;
    text-align: left;
    line-height: 1.236;
}

.image-gallery-outer .img-box-inner a::before {
    content: "";
    position: absolute;
    z-index: 999;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
    left: 0;
    bottom: 0;
}

.image-gallery-outer .img-box-inner a:after {
    z-index: 9;
    background-color: rgb(0 0 0 / 0.3);
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.image-gallery-outer .gallery-desc-box {
    display: block;
    padding: 0;
    position: absolute;
    top: auto;
    left: 50px;
    text-align: center;
    height: auto;
    width: auto;
    color: transparent;
    font-size: 16px;
    bottom: 0;
    background: transparent;
}

.image-gallery-outer .gallery-desc-box .gallery-content {
    position: static;
    top: auto;
    transform: none;
    -webkit-transform: none;
    padding: 0;
    width: auto;
    text-align: center;
}

.image-gallery-outer .gallery-desc-box .gallery-content button {
    box-shadow: none;
    font-size: 16px;
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    margin: 0;
}

.image-gallery-outer .img-box-inner:hover .gallery-desc-box {
    z-index: 99;
    bottom: 20px;
}

.image-gallery-outer .img-box-inner:hover .img-title {
    bottom: 59px;
}


/* breadcrumbs css */

.breadcrumbs .item,
.breadcrumbs .item a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "neue-haas-grotesk-text", sans-serif;
}

.breadcrumbs {
    position: absolute;
    right: 10px;
    top: auto;
    margin: 0;
    z-index: 9;
    bottom: 14.06vw;
}


/* market-page-css */

.news-index-index .news-lists .row {
    margin: 0;
    display: flex;
}

.news-index-index .market-content-box .post-entry-text p {
    max-width: 450px;
}

.passion-protect .product-solution-cat-image .inner-title {
    margin-top: 25px;
}

.news-index-index .col-md-7,
.news-index-index .col-md-5,
.news-index-index .col-md-4 {
    padding: 0px;
}

.news-index-index .news-lists img {
    width: 100%;
}

.news-index-index .post-list-text-content {
    padding: 0;
}

.news-index-index .custom-only-content-image .market-content-box {
    padding: 103px 150px;
}

.news-lists a.image-link-data {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.news-index-index .news-lists img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-index-index .post-entry {
    background-color: transparent;
}

.news-index-index .inner-title {
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    line-height: 1.3;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.news-index-index .product-solution-cat-image {
    width: calc(100% + (5.8% + -0px));
    margin-right: calc(-5.8% - 0px);
}

.custom-three-divs-inone .market-content-box {
    padding: 104px 95px;
    background-color: #fff;
}

.news-index-index a.btn-common {
    color: #1a1a1a;
}

.news-index-index a.btn-common:hover {
    color: #fff;
}

.news-index-index .news-lists {
    margin: 150px 0px 50px;
}

.passion-protect {
    position: relative;
}

.passion-protect::before {
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/event_top_bg.png);
    background-position: top -100px right;
    content: "";
    position: absolute;
    min-height: 1143px;
    width: 100%;
}

.news-index-index .columns {
    position: relative;
}

.news-index-index .columns::before {
    content: "";
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/footer_bg_img.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.news-index-index .post-header h1:before,
.news-index-index .post-header h2:before {
    content: none;
}


/* residential-commercial-fire-protection css */

.custom-category-sectioon .image-custom-categoryt img {
    height: 350px;
    object-fit: cover;
}

.news-view-index .row {
    margin: 0px;
}

.news-page .post.article-item {
    box-shadow: none;
    border: none;
}

.custom-contact-us-productpage .custprivacy {
    margin-top: 30px;
}

body .residential .custprivacy input {
    height: auto;
    line-height: normal;
    margin: 0;
}

body .residential .custprivacy {
    margin-top: 20px;
}

.residential .custprivacy div.mage-error[generated] {
    bottom: -15px;
}

.news-view-index .fieldset {
    margin: 0 0 20px;
}

.news-view-index .inner-title h2 {
    color: #1A1A1A;
    font-size: 1em;
    margin-bottom: 0.87em;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 0;
}

.custom-slider-below-text,
.custom-cat-title-market {
    font-size: 2.125em;
    color: #1a1a1a;
    font-weight: 700;
    text-align: center;
    padding: 30px 0 40px;
    cursor: pointer;
    max-width: 640px;
    margin: 0 auto;
}

.banner-1 .custom-slider-below-text {
    font-size: 34px;
}

.custom-slider-below-text:hover,
.custom-cat-title-market:hover {
    color: #b01c12;
}

.news-view-index .owl-nav {
    display: flex;
}

.news-view-index .category_related_bottom .owl-nav {
    bottom: auto;
    top: 50%;
}

.news-view-index .custm-conta-us-layout-page .box-content {
    padding: 90px 120px 60px;
}

.news-view-index .custom-view-post-third.box-content {
    padding: 60px 120px 192px;
}

.news-view-index .owl-prev {
    width: 50%;
}

.news-view-index .owl-prev:hover {
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/left_arrow_red.png);
}

.news-view-index .owl-next:hover {
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/right_arrow_red.png);
}

.news-view-index .owl-prev {
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/left_arrow.png);
    background-repeat: no-repeat;
    background-position: center left;
    width: 100px;
    height: 25px;
    font-size: 0px;
    left: 0;
    position: absolute;
}

.news-view-index .owl-next {
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/right_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    height: 25px;
    font-size: 0px;
    right: 0;
    position: absolute;
}

.news-view-index .owl-next {
    width: 50%;
    text-align: right;
}

.news-view-index .owl-nav {
    bottom: 80px;
    top: auto;
}

.news-view-index #custom-banner-1 .owl-nav {
    bottom: 85px;
    top: auto;
}

.news-view-index.category-trucks-vehicles .owl-prev {
    left: 40px;
}

.news-view-index.category-trucks-vehicles .owl-next {
    right: 40px;
}

.news-view-index .custom-category-section-black .owl-carousel .owl-stage-outer {
    padding: 0;
    margin-top: 0px;
}

.news-view-index li {
    list-style-type: none;
}

.news-view-index ul {
    padding: 0;
}

.news-view-index .owl-carousel .owl-stage-outer {
    padding: 0;
    margin-top: 40px;
}

.news-view-index .custom-category-section-black .owl-nav {
    bottom: auto;
    top: -70px;
    display: block !important;
}

.news-view-index .custom-category-section-black {
    background-image: none;
    padding: 45px 120px 80px;
    background-color: #1A1A1A;
}

.news-view-index .custom-cat-title-market {
    color: #fff;
}

.news-view-index .custom-view-post-third {
    background-image: none;
}

.news-view-index .title-meta p {
    margin-bottom: 0;
    font-size: 24px;
}

body.news-view-index .info.item .link h4,
body.news-view-index #custmarketsection .info.item .link h4 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 0;
}

.news-page.news-view-index .page-wrapper {
    background-color: #1a1a1a;
}

.separater {
    margin: 50px 0px;
    border-bottom: 1px solid #A4AAB6;
}

.custom-view-post-third.box-content .naffco-content-3 p {
    margin: 0;
}

.custom-related-categories-markets {
    position: relative;
}

.news-view-index .custom-category-sectioon .image-custom-hover,
.news-view-index #custmarketsection .image-custom-hover {
    position: absolute;
    top: 45%;
    transform: translatey(-50%);
}

.news-view-index #custmarketsection .item {
    position: relative;
}

.news-view-index .custom-related-cats.custom-category-sectioon .image-custom-hover {
    position: absolute;
    top: 50%;
    max-width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 70%;
}

.news-view-index .box-content p:last-child {
    margin-bottom: 0px;
}

body .page-main .custom-related-categories-markets .custom-related-cats {
    padding: 146px 155px 192px;
}

.custom-related-cats .owl-item .image-custom-categoryt img {
    min-height: 400px;
    object-fit: cover;
}

.news-view-index .residential input {
    margin-bottom: 20px;
}

.news-view-index .residential textarea {
    margin-bottom: 0px;
}

.contact-about-name-custom {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
}

.news-view-index .custom-related-cats .owl-nav {
    bottom: auto;
    top: 50%;
    transform: translateX(-50%);
}

.custom-sub-cat-name {
    font-size: 9.3vw;
    top: -4vw;
    padding-left: 0;
/*    text-align: center;*/
}

.block.related .custom-sub-cat-name,
.catalog-product-view .custom-related-categories-markets.custom-related-pro-data .custom-sub-cat-name {
    top: 0 !important;
    transform: translateY(-50%);
    margin: 0;
    line-height: normal;
    height: auto;
}

.custom-text-market-form {
    padding: 60px 30px;
}

body.news-view-index .submit-btn .action.primary {
    background-color: #1A1A1A;
    border-color: #1A1A1A;
}

.residential .field .control {
    position: relative;
}

.residential div.mage-error[generated] {
    margin-top: 0px;
    position: absolute;
    bottom: 3px;
}

.news-view-index .residential textarea.mage-error {
    margin-bottom: 15px;
}


/*---- Related Projects ----*/

.news-view-index .custom-view-post-third.box-content {
    padding: 60px 120px 60px;
}

.projects .image-custom-project {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 1.3;
}

.projects.custom-category-section-black .custom-sub-cat-name {
    font-size: 9.3vw;
    top: -6.8vw;
    padding-left: 0;
    text-align: center;
}

.projects.custom-category-section-black {
    position: relative;
    padding: 160px 80px 80px;
}


/* product dropdown */

.parent-cat-tilte,
.tab-one-description,
.parent-cat-details ul {
    padding-left: 30px;
}

.product-open .hamburger-product:focus,
.product-open .hamburger-product:active {
    border: 1px solid #b31c27;
}

.cms-product .parent-cat-tilte {
    border-left: 1px solid #b31c27;
}

.tab-one-description .inner-title,
.tab-one-description .title-meta a,
.tab-one-description .title-meta {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.cms-product .parent-cat-details ul {
    padding-top: 52px;
    padding-left: 80px;
}

.cms-product .browse-pro-btn {
    margin-top: 50px;
    display: flex;
    max-width: 231px;
}

.cms-product .cat-desc.tab-one-description {
    padding-left: 0;
    padding-top: 0px;
}

.custom-header-top-products .cms-product li .title-meta a,
.custom-header-top-products .cms-product li p a {
    display: inherit;
    font-size: 16px;
}

.tab-one-description .inner-title,
.tab-one-description .title-meta a,
.tab-one-description .title-meta,
.tab-one-description p {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    display: inline;
}

.tab-one-description .title-meta {
    font-size: 0;
}

.tab-2 .tab-one-description .title-meta {
    font-size: 16px;
}


/* footer */

.custom-whats-app-block {
    display: inline-block;
    flex-direction: column;
    position: absolute;
    right: -95px;
    width: auto;
    bottom: 65px;
}

.custom-footer-two {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.page-footer .footer.content {
    position: relative;
}

.custom-whats-app-block .fab,
.custom-whats-app-block .far {
    font-size: 30px;
    color: #fff;
}

.custom-whatApp,
.custom-assist {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #b01c12;
    border-radius: 30px;
}

.custom-whatApp {
    margin-bottom: 23px;
}

.cms-bg-wrap {
    position: relative;
}

.cms-bg-img {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    left: 0;
    top: 0;
}

.cms-bg-img::before {
    content: "";
    width: 100%;
    height: 65vw;
    background-color: #f2f3f5;
    bottom: 0;
    left: 0;
    position: absolute;
    transform: translateY(100%);
}

.cms-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-view {
    display: none;
}


/* portable type extinguishers */

.category-portable-type-extinguishers .custom-sub-cat-name {
    font-size: 15.625vw;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 0;
    white-space: nowrap;
    color: transparent;
    overflow: visible;
    right: 0;
    width: calc(100% - 0px);
    padding-left: 5.2%;
    -webkit-text-stroke: 1px rgb(164 170 182 / 0.2);
    pointer-events: none;
    height: 100%;
}

.category-portable-type-extinguishers .products.products-grid,
.category-portable-type-extinguishers .custom-slider {
    position: relative;
    padding: 0;
    margin: 0;
}

.custom-header-top-products .cms-product li.active::after {
    border-top: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #b01c12;
}


/* search result page */

.catalogsearch-result-index .page-header .header.content {
    background-color: #000;
    z-index: 99;
}

.catalogsearch-result-index header.page-header {
    position: static;
}

.catalogsearch-result-index .products.list {
    display: inline-block;
    padding-left: 7%;
    padding-right: 12%;
    padding-bottom: 5%;
    padding-top: 12.5%;
}

.catalogsearch-result-index.page-products .products-grid .product-item {
    margin-left: 0;
    margin-right: 2%;
}

.catalogsearch-result-index.page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
}

.catalogsearch-result-index .product-item-name>a.product-item-link {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 0;
    width: 80%;
    display: block;
}

.catalogsearch-result-index .products-grid .products.list .custom-sub-cat-name {
    top: -10px;
    overflow: visible;
    padding-left: 0;
    font-size: 15.625vw;
}

.catalogsearch-result-index .products.products-grid {
    position: relative;
    padding: 0;
    margin: 0;
}

body.catalogsearch-result-index .page-wrapper .page-main {
    background-color: #f1f2f4;
}

.catalogsearch-result-index .page-title-wrapper {
    padding-top: 10vw;
    padding-left: 5.2%;
    padding-bottom: 5vw;
}

.catalogsearch-result-index .page-title-wrapper .banner-title {
    font-size: 3.90vw;
    color: #000000;
    max-width: 86.75%;
    font-weight: bold;
}

.catalogsearch-result-index .products-grid .products.list .product-item-info:hover,
.catalogsearch-result-index .products-grid .products.list .product-item-info.active {
    margin: 0;
    padding: 0;
    border: 0;
}

.catalogsearch-result-index .products-grid .products.list .product-image-custom {
    overflow: hidden;
}

.catalogsearch-result-index .products-grid .products.list .product-image-custom:hover img {
    transform: scale(1.1);
}

.catalogsearch-result-index .products-grid .products.list .product-image-custom {
    background-color: #242424;
}

.catalogsearch-result-index .products-grid .products.list .product-image-custom img {
    transition: all 0.5s ease;
}


/* sitemap */

.cms-sitemap header.page-header,
.cms-privacy-policy header.page-header,
.cms-term-conditions header.page-header {
    position: static;
    width: 100%;
    background: #000;
}


/* extra */

.cms-term-conditions .page-wrapper .breadcrumbs {
    display: none;
}

.cms-privacy-policy .page-wrapper .breadcrumbs {
    display: none;
}

.cms-sitemap .page-wrapper .breadcrumbs {
    display: none;
}


/*-- Search Autocomplete --*/

.block-search .searchsuite-autocomplete {
    background-color: #1A1A1A;
    border: none;
    left: 0;
    margin-top: 28px;
    right: 0;
    height: calc(110vh - 282px);
    padding: 20;
}

.block-search .searchsuite-autocomplete .title {
    display: none;
}

.block-search .searchsuite-autocomplete ul {
    padding: 0;
}

.block-search .searchsuite-autocomplete .product ul li {
    border-bottom: none;
    background-color: #242424;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.block-search .searchsuite-autocomplete ul li .qs-option-image {
    float: left;
    max-width: none;
    width: 153px;
    height: 153px;
}

.block-search .searchsuite-autocomplete ul li .qs-option-info {
    color: #fff;
    float: left;
    padding-left: 30px;
    width: calc(100% - 153px);
    margin-bottom: 10px;
}

.block-search .searchsuite-autocomplete ul li a {
    color: inherit;
}

.custom-category-level-2 .image-custom-hover {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
}

.custom-category-level-2 .custo-class-category-level .info:hover .image-custom-hover {
    right: 0;
    transition: none;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
}

.product-solution-cat-image.box-content.section-overlap-row {
    display: block;
}

body .all-page-main-banner-image .cms-banner-img img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.product-solution-main-content .cms-banner-img::before,
.all-page-main-banner-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 0;
}


/*19-10-2020*/


/*trucks-vehicles start*/

.trucks-slider img,
.ambulance-sec img {
    height: 190px;
    object-fit: contain;
}

.trucks-slider .info h4,
.ambulance-sec .info h4 {
    text-align: center;
    font-size: 16px;
    max-width: 192px;
    margin: 0 auto;
    color: #fff;
    line-height: 1.5;
}


/* .category-fire-trucks.catalog-category-view .banner-text .banner-title {
    max-width: 100%;
} */

.categorypath-trucks-vehicles.page-layout-1column.page-with-filter .column.main {
    padding-top: 0;
    position: relative;
    z-index: 1;
    margin-top: -8.4375em;
}

.trucks-slider {
    background-color: #1A1A1A;
}

.trucks-slider {
    margin: 0 5.20vw;
    padding: 0;
    position: relative;
}

.trucks-slider .owl-carousel {
    position: static;
}

body .sub-all-cat-section .container,
body .custom-cat-description .container,
body .fire-section .container,
body .special-electrical-cat-sec .container,
body .ambulance-sec .container,
body .mobile-hospital-sec .container {
    max-width: 1410px;
}

.custom-cat-description {
    padding: 0 0px 3.5em;
}

.custom-cat-description .main-subpart {
    padding: 90px 15px 0;
}


/* .trucks-cat-slider {
    padding: 0px 60px;
} */

.custom-cat-description .cat-desc-ovr {
    margin: 0;
}

.fire-trucks-section {
    margin-bottom: 50px;
}

.main-subpart .col-md-6.child-cat-custom-data:nth-child(odd) {
    padding-right: 25px;
}

.main-subpart .col-md-6.child-cat-custom-data:nth-child(even) {
    padding-left: 25px;
}

.special-electrical-cat-sec .child-cat-custom-data:hover .inner-page-category-fifth::before,
.fire-section .child-cat-custom-data:hover .inner-page-category-fifth::before {
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(26, 24, 26, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    width: calc(100% - 30px);
    transition: 0.5s all linear;
}

body .special-electrical-cat-sec .child-cat-custom-data:hover .inner-page-category-fifth::before {
    width: calc(100% - 40px);
}

.special-electrical-cat-sec,
.ambulance-sec,
.mobile-hospital-sec {
    background-color: #1a1a1a;
}

.special-electrical-cat-sec .inner-page-category-fifth,
.fire-trucks-section .inner-page-category-fifth {
    overflow: hidden;
}

.fire-section .custom-both-image-and-name:hover img,
.fire-section .child-cat-custom-data:hover img,
.special-electrical-cat-sec .custom-both-image-and-name:hover img,
.special-electrical-cat-sec .child-cat-custom-data:hover img {
    transition: all 0.5s ease;
    transform: scale(1.1);
}

.fire-section {
    padding-bottom: 18.75em;
}

.special-electrical-cat-sec .main-subpart {
    margin-top: -18.75em;
}

.ambulance-sec {
    padding: 100px 0px 0px;
    text-align: center;
    color: #fff;
}

.ambulance-sec .main-info h4 a {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
}

.ambulance-sec .main-info h4 a:hover {
    color: #B01C12;
    cursor: pointer;
}

.ambulance-sec .ambulance-section {
    padding-top: 135px;
    padding-bottom: 125px;
    border-bottom: 1px solid #B01C12;
}

.categorypath-trucks-vehicles.catalog-category-view .custom-sub-cat-name {
    padding-left: 0;
    top: 0.1em;
}

.mobile-hospital-sec {
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/ambulanc_img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.mobile-hospital-right {
    padding-bottom: 189px;
    padding-top: 150px;
}

.mobile-hospital-sec .child-cat-name.inner-title,
.mobile-hospital-sec .child-product-url.btn-common,
.mobile-hospital-sec .child-cat-categorytexts p {
    color: #fff;
}

.categorypath-trucks-vehicles.catalog-category-view .columns {
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/event_top_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #F1F2F4;
}

.categorypath-trucks-vehicles.catalog-category-view.news-view-index .owl-carousel .owl-stage-outer {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.categorypath-trucks-vehicles.catalog-category-view.news-view-index .owl-carousel .owl-stage-outer h4 {
    margin-top: 10px;
}

.naffco-subpart p {
    font-size: 18px;
    font-size: 1.125em;
    margin-bottom: 2.22em;
    display: inline-block;
    line-height: 1.8;
}


/*trucks-vehicles*/

.trucks-slider.category_related {
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 0px;
}


/* .category-fire-trucks .trucks-slider {
    margin: 0;
} */

.category-fire-trucks.catalog-category-view.page-layout-2columns-left .sidebar-main {
    margin-top: 0;
    background-color: #fff;
}


/* .category-fire-trucks.catalog-category-view .columns {
    background-color: #F1F2F4;
    background-image: none;
} */

.trucks-slider.category_related_bottom .inner-page-category-second-name {
    text-align: left;
    left: 50px;
}

.trucks-slider.category_related_bottom .custom-child-hover-view-all {
    left: 50px;
}

.trucks-slider.category_related_bottom .child-cat-custom-data:hover .inner-page-category-fifth::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    transition: 0.5s all linear;
}

#sub-child-cat .owl-prev {
    left: 30px;
}

#sub-child-cat .owl-next {
    right: 30px;
}

.trucks-slider.category_related_bottom .child-cat-custom-data:hover img {
    transition: all 0.5s ease;
    transform: scale(1.1);
}

.child-cat-custom-data {
    overflow: hidden;
}


/* .category-fire-trucks.catalog-category-view .columns .box-content {
    background-color: transparent;
} */

.catalog-product-view.product-arff-vehicles-on-custom-built-chases-product {
    padding: 0;
    background: transparent;
}

body.catalog-product-view.product-arff-vehicles-on-custom-built-chases-product header.page-header {
    background: transparent;
}


/* .category-fire-trucks .sidebar-main .back-block,
.category-fire-trucks .custom-sidebar-contact-cat {
    display: none;
} */

.trucks-slider.category_related_bottom img {
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.trucks-slider.category_related_bottom .owl-carousel.owl-rtl {
    padding-right: 0;
    position: relative;
}

.categorypath-trucks-and-vehicles-122-fire-trucks .trucks-slider.category_related_bottom .owl-carousel.owl-rtl {
    position: static;
}

.category-fire-trucks.news-view-index .owl-prev {
    left: 30px;
}

ul#sub-cat {
    position: static;
    margin: 0;
}

.category-fire-trucks.news-view-index ul#sub-cat .owl-prev {
    left: 5.5%;
}

.category-fire-trucks.news-view-index ul#sub-cat .owl-next {
    right: 5.5%;
}

.category-fire-trucks.news-view-index .trucks-slider.category_related_bottom .owl-nav {
    bottom: 50%;
    top: auto;
}

.category-fire-trucks.news-view-index .trucks-slider.category_related_bottom .owl-prev {
    left: 5.2%;
}

.category-fire-trucks.news-view-index .trucks-slider.category_related_bottom .owl-next {
    right: 5.2%;
}

.category-fire-trucks.news-view-index .trucks-slider.category_related .owl-nav {
    bottom: 139px;
    top: auto;
}

.category-fire-trucks.catalog-category-view .sidebar>.o-list {
    margin-bottom: 10.1875em;
}

.category-fire-trucks.news-view-index .owl-carousel .owl-stage-outer {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-main p:empty {
    display: none;
}

.category-fire-trucks.news-view-index .owl-next {
    right: 30px;
}

.category-fire-trucks .trucks-slider .container {
    max-width: 1410px;
}

.trucks-slider.category_related_bottom {
    padding: 150px 0px 130px;
}

.category-fire-trucks.catalog-category-view .custom-sub-cat-name {
    padding-left: 0;
    top: 0;
    z-index: 9;
    transform: translateY(-50%);
}

.custom-product-view {
    position: relative;
}

.custom-product-view .custom-container-attributes.banner-text {
    left: 5.2%;
}

.category-fire-trucks.catalog-category-view .ambulance-sec .custom-sub-cat-name {
    z-index: 0;
}

.category-fire-trucks.catalog-category-view .ambulance-sec .custom-sub-cat-name {
    top: 1vw;
}

.custom-category-level-3 .breadcrumbs .item:not(:last-child):after {
    font-size: 8px;
    line-height: 20px;
}

.child-cat-name.inner-title {
    line-height: 1.4;
    margin-bottom: 30px;
}

.pro-banner .breadcrumbs {
    top: 95%;
}


/* 22-10-2020 */

.product-arff-vehicles-on-custom-built-chases-product .columns div#authenticationPopup+p,
.product-arff-vehicles-on-custom-built-chases-product .product.media {
    display: none;
}

.product-arff-vehicles-on-custom-built-chases-product .banner-text .banner-title {
    max-width: 55%;
    font-size: 3.64vw;
}

body.category-special-purpose-vehicles .page-main .custom-contact-us-productpage.container {
    padding-top: 0;
}

body.product-arff-vehicles-on-custom-built-chases-product .container,
body .page-main .custom-contact-us-productpage.container {
    max-width: 1440px;
}

.description-first {
    padding: 80px 0px 100px;
}

.description-first .home-market-header-title {
    margin-bottom: 40px;
    margin-top: 83px;
}

.desc-fst-text .home-market-header-title span {
    font-size: 16px;
    color: #000;
}

.description-first .img-fst {
    margin-top: 85.4px;
}

.desc-fst-img img {
    margin-bottom: 74px;
}

.desc-fst-img ul>li,
.desc-fst-img ol>li {
    margin-top: 0rem;
    margin-bottom: 30px;
    color: #1A1A1A;
}

.desc-fst-img li::marker {
    color: #B01C12;
}

.table-img {
    position: relative;
}

.table-img .hover-text {
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    text-align: center;
    line-height: normal;
}

.table-img:before {
    content: "";
    background: linear-gradient( 180deg, rgb(0 0 0/0%) 0%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
}

.table-img img {
    max-width: 100%;
    width: 100%;
}

.table-str .specs-table tr:first-child th {
    font-size: 20px;
    color: #B01C12;
    border: none;
    font-weight: 600;
}

.table-str .table-bordered.specs-table>tbody>tr>th,
.table-str .table-bordered.specs-table>tbody>tr>td {
    border: none;
}

.table-str .specs-table tr th:first-child {
    font-weight: 600;
}

.table-section .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F1F2F4;
}

.table-str .specs-table tr:first-child th {
    background-color: #f1f2f4;
}

.table-str .specs-table tr:first-child th:first-child {
    background-color: transparent;
}

.table-str table.table-striped.table-bordered.specs-table {
    border-top: none;
}

.table-section .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #fff;
}

.table-section .table-str .specs-table tr:first-child {
    background-color: transparent;
}

.table-str th,
.table-str td {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 20px 30px;
    color: #1a1a1a;
}

.table-str th br {
    display: none;
}

.table-str table {
    margin-top: -65px;
}

.table-img {
    position: relative;
    z-index: -1;
    display: block;
}

.product-gallery {
    overflow: hidden;
    padding: 75px 0px 0;
}

.product-gallery .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.product-gallery img {
    height: 700px;
    object-fit: cover;
}

body .product-gallery.news-view-index .owl-nav {
    bottom: auto;
    top: -80px;
    right: -75px;
    width: 150px;
    left: auto;
}

.trucks-slider.category_related {
    margin: 0;
}

.category-view+p {
    display: none;
}

.product-arff-vehicles-on-custom-built-chases-product {
    background-color: #F1F2F4;
}

.breadcrumbs .items>li {
    line-height: 25px;
}

/*.category-fire-trucks .breadcrumbs {
    top: 95%;
}*/

.trucks-slider .trucks-cat-slider ul#sub-child-cat {
    position: static;
    margin-bottom: 0;
}

.news-view-index .trucks-slider .trucks-cat-slider ul#sub-child-cat .owl-nav {
    bottom: 58%;
    top: auto;
}

.trucks-slider .trucks-cat-slider .owl-carousel .owl-item img {
    object-fit: cover;
}

.category-trucks-and-vehicles-122 .all-page-main-banner-image::after {
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
}

.category-trucks-and-vehicles-122 .all-page-main-banner-image::before {
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
}

.category-trucks-and-vehicles-122 .all-page-main-banner-image {
    position: relative;
}

.img-fst img {
    max-width: 100%;
    width: 100%;
}

.owl-carousel-products-related .owl-nav {
    top: 40%;
}

.product-arff-vehicles-on-custom-built-chases-product .cms-banner-img::after {
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
}


/* .product-arff-vehicles-on-custom-built-chases-product .cms-banner-img::before {
    content: "";
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
} */

.product-arff-vehicles-on-custom-built-chases-product .all-page-main-banner-image::after {
    content: "";
    background: rgb(0, 0, 0);
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 100%;
    height: 10%;
    bottom: 0;
    left: 0;
    top: auto;
}

.categorypath-trucks-and-vehicles-122-fire-trucks.catalog-category-view .banner-text .banner-title {
    max-width: 100%;
}

.contact-us-sec {
    padding-bottom: 10.03vw;
    padding-top: 3.44vw;
}

.trucks-slider.category_related_bottom {
    margin: 0;
}


/* .trucks-slider.category_related_bottom .inner-page-category-second-name, .child-cat-hover-img a {
    text-align: right;
} */


/*.no-bg .box-content {
    background: transparent;
}*/


/* .columns.no-bg {
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(241,242,244,1) 50%);
} */


/* .catalog-category-view.categorypath-trucks-and-vehicles-122-fire-trucks .custom-container-attributes {
    top: 50%;
} */

.all-page-main-banner-image img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.home-market-header-title img {
    height: auto;
    width: auto;
}


/* .product-arff-custom-built-chassis .submit-btn .action.primary::before {
    content: "";
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/right_arrow_contact.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 100%;
    background-position: center center;
    background-size: contain;
} */

.no-bg .column {
    background: #F1F2F4;
}

.product-arff-vehicles-on-custom-built-chases-product .all-page-main-banner-image .container {
    max-width: 89.6%;
}

.product-arff-vehicles-on-custom-built-chases-product .all-page-main-banner-image .container .breadcrumbs {
    top: auto;
    bottom: 15px;
}


/* .category-fire-trucks.catalog-category-view .banner-text .banner-title {
    max-width: 100%;
} */

.custom-category-level-3 .custo-class-category-level .category-class:nth-child(odd),
.category-mobile-type-extinguishers.custom-category-level-4 .custo-class-category-level .category-class:nth-child(odd) {
    margin-bottom: 6.25vw;
}

.custom-category-level-4.category-portable-type-extinguishers .custom-sub-cat-name {
    top: -15vw;
    overflow: hidden;
}

.custom-category-level-4 .third-level-category {
    padding-right: 3.90vw;
    padding-bottom: 4.16vw;
    padding-left: 0;
}

.custom-category-level-4 .max-content {
    max-width: 1015px;
    display: flex;
    flex-wrap: wrap;
}

.custom-category-level-4 .third-level-category .third-level-custom-block+a.link {
    color: #fff;
    font-family: neue-haas-grotesk-text, sans-serif;
    font-style: normal;
    font-weight: 500;
    padding-top: 30px;
    display: block;
}

.cms-products-solutions .custom-product-listingpage-custom .child-cat-hover-img a {
    text-align: center;
}

.read-more-btn .fa {
    font-size: 16px;
}

.market-content-box a:hover {
    color: #b01c12;
}

.market-content-box a {
    color: #000;
    text-decoration: none;
}

.blog-index-index .all-page-main-banner-image::before,
.contact-index-index .all-page-main-banner-image::before {
    background-color: rgba(0, 0, 0, 0.55);
}

.custom-category-level-3 .custo-class-category-level img,
.category-mobile-type-extinguishers.custom-category-level-4 .custo-class-category-level img {
    max-width: 750px;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

.news-page.news-index-index .columns::before {
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/market_bottom.jpg);
}

.custom-left-content-data.cust-left-data li {
    margin: 0;
}

button.hamburger-menu:focus,
button.hamburger-menu:active,
button.hamburger-menu:hover {
    background: #fff;
}

.menu-open button.hamburger-menu:focus,
.menu-open button.hamburger-menu:active,
.menu-open button.hamburger-menu:hover {
    background: transparent;
}

.sidebar .o-list li a {
    font-family: "neue-haas-grotesk-text", sans-serif;
}

.newsletter .field .control input::placeholder {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-size: 16px;
    color: #363636;
    font-weight: 400;
}

.mission-vision .cms-bg-img::before {
    content: none;
}

.blog-post-view .all-page-main-banner-image:before {
    content: none;
}

.custom-category-level-5 .category-class.third-level-category .image-custom-categoryt {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 20px;
}

.lang-open header.page-header {
    z-index: 99;
}

.lang-open .page-header .header.content {
    background-color: #ffffff;
}

.lang-open .custom-search-products-menu .cust-lang-str-blk .custom-store-lang {
    z-index: -2;
}

.lang-open .page-header .header.content .logo:before {
    content: "";
    background-image: url(../../frontend/Nf/naffco/en_US/css/images/logo-red-drop.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 160px;
    height: 50px;
    position: absolute;
}

.lang-open .page-header .header.content .logo {
    opacity: 1;
}

.sitemap-section li {
    padding-right: 15px;
    line-height: 1.5;
}

.lang-open .red-dropdown-logo img {
    display: none;
}

body.cms-training-1 .columns .column.main {
    padding-top: 50px;
}

.custom-footer-links {
    overflow: hidden;
}

.news-view-index.news-page .custom-project-sectioon .image-custom-categoryt img {
    height: 350px;
    object-fit: cover;
    object-position: center;
}

#custmarketsection-project {
    direction: ltr;
}

body .nafco-block {
    padding: 17.9em 7.68em 6.56em;
}

.nafco-block p {
    letter-spacing: normal !important;
}


/* 23-08-2021 start */

.catalog-product-view .header.content.sticky {
    position: static;
}

body.catalog-product-view {
    padding-top: 100px;
}


/*--- 404 page---*/

.cms-no-route header.page-header {
    position: relative;
    width: 100%;
    background-color: #1a1a1a;
}

.cms-no-route .column.main li {
    font-size: 1.1125em;
    font-family: "neue-haas-grotesk-text", sans-serif;
}

.page-layout-2columns-right.cms-no-route .column.main {
    width: 100%;
    float: left;
    padding: 30px 0
}

.cms-no-route .column.main dt {
    font-size: 2.88em;
    font-family: neue-haas-grotesk-display, sans-serif;
}

.blog-post-view .page-title-wrapper {
    top: 13.58vw;
    left: 0;
    padding-left: 5.4vw;
}

.blog-post-view .home-market-header-title {
    top: 12.14vw;
    left: 0;
    padding: 0 5.4vw;
}

.custom-category-level-3.catalog-category-view.page-layout-2columns-left .column.main {
    background: linear-gradient( 180deg, rgba(241, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.trucks-slider .trucks-cat-slider ul#sub-child-cat img {
    height: auto;
    object-fit: cover;
    max-width: 100%;
    max-height: 230px;
}

.table-section .table-str .table-bordered.specs-table>tbody>tr>th:nth-child(2) {
    background-color: #b01c12;
    color: #ffffff;
}

.table-section .table-str .table-bordered.specs-table>tbody>tr>td:nth-child(2) {
    background-color: rgb(176 28 18 / 10%);
}

.table-str .specs-table {
    table-layout: fixed;
}

#sub-cat.trucks-slider img {
    object-fit: cover;
}

#sub-cat.trucks-slider img.naffco-subcat-img {
    object-fit: cover;
    min-height: 215px;
    height: 215px;
    padding-top: 0;
}

.toolbar-blog-posts .pages .item {
    vertical-align: top;
}

.toolbar-blog-posts .pages a.page:hover {
    color: #b01c12;
}

.toolbar-blog-posts .pages .action.next:hover::before {
    color: #b01c12;
}

.ambulance-sec .ambulances-three-img-sec {
    clip-path: none !important;
}

body.catalog-product-view .page-main .custom-contact-us-productpage.container {
    padding-bottom: 0;
}

.table-str .table-bordered.specs-table>tbody>tr>th:not(:first-child) {
    vertical-align: middle;
}

.main-subpart .child-cat-custom-data {
    margin-bottom: 50px;
}

#sub-gallery .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}


/* 09-09-2021 */

.category-fire-trucks.custom-category-level-3 .sidebar-main {
    position: absolute;
}

.category-fire-trucks.custom-category-level-3 .Custallcategory {
    display: none;
}

.category-fire-trucks.custom-category-level-3 .custom-cat-description .box-content.current-cat-desc {
    padding: 7.5vw 15px 0;
}

.category-fire-trucks.custom-category-level-3 .custom-cat-description .max-content {
    max-width: 73.5681%;
    margin: 0 auto;
}

.category-fire-trucks.custom-category-level-3 .all-page-main-banner-image:before {
    content: none;
}

.category-fire-trucks.custom-category-level-3 .custom-sub-cat-name {
    font-size: 11.3vw;
}

.category-fire-trucks.custom-category-level-3 .trucks-slider.category_related_bottom .inner-page-category-second-name {
    width: 50%;
}

.category-fire-trucks.custom-category-level-3 #sub-cat.trucks-slider img {
    object-fit: cover;
}


/* .custom-training .row .col-md-12 {
    padding: 0;
} */

.category-fire-trucks.custom-category-level-3 .custom-sidebar-contact-cat {
    display: none;
}

.category-fire-trucks .breadcrumbs {
    width: auto !important;
}

.page-layout-2columns-left .breadcrumbs {
    max-width: calc(100% - 460px);
    right: 0;
}

@media only screen and (min-width:2000px) {
    .home-page-product-solutions .desktop-view .main-cat-image {
        background-size: cover;
    }
}

@media only screen and (min-width:1300px) and (max-width:1900px) {
    body.category-fire-fighting-equipment .info a h4,
    body.custom-category-level-2 .info a h4 {
        padding: 0 80px !important;
    }
    .catalog-category-view .sidebar .o-list.Custallcategory li {
        margin-bottom: 1em;
    }
}

@media only screen and (min-width:1025px) {
    .mobile-hospital-sec .mobile-hospital-right {
        width: 35%;
    }
    .mobile-hospital-sec .mobile-hospital-left {
        width: 65%;
    }
    .mobile-hospital-right {
        padding-bottom: 9.84375vw;
        padding-top: 7.8125vw;
    }
    .catalog-product-view .custom-related-pro-data.custom-related-categories-markets .container {
        max-width: 75.67%;
        width: 100%;
    }
    .breadcrumbs .items {
        display: flex;
        flex-wrap: wrap;
    }
    .cms-about-us .our-success.about-success-page .box-content {
        height: auto;
        padding-bottom: 5.208333vw;
    }
    .cms-about-us .integrated-mngmnt.about-success-page .box-content {
        height: auto;
        padding-bottom: 5.208333vw;
    }
    .our-success.about-success-page {
        padding-bottom: 15.583vw;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1900px) {
    .category-fire-trucks.news-view-index .owl-next {
        right: 15px;
    }
    .category-fire-trucks.news-view-index .owl-prev {
        left: 15px;
    }
    .news-view-index .trucks-slider .trucks-cat-slider ul#sub-child-cat .owl-nav .owl-prev {
        left: 30px;
    }
    .news-view-index .trucks-slider .trucks-cat-slider ul#sub-child-cat .owl-nav .owl-next {
        right: 30px;
    }
    ul#sub-cat {
        padding: 0px 100px;
        margin: 0;
    }
    body.product-arff-vehicles-on-custom-built-chases-product .container,
    body .page-main .custom-contact-us-productpage.container {
        max-width: 89.6%;
    }
    /* lang dd */
    .stroename {
        font-size: 20px;
    }
    .custom-store-language {
        margin-top: 40px;
    }
    .continent-title {
        color: #b01c12;
        font-size: 32px;
    }
    .store-view a {
        font-size: 14px;
    }
    /* footer css */
    .custom-whats-app-block {
        right: -70px;
        bottom: 60px;
    }
    .footer .about-nafco-block-footer img {
        max-width: 180px;
    }
    .footer .custom-assistence {
        font-size: 0.7em;
        line-height: 1.5;
    }
    .footer .cust-naffco-number strong {
        font-size: 34px;
        line-height: 1.5;
    }
    .footer .custom-footer-two .custom-nafco-number-normal a {
        letter-spacing: 8px;
    }
    .footer .cust-email-footer a {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 1px;
    }
    .footer .footer-links-right-block a {
        font-size: 12px;
        line-height: 1.6;
    }
    .footer .custom-training.custom-all-tarining-data li a {
        font-size: 12px;
    }
    .footer .custom-training-section li {
        padding-right: 6px;
    }
    .footer .custom-footer-two .col-md-3:before {
        width: 80%;
    }
    body .footer .footer-title {
        font-size: 15px;
    }
    .footer .custom-training.custom-all-tarining-data+.custom-training {
        margin-top: 25%;
    }
    /* footer end */
    .cms-product {
        padding: 130px 30px;
    }
    .custom-search-products-menu .cust-lang-str-blk .custom-store-lang {
        padding: 150px 30px;
    }
    .blog-posts-all li {
        padding-right: 2vw;
    }
    .inner-title,
    .news-view-index .inner-title h2 {
        font-size: 2.39vw;
    }
    .blog-posts-all .inner-title {
        font-size: 1.5em;
    }
    .custom-sidebar-call .custom-assistence,
    .custom-sidebar-call .custom-nafco-number-normal a {
        font-size: 0.83vw;
    }
    /* home-page-css */
    .cust-right-data .right-content .content {
        padding-right: 0;
    }
    .homepage-blog-desc-markets {
        margin-bottom: 3.125vw;
    }
    /* about-us page start */
    .our-sucess-right .ab-content {
        max-height: 28vw;
        display: block;
        overflow: auto;
    }
    body.cms-about-us .our-success .box-content {
        padding-bottom: 100px;
    }
    .banner-text .banner-title {
        font-size: 5.20vw;
    }
    .cms-about-us .integrated-mngmnt-left.more-active .read-more-btn-integrate {
        right: auto;
    }
    .cms-about-us .integrated-mngmnt-left.more-active .right {
        padding-left: 8.75vw;
    }
    .cms-about-us .breadcrumbs {
        display: none;
    }
    .box-content {
        padding: 3.38vw 3.90vw;
    }
    .profile-content {
        padding: 2.60vw 8.07vw 5.20vw;
    }
    .slider-block .item {
        padding: 30px;
    }
    .our-value {
        padding: 5.20vw 8.29vw;
    }
    .integrated-mngmnt {
        padding-top: 11.66vw;
    }
    .cms-about-us .integrated-mngmnt-right {
        margin-top: -11.45vw;
    }
    .cms-about-us .integrated-mngmnt .box-content {
        left: 15px;
    }
    .nafco-block {
        padding: 15.20vw 5.02vw 5.41vw;
        background-position: top 10% center;
    }
    .green-policy {
        padding-bottom: 6.56vw;
        padding-top: 7.39vw;
        padding-left: 5.02vw;
        padding-right: 5.02vw;
    }
    .mission-vision {
        padding: 3.85vw 7.29vw 4.5vw;
        margin-bottom: -13vw;
    }
    .our-success {
        padding-bottom: 15.89vw;
        padding-top: 9.89vw;
    }
    .our-sucess-left {
        margin-top: -8.85vw;
    }
    .section-overlap-row {
        margin-top: -14.06vw;
    }
    .slider-block {
        padding: 0 0 7.29vw 0;
    }
    .founder-name {
        font-size: 2.76vw;
    }
    .inner-title,
    .catalog-category-view .current-cat-desc p:first-child {
        margin-bottom: 15px;
    }
    body .column.main .title-meta,
    .post-title-holder-post h2 a,
    .news-view-index .title-meta p {
        font-size: 24px;
    }
    body .column.main .title-meta,
    .custom-download-fire {
        margin-bottom: 16px;
    }
    .custom-download-fire {
        font-weight: bold;
    }
    .image-custom-categoryt:hover img {
        transform: scale(1.1);
        transition: 0.5s all linear;
    }
    .box-content p,
    .passion-protect-left p {
        font-size: 18px;
        margin-bottom: 1.875vw;
    }
    .passion-protect-right ul {
        padding-top: 3.33vw;
    }
    .profile-content p {
        font-size: 1.25vw;
    }
    .mission-vision-content {
        font-size: 1.24vw;
    }
    .our-value-right {
        font-size: 1.25vw;
    }
    .slider-block .about-block-title {
        font-size: 1.125vw;
        margin-bottom: 1.51vw;
    }
    .slider-block .item {
        padding: 1.56vw;
    }
    .slider-block .about-block-content {
        font-size: 14px;
    }
    .nafco-block p {
        font-size: 16px;
    }
    .nafco-green-policy-right p {
        font-size: 14px;
    }
    /*--- About-us end---*/
    /* Contact-us page start */
    .custm-conta-us-layout-page .box-content {
        padding: 4.68vw 3.7vw;
    }
    body .custm-conta-us-layout-page .box-content .contact-sub-information {
        margin-bottom: 4.42vw;
    }
    .contact-headquarter {
        padding-top: 2.60vw;
    }
    .custom-sidebar-call {
        padding: 2.29vw 2.5vw;
        width: 100%;
    }
    .custom-sidebar-call .cust-naffco-number strong:last-child {
        font-size: 2.39vw;
    }
    .custom-nafco-number-normal a {
        letter-spacing: 6px;
    }
    .custom-sidebar-call .cust-email-footer a {
        font-size: 1.19vw;
    }
    .social-block {
        padding: 3.125vw 2.08vw;
    }
    .leftside-contactus .custom-training-section li {
        width: 2.60vw;
        height: 2.60vw;
        line-height: 2.60vw;
        margin-right: 1vw;
    }
    .custom-contact-main-sidebar {
        padding: 0px 20px;
    }
    .leftside-contactus {
        width: 25.78vw;
    }
    .custm-conta-us-layout-page {
        width: calc(100% - 25.78vw);
    }
    .contact-map {
        padding: 0px 20px 109px;
    }
    /* blog post */
    .blog-post-view .social-block {
        padding: 30px 20px 30px;
    }
    .blog-post-view .custom-recent-posts {
        padding: 0px 20px 0px;
    }
    .blog-post-view .post-header {
        width: calc(100% - 130px);
        padding-left: 15px;
    }
    .blog-post-view .post-content .post-description .post-ftimg-hld img {
        max-width: 130px;
        height: 130px;
    }
    .blog-post-view #custom-related-posts {
        padding: 9.27vw 8.07vw 5.20vw;
    }
    .blog-post-view .custom-contact-us-page {
        padding-bottom: 10.78vw;
    }
    .blog-post-view .post-list .post-header .post-title a {
        font-size: 14px;
    }
    /* body .column.main .title-meta, .post-title-holder-post h2 a {
        font-size: 22px;
    }
     */
    /* fire fighting equipment */
    .catalog-category-view .custo-class-category-level {
        padding-top: 9.53vw;
    }
    .catalog-category-view .box-content.section-overlap-row {
        padding-bottom: 7.03vw;
    }
    .category-fire-fighting-equipment .category-class:nth-child(even) {
        padding-right: 2.60vw;
    }
    .category-fire-fighting-equipment .category-class:nth-child(odd) {
        padding-left: 2.60vw;
        padding-top: 2.91vw;
    }
    .catalog-category-view .sidebar>.o-list {
        margin-top: 3.02vw;
        padding-right: 3.64vw;
        margin-bottom: 5.15vw;
        padding-left: 3.64vw;
    }
    .category-fire-fighting-equipment .custo-class-category-level .info {
        margin-bottom: 5.20vw;
        padding-top: 2.60vw;
    }
    .catalog-category-view.page-layout-2columns-left .sidebar-main {
        max-width: 480px;
    }
    .catalog-category-view.page-layout-2columns-left .column.main {
        width: calc(100% - 480px);
    }
    .catalog-category-view .info .image-custom-categoryt img {
        min-height: 400px;
    }
    .catalog-category-view .custo-class-category-level .info {
        margin-bottom: 70px;
    }
    /* fire extinguishers */
    .category-cms .child-product-url.btn-common {
        display: inline-block;
        margin-right: 10px;
    }
    .custo-class-category-level .info .image-custom-categoryt {
        width: 100%;
    }
    .custom-second-child-data {
        width: 25%;
    }
    .custom-category-level-3 .custo-class-category-level .category-class:nth-child(even),
    .category-mobile-type-extinguishers.custom-category-level-4 .custo-class-category-level .category-class:nth-child(even) {
        margin-right: -6.25vw;
        padding-left: 6.25vw;
        margin-bottom: 6.25vw;
        width: calc(100% - 0vw);
        overflow: hidden;
    }
    .custom-category-level-3 .custo-class-category-level .category-class:nth-child(odd),
    .category-mobile-type-extinguishers.custom-category-level-4 .custo-class-category-level .category-class:nth-child(odd) {
        padding-right: 6.25vw;
        width: calc(100% - 0vw);
        overflow: hidden;
    }
    .catalog-category-view .custom-sidebar-call .cust-email-footer a {
        font-size: 23px;
    }
    .catalog-category-view .custom-sidebar-call .custom-assistence,
    .custom-sidebar-call .custom-nafco-number-normal a {
        font-size: 16px;
        text-align: center;
    }
    .catalog-category-view .custom-nafco-number-normal a {
        letter-spacing: 0.6vw;
    }
    .catalog-category-view .custom-sidebar-call .cust-naffco-number strong:last-child {
        font-size: 46px;
    }
    .catalog-category-view .custom-sidebar-call {
        width: 100%;
    }
    /* market-page */
    .news-index-index .news-lists {
        margin: 7.8125vw 0px 2.60vw;
    }
    .news-index-index .custom-only-content-image .market-content-box {
        padding: 5.36vw 5.8125vw;
    }
    .custom-three-divs-inone .market-content-box {
        padding: 5.41vw 4.94vw;
    }
    /* .news-index-index p {
        font-size: 16px;
    } */
    /* residential-commercial-fire-protection */
    .custom-text-market-form {
        padding: 3.125vw 1.56vw;
    }
    .custom-slider-below-text,
    .custom-cat-title-market {
        font-size: 1.77vw;
    }
    .contact-about-name-custom {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .custom-related-cats .owl-item .image-custom-categoryt img {
        min-height: 250px;
    }
    body .page-main .custom-related-categories-markets .custom-related-cats {
        padding: 10.20vw 8.07vw 10vw;
    }
    .news-view-index .custm-conta-us-layout-page .box-content {
        padding: 4.68vw 6.25vw 3.125vw;
    }
    .news-view-index .custom-view-post-third.box-content {
        padding: 3.125vw 6.25vw 5vw;
    }
    .custom-category-level-3 .custo-class-category-level .category-class:nth-child(odd) .image-custom-hover img,
    .category-mobile-type-extinguishers.custom-category-level-4 .custo-class-category-level .category-class:nth-child(odd) .image-custom-hover img {
        width: 80%;
    }
    .custom-category-level-3 .custo-class-category-level .category-class:nth-child(even) .image-custom-hover img,
    .category-mobile-type-extinguishers.custom-category-level-4 .custo-class-category-level .category-class:nth-child(even) .image-custom-hover img {
        width: 80%;
    }
    .custom-category-level-3 .custo-class-category-level .category-class:nth-child(even) .image-custom-hover,
    .category-mobile-type-extinguishers.custom-category-level-4 .custo-class-category-level .category-class:nth-child(even) .image-custom-hover {
        bottom: 0;
        margin-right: -6.25vw;
    }
    .custom-category-sectioon .image-custom-categoryt img {
        height: 18vw;
    }
    .cms-menu ul {
        max-width: 62.5%;
    }
    .cms-menu ul li a {
        font-size: 2.3958vw;
    }
    .inner-title,
    .catalog-category-view .current-cat-desc p:first-child {
        font-size: 16px;
    }
    .home-page-product-solutions .desktop-view .owl-nav {
        top: -80px !important;
    }
    /* 19-08-2021 */
    body.cms-about-us .nafco-block {
        padding: 16.25vw 4.68vw 6.56vw !important;
    }
    body.cms-about-us .nafco-block .custom-sub-cat-name {
        letter-spacing: 55px !important;
    }
    body.cms-about-us .nafco-block .custom-sub-cat-name .nafco-block-left {
        width: 55%;
    }
    body.cms-about-us .nafco-block .custom-sub-cat-name .nafco-block-right {
        width: 45%;
    }
    body.cms-about-us .nafco-block .custom-sub-cat-name {
        font-size: 15.78947vw !important;
    }
    .nafco-block-right p {
        padding-left: 3vw;
    }
    body.cms-about-us .nafco-block .custom-sub-cat-name {
        letter-spacing: 3.5vw;
    }
    body .nafco-block {
        padding: 15vw 4vw 5vw;
    }
    body .nafco-block-right p {
        padding-left: 3vw;
    }
    .col-md-6.row.nafco-block-left {
        width: 56%;
    }
    .col-md-6.nafco-block-right {
        width: 46%;
    }
    .prest-hover .prest-title {
        padding-left: 0;
    }
    .desc-fst-text p {
        font-size: 14px;
    }
    .product-gallery img {
        height: 36.45833vw;
        object-fit: cover;
    }
    .table-str .specs-table tr:first-child th {
        font-size: 16px;
        padding: 1.04166vw 1.5625vw;
    }
    .page-products .breadcrumbs {
        width: calc(100% - 460px);
        right: 0;
        max-width: calc(100% - 460px);
    }
    .custom-second-child-data a h4 {
        margin-right: -170px;
    }
    .page-layout-2columns-left .breadcrumbs {
        width: calc(100% - 460px);
        max-width: calc(100% - 460px);
        right: 0;
    }
    .our-success.about-success-page .box-content p {
        font-size: 1.07784vw;
        line-height: 1.4;
    }
    .our-success.about-success-page .box-content p.title-meta {
        font-size: 1.4371257vw;
        line-height: 1.4;
    }
}


/* 22-10-2020 */

@media only screen and (min-width:1440px) {
    rs-progress.rs-bottom,
    rs-progress {
        top: auto !important;
        bottom: 76px !important;
        height: 5px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1440px) {
    body.news-view-index .info.item .link h4,
    body.news-view-index #custmarketsection .info.item .link h4,
    .projects .image-custom-project {
        font-size: 16px;
    }
    body .sub-all-cat-section .container,
    body .custom-cat-description .container,
    body .fire-section .container,
    body .special-electrical-cat-sec .container,
    body .ambulance-sec .container,
    body .mobile-hospital-sec .container,
    .trucks-slider.category_related_bottom .container,
    body.product-arff-vehicles-on-custom-built-chases-product .container,
    body .page-main .custom-contact-us-productpage.container {
        max-width: 89.6%;
    }
    .category-fire-trucks .trucks-slider .container {
        max-width: 89.6%;
    }
    .main-subpart {
        padding: 0px 0px;
    }
    .trucks-slider.category_related_bottom {
        padding: 150px 100px 130px;
    }
    .category-fire-trucks .trucks-slider.category_related_bottom {
        margin-top: 100px;
    }
    .ambulance-sec .ambulance-section {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .special-electrical-cat-sec .inner-page-category-second-name a {
        font-size: 2vw;
    }
    .category-trucks-vehicles.catalog-category-view .banner-text .banner-title {
        max-width: 100%;
    }
    /* product dropdown css */
    body .cms-product {
        padding: 8.5vw 30px 0;
    }
    .cms-product li a {
        font-size: 1vw;
    }
    .cms-product ul li {
        margin-bottom: 10px;
    }
    .tab-one-description .inner-title,
    .tab-one-description .title-meta a,
    .tab-one-description .title-meta,
    .tab-one-description p {
        font-size: 1vw;
    }
    .cms-product .cat-img img {
        height: 120px;
        object-fit: contain;
    }
    .cms-product .cat-desc.tab-one-description {
        padding-left: 0;
        padding-top: 1vw;
    }
    .cms-product .browse-pro-btn {
        margin-top: 2.60vw;
    }
    .cms-product .parent-cat-details ul {
        padding-top: 1.7vw;
        padding-left: 4.16vw;
    }
    .custom-header-top-products .cms-product ul li.tab-2>a {
        font-size: 1vw;
    }
    rs-progress::before {
        width: 100vw;
    }
    .cms-bg-img::before {
        height: 68vw;
    }
    .cust-about-keepsafe-right .bottom-txt br {
        display: none;
    }
    body .catalog-category-view .current-cat-desc p:last-child {
        font-size: 1.5em;
    }
    /* 19-08-2021 */
    .home-page-blogs .post-header img {
        height: 245px;
    }
    .home-page-product-solutions .desktop-view .owl-nav {
        top: -75px !important;
    }
    .catalog-category-view .products-grid .products.list a.product-item-link {
        font-size: 18px;
        width: 100%;
    }
    .cms-about-us .integrated-mngmnt .box-content {
        padding: 3.38vw 3.9vw 5vw;
    }
}

@media only screen and (min-width:1025px) and (max-width:1370px) {
    .cms-bg-img::before {
        height: 73vw;
    }
    /* .breadcrumbs {
        width: calc(100% - 440px) !important;
    } */
    .blog-page .breadcrumbs {
        width: 100% !important;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .child-cat-hover-img img {
        width: auto;
        height: 12.5vw;
    }
    .footer .cust-naffco-number strong {
        font-size: 24px;
    }
    .footer .custom-assistence {
        font-size: .5em;
    }
    .custom-footer-two .col-md-3 {
        padding-top: 1.5em;
    }
    .footer .custom-footer-two .custom-nafco-number-normal a {
        letter-spacing: 5px;
    }
    .custom-nafco-number-normal a {
        font-size: .6em;
    }
    .footer .cust-email-footer a {
        font-size: 12px;
    }
    .custom-nafco-number-normal {
        line-height: normal;
    }
    div#sidebar {
        right: calc(-5% - 20px) !important;
    }
    .custom-footer-links {
        margin-bottom: 0;
    }
    .footer .footer-links-right-block a {
        font-size: 10px;
        line-height: 1.4;
    }
    .breadcrumbs .item,
    .breadcrumbs .item a {
        font-size: 12px;
    }
    .breadcrumbs .item:not(:last-child):after {
        margin: 0 5px;
    }
    body .column.main .title-meta,
    .post-title-holder-post h2 a,
    .news-view-index .title-meta p {
        font-size: 20px;
    }
    .catalog-category-view .products-grid .products.list a.product-item-link {
        font-size: 16px;
    }
    .catalog-category-view .products-grid .products.list {
        padding-left: 7%;
        padding-right: 6%;
    }
    body .our-success {
        padding-bottom: 22.89vw;
    }
    .cms-about-us .our-success .box-content {
        padding: 3.38vw 3.9vw 4.5vw;
    }
    .news-view-index .custom-category-section-black .owl-nav {
        top: -65px;
    }
    .news-page .breadcrumbs {
        width: auto !important;
        padding: 0 15px;
        right: 0;
    }
    .page-layout-2columns-left .breadcrumbs {
        width: calc(100% - 420px);
        max-width: calc(100% - 420px);
        right: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .projects .image-custom-project {
        font-size: 14px;
        line-height: 1.5;
    }
    .blog-posts-all .inner-title {
        font-size: 1.8em;
    }
    .custom-search-products-menu .cust-lang-str-blk .custom-store-lang {
        padding: 130px 30px;
    }
    .custom-search-products-menu {
        width: 45%;
    }
    .lang-open header .block-search form {
        padding-left: 25px;
    }
    .lang-open header .block-search {
        padding-left: 0;
    }
    .lang-open header .block-search input {
        width: 250px;
    }
    .custom-store-language {
        padding: 0;
    }
    .blog-post-view .section-overlap-row .post-description,
    .max-content {
        width: 100%;
    }
    .banner-text .banner-title {
        font-size: 36px;
    }
    .blog-posts-all #blog-tabs {
        padding: 4.68vw 4.68vw 5.72vw;
    }
    body .post-holder {
        padding-right: 15px;
        padding-left: 15px;
    }
    body .column.main .title-meta,
    .post-title-holder-post h2 a {
        font-size: 20px;
    }
    .post-title-holder-post h2 {
        padding-bottom: 20px;
    }
    .post-posed-date {
        padding: 20px 0px;
    }
    /* blog-post */
    .blog-post-view .custom-recent-posts {
        padding: 0px 0px 30px;
    }
    .leftside-contactus .custom-training-section li {
        margin-right: 5px;
    }
    .blog-post-view .post-header {
        width: calc(100% - 120px);
        padding-left: 10px;
    }
    .blog-post-view .post-content .post-description .post-ftimg-hld img {
        max-width: 120px;
        height: 120px;
    }
    .blog-post-view .post-list .post-header .post-title a {
        font-size: 14px;
    }
    .blog-post-view .post-holder .post-header .post-info {
        padding: 10px 0 10px 0;
    }
    .custom-sidebar-call .custom-assistence,
    .custom-sidebar-call .custom-nafco-number-normal a {
        font-size: 0.8em;
    }
    .custom-sidebar-call .cust-naffco-number strong:last-child {
        font-size: 38px;
    }
    .custom-sidebar-call {
        padding: 20px 15px;
        text-align: center;
    }
    .custom-sidebar-call .cust-email-footer a {
        font-size: 18px;
    }
    body .column.main .title-meta,
    .news-view-index .title-meta p {
        font-size: 20px;
    }
    .custm-conta-us-layout-page .box-content {
        padding: 30px 30px;
    }
    .leftside-contactus {
        width: 350px;
    }
    .custm-conta-us-layout-page {
        width: calc(100% - 350px);
    }
    .blog-post-view .social-block {
        padding: 30px 0px 30px;
    }
    .blog-post-view #custom-related-posts {
        padding: 9.27vw 8.07vw 5.20vw;
    }
    .blog-post-view .custom-contact-us-page {
        padding-bottom: 10.78vw;
    }
    .post-title-holder-post h2 a {
        font-size: 20px;
    }
    .post-categories {
        top: 14vw;
    }
    .blog-post-view .owl-carousel .owl-item img {
        height: 18.22vw;
    }
    .section-overlap-row {
        margin-top: -115px;
    }
    .blog-post-view .post-content .post-description img {
        height: 28.64vw;
    }
    .box-content p,
    .passion-protect-left p {
        margin-bottom: 10px;
    }
    .hamburger-menu {
        top: 30px;
    }
    .blog-post-view .page-header .header.content {
        height: 90px;
    }
    .blog-post-view .home-market-header-title {
        top: 18.34vw;
    }
    .blog-post-view .page-title-wrapper {
         top: 22.58vw;
    }
    .blog-posts-all li {
        padding-right: 25px;
    }
    .inner-title,
    .catalog-category-view .current-cat-desc p:first-child {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    body .post-content .post-description .post-ftimg-hld img {
        height: 200px;
    }
    .blog-index-index .post-holder:first-child .post-title-holder-post h2 a,
    .blog-index-index .post-holder:nth-child(2) .post-title-holder-post h2 a {
        font-size: 24px;
    }
    .catalog-category-view .sidebar>.o-list {
        margin-top: 40px;
        padding-right: 30px;
        margin-bottom: 40px;
        padding-left: 30px;
    }
    .catalog-category-view .sidebar .o-list li {
        font-size: 18px;
    }
    .box-content {
        padding: 20px 30px;
    }
    .custom-desc-overview {
        margin: 0px 0px 20px 0px;
    }
    .catalog-category-view .box-content.section-overlap-row {
        padding-bottom: 75px;
    }
    .catalog-category-view .custo-class-category-level {
        padding-top: 105px;
    }
    .catalog-category-view.page-layout-2columns-left .sidebar-main {
        max-width: 350px;
    }
    .catalog-category-view.page-layout-2columns-left .column.main {
        width: calc(100% - 350px);
    }
    /* .breadcrumbs {
        top: 65%;
    } */
    .category-fire-fighting-equipment .custo-class-category-level .info {
        margin-bottom: 50px;
        padding-top: 50px;
    }
    .custom-category-level-3 .custo-class-category-level .category-class:nth-child(even),
    .category-mobile-type-extinguishers.custom-category-level-4 .custo-class-category-level .category-class:nth-child(even) {
        margin-right: -6.25vw;
        padding-left: 6.25vw;
        margin-bottom: 6.25vw;
        width: calc(100% - 0vw);
    }
    .custom-category-level-3 .custo-class-category-level .category-class:nth-child(odd),
    .category-mobile-type-extinguishers.custom-category-level-4 .custo-class-category-level .category-class:nth-child(odd) {
        padding-right: 6.25vw;
        width: calc(100% - 0vw);
    }
    .custom-slider-below-text,
    .custom-cat-title-market {
        font-size: 22px;
    }
    .banner-1 .custom-slider-below-text {
        font-size: 18px;
    }
    body .page-main .custom-related-categories-markets .custom-related-cats {
        padding: 50px 80px;
    }
    .custom-related-cats .owl-item .image-custom-categoryt img {
        min-height: 250px;
    }
    .custom-text-market-form {
        padding: 30px 0px;
    }
    .custom-market-related-cat-title.custom-sub-cat-name {
        font-size: 10vw;
    }
    .cms-product {
        padding: 130px 30px;
    }
    .news-index-index .market-content-box .post-entry-text p {
        max-width: 100%;
    }
    .news-page .banner-text .banner-title {
        width: 100%;
    }
    /* footer */
    .page-footer .footer.content {
        max-width: 100%;
        padding: 0 15px;
    }
    /* fire */
    .catalog-category-view .info .image-custom-categoryt img {
        min-height: 300px;
    }
    /* product search */
    .catalogsearch-result-index .products-grid .products.list {
        padding-left: 5%;
        padding-right: 5%;
    }
    .catalogsearch-result-index .products-grid .products.list .product-item {
        width: calc((100% - 6%) / 3);
    }
    .catalogsearch-result-index .products-grid .products.list a.product-item-link {
        font-size: 16px;
    }
    /* 20-10-2020 */
    /*fire-trucks*/
    .trucks-slider {
        margin: 0 5.2%;
    }
    .ambulance-sec .ambulance-section {
        padding-top: 65px;
        padding-bottom: 75px;
    }
    .categorypath-trucks-vehicles.catalog-category-view .custom-sub-cat-name {
        top: 0.5em;
    }
    .custom-cat-description {
        padding: 1.8em 15px;
    }
    /* 21-10-2020 */
    .trucks-slider.category_related_bottom {
        padding: 60px 130px 60px;
    }
    /* .category-fire-trucks.catalog-category-view .banner-text .banner-title {
        max-width: 100%;
    } */
    .trucks-slider.category_related {
        padding: 0px 100px;
    }
    .category-fire-trucks.news-view-index .owl-prev {
        left: 30px;
    }
    .category-fire-trucks.news-view-index .owl-next {
        right: 30px;
    }
    body.product-arff-vehicles-on-custom-built-chases-product .container,
    body .page-main .custom-contact-us-productpage.container {
        max-width: 86.6%;
    }
    body .sub-all-cat-section .container,
    body .custom-cat-description .container,
    body .fire-section .container,
    body .special-electrical-cat-sec .container,
    body .ambulance-sec .container,
    body .mobile-hospital-sec .container {
        max-width: 86.6%;
    }
    .custom-cat-description .main-subpart {
        padding: 20px 15px 0;
    }
    .fire-section {
        padding-bottom: 11.75em;
    }
    .special-electrical-cat-sec .main-subpart {
        margin-top: -11.75em;
    }
    .trucks-slider .trucks-cat-slider ul#sub-child-cat {
        padding: 0px 0px;
    }
    .trucks-slider .info h4 {
        font-size: 14px;
    }
    ul#sub-cat-related .inner-page-category-second-name a {
        font-size: 24px;
        line-height: 1.2;
    }
    .product-gallery img {
        height: 550px;
        object-fit: cover;
    }
    .cat-main-div-fifth .col-md-4.custom-both-image-and-name.child-cat-custom-data {
        width: 33.4%;
    }
    .cat-main-div-fifth .col-md-8.custom-both-image-and-name.child-cat-custom-data {
        width: 66.6%;
    }
    .product-solution-main-content .inner-page-category .col-md-4 {
        width: 33.3%;
    }
    .sidebar .mobile-toggle {
        top: 0px;
        transform: translateY(-100%);
    }
    .catalog-category-view.page-layout-2columns-left .sidebar-main {
        margin-top: 0;
    }
    .child-product-url.btn-common {
        width: 150px;
        margin-right: 10px;
    }
    .page-products .custom-second-child-data a h4 {
        margin-right: -130px;
    }
    .page-layout-2columns-left .breadcrumbs {
        width: calc(100% - 330px);
        max-width: calc(100% - 330px);
        right: 0;
    }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    body .custom-whats-app-block .custom-icon {
        transform: translate(-63%, -50%) !important;
    }
    .cms-about-us .our-success .box-content {
        z-index: 9;
    }
    .custom-category-sectioon .image-custom-categoryt img {
        height: 200px;
    }
    /*---about us page start ---*/
    .profile-content p {
        font-size: 18px;
    }
    body.cms-about-us .column.main .title-meta,
    .custom-download-fire {
        font-size: 16px;
        letter-spacing: 0;
    }
    body.cms-about-us .column.main .title-meta {
        margin-bottom: 10px;
    }
    .cms-about-us .our-success .box-content p,
    .cms-about-us .integrated-mngmnt .box-content p {
        letter-spacing: 0.5px;
    }
    .cms-about-us .our-success .box-content {
        height: auto;
    }
    .our-sucess-left {
        margin-top: -40px;
    }
    .our-success {
        padding-top: 0;
    }
    .our-success .read-more-btn {
        position: static;
    }
    .mission-vision {
        background-size: cover;
        background-position: 70%;
        padding: 30px 50px;
    }
    .mission-vision-content {
        font-size: 18px;
    }
    .our-value {
        padding: 30px 50px;
        padding-bottom: 50px;
    }
    .our-value-right {
        font-size: 18px;
        letter-spacing: 2px;
    }
    .slider-block .item {
        padding: 15px 20px;
    }
    .slider-block .about-block-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .slider-block .about-block-content {
        font-size: 14px;
    }
    .slider-block {
        padding: 0 0 50px 0;
    }
    .cms-about-us .integrated-mngmnt .box-content {
        height: auto;
    }
    .read-more-btn-integrate,
    .our-success .read-more-btn {
        position: static;
    }
    .cms-about-us .integrated-mngmnt-left.more-active .right {
        padding-left: 20px;
    }
    .nafco-block {
        padding: 18.25em 0 50px;
    }
    .green-policy {
        padding: 50px 0px;
    }
    .green-policy p {
        font-size: 14px;
        line-height: 2;
    }
    /*---about us page end ---*/
    /* homepage */
    .home-page-products-title {
        font-size: 18px;
    }
    .home-page-all-products-title {
        padding: 20px 20px;
    }
    .exploremore .exploremoretext a {
        font-size: 18px;
    }
    .home-page-all-products-title span {
        font-size: 14px;
        letter-spacing: 3px;
    }
    .home-class-text-data {
        background-position: right;
    }
    /* .custom-all-products-data .home-page-all-products-content {
        bottom: 114px;
    } */
    .home-page-link-view a {
        font-size: 20px;
    }
    /* homepage end */
    .section-overlap-row {
        margin-top: -140px;
    }
    .social-block {
        padding: 60px 0px;
    }
    body .custm-conta-us-layout-page .box-content .contact-sub-information {
        margin-bottom: 50px;
    }
    .custom-contact-headquaters {
        width: 100%;
        margin-bottom: 30px;
    }
    .custom-contact-contact-title {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        padding: 20px 30px 50px;
    }
    body .blog-posts-all ul {
        width: calc(100% + (7.7% + -0px));
        margin-right: calc(-7.7% - 0px);
    }
    .profile-content {
        padding: 3.125em 50px 6.25em;
    }
    .category-class .image-custom-hover img {
        height: 235px;
    }
    .category-class .image-custom-categoryt img {
        min-height: 235px;
    }
    /* market page */
    .news-index-index .news-lists {
        margin: 100px 0px 50px;
    }
    .news-index-index .custom-only-content-image .market-content-box {
        padding: 50px;
    }
    .custom-three-divs-inone .market-content-box {
        padding: 50px;
    }
    .news-index-index .product-solution-cat-image {
        width: calc(100% + (7.8% + -0px));
        margin-right: calc(-7.8% - 0px);
    }
    /*  */
    .news-view-index .custm-conta-us-layout-page .box-content {
        padding: 50px;
    }
    .news-view-index .custom-view-post-third.box-content {
        padding: 50px;
    }
    .separater {
        margin: 30px 0px;
    }
    /* lang dd */
    .stroename {
        font-size: 18px;
    }
    .continent-title {
        font-size: 30px;
    }
    .custom-store-language {
        margin-top: 30px;
    }
    .store-view a {
        font-size: 12px;
    }
    .custom-search-products-menu .cust-lang-str-blk .custom-store-lang {
        padding: 130px 30px 50px;
    }
    .catalog-category-view .custo-class-category-level .info {
        margin-bottom: 50px;
    }
    /*---- Related Projects ----*/
    .projects.custom-category-section-black {
        position: relative;
        padding: 80px 30px 40px;
    }
    .projects.custom-category-section-black .custom-sub-cat-name {
        font-size: 7.3vw;
        top: -5.8vw;
    }
    .category-fire-trucks .breadcrumbs {
        top: 92%;
    }
    .trucks-cat-slider {
        padding: 0px 70px;
    }
    rs-progress::before {
        width: 100vw;
    }
    .cms-bg-img::before {
        height: 104vw;
    }
    .news-view-index .custom-category-section-black {
        padding: 50px;
    }
    .catalog-category-view .sidebar .o-list.Custallcategory li .o-list.o-list--unstyled li a {
        font-size: 16px;
    }
    .catalog-category-view .custom-sub-cat-name {
        padding-left: 0;
        top: -5.8vw;
        font-size: 6vw;
    }
    .catalog-category-view .sidebar .o-list.Custallcategory li {
        margin-bottom: 1.2em;
    }
    .category-fire-fighting-equipment .category-class:nth-child(odd),
    .custom-category-level-2 .category-class:nth-child(odd) {
        padding-left: 25px;
    }
    .category-fire-fighting-equipment .category-class:nth-child(even),
    .custom-category-level-2 .category-class:nth-child(even) {
        padding-right: 25px;
    }
    .catalog-category-view .banner-text .banner-title {
        max-width: 34.4375vw !important;
    }
    rs-progress.rs-bottom,
    rs-progress {
        top: auto !important;
        bottom: 70px !important;
        height: 5px;
    }
    body .rev-scroll-btn span {
        height: 6px;
    }
    .news-view-index.news-page .custom-project-sectioon .image-custom-categoryt img {
        height: 130px;
    }
    .custom-pr-blcok .projects.custom-category-section-black {
        padding: 40px;
    }
    .news-view-index .custom-category-section-black .owl-nav {
        top: -65px;
    }
    .mobile-hospital-sec .mobile-hospital-left {
        width: 63%;
    }
    .mobile-hospital-sec .mobile-hospital-right {
        width: 37%;
    }
    .mobile-hospital-right {
        padding-bottom: 7.84375vw;
        padding-top: 7.8125vw;
    }
    .description-first .col-md-2 {
        width: 8%;
    }
    .description-first .desc-fst-img {
        width: 41.33%;
    }
    .description-first .desc-fst-img ul {
        padding-left: 20px;
    }
    .desc-fst-img ul>li,
    .desc-fst-img ol>li {
        margin-bottom: 15px;
    }
    body .page-main .container.custom-all-child-content,
    .inner-page-category-image-last .container {
        max-width: 85%;
    }
    .catalog-category-view .sidebar .o-list.Custallcategory li a {
        font-size: 0.9em;
    }
    .home-market-slider a:last-child {
        font-size: 1.41em;
        max-width: 95%;
    }
    .table-str .specs-table tr:first-child th {
        font-size: 16px;
        padding: 1.04166vw 1.5625vw;
    }
    .category-fire-trucks.custom-category-level-3 .trucks-slider.category_related_bottom .inner-page-category-second-name {
        width: 65%;
    }
    .page-products .breadcrumbs {
        max-width: calc(100% - 330px);
        right: 0;
    }
}

@media screen and (min-width: 992px) {
    .mobile-toggle {
        display: none;
    }
    .mobile-view {
        display: none;
    }
    .custom-footer-links .contact p {
        line-height: 1.7;
    }
    .custom-footer-two {
        margin-top: 20px;
    }
    #custmarketsection-project .owl-nav.disabled {
        display: block;
    }
    .col-md-6.custom-contact-headquaters {
        padding-right: 4%;
    }
    .col-md-6.custom-contact-contact-title {
        display: flex;
        justify-content: space-between;
    }
    .custom-contact-contact-title .contact-email {
        padding-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    body .column.main .title-meta {
        font-size: 24px;
    }
    .read-more-btn a,
    .read-less a,
    .about-read-more-sucess,
    .about-read-less-sucess,
    .about-read-more-integrate,
    .about-read-less-integrate {
        font-size: 14px;
    }
    body .box-content p,
    body .passion-protect-left p {
        font-size: 16px;
        line-height: 1.5;
    }
    body .inner-title,
    body.catalog-category-view .current-cat-desc p:first-child {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    body .column.main .passion-protect-left .title-meta {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 1.4;
    }
    .passion-protect .passion-protect-right div {
        height: 100%;
    }
    p {
        font-size: 14px;
        line-height: 1.5;
        font-family: "neue-haas-grotesk-text", sans-serif;
        color: #1a1a1a;
        letter-spacing: normal;
    }
    .cms-about-us .passion-protect .passion-protect-right div {
        height: auto;
    }
    .cms-about-us .passion-protect .passion-protect-right img {
        object-position: left;
    }
    .passion-protect .product-solution-cat-image .inner-title {
        margin-top: 15px;
    }
    body .table-str td {
        font-size: 16px;
        padding: 20px 15px;
    }
    body .table-str table {
        margin-top: 0;
        min-width: 1000px;
    }
    body .table-str {
        overflow-x: scroll;
    }
    .table-str .specs-table tr th:first-child {
        vertical-align: middle;
    }
}

@media screen and (max-width: 991px) {
    .products {
        margin-top: 0;
    }
    .contac-address,
    .contac-address-telphone a,
    .contac-address a,
    .contac-address-telphone {
        font-size: 14px;
    }
    body .column.main .title-meta,
    .news-view-index .title-meta p {
        font-size: 16px;
    }
    .custom-header-top-products .cms-product li a {
        width: 85%;
    }
    body.news-page .page-header {
        background-color: transparent;
    }
    .cms-projects .cms-banner-img+p {
        display: none;
    }
    .product-open .search-toggle,
    .product-open .block-search {
        display: none;
    }
    .product-open .custom-header-top-products .hamburger-product {
        height: 34px;
        line-height: 34px;
        background-color: transparent;
        border-color: #b01c12;
        top: 10px;
        right: 15px;
        width: 34px;
    }
    .owl-dots {
        display: none;
    }
    /* product search */
    .catalogsearch-result-index.page-layout-2columns-left .column.main {
        width: 100%;
        padding: 0;
    }
    /* home */
    .custom-about-naffco-right {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding: 0px 30px;
    }
    .custom-left-content-data.cust-right-data {
        padding-bottom: 40px;
    }
    .bottom-txt br {
        display: none;
    }
    button.search-toggle {
        position: absolute;
        z-index: 99999999;
        right: 166px;
        box-shadow: none;
        background-color: transparent;
        color: #fff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        text-align: center;
        padding: 0;
    }
    header .block-search .action.search {
        padding: 0;
    }
    header .block-search form {
        border-bottom: 2px solid #651b16;
    }
    .header .block-search {
        padding-left: 30px;
        padding-right: 30px;
        opacity: 0;
        transition: all 0.5s linear;
        width: auto;
        position: fixed;
        right: 0;
    }
    .header .block-search.open {
        position: fixed;
        width: 100%;
        height: 100%;
        opacity: 1;
        top: 0;
        left: 0;
        background-color: #1a1a1a;
        padding-top: 140px;
        pointer-events: auto;
    }
    body.block-search-open button.search-toggle {
        right: 15px;
    }
    body.block-search-open .custom-search-products-menu {
        display: none;
    }
    .home-page-blogs .owl-carousel .owl-item img {
        object-position: center;
    }
    .blog-home-page-content:first-child {
        width: 100%;
    }
    /* body .page-main .container, body .page-main {
        max-width: 100%;
    } */
    .about-us-inner-content {
        display: flex;
        flex-direction: column;
    }
    .custom-about-naffco-right .cust-about-us-right {
        padding: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .custom-about-naffco-right .cust-about-us-left {
        display: none;
    }
    .custom-about-naffco-right .title strong {
        margin-left: 5px;
    }
    .custom-about-naffco-right .title a {
        font-size: 34px;
    }
    .custom-about-keepsafe-left .cust-about-us-left {
        margin-right: 0;
        order: 1;
        width: 100%;
    }
    .custom-about-keepsafe-left {
        display: flex;
        flex-direction: column;
    }
    .col-md-4.custom-content-keep-safe.cust-about-keepsafe-right {
        width: 100%;
        order: 2;
        z-index: 99;
        padding: 0px 30px;
    }
    .custom-all-custom-blogs.owl-carousel {
        overflow: hidden;
    }
    .custom-all-custom-blogs.owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    #customblog li a.inactive {
        padding: 10px 13px;
    }
    .cust-about-keepsafe-right .top-txt {
        font-size: 16px;
        width: 157px;
        top: -70px;
        height: 70px;
        right: 0;
        line-height: normal;
    }
    .post-title-holder a.post-item-link {
        font-size: 20px;
    }
    .customblog-container p {
        font-size: 14px;
        height: auto;
        overflow: visible;
    }
    .home-page-blogs .all-blogs-title {
        margin-top: 18px;
    }
    body .home-page-blogs .container {
        border-bottom: 2px solid #d1d4da;
        padding: 0px 15px 45px;
    }
    .cust-about-keepsafe-right .bottom-txt {
        font-size: 20px;
        position: static;
        height: auto;
        width: 100%;
        padding: 40px 0px 20px;
        text-align: left;
    }
    .cust-about-keepsafe-right .top-txt strong {
        font-size: 43px;
    }
    .cust-left-data .left-img {
        margin-left: 0;
        width: 100%;
    }
    .cust-left-data .left-content {
        padding: 48px 30px 30px;
        margin-left: 0;
        margin-top: -50px;
    }
    body .page-main .home-page-blogs {
        max-width: 100%;
        padding: 37px 15px 0px;
        margin-bottom: 45px;
    }
    .home-page-all-products-title span {
        font-size: 12px;
    }
    .home-page-products-title {
        font-size: 20px;
    }
    .home-page-blogs {
        margin-top: 0;
    }
    .home-page-blog-title-data {
        display: flex;
        flex-direction: column;
        position: static;
        transform: none !important;
    }
    .homepage-blog-title-markets {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .home-page-markets {
        padding-top: 50px;
        padding-bottom: 70px;
        margin: 0;
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
    }
    .homepage-blog-desc-markets {
        margin-bottom: 40px;
        font-size: 14px;
    }
    .home-page-markets .action-title {
        position: absolute;
        bottom: 0px;
    }
    .home-market-slider a:last-child {
        font-size: 20px;
        max-width: 100%;
        height: auto;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .homepage-blog-title {
        font-size: 34px;
        float: none;
        text-align: center;
    }
    .home-page-blogs .custom-all-blogs {
        max-width: 313px;
        width: auto;
        height: auto;
        padding: 10px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        margin-top: 26px;
    }
    .home-page-blogs::before {
        height: 64%;
        max-height: 602px;
    }
    .all-blogs-title.action {
        float: left;
    }
    .all-blogs-title .btn-common {
        color: inherit;
        height: 50px;
    }
    .customblog-container {
        margin-top: 12px;
    }
    #customblog li a {
        padding: 10px 16px;
        font-size: 16px;
    }
    #customblog li:nth-child(2) {
        margin: 0 7px;
    }
    .product-solution-title {
        font-size: 34px;
        width: 100%;
        text-align: center;
    }
    .home-page-product-sol-title-data {
        max-width: 100%;
        flex-direction: column;
        padding-bottom: 40px;
    }
    .all-product-solution-title {
        display: inline-block;
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 52px;
    }
    .home-page-product-solutions {
        padding-bottom: 98px;
        position: relative;
    }
    .left-content ul li {
        font-size: 14px;
    }
    .middle-imgs .custom-left-content-data.cust-right-data .title {
        font-size: 28px;
        margin-bottom: 30px;
        margin-top: 38px;
    }
    div#sidebar {
        right: 0;
    }
    .prestigious-project .row {
        flex-direction: column;
        padding: 0px 30px;
    }
    .prestigious-project .prestigious-project-img,
    .prestigious-project .prestigious-project-img-2 {
        width: 100%;
    }
    #prest-img {
        padding-right: 0;
        position: static;
    }
    .exploremoretext br {
        display: none;
    }
    .exploremore .exploremoretext a {
        margin-top: 0;
    }
    .exploremoretext a:after {
        bottom: 5px;
        right: 0;
    }
    .exploremoretext {
        width: 100%;
    }
    .exploremoreimg img {
        max-width: 30px;
        margin-right: 17px;
    }
    .prestigious-project-img .exploremore {
        background-color: #b01c12;
        position: absolute;
        display: flex;
        align-items: center;
        padding: 0 30px;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%) !important;
        width: 100%;
    }
    .prest-hover .prest-desc p {
        font-size: 14px;
        line-height: 1.5;
        color: #fff;
        margin-bottom: 15px;
    }
    .prest-filter-img .prest-hover .prest-title {
        text-align: left;
        padding: 0;
    }
    .prest-filter-img:hover>.prest-title {
        background-color: #f1f2f4;
    }
    .prest-hover {
        bottom: 30px;
    }
    .prestigious-project-img-3 {
        float: none;
        width: 100%;
        margin-top: 0;
    }
    .prestigious-project {
        padding-top: 0;
    }
    .prestigious-project-title {
        width: 100%;
        position: static;
        text-align: center;
        font-size: 34px;
        margin-top: 0;
        padding: 35px 0px 40px;
    }
    .prestigious-project p:first-child {
        display: none;
    }
    .prest-filter-img img {
        height: 300px;
        object-fit: cover;
    }
    .prestigious-project {
        background-color: #b01c12;
        position: relative;
        padding-bottom: 90px;
    }
    .prest-filter-img .prest-title {
        padding: 15px;
        font-size: 16px;
        text-align: center;
    }
    .prest-filter-img {
        margin-bottom: 20px;
    }
    .custom-left-content-data.cust-left-data .mobile-view {
        margin-bottom: 25px;
        padding: 0px 30px;
    }
    .custom-left-content-data.cust-left-data .mobile-view img {
        margin-bottom: 20px;
    }
    .right-img {
        display: none;
    }
    .main-cat-image {
        width: 100%;
        height: 590px;
        position: relative;
        display: flex;
        padding-bottom: 90px;
    }
    .homepage-product-solution-image {
        height: 500px;
    }
    .main-cat-image.owl-carousel .owl-stage-outer,
    .main-cat-image .owl-stage,
    .main-cat-image .owl-item {
        height: 100%;
        padding: 0;
    }
    .custom-all-products-data {
        height: 100%;
        position: relative;
        width: 100%;
    }
    .homepage-product-solution-image {
        opacity: 1;
        visibility: visible;
    }
    .main-cat-image .owl-nav {
        transform: none;
        top: auto;
        width: 100%;
        left: 0;
        display: flex;
        bottom: 0;
        transform: none;
        background-color: #fff;
        height: 90px;
        align-items: center;
        padding: 0 30px;
        justify-content: space-between;
    }
    .main-cat-image .owl-nav .owl-prev,
    .main-cat-image .owl-nav .owl-next {
        background-image: url(../../frontend/Nf/naffco/en_US/css/images/left_arrow.png);
        width: 62px;
        height: 13px;
        left: 30px;
        font-size: 0;
    }
    .main-cat-image .owl-nav .owl-next {
        background-image: url(../../frontend/Nf/naffco/en_US/css/images/right_arrow.png);
    }
    body .main-cat-image .owl-nav .owl-prev:hover {
        background-image: url(../../frontend/Nf/naffco/en_US/css/images/left_arrow_red.png);
    }
    body .main-cat-image .owl-nav .owl-next:hover {
        background-image: url(../../frontend/Nf/naffco/en_US/css/images/right_arrow_red.png);
    }
    .custom-header-top-products .cms-product>ul>li {
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }
    .custom-header-top-products .parent-cat-details.active {
        position: static;
        left: auto;
        width: 100%;
        top: 0;
        padding-right: 0;
        padding-left: 0;
        height: 100%;
    }
    .custom-header-top-products .parent-cat-tilte,
    .custom-header-top-products .parent-cat-desc.tab-one-description .inner-title,
    .tab-one-description .title-meta {
        display: none;
    }
    .custom-header-top-products .parent-cat-tilte,
    .custom-header-top-products .tab-one-description,
    .custom-header-top-products .parent-cat-details ul {
        padding-left: 0;
    }
    .custom-header-top-products .cms-product .parent-cat-details ul {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .custom-header-top-products .child-cat-details.active {
        position: static;
        width: 100%;
        padding: 20px 0px;
    }
    .cms-product .cat-desc.tab-one-description {
        padding-top: 0;
    }
    body .custom-header-top-products .cat-desc.tab-one-description .inner-title {
        display: block;
    }
    /* search bar */
    header .block-search input {
        width: 100%;
    }
    .search-toggle .fa-times {
        display: none;
    }
    .block-search-open .search-toggle .fa-times {
        display: block;
    }
    .block-search-open .search-toggle .fa-search {
        display: none;
    }
    .block-search-open .page-header .header.content .logo {
        z-index: 99999999;
    }
    .custom-store-lang .continent-content {
        display: none;
    }
    /* lang dd */
    .cust-lang-str-blk .inner-title {
        font-size: 18px;
        text-align: left;
        padding: 0px 15px;
        font-weight: 500;
    }
    .continent-content .col-md-2 {
        width: 100%;
        margin-bottom: 30px;
    }
    /* market  */
    .news-index-index .news-lists .row {
        flex-direction: column;
    }
    .news-index-index .news-lists {
        margin: 50px 0px 50px;
    }
    .news-index-index .product-solution-cat-image {
        width: 100%;
        margin-right: 0;
        margin-top: 50px;
    }
    .news-index-index .custom-only-content-image .market-content-box {
        padding: 50px 30px;
        background-color: #fff;
    }
    .custom-three-divs-inone .market-content-box {
        padding: 50px 30px;
        background-color: #fff;
        order: 2;
    }
    .stroename {
        font-size: 18px;
    }
    .continent-title {
        font-size: 30px;
    }
    .custom-store-language {
        margin-top: 30px;
    }
    .store-view a {
        font-size: 12px;
    }
    /* fire-category */
    .sidebar .back-block {
        display: none;
    }
    .sidebar .mobile-toggle {
        display: inline-block;
        padding: 30px;
        margin: 0;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        background-color: #B01C12;
        position: absolute;
        top: 0px;
        z-index: 9;
        right: 0;
        letter-spacing: 1px;
    }
    .mobile-toggle:after {
        content: "\f178";
        font-family: "FontAwesome";
        right: 0;
        font-weight: 300;
        font-size: 14px;
        margin-left: 15px;
    }
    body.catalog-category-view .sidebar>.o-list.open,
    .catalog-category-view .custom-sidebar-contact-cat.open {
        left: auto;
        transform: translateX(0%);
        width: 100%;
        margin: 0;
        height: 100%;
        overflow: visible;
    }
    body.catalog-category-view .sidebar>.o-list,
    .catalog-category-view .custom-sidebar-contact-cat {
        transform: translateX(-100%);
        background-color: #fff;
        margin: 0;
        transition: 0.2s all linear;
        height: 0;
        overflow: hidden;
    }
    body.catalog-category-view .sidebar {
        position: absolute;
        right: 0;
        z-index: 99;
        padding: 30px;
        margin-top: 0;
    }
    .catalog-category-view .page-main {
        overflow-x: hidden;
    }
    .catalog-category-view.category-fire-fighting-equipment .custom-sidebar-contact-cat {
        padding: 0;
        padding-top: 0;
    }
    .all-page-main-banner-image img {
        object-fit: cover;
        height: 100%;
        object-position: center center;
    }
    body .all-page-main-banner-image .cms-banner-img img {
        height: 100vh;
    }
    .all-page-main-banner-image {
        height: 100vh;
    }
    .category-fire-fighting-equipment .category-class:nth-child(odd) h4 {
        padding: 0;
    }
    .catalog-category-view .page-products .columns {
        padding-top: 0;
    }
    .catalog-category-view .sidebar>.o-list {
        margin-top: 30px;
        padding-right: 15px;
        margin-bottom: 0px;
        padding-left: 15px;
    }
    .catalog-category-view .sidebar .o-list.o-list--unstyled li {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .catalog-category-view .sidebar .o-list li {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .catalog-category-view.page-layout-2columns-left .sidebar-main {
        max-width: 100%;
        /* order: 2; */
        margin-top: 0;
    }
    .catalog-category-view.page-layout-2columns-left .column.main {
        width: 100%;
        /* order: 1; */
    }
    .catalog-category-view .columns {
        flex-wrap: wrap;
        padding-top: 0;
    }
    .catalog-category-view .box-content.section-overlap-row {
        padding-bottom: 30px;
    }
    .box-content {
        padding: 30px;
    }
    .catalog-category-view .inner-title {
        margin-bottom: 20px;
    }
    .category-fire-fighting-equipment .custo-class-category-level .max-content {
        margin: 0;
    }
    .custom-desc-overview {
        margin: 0px 0px 15px 0px;
    }
    .catalog-category-view .custo-class-category-level {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .category-fire-fighting-equipment .category-class:nth-child(odd) {
        padding-left: 30px;
        padding-top: 46px;
    }
    .category-fire-fighting-equipment .category-class:nth-child(even) {
        padding-right: 30px;
    }
    .catalog-category-view .custom-sub-cat-name {
        padding-left: 0;
    }
    .category-fire-trucks.catalog-category-view .custom-sub-cat-name {
        padding-left: 0;
        top: 0;
        z-index: 9;
        transform: translateY(-50%);
    }
    .back-to-page {
        width: calc(100% - 60px);
        padding: 0px 10px;
    }
    .catalog-category-view .custom-container-attributes {
        top: 50%;
    }
    .category-fire-fighting-equipment .info a h4 {
        max-width: 75%;
        left: 50%;
        transform: translateX(-50%);
        line-height: 1.2;
        font-size: 31px;
        padding: 0;
    }
    .custom-left-content-data.cust-left-data .mobile-view {
        text-align: center;
    }
    .custom-all-products-data {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .right-img {
        display: none;
    }
    .mobile-view {
        display: block;
        position: relative;
    }
    .desktop-view {
        display: none;
    }
    /**/
    body.lang-open {
        overflow: hidden;
    }
    .red-dropdown-logo {
        position: absolute;
        top: 15px;
        left: 15px;
        max-width: 40px;
    }
    .red-dropdown-logo img {
        width: 100%;
        height: 40px;
        object-fit: cover;
        object-position: left;
    }
    .lang-open .custom-headercall-login,
    .lang-open .search-toggle {
        display: none;
    }
    .lang-open button.hamburger-store {
        right: 15px;
        width: 40px;
        height: 40px;
        top: 15px;
        margin-right: 0;
        position: fixed;
    }
    .custom-search-products-menu .cust-lang-str-blk .custom-store-lang {
        position: fixed;
        padding-top: 108px;
        padding-bottom: 40px;
        overflow-y: scroll;
        height: 100vh;
    }
    .custom-sub-cat-name {
        -webkit-text-stroke: 2px rgb(164 170 182 / 0.4);
    }
    /* .custom-header-top-products .hamburger-product {
            font-size: 14px;
            height: 40px;
            line-height: 40px;
            background-color: transparent;
            border-color: #b01c12;
            top: 15px;
            right: 15px;
            width: 40px;
        } */
    .custom-search-products-menu .cms-product {
        background-color: #fff;
        padding-top: 5px;
        height: 100vh;
    }
    .custom-header-top-products .prodcut-solution-title {
        font-size: 34px;
    }
    .custom-header-top-products .cms-product>ul {
        position: relative;
        padding: 0 30px;
        margin-top: 10px;
        max-height: calc(100% - 73px);
        overflow-y: scroll;
        max-height: 100%;
    }
    .custom-header-top-products .cms-product li {
        position: relative;
        max-width: none;
    }
    .custom-header-top-products .cms-product li::after {
        content: "";
        border-top: 5px solid #a4aab6;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        position: absolute;
        right: 0;
        top: 6px;
        transition: all 0.5s linear;
        pointer-events: none;
    }
    .custom-header-top-products .cms-product li.cat-li.mobile-menu-click.open::after {
    content: "";
    transition: all 0.5s linear;
    transform: rotate(180deg);
    }
    .cat-li.mobile-menu-click.open h4 a {
        font-weight: 600;
        color: #b01c12;
        width: 100%;
        padding-bottom: 10px;
    }
    .cat-li.mobile-menu-click.open h4 {
        border-bottom: 1px solid #ccc;
    }
    .cat-li.mobile-menu-click .child-category-mobileview {
        margin: 10px;
        padding-left: 10px;
    }
    .custom-header-top-products .cms-product li.mobile-menu-click h4 a {
        font-weight: 600;
    }
    .custom-header-top-products .cms-product ul li.tab-2>a {
        padding-left: 10px;
    }
    .custom-header-top-products .cms-product ul li.tab-2>a {
        padding: 15px 0px;
    }
    .custom-header-top-products .cms-product ul li.tab-2 {
        margin: 0;
    }
    .custom-header-top-products .cms-product ul li.tab-2>a::before,
    .custom-header-top-products .cms-product li.active>a::after {
        display: none;
    }
    .custom-header-top-products .cms-product li .parent-cat-content .parent-cat-desc {
        padding: 15px 0px;
    }
    /*--- Menu Dropdown ---*/
    .menu-open .page-header .header.content .logo {
        position: fixed;
        z-index: 10000001;
        left: 15px;
        top: 15px;
    }
    .menu-open .search-toggle,
    .menu-open .block-search {
        display: none;
    }
    .cms-menu {
        position: fixed;
        padding-top: 120px;
        top: 0;
        padding-bottom: 170px;
        height: 100%;
        align-items: center;
    }
    .cms-menu li {
        display: block;
        /* padding: 0px; */
    }
    .menu-open .custom-headercall-login {
        opacity: 1;
        padding-right: 30px;
        pointer-events: auto;
        padding-left: 30px;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 50px;
        flex-direction: column;
    }
    /* .cms-menu li:hover {
        padding: 0;
    } */
    .menu-open .custom-headercall-login a {
        padding: 13px;
        margin-right: 0;
        border-radius: 50px;
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    body .hamburger-menu {
        top: 20px;
        right: 15px;
        position: fixed;
    }
    body .solution-project-footer-block,
    body .training-block-footer.col-md-3 {
        padding-right: 15px;
        padding-left: 15px;
    }
    /*fire-trucks*/
    /* 20-10-2020 */
    .main-subpart .col-md-6.child-cat-custom-data:nth-child(even) {
        padding-left: 15px;
        margin-bottom: 30px;
    }
    body .special-electrical-cat-sec .child-cat-custom-data:hover .inner-page-category-fifth::before {
        width: calc(100% - 30px);
    }
    .main-subpart .col-md-6.child-cat-custom-data:nth-child(odd) {
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .fire-section {
        padding-bottom: 6.5em;
    }
    .custom-cat-description {
        padding: 1.625em 15px;
    }
    .ambulance-sec .ambulance-section {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .ambulance-sec {
        padding: 50px 0px 0px;
    }
    .mobile-hospital-right {
        padding-bottom: 120px;
        padding-top: 50px;
        z-index: 9;
    }
    body .sub-all-cat-section .container,
    body .custom-cat-description .container,
    body .fire-section .container,
    body .special-electrical-cat-sec .container,
    body .ambulance-sec .container,
    body .mobile-hospital-sec .container {
        padding: 0px 15px;
    }
    .mobile-hospital-sec::after {
        content: "";
        background-color: rgb(26 26 26 / 0.5);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        left: 0;
        top: 0;
    }
    .mobile-hospital-sec {
        position: relative;
    }
    .news-view-index.category-trucks-vehicles .owl-prev {
        left: 20px;
    }
    .news-view-index.category-trucks-vehicles .owl-next {
        right: 20px;
    }
    .news-view-index.category-trucks-vehicles .owl-next,
    .news-view-index.category-trucks-vehicles .owl-prev {
        width: 50px;
    }
    .special-electrical-cat-sec .main-subpart {
        margin-top: -8em;
    }
    .mobile-hospital-sec {
        background-size: contain;
    }
    /* 21-10-2020 */
    .category-fire-trucks.catalog-category-view.page-layout-2columns-left .sidebar-main {
        margin-top: 0;
        background-color: transparent;
    }
    .category-fire-trucks .custom-sidebar-contact-cat.open {
        display: none;
    }
    .category-fire-trucks .sidebar .mobile-toggle {
        top: -355px;
    }
    .trucks-slider.category_related_bottom {
        padding: 60px 100px;
    }
    .category-fire-trucks.news-view-index .owl-prev {
        left: 30px;
        width: 30px;
    }
    .category-fire-trucks.news-view-index .owl-next {
        right: 30px;
        width: 30px;
    }
    .category-fire-trucks .custom-cat-description {
        padding: 0;
    }
    .description-first {
        padding: 0px 0px 60px;
    }
    .product-gallery {
        overflow: hidden;
        padding: 50px 30px 0;
    }
    body.catalog-product-view {
        padding-top: 88px;
    }
    .table-img .hover-text {
        font-size: 30px;
        bottom: 100px;
    }
    .custom-cat-description .main-subpart {
        padding: 50px 0px 0;
    }
    body.category-fire-trucks.catalog-category-view.custom-category-level-3 .sidebar ul.o-list.o-list--unstyled.is-active {
        padding-top: 100px;
    }
    .product-arff-vehicles-on-custom-built-chases-product .banner-text .banner-title {
        max-width: 100%;
        font-size: 3.4em;
    }
    .desc-fst-img {
        margin-top: 30px;
    }
    .table-str th,
    .table-str td {
        padding: 15px 20px;
    }
    .category-fire-trucks .custom-sidebar-contact-cat {
        display: none;
    }
    #sub-child-cat .owl-prev {
        left: 20px;
        width: 30px;
    }
    #sub-child-cat .owl-next {
        right: 20px;
        width: 30px;
    }
    .description-first .home-market-header-title {
        margin-top: 50px;
    }
    .category-fire-trucks.categorypath-trucks-and-vehicles-122-fire-trucks .sidebar .mobile-toggle {
        top: -330px;
    }
    .custom-category-level-4 .third-level-category {
        padding: 20px 14px;
    }
    .cms-menu {
        max-height: 100vh;
    }
    .cms-menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 100%;
        flex-direction: column;
    }
    .cms-menu li {
        padding-right: 0;
    }
    .catalog-category-view .products-grid .products.list a.product-item-link {
        font-size: 14px;
        letter-spacing: 0.5px;
        margin-top: 15px;
        width: 95%;
    }
    .passion-protect-to-success .passion-protect .box-content {
        padding: 30px 15px;
    }
    body .submit-btn .action.primary {
        padding: 0 15px;
        font-size: 18px;
    }
    .custom-category-level-3.catalog-category-view.page-layout-2columns-left .column.main {
        background: linear-gradient( 180deg, rgba(241, 242, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
        min-height: 100%;
        padding-top: 75px;
    }
    .custom-truck-product-slider.categorypath-trucks-and-vehicles-122-fire-trucks .sidebar .mobile-toggle {
        top: 0 !important;
        transform: translateY(0);
    }
    .table-str table {
        margin-top: 0;
        min-width: 900px;
    }
    body.catalog-category-view.custom-category-level-3 .breadcrumbs {
        width: calc(100% - 171px);
        bottom: 0;
        top: auto;
        right: auto;
    }
    body.catalog-category-view.custom-category-level-3 .sidebar .mobile-toggle {
        transform: translateY(-100%);
    }
    body.catalog-category-view.custom-category-level-3.category-fire-trucks .sidebar .mobile-toggle {
        transform: translateY(0%);
    }
    .category-fire-trucks.custom-category-level-3 .sidebar .back-block {
        display: flex;
    }
    body.catalog-category-view.custom-category-level-3 .sidebar .mobile-toggle {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    body .custom-whats-app-block .custom-icon {
        transform: translate(-40%, -50%) !important;
    }
    /*---about us page start ---*/
    .profile-content {
        padding: 15px 30px;
    }
    .our-value .row {
        margin: 0 auto;
    }
    .integrated-mngmnt,
    row {
        margin: 0 auto;
    }
    .all-page-main-banner-image img {
        object-fit: contain;
        height: auto;
    }
    .all-page-main-banner-image {
        height: 100%;
    }
    .our-sucess-left {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        padding: 0;
    }
    .passion-protect-right ul {
        padding-top: 30px;
    }
    .our-success {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .cms-about-us .our-success .box-content {
        height: auto;
        position: relative;
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        margin: 0 auto;
        right: 0;
        padding: 30px;
        margin-top: 30px;
    }
    body.cms-about-us .nafco-block {
        padding: 15.25vw 10px 50px !important;
    }
    .mission-vision {
        width: 100%;
        padding: 30px;
        margin-bottom: 0;
        background-position: -80%;
        background-size: cover;
    }
    .mission-left .mission-vision-content,
    .vision-right .mission-vision-content {
        max-width: 80%;
    }
    .vision-right {
        padding-left: 30px;
    }
    .mission-left::after {
        display: none;
    }
    .our-to-integrate-content {
        padding-top: 0;
    }
    .our-value {
        padding: 30px 0px;
    }
    .slider-block {
        padding: 0 0 0 0;
    }
    .integrated-mngmnt {
        padding-top: 30px;
    }
    .cms-about-us .integrated-mngmnt .box-content {
        height: auto;
        position: static;
        width: 100%;
        padding: 30px;
    }
    .cms-about-us .integrated-mngmnt-right {
        position: static;
        margin-right: 0px;
        width: 100%;
        margin-top: 0;
        margin-top: 0px;
    }
    .nafco-block {
        padding: 15em 0 3em;
        margin: 0 auto;
    }
    .nafco-block-leftside p,
    .nafco-block-rightside p {
        max-width: 100%;
    }
    .nafco-block-right p {
        padding-left: 0;
    }
    .green-policy {
        padding: 30px 15px;
    }
    .mission-vision-content {
        font-size: 16px;
    }
    .our-value-right {
        font-size: 16px;
        margin-top: 20px;
    }
    .slider-block .item {
        padding: 30px 15px;
    }
    .read-more-btn-integrate,
    .our-success .read-more-btn {
        position: static;
    }
    .profile-content p {
        font-size: 16px;
    }
    .cms-about-us .integrated-mngmnt-left.more-active .right {
        padding-left: 15px;
    }
    .box-content p,
    .passion-protect-left p,
    .nafco-block p {
        font-size: 16px;
    }
    .cms-about-us .integrated-mngmnt-left.more-active .about-read-less-integrate {
        position: static;
    }
    body .column.main .title-meta,
    .custom-download-fire {
        margin-bottom: 10px;
    }
    /*---about us page end ---*/
    .section-overlap-row {
        padding-top: 50px;
        margin: 0;
    }
    .page-header .header.content {
        padding: 15px;
    }
    .hamburger-menu,
    .hamburger-product {
        top: 20px;
        right: 80px;
    }
    footer .contact {
        margin-top: 0;
    }
    .custom-search-products-menu {
        width: 33%;
    }
    body .custom-left-content-data.cust-left-data .mobile-view img {
        margin-bottom: 0px;
        margin-top: 30px;
    }
    body button.hamburger-store {
        top: 15px;
        right: 250px;
    }
    body button.search-toggle {
        right: 200px;
    }
    .hamburger-menu {
        top: 30px;
    }
    .header.content .block-search input {
        padding-left: 20px;
    }
    .menu-open header .block-search input,
    .product-open header .block-search input {
        width: 200px;
    }
    .custom-headercall-login a {
        border-radius: 30px;
        padding: 13px 15px;
        margin-right: 15px;
    }
    .page-header .header.content .logo {
        width: 25%;
    }
    .menu-open .hamburger-menu {
        top: 30px;
    }
    /* footer */
    .custom-assistence {
        font-size: 11px;
        line-height: 1.5;
    }
    .cust-naffco-number strong {
        font-size: 34px;
        line-height: 1.2;
    }
    .custom-nafco-number-normal a {
        letter-spacing: 8px;
    }
    /* blog post */
    .post-categories {
        top: 150px;
    }
    .blog-index-index .post-holder:first-child,
    .blog-index-index .post-holder:nth-child(2) {
        width: 100%;
    }
    .custom-blog-list .row,
    .image-detail .row {
        max-width: 100%;
    }
    .blog-post-view .custom-contact-main-sidebar {
        flex-wrap: wrap;
    }
    .blog-post-view .social-block {
        width: 50%;
        order: 1;
    }
    .blog-post-view .custom-recent-posts {
        width: 100%;
        order: 3;
    }
    .blog-post-view .custom-sidebar-call {
        width: 50%;
        order: 2;
        margin: 30px 0px;
    }
    .blog-post-view .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:last-child {
        padding: 0;
    }
    .blog-post-view .custom-recent-posts {
        padding: 0;
    }
    .blog-post-view .custom-contact-us-page {
        padding-bottom: 90px;
    }
    .blog-post-view .owl-carousel .owl-item img {
        height: 200px;
    }
    .blog-posts-all #blog-tabs {
        padding: 30px 30px 50px;
    }
    /* contact-us */
    .custm-conta-us-layout-page .section-overlap-row {
        margin-top: 0;
    }
    .custm-conta-us-layout-page {
        width: 100%;
        order: 1;
    }
    .leftside-contactus {
        width: 100%;
        margin-top: 0;
        order: 2;
    }
    .custm-conta-us-layout-page .leftside-contactus {
        width: 100%;
        order: 2;
    }
    body .custm-conta-us-layout-page .box-content .contact-sub-information {
        margin-bottom: 30px;
    }
    .contact-headquarter .row {
        display: flex;
    }
    .custom-contact-headquaters {
        width: 40%;
    }
    .custom-contact-contact-title {
        width: 60%;
        display: flex;
        padding: 0;
    }
    .custom-contact-contact-data {
        width: 55%;
    }
    .contact-email {
        width: 45%;
    }
    .custom-contact-main-sidebar {
        display: flex;
        align-items: center;
    }
    .custom-contact-us-page .fieldset .col-xs-12 {
        width: 50%;
    }
    .custom-contact-us-page .fieldset .col-xs-12.custprivacy {
        width: 100%;
    }
    .custom-contact-us-page .fieldset .comment {
        width: 100%;
    }
    .contact-map {
        padding: 0px 30px 30px;
    }
    .custom-contact-us-page>.row {
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    /* fire fighting equipment */
    .catalog-category-view .box-content.section-overlap-row {
        margin-top: 0;
    }
    .catalog-category-view.page-layout-2columns-left .column.main {
        width: 100%;
    }
    .catalog-category-view.page-layout-2columns-left .sidebar-main {
        max-width: 100%;
    }
    .breadcrumbs {
        top: auto;
        bottom: 20px;
        left: 0;
        width: 100% !important;
        right: auto;
    }
    .catalog-category-view .sidebar .o-list li {
        margin-bottom: 20px;
    }
    .catalog-category-view .columns {
        flex-wrap: wrap;
    }
    /* fire extinguishers */
    .catalog-category-view .custom-sidebar-contact-all {
        width: 50%;
        text-align: center;
    }
    .catalog-category-view .custom-sidebar-cat-download {
        width: 50%;
    }
    .catalog-category-view .custom-sidebar-contact-cat {
        display: flex;
        align-items: center;
    }
    .catalog-category-view.page-layout-2columns-left .sidebar-main {
        margin-top: 0px;
    }
    .image-custom-hover img {
        height: 283px;
    }
    /*  */
    .custom-text-market-form {
        padding: 30px 15px;
        width: 50%;
    }
    .news-view-index .custom-side-contact {
        display: inline-block;
        text-align: center;
        width: 50%;
    }
    .news-view-index .custm-conta-us-layout-page .box-content {
        padding: 30px;
    }
    .news-view-index .custom-view-post-third.box-content {
        padding: 30px;
    }
    .banner-text {
        top: 50%;
        max-width: 60%;
        left: 30px;
    }
    body.cms-about-us .page-main .container {
        max-width: 100%;
    }
    /*--- Related Projects ---*/
    .projects.custom-category-section-black {
        position: relative;
        padding: 100px 30px 50px;
    }
    .projects.custom-category-section-black .custom-sub-cat-name {
        font-size: 11.3vw;
        top: -8.8vw;
    }
    /* homepage */
    body.cms-home .page-main .container,
    body .page-main {
        max-width: 100%;
    }
    .table-section,
    .product-gallery {
        padding: 0 30px;
    }
    .description-first-sec {
        padding: 0px 15px;
    }
    rs-progress::before {
        width: 100vw;
    }
    .cms-bg-img::before {
        height: 272vw;
    }
    /* 19-08-2021 */
    .custom-all-child-content .custom-all-data-0 {
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
    }
    .custom-desc-right-section {
        padding: 0 15px;
    }
    .inner-title,
    .catalog-category-view .current-cat-desc p:first-child {
        font-size: 28px;
    }
    .product-solution-main-content .inner-page-category {
        margin-left: 0;
        margin-right: 0;
    }
    .news-view-index .custom-category-section-black {
        padding: 30px;
    }
    body #homepage-latest-posts .cat-item img {
        height: 470px;
        object-fit: cover;
    }
    .home-page-markets {
        padding-bottom: 50px;
    }
    .all-product-solution-title {
        bottom: 32px;
    }
    .custom-about-keepsafe-left {
        padding: 0 30px;
    }
    .product-solution-main-content .custom-all-data-2 .col-md-4 {
        width: 33.33%;
    }
    .custom-all-child-content .custom-all-data-2 {
        margin-bottom: 30px;
    }
    .catalog-category-view .products-grid .products.list .product-image-custom {
        text-align: center;
    }
    .custom-truck-product-slider .sidebar .mobile-toggle {
        top: 0px !important;
        transform: translateY(0%);
    }
    .custom-truck-product-slider .breadcrumbs {
        width: 100% !important;
    }
    .catalog-category-view .products-grid .products.list a.product-item-link {
        max-width: 300px;
        margin: 15px auto 0;
    }
    .custom-contact-us-productpage .actions-toolbar {
        padding: 0;
    }
    .custom-truck-product-slider .all-page-main-banner-image img {
        height: calc(100vh - 238px) !important;
        object-fit: cover !important;
        object-position: 75% 0px !important;
    }
    .table-str .specs-table {
        table-layout: auto;
    }
    .table-str th,
    .table-str td {
        padding: 15px 10px;
    }
    .table-str th,
    .table-str td {
        font-size: 13px;
    }
    .table-str .specs-table tr:first-child th {
        font-size: 14px;
    }
    .table-img img {
        min-height: 250px;
    }
    .product-gallery img {
        height: 550px;
    }
    .category-fire-trucks .custom-cat-description .box-content {
        padding-bottom: 60px;
    }
    .description-first .img-fst {
        margin-top: 30px;
    }
    .desc-fst-img img {
        margin-bottom: 30px;
    }
    .desc-fst-img ul>li,
    .desc-fst-img ol>li {
        margin-bottom: 15px;
        line-height: 1.8;
    }
    body.product-arff-vehicles-on-custom-built-chases-product .page-main .custom-contact-us-productpage.container {
        padding-top: 0;
    }
    body.product-arff-vehicles-on-custom-built-chases-product .contact-us-sec {
        padding-bottom: 0;
    }
    .category-fire-trucks.custom-category-level-3 .custom-cat-description .box-content.current-cat-desc {
        padding: 7.5vw 30px 30px;
    }
    .category-fire-trucks.custom-category-level-3 .custom-cat-description .max-content {
        max-width: 100%;
    }
    .category-fire-trucks.custom-category-level-3 .trucks-slider.category_related_bottom .inner-page-category-second-name {
        width: 47%;
    }
    .custom-category-level-4 .custom-category-level-2 .info a h4 {
        max-width: 83%;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .catalog-category-view .box-content.section-overlap-row {
        padding-bottom: 70px;
    }
    .page-products .breadcrumbs {
        max-width: calc(100% - 185px);
        bottom: 0;
        right: auto;
    }
    .product-gallery {
        padding: 50px 30px 0;
    }
     :root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev,
     :root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
        top: 50% !important;
        left: -135px !important;
        background: url(../../frontend/Nf/naffco/en_US/css/images/left_arrow.png) !important;
        background-repeat: repeat;
        background-repeat: no-repeat !important;
        font-size: 0;
    }
     :root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next,
     :root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
        width: 40px !important;
        top: 0 !important;
        right: -135px !important;
        background: url(../../frontend/Nf/naffco/en_US/css/images/right_arrow.png) !important;
        background-repeat: repeat;
        background-repeat: no-repeat !important;
        font-size: 0;
    }
}

@media screen and (max-width: 991px) {
    .product-open .red-dropdown-logo img {
        display: none;
    }
    body.catalog-category-view .sidebar>.o-list,
    .catalog-category-view .custom-sidebar-contact-cat {
        transform: translateX(-100%);
        background-color: #fff;
        margin: 0;
        transition: .2s all linear;
        height: 0;
        overflow: hidden;
        clip-path: none;
    }
    body.catalog-category-view .sidebar>.o-list {
        padding-top: 20px;
    }
    body.catalog-category-view .sidebar.open>.o-list,
    .catalog-category-view .open .custom-sidebar-contact-cat {
        transform: translateX(0);
        height: auto;
    }
    .catalog-category-view .sidebar .o-list.Custallcategory li {
        margin-bottom: 1em;
    }
    .catalog-category-view .sidebar .o-list.Custallcategory li a {
        font-size: 0.9em;
    }
    .product-gallery {
        overflow: hidden;
        padding: 50px 0 0
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .lang-open .page-header .header.content .logo {
        opacity: 0;
    }
    .home-market-slider a img {
        height: 200px !important;
        object-fit: cover;
    }
    .news-view-index #custom-banner-1 .owl-nav {
        bottom: 42px;
    }
    body.news-view-index .info.item .link h4,
    body.news-view-index #custmarketsection .info.item .link h4 {
        font-size: 14px;
    }
    .news-view-index .custom-category-section-black .owl-nav {
        top: -51px;
    }
    .custom-pr-blcok .projects.custom-category-section-black {
        padding: 30px !important;
    }
    .news-view-index #custom-banner-2 .owl-nav {
        bottom: 45px;
    }
    .projects .image-custom-project {
        font-size: 14px;
        margin-top: 15px;
        line-height: 1.4;
    }
    body .page-main .custom-related-categories-markets.container {
        padding: 30px;
    }
    .owl-carousel-products-related .owl-nav {
        top: auto;
    }
    body.cms-training-1 .columns .column.main {
        padding-top: 100px;
    }
    .custom-category-sectioon .image-custom-categoryt img {
        height: 350px;
    }
    body .page-main .container,
    body .page-main {
        max-width: 100%;
    }
    .banner-text .banner-title {
        font-size: 32px;
        margin-top: 10px;
        letter-spacing: normal;
    }
    .inner-title,
    .catalog-category-view .current-cat-desc p:first-child {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .category-fire-extinguishers .inner-title {
        font-size: 28px;
    }
    .home-market-header-title {
        margin-bottom: 10px;
    }
    .breadcrumbs .item,
    .breadcrumbs .item a {
        font-size: 12px;
    }
    .blog-post-view .section-overlap-row .post-description,
    .max-content {
        width: 100%;
        padding: 0px 15px;
    }
    p {
        font-size: 14px;
        line-height: 1.7;
    }
    /* footer */
    .footr-cont-img-mob {
        text-align: center;
        padding: 30px;
        background-color: #1a1819;
    }
    .footr-cont-img-mob img:first-child {
        margin-bottom: 15px;
    }
    p.footer-address,
    .contact {
        margin: 0;
        width: 50%;
        padding: 0px 15px;
    }
    form.contact {
        padding: 0;
    }
    body.contact-index-index .contact .field {
        margin-bottom: 0;
    }
    .custom-assistence {
        font-size: 11.2px;
        line-height: 2;
    }
    .footer-bottom-inner .row {
        display: flex;
        flex-direction: column;
    }
    .custom-copyright-text {
        order: 1;
        margin-bottom: 20px;
    }
    .custom-edirect-text {
        order: 3;
    }
    .custom-copyright-link {
        order: 2;
        margin-bottom: 20px;
    }
    .footer-bottom-inner {
        padding-top: 30px;
        padding-bottom: 30px;
        max-width: 100%;
        margin: 0px 15px;
        width: calc(100% - 30px);
    }
    .custom-footer-two .cust-naffco-number strong {
        font-size: 34px;
        line-height: 1.5;
    }
    .custom-footer-two .cust-email-footer a {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    .cust-email-footer,
    .custom-nafco-number-normal,
    .cust-naffco-number,
    .custom-assistence {
        text-align: left;
    }
    .custom-footer-links {
        margin-bottom: 0;
    }
    .col-md-3.about-nafco-block-footer {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    .about-nafco-block-footer img {
        width: 100%;
        max-width: 240px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    body .footer.content ul {
        padding-right: 0px;
        column-count: 2;
    }
    body .footer-title {
        margin-bottom: 0px;
        font-size: 0;
        line-height: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    body .explore-footer-block {
        margin-top: 0px;
        margin: 30px 0px;
        width: calc(100% - 0px);
        border-top: 1px solid #b01c12;
        padding-top: 30px;
    }
    body .training-block-footer.col-md-3 {
        padding-right: 0;
        padding-left: 0;
    }
    body .solution-project-footer-block,
    .turck-vehicles-block-footer,
    .custom-all-tarining-data {
        display: none;
    }
    body .custom-training .footer-title {
        font-size: 14px;
        line-height: normal;
        width: 40%;
    }
    .custom-training .row {
        margin: 0;
        width: 60%;
    }
    .custom-training .row .col-md-12 {
        padding: 0;
    }
    .custom-training.custom-all-tarining-data+.custom-training {
        margin-top: 0;
        display: flex;
        align-items: center;
        padding: 15px 20px;
        background-color: #707070;
    }
    body .footer.content .custom-training-section {
        column-count: auto;
        text-align: right;
    }
    .custom-training-section li {
        padding-right: 5px;
    }
    .custom-footer-two .col-md-9 {
        display: none;
    }
    .custom-whats-app-block {
        right: 30px;
        bottom: 40px;
    }
    .custom-footer-two .col-md-3:before {
        content: none;
    }
    .training-block-footer {
        margin-top: 0;
        padding: 0px 15px;
    }
    .custom-footer-two {
        margin: 30px 15px 30px;
        border-bottom: 1px solid #b01c12;
        padding-bottom: 30px;
    }
    .custom-whatApp {
        margin-bottom: 15px;
    }
    .custom-footer-two .col-md-3 {
        padding-top: 0;
        padding-bottom: 0;
        padding: 0;
    }
    /* header */
    .custom-header-top-products .hamburger-product {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        background-color: #b01c12;
        border-color: #b01c12;
        top: 15px;
        right: 65px;
    }
    body .hamburger-menu {
        top: 15px;
        right: 15px;
    }
    body .page-header .header.content {
        padding: 15px !important;
        height: auto !important;
    }
    .cust-lang-str-blk .hamburger-store {
        margin-right: 20px;
        line-height: normal;
        height: auto;
        right: 213px;
    }
    .custom-search-products-menu {
        width: calc(100% - 81px);
    }
    .custom-headercall-login a {
        border-radius: 0;
        padding: 0;
        margin-right: 0;
    }
    /*---about us page start---*/
    .banner-text {
        left: 15px;
        top: 50%;
        width: calc(100% - 30px);
    }
    .our-sucess-left {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        padding: 0 30px;
    }
    .slider-block .item {
        padding: 15px;
    }
    .slider-block .item {
        padding: 15px;
    }
    .read-more-btn-integrate,
    .our-success .read-more-btn {
        position: static;
    }
    .profile-content {
        padding: 15px 30px;
    }
    .profile-content p {
        font-size: 14px;
        line-height: 2;
    }
    .box-content p,
    .passion-protect-left p,
    body .column.main .title-meta,
    .news-view-index .title-meta p {
        font-size: 14px;
        line-height: 2;
    }
    .passion-protect-right ul {
        padding-top: 20px;
    }
    .our-success {
        padding: 0 15px;
    }
    .cms-about-us .our-success .box-content {
        position: relative;
        width: 100%;
        margin: 0 auto;
        height: auto;
        right: 0;
        margin-top: 30px;
        padding: 15px 30px;
    }
    .mission-vision {
        padding: 30px;
        background-position: 640px;
        background-size: cover;
        margin-bottom: 30px;
        width: 100%;
        margin-top: 30px;
    }
    .vision-right {
        padding-left: 30px;
        padding-right: 30px;
    }
    .mission-left::after {
        display: none;
    }
    .mission-left .mission-vision-content,
    .vision-right .mission-vision-content {
        max-width: 100%;
    }
    .mission-vision-content {
        font-size: 16px;
    }
    .our-to-integrate-content {
        padding-top: 0px;
    }
    .our-value {
        padding: 30px;
    }
    .our-value-right {
        font-size: 16px;
        margin-top: 10px;
    }
    .our-value-right {
        font-size: 14px;
    }
    .slider-block .about-block-title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .slider-block .about-block-content {
        font-size: 12px;
    }
    .slider-block {
        padding: 0 0 0 0;
    }
    .integrated-mngmnt {
        padding-top: 30px;
    }
    .green-policy {
        padding: 30px;
    }
    .nafco-block {
        padding: 15px;
        padding-top: 150px;
        margin: 0 auto;
    }
    .nafco-block-leftside p {
        max-width: 100%;
    }
    .cms-about-us .integrated-mngmnt .box-content {
        height: auto;
        right: auto;
        position: static;
        padding: 30px;
        width: 100%;
    }
    .integrated-mngmnt .row {
        margin: 0 auto;
    }
    .cms-about-us .integrated-mngmnt-left.more-active .left {
        max-width: 100%;
    }
    .cms-about-us .integrated-mngmnt-left.more-active .right {
        width: 100%;
        padding-left: 0;
    }
    .cms-about-us .integrated-mngmnt-right {
        width: 100%;
        margin: 0 auto;
        position: static;
        margin-top: 30px;
    }
    .integrated-mngmnt-left {
        width: 100%;
        margin-right: 0;
        z-index: 9;
    }
    .nafco-block p {
        font-size: 14px;
    }
    .nafco-block-right p {
        padding-left: 0;
    }
    .nafco-block .custom-sub-cat-name {
        font-size: 12vw;
        letter-spacing: 15px;
        padding-left: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .cms-about-us .integrated-mngmnt-left.more-active .about-read-less-integrate {
        position: static;
    }
    /*---about us page end---*/
    /* blog post */
    body .blog-posts-all ul {
        margin-bottom: 30px;
        width: 100%;
        padding: 15px;
        width: 100%;
        margin-right: 0;
        margin-top: 30px;
    }
    .custom-blog-list {
        margin-top: -135px;
        padding-top: 135px;
    }
    body .post-content .post-description .post-ftimg-hld img {
        height: 280px;
    }
    body .post-holder {
        margin-bottom: 30px;
    }
    .blog-index-index .home-market-header-title {
        margin-bottom: 10px;
    }
    .blog-posts-all li {
        padding-right: 20px;
        padding-bottom: 10px;
    }
    .custom-blog-list .row,
    .image-detail .row {
        max-width: 100%;
    }
    .blog-index-index .post-holder:first-child,
    .blog-index-index .post-holder:nth-child(2) {
        width: 100%;
    }
    .blog-index-index .post-holder:first-child .post-content .post-description .post-ftimg-hld img,
    .blog-index-index .post-holder:nth-child(2) .post-content .post-description .post-ftimg-hld img {
        height: 350px;
    }
    .post-posed-date {
        padding: 15px 0px 10px;
    }
    .post-title-holder-post h2 a {
        font-size: 18px;
    }
    .post-title-holder-post h2 {
        padding-bottom: 15px;
    }
    .blog-post-view .page-title {
        font-size: 22px;
        max-width: 100%;
    }
    .leftside-contactus {
        margin-top: 0;
    }
    .back-pg-arrow {
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
    .custom-contact-main-sidebar {
        padding: 15px 15px 30px;
    }
    .leftside-contactus .custom-training-section li {
        margin-right: 15px;
    }
    .blog-post-view .social-block {
        padding: 15px 0px 30px;
    }
    .blog-post-view .blog-widget-recent h3 {
        padding: 30px 0px 15px;
        font-size: 20px;
    }
    .blog-post-view .post-list .post-header .post-title a {
        font-size: 14px;
    }
    .blog-post-view .post-content .post-description .post-ftimg-hld img {
        max-width: 100px;
        height: 100px;
    }
    .blog-post-view .post-holder .post-header .post-info {
        padding: 10px 0 10px 0;
    }
    .blog-post-view .post-header {
        width: calc(100% - 100px);
        padding-left: 15px;
    }
    .custom-sidebar-call {
        padding: 15px;
        text-align: center;
    }
    .custom-sidebar-call .custom-assistence,
    .custom-sidebar-call .custom-nafco-number-normal a {
        font-size: 0.8em;
    }
    .section-overlap-row {
        margin-top: 0px;
    }
    .custm-conta-us-layout-page .box-content {
        padding: 15px 15px 50px;
    }
    body .column.main .title-meta,
    .news-view-index .title-meta p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    body .column.main .contact-headquarter .title-meta {
        margin-bottom: 10px;
    }
    .contact-map {
        padding: 0px 30px 30px;
    }
    body.contact-index-index input,
    body.contact-index-index select {
        padding: 0px 15px;
        margin-bottom: 20px;
    }
    .box-content p,
    .passion-protect-left p {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 1.8;
    }
    .blog-post-view .custom-contact-us-page {
        padding-bottom: 30px;
    }
    .custm-conta-us-layout-page {
        width: 100%;
        order: 1;
    }
    .leftside-contactus {
        margin-top: 0;
        width: 100%;
        order: 2;
    }
    .custom-contact-us-page>.row {
        display: flex;
        flex-direction: column;
    }
    .custom-contact-us-page .section-overlap-row {
        margin-top: 0;
    }
    .contact-headquarter {
        padding-top: 30px;
    }
    .custom-contact-contact-title {
        padding: 0;
        padding-top: 30px;
    }
    .blog-post-view .page-title-wrapper {
        padding-right: 15px;
    }
    .page-header {
        margin-bottom: 0;
    }
    .blog-post-view .custom-recent-posts {
        padding: 0px 0px 30px;
    }
    .blog-post-view .post-content .post-description img {
        height: 100%;
    }
    .blog-post-view #custom-related-posts {
        padding: 30px 15px 30px;
    }
    .owl-nav {
        transform: none;
        top: auto;
        width: 100%;
        left: 0;
        display: flex;
        bottom: 10%;
    }
    .blog-post-view .owl-carousel .owl-item img {
        height: 250px;
    }
    .post-categories {
        top: -50px;
    }
    .post-info {
        position: relative;
    }
    .blog-index-index .post-holder:first-child .post-title-holder-post,
    .blog-index-index .post-holder:nth-child(2) .post-title-holder-post {
        padding: 0px 15px;
    }
    .blog-index-index .post-holder:first-child .post-title-holder-post h2 a,
    .blog-index-index .post-holder:nth-child(2) .post-title-holder-post h2 a {
        font-size: 20px;
    }
    .custom-sidebar-call {
        width: 100%;
    }
    .passion-protect .product-solution-cat-image .inner-title {
        margin-top: 0;
    }
    .custom-sidebar-call .cust-email-footer a {
        font-size: 19px;
    }
    .custom-sidebar-call .cust-naffco-number strong:last-child {
        font-size: 38px;
    }
    .custom-nafco-number-normal a {
        letter-spacing: 7.5px;
    }
    .social-block ul.custom-training-section {
        text-align: center;
    }
    body .post-holder {
        padding-right: 0;
        padding-left: 0;
    }
    .blog-post-view .custm-conta-us-layout-page .box-content {
        padding: 15px 15px 10px;
    }
    .custom-download-fire {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .catalog-category-view .custom-sidebar-contact-cat {
        padding: 30px 15px;
        padding-top: 30px;
    }
    /* contact-us */
    .social-block {
        padding: 0px 0px 30px;
    }
    .custom-contact-contact-data {
        margin-bottom: 30px;
    }
    body .breadcrumbs {
        top: auto;
        bottom: 5px;
        left: 0;
    }
    body.catalog-category-view .breadcrumbs {
        width: 100%;
        bottom: 80px;
        top: auto;
        bottom: 0;
    }
    .contact-index-index textarea {
        padding: 15px 15px;
        margin-bottom: 30px;
    }
    .catalog-category-view .banner-text .banner-title {
        max-width: 100%;
    }
    /* fire-fighting-equipment */
    .catalog-category-view .custo-class-category-level .info {
        margin-bottom: 30px;
    }
    .catalog-category-view .info .image-custom-categoryt img {
        min-height: 100%;
    }
    .catalog-category-view .page-products .columns {
        padding-top: 0;
    }
    .catalog-category-view .sidebar>.o-list {
        margin-top: 30px;
        padding-right: 15px;
        margin-bottom: 0px;
        padding-left: 15px;
    }
    .catalog-category-view .sidebar .o-list.o-list--unstyled li {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .catalog-category-view .sidebar .o-list li {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .catalog-category-view.page-layout-2columns-left .sidebar-main {
        max-width: 100%;
        margin-top: 0;
    }
    .catalog-category-view.page-layout-2columns-left .column.main {
        width: 100%;
    }
    .catalog-category-view .columns {
        flex-wrap: wrap;
        padding-top: 0;
    }
    .catalog-category-view .box-content.section-overlap-row {
        padding-bottom: 30px;
    }
    .box-content {
        padding: 30px 15px;
        margin: 0 auto;
    }
    .custom-desc-overview {
        margin: 0px 0px 15px 0px;
    }
    .catalog-category-view .custo-class-category-level {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .category-fire-fighting-equipment .category-class:nth-child(even) {
        padding: 0;
    }
    .category-fire-fighting-equipment .custo-class-category-level .max-content {
        margin: 0;
    }
    .category-fire-fighting-equipment .custo-class-category-level .category-class .info {
        margin-bottom: 45px;
        padding-top: 44px;
    }
    .category-fire-fighting-equipment .category-class:nth-child(odd) {
        padding: 0;
    }
    .catalog-category-view .custom-sub-cat-name {
        padding-left: 0;
        display: none;
    }
    .back-to-page {
        width: calc(100% - 60px);
        padding: 0px 10px;
    }
    .catalog-category-view .custom-container-attributes {
        top: 50%;
        width: calc(100% - 10.2%);
    }
    .category-fire-fighting-equipment .info a h4 {
        max-width: 70%;
        left: 50%;
        transform: translateX(-50%);
        line-height: 1.2;
        font-size: 31px;
        padding: 0;
    }
    /* product search */
    .catalogsearch-result-index .products-grid .products.list {
        padding-left: 5%;
        padding-right: 5%;
    }
    .catalogsearch-result-index .products-grid .products.list a.product-item-link {
        text-align: left;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .catalogsearch-result-index .products-grid .products.list .product-item {
        width: 100%;
    }
    .catalogsearch-result-index .page-title-wrapper .banner-title {
        font-size: 36px;
    }
    .catalogsearch-result-index .page-title-wrapper {
        padding-top: 0;
        padding-left: 5.2%;
        padding-bottom: 0;
    }
    /* fire extinguishers */
    .custom-category-level-3 .custo-class-category-level .category-class:nth-child(even),
    .category-mobile-type-extinguishers.custom-category-level-4 .custo-class-category-level .category-class:nth-child(even) {
        margin-right: 0;
        padding-left: 0;
        margin-bottom: 30px;
    }
    body.catalog-category-view .inner-title {
        margin-bottom: 10px;
    }
    .custom-child-products-data-1 {
        margin-bottom: 30px;
    }
    .custo-class-category-level .child-product-url.btn-common {
        margin-top: 0;
    }
    .custom-category-level-3 .custo-class-category-level .category-class:nth-child(even) .info,
    .category-mobile-type-extinguishers.custom-category-level-4 .custo-class-category-level .category-class:nth-child(even) .info {
        margin-right: 0;
        padding-left: 0;
        margin-bottom: 30px;
    }
    /* .catalog-category-view.page-layout-2columns-left .sidebar-main {
        margin-top: 30px;
    } */
    .custo-class-category-level .info .btn-common a,
    .custo-class-category-level .info .btn-common {
        display: flex;
    }
    .btn-common,
    .action.primary.btn-common {
        font-size: 20px;
        padding: 0px 15px;
        height: 40px;
        line-height: 40px;
    }
    .btn-common::before {
        left: 0px;
        width: 40px;
        height: 40px;
    }
    .btn-common,
    .action.primary.btn-common {
        width: 140px;
    }
    .subscribe .btn-common,
    .subscribe .action.primary.btn-common {
        width: 210px;
    }
    .home-page-product-solutions .btn-common,
    .home-page-product-solutions .action.primary.btn-common {
        width: 300px;
        text-align: left;
    }
    .sidebar-second-level .btn-common {
        width: auto;
    }
    .custprivacy .control label {
        padding-left: 30px;
        display: block;
        position: relative;
    }
    .custprivacy input[type="radio"]+label:before {
        position: absolute;
        left: 0;
        top: 0;
    }
    body .breadcrumbs .item:not(:last-child):after {
        margin: 0 5px;
    }
    /* market */
    .news-index-index .product-solution-cat-image {
        width: 100%;
        margin-right: 100%;
        margin-top: 30px;
    }
    .news-index-index .custom-only-content-image .market-content-box {
        padding: 30px 15px;
    }
    .custom-three-divs-inone .market-content-box {
        padding: 30px 15px;
    }
    /*  */
    .custom-text-market-form {
        padding: 0 0 40px;
    }
    .news-view-index .custm-conta-us-layout-page .box-content {
        padding: 15px;
    }
    .custom-slider-below-text,
    .custom-cat-title-market {
        font-size: 16px;
        padding: 30px 20px 30px;
    }
    .banner-1 .custom-slider-below-text {
        font-size: 16px;
        padding: 15px;
    }
    .news-view-index .custom-view-post-third.box-content {
        padding: 15px 15px 30px;
    }
    .separater {
        margin: 25px 0px;
    }
    .news-view-index .owl-carousel .owl-stage-outer {
        margin-top: 30px;
    }
    body .page-main .custom-related-categories-markets .custom-related-cats {
        padding: 0;
        padding-bottom: 50px;
    }
    .news-view-index .custom-related-cats .owl-nav {
        bottom: 0;
        top: auto;
        transform: none;
    }
    .custom-related-cats .owl-item .image-custom-categoryt img {
        min-height: 200px;
    }
    body.contact-index-index .contact input,
    body.contact-index-index .contact select,
    .residential input {
        padding: 0px 15px;
    }
    .contact-index-index textarea,
    .residential textarea {
        padding: 15px;
    }
    .news-view-index .owl-prev,
    .news-view-index .owl-next {
        background-size: 45px;
    }
    .custo-class-category-level .image-custom-hover {
        width: 50%;
    }
    /* product solution */
    /*-- Related Projects --*/
    .projects.custom-category-section-black {
        position: relative;
        padding: 50px 15px 50px;
    }
    .projects.custom-category-section-black .custom-sub-cat-name {
        font-size: 11.3vw;
        top: -8.8vw;
    }
    .custom-footer-two .col-md-3 {
        width: 100%;
        text-align: center;
        margin-top: 30px;
        padding: 0 15px;
    }
    /* 20-10-2020 */
    /*fire-trucks*/
    .trucks-slider {
        margin: 0 30px;
    }
    .news-view-index.category-trucks-vehicles .owl-next,
    .news-view-index.category-trucks-vehicles .owl-prev {
        width: 20px;
    }
    .trucks-slider img,
    .ambulance-sec img {
        height: auto;
        margin-bottom: 15px;
    }
    .news-view-index.category-trucks-vehicles .owl-carousel .owl-stage-outer {
        margin-top: 20px;
    }
    .news-view-index.category-trucks-vehicles .owl-nav {
        bottom: 50%;
        top: auto;
        transform: translateY(-50%);
    }
    .category-fire-trucks.news-view-index .owl-prev {
        left: 30px;
        width: 30px;
    }
    .category-fire-trucks.catalog-category-view.page-layout-2columns-left .column.main {
        width: 100%;
        margin-top: 75px;
    }
    .category-fire-trucks .sidebar .mobile-toggle {
        top: 0;
    }
    .trucks-slider.category_related_bottom .inner-page-category-second-name {
        text-align: left;
        left: 10%;
        width: calc(100% - 30px);
    }
    .trucks-slider.category_related_bottom {
        padding: 00px 60px;
    }
    .trucks-slider.category_related {
        padding: 0 60px;
    }
    .trucks-slider.category_related_bottom img {
        height: 350px;
    }
    body.catalog-product-view {
        padding-top: 68px;
    }
    .product-arff-vehicles-on-custom-built-chases-product .banner-text .banner-title {
        max-width: 100%;
        font-size: 23px;
    }
    body.product-arff-vehicles-on-custom-built-chases-product .pro-banner .containe {
        padding: 0px 15px;
    }
    body.product-arff-vehicles-on-custom-built-chases-product .columns>div {
        width: 100%;
    }
    .table-str table.table-striped.table-bordered.specs-table {
        table-layout: fixed;
    }
    .table-str th,
    .table-str td {
        font-size: 10px;
        padding: 8px 5px;
        word-break: break-word;
    }
    .table-str .specs-table tr:first-child th {
        font-size: 10px;
    }
    .table-str table {
        margin-top: -38px;
    }
    .table-img .hover-text {
        font-size: 14px;
        bottom: 50px;
        line-height: normal;
    }
    body .product-gallery.news-view-index .owl-nav {
        right: 0;
        top: -60px;
    }
    body.product-arff-vehicles-on-custom-built-chases-product .container {
        padding: 0 30px;
    }
    .description-first {
        padding: 0px 0px 30px;
    }
    .desc-fst-img img {
        margin-bottom: 50px;
    }
    .description-first .img-fst {
        margin-top: 50px;
    }
    .product-arff-vehicles-on-custom-built-chases-product .custom-contact-us-productpage .field {
        padding: 0;
    }
    .product-arff-vehicles-on-custom-built-chases-product .custom-related-pro-data .products.products-grid {
        padding-left: 0;
        padding-right: 0;
    }
    .custom-contact-us-productpage .custom-productpage-contact-img .inner-title {
        text-align: right;
    }
    body .trucks-slider img {
        height: 188px !important;
    }
    .trucks-slider .trucks-cat-slider ul#sub-child-cat img {
        object-fit: contain;
    }
    #sub-cat.trucks-slider img {
        object-fit: contain;
    }
    .category-fire-trucks.news-view-index ul#sub-cat .owl-prev {
        left: 20px;
    }
    .category-fire-trucks.news-view-index ul#sub-cat .owl-next {
        right: 20px;
    }
    .catalog-category-view .inner-title {
        font-size: 31px;
    }
    .cms-menu li {
        display: block;
        width: 100%;
    }
    .cms-menu {
        padding-top: 80px;
    }
    .cms-menu li {
        padding-bottom: 10px;
    }
    rs-progress::before {
        width: 100vw;
    }
    .cms-bg-img::before {
        height: 880vw;
    }
    body .child-product-url.btn-common {
        margin-top: 20px;
    }
    body .child-product-url.btn-common::before {
        left: -15px;
    }
    .custom-category-level-3 .custo-class-category-level img,
    .category-mobile-type-extinguishers.custom-category-level-4 .custo-class-category-level img {
        max-height: 150px;
    }
    .custom-category-level-3.catalog-category-view .inner-title,
    .category-mobile-type-extinguishers.custom-category-level-4.catalog-category-view .inner-title {
        font-size: 18px;
    }
    .custom-category-level-3 .custom-second-child-data a h4,
    .category-mobile-type-extinguishers.custom-category-level-4 .custom-second-child-data a h4 {
        margin-right: -100px;
    }
    body .child-product-url.btn-common {
        width: 120px;
        min-width: 120px;
    }
    body .child-product-url.btn-common:after {
        right: 25px;
    }
    .custom-category-level-3 .custom-second-child-data,
    .category-mobile-type-extinguishers.custom-category-level-4 .custom-second-child-data {
        width: 80px;
        z-index: 9;
    }
    .catalog-category-view .current-cat-desc p:last-child {
        font-size: 16px;
    }
    .category-fire-fighting-equipment .category-class:nth-child(even),
    .custom-category-level-2 .category-class:nth-child(even) {
        padding-right: 0;
        padding: 0;
    }
    .category-fire-fighting-equipment .category-class:nth-child(odd),
    .custom-category-level-2 .category-class:nth-child(odd) {
        padding-left: 0;
        padding-top: 0;
        padding: 0;
    }
    .category-fire-fighting-equipment .category-class:nth-child(odd) h4,
    .custom-category-level-2 .category-class:nth-child(odd) h4 {
        padding: 0;
    }
    .store-view a {
        font-size: 16px;
    }
    .btn-common:before {
        width: 100%;
        height: 100%;
    }
    .custom-header-top-products .prodcut-solution-title {
        font-size: 21px;
        text-align: left;
        margin-left: 30px;
    }
    .custom-whatApp,
    .custom-assist {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .custom-whats-app-block .fab,
    .custom-whats-app-block .far {
        font-size: 24px;
    }
    .custom-contact-us-productpage .custom-productpage-contact-img .inner-title {
        text-align: center;
    }
    .cms-home-page .custom-footer-two .col-md-3 {
        width: 80%;
    }
    .image-gallery-outer .img-hover-data {
        left: 20px;
    }
    .image-detail .image-null-msg {
        font-size: 30px;
    }
    header .block-search form {
        left: 0;
    }
    body.cms-projects .blog-posts-all ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .home-market-header-title {
        width: 100%;
    }
    .blog-posts-all .inner-title {
        font-size: 1.2em;
    }
    .custom-header-top-products .cms-product li a {
        font-size: 14px;
    }
    .custom-header-top-products .cms-product>ul>li h4 {
    margin-top: 8px;
    margin-bottom: 8px;
     }
    .all-product-solution-title {
        bottom: 30px;
    }
    body.blog-page-list .page-main .container {
        max-width: 85%;
    }
    #newsletter-validate-detail {
        padding-bottom: 80px;
    }
    #newsletter-validate-detail .actions {
        bottom: 0;
        margin-top: 15px;
    }
    .btn-common,
    .action.primary.btn-common {
        min-width: 190px;
    }
    .customer-account-create .column.main {
        padding-top: 70px;
    }
    .row.nafco-block .col-md-6 {
        padding: 0 15px;
    }
    .category-mobile-type-extinguishers.custom-category-level-4 .custo-class-category-level img {
        max-height: 100%;
    }
    .specifications .value {
        margin-left: 0;
        margin-right: 0;
        overflow: auto;
    }
    .resources .value {
        margin-left: 0;
        margin-right: 0;
        overflow: auto;
    }
    .page-layout-1column .product-info-main {
        clear: both;
    }
    body .custom-contact-btn-product .custom-contact-btn-product-data {
        position: relative;
    }
    body.cms-training-1 .page-main .container {
        max-width: 85%;
    }
    body #about-four-block {
        padding: 0px 15px;
        margin: 0;
    }
    body.cms-about-us .nafco-block {
        padding: 15.25vw 10px 50px;
    }
    body.cms-about-us .nafco-block .custom-sub-cat-name {
        top: 10px !important;
        font-weight: 900 !important;
        letter-spacing: 15px !important;
        line-height: normal !important;
        font-size: 16vw !important;
        text-align: center !important;
    }
    body .inner-title,
    body.catalog-category-view .current-cat-desc p:first-child {
        font-size: 22px;
    }
    .category-fire-fighting-equipment .info a h4,
    .custom-category-level-2 .info a h4 {
        max-width: 200px;
        margin: auto;
        left: 0;
        right: 0;
    }
    body.cms-about-us .row.nafco-block-left {
        padding: 0 !important;
    }
    body.cms-about-us .nafco-block-right p {
        padding-left: 0 !important;
    }
    body.cms-about-us .nafco-block {
        padding: 15.25vw 20px 50px !important;
    }
    body .green-policy {
        padding: 30px 15px;
    }
    body .our-sucess-left {
        padding: 0 15px;
    }
    .pages .toolbar-blog-posts .item {
        vertical-align: top;
    }
    .pages a.page:hover {
        color: #b01c12;
    }
    .pages .action.next:hover::before {
        color: #b01c12;
    }
    #custom-banner-1.owl-carousel .owl-item img {
        max-height: 300px;
    }
    .custom-footer-links {
        overflow: visible;
    }
    .blog-post-view .page-title-wrapper {
       top: 29.58vw;
    }
    .blog-post-view .home-market-header-title {
        top: 20.14vw;
    }
    #custom-related-posts .owl-nav {
        bottom: 5%;
    }
    body.blog-post-view .owl-next,
    body.blog-post-view .owl-prev {
        padding: 0 15px;
    }
    .custom-category-level-3.catalog-category-view.page-layout-2columns-left .column.main {
        padding-top: 0;
    }
    .product-gallery img {
        height: 400px;
        object-fit: cover;
    }
    body .pages .action.previous::before {
        font-size: 16px;
    }
    .pages .action.next {
        margin-left: 0;
    }
    .toolbar-blog-posts .pages .item {
        vertical-align: top;
        position: relative;
        margin: 0 3px 0 0;
    }
    body .pages .action {
        height: 40px;
        line-height: 40px;
        width: 65px;
    }
    body .pages a.page,
    body .pages strong.page {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .pages .pages-items {
        padding: 2px 20px 0;
    }
    .all-page-main-banner-image {
        height: 50vh;
    }
    .catalog-category-view .banner-text .banner-title {
        max-width: 100% !important;
    }
    body.catalog-category-view.custom-category-level-2 .breadcrumbs {
        width: calc(100% - 171px);
        bottom: 0;
        top: auto;
        right: auto;
    }
    body.catalog-category-view .sidebar>.o-list,
    .catalog-category-view .custom-sidebar-contact-cat {
        transform: translateX(-100%);
        background-color: #fff;
        margin: 0;
        transition: .2s all linear;
        height: 0;
        overflow: hidden;
        clip-path: none;
    }
    body.catalog-category-view .sidebar>.o-list {
        padding-top: 20px;
    }
    body.catalog-category-view .sidebar.open>.o-list,
    .catalog-category-view .open .custom-sidebar-contact-cat {
        transform: translateX(0);
        height: auto;
    }
    .catalog-category-view .sidebar .o-list.Custallcategory li {
        margin-bottom: 1em;
    }
    .catalog-category-view .sidebar .o-list.Custallcategory li a {
        font-size: 0.9em;
    }
    .home-page-blogs .post-header img {
        height: 400px;
    }
    .home-page-product-solutions .mobile-view .main-cat-image {
        background-position: top left -360px;
    }
    .owl-carousel.products .owl-item .product-item {
        margin: 0;
    }
    body .all-page-main-banner-image .cms-banner-img img {
        height: 50vh;
    }
    body .footer-title:after {
        display: none;
    }
    body .box-content p,
    body .passion-protect-left p {
        font-size: 14px;
    }
    /*.custom-category-level-3 .all-page-main-banner-image {
        height: 100%;
    }*/
    .custom-category-level-3.custom-truck-product-slider .category-view {
        height: calc(100vh - 290px) !important;
    }
    body.category-fire-trucks.catalog-category-view.custom-category-level-3 .breadcrumbs {
        width: 100%;
    }
    .category-fire-trucks.custom-category-level-3 .custom-cat-description .max-content {
        max-width: 100%;
    }
    body.category-fire-trucks.custom-category-level-3 .trucks-slider.category_related_bottom {
        margin-top: 50px;
    }
    .category-fire-trucks.custom-category-level-3 .trucks-slider.category_related_bottom .inner-page-category-second-name {
        width: 70%;
    }
    .category-fire-trucks.custom-category-level-3 .child-cat-custom-data:hover .custom-child-hover-view-all {
        left: 25px;
    }
    .category-fire-trucks.custom-category-level-3 .trucks-slider ul#sub-cat-related img {
        margin: 0;
    }
    .custom-category-level-4 .custom-container-attributes.banner-text {
        max-width: 90% !important;
    }
    .page-products.catalog-category-view .box-content.section-overlap-row {
        padding-bottom: 30px;
        padding-top: 100px;
    }
    .custom-category-level-4 .custom-category-level-2 .info a h4 {
        max-width: 75%;
    }
    .custom-category-level-3 .custo-class-category-level .image-custom-categoryt img {
        min-height: 200px;
    }
    .page-products.catalog-category-view .inner-title {
        font-size: 20px;
    }
    .catalog-product-view .breadcrumbs .items>li {
        display: contents;
    }
    .page-layout-2columns-left .breadcrumbs {
        max-width: 100%;
        right: 0;
    }
}

.cms-products-solutions .inner-page-category-second img {
    height: 377px;
}

@media (max-width:360px) {
    .breadcrumbs .item,
    .breadcrumbs .item a {
        font-size: 10px;
        line-height: normal;
    }
    .breadcrumbs .items {
        line-height: 12px;
    }
    .product-arff-vehicles-on-custom-built-chases-product .banner-text .banner-title {
        font-size: 20px;
    }
    .banner-text {
        left: 15px;
    }
}

.products-related .owl-controls .owl-next {
    font-size: 0px !important;
}
/** 06-04-2023 **/
@media screen and (min-width: 320px) and (max-width: 767px) {
.home-page-blogs:before {
    height: 60%;
    max-height: 400px;
}
.custom-sub-cat-name {
    top: -8vw;

}

}
/** 13-04-2023 **/
.parent-cat-desc.tab-one-description a.custom-read-more-products-header {
    display: inline;
}



#custmarketsection .image-custom-hover {
    position: absolute;
    top: 4%;
}
#custmarketsection .image-custom-categoryt img {
    position: relative;
}


#custmarketsection .info.item .link h4 {
    color: #fff;
    font-size: 14px;
}
.custom-category-section-black {
    background-color: #040404;
}
.third-level-custom-block {
    background-color: #242424;
}
.third-level-category a.link {
    color: #fff;
}
.field.inquiry select {
    height: 60px;
}
.custom-contact-us-productpage {
    display: block;
    clear: both;
}
/* .product-info-main ul {

    padding: 0;
}
.product-info-main ul>li {
 list-style: none;
} */

@media screen and (min-width:1025px) {
body.page-products .products-grid .product-item {

    width: calc((100% - 6%)/3);
}
}
.catalog-product-view h3.custom-sub-cat-name {
    font-size: 12.625vw;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    color: transparent;
    overflow: hidden;
    right: 0;
    width: calc(100% - 0px);
    padding-left: 1.2%;
    -webkit-text-stroke: 1px rgb(164 170 182 / 0.2);
    pointer-events: none;
    position: relative;
    top: 0 !important;
}
.products.wrapper.grid.products-grid.products-related .products.list {
    background-color: #1a1a1a;
}
body .products-grid .product-item-info:hover, body .products-grid .product-item-info.active {
    background: transparent;
    box-shadow: none;
    border: 1px solid transparent;
  
}
/* rs-progress.rs-bottom, rs-progress {
    max-width: 90% !important;

} */
body .sidebar > .o-list {
    display: block;

}
/*body.custom-category-level-3 .sidebar > .o-list.Custallcategory > .o-list {
    display: block;
    border-bottom: none;
}
body.custom-category-level-3 .sidebar > .o-list.Custallcategory > .o-list:not(.is-active) {
    display: none;
}
body.custom-category-level-4 .sidebar > ul.o-list.o-list--unstyled > .o-list{
    display: block;

}
*/
.catalog-category-view .sidebar .Custallcategory > .o-list.o-list--unstyled {
    display: block;
	border-bottom:none;
}
.catalog-category-view .sidebar .Custallcategory > .o-list.o-list--unstyled:not(.is-active) {
    display: none;
}

body.catalog-category-view.custom-category-level-3 .sidebar ul.o-list.o-list--unstyled.is-active {
    display: block !important;
}
.catalog-category-view.custom-category-level-4 .sidebar .ul.o-list.Custallcategory .ul.o-list.o-list--unstyled{
    display: none !important;

}
.catalog-category-view.custom-category-level-3 .sidebar ul.o-list.Custallcategory .ul.o-list.o-list--unstyled {
    display: none !important;

}
ul.o-list.o-list--unstyled.is-active {
    display: block;
}
div#layered-filter-block {
    display: none;
}

@media screen and (min-width: 1500px){
rs-tabs.tp-tabs.tp-span-wrapper.inner.zeus.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal {
    left: 280px !important;
    top: 98% !important;
}
}
@media screen and (min-width: 1366px) and (max-width: 1470px) {
rs-tabs.tp-tabs.tp-span-wrapper.inner.zeus.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal {
    left: 25px !important;
    top: 99.3% !important;
}
/* rs-progress.rs-bottom, rs-progress {
    max-width: 100% !important;
} */
}

@media screen and (min-width: 768px) and (max-width: 1440px) {

/* rs-progress.rs-bottom, rs-progress {
    max-width: 100% !important;

} */
/* rs-tabs.tp-tabs {
    top: 102.5% !important;
    left: 101% !important;
} */


}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
/* rs-tabs.tp-tabs {
    top: 111.5% !important;
    left: 101% !important;
} */

/* rs-progress.rs-bottom, rs-progress {
    max-width: 100% !important;
    bottom: 56px !important;

} */
body .custom-whats-app-block i.fa.fa-exclamation-triangle {
    font-size: 20px;
}

}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {

/* rs-tabs.tp-tabs {
    top: 105.5% !important;
    left: 101% !important;
} */
/* body rs-progress.rs-bottom, rs-progress {
    max-width: 100% !important;
     bottom: 72px !important;
} */

}
button.hamburger-store {
    box-shadow: none !important;
    border-radius: 40px;
    margin: 0 auto;
    background: none;
    position: absolute;
    top: 28px;
    right: 217px;
    padding: 0;
    color: #fff;
    border: 0;
    font-size: 1.4em;
    font-weight: normal;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
    background-color:transparent;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

i.fa.fa-long-arrow-down.fa-rotate-90 {
    color: #fff;
}
body #rev_slider_3_1_wrapper .zeus .tp-tabs-inner-wrapper .tp-tab-title {
    font-size: 0 !important;
    padding: 0 !important;
    line-height: 6px !important;
}

@media screen and (max-width: 767px) {

rs-tabs.tp-tabs.inner.zeus.nav-pos-hor-center.nav-pos-ver-bottom.nav-dir-horizontal {
    top: 93% !important;
    left: -100% !important;
}
/* rs-progress.rs-bottom, rs-progress {
    max-width: 100% !important;

} */



}
body .fotorama__thumb{

	background-color:#fff !important;
}


/* Sidebar coantact */


body #rev_slider_8_1 .zeus .tp-tab-mask .tp-tabs-inner-wrapper .tp-tab-title {
    font-size: 0 !important;
    padding: 0 !important;
    line-height: 6px !important;
}



/* Sidebar coantact */


.custom-pr-blcok .projects.custom-category-section-black {
    padding: 80px 80px 80px;
}

#rev_slider_8_1_wrapper{
    height: 100vh !important;
}#rev_slider_8_1_wrapper{
    height: 100vh !important;
}/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Nf/naffco/en_US/Lof_All/lib/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/Nf/naffco/en_US/Lof_All/lib/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/Nf/naffco/en_US/Lof_All/lib/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/Nf/naffco/en_US/Lof_All/lib/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../../frontend/Nf/naffco/en_US/Lof_All/lib/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../frontend/Nf/naffco/en_US/Lof_All/lib/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/Nf/naffco/en_US/Lof_All/lib/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Nf/naffco/en_US/Lof_Gallery/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/Nf/naffco/en_US/Lof_Gallery/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/Nf/naffco/en_US/Lof_Gallery/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/Nf/naffco/en_US/Lof_Gallery/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/Nf/naffco/en_US/Lof_Gallery/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/Nf/naffco/en_US/Lof_Gallery/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/**************************
*
*	GENERAL
*
**************************/
.camera_wrap a, .camera_wrap img, 
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img, 
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
	background: none;
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style: none
}
.camera_wrap {
	direction: ltr;
	display: none;
	float: left;
	position: relative;
	z-index: 0;
	margin-bottom: 50px;
}
.camera_wrap img {
	max-width: none!important;
}
.camera_fakehover {
	height: 100%;
	min-height: 60px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.camera_wrap {
	width: 100%;
}
.camera_src {
	display: none;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.cameraSlide {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.cameraContent {
	bottom: 0;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.camera_target {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_overlayer {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.camera_target_content {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.camera_target_content .camera_link {
    background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/blank.gif);
	display: block;
	height: 100%;
	text-decoration: none;
}
.camera_loader {
    background: #fff url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/camera-loader.gif) no-repeat center;
	background: rgba(255, 255, 255, 0.9) url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.camera_bar {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
	height: 100%;
	position: absolute;
	width: auto;
}
.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
	height: auto;
	position: absolute;
	width: 100%;
}
.camera_nav_cont {
	height: 65px;
	overflow: hidden;
	position: absolute;
	right: 9px;
	top: 15px;
	width: 120px;
	z-index: 4;
}
.camera_caption {
	bottom: 0;
	display: block;
	position: absolute;
	width: 100%;
}
.camera_caption > div {
	padding: 10px 20px;
}
.camerarelative {
	overflow: hidden;
	position: relative;
}
.imgFake {
	cursor: pointer;
}
.camera_prevThumbs {
	bottom: 4px;
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_prevThumbs div {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/camera_skins.png) no-repeat -160px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_nextThumbs {
	bottom: 4px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 4px;
	visibility: hidden;
	width: 30px;
	z-index: 10;
}
.camera_nextThumbs div {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/camera_skins.png) no-repeat -190px 0;
	display: block;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 30px;
}
.camera_command_wrap .hideNav {
	display: none;
}
.camera_command_wrap {
	left: 0;
	position: relative;
	right:0;
	z-index: 4;
}
.camera_wrap .camera_pag .camera_pag_ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-align: left;
	text-indent: 9999px;
	width: 16px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li > span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 8px;
	left: 4px;
	overflow: hidden;
	position: absolute;
	top: 4px;
	width: 8px;
}
.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	-moz-box-shadow: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
}
.camera_pag_ul li img {
	display: none;
	position: absolute;
}
.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
	top: 0;
	left: 50%;
	margin-left: -4px;
	position: absolute;
}
.camera_prev, .camera_next, .camera_commands {
	cursor: pointer;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.camera_prev {
	left: 0;
}
.camera_prev > span {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/camera_skins.png) no-repeat 0 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_next {
	right: 0;
}
.camera_next > span {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/camera_skins.png) no-repeat -40px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_commands {
	right: 41px;
}
.camera_commands > .camera_play {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/camera_skins.png) no-repeat -80px 0;
	height: 40px;
	width: 40px;
}
.camera_commands > .camera_stop {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/camera_skins.png) no-repeat -120px 0;
	display: block;
	height: 40px;
	width: 40px;
}
.camera_wrap .camera_pag .camera_pag_ul li {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	margin: 20px 5px;
	position: relative;
	text-indent: 9999px;
	width: 16px;
}
.camera_thumbs_cont {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.camera_commands_emboss .camera_thumbs_cont {
	-moz-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow:
		0px 1px 0px rgba(255,255,255,1),
		inset 0px 1px 1px rgba(0,0,0,0.2);
}
.camera_thumbs_cont > div {
	float: left;
	width: 100%;
}
.camera_thumbs_cont ul {
	overflow: hidden;
	padding: 3px 4px 8px;
	position: relative;
	text-align: center;
}
.camera_thumbs_cont ul li {
	display: inline;
	padding: 0 4px;
}
.camera_thumbs_cont ul li > img {
	border: 1px solid;
	cursor: pointer;
	margin-top: 5px;
	vertical-align:bottom;
}
.camera_clear {
	display: block;
	clear: both;
}
.showIt {
	display: none;
}
.camera_clear {
	clear: both;
	display: block;
	height: 1px;
	margin: -1px 0 25px;
	position: relative;
}
/**************************
*
*	COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/patterns/overlay1.png) repeat;
}
.pattern_2 .camera_overlayer {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/patterns/overlay2.png) repeat;
}
.pattern_3 .camera_overlayer {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/patterns/overlay3.png) repeat;
}
.pattern_4 .camera_overlayer {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/patterns/overlay4.png) repeat;
}
.pattern_5 .camera_overlayer {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/patterns/overlay5.png) repeat;
}
.pattern_6 .camera_overlayer {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/patterns/overlay6.png) repeat;
}
.pattern_7 .camera_overlayer {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/patterns/overlay7.png) repeat;
}
.pattern_8 .camera_overlayer {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/patterns/overlay8.png) repeat;
}
.pattern_9 .camera_overlayer {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/patterns/overlay9.png) repeat;
}
.pattern_10 .camera_overlayer {
	background: url(../../frontend/Nf/naffco/en_US/Lof_Gallery/css/images/patterns/overlay10.png) repeat;
}
.camera_caption {
	color: #fff;
}
.camera_caption > div {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #b7b7b7;
}
.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #434648;
}
.camera_pag_ul li img {
	border: 4px solid #e6e6e6;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
}
.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
	background: #d8d8d8;
	background: rgba(216, 216, 216, 0.85);
}
.camera_wrap .camera_pag .camera_pag_ul li {
	background: #b7b7b7;
}
.camera_thumbs_cont ul li > img {
	border-color: 1px solid #000;
}
/*AMBER SKIN*/
.camera_amber_skin .camera_prevThumbs div {
	background-position: -160px -160px;
}
.camera_amber_skin .camera_nextThumbs div {
	background-position: -190px -160px;
}
.camera_amber_skin .camera_prev > span {
	background-position: 0 -160px;
}
.camera_amber_skin .camera_next > span {
	background-position: -40px -160px;
}
.camera_amber_skin .camera_commands > .camera_play {
	background-position: -80px -160px;
}
.camera_amber_skin .camera_commands > .camera_stop {
	background-position: -120px -160px;
}
/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
	background-position: -160px -200px;
}
.camera_ash_skin .camera_nextThumbs div {
	background-position: -190px -200px;
}
.camera_ash_skin .camera_prev > span {
	background-position: 0 -200px;
}
.camera_ash_skin .camera_next > span {
	background-position: -40px -200px;
}
.camera_ash_skin .camera_commands > .camera_play {
	background-position: -80px -200px;
}
.camera_ash_skin .camera_commands > .camera_stop {
	background-position: -120px -200px;
}
/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
	background-position: -160px -240px;
}
.camera_azure_skin .camera_nextThumbs div {
	background-position: -190px -240px;
}
.camera_azure_skin .camera_prev > span {
	background-position: 0 -240px;
}
.camera_azure_skin .camera_next > span {
	background-position: -40px -240px;
}
.camera_azure_skin .camera_commands > .camera_play {
	background-position: -80px -240px;
}
.camera_azure_skin .camera_commands > .camera_stop {
	background-position: -120px -240px;
}
/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
	background-position: -160px -120px;
}
.camera_beige_skin .camera_nextThumbs div {
	background-position: -190px -120px;
}
.camera_beige_skin .camera_prev > span {
	background-position: 0 -120px;
}
.camera_beige_skin .camera_next > span {
	background-position: -40px -120px;
}
.camera_beige_skin .camera_commands > .camera_play {
	background-position: -80px -120px;
}
.camera_beige_skin .camera_commands > .camera_stop {
	background-position: -120px -120px;
}
/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
	background-position: -160px -40px;
}
.camera_black_skin .camera_nextThumbs div {
	background-position: -190px -40px;
}
.camera_black_skin .camera_prev > span {
	background-position: 0 -40px;
}
.camera_black_skin .camera_next > span {
	background-position: -40px -40px;
}
.camera_black_skin .camera_commands > .camera_play {
	background-position: -80px -40px;
}
.camera_black_skin .camera_commands > .camera_stop {
	background-position: -120px -40px;
}
/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
	background-position: -160px -280px;
}
.camera_blue_skin .camera_nextThumbs div {
	background-position: -190px -280px;
}
.camera_blue_skin .camera_prev > span {
	background-position: 0 -280px;
}
.camera_blue_skin .camera_next > span {
	background-position: -40px -280px;
}
.camera_blue_skin .camera_commands > .camera_play {
	background-position: -80px -280px;
}
.camera_blue_skin .camera_commands > .camera_stop {
	background-position: -120px -280px;
}
/*BROWN SKIN*/
.camera_brown_skin .camera_prevThumbs div {
	background-position: -160px -320px;
}
.camera_brown_skin .camera_nextThumbs div {
	background-position: -190px -320px;
}
.camera_brown_skin .camera_prev > span {
	background-position: 0 -320px;
}
.camera_brown_skin .camera_next > span {
	background-position: -40px -320px;
}
.camera_brown_skin .camera_commands > .camera_play {
	background-position: -80px -320px;
}
.camera_brown_skin .camera_commands > .camera_stop {
	background-position: -120px -320px;
}
/*BURGUNDY SKIN*/
.camera_burgundy_skin .camera_prevThumbs div {
	background-position: -160px -360px;
}
.camera_burgundy_skin .camera_nextThumbs div {
	background-position: -190px -360px;
}
.camera_burgundy_skin .camera_prev > span {
	background-position: 0 -360px;
}
.camera_burgundy_skin .camera_next > span {
	background-position: -40px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_play {
	background-position: -80px -360px;
}
.camera_burgundy_skin .camera_commands > .camera_stop {
	background-position: -120px -360px;
}
/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
	background-position: -160px -400px;
}
.camera_charcoal_skin .camera_nextThumbs div {
	background-position: -190px -400px;
}
.camera_charcoal_skin .camera_prev > span {
	background-position: 0 -400px;
}
.camera_charcoal_skin .camera_next > span {
	background-position: -40px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_play {
	background-position: -80px -400px;
}
.camera_charcoal_skin .camera_commands > .camera_stop {
	background-position: -120px -400px;
}
/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
	background-position: -160px -440px;
}
.camera_chocolate_skin .camera_nextThumbs div {
	background-position: -190px -440px;
}
.camera_chocolate_skin .camera_prev > span {
	background-position: 0 -440px;
}
.camera_chocolate_skin .camera_next > span {
	background-position: -40px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_play {
	background-position: -80px -440px;
}
.camera_chocolate_skin .camera_commands > .camera_stop {
	background-position: -120px -440px	;
}
/*COFFEE SKIN*/
.camera_coffee_skin .camera_prevThumbs div {
	background-position: -160px -480px;
}
.camera_coffee_skin .camera_nextThumbs div {
	background-position: -190px -480px;
}
.camera_coffee_skin .camera_prev > span {
	background-position: 0 -480px;
}
.camera_coffee_skin .camera_next > span {
	background-position: -40px -480px;
}
.camera_coffee_skin .camera_commands > .camera_play {
	background-position: -80px -480px;
}
.camera_coffee_skin .camera_commands > .camera_stop {
	background-position: -120px -480px	;
}
/*CYAN SKIN*/
.camera_cyan_skin .camera_prevThumbs div {
	background-position: -160px -520px;
}
.camera_cyan_skin .camera_nextThumbs div {
	background-position: -190px -520px;
}
.camera_cyan_skin .camera_prev > span {
	background-position: 0 -520px;
}
.camera_cyan_skin .camera_next > span {
	background-position: -40px -520px;
}
.camera_cyan_skin .camera_commands > .camera_play {
	background-position: -80px -520px;
}
.camera_cyan_skin .camera_commands > .camera_stop {
	background-position: -120px -520px	;
}
/*FUCHSIA SKIN*/
.camera_fuchsia_skin .camera_prevThumbs div {
	background-position: -160px -560px;
}
.camera_fuchsia_skin .camera_nextThumbs div {
	background-position: -190px -560px;
}
.camera_fuchsia_skin .camera_prev > span {
	background-position: 0 -560px;
}
.camera_fuchsia_skin .camera_next > span {
	background-position: -40px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_play {
	background-position: -80px -560px;
}
.camera_fuchsia_skin .camera_commands > .camera_stop {
	background-position: -120px -560px	;
}
/*GOLD SKIN*/
.camera_gold_skin .camera_prevThumbs div {
	background-position: -160px -600px;
}
.camera_gold_skin .camera_nextThumbs div {
	background-position: -190px -600px;
}
.camera_gold_skin .camera_prev > span {
	background-position: 0 -600px;
}
.camera_gold_skin .camera_next > span {
	background-position: -40px -600px;
}
.camera_gold_skin .camera_commands > .camera_play {
	background-position: -80px -600px;
}
.camera_gold_skin .camera_commands > .camera_stop {
	background-position: -120px -600px	;
}
/*GREEN SKIN*/
.camera_green_skin .camera_prevThumbs div {
	background-position: -160px -640px;
}
.camera_green_skin .camera_nextThumbs div {
	background-position: -190px -640px;
}
.camera_green_skin .camera_prev > span {
	background-position: 0 -640px;
}
.camera_green_skin .camera_next > span {
	background-position: -40px -640px;
}
.camera_green_skin .camera_commands > .camera_play {
	background-position: -80px -640px;
}
.camera_green_skin .camera_commands > .camera_stop {
	background-position: -120px -640px	;
}
/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
	background-position: -160px -680px;
}
.camera_grey_skin .camera_nextThumbs div {
	background-position: -190px -680px;
}
.camera_grey_skin .camera_prev > span {
	background-position: 0 -680px;
}
.camera_grey_skin .camera_next > span {
	background-position: -40px -680px;
}
.camera_grey_skin .camera_commands > .camera_play {
	background-position: -80px -680px;
}
.camera_grey_skin .camera_commands > .camera_stop {
	background-position: -120px -680px	;
}
/*INDIGO SKIN*/
.camera_indigo_skin .camera_prevThumbs div {
	background-position: -160px -720px;
}
.camera_indigo_skin .camera_nextThumbs div {
	background-position: -190px -720px;
}
.camera_indigo_skin .camera_prev > span {
	background-position: 0 -720px;
}
.camera_indigo_skin .camera_next > span {
	background-position: -40px -720px;
}
.camera_indigo_skin .camera_commands > .camera_play {
	background-position: -80px -720px;
}
.camera_indigo_skin .camera_commands > .camera_stop {
	background-position: -120px -720px	;
}
/*KHAKI SKIN*/
.camera_khaki_skin .camera_prevThumbs div {
	background-position: -160px -760px;
}
.camera_khaki_skin .camera_nextThumbs div {
	background-position: -190px -760px;
}
.camera_khaki_skin .camera_prev > span {
	background-position: 0 -760px;
}
.camera_khaki_skin .camera_next > span {
	background-position: -40px -760px;
}
.camera_khaki_skin .camera_commands > .camera_play {
	background-position: -80px -760px;
}
.camera_khaki_skin .camera_commands > .camera_stop {
	background-position: -120px -760px	;
}
/*LIME SKIN*/
.camera_lime_skin .camera_prevThumbs div {
	background-position: -160px -800px;
}
.camera_lime_skin .camera_nextThumbs div {
	background-position: -190px -800px;
}
.camera_lime_skin .camera_prev > span {
	background-position: 0 -800px;
}
.camera_lime_skin .camera_next > span {
	background-position: -40px -800px;
}
.camera_lime_skin .camera_commands > .camera_play {
	background-position: -80px -800px;
}
.camera_lime_skin .camera_commands > .camera_stop {
	background-position: -120px -800px	;
}
/*MAGENTA SKIN*/
.camera_magenta_skin .camera_prevThumbs div {
	background-position: -160px -840px;
}
.camera_magenta_skin .camera_nextThumbs div {
	background-position: -190px -840px;
}
.camera_magenta_skin .camera_prev > span {
	background-position: 0 -840px;
}
.camera_magenta_skin .camera_next > span {
	background-position: -40px -840px;
}
.camera_magenta_skin .camera_commands > .camera_play {
	background-position: -80px -840px;
}
.camera_magenta_skin .camera_commands > .camera_stop {
	background-position: -120px -840px	;
}
/*MAROON SKIN*/
.camera_maroon_skin .camera_prevThumbs div {
	background-position: -160px -880px;
}
.camera_maroon_skin .camera_nextThumbs div {
	background-position: -190px -880px;
}
.camera_maroon_skin .camera_prev > span {
	background-position: 0 -880px;
}
.camera_maroon_skin .camera_next > span {
	background-position: -40px -880px;
}
.camera_maroon_skin .camera_commands > .camera_play {
	background-position: -80px -880px;
}
.camera_maroon_skin .camera_commands > .camera_stop {
	background-position: -120px -880px	;
}
/*ORANGE SKIN*/
.camera_orange_skin .camera_prevThumbs div {
	background-position: -160px -920px;
}
.camera_orange_skin .camera_nextThumbs div {
	background-position: -190px -920px;
}
.camera_orange_skin .camera_prev > span {
	background-position: 0 -920px;
}
.camera_orange_skin .camera_next > span {
	background-position: -40px -920px;
}
.camera_orange_skin .camera_commands > .camera_play {
	background-position: -80px -920px;
}
.camera_orange_skin .camera_commands > .camera_stop {
	background-position: -120px -920px	;
}
/*OLIVE SKIN*/
.camera_olive_skin .camera_prevThumbs div {
	background-position: -160px -1080px;
}
.camera_olive_skin .camera_nextThumbs div {
	background-position: -190px -1080px;
}
.camera_olive_skin .camera_prev > span {
	background-position: 0 -1080px;
}
.camera_olive_skin .camera_next > span {
	background-position: -40px -1080px;
}
.camera_olive_skin .camera_commands > .camera_play {
	background-position: -80px -1080px;
}
.camera_olive_skin .camera_commands > .camera_stop {
	background-position: -120px -1080px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -960px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -960px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -960px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -960px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -960px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -960px	;
}
/*PISTACHIO SKIN*/
.camera_pistachio_skin .camera_prevThumbs div {
	background-position: -160px -1040px;
}
.camera_pistachio_skin .camera_nextThumbs div {
	background-position: -190px -1040px;
}
.camera_pistachio_skin .camera_prev > span {
	background-position: 0 -1040px;
}
.camera_pistachio_skin .camera_next > span {
	background-position: -40px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_play {
	background-position: -80px -1040px;
}
.camera_pistachio_skin .camera_commands > .camera_stop {
	background-position: -120px -1040px	;
}
/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_pink_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_pink_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_pink_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_pink_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_pink_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*RED SKIN*/
.camera_red_skin .camera_prevThumbs div {
	background-position: -160px -1000px;
}
.camera_red_skin .camera_nextThumbs div {
	background-position: -190px -1000px;
}
.camera_red_skin .camera_prev > span {
	background-position: 0 -1000px;
}
.camera_red_skin .camera_next > span {
	background-position: -40px -1000px;
}
.camera_red_skin .camera_commands > .camera_play {
	background-position: -80px -1000px;
}
.camera_red_skin .camera_commands > .camera_stop {
	background-position: -120px -1000px	;
}
/*TANGERINE SKIN*/
.camera_tangerine_skin .camera_prevThumbs div {
	background-position: -160px -1120px;
}
.camera_tangerine_skin .camera_nextThumbs div {
	background-position: -190px -1120px;
}
.camera_tangerine_skin .camera_prev > span {
	background-position: 0 -1120px;
}
.camera_tangerine_skin .camera_next > span {
	background-position: -40px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_play {
	background-position: -80px -1120px;
}
.camera_tangerine_skin .camera_commands > .camera_stop {
	background-position: -120px -1120px	;
}
/*TURQUOISE SKIN*/
.camera_turquoise_skin .camera_prevThumbs div {
	background-position: -160px -1160px;
}
.camera_turquoise_skin .camera_nextThumbs div {
	background-position: -190px -1160px;
}
.camera_turquoise_skin .camera_prev > span {
	background-position: 0 -1160px;
}
.camera_turquoise_skin .camera_next > span {
	background-position: -40px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_play {
	background-position: -80px -1160px;
}
.camera_turquoise_skin .camera_commands > .camera_stop {
	background-position: -120px -1160px	;
}
/*VIOLET SKIN*/
.camera_violet_skin .camera_prevThumbs div {
	background-position: -160px -1200px;
}
.camera_violet_skin .camera_nextThumbs div {
	background-position: -190px -1200px;
}
.camera_violet_skin .camera_prev > span {
	background-position: 0 -1200px;
}
.camera_violet_skin .camera_next > span {
	background-position: -40px -1200px;
}
.camera_violet_skin .camera_commands > .camera_play {
	background-position: -80px -1200px;
}
.camera_violet_skin .camera_commands > .camera_stop {
	background-position: -120px -1200px	;
}
/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
	background-position: -160px -80px;
}
.camera_white_skin .camera_nextThumbs div {
	background-position: -190px -80px;
}
.camera_white_skin .camera_prev > span {
	background-position: 0 -80px;
}
.camera_white_skin .camera_next > span {
	background-position: -40px -80px;
}
.camera_white_skin .camera_commands > .camera_play {
	background-position: -80px -80px;
}
.camera_white_skin .camera_commands > .camera_stop {
	background-position: -120px -80px;
}
/*YELLOW SKIN*/
.camera_yellow_skin .camera_prevThumbs div {
	background-position: -160px -1240px;
}
.camera_yellow_skin .camera_nextThumbs div {
	background-position: -190px -1240px;
}
.camera_yellow_skin .camera_prev > span {
	background-position: 0 -1240px;
}
.camera_yellow_skin .camera_next > span {
	background-position: -40px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_play {
	background-position: -80px -1240px;
}
.camera_yellow_skin .camera_commands > .camera_stop {
	background-position: -120px -1240px	;
}
#widget-area {
    overflow: hidden;
    margin-bottom: 60px;
    border-top: 1px solid #e5e5e5;
    padding-top: 70px;
}

.widget {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.6;
}

.widget:last-child {
    margin-bottom: 0;
}

#sidebar .widget {
    position: relative;
    margin-bottom: 30px;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

#sidebar img:not(.promo-box-img), #footer-widget-area img:not(.promo-box-img) {
    max-width: 100%;
    height: auto;
    display: block;
}

#sidebar iframe {
    max-width: 100% !important;
}

#sidebar iframe[src*='player.vimeo.com'], #sidebar iframe[src*='youtube.com'] {
    height: auto;
}

#sidebar .widget h3 {
    position: relative;
    margin-top: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #1B193B;
    margin-bottom: 20px;
}

#sidebar .widget-title {
    text-align: center;
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 10px;
    position: relative;
}

#sidebar .widget-title:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #AAAAAA;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.widget.widget_latest_tweets_widget li, .widget.widget_latest_tweets_widget a {
    display: inline-block;
}

#alternate-widget-area {
    position: relative;
}

#alternate-widget-area .widget-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    background-color: rgba(44, 44, 44, .9);
    color: #fff;
    padding: 15px 15px 15px 20px;
    position: absolute;
    z-index: 5;
}

#alternate-widget-area p.clear {
    font-family: "Lato";
    font-size: 18px;
    letter-spacing: 1px;
    background-color: rgba(44, 44, 44, .9);
    padding: 13px 20px 13px 5px;
    position: absolute;
    z-index: 5;
}

#alternate-widget-area p.clear a {
    color: #00a8b5;
}

#alternate-widget-area p.clear a:hover {
    color: #FFFFFF;
}

#alternate-widget-area .null-instagram-feed {
    position: relative;
}

.widget-title span {
    display: inline-block;
}

.widget li {
    line-height: 1.4;
}

.widget li, .widget a {
    color: #000;
}

.widget a em {
    font-style: normal;
}

.widget a {
    color: #333;
}

.widget a:hover {
    color: #00a8b5;
    text-decoration: none;
}

.widget ul {
    padding: 0;
    margin: 0;
}

.widget ul li {
    margin: 0 0 11px;
    padding: 0 0 11px;
    border-bottom: 1px solid #eee;
    list-style-type: none;
}

.widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_categories ul li {
    color: #00a8b5;
}

.widget ul.children {
    padding-left: 15px;
    border-top: 1px solid #eee;
    margin: 11px 0 0;
    padding: 11px 0 0 20px;
}

.block-search {
    max-width: 100%;
}
.widget_popular ul {
    padding: 2px 0;
    list-style: none;
}

.widget_popular li {
    color: #999999;
}

.widget_latest ul {
    padding: 2px 0;
    list-style: none;
}

.widget_latest li {
    color: #999999;
}

.widget_archive ul {
    padding: 2px 0;
    list-style: none;
}

.widget_archive li {
    color: #999999;
}
form.minisearch.loading .control input[type="text"] {
    box-shadow: none;
    -webkit-animation-name: search-loading; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: search-loading;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

/* Standard syntax */
@keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

.searchsuite-autocomplete {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    left: -85px;
    margin-top: 4px;
    width: 350px;
    position: absolute;
    z-index: 9999999;
}
.searchsuite-autocomplete .suggest,
.searchsuite-autocomplete .product {
    margin: 0;
}

.searchsuite-autocomplete.active,
.searchsuite-autocomplete .suggest.active,
.searchsuite-autocomplete .product.active {
    display: block;
}

.searchsuite-autocomplete .suggest {
    color: #3C3C3C;
}

.searchsuite-autocomplete .title {
    padding: 10px;
    margin-bottom: 5px;
    background: #f0f0f0;
    color: #575757;
}

.searchsuite-autocomplete .title .see-all {
    display: inline-block;
    float: right;
    color: #909090;
    cursor: pointer;
}

.searchsuite-autocomplete .no-result {
    padding: 10px;
    background: #f0f0f0;
    color: #575757;
    text-align: center;
}

.searchsuite-autocomplete ul {
    padding: 0 10px;
    margin-bottom: 0;
    list-style-type: none;
}

.searchsuite-autocomplete ul li {
    color: #000;
    cursor: unset;
    padding: 0;
}

.searchsuite-autocomplete .suggest ul li {
    color: #3C3C3C;
}

.searchsuite-autocomplete .product ul li {
    border-bottom: 1px solid #D4D2D2;
}
.searchsuite-autocomplete .product ul li:last-child {
    border-bottom: none;
}

.searchsuite-autocomplete ul li:hover,
.searchsuite-autocomplete ul li.selected {
    background-color: #fff;
}

.searchsuite-autocomplete ul li:after {
    clear: both;
    content: '';
    display: block;
}

.searchsuite-autocomplete ul li.action {
    padding: 0;
}

.searchsuite-autocomplete ul li.action .action.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 400;
    height: 30px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}

.searchsuite-autocomplete ul li.action .action.close:before {
    color: #8f8f8f;
    content: '\e616';
    display: inline-block;
    font-family: 'luma-icons';
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.searchsuite-autocomplete ul li.gray-row {
    text-align: center;
}

.searchsuite-autocomplete ul li.gray-row,
.searchsuite-autocomplete ul li.gray-row:hover,
.searchsuite-autocomplete ul li.gray-row.selected {
    background-color: #e8e8e8;
}

.searchsuite-autocomplete ul li.gray-row a {
    color: #7B7B7B;
    text-decoration: blink;
}

.searchsuite-autocomplete ul li a {
    cursor: pointer;
}

.searchsuite-autocomplete ul li .qs-option-image {
    float: left;
    max-width: 82px;
    width: 25%;
}

.searchsuite-autocomplete ul li .qs-option-info {
    color: #000;
    display: inline-block;
    float: left;
    padding-left: 5%;
    text-align: left;
    width: 70%;
    margin-bottom: 10px;
}

.searchsuite-autocomplete ul li .qs-option-info.noimage {
    padding-left: 0;
    width: 100%;
}
.searchsuite-autocomplete ul li:last-child .qs-option-info {
    margin-bottom: 0;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-title {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews {
    display: inline-block;
    text-transform: lowercase;
    width: 100%;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .product-reviews-summary {
    margin-bottom: 4px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-reviews .reviews-actions {
    font-size: 12px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-sku {
    display: block;
    width: 100%;
    color: #004875;
    font-size: 12px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-shortdescription,
.searchsuite-autocomplete ul li .qs-option-info .qs-option-description {
    color: #3C3C3C;
    font-size: 13px;
}


.searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
}

.searchsuite-autocomplete ul li .qs-option-info .qs-option-addtocart {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .searchsuite-autocomplete {
        border-top: 0;
        left: 15px;
        margin-top: 0;
        right: 15px;
        width: auto;
    }
}
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

.post-holder {
    padding-bottom: 20px;
    margin-bottom: 40px;
    /*background: #F5F5F5;*/
    padding: 20px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}
/*
.post-holder:hover {
    box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
}
*/

.post-holder .post-header {position:relative;}

.post-holder .post-header .post-info {padding: 0 0 20px 0;}
.post-holder .post-header .post-info .item {display: inline-block}
.post-holder .post-header .post-info .dash {display: none; /* fix for old templates */}
.post-holder .post-header .post-info .label {font-weight: 700;}
.post-holder .post-header .post-info .value {font-style: italic;}
.post-holder .post-header .post-info .item::after {display: inline-block; content: ' | ';color:#b9b9b9}
.post-holder .post-header .post-info .item:last-child::after{display: none}

.post-list {
    margin-top: 0px;
    margin-bottom: 20px;
    list-style: none;
}
.post-list-wrapper .post-list {padding-left: 0}

.post-list .post-content .post-read-more {padding-top:10px; float:right;}

.subcategory-links-wrapper ul,
.post-links-wrapper ul {list-style: none}

.post-content .post-description img {margin: 15px 0;max-width: 100%;height: auto}
.post-content .post-description ul,
.post-content .post-description ol {list-style-position: inside;}

.post-content .post-description .post-ftimg-hld {margin: 0 0 10px 0;}
.post-content .post-description .post-ftimg-hld img {width:100%; padding:0; margin:0;}

.post-list .post-header .post-title {max-width:80%;}
.post-list .post-header .post-title a {
    text-decoration: none;
    font-size: 22px;
    color: #636363;
}



.post-list .post-header .post-title {
    margin: 0;
    padding: 10px 0;
    float:left;
}

.post-list .post-holder .post-header .addthis_toolbox {float: right; padding-top: 20px;}
.post-list .hidden {display:none;}

.post-view .post-holder .post-header .addthis_toolbox {float: right;}
.post-view .post-bottom {margin-top:30px;}

.post-view .post-nextprev-hld  {margin-bottom: 30px;}
.post-view .post-nextprev-hld .nextprev-link {font-weight: 700;}
.post-view .post-nextprev-hld .prev-link {float:left}
.post-view .post-nextprev-hld .next-link {float:right}

.post-view .post-gallery {margin:15px 0 15px 0}
.post-view .post-gallery .gallery-image-hld {margin: 0 14px 14px 0; border:1px solid #ccc; display: block; float:left}
.post-view .post-gallery .gallery-image{padding: 0; margin:0; display:block}

.post-view .block {margin-bottom: 30px;}


.widget.block-categories ul {
    list-style: initial;
    padding-left:0;
}

.widget.block-categories ul ul {
    margin-left:20px;
}

.widget.block-categories ul,
.widget.block-categories li {
    margin: 5px 0 5px 9px;
    padding: 0;
}

.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

.widget.blog-search {
    width:100%;
    margin-bottom: 40px;
    position: relative;
    float: right;
    /*padding-left: 15px;
    z-index: 4;*/
}

.widget.blog-search .block-content {
    margin-bottom: 0;
}

.widget.blog-search .block-content .form {
    position: relative;
}

.widget.blog-search  label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-decoration: none;
    display: inline-block;
    float: right;
}

.widget.blog-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
}

.widget.blog-search input {
    position: static;
    padding-right: 35px;
    margin: 0;
    left: -300%;
}

.widget.blog-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    top: calc(50% - 16px);
    z-index: 1;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.widget.blog-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    content: '';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    speak: none;
    width: 16px;
    height: 32px;
    background: url(../../frontend/Nf/naffco/en_US/Magefan_Blog/images/search-icon.svg) no-repeat -10px -7px;
    background-size: 35px;
    opacity: 0.5;
}

.widget.blog-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tag claud widget */
.widget.block-tagclaud .smallest{font-size: 0.75em}
.widget.block-tagclaud .small{font-size:1em}
.widget.block-tagclaud .medium{font-size:1.25em}
.widget.block-tagclaud .large{font-size:1.5em}
.widget.block-tagclaud .largest{font-size:2em}

.blog-widget-recent .post-list {
    padding: 0;
    margin: 0;
}

.blog-widget-recent .post-holder {
    width: 31.2%;
    float: left;
    margin: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 48%;}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {
    clear: both;
}
@media (max-width: 767px) {
    .post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {width: 98%;}
}

@media (max-width: 1024px) {
    .blog-widget-recent .post-holder {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .blog-widget-recent .post-holder {
        width: 98%;
    }
}

.blog-widget-recent .post-description .post-text-hld {
    min-height: 150px;
    overflow-y: auto;
}

.blog-widget-recent-masonry .post-description .post-text-hld {
    max-height: none;
    min-height: 0;
}
.blog-widget-recent-masonry .post-description .post-ftimg-hld {
    width: 100%;
    margin: 0;
}

.mfblog-autoloader {text-align: center;}
.mfblog-autoloader .mfblog-show-onload {display: none;}


@media (max-width: 420px) {
    #mfblog_gcomments {max-width:345px; overflow-y: scroll;}
}

.blog-category-view .category-content,
.blog-tag-view .tag-content {padding-left: 0}

/* Posts List */
.widget.block-list-posts .block-content .item {
    padding: 8px 0 0 0;
}
.widget.block-list-posts .block-content .item .post-image {
    width: 60px;
    float: left;
    border-radius: 0;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    margin-right: 12px;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link {
    display: inline-block;
}
.widget.block-list-posts .block-content .item .post-image .post-item-link img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* END Posts List */
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */@font-face {
  font-family: 'Magento-Icons';
  src: url('../../frontend/Nf/naffco/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot');
  src: url('../../frontend/Nf/naffco/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.eot?#iefix') format('embedded-opentype'), url('../../frontend/Nf/naffco/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff2') format('woff2'), url('../../frontend/Nf/naffco/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.woff') format('woff'), url('../../frontend/Nf/naffco/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.ttf') format('truetype'), url('../../frontend/Nf/naffco/en_US/Magezon_Core/fonts/Magento-Icons/Magento-Icons.svg#Magento-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
.spinner {
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  margin-right: 1.5rem;
  position: relative;
  width: 1em;
}
.spinner > span {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation-name: fade;
  -moz-animation-name: fade;
  -ms-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: .72s;
  -moz-animation-duration: .72s;
  -ms-animation-duration: .72s;
  animation-duration: .72s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  animation-direction: normal;
  background-color: #fff;
  border-radius: 6px;
  clip: rect(0 0.28571429em 0.1em 0);
  height: .1em;
  margin-top: .5em;
  position: absolute;
  width: 1em;
}
.spinner > span:nth-child(1) {
  -webkit-animation-delay: 0.27s;
  -moz-animation-delay: 0.27s;
  -ms-animation-delay: 0.27s;
  animation-delay: 0.27s;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.spinner > span:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.spinner > span:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.spinner > span:nth-child(4) {
  -webkit-animation-delay: 0.54s;
  -moz-animation-delay: 0.54s;
  -ms-animation-delay: 0.54s;
  animation-delay: 0.54s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.spinner > span:nth-child(5) {
  -webkit-animation-delay: 0.63s;
  -moz-animation-delay: 0.63s;
  -ms-animation-delay: 0.63s;
  animation-delay: 0.63s;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.spinner > span:nth-child(6) {
  -webkit-animation-delay: 0.72s;
  -moz-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  animation-delay: 0.72s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.spinner > span:nth-child(7) {
  -webkit-animation-delay: 0.81s;
  -moz-animation-delay: 0.81s;
  -ms-animation-delay: 0.81s;
  animation-delay: 0.81s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.spinner > span:nth-child(8) {
  -webkit-animation-delay: 0.9;
  -moz-animation-delay: 0.9;
  -ms-animation-delay: 0.9;
  animation-delay: 0.9;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@-moz-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@-ms-keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes fade {
  0% {
    background-color: #514943;
  }
  100% {
    background-color: #fff;
  }
}
form.loading .mgz__spinner {
  display: block;
}
.mgz__spinner {
  display: none;
  position: relative;
  width: 186px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: 45%;
  top: 15px;
}
.mgz__spinner .spinner-item {
  position: absolute;
  top: 0;
  background-color: #d8d8d8;
  width: 20px;
  height: 20px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 0.645s;
  -o-animation-duration: 0.645s;
  -ms-animation-duration: 0.645s;
  -webkit-animation-duration: 0.645s;
  -moz-animation-duration: 0.645s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.mgz__spinner .spinner-item.spinner-item-1 {
  left: 0;
  animation-delay: 0.256s;
  -o-animation-delay: 0.256s;
  -ms-animation-delay: 0.256s;
  -webkit-animation-delay: 0.256s;
  -moz-animation-delay: 0.256s;
}
.mgz__spinner .spinner-item.spinner-item-2 {
  left: 20px;
  animation-delay: 0.3225s;
  -o-animation-delay: 0.3225s;
  -ms-animation-delay: 0.3225s;
  -webkit-animation-delay: 0.3225s;
  -moz-animation-delay: 0.3225s;
}
.mgz__spinner .spinner-item.spinner-item-3 {
  left: 40px;
  animation-delay: 0.389s;
  -o-animation-delay: 0.389s;
  -ms-animation-delay: 0.389s;
  -webkit-animation-delay: 0.389s;
  -moz-animation-delay: 0.389s;
}
.mgz__spinner .spinner-item.spinner-item-4 {
  left: 60px;
  animation-delay: 0.4555s;
  -o-animation-delay: 0.4555s;
  -ms-animation-delay: 0.4555s;
  -webkit-animation-delay: 0.4555s;
  -moz-animation-delay: 0.4555s;
}
.mgz__spinner .spinner-item.spinner-item-5 {
  left: 80px;
  animation-delay: 0.522s;
  -o-animation-delay: 0.522s;
  -ms-animation-delay: 0.522s;
  -webkit-animation-delay: 0.522s;
  -moz-animation-delay: 0.522s;
}
.mgz__spinner .spinner-item.spinner-item-6 {
  left: 100px;
  animation-delay: 0.5885s;
  -o-animation-delay: 0.5885s;
  -ms-animation-delay: 0.5885s;
  -webkit-animation-delay: 0.5885s;
  -moz-animation-delay: 0.5885s;
}
.mgz__spinner .spinner-item.spinner-item-7 {
  left: 120px;
  animation-delay: 0.645s;
  -o-animation-delay: 0.645s;
  -ms-animation-delay: 0.645s;
  -webkit-animation-delay: 0.645s;
  -moz-animation-delay: 0.645s;
}
.mgz__spinner .spinner-item.spinner-item-8 {
  left: 140px;
  animation-delay: 0.7115s;
  -o-animation-delay: 0.7115s;
  -ms-animation-delay: 0.7115s;
  -webkit-animation-delay: 0.7115s;
  -moz-animation-delay: 0.7115s;
}
@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -o-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -ms-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -webkit-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: #d8d8d8;
  }
  100% {
    -moz-transform: scale(0.3);
    background-color: #d8d8d8;
  }
}
.mgz__page-actions.page-main-actions {
  margin: 0 0 3rem;
  background: #f8f8f8;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  padding: 1.5rem;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
  float: right;
  justify-content: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
  background-color: transparent;
  text-shadow: none;
  color: #41362f;
  font-size: 1.6rem;
  letter-spacing: .025em;
  padding-bottom: .8875em;
  padding-top: .8875em;
  border-color: transparent;
  box-shadow: none;
  margin-left: 1.3rem;
  font-weight: 600;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  background-color: #eb5202;
  border-color: #eb5202;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.primary:hover {
  background-color: #ba4000;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #007bdb;
  color: #fff;
  text-decoration: none;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary {
  background-color: #514943;
  border-color: #514943;
  color: #fff;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.action-secondary:hover {
  background-color: #35302c;
  border-color: #35302c;
  box-shadow: 0 0 0 1px #007bdb;
}
.mgz__page-actions.page-main-actions .page-actions .page-actions-buttons > button.back {
  float: left;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  margin-left: 1.3rem;
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    display: block;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button.back {
    margin: 0;
  }
}
.mgz__page-actions.page-main-actions .page-actions:before,
.mgz__page-actions.page-main-actions .page-actions:after {
  content: '';
  display: table;
  clear: both;
}
.mgz__page-actions.page-main-actions .page-actions #back:before {
  content: '\e626';
  margin-right: .5em;
  position: relative;
  top: 1px;
  font-family: 'Magento-Icons';
}
@media (max-width: 480px) {
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons {
    text-align: center;
  }
  .mgz__page-actions.page-main-actions .page-actions .page-actions-buttons button {
    margin-left: 0;
  }
}
.sidebar {
  max-width: 100%;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../../frontend/Nf/naffco/en_US/Meetanshi_WhatsappContact/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../../frontend/Nf/naffco/en_US/Meetanshi_WhatsappContact/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../../frontend/Nf/naffco/en_US/Meetanshi_WhatsappContact/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../../frontend/Nf/naffco/en_US/Meetanshi_WhatsappContact/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../../frontend/Nf/naffco/en_US/Meetanshi_WhatsappContact/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../../frontend/Nf/naffco/en_US/Meetanshi_WhatsappContact/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.wobble-vertical {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-vertical:hover, .wobble-vertical:focus, .wobble-vertical:active {
    -webkit-animation-name: wobble-vertical;
    animation-name: wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.wobble-horizontal {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble-horizontal:hover, .wobble-horizontal:focus, .wobble-horizontal:active {
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.pulse-grow {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-grow:hover, .pulse-grow:focus, .pulse-grow:active {
    -webkit-animation-name: pulse-grow;
    animation-name: pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@keyframes pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.pulse-shrink {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.pulse-shrink:hover, .pulse-shrink:focus, .pulse-shrink:active {
    -webkit-animation-name: pulse-shrink;
    animation-name: pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.slideDownReturn {
    -webkit-animation-name: slideDownReturn;
    animation-name: slideDownReturn;
    animation-duration: 2s;
}

@keyframes slideDownReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.slideLeftReturn {
    -webkit-animation-name: slideLeftReturn;
    animation-name: slideLeftReturn;
    animation-duration: 2s;
}

@keyframes slideLeftReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.slideRightReturn {
    -webkit-animation-name: slideRightReturn;
    animation-name: slideRightReturn;
    animation-duration: 2s;
}

@keyframes slideRightReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.slideUpReturn {
    -webkit-animation-name: slideUpReturn;
    animation-name: slideUpReturn;
    animation-duration: 2s;
}

@keyframes slideUpReturn {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.spaceInLeft {
    -webkit-animation-name: spaceInLeft;
    animation-name: spaceInLeft;
    animation-duration: 2s;
}

@keyframes spaceInLeft {
    0% {
        opacity: 0;
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform: scale(.2) translate(-200%, 0%);
        transform: scale(.2) translate(-200%, 0%);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-transform: scale(1) translate(0%, 0%);
        transform: scale(1) translate(0%, 0%);
    }
}

.spaceInDown {
    -webkit-animation-name: spaceInDown;
    animation-name: spaceInDown;
    animation-duration: 2s;
}

@keyframes spaceInDown {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(.2) translate(0%, 200%);
        transform: scale(.2) translate(0%, 200%);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1) translate(0%, 0%);
        transform: scale(1) translate(0%, 0%);
    }
}

.spaceInRight {
    -webkit-animation-name: spaceInRight;
    animation-name: spaceInRight;
    animation-duration: 2s;
}

@keyframes spaceInRight {
    0% {
        opacity: 0;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(.2) translate(200%, 0%);
        transform: scale(.2) translate(200%, 0%);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transform: scale(1) translate(0%, 0%);
        transform: scale(1) translate(0%, 0%);
    }
}

.spaceInUp {
    -webkit-animation-name: spaceInUp;
    animation-name: spaceInUp;
    animation-duration: 2s;
}

@keyframes spaceInUp {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transform: scale(.2) translate(0%, -200%);
        transform: scale(.2) translate(0%, -200%);
    }
    100% {
        opacity: 1;
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-transform: scale(1) translate(0%, 0%);
        transform: scale(1) translate(0%, 0%);
    }
}

.tinRightIn {
    -webkit-animation-name: tinRightIn;
    animation-name: tinRightIn;
    animation-duration: 2s;
}

@keyframes tinRightIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 1) translateX(900%);
        transform: scale(1, 1) translateX(900%);
    }
    50%, 70%, 90% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1) translateX(0);
        transform: scale(1.1, 1.1) translateX(0);
    }
    60%, 80%, 100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) translateX(0);
        transform: scale(1, 1) translateX(0);
    }
}

.tinLeftIn {
    -webkit-animation-name: tinLeftIn;
    animation-name: tinLeftIn;
    animation-duration: 2s;
}

@keyframes tinLeftIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 1) translateX(-900%);
        transform: scale(1, 1) translateX(-900%);
    }
    50%, 70%, 90% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1) translateX(0);
        transform: scale(1.1, 1.1) translateX(0);
    }
    60%, 80%, 100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) translateX(0);
        transform: scale(1, 1) translateX(0);
    }
}

.tinDownIn {
    -webkit-animation-name: tinDownIn;
    animation-name: tinDownIn;
    animation-duration: 2s;
}

@keyframes tinDownIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 1) translateY(900%);
        transform: scale(1, 1) translateY(900%);
    }
    50%, 70%, 90% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1) translateY(0);
        transform: scale(1.1, 1.1) translateY(0);
    }
    60%, 80%, 100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
}

.tinUpIn {
    -webkit-animation-name: tinUpIn;
    animation-name: tinUpIn;
    animation-duration: 2s;
}

@keyframes tinUpIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(1, 1) translateY(-900%);
        transform: scale(1, 1) translateY(-900%);
    }
    50%, 70%, 90% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1) translateY(0);
        transform: scale(1.1, 1.1) translateY(0);
    }
    60%, 80%, 100% {
        opacity: 1;
        -webkit-transform: scale(1, 1) translateY(0);
        transform: scale(1, 1) translateY(0);
    }
}

.fa_whatsapp {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-whatsapp:before {
    content: "\f232";
}

.whatsapp_a {
    position: fixed;
    border-radius: 50%;
    height: 63px;
    text-align: center;
    width: 63px;
    text-decoration: none;
}

.whatsapp_a span {
    font-size: 40px;
    margin-top: 10px;
}

.wa_contact {
    display: none;
}

.closeWhatsappButton {
    position: fixed;
    cursor: pointer;
    z-index: 100000000;
}

.closeButtonWebImage {
    width: 7px;
    height: 6px;
    background-image: url("../../frontend/Nf/naffco/en_US/Meetanshi_WhatsappContact/images/close.png");
}

.closeButtonMobileImage {
    background-image: url("../../frontend/Nf/naffco/en_US/Meetanshi_WhatsappContact/images/Close-Mobile.png");
    width: 13px;
    height: 11px;
    background-size: 13px 11px;
    background-repeat: no-repeat;
}

.wa_contact .wa_contact_title {
    display: none;
    position: absolute;
    text-align: center;
    background-color: #F8F8F8;
    font-family: "Open Sans", serif;
    color: #5D4E4E;
    padding: 2px 12px 2px 10px;
    font-size: 12px;
    border-radius: 3px;
    white-space: nowrap;
    border: 1px solid #EBEBEB;
}

#wa_contact:hover #wa_contact_title {
    display: block;
}

.wa_contact {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 99999999;
}
.whatsappToggle {
    background-color: #0dc152;
    color: rgba(255, 255, 255, 1);
    display: none;
    align-items: center;
    justify-content: center;
    height: 40px;
    white-space: nowrap;
    line-height: 100%;
    padding: 1px 20px;
    border-radius: 50px;
    position: fixed;
    cursor: pointer;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    transition: box-shadow 80ms ease-in-out, width .4s ease .2s;
    z-index: 9999999;
}

.fa_whatsapp {
    font-size: 25px;
}
.whatsappClose{
    font-size: 22px;
}
.whatsappText {
    font-size: 14px;
}

.fa-whatsappClose:before {
    content: "\f00d";
    color: #fff;
}

.whatsappBox {
    position: fixed;
    background: white;
    max-width: 360px;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 8px 25px -5px rgba(45, 62, 79, .15);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 99999;
}
.whatsappBox_top{
    transform: translateY(-50px) scale(0.9);
}
.whatsappBox_bottom{
    transform: translateY(50px) scale(0.9);
}
.whatsapp_show {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.whatsappDescription {
    background-color: #0dc152;
    color: rgba(255, 255, 255, 1);
    padding: 15px 40px 15px 20px;
    border-radius: 6px 6px 0 0
}

.whatsappClose {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    right: 7px;
    opacity: .5;
    transition: opacity .3s;
}

.whatsappClose:hover {
    cursor: pointer;
    opacity: 1
}

.whatsappAdmin {
    max-height: 461px;
    padding: 10px;
    overflow-y: auto;
}
.whatsappAdmin > a {
    text-decoration: none;
}

.whatsappAccount {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: rgba(85, 85, 85, 1);
}

.whatsappBox.whatsappBox_bottom.fa-caret-down::before {
    content: "";
}
.whatsappImage {
    float: left;
    width: 60px;
    height: 60px;
    position: relative;
    background: transparent url('../../frontend/Nf/naffco/en_US/Meetanshi_WhatsappContact/images/logo-green-small.png') center center no-repeat;
    background-size: cover;
}

.whatsappAdminInfo {
    float: left;
    width: calc(100% - 40px);
    padding-left: 10px
}

.fa-caret-down:after, .fa-caret-up:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    z-index: -1;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .02);
}

.fa-caret-down:after {
    bottom: -7px;
    border: 1px solid #FFF;
    background-color: #FFF;
}

.fa-caret-up:before {
    top: -7px;
    border: 1px solid #0dc152;
    background-color: #0dc152;
}

.whatsappAccount:hover {
    background-color: rgba(245, 245, 245, 1);
    border-color: rgba(245, 245, 245, 1);
    color: rgba(85, 85, 85, 1);
    border-radius: 6px;
}
#whatsappToggle .fa_whatsapp{
    margin-right: 5px;
}
.whatsappAccount:active, .whatsappAccount:visited, .whatsappAccount:focus{
    color: rgba(85, 85, 85, 1);
}
.whatsappAdminInfo > span{
    width: 100%;
    float: left;
}
.whatsappAdminInfo .span_name{
    font-weight: 600;
}
.whatsappAdminInfo .span_default{
    font-size: 13px;
}
@media (min-width: 320px) and (max-width: 768px) {
    #whatsappBox {
        max-width: 280px;
    }
}

@media screen and (max-width: 768px) {
    .whatsapp_a span {
        font-size: 40px;
        margin-top: 0;
    }
    .wa_contact, .closeWhatsappButton{
        position: fixed;
    }
    .whatsapp_a{
        position: absolute;
    }
    #wa_icon {
        font-size: 40px;
        position: relative;
        top: 10px;
    }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Nf/naffco/en_US/Msp_OwlCarousel2/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.grayscale {
  border: 0px solid black;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .6s ease;
  
}
.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
#owl-demo .owl-item {
  margin: 3px;
}
#owl-demo .owl-item img {
  display: block;
  width: 100%;
  height: auto;
}.sidebar .expand,.sidebar .expanded{cursor:pointer;float:right}.sidebar .o-list{display:none;margin-bottom:0px;padding-left:0px}.sidebar .o-list li{list-style:none;border-bottom:1px solid #ededed;padding-bottom:10px}.sidebar .o-list li.active>ul{display:block}.sidebar .o-list li.active>ul li:last-of-type{border-bottom:0px;padding-bottom:0px;margin-bottom:0px}.sidebar .o-list li a{display:inline-block}.sidebar .o-list li a.active{font-weight:bold}.sidebar .o-list li>ul{padding-top:7px;margin-top:0px}.sidebar .o-list .level0{list-style:none}.sidebar .o-list .level1 a{padding-left:15px}.sidebar .o-list .level2 a{padding-left:30px}.sidebar .o-list .level3 a{padding-left:45px}.sidebar>.o-list{display:block;margin-top:30px;padding-right:45px;margin-bottom:30px}/**********************
Masonry Responsive Image Gallery - 1.0.3
*********************/
.image-gallery-outer .image-detail > ul[id^="masonry-loop-"]{
	padding-left:0px;
}
.imagegallery-index-index .page-title-wrapper,
.gallery-index-index .page-title-wrapper
{
	display:none;
}
.image-gallery *{
box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.category-desc .title{margin-bottom:15px;}
.image-detail .gallery-item{
	list-style-type:none;
	margin:0;
	/* display: inline-block; */
	display: block;
    width: 33.33%;
    padding : 3px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.image-detail{
	padding-top :12px;
}
.category-title{
	display:block;
    text-align:center;
}
.category-title a{
	font-size: 16px;
	line-height: 2;
}
.category-desc {padding:0 0 15px 0;}
.cat-img {padding:0 0 15px 0;}
.cat-img img{width:100%; height:auto;}
.image-gallery{overflow:hidden;padding:0;background:#FFF;margin:0 -10px;}
.gallery-item .img-box{
	/* margin:10px; */
	border:2px solid #262626;
}
a.imagegallery,
a.imagegallery img{display:block;}
a.imagegallery img{width:100%;}
.img-box-inner{
	position:relative;
	text-align:center;
	overflow:hidden;
}
a.imagegallery img{
	-webkit-transition: 0.5s all 0s;
	-moz-transition: 0.5s all 0s;
	-ms-transition: 0.5s all 0s;
	-o-transition: 0.5s all 05;
	transition: 0.5s all 0s;
}
a.imagegallery img:hover{

	 -webkit-transform:scale(1.02);
	   -moz-transform: scale(1.02);
	    -ms-transform: scale(1.02);;
	     -o-transform: scale(1.02);;
	        transform: scale(1.02);;
}
.gallery-desc-box
{
	display:block;
	padding:0;
	position:absolute;
	top:0%;
	left:0%;
	text-align:center;
	height:100%;
	width:100%;
	color:#FFF;
	font-size:14px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	background:rgba(126, 128, 126, 0.8) none repeat scroll 0 0;
	
	opacity:0;
	-khtml-opacity:0;
	-moz-opacity:0;
	filter: alpha(opacity=0);
	z-index: -1;
}
.gallery-desc-box .gallery-content
{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	padding:0;
	width:100%;
	text-align:center;
}

.img-box-inner:hover .gallery-desc-box{
	opacity:1;
	-khtml-opacity:1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
	z-index: 1;
}

.gallery-desc-box .gallery-title{
	margin:0;
	font-size:20px;
	text-transform:capitalize;
	color:#FFF;
	letter-spacing:1px;
}
.gallery-desc-box .gallery-title p{margin:0;}
.gallery-desc-box .gallery-title a{
	color:#FFF;
}
.gallery-desc{
	padding:5px;
}
.gallery-desc-box .gallery-title a:hover{text-decoration:underline;}
a.image-link {display:inline-block;margin-top:0px;font-size:0;text-indent:-99px;}
a.image-link .fa{
	 border: 2px solid #fff;
    -webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	-ms-border-radius: 33px;
	-o-border-radius: 33px;
	border-radius: 33px;
    color: #fff;
    font-size: 18px;
    padding:0px;
    transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	display:block;
	background:url(../../frontend/Nf/naffco/en_US/Vsourz_Imagegallery/images/view-image.png) no-repeat left top;
	width:45px;
	height:45px;
}

a.image-link .fa:hover{
	background-position:left bottom;
	border:2px solid #000;
}
.gallery-desc-box:hover .fa{
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}

#masonry-loop {
   /*  -moz-column-count: 3;
    -moz-column-gap: 0px;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    column-count: 3;
    column-gap: 0px; */
    width: auto;
	padding : 0px;
	margin:0 -6px;
}
#masonry-loop .gallery-item
{
	width: 33.33%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:0 3px;
	margin-bottom: 7px;
}
.gallery-desc p{
	margin-top: 0rem;
    margin-bottom: 0rem;
}

@media (max-width: 1240px) {
}
@media (max-width: 1022px) {

.gallery-desc{display:none;}
.gallery-desc-box .gallery-title{font-size:14px;padding:0 0 10px 0;}
.gallery-item .img-box{
	margin:0;
}
.breadcrumbs{
	display:block;
}

#masonry-loop {
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    column-count:2;
    column-gap: 0px;
    width: 100%;
	padding : 0px;
}
.gallery-desc-box{
	font-size: 12px;
}

}
@media (max-width: 767px) {
	.gallery-desc{
		padding:0px;
    }
	.gallery-item, #masonry-loop .gallery-item{
		width:50%;
	}
	.image-gallery{
		position: absolute;
        left: 0;
		margin:0;
	}
	.mfp-gallery .mfp-title{
		display: none;
	}
	
	.gallery-desc{display:none;}
	.gallery-desc-box .gallery-title{padding:0 5px 10px 5px;}
}
@media (max-width: 600px) 
{
.image-detail .gallery-item{width:50%;}	
}

@media (max-width: 479px) {
	.gallery-item, #masonry-loop .gallery-item{
		width:100%;
		padding-right: 0px;
	}

a.image-link .fa{
	border: 2px solid #fff;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	-ms-border-radius: 33px;
	-o-border-radius: 33px;
	border-radius: 33px;
	color: #fff;
	font-size: 12px;
	padding: 0px;
	transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	display: block;
	background: url(../../frontend/Nf/naffco/en_US/Vsourz_Imagegallery/images/view-image.png) no-repeat left top;
	/* width: 40px;
	height: 40px; */

	-webkit-transform: scale(0.9);
	   -moz-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	     -o-transform: scale(0.9);
	        transform: scale(0.9);
}
a.image-link
{
	display: inline-block;
	margin-top: 0px;
	font-size: 0;
	height:42px;
	width:42px;
}
.gallery-desc-box{
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
.gallery-desc-box .gallery-title{
	margin: 0;
	font-size: 14px;
	text-transform: capitalize;
	color: #FFF;
	letter-spacing: 1px;
}
.cat-img img{width:100%; height:auto;}

#masonry-loop {
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
    column-count:1;
    column-gap: 0px;
    width: 100%;
	padding : 0px;
}

}
@media (max-width: 350px) 
{
.image-detail .gallery-item{width:100%;}	
}/*--------------- magnif poup ------------------------ */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
 display:none !important; 
 }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  cursor: default;
  -webkit-backface-visibility: hidden; 
  background:rgba(11,11,11,0.8);
  
  }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close{
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active { }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close 
{
  color: #000000;
  right: 5px;
  top:5px;
  text-align: center;
  padding: 0;
  width: 30px;
  height: 30px;
  cursor: pointer !important;
  background: #fff;
  line-height: 30px;
  border:none !important; 
}
   .mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover{
       background-color: #000000;
       color: #fff;
   }

.mfp-counter {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  padding: 0px 5px;
  right: 5px;
  color: #000;
  font-size: 9px;
  line-height: 17px; }

button.mfp-arrow{
    width: 40px;
    height: 40px;
    -webkit-appearance: none;
    position: absolute;
    top: 48%;
    cursor: pointer;
    z-index: 2000;
    padding:0px;
	border:none !important;
	box-shadow:none;
	-webkit-box-shadow:none;
}
button.mfp-arrow-left{
	background:url(../../frontend/Nf/naffco/en_US/Vsourz_Imagegallery/images/left-arrow.png) center center no-repeat #8f8f8f;
    left: 0;
}
button.mfp-arrow-right{
	background:url(../../frontend/Nf/naffco/en_US/Vsourz_Imagegallery/images/right-arrow.png) center center no-repeat #8f8f8f;
	right: 0;
}
button.mfp-arrow-left:hover{background:url(../../frontend/Nf/naffco/en_US/Vsourz_Imagegallery/images/left-arrow.png) center center no-repeat #000;}
button.mfp-arrow-right:hover{background:url(../../frontend/Nf/naffco/en_US/Vsourz_Imagegallery/images/right-arrow.png) center center no-repeat #000;}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: normal;
  color: #000;
  word-wrap: break-word;
  position: absolute;
  left: 0;
  background: #fff;
  padding: 5px 10px;
  bottom: 20px;
  border-radius: 0 3px 3px 0;
  margin-right: 10px;
   }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
   .mfp-title{font-size: 12px; padding: 3px 7px;}
   }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

html,body {-webkit-backface-visibility:hidden;}

/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width:auto;
  max-width: 400px;
  margin: 0 auto; 
}
/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out; 
    transform: scale(0.8); 
  }
  
  &.mfp-bg {
    opacity: 0;
	  transition: all 0.3s ease-out;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: scale(1); 
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: scale(0.8); 
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}


/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out; 
    transition: all 0.5s;
    
    transform: scale(0) rotate(500deg);
  }
  
  &.mfp-bg {
    opacity: 0;
	  transition: all 0.5s;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: scale(1) rotate(0deg);
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: scale(0) rotate(500deg);
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}



/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    
    transform: translateX(-50px);
  }
  
  &.mfp-bg {
    opacity: 0;
	  transition: all 0.3s;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: translateX(0);
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: translateX(50px);
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}


/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  
  .mfp-content {
   vertical-align:top; 
  }
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    
    transform: translateY(-100px);
  }
  
  &.mfp-bg {
    opacity: 0;
	  transition: all 0.2s;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: translateY(0);
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: translateY(-50px);
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}


/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  
 
  .mfp-content {
    perspective: 2000px; 
  }
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
  }
  
  
  &.mfp-bg {
    opacity: 0;
	  transition: all 0.5s;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: rotateY(0deg);
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: rotateY(60deg);
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}




/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out; 
    transform: scale(1.3); 
  }
  
  &.mfp-bg {
    opacity: 0;
	  transition: all 0.3s ease-out;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: scale(1); 
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }

  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: scale(1.3); 
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}



/* 

====== "Hinge" close effect ======

*/

@keyframes hinge {
	0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
	20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
	80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
	100% { transform: translateY(700px); opacity: 0; }
}

.hinge {
  animation-duration: 1s;
	animation-name: hinge;
}
.mfp-with-fade {
  // before-open state
  .mfp-content,
  &.mfp-bg {
    opacity: 0;
    transition: opacity .5s ease-out;
  }
  // open state
  &.mfp-ready {
    .mfp-content {
     opacity: 1; 
    }
    &.mfp-bg {
      opacity: 0.8; // background opacity
    }
  }
  
  // closed state
  &.mfp-removing {
    &.mfp-bg {
      opacity: 0;
    }
  }
}






/* preview styles */
html {
  font-family: "Calibri", "Trebuchet MS", "Helvetica", sans-serif;
}
h3 {
  margin-top: 0;
  font-size: 24px;
}
}
h4 {
  margin: 24px 0 0 0;
}

.bottom-text {
  margin-top: 40px;
  border-top: 2px solid #CCC;
  a {
    border-bottom: 1px solid #CCC;
  }
  p {
   max-width: 650px; 
  }
  


}

.cms-page-view .product-item-info ,
.cms-index-index .product-item-info{
	width: auto;
	text-align: center;
}

.owl-carousel .product-item-info {
	width: auto;
}

.products.products-grid,
.custom-slider {
	position: relative;
	padding: 0 0 20px;
}
.extend_1,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	user-select: none;
}
.owl-carousel {
	display: none;
	width: 100%;
	position: relative;
	z-index: 0;
}
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
.owl-carousel .owl-stage {
	position: relative;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	transform-style: preserve-3d;
}
.owl-carousel .owl-item .owl-lazy {
	/*opacity: 0;*/
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item .product-item {
	width: 100% !important;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../../frontend/Nf/naffco/en_US/WeltPixel_OwlCarouselSlider/css/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel.owl-text-select-on .owl-item {
	user-select: auto;
}
.owl-carousel .banner-item .content_slider {
	position: absolute;
	top: 25%;
	left: 50px;
	width: calc(100% - 120px);
	z-index: 1;
	color: #fff;
}
.owl-carousel .banner-item .content_slider .banner-title {
	width: 100%;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	clear: both;
}
.owl-carousel .banner-item .content_slider .banner-description {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
	padding: 15px 0;
}
.owl-carousel .banner-item .content_slider .buttons {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: center;
}
.owl-carousel .banner-item .content_slider .buttons a.action.primary {
	margin: 10px;
}
.owl-carousel .banner-item .content_slider .buttons .custom_content {
	margin: 10px 0 0;
	text-align: center;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 500ms ease-in-out;
}
.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: calc(-40px / 2) 0 0;
	padding: 0;
	background: rgba(255, 255, 255, 0.5);
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	text-indent: 100%;
	overflow: hidden;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-] {
	background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
	left: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
	position: absolute;
	top: 26px;
	left: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(40deg);
	border-radius: 20px;
	text-indent: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
	position: absolute;
	top: 14px;
	left: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(-40deg);
	border-radius: 20px;
	text-indent: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: 15px;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
	right: -55px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
	position: absolute;
	top: 14px;
	right: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(40deg);
	border-radius: 20px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
	position: absolute;
	top: 26px;
	right: 8px;
	z-index: 1;
	width: 20px;
	height: 1px;
	content: "";
	border-top: 2px solid #000;
	transform: rotate(-40deg);
	border-radius: 20px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #000000;
	color: #fff;
	text-decoration: none;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: transparent;
	color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #fff;
}
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
	border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default;
}
.owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
}
[class*=owl-carousel-products-].owl-theme .owl-dots {
	position: relative;
	bottom: -20px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: #000000;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #000000;
}
.no-js .owl-carousel {
	display: block;
}
#pre-div-ajax{
	position: relative;
	top: 80px
}
#pre-div {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10000;
}
.cssload-loader {
	position: absolute;
	left: calc(50% - 31px);
	top: calc(50% - 31px);
	width: 62px;
	height: 62px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	perspective: 780px;
}

.cssload-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
	left: 0%;
	top: 0%;
	animation: cssload-rotate-one 1.15s linear infinite;
	-o-animation: cssload-rotate-one 1.15s linear infinite;
	-ms-animation: cssload-rotate-one 1.15s linear infinite;
	-webkit-animation: cssload-rotate-one 1.15s linear infinite;
	-moz-animation: cssload-rotate-one 1.15s linear infinite;
	border-bottom: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-two {
	right: 0%;
	top: 0%;
	animation: cssload-rotate-two 1.15s linear infinite;
	-o-animation: cssload-rotate-two 1.15s linear infinite;
	-ms-animation: cssload-rotate-two 1.15s linear infinite;
	-webkit-animation: cssload-rotate-two 1.15s linear infinite;
	-moz-animation: cssload-rotate-two 1.15s linear infinite;
	border-right: 3px solid rgb(0,0,0);
}

.cssload-inner.cssload-three {
	right: 0%;
	bottom: 0%;
	animation: cssload-rotate-three 1.15s linear infinite;
	-o-animation: cssload-rotate-three 1.15s linear infinite;
	-ms-animation: cssload-rotate-three 1.15s linear infinite;
	-webkit-animation: cssload-rotate-three 1.15s linear infinite;
	-moz-animation: cssload-rotate-three 1.15s linear infinite;
	border-top: 3px solid rgb(0,0,0);
}







@keyframes cssload-rotate-one {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-one {
	0% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-one {
	0% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-one {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-one {
	0% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-two {
	0% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-two {
	0% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-two {
	0% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-two {
	0% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-two {
	0% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
	}
}

@keyframes cssload-rotate-three {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-o-keyframes cssload-rotate-three {
	0% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-ms-keyframes cssload-rotate-three {
	0% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-webkit-keyframes cssload-rotate-three {
	0% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}

@-moz-keyframes cssload-rotate-three {
	0% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
	}
	100% {
		-moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}
}.fotorama-stretch,.fotorama-focus-overlay:after,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__html,.fotorama__video iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.fotorama-grab-cursor,.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama-grabbing-cursor,.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama-gpu,.fotorama--fullscreen,.fotorama__caption,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__html,.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{transform:translateZ(0)}.fotorama-focus,.fotorama__nav__frame,.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus{outline:0}.fotorama-focus-overlay:after{background-color:#006bb4;border-radius:inherit;content:''}.fotorama-transform-disabled,.fotorama__wrap--video .fotorama__stage__shaft,.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{transform:none !important}.fotorama-transition-for-slide,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-duration:0ms;transition-property:transform,width;transition-timing-function:cubic-bezier(.1, 0, .25, 1)}.fotorama-no-select,.fotorama__wrap,.fotorama__no-select,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{user-select:none}.fotorama-select,.fotorama__select{user-select:text}.fotorama-empty-bg{background:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=)}.fotorama-auto-margin,.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama-inline-block,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__caption__wrap{*display:inline;*zoom:1;-moz-box-orient:vertical;display:-moz-inline-box;display:inline-block;vertical-align:middle}.fotorama-content-box,.fotorama__nav__frame{box-sizing:content-box}.fotorama-border-box,.fotorama__thumb-border,.fotorama__caption__wrap,.fotorama__arr{box-sizing:border-box}.fotorama-hidden,.fotorama--hidden,.fotorama__load{left:-99999px;position:absolute;top:-99999px;z-index:-1000}.fotorama-visible{left:auto;opacity:1;position:relative;top:auto;z-index:auto}.fotorama-no-tap,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__nav,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{-webkit-tap-highlight-color:rgba(0,0,0,0)}.transitionDuration{transition-duration:333ms}.transitionDurationZero{transition-duration:0ms}.fotorama-sprite,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background-image:url('../../frontend/Nf/naffco/en_US/mage/gallery/gallery.png');background-repeat:no-repeat}@media print{.fotorama-print-background,.fotorama-sprite,.fotorama__thumb-border,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background:none !important}}.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus,.fotorama__arr:focus,.fotorama__stage__shaft:focus,.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__dot{box-shadow:none}.fotorama__fullscreen-icon:focus:after,.fotorama__zoom-out:focus:after,.fotorama__zoom-in:focus:after,.fotorama__arr:focus:after,.fotorama__stage__shaft:focus:after,.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{border-radius:inherit;bottom:3px;box-shadow:0 0 3px 1px #00699d;content:'';left:3px;position:absolute;right:3px;top:3px;z-index:1000}.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__thumb:after,.fotorama__nav__frame--thumb:focus .fotorama__dot:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{bottom:0;left:0;right:0;top:0}.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after{left:2px;right:2px}.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__thumb{overflow:inherit}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after{left:1px}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after{top:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb:after{right:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after{bottom:1px}.fotorama__thumb__arr{box-shadow:none}.fotorama--fullscreen{background:#fff;bottom:0 !important;float:none !important;left:0 !important;margin:0 !important;position:fixed !important;right:0 !important;top:0 !important;width:100% !important;z-index:1000 !important}.fotorama--fullscreen .fotorama__wrap{max-width:100% !important}.fotorama__fullscreen{overflow:hidden;position:relative}.fotorama__fullscreen .fotorama__zoom-in,.fotorama__fullscreen .fotorama__zoom-out{cursor:pointer;display:block;height:80px;overflow:hidden;position:absolute;width:80px}.fotorama__fullscreen .fotorama__zoom-out{background-position:0 -80px !important;top:80px}.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled{display:none}.fotorama__fullscreen .fotorama__zoom-in{background-position:0 0 !important;top:0}.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled{display:none}.fotorama__fullscreen .fotorama__video-close{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__zoom-in,.fotorama__zoom-out{display:none}.fotorama{min-width:1px;overflow:hidden}.fotorama__wrap{-webkit-text-size-adjust:100%;direction:ltr;position:relative;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__stage,.fotorama__nav{max-width:100%;overflow:hidden;position:relative}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__stage__shaft{position:relative}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1 !important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{border:none !important;max-width:inherit;opacity:0}.fotorama__loaded .fotorama__img,.fotorama__error .fotorama__img{opacity:1}.fotorama__img--full{display:none}.fotorama__nav{display:none;font-size:0;line-height:0;white-space:nowrap;z-index:5}.fotorama__nav__shaft{left:0;position:relative;text-align:left;top:0}.fotorama__nav__frame{position:relative}.fotorama__nav--dots{display:block;text-align:center}.fotorama__nav--dots .fotorama__nav__frame{height:30px;width:18px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__active .fotorama__dot{background-color:#ff5501;border-color:#ff5501}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame{border-width:3px;height:0;width:0}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after{left:-3px;padding:3px;top:-3px}.fotorama__nav__frame:focus {box-shadow:none}.fotorama__nav__frame:focus :after{left:-1px;padding:1px;top:-1px}.fotorama__dot{border-radius:6px;border:1px solid #858585;display:block;height:4px;left:6px;position:relative;top:12px;width:4px}.fotorama__thumb{background-color:#ebebeb;height:100%;overflow:hidden;position:relative;width:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{backface-visibility:hidden;background-image:linear-gradient(to bottom right, rgba(255,255,255,0.25), rgba(64,64,64,0.1));border:1px solid #ff5501;left:0;position:absolute;top:0;z-index:9}.fotorama__caption{bottom:0;color:#000;font-size:14px;left:0;line-height:1.5;position:absolute;right:0;z-index:12}.fotorama__caption a{border-bottom:1px solid;border-color:rgba(0,0,0,0.005);color:#000;text-decoration:none}.fotorama__caption a:hover{border-color:rgba(0,0,0,0.005);color:#000}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--video .fotorama__caption,.fotorama__wrap--no-captions .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;padding:5px 10px}@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fotorama__spinner{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%}.fotorama__wrap--css3 .fotorama__spinner{animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html{transition-duration:.3s;transition-property:opacity;transition-timing-function:linear}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{opacity:0}.fotorama__select{cursor:auto}.fotorama__video{bottom:0;left:0;position:absolute;right:0;top:32px;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{cursor:pointer;position:absolute}.fotorama__arr{z-index:900}.fotorama__fullscreen-icon,.fotorama__zoom-out,.fotorama__zoom-in,.fotorama__video-close{z-index:1000}.fotorama__arr{bottom:0;position:absolute;top:0;width:80px}.fotorama__arr .fotorama__arr__arr{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;height:80px;width:80px}.fotorama__arr--prev{left:0}.fotorama__arr--prev .fotorama__arr__arr{background-position:-80px -80px}.fotorama__arr--next{right:0}.fotorama__arr--next .fotorama__arr__arr{background-position:-160px -80px}.fotorama__arr--disabled{cursor:default;opacity:0;pointer-events:none}.fotorama__fullscreen-icon{background-position:0 0;display:none;height:80px;right:0;top:0;width:80px;z-index:1000}.fotorama--fullscreen-icons .fotorama__fullscreen-icon{display:none}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-80px 0;display:inline-block}.fotorama__video-play{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;background-position:-80px -160px;height:160px;width:160px}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__loaded .fotorama__video-play,.fotorama__error .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{display:block;opacity:1}.fotorama__nav__frame .fotorama__video-play{background-position:0 -240px;height:80px;width:80px}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0 !important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none !important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(80px, -80px, 0);-ms-transform:translate3d(80px, -80px, 0);-o-transform:translate3d(80px, -80px, 0);transform:translate3d(80px, -80px, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-120px, 0, 0);-ms-transform:translate3d(-120px, 0, 0);-o-transform:translate3d(-120px, 0, 0);transform:translate3d(-120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(120px, 0, 0);-ms-transform:translate3d(120px, 0, 0);-o-transform:translate3d(120px, 0, 0);transform:translate3d(120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(80px, -80px, 0) !important;-ms-transform:translate3d(80px, -80px, 0) !important;-o-transform:translate3d(80px, -80px, 0) !important;transform:translate3d(80px, -80px, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-120px, 0, 0) !important;-ms-transform:translate3d(-120px, 0, 0) !important;-o-transform:translate3d(-120px, 0, 0) !important;transform:translate3d(-120px, 0, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(120px, 0, 0) !important;-ms-transform:translate3d(120px, 0, 0) !important;-o-transform:translate3d(120px, 0, 0) !important;transform:translate3d(120px, 0, 0) !important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus){transition-duration:.3s;transition-property:transform,opacity,background-color}.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after{background-repeat:no-repeat;content:'';display:block;pointer-events:none;position:absolute;text-decoration:none;z-index:10}.fotorama__stage:before,.fotorama__nav:before{left:-10px;top:-10px}.fotorama__stage:after,.fotorama__nav:after{right:-10px;bottom:-10px}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-size:1px 100%,5px 100%;bottom:0;height:auto;top:0;width:10px}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before,.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-size:100% 1px,100% 5px;height:10px;left:0;right:0;width:auto}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 0 50%, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;left:0}.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.4), transparent);background-position:100% 0,100% 0;right:0}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;top:0}.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.4), transparent);background-position:0 100%,0 100%;bottom:0}.fotorama--fullscreen .fotorama__stage:before,.fotorama--fullscreen .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--fade .fotorama__stage:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--fade .fotorama__stage:after{display:none}.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:auto;position:absolute;top:50%;width:100%}.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img{-webkit-transform:translate(-50%, -50%);-ms-transform:translateY(-50%, -50%);-o-transform:translateY(-50%, -50%);transform:translateY(-50%, -50%);top:50%;left:50%;position:absolute;width:auto}.magnifier-thumb-wrapper{display:block;left:0;position:relative;top:0}.magnifier-lens{border:solid 1px #bbb;left:0;overflow:hidden;position:absolute;top:0;z-index:800}.magnify-lens{background:rgba(255,255,255,0.5);border:solid 1px #bbb;color:#fff;left:0;position:absolute;text-align:center;top:0;z-index:1000;overflow:hidden}.magnify-lens .magnifier-large{width:auto;height:auto;max-height:none;max-width:none;border:none;position:absolute;z-index:100}.magnifier-loader-text{margin-top:10px}.magnifier-preview{bottom:0;left:58%;overflow:hidden;padding:0;position:absolute;z-index:2;top:215px}.magnifier-preview:not(.hidden){background-color:#fff}.magnifier-preview img{left:0;max-width:inherit;max-height:inherit;position:absolute;top:0;object-fit:scale-down}.fotorama__stage__frame{text-align:center}.fotorama__stage__frame .fotorama__img{height:auto;left:50%;max-height:100%;max-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);transition-duration:.3s;transition-property:width,height,top,left;vertical-align:middle;width:auto}.magnify-opaque{opacity:.5}.magnify-hidden{display:none}.fotorama__nav-wrap--vertical.fotorama__nav-wrap{display:inline-block;left:0;position:absolute;top:0}.fotorama__nav-wrap--vertical .fotorama__nav__shaft{background-color:white;width:100%}.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb{display:block;padding-bottom:inherit !important}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img{display:none}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{bottom:0;left:0;margin:auto;max-height:inherit;max-width:inherit;position:absolute;right:0;top:0}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{cursor:default;display:block;height:auto;left:0;margin:auto;max-height:100%;max-width:100%;top:0;transition:.3s linear;vertical-align:middle;width:auto}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable{cursor:pointer;max-height:none;max-width:none;transition-property:width,height,bottom,right,top,left}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable{cursor:move;transition-property:none}.fotorama--fullscreen .fotorama__stage__frame iframe{left:80px;width:calc(100% - 80px * 2)}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{bottom:0;cursor:pointer;position:absolute;top:0;width:30px;z-index:1000}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;width:100%}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left{left:0}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{right:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{cursor:pointer;height:30px;left:0;position:absolute;right:0;z-index:1000}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);margin:auto;width:30px}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left{top:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{bottom:0}.fotorama__wrap--only-active .fotorama__stage,.fotorama__wrap--only-active .fotorama__nav{max-width:99999px !important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__thumb--icon{font-size:0.001px;padding-bottom:30px}.fotorama__thumb__arr--left .fotorama__thumb--icon{background-position:-25px -265px}.fotorama__thumb__arr--right .fotorama__thumb--icon{background-position:-25px -350px}.magnify-fullimage{display:none}.fotorama__arr,.fotorama__thumb__arr{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__arr:hover,.fotorama__thumb__arr:hover{background-color:rgba(255,255,255,0.5)}.fotorama__arr:active,.fotorama__thumb__arr:active{background-color:rgba(213,213,213,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover{background-color:rgba(255,255,255,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active{background-color:rgba(213,213,213,0.5)}.fotorama__video-close{background-position:-80px 0;height:80px;opacity:0;right:0;top:0;transform:translate3d(80px, -80px, 0);transition:opacity .3s ease-in-out;width:80px}@media all and (max-width:768px){.fotorama__video-close{background-position:-100px -20px;top:10px;height:40px;width:40px}}.fotorama__video-close.fotorama-show-control{opacity:1;transform:translate3d(0, -10px, 0)}.gallery-placeholder__image{display:block;margin:auto}.fotorama__spinner{background-image:url('../../frontend/Nf/naffco/en_US/images/loader-1.gif');bottom:0;display:none;height:64px;left:0;margin:auto;position:absolute;right:0;top:0;width:64px;z-index:100}.fotorama__spinner.fotorama__spinner--show{display:block}.fotorama__product-video--loaded .fotorama__img,.fotorama__product-video--loaded .fotorama__img--full{display:none !important}.fotorama__stage .fotorama__arr--shown{display:block !important}.fotorama__stage .fotorama__arr--hidden{display:none !important}rs-modal rs-fullwidth-wrap,rs-modal-cover{height:100%;position:absolute;top:0;left:0}.wp-block-themepunch-revslider,rs-module-wrap{position:relative}.rs-forceuntouchable,.rs-forceuntouchable *,.rs-layer.rs-nointeraction:not(a),.rs-pelock *,a.rs-layer.rs-nointeraction>.div,rs-layer.rs-nointeraction:not(a),rs-modal{pointer-events:none!important}.rs-layer img,.rs-svg svg,rs-column .rev_layer_in_column,rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap,rs-column-wrap,rs-column-wrap .rs-parallax-wrap,rs-layer img{vertical-align:top}.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}.rs-go-fullscreen,rs-modal{position:fixed!important;z-index:9999999!important}rs-modal.rs-modal-auto{top:auto;bottom:auto;left:auto;right:auto}rs-modal.rs-modal-fullscreen,rs-modal.rs-modal-fullwidth{top:0;left:0;width:100%;height:100%}rs-module-wrap.rs-modal{display:none;max-height:100%!important;overflow:auto!important;pointer-events:auto!important}rs-module-wrap.hideallscrollbars.rs-modal{overflow:hidden!important;max-width:100%!important}rs-modal-cover{width:100%;z-index:0;background:0 0;cursor:pointer;pointer-events:auto}body>rs-modal-cover{position:fixed;z-index:9999995!important}rs-sbg-px{pointer-events:none}.rev-burger span,.tp-fullwidth-forcer,rs-bg-elem,rs-dotted,rs-fw-forcer,rs-pzimg-wrap,rs-sbg,rs-sbg-effectwrap,rs-static-layers,rs-zone{pointer-events:none}.rs-forcehidden *{visibility:hidden!important}.rs_splitted_lines{display:block;white-space:nowrap!important}.rs-go-fullscreen{width:100%!important;height:100%!important;top:0!important;left:0!important;background:#fff}.rtl{direction:rtl}@font-face{font-family:revicons;src:url('../../frontend/Nf/naffco/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888');src:url('../../frontend/Nf/naffco/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.eot?5510888#iefix') format('embedded-opentype'),url('../../frontend/Nf/naffco/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff2?5510888') format('woff2'),url('../../frontend/Nf/naffco/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.woff?5510888') format('woff'),url('../../frontend/Nf/naffco/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.ttf?5510888') format('truetype'),url('../../frontend/Nf/naffco/en_US/Nwdthemes_Revslider/public/assets/fonts/revicons/revicons.svg?5510888#revicons') format('svg');font-weight:400;font-style:normal;font-display:swap}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:never;speak-as:spell-out;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}#builderView i[class*=" fa-"],#builderView i[class^=fa-],#objectlibrary i[class*=" fa-"],#objectlibrary i[class^=fa-],#rs_overview i[class*=" fa-"],#rs_overview i[class^=fa-],#rs_overview_menu i[class*=" fa-"],#rs_overview_menu i[class^=fa-],#waitaminute i[class*=" fa-"],#waitaminute i[class^=fa-],.rb-modal-wrapper i[class*=" fa-"],.rb-modal-wrapper i[class^=fa-],rs-module i[class*=" fa-"],rs-module i[class^=fa-]{display:inline-block;font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#builderView [class*=" fa-"]:before,#builderView [class^=fa-]:before,#objectlibrary [class*=" fa-"]:before,#objectlibrary [class^=fa-]:before,#rs_overview [class*=" fa-"]:before,#rs_overview [class^=fa-]:before,#rs_overview_menu [class*=" fa-"]:before,#rs_overview_menu [class^=fa-]:before,#waitaminute [class*=" fa-"]:before,#waitaminute [class^=fa-]:before,.rb-modal-wrapper [class*=" fa-"]:before,.rb-modal-wrapper [class^=fa-]:before,rs-module [class*=" fa-"]:before,rs-module [class^=fa-]:before{font-family:FontAwesome;font-style:normal;font-weight:400;speak:never;speak-as:spell-out;display:inline-block;text-decoration:inherit;width:auto;margin-right:0;text-align:center;font-variant:normal;text-transform:none;line-height:inherit;margin-left:0}#builderView .sr-only,#objectlibrary .sr-only,#rs_overview .sr-only,#rs_overview_menu .sr-only,#waitaminute .sr-only,.rb-modal-wrapper .sr-only,rs-module .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.rs-svg svg,rs-carousel-wrap,rs-sbg-effectwrap,rs-sbg-px,rs-sbg-wrap{height:100%;width:100%}#builderView .sr-only-focusable:active,#builderView .sr-only-focusable:focus,#objectlibrary .sr-only-focusable:active,#objectlibrary .sr-only-focusable:focus,#rs_overview .sr-only-focusable:active,#rs_overview .sr-only-focusable:focus,#rs_overview_menu .sr-only-focusable:active,#rs_overview_menu .sr-only-focusable:focus,#waitaminute .sr-only-focusable:active,#waitaminute .sr-only-focusable:focus,.rb-modal-wrapper .sr-only-focusable:active,.rb-modal-wrapper .sr-only-focusable:focus,rs-module .sr-only-focusable:active,rs-module .sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.revicon-search-1:before{content:'\e802'}.revicon-pencil-1:before{content:'\e831'}.revicon-picture-1:before{content:'\e803'}.revicon-cancel:before{content:'\e80a'}.revicon-info-circled:before{content:'\e80f'}.revicon-trash:before{content:'\e801'}.revicon-left-dir:before{content:'\e817'}.revicon-right-dir:before{content:'\e818'}.revicon-down-open:before{content:'\e83b'}.revicon-left-open:before{content:'\e819'}.revicon-right-open:before{content:'\e81a'}.revicon-angle-left:before{content:'\e820'}.revicon-angle-right:before{content:'\e81d'}.revicon-left-big:before{content:'\e81f'}.revicon-right-big:before{content:'\e81e'}.revicon-magic:before{content:'\e807'}.revicon-picture:before{content:'\e800'}.revicon-export:before{content:'\e80b'}.revicon-cog:before{content:'\e832'}.revicon-login:before{content:'\e833'}.revicon-logout:before{content:'\e834'}.revicon-video:before{content:'\e805'}.revicon-arrow-combo:before{content:'\e827'}.revicon-left-open-1:before{content:'\e82a'}.revicon-right-open-1:before{content:'\e82b'}.revicon-left-open-mini:before{content:'\e822'}.revicon-right-open-mini:before{content:'\e823'}.revicon-left-open-big:before,.tparrows.tp-leftarrow:before{content:'\e824'}.revicon-right-open-big:before,.tparrows.tp-rightarrow:before{content:'\e825'}.revicon-left:before{content:'\e836'}.revicon-right:before{content:'\e826'}.revicon-ccw:before{content:'\e808'}.revicon-arrows-ccw:before{content:'\e806'}.revicon-palette:before{content:'\e829'}.revicon-list-add:before{content:'\e80c'}.revicon-doc:before{content:'\e809'}.revicon-left-open-outline:before{content:'\e82e'}.revicon-left-open-2:before{content:'\e82c'}.revicon-right-open-outline:before{content:'\e82f'}.revicon-right-open-2:before{content:'\e82d'}.revicon-equalizer:before{content:'\e83a'}.revicon-layers-alt:before{content:'\e804'}.revicon-popup:before{content:'\e828'}.tp-fullwidth-forcer{z-index:0}rs-module-wrap{visibility:hidden;z-index:1;width:100%;display:block}rs-module-wrap,rs-module-wrap *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.rs-fixedscrollon rs-module-wrap{position:fixed!important;top:0!important;z-index:1000;left:0!important}.rs-stickyscrollon rs-module-wrap{position:sticky!important;top:0;z-index:1000}.rs-forceoverflow,.rs-forceoverflow rs-module,.rs-forceoverflow rs-module-wrap,.rs-forceoverflow rs-slide,.rs-forceoverflow rs-slides,.rs-stickyscrollon,.rs-stl-visible{overflow:visible!important}rs-fw-forcer{display:block;width:100%}rs-module{position:relative;overflow:hidden;display:block;direction:ltr}rs-module.disableVerticalScroll{-ms-touch-action:pan-x;touch-action:pan-x}rs-pzimg-wrap,rs-sbg,rs-sbg-effectwrap{display:block}rs-sbg-effectwrap{position:absolute;top:0;left:0}rs-carousel-wrap rs-column rs-layer img{width:0;height:0}rs-sbg-px,rs-sbg-wrap{position:absolute;top:0;left:0;z-index:0;display:block}a.rs-layer,a.rs-layer:-webkit-any-link{text-decoration:none}a[x-apple-data-detectors]{color:inherit!important;text-decoration:none!important;font-size:inherit!important;font-family:inherit!important;font-weight:inherit!important;line-height:inherit!important}.entry-content rs-module a,rs-module a{box-shadow:none}.rs-ov-hidden,.rs-parallax-hidden-of rs-slide{overflow:hidden!important}.rs-layer-video,rs-carousel-wrap,rs-mask-wrap,rs-px-mask{overflow:hidden}.tp-simpleresponsive img,rs-module img{max-width:none!important;transition:none;margin:0;padding:0;border:none}rs-module .no-slides-text{font-weight:700;text-align:center;padding-top:80px}rs-slide,rs-slide:before,rs-slides{position:absolute;text-indent:0;top:0;left:0}rs-cbg-mask-wrap,rs-column,rs-row-wrap,rs-slide,rs-slide:before{display:block;visibility:hidden}.rs-layer .rs-untoggled-content,.rs-tc-active.rs-layer>.rs-toggled-content,.videoisplaying .tp-revstop,rs-layer-wrap,rs-loop-wrap,rs-mask-wrap,rs-parallax-wrap,rs-pzimg-wrap{display:block}.rs-layer .rs-toggled-content,.rs-tc-active.rs-layer>.rs-untoggled-content,.videoisplaying .html5vid rs-poster,.videoisplaying .revicon-right-dir,.videoisplaying .tp-video-play-button{display:none}.rs_html5vidbasicstyles{position:relative;top:0;left:0;width:100%;height:100%;overflow:hidden}rs-bg-elem,rs-carousel-wrap,rs-zone{position:absolute;left:0}rs-module .rs-layer,rs-module rs-layer{opacity:0;position:relative;visibility:hidden;display:block;-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;z-index:1;font-display:swap}rs-layer-wrap,rs-mask,rs-module .rs-layer,rs-module img,rs-module-wrap{user-select:none}.wpb_text_column rs-module rs-mask-wrap .rs-layer,.wpb_text_column rs-module rs-mask-wrap :last-child,rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap :last-child{margin-bottom:0}.rs-svg svg{position:relative}.rs-layer :not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),rs-alyer :not(.rs-wtbindex),rs-layer:not(.rs-wtbindex){outline:0!important}rs-carousel-wrap{cursor:url(../../frontend/Nf/naffco/en_US/Nwdthemes_Revslider/public/assets/css/openhand.cur),move;top:0}rs-carousel-wrap.dragged{cursor:url(../../frontend/Nf/naffco/en_US/Nwdthemes_Revslider/public/assets/css/closedhand.cur),move}rs-carousel-wrap.noswipe{cursor:default}rs-carousel-space{clear:both;display:block;width:100%;height:0;position:relative}rs-bg-elem,rs-px-mask{height:100%;width:100%}.tp_inner_padding{box-sizing:border-box;max-height:none!important}.rs-layer.rs-selectable{user-select:text}rs-px-mask{display:block;position:relative}rs-module audio,rs-module embed,rs-module iframe,rs-module object,rs-module video{max-width:none!important;border:none}rs-bg-elem{top:0;z-index:0;display:block}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0)}rs-zone{width:100%;box-sizing:border-box;min-height:50px;font-size:0px}rs-column-wrap>rs-loop-wrap,rs-column-wrap>rs-mask-wrap{z-index:1}rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{transform-style:flat}@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){rs-carousel-wrap rs-layer-wrap,rs-carousel-wrap rs-loop-wrap{backface-visibility:hidden;transform-style:preserve-3d}}.safarifix rs-layer-wrap{perspective:1000000}@-moz-document url-prefix(){rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap{perspective:none}}rs-fullwidth-wrap{position:relative;width:100%;height:auto;display:block;overflow:visible;max-width:none!important}.rev_row_zone_middle,.rev_row_zone_top{top:0}.rev_row_zone_bottom{bottom:0}rs-row,rs-row.rs-layer{display:table;position:relative;width:100%!important;table-layout:fixed;box-sizing:border-box;vertical-align:top;height:auto;font-size:0px}rs-cbg-mask-wrap,rs-column-bg{position:absolute;z-index:0;box-sizing:border-box}.rs-layer rs-fcr,.rs-layer rs-fcrt{width:0;height:0;border-left:40px solid transparent;border-right:0px solid transparent;right:100%}.rs-layer.rs-waction.iospermaccwait.permanenthidden{display:none!important;visibility:hidden!important;pointer-events:none!important}rs-column-wrap{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0px}rs-column{box-sizing:border-box;display:block;position:relative;width:100%!important;height:auto!important;white-space:normal!important}rs-column-wrap rs-cbg-mask-wrap{top:0;left:0;bottom:0;right:0}rs-column-bg{width:100%;height:100%}rs-column .rs-parallax-wrap,rs-column rs-loop-wrap,rs-column rs-mask-wrap{text-align:inherit}.rs-layer .rs-starring,rs-column rs-mask-wrap,rs-layer input[type=date],rs-layer input[type=datetime-local],rs-layer input[type=datetime],rs-layer input[type=email],rs-layer input[type=month],rs-layer input[type=number],rs-layer input[type=password],rs-layer input[type=range],rs-layer input[type=search],rs-layer input[type=tel],rs-layer input[type=text],rs-layer input[type=time],rs-layer input[type=url],rs-layer input[type=week]{display:inline-block}rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap{position:relative;left:auto;top:auto;line-height:0}.rev_break_columns{display:block!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap{display:block!important;width:100%!important}.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,.tp-hide-revslider,rs-column-wrap.rs-layer-hidden,rs-row-wrap.rs-layer-hidden{visibility:hidden!important;display:none!important}rs-static-layers{position:absolute;z-index:101;top:0;left:0;display:block;width:100%;height:100%;overflow:hidden}rs-static-layers.rs-stl-back{z-index:0}.rs-layer rs-fcr{border-bottom-width:0!important;border-top:40px solid #00a8ff;position:absolute;top:0}.rs-layer rs-bcr,.rs-layer rs-fcrt{border-bottom:40px solid #00a8ff;border-top-width:0!important}.rs-layer rs-fcrt{position:absolute;top:0}.rs-layer rs-bcr,.rs-layer rs-bcrt{width:0;height:0;border-left:0 solid transparent;border-right:40px solid transparent;left:100%;top:0;position:absolute}.rs-layer rs-bcrt{border-top:40px solid #00a8ff;border-bottom-width:0!important}.tp-layer-inner-rotation{position:relative!important}img.tp-slider-alternative-image{width:100%;height:auto}.rs-layer.rs-fsv,.rs-layer.rs-fsv audio,.rs-layer.rs-fsv iframe,.rs-layer.rs-fsv iframe audio,.rs-layer.rs-fsv iframe video,.rs-layer.rs-fsv video,rs-bgvideo,rs-loader.spinner11 .rs-spinner-inner,rs-loader.spinner13 .rs-spinner-inner,rs-loader.spinner15 .rs-spinner-inner{width:100%;height:100%}.noFilterClass{filter:none!important}rs-bgvideo{position:absolute;top:0;left:0;z-index:0;display:block}.rs-layer.rs-fsv{top:0;left:0;position:absolute}.rs-fsv video,.tparrows.rs-touchhover{background:#000}.fullcoveredvideo rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0}.tp-video-play-button,.tp-video-play-button i{width:50px;height:50px;line-height:50px!important;display:inline-block;vertical-align:top}.tp-video-play-button{background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#fff;margin-top:-25px;margin-left:-25px;text-align:center;cursor:pointer;box-sizing:border-box;z-index:4;opacity:0;transition:opacity .3s ease-out!important}.rs-fullvideo-cover,.tp-shadowcover,rs-dotted{width:100%;height:100%;position:absolute;left:0}.rs-ISM .tp-video-play-button{opacity:1;transition:none!important;z-index:6}.fullcoveredvideo .tp-video-play-button,.rs-audio .tp-video-play-button{display:none!important}.rs-layer .html5vid{width:100%!important;height:100%!important}.tp-video-play-button i{text-align:center!important;font-size:30px!important}.rev-btn i,.rev-btn.rev-hiddenicon i{font-size:inherit;transition:opacity .2s ease-out,margin .2s ease-out;font-weight:400;top:0}.rs-layer:hover .tp-video-play-button{opacity:1;display:block;z-index:6}.rs-layer .tp-revstop{display:none;width:15px;border-right:5px solid #fff!important;border-left:5px solid #fff!important;transform:translateX(50%) translateY(50%);height:20px;margin-left:11px!important;margin-top:5px!important}.rs-fsv .rs-fsv audio,.rs-fsv .rs-fsv video{object-fit:contain!important}.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button{display:none}@supports not (-ms-high-contrast:none){.rs-fsv .fullcoveredvideo audio,.rs-fsv .fullcoveredvideo video{object-fit:cover!important}}.rs-fullvideo-cover{top:0;background:0 0;z-index:5}.rs-nolc .tp-video-play-button,rs-bgvideo audio::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls,rs-bgvideo video::-webkit-media-controls-start-playback-button{display:none!important}.active-rs-slide rs-sbg-wrap.kenburn_fix,.rs-audio .tp-video-controls{opacity:1!important;visibility:visible!important}rs-module div.rs-layer,rs-module h1.rs-layer,rs-module h2.rs-layer,rs-module h3.rs-layer,rs-module h4.rs-layer,rs-module h5.rs-layer,rs-module h6.rs-layer,rs-module p.rs-layer,rs-module span.rs-layer{margin:0;padding:0;margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}rs-module h1.rs-layer:before,rs-module h2.rs-layer:before,rs-module h3.rs-layer:before,rs-module h4.rs-layer:before,rs-module h5.rs-layer:before,rs-module h6.rs-layer:before{content:none}rs-dotted{background-repeat:repeat;top:0;z-index:3;display:block}rs-sbg-wrap rs-dotted{z-index:31}rs-dotted.twoxtwo{background:url(../../frontend/Nf/naffco/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile.png)}rs-dotted.twoxtwowhite{background:url(../../frontend/Nf/naffco/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_white.png)}rs-dotted.threexthree{background:url(../../frontend/Nf/naffco/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3.png)}rs-dotted.threexthreewhite{background:url(../../frontend/Nf/naffco/en_US/Nwdthemes_Revslider/public/assets/assets/gridtile_3x3_white.png)}.tp-shadowcover{top:0;background:#fff;z-index:-1}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8)}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg)}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px}.rev-btn,.rev-btn:visited{outline:0!important;box-shadow:none;text-decoration:none!important;box-sizing:border-box;cursor:pointer}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase}.rev-btn i{position:relative;margin-left:0;line-height:inherit}.rev-btn.rev-hiddenicon i{position:relative;opacity:0;margin-left:0!important;width:0!important}.rev-btn.rev-hiddenicon:hover i{opacity:1!important;margin-left:10px!important;width:auto!important}.rev-burger{position:relative;box-sizing:border-box;padding:22px 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;transform-style:flat!important}.rev-burger span:nth-child(2){margin:3px 0}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child,.quick_style_example_wrap .rev-burger:hover :first-child{transform:translateY(6px) rotate(-45deg)}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2),.quick_style_example_wrap .rev-burger:hover :nth-child(2){transform:rotate(-45deg);opacity:0}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child,.quick_style_example_wrap .rev-burger:hover :last-child{transform:translateY(-6px) rotate(-135deg)}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2)}.rev-b-span-light span,.rev-burger.revb-darkfull span,.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span,.rev-scroll-btn.revs-fulldark span,.rev-scroll-btn.revs-fullwhite,.tp-bullet.rs-touchhover,.tp-bullet.selected{background:#fff}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0}.rev-b-span-dark span,.rev-burger.revb-darknoborder span,.rev-burger.revb-whitefull span,.rev-scroll-btn.rev-b-span-dark span,.rev-scroll-btn.revs-dark span,.rev-scroll-btn.revs-fullwhite span{background:#333}.rev-burger.revb-whitefull{background:#fff;border:none}.rev-burger.revb-darkfull,.rev-scroll-btn.revs-fulldark{background:#333;border:none}@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:70%}50%{opacity:0;top:70%}100%{opacity:0;top:29%}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;border-radius:50%;animation:2.5s linear infinite rev-ani-mouse;background:#fff}rs-loader.spinner0,rs-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:1.2s ease-in-out infinite tp-rotateplane;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}.rev-scroll-btn.rev-b-span-dark{border-color:#333}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#fff;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;border-radius:50px;text-shadow:none;background-color:rgba(0,0,0,.5);width:60px;height:60px;box-sizing:border-box;cursor:pointer}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75)}.rev-sbutton{line-height:37px;width:37px;height:37px}.rs-layer.slidelink,.rs-layer.slidelink a,rs-progress,rs-progress-bgs,rs-progress-vis{width:100%;height:100%}.rev-sbutton-blue{background-color:#3b5998}.rev-sbutton-lightblue{background-color:#00a0d1}.rev-sbutton-red{background-color:#dd4b39}rs-progress{visibility:hidden;position:absolute;z-index:200}.rs-progress-bar,rs-progress-bar{display:block;z-index:20;box-sizing:border-box;background-clip:content-box;position:absolute;line-height:0;width:100%;height:100%}rs-progress-bgs{display:block;z-index:15;box-sizing:border-box;position:absolute;top:0;left:0}rs-progress-bg,rs-progress-gap{display:block;background-clip:content-box;position:absolute;width:100%;height:100%}rs-progress-vis{display:block;position:absolute;top:0;left:0}.rs-layer img{background:0 0}rs-loader.spinner0,rs-loader.spinner5{background-image:url(../../frontend/Nf/naffco/en_US/Nwdthemes_Revslider/public/assets/assets/loader.gif);background-repeat:no-repeat;border-radius:3px}.rs-layer.slidelink{cursor:pointer}.rs-layer.slidelink a{display:block}.rs-layer.slidelink a div{width:3000px;height:1500px;background:url(../../frontend/Nf/naffco/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png)}.rs-layer.slidelink a span{background:url(../../frontend/Nf/naffco/en_US/Nwdthemes_Revslider/public/assets/assets/coloredbg.png);width:100%;height:100%;display:block}.rs-layer .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#ffc321!important}.rs-layer .rs-starring .star-rating,.rs-layer .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em!important}.rs-layer .rs-starring .star-rating:before,.rs-layer .rs-starring-page .star-rating:before{content:"\73\73\73\73\73";color:#e0dadf;float:left;top:0;left:0;position:absolute}.rs-layer .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em!important}.rs-layer .rs-starring .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}rs-loader{top:50%;left:50%;z-index:10000;position:absolute}rs-loader.off{display:none!important}rs-loader.spinner0{background-color:#fff;background-position:center center}rs-loader.spinner1{background-color:#fff;border-radius:3px}rs-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}rs-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:1s ease-in-out infinite tp-scaleout}@keyframes tp-scaleout{0%{transform:scale(0)}100%{transform:scale(1);opacity:0}}rs-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center}rs-loader.spinner3 .bounce1,rs-loader.spinner3 .bounce2,rs-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:1.4s ease-in-out infinite both tp-bouncedelay}rs-loader.spinner3 .bounce1{animation-delay:-.32s}rs-loader.spinner3 .bounce2{animation-delay:-.16s}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}rs-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:2s linear infinite tp-rotate}rs-loader.spinner4 .dot1,rs-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:2s ease-in-out infinite tp-bounce;box-shadow:0 0 20px 0 rgba(0,0,0,.15)}rs-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s}@keyframes tp-rotate{100%{transform:rotate(360deg)}}@keyframes tp-bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}rs-layer iframe{visibility:hidden}rs-layer.rs-ii-o iframe{visibility:visible}rs-layer input::placeholder{vertical-align:middle;line-height:inherit!important}a.rs-layer{transition:none}rs-arrow,rs-bullet,rs-bullets,rs-navmask,rs-tab,rs-tabs,rs-tabs-wrap,rs-thumb,rs-thumbs,rs-thumbs-wrap{display:block;pointer-events:all}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,rs-poster{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}rs-poster{cursor:pointer;z-index:3}.tp-tab.rs-touchhover,.tp-tab.selected,.tp-thumb.rs-touchhover,.tp-thumb.selected{opacity:1}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box!important}.tp-tabs,.tp-thumbs{box-sizing:content-box!important}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer}.tparrows{cursor:pointer;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center}.rs-layer [class*=" pe-7s-"],.rs-layer [class*=" pe-7s-"]:before,.rs-layer [class^=pe-7s-],.rs-layer [class^=pe-7s-]:before{width:auto;margin:0;line-height:inherit;box-sizing:inherit}body.rtl .rs-pzimg{left:0!important}.rs_fake_cube{transform-style:preserve-3d}.rs_fake_cube,.rs_fake_cube_wall{position:absolute;-webkit-backface-visibility:hidden;backface-visibility:hidden;left:0;top:0;z-index:0}.rs-builder-mode rs-sbg-wrap canvas,rs-sbg canvas{overflow:hidden;z-index:5;-webkit-backface-visibility:hidden;backface-visibility:hidden}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4)}.dddwrapper{transform-style:flat;perspective:10000px}.rs_error_message_box{background:#111;width:800px;margin:40px auto;padding:40px 20px;text-align:center;font-family:"Open Sans",sans-serif}.rs_error_message_oops{margin:0 0 20px;line-height:60px;font-size:34px;color:#fff}.rs_error_message_content{margin:0 0 20px;line-height:25px;font-size:17px;color:#fff}.hginfo,.hglayerinfo{font-size:12px;font-weight:600}.rs_error_message_button{color:#fff!important;background:#333;display:inline-block;padding:10px 15px;text-align:right;border-radius:5px;cursor:pointer;text-decoration:none!important}.rs_error_message_button:hover{background:#5e35b1}.hglayerinfo{position:fixed;bottom:0;left:0;color:#fff;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal}.hginfo{position:absolute;top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px}.indebugmode .rs-layer:hover{border:1px dashed #c0392b!important}.helpgrid{border:2px dashed #c0392b;position:absolute;top:0;left:0;z-index:0}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after,.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{filter:brightness(1.05) hue-rotate(-10deg)}.toaster{filter:contrast(1.5) brightness(.9)}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{filter:contrast(.9) sepia(.2)}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{filter:saturate(1.1) contrast(1.5)}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{filter:sepia(.3)}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-image:radial-gradient(circle,40%,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before,rs-pzimg-wrap.aden:after{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:absolute}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:30}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:40}.slumber{filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}@media not all and (min-resolution:.001dpcm){@supports (-webkit-appearance:none){.willow{filter:grayscale(1) contrast(.95) brightness(.9)}.willow::after{background-color:transparent}}}rs-pzimg-wrap._1977:after,rs-pzimg-wrap._1977:before,rs-pzimg-wrap.aden:after,rs-pzimg-wrap.aden:before,rs-pzimg-wrap.brooklyn:after,rs-pzimg-wrap.brooklyn:before,rs-pzimg-wrap.clarendon:after,rs-pzimg-wrap.clarendon:before,rs-pzimg-wrap.earlybird:after,rs-pzimg-wrap.earlybird:before,rs-pzimg-wrap.gingham:after,rs-pzimg-wrap.gingham:before,rs-pzimg-wrap.hudson:after,rs-pzimg-wrap.hudson:before,rs-pzimg-wrap.inkwell:after,rs-pzimg-wrap.inkwell:before,rs-pzimg-wrap.lark:after,rs-pzimg-wrap.lark:before,rs-pzimg-wrap.lofi:after,rs-pzimg-wrap.lofi:before,rs-pzimg-wrap.mayfair:after,rs-pzimg-wrap.mayfair:before,rs-pzimg-wrap.moon:after,rs-pzimg-wrap.moon:before,rs-pzimg-wrap.nashville:after,rs-pzimg-wrap.nashville:before,rs-pzimg-wrap.perpetua:after,rs-pzimg-wrap.perpetua:before,rs-pzimg-wrap.reyes:after,rs-pzimg-wrap.reyes:before,rs-pzimg-wrap.rise:after,rs-pzimg-wrap.rise:before,rs-pzimg-wrap.slumber:after,rs-pzimg-wrap.slumber:before,rs-pzimg-wrap.toaster:after,rs-pzimg-wrap.toaster:before,rs-pzimg-wrap.walden:after,rs-pzimg-wrap.walden:before,rs-pzimg-wrap.willow:after,rs-pzimg-wrap.willow:before,rs-pzimg-wrap.xpro2:after,rs-pzimg-wrap.xpro2:before,rs-pzimg-wrap:after,rs-pzimg-wrap:before{height:500%;width:500%}rs-loader.spinner11,rs-loader.spinner13,rs-loader.spinner14,rs-loader.spinner6,rs-loader.spinner9{width:40px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner6 .rs-spinner-inner{width:100%;height:100%;display:inline-block;-webkit-animation:1.4s linear infinite rs-revealer-6;animation:1.4s linear infinite rs-revealer-6}rs-loader.spinner6 .rs-spinner-inner span{position:absolute;vertical-align:top;border-radius:100%;display:inline-block;width:8px;height:8px;margin-left:16px;transform-origin:center 20px;-webkit-transform-origin:center 20px}rs-loader.spinner6 .rs-spinner-inner span:nth-child(2){transform:rotate(36deg);-webkit-transform:rotate(36deg);opacity:.1}rs-loader.spinner6 .rs-spinner-inner span:nth-child(3){transform:rotate(72deg);-webkit-transform:rotate(72deg);opacity:.2}rs-loader.spinner6 .rs-spinner-inner span:nth-child(4){transform:rotate(108deg);-webkit-transform:rotate(108deg);opacity:.3}rs-loader.spinner6 .rs-spinner-inner span:nth-child(5){transform:rotate(144deg);-webkit-transform:rotate(144deg);opacity:.4}rs-loader.spinner6 .rs-spinner-inner span:nth-child(6){transform:rotate(180deg);-webkit-transform:rotate(180deg);opacity:.5}rs-loader.spinner6 .rs-spinner-inner span:nth-child(7){transform:rotate(216deg);-webkit-transform:rotate(216deg);opacity:.6}rs-loader.spinner6 .rs-spinner-inner span:nth-child(8){transform:rotate(252deg);-webkit-transform:rotate(252deg);opacity:.7}rs-loader.spinner6 .rs-spinner-inner span:nth-child(9){transform:rotate(288deg);-webkit-transform:rotate(288deg);opacity:.8}rs-loader.spinner6 .rs-spinner-inner span:nth-child(10){transform:rotate(324deg);-webkit-transform:rotate(324deg);opacity:.9}@keyframes rs-revealer-6{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-6{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner12,rs-loader.spinner7{width:35px;height:35px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner7 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;border-radius:100%;border:2px solid;-webkit-animation:.8s linear infinite rs-revealer-7;animation:.8s linear infinite rs-revealer-7}@keyframes rs-revealer-7{from{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes rs-revealer-7{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}rs-loader.spinner8{width:50px;height:50px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner8 .rs-spinner-inner{width:100%;height:100%;display:inline-block;padding:0;text-align:left}rs-loader.spinner8 .rs-spinner-inner span{position:absolute;display:inline-block;width:100%;height:100%;border-radius:100%;-webkit-animation:1.6s linear infinite rs-revealer-8;animation:1.6s linear infinite rs-revealer-8}rs-loader.spinner8 .rs-spinner-inner span:last-child{animation-delay:-.8s;-webkit-animation-delay:-.8s}@keyframes rs-revealer-8{0%{transform:scale(0,0);opacity:.5}100%{transform:scale(1,1);opacity:0}}@-webkit-keyframes rs-revealer-8{0%{-webkit-transform:scale(0,0);opacity:.5}100%{-webkit-transform:scale(1,1);opacity:0}}rs-loader.spinner9 .rs-spinner-inner span{display:block;width:100%;height:100%;border-radius:50%;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:2s ease-in-out infinite rs-revealer-9;animation:2s ease-in-out infinite rs-revealer-9}rs-loader.spinner10 .rs-spinner-inner span:nth-child(3),rs-loader.spinner9 .rs-spinner-inner span:last-child{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes rs-revealer-9{0%,100%{-webkit-transform:scale(0)}50%{-webkit-transform:scale(1)}}@keyframes rs-revealer-9{0%,100%{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}rs-loader.spinner10{width:54px;height:40px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner10 .rs-spinner-inner{width:100%;height:100%;text-align:center;font-size:10px}rs-loader.spinner10 .rs-spinner-inner span{height:100%;width:6px;display:inline-block;-webkit-animation:1.2s ease-in-out infinite rs-revealer-10;animation:1.2s ease-in-out infinite rs-revealer-10}rs-loader.spinner10 .rs-spinner-inner span:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(4),rs-loader.spinner15 .rs-spinner-inner:last-child{-webkit-animation-delay:-.9s;animation-delay:-.9s}rs-loader.spinner10 .rs-spinner-inner span:nth-child(5){-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes rs-revealer-10{0%,100%,40%{-webkit-transform:scaleY(.4)}20%{-webkit-transform:scaleY(1)}}@keyframes rs-revealer-10{0%,100%,40%{transform:scaleY(.4);-webkit-transform:scaleY(.4)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}rs-loader.spinner11 .rs-spinner-inner span{display:block;width:33%;height:33%;background-color:#333;float:left;-webkit-animation:1.3s ease-in-out infinite rs-revealer-11;animation:1.3s ease-in-out infinite rs-revealer-11}rs-loader.spinner11 .rs-spinner-inner span:first-child,rs-loader.spinner11 .rs-spinner-inner span:nth-child(5),rs-loader.spinner11 .rs-spinner-inner span:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(2),rs-loader.spinner11 .rs-spinner-inner span:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(4),rs-loader.spinner11 .rs-spinner-inner span:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}rs-loader.spinner11 .rs-spinner-inner span:nth-child(7){-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes rs-revealer-11{0%,100%,70%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}rs-loader.spinner12 .rs-spinner-inner{width:100%;height:100%;-webkit-animation:1s linear infinite rs-revealer-12;animation:1s linear infinite rs-revealer-12}@-webkit-keyframes rs-revealer-12{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes rs-revealer-12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}rs-loader.spinner13 .rs-spinner-inner span{display:block;width:40%;height:40%;position:absolute;border-radius:50%;-webkit-animation:2s infinite rs-revealer-13;animation:2s infinite rs-revealer-13}rs-loader.spinner13 .rs-spinner-inner span:first-child{animation-delay:-1.5s;-webkit-animation-delay:-1.5s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(2){animation-delay:-1s;-webkit-animation-delay:-1s}rs-loader.spinner13 .rs-spinner-inner span:nth-child(3){animation-delay:-.5s;-webkit-animation-delay:-.5s}@keyframes rs-revealer-13{0%,100%{transform:translate(0)}25%{transform:translate(160%)}50%{transform:translate(160%,160%)}75%{transform:translate(0,160%)}}@-webkit-keyframes rs-revealer-13{0%,100%{-webkit-transform:translate(0)}25%{-webkit-transform:translate(160%)}50%{-webkit-transform:translate(160%,160%)}75%{-webkit-transform:translate(0,160%)}}rs-loader.spinner14 .rs-spinner-inner{width:100%;height:100%;animation:1s linear infinite rs-revealer-14}rs-loader.spinner14 .rs-spinner-inner span{display:block;position:absolute;top:50%;left:50%;width:16px;height:16px;border-radius:50%;margin:-8px}rs-loader.spinner14 .rs-spinner-inner span:first-child{-webkit-animation:2s infinite rs-revealer-14-1;animation:2s infinite rs-revealer-14-1}rs-loader.spinner14 .rs-spinner-inner span:nth-child(2){-webkit-animation:2s infinite rs-revealer-14-2;animation:2s infinite rs-revealer-14-2}rs-loader.spinner14 .rs-spinner-inner span:nth-child(3){-webkit-animation:2s infinite rs-revealer-14-3;animation:2s infinite rs-revealer-14-3}rs-loader.spinner14 .rs-spinner-inner span:nth-child(4){-webkit-animation:2s infinite rs-revealer-14-4;animation:2s infinite rs-revealer-14-4}@-webkit-keyframes rs-revealer-14-1{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-2{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-3{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@-webkit-keyframes rs-revealer-14-4{0%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{-webkit-transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{-webkit-transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-1{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-2{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-3{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,-80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,-80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}@keyframes rs-revealer-14-4{0%{transform:rotate3d(0,0,1,0deg) translate3d(0,0,0)}20%{transform:rotate3d(0,0,1,0deg) translate3d(-80%,80%,0)}80%{transform:rotate3d(0,0,1,360deg) translate3d(-80%,80%,0)}100%{transform:rotate3d(0,0,1,360deg) translate3d(0,0,0)}}rs-loader.spinner15{width:40px;height:40px;margin-top:-4px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}rs-loader.spinner15 .rs-spinner-inner span{display:block;width:20px;height:20px;position:absolute;top:0;left:0;-webkit-animation:1.8s ease-in-out infinite rs-revealer-15;animation:1.8s ease-in-out infinite rs-revealer-15}@-webkit-keyframes rs-revealer-15{25%{-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{-webkit-transform:rotate(-360deg)}}@keyframes rs-revealer-15{25%{transform:translateX(30px) rotate(-90deg) scale(.5);-webkit-transform:translateX(30px) rotate(-90deg) scale(.5)}50%{transform:translateX(30px) translateY(30px) rotate(-179deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg)}50.1%{transform:translateX(30px) translateY(30px) rotate(-180deg);-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg)}75%{transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5);-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(.5)}100%{transform:rotate(-360deg);-webkit-transform:rotate(-360deg)}}.bgcanvas{display:none;position:absolute;overflow:hidden}.RSscrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}.avada-has-rev-slider-styles .rev_slider_wrapper{transform:none}/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_SocialLogin
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 0;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

#social-login-popup,
#request-popup {
    overflow: hidden
}

#social-login-popup .block-container,
#request-popup .block-container {
    width: 100%;
    display: inline-block;
}

#social-login-popup .social-login-title,
#request-popup .social-login-title {
    padding: 10px 10px;
    background-color: #3399cc;
}

#social-login-popup .block-container .block,
#request-popup .block-container .block {
    padding: 20px 25px;
    margin: 0;
}

.social-login-ajax-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.6;
    background: #fbfaf6 url('../../frontend/Nf/naffco/en_US/Mageplaza_SocialLogin/css/images/ajax-loader.gif') no-repeat center center;
}

#social-login-popup .block-container .block .block-title,
#request-popup .block-container .block .block-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#social-login-popup .fieldset,
#request-popup .fieldset {
    margin: 0px;
}

.actions-toolbar {
    margin-top: 7px;
}

.account-social-login .actions-toolbar.social-btn {
    width: 215px;
}

#social-login-popup .actions-toolbar > .secondary .action.back,
#request-popup .actions-toolbar > .secondary .action.back {
    display: block;
}

.social-login-title h2 {
    margin: 0;
    padding-left: 40px;
    background: no-repeat 12px center;
    color: #ffffff;
}

.social-login-title .login-title {
    background-image: url(../../frontend/Nf/naffco/en_US/Mageplaza_SocialLogin/css/images/login-title.png);
}

.social-login-title .create-account-title {
    background-image: url(../../frontend/Nf/naffco/en_US/Mageplaza_SocialLogin/css/images/create-account-title.png);
}

.social-login-title .forgot-pass-title {
    background-image: url(../../frontend/Nf/naffco/en_US/Mageplaza_SocialLogin/css/images/forgot-pass-title.png);
}

#social-login-popup .mfp-close {
    color: #ffffff;
}

#social-login-popup .message.error > *:first-child:before {
    top: 50%;
}

#social-login-popup .message.success > *:first-child:before {
    top: 50%;
}

/* Authentication Popup */
.social-login-authentication-popup {
    width: 100%;
}

.social-login-authentication-popup .block-content {
    display: block !important;
}

.social-login-authentication-popup .block-content .actions-toolbar {
    display: inline-block;
}

.social-login-authentication-popup .block-content .actions-toolbar .btn-social {
    /*height: 20px;*/
    padding-left: 19px;
}

/*Button Style*/
.actions-toolbar button {
    border-radius: 0;
}

.social-btn button {
    height: 33px;
    border: none;
}

.social-btn button span span {
    margin-left: 25px;
    color: #ffffff;
}

.block-authentication .actions-toolbar {
    margin-bottom: unset !important;
}

.btn-authentication-pop {
    width: 175px;
}


.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action {
    width: 100%;
    margin: 0;
    min-width: 170px;
    text-align: left;
    border-radius: 5px;
}

.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action:hover {
    opacity: 0.9;
}

.social-btn-actions-toolbar {
    display: inline-block;
}

.register-sociallogin {
    float: left;
}

#fb-customer, #gg-customer, #tw-customer, #li-customer, #ins-customer, #ya-customer, #git-customer, #vk-customer, #fo-customer, #live-customer, #am-customer {
    float: left;
}

#group-button {
    width: 48.8%; /*margin-left: 37px;*/ /*margin-top: 0px;*/
    float: right;
    clear: none;
}

#group-button .block.social-login-authentication-channel.col-mp.mp-5 {
    margin-bottom: 2px;
}

.mfp-zoom-in { /* start state */ /* animate in */ /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-newspaper { /* start state */ /* animate in */ /* animate out */
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-horizontal { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-from-top { /* start state */ /* animate in */ /* animate out */
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
    margin-top: 50px;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold { /* start state */ /* animate in */ /* animate out */
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

.social-btn .btn-social {
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 12px 6px 44px;
    font-family: 'Roboto', sans-serif;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    width: 34px;
    padding: 0;
}

.btn-social-icon > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg > :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm > :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs > :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon > :first-child {
    border: none;
    text-align: center;
    width: 100%
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-adn {
    color: #fff;
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:focus, .btn-adn.focus {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:hover {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    color: #fff;
    background-color: #ce563f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active:hover, .btn-adn.active:hover, .open > .dropdown-toggle.btn-adn:hover, .btn-adn:active:focus, .btn-adn.active:focus, .open > .dropdown-toggle.btn-adn:focus, .btn-adn:active.focus, .btn-adn.active.focus, .open > .dropdown-toggle.btn-adn.focus {
    color: #fff;
    background-color: #b94630;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
    background-image: none
}

.btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled.focus, .btn-adn[disabled].focus, fieldset[disabled] .btn-adn.focus {
    background-color: #d87a68;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-adn .badge {
    color: #d87a68;
    background-color: #fff
}

.btn-bitbucket {
    color: #fff;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:hover {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #163758;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active:hover, .btn-bitbucket.active:hover, .open > .dropdown-toggle.btn-bitbucket:hover, .btn-bitbucket:active:focus, .btn-bitbucket.active:focus, .open > .dropdown-toggle.btn-bitbucket:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active.focus, .open > .dropdown-toggle.btn-bitbucket.focus {
    color: #fff;
    background-color: #0f253c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
    background-image: none
}

.btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled].focus, fieldset[disabled] .btn-bitbucket.focus {
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket .badge {
    color: #205081;
    background-color: #fff
}

.btn-dropbox {
    color: #fff;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:focus, .btn-dropbox.focus {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:hover {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d6aad;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active:hover, .btn-dropbox.active:hover, .open > .dropdown-toggle.btn-dropbox:hover, .btn-dropbox:active:focus, .btn-dropbox.active:focus, .open > .dropdown-toggle.btn-dropbox:focus, .btn-dropbox:active.focus, .btn-dropbox.active.focus, .open > .dropdown-toggle.btn-dropbox.focus {
    color: #fff;
    background-color: #0a568c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
    background-image: none
}

.btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled].focus, fieldset[disabled] .btn-dropbox.focus {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox .badge {
    color: #1087dd;
    background-color: #fff
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:focus, .btn-facebook.focus {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
    color: #fff;
    background-color: #23345a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook .badge {
    color: #3b5998;
    background-color: #fff
}

.btn-flickr {
    color: #fff;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:focus, .btn-flickr.focus {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #cc006a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active:hover, .btn-flickr.active:hover, .open > .dropdown-toggle.btn-flickr:hover, .btn-flickr:active:focus, .btn-flickr.active:focus, .open > .dropdown-toggle.btn-flickr:focus, .btn-flickr:active.focus, .btn-flickr.active.focus, .open > .dropdown-toggle.btn-flickr.focus {
    color: #fff;
    background-color: #a80057;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled].focus, fieldset[disabled] .btn-flickr.focus {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr .badge {
    color: #ff0084;
    background-color: #fff
}

.btn-foursquare {
    color: #fff;
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:focus, .btn-foursquare.focus {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:hover {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #f71752;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active:hover, .btn-foursquare.active:hover, .open > .dropdown-toggle.btn-foursquare:hover, .btn-foursquare:active:focus, .btn-foursquare.active:focus, .open > .dropdown-toggle.btn-foursquare:focus, .btn-foursquare:active.focus, .btn-foursquare.active.focus, .open > .dropdown-toggle.btn-foursquare.focus {
    color: #fff;
    background-color: #e30742;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
    background-image: none
}

.btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled].focus, fieldset[disabled] .btn-foursquare.focus {
    background-color: #f94877;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare .badge {
    color: #f94877;
    background-color: #fff
}

.btn-disqus {
    color: #fff;
    background-color: #2E9FFF;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-disqus .fa-disqus {
    background: url("../../frontend/Nf/naffco/en_US/Mageplaza_SocialLogin/css/images/disqus-logo.png") no-repeat;
}

.btn-disqus .fa-disqus {
    content: ""
}

.btn-mailru {
    color: #fff;
    background-color: #005FF9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:focus, .btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:hover {
    color: #fff;
    background-color: #004ecc;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active:hover, .btn-mailru.active:hover, .open > .dropdown-toggle.btn-mailru:hover, .btn-mailru:active:focus, .btn-mailru.active:focus, .open > .dropdown-toggle.btn-mailru:focus, .btn-mailru:active.focus, .btn-mailru.active.focus, .open > .dropdown-toggle.btn-mailru.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru:active, .btn-mailru.active, .open > .dropdown-toggle.btn-mailru {
    background-image: none
}

.btn-mailru.disabled:hover, .btn-mailru[disabled]:hover, fieldset[disabled] .btn-mailru:hover, .btn-mailru.disabled:focus, .btn-mailru[disabled]:focus, fieldset[disabled] .btn-mailru:focus, .btn-mailru.disabled.focus, .btn-mailru[disabled].focus, fieldset[disabled] .btn-mailru.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-mailru .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-mailru .fa-mailru {
    background: url("../../frontend/Nf/naffco/en_US/Mageplaza_SocialLogin/css/images/mailru-logo.png") no-repeat;
}

.btn-mailru .fa-mailru {
    content: ""
}

.btn-steam {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:focus, .btn-steam.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active:hover, .btn-steam.active:hover, .open > .dropdown-toggle.btn-steam:hover, .btn-steam:active:focus, .btn-steam.active:focus, .open > .dropdown-toggle.btn-steam:focus, .btn-steam:active.focus, .btn-steam.active.focus, .open > .dropdown-toggle.btn-steam.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam:active, .btn-steam.active, .open > .dropdown-toggle.btn-steam {
    background-image: none
}

.btn-steam.disabled:hover, .btn-steam[disabled]:hover, fieldset[disabled] .btn-steam:hover, .btn-steam.disabled:focus, .btn-steam[disabled]:focus, fieldset[disabled] .btn-steam:focus, .btn-steam.disabled.focus, .btn-steam[disabled].focus, fieldset[disabled] .btn-steam.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-steam .badge {
    color: #444;
    background-color: #fff
}

.btn-github {
    color: #fff;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:focus, .btn-github.focus {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #2b2b2b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active:hover, .btn-github.active:hover, .open > .dropdown-toggle.btn-github:hover, .btn-github:active:focus, .btn-github.active:focus, .open > .dropdown-toggle.btn-github:focus, .btn-github:active.focus, .btn-github.active.focus, .open > .dropdown-toggle.btn-github.focus {
    color: #fff;
    background-color: #191919;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
    background-image: none
}

.btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github[disabled].focus, fieldset[disabled] .btn-github.focus {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github .badge {
    color: #444;
    background-color: #fff
}

.btn-google {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:focus, .btn-google.focus {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:hover {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    color: #fff;
    background-color: #c23321;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active:hover, .btn-google.active:hover, .open > .dropdown-toggle.btn-google:hover, .btn-google:active:focus, .btn-google.active:focus, .open > .dropdown-toggle.btn-google:focus, .btn-google:active.focus, .btn-google.active.focus, .open > .dropdown-toggle.btn-google.focus {
    color: #fff;
    background-color: #a32b1c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
    background-image: none
}

.btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled.focus, .btn-google[disabled].focus, fieldset[disabled] .btn-google.focus {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google .badge {
    color: #dd4b39;
    background-color: #fff
}

.btn-google .fa-google {
    background: url("../../frontend/Nf/naffco/en_US/Mageplaza_SocialLogin/css/images/g-logo.png") no-repeat;
}

.btn-google .fa-google:before {
    content: ""
}

.btn-instagram {
    color: #fff;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:focus, .btn-instagram.focus {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:hover {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #305777;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active:hover, .btn-instagram.active:hover, .open > .dropdown-toggle.btn-instagram:hover, .btn-instagram:active:focus, .btn-instagram.active:focus, .open > .dropdown-toggle.btn-instagram:focus, .btn-instagram:active.focus, .btn-instagram.active.focus, .open > .dropdown-toggle.btn-instagram.focus {
    color: #fff;
    background-color: #26455d;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
    background-image: none
}

.btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled].focus, fieldset[disabled] .btn-instagram.focus {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram .badge {
    color: #3f729b;
    background-color: #fff
}

.btn-linkedin {
    color: #fff;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:focus, .btn-linkedin.focus {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005983;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active:hover, .btn-linkedin.active:hover, .open > .dropdown-toggle.btn-linkedin:hover, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .open > .dropdown-toggle.btn-linkedin:focus, .btn-linkedin:active.focus, .btn-linkedin.active.focus, .open > .dropdown-toggle.btn-linkedin.focus {
    color: #fff;
    background-color: #00405f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled].focus, fieldset[disabled] .btn-linkedin.focus {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin .badge {
    color: #007bb6;
    background-color: #fff
}

.btn-microsoft {
    color: #fff;
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:focus, .btn-microsoft.focus {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:hover {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    color: #fff;
    background-color: #125acd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active:hover, .btn-microsoft.active:hover, .open > .dropdown-toggle.btn-microsoft:hover, .btn-microsoft:active:focus, .btn-microsoft.active:focus, .open > .dropdown-toggle.btn-microsoft:focus, .btn-microsoft:active.focus, .btn-microsoft.active.focus, .open > .dropdown-toggle.btn-microsoft.focus {
    color: #fff;
    background-color: #0f4bac;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
    background-image: none
}

.btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled].focus, fieldset[disabled] .btn-microsoft.focus {
    background-color: #2672ec;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-microsoft .badge {
    color: #2672ec;
    background-color: #fff
}

.btn-odnoklassniki {
    color: #fff;
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:hover {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    color: #fff;
    background-color: #d35b0a;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki.active:hover, .open > .dropdown-toggle.btn-odnoklassniki:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki.active:focus, .open > .dropdown-toggle.btn-odnoklassniki:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active.focus, .open > .dropdown-toggle.btn-odnoklassniki.focus {
    color: #fff;
    background-color: #b14c09;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active, .open > .dropdown-toggle.btn-odnoklassniki {
    background-image: none
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki[disabled]:hover, fieldset[disabled] .btn-odnoklassniki:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki[disabled]:focus, fieldset[disabled] .btn-odnoklassniki:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled].focus, fieldset[disabled] .btn-odnoklassniki.focus {
    background-color: #f4731c;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-odnoklassniki .badge {
    color: #f4731c;
    background-color: #fff
}

.btn-openid {
    color: #fff;
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:focus, .btn-openid.focus {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:hover {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    color: #fff;
    background-color: #da7908;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active:hover, .btn-openid.active:hover, .open > .dropdown-toggle.btn-openid:hover, .btn-openid:active:focus, .btn-openid.active:focus, .open > .dropdown-toggle.btn-openid:focus, .btn-openid:active.focus, .btn-openid.active.focus, .open > .dropdown-toggle.btn-openid.focus {
    color: #fff;
    background-color: #b86607;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
    background-image: none
}

.btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled.focus, .btn-openid[disabled].focus, fieldset[disabled] .btn-openid.focus {
    background-color: #f7931e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-openid .badge {
    color: #f7931e;
    background-color: #fff
}

.btn-pinterest {
    color: #fff;
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:focus, .btn-pinterest.focus {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    color: #fff;
    background-color: #9f191f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active:hover, .btn-pinterest.active:hover, .open > .dropdown-toggle.btn-pinterest:hover, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .open > .dropdown-toggle.btn-pinterest:focus, .btn-pinterest:active.focus, .btn-pinterest.active.focus, .open > .dropdown-toggle.btn-pinterest.focus {
    color: #fff;
    background-color: #801419;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
    background-image: none
}

.btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled].focus, fieldset[disabled] .btn-pinterest.focus {
    background-color: #cb2027;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-pinterest .badge {
    color: #cb2027;
    background-color: #fff
}

.btn-reddit {
    color: #000;
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:focus, .btn-reddit.focus {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:hover {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    color: #000;
    background-color: #bcddff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active:hover, .btn-reddit.active:hover, .open > .dropdown-toggle.btn-reddit:hover, .btn-reddit:active:focus, .btn-reddit.active:focus, .open > .dropdown-toggle.btn-reddit:focus, .btn-reddit:active.focus, .btn-reddit.active.focus, .open > .dropdown-toggle.btn-reddit.focus {
    color: #000;
    background-color: #98ccff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
    background-image: none
}

.btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled].focus, fieldset[disabled] .btn-reddit.focus {
    background-color: #eff7ff;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-reddit .badge {
    color: #eff7ff;
    background-color: #000
}

.btn-soundcloud {
    color: #fff;
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:hover {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    color: #fff;
    background-color: #c40;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active:hover, .btn-soundcloud.active:hover, .open > .dropdown-toggle.btn-soundcloud:hover, .btn-soundcloud:active:focus, .btn-soundcloud.active:focus, .open > .dropdown-toggle.btn-soundcloud:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active.focus, .open > .dropdown-toggle.btn-soundcloud.focus {
    color: #fff;
    background-color: #a83800;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
    background-image: none
}

.btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled].focus, fieldset[disabled] .btn-soundcloud.focus {
    background-color: #f50;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-soundcloud .badge {
    color: #f50;
    background-color: #fff
}

.btn-tumblr {
    color: #fff;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:focus, .btn-tumblr.focus {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1c2d3f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active:hover, .btn-tumblr.active:hover, .open > .dropdown-toggle.btn-tumblr:hover, .btn-tumblr:active:focus, .btn-tumblr.active:focus, .open > .dropdown-toggle.btn-tumblr:focus, .btn-tumblr:active.focus, .btn-tumblr.active.focus, .open > .dropdown-toggle.btn-tumblr.focus {
    color: #fff;
    background-color: #111c26;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
    background-image: none
}

.btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled].focus, fieldset[disabled] .btn-tumblr.focus {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr .badge {
    color: #2c4762;
    background-color: #fff
}

.btn-twitter {
    color: #fff;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:focus, .btn-twitter.focus {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #2795e9;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active:hover, .btn-twitter.active:hover, .open > .dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open > .dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open > .dropdown-toggle.btn-twitter.focus {
    color: #fff;
    background-color: #1583d7;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled].focus, fieldset[disabled] .btn-twitter.focus {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter .badge {
    color: #55acee;
    background-color: #fff
}

.btn-vimeo {
    color: #fff;
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:focus, .btn-vimeo.focus {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:hover {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    color: #fff;
    background-color: #1295bf;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active:hover, .btn-vimeo.active:hover, .open > .dropdown-toggle.btn-vimeo:hover, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .open > .dropdown-toggle.btn-vimeo:focus, .btn-vimeo:active.focus, .btn-vimeo.active.focus, .open > .dropdown-toggle.btn-vimeo.focus {
    color: #fff;
    background-color: #0f7b9f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
    background-image: none
}

.btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled].focus, fieldset[disabled] .btn-vimeo.focus {
    background-color: #1ab7ea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vimeo .badge {
    color: #1ab7ea;
    background-color: #fff
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:focus, .btn-vk.focus {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active:hover, .btn-vk.active:hover, .open > .dropdown-toggle.btn-vk:hover, .btn-vk:active:focus, .btn-vk.active:focus, .open > .dropdown-toggle.btn-vk:focus, .btn-vk:active.focus, .btn-vk.active.focus, .open > .dropdown-toggle.btn-vk.focus {
    color: #fff;
    background-color: #3a526b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    background-image: none
}

.btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk[disabled].focus, fieldset[disabled] .btn-vk.focus {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk .badge {
    color: #587ea3;
    background-color: #fff
}

.btn-yahoo {
    color: #fff;
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:focus, .btn-yahoo.focus {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:hover {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    color: #fff;
    background-color: #500a6f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active:hover, .btn-yahoo.active:hover, .open > .dropdown-toggle.btn-yahoo:hover, .btn-yahoo:active:focus, .btn-yahoo.active:focus, .open > .dropdown-toggle.btn-yahoo:focus, .btn-yahoo:active.focus, .btn-yahoo.active.focus, .open > .dropdown-toggle.btn-yahoo.focus {
    color: #fff;
    background-color: #39074e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
    background-image: none
}

.btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled].focus, fieldset[disabled] .btn-yahoo.focus {
    background-color: #720e9e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-yahoo .badge {
    color: #720e9e;
    background-color: #fff
}

.btn-amazon {
    color: #fff;
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:focus, .btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:hover {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active:hover, .btn-amazon.active:hover, .open > .dropdown-toggle.btn-amazon:hover, .btn-amazon:active:focus, .btn-amazon.active:focus, .open > .dropdown-toggle.btn-amazon:focus, .btn-amazon:active.focus, .btn-amazon.active.focus, .open > .dropdown-toggle.btn-amazon.focus {
    color: #fff;
    background-color: #ffb425;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon:active, .btn-amazon.active, .open > .dropdown-toggle.btn-amazon {
    background-image: none
}

.btn-amazon.disabled:hover, .btn-amazon[disabled]:hover, fieldset[disabled] .btn-amazon:hover, .btn-amazon.disabled:focus, .btn-amazon[disabled]:focus, fieldset[disabled] .btn-amazon:focus, .btn-amazon.disabled.focus, .btn-amazon[disabled].focus, fieldset[disabled] .btn-amazon.focus {
    background-color: #ff9900;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-amazon .badge {
    color: #ff9900;
    background-color: #fff
}

.mfp-wrap {
    overflow: scroll;
}

.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:focus, .btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:hover {
    color: #fff;
    background-color: #30548e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active:hover, .btn-live.active:hover, .open > .dropdown-toggle.btn-live:hover, .btn-live:active:focus, .btn-live.active:focus, .open > .dropdown-toggle.btn-live:focus, .btn-live:active.focus, .btn-live.active.focus, .open > .dropdown-toggle.btn-live.focus {
    color: #fff;
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live:active, .btn-live.active, .open > .dropdown-toggle.btn-live {
    background-image: none
}

.btn-live.disabled:hover, .btn-live[disabled]:hover, fieldset[disabled] .btn-live:hover, .btn-live.disabled:focus, .btn-live[disabled]:focus, fieldset[disabled] .btn-live:focus, .btn-live.disabled.focus, .btn-live[disabled].focus, fieldset[disabled] .btn-live.focus {
    background-color: #0370c4;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-live .badge {
    color: #0370c4;
    background-color: #fff
}

.btn-live .fa-live {
    background: url("../../frontend/Nf/naffco/en_US/Mageplaza_SocialLogin/css/images/live-logo.png") no-repeat center;
}

.btn-live .fa-live:before {
    content: ""
}

#bnt-social-login-authentication {
    margin: 12px 0px;
}

.actions-toolbar > .secondary:last-child {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.form-customer-login .g-recaptcha {
    margin: unset !important;
}

@media only screen and (min-width: 768px) {
    .popup-authentication .actions-toolbar {
        margin-bottom: 0;
        margin-top: unset !important;
    }
}

@media only screen and (max-width: 767px) {
    .modal-popup.request-popup.modal-slide {
        left: 0;
        z-index: 900;
    }
}

@media only screen and (max-width: 766px) {
    .secondary {
        width: 93%;
        padding-top: 0;
        margin-top: 0;
    }
    #bnt-social-login-authentication {
        margin-bottom: 0;
    }
    .forgot-pass-title {
        width: 80%;
        font-size: 1.45em;
    }
}

.customer-account-create .account-social-login, .customer-account-login .account-social-login {
    display: block !important
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Core
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.row-mp {
    min-height: 1px;
    margin: 0 -10px;
}

.col-mp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    float: left;
    padding: 0 10px;
}

/*All*/
.mp-1 {
    width: 8.33333333333%;
}

.mp-2 {
    width: 16.6666666667%;
}

.mp-3 {
    width: 25.0%;
}

.mp-4 {
    width: 33.3333333333%;
}

.mp-5 {
    width: 41.6666666667%;
}

.mp-6 {
    width: 50.0%;
}

.mp-7 {
    width: 58.3333333333%;
}

.mp-8 {
    width: 66.6666666667%;
}

.mp-9 {
    width: 75.0%;
}

.mp-10 {
    width: 83.3333333333%;
}

.mp-11 {
    width: 91.6666666667%;
}

.mp-12 {
    margin-left: 0;
    width: 100%;
}

.a-center {
    text-align: center;
}

.mp-clear {
    clear: both
}

@media (min-width: 1200px) {
    .mp-lg-1 {
        width: 8.33333333333%;
    }

    .mp-lg-2 {
        width: 16.6666666667%;
    }

    .mp-lg-3 {
        width: 25.0%;
    }

    .mp-lg-4 {
        width: 33.3333333333%;
    }

    .mp-lg-5 {
        width: 41.6666666667%;
    }

    .mp-lg-6 {
        width: 50.0%;
    }

    .mp-lg-7 {
        width: 58.3333333333%;
    }

    .mp-lg-8 {
        width: 66.6666666667%;
    }

    .mp-lg-9 {
        width: 75.0%;
    }

    .mp-lg-10 {
        width: 83.3333333333%;
    }

    .mp-lg-11 {
        width: 91.6666666667%;
    }

    .mp-lg-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mp-md-1 {
        width: 8.33333333333%;
    }

    .mp-md-2 {
        width: 16.6666666667%;
    }

    .mp-md-3 {
        width: 25.0%;
    }

    .mp-md-4 {
        width: 33.3333333333%;
    }

    .mp-md-5 {
        width: 41.6666666667%;
    }

    .mp-md-6 {
        width: 50.0%;
    }

    .mp-md-7 {
        width: 58.3333333333%;
    }

    .mp-md-8 {
        width: 66.6666666667%;
    }

    .mp-md-9 {
        width: 75.0%;
    }

    .mp-md-10 {
        width: 83.3333333333%;
    }

    .mp-md-11 {
        width: 91.6666666667%;
    }

    .mp-md-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mp-sm-1 {
        width: 8.33333333333%;
    }

    .mp-sm-2 {
        width: 16.6666666667%;
    }

    .mp-sm-3 {
        width: 25.0%;
    }

    .mp-sm-4 {
        width: 33.3333333333%;
    }

    .mp-sm-5 {
        width: 41.6666666667%;
    }

    .mp-sm-6 {
        width: 50.0%;
    }

    .mp-sm-7 {
        width: 58.3333333333%;
    }

    .mp-sm-8 {
        width: 66.6666666667%;
    }

    .mp-sm-9 {
        width: 75.0%;
    }

    .mp-sm-10 {
        width: 83.3333333333%;
    }

    .mp-sm-11 {
        width: 91.6666666667%;
    }

    .mp-sm-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .mp-xs-1 {
        width: 8.33333333333%;
    }

    .mp-xs-2 {
        width: 16.6666666667%;
    }

    .mp-xs-3 {
        width: 25.0%;
    }

    .mp-xs-4 {
        width: 33.3333333333%;
    }

    .mp-xs-5 {
        width: 41.6666666667%;
    }

    .mp-xs-6 {
        width: 50.0%;
    }

    .mp-xs-7 {
        width: 58.3333333333%;
    }

    .mp-xs-8 {
        width: 66.6666666667%;
    }

    .mp-xs-9 {
        width: 75.0%;
    }

    .mp-xs-10 {
        width: 83.3333333333%;
    }

    .mp-xs-11 {
        width: 91.6666666667%;
    }

    .mp-xs-12 {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .col-mp {
        width: 100%;
    }
}


/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Nf/naffco/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/Nf/naffco/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/Nf/naffco/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/Nf/naffco/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/Nf/naffco/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/Nf/naffco/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}
