/**
 * 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*/
}
.swatch-option-loading-webp {
    content: url(../../frontend/ATV/OWD/en_US/images/loader-2.gif);
}/**
 * 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_Blog
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.mp-blog-icon:before {
    background-repeat: no-repeat;
    color: #999999;
    content: '';
    display: inline-flex;
    width: 12px;
    height: 12px;
    opacity: 50%;
    position: relative;
    top: 2px;
}
.mp-blog-calendar-times:before {
    background-image: url("../../frontend/ATV/OWD/en_US/Mageplaza_Blog/media/images/calendar-times.svg");
}
.mp-blog-user:before {
    background-image: url("../../frontend/ATV/OWD/en_US/Mageplaza_Blog/media/images/user.svg");
}
.mp-blog-comments:before {
    background-image: url("../../frontend/ATV/OWD/en_US/Mageplaza_Blog/media/images/comments.svg");
}
.mp-blog-traffic:before {
    background-image: url("../../frontend/ATV/OWD/en_US/Mageplaza_Blog/media/images/eye.svg");
}
.mp-blog-thumbs-up:before {
    background-image: url("../../frontend/ATV/OWD/en_US/Mageplaza_Blog/media/images/thumbs-up.svg");
}
/*!

 * Bootstrap v4.0.0 (https://getbootstrap.com)

 * Copyright 2011-2018 The Bootstrap Authors

 * Copyright 2011-2018 Twitter, Inc.

 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014 \00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1366px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#212529;border-color:#32383e}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#212529}.table-dark td,.table-dark th,.table-dark thead th{border-color:#32383e}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px)}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-append>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:calc(1.8125rem + 2px)}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:calc(2.875rem + 2px)}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(40,167,69,.8);border-radius:.2rem}.custom-select.is-valid,.form-control.is-valid,.was-validated .custom-select:valid,.was-validated .form-control:valid{border-color:#28a745}.custom-select.is-valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{background-color:#71dd8a}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label::before,.was-validated .custom-file-input:valid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem;margin-top:.1rem;font-size:.875rem;line-height:1;color:#fff;background-color:rgba(220,53,69,.8);border-radius:.2rem}.custom-select.is-invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.was-validated .form-control:invalid{border-color:#dc3545}.custom-select.is-invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{background-color:#efa2a9}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label::before,.was-validated .custom-file-input:invalid~.custom-file-label::before{border-color:inherit}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .input-group{width:auto}.form-inline .form-check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.btn:focus,.btn:hover{text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{background-image:none}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;background-color:transparent}.btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}.btn-link.focus,.btn-link:focus{text-decoration:underline;border-color:transparent;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group,.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-left:-1px}.btn-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical .btn,.btn-group-vertical .btn-group{width:100%}.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-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file:focus,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control{margin-left:-1px}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::before{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label,.input-group>.custom-file:not(:first-child) .custom-file-label::before{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:-webkit-box;display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{margin-bottom:0}.custom-control-label::before{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.25rem;left:0;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.075),0 0 5px rgba(128,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-control{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-control::before{border-color:#80bdff}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(calc(2.25rem + 2px) - 1px * 2);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{border-top-right-radius:0}.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{border-top-left-radius:0}.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{display:inline-block;width:100%}}.breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-link:not(:disabled):not(.disabled){cursor:pointer}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}.badge-primary[href]:focus,.badge-primary[href]:hover{color:#fff;text-decoration:none;background-color:#0062cc}.badge-secondary{color:#fff;background-color:#6c757d}.badge-secondary[href]:focus,.badge-secondary[href]:hover{color:#fff;text-decoration:none;background-color:#545b62}.badge-success{color:#fff;background-color:#28a745}.badge-success[href]:focus,.badge-success[href]:hover{color:#fff;text-decoration:none;background-color:#1e7e34}.badge-info{color:#fff;background-color:#17a2b8}.badge-info[href]:focus,.badge-info[href]:hover{color:#fff;text-decoration:none;background-color:#117a8b}.badge-warning{color:#212529;background-color:#ffc107}.badge-warning[href]:focus,.badge-warning[href]:hover{color:#212529;text-decoration:none;background-color:#d39e00}.badge-danger{color:#fff;background-color:#dc3545}.badge-danger[href]:focus,.badge-danger[href]:hover{color:#fff;text-decoration:none;background-color:#bd2130}.badge-light{color:#212529;background-color:#f8f9fa}.badge-light[href]:focus,.badge-light[href]:hover{color:#212529;text-decoration:none;background-color:#dae0e5}.badge-dark{color:#fff;background-color:#343a40}.badge-dark[href]:focus,.badge-dark[href]:hover{color:#fff;text-decoration:none;background-color:#1d2124}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-ms-flexbox;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#fff;text-align:center;background-color:#007bff;transition:width .6s ease}.progress-bar-striped{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);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}.media{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:focus,.list-group-item:hover{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:focus,.close:hover{color:#000;text-decoration:none;opacity:.75}.close:not(:disabled):not(.disabled){cursor:pointer}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.show .modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-dialog-centered{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:1rem}.modal-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - (1.75rem * 2))}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top] .arrow,.bs-popover-top .arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::after,.bs-popover-top .arrow::before{border-width:.5rem .5rem 0}.bs-popover-auto[x-placement^=top] .arrow::before,.bs-popover-top .arrow::before{bottom:0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top] .arrow::after,.bs-popover-top .arrow::after{bottom:1px;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right] .arrow,.bs-popover-right .arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::after,.bs-popover-right .arrow::before{border-width:.5rem .5rem .5rem 0}.bs-popover-auto[x-placement^=right] .arrow::before,.bs-popover-right .arrow::before{left:0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right] .arrow::after,.bs-popover-right .arrow::after{left:1px;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom] .arrow,.bs-popover-bottom .arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::after,.bs-popover-bottom .arrow::before{border-width:0 .5rem .5rem .5rem}.bs-popover-auto[x-placement^=bottom] .arrow::before,.bs-popover-bottom .arrow::before{top:0;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom] .arrow::after,.bs-popover-bottom .arrow::after{top:1px;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left] .arrow,.bs-popover-left .arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::after,.bs-popover-left .arrow::before{border-width:.5rem 0 .5rem .5rem}.bs-popover-auto[x-placement^=left] .arrow::before,.bs-popover-left .arrow::before{right:0;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left] .arrow::after,.bs-popover-left .arrow::after{right:1px;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;color:inherit;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{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}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0062cc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#545b62!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#1e7e34!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#117a8b!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#d39e00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#bd2130!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#dae0e5!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#1d2124!important}.text-muted{color:#6c757d!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}

/*# sourceMappingURL=bootstrap.min.css.map *//*!
 *  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';    font-style: normal;    font-weight: 300;    font-display: swap;src:url('../../frontend/ATV/OWD/en_US/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../../frontend/ATV/OWD/en_US/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../../frontend/ATV/OWD/en_US/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../../frontend/ATV/OWD/en_US/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../../frontend/ATV/OWD/en_US/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../../frontend/ATV/OWD/en_US/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}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../frontend/ATV/OWD/en_US/css/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../../frontend/ATV/OWD/en_US/css/fonts/slick.eot');
    src: url('../../frontend/ATV/OWD/en_US/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../frontend/ATV/OWD/en_US/css/fonts/slick.woff') format('woff'), url('../../frontend/ATV/OWD/en_US/css/fonts/slick.ttf') format('truetype'), url('../../frontend/ATV/OWD/en_US/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #343434;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6u0Dfe5g.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6v0Dfe5g.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6h0Dc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6u0Dfe5g.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6v0Dfe5g.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6h0Dc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6u0Dfe5g.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6v0Dfe5g.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6h0Dc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6u0Dfe5g.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6v0Dfe5g.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6h0Dc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6u0Dfe5g.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6v0Dfe5g.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6h0Dc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6u0Dfe5g.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6v0Dfe5g.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6h0Dc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6u0Dfe5g.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6v0Dfe5g.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6h0Dc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6u0Dfe5g.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6v0Dfe5g.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6h0Dc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6u0Dfe5g.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6v0Dfe5g.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaMrEtFpBISdk6h0Dc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfH6jyDM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfX6jyDM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISc36j.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfH6jyDM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfX6jyDM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISc36j.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfH6jyDM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfX6jyDM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISc36j.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfH6jyDM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfX6jyDM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISc36j.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfH6jyDM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfX6jyDM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISc36j.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfH6jyDM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfX6jyDM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISc36j.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfH6jyDM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfX6jyDM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISc36j.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfH6jyDM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfX6jyDM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISc36j.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfH6jyDM.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISfX6jyDM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/exo/v12/4UaOrEtFpBISc36j.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{font-family: 'Red Hat Display', sans-serif;}

body.cms-home-owd::-webkit-scrollbar {
    width: 0; 
}
::-webkit-scrollbar {
    width: 1em;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 0;
    border-radius: 0;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgb(0 41 157); 
    -webkit-box-shadow: inset 0 0 5ox rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgb(0 41 156 / 45%); 
}
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.squaredFour input[type=checkbox][disabled]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}
/*account*/
.account ul.nav.items {
    display: block;
}
/* Slider */
.rslides {
    margin: 0 auto 40px;
}
#slider2,#slider3 {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 auto;
}
.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0,0,0,.25);
    box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}
.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}
.rslides_tabs li:first-child {
    margin-left: 0;
}
.rslides_tabs .rslides_here a {
    background: rgba(255,255,255,.1);
    color: #fff;
    font-weight: bold;
}
.events {
    list-style: none;
}
.callbacks_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}
.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}
.callbacks .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url('/images/themes.gif') no-repeat left top;
    margin-top: -45px;
}
.callbacks_nav:active {
    opacity: 1.0;
}
.callbacks_nav .next {
    left: auto;
    background-position: right top;
    right: 0;
}
#slider3-pager a {
    display: inline-block;
}
#slider3-pager img {
    float: left;
}
#slider3-pager .rslides_here a {
    background: transparent;
    box-shadow: 0 0 0 2px #666;
}
#slider3-pager a {
    padding: 0;
}
.rslides {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.rslides li img {
    width: 100%;
}
.rslides_container {
    margin-bottom: 0;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: -56px;
}
.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url('/images/themes.gif') no-repeat left top;
    margin-top: -45px;
}
.centered-btns_nav:active {
    opacity: 1.0;
}
.centered-btns_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    left: 0;
    display: block;
    background: #fff; /* Fix for IE6-9 */
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%;
}
.transparent-btns_nav.next {
    left: auto;
    right: 0;
}
.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000 url('/images/themes.gif') no-repeat left 50%;
    width: 38px;
}
.large-btns_nav:active {
    opacity: 1.0;
}
.large-btns_nav.next {
    left: auto;
    background-position: right 50%;
    right: 0;
}
.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
    outline: none;
}
.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    margin-top: 10px;
    text-align: center;
}
.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin-right: 5px;
}
.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
    text-indent: -9999px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ccc;
    background: rgb(255, 255, 255);
    display: inline-block;
}
.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
    background: #222;
    background: rgb(237, 28, 36);
}
.centered-btns_tabs {
    margin: 0 0 0 0!important;
    position: absolute;
    bottom: 50px;
    z-index: 9999;
    text-align: center;
    left: 0;
    right: 0;
}
div#tidio-chat {
    zoom: 120%;
}
.searchby-slider li{
    display: inline-block;
    margin-right: 30px;
    width: 100%;
    max-width: 280px;
}
.searchby-slider ul{list-style: none;padding: 0;margin: 0; width: 100%; display: table;position: relative;z-index: 999999999;}
.searchby-slider li a{font-size: 20px;font-weight: 900;display: block;background: #fff000;color: #1C418C;text-decoration: none!important; padding: 10px; text-align: center;border-radius: 10px 10px 0 0;}
.searchby-slider li a:hover{background: #fff000;}
.searchby-slider li a.red-now{background: #fff000;}
.form-sea input, .form-sea select {outline: 0;}
.form-sea .fsbv, .form-sea .fsbb, .form-sea .fsbs{background: #343434; padding: 10px;border-radius: 0 0 10px 10px}
.form-sea .fsbv ul, .form-sea .fsbb ul, .form-sea .fsbs ul{list-style: none; padding: 0; margin: 0;}
.form-sea .fsbv ul li, .form-sea .fsbb ul li, .form-sea .fsbs ul li{display: inline-block;}
.form-sea .fsbv ul li {
    width: 24.73%;
    color: #797979;
    font-size: 17px;
    font-weight: bold;
}
.form-sea .fsbv ul li:nth-child(5) input {
    border-radius: 5px;
    vertical-align: middle;
}
.form-sea .fsbv ul li select, .form-sea .fsbv ul li input[type="text"]{width: 100%;color: #797979;font-size: 17px;font-weight: bold;padding: 10px 20px;border: 0;height: 48px;}
.form-sea input[type="submit"]{
    width: 480px;
    background: #d40000 url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/search-icon.png) 166px center no-repeat;
    border: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 48px;
    margin-top: 5px;
    margin-right: auto;
    margin-left: 0;
    padding-left: 50px;
    cursor: pointer;
}
.searchSlider .form-sea .fsbv {
    background: #f1c848;
    padding: 30px;
}
.searchSlider .searchby-slider li a {
    font-size: 20px;
    font-weight: normal;
    background: rgb(52 52 52 / 90%);
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.searchSlider .searchby-slider li a span {
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.searchSlider .searchby-slider li a.red-now {
    background: #ed1c24;
    color: #fff;
    font-weight: bold;
}
.searchSlider .searchby-slider li a:hover {
    background: #ed1c24;
    color: #fff;
}

/* home */
#homeSearchVehicle #customSearchVechile2>ul>li>:after {
    content: " /";
    font-size: 20px;
}
div#customSearchSize>ul>li:nth-child(2)>a:after {
    content: " R";
    margin-right: 5px;
}

#homeSearchVehicle #customSearchVechile2>ul>li:last-child:after {
    content: "" !important;
}



/* end of home */

div#customSearchVechile2 button.close,
div#customSearchSize button.close,
div#customSearchBrands button.close,
div#customSearchVechile .close {
    position: absolute;
    top: 12px;
    right: 14px;
    font-size: 27px;
}
.h-title h1{
    margin: 0;
    font-size: 42px;
    font-weight: bold;
    color: #5f5f5f;
    text-transform: uppercase;
    max-width: 405px;
    background: #fff;
    z-index: 11;
    position: relative;
    max-width: initial;
    display: block;
    padding-right: 0;
    text-align: center;
}
.h-title hr{border: #d40000 1px solid;margin: 0;position: absolute;top: 20px;bottom: 20px;width: 100%;}
.h-title{position: relative; margin: 20px 0;}
.center-inner{margin: 50px 0; text-align: center;}
.c-inner{margin: 20px 0;}
.ci-inner {
    margin-top: 30px;
    max-width: 320px;
    width: 100%;
    margin: 30px auto 0;
}
.ci-inner h3{
    /*color: #d72a24;*/
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}
.ci-inner p{
    color: #797979;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: normal;
}
.c-inner img {
    width: 100%;
    max-width: 275px;
}
.mid-banner{
    height: 864px;
    background: #fff url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/optimize/banner-1.webp) no-repeat center center;
    background-size: cover;
    position: relative;
}
.white-t{
    height: 430px;
    background: #fff;
    opacity: .2;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
}
.mb-inner{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.mb-inner h1{font-size: 52px; color: #fff; font-weight: bold;}
.mb-inner h1 span{color: #d40000; font-style: italic;}
.mb-inner p{font-size: 19px; font-weight: bold; color: #fff;}
.mb-inner p a{
    text-decoration: none;
    display: inline-block;
    margin-top: 0;
    background: #F1C848;
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    margin: 0 0 15px;
}
.mb-inner p a span{color: #777;font-weight: normal;margin-left: 20px;vertical-align: middle;}
.top-brand .col-sm-4{padding: 20px 0;}
.bottom-brand a {
    display: block;
    padding: 5px;
    /* border: 1px solid #dedede; */
    margin: 0 0 13px;
    text-align: center;
}
.bottom-brand a img {
    height: 26px;
    margin: auto;
}
.bottom-banner{margin-top: 40px;}
.bottom-banner2{
    background: transparent url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/bottom-banner21.jpg) no-repeat center center;
    min-height: 508px;
    padding: 100px 0;
    background-size: cover;
}
.bottom-banner2 iframe{padding: 20px 0;}
.footer-top{
    background: #fff;
    position: relative;
    margin-top: 40px;
}
.footer-top .floating-img img{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}
.footer-top h1{font-size: 33px;text-align: center;font-weight: bold;color: #000;/*padding-top: 30px;*/ vertical-align: center;margin: auto;}
.footer-top p{font-size: 14px;text-align:left;color: #555;vertical-align: center;margin: auto;padding: 10px 0 10px;}
footer{
    border-top: 8px solid #f7dc09;
    background-size: cover;
    padding-top: 70px;
    background: #00299b no-repeat bottom left;
}
footer>div>img {
    margin: auto;
    display: block;
    max-width: 480px;
    width: 100%;
    margin-bottom: 60px;
}
.footer-menu-b {
    background-color: rgba(255, 255, 255, 0.18);
    padding: 10px 0 10px;
    margin-top: 30px;
}
.footer-inner h2{
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-inner ul{
    font-size: 16px;
    list-style: none;
    padding: 0;
}
.footer-inner ul a{color: #ffffff; text-decoration: none;}
.footer-inner ul li{margin-bottom: 5px;}
.footer-inner ul a:hover, .footer-inner ul a:focus{color: #ed1c24;}
footer .col-sm-4 {
    margin-bottom: 30px;
}
footer .col-sm-4 .footer-inner{
    padding: 0 50px;
}
.footer-menu-b ul{
    font-size: 18px;
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}
.footer-menu-b ul li{display: inline-block;padding: 0 20px;border-right: 1px solid #ed1c24;}
.footer-menu-b ul li:last-child{padding-right: 0; border-right: 0;}
.footer-menu-b ul li a{color: #ffffff; text-decoration: none; font-weight: bold;}
.footer-menu-b ul li a:hover, .footer-menu-b ul li a:focus{color: #ed1c24;}
.footer-bottom{
    padding: 15px 15px 15px;
    color: #fff;
    font-size: 14px;
    background: #1d1d1d;
}
.up-left{
    width: 80%;
    float: left;
    padding: 8px 0;
}

.uppermenu{padding: 0 0;border-bottom: 1px solid #dcdcdc;}
.up-left ul{margin: 0; text-align: right;}
.up-left li{display: inline-block; padding: 0 10px;}
.up-left li a{color: #464646; font-size: 14px;}
.up-right{
    background: #474749;
    color: #fff;
    border-radius: 20px;
    padding: 6px 10px;
    font-size: initial;
    margin: 6px 0;
    font-weight: bold;
    float: right;
    text-align: right;
    line-height: 1;
}
.up-right span {
    margin-right: 4px;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}
.up-right a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
} 
.up-right a i {
    vertical-align: middle;
}
.bottom-left {
    width: 100%;
    margin: 0;
    float: left;
}

.bottommenu{padding: 0 0;}
.bottom-left ul{margin: 0; text-align: right;}
.bottom-left li{display: inline-block;margin-left: -5px;font-size: 16px;font-weight: bold;border-right: 0;}
.bottom-left li.men-sign{display:none;}
.bottom-left li a{
    color: #464646;
    font-size: 22px;
    padding: 18px 0px;
    display: block;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.2px;
}
.bottom-left li a ~ .msubmenu:hover{display: block;}
.bottom-left li:last-child a:before{width: 0px;}
.bottom-right ul{margin: 0; list-style: none; padding: 0; text-align: right;}
.bottom-right li{list-style: none; display: inline-block;}

.bottom-right {
    float: right;
    padding: 13px 0;
}
.bottom-right li a {
    display: block;
    padding: 0 5px;
}
.social-media-a a{display: inline-block; margin-left: -4px;}
.searchby-slider, .form-sea{position: relative; z-index: 999;} 
.bottom-right li img {width: 34px;}
.up-left li a img {
    width: 18px;
    vertical-align: top;
    margin-top: 0;
    margin-left: 0;
}
.removeHeader-btn {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 0;
    font-weight: bold;
}
.removeHeader-btn a {
    text-decoration: none;
}
.removeHeader-btn a:before {
    content: "x";
    display: block;
    font-size: 18px;
    color: #ce0b0b;
}
.bottom-left>ul>li:last-child {border-right: 0;}
.msubmenu{
    FONT-VARIANT: JIS04;
    position: absolute;
    z-index: 9999999;
    background: #fff;
    width: 1110px;
    /*left: -270px;*/
    right: 0;
    top: 108px;
    padding: 28px 24px;
    border: 0;
    display: none;
}
.msubmenu .ms-title{text-align: left;font-size: 18px;color: #454545;text-transform: uppercase;padding: 0 15px;letter-spacing: 1px;}
.bottom-left .msubmenu ul{text-align: left; padding: 0;  margin-top: 15px;}
.bottom-left .msubmenu ul li{display: block; border: 0; margin: 0;}
.bottom-left .msubmenu ul li a{
    padding: 5px 0 4px 30px;
    background: /*url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/caret-right.jpg)*/ no-repeat 5px 7px;
    font-size: 16px;
    font-weight: 500;
    color: #7b7b7b;
    border-top: 1px solid #d1d1d1;
    text-transform: capitalize;
    text-decoration: none;
}
.bottom-left .msubmenu ul li a:before{content: ''; display: none;}
.bottom-left .msubmenu ul li:last-child{border-bottom: 1px solid #d1d1d1;}
.last-me .ms-title{color: #d40000;padding: 0;margin: 0;}
.last-me .ms-title ~ p{text-align: left;font-size: 16px;color: #797979;line-height: 1.2;}
.bottommenu > .clearfix > .bottom-left > .list-unstyled > li > a:hover, .bottommenu > .clearfix > .bottom-left > .list-unstyled > li > a:focus{background: #e3dfde;}
.bottommenu > .clearfix > .bottom-left > .list-unstyled > li > a:hover ~ .msubmenu, .bottommenu > .clearfix > .bottom-left > .list-unstyled > li > a:focus ~ .msubmenu{display: block;}
.innerpage{margin-top: 30px;}
.f-title{background: #74787b; font-size: 14px; font-weight: bold;color: #fff; padding: 8px 10px; margin-bottom: 4px;}
.filters{
    background: #E5E5E2 url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/caret-top.jpg) no-repeat 97% center;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 8px 25px 8px 10px;
    text-transform: capitalize;
    cursor: pointer;
}
.filters-result{
  margin-bottom: 20px;
  border: 1px solid #dedede;
  border-top: 0;
}
.filters-result ul{
    margin: 0;
    padding: 10px 0;
    list-style: none;
    padding-bottom: 0;
}
.filters-result ul li{
    color: #000;
    font-size: 13px;
    position: relative;
    padding: 0 10px ;
}
.filters-result ul li a{
    color: #000;
    text-decoration: none;
    display: block;
    position: relative;
}
.filters-result>ul>li.hasDropDown>a:after {
    content: "\f107";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-family: FontAwesome;
}
.filters-result ul li a span{
    position: absolute;
    right: 5px;
    top: 15px;
}
.f-seemore {
    padding-top: 0;
    font-size: 13px;
    background: transparent;
    border: 0;
    margin: 0 0 5px 5px;
    outline: none;
    color: #ed1c24;
}
/* SQUARED FOUR */
.squaredFour {
    width: 16px;
    margin: 0;
    position: absolute;
    height: 15px;
    margin-right: 1px;
    display: inline-block;
    vertical-align: sub;
    left: 10px;
    top: 0;
}
.squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    margin: 0;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #4a4a4a;
}
.squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 10px;
    height: 6px;
    background: transparent;
    top: 3px;
    left: 2px;
    border: 3px solid #F44336;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}
.squaredFour input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    width: 15px;
    height: 15px;
}
.squaredFour input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.grid-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.grid-row-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.666667%;
    flex: 0 0 20.666667%;
    max-width: 20.666667%;
    padding: 0 10px;
}
.grid-row-9{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.333333%;
    flex: 0 0 79.333333%;
    max-width: 79.333333%;
    padding: 0 10px;
}
.f-pricerange{margin-top: 0px; padding: 0 10px 10px;}
.f-pricerange input[type=text]{
    border: 1px solid #ddd;
    box-shadow: inset 1px 3px 0px 0px #9a9a9a;
    border-radius: 3px;
    height: 36px;
    padding: 5px;
    width: 60px;
    outline: none!important;
}
.f-pricerange input[type=submit]{
    background: #eeeff1;
    border-radius: 3px;
    border: 0px solid #eeeff1;
    height: 36px;
    width: 50px;
    font-size: 14px;
    font-weight: bold;
    box-shadow: -1px 2px 0px 0px #9a9a9a;
}
.ttrt-left h3{font-size: 18px;color: #75767b;text-transform: capitalize;margin: 5px 0;line-height: 1;}
.ttrt-left h3 a{color: #e11f27;}
.ttrtr-links{margin-top: 36px;}
.ttrtr-links a{display: block;float: left;text-align: center;width: 33.3333%;font-size: 16px;color: #58595d;border: 1px solid #b8b8b8;text-decoration: none;padding: 8px 5px;border-radius: 3px; font-weight: bold;}
.ttrtr-links a:nth-child(1){width: 25.333%;}
.ttrtr-links a:nth-child(2){width: 33.333%;}
.ttrtr-links a:nth-child(3){width: 41.333%;}
.top-tr-text{
    padding-bottom: 0;
    margin-bottom: 0;
    border: 1px solid #dedede;
    background: #f1f1f1;
    margin-bottom: 30px;
    width: 100%;
}
.recomm ul{
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    border-bottom: 1px #76777b solid;
}
.recomm ul li{display: inline-block;}
.recomm ul li a{
    display: block;
    width: 160px;
    font-size: 16px;
    color: #fff;
    background: #76777b;
    text-align: center;
    padding: 7px;
    text-decoration: none;
}
.recomm ul li.active a, .recomm ul li a:hover, .recomm ul li a:focus{background: #d70000;}
/*.trr-best{background: #eaeaea;  min-height: 36px;}*/
.trrb-t{
    background: #edc98f;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 5px;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 1px;
}
.prod-img-trr{position: relative; display: block;}
.prod-img-trr img{ width: 100%;}
.prod-img-trr>span{
    position: absolute;
    bottom: 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    height: auto;
    color: #fff;
    left: 0;
    padding: 7px;
    text-align: center;
    letter-spacing: 1px;
    z-index: 5;
    line-height: 1;
    width: 100%;
    background: rgba(0, 0, 0, .6);
}
.trr-inner{border: 1px solid #b7b7b7; padding: 0 15px;}
.trri-w h1{
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0 5px;
    color: #000;
}
.trri-w h3 a{
    color: #2982c6;
    font-size: 36px;
    text-decoration: none;
    line-height: 1;
}
.trri-w h4 a{
    color: black;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.trri-w h4{
    color: #76777b;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.trr-sls{list-style: none;padding: 0;margin-bottom: 10px;margin-top: 10px;}
.trr-sls li{font-size: 16px; color: #76777b; vertical-align: top; text-transform: uppercase;}
.trr-sls li:last-child {
    font-size: 16px;
}
.trr-sls li strong{color: #000; font-weight: bold; font-size:14px;}
.trr-sls li:first-child strong {
    color: #000;
}
.trri-w h4 {
    font-size: 18px;
}
.trri-w h3 {
    font-size: 30px;
    margin: 0;
    font-weight: bold;
    line-height: 1;
}
.trri-w p {
    font-size: 16px; 
    color: #76777b;
}

.trri-r .qtyResult h2 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
    display: block;
    margin-top: 5px;
    text-align: right;
    margin-right: 10px;
}
.trri-r .qtyResult input {
    width: 75px;
    text-align: center;
    padding: 3px !important;
    font-size: 20px !important;
    margin-right: 0px !important;
    float: right;
    display: block;
}

.trri-r input[type=number]{border-radius: 0; font-weight: bold; font-weight: bold;font-size: 16px;padding-top: 8px; padding-bottom: 8px; outline: none;}
.resultPromotionList {
    padding: 20px 0;
    border: 1px solid #dedede;
    border-left: 0;
    border-right: 0;
    margin: 20px 0 0;
}
.resultPromotionList ul {
    margin: 0;
    padding: 0;
}
.resultPromotionList ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
.resultPromotionList ul li:before {
    content: "\f05d";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #3fc724;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 22px;
}
.resultPromotionList ul li a {
    color: #333;
    text-decoration: none;
}
.trri-r .btn.trrir-btnlowerPrice {
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    text-align: left;
    margin: 0 auto 0;
}
.trri-r .btn.trrir-btnlowerPrice span {
    font-size: 12px;
}

.trri-r .btn.trrir-btnlowerPrice span{
    color:red;
}
.trri-r .btn.trrir-btnlowerPrice:hover {
    color: #000;
}

.trr-set{display: block;font-size: 14px; color: #000; font-weight: bold; margin-bottom: 10px;}
.trr-set span{font-size: 14px;color: #000;text-transform: uppercase;display: block;font-weight: normal;}
.trr-prod-status{display: block;color: #45d728; font-size: 14px; font-weight: bold; margin-bottom: 0;}

.trrir-right {
    text-align: right;
}
.btnActionResult {
    margin-bottom: 5px;
}
.trrir-addtocart{font-size: 25px;font-weight: bold;/* background: #db160f url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/caret--right-big.png) 190px center no-repeat; */display: block;width: 100%;padding: 12px 50px 12px 40px;margin: 0 0;margin-left: 0;color: #fff!important;line-height: 1.1;border-radius: 3px;text-decoration: none!important;margin-bottom: 10px;}
.trrir-addthenshop{
    font-size: 21px;
    line-height: .9;
    padding-top: 7px;
    padding-bottom: 7px;
}
.trrir-addthenshop span{font-size: 16px;}
/*.trrir-addtocartred{font-size: 20px;font-weight: bold;background:  #d90114;display: block;*/
/*width: 100%;padding: 14px 10px;margin: 0 0;margin-left: 0;color: #fff!important;line-height: 1.1;*/
/*border-radius: 3px;text-decoration: none!important;margin-bottom: 0px;text-align: center;}*/

/*.trrir-addtocartred {*/
/*    border-radius: 5px;*/
/*    border: 2px solid #d90114;*/
/*    text-transform: uppercase;*/
/*    font-size: 20px;*/
/*    font-weight: bold;*/
/*    background: #ffffff;*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding: 10px 0px;*/
/*    margin: 0 0;*/
/*    margin-left: 0;*/
/*    color: #d90114 !important;*/
/*    line-height: 1.1;*/
/*    text-decoration: none!important;*/
/*    margin-bottom: 0px;*/
/*    text-align: center;*/
/*}*/

.margb-10{margin-bottom: 10px;}
.margt-24{margin-top: 24px;}
.rate-review{
    font-size: 14px;
    color: #76777b;
    line-height: 1.4;
    text-align: center;
}
.rate-review a{color: #76777b; font-weight: bold;text-decoration: none; display:none;}
/* SQUARED FOUR */
.rc-compare .squaredFour {
    width: 20px;
    margin: 0;
    position: relative;
    height: 20px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 3px;
}
.rc-compare .squaredFour label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
    background: #fff;
    border: 1px solid #909090;
}
.rc-compare .squaredFour label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 13px;
    height: 7px;
    background: transparent;
    top: 4px;
    left: 3px;
    border: 3px solid #F44336;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.rc-compare .squaredFour label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}
.rc-compare .squaredFour input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
}
.rc-compare .squaredFour input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.rc-compare{
    font-size: 18px;
    text-align: center;
}
.ds img{padding-top: 20px; padding-bottom: 20px; padding-right: 40px}
.btn-det a{
    font-weight: bold;
    display: block;
    width: 33.333%;
    float: left;
    font-size: 16px;
    border: 1px solid #b7b7b7;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    color: #0088cc;
}
.btn-det a span{margin-left: 8px;}
.tire-result-r {margin-bottom: 30px;}
.p-nation ul{
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: right;
}
.p-nation ul li{display: inline-block;}
.p-nation ul li a{font-size: 24px; height: 40px; width: 40px; border-radius: 50px; border: 1px solid #d70000; display: block; color: #d70000; background: #fff; text-align: center; text-decoration: none;}
.p-nation ul li span, .p-nation ul li a:hover, .p-nation ul li a:focus{font-size: 24px; height: 40px; width: 40px; border-radius: 50px; border: 1px solid #d70000; display: block; color: #fff; background: #d70000; text-align: center; text-decoration: none;}
.p-nation ul li:last-child a:hover, .p-nation ul li:last-child a:focus, .p-nation ul li:first-child a:hover, .p-nation ul li:first-child a:focus{font-size: 24px; height: 40px; width: 40px; border-radius: 50px; border: 1px solid #d70000; display: block; color: #fff; background: #fff; text-align: center; text-decoration: none;}
.vr-result-text h3{
    font-size: 18px;
    color: #333;
    margin-bottom: 0;
    text-align: center;
}
.hover-now{
    display: block;
    text-align: center;
    color: #666;
    background: #e1e1e1;
    text-decoration: none!important;
    padding: 1em .4em;
    margin-bottom: 15px;
}
.hover-now h1{
    font-size: 22px;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    padding-bottom: 5px;
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
}
.hover-now h1 span{font-size: 16px;}
.hover-now p{margin-bottom: 0;}
.sub-vr-text{
    background: #d40000;
    color: #fff;
    font-size: 22px;
    padding: 10px 15px;
    margin: 20px 0 20px;
}
.vr-content{
    color: #8b8b8b;
}
.pkg-s{margin-top: 30px;}
.pkg-s a{
    display: block;
    text-align: center;
    color: #666;
    background: #e1e1e1;
    text-decoration: none!important;
    padding: 2em .4em 2em;
    margin-bottom: 15px;
}
.pkg-s a h3{
    max-width: 230px;
    margin: 0 auto;
    background: #d40000;
    color: #fff;
    font-style: normal;
    padding: .5em;
    font-size: 20px;
    border-radius: 3px;
    margin-top: 15px;
    font-weight: bold;
}
.pkg-s a p{
    font-size: 17px;
    color: #6b6d6f;
    font-style: italic;
    margin-bottom: 0;
}
.pkg-s a p span.sub-f{
    font-size: 17px;
    color: #6b6d6f;
    font-style: italic;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: sub;
}
.pkg-s a p span{
    font-size: 28px;
    font-weight: bold;
    color: #d40000;
    vertical-align: middle;
}
.pkg-s a p span.sub-d{
    font-size: 14px;
    font-weight: bold;
    color: #d40000;
    vertical-align: super;
}
.contain-text{font-size: 18px; color: #8b8b8b; margin-bottom: 60px; margin-top: 40px;}
.popup-box-on {
    display: block !important;
}
.off {
    display: none;
}
.chat_box .chat_message_wrapper ul.chat_message > li + li {
    margin-top: 4px;
}
#search.open {
    opacity: 1;
    transform: translate(0px, 0px) scale(1, 1);
}
#search {
    background-color: #040404eb;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 99999999999;
}
#search .close {
    color: #ffffff;
    font-size: 40px;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 15px;
    top: 15px;
}
button.close {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
}
.close {
    float: right;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
#search input[type="text"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #efefef;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 50px;
    font-weight: 300;
    margin: -51px auto 0;
    outline: medium none;
    padding-left: 30px;
    border-bottom: 1px solid #fff;
    padding-right: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    display: block;
    margin-right: auto;
    left: 0;
    right: 0;
}
#search .btn {
    left: 50%;
    margin-top: 60px;
    padding: 10px 50px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    background: #d40000;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
}
nav {
    background: #be5254 none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 151px !important;
}
.s-icon a {
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 40px !important;
    color: #be5254 !important;
    font-size: 26px;
    height: 44px;
    margin: 3px -12px 0 0;
    padding: 7px 0 0 !important;
    text-align: center;
    width: 44px;
}
.cart-p{position: relative;}
.cart-pop{
    position: absolute;
    z-index: 999999;
    right: 0;
    width: 400px;
    background: #dfdfdf;
    text-align: left;
    top: 59px;
    display: none;
}
.cp-content{
    padding: 15px;
    height: 100%;
    max-height: 404px;
    overflow-y: scroll;
}
.cart-pop h1{
    font-size: 18px;
    font-weight: bold;
}
.cpp-items{
    position: relative;
    min-height: 110px;
    padding: 5px 0;
    padding-left: 115px;
    padding-right: 60px;
    border-bottom: 1px dotted #aaa;
    margin-bottom: 5px;
}
.cpp-items > img{
    position: absolute;
    width: 100px!important;
    top: 0;
    left: 0;
}
.cpp-items > .form-control{
    position: absolute;
    right: 0;
    top: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.cpp-items .cppi-inner{
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0;
}
.cpp-items .cppi-inner span{
    font-size: 12px;
    color: #777;
    display: block;
}
.cp-btn{
    width: 50%;
    float: left;
}
.cp-btn:first-child a{
    display: block;
    background: #444;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 5px;
}
.cp-btn:last-child a{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 5px;
    background: #d40000;
}
/*Frank main*/
.st{
    margin: 30px 0;
}
.st-no{
    font-size: 35px;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #d40000;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    line-height: 1;
    margin: 0 auto;
    margin-bottom: 20px;
}
.st-link a{
    text-decoration: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    box-shadow: 0 0 0 0 transparent;
}
.st-inner{
    width: 100%;
    min-height: 286px;
    background: #e1e1e1;
    padding: 30px 20px;
    border: 1px solid #ddd;
    color: #777;
    margin-bottom: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 0 0 transparent;
}
.st-inner h3{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #545454;
}
.st-a{
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}
.st-a .fa{
    position: absolute;
    left: 0px;
    top: 4px;
    color: #545454;
}
.st-p{
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}
.st-p .fa{
    position: absolute;
    left: 0px;
    top: 4px;
    color: #545454;
}
.st-dis{
    background: #d40000;
    color: #fff;
    width: 130px;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    margin: 15px auto 0;
}
.st-link a:hover .st-inner {
    background: #d40000;
    border: 1px solid #d40000;
    color: #fff;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    box-shadow: 5px 5px 1px 0px #adadad;
}
.st-link a:hover .st-no {
    background: #343434;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.st-link a:hover .st-inner h3{
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.st-link a:hover .st-a .fa, .st-link a:hover .st-p .fa {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.st-link a:hover .st-dis{
    background: #343434;
}
.pl-m-top h2{
    line-height: 1;
    font-size: 40px;
    font-weight: bold;
    color: #2982c6;
    margin: 0;
}
p.catalogProdBrand {
    font-weight: bold;
    margin: 0;
    font-size: 18px;
}
p.catalogSubTitle {
    font-size: 20px;
    margin: 0;
}

.pl-price p.catalogPriceSolo, .pl-price p.catalogSalePriceSolo, .pl-price p.catalogSalePriceSolo-n-slash {
    font-size: 36px;
    color: #ed1c24;
    font-weight: bold;
    margin: 0;
    position: relative;
    display: inline-block;
}
.pl-price p.catalogSalePriceSolo {
    color: #7c7c7c;
}
.pl-price p.catalogPriceSolo span, .pl-price p.catalogSalePriceSolo span, .pl-price p.catalogSalePriceSolo-n-slash span {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}
.pl-price p.catalogSalePriceSolo span {
    color: #7c7c7c;
}
.pl-price p.catalogSalePriceSolo:after {
    content: "";
    background-color: #5c5c5c;
    position: absolute;
    width: 100%;
    top: 0;
    margin: auto;
    bottom: 0;
    height: 3px;
    left: 0;
    display: block;
}
.pl-price p.catalogPriceSolo:after {
    content: initial;
}
.pl-price p.catalogPriceSet {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.pl-price p.catalogPriceSet span {
    color: #d90114;
    font-size: 24;
}
.pl-price {
    margin: 0 0 15px;
}
.pl-m-top {
    margin: 0 0 15px;
}
.pl-image{position: relative;}
.pl-image .for-sign{
    position: absolute;
    background: #d40000b5;
    color: #fff;
    padding: 8px 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    max-width: 140px;
    width: 100%;
    text-align: center;
}
.pl-reviews{
    color: #d40000;
    padding-top: 7px;
    padding-bottom: 7px;
}
.pl-reviews span{
    color: #333;
    font-weight: 600;
    text-align: right;
}
.pl-price > div:first-child{
    font-size: 24px;
    color: #d40000;
    font-weight: bold;
}
.pl-price > div:last-child{
    font-size: 21px;
    color: #000;
    font-weight: bold;
}
.pl-pstag > div:last-child{
    font-size: 24px;
    color: #d40000;
    font-weight: bold;
}
.pl-pstag .plps-p{
    font-size: 16px;
    color: #444;
    text-transform: uppercase;
    font-style: italic;
}
.pl-m-mid ul {padding-top: 0;}
.pl-m-mid ul li{
    position: relative;
    padding-left: 110px;
    color: #777;
}
.pl-m-mid ul li span{
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-weight: bold;
}
.pl-m-bot h4{
    font-size: 20px;
    font-weight: bold;
}
.pl-m-bot ul li a{
        color: #393b47;
    text-decoration: none;
    
}
.pl-m-bot ul li{
    position: relative;
    padding-left: 30px;
    color: #777;
    font-size: 14px;
}
.pl-m-bot ul li .fa{
    position: absolute;
    left: 0;
    top: 3px;
    color: #393b47;
    font-weight: bold;
}
.pl-m-bot ul li a:hover{
    color: #d40000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pl-m-bot ul li a:hover .fa{
    left: 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #d40000;
}
.pl-r-top button, .pl-r-top form a{
    font-size: 19px;
    font-weight: bold;
    background: #d70000;
    display: block;
    width: 100%;
    padding: 10px 10px;
    color: #fff;
    line-height: 1.1;
    border-radius: 3px;
    text-decoration: none!important;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
}
.catalogPriceCart {
    padding: 15px;
    border-radius: 10px;
    background: #eaeaea;
    margin-bottom: 30px;
}
.pl-r-top form a{
    background: #76777C;
    font-size: 15px;
    padding: 12px 10px;
}
.pl-r-bottom ul{
    background: #eaeaea;
    padding: 30px;
}
.pl-r-bottom ul li{
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
}
.pl-r-bottom ul li i {
    padding: 10px 0;
    background: #fff;
    color: #393b47;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pl-r-bottom ul h4{
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #393b47;
}
.pl-r-bottom ul li:last-child {
    margin: 0;
}
div#catalogDesc h1, div#catalogSpec h1 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}
div#catalogDesc,div#catalogSpec {
    margin: 0 0 30px;
    color: #393b47;
}
.catalogProdSpec {
    background: #f0f5f7;
    border-radius: 10px;
    padding: 20px 30px;
    margin: 0;
}
div#catalogDesc p {
    font-size: 16px;
}
.catalogProdSpecItem {
    margin: 10px 0;
    position: relative;
}
.catalogProdSpecItem:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    border-bottom: 2px dotted #dedede;
    z-index: 1;
}
div#catalogSpec .catalogProdSpec .catalogProdSpecItem h1 {
    font-size: 16px;
    margin: 0 0 0;
    display: inline-block;
    background: #f0f5f7;
    z-index: 2;
    position: relative;
    padding-right: 6px;
}
div#catalogSpec .catalogProdSpec .catalogProdSpecItem p {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    display: inline-block;
    float: right;
    background: #f0f5f7;
    position: relative;
    z-index: 2;
    padding-left: 6px;
    line-height: 1;
}
div#catalogDesc .catalogPeaceOfMind h1 {
    font-size: 42px;
    margin: 0 0 10px;
}
.catalogPeaceOfMind {
    background: #dedede;
    padding: 30px;
}
div#catalogDesc .catalogPeaceOfMind h1 span {
    color: #ed1c24;
}
div#catalogDesc .catalogPeaceOfMind ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div#catalogDesc .catalogPeaceOfMind ul li {
    font-size: 16px;
    position: relative;
    padding-left: 25px;
}
div#catalogDesc .catalogPeaceOfMind ul li:before {
    content: "\f058";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #ed1c24;
}
.pl-r-bottom ul p{font-size: 14px; color: #393b47; margin-bottom: 0;}
.tabs-bot {margin: 0;font-size: 0;}
.tabs-bot li{display: inline-block;width: 50%;}
.tabs-bot li a{
    display: block;
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #333;
    color: #fff;
}
.b-reviews ul p:last-child {
    margin: 0;
}
.b-reviews h2.readReviewTitle, div.form-reviews h2.readReviewTitle {
    text-align: center;
    margin: 0;
    padding: 15px;
    background-color: #dedede;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
div#productPageWR form#review-form>div {
    padding: 15px;
}
div#productPageWR {
    border: 1px solid #ded;
    margin: 0 0 0;
}
.b-reviews {
    margin: 0 0 30px;
}
.tabs-bot li a.active{background: #d40000; color: #fff;}
.tab-content{
    padding: 15px;
    border: 1px solid #ddd;
}
.tab-content h1, .tab-content h2 {
    font-size: 32px;
    font-weight: bold;
}
.tab-content p, .tab-content li{color: #777;}
.form-reviews textarea{height: auto;}
.b-reviews ul li{
    padding: 10px;
    border-bottom: 1px dotted #ddd;
}
.b-reviews ul li h5{
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
}
.b-reviews ul li p.r-date{
    line-height: 1;
    font-size: 14px;
    font-style: italic;
    color: #949494;
    margin-bottom: 9px;
}
.b-reviews ul li p{color: #949494; font-size: 14px;}
.b-reviews ul{
    border: 1px solid #ddd;
    padding: 15px;
}
.co-li a{text-decoration: none;}
.co-li h1{
    font-size: 18px;
    color: #d40000;
    font-weight: bold;
}
.co-li ul li{
    position: relative;
    padding-left: 100px;
    color: #777;
    font-size: 14px;
}
.co-li ul li span{
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-weight: bold;
}
.co-price{
    font-weight: bold;
    color: #5a5a5a; text-align: center;
}
.co-subtotal{
    font-weight: bold;
    color: #000; text-align: center;
}
.co-delete{
    color: #d40000;
    text-align: center;
}
.co-delete a{
    font-size: 14px;
    color: #d40000;
    text-align: center;
}
.co-l-top{
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    margin-top: 30px;
}
.co-l-items{padding: 20px 0;}
.co-road a{
    background: #d40000;
    padding: 5px 14px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.divider-title h1{
    font-size: 30px;
    font-weight: bold;
}
.coosi-head{
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
}
/*slider yes or no*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-bottom: 0px;
    margin-top: 10px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
    background-color: #2196F3;
}
input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.coosi-tm{text-align: center; padding: 15px 10px;}
.coosi-pd{padding: 15px 10px;}
.coosi-inner{border-bottom: 1px solid #ddd;}
.co-update{
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 15px;
    text-transform: uppercase;
}
.co-update a{color: #fff; text-decoration: underline;}
.co-update ul, .co-up-r{text-align: right; margin-bottom: 0}
.co-update ul li{display: inline-block;}
.co-update ul li.co-or{
    font-size: 12px;
    margin: 0 10px;
}
.co-pro-title{margin-bottom: 40px;}
.divider-title, .co-pro-title{margin-top: 40px;}
.copt{
    padding: 15px;
    background: #eaeaea;
}
.copt h1{
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}
.copt p{
    margin: 0;
    color: #333;
    font-size: 12px;
}
.copt-ul{padding: 15px; border: 1px solid #ddd;}
.copt-ul ul{margin-bottom: 0;}
.copt-ul li{
    position: relative;
    padding-left: 30px;
    color: #777;
    font-size: 16px;
    margin-bottom: 7px;
}
.copt-ul li .fa{
    position: absolute;
    left: 0;
    top: 3px;
    color: #000;
    font-weight: bold;
}
.copt-right{
    padding: 15px;
    background: #eaeaea;
}
.coup label{
    font-size: 18px;
    font-weight: bold;
}
.coup .form-control{
    margin-bottom: 5px;
}
.co-total li{
    padding-bottom: 5px;
    text-align: right;
    border-bottom: 1px solid #dedede;
    padding-top: 5px;
}
.co-total li > span:first-child{
    display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
}
.co-total li > span:last-child{
    display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
}
.co-total li:last-child > span{font-size: 25px;}
.co-total li:last-child{
    border-bottom: none;
    margin-top: 0;
    color: #d40000;
}
.co-total li:nth-child(2) > span, .co-total li:nth-child(3) > span{font-size: 14px;}
.co-total li > span > .sm-t{
    display: block;
    font-size: 12px;
}
.co-ch-btn .btn-danger{
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.co-ch-btn a:last-child{
    text-align: center;
    display: block;
    color: #000;
    text-decoration: underline;
    margin-top: 10px;
    font-style: italic;
}
.appt-left h1{
    text-align: center;
    font-size: 28px;
    color: #555;
    margin-bottom: 0;
}
.appt-left p{
    font-size: 12px;
    text-align: center;
    color: #777;
}
.appt-left{
    padding: 40px 20px;
    background: #eaeaea;
}
.appt-left .form-control{
    border: 0;
    border-bottom: 2px solid;
    border-radius: 0;
    background: #eaeaea;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.appt-left .form-control:focus{
    outline: none!important;
    box-shadow: none!important;
    border: 0;
    border-bottom: 2px solid #007bff;
    border-radius: 0;
    background: #eaeaea;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.b-letters > div{
    display: inline-block;
    border: 2px solid #1C418C;
    color: #1C418C;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    cursor: pointer;
}
.b-letters > div.addactive{background: #1C418C; color: #fff;}
.bm-categories > h3{color: #1C418C; text-transform: uppercase; text-align: left!important;}
.bml-inner h4{text-transform: uppercase;}
/*.bml-inner ul li{display: inline-block; width: 33%;}*/
.bml-inner ul li a{text-decoration: none;}
.bml-inner > h4{font-size: 18px;}
.brand-model-desc .h-title img{
    position: relative;
    float: left;
    width: 200px;
}
.pp-mo li{margin-top: 8px;}
.bmlb-t h1{
    background: #161408;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding: 10px 15px;
}
.financing .content {
    font-size: 20px;
}
.financing .content a {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    margin-right: 10px;
}
.financing .content a.financing-apply {
    background-color: #d40000;
    color: #d8f11f;
    font-style: italic;
    font-weight: bold;
}
.financing .content a.financing-account {
    border: 1px solid #333;
    color: #333;
}
/*body*/
.ct-desc h2{
    color: #999;
    margin: 0;
    line-height: 1;
    margin-top: 10px;
    font-size: 28px;
}
.ct-desc h1{
    font-weight: bold;
    color: #4c4c4c;
    margin: 0;
    line-height: 1;
    font-size: 40px;
}
.ct-desc h3{
    font-weight: 600;
    color: #999;
    margin: 0;
    line-height: 1;
    font-size: 22px;
}
.ct-desc i{ color: #d40000; }
.str-stock{
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
}
.str-stock strong{
    display: block;
    padding: 10px 0;
    /* border-top: 1px solid #ddd; */
    margin-top: 10px;
}
.str-add{font-size: 18px;}
.cart-top-2 p{margin-bottom: 0;}
.cart-button{margin-top: 15px;}
.cart-rebate p{font-size: 14px;font-weight: bold;}
.cart-rebate input[type=checkbox]{
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin-right: 5px;
}
.cart-rebate{
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 20px 0px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.cart-rebate-2{padding: 20px 0px 0;}
.comparison {
    max-width:100%;
    margin:0 auto;
    text-align:center;
    padding:10px 10px 50px;
}
.comparison table {
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-bottom:1px solid #CCC;
}
.comparison td, .comparison th {
    border:1px solid #CCC;
    empty-cells: show;
    padding:10px;
    font-size: 16px;
}
.compare-heading {
    font-size:18px;
    font-weight:bold !important;
    border-bottom:0 !important;
    padding-top:10px !important;
}
/*.comparison tbody tr:nth-child(odd) {
display:none;
}*/
.comparison .compare-row {
    background:#F5F5F5;
}
.comparison .tickblue {
    color:#0078C1;
}
.comparison .tickgreen {
    color:#009E2C;
}
.comparison th {
    font-weight:normal;
    padding:0;
    border-bottom:1px solid #CCC;
}
.comparison tr td:first-child {
    text-align:left;
}
.comparison .qbse, .comparison .qbo, .comparison .tl {
    color:#FFF;
    padding:10px;
    font-size:14px;
    border-right:1px solid #CCC;
    border-bottom:0;
}
.comparison .tl2 {
    border-right:0;
}
.comparison .qbse {
    background:#0078C1;
    border-top-left-radius: 3px;
    border-left:0px;
}
.comparison .qbo {
    background:#009E2C;
    border-top-right-radius: 3px;
    border-right:0px;
}
.comparison .price-info {
    padding:5px 15px 15px 15px;
}
.comparison .price-was {
    color: #000;
    background: #e2e2e2;
    font-size: 18px;
    margin-top: 5px;
    font-weight: bold;
}
.comparison .price-now, .comparison .price-now span {
    color:#ff5406;
    line-height: 1;
}
.comparison .price-now span {
    font-size: 24px;
    font-weight: bold;
}
.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}
.comparison .price-buy {
    background:#ff5406;
    padding: 5px 10px;
    font-size: 18px;
    display:inline-block;
    color:#FFF;
    text-decoration:none;
    border-radius:3px;
    text-transform:uppercase;
    margin:5px 0 10px 0;
    width: 100%;
}
.comparison .price-try {
    font-size:12px;
}
.comparison .price-try a {
    color:#202020;
}
@media (max-width: 767px) {
/*  .comparison td:first-child, .comparison th:first-child {
display: none;
}
.comparison tbody tr:nth-child(odd) {
display:table-row;
background:#F7F7F7;
}*/
.comparison .row {
    background:#FFF;
}
.comparison td, .comparison th {
    border:1px solid #CCC;
}
.price-info {
    border-top:0 !important;
}
}
@media (max-width: 639px) {
    .comparison .price-buy {
        padding:5px 10px;
    }
    .comparison td, .comparison th {
        padding:10px 5px;
    }
    .comparison .hide-mobile {
        display:none;
    }
    .comparison .price-now span {
        font-size:16px;
    }
    .comparison .price-small {
        font-size: 16px !important;
        top: 0;
        left: 0;
    }
    .comparison .qbse, .comparison .qbo {
        font-size:12px;
        padding:10px 5px;
    }
    .comparison .price-buy {
        margin-top:10px;
    }
    .compare-heading {
        font-size:13px;
    }
}
.qbse a{color: #fff;}
.compare-heading a{color: #000; text-transform: uppercase; font-size: 18px; line-height: 1;}
.compare-heading a span{display: block; font-size: 14px; font-weight: normal;}
.com-t{margin-top: 10px;}
.com-t .col-md-4{padding-right: 0;}
.com-t label{margin-bottom: 0;}
.cart-ship{
    margin-top: 10px;
    font-size: 18px;
    text-transform: uppercase;
    background: #0078c1;
    font-weight: bold;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
}
.cart-pack{
    font-size: 22px;
    font-weight: bold;
    color: #696969;
    margin-top: 5px;
}
.road-hazzz{padding-right: 0;}
.road-hazzz a{
    display: block;
    position: relative;
    min-height: 60px;
    padding: 0;
    background: transparent;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}
.road-hazzz a img{
    width: 100%;
    display: inline-block;
    margin: auto;
}

.road-hazzz a h2 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
    margin: 0;
    color: #ed1c24;
    text-align: revert;
    margin-right: 20px;
    width: 100px;
}

.road-hazzz a span{
    display: block;
    color: black;
    font-weight: bold;
    text-align: left;
}
.compare-button{
    text-align: right;
    margin-bottom: 13px;
}
.compare-button a{
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 0 0 auto;
    text-align: center;
    border: 1px solid #b3b3b3;
    padding: 8px 5px;
    font-weight: bold;
    color: #d70000;
    text-decoration: none;
}
.compare-button a:hover, .compare-button a:focus{color: #fff; background: #333;}
/*Checkout*/

label.label.for-appoint-time {
    position: initial!important;
    margin: 0;
    text-transform: capitalize;
    margin-left: 15px;
}

.checkout-index-index select#time-select.select.appointment-time {
    border: 2px solid;
    text-transform: capitalize;
    padding-top: 15px;
}
.checkout-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}
/* Panel Body */
.panel-body {
    padding: 45px 30px 45px;
    flex: 1;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
    background-color: white;
}
.title {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
    color: #2e2e2e;
}
/* Progress Bar */
.progress-bar23 {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
}
.step {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: block;
    width: 25px;
    height: 25px;
    margin-bottom: 30px;
    border: 4px solid #fff;
    border-radius: 50%;
    background-color: #efefef;
}
.step:after {
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 22px;
    width: 363px;
    height: 6px;
    content: '';
    background-color: #efefef;
}
.step:before {
    color: #2e2e2e;
    position: absolute;
    top: 40px;
}
.step:last-child:after {
    content: none;
}
.step.active {
    background-color: #f62f5e;
}
.step.active:after {
    background-color: #f62f5e;
}
.step.active:before {
    color: #f62f5e;
}
.step.active + .step {
    background-color: #f62f5e;
}
.step.active + .step:before {
    color: #f62f5e;
}
.step:nth-child(1):before {
    content: 'Billing';
}
.step:nth-child(2):before {
    right: -40px;
    content: 'Shipping';
}
.step:nth-child(3):before {
    right: -30px;
    content: 'Payment';
}
.step:nth-child(4):before {
    right: 0;
    content: 'Confirmation';
}
/* Payment Method */
.payment-method {
    display: flex;
    margin-bottom: 60px;
    justify-content: center;
}
/*.method {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    width: 382px;*/
/*    height: 122px;*/
/*    padding-top: 20px;*/
/*    cursor: pointer;*/
/*    border: 1px solid transparent;*/
/*    border-radius: 2px;*/
/*    background-color: rgb(249, 249, 249);*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.blue-border {*/
/*    border: 1px solid rgb(110, 178, 251);*/
/*}*/
.card-logos {
    display: flex;
    width: 150px;
    justify-content: space-between;
    align-items: center;
}
.radio-input {
    margin-top: 20px;
}
input[type='radio'] {
    display: inline-block;
}
/* Input Fields */
.input-fields {
    display: flex;
    justify-content: space-between;
}
.input-fields label {
    display: block;
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.warning {
    border-color: #f62f5e !important;
}

.input-fields input[type='text'],
.input-fields input[type='password'], 
.input-fields select {
    font-size: 16px;
    width: 100%;
    height: 50px;
    padding-right: 40px;
    padding-left: 16px;
    color: rgba(46, 46, 46, .8);
    border: 1px solid rgb(225, 225, 225);
    border-radius: 4px;
    outline: none;
}
.input-fields input[type='text']:focus,
.input-fields input[type='password']:focus,
.input-fields select:focus {
    border-color: rgb(119, 219, 119);
}
#date { background: url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/icons_calendar_black.png) no-repeat 90%; }
#cardholder { background: url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/icons_person_black.png) no-repeat 95%; }
#cardnumber { background: url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/icons_card_black.png) no-repeat 95%; }
#verification { background: url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/icons_lock_black.png) no-repeat 90%; }
.small-inputs {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.small-inputs div {
    width: 48%;
}
/* Panel Footer */
.panel-footer {
    display: flex;
    width: 100%;
    height: 96px;
    padding: 0 80px;
    background-color: rgb(73, 69, 68);
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
/* Buttons */
.btn-23 {
    font-size: 16px;
    width: 163px;
    height: 48px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    letter-spacing: 1px;
    border: none;
    border-radius: 23px;
}
.back-btn {
    color: #f62f5e;
    background: #fff;
}
.next-btn {
    color: #fff;
    background: #f62f5e;
}
.btn-23:focus {
    outline: none;
}
.btn-23:hover {
    transform: scale(1.1);
}
.flex_container {
    display: flex;
    flex-flow: row wrap;
}
.current_items {
    width: 460px;
    margin: auto;
    transition: 0.4s;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: left;
}
.current_items__row {
    border: 3px solid rgba(255, 255, 255, 0.2);
    padding: 4vh 1vw;
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin: 0 1%;
    text-align: left;
}
.current_items .wrapper_input {
    position: relative;
    margin: 20px 0;
}
.current_items input {
    display: none;
}
.current_items input:checked + label:after {
    transform: scale(1);
    opacity: 1;
}
.current_items label {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
    padding-left: 35px;
    display: inline-block;
    position: relative;
}
.current_items label:before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #fff;
    margin-top: -10px;
    border: 1px solid #000;
}
.current_items label:after {
    background: #f33232;
    left: 0;
    top: 50%;
    transition: 0.3s;
    transform: scale(3.4);
    opacity: 0;
    margin-top: -7px;
    width: 15px;
    height: 14px;
    content: "";
    position: absolute;
    left: 2px;
}
.fedex{margin-top: 20px; text-align: center; width: 100%;}
/* End Checkout */



.bottom-center {
    margin: 70px 0;
}
.bottom-center .productListBottomCenter .productListImg img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.bottom-center .productListBottomCenter .productListImg a {
    display: block;
    position: relative;
    overflow: hidden;
}
.bottom-center .productListBottomCenter .productListImg a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.bottom-center .productListBottomCenter .productListImg a:hover:after {
    box-shadow: 0 0 10px 200px rgba(0, 0, 0, .5) inset;
}
.bottom-center .productListBottomCenter .productListContent a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.bottom-center .productListBottomCenter .productListContent
.bottom-center .productListBottomCenter .productListContent a:hover {
    color: #d40000;
}
.bottom-center .productListBottomCenter .productListContent a:hover span {
    color: #d40000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bottom-center .productListBottomCenter .productListContent p.homePrice {
    font-size: 20px;
    text-align: left;
    margin: 0;
    font-weight: bold;
    color: #d90114
}
.bottom-center .productListBottomCenter .productListContent a h1 {
    font-size: 20px;
    margin: 0;
    text-align: left;
    font-weight: bold;
}
.bottom-center .productListBottomCenter .productListContent {
    /*border: 1px solid #dedede;*/
    padding: 10px;
}
.bottom-center .productListBottomCenter .productListContent a h1 span {
    display: block;
    color: #525252;
    font-size: 12px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: bold;
}
.bottom-center .productListBottomCenter .addtoCenter a {
    display: inline-block;
    padding: 7px 10px;
    background-color: transparent;
    border: 1px solid #333;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 600;
}
.bottom-center .productListBottomCenter .addtoCenter a:hover {
    border: 1px solid #d40000;
    color: #fff;
    background-color: #d40000;
}
.bottom-center .productListBottomCenter .addtoCenter {
    text-align: center;
    margin-bottom: 30px;
}
.bottom-center .productListBottomCenter h1 {
    display: block;
    width: 100%;
}
.bottom-center .product-bottomCenter .h-title {
    width: 100%;
}
.blogHomeBotList .blogImageHome img {
    width: 100%;
    transition: all .3s;
}
.blogHomeBotList {
    position: relative;
    margin: 15px 0;
}
.blogHomeBotList:first-child .blogImageHome {
    height: 450px;
    overflow: hidden;
    object-fit: cover;
}
.blogHomeBotList .blogImageHome a {
    display: block;
    height: 100%;
    position: relative;
    transition: all .3s;
}
.blogHomeBotList .blogContentHome {
    position: absolute;
    bottom: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: fit-content;
    padding: 0 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.blogHomeBotList .blogContentHome a {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-transform: uppercase;
}
.blogHomeBotList .blogContentHome ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blogHomeBotList .blogContentHome ul li {
    color: #d0d0d0;
    display: inline-block;
    margin-left: 15px;
}
.blogHomeBotList .blogContentHome ul li:first-child {
    margin-left: 0;
}
.blogHomeBotList .blogImageHome a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blogHomeBotList:hover .blogImageHome a:after {
    -webkit-box-shadow: 0 0 10px 300px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0 10px 300px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 10px 300px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: transparent;
    background-image: none;
}
.bottomBot {
    margin: 100px 0 0;
    padding-bottom: 120px;
}
.searchby-slider.productTopSearch {
    margin-top: -60px;
}
.wheelPageFeatured {
    margin-bottom: 60px;
    margin-top: 40px;
}
.wheelPageFeatured .wheelPageList .wheelPageImage img {
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.wheelPageFeatured .wheelPageList .wheelPageImage a {
    display: block;
    position: relative;
    overflow: hidden;
}
.wheelPageFeatured .wheelPageList .wheelPageImage a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.wheelPageFeatured .wheelPageList .wheelPageImage a:hover:after {
    box-shadow: 0 0 10px 200px rgba(0, 0, 0, .5) inset;
}
.wheelPageFeatured .wheelPageList .wheelPageContent a {
    color: #333;
    text-decoration: none;
    transition: all .3s linear;
}
.wheelPageFeatured .wheelPageList .wheelPageContent a:hover {
    color: #d40000;
}
.wheelPageFeatured .wheelPageList .wheelPageContent a:hover span {
    color: #d40000;
    transition: all .3s;
}
.wheelPageFeatured .wheelPageList .wheelPageContent p.wheelPagePrice {
    font-size: 20px;
    text-align: left;
    margin: 0;
    font-weight: bold;
    color: #333;
}
.wheelPageFeatured .wheelPageList .wheelPageContent a h1 {
    font-size: 14px;
    margin: 0;
    text-align: left;
    font-weight: 600;
}
.wheelPageFeatured .wheelPageList .wheelPageContent {
    border: 1px solid #dedede;
    padding: 10px;
}
.wheelPageFeatured .wheelPageList .wheelPageContent a h1 span {
    display: block;
    color: #525252;
    font-size: 20px;
    transition: all .3s linear;
    font-weight: normal;
}
.wheelPageFeatured .wheelPageItem {
    margin-bottom: 30px;
}
.wheelPageBItem .wheelPageBImage img {
    width: 100%;
}
.wheelPageBItem {
    position: relative;
    margin: 17px 0;
}
.wheelPageBItem .wheelPageBImage a {
    display: block;
    height: 100%;
    position: relative;
}
.wheelPageBItem .wheelPageBContent {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
}
.wheelPageBItem .wheelPageBContent a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.wheelPageBItem .wheelPageBContent ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.wheelPageBItem .wheelPageBContent ul li {
    color: #d0d0d0;
    display: inline-block;
    margin-left: 15px;
}
.wheelPageBItem .wheelPageBContent ul li:first-child {
    margin-left: 0;
}
.wheelPageBItem .wheelPageBImage a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.wheelPageBItem .wheelPageBImage:hover a:after {
    -webkit-box-shadow: 0 0 10px 300px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 0 10px 300px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 10px 300px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: transparent;
    background-image: none;
}
.wheelPageBlog>div>div>.wheelPageBItem>.wheelPageBContent>a {
    font-size: 18px;
}
.wheelPageBlog>div>div>.wheelPageBItem>.wheelPageBContent>ul>li {
    font-size: 12px;
}
.wheelPageBlog {
    margin-bottom: 60px;
    margin-top: 40px;
}
.wheelPageArticle {
    background-color: #f1f1f1;
    padding: 70px 0;
}
.wheelPageArticle .wheelPageArticleContent h1 {
    margin: 0 0 15px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
.wheelPageArticle .wheelPageArticleContent p {
    font-size: 18px;
    color: #5f5f5f;
    margin: 0;
}
.wheelPageArticle .wheelPageArticleContent p a {
    color: #d40000;
    margin: 15px 0 0;
    display: block;
    text-decoration: none;
}
.wheelPageArticle .wheelPageArticleItem .wheelPageArticleImg img {
    width: 100%;
}
.wheelPageArticle .wheelPageArticleItem .wheelPageArticleTitle h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
    color: #414141;
}
.wheelPageArticle .wheelPageArticleItem .wheelPageArticleTitle h1 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #545454;
}
.wheelPageArticle .wheelPageArticleItem .wheelPageArticleContent p {
    margin: 0;
    font-size: 14px;
}
.wheelPageReview {
    margin: 70px auto;
}
.reviewStar div div {
    color: #dedede;
    display: inline-block;
    margin: 0 3px 0 0;
}
.reviewWheels .reviewTitle .reviewDate p {
    color: #757575;
    margin: 0;
}
.reviewWheels .reviewTitle .reviewProduct p {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
.reviewWheels .reviewTitle .reviewName p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}
.reviewWheels .reviewContentWheels p {
    margin: 5px 0 0;
    color: #757575;
}
.ratingWheels div div div {
    background-color: #dedede;
    padding: 5px 15px;
    display: table-cell;
}
.ratingWheels div div div:last-child {
    border: 0;
    border-radius: 0 4px 4px 0;
}
.ratingWheels div div div:nth-child(2) {
    border-radius: 4px 0 0 4px;
}
.wheelPageReview .wheelsReview {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
}
.wheelPageReview .wheelsReview:last-child {
    border-bottom: 0 solid #dedede;
}
.ratingWheels div div p {
    margin: 0;
}
.ratingWheels div div {
    margin-bottom: 15px;
}
.card-title span {
    display: block;
    font-size: 12px;
    color: #757575;
}
.card {
    margin-bottom: 30px;
}
.filters-result ul li ul {
    border: 0;
    padding: 0;
    display: none;
}
.pagination {
    width: 100%;
}
.pagination ul {
    list-style: none;
    margin: 0;
    padding: 0 0 60px;
    width: 100%;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
    margin: 0 5px;
    font-size: 18px;
}
.pagination ul li a {
    color: #d40000;
    text-decoration: none;
    padding: 5px;
    display: block;
}
.pagination ul li span {
    color: #757575;
    padding: 5px;
    display: block;
}
.rating-stars ul > li.star > label i.fa {
    font-size:1em;
    color:#ccc;
    cursor: pointer;
}
.rating-stars ul > li.star.hover > label i.fa {
    color:#FFCC36;
}
.rating-stars ul > li.star.selected > label i.fa {
    color:#FF912C;
} 
.rating-stars ul > li.star {
    display:inline-block;
    font-size:14px;
}
.rating-stars ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}
div#searchMenuWT {
    padding: 0 15px;
}
div#searchMenuWT .searchmenuWheelstires-img img {
    width: 100%;
}
div#searchMenuWT .searchmenuWheelstires-content {
    padding: 50px;
}
div#searchMenuWT .searchmenuWheelstires-content ul.list-group li {
    list-style: none;
    margin: 5px 0;
}
div#searchMenuWT ul.list-group li a {
    display: block;
    padding: 10px;
    border: 1px solid #dedede;
    background: #f1f1f1;
    font-weight: bold;
    transition: all .3s;
}
div#searchMenuWT .searchmenuWheelstires-content ul.list-group li a {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 10px;
}
div#searchMenuWT ul.list-group li a:hover {
    background: #333;
    color: #fff;
}
div#customSearchVechile h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
div#searchMenuWT .searchmenuWheelstires-content input {
    outline: none;
    border: 1px solid #dedede;
    border-radius: 0;
    width: 150px;
    max-width: 280px;
    font-size: 16px;
    padding: 5px 7px;
    margin-bottom: 15px;
}
div#searchMenuWT .modal-dialog {
    max-width: 960px;
    width: 100%;
    margin: 3em auto;
}

.custom-search-list ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.custom-search-list ul li {
    display: inline-block;
    border: 1px solid #dedede;
    border-bottom: 0;
}
.custom-search-list ul li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #757575;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}
.custom-search-list ul li a img {
    width: 40px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}



div#homeSearchVehicle {
    padding: 0 15px;
}
div#homeSearchVehicle .searchmenuWheelstires-content img {
    width: 100%;
}
div#homeSearchVehicle .searchmenuWheelstires-content {
    padding: 50px;
}
div#homeSearchVehicle .searchmenuWheelstires-content ul.list-group li {
    list-style: none;
    margin: 5px 0;
}
div#homeSearchVehicle ul.list-group li a {
    display: block;
    padding: 10px;
    border: 1px solid #dedede;
    background: #f1f1f1;
    font-weight: bold;
    transition: all .3s;
}
div#homeSearchVehicle .searchmenuWheelstires-content ul.list-group li a {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 10px;
}
div#homeSearchVehicle .searchmenuWheelstires-content div#searchPopupHome input, div#homeSearchVehicle .searchmenuWheelstires-content div#searchPopupSizeHome input {
    outline: none;
    border: 1px solid #dedede;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    padding: 6px 12px;
    margin-bottom: 5px;
    border-radius: 30px;
}
a.searchItemSubmit, a.searchItemSizeSubmit {
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    text-decoration: none;
    pointer-events: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    background: #ed1c24;
    cursor: pointer;
    text-transform: uppercase;
    pointer-events: all;
}
div#homeSearchVehicle .modal-dialog {
    max-width: 960px;
    width: 100%;
    margin: 3em auto;
}
div#customSearchVechile>ul>li {
    list-style: none;
    display: inline-block;
}
div#customSearchVechile>ul {
    margin: 0 0 20px;
    padding: 0;
}
div#customSearchVechile>ul>li>a {
    color: #989898;
    text-decoration: none;
    pointer-events: none;
    font-size: 20px;
}
div#customSearchVechile>ul>li>a.active {
    color: #000;
    pointer-events: auto;
}
div#customSearchVechile>ul>li>a:hover {
    color: #000;
}
div#customSearchVechile>ul>li:after {
    content: " /";
    font-size: 20px;
}
div#customSearchVechile>ul>li:last-child:after {
    content: "";
}
div#customSearchVechile>div {
    display: none;
}
div#customSearchVechile>div.active {
    display: block;
}
div#customSearchVechile {
    padding: 20px;
    border: 1px solid #dedede;
}

div#customSearchVechile2 h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
div#customSearchVechile2>ul>li {
    list-style: none;
    display: inline-block;
}
div#customSearchVechile2>ul {
    margin: 0 0 20px;
    padding: 0;
}
div#customSearchVechile2>ul>li>a {
    color: #989898;
    text-decoration: none;
    pointer-events: none;
    font-size: 18px;
}


a#customSearchZip2 {
    padding-right: 40px;
}

div#customSearchVechile2>ul.det-right>li>a.active {
    color: #ed1c24;
    pointer-events: auto;
}
div#customSearchVechile2>ul>li>a:hover {
    color: #000;
}

div#customSearchVechile2>ul.det-right>li:after {
    content: " | ";
    font-size: 20px;
}
div#customSearchVechile2>ul>li:last-child:after {
    content: "";
}
div#customSearchVechile2>div {
    display: none;
}
div#customSearchVechile2>div.active {
    display: block;
}
div#customSearchVechile2 {
    padding: 20px;
    border: 1px solid #dedede;
}






div#homeSearchSize {
    padding: 0 15px;
}
div#homeSearchSize .homeSearchSize-img img {
    width: 100%;
}
div#homeSearchSize .homeSearchSize-content {
    padding: 50px;
}
div#homeSearchSize .homeSearchSize-content ul.list-group li {
    list-style: none;
    margin: 5px 0;
}
div#homeSearchSize ul.list-group li a {
    display: block;
    padding: 10px;
    border: 1px solid #dedede;
    background: #f1f1f1;
    font-weight: bold;
    transition: all .3s;
}
div#homeSearchSize .homeSearchSize-content ul.list-group li a {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 10px;
}
div#homeSearchSize .homeSearchSize-content input {
    outline: none;
    border: 1px solid #dedede;
    border-radius: 0;
    width: 150px;
    max-width: 280px;
    font-size: 16px;
    padding: 5px 7px;
    margin-bottom: 15px;
}
div#homeSearchSize .modal-dialog {
    max-width: 960px;
    width: 100%;
    margin: 3em auto;
}
div#homeSearchSize>ul>li {
    list-style: none;
    display: inline-block;
}
div#homeSearchSize>ul {
    margin: 0 0 20px;
    padding: 0;
}
div#homeSearchSize>ul>li>a {
    color: #989898;
    text-decoration: none;
    pointer-events: none;
    font-size: 20px;
}
div#homeSearchSize>ul>li>a.active {
    color: #000;
    pointer-events: auto;
}
div#homeSearchSize>ul>li>a:hover {
    color: #000;
}
div#homeSearchSize>ul>li:after {
    content: " /";
    font-size: 20px;
}
div#homeSearchSize>ul>li:last-child:after {
    content: "";
}
div#homeSearchSize>div.active {
    display: block;
}
div#customSearchSize h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
div#customSearchSize>ul>li {
    list-style: none;
    display: inline-block;
}
div#customSearchSize>ul {
    margin: 0 0 20px;
    padding: 0;
}
div#customSearchSize>ul>li>a {
    color: #989898;
    text-decoration: none;
    pointer-events: none;
    font-size: 20px;
}
div#customSearchSize>ul>li>a.active {
    color: #000;
    pointer-events: auto;
}
div#customSearchSize>ul>li>a:hover {
    color: #000;
}
div#customSearchSize>ul>li>a:after {
    content: " /";
    font-size: 20px;
}
div#customSearchSize>ul>li:last-child>a:after {
    content: "";
}
div#customSearchSize>div {
    display: none;
}
div#customSearchSize>div.active {
    display: block;
}
div#customSearchSize {
    padding: 20px;
    border: 1px solid #dedede;
}
div#customSearchSize>ul>li {
    list-style: none;
    display: inline-block;
}
div#customSearchSize>ul {
    margin: 0 0 20px;
    padding: 0;
}
div#customSearchSize>ul>li>a {
    color: #989898;
    text-decoration: none;
    pointer-events: none;
    font-size: 20px;
}
div#customSearchSize>ul>li>a.active {
    color: #000;
    pointer-events: auto;
}
div#customSearchSize>ul>li>a:hover {
    color: #000;
}
div#customSearchSize>ul>li>a:after {
    content: " /";
    font-size: 20px;
}
div#customSearchSize>ul>li:last-child>a:after {
    content: "";
}
div#customSearchSize>div {
    display: none;
}
div#customSearchSize>div.active {
    display: block;
}
div#customSearchSize {
    padding: 20px;
    border: 1px solid #dedede;
}
div#customSearchSize>div>div {
    display: none;
}
div#customSearchSize>div.active>div.active {
    display: block;
}
div#customSearchSize>div>div>div {
    display: none;
}
div#customSearchSize>div.active>div.active>div.active {
    display: block;
}
.height-popupsize {
    max-height: 500px;
    overflow-x: hidden;
}
.searchSizeChoose ul li {
    display: inline-block;
}
.searchSizeChoose {
    margin-top: 20px;
    text-align: right;
}
.searchSizeChoose ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.searchSizeChoose ul li a {
    transition: all .3s;
    display: block;
    color: #d90114;
    font-size: 16px;
    text-decoration: none;
}
.searchSizeChoose ul li:last-child a {
    background: #d90114;
    padding: 7px 20px;
    margin-left: 10px;
    color: #fff;
    border-radius: 5px;
    transition: all .3s;
}
.searchSizeChoose ul li:last-child a:hover {
    background: #393b47;
    color: #fff;
}
.searchSizeChoose ul li a:hover {
    color: #393b47;
}



div#Shopbyvehicle #formVehicle a {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px;
    font-size: 18px;
    color: #5f5f5f;
    text-decoration: none;
}
/* Login css */
.form-signin {
    width: 100%;
    max-width: 400px;
    padding: 30px;
    margin: 3rem auto;
    border: 1px solid #dedede;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/*  */
.faq-list .card .card-body h5 {
    margin: 0;
}
.faq-list .card .card-body h5 a {
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
    color: #5f5f5f;
    display: block;
}
.faq-list .card .card-body {
    padding: 0;
}
.innerpage.faq-page .h-title h1 {
    padding-left: 30px;
}
.innerpage.recommendedInstaller-page .h-title h1 {
    padding-left: 30px;
}
.innerpage.recommendedInstaller-page .h-title p {
    font-size: 16px;
    margin: 10px 0 30px;
}
.h-title p {
    font-size: 16px;
    margin: 10px 0 30px;
}
.faq-list .faqlist .card-header {
    padding: 0;
}
.faq-list .faqlist .card-header button {
    color: #333;
    display: block;
    width: 100%;
    text-align: left;
    text-decoration: none;
}
.faq-list .faqlist .card {
    margin: 00;
}
.faq-list .faqlist .card-body {
    padding: .75rem;
}
.faqlist h1.faq-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #757575;
}
.faqlist>div {
    padding: 30px 0;
}
.your-slider.slick-initialized .slick-slide {
    margin: 0 15px;
}
.blogImageHome {
    overflow: hidden;
}
.blogHomeBotList:hover .blogImageHome img {
    transform: scale(1.1);
}
.your-slider.slick-initialized .slick-slide img {
    width: 100%;
}
.bottom2Content h1 {
    font-size: 38px;
    color: #fff;
}
.bottom2Content p {
    font-size: 18px;
    color: #fff;
}
.signup-page label {
    font-size: 16px;
}
.signup-page label span {
    color: #d40000;
}
.track-order {
    padding: 3rem 0;
    background-color: #f1f1f1;
}
.form-track-order {
    width: 100%;
    max-width: 600px;
    padding: 30px;
    margin: 0 auto;
    border: 1px solid #dedede;
    background-color: #fff;
}
.stepper .nav-tabs {
    position: relative;
    border: 0;
}
.stepper .nav-tabs > li {
    width: 25%;
    position: relative;
    /* display: block; */
}
.stepper .nav-tabs > li:after {
    content: '';
    position: absolute;
    background: #f1f1f1;
    display: block;
    width: 100%;
    height: 5px;
    top: 38px;
    left: 50%;
    z-index: 1;
}
.stepper .nav-tabs > li.completed::after {
    background: #34bc9b;
}
.stepper .nav-tabs > li:last-child::after {
    background: transparent;
}
.stepper .nav-tabs > li.active:last-child .round-tab {
    background: #34bc9b;
}
.stepper .nav-tabs > li.active:last-child .round-tab::after {
    content: 'Ã¢Å“â€';
    color: #fff;
    position: absolute;
    left: 0;
    height: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
}
.stepper .nav-tabs [data-toggle='tab'] {
    width: 40px;
    height: 40px;
    margin: 20px auto;
    border-radius: 100%;
    border: none;
    padding: 0;
    color: #f1f1f1;
    display: block;
    pointer-events: none;
}
.stepper .nav-tabs [data-toggle='tab']:hover {
    background: transparent;
    border: none;
}
.stepper .nav-tabs > .active > [data-toggle='tab'], .stepper .nav-tabs > .active > [data-toggle='tab']:hover, .stepper .nav-tabs > .active > [data-toggle='tab']:focus {
    color: #34bc9b;
    cursor: default;
    border: none;
}
.stepper .tab-pane {
    position: relative;
    padding-top: 0;
}
.stepper .round-tab {
    width: 40px;
    height: 40px;
    line-height: 22px;
    display: inline-block;
    border-radius: 25px;
    background: #fff;
    border: 2px solid #34bc9b;
    color: #34bc9b;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0;
}
.stepper .completed .round-tab {
    background: #34bc9b;
}
.stepper .completed .round-tab::after {
    content: 'Ã¢Å“â€';
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: block;
}
.stepper .active .round-tab {
    background: #fff;
    border: 2px solid #34bc9b;
}
.stepper .active .round-tab:hover {
    background: #fff;
    border: 2px solid #34bc9b;
}
.stepper .active .round-tab::after {
    display: none;
}
.stepper .disabled .round-tab {
    background: #fff;
    color: #f1f1f1;
    border-color: #f1f1f1;
}
.stepper .disabled .round-tab:hover {
    color: #4dd3b6;
    border: 2px solid #a6dfd3;
}
.stepper .disabled .round-tab::after {
    display: none;
}
.track-order .tab-content p {
    font-size: 16px;
    color: #333;
}
.track-order .stepper>p {
    font-size: 20px;
    font-weight: bold;
}
.track-order .stepper>h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 42px;
}
.track-order .tab-content .orderStatusProduct p {
    font-size: 20px;
    margin: 0;
}
.track-order .stepper h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
}
.track-order .stepper .orderHistory {
    margin-top: 30px;
}
.track-order .stepper .orderHistory {
    margin-top: 30px;
}
.track-order .stepper .orderHistory p {
    font-size: 18px;
    margin: 0 0 5px;
}
.track-order .stepper .orderHistory p span {
    color: #757575;
    float: right;
}
.privacy-statement {
    padding: 70px 0;
    background-color: #f1f1f1;
}
.privacy-statement>div>h1 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.privacy-statement>div>p {
    text-align: center;
    padding: 0 8rem;
    font-size: 18px;
    margin: 0 0 50px;
}
.privacy-statement .privacyStateTitle h1 {
    text-align: right;
    font-size: 22px;
    font-weight: bold;
}
.privacy-statement ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.privacy-statement ul li {
    list-style: none;
}
.privacy-statement .privacyStateContent p {
    font-size: 18px;
}
.privacy-statement .privacyStateContent {
    border-left: 1px solid #bfbfbf;
}
.privacy-statement>div {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.return-policyContent {
    padding: 0 2rem;
}
.return-policyContent p {
    font-size: 18px;
}
.return-policyContent ul li {
    font-size: 18px;
    list-style-position: unset;
    list-style-type: disc;
}
.return-policyContent ul {
    font-size: 18px;
    list-style-position: unset;
    list-style-type: disc;
    padding-left: 30px;
}
.return-policyContent ul>p {
    font-weight: bold;
    text-transform: uppercase;
    margin-left: -30px;
}
.useful-links {
    padding: 70px 0;
    background-color: #f1f1f1;
}
.useful-links>div>h1 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.useful-links>div>p {
    text-align: center;
    padding: 0 8rem;
    font-size: 1rem;
    margin: 0 0 50px;
}
.useful-links>div {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.useful-links>div .useful-linksList {
    padding: 0 50px;
}
.useful-links>div .useful-linksList h1 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.useful-links>div .useful-linksList ul {
    margin: 0;
    padding: 0 0 0;
    list-style: none;
}
.useful-links>div .useful-linksList ul li a {
    color: #757575;
    text-decoration: none;
}
.useful-links>div .useful-linksList ul li a:hover {
    color: #000;
}
.useful-links>div .useful-linksList ul li {
    padding-left: 15px;
    position: relative;
}
.useful-links>div .useful-linksList ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.why-us {
    padding: 70px 0;
    background-color: #f1f1f1;
}
.why-us>div>h1 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.why-us>div>p {
    text-align: center;
    padding: 0 0rem;
    font-size: 1rem;
    margin: 0 0 50px;
}
.why-us>div {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.why-us>div .why-usContent {
    padding: 0 50px;
}
.why-us>div .why-usContent h1 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.why-us>div .why-usContent .why-usList {
    padding: 20px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid #dedede;
}
.why-us>div .why-usContent .why-usList {
    padding: 20px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid #dedede;
    height: 100%;
}
.why-us>div .why-usContent>h1 {
    font-size: 24px;
    padding-right: 0rem;
}
.why-us>div .why-usContent p {
    font-size: 16px;
    text-align: center;
}
.why-us>div .why-usContent .why-usList p {
    margin: 0;
}
.why-us>div .why-usContent>div>div {
    margin-top: 30px;
}
.terms-services {
    padding: 70px 0;
    background-color: #f1f1f1;
}
.terms-services>div>h1 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.terms-services>div>p {
    text-align: center;
    padding: 0 8rem;
    font-size: 18px;
    margin: 0 0 50px;
}
.terms-services>div {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.terms-services>div .terms-servicesContent {
    padding: 0 50px;
}
.terms-services>div .terms-servicesContent h1 {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.terms-services>div .terms-servicesContent p, .terms-services>div .terms-servicesContent ul li {
    font-size: 18px;
}
.terms-services>div .terms-servicesContent .terms-servicesitem p:last-child, .terms-services>div .terms-servicesContent .terms-servicesitem ul:last-child {
    margin: 0;
}
.terms-services>div .terms-servicesContent .terms-servicesitem {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}
.roadHazardProg {
    padding: 70px 0;
    background-color: #f1f1f1;
}
.roadHazardProg>div>h1 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.roadHazardProg>div>p {
    text-align: center;
    padding: 0 8rem;
    font-size: 1rem;
    margin: 0 0 50px;
}
.roadHazardProg>div {
    background: #fff;
    padding-top: 50px;
}
.roadHazardProg .roadHazardProgContent {
    padding: 0 50px;
    background: url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/rhp-img.png) no-repeat right bottom;
}
.roadHazardProg .roadHazardProgContent p {
    font-size: 16px;
    margin: 0;
}
.roadHazardProg .roadHazardProgContent li {
    margin-bottom: 10px;
}
.rhp-bottom {
    background-color: #8c3232;
}
.rhp-bottom h1 {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    padding: 30px;
    text-align: center;
}
.recommededZip form h1 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 30px;
    color: #555;
}
.recommededZip form p {
    margin: 0 0 15px;
    font-size: 18px;
}
.recommededZip form p select {
    padding: 8px;
    border: 0;
    border-bottom: 1px solid #dedede;
    color: #757575;
    outline: none;
}
.recommededZip form p input {
    padding: 8px;
    border: 0;
    border-bottom: 1px solid #dedede;
    color: #757575;
    outline: none;
}
.recommededZip form p input[type="submit"] {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #ed1c24;
    padding: 10px 15px;
    width: 100%;
    cursor: pointer;
    margin-top: 15px;
}
.recommededZip form {
    padding: 15px 0 0;
}
.recommendedInstallerContent {
    border-bottom: 1px solid #dedede;
    padding: 30px 0 30px;
    margin: 0 0 30px;
}
.recommendedInstallerList dl dt {
    padding: 15px;
    font-size: 18px;
}
.recommendedInstallerList {
    padding: 0 15px;
    margin-bottom: 50px;
}
.recommendedInstallerList > dl {
    margin-bottom: 0;
}
.recommendedInstallerList > dl:first-child {
    padding: 0;
}
.recommendedInstallerList > dl {
    padding: 15px 0;
    border-bottom: 1px solid #dededede;
}
.recommendedInstallerList > dl.selected {
    background-color: #ed1c24;
}
.recommendedInstallerList > dl.selected > dd {
    color: #fff;
}
.recommendedInstallerList > dl > dd {
    color: #333;
    font-size: 16px;
}
.recommendedInstallerList > dl > dd.recommendedInstallerNumber {
    position: relative;
}
.recommendedInstallerList > dl > dd.recommendedInstallerNumber>span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50% 50% 50% 0;
    border: 3px solid #333;
    width: 40px;
    height: 40px;
    transform: rotate(-45deg);
}
.recommendedInstallerList > dl.selected > dd.recommendedInstallerNumber>span {
    border: 3px solid #fff;
}
.recommendedInstallerList > dl > dd.recommendedInstallerNumber>span>span {
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
    width: 100%;
    height: 24px;
    font-weight: bold;
    text-align: center;
}
.recommendedInstallerList .pagination {
    padding: 20px 0 0;
}
.recommendedInstallerList .pagination ul {
    padding: 0;
}
.recommendedInstallerList > dl dd a {
    display: block;
    text-align: center;
    padding: 8px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #ed1c24;
    background-color: transparent;
    border: 2px solid #ed1c24;
}
.recommendedInstallerList > dl.selected dd a {
    color: #000;
    background-color: #f1f1f1;
    border: 2px solid transparent;
}
.innerpage.my-account {
    margin: 0;
    padding: 80px 0;
    background-color: #f1f1f1;
}
.innerpage.my-account .h-title h1 {
    background: #f1f1f1;
}
.myAccountContainer .leftAccount, .myAccountContainer .rightAccount {
    padding: 15px;
    background: #fff;
}
.myAccountContainer .leftAccount ul.accountNav {
    padding: 0;
    margin: 0;
    list-style: none;
}
.myAccountContainer .leftAccount ul.accountNav li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #dedede;
    text-decoration: none;
    color: #333;
    border-left: 2px solid transparent;
}
.myAccountContainer .leftAccount ul.accountNav li a:hover {
    color: #ed1c24;
}
.myAccountContainer .leftAccount ul.accountNav li.active a {
    border-left: 2px solid #ed1c24;
}
.myAccountContainer .leftAccount ul.accountNav li:first-child a {
    border-top: 1px solid #dedede;
}
.myAccountContainer .leftAccount .accountImage img {
    width: 100%;
}
.myAccountContainer .leftAccount h1.accountName {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 20px;
}
.rightAccount h1.rightAccountTitle a {
    font-size: 14px;
    color: #ed1c24;
    text-decoration: none;
}
.rightAccount h1.rightAccountTitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
}
.myAcountLabels {
    font-size: 18px;
}
.myAcountLabels label {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin: 0;
}
.myAcountLabels>div>div {
    margin-bottom: 15px;
}
.myAccountInfo .myAcountLabels>div>div:last-child {
    margin: 0;
}
.myAccountInfo, .myAccountAddress {
    margin-bottom: 50px;
}
.myAccountRecentOrder table tr th,.myAccountRecentOrder table tr td {
    border: 1px solid #dedede;
    padding: 10px;
}
.myAccountRecentOrder table tr td a {
    color: #ed1c24;
    text-decoration: none;
    font-weight: bold;
}
.myAcountLabels input, .myAcountLabels select {
    width: 100%;
    border: 1px solid #dedede;
    padding: 7px 10px;
    outline: none;
}
.myAcountLabels input[type="submit"] {
    background: #ed1c24;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}
.order-information {
    margin-top: 50px;
}
div#addPaymentMethod label {
    display: block;
    margin: 0 0;
    font-weight: bold;
}
div#addPaymentMethod input {
    width: 100%;
    padding: 7px 10px;
    outline: none;
}
div#addPaymentMethod .modal-body > div > div {
    margin-bottom: 15px;
}
div#removePaymentMethod .modal-header {
    border-bottom: 0;
}
.popupsize button.close {
    position: absolute;
    color: #fff;
    opacity: 1;
}
div.popupsize .modal-dialog {
    max-width: 1100px;
    margin-top: 100px;
}
div.popupsize .modal-dialog nav {
    background: transparent!important;
    border-radius: 0!important;
    border: 0!important;
}
div.popupsize .modal-dialog .tab-content {
    border-top: 0;
}
div.popupsize .modal-dialog nav .nav-tabs .nav-link.active {
    color: #333;
}
div.popupsize .modal-dialog nav .nav-tabs .nav-link {
    color: #75757575;
    font-size: 16px;
}
div.popupsize .modal-dialog .oeSize ul {
    padding: 0;
    margin: 0 -15px;
    list-style: none;
    font-size: 0;
}
div.popupsize .modal-dialog .oeSize ul li {
    display: inline-block;
    padding: 15px;
    text-align: left;
}
div.popupsize .modal-dialog .oeSize ul li h1 {
    font-size: 28px;
    font-weight: bold;
}
div.popupsize .modal-dialog .oeSize ul li h1 span {
    display: block;
    font-size: 14px;
    color: #757575;
    font-weight: normal;
}
div.popupsize .modal-dialog .oeSize ul li h1 a {
    display: block;
    font-size: 16px;
    color: #ed1c24;
    font-weight: normal;
    text-decoration: none;
}
.sizeListSearch div div {
    padding: 15px;
    border: 1px solid #dedede;
    margin-top: 10px;
}
.optionalSizeMenu a {
    background: #333;
    outline: none;
    border: 0;
}
.optionalSizeMenu a:hover, .optionalSizeMenu a:focus {
    background: #ed1c24;
    box-shadow: none;
}
.optionalSizeMenu a:not(:disabled):not(.disabled):active {
    background: #ed1c24;
    box-shadow: none;
}
.sizeListSearch a {
    font-size: 16px;
    width: 24%;
    display: inline-block;
    padding: 10px;
    background: #dedede;
    text-align: center;
    color: #333;
    margin: .5%;
    text-decoration: none;
    transition: all .3s;
}

.sizeListSearch a:hover {
    background: #333;
    color: #dedede;
}
.optionalSize p {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}
div#cartOpen .modal-dialog {
    max-width: 700px;
    text-align: center;
    margin-top: 5%;
}
div#cartOpen .cartInstaller p {
    font-size: 18px;
}
div#cartOpen .cartInstaller a {
    display: inline-block;
    background: #ed1c24;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
div#cartOpen .modal-dialog .modal-body button.close {
    position: absolute;
    right: 15px;
    top: 15px;
}
div#cartOpen .modal-dialog .modal-body {
    padding: 30px;
}
.recommendedMap img {
    width: 100%;
}
/*.btnActionResult input.trrir-addtocartred {*/
/*    text-transform: uppercase;*/
/*    width: auto;*/
/*    padding: 20px 20px;*/
/*    font-size: 16px;*/
/*    display: inline-block;*/
/*    border: 0;*/
/*    cursor: pointer;*/
/*    margin-right: 15px;*/
/*}*/
.btnActionResult button.trrir-addtocartred {
    text-transform: uppercase;
    width: auto;
    padding: 20px 20px;
    font-size: 16px;
    display: inline-block;
    border: 0;
    cursor: pointer;
    margin-right: 15px;
}
.btnActionResult button.trrir-addtocart.trrir-addtocart#e07b19 {
    background: #ed1c24;
    border: 0;
    display: inline-block;
    width: auto;
    font-size: 16px;
    margin: 0;
    vertical-align: top;
    cursor: pointer;
}
.btnActionResult button.trrir-addtocart.trrir-addtocart#e07b19 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}
.trri-w p a {
    color: #d70000;
    text-decoration: none;
}
/* Product page Zoomer and Thumbnail */
div#content {
    text-align: center;
    position: relative;
    display: block;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 100%;
    flex: 100%;
}
#zoomProduct {
    position: absolute;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
    display: none;
}
#viewProductImage {
}
#viewProductImage img {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,.6);
}
#thumbs {
    position: relative;
    margin: 20px 0;
}
#nav-left-thumbs { left: 70px; }
#nav-right-thumbs { right: 70px; }
#nav-left-thumbs, #nav-right-thumbs {
    position: absolute;
    top: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.6);
    font-size: 1em;
    font-weight: bold;
    color: #999;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
    cursor: pointer;
    transition-duration: .5s;
}
#nav-left-thumbs:hover, #nav-right-thumbs:hover { background: lightgrey; }
#pics-thumbs {
    position: relative;
    padding: 5px 0;
    margin: 0 122px;
    white-space: nowrap;
    overflow: hidden;
    transition-duration: .8s;
}
#pics-thumbs img {
    padding: 5px;
    margin: 0 2px;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,.6);
    cursor: pointer;
    height: 75px;
    transition-duration: .5s;
}
/* End */
div.stick_sidebar {
    position: sticky;
    top: 0;
    padding-top: 30px;
}
.pl-image img {
    width: 100%;
}
.pl-m-bot {
    margin: 0 0 30px;
}
.pl-m-bot p {
    margin: 0 0 5px;
    font-size: 16px;
}
.tire-season .tire-seasonList .tire-seasonItem a img {
    width: 100%;
    margin-top: 20px;
}
.tire-season .tire-seasonList .tire-seasonItem a {
    font-size: 20px;
    text-align: left;
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    color: #333;
    text-decoration: none;
    border: 1px solid #dedede;
    padding: 15px;
    margin: 15px 0;
    transition: all .3s;
    overflow: hidden;
}
.tire-season .tire-seasonList .tire-seasonItem a:hover {
    color: #fff;
    background: #fff;
}
.tire-season {
    margin-top: 50px;
}
span.select2-selection {
    width: 100%;
    color: #797979;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px;
    border: 0;
    height: 48px!important;
}
span.select2-selection__arrow {
    bottom: 0;
    margin: auto;
}

.empty h3{
    font-size: 30px;
    margin-top: 15px;
}
.empty p{
    font-size: 16px;
}
.empty a{
    color: red;
}
.h-title h1{
    vertical-align: middle;
    font-size: 42px;
    font-weight: bold;
    color: #5f5f5f;
    text-transform: uppercase;
    max-width: 405px;
    background: #fff;
    z-index: 11;
    position: relative;
    max-width: initial;
    display: block;
    padding-right: 0;
    text-align: center;
}
.h-title hr{border: #d40000 1px solid;margin: 0;position: absolute;top: 20px;bottom: 20px;width: 100%; display: none;}
.h-title{position: relative; margin: 20px 0; text-align: center; }
.h1desc{
    font-size: 16px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}
/-------Ads Video------/
.bottom-banner{margin-top: 40px;}

.h-title h1{
    vertical-align: middle;
    font-size: 42px;
    font-weight: bold;
    color: #5f5f5f;
    text-transform: uppercase;
    max-width: 405px;
    background: #fff;
    z-index: 11;
    position: relative;
    max-width: initial;
    display: block;
    padding-right: 0;
    text-align: center;
}
.h-title hr{border: #d40000 1px solid;margin: 0;position: absolute;top: 20px;bottom: 20px;width: 100%;}
.h-title{position: relative; margin: 20px 0; text-align: center; }
.h1desc{ 
    font-size: 16px;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
}
/*-------Ads Video------*/
.bottom-banner{margin-top: 40px;}
.bottom-banner2{
    background: transparent url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/btm-videobg.jpg) no-repeat center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
}
.bottom-banner2 .bottom2Content video{ width: 100%; }
/*-------Ads Product Banner------*/
.ad_banner { height: auto; width: 100%;  border: 1px solid #b7b7b7; margin-bottom: 30px; }
.ad_banner .top-ad-title { 
    background-color: #e7e7e8; padding: 10px; padding-bottom: 0px; 
    border-bottom:1px solid #b7b7b7;   
}
.ad_banner .top-ad-title h1{ font-size: 18px; font-weight: bold; }
.ad_banner img { width: auto; }
.ad_banner .tireimg{ padding:10px; }
.ad_banner .tireimg img{border: 1px solid #b7b7b7;padding: 10px;width: 100%;}
.ad_banner .tireinfo{ padding:15px 30px 5px; text-transform: uppercase; }
.ad_banner .tireinfo .tirebrand-t {font-size: 14px;margin: 0;}
.ad_banner .tireinfo .tirename-t {font-size: 30px;line-height: 1;font-weight: bold;}
.ad_banner .tireinfo .tiresize-t {font-size: 18px;color: #717171;}
.ad_banner .tireinfo p { color: #717171; line-height: .2;}
.ads-btn1 {
    border-radius: 3px;
    border: none;
    padding: 10px 28px 10px 28px;
    font-weight: bold;
    float: right;
    position: absolute;
    right: 10px;
    bottom: 70px;
    background: #393b47;
    color: white;
    text-decoration: none;
    transition: all .3s;
}
a.ads-btn1:hover {
    background: #d90114;
}
.ads-btn2 {
    border-radius: 3px;
    border: none;
    padding: 10px 30px 10px 30px;
    font-weight: bold;
    float: right;
    position: absolute;
    right: 10px;
    bottom: 20px;
    background-color: #d90114;
    color: white;
    cursor: pointer;
    transition: all .3s;
}
.ads-btn2:hover {
    background: #393b47;
}
/*Product Title / Details*/
.trr-inner{border: 1px solid #b7b7b7; padding: 0 15px;}
.trri-w h1{
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0 5px;
    color: #000;
}
.trri-w h4{
    color: #76777b;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
}
.trri-w h3 {
    font-size: 32px;
    margin: 0;
    font-weight: bold;
}
.trri-w p{font-size: 14px; color: #76777b;}
/*-----Service / Icons-----*/
.road-hazzz{
    padding:0;
    margin: 0px;
    margin-top: 10px;
    
}
.road-hazzz a{
    display: block;
    position: relative;
    min-height: 60px;
    padding: 0;
    background: transparent;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    text-align: right;
    pointer-events: none;
}
/*----Product Price / Discount / Buttons----*/

.trri-r input[type=number]{border-radius: 0; font-weight: bold; font-weight: bold;font-size: 16px;padding-top: 8px; padding-bottom: 8px; outline: none;}
.trr-price{
    display: block;
    font-weight: bold;
    font-size: 26px;
    color: #7c7c7c;
    margin-bottom: 0;
    position: relative;
}
.trr-price span, h2.trr-pricenorm span {
    font-style: italic;
    font-size: 14px;
    color: #7c7c7c;
    display: inline-block;
    font-weight: bold;
    text-transform: lowercase;
}
h2.trr-priceslash.trr-price {
    color: #ed1c24;
}
h2.trr-priceslash.trr-price span {
    color: #000;
}
.trr-set{display: block;font-size: 14px;color: #000;font-weight: bold;margin-bottom: 15px;line-height: 1;}
.trri-r {
    padding: 20px 15px 8px;
    background: #f1f1f1;
    height: 100%;
}
.trrir-right {
    text-align: right;
    width: 100%;
}
.btnActionResult input.trrir-addtocartred {
    width: 100%;
    padding: 15px 15px;
    font-size: 16px;
    display: inline-block;
    border: 0;
    cursor: pointer;
    margin-right: 15px;
    background: #d70000;
}
.btnActionResult input.trrir-addtocartred:hover {
    background: #d70000;
}
.btnActionResult button.trrir-addtocart.trrir-addtocart#e07b19 {
    /*background: #ed1c24;*/
    background: #393b47;
    border: 0;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
    vertical-align: top;
    cursor: pointer;
}
.btnActionResult button.trrir-addtocart.trrir-addtocart#e07b19:hover {
    background: #d90114;
}
.btnActionResult button.trrir-addtocart.trrir-addtocart#e07b19 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}
.trri-w p a {
    color: #d70000;
    text-decoration: none;
}
/*3 rebates*/
.bot-rebates h1{color: #000000;font-size: 14px;text-align: center;}
.bot-rebates a{margin-right: 10px;text-decoration: none;}
.bot-rebates img{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5px;
}
.bot-rebates a:last-child{ margin-right: 0px;}
.bot-rebates a[data]:hover:after {
    content: attr(data);
    padding: 10px 25px;
    color: black;
    position: absolute;
    left: 0;
    top: 90%;
    z-index: 2;
    width: 10%;
    border: 1px solid lightgray;
    background-color: #fff;
    margin-left: 5px;
    width: 300px;
    -webkit-box-shadow: 0px 0px 17px 2px rgba(158,158,158,1);
    -moz-box-shadow: 0px 0px 17px 2px rgba(158,158,158,1);
    box-shadow: 0px 0px 17px 2px rgba(158,158,158,1);
}

.mb-inner{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.mb-inner img{
    margin-top: 0;
    width: 580px;
    margin-bottom: 0;
    position: absolute;
    bottom: -73px;
    left: 0;
}
.mb-inner h1{font-size: 52px; color: #fff; font-weight: bold;}
.mb-inner h1 span{color: #d40000; font-style: italic;}
.mb-inner p{font-size: 19px; font-weight: bold; color: #fff;}
.mb-inner p a span{color: #777;font-weight: normal;margin-left: 20px;vertical-align: middle;}
.form-sea div#Shopbysize .fsbv ul li {
    width: 33.10%;
}
.ttrt-left h3{
    font-size: 24px;
    line-height: 1;
    color: #454545;
    font-weight: bold;
    text-transform: uppercase;
    border-right: 0px solid lightgray;
    margin-right: 3px;
    text-align: right;
    padding: 15px 18px 15px 0;
    margin: 0;
    display: inline-block;
}
.ttrt-left h3 span{font-size: 18px; font-weight: normal; color: gray;}
.ttrt-left h3 a{
    color: #e11f27;
    font-weight: bold;
    font-size: 12px;
    display: block;
}
.ttrt-right h3{
    font-size: 20px; 
    margin-top: 15px;
    line-height: .7;
    color: #454545; 
    font-weight: bold; 
    border-right: 1px solid lightgray;  
}
.ttrt-right h3 span{font-size: 12px; font-weight: normal; color: gray; }
.ttrt-right .novl{ border: none; }
.ads-wVideo{
    background-image: url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/optimize/ads-vid-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 100px;
    height: auto;
    width: 100%; ;
}
.ads-wVideo .ads-wVideo-col {
    padding: 90px 50px;
    margin: 0;
}
.ads-wVideo .ads-wVideo-col  .ads-wVideo-text h1{
    color: #fff;
    font-size: 40px;
}
.ads-wVideo .ads-wVideo-col  .ads-wVideo-text h1 span{
    color:  #ed1c24;
    font-size: 60px;
    font-weight: bold; 
}
.ads-wVideo .ads-wVideo-col  .ads-wVideo-text img{
    width: 35%;
    margin: 10px 0px 20px;
}
.ads-wVideo .ads-wVideo-col  .ads-wVideo-text p{
    width: 85%;
    color: #fff;
    font-size: 14px;
}
.wVideo-Wrapper {
    position: relative;
    padding-bottom: 46%; 
    padding-top: 25px;
    height: 0;
}
.wVideo-Wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer-top p a {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    background: #1C418C;
    padding: 10px 40px;
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all .3s;
    margin-bottom: 20px;
}
.footer-top p a:hover {
    background: #000;
}
.footer-inner img {
    width: 100%;
}
.footer-inner p {
    font-size: 16px;
    color: #fff;
}
.empty-c{
    margin:50px 0px 10px 0px;
    width: 100%;
    text-align: center;
    display: block;
}
.empty-c h3 {
    font-size: 24px;
    margin-top: 0px;
}
.empty-c p{
    font-size: 16px;
}
.empty-c a{
    color: red;
}
.ec-icons {
    margin-top: 50px;
    margin-bottom: 50px;
}
.ec-icons h1 a {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #333;
    margin-top: 15px;
    text-decoration: none;
}
.ec-col {
    max-width: 270px;
    width: 100%;
    margin: auto;
    height: 270px;
    border-radius: 100%;
    padding: 20px;
    transition: all .3s;
    position: relative;
    background: #f1f1f1;
}
.ec-icons>div>div:hover .ec-col {
    background: #d90114;
}
.ec-icons .ec-col img{
    width: 220px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
}

.customer-account-create .form-create-account,
.customer-account-login .login-container, .form.password.forget {
    max-width: 460px;
    padding: 35px 30px;
    border: 1px solid #ddd;
    margin: 40px auto;
}

.customer-account-login .login-container .block-customer-login {
    margin-bottom: .5rem;
}

.customer-account-login .login-container .block-customer-login #block-customer-login-heading,
.customer-account-login .login-container .block-new-customer #block-new-customer-heading {
    font-size: 1.5rem;
    font-weight: normal;
}

.customer-account-login .login-container .field.note,
.customer-account-login .login-container .field label span,
.customer-account-login .login-container .block-new-customer .block-content p,
.customer-account-login .login-container .field .control input {
    font-size: 16px;
}

.customer-account-login .login-container .field label {
    margin-bottom: 5px;
}


.customer-account-login .login-container .field {
    margin-bottom: 1rem;
}

.customer-account-login .login-container .field .control input, .form.password.forget .field .control input {
    width: 100%;
    padding: 8px 5px;
}

.field.captcha.required {
    margin-top: 10px;
}
body.customer-account-forgotpassword.page-layout-1column .section-items.nav-sections-items {
    display: none;
}
body.customer-account-create.page-layout-1column .account .actions-toolbar .primary {
    text-align: center !important;
}


.customer-account-login .sections.nav-sections,
.account .sections.nav-sections,
.customer-account-create .sections.nav-sections {
    display: none;
}

button.login,
button.submit.primary {
    background-color: #ed1c24;
    border-style: none;
    font-size: 18px;
    color: #fff;
    padding: 8px;
    width: 100%;
    border-radius: 3px;
    text-transform: uppercase;
}

button.login:hover {
    background-color: #333;
}

a.action.remind {
    font-size: 16px;
    display: block;
    padding: 10px 0;
}

a.action.create.primary {
    background-color: #808285;
    border-style: none;
    font-size: 18px;
    color: #fff;
    padding: 8px;
    width: 100%;
    border-radius: 3px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border: 1px solid #808285;
}

a.action.create.primary:hover {
    background-color: transparent;
    color: #808285;
}

#mp_recaptcha_0 { display: none }



.customer-account-create .form-create-account fieldset{margin: 0; opacity: 1;}
.customer-account-create .form-create-account .field {margin-bottom: 10px; opacity: 1;}
.customer-account-create .form-create-account .field .label{margin-bottom: 5px;}
.customer-account-create .form-create-account .field .control .input-text {
    width: 100%; padding: 8px 5px;
}
.customer-account-create .form-create-account fieldset:nth-child(2){margin: 0;}
.customer-account-create .form-create-account .actions-toolbar {margin-top: 15px;}

.customer-account-create .form-create-account br{display: none;}
.customer-account-create .form-create-account .secondarya.action.back{
    width: 100%;
    border: 1px solid #505050;
    background: #505050;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px;
    display: block;
    text-align: center;
    margin-top: 5px;
}
.z404 .il-404{
    display: inline-block;
}
.z404 .il-404 img{
    width: 100%;
    margin-left: 100px;
    margin-top: 50px;
}
.z404 .il-404 h1{
    font-size: 180px;
    color: #d90114;
}
.z404 h2{
    font-size: 175px;
    padding: 0;
    color: #d90114;
    line-height: .9;
    margin-top: 80px;
}

.z404 h3 {
    font-weight: 500;
    color: #414141;
}


.z404 p{
    font-size: 16px;
}
.z404 a{
    font-size: 14px;
    text-decoration: none;
    color: #007bff;
    margin-top: 0;
    border-radius: 5px;
}
.z404 a:hover{
    text-decoration: underline;
}
.z404 h3 a{
    max-width: 230px;
    margin: 0 auto;
    background: #d40000;
    color: #fff;
    font-style: italic;
    padding: .5em;
    font-size: 20px;
    border-radius: 3px;
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
}
body.cms-home-owd.cms-index-index.page-layout-custom_home {
    overflow-x: hidden;
}
.banner-slider {
  background-image: url('../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/optimize/home-banner.webp');
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 600px;
}
.home-bg-brand-banner {
   
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.home-bg-brand-banner:after {
    content: "";
    
    height: 100%;
    /*width: 50px;*/
    position: absolute;
    border-radius: 0 100% 100% 0;
    right: -50px;
    top: 0;
    z-index: 1;
    background-position: center;
}

.home-bg-brand-banner h1 {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    margin: 0;
}
.home-bg-brand-banner p {
    font-size: 16px;
    color: #757575;
    margin: 0 0 15px;
}
.home-bg-brand-banner p a {
    display: inline-block;
    padding: 5px 15px;
    background: #ed1c24;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
.product-bottomCenter .h-title {
    margin-top: 70px;
}
#popupTireSize .modal-dialog, div#popupWheelSize .modal-dialog, div#popupPackage .modal-dialog {
    max-width: 650px;
}
.optionalSize p {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.oeSize {
    background: #f1f1f1;
    padding: 15px;
    margin: 0 0 20px;
}
.oeSize h1 {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.sizeListSearch a {
    font-size: 16px;
    width: initial;
    display: inline-block;
    padding: 0;
    background: transparent;
    text-align: center;
    color: #333;
    margin: .5%;
    text-decoration: none;
    transition: all .3s;
    border-radius: 5px;
    border: 1px solid #dedede;
}
.sizeListSearch div {
    font-size: 18px;
    display: inline-block;
    padding: 0 30px;
}
.sizeListSearch a:hover .sizeDiameter {
    border-right: 1px solid #333;
}
.sizeListSearch .sizeDiameter {
    padding: 10px 15px;
    border-right: 1px solid #dedede;
    background: #1C418C;
    font-weight: bold;
    color: #fff;
    border-radius: 4px 0 0 4px;
    transition: all .3s;
    font-size: 16px;
    vertical-align: top;
}
.sizeListSearch {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s;
    border: 1px solid #dedede;
    border-radius: 5px;
    vertical-align: top;
    font-size: 0;
    text-decoration: none;
    color: #333;
}
.sizeListSearch:hover {
    text-decoration: none;
}
.sizeListSearch .sizeFullSizeStag {
    font-size: 12px;
    padding: 4px 30px;
    vertical-align: middle;
}
.plusSize {
    border-top: 1px solid #dedede;
    margin: 30px 0 0;
    padding: 20px 0 0;
}

.sizeListSearch .sizeFullSizeStag {
    font-size: 18px;
    padding: 4px 30px;
    vertical-align: middle;
}

.sizeListSearch .sizeFullSizeStag span {
    display: inline-block;
    width: 65px;
}
div#tplusSizes .sizeListSearch .sizeDiameter, div#wplusSizes .sizeListSearch .sizeDiameter, div#pplusSizes .sizeListSearch .sizeDiameter {
    background: #d90114;
}
div#plusSizes {
    border: 1px solid #dedede;
    padding: 20px;
}
div#tplusSizes .sizeListSearch .sizeDiameter, div#wplusSizes .sizeListSearch .sizeDiameter, div#pplusSizes .sizeListSearch .sizeDiameter {
    background: #d90114;
}
.plusSize a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s;
    margin: 0 0 15px;
    display: inline-block;
}
.plusSize a:hover {
    color: #d90114;
}
.card-rebates1 .resultPromoName{
    padding: 10px 5px 5px 5px;
    background-color: #F1C848;
}
.card-rebates1 .resultPromoImg{
    background-color: #393B47;
}
.banner-slider .col-sm-4 {
    background-position: right;
}
.your-slider {
    margin-bottom: 48px!important;
}
.overlay {
    z-index: 15;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.upsell-pop-up {
    margin: 35px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 70%;
    position: relative;
    transition: all 2s ease-in-out;
    height: auto;
}
.upsell-pop-up .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.upsell-pop-up h2 {
    text-align: center;
    padding: 5px;
}
.upsell-pop-up .up-content {
    padding: 10px;
    max-height: 30%;
    overflow: auto;
    margin: 50px 0px 10px 0px;
    overflow-x: hidden;
}
.upsell-pop-up .up-content .up-content-box{
    width: 100%;
    padding: 15px;
    text-align: center;
}
.upsell-pop-up .up-content .up-content-box img{
    width: 100%;
}
.upsell-pop-up .up-content .up-content-box h1{
    margin-top: 15px;
    color: gray;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.upsell-pop-up .up-content .up-content-box h4{
    color: #ed1c24;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}
.upsell-pop-up .up-content .up-content-box .up-add-btn{
    margin-top: 10px;
    background-color: #d70000;
    padding: 8px;
    border: none;
    width: 70%;
    border-radius: 25px;
    font-weight: bold;
    color: #fff;
}
.upsell-pop-up .up-content .up-content-box .up-add-btn:hover{
    background-color: #000;
}
.upsell-pop-up .up-content .up-content-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.reviewOverAll {
    padding: 40px;
    text-align: center;
    background: #f1f1f1;
    color: #393b47;
}
.reviewIndiRate .progress-bar {
    background: #d90114;
}
.reviewIndiRate .progress {
    height: 1rem;
    background-color: #c7c7c7;
    border-radius: 15px;
}
.reviewIndiRate {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}
.addReview2 a {
    display: inline-block;
    padding: 7px 30px;
    background-color: #d90114;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.addReview2 a:hover {
    text-decoration: none;
    transition: all .3s;
    background-color: #333;
    color: #fff;
}
.reviews-actions, .rating-summary {
    display: inline-block;
    padding: 0 15px;
}
.reviews-actions,.rating-summary {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
}
.b-reviews .rating-summary .rating-result {
    width: 144px;
    position: relative;
}
.reviews-actions {
    font-size: 72px;
    font-weight: bold;
}
.b-reviews .rating-summary > .rating-result:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    width: 100px;
    letter-spacing: 8px;
    color: #ffffff;
    font-size: 24px;
}
.b-reviews .rating-summary .rating-result > span:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    letter-spacing: 8px;
    color: #d90114;
    overflow: hidden;
    width: -webkit-fill-available;
    font-size: 24px;
}
.b-reviews .rating-summary .rating-result > span > span {
    font-size: 26px;
    opacity: 0;
}
.b-reviews .rating-summary .rating-result > span {
    display: block;
    position: relative;
}
p.totalCountReview {
    margin: 0;
    font-size: 16px;
    text-align: left;
}
.b-reviews .block-title {
    margin: 0 0 30px;
}
.reviewVS {
    margin: 0 0 30px;
    position: relative;
}
.b-reviews .reviewVS ul {
    border: 0;
}
.b-reviews .reviewVS ul li {
    border: 0;
}
.b-reviews .reviewVS .col-md-6 {
    border: 1px solid #dedede;
}
.b-reviews .reviewVS .col-md-6:first-child {
    border-left: 0;
}
.b-reviews .reviewVS .col-md-6:last-child {
    border-right: 0;
}
.b-reviews .reviewVS ul li p {
    margin: 10px 0 0;
    color: #333;
    font-size: 16px;
}
.b-reviews .reviewVS ul li p.r-date {
    margin: 10px 0 0;
}
.b-reviews .reviewVS ul li .ratingOverall {
    margin-bottom: 0px;
}
.b-reviews .reviewVS ul li .ratingWheels div p {
    margin: 10px 0 0;
}
.b-reviews .reviewVS ul li .ratingWheels div {
    margin-bottom: 0;
}
.reviewVSText {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    font-size: 20px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 100px;
    padding: 5px;
    font-weight: bold;
}
div#writeAReview .modal-dialog {
    max-width: 600px;
}
h2.readReviewTitle {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: bold;
    margin: 0;
}
div#writeAReview .modal-dialog .modal-header {
    background: #ffffff;
    color: #333;
}
.trr-inner .prod-img-package img {
    border-radius: 100%;
    position: absolute;
    width: 100px;
    top: -110px;
    left: 10px;
    border: 1px solid #dedede;
}
.trr-inner .prod-img-package {
    position: relative;
}
.affirm-computation {
    text-align: center;
    margin: 10px 0;
    line-height: 1.1;
    font-weight: 500;
}
.affirm-computation a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}
.affirm-computation a img {
    vertical-align: baseline;
    max-width: 32px;
    margin-right: 5px;
} 

.affirm-computation a span {
    font-size: inherit;
    color: #d90114;
}
.affirm-computation a strong span {
    color: #2516ed;
}
.upperMenuNav p {
    margin: 0;
}
.upperMenuNav p a {
    color: #000;
    font-weight: bold;
    font-size: 12px;
    text-transform: lowercase;
}
.upperMenuNav form {
    display: none;
    position: absolute;
    background: #fff;
    max-width: 300px;
    padding: 25px!important;
}
.upperMenuNav form input {
    padding: 7px 10px;
}
.upperMenuNav form button {
    border: none;
    background: #ED1C24;
    color: #fff;
    padding: 9px 18px;
    text-transform: uppercase;
    font-weight: bold;
}
form#formBrand ul li {
    width: 49.8%;
}
.noReviewFound {
    border: 1px solid #dedede;
    padding: 30px;
    text-align: center;
}
.noReviewFound img {
    max-width: 200px;
    width: 100%;
    margin: auto;
    display: inline-block;
    padding-right: 30px;
}
.noReviewFound p {
    text-align: left;
    font-size: 18px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.noReviewFound p a {
    color: #d90114;
    font-weight: bold;
}
div#product-result>h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 40px 0;
    color: #ed1c24;
}
.authentication-wrapper {
    display: none;
}
div#registration {
    text-align: center;
    font-size: 16px;
    margin-bottom: 60px;
}
div#registration input {
    background-color: #ed1c24;
    padding: 10px 35px;
    color: #ffff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    border: 0;
}
div#registration p {
    margin: 0;
}
div#registration div p:nth-child(2) {
    margin: 0 0 15px;
}
div.mage-error, div#password-strength-meter {
    color: #ed1c24;
}
body.account .block-title {
    font-size: 20px;
    border-bottom: 1px solid #dedede;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.block.block-dashboard-info, .block.block-dashboard-addresses, .block.block-dashboard-orders {
    padding: 15px;
    border: 1px solid #dedede;
    margin: 0 0 30px;
}
a.action.change-password {
    display: block;
    margin: 15px 0;
}
.box-actions a.action.edit {
    margin: 0 0 15px;
    display: block;
}
body.account .block-title span {
    font-size: 16px;
}
body.account .sidebar.sidebar-additional .block-title {
    border-bottom: 1px solid #bdbdbd;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
body.account .sidebar.sidebar-additional .block {
    margin: 0 0 30px;
    border: 1px solid #bdbdbd;
    padding: 15px;
}
body.account .sidebar.sidebar-additional .block ol {
    padding: 0 0 0 13px;
    margin: 10px 0 0;
}
body.account .sidebar.sidebar-additional .block ol li div {
    display: inline-block;
}
body.account .sidebar.sidebar-additional .block ol li strong a {
    display: block;
    color: #ed1c24;
}
body.account .sidebar.sidebar-additional .block ol li {
    margin: 0 0 10px;
}
body.account .sidebar.sidebar-additional .block button {
    display: block;
    width: 100%;
    border: 0;
    background: #ed1c24;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 6px;
}
body.account .sidebar.sidebar-additional .block a.action.view {
    text-decoration: none;
    margin: 10px 0 0;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #ed1c24;
}
.field-tooltip .field-tooltip-content{
    width: 453px;
}
div#tireViewFull {
    background: #fff;
}
div#tireViewFull .modal-content {
    border: 0;
}
div#tireViewFull .modal-header {
    border: 0;
}
div#tireViewFull .modal-header button.close {
    padding: 0;
    font-size: 50px;
}
div#tireViewFull.modal-dialog {
    width: 100%;
    max-width: 100%;
}
span.requiredZip {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 28px;
    height: 32px;
    left: 30px;
    color: #dc0000;
}
#force-zip .modal-body {
    position: relative;
}
#force-zip .upsell-pop-up .form-control {
    padding: 10px 30px;
}
.addToCartLoader {
    display: inline-block;
    width: 80px;
    /* height: 56px; */
    font-size: 0;
    position: relative;
    pointer-events: none;
}
.addToCartLoader:after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: addToCartLoader 1.2s linear infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
@keyframes addToCartLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.productDescription {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.productDescriptiontwo{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
div#proceedToCart h3.ModalBrand {
    font-size: 16px;
    font-weight: bold
    ;margin: 0;
}
div#proceedToCart h1.ModalModel {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #ed1c24;
    margin: 0;
}
div#proceedToCart p.ModalSize {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 1;
}
div#proceedToCart p#ModalPrice, div#proceedToCart p#ModalPrice2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    color: #ed1c24;
}
div#proceedToCart p#ModalPrice span, div#proceedToCart p#ModalPrice2 span {
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    color: #393b47;
}

.productDescription2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 10px;
    line-height: 1.3;
    color: #6b6b6b;
}
a#cart {
    background: transparent;
    border: 0;
    text-transform: uppercase;
    color: #333;
    border: 2px solid #333;
    padding: 15px;
    font-weight: bold;
}
a#referral {
    background: #d90114;
    border: 0;
    text-transform: uppercase;
    border: 1px solid #d90114;
    padding: 15px;
    font-weight: bold;
    color: #ffffff;
}
div#staticBackdrop img {
    max-width: 150px;
    width: 100%;
    margin: auto;
}
div#staticBackdrop {
    text-align: center;
}
div#staticBackdrop p {
    font-size: 18px;
    margin: 10px 0 0;
}

div#staticBackdrop button.btn.btn-secondary {
    padding: 5px 20px;
    background: #393b47;
    border: 0;
}
div#staticBackdrop a#removeStarts {
    padding: 5px 20px;
    background: #d90114;
    border: 0;
}
div#staticBackdrop .modal-footer {
    text-align: center;
    display: block;
}
.prod-img-trr:hover img, .trr-inner .prod-img-package:hover img {
    transform: scale(1.15);
    transition: all .3s;
}
a.prod-img-trr,.trr-inner .prod-img-package {
    text-align: center;
}
div.lowestPricePop .lowestPriceContent p {
    text-align: center;
    font-size: 18px;
    margin: 0;
}
div.lowestPricePop img#lpImage {
    width: 150px !important;
}
div.lowestPricePop .lowestPriceOurs {
    padding: 0px 20px;
    margin: 0px 0px 10px;
    /*border: 1px solid #dedede;*/
}
.gbb-price.stag h1 {
    font-size: 26px;
}
.gbb-price.stag h1 span {
    font-size: 14px;
    color: #000;
}
div.lowestPricePop strong#lpModel, div.lowestPricePop strong#lpModel1 {
    font-size: 30px;
    line-height: 1;
    color: #2982c6;
}
div.lowestPricePop p {
    margin: 0;
}
div.lowestPricePop h3#lpPrice, div.lowestPricePop h3#lpPrice1 {
    font-size: 46px;
    font-weight: bold;
    color: #ed1c24;
    margin: 0;
}
div.lowestPricePop h3#lpPrice span, div.lowestPricePop h3#lpPrice1 span {
    font-size: 14px;
    color: #000;
}
div.lowestPricePop .modal-header {
    background: #d90114;
    color: #fff;
    border-top-right-radius: 4px;
    border-top-left-radius: 3px;
}
div.lowestPricePop .modal-header h5 {
    text-transform: uppercase;
    font-weight: bold;
}
.message-success.success.message a, .message-warning.warning.message a {
    color: #ed1c24;
}
div.lowestPricePop p#lpPart, div.lowestPricePop p#lpPart2 {
    color: #555555;
    font-weight: 700;
    font-size: 18px;
}
div#homeSearchBrands {
    padding: 0 15px;
}
div#homeSearchBrands .homeSearchBrands-img img {
    width: 100%;
}
div#homeSearchBrands .homeSearchBrands-content {
    padding: 50px;
}
div#homeSearchBrands .homeSearchBrands-content ul.list-group li {
    list-style: none;
    margin: 5px 0;
}
div#homeSearchBrands ul.list-group li a {
    display: block;
    padding: 10px;
    border: 1px solid #dedede;
    background: #f1f1f1;
    font-weight: bold;
    transition: all .3s;
}
div#homeSearchBrands .homeSearchBrands-content ul.list-group li a {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 10px;
}
div#homeSearchBrands .homeSearchBrands-content input {
    outline: none;
    border: 1px solid #dedede;
    border-radius: 0;
    width: 150px;
    max-width: 280px;
    font-size: 16px;
    padding: 5px 7px;
    margin-bottom: 15px;
}
div#homeSearchBrands .modal-dialog {
    max-width: 960px;
    width: 100%;
    margin: 3em auto;
}
div#homeSearchBrands>ul>li {
    list-style: none;
    display: inline-block;
}
div#homeSearchBrands>ul {
    margin: 0 0 20px;
    padding: 0;
}
div#homeSearchBrands>ul>li>a {
    color: #989898;
    text-decoration: none;
    pointer-events: none;
    font-size: 20px;
}
div#homeSearchBrands>ul>li>a.active {
    color: #000;
    pointer-events: auto;
}
div#homeSearchBrands>ul>li>a:hover {
    color: #000;
}
div#homeSearchBrands>ul>li:after {
    content: " /";
    font-size: 20px;
}
div#homeSearchBrands>ul>li:last-child:after {
    content: "";
}
div#homeSearchBrands>div.active {
    display: block;
}
div#customSearchBrands h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
div#customSearchBrands>ul>li {
    list-style: none;
    display: inline-block;
}
div#customSearchBrands>ul {
    margin: 0 0 20px;
    padding: 0;
}
div#customSearchBrands>ul>li>a {
    color: #989898;
    text-decoration: none;
    pointer-events: none;
    font-size: 20px;
}
div#customSearchBrands>ul>li>a.active {
    color: #000;
    pointer-events: auto;
}
div#customSearchBrands>ul>li>a:hover {
    color: #000;
}
div#customSearchBrands>ul>li:after {
    content: " /";
    font-size: 20px;
}
div#customSearchBrands>ul>li:last-child:after {
    content: "";
}
div#customSearchBrands>div {
    display: none;
}
div#customSearchBrands>div.active {
    display: block;
}
div#customSearchBrands {
    padding: 20px;
    border: 1px solid #dedede;
}
div#customSearchBrands>ul>li {
    list-style: none;
    display: inline-block;
}
div#customSearchBrands>ul {
    margin: 0 0 20px;
    padding: 0;
}
div#customSearchBrands>ul>li>a {
    color: #989898;
    text-decoration: none;
    pointer-events: none;
    font-size: 20px;
}
div#customSearchBrands>ul>li>a.active {
    color: #000;
    pointer-events: auto;
}
div#customSearchBrands>ul>li>a:hover {
    color: #000;
}
div#customSearchBrands>ul>li:after {
    content: " /";
    font-size: 20px;
}
div#customSearchBrands>ul>li:last-child:after {
    content: "";
}
div#customSearchBrands>div {
    display: none;
}
div#customSearchBrands>div.active {
    display: block;
}
div#customSearchBrands {
    padding: 20px;
    border: 1px solid #dedede;
}
/*div#customSearchBrands>div>div {*/
/*    display: none;*/
/*}*/
/*div#customSearchBrands>div.active>div.active {*/
/*    display: block;*/
/*}*/
/*div#customSearchBrands>div>div>div {*/
/*    display: none;*/
/*}*/
/*div#customSearchBrands>div.active>div.active>div.active {*/
/*    display: block;*/
/*}*/
.searchSlider {
    
}
.searchSlider img {
    width: 100%;
}
.banner-text-top p {
    margin: 0;
    color: #fff;
}
.banner-text-top {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #ed1c24;
    padding: 10px;
    box-shadow: 0 20px 19px 10px #00000061;
    z-index: 2;
    position: relative;
}
.searchSlider .form-sea .fsbv ul li {
    width: 100%;
    margin: 0 0 0;
    display: inline-flex;
    font-size: 0;
    padding: 0 10px;
}

.searchSlider .form-sea .fsbv ul li:last-child {
    margin: 0 0 0;
}
.startHereSearch {
    position: absolute;
    left: -100px;
    top: 0;
    z-index: 999;
    width: 150px;
}
.vehiclePlateNo {
    font-size: 18px;
    padding: 10px;
    display: block;
    background: #f1c848;
    z-index: 9;
    position: relative;
    text-align: center;
    color: #000;
    text-decoration: none;
}
.vehiclePlateNo:hover {
    color: #fff;
}
.searchSliderSeperator {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
}
.searchSliderSeperator p {
    display: inline-block;
    position: relative;
    z-index: 9;
    padding: 0 30px;
    margin: 0;
    background: #f1c848;
}
.searchSliderSeperator hr {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    z-index: 1;
}
.productTier {
    border: 1px solid #dedede;
    padding: 15px;
    position: relative;
}
.productTier img {
    margin-bottom: 20px;
    padding: 0 20px;
}
.productTier form a {
    margin: 0!important;
}
.productTier h3 {
    padding: 10px;
    background: #f1c848;
    font-size: 16px;
    color: #fff;
    width: 82px;
    height: 82px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    z-index: 2;
    position: absolute;
}
p.tierWarranty {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.tierImgWarranty {
    position: relative;
}
.brandLogoProduct img {
    width: 130px;
    margin: 0 0 3px;
}
h4.tirename-t {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
h6.tirebrand-t img {
    height: 50px;
    margin: 0;
    padding: 0;
}
h6.tirebrand-t {
    text-align: center;
}
.resultPagePagination nav {
    background: transparent!important;
    margin: 30px 0;
}
.resultPagePagination nav ul .page-item:first-child .page-link,.resultPagePagination nav ul .page-item:last-child .page-link {
    border-radius: 20px;
    margin: 0 10px;
}
.resultPagePagination nav ul .page-item .page-link {
    border: 0;
    background: transparent;
    font-size: 18px;
    color: #393b47;
    padding: 10px 20px;
    font-weight: bold;
    transition: all .3s;
}
.resultPagePagination nav ul .page-item {
    background: #f1f1f1;
}
.resultPagePagination nav ul .page-item:first-child,.resultPagePagination nav ul .page-item:last-child {
    background: transparent;
}
.resultPagePagination nav ul .page-item.disabled .page-link {
    color: #7b7b7b;
    font-weight: normal;
}
.resultPagePagination nav ul .page-item .page-link:hover {
    color: #f1c848;
}
.cartPackage:nth-child(odd) {
    background-color: #f1f1f1;
    padding: 0 20px 20px;
    margin-bottom: 15px;
}
.cart-top-1 {
    padding-top: 20px;
}

.make-it {
    margin: 35px auto;
    /* padding: 20px; */
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    /* transition: all 2s ease-in-out; */
    height: auto;
}

.navbar.header-edit {
    padding: .5rem 0;
}

.wdblock {
    width: 100%;
    display: block;
}

.navbar-toggler {
    border-color: #58595b;
    background-color: #58595b;
    border-radius: 3px;
    height: 40px;
    width: 45px;
    padding: 4px;
}

.navbar-toggler .navbar-toggler-icon {
    background-image: none;
    background-color: #fff;
    height: 4px;
    display: block;
    margin-bottom: 5px;
    width: 100%;
    -webkit-box-shadow: 1px 1px 0px 0px #f3bc3c;
    -moz-box-shadow: 1px 1px 0px 0px #f3bc3c;
    box-shadow: 1px 1px 0px 0px #f3bc3c;
}

.navbar-toggler-icon:last-child {
    margin-bottom: 0;
}

.navbar-toggler:after {
    display: none !important;
}

.mobile-contact {
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
}

.mobile-contact .up-right,
.mobile-contact .bottom-right {
    float: none;
}

.mobile-contact .up-right {
    padding: 0;
}

.startHereSearch.start-mobile {
    display: none;
}

.testimonial.slider {
    background-color: #e7e7e7;
}

.slider.testii {
    background-color: transparent;
}

.testimonial.slider:before {
    background-color: #e7e7e7;
}

.footer-payment-title p {
    color: white;
    font-weight: 500; 
}

.footer-payment-logo img {
    width: 498px;
}

.footer-risk-title p {
    color: lightgray; 
    font-weight: bold; 
    /* margin-left: 70px; */
}

.footer-risk-logo img {
    /* width: 280px;  */
    width: 189px;
    margin-bottom:20px!important;
}
.loading-mask {
    position: fixed;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 39%);
    z-index: 1;
}
.loading-mask .loader {
    text-align: center;
    height: 230px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
}

/*
* Dashboard *
*/
.account .sidebar.sidebar-main {
    display: block;
    position: relative;
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 22px;
    padding-top: 0;
    box-shadow: none;
}

.account .page-main {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.account .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.account .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin-bottom: 30px;
}

.account-nav-content .nav.item {
    display: block;
    width: 100%;
}

.account-nav-content .nav.item a,
.account-nav-content .nav.item strong {
    color: #777;
    padding: 8px 25px 8px 0;
    border-bottom: 1px solid #ddd;
    display: block;
    width: 100%;
    font-size: 16px;
}

.account-nav-content .nav.item a:before,
.account-nav-content .nav.item strong:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    padding-right: 10px;
}

.account-nav-content .nav.item strong, .form.password.forget,
.customer-account-create .form-create-account .field .label span {
    font-size: 16px;
}

.account .sidebar.sidebar-main .title.account-nav-title {
    margin: 0;
}

.account .column.main .block {
    border: 0;
    padding: 0;
    margin-bottom: 30px;
}

.account .block-title {
    border: 0 !important;
    margin: 0 !important;
}

.account .block-content .box {
    width: 48%;
}

.account .block-content .box:nth-child(1) {
    float: left;
    clear: left;
}

.account .block-content .box:nth-child(1) {
    float: right;
}

.account .block-content:before {
    content: '';
    display: table;
}

.box .box-content {
    padding: 20px 15px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #fbfbfb;
    min-height: 135px;
}

.box .box-actions {
    margin: 0;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #f5f5f5;
    padding: 10px 15px;
}

.block .block-content .box-actions a {
    display: inline-block !important;
    font-size: 16px;
    margin: 0 !important;
}

.box .box-title {
    padding: 10px 15px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    position: relative;
    display: block;
    font-size: 18px;
}

.block .box-actions .action:after {
    content: "";
    display: inline-block;
    height: 12px;
    margin: 0 9px;
    border-left: 1px solid #eaeaea;
    vertical-align: -1px;
}

.account .block-title a.action {
    float: right;
}

.account header {
    border-bottom: 1px solid #f3f3f3;
}

.account .page-main {
    padding-top: 30px;
}

a.action.back {
    background-color: #808285;
    border-style: none;
    font-size: 18px;
    color: #fff;
    padding: 8px;
    width: 100%;
    border-radius: 3px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    border: 1px solid #808285;
}

button.submit.primary:hover {
    background-color: #333;    
}

button.captcha-reload:hover {
    color: red;
}

button.captcha-reload {
    border-style: none;
    text-decoration: underline;
    font-size: 16px;
    background-color: transparent;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

a.action.back:hover {
    background-color: transparent;
    color: #808285;
}

.actions-toolbar .secondary {
    margin-top: 10px;
}

.captcha-image {
    text-align: center;
}

.captcha-img {
    display: block;
    margin: 10px auto;
}

.login-container, 
.form.password.reset, 
.form.send.confirmation, 
.form.password.forget, 
.form.create.account, 
.form.form-edit-account, 
.form-address-edit, 
.form-newsletter-manage,
.form.password.forget{
    display: block;
    border: 1px solid #ececec;
    background: #fff;
    border-top: 4px solid #ed1c24;
    padding: 35px 25px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.account .form .fieldset,
.account .form-address-edit .fieldset {
    width: 48%;
    margin-bottom: 30px;
}

.account .form .fieldset:nth-child(1),
.account .form-address-edit .fieldset:nth-child(1) {
    float: left;
    clear: left;
}

.account .form .fieldset:nth-child(2),
.account .form-address-edit .fieldset:nth-child(2) {
    float: right;
}

.account .form .fieldset:nth-child(2) + *,
.account .form-address-edit .fieldset:nth-child(2) + * {
    clear: both;
}

.account .account .column.main:after {
    clear: both;
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.account .actions-toolbar .primary {
    text-align: left;
}

.account .form .actions-toolbar .primary button.save:hover,
.account .form-address-edit .actions-toolbar .primary button.save:hover,
.account .actions-toolbar .primary button.add:hover,
.account .actions-toolbar .primary button.create:hover {
    background-color: #333;
}

.account .form .actions-toolbar .primary button.save,
.account .form-address-edit .actions-toolbar .primary button.save,
.account .actions-toolbar .primary button.add,
.account .actions-toolbar .primary button.create {
    line-height: 1;
    border-style: none;
    font-size: 18px;
    color: #fff;
    padding: 10px 18px;
    width: 100%;
    border-radius: 3px;
    text-transform: uppercase;
    background-color: #ed1c24;
    max-width: max-content;
}

.account .actions-toolbar .secondary {
    display: none;
}

.account .form .field,
.account .form-address-edit .field {
    margin-bottom: 10px;
}

.account .form .field label,
.account .form-address-edit .field label,
.account .form .field input,
.account .form .field select,
.account .form-address-edit .field select,
.account .form-address-edit .field input,
.block-content p.empty,
.account .form .fieldset p.note {
    font-size: 16px;    
}

.account .form .field input,
.account .form-address-edit .field input,
.account .form-address-edit .field select,
.account .form .field select {
    width: 100%;
    padding: 8px 5px;
}

.account .form .field.choice label {
    margin: 0;
}

.account .form .field.choice input,
.account .form-address-edit .field.choice input {
    width: auto;
    margin: 2px 4.5px 0 0;
    position: relative;
    top: 1px;
}

.account .message.info {
    margin-bottom: 20px;
}

.account .message.info {
    margin: 0 0 9px;
    padding: 8px 20px;
    display: block;
    font-size: 16px;
    background: #fdf0d5;
    color: #6f4400;
    padding-left: 45px;
    position: relative;
}

.account .message.info>*:first-child:before {
    
}

.account .form.form-newsletter-manage .fieldset {
    width: 100%;
    float: none;
    clear: none;
}

.account .form-address-edit .field .control .nested,
.account .form .field .control .nested {
    margin-top: 10px;
}

.toggle-arrow-menu {
    display: none;
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0;
    z-index: 1;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 20px;
}

.showMenu .msubmenu {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    top: 0;
    width: 100%;
    transition: 1s all;
}

.showMenu a {
    background-color: #eee;
}

.showMenu .msubmenu ul li a {
    padding: 5px 0 5px 30px !important;
}

.showMenu {
    border: 1px solid #333 !important;
}

.toggle-arrow-menu.up .fa-chevron-down:before {
    content: "\f077";
}


/*
* Compare Page *
*/

.catalog-product_compare-index .sections.nav-sections {
    display: none;
}

.catalog-product_compare-index .page-main {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.catalog-product_compare-index {
    
}

.catalog-product_compare-index .page-main h1.table-caption {
    padding: 10px;
    float: left;
}

.catalog-product_compare-index .page-main .pnt {
    margin: 0;
}

span.print-comp {
    text-transform: uppercase;
    display: inline-block;
    color: black;
    margin-left: -18px;
    font-weight: bold;
    border: 2px solid #d90114;
    padding: 4px 10px 4px 15px;
    border-radius: 10px;
}

.compareAddedtoCart .modal-content {
    position: relative;
    border-radius: 0;
}

.compareAddedtoCart .modal-content .close {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #333;
    display: block;
    opacity: 1;
    color: #fff;
    font-size: 38px;
    padding: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 1;
    outline: 0;
}

.compareAddedtoCart .modal-content .close:hover {
    opacity: .5;
}

.compareAddedtoCart .modal-content .img-holder {
    text-align: right;
}

.compareAddedtoCart .modal-content .img-holder img {
    width: 85%;
    border: 1px solid #ddd;
    padding: 10px;
}

.compareAddedtoCart .modal-content .modal-title p {
    font-size: 20px;
}

.compareAddedtoCart .modal-dialog {
    max-width: 600px;
}

.compareAddedtoCart .modal-dialog .modal-body {
    padding: 50px 10px 30px;
}

.compareAddedtoCart .modal-dialog .modal-actions .btn-modals {
    display: block;
    font-size: 20px;
}

.compareAddedtoCart .modal-dialog .modal-actions .btn-modals:not(:last-child) {
    margin-bottom: 10px;
}

.compareAddedtoCart .modal-dialog .modal-actions .btn-con {    
    color: #333;
    text-decoration: underline;
}

.compareAddedtoCart .modal-dialog .modal-actions .btn-gotocart {
    background-color: #d90114;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
    padding: 4px 40px;
    width: max-content;
    margin: 0 auto;
}

.compareAddedtoCart .modal-dialog .modal-actions .btn-gotocart:hover {
    text-decoration: none;
    background-color: #333;
}

.compareAddedtoCart .modal-dialog .details p.price span {
    font-size: 24px;
    color: red;
    font-weight: bold;
}
    
.compareAddedtoCart .modal-dialog .details p {
    margin-bottom: .5rem;
}    

.compareAddedtoCart .modal-dialog .modal-actions {
    padding-top: 20px; 
}


/*
* Blog *
*/

.mpblog-post-view .sections.nav-sections {
    display: none;
}

.mp-post-info,
.blogs-content-x .blogs-main-desc {
    font-size: 16px;
}

.blogs-content-x p {
    font-size: 16px;
}

p.li-bold-x {
    font-size: 20px;
}

.post-list-content.col-md-12 .col-xs-12 {
    width: 100%;
}

.post-list-content > .row,
.post-list-content > .row > .row {
    margin-right: 0;
    margin-left: 0;
}

.post-list-content > .row > .row {
    width: 100%;
}

.ads-wVideo .ads-wVideo-col .ads-wVideo-text p {
    font-size: 18px !important;
}

/*SEction Nav Section*/
.cms-deals-rebates .sections.nav-sections,
.cms-financing .sections.nav-sections,
.cms-help-center-html .sections.nav-sections,
.cms-about-us .sections.nav-sections,
.cms-contact-us .sections.nav-sections,
.cms-useful-links .sections.nav-sections,
.cms-road-hazard-program .sections.nav-sections,
.cms-why-us .sections.nav-sections,
.mpblog-post-index .sections.nav-sections,
.cms-faq .sections.nav-sections,
.checkout-cart-index .sections.nav-sections,
.cms-track-order .sections.nav-sections,
.cms-term-services .sections.nav-sections,
.cms-privacy-statement .sections.nav-sections,
.cms-return-policy .sections.nav-sections {
    display: none;
}

.promotions-page p,
.faqlist p,
.faqlist li,
.h-title p {
    font-size: 18px;
}

.popupsize .modal-content .modal-body {
    position: relative;
}

.popupsize .modal-content .modal-body .close {
    top: -10px;
    right: -10px;
    color: #6e6e6e;
    font-size: 22px;
    outline: 0;
    background: red;
    text-shadow: none;
    color: #fff;
    padding: 6px;
    font-size: 17px;
    border-radius: 60px;
    width: 28px;
    height: 28px;
}


.headerModalAdded button.close {
    top: -6px;
    right: -6px;
    font-size: 16px;
    padding: 10px 11.5px;
    background: #ed1c24;
    color: #fff;
    opacity: 1;
    border-radius: 30px;
    z-index: 4;
    position: absolute;
    text-shadow: none;
}

.headerModalAdded {
    position: relative;
}

.headerModalAdded button.close span {
    color: #fff;
}

#lpImage {
    width: 100%;
}

.innerpage.about-us .content .contact-details h1 i {
    font-size: 24px !important;
}

.useful-links>div .useful-linksList ul li a {
    font-size: 16px;
}

.why-us>div .why-usContent .why-usList p {
    text-align: left;
}

.post-blog-header-title p,
.toolbar-number {
    font-size: 18px;
}

.post-list-item .post-item-wraper {
    height: auto !important;    
}

.post-list-item .post-item-wraper .post-short-description {
    padding-bottom: 20px;
}

.post-list-item.col-xs-12 .mp-post-info {
    padding-top: 0 !important;
}

.post-list-item.col-xs-12 .post-short-description p {
    margin-bottom: 0;
}

.post-list-item.col-xs-12 h2.mp-post-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto !important;
}

.faq-list .col-md-3 .card {
    border: 0;
}

.faq-list .card .card-body h5 a {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 5px;
}

.faq-list .faqlist .card-header h5 button {
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    white-space: initial;
}

.faq-list .faqlist .card-header h5 button:after {
    right: 10px;
    top: 10px;
    position: absolute;
}

/*Home Featured Tires*/
.productListBottomCenter .productListImg {
    padding-top: 100%;
    position: relative;
}

.productListBottomCenter .productListImg a {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
}

.productListBottomCenter .productListImg a img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}

.ec-page-icons h3 a {
    display: inline-block;
    max-width: 250px !important;
    width: 100%;
}

.ec-page-icons p {
    font-size: 18px !important;
}

/*Track Order*/
.form-track-order {
    margin: 20px auto !important;
}

.form-track-order,
#order_number {
    font-size: 18px;
}


/*
* FoundItLower *
*/
.foundItLower-form .content input {
    background: #f5f5f5;
    font-size: 16px;
    height: 46px;
    padding: 0 18px;
    border: 1px solid #ccc;
    margin-bottom: 12px;
}

.foundItLower-form .modal-footer {
    padding-top: 0;
    border-top: 0;
}

.foundItLower-form .close {
    color: #fff;
    opacity: 1;
    font-size: 26px;
    padding: 11px 20px;
}

.foundItLower-form .modal-body {
    padding-bottom: 0;
}

.foundItLower-form .modal-footer .btn-secondary,
.foundItLower-form .modal-footer .btn-primary {
    width: 100px;
    font-size: 18px;
}

.lowestPricePop .modal-dialog {
    max-width: 580px;
}




.customer-account-login #maincontent{
    background: url('../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/login2.jpg') no-repeat center center; 
    background-position: cover;
}


/* Default magento style */
.sections.nav-sections {
    display: none;
}


/* landing Page */
.pl-r-top form a.plandaddcart {
    background: #f51c2f;
    font-size: 18px;
    padding: 12px 0 12px 55px;
    cursor: pointer;
    position: relative;
    border-radius: 0;
    color: #f8d90a;
    border: 2px solid #f51c2f;
    font-weight: bold;
    width: initial;
    display: inline-block;
    margin-right: 15px;
    width: 100%;
}
.pl-r-top form a.plandaddcart i {
    position: absolute;
    left: 0;
    padding: 10px 16px;
    margin: auto;
    top: 0;
    background: #f51c2f;
    border-radius: 2px 0 0 2px;
    color: #fff;
    font-size: 24px;
    height: 100%;
}
.quantityInc {
    display: inline-block;
    border: 1px solid #dedede;
    padding: 0 7px;
    border-radius: 5px;
    background-color: #fff;
}
.quantityInc input.catalogQty {
    max-width: 50px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border: none;
    padding: 10px;
}
.quantityInc span.minus, .quantityInc span.plus {
    padding: 6px 4px;
    display: inline-block;
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    box-sizing: content-box;
    vertical-align: top;
    color: #555;
}
.guaranteeBlock {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f7fafb;
    padding: 15px 0;
    margin-bottom: 50px;
}
.guaranteeBlock h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
    padding-left: 32px;
    position: relative;
    margin: 0;
    line-height: 1;
}
.guaranteeBlock h4 i {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
    color: #417eb3;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 26px;
}
.guaranteeBlock li {
    text-align: left;
}
.guaranteeBlock p {
    margin: 0;
    color: #565656;
    font-size: 14px;
    display: none;
}
.guaranteeBlock ul {
    margin-bottom: 0;
}
.pl-r-top form a.addCartNSave {
    background: #2982c6;
    font-size: 18px;
    padding: 12px 0 12px 55px;
    cursor: pointer;
    position: relative;
    border-radius: 0;
    color: #fff;
    border: 2px solid #2982c6;
    font-weight: bold;
    width: initial;
    display: inline-block;
    line-height: 1.1;
    width: 100%;
}
.pl-r-top form a.addCartNSave:before {
    content: "";
    position: absolute;
    left: 0;
    padding: 10px;
    margin: auto;
    top: 0;
    background: #2982c6;
    border-radius: 2px 0 0 2px;
    color: #fff;
    font-size: 24px;
    height: 100%;
    width: 55px;
    background-image: url(../../frontend/ATV/OWD/en_US/images/addtocart-save.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* ADD TO CART W/ ICON */

.pl-r-top form a.plandaddcart:hover {  /*  PRODUCT LANDING PAGE  */
    color: #fff;
}
.pl-r-top form a.plandaddcart.addCartNSave.mt-2:hover {
    background: #2982c6;
    color: #fff;
}


.productPromotions {
    margin-bottom: 20px;
}
.productPromotions ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.productPromotions h1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.productPromotions ul li {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}
.productPromotions ul li i {
    margin-right: 10px;
    color: #29c67e;
}
.filterSorts {
    display: inline-block;
    float: right;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.filterSorts select {
    font-size: 16px;
    padding: 5px;
}
.filterTextResult {
    background: #e5e5e2;
    padding: 10px;
    margin: 0 0 20px;
}
a.addCartNSave {
    background: #2982c6;
    font-size: 18px;
    padding: 12px 0 12px 65px;
    cursor: pointer;
    position: relative;
    border-radius: 0;
    color: #fff;
    border: 2px solid #2982c6;
    font-weight: bold;
    width: 100%;
    line-height: 1.1;
    margin-top: 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
}
a.addCartNSave:before {
    content: "";
    position: absolute;
    left: 0;
    padding: 10px;
    margin: auto;
    top: 0;
    background: #2982c6;
    border-radius: 2px 0 0 2px;
    color: #fff;
    font-size: 24px;
    height: 100%;
    width: 65px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../../frontend/ATV/OWD/en_US/images/addtocart-save.png');
}

a.trrir-addtocartred.addCartNSave:hover {
    background: #2982c6;
    color: #fff;
}

a.addCartNSave.addToCartLoader:before {
    content: initial;
}
a.addtocartred.addToCartLoader {
    width: 100%;
    background: #d90114;
    color: #d90114;
}

.trrir-addtocartred.addToCartLoader span{background: #d90114;}
a.addCartNSave.addToCartLoader {
    width: 100%;
    background: #2982c6;
    color: #2982c6;
}

a.trrir-addtocartred.btn-wicon.btn-atc.addToCartLoader {
    background: #d90114;
    width: 100%;
    z-index: 10;
}

a.trrir-addtocartred.btn-wicon.btn-atc.addToCartLoader > i {
    opacity: 0;
}

.addToCartLoader:after {
    content: " ";
    display: block;
    width: -webkit-fill-available;
    height: 35px;
    width: 35px;
    margin: 0;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: addToCartLoader 1.2s linear infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.trrir-addtocartred.addToCartLoader span {
    background: #d90114;
    z-index: 10;
}

a.trrir-addtocartred.btn-wicon.btn-atc.addToCartLoader {
    background: #d90114;
    color: #d90114;
}

.floatSizes {
    background: #f1f1f1;
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #dedede;
    z-index: 99;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.tRTLRec {
    /* position: absolute; */
    z-index: 9;
    border-radius: 0;
    padding: 3px 7px;
    display: inline-block;
    font-weight: bold;
    /* width: 100%; */
    font-style: normal;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}
p.landinggbb {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background: #edc98f;
}
.d-GOOD, .d-good{
    background: #5681d7;
}

.d-BETTER, .d-better {
    background: #f8d90a;
}
.d-BEST, .d-best {
    background: #d90114;
}

.floatSizes ul.list-unstyled {
    margin: 0;
}

.floatSizes ul.list-unstyled li {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
}

.floatSizes ul.list-unstyled li a {
    background: #808285;
    color: #fff;
    display: block;
    padding: 8px 10px;
    border: 3px solid #4a4a4a;
    text-decoration: none;
    line-height: 1.2;
}

.floatSizes ul.list-unstyled li.active a, .floatSizes ul.list-unstyled li a:hover {
    background: #d90114;
    color: #fff;
    display: block;
    padding: 8px 10px;
    border: 3px solid #4a4a4a;
    text-decoration: none;
}

.floatSizes ul.list-unstyled li:first-child {
    margin-right: 10px;
}

.top-tr-text {
    margin-bottom: 25px;
}

.floatSizes ul.list-unstyled li a span {
    color: #000;
    font-size: 14px;
    display: block;
}

.floatLogo img {
    width: 100%;
    max-width: 165px;
}

.floatLogo {
    display: inline-block;
    margin-right: 30px;
    vertical-align: sub;
    width: 12%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.floatSizes._stick .floatLogo {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.floatSizes ul.list-unstyled {
    display: inline-block;
    vertical-align: middle;
    width: 64%;
}

.floatSizes h3 {
    display: inline-block;
    font-size: 18px;
    text-align: right;
    align-self: self-end;
    justify-self: self-end;
    text-transform: uppercase;
    width: 20%;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.floatSizes._stick h3{
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.floatSizes h3 a {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #d90114;
    text-transform: uppercase;
}

.stickLogo {
    display: inline-block;
    margin-right: 0;
    vertical-align: middle;
    width: 0%;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.stickLogo img {
    width: 100%;
    max-width: 165px;
    filter: grayscale(1);
    opacity: .8;
}

.stickmid {
    display: inline-block;
    vertical-align: middle;
    width: 68%;
}

.stickmid h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.stickmid h3 span {
    font-weight: 800;
    font-size: 17px;
    margin-right: 3px;
}

.stickmid li a {
    color: #6d6e70;
    font-weight: 600;
}

.stickmid li {
    display: inline-block;
}

.stickmid li.active a {
    color: #2982c6;
    /* border-bottom: 2px dotted #2982c6!important; */
}

.stickmid li.active a > div {
    border-bottom: 2px dotted #2982c6;
    background: #edc98f;
    padding: 0 12px;
    border-radius: 50px;
}

.top-new-text {
    border: 1px solid #dedede;
    background: #f1f1f1;
    width: 100%;
    padding: 15px;
    z-index: 99;
    display: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1198px;
}

.stickmid ul.list-unstyled {
    margin: 0 0 5px;
}
.stickmid ul.list-unstyled:last-child {
    margin: 0;
}
.OEplease i.fa.fa-angle-right {
    font-size: 22px;
    vertical-align: text-bottom;
}

.sticklast {
    display: inline-block;
    vertical-align: middle;
    width: 29%;
    text-align: right;
}

.sticklast div:first-child {
    font-size: 18px;
    font-weight: 400;
    color: #181818;
}

.sticklast div:nth-child(2) h3 {
    color: #2a2a2a;
    font-weight: 600;
    font-size: 16px;
}

.sticklast div:nth-child(3) {
    font-size: 11px;
    text-transform: capitalize;
    color: rgb(0, 138, 0);
    font-weight: 400;
    vertical-align: middle;
}

.sticklast div:nth-child(2) h3 a {
    text-align: right;
    font-size: 12px;
    color: #2982c6;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 5px;
}

._stick2{display: block;}
.headerModalAdded {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    border-bottom: 1px solid #dedede;
}
.headerModalAdded span {
    color: #2982c6;
}
.stickmid ul.list-unstyled > span {
    background: #cfcfcf;
    border-radius: 10px;
    padding: 0 12px;
    margin-right: 10px;
    font-weight: 600;
    width: 100%;
    max-width: 100px;
    display: inline-block;
    text-align: center;
}
div#proceedToCart h1#ModalModel {
    color: #2982c6;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}
div#proceedToCart h3#ModalBrand {
    font-size: 16px;
    margin: 0;
    font-weight: 700;
}
div#proceedToCart p {
    font-size: 14px;
}
div#proceedToCart p#ModalSize, div#proceedToCart p#ModalSize2 {
    font-size: 16px;
    color: #000;
    vertical-align: top;
    text-transform: none;
    font-weight: bold;
}
div#proceedToCart p#ModalQty, div#proceedToCart p#ModalQty2 {
    text-align: right;
    font-size: 16px;
    margin-top: 5px;
}
div#proceedToCart p#ModalQty span, div#proceedToCart p#ModalQty2 span {
    font-weight: bold;
}
div#ModalSubtotal {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: #f1f1f1f1;
}
div#ModalSubtotal p {
    font-size: 24px;
    font-weight: bold;
}
div#ModalSubtotal p.ModalSubtotalPrice {
    color: #d90114;
}

.quantityInc.quantityInctop input.form-control {
    padding: 0;
    max-width: 33px;
    text-align: center;
    display: inline-block;
    border: 0;
    height: 45px;
}
.quantityInc.quantityInctop span.minus, .quantityInc.quantityInctop span.plus {
    height: 22px;
    box-sizing: initial;
    vertical-align: initial;
    line-height: 1;
    border: 0!important;
    outline: 0!important;
}



.catalog-product-view button.btn.trrir-btnlowerPrice.p-0 {
    border: 0;
    outline: 0;
    box-shadow: none;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    text-align: left;
    margin: 0 auto 0;
    color: #333;
}


.catalog-product-view button.btn.trrir-btnlowerPrice.p-0 span {
    color: #ed1c24;
}
.filters-result label {
    vertical-align: top;
    padding-left: 10px;
}
.filters-result li:last-child label {
    margin: 0;
    margin-bottom: 10px;
}
.sticklast div:nth-child(2) h3 a, .ttrt-left h3 a{
  font-size: 14px;
}
.filterSorts select {
    border: 1px solid #dedede;
    border-radius: 0;
    font-weight: 600;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    height: 37px;
}
.gbbsingle {
    background: #5681d7;
    display: inline-block;
    color: #fff;
    padding: 2px 15px;
    font-size: 13px;
    border-radius: 50px;
    margin-bottom: 8px;
}
.ttrt-left h3 a {
margin-top: 4px;
padding-right: 3px;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
    cursor: zoom-in;
}
.pl-r-top form a.plandaddcart.addToCartLoader {
    position: relative;
    z-index: 14;
    color: #fff;
}
.pl-r-top form a.plandaddcart.addToCartLoader i, .pl-r-top form a.addCartNSave.addToCartLoader i {
    opacity: 1;
}
.pl-r-top form a.addCartNSave.addToCartLoader {
    position: relative;
    background: #2982c6;
    z-index: 14;
    color: #2982c6;
}
.stagFinalPrice .trr-price {
    line-height: 1;
    color: #ed1c24;
    font-size: 30px;
}



/*
* Checkout Style
*/


#checkout ul.opc-progress-bar {
    padding: 0;
    list-style: none;
    text-align: right;
    counter-reset: i;
    margin-bottom: 20px;
    font-size:0;
}
#checkout ul.opc-progress-bar li {
    text-align: left;
    display: inline-block;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: .5px;
    /* border-bottom: 2px solid #000; */
    padding: 12px;
    position: relative;
    margin-right: 0;
}
#checkout ul.opc-progress-bar li:after {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -3px;
    display:none;
}
#checkout li.opc-progress-bar-item._complete:after {
    background: #db652d;
    color: #db652d;
}
#checkout ul.opc-progress-bar li:before {
    content: counter(i);
    counter-increment: i;
    border: 1px solid black;
    width: 27px;
    display: inline-block;
    height: 27px;
    text-align: center;
    border-radius: 50px;
    background: #fbfbfb;
    color: #0a0a0a;
}

#checkout li.opc-progress-bar-item._active:before{
    background: #fdc289;
}


#checkout ul.opc-progress-bar li._complete:before {
    border: 1px solid #e07b19;
    background: #e07b19;
    color: #fff;
}

#checkout ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
#checkout .opc-wrapper {
    width: 100%;
    max-width: 100%;
}
#checkout ol li {
    list-style: none;
    padding: 0;
    border: 0;
    margin-bottom: 3px;
}
#checkout {
    width: 100%;
    max-width: 1200px;
    padding: 20px;
    background: #fff;
    border-radius: 30px;
    margin: 0 auto 50px;
}

#checkout span#tooltip-label {
    display: none;
}
#checkout span#tooltip:before {
    content: '?';
    position: absolute;
    top: -53px;
    right: 5px;
    background: #878787;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 2px 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 55px;
    cursor: pointer;
    z-index: 12;
}
#checkout .control._with-tooltip {
    position: relative;
}
#checkout .field-tooltip .field-tooltip-content {
    font-size: 12px;
    position: absolute;
    left: 4px;
    top: -40px;
    width: auto;
    padding: 10px;
    background: #f1f1f1;
    border-radius: 5px;
    display: none;
    color: #b31f18;
}
#checkout span#tooltip:hover ~ .field-tooltip-content {
    display: block;
}
#checkout .field-error {
    width: auto;
    position: absolute;
    right: 15px;
    top: 10px;
    color: red;
    font-size: 12px;
}
#checkout .field._required._error {
    position: relative;
}
#checkout .actions-toolbar {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 10px;
}

#checkout .actions-toolbar .primary {
    display: inline-block;
}
#checkout .actions-toolbar .secondary {
    display: inline-block;
    margin: 0;
}
#checkout .actions-toolbar .primary button {
    width: 240px;
    cursor: pointer;
    color: #fff;
    background: #db652d;
    border: none;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
}
#checkout form.form.form-login {
    margin-bottom: 20px;
}
#checkout .actions-toolbar .secondary a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s;
}
#checkout .actions-toolbar .secondary a:hover {
    color: #ff4242;
}
#checkout input, #checkout select {
    width: 100%;
    padding: 26px 15px 10px;
    border: none;
    border-radius: 0;
    background: #f1f1f1;
    font-size: 14px;
}
#checkout .field {
    display: none;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    width: 50%;
    vertical-align: top;
    padding: 0 10px;
}
#checkout .field._required {
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}
#checkout .field label {
    position: absolute;
    top: 5px;
    left: 25px;
    font-size: 12px;
    color: #9d9d9d;
    z-index: 1;
}
#checkout div#shipping-method-buttons-container .primary button {
    color: #fff;
    background: #d40000;
    border: none;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
}
#checkout li#opc-shipping_method .step-title {
    display: none;
}
#checkout li#opc-shipping_method div#checkout-shipping-method-load {
    display: none;
}
#checkout li#shipping .step-title {
    display: none;
}
#checkout .field legend.label {
    font-size: 14px;
    margin: 0 15px 3px;
    padding-top: 10px;
}
#checkout span.note {
    margin-left: 15px;
}
#checkout .opc-estimated-wrapper {
    display: none;
}
#checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    display: block;
}
#checkout .payment-method {
    width: 100%;
    display: block;
    border-radius: 10px;
    border: 2px solid #c1c1c1;
    padding: 15px;
    margin-bottom: 20px;
}
#checkout .field.field-select-billing label {
    position: relative;
    top: initial;
    left: initial;
    font-size: 14px;
    color: #000;
    margin-left: 15px;
    margin-bottom: 0;
    margin-top: 10px;
}

#checkout .field.additional {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    width: 50%;
    vertical-align: top;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}
#checkout fieldset.field.street.admin__control-fields .field.additional label {
    left: 25px;
}
body.checkout-index-index.page-layout-checkout .cartloader {
    display: none;
}
#checkout .field[name="shippingAddress.telephone"] .field-tooltip.toggle {
    display: none;
}
    
#checkout .payment-method._active .actions-toolbar .paypal-buttons {
    display: block;
}
#checkout .payment-method .actions-toolbar .paypal-buttons {
    display: none;
}
.paypal-button-row.paypal-button-layout-vertical {
    display: inline-block!important;
    width: 100%!important;
    max-width: 300px!important;
    margin-right: 10px!important;
}
.paypal-button-container {
    text-align: center!important;
}
#checkout .payment-method .field label {
    position: relative;
    left: initial;
    top: initial;
    font-size: 14px;
    color: #000;
    padding-left: 10px;
    margin: 0;
    width: 97%;
}
#checkout .payment-method._active .payment-method-content {
    display: block;
}
#checkout .payment-method .payment-method-content {
    display: none;
}
#checkout .payment-method._active {
    border: 2px solid #000;
}
#checkout .payment-method input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
#checkout .payment-method .payment-method-title.field.choice {
    margin: 0;
    display: block;
    width: 100%;
}
#checkout .payment-method._active .payment-method-title label {
    margin: 0 0 10px;
}
#checkout form#co-payment-form fieldset.fieldset legend.legend {
    display: none;
}
#checkout form#co-payment-form br {
    display: none;
}
#checkout .field.required {
    display: inline-block;
}
#checkout fieldset.fieldset.hidden-fields .field {
    display: block;
}
#checkout fieldset.field.street legend.label {
    display: none;
}
#checkout fieldset#customer-email-fieldset .field {
    margin-bottom: 10px;
    width: 100%;
}
#checkout #checkout-step-shipping {
    font-size: 14px;
    margin: 0 -10px;
}
#checkout #shipping-new-address-form {
    font-size: 0;
}
#checkout fieldset.field.street .field._required {
    width: 50%;
    padding: 0 10px 0 0;
}
#checkout .billing-address-same-as-shipping-block.field.choice {
    display: block;
    width: 100%;
}
#checkout .checkout-billing-address {
    font-size: 0;
}
#checkout .billing-address-same-as-shipping-block.field.choice input {
}
#checkout .payment-method .payment-method-billing-address .billing-address-form input {
    width: 100%;
}
#checkout .payment-method-billing-address .billing-address-form label {
    position: absolute;
    top: 5px;
    left: 25px;
    font-size: 12px;
    color: #9d9d9d;
    padding-left: 0;
    width: 100%;
}
#checkout fieldset.field.street.admin__control-fields label {
    left: 15px;
}
#checkout .actions-toolbar .primary button.action.primary.checkout {
    background: #d40000;
}
#checkout .actions-toolbar .primary button.action.action-cancel {
    background: #000;
}
#checkout .payment-method-billing-address fieldset.fieldset {
    margin-top: 10px;
}
#checkout .field-tooltip.toggle {
    position: relative;
}
#checkout .payment-option.discount-code .payment-option-title.field.choice {
    display: block;
}
#checkout .payment-option.discount-code .payment-option-content {
    display: block;
}
#checkout .payment-option.discount-code .payment-option-content form#discount-form .field {
    display: block;
    width: 100%;
    margin-top: 6px;
}

body.checkout-index-index footer .container, body.checkout-index-index .footer-top, body.checkout-index-index .navbar-collapse {
    display: none!important;
}
body.checkout-index-index a.navbar-brand {
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 20px;
}
#checkout li.opc-progress-bar-item._complete:after {
    background: #db652d;
    color: #db652d;
}
#checkout li.opc-progress-bar-item._complete span {
    color: #000;
}
#checkout aside.modal-popup {
    display: none;
}
#checkout ul.opc-progress-bar:after {
    content: counter(z)"% Completed";
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    margin-top: 15px;
    font-weight: bold;
    color: #db652d;
    display: none;
}

#checkout ul.opc-progress-bar li.opc-progress-bar-item._complete {
    counter-increment: z+33;
}
#checkout ul.opc-progress-bar li._active:after {
    content: "";
    font-size: 27px;
    bottom: -7px;
    left: -1px;
    color: #db652d;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background: #db652d;
}
#checkout table.table-checkout-shipping-method {
    width: 100%;
}
#checkout table.table-checkout-shipping-method td.col.col-method {
    width: 100%;
    max-width: 100px;
}
#checkout table.table-checkout-shipping-method td {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: middle;
    padding: 10px;
}
#checkout table.table-checkout-shipping-method tr {
    border-radius: 10px;
    border: 2px solid #dedede;
    margin-bottom: 10px;
}
body.checkout-index-index footer .footer-menu-b .container {
    display: block!important;
}
body.checkout-index-index.page-layout-checkout {
    background: #f1f1f1;
    background-size: 22px;
}
body.checkout-index-index.page-layout-checkout footer {
    background: transparent;
    padding-top: 0;
    border: none;
}
body.checkout-index-index.page-layout-checkout footer .footer-payment-logo img {
    filter: invert(.3);
}
body.checkout-index-index.page-layout-checkout footer .footer-risk-logo img {
    filter: invert(.5);
}
body.checkout-index-index.page-layout-checkout footer .footer-payment-title p {
    color: #333;
}
body.checkout-index-index.page-layout-checkout footer .footer-risk-title p {
    color: #333;
}
body.checkout-index-index.page-layout-checkout footer .footer-menu-b {
    background: #a3a3a3;
}
#checkout fieldset.field.street {
    width: 100%;
    font-size: 0;
}
#checkout .field._required[name="shippingAddress.country_id"], #checkout .field._required[name="shippingAddress.region_id"], #checkout .field._required[name="shippingAddress.city"] {
    width: 33.33%;
}
form.form.form-login:before {
    content: 'Customer Info';
    font-size: 21px;
    font-weight: 600;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    margin-left: 10px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 5px;
    margin-right: 10px;
}

/* form [name='shippingAddress.company']:before {
    content: 'Shipping Information';
    font-size: 21px;
    font-weight: 600;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    margin-left: 10px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 5px;
    margin-right: 10px;
} */


.billing-address-form:before {
    content: 'Billing Address';
    font-size: 21px;
    font-weight: 600;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    margin-left: 10px;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 5px;
    margin-right: 10px;
}
#checkout .field.addresses {
    display: block;
}
#checkout .new-address-popup {
    padding: 0 10px;
}
#checkout .new-address-popup button {
    margin: 5px 0 20px;
    border: 0;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background: #db652d;
    color: #fff;
    font-size: 12px;
    border-radius: 7px;
    cursor: pointer;
}

#checkout .field.addresses {
    display: block;
}
#checkout .new-address-popup {
    padding: 0 10px;
}
#checkout .new-address-popup button {
    margin: 5px 0 20px;
    border: 0;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background: #db652d;
    color: #fff;
    font-size: 12px;
    border-radius: 7px;
    cursor: pointer;
}

#checkout ol li#shipping_methods #checkout-shipping-method-load, #checkout ol li#shipping, #checkout ol li#payment {
    max-width: 100%;
    margin: 0 auto;
}

#onepage-checkout-shipping-method-additional-load{width: 100%;}


/*
* End Checkout
*/
/* Installer */

#checkout table.table-checkout-shipping-method tbody tr{position: relative;}

#checkout table.table-checkout-shipping-method tbody {
    position: relative;
}



#checkout table.table-checkout-shipping-method tbody tr:first-child {
    margin-top: 0;
}

#checkout table.table-checkout-shipping-method tbody tr {
    margin-left: 0;
    margin-right: 0;
}

.Installer_block {
    padding:30px;
}

.Installer_block .ib1 h2 {
    font-size: 24px;
    font-weight: bold;
}

.Installer_block .ib1-l p {color: #7a7a7a;font-size: 12px;font-weight: bold;text-transform: uppercase;line-height: 1.2;max-width: 470px;width: 100%;}

.ib1-r {
    max-width: 400px;
    width: 100%;
    margin: 0 0 0 0;
}

.ib1-r h4 {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
}

.ib1-r h4 i.fa.fa-map-marker {
    color: #e02419;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 5px;
}

.ib1-r h4 span {
    color: #7a7a7a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.ib1-r label {
    color: #7a7a7a;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 0;
}

#checkout  .ib1-r label input[type="text"] {
    width: 100px;
    font-weight: bold;
    font-size: 18px;
    padding: 1px 8px;
    border-radius: 0;
    border: 2px solid #cccc;
    background: #fff;
}

#checkout .ib1-r label button {
    color: #e02419;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    background: 0;
    padding: 0 7px;
}

.ib2.ibTitle h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid;
}

.ib2.ibTitle {
    padding: 15px 0;
}

.ibiI-l {
    position: relative;
    padding-left: 0;
}

.ibi-Item {
    padding: 10px 15px 10px 15px;
}

.ibiI-l i.fa.fa-map-marker {
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 24px;
    color: #e02419;
}

.ibiI-l h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 5px 0;
}

.ibiI-l p {
    font-size: 15px;
    color: #7a7a7a;
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 1.3;
}

.yelp-reviews i {
    background: #e02419;
    color: #fff;
    width: 18px;
    text-align: center;
    display: inline-block;
    height: 18px;
    padding: 2px;
}

.ibiI-m h5 {
    font-size: 16px;
    margin-bottom: 5px;
}

.ibiI-m li {
    font-size: 11px;
}

@media screen and (max-width: 540px){
    #checkout table.table-checkout-shipping-method tbody tr:first-child {
        margin-top: 0;
    }
}

@media screen and (max-width: 440px){
    #checkout table.table-checkout-shipping-method tbody tr td {font-size: 16px;line-height: 1.1;}
    #checkout table.table-checkout-shipping-method td.col.col-method {
        width: 100%;
        max-width: 40px;
        padding: 15px 0;
    }
    .col-carrier span {
        font-size: 12px;
    }
    #checkout table.table-checkout-shipping-method td.col.col-method {width: 100%;max-width: 50px;}
    #checkout table.table-checkout-shipping-method td.col-price {max-width: 70px;}
    #checkout table.table-checkout-shipping-method tbody tr:first-child {
        margin-top: 0;
    }
    #checkout table.table-checkout-shipping-method tbody tr td {
        padding: 15px 0;
    }
}

#address-validation{display: none!important;}

.checkout-index-index div#modalInstaller .modal-lg {
    max-width: 1280px;
    background: #fff;
}

.checkout-index-index div#modalInstaller .modal-lg .modal-content {
    padding: 30px;
}

.checkout-index-index .Installer_block {
    padding: 0;
    /* background: rgb(0 0 0 / 60%);
    overflow-y: scroll; */
}

.Installer_block button.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
}

td#label_carrier_customshipping_customshipping:after {
    content: 'Fastest Option';
    display: block;
    font-size: 14px;
    color: #3cb53c;
    line-height: 1;
    font-weight: 600;
}
.checkout-billing-address a.buttonReview {
    display: none;
}

td.clickInstaller {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor:pointer;
}

.Installer_block button.installer-back.close {
    position: static;
    display: block;
    float: none;
    opacity: 1;
    margin-bottom: 12px;
    color: #d40000!important;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
}

#checkout .field[name="shippingAddress.company"] {display: block;width: 100%;margin-bottom: 10px;}


.ibi-Item {
    margin-bottom: 15px;
    border: 3px solid #c9c9c9;
    padding-top: 16px;
}

.ibi-Item.selected-store {
    border: 3px solid #e07b19;
}

.ibi-Item {
    margin-bottom: 15px;
    border: 3px solid #c9c9c9;
    padding-top: 16px;
}

.ibi-Item.selected-store {
    border: 3px solid #e07b19;
}


.ibi-Item.selected-store span.selected {
    display: block;
    background: #1c418c;
    color: #fff;
    border: 2px dashed #1c418c;
}
.selected i {display: block;font-size: 13px;line-height: 1;color: #ff0000;font-weight: 800;font-style: normal;}

.ibi-Item span.not-selected {
    background: #e07b19;
    display: block;
    border: 2px solid #e07b19;
    color: #fff;
}

.ibi-Item span.selected {
    display: none;
}

.ibi-Item span.not-selected {
    display: block;
}

.ibi-Item.selected-store span.not-selected {
    display: none;
}

.ibiI-r a span {
    display: block;
    padding: 8px;
    max-width: 230px;
    width: 100%;
    margin: 0 0 0 auto;
    border-radius: 0;
    font-weight: 800;
}

.ibiI-r a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 2px auto 2px 0;
    text-decoration: none;
}

.ibiI-r {
    text-align: right;
}

.ibr-distance {
    font-size: 14px;
    font-weight: 700;
    color: #464646;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

.ibr-distance i {
    color: #e02419;
    font-size: 21px;
    position: absolute;
    left: 3px;
    top: -1px;
}

.ibiI-l img {
    border-radius: 0;
}

.ibr-distance u {
    color: #333;
}

.ibi-Item {
    border: 0;
}

.ibiI-m {
    margin-top: 10px;
}

.ibi-Item.selected-store {
    border: 0;
}

.ibiI-l {
    padding-left: 0;
}

.ibi-IC {
    padding: 10px;
}

.ibiI-r a {
    margin: 2px 0 2px 0;
}

.ibiI-r a span {
    margin: 0;
}
/* End Installer */


/* Search by vehicle 2 popup */
#customSearchZip2::after {
    display: none!important;
}

div#customSearchVechile2>ul>li:last-child {
    float: right;
}

/* Search by vehicle 2 popup End */

/* Search by vehicle 1 popup */

div#customSearchVechile2>ul>li>a#customSearchOption2:after {
    display: none;
}

div#customSearchVechile>ul>li:nth-child(5):after {
    display: none;
}

div#customSearchVechile>ul>li:last-child {
    float: right;
    padding-right: 55px;
}

/* Search by vehicle 2 popup End */

/* Search by Size popup */
#homeSearchSize a#customSearchSTZip:after {
    display: none;
}

#homeSearchSize div#customSearchSize>ul>li:nth-child(4) {
    float: right;
    padding-right: 60px;
}

li a#customSearchSec span, li a#customStagSearchSec span {
    font-size: 14px;
    font-weight: bold;
    color: #111;
    text-transform: uppercase;
    line-height: .3;
}

li a#customStagSearchSec span {
    margin-top: 10px;
    display: block;
}


.installers-index-index #homeSearchSize div#customSearchSize>ul>li:nth-child(4) {
    float: none;
}

.installers-index-index #homeSearchSize div#customSearchSize>ul>li:nth-child(5) {
    float: right;
    padding-right: 60px;
}


.installers-index-index #homeSearchSize div#customSearchSize>ul>li a#customSearchDia:after {
    display: none;
}


div#customSearchSize>ul>li>a#customSearchAsp:after {
    content: " R";
    margin-right: 5px;
}
/* Search by Size popup end*/

.action.order {
    display: none;
}

/* Result filter Price */

.sssstag .qinstock {
    font-size: 12px;
    font-weight: bold;
    padding: 0px 3px 5px 0px;
    text-align: left;
}

.qinstock {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 3px 5px 0px;
}

.tr-right-result .qinstock {
    margin-bottom: 5px;
    margin-top: 2px;
    margin-right: 0;
}

.search-tires-searchresult .trri-r .btn.trrir-btnlowerPrice{margin: -10px auto 0;}
.search-tires-searchresult .trrir-right.margb-10.qtyResult {
    margin: 15px 0px 0px;
}


.qinstock i.fa.fa-check-circle {
    color: #21b384;
    font-size: 14px;
}

.filbtn {
    margin-top: 5px;
}


.f-pricerange input[type=submit] {
    font-size: 14px;
    font-weight: bold;
    box-shadow: none;
    color: #fff;
    border: 0;
    border-radius: 0;
    background: #2982c6;
    height: 32px;
}

.f-pricerange input[type=text] {
    border: 1px solid #b7b7b7;
    box-shadow: none;
    border-radius: 3px;
    height: 30px;
    padding: 5px;
    outline: none!important;
}


/*  Result filter Price End */


.tire-types .bml-inner ul li a {
    font-size: 18px;
    color: #000;
}

.tire-types .bml-inner ul li {
    margin-bottom: 10px;
}


/* ENd */



#homepagePop20Off .modal-content {
    border-radius: 10px;
}
.homepagePop20Off {
    background-image: url("../../frontend/ATV/OWD/en_US/images/popupDiscount.png");
    background-position: center;
    background-size: cover;
    padding: 5rem 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px 10px 0 0;
}
.homepagePop20Off h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 46px;
    margin: 0 0 10px;
    line-height: 1;
}
.homepagePop20Off p {
    color: #ed1c24;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    line-height: 1;
}
.homePagePopEmail {
    text-align: center;
    width: 100%;
    max-width: 450px;
    margin: 20px auto;
}
#homepagePop20Off .modal-content {
    border-radius: 20px;
}
.homePagePopEmail input {
    width: 100%;
    margin: 0 0 10px;
    border-radius: 10px;
    border: 2px solid #dedede;
    padding: 5px 10px;
}
.homePagePopEmail button {
    display: block;
    width: 100%;
    max-width: 160px;
    border-radius: 10px;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    background: #f93e3e;
    color: #fff;
    cursor: pointer;
    margin: 0 auto 5px;
}
.homePagePopEmail a {
    color: #333;
    font-weight: 500;
    text-decoration: none;
}
.homeDisplayCode p span {
    display: block;
    width: 100%;
    max-width: 145px;
    margin: 0 auto;
    background: #cfcfcf;
    padding: 8px;
    border-radius: 10px;
    border: 2px dotted #999;
}
.homeDisplayCode p {
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.customer-account-create .field.choice {
    display: none;
}


/*
*
*   Cart Style
*
*/
.ct-desc h2 {
    font-size: 16px;
}
.ct-desc a {
    color: #2982c6;
    font-size: 32px;
}
.shortD{
    overflow: hidden;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    font-size: 13px;
}
.bImage p.str-stock {
    font-size: 12px;
    font-weight: 500;
    color: #111;
}
.bImage {
    margin-top: 12px;
}
.str-stock span {
    color: #757575;
    font-weight: inherit;
}

.page-content .container {
    max-width: 1296px;
}
p.cprice {
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1;
}
p.peach {
    font-size: 13px;
}

p.peach span {
    font-size: 12px;
    font-weight: 400;
    color: #9b9b9b;
}
a.cartRemove {
    color: #878787;
    font-size: 22px;
}
.ct-desc form {
    font-size: 13px;
    padding: 0 15px 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 15px;
}
.ct-desc form p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: initial;
    position: relative;
    margin-top: 10px;
}
.ct-desc form input[type=checkbox] {
    vertical-align: middle;
}
.ct-desc form input[type=checkbox]:checked ~ i.fa-check-circle {
    color: #008a00;
}
.ct-desc form  i.fa-check-circle {
    font-size: 17px;
    color: #5c5c5c;
}
.ct-desc form {
    position: relative;
}
.ct-desc form input[type=checkbox] {
    position: absolute;
    left: -9999999px;
    top: 12px;
    cursor: pointer;
    opacity: 0;
}
.ct-del i.fa.fa-trash-o {
    color: #878787;
    font-size: 22px;
}
.col-4.text-right.ct-del form {
    position: relative;
}
.col-4.text-right.ct-del form input[type=checkbox] {
    position: absolute;
    top: 2px;
    height: 21px;
    width: 21px;
    cursor: pointer;
    opacity: 0;
}
.col-4.text-right.ct-del form input[type=checkbox]:hover ~ i.fa-trash-o {
    color: #000;
}
.col-4.text-right.ct-del form input[type=checkbox]:checked ~ i.fa-trash-o {opacity: 1;}
.col-4.text-right.ct-del form input[type=checkbox] ~ i.fa-trash-o {opacity: 0;}
.newPromotion h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin: 0;
    font-weight: 600;
}
.newPromotion ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.newPromotion li {
    color: #111;
    font-size: 15px;
    font-weight: 400;
}
.copt-right {
    margin: 0 8px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 0;
}
.copt-right h1 {
    text-align: left;
    background: transparent;
    padding: 30px 20px 0;
    margin-bottom: 0;
}
.CN_recom {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    background: #f8f8f8;
    margin-bottom: 5px;
    padding: 6px;
    font-weight: bolder;
    margin-top: 20px;
}
.CN_recom i {
    color: #0a9f0a;
    font-size: 18px;
}
.ctd-top {
    margin-top: 8px;
    padding: 5px;
}
.ctd-top h6 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.ctd-top p {
    font-size: 14px;
    margin: 0;
}
.ct-desc form p span{
    display: block;
    padding-left: 19px;
    position: relative;
    margin-bottom: 0;
}
.ct-desc i {
    color: #5c5c5c;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0px;
}
.ct-desc form i.fa-check-circle {
    font-size: 18px;
    color: #0a9f0a;
}
.ct-desc form input[type=radio] {
    width: 20px;
    height: 17px;
    position: absolute;
    left: -2px;
    top: -1px;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}
.ct-desc form input[type=checkbox] ~ span .radio ~ i.fa-check-circle{opacity: 0;}
.ct-desc form input[type=checkbox]:checked ~ span .radio ~  i.fa-check-circle{opacity: 1;}

.ct-desc form input[type=checkbox] ~ span .radio2 ~  i.fa-check-circle{opacity: 1;}
.ct-desc form input[type=checkbox]:checked ~ span .radio2 ~ i.fa-check-circle{opacity: 0;}

.ct-del input.haz[type=checkbox] {
    width: 20px;
    height: 17px;
    position: absolute;
    right: 14px;
    top: 3px;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
}
.CN_recom i.fa.fa-exclamation-circle {
    color: #368ecd;
    margin-left: 10px;
}
.indent-haz {
    margin-bottom: 10px;
    padding-left: 20px;
}
.ctd-top p.rhGreen {
    color: #0a9f0a;
}
.ct-desc .ctd-top h6 i.fa-exclamation-circle{
    position: initial;
    cursor: pointer;
    color: #6782c6;
}
.dis23{display: block;}
#update-cart button {
    background: transparent;
    border: 0;
    font-size: 14px;
    text-align: right;
    margin: 0 0 10px auto;
    position: initial;
    /* bottom: -20px; */
    /* right: 0; */
    font-weight: 600;
    outline: 0;
    cursor: pointer;
    background: #d90114;
    color: #fff;
    padding: 6px 15px;
}
#update-cart.activeme button {
    display: block!important;
    background: transparent;
    border: 0;
    font-size: 14px;
    text-align: right;
    margin: 0 0 10px auto;
    position: initial;
    /* bottom: -20px; */
    /* right: 0; */
    font-weight: 600;
    outline: 0;
    cursor: pointer;
    background: #d90114;
    color: #fff;
    padding: 6px 15px;
}
.qty-update {
    position: relative;
}
.newCart {
    padding: 0;
    border: 0px solid #ebebeb;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 10px;
    border-bottom: 1px solid transparent;
    padding-bottom: 20px;
}
.nciImg img.img-fluid {
    max-height: 285px;
    margin: 0 auto;
}
.col-md-3.nciImg {
    text-align: center;
}
.col-md-2.nciImg {
    margin: 0 auto;
    text-align: center;
}
.ct-desc h2 {
    font-size: 12px;
    font-weight: 600;
    color: #333;
}
.ct-desc a h1 {
    font-size: 20px;
    color: #d90114;
}
.ct-desc h3 {
    color: #333;
    font-size: 16px;
}
p.str-stock {
    font-size: 14px;
}
input.form-control.item-qty {
    padding: 5px;
    width: 60px;
    margin: 0 0 0 auto;
    font-size: 14px;
    color: #333;
    border: 2px solid #333;
    font-weight: 700;
}
.cart-rebate {
    background: #f1f1f1;
    padding: 20px;
    border-bottom: 0;
    margin-top: 0;
    border: 0;
    width: 100%;
    border-radius: 0 0px 10px 10px;
}
.cart-rebate p {
    margin: 0;
}
.newCart-item {
    padding: 20px 20px 10px;
}
.co-total li:last-child > span {
    font-size: 18px;
}
.copt-right {
    padding: 0!important;
    background: transparent;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    width: 100%;;
}
.co-total {
    padding: 0 15px 15px;
}
.co-total > h1 {
    padding: 5px;
    text-align: center;
}
.copt-right h1 {
    padding: 10px;
    text-align: center;
    margin: 0;
    background: #f1f1f1;
    border-radius: 9px 9px 0 0;
}
.copt {
    background: #f1f1f1;
    border-radius: 10px 10px 0 0;
}
.copt h1 {
    color: #d90114;
}
.copt-ul {
    border-radius: 0 0 10px 10px;
    border-top: 1px solid #eee;
}
.co-total li:nth-child(2) > span, .co-total li:nth-child(3) > span {
    font-size: 12px;
}
.dhead {
    text-transform: uppercase;
    font-size: 11px;
}
.dtable {
    padding: 15px 10px;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
}
p.OSVehi {
    padding: 0 20px;
    color: #111;
    font-weight: 400;
    margin-bottom: 0;
    margin-bottom: 3px;
    margin-top: 3px;
}
p.OSVehi span{
    color: #757575;
}
p.OScartItem {
    padding: 10px 15px 0px;
    color: #757575;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 5px;
}
p.OScartItem b {
    color: #757575;
}
.co-total li > span:first-child {
    display: inline-block;
    width: 50%;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}
.co-total li > span:last-child, .co-total li:nth-child(2) > span:last-child, .co-total li:nth-child(3) > span:last-child {
    font-size: 18px;
}
.co-total li {
    padding-bottom: 0;
    padding-top: 0px;
    border-bottom: 1px solid #f5f5f5;
}
.cartAffirm img {
    width: 37px;
    vertical-align: inherit;
}
.cartAffirm {
    font-size: 12px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #f5f5f5;
}
.co-ch-btn .btn-danger {
    padding-top: 11px;
    padding-bottom: 10px;
}
.CartOtherBtn a.btn.btn-default {
    width: 100%;
    display: block;
    background: #f0f0f0;
    color: #111;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
    font-style: initial;
    padding: 13px;
}
.CartOtherBtn a.btn.btn-default img {
    height: 25px;
    vertical-align: bottom;
    text-decoration: none!important;
}
.CartOtherBtn a.btn.btn-default:first-child img {vertical-align: middle;margin-left: 8px;}
.CartOtherBtn a.btn.btn-default:nth-child(2) img {
    margin-right: 6px;
    vertical-align: initial;
}
.CartOtherBtn {
    padding: 25px 0 0;
    border-top: 1px solid #f5f5f5;
    margin-top: 25px;
    position: relative;
}
.CartOtherBtn:before {content: 'or';position: absolute;top: -12px;width: 30px;text-align: center;background: #fff;margin: 0 auto;left: 0;right: 0;color: #a1a1a1;}
.message-success.success.message {
    text-align: center;
    padding: 8px 20px;
    font-size: 16px;
    background-color: #2982c6;
    color: #fdfdfd;
    margin-bottom: 10px;
}
.uciImg {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.upsell-pop-up .up-content .up-content-box2{position: relative;}
.uciImg img {
    width: 100%;
}
.uciImg h3 {
    text-align: left!important;
    color: #2982c6;
    margin-top: 16px;
    padding: 5px;
    margin-bottom: 0;
}
.upsell-pop-up .up-content .up-content-box2 h4 {
    text-align: right;
    margin-top: 16px;
    padding: 5px;
    font-weight: 600;
    margin: 0;
}
.upsell-pop-up {
    margin: 35px auto;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    max-width: 1020px;
    position: relative;
    transition: all 2s ease-in-out;
    height: auto;
    width: 100%;
}
.uciImg p {
    font-size: 12px;
    text-align: left;
    padding: 5px;
}
.upsell-pop-up .up-content .up-content-box2 h4 span {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.upsell-pop-up .up-content{margin: 0 0 10px 0;}
.upsell-pop-up h2 {
    text-align: left;
    padding: 20px;
    font-weight: bolder;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.upsell-pop-up .up-content {
    padding: 0;
    max-height: initial;
}
.uciDesc {
  width: 43%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  text-align: left;
}
.uciDesc h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
}
.uciTot {
  width: 36%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  text-align: right;
}
.uciDesc p {
  font-size: 13px;
  margin-top: 10px;
}
.uciTot h5 {
  font-size: 18px;
  font-weight: unset;
}
.uciTot h5 span {
  font-weight: bold;
}
.uciSub {
  margin-top: 72px;
  padding: 10px;
  background: #ececec;
}
.ucisL {
  text-align: left;
  font-size: 20px;
  color: #000;
  line-height: 1.8;
}
.ucisR {
  font-size: 24px;
  font-weight: bold;
  color: #d40001;
}
.uciBtn {
  text-align: center;
  padding: 20px 15px;
}
.uciBtn button {
  width: 100%;
  display: inline-block;
  max-width: 370px;
  vertical-align: middle;
  margin: 0 10px;
  border: 3px solid #d40001;
  color: #d40001;
  font-weight: 500;
  font-size: 16px;
  padding: 8px;
}
.uciBtn button.up-add-btn {
    background: #f8d90a;
    color: #1c418c;
    border: 3px solid #f8d90a;
  cursor: pointer;
}
.uciBeforeBtn {
  padding: 20px 20px;
  color: #fff;
  background: #087d46;
  font-size: 15px;
  margin-top: -4px;
}
.uciBeforeBtn .fa.fa-clock-o {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 7px;
}
.upsell-pop-up .uciBtn a.close {
    position: relative;
    padding: 0;
    font-size: 13px;
    top: initial;
    right: 0;
    width: initial;
    border: 0;
    display: block;
    float: initial;
    left: 0;
    margin: 10px auto 0;
    text-align: center;
    color: #8b8b8b;
    background: #888;
    max-width: 190px;
    padding: 11px;
    color: #fff;
    text-shadow: none;
}
.checkout-cart-index input.form-control.item-qty {
    border: 0;
    text-align: center;
    width: 30px;
    display: inline-block;
    padding: 12px 0;
}
.quantityInc {
    display: inline-block;
    border: 1px solid #dedede;
    padding: 0 6px;
    border-radius: 5px;
    background-color: #fff;
}
.coupon-side label {
    margin: 0 0 2px;
    font-weight: 500;
}
.coupon-side .form-control {
    font-size: 14px;
    padding-right: 60px;
}
.coupon-side input[type="submit"] {
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    color: #d90114;
    font-weight: 600;
    position: absolute;
    bottom: 7px;
    right: 10px;
    font-size: 14px;
}
.coupon-side .form-group {
    position: relative;
}
.ct-del input.haz[type=checkbox]:checked ~ i.fa.fa-trash-o{display: block;}
.ct-del input.haz[type=checkbox] ~ i.fa.fa-trash-o{display: none;}
div#block-discount .title {
    display: none;
}
#block-discount .control {}
#block-discount .control input#coupon_code {
    font-size: 14px;
    padding-right: 60px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding-right: 60px;
}
form#discount-coupon-form {
    position: relative;
}
#discount-coupon-form button.action.apply.primary {
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    color: #d90114;
    font-weight: 600;
    position: absolute;
    bottom: 7px;
    right: 10px;
    font-size: 14px;
}
#discount-coupon-form button.action.cancel.primary{
    padding: 0;
    background: none;
    border: 0;
    outline: none;
    cursor: pointer;
    color: #6782c6;
    font-weight: 600;
    position: absolute;
    bottom: 7px;
    right: 10px;
    font-size: 14px;
}
#discount-coupon-form .actions-toolbar {
    margin: 0;
    margin-bottom: 10px;
}
.upsell-pop-up .close {
    position: absolute;
    top: 14px;
    right: 17px;
    transition: all 200ms;
    font-size: 46px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    opacity: 1;
}
p.cprice2 {
    font-size: 32px;
    margin-bottom: 0;
}
.cartloader{
    display: block;
}
/* End Cart Style */


/* OLT HOMEPAGE */
.olt-why-oltcom{
    padding: 60px 0 90px;
    background: #fffffff1;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.olt-why-oltcom:after {
    content: "";
    position: absolute;
    height: 220px;
    bottom: 0;
    width: 100%;
    background: #ed1c24;
    z-index: -1;
}
.olt-why-oltcom h2 {
    margin: 0;
    font-size: 42px;
    font-weight: bold;
    color: #434345;
}
.olt-why-oltcom .title-para {
    font-size: 17px;
    margin: 5px 0 30px;
}
#myTabContent1234 .tab-content{
    background: #fff;
    border: 0;
}
#myTab234.nav-tabs .nav-item.show .nav-link, #myTab234.nav-tabs .nav-link.active, #myTab234.nav-tabs .nav-link:focus, #myTab234.nav-tabs .nav-link:hover{
    color: #fff;
    font-weight: bold;
    background: #474749;
    border: none;
}

#myTab234.nav-tabs .nav-link{
    color: #fff;
    font-weight: bold;
    border-radius: 30px 30px 0 0;
    /* margin-right: 10px; */
    border: none;
    font-size: 20px;
    padding: 15px 15px 10px;
    font-weight: bold;
    background: #88888a;
    text-align: center;
    position: relative;
    transition: all .3s;
}
#myTab234.nav-tabs .nav-link.active:after {
    content: "";
    background: #474749;
    position: absolute;
    height: 100px;
    width: 100%;
    left: 0;
    bottom: -100px;
    z-index: 0;
}
#myTab234.nav-tabs .nav-link:after {
    content: "";
    background: #88888a;
    position: absolute;
    height: 100px;
    width: 100%;
    left: 0;
    bottom: -100px;
    z-index: 0;
}
#myTabContent1234{background: #fff;}

.home-promo-bb {
    background: #fff;
    padding: 30px 0;
    margin-top: 0;
}
/* OLT HOMEPAGE END */
.RSStar {
    margin: 10px 0 0;
}
.RSStar p {
    margin: 0;
}
.popular_brands img {
    max-width: 170px;
    width: 100%;
    margin: 5px 0;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.popularBrandsAll {
    font-size: 30px;
    display: inline-block;
    color: #2e7a92;
    text-decoration: underline;
    margin-left: 34px;
    font-weight: bold;
    margin-top: 18px;
}
#myTabContent1234 {
    background: #fff;
    border: 5px solid #474749;
    border-radius: 40px;
    padding: 40px 40px 0;
    z-index: 1;
    position: relative;
}
ul#myTab234 {
    width: 100%;
    display: table;
    border: 0;
    position: relative;
}
ul#myTab234 li.nav-item {
    display: table-cell;
}
#myTab234.nav-tabs li:last-child {
    padding: 0;
}
#myTab234.nav-tabs li {
    padding-right: 10px;
}
div#cookie-status {
    display: none;
}
.myt1234_inner-right p {
    font-size: 16px;
    font-weight: bold;
}
.myt1234_inner-right h3 {
    color: #434345;
    font-size: 34px;
}
.myt1234_inner-right h1 {
    color: #434345;
    font-size: 34px;
}
.myt1234_inner-right h4 {
    color: #e01b22;
    font-size: 24px;
    font-weight: bold;
}
.cms-home_owd .h-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #00299d;
    top: 0;
    bottom: 10px;
    margin: auto;
}
.cms-home_owd .h-title h1:after {
    content: "";
    width: 20px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: -22px;
    z-index: -1;
}
.cms-home_owd .h-title h2:after {
    content: "";
    width: 20px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: -22px;
    z-index: -1;
    margin-bottom: 0;
}
.cms-home_owd .h-title h1 {
    border: 2px solid #434345;
    padding: 20px 30px;
    border-radius: 42px;
    margin-right: 0;
    color: #434345;
    font-size: 34px;
}
.cms-home_owd .h-title h2 {
    border: 2px solid transparent;
    padding: 20px 30px 20px 0;
    border-radius: 42px;
    margin-right: 0;
    color: #434345;
    font-size: 34px;
    z-index: 11;
    position: relative;
    font-weight: bold;
    display: inline-block;
    background-color: #fff
}
/* .popular_brands:after {
    content: "";
    background-image: url(../../frontend/ATV/OWD/en_US/images/brand-right-img.jpg);
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 455px;
    height: 465px;
    z-index: -1;
}
.popular_brands:before {
    content: "";
    background-image: url(../../frontend/ATV/OWD/en_US/images/brand-left-img.jpg);
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 362px;
    height: 497px;
} */
.popular_brands {
    padding-bottom: 70px;
    position: relative;
}
.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
}
.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ed1c24;
}
.empty-stars:before, .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 14pt;
}
.empty-stars:before {
    -webkit-text-stroke: 1px #848484;
}
.full-stars:before {
    -webkit-text-stroke: 1px #ed1c24;
}
.tRTLStar {
    display: inline-block;
    vertical-align: middle;
}
.SLIStars {
    margin-bottom: 0;
}
.home-promo-slider .slick-slide>div {
    padding: 0 20px;
}
.icons h4 {
    font-size: 18px;
    color: #fff;
}
.icons img {
    width: 50px;
}
.icons {
    padding-bottom: 20px;
    border-bottom: 1px solid #606060;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 15px;
}
.footerNewsletter {
    padding: 50px 0;
    background: url(../../frontend/ATV/OWD/en_US/images/newsletter-bg.jpg);
    margin-bottom: 80px;
}
.btn-newsletterFooter {
    background: #ed1c24;
    padding: 10px 60px;
    border-radius: 27px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.footerNewsletter form input {
    border-radius: 27px;
}
.footerNewsletter h2 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.footerNewsletter h2 span {
    color: #ed1c24;
}
.footerNewsletter p {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.footerSecuriy {
    padding-bottom: 20px;
    border-bottom: 1px solid #606060;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 15px;
    clear: both;
    text-align: center;
}
.footerSecuriy h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.footerSecuriy p {
    color: #fff;
    font-size: 16px;
}
.footerSecuriy {
    padding-bottom: 20px;
    border-bottom: 1px solid #606060;
    width: 100%;
    max-width: 750px;
    margin: 0 auto 15px;
    clear: both;
    text-align: center;
}
.footerSecuriy h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.footerSecuriy p {
    color: #fff;
    font-size: 16px;
}
.footerSecuriy span {
    color: #fff;
    display: inline-block;
    margin-left: 18px;
    font-weight: bold;
    font-size: 20px;
}
.footerSecuriy span i {
    margin-right: 5px;
}
div#searchPopupHome .searchList .searchItem > a, div#searchPopupSizeHome .searchList .searchItem > a {
    color: #333;
    width: 100%;
    border: 1px solid #dedede;
    display: block;
    padding: 10px;
    text-decoration: none;
    pointer-events: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    background: #fff;
}
div#searchPopupHome .searchList .searchItem .searchItemDd a, div#searchPopupSizeHome .searchList .searchItem .searchItemDd a {
    color: #333;
    display: inline-block;
    text-decoration: none;
    padding: 2px 10px;
    font-size: 12px;
}
div#searchPopupHome .searchList .searchItem .searchItemDd a:hover, div#searchPopupSizeHome .searchList .searchItem .searchItemDd a:hover {
    background: #333;
    color: #fff;
    border-radius: 10px;
}
div#searchPopupHome .searchList .searchItem .searchItemDd, div#searchPopupSizeHome .searchList .searchItem .searchItemDd {
    padding: 15px;
    border: 1px solid #dedede;
    display: none;
    border-radius: 10px;
    position: absolute;
    background: #fff;
    z-index: 99;
    width: auto;
    min-width: 440px;
    height: auto;
    overflow: auto;
    margin: auto;
}
div#searchPopupHome .searchList .searchItem .searchItemDd.active, div#searchPopupSizeHome .searchList .searchItem .searchItemDd.active {
  display: block;
}
div#searchPopupHome .searchList .searchItem, div#searchPopupSizeHome .searchList .searchItem {
    margin-bottom: 15px;
    position: relative;
}
.loadingsearch {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgb(255 255 255 / 71%);
    z-index: 1;
}
.searchItemDd.active .loadingsearch:before {
    content: "";
    background: rgb(255 255 255 / 50%);
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    animation: addToCartLoader 1.2s linear infinite;
    border: 6px solid #000;
    border-color: #727272 transparent #727272 transparent;
    border-radius: 50%;
    margin: auto;
}
.cms-home_owd div#homeSearchVehicle .modal-dialog {
    /* max-width: 470px; */
    width: 100%;
    margin: 3em auto;
}

#homeSearchSize .modal-content {
    border-radius: 20px;
}
#homeSearchVehicle .addStaggeredSearchHome .addStaggeredBtn {
    pointer-events: auto;
    color: #ed1c24;
    width: 100%;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    pointer-events: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    text-transform: uppercase;
    pointer-events: all;
    border: none;
    transition: all .3s;
    text-align: left;
    vertical-align: ;
}
#homeSearchVehicle .addStaggeredSearchHome .addStaggeredBtn i {
    color: #ed1c24;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
    transition: all 1s;
}
#homeSearchVehicle .addStaggeredSearchHome {
    margin: 0 0 15px;
}
#homeSearchVehicle .addStaggeredSearchHome .addStaggeredBtn:hover {
    background: #ed1c24;
    color: #fff;
}
#homeSearchVehicle .addStaggeredSearchHome .addStaggeredBtn:hover i {
    color: #fff;
}
#searchPopupSizeHome img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 10px;
    display: block;
}
.catalog-product-view p.landinggbb {color: #000;}
.catalog-product-view p.landinggbb.d-GOOD {background: #5681d7; color: #fff;}
.catalog-product-view p.landinggbb.d-BETTER {background: #ff8e00; color: #fff;}
.catalog-product-view p.landinggbb.d-BEST {background: #d90114; color: #fff;}
/* KoalaFi style*/
.applyKoalafi p.applyKoalafiSample {
    font-size: 12px;
    margin: 0 0 5px;
}
.applyKoalafi {
    text-align: right;
}
p.applyKoalafiBtn a {
    display: inline-block;
    padding: 5px;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 10px;
    padding-right: 80px;
    position: relative;
    text-decoration: none;
    transition: all .3s;
    width: auto;
}
p.applyKoalafiBtn a img {
    width: 70px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
}
p.applyKoalafiBtn a:hover {
    background: #d90114;
}

#checkout select {
    -webkit-appearance: none;
}
/*
* Responsive *
*/
@media (min-width: 576px) {
    .catalog-product_compare-index .page-main,
    .account .page-main {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .catalog-product_compare-index .page-main,
    .account .page-main {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .catalog-product_compare-index .page-main,
    .account .page-main {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .catalog-product_compare-index .page-main,
    .account .page-main {
        max-width: 1230px;
    }
}

@media (max-width: 1200px) {
    .up-left li { 
        display: inline-block; 
    }
    
    .up-left {
        width: 80%;
    }
    
    .container {
        max-width: 100%;
    }
    
    .popular_brands .most-pol {
        margin: 0;
    }
    
    .product-bottomCenter .h-title {
        margin-top: 20px;
    }
    
    .ads-wVideo {
        margin-top: 0;
    }
    
    .bottom-center {
        margin: 50px 0;
    }
    
    .bottomBot {
        margin: 60px 0 0;
    }
    
    .blogHomeBotList:first-child .blogImageHome {
        height: auto;
    }
    
    .blogImageHome {
        height: 100%;
    }
    
    .bottomBot {
        padding-bottom: 100px;
    }
    
    .blogHomeBotList .blogImageHome img {
        height: 100%;
    }
    
    .up-right {
        width: auto;
    }
}

@media (max-width: 1024px) {
    .up-right { 
        text-align: center; 
        padding: 10px 0; 
        font-size:16px;
    }
    
    .bottom-left {
        width: 86%;
    }
}

@media (max-width: 991px) {
    .return-policyContent,
    .privacy-statement>div>p {
        padding: 0 15px;
    }
    
    .faq-list .col-md-3 .card {
        margin-bottom: 10px;
    }
    
    .innerpage {
        margin-top: 50px;
    }
    
    .innerpage.about-us .content {
        margin-top: 0 !important;
    }
    
    .img-finance {
        width: 50%;
        margin: 0 auto;
    }
    
    .innerpage.promotions-page,
    .innerpage.financing {
        margin-top: 40px;
    }
    
   .innerpage.promotions-page .container,
   .innerpage.financing .container,
   .innerpage.about-us .container,
   .roadHazardProg .container,
   .post-list-content.container,
    .container.post-blog-header-title {
        max-width: 100%;
    }
    
    .innerpage.promotions-page .title-desc {
        margin-bottom: 20px;
    }
    
    .innerpage.promotions-page .title-desc .h-title {
        margin: 20px 0 10px;
    }
    
    .centric-1stcol-img {
        width: 100% !important;  
        padding-right: 0 !important;  
    }
    
    .centric-1stcol-box-1 h1,
    .centric-2ndcol-box-2 h1 {
        font-size: 30px;
    }
    
    .centric-2ndcol-img {
        width: 60% !important;
    }
    
    .centric-middletext-box-1-img,
    .centric-middletext-box-2-img {
        width: 100% !important;   
    }
    
    .centric-2ndcol-box-2,
    .centric-middletext-box-2 {
        border-left: 10px solid red !important;
    }
    
    .centric-4thcol-content {
        border-left: 10px solid red !important;;
        border-right: 10px solid red !important;;
    }
    
    .centric-middletext-box-1,
    .centric-1stcol-box-1 {
        border-right: 10px solid red !important;
    }
    
    .centric-container p {
        font-size: 20px !IMPORTANT;
    }
    
    .centric-3rdcol-content {
        border-bottom: 10px solid red !IMPORTANT;
        border-top: 10px solid red !IMPORTANT;
    }
    
    .centric-4thcol-content {
        margin-top: 30px !important;
    }
    
    .centric-middletext {
        padding: 20px 0;
    }
    
    .centric-2ndcol-box-1 {
        padding: 0 20px 0 0 !important;
    }
    
    .centric-1stcol {
        padding: 15px 0 !important;
    }
    
    .centric-container,
    .centric-2ndcol {
        padding: 0 !important;
    }
    
    .centric-container > .row {
        margin: 0;
    }
    
    .hub-centric-5thline-how {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .hub-centric-5thline .col-md-12 {
        padding: 0;
    }
    
    .hub-centric-5thline {
        margin-left: 0;
        margin-right: 0;
    }
    
    .hub-centric-5thline-how {
        margin: 5px 0 !important;
    }
    
    #hub-centric-2ndline > .col-md-7,
    .hub-centric-container {
        padding: 0;
    }
    
    .hub-centric-1strow {
        margin: 0!important;
    }
    
    .blogs-content-x .blogs-bot-txt {
        padding: 0 15px;
    }
    
    .hub-centric-mid-content {
        margin: 20px 0 !important;
        padding: 0 15px;
    }
    
    .typebold {
        width: auto !important;
    }
    
    .blogs-content-x .blogs-main-desc {
        margin-bottom: 0;
    }
    
    .blogs-content-x .blogs-hr-x {
        margin: 20px 0 !important;
    }
    
    .post-post_content .container {
        max-width: 100%;
    }
    
    .mpcss.post-view.container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .post-list-content.col-md-12 {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .blogs-content-x {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .post-post_content>h1 {
        margin: 20px 0 15px !important;
    }
    
    .mpcss.post-view.container .post-list-content.col-md-12 .col-xs-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
    
    .mpcss.post-view.container .post-list-content.col-md-12 .post-view-image.col-xs-12 {
        padding: 0;
        margin: 0 !important;
    }
    
    .mp-post-info,
    .blogs-content-x .blogs-main-desc {
        font-size: 16px;
    }
    
    .bottommenu > .clearfix > .bottom-left > .list-unstyled > li > a:hover ~ .msubmenu, 
    .bottommenu > .clearfix > .bottom-left > .list-unstyled > li > a:focus ~ .msubmenu {
        display: none;
    }
    
    .toggle-arrow-menu {
        display: flex;
    }
    
    .bottom-left .msubmenu ul {
        margin-top: 0;
    }
    
    .last-me {
        display: none;
    }
    
    .account .page-main,
    .catalog-product_compare-index .page-main {
        max-width: 95%;
    }
    
    .footer-inner h2 {
        font-size: 22px !important;
    }
    
    .quote-container .quote p:first-child:before {
        font-size: 5.5em !important;
    }
    
    .testimonial.slider:before {
        display: none;
    }
    
    .testimonial.slider {
        background-color: #e7e7e7;
    }
    
    .slider .testii {
        padding: 40px 60px !important;
        height: auto !important;
    }
    
    .bottom-right li:first-child {
        margin-right: 8px;
    }
    
    .uppermenu .clearfix.hide-mobile {
        display: flex;
        flex-direction: column;
    }
    
    .up-left {
        order: 2;
    }
    
    .bottom-left li a:before,
    .msubmenu {
        display: none;
    }
    
    .up-right {
        order: 1;
        padding: 10px 0 0;
        font-size: 18px;
        width: 100%;
        border-top: 1px solid #dcdcdc;
    }
    
    .bottom-right {
        width: 100%;
    }
    
    .bottom-right ul {
        text-align: left;
    }
    
    /*.mobile-contact {*/
    /*    display: block;*/
    /*}*/
    
    /*.navbar-brand {*/
    /*    margin: 0 auto;*/
    /*}*/
    
    .ads-wVideo .ads-wVideo-col {
        padding: 55px 50px;
    }
    
    .c-inner img {
        width: 110px;
    }
    
    /*.hide-mobile .up-right,*/
    /*.hide-mobile.bottom-right ul {*/
    /*    display: none;*/
    /*}*/
    
    .bottom-left,
    .up-left {
        width: 100%;
    }
    
    .up-left ul {
        text-align: center;
    }
    
    .bottom-left li {
        display: block;
        margin-left: 0;
    }
    
    .bottom-left .list-unstyled li a {
        padding: 5px 10px !important;
    }
    
    .bottom-left ul {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .terms-services>div>p {
        padding: 0 1rem;
    }
    
    .terms-services>div .terms-servicesContent,
    .privacy-statement>div>p {
        padding: 0 15px;
    }
    
    .roadHazardProg>div>p {
        margin: 0 0 25px;
        padding: 0;
    }
    
    .roadHazardProg>div {
        padding-top: 20px;
    }
    
    .col-md-4.p-0 .trri-r .row .col-md-2,
    .col-md-4.p-0 .trri-r .row .col-md-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .road-hazzz .col-md-12 {
        padding: 0;
    }
    
    
    #hub-centric-3rdline .hub-centric-content-box-inner {
        padding: 0 15px;
    }
    
    .hub-centric-content-box-inner .hub-centric-desc {
        padding: 0;
    }
    
    #hub-centric-3rdline .hub-centric-desc p,
    #hub-centric-1stline .hub-centric-desc p {
       border-left: 12px dashed red !important;
    }
    
    .hub-centric-4thline-img-2, 
    .hub-centric-4thline-img-1 {
        width: 100% !important;
        height: 250px !important;
        object-fit: contain;
    }
    
    .hub-centric-mid-content {
        border-left: 12px dashed red !important;
        border-right: 12px dashed red !important;
    }
    
    #hub-centric-2ndline .hub-centric-desc p,
    .hub-centric-4thline-box-1 {
        border-right: 12px dashed red !important;
    }
    
    #hub-centric-1stline #hub-centric-bg-diagonal {
        background-image: url('../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/optimize/w3-p3-hub.png') !important;
    }
    
    #hub-centric-2ndline #hub-centric-bg-diagonal{
      background-image: url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/optimize/wp3-hub-centrics-v2.png) !important;
    }
    
    #hub-centric-3rdline #hub-centric-bg-diagonal{
      background-image: url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/optimize/wp3-with-hub-ring-v3.png) !important;
    }
    
    #hub-centric-2ndline .hub-centric-desc p {
        margin-top: 0 !important;
        margin-bottom: 1rem !important;
    }
    
    #hub-centric-2ndline .col-md-5,
    #hub-centric-2ndline .col-md-7,
    #hub-centric-3rdline .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #hub-centric-1stline #hub-centric-bg-diagonal,
    #hub-centric-2ndline #hub-centric-bg-diagonal,
    #hub-centric-1stline .hub-centric-content-box,
    #hub-centric-2ndline .hub-centric-content-box,
    #hub-centric-3rdline .hub-centric-content-box,
    #hub-centric-3rdline #hub-centric-bg-diagonal {
        float: none !important;
    }
    
    #hub-centric-2ndline #hub-centric-bg-diagonal {
        height: 400px;
    }
    
    #hub-centric-1stline .hub-centric-content-box,
    #hub-centric-2ndline .hub-centric-content-box,
    #hub-centric-3rdline .hub-centric-content-box {
        height: auto !important;
    }
    
    #hub-centric-3rdline .hub-centric-desc p {
        margin: 20px 0 !important; 
    }
    
    .hub-centric-desc {
        padding: 0 15px;
    }
    
    #hub-centric-1stline #hub-centric-bg-diagonal,
    #hub-centric-2ndline #hub-centric-bg-diagonal,
    #hub-centric-3rdline #hub-centric-bg-diagonal {
        border-top: 0 !important;
        width: 100% !important;
        margin: 10px 0;
    }
    
    #hub-centric-1stline .hub-centric-desc p {
        margin-top: 0 !important;
    }
    
    .lug-nuuut .ln-imgg1 img,
    .lug-nuuut .ln-imgg2 img {
        float: none !important;
        width: 100% !important;
        padding: 15px !important;
    }
    
    .ln-txt1 p > span {
        font-size: 30px !important;
    }
    
    .ln-imgg2,
    .ln-imgg1 {
        float: none !important;
    }
    
    .lug-nuuut .ln-txt2 {
        padding: 20px !important;
        margin: 0 !important;
    }
    
    .lug-nuuut .ln-box {
        width: 100% !important;
        margin-top: 0 !important;
        position: relative !important;
    }
    
    .lug-nuuut .ln-box2 {
        margin-left: 0 !important;
        float: none !important;
        width: 100% !important;
        padding: 15px !important;
        margin-top: 0 !important;
        position: relative !important;
    }
    
    h1.ftx-ttl {
        width: 100% !important;
        margin: 0 !important;
        padding: 20px 65px !important;
    }
    
    .flat-tirex .ftx-top {
        padding: 10px !important;
        border-bottom: 8px solid lightgreen !important;
        border-top: 8px solid lightgreen !important;
    }
    
    .ftx-list > .row > .col-md-1 img {
        float: none;
    }
    
    .ftx-list > .row {
        position: relative;
    }
    
    .ftx-list > .row > .col-md-1 {
        width: 60px;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
    }
    
    .ftx-list > .row > .col-md-1 img {
        width: 100%;
    }
    
    .ftx-list > .row > .col-md-11 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 80px;
    }
    
    .ftx-list > .row > .col-md-5 ,
    .ftx-list > .row > .col-md-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .ftx-list > .row > .col-md-7 > img {
        margin-bottom: 20px;
    }
    
    .ftx-list > .row > .col-md-5 > .row {
        position: relative;
    }
    
    .ftx-list > .row > .col-md-5 > .row > .col-md-2 {
        width: 60px;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
    }
    
    .ftx-list > .row > .col-md-5 > .row > .col-md-2 > img {
        margin-left: 0 !important;
    }
    
    .ftx-list > .row > .col-md-5 > .row > .col-md-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 80px;
    }
    
    .ftx-list > .row > .col-md-5 > .row > .col-md-10 > p {
        margin-left: 0 !important;
    }
    
    .slider .testii {
        padding: 40px 20px !important;
    }
    
    .quote-container .portrait {
        padding: 0 30px 0 20px !important;
    }
}

@media (max-width: 767px) {
    .men-sign{display: block;}
    .privacy-statement {
        padding: 50px 0 20px;
    }
    
    .privacy-statement .privacyStateContent p {
        text-align: justify;
    }
    
    .privacy-statement>div {
        padding-bottom: 20px;
    }
    
    .privacy-statement .privacyStateTitle h1 {
        text-align: left;
    }
    
    .privacy-statement .privacyStateContent {
        border-left: 0;
        margin-bottom: 20px;
    }
    
    .privacy-statement ul li:not(:last-child) .privacyStateContent {
        border-bottom: 1px solid #bfbfbf;
    }
    
    .ec-page-icons p {
        height: auto !important;
        margin: 0;
    }
    
    .post-blog-header-title {
        padding: 30px 30px 10px !important;
    }
    
    .post-list-item .post-item-wraper h2.mp-post-title {
        font-size: 20px !important;
        height: auto !important;
    } 
    
    .roadHazardProg .roadHazardProgContent {
        padding: 0;
        background: none;
    }
    
    .useful-links>div .useful-linksList {
        padding: 0 10px;
    }
    
    .useful-links>div>p {
        margin: 0 0 10px;
    }
    
    .col-md-6.about-img {
        padding: 0 20px !important;
    }
    
    .innerpage.about-us .content img {
        transform: rotate(0deg);
    }
    
    .prod-img-trr {
        padding-top: 30%;
        width: 100%;
    }
    
    .prod-img-trr img {
        position: absolute;
        top: 0;
        height: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        object-fit: contain;
    }
    
    .trri-r .qtyResult input,
    .trrir-addtocartred {
        margin: 0 auto;
    }
    
    .trrir-addtocartred {
        max-width: 300px;
    }
    
    .qtyResult,
    .trrir-right,
    .affirm-computation {
        text-align: center !important;
    }
    
    .trri-w p,
    .trri-r .qtyResult h2 {
        font-size: 16px !important;
    }
    
    .trr-inner > .row > .col-md-3.pr-0.pt-3 {
        display: inline-flex;
    }
     
    .centric-2ndcol-box-2 {
        padding: 10px;
    }
    
    .centric-2ndcol-img {
        margin: auto !important;
    }
    
    .footer-bottom {
        padding: 15px 15px;
        font-size: 18px;
    }
    
    .footer-payment-title p {
        margin-right: 0 !important;
    }
    
    .footer-risk-title p {
        margin-left: 0 !important;
    }
    
    .footer-payment-logo,
    .footer-payment-title p,
    .footer-risk-title p,
    .footer-risk-logo {
        text-align: center !important;
    }
    
    .centric-2ndcol-box-1 {
        padding: 10px 0 !important;
    }
    
    .centric-1stcol-box-2 {
        padding: 20px 0 !important;
    }
    
    .centric-middletext-box-1-img, 
    .centric-middletext-box-2-img {
        margin: 0 auto !important;
    }
    
    .centric-middletext-box-1-img, 
    .centric-middletext-box-2-img,
    .centric-1stcol-img,
    .centric-2ndcol-img {
        width: 400px !important;
    }
    
    .hub-centric-5thline-box-2 {
        padding: 0;
    }
    
    .hub-centric-5thline-box-1 .hub-centric-5thline-how {
        margin-bottom: 10px !important;
    }
    
    .hub-centric-4thline-img-1 {
        margin-bottom: 20px;
    }
    
    .hub-centric-5thline-box-2 img {
        object-fit: contain;
    }
    
    .hub-centric-5thline-box-1 {
        padding-right: 0;
    }
    
    .hub-centric-4thline-box-1 {
        border-right: 0 !important;
    }
    
    .ln-box ul,
    .ln-box2 ul {
        margin-bottom: 0;
    }
    
    .lug-nuuut br {
        display: none;
    }
    
    .lug-nuuut {
        margin-top: -30px;
    }
    
    .lug-nuuut .col-md-5,
    .lug-nuuut .col-md-7,
    .lug-nuuut .col-md-12 {
        padding: 0;
    }
    
    .lug-nuuut .ln-txt2 {
        padding: 20px 0 0 !important;
        column-count: 1 !important;
        margin-bottom: 20px !important;
    }
    
    .ln-txt1 {
        margin-top: 20px;
    }
    
    h1.ftx-ttl {
        padding: 25px 15px 25px 80px;
    }
    
    .lrli-mid-cont {
        padding: 25px 0px 0 !important;
    }
    
    .padding-0-767.container,
    .padding-15-767 .col-md-11 {
        padding: 0;
    }
    
    .padding-15-767 {
        padding: 0 15px;
    }
    
    .col-md-3.lrli-c3:first-child {
        border-radius: 20px 20px 0 0 !important;
    }
    
    .col-md-3.lrli-c3 br {
        display: none;
    }
    
    .lrli-c3 {
        margin: 0 !important;
        padding: 15px !important;
        border-radius: 0 0 20px 20px !important;
    }
    
    .lrli-tbl3 {
        margin: 30px 0 30px 0 !important;
        border-radius: 0px 0px 20px 20px !important;
    }
    
    .lrli-c9 {
        margin-top: 0 !important;
        padding: 0 !important;
    }
    
    .lrli-mid-cont .lrli-smpl {
        padding: 0 !important;
        width: 100% !important;
        text-align: left !important;
        max-width: max-content;
    }
    
    .lrli-tbl1 {
        margin-bottom: 50px !important;
    }
    
    .lrli-tbl2,
    .lrli-tbl1 {
        margin-left: 0 !important;
    }
    
    /*.mpcss.post-view.container .post-list-content.col-md-12 .col-xs-12 {*/
    /*    margin-right: -15px;*/
    /*    margin-left: -15px;*/
    /*}*/
    
    .post-post_content>h1 {
        font-size: 35px;
    }
    
    .blogs-bot-txt {
        text-indent: 30px !important;
    }
    
    .account .page-main {
        max-width: 540px;
    }
    
    .account .form .fieldset:nth-child(1), .account .form-address-edit .fieldset:nth-child(1) {
        float: none;
        clear: none;
    }
    
    .account .form .fieldset br,
    .account .form-address-edit .fieldset br {
        display: none;
    }
    
    .account .form .fieldset, .account .form-address-edit .fieldset {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .account .sidebar.sidebar-main {
        width: 100%;
        float: none;
        padding-right: 0;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    
    .account .block-content .box {
        width: 100%;
    }
    
    .box .box-title {
        display: inline-block;
        width: 100%;
    }
    
    .account .column.main {
        width: 100%;
        float: none;
        margin-top: 20px;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    
    .account .block-content .box:nth-child(1) {
        float: none;
    }
    
    .account .block-content .box:nth-child(1) {
        float: none;
        clear: none;
    }
    
    .adsvid-style {
        border-left: 0 !important;
    }
    
    .col-md-5.footer-customer-text {
        padding: 30px 0;
    }
    
    .account .block-content .box {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .form-track-order {
        max-width: 92% !important;
    }
    
    .ttrt-left.pr-0.text-right {
        text-align: left !important;    
    }
    
    .ttrt-left.pr-0.text-right h3,
    .ttrt-left.pr-0.text-right h3.resultFullSize {
        padding: 15px;
    }
    
    .roadHazardProg>div>h1 {
        font-size: 34px;
    }
    
    .tiresize {
        width: 80% !important;
    }
    
    .resultPagePagination .pagination li {
        display: none;
    }
    
    .trri-w h3 a {
        font-size: 26px !IMPORTANT;
    }
    
    .trrir-addtocartred {
        max-width: 100%;
    }
    
    
    .resultPagePagination .pagination li:first-child {
        display: block;
    }
    
    .resultPagePagination .pagination li:nth-child(2) {
        display: block;
    }
    
    .resultPagePagination .pagination li:nth-last-child(2) {
        display: block;
    } 
    
    .resultPagePagination .pagination li:last-child {
        display: block;
    } 
    
    #popupTireSize .modal-dialog, 
    div#popupWheelSize .modal-dialog, 
    div#popupPackage .modal-dialog {
        max-width: 100% !important;
    }
    
    .oeSize h1 {
        font-size: 26px !important;
    }
    
    .optionalSize p {
        font-size: 22px !important;
    }
    
    .sizeListSearch .sizeDiameter {
        font-size: 26px !important;
    }
    
    .centric-2ndcol-img {
        width: 50% !important;
    }
    
    .hub-centric-5thline-box-2 img {
        object-fit: contain;
        height: auto !important;
    }
    
    .bc-img {
        padding: 0 !important;
    }
    
    .bc-img-title {
        font-size: 30px;
    }
    
    .compareAddedtoCart .modal-dialog {
        max-width: 95%;
        margin: 0 auto;
    }
    
    .catalog-product_compare-index .page-main h1.table-caption {
        font-size: 26px;
    }
    
    .quote-container {
        display: block !important;
    }
    
    footer .col-sm-3:nth-child(2),
    footer .col-sm-3:nth-child(3) {
        border: 0 !important;
    }
    
    .footer-inner img {
        width: 250px !important;
        margin-top: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    .footer-inner {
        padding-left: 0;
        text-align: center;
    }
    
    .quote-container .portrait {
        width: 140px !important;
        margin: 0 auto;
        padding: 0 !important;
    }
    
    .quote-container .quote {
        padding: 20px 25px 0;
        display: block !important;
        text-align: center;
        width: 100% !important;
    }
    
    .startHereSearch.start-mobile {
        display: block;
    }
    
    .startHereSearch.start-desktop {
        display: none;
    }
    
    .startHereSearch {
        position: absolute;
        left: 10px;
        top: -115px;
        width: 140px;
    }
    
    .searchSlider {
        padding: 130px 15px 50px;
    }
    
    .blogHomeBotList .blogImageHome img {
        height: auto;
    }
    
    .footer-payment-title p {
        margin-right: 0;
    }
    
    .footer-payment-title.text-right,
    .footer-risk-title.text-left,
    .footer-payment-logo.text-right,
    .text-left.footer-risk-logo {
        text-align: center !important;
    }
    
    .footer-risk-title p {
        margin-left: 0;
    }
    
    .footer-bottom {
        padding: 15px;
        font-size: 18px;
    }
    
    .blogImageHome {
        height: auto !important;
    }
    
    .bottomBot {
        padding-bottom: 0 !important;
    }
    
    .top-brand .col-sm-4 {
        padding: 10px 0 !important;
    }
    
    .ads-wVideo .ads-wVideo-col {
        padding: 15px !important;
    }
    
    .center-inner {
        margin: 20px 0 35px;
    }
}
 
@media (max-width: 450px) {
    .terms-services>div>h1,
    .privacy-statement>div>h1 {
        font-size: 32px;
    }
    
    .img-finance {
        width: 100%;
    }
    
    .ln-txt1 p > span {
        font-size: 24px !important;
    }
    
    .table-overflow {
        overflow-x: scroll;
    }
    
    .post-post_content>h1 {
        font-size: 30px;
    }
    
    h2.lrli-tblh2 {
        font-size: 26px;
    }
    
    .bottomBot {
        margin: 15px 0 0 !important;
    }
    
    .bottom-brand a img {
        height: 40px;
    }
    
    .col-md-5.footer-customer-text {
        padding: 5px 0 15px;
    }
    
    .up-left li {
        display: block;
        padding: 4px 10px;
    }
    
    .bottom-left ul,
    .bottom-right ul {
        text-align: center;
    }
}

@media (max-width: 425px) {
    .empty-c img {
        width: 150px !important;
    }
    
    .centric-middletext-box-1-img, 
    .centric-middletext-box-2-img,
    .centric-1stcol-img {
        width: 90% !important;
    }
    
    .catalog-product_compare-index .page-main {
        margin-top: 25px;
    }
}

@media (max-width: 375px) {
    .top-tr-text > .row {
        margin: 0;
    }
    
    .col-md-5.align-self-center.resultTextResult h3 {
        padding-left: 0;
    }
    
    .ttrt-left.pr-0.text-right {
        padding: 0;
    }
    
    .ttrt-left.pr-0.text-right h3 {
        width: 100%;
        padding-bottom: 0;
        text-align: left;
    }
    
    .tiresize {
        width: 100% !important;
    }
    
    .financing .content a {
        font-size: 18px;
    }
    
    .centric-container p {
        font-size: 18px !IMPORTANT;
    }
    
    .catalog-product_compare-index .page-main h1.table-caption,
    .catalog-product_compare-index .page-main .pnt {
        float: none;
    }
    
    .catalog-product_compare-index .page-main .pnt {
        display: flex;
        align-items: center;
    }
    
    .catalog-product_compare-index .page-main h1.table-caption {
    padding: 10px;
        margin-bottom: 0;
    }
    
    span.print-comp {
        margin-left: -13px;
    }
}

@media (max-width: 370px) {
    .table-overflow-2 {
        overflow-x: scroll;
        margin-bottom: 20px;
    }
}



.footer-inner img {
    max-width: 340px;
}

.footer-inner h2{font-size: 26px!important;}

.footer-inner img {
    max-width: 340px;
    opacity: 1;
}

.footer-inner {
    text-align: left;
}

footer > .container > .row > .col-sm-6 {
    -ms-flex-item-align: center!important;
    align-self: center!important;
}


.cms-home_owd .ci-inner {max-width: 340px;}

.bottom-left li{margin-left: 20px;}

.bottom-left li:first-child{margin-left: 0;}
.bottom-left li li {
    margin-left: 0!important;
}

div#customSearchVechile2>ul>li>a.active {
    color: #000;
    pointer-events: auto;
}


.checkout-cart-index .coupon-side label {
    text-align: right;
    display: block;
}

.checkout-cart-index #block-discount .control input#coupon_code {
    width: 183px;
    margin: 0 0 0 auto;
    padding-right: 50px;
}

.checkout-cart-index #block-discount .control {
    margin-bottom: 25px;
}

 .checkout-cart-index .quantityInc span.minus, .checkout-cart-index .quantityInc span.plus {
    padding: 10px 4px;
}

.checkout-cart-index .indent-haz .col-md-6 .col-4.text-right p{
    font-size: 20px;
    text-align: center;
}

.checkout-cart-index input.form-control.item-qty {
    font-size: 20px!important;
}

body.checkout-cart-index .quantityInc input.form-control.qty {
    width: 20px;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
    border: none;
}
body.checkout-cart-index label.upSellLabel {
    margin: 0 0 0 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.uciImg .form-check {
    background: #e5e5e5;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}
.uciImg .form-check input {
    width: 25px;
    height: 25px;
    vertical-align: bottom;
}

/*For Homepage REvision*/
.navbar-dark .navbar-brand img {
    width: 100%;
    max-width: 280px;
}
.searchSlider .searchby-slider li a {
    border-radius: 10px 10px 0px 0px;
}

.searchSlider .searchBarBox .form-sea .fsbv {
    border-radius: 0 10px 10px 10px;
}

/*alignment quantity in tires*/
.quantityInc span.minus, .quantityInc span.plus {
    padding: 0px 4px;
    display: inline-block;
    height: 100%;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    box-sizing: content-box;
    vertical-align: top;
    color: #555;
}

.checkout-cart-index .dhead {
    text-transform: uppercase;
    font-size: 14px;
}

.ttrt-left h3 {
    font-size: 16px;
    font-weight: 600;
    color: #2a2a2a;
}
/* div#customSearchVechile2>ul#listtypes, div#customSearchSize>ul#listtypes, div#customSearchBrands>ul#listtypes */
#customSearchVechile2>ul, #customSearchSize>ul, #customSearchVechile>ul, #customSearchBrands>ul{position: relative;}
#customSearchVechile2>ul>li>a.active:before, #customSearchSize>ul>li>a.active:before, #customSearchVechile>ul>li>a.active:before, #customSearchBrands>ul>li>a.active:before {
    content: '\f060';
    font-family: 'Fontawesome';
    position: absolute;
    left: 30px;
    bottom: 12px;
    color: #cd1f1f;
}


@media (max-width: 991px) {
  .upsell-pop-up h2 {
      font-size: 20px;
  }

  .uciDesc h3 {
      font-size: 24px;
  }

  .uciDesc p {
  }

  .upsell-pop-up .up-content .up-content-box2 h4 {
      font-size: 18px;
  }

  .uciTot h5 {
      font-size: 16px;
  }

  .ucisL {
      font-size: 17px;
  }

  .ucisR {
      font-size: 18px;
  }

  .upsell-pop-up .up-content .up-content-box2 .up-add-btn {
      width: 220px;
      font-size: 14px;
  }

  a.close {
      position: absolute;
  }
}

@media (max-width: 780px) {
  .uciTot {
      width: 100%;
      padding: 0 20px;
  }

  .uciSub {
      margin: 0;
      max-width: 330px;
      margin: 0 0 0 auto;
  }

  div#upsell-pop-up {
      padding: 10px;
  }

  .uciDesc {
      width: 77%;
  }

  .upsell-pop-up .up-content .up-content-box2 h4 {padding: 0;}
}


@media (max-width: 600px) {
  .upsell-pop-up h2 {padding: 15px 20px;font-size: 18px;margin-bottom: 10px;}

  .upsell-pop-up .close {
      top: 5px;
      right: 10px;
  }

  .uciImg {
      width: 34%;
  }

  .uciDesc {
      width: 64%;
  }

  .uciBtn p {
      margin-bottom: 0;
  }
}

@media (max-width: 550px) {

  .uciImg {
      width: 34%;
  }

  .uciDesc h3 {
      font-size: 20px;
  }

  .uciDesc p {
      font-size: 12px;
  }

  .ucisL {
      font-size: 16px;
  }

  .uciSub {
      padding: 5px 10px;
  }

  .upsell-pop-up .up-content .up-content-box2 .up-add-btn {
      padding: 7px;
  }

  .uciBtn {
      padding-top: 15px;
  }
}

@media (max-width: 450px) {
  
  .uciDesc {
      width: 100%;
  }

  .uciImg {
      width: 100%;
      text-align: center;
  }

  .uciImg img {
      max-width: 150px!important;
      margin: 0 auto;
  }

  .uciDesc {
      padding-top: 0;
  }

  .uciDesc h3 {}

  .upsell-pop-up {
      margin: 5px auto;
  }

  .upsell-pop-up h2 {
      font-size: 14px;
      padding: 15px 36px 15px 10px;
  }

  .upsell-pop-up .close {
      font-size: 36px;
      top: 5px;
      right: 10px;
  }

  .uciTot h5 {
      font-size: 14px;
  }
}

.cartloader{display: block;}

/* .search-wheels-searchresult .popSize li span, .search-wheels-index .popSize li span {
    display: none;
}

.search-wheels-searchresult .popSize li a:after, .search-wheels-index .popSize li a:after {
    content: '';
} */


.account-nav-content .nav.item.current a:before {
    display: none;
}

ul.items.order-links {
    padding: 0;
}

ul.items.order-links li.nav.item {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
}

ul.items.order-links li.nav.item.current {
    text-decoration: underline;
}

.sales-order-view .table-order-items .items-qty{padding: 0; margin: 0; list-style: none;}

.sales-order-invoice .actions-toolbar {
    display: none;
}

.sales-order-invoice .table-caption{display: none;}

a.collapsible.with_arr {
    color: #333;
}

.cold i.fa.fa-angle-down {
    position: absolute;
    right: 6px;
    top: 0;
    border: 0;
    width: 26px;
    font-size: 27px;
    bottom: 0;
    text-align: center;
    padding: 4px;
}

.cold {
    position: relative;
    background: #e9e9e9;
    padding: 8px;
}

.hot_ {
    padding: 10px;
}

.hot_ strong {
    margin-bottom: 3px;
    display: block;
    margin-top: 10px;
}


@media screen and (max-width: 1200px) {
    .container.form-sea{width:  100%!important; max-width: 100%!important;}
}   

@media screen and (max-width: 1160px) {
    /* .form-sea .fsbv ul li{width: 19%!important;} */

  .searchby-slider li{margin-right: 10px; max-width:  200px;}
  .searchby-slider li a{font-size: 14px;}
  .cms-home_owd .searchSlider .searchby-slider li a {
      padding: 10px 10px 10px!important;
      font-size: 14px!important;
  }

  /* .cms-home_owd .searchSlider .form-sea .fsbv ul li{width: 25%!important;}
  .cms-home_owd .searchSlider .form-sea .fsbv ul li:last-child{display: none;} */
}



@media screen and (max-width: 767px) {
    .promo-box.mr-4 {
        width: 100%;
        flex-grow: initial;
    }

    .flex-container.promo-qualifying-tires.p-3 {
        display: block;
    }

    .trrir-addtocartred {
        max-width: 100%;
    }

    .ttrt-left h3 {
        width: 100%;
        text-align: left;
    }

    .filterTextResult .filterSorts {
        float: none;
        margin-top: 10px;
    }

    .stickmid{width:  100%!important;}
    .sticklast{width:  100%!important; text-align: left!important;}
    .ntrackdetails a.ntrackbtn{width: 100%!important;}

    .ntrackHistory .col-1.pr-0.text-left, .ntrackHistory .col-auto {
        width: 100%;
        -webkit-box-flex: initial;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ntrackHistory .row {
        margin-bottom: 10px;
    }

    .ntrackHistory {
        padding: 20px;
    }

    div#ajaxresponse2 > .col-12 {
        margin: 0!important;
        padding: 0;
    }
}

@media screen and (max-width: 652px) {
    .form-sea .fsbv ul li{width:  100%!important;}
    .searchby-slider li{max-width:  168px;}

    .searchby-slider.productTopSearch {
        margin: 0;
        margin-top: 10px;
    }

    .searchby-slider li a {
        padding: 10px 5px;
    }

    div#customSearchVechile>ul>li>a, div#customSearchSize>ul>li>a, div#customSearchSize h1, div#searchMenuWT .searchmenuWheelstires-content ul.list-group li a, div#customSearchSize h1, div#customSearchBrands h1, div#customSearchBrands>ul>li>a {font-size: 14px!important;}

    div#customSearchVechile>ul>li:after, div#customSearchSize>ul>li:after,div#customSearchBrands>ul>li:after {
        font-size: 14px!important;
    }

    div#customSearchSize h1 ~ a#diffSize {
        font-size: 12px;
        padding: 4px 6px;
    }

    div#homeSearchSize .homeSearchSize-content ul.list-group li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 600px){
  .footer-inner{padding: 0!important;}
}

@media screen and (max-width: 595px){
    .searchSlider .searchby-slider li a {
        padding: 10px 5px 10px;
        font-size: 12px;
    }

    .searchby-slider li {
        max-width: 102px;
        margin-right: 2px;
    }

    div#customSearchVechile h2{font-size: 14px!important;}

    .searchSlider .form-sea .fsbv ul li:last-child {
        display: none;
    }

    .searchSlider .form-sea .fsbv ul li {
        width: 100%!important;
        display: block;
        margin-bottom: 5px;
    }

    .searchSlider .form-sea .fsbv ul.row {
        flex-wrap: wrap-reverse;
    }
}

@media screen and (max-width: 593px){
    .searchby-slider li {
        max-width: 168px;
    }
    .searchby-slider li a {
        font-size: 11px;
    }
    .searchby-slider li {
        max-width: max-content;
    }
    .cms-home_owd .searchSlider .form-sea .fsbv ul li{width: 100%!important;}
    .cms-home_owd .searchSlider .searchby-slider li a{font-size: 12px!important;}
    .cms-home_owd .searchSlider .form-sea .fsbv ul li a {margin-bottom: 5px!important;}
    .searchby-slider li {
        max-width: 102px;
        margin-right: 2px;
    }
}

@media screen and (max-width: 575px) {
    .res-mobile .up-right{text-align: center!important;}
    a.navbar-brand {
        margin: 0 auto 0;
    }
    #homepagePop20Off .modal-dialog.modal-dialog-centered.modal-lg {
        width: 100%!important;
        margin: 0 auto;
        max-width: 450px;
        min-width: 300px;
    }

    .homepagePop20Off {
        padding: 40px 10px;
    }

    .homepagePop20Off h1 {font-size: 34px;}

    .homepagePop20Off p {
        font-size: 18px;
    }

    .homePagePopEmail {
        padding: 0 10px 0;
    }
    .footer-inner{padding: 0!important;}
}

@media screen and (max-width: 456px){
    .searchby-slider.productTopSearch {
        margin: 0;
        margin-top: 10px;
    }
    .searchby-slider li {
        max-width: max-content;
    }

    .searchby-slider li a {
        padding: 10px 5px;
    }
}


/* Tire Outlet US */

/* Header */
header.trHeader{
    background: #fddb00;
}

.bottom-left ul{text-align: right;}

.bottom-left ul {
    text-align: center;
}

.wdblock {
    background: #1C418C;
}

.bottom-left li a {
    padding: 10px 0;
    font-size: 18px;
    color: #fddb00;
    font-weight: 600;
}

.bottom-right.hide-mobile {
    float: right;
    padding: 11px 0px;
}

.bottommenu {
    max-width: 1140px;
    margin: 0 auto;
}
.bottom-right li img {
    width: 25px;
}

.bottom-right li a i.fa {
    font-size: 28px;
    color: #fff;
}

.bottom-right.hide-mobile {
    padding: 8px 0;
}

.NShopTires {
    margin: 90px 0px;
}

.nst-cont {
    background: #1c418c;
    height: 310px;
    border-radius: 5px;
}

.nst-img {
    margin: -60px -40px 0 0px;
}

.NShopTires-2 {
    margin: 70px 0px;
}

.nst-cont-2 {
    background: #f7dc09;
    height: 270px;
    border-radius: 5px;
}

.nst-img-2 {
    margin: -45px -10px 0 -30px;
}

.NShopTires-2 {
    margin: 70px 0px;
}

.nst-tabs {
    display: flex;
}

.nstab {
    position: relative;
    display: flex;
    padding: .5em 1em .5em 2em;
    overflow: hidden;
    background: #f7dc09;
    color: #1c418c;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}


.nstab.active {
    background: transparent;
    color: #f7dc09;
}

.nstab:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 30px;
    border-color: transparent transparent #1c418c transparent;
    transform: scale(-1.5);
    left: 0;
}

.nstform {
    padding: 2.5em 2em;
    max-width: 440px;
    position: relative;
}

.nstform input.form-control {
    font-size: 16px;
    font-weight: 600;
    padding: .1em .5em;
    color: #1c418c;
}

.nstform label.form-check-label {
    color: #fff;
    vertical-align: text-top;
    font-weight: 600;
    font-size: 14px;
}

.nstform .form-group{margin-bottom: 1.4rem;}

.nstform input.nstformsub {
    border: 0;
    padding: 24px 15px;
    background: #f7dc09;
    color: #00299d;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 4px;
    right: -20px;
    border-radius: 5px;
    max-width: 180px;
    width: 100%;
}

.nst-tabs-2 {
    display: flex;
}

.nstab-2 {
    position: relative;
    display: flex;
    padding: .5em 1em .5em 2em;
    overflow: hidden;
    background: transparent;
    color: #1c418c;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    margin-left: auto;
}


.nstab-2.active {
    background: #1c418c;
    color: #f7dc09;
}

.nstab-2.active:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 45px 30px;
    border-color: transparent transparent #f7dc09 transparent;
    transform: scale(-1.5);
    left: 0;
}

.nstform-2 {
    padding: 1em 2em 5em;
    max-width: 520px;
    position: relative;
    margin-left: auto;
}

.nstform-2 input.form-control {
    font-size: 16px;
    font-weight: 600;
    padding: .1em .5em;
    color: #1c418c;
}

.nstform-2 label.form-check-label {
    color: #fff;
    vertical-align: text-top;
    font-weight: 600;
    font-size: 14px;
}

.nstform-2 .form-group{margin-bottom: .5rem;}

.nstform-2 input.nstformsub {
    border: 0;
    padding: 18px 15px;
    color: #f7dc09;
    background: #00299d;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 7px;
    right: 0;
    border-radius: 5px;
    max-width: 180px;
    width: 100%;
}


.switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
    margin-top: 0;
    vertical-align: bottom;
}

.switching {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.switch input {
    display:none;
}

.slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 26px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 26px;
}

input:checked + .slider {
    background-color: #1C418C;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.cart-services .h-title {
    text-align: left;
    margin: 0 0 40px;
    padding-left: 0;
    margin-bottom: 0!important;
}

.cart-services .h-title h2 {
    border: 2px solid transparent;
    padding: 20px 30px 30px 0;
    border-radius: 42px;
    margin-right: 0;
    color: #434345;
    font-size: 27px;
    z-index: 11;
    position: relative;
    font-weight: bold;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 0;
}

.cart-services .h-title h2 a{color: #1C418C;}

.cart-services .h-title:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00299d;
    top: 0;
    bottom: 0;
    margin: auto;
}


.cs_item_con h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cs-item {
    border-top: 1px solid #ddd;
    padding: 20px 10px 10px;
}

.switching p {
    font-size: 13px;
    line-height: 1.2;
    padding-left: 67px;
    text-transform: initial;
}

.cs_item_con h4 img {
    width: 30px;
}

.cs_price {
    font-size: 22px;
    font-weight: bold;
    color: #F2071B;
    text-align: right;
}

.cart-other-services .cs-item {
    padding: 10px;
}
.cart-other-services .switching {
    padding: 15px 0;
    /* border-bottom: 1px solid #ddd; */
    font-size: 17px;
    line-height: 2;
}

.cart-services.cart-other-services {
    margin-top: 20px;
}


.sbt_cont h2 {
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.sbt_cont p {
    color: #fff;
    text-align: center;
}

.sbt_cont {
    max-width: 600px;
    margin: 0 auto;
}

.services_banner_top {
    padding: 40px 0;
    background-position: center left!important;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    position: relative;
}

.services_banner_top .container{position: relative; z-index: 1;}

.sbt_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 42%);
    left: 0;
    right: 0;
    width: 100%;
}

.sbt_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 42%);
    left: 0;
    right: 0;
    width: 100%;
}

.si_img {
    text-align: center;
    margin-bottom: 20px;
}

.si_cont h5 {font-size: 18px;margin: 0;text-transform: uppercase;font-weight: 500;}

.si_cont h2 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2573D9;
    margin-bottom: 0;
}

.services_item {
    margin-bottom: 30px;
    padding: 15px;

}

.services_container {
    margin: 60px 0;
}

.si_price p {
    color: #d90114;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
}

.services-index-index .trrir-addtocartred:hover span {
    background-color: #1C418C;
    color: white;
}

.services-index-index .trrir-addtocartred {
    border: 2px solid #1C418C;
}

.services-index-index .btn-wicon > i {
    background: #1C418C;
}
.services-index-index .btn-atc > span {
    color: #1C418C;
}

div#navbarSupportedContent {
    justify-content: flex-end;
}

div#navbarSupportedContent ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#navbarSupportedContent li {
    display: inline-block;
    color: #1c418c;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 10px;
    position: relative;
}

div#navbarSupportedContent li a {
    color: #1c418c;
}

div#navbarSupportedContent li:after {
    content: '';
    height: 27px;
    width: 1px;
    position: absolute;
    right: 0;
    background: #000;
}

div#navbarSupportedContent li:last-child:after{display: none;}

.hamB {display:none;}
a.btn.btn-danger.checkout-btn {
    background: #1c418c;
    color: #fff;
    border: 1px solid #1c418c;
}

a.btn.btn-danger.checkout-btn:hover, a.btn.btn-danger.checkout-btn:focus {
    background: #1c418c;
    color: #fff;
}


.toPmenu2 {
    border-bottom: 1px solid #1c418c;
}

.toPmenu2 ul {
    margin: 0;
    padding: 5px 10px;
    list-style: none;
    text-align: right;
}

.toPmenu2 ul li a, .toPmenu2 ul li i {
    color: #1c418c;
}

.toPmenu2 ul li {
    display: inline-block;
    font-size: 18px;
}

div#navbarCallText {
    place-content: flex-end;
    justify-content: flex-end;
}

.nCallText span {
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-weight: 700;
}

.nCallText a {
    font-size: 30px;
    font-weight: 800;
    color: #d90114;
}

.nCallText {
    line-height: 1;
}

.tnHome {
    display: none;
    margin-top: 5px;
    vertical-align: top;
}


.triplecont h3 {
    color: #fff;
    font-style: italic;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
}

.triplecont h3 span {
    display: block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
}

.triplecont {
    padding: 30px;
    min-height: 239px;
    position: relative;
}

.triplecont a {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 7px;
    max-width: 160px;
    border: 1px solid #fff;
    text-align: center;
}

.triplecont:before {
    content: ' ';
    position: absolute;
    width: 260px;
    height: 3px;
    background: #aba000;
    top: 20px;
}


.checkout-select-store h3 {
    font-size: 14px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.checkout-select-store {
    background: #1c418c;
    padding: 15px;
    border-radius: 0;
    margin-bottom: 10px;
}

.checkout-select-store p {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
}

.checkout-select-store p i {
    color: #fff;
    margin-right: 10px;
}

.checkout-index-index li#shipping_methods[style="display: list-item;"] + .opc-block-summary{display: block;}

.opc-sidebar button.action-close, .opc-sidebar .modal-header {
    display: none;
}

.headerModalAdded.pt-1.mb-3 {
    font-size: 14px;
    padding: 7px 15px!important;
}

.checkout-index-index .table-totals {
    border-radius: 0;
}

.checkout-index-index .table-totals .mark {
    background: #f2f6ff;
    padding: 5px 15px;
}


.checkout-index-index .table td.amount {
    background: #f2f6ff;
    padding: 5px 15px;
}

#checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide {
    width: 100%;
    max-width: 45%;
    margin: 0 0 0 auto;
    padding: 0 15px;
}

#checkout ul.opc-progress-bar {
    width: 100%;
}

div#checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#checkout .opc-wrapper {
    max-width: 55%;
    margin-top: -60px;
}


.checkout-index-index .table-totals {
    border-radius: 0;
    margin-bottom: 0;
}

.checkout-index-index .table-totals .mark {
    background: #f2f6ff;
    border-right: 1px solid #dee2e6;
}

.shipping-information .ship-to,.shipping-information .ship-via {
    display: none;
}

.checkout-index-index .orderReviewCartItem > div.totals_bg {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
}

.checkout-index-index .orderReviewCartItemPrice {
    display: inline-block;
    width: 33.333%;
    text-align: right;
    padding: 5px 15px 0;
    line-height: 1.3;
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #ddd;
    text-transform: uppercase;
}

.checkout-index-index .orderReviewCartItem .orderReviewCartItemQty {
    display: inline-block;
    width: 28.333%;
    text-align: right;
    padding: 5px 15px 0;
    line-height: 1.3;
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #ddd;
    text-transform: uppercase;
}

.checkout-index-index .orderReviewCartItemTotal {
    display: inline-block;
    width: 33.333%;
    text-align: right;
    padding: 5px 15px 0;
    line-height: 1.3;
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    border-right: 1px solid #ddd;
    text-transform: uppercase;
}

.checkout-index-index .orderReviewCartItemPrice span, .checkout-index-index .orderReviewCartItem .orderReviewCartItemQty span, .checkout-index-index .orderReviewCartItemTotal span {
    display: block;
    font-weight: 700;
}


.timeradio-ul label {
    position: initial!important;
    display: block;
    margin: 0;
    font-size: 13px!important;
    padding: 5px;
    border: 2px solid #333;
    color: #333!important;
    font-weight: 900;
}

.timeradio-ul li {
    position: relative;
    max-width: 85px;
    width: 100%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-bottom: 3px;
}

.timeradio-ul input.timeradio {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

ul.timeradio-ul {
    padding: 0;
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
}

.timeradio-ul input.timeradio:checked ~ label {background: #1c418c;color: #fff!important;border-color: #1c418c;}

.opc-block-summary {
    background: #f2f6ff;
}

.checkout-index-index .table-totals {
    border-radius: 0;
    overflow: hidden;
    background: #f2f6ff;
}

.checkout-agreement button {
    text-align: left;
    font-size: 11px;
    font-style: italic;
    background: #fff;
    border: 0;
    font-weight: 500;
}



.to_checkout a {
    display: block;
    max-width: 330px;
    text-align: center;
    margin: 0 auto;
}

.to_checkout a.btn.btn-danger.checkout-btn {
    margin-bottom: 7px;
    text-transform: uppercase;
    padding: 12px 10px;
    border-color: #d40000;
    background: #d40000;
}

.to_checkout a.btn.btn-danger.checkout-btn:hover, .to_checkout a.btn.btn-danger.checkout-btn:focus {
    border-color: #d40000;
    background: #d40000;
}

.to_checkout {
    margin-top: 10px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    margin-bottom: 40px;
}

div#modal-content-9{border-radius: 0;}

/* div#onepage-checkout-shipping-method-additional-load:before {
    content: "Location and Time";
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.2;
} */


.ibi-Item.disabled{opacity: .5; pointer-events: none;}
.ibi-Item.selected-store .ibi-IC {
    border: 3px solid #1c418c;
}

.ibi-Item {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.ibi-IC {
    padding: 15px;
    position: relative;
}

.ibi-Item span.storecheck{display: none;}
.ibi-Item.selected-store span.storecheck{display: block;}

span.storecheck {
    position: absolute;
    top: -20px;
    left: -18px;
    color: #fddb00;
    background: #1c418c;
    line-height: 1;
    font-size: 25px;
    z-index: 1;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 5px;
}


.ibi-Item.disabled .ibiI-r a {
    display: none;
}



.spu-item h5 {
    color: #1c418c;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
}

.spu-item p {
    margin: 0 0 1px;
}

.spu-item p i {
    font-size: 16px;
    width: 20px;
}

p.spu-distance {
    margin-top: 10px;
    font-weight: 700;
}

.spu-item p i.fa.fa-location-arrow {
    color: #ed1c24;
}

.spu-button {
    margin-top: 15px;
}

button.spu-selected-store {
    display: block;
    background: #1c418c;
    color: #fff;
    border: 2px dashed #1c418c;
    padding: 5px;
    max-width: 200px;
    width: 100%;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    text-transform: uppercase;
}

.spu-item.selected-store {
    background: #f5f5ff;
}

.spu-item {
    padding: 12px;
}

.spu-item {
    background: #fff;
}


button.spu-not-selected-store {
    background: #d91401;
    display: block;
    color: #fff;
    border: 2px dashed #d91401;
    padding: 5px;
    max-width: 200px;
    width: 100%;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    text-transform: uppercase;
}



.spu-item.selected-store span.storecheck {
    left: auto;
    right: 10px;
    top: 4px;
}
div#storePopUp button.close {
    top: 0;
    right: 0px;
    font-size: 16px;
    padding: 10px 11.5px;
    background: #1C418C;
    color: #fff;
    opacity: 1;
    border-radius: 30px;
    z-index: 4;
    position: absolute;
}


.ibiI-l h4 a {
    color: #1c418c;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    font-size: 1.35rem;
}

.ibi-Item .spu-hour {
    position: relative;
    padding-left: 23px;
}

.ibInstaller-items .spu-hour .fa {
    position: absolute;
    left: 0;
    top: 0;
}

.ibi-Item span.not-selected {
    background: #1c418c;
    display: block;
    border: #1c418c;
    color: #fff;
    display: block;
    padding: 8px;
    max-width: 230px;
    width: 100%;
    border-radius: 0;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #1c418c;
}

.ibi-Item.selected-store span.selected {
    display: block;
    padding: 8px;
    max-width: 230px;
    width: 100%;
    border-radius: 0;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    display: block;
    background: #d91401;
    color: #fff;
    border: 2px solid #d91401;
}

#checkout .ibiI-l h4 {
    color: #1c418c;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
    font-size: 1.25rem;
}


.checkout-index-index .cartloader {
    display: none;
}

#checkout .field[name="shippingAddress.company"] {display: none;}

.custom-select{font-weight: 600;}

.newzipcodeform {
    background: #f3f3f3;
    padding: 22px 15px;
    position: relative;
    border-radius: 6px;
}

.newzipcodeform input[type="text"] {
    width: 100%!important;
    padding: 15px 115px 15px 45px!important;
    height: 60px;
    border-radius: 6px!important;
    border: 0!important;
    box-shadow: 0px 0px 6px 0px #3625bf;
    font-weight: 500;
}

.newzipcodeform input[type="text"]:focus {
    outline: 0;
    border: 0;
}

.newzipcodeform a {
    background: #1c418c;
    position: absolute;
    top: 37px;
    right: 30px;
    color: #fff;
    display: block;
    padding: 5px 25px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
}

.newzipcodeform i.fa {
    position: absolute;
    top: 40px;
    left: 30px;
    font-size: 20px;
    color: #9f9f9f;
}


/* new search price */
.newYellowPrice {
    background: #ffd200;
    color: #042e8d;
    width: 100%;
    text-align: right;
    font-size: 28px;
    border: 2px dashed #042e8d;
    position: relative;
    padding: 12px 10px;
    padding-left: 90px;
}

.nypInner img {position: absolute;left: 0;top: 7px;left: 6px;}

.nypPrice {
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
}

.nypPrice span {
    font-size: 18px;
    color: #000;
    font-style: italic;
    font-weight: 700;
}

.nypPrice div {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.newFreeInstall {
    background: #042e8d;
    text-align: center;
    color: #ffd200;
    font-weight: 700;
    padding: 4px;
}

.newFreeInstall span {
    font-weight: 500;
}/************  STORE LANDING - INSTALLERS YELP REVIEW STAR ***********/


.yelp-review.vertical-align-middle.border-color--default {
  display: inline-flex;
}
span.loc-yelp-span.display--inline.border-color--default {
  letter-spacing: 2px;
  line-height: 2;
}
.loc-yelp-five-stars.display--inline-block.border-color--default {
  margin-left: 37px;
  height: 32px;
  width: 176px;
  display: flex;
  margin-right: 17px;
  display: -webkit-inline-box;
}
.yelp-star.display--inline-block.border-color--default {
  margin-right: 5px;
}
span.yelp-review-count {
  font-weight: 700;
}
p.loc-yelp-title {
  font-weight: 700;
}
i.fa.fa-yelp.yelp-rating {
  color: #1c418c;
  font-size: 19px;
}
.loc-yelp-stars {
  margin-bottom: 13px;
}

/************  END OF STORE LANDING - INSTALLERS YELP REVIEW STAR ***********/

/* INSTALLERS LANDING PAGE */
i.fa.fa-facebook-square {
  padding-right: 10px;
  color: #4267B2;
  font-size: 38px;
}
i.fa.fa-twitter-square {
  padding-right: 10px;
  color: #1DA1F2;
  font-size: 38px;
}
i.fa.fa-instagram {
  padding-right: 10px;
  color: #405DE6;
  font-size: 38px;
}
i.fa.fa-yelp {
  color: #ff1a1a;
  font-size: 33px;
}
.soc-med {
  display: inline-flex;
}
.soc-med-icons {
  padding-left: 30px;
  text-align: -webkit-left;
}

.abttopbanner img {
  width: 100%;
  position: relative;
  z-index: -1;
}
.container.store-landing-container {
  padding: 15px;
}

@media screen and (max-width: 337px){
  .abttopbanner.brandPageBanner .searchby-slider li a{padding: 15px 8px!important;}
}
@media screen and (max-width:991px) {
  .gotoshop {
      width: 370px !important;
  }
  .location-schedule th {
      width: 12vh !important;
  }
}

@media screen and (max-width:912px) {
  .gotoshop {
      width: 375px !important;
  }
  .gotoshop a{
      width: 100px;
  }
  .store-landing-container{
      width: auto;
      margin: 15px;
  }
  .centered-page-ttle {
      position: absolute;
      top: 14% !important;
      font-size: 39px !important;
  }
  .store-contact-name {
      margin-left: -24px !important;
      font-size: 21px !important;
  }
}

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

   /* ---------- STORE SINGLE LANDING ----------*/
  .store-contact-name {
  font-size: 22px;
  }
  .store-landing-container{
      width: auto;
      margin: 15px;
  }
  .store-contact-name {
      margin-left: -27px !important;
      font-size: 19px !important;
  }
  .centered-page-ttle {
      position: absolute;
      top: 19% !important;
      font-size: 31px !important;
  }
  .gotoshop {
      width: 330px !important;
  }
}

@media screen and (max-width: 768px){
/*---------- STORE SINGLE LANDING--------*/ 
  .store-contact-box {
  max-width: 136%;
  flex: 0 0 100% !important;
  }
  
  /*.store-map-box {
  padding: 10px;
  max-height: 366px;
  }
  .store-map-box iframe {
  max-height: 390px;
  max-width: 342px;
  }*/
  .store-landing-container{
      width: auto;
      margin: 15px;
  }
  .store-contact-name {
      margin-left: -27px !important;
  }
  .store-map-box {
      display: contents !important;
  }
  .centered-page-ttle {
      position: absolute;
      top: 23% !important;
      font-size: 18px !important;
  }
}

@media screen and (max-width:740px){
  .gotoshop {
      width: 453px !important;
  }  
  
}

@media screen and (max-width:500px){
  .location-schedule th {
      width: 12vh !important;
  }
}

@media screen and (max-width:480px){
  .gotoshop-btn{
      width: 115px;
  }   
}

@media screen and (max-width:430px){
  .gotoshop {
      width: 310px !important;
  }  
  
}

@media screen and (max-width:425px){
  .gotoshop-btn{
      width: 115px;
  }
  .store-landing-container{
      width: auto;
      margin: 15px;
  }
  .gotoshop {
      width: 310px !important;
  }
  .store-contact-name {
      font-size: 18px !important;
      margin-left: -25px !important;
  }
  .centered-page-ttle {
      position: absolute;
      top: 23% !important;
      font-size: 18px !important;
  }
}

@media screen and (max-width:414px){
  .gotoshop {
  width: 310px;
  }
  .gotoshop-btn{
      width: 115px;
  }
}

@media screen and (max-width:400px){
  .gotoshop {
      width: 271px !important;
  }
}

@media screen and (max-width:375px){
  .gotoshop {
  width: 255px;
  }
  .gotoshop-btn{
      width: 115px;
  }
}
/* GALAXY S5*/
@media screen and (max-width:360px){  
  .store-map-box iframe {
     max-width: 296px;
  }
  .gotoshop-btn{
      width: 115px;
  }

}
@media screen and (max-width:355px){  
  .store-map-box iframe {
     max-width: 280px;
  }
  .gotoshop-btn{
      width: 115px;
  }
}
@media screen and (max-width:320px){
  /* ---------- STORE SINGLE LANDING ----------*/ 
  .store-map-box iframe {
     max-width: 315px;
  }
  .store-map-box iframe {
  max-width: 258px;
  max-height: 105px;
  margin-top: 0px;
  }
  span.hrs-bold {
  margin-left: 89px;
  }
  .store-contact-info {
  margin-top: 11px;
  }
  .store-contact-name {
  font-size: 14px;
  margin-left: -43px;
  }
  .store-looking-for {
  margin-right: 15px;
  margin-left: 15px;
  }
  .store-looking-for-content {
  margin-left: 9px;
  }
  .store-offer-top-tbrands.mb-4 {
  margin-right: 15px;
  margin-left: 15px;
  }
  .store-offer-top-tbrands-content {
  margin-left: 9px;
  }
  .store-why-choose {
  margin-right: 15px;
  margin-left: 15px;
  }
  .gotoshop-btn{
      width: 110px;
  }
}

.store-info-box {
border: 1px solid #a49999;
margin: 15px;
margin-bottom: 20px;
}
.row.store-looking-for {
  margin: 15px;
}
.row.store-why-choose {
  margin: 15px;
}
.store-contact-name {
color: white;
padding: 10px;
text-align: left;
font-weight: bold;
background-color: #1c418c;
margin-left: -44px;
margin-top: 16px;
}
.centered-page-ttle {
position: absolute;
left: 0;
bottom: 0;
right: 0;
/* transform: translate(-50%, -50%); */
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
font-size: 40px;
top: 18%;
margin: auto;
text-align: center;
}
.store-map-box {   padding: 10px; display: block; }
.gotoshop {
text-align: center;
background-color: #f6f5f5;
margin-top: 10px;
padding: 0px 20px 15px;
width: 400px;
border-radius: 5px;
margin-bottom: 10px;
}
.gotoshop-btn {  width: 140px; }
.gotoshop a {
/* border: 2px solid #fbfbfb; */
width: 140px;
text-align: center;
border-radius: 5px;
color: #fff9f9;
font-weight: 700;
margin: 0 10px;
/* background-color: darkorange; */
font-size: 18px;
padding: 4px;
width: 140px;
display: inline-block;
}
.location-schedule th { width: 20vh; }
table.location-schedule { margin-left: 20px; }
input.btn.btn-success.gotoshop-btn {
  background-color: #1c418c !important;
  border-color: #1c418c !important;
}
/********** END OF INSTALLERS LANDING PAGE *************/

/*HOME*/
.cms-home_owd a.afterSlideImg2 {
    margin-top: -58px;
    display: block;
    position: relative;
    z-index: 0;
}
.afterSlide a.img {
    position: relative;
    z-index: 1;
    margin-top: -54px;
}
.afterSlide.mx-auto.text-center {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.afterSlideImg {
    position: relative;
    z-index: 1;
    margin-top: -105px;
}
.lowprice h2 {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-size: 54px;
    text-align: right;
      font-weight: 700;
    line-height: 1;
}
.lowprice p {
    margin: 0;
    font-size: 20px;
    color: #444;
    text-align: right;
}
/*END OF HOME*/



/*START OF CHECKOUT SHIPPING OPTIONS*/

input#koalafi ~ label:after{
    content: 'Get Financed in 60 seconds or less! We GUARANTEE it!';
    color: red;
    font-size: 15px;
    
}
/*END OF CHECKOUT SHIPPING OPTIONS*/


/*SAVINGS PAGE*/

    /*OLD PROMOTION*/
img.rebatesimg {
    width: 95%;
    margin: 10px;
    text-align: center;
}


    /*END OF OLD PROMOTION*/


/*END OF SAVINGS PAGE*/

/*PRODUCT LANDING PAGE*/
.productPromotions ul li {
  color: red !important;
}
.tires-promo-title {
  color: red !important;    
}
/*END OF PRODUCT LANDING PAGE*/

/*START OF FINANCING PAGE*/

.financing .finance-nointerest {
    width: 40%;
    margin: auto;
    border-radius: 8px;
    border: 1px solid #333;
    padding: 30px;
}
.financing  .finance-nointerest p {
    font-size: 18px;
    font-weight: 600;
    margin-top: 7px;
    text-align: justify;
    color: #404041;
}
.financing  .finance-nointerest h2 {
    margin-top: 0;
    font-weight: 700;
    color: #d40000;
    text-align: center;
}
.financing .finance-sync-care {
    width: 50%;
    margin: auto;
    margin-top: 20px;
    padding-bottom: 40px;
}
.financing .finance-sync-care img {
    display: inline-block;
    width: 87px;
    vertical-align: top;
    margin-top: 8px;
}
.financing .finance-sync-care p {
    display: inline-block;
    width: 81%;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-left: 20px;
}
.financing .finance-sync-care .btn-financing-applynow {
    display: block;
    width: 130px;
    margin: auto;
    margin-top: 20px;
    border-radius: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    background: #d40000;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    border: 0px;
    text-align: center;
}
.financing .how-it-works {
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
}
.financing .how-it-works h4 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
}
.financing .how-it-works h3 {
    text-align: center;
    font-weight: 700;
}
.financing .how-it-works p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.financing .how-it-works row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.financing .how-it-works .works-icon-container { height: 120px; }
.financing .how-it-works .works-icon {
    display: block;
    width: 120px;
    margin: auto;
}
.financing .extra h2 {
    text-align: center;
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
}
.financing .extra p {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.financing .extra {
    padding-top: 40px;
    padding-bottom: 40px;
}
.financing .benefits {
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
}
.financing .benefits .benefits-interest {
    display: inline-block;
    width: 70%;
    padding-right: 5%;
}
.financing .benefits .benefits-interest h2 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 0;
}
.financing .benefits .benefits-interest h2+p { font-size: 18px; }
.financing .benefits .benefits-interest .benefit-card h3 {
    font-weight: 700;
    display: inline-block;
    width: 65%;
    margin-top: 10px;
}
.financing .benefits .benefits-interest+img {
    display: inline-block;
    width: 29%;
    vertical-align: top;
}
.financing .benefits .benefits-interest .benefit-card img {
    display: inline-block;
    width: 87px;
    vertical-align: top;
}
.financing .benefits .benefits-list>div {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.financing .benefits .benefits-list ul li:before {
    content: url('https://magento-735865-2464945.cloudwaysapps.com/media/CheckMark.png');
    position: absolute;
    left: 0;
}
.financing .benefits .benefits-list ul {
    list-style-type: none;
    padding-left: 0;
}
.financing .benefits .benefits-list ul li {
    font-size: 20px;
    font-weight: 500;
    vertical-align: top;
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px;
}
.financing .benefits .benefits-list ul .btn {
    text-transform: uppercase;
    display: block;
    width: 130px;
    margin-left: 50px;
    margin-top: 20px;
    border-radius: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    background: #d40000;
    color: #fff;
}
.financing .lenders {
    padding-top: 60px;
    padding-bottom: 40px;
}
.financing .lenders .satsfi-logo {
    justify-content: flex-end;
    width: 141px;
    height: 70px;
}
.financing .lenders p.satisfi-desc {
    display: block;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    width: 100%;
}
.financing .lenders p.satisfi-small {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.financing .lenders .lenders-boxed {
    margin: auto;
    margin-top: 100px;
    border-radius: 8px;
    border: 1px solid #333;
    padding: 30px;
}
.financing .lenders .lenders-boxed h2 {
  display: block;
  margin: auto;
  margin-top: 0;
  text-align: center;
  width: 80%;
  font-weight: 700;
  color: #3c2533;
}
.financing .lenders .lenders-boxed>div {
    text-align: center;
    margin-top: 30px;
}
.financing .lenders .lenders-boxed .financingLogo {
    width: 200px;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
}
.financing .faqs { margin-top: 100px; }
.financing .faqs h2 {
    /* text-align: center; */
    color: #0e3f72;
}
.financing .faqs .card { margin-bottom: 20px; }
.financing .details {
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
}
.financing .details h4 {
    font-size: 30px;
    font-weight: 700;
    color: #3d2432;
    text-align: center;
}


/*END OF FINANCING PAGE*/

/* BRAND LANDING PAGE */

a.product-buy-now-btn {
  background: orangered;
  padding: 12px 30px;
  border-radius: 14px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}


/* END OF BRAND LANDING PAGE */

/* SIR FRANK */

body{overflow: hidden;}
.cartloaderInner:before {
    content: " ";
    display: block;
    width: -webkit-fill-available;
    height: 35px;
    width: 35px;
    margin: 0;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: addToCartLoader 1.2s linear infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
  
.cartloader {
  position: fixed;
  background: rgb(0 0 0 / 50%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999999;
}
/* END SIR FRANK */


/* RESULT PAGE*/
.foundItLower-form span.popup-close {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 27px;
}
td.success-order-value {
    padding: 5px;
}
/*END OF RESULT PAGE*/

/* SUCCESS PAGE */

td.success-field-value {
  text-align: left;
}
td.success-field-title {
  width: 25%;
  font-weight: 700;
}
td.success-order-value {
  padding-left: 15px;
}
/* td.success-order-value h5 span {
  font-size: 15px;
} */
th.success-order-title {
  border-bottom: 2px double red;
  padding: 10px;
}
table.success-order-table {
  width: 100%;
  /* border: 1px solid lightgray; */
}
td.success-grandtotal {
  color: green;
}
p.sucess-rh span {
  font-weight: 600;
  color: green;
}

.success-order-value p {    /* order details? */
  font-size: 13px !important;
  line-height: 0.3;
  color: #373535;
}
table.success-order-table h5 {
  color: #2982c6;
  font-size: 17px;
}
.success-order-table h5 span {    /* brand name details? */
  /* font-size: 14px; */
  font-weight: 600;
  color: black;
}
tr.success-order-item {
  border-bottom: 1px solid #f9f5f5;
}


.checkout-success {
  width: 80%;
  border: 2px solid #c5c6c4;
  padding: 96px;
  border-radius: 20px;
  margin: auto !important;
}
.container.success-div {
  /* text-align: center; */
  margin: auto;
}

/* END OF SUCCESS PAGE */

/* CONTACT US PAGE */
.container.contact-form {
    background: #cfcfcf7d;
    padding: 25px;
    border-radius: 11px;
	/* border: 2px solid black; */
}
select.form-control:not([size]):not([multiple]) {
    border-radius: 9px;
    border: 2px solid #cdd3cdbb;
}
.contact-index-index .field label {
    margin: 0;
    color: #000000;
    font-weight: 600;
}
.contact-index-index .control .input-text  {
    padding: 5px;
    width: 100%;
    margin: 0 0 0 auto;
    font-size: 14px;
    color: #333;
    border: 1px solid #cdd3cdbb !important;
    font-weight: 700;
    border-radius: 9px;
}
.contact-form button.action.submit.primary {
    border-radius: 21px;
    width: 46%;
}
.contact-form textarea#comment {
    border-radius: 9px;
}


/* END OF CONTACT US PAGE */

/* ACCOUNTS PAGE */
.account-nav-content .nav.item:nth-child(3)  /*HIDE MY DOWNLOADABLE PRODUCTS ON ACCOUNT PAGE MENU*/
{
    display: none;
}
.account-nav-content .nav.item:nth-child(7)    /*HIDE Stored Payment Methods ON ACCOUNT PAGE MENU*/
{
    color: red;
    display: none;
}
.account .block-dashboard-info .block-title:nth-child(1) { /* HIDE ACCOUNT INFORMATION TITLE ON MY ACCOUNT TAB*/
    display: none;
}
.account .block.block-dashboard-info .block-content {  /* HIDE NEWSLETTER AND ACCOUNT INFORMATION BOX ON MY ACCOUNT TAB*/
    display: none;
}


/* END OF ACCOUNTS PAGE */
.form.password.reset {
    width: 25%;
    margin: auto;
}

.innerpage.faq-page {
  text-align: justify;
}

.faq-list .card .card-body h5 a:hover {
  border: 1px solid #d90114;
  color: #d90114;
}
.faqlist #signature-release,#shipping,#secured-shopping,#product-return,#privacy-statement,#price-match-request,#order-status,#lost-package,#damaged-defective,#contact-us,#change-delivery-address,#cancel-order {
    padding: 20px;
    border: 1px dotted #afadad;
    margin: 20px;
    border-radius: 20px;
}
.faqlist h1.faq-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #757575;
    text-decoration: underline;
}
.faqlist h1.faq-title:active {
	color: red;
}
/*.contact-form button, input, optgroup, select, textarea{*/
/*    padding: 7px;*/
/*    margin: 5px; */
/*    font-size: 15px;*/
/*    width: 90%%;*/
/*    display: inline-block;*/
/*}*/
.faq-list #contact-us .contact-box .contact-form input {
  width: 100%; /* Full width */
  padding: 5px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 5px; /* Add a top margin */
  margin-right: 10px;
  margin-bottom:5px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
.faq-list #contact-us .contact-box .contact-form{
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    width: 89%;
    display: block;
    margin: auto;
    margin-top: 20px;
    
}
.contact-us .row .contact-box {
    margin: auto;
}
.HP-btnsubmit { 
 width: 40%;
 margin: auto;
}
.HP-subject{
  width: 100%;  
  margin-left: 0;
}

/*TIRES BRAND LANDING PAGE*/
.brand-model-desc .h-title img {
    position: relative;
    float: left;
    width: 200px;
    margin-right: 14px;
    margin-bottom: 4px;
}
.brand-model-desc {
    margin-top: 50px;
    text-align: justify;
}
.brand_logo_div
{
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.atd-brandpage-logo{
	width: 100%;
}
/* END TIRES BRAND LANDING PAGE*/

/*download redemption form*/
.promo-download-form {
    background: red;
    color: white;
    width: 300px;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
}
/*end download redemption form*/
/*START OF PROMOTION LANDING PAGE*/

.promo-manu-link{
	background: #f58220;
    color: white;
    width: 345px;
    padding: 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
}

.Promo-container{
  padding-bottom: 50px;
}

.Promo-header{
  /*padding-top: 20px;*/
  /*background: #f3eded;*/
  /*display: inline-block;*/
  vertical-align: middle;
  padding-bottom: 20px;
  
}
.Promo-img{
  text-align: center;
  margin: auto;
  width: 100%;
   /*border: 5px solid black;*/
   
}
.Promo-plus{
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  text-align: center;
  color: red;
  font-weight: bolder;
  font-size: 62px;
  font-weight: 700;
}
.Promo-offer{
  font-weight: bolder;
  color: red;
}
.Promo-content-v2 {
  padding-bottom: 30px;
}
.Promo-content {
  border-bottom: 3px solid gray;
  padding-bottom: 30px;
}
.promo-exclusive{
  padding: 10px;
  padding-top: 10px;
  display: inline-block;
  padding-bottom: 10px;
  text-align: center;
  /*background-color: #ed1c24;*/
  background-image: linear-gradient(to right, red , yellow);
  color: black;
  margin-left: -50px;

  margin-left: -50px;

}
.promo-exclusive h6{
  font-weight: bolder;
  height: 11px;
}
.Promo-title{
    /*border: 3px dashed gray;*/
    border:1px solid #464646;
    padding: 24px;
    margin-bottom: 20px;
    
}
.Promo-title h4{
  text-align: center;
  font-weight: bold;
  border-bottom: 3px solid red;
  padding-bottom: 10px;
}
.Promo-title span{
  font-weight: bolder;
  color: red;
}
.Promo-title p{ text-align: center; }
.Promo-covid-content{
  text-align: justify;
  padding: 20px;
  /*border-bottom: 3px solid gray;*/
}
.Promo-covid-content ul li{
  list-style-type: "✔ ";
  margin-top: 10px;
}
.Promo-covid-content ul li span{
  font-weight: bolder;
}
.Promo-Terms-content{
  text-align: justify;
  padding: 30px;

  border: 1px solid #e8dcdc;
  /*-webkit-box-shadow: -8px 24px 58px 14px rgba(191,189,191,0.8);
    -moz-box-shadow: -8px 24px 58px 14px rgba(191,189,191,0.8);
    box-shadow: -8px 20px 50px 10px rgba(191,189,191,1);*/
}
.Promo-Terms-content h4{
  text-align: center;
  font-weight: bolder;
  margin-bottom: 30px;
}
.Promo-Terms-content h5{
  font-weight: bolder;
  text-align: left; 
}
.Promo-Terms-content p{
  text-align: left;
  font-size: 13px;
  text-indent: 20px;
  padding-left: 20px;
}
.promo-socialmedia{
  text-align: center;
  padding: 30px;
}
.promo-qualifying-tires
{
  display: flex;
  align-items: stretch;
  margin-bottom: 30px;
  border-bottom: 3px solid gray;
}
.promo-qualifying-tires h4{ font-weight: bolder; }
.promo-box {
  padding: 20px;
  border: 1px dotted gray;
  flex-grow: 4;
  /*height: 100%;*/
  /*webkit-box-shadow: -8px 24px 58px 14px rgba(191,189,191,0.8);*/
    -moz-box-shadow: -8px 24px 58px 14px rgba(191,189,191,0.8);
    box-shadow: -8px 20px 50px 10px rgba(191,189,191,0.4);
    /*padding-bottom: 30px;*/
}
.promo-box span { color: red; font-weight: bolder; }
.promo-exclusive-2{
    padding: 10px;
    padding-top: 14px;
    display: inline-block;
    padding-bottom: 10px;
    text-align: center;
    background-color: #ed1c24;
    /*background-image: linear-gradient(to right, red , yellow);*/
    color: yellow;
    margin-left: -35px;
    /*margin-left: -300px;*/
    border-left: 5px solid black;
    margin-top: -8px;
    height: 45px;
}
.promo-exclusive-2 h6 { font-weight: bolder;  height: 11px;}
.promo-box h4 {  margin-bottom: 20px; font-size: 22px;  /*height: auto;*/}

.promo-howto-redeem { 
  /*border-top: 3px solid gray; */
  padding-top: 25px; 
  /*display: flex;*/
  align-items: stretch;
  text-align: justify;
  border-bottom: 3px solid gray;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.promo-howto-redeem h4, h5{ font-weight: bolder; }
.promo-redeem-stepbox { 
  font-weight: bolder; 
  /*border: 1px solid gray;*/
  flex-grow: 6;
  font-weight: normal; 
  padding-left: 20px;
   vertical-align: middle;
}
.promo-redeem-stepbox span{
   font-weight: bolder; font-size: 21px;
}
.promo-redeem-stepbox p, small { font-weight: normal; text-align: justify; }

.promo-model-box {
  display: flex;
  align-items: stretch;
}
.promo-other-offer { padding-bottom: 30px;  border-bottom: 3px solid gray; }

.promo-benefits {
  border: 1px solid #d8cfcf;
  padding: 10px;
  
  line-height: 1;
  height: auto;
  display: inline-block;
  align-items: center;
}
.promo-benefits p{ font-weight: bolder; margin-bottom: 0; }

.apply-buttons button{
  width: 400px;
  padding: 12px;
  font-size: 20px;
  font-weight: bolder;
  display: inline-block;
}
/*END OF PROMOTION LANDING PAGE*/

/*ACCOUNT REVIEW PAGE*/
.review-customer-index .page-wrapper .page-main .columns .main .actions-toolbar .secondary a.action.back {
    background: #393b47;
    color: #fff;
    font-weight: bold;
    border: 0;
    padding: 7px;
    width: 200px;
    margin: 10px auto 5px;
    display: block;
    text-align: center;
}
.newsletter-manage-index .page-wrapper .page-main .columns .main .form-newsletter-manage .actions-toolbar .secondary a.action.back{
    background: #393b47;
    color: #fff;
    font-weight: bold;
    border: 0;
    padding: 7px;
    width: 200px;
    margin: 10px auto 5px;
    display: block;
    text-align: center;
}

/*.newsletter-manage-index .page-wrapper .page-main .columns .main .form-newsletter-manage .actions-toolbar .primary button.action.save.primary {*/
/*    background: #d90114;*/
/*    color: #fff;*/
/*    font-weight: bold;*/
/*    border: 0;*/
/*    padding: 7px;*/
/*    width: 200px;*/
/*    margin: 10px auto 5px;*/
/*    display: block;*/
/*}*/

/*END OF REVIEW PAGE*/


/*START OF BLOG CATEGORY PAGE DESIGN*/

.post-blog-header-title {
    padding: 40px;
    text-align: center;
    /*margin: 0 50px 0 50px;*/
}

.post-blog-header-title p{
    text-align: justify;    
}

.post-list-item .post-item-wraper {
    /*padding: 15px 15px 20px 15px;*/
    /*background: rgba(242, 222, 222, 0.47);*/
    /*background: linear-gradient(red, rgba(222,0,0,0));*/
    /*background: linear-gradient(#d9cfcc, #f8f8f8);*/
    
    
    margin-right: 0px;
    /*height: 460px;*/
    /*height: auto;*/
    height: 400px;
    margin-bottom: 30px;

    border-radius: 5px;
    /*box-shadow: 0px 10px 39px -8px rgba(0,0,0,0.75);*/
    
    /*box-shadow: -3px 7px 32px -16px rgba(0,0,0,0.75);*/
    
    box-shadow: 0 0 60px rgba(0,0,0,.11);
    
    /*border-radius: 0 40px 0 40px;*/
    /*border: 1px solid #dedede;*/
}

.post-list-item .post-item-wraper{
    /*padding: 23px;*/
}

.post-list-item .post-info-wraper{
    padding: 0 20px 0 20px;
}

.post-list-item .post-item-wraper:hover { background-color: rgba(0, 0, 0, 0.15); } 

.post-list-item .post-item-wraper .mp-post-meta-info .actions a.mp-read-more {
    border-radius: 6px;
    border: 1px solid red;
    padding: 6px;
    text-align: center;
}


.post-list-item .post-item-wraper h2.mp-post-title{
    margin-top: 15px;
    text-align: center;
    font-size: 24px;
    height: 40px;
    font-weight: bold;
}

.post-list-item .post-item-wraper .mp-post-info {
    font-size: 11px;
    text-align: center;
    padding-top: 20px;
}

.post-list-item .post-item-wraper .mp-post-info hr {
    border-top: 1px solid red;  
}

.post-list-item .post-item-wraper .post-short-description {
    
}

.post-list-item.col-mp.mp-xs-12 {
    width: 33.33%;
    margin-bottom: 15px;
}

.post-image a img {
    width: 100%;
    /*border-radius: 0 40px 0 0;*/
    
}

/*END OF BLOG CATEGORY DESIGN*/

.why-us>div .why-usContent>h1 {
     text-align: center; 
}

/*FOOTER*/
.col-md-4.footer-customer-text {
    margin: auto;
}
.col-md-5.footer-customer-text {
    margin-top: auto;
    margin-bottom: auto;
}
.footer-customer-text p { text-align: center; align-self: center; }
/*END FOOTER*/
.sidebar.sidebar-main, .sidebar.sidebar-additional {
    display: none;
}    

a.mp-read-more {
    color: white;
    /* background: #F29037; */
    padding: 8px;
    /*border-radius: 35px;*/
    float: right;
}

/*START OF FINANCING PAGE*/

@media screen and (max-width: 1024px)
{
    .financing .content img { margin-top: 40px; }
    
    footer { padding-top: 40px; }
    
    .why-us>div .why-usContent>h1 { padding-right: 0rem; }
    
    
}
@media screen and (max-width: 900px)
{
    .financing .content img { margin-top: 40px; }
    
    .why-us>div .why-usContent p { text-align: center; text-indent: 30px; }
    .why-us>div .why-usContent>h1 { padding-right: 0rem; }
    .why-us>div .why-usContent .why-usList { text-align: center; }
    
    .post-list-item .post-item-wraper { height: auto !important; } 
    .post-list-item .post-item-wraper h2.mp-post-title{  }
    .post-list-item .post-item-wraper .mp-post-info { font-size: 10px; }
    .post-list-item .post-item-wraper h2.mp-post-title { font-size: 17px; }
    .post-list-item .post-info-wraper .post-short-description { font-size: 11px; }
} 
@media screen and (max-width: 767px)
{
    .financing .content img { margin-top: 40px; }
    
    .useful-links>div .useful-linksList { padding-top: 20px; }
     .useful-links>div>p { padding: 0 0rem; }
     
     .why-us>div .why-usContent p { text-align: center; text-indent: 30px; }
     .why-us>div .why-usContent>h1 { padding-right: 0rem; }
     .why-us>div .why-usContent .why-usList { text-align: center; }
}
@media screen and (max-width: 600px)
{
    .financing .content img { margin-top: 40px; }
    
    .useful-links>div .useful-linksList { padding-top: 20px; }
     .useful-links>div>p { padding: 0 0rem; }
     
     .why-us>div .why-usContent p { text-align: center; text-indent: 30px; }
     .why-us>div .why-usContent { padding: 0px 10px; }
     .why-us>div .why-usContent>h1 { padding-right: 0rem; }
     .why-us>div .why-usContent .why-usList { text-align: center; }
}
@media screen and (max-width: 480px)
{
    .financing .content img { margin-top: 40px; }
    
    .useful-links>div .useful-linksList { padding-top: 20px; }
    .useful-links>div>p { padding: 0 0rem; }
    
    .why-us>div .why-usContent p { text-align: center;  }
    .why-us>div .why-usContent { padding: 0px 10px; }
    .why-us>div .why-usContent>h1 { padding-right: 0rem; }
    .why-us>div .why-usContent .why-usList { text-align: center; }
    337px
    
    .post-list-item .post-item-wraper { height: auto !important; } 
    .post-list-item .post-item-wraper h2.mp-post-title{ }
    .post-list-item .post-item-wraper .mp-post-info { font-size: 10px; }
    .post-list-item .post-item-wraper h2.mp-post-title { font-size: 17px; }
    .post-list-item .post-info-wraper .post-short-description { font-size: 11px; }
    
}
@media screen and (max-width: 320px)
{
    .financing .content img { margin-top: 40px; }
    .useful-links>div .useful-linksList { padding-top: 20px; }
     .useful-links>div>p { padding: 0 0rem; }
     .why-us>div .why-usContent p { text-align: center; }
     .why-us>div>p { padding: 0; }
     .why-us>div .why-usContent { padding: 0px 10px; }
     .why-us>div .why-usContent>h1 { padding-right: 0rem; } 
     .why-us>div .why-usContent .why-usList { text-align: center; }
}

/*END OF FINANCING PAGE*/

/*EMPTY CART*/
.notfoundbox{
    /*border: 1px solid gray;*/
    border-radius: 18px;
    padding: 20px;
}
.ec-page-icons {
    margin-top: 59px;
    margin-bottom: 50px;
}
.ec-page-icons h1 a {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #333;
    margin-top: 15px;
    text-decoration: none;
    margin-bottom: 15px;
}
.ec-page-col {
    max-width: 270px;
    width: 100%;
    margin: auto;
    /*height: 270px;*/
    height: 210px;
    border-radius: 100%;
    padding: 20px;
    transition: all .3s;
    position: relative;
    /*background: #f1f1f1;*/
    bottom: 13px;
    top: 13px;
}
.ec-page-icons>div>div:hover .ec-page-col {
    /*background: #d90114;*/
    transition: 2s ease;
    transform: scale(1.2);
}
.ec-page-icons .ec-page-col img{
    width: 220px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
}
.ec-page-icons p{
    text-align: justify;  
    /*height: 155px;*/
    height: 70px;
    font-size: 16px;
}
.ec-page-icons .ec-page-btnshop{
    text-align: center;
}
.ec-page-icons h3 a{
    max-width: 230px;
    margin: 0 auto;
    background: #d40000;
    color: #fff;
    font-style: italic;
    padding: .5em;
    font-size: 20px;
    border-radius: 3px;
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
}
/*EMPTY CART*/

/*START CSS ON BLOGS - TIRES - P4*/
.bestmatch-container{ padding: 40px; }
.bestmatch-container p{ font-size: 19px; }
.bestmatch-container ul li{ font-size: 19px; }
.bestmatch-container h4, h3, h5 { font-weight: bolder; }

.bestmatch-banner{ width: 100%; }

.bestmatch-title {
	text-align:	center;	
	padding-top: 	20px;		
	padding-bottom: 20px; 
}
.bestmatch-firstpara{ text-indent: 30px; }
.bestmatch-secondpara{ padding: 10px; padding-top: 30px; }
.bestmatch-secondpara .bestmatch-image{
	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(-3deg);
	width: 90%;
	margin-left: 41px;
}
.bestmatch-secondpara p{
	border-left: 3px solid red;
    /*transform: rotate(2deg);*/
    margin-left: 23px;
    padding-left: 57px;
    text-align: justify;
    text-indent: 30px;
}
.bestmatch-secondpara p span{
	font-size: 33px;
	font-weight: bolder;
	color: red;
	margin-right: -16px;
}
.bestmatch-thirdpara .bestmatch-title{
	content: "";
	padding-left: 20px;
	border-left: 4px solid red;
	float: left;
	height: 65px;
	overflow: auto;
}

.bestmatch-thirdpara-content p{
	text-align: justify;
	text-indent: 30px;
	padding-top: 20px;
}
.bestmatch-thirdpara .bestmatch-image{
	margin-right: 30px;
	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(2deg);
	width: 80%;
	margin-top: 20px;`
	/*margin-left: 41px;*/
}
.bestmatch-fourthpara{
	/*height: 250px;*/
	/*outline: 1px solid red;*/
	padding-bottom: 45px;
    padding-top: 45px;
}
.bestmatch-radial {
	line-height: 0.5;
	/*margin-left: 10px;*/
	box-shadow: 0 0 60px rgba(0,0,0,.15);
	padding: 15px 20px 0px 20px;
	height: 270px;

	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(2deg);
}
.bestmatch-circumferential{
	line-height: 0.5;
	box-shadow: 0 0 60px rgba(0,0,0,.15);
	padding: 15px 20px 0px 20px;
	height: 270px;

	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(-2deg);
}

.bestmatch-image-treadblock{
	width: 200px;
	margin: auto;
	margin-right: 30px;
	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(-2deg);
}

.bestmatch-radial { float: right; bottom: 100px; }

.bestmatch-radial .bestmatch-title { text-align: left; padding-right: 190px; }
.bestmatch-circumferential { float: right; overflow: auto; line-height: 1.5; }
.bestmatch-radial { line-height: 1.5; }
.bestmatch-circumferential-image { float: right; height: 204px; top: 57px; }
.bestmatch-circumferential .bestmatch-titl { text-align: left; padding-right: 190px; }
.bestmatch-radial-image {  float: right;	height: 204px; top: 57px; }

.bestmatch-fifthpara .bestmatch-title{
	content: "";
	padding-left: 20px;
	border-left: 4px solid red;
	float: left;
	height: 65px;
	overflow: auto;
}
.bestmatch-tiretypeimg { width: 90%; margin-left: 41px; margin-top: 20px; margin-bottom: 20px; }

.bestmatch-fifthpara-content{ text-align: justify; text-indent: 20px; margin-top: 20px; }
.bestmatch-fifthpara .bestmatch-seasonimage{
	width: 300px;
	margin: auto;
	margin-right: 30px;
	margin-left: 30px;
	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(-2deg);
}
.bestmatch-fifthpara-box-1{ background: #d1d2d494; padding-top: 35px; padding-bottom: 35px; }
.bestmatch-fifthpara .bestmatch-terrainimg{
	width: 305px;
	margin: auto;
	margin-right: 30px;
	margin-left: 20px;
	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(2deg);
}
.bestmatch-fifthpara .bestmatch-fifthpara-box-1{ line-height: 1.5;  }
.bestmatch-fifthpara-box-1 .hr-line-below-title { float: left; width: 100%; }

.hr-line-below-title{ border-top: 6px solid red; margin-bottom: 10px; margin-top: 0;  float: left; width: 100%; }

.bestmatch-sixthpara .bestmatch-sixthpara-allseason-box-1 { padding-left: 40px;}
.bestmatch-sixthpara .bestmatch-sixthpara-allseason .hr-line-below-title { float: left; width: 100%; margin-bottom: 20px;} 
.bestmatch-sixthpara .bestmatch-sixthpara-allseason {  margin-bottom: 20px; margin-top: 45px;}
.bestmatch-sixthpara .bestmatch-allseasoncharac-img { 
	width: 500px;
	margin: auto;
	margin-right: 30px;
	margin-left: 20px;
	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(2deg); 
}
.bestmatch-sixthpara .bestmatch-sixthpara-allseason-content { line-height: 1.5; }
/**/
.bestmatch-sixthpara-snowtire .hr-line-below-title { float: left; width: 100%; } /*HR*/
.bestmatch-sixthpara .bestmatch-snowtire-img{
	width: 500px;
	margin: auto;
	margin-right: 30px;
	margin-left: 20px;
	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(-2deg); 
}
.bestmatch-sixthpara-snowtire-box-1 { padding-left: 50px;line-height: 1.5; }
.bestmatch-sixthpara-snowtire { width: 100%; margin-top: 45px;}
/**/
.bestmatch-sixthpara-allterrain { margin-top: 45px; }
.bestmatch-sixthpara-allterrain .hr-line-below-title { float: left; width: 100%; }
.bestmatch-sixthpara .bestmatch-sixthpara-allterrain-content { line-height: 1.5; }
.bestmatch-sixthpara .bestmatch-sixthpara-allterrain-content p { text-align: justify; line-height: 1.5; text-indent: 15px; }
.bestmatch-sixthpara .bestmatch-allterrain-img{
	width: 500px;
	margin: auto;
	margin-right: 30px;
	margin-left: 20px;
	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(2deg); 
}
.bestmatch-sixthpara-allterrain-box-1 { padding-left: 40px;line-height: 1.5; }
/**/
.bestmatch-sixthpara-allterrain-and-mud-box-1 h4 { padding: 0; padding-bottom: 15px; }
.bestmatch-sixthpara-allterrain-and-mud { margin-top: 45px; }
.bestmatch-sixthpara .bestmatch-sixthpara-allterrain-and-mud-content { line-height: 1.5; }
.bestmatch-sixthpara .bestmatch-sixthpara-allterrain-and-mud-content p { text-align: justify; margin-top: -24px; line-height: 1.5; text-indent: 15px; padding-top: 20px; }
.bestmatch-sixthpara-allterrain-and-mud .hr-line-below-title { float: left; width: 100%; }
.bestmatch-sixthpara .bestmatch-allterrain-and-mud-img{
	width: 500px;
	margin: auto;
	margin-right: 30px;
	margin-left: 20px;
	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(-2deg); 
}
.bestmatch-sixthpara-mudtire-charac-box-1 { padding-left: 40px;line-height: 1.5; }
/**/
.bestmatch-sixthpara-mudtire-charac-box-1 h4 { padding: 0; padding-bottom: 15px; }
.bestmatch-sixthpara-mudtire-charac { margin-top: 45px; margin-bottom: -59px; }
.bestmatch-sixthpara .bestmatch-sixthpara-mudtire-charac-content { line-height: 1.5; }
.bestmatch-sixthpara .bestmatch-sixthpara-mudtire-charac-content p { text-align: justify; margin-top: -14px; line-height: 1.5; text-indent: 15px;}
.bestmatch-sixthpara .bestmatch-mudtire-charac-img{
	width: 500px;
	/*margin: auto;*/
	/*margin-top: 30px;*/
	margin-right: 30px;
	margin-left: 20px;
	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(2deg); 
}
.bestmatch-sixthpara-mudtire-charac-box-1 { padding-left: 40px;line-height: 1.5; margin-bottom: 70px;}
/**/
.bestmatch-seventhpara .bestmatch-high-performance-tyres-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 95px;
	margin-bottom: 	30px;
	width: 50%;
	width: 500px;	
	border: 4px solid gray;
	border-radius: 20px;
	/*transform: rotate(2deg); */
	/*transform: skewY(10deg);*/
	transform: skew(-15deg,5deg);
}
.bestmatch-seventhpara .bestmatch-title { margin-top: 	90px; height: 70px; }
.bestmatch-seventhpara-content { margin-top: 30px; }
.bestmatch-seventhpara-content span { 
	color: red; 
	text-align: center;	
	font-weight: bolder; 
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 1;
}
.bestmatch-seventhpara-speedrating { line-height: 3.5; background: #d1d2d494; padding-bottom: 30px; padding-left: 30px;}
.bestmatch-seventhpara-speedrating p { margin-bottom: 0rem; }
.bestmatch-seventhpara-speedrating-box { line-height: 1.5; padding-bottom: 0; padding-top: 0px; margin-top: 20px; }
.bestmatch-seventhpara-content .bestmatch-seventhpara-speedrating-box .bestmatch-title { margin-top: 0; }
.bestmatch-seventhpara-speedrating-box ul li { margin-left: 30px; }
.bestmatch-seventhpara-speedrating-img-box { padding-right: 0; padding-bottom: 	0; }
.bestmatch-seventhpara-speedrating-img-box img { height: 90%; float: right; opacity: 0.5;}
.bestmatch-seventhpara .bestmatch-title-high-performance {
    content: "";
    padding-left: 20px;
    border-left: 4px solid red;
    float: left;
    height: 90px;
    overflow: auto;
    margin-bottom: 	30px;
    margin-top: 185px;
    text-align: left;	
}
.bestmatch-seventhpara .bestmatch-title {
    content: "";
    padding-left: 20px;
    border-left: 4px solid red;
    float: left;
    height: 100px;
    overflow: auto;
    margin-bottom: 	30px;
    /*margin-top: 175px;*/
    text-align: left;	
}

.bestmatch-seventhpara-car-sipes-box { line-height: 1.5; padding-bottom: 0; padding-top: 30px;
}
.bestmatch-seventhpara-car-sipes-img-box { padding-right: 0; padding-bottom: 	0;
 }
.bestmatch-seventhpara-car-sipes img { 
	height: 300px; 
	float: right;
	/*width: 500px;*/
	margin: auto;
	margin-right: 30px;
	margin-left: 20px;
	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(-2deg);  }

.bestmatch-seventhpara-car-sipes-box ul li { margin-left: 30px; }


/*END CSS ON BLOGS - TIRES - P4*/

/*START CSS ON BLOGS - WHEELS - P2*/                       
/*DIFFERENCE BETWEEN HUB-CENTRIC AND LUG-CENTRIC WHEELS*/*/

.centric-container { padding: 10px; font-size: 21px;}
.centric-container p { font-size: 22px; line-height: 1.5; }
.centric-intro { text-align: justify; margin-top: 30px; text-indent: 30px;  }
.centric-1stcol { padding: 20px; }
.centric-1stcol-box-1 { border-right: 15px solid red; border-radius: 0 30px 30px 0; background: lightgray;}
.centric-1stcol-box-1 p { color: black; text-indent: 30px; text-align: justify; margin-top: auto; margin-bottom: auto; }
.centric-1stcol-box-2 { /*background: #00000091;*/ padding: 20px; }
.centric-1stcol-box-1 h1 { text-align: center; font-weight: bold; }
.centric-1stcol-box-2 p { color: black; text-indent: 30px; text-align: justify; margin-top: auto; margin-bottom: auto; }	
.centric-1stcol-img {  width: 400px; padding-right: 20px; padding-bottom: 10px; display: block;
  margin-left: auto;
  margin-right: auto;
  transition: transform .5s ease;
  animation: float 3s ease-out infinite;
}
.centric-1stcol-img:hover  {
  transform: scale(2.0);
  /*animation: float 3s ease-out;*/
  position: relative;
  z-index: 10;
}
@keyframes float {
  50% {
     transform: translate(0, 20px);
  }
}
@keyframes shrink {
  0% {
    width: 90%;
    margin: 0 5%;
  }
  50% {
    width: 60%;
    margin: 0 18%;
  }
  100% {
    width: 90%;
    margin: 0 5%;
  }
}

.centric-middletext {/* border-top: 10px solid red;*/ border-radius: 30px; /*border-bottom: 10px solid red; *//*padding: 30px;*/ margin: 20px 0 20px 0; }
.centric-middletext-box-1 { border-right: 15px solid red; border-radius: 0 30px 30px 0; /*background: lightgray;*/
	/*margin-top: auto;*/
    margin-bottom: auto}
.centric-middletext-box-1-img {  width: 250px; padding-right: 20px; padding-bottom: 10px; display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  transition: transform .5s ease;
  /*animation: mation: float 3s ease-out infinite;*/
}
.centric-middletext-box-1-img:hover{
	transform: scale(2.0);
	position: relative;
	z-index: 10;
}
.centric-middletext-box-2 { border-left: 15px solid red; border-radius: 30px 0 0 30px; /*background: lightgray;*/     margin-top: auto;
    /*margin-bottom: auto*/}
.centric-middletext-box-2-img {  width: 250px; /*padding-right: 20px;*/ padding-bottom: 10px; display: block;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .5s ease;
  /*animation: float 3s ease-out infinite;*/
}
.centric-middletext-box-2-img:hover{
	transform: scale(2.0);
}
   
.centric-2ndcol { padding: 20px; }
.centric-2ndcol-box-2 { border-left: 15px solid red; border-radius: 30px 0 0 30px; 
  margin-top: auto;
  margin-bottom: auto;
  background: lightgray;
  }
.centric-2ndcol-box-1 { /*background: #00000091;*/ padding: 20px; }
.centric-2ndcol-box-2 h1 { text-align: center; font-weight: bold; display: block; margin-top: auto; margin-bottom: auto; } 
.centric-2ndcol-box-1 p { color: black; text-indent: 30px; text-align: justify; margin-top: auto; margin-bottom: auto; }	
.centric-2ndcol-img {  width: 280px;/* padding-right: 20px; padding-bottom: 10px;*/ display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto; vertical-align: middle;
  -webkit-animation:spin 30s linear infinite;
    -moz-animation:spin 30s linear infinite;
    animation:spin 30s linear infinite;

    transition: transform .5s ease;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.centric-2ndcol-img:hover {
	transform: scale(1.4);
}

.centric-3rdcol-content { 
	border-bottom: 15px solid red; 
	border-top: 15px solid red; 
	border-radius: 30px;
	padding: 20px 15px 20px 15px;
	text-align: justify;
	text-indent: 30px;
	margin-top: 30px;
 }

.centric-4thcol-content { 
	border-left: 15px solid red; 
	border-right: 15px solid red; 
	border-radius: 30px;
	padding: 20px 15px 20px 15px;
	text-align: justify;
	text-indent: 30px;
	margin-top: 40px;
}

/*END CSS ON BLOGS - WHEELS - P2*/


/*START CSS ON BLOGS - WHEELS - P3*/
.hub-centric-container { font-size: 20px; line-height: 1.6; }
#hub-centric-1stline #hub-centric-bg-diagonal{
	width: 	60%;
	height: 400px;
	float: 	right;	
	background-image: url(../../frontend/ATV/OWD/en_US/images/w3-p3-hub.png);
	
	background-repeat: no-repeat;
	background-position: center; /*margin-right: 30px;*/
	/*border-left: 200px solid white;*/
	border-top: 500px solid transparent;  
	background-attachment: fixed;
}
.hub-centric-1strow{
    text-align: justify;
    text-indent: 30px;
    margin-right: 20px;
    margin-left: 20px;
}
#hub-centric-1stline .hub-centric-content-box{
	float: left;
	height: 400px;

}
#hub-centric-1stline .hub-centric-content-box-outer{
	width: 100%;
	height: 100%;
	display: table;
}
#hub-centric-1stline .hub-centric-content-box-inner{
	display: table-cell; 
	vertical-align: middle;
}

#hub-centric-1stline .hub-centric-content-title h3{
	text-align: left;
	font-weight: bold;
}
#hub-centric-1stline .hub-centric-content-title-underline{
	width: 50px;
	height: 2px;
	background: gray;
	text-align: left;
	margin-top: 10px;
}
#hub-centric-1stline .hub-centric-desc p{
	margin-top: 30px;
	text-align: justify;
	border-left: 15px dashed red;
	margin-left: 0;
	padding-left: 20px;
	font-size: 18px;
    line-height: 1.6;
}
#hub-centric-1stline #hub-centric-btn a{
	border: 2px solid deepskyblue;
	padding: 10px 55px;
	background: deepskyblue;
	color: white;
	transition: all 0.5s ease-in;
	font-weight: bold; 
	text-align: center;
}
#hub-centric-1stline .btn{
	border-radius: 0px !important;
	text-align: center;
}
#hub-centric-1stline #hub-centric-btn a:hover{
	background: transparent;
	color: deepskyblue;
	font-weight: bold;
	padding: 10px 55px;
}
/*                  */
/*                  */
/*                  */
#hub-centric-2ndline{
	/*margin-top: 50px;*/
}
#hub-centric-2ndline #hub-centric-bg-diagonal{
	width: 	670px;
	/*height: 400px;*/

	float: 	left;	
	background-image: url(../../frontend/ATV/OWD/en_US/images/wp3-hub-centrics-v2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 0;
	/*border-right: 200px solid white;*/
	border-top: 500px solid transparent;  
	background-attachment: fixed;	
}
#hub-centric-2ndline .hub-centric-content-box{
	float: right;
	height: 400px;
	display: table-cell;
    vertical-align:middle;
}
#hub-centric-2ndline .hub-centric-content-box-outer{
	width: 100%;
	height: 100%;
	display: table;
}
#hub-centric-2ndline .hub-centric-content-box-inner{
	display: table-cell; 
	vertical-align: middle;
}

#hub-centric-2ndline .hub-centric-content-title h3{
	text-align: right;
	font-weight: bold;
}
.hub-centric-content-title-underline{
	width: 100%;
	height: 10px;
	background: gray;
	text-align: right;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
	vertical-align: middle;
}
#hub-centric-2ndline .hub-centric-desc p{
/*	display: table-cell;
    vertical-align:middle;*/
	/*text-align: justify;*/
	margin-top: 70px;
	margin-bottom: 30px;
	border-right: 15px dashed red;
	margin-left: 0;
	padding-right: 20px;
	font-size: 18px;
    line-height: 1.6;
}
#hub-centric-2ndline #hub-centric-btn a{
	border: 2px solid deepskyblue;
	padding: 10px 55px;
	background: deepskyblue;
	color: white;
	transition: all 0.5s ease-in;
	font-weight: bold; 
	text-align: center;
}
#hub-centric-2ndline .btn{
	border-radius: 0px !important;
	text-align: center;
}
#hub-centric-2ndline #hub-centric-btn a:hover{
	background: transparent;
	color: deepskyblue;
	font-weight: bold;
	padding: 10px 55px;
}

/*                  */
/*                  */
/*                  */

.hub-centric-pbox{
	/*background: black;*/
	/*color: white;*/
	padding: 0;
}


#hub-centric-3rdline #hub-centric-bg-diagonal{
	width: 100%;
	height: 400px;
	float: 	right;	
	background-image: url(../../frontend/ATV/OWD/en_US/images/wp3-with-hub-ring-v3.png);
	background-repeat: no-repeat;
	background-position: center; /*margin-right: 30px;*/
	/*border-left: 300px solid white;*/
	border-top: 410px solid transparent;  
	background-attachment: fixed;
}
#hub-centric-3rdline .hub-centric-content-box{
	float: left;
	height: 400px;
	/*background: black;*/
	/*color: white;*/

}
#hub-centric-3rdline .hub-centric-content-box-outer{
	width: 100%;
	height: 100%;
	display: table;
	/*background: black;*/
	/*color: white;*/
}
#hub-centric-3rdline .hub-centric-content-box-inner{
	display: table-cell; 
	vertical-align: middle;
	/*background: black;*/
	/*color: white;*/
	margin-right: 0;
}

#hub-centric-3rdline .hub-centric-content-title h3{
	text-align: left;
	font-weight: bold;
}
#hub-centric-3rdline .hub-centric-content-title-underline{
	width: 50px;
	height: 2px;
	background: gray;
	text-align: left;
	margin-top: 10px;
}
#hub-centric-3rdline .hub-centric-desc p{
	margin-top: 30px;
	text-align: justify;
	border-left: 15px dashed red;
	margin-left: 20px;
	padding-left: 20px;
	font-size: 18px;
    line-height: 1.6;

 /*   background: black;
	color: white;*/
}
#hub-centric-3rdline #hub-centric-btn a{
	border: 2px solid deepskyblue;
	padding: 10px 55px;
	background: deepskyblue;
	color: white;
	transition: all 0.5s ease-in;
	font-weight: bold; 
	text-align: center;
}
#hub-centric-3rdline .btn{
	border-radius: 0px !important;
	text-align: center;
}
#hub-centric-3rdline #hub-centric-btn a:hover{
	background: transparent;
	color: deepskyblue;
	font-weight: bold;
	padding: 10px 55px;
}
/**/
/**/
.hub-centric-mid-content{
	margin: 30px;
	text-align: center;
	border-left: 15px dashed red;
	border-right: 15px dashed red;
}


/*
		HUB CENTRIC 4TH LINE
*/

.hub-centric-4thline { text-align: center; }
.hub-centric-4thline h3 { text-align: center; margin-top: 20px; margin-bottom: 20px; }
.hub-centric-4thline h5 { font-weight: bolder; color: #d90114; margin-bottom: 20px;  }
.hub-centric-4thline-box-1 { border-right: 15px dashed red; height: auto; }

.hub-centric-4thline-img-1 { 
	width: 350px; 
	height: 250px;
	border: 4px solid gray;
	border-radius: 20px;
	/*transform: rotate(-2deg);*/
}
.hub-centric-4thline-img-2 { 
	width: 450px; 
	height: 250px;
	border: 4px solid gray;
	border-radius: 20px;
}
.hub-centric-4thline .col-md-6 li { color: red; font-weight: bolder; }
/*
		HUB CENTRIC 5TH LINE
*/
.hub-centric-5thline { text-align: left; margin-top: 20px; margin-bottom: 20px; }
.hub-centric-5thline-how { border: 3px dashed gray  ; padding: 10px; /*height: 100px;*/ margin: 5px; padding-bottom: 10px;}
.hub-centric-5thline-how span { font-size: 35px; color: red; font-weight: bolder; }

.hub-centric-5thline-box-1 { 
	margin-top: auto; 
	margin-bottom: auto; 
	display: block; 
	vertical-align: middle;
	padding-left: 0;
	margin-left: 0;
}

.hub-centric-5thline-box-2 img { width: 100%; height: 370px; margin-top: auto; margin-bottom: auto; display: block; vertical-align: middle; }
.hub-centric-5thline-box-2 { 
	margin-top: auto; 
	margin-bottom: auto; 
	display: block; 
	vertical-align: middle; 
}


/*END CSS ON BLOGS - WHEELS - P3*/


/*START OF CSS ON BLOGS TIPS AND GUIDES P5*/

/*


		BLOG - GETTING THE CORRECT TIRE SIZE FOR YOUR ATV


*/

.atv-sizing-1stpara { margin-top: 30px; 
	border-bottom: 15px solid gray;
	
}
.atv-sizing-1stpara p { text-indent: 30px; margin-top: 40px; text-align: justify;}
.atv-sizing-1stpara-tire-img { height: 210px; margin-left: 40px; animation-duration: 5s; }

.atv-sizing-container .atv-sizing-1stline { 
	margin-bottom: 0;
	background-size: cover;
	background-position: bottom;
	/*position: bottom right;*/
}
.atv-sizing-1stline-img { 
	height: 250px; 
	vertical-align: middle; 
	border-top: 5px solid gray;

}

.atv-sizing-2ndpara p { text-indent: 30px; text-align: justify; }
.atv-sizing-2ndpara {
	height: 400px;
	padding: 50px;
	/*background: gray;*/
	background-image: url('../../frontend/ATV/OWD/en_US/images/b4-tires-bg-v2.png');
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	margin: auto;
}
.atv-sizing-2ndpara-box {
	margin: auto;
	
	width: 80%;
	background: white;
	color: white;
	padding: 30px 50px;
	vertical-align: middle;

	background: rgba(147,206,222,1);
	background: -moz-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 0%, rgba(73,165,191,0.97) 21%, rgba(73,165,191,0.95) 30%, rgba(73,165,191,0.93) 32%, rgba(73,165,191,0.78) 57%, rgba(73,165,191,0.74) 63%, rgba(73,165,191,0.55) 75%, rgba(73,165,191,0.55) 94%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,206,222,1)), color-stop(0%, rgba(147,206,222,1)), color-stop(0%, rgba(117,189,209,1)), color-stop(21%, rgba(73,165,191,0.97)), color-stop(30%, rgba(73,165,191,0.95)), color-stop(32%, rgba(73,165,191,0.93)), color-stop(57%, rgba(73,165,191,0.78)), color-stop(63%, rgba(73,165,191,0.74)), color-stop(75%, rgba(73,165,191,0.55)), color-stop(94%, rgba(73,165,191,0.55)));
	background: -webkit-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 0%, rgba(73,165,191,0.97) 21%, rgba(73,165,191,0.95) 30%, rgba(73,165,191,0.93) 32%, rgba(73,165,191,0.78) 57%, rgba(73,165,191,0.74) 63%, rgba(73,165,191,0.55) 75%, rgba(73,165,191,0.55) 94%);
	background: -o-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 0%, rgba(73,165,191,0.97) 21%, rgba(73,165,191,0.95) 30%, rgba(73,165,191,0.93) 32%, rgba(73,165,191,0.78) 57%, rgba(73,165,191,0.74) 63%, rgba(73,165,191,0.55) 75%, rgba(73,165,191,0.55) 94%);
	background: -ms-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 0%, rgba(73,165,191,0.97) 21%, rgba(73,165,191,0.95) 30%, rgba(73,165,191,0.93) 32%, rgba(73,165,191,0.78) 57%, rgba(73,165,191,0.74) 63%, rgba(73,165,191,0.55) 75%, rgba(73,165,191,0.55) 94%);
	background: linear-gradient(to bottom, rgba(147,206,222,1) 0%, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 0%, rgba(73,165,191,0.97) 21%, rgba(73,165,191,0.95) 30%, rgba(73,165,191,0.93) 32%, rgba(73,165,191,0.78) 57%, rgba(73,165,191,0.74) 63%, rgba(73,165,191,0.55) 75%, rgba(73,165,191,0.55) 94%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=0 );
}
.atv-sizing-1stpara span { color: red; font-weight: bolder; font-size: 25px; }
/*

*/
.atv-sizing-2ndline { 
	height: 700px;
	background-image: url('../../frontend/ATV/OWD/en_US/images/mud-bg.png');
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	width: 102.7%;
}
.atv-sizing-2ndline-title h1{
	font-weight: bolder;
	text-align: center;
	color: #f58220;
	font-family: Gilroy;
}
.atv-sizing-2ndline-title p, h3, .atv-sizing-2ndline-content.p{ 
    /*text-align: center;*/
    font-weight: bolder;
}
.atv-sizing-2ndline-title hr { width: 30%; /*height: 20px;*/ border: 5px dashed red; }
.atv-sizing-2ndline .atv-size-part { 
	color: yellow; 
	font-weight: bolder; 
	font-size: 45px; 
	font-family: Gilroy; 
	text-shadow: 1px 1px 1px black;
	border-radius: 50%; 
	text-align: center;
	/*padding: 10px 10px 10px 10px;*/
	/*border: 3px solid white;*/
} 

.atv-sizing-2ndline-content-box1{
	border: 2px dotted red;
	background: rgba(0, 5, 5, 0.56);
	color: white;
	height: 150px;
	/*width: 55%;*/
	text-shadow: 1px 1px 1px black;
	padding: 10px;
	padding-bottom: 0px;
	/*margin-left: 50px;*/
	margin-bottom: auto;
	margin-top: auto;
	vertical-align: middle;
	text-align: center;
	margin: 10px;
}
.atv-sizing-2ndline-content {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 83px;
}
/*


*/
.atv-sizing-container { line-height: 1.6; }
.atv-sizing-container p { font-size: 20px; }
.atv-sizing-3rdline { border-top: 15px solid gray; padding-top: 30px; margin-bottom: 40px;}
.atv-sizing-3rdline-box-1 { text-align: justify; text-indent: 30px; margin-top: 30px;}
.atv-sizing-3rdline-box-1 p{ margin: 40px;vertical-align: middle; }
.atv-sizing-3rdline-box-1 img { 
	width: 400px; 
	margin: auto;
	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(3deg);
}

.atv-sizing-4thline { border-top: 15px solid gray; padding-top: 30px; margin-bottom: 40px;}
.atv-sizing-4thline-box-1 { text-align: justify; text-indent: 30px; margin-top: 30px;}
.atv-sizing-4thline-box-1 p{ margin: 5px;vertical-align: middle; }
.atv-sizing-4thline-box-1 img { 
	width: 400px; 
	margin: auto;
	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(-3deg);
}

.atv-sizing-5thline { border-top: 15px solid gray; padding-top: 30px; margin-bottom: 40px;}
.atv-sizing-5thline-box-1 { text-align: justify; text-indent: 30px; margin-top: 30px;}
.atv-sizing-5thline-box-1 p{ vertical-align: middle; }
.atv-sizing-5thline-box-1 img { 
	width: 400px; 
	margin: auto;
	border: 4px solid gray;
	border-radius: 20px;
	transform: rotate(3deg);
}

/*shipping step 2*/
.col-carrier span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.col-carrier span span {
  display: block;
  font-size: 10px;
  font-weight: 500;
}
/* end shipping step 2*/


/*END OF CSS ON BLOGS TIPS AND GUIDES P5*/
/*ul.det-left {*/
/*    width: 49%;*/
/*    display: inline-block;*/
/*    text-align: left !important;*/
/*    margin: auto;*/
/*}*/
/*div#customSearchVechile2>ul>li{*/
/*    line-height:1;*/
/*}*/
/*.det-left a#customSearchYear2 {*/
/*    color: black;*/
/*    font-weight: bold;*/
/*    font-size: 24px;*/
/*}*/

/*.det-left a#customSearchMake2 {*/
/*    color: black;*/
/*    font-weight: bold;*/
/*    font-size: 24px;*/
/*}*/

/*ul.det-right {*/
/*    width: 49%;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*}*/

/*ul.det-right>li>a#customSearchYear2,ul.det-right>li>a#customSearchMake2,ul.det-right>li>a#customSearchModel2,*/
/*ul.det-right>li>a#customSearchOption2, ul.det-right>li>a#customSearchZip2 {*/
/*    visibility: hidden;*/
/*    position: relative;*/
/*    white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  max-width: 53px;*/
/*  min-width: 53px;*/
/*    vertical-align:middle;*/
/*}*/

/*ul.det-left>li>a#customSearchModel2, ul.det-left>li>a#customSearchOption2{*/
/*    color:black;*/
/*    text-transform: uppercase;*/
/*}*/

/*ul.det-right>li>a#customSearchYear2 {*/
/*    max-width: 40px;*/
/*    min-width: 40px;*/
/*}*/

/*ul.det-right>li>a#customSearchMake2 {*/
/*    max-width: 45px;*/
/*    min-width: 45px;*/
/*}*/

/*ul.det-right>li>a#customSearchYear2:after {*/
/*    visibility: visible;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    content: "Year";*/
/*}*/
/*ul.det-right>li>a#customSearchMake2:after {*/
/*    visibility: visible;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    content: "Make";*/
/*}*/
/*ul.det-right>li>a#customSearchModel2:after {*/
/*    visibility: visible;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    content: "Model";*/
/*}*/
/*ul.det-right>li>a#customSearchOption2:after {*/
/*    visibility: visible;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    content: "Option";*/
/*}*/
/*ul.det-right>li>a#customSearchZip2:after {*/
/*    visibility: visible;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    content: "Zip";*/
/*}*/
/*ul.det-right>li>a {*/
/*    display: inline-block;*/
/*      white-space: nowrap;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  max-width: 55px;*/
/*    min-width: 55px;*/
/*    vertical-align:middle;*/
/*}*/




div#customSearchVechile2 ul{
text-align: right;
}
label.fltr-lbl {
    font-size: 14px;
    line-height: 1;
    padding-left: 23px;
}
.content.lowestPriceContent {
    margin: 10px;
}
.row.LProw {
    background-color: #f1f1f1;
    border: 1px solid #dedede;
    margin: 10px 0px 20px;
    padding: 10px 5px;
    border-radius: 5px;
}
p#lpSize, p#lpSize1 {
    font-size: 24px;
    font-weight: bold;
}
p.lp-total {
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    margin-bottom: -6px !important;
    text-transform: uppercase;
}

.innerpage.about-us .content {
    margin-top: 50px;
}
.col-md-6.about-img {
    margin: auto;
    padding: 30px;
}
.col-md-6.about-img img {
    -ms-transform: rotate(1deg);
    transform: rotate(1.5deg);
    border-radius: 10px;
}



.blogs-content-x{
    margin-top: 10px;
}
.blogs-content-x .blogs-main-desc{
    padding-bottom: 10px;
    margin-bottom: 1rem;
}
.bc-img{
    margin: 10px 0px 10px 0px;
    width: 100%;
}
.blogs-content-x  .blogs-list-x img{
    margin:50px 0px 10px 0px;
    width: 100%;
}
.blogs-content-x .blogs-hr-x{
    margin: 50px 0;
}
.blogs-content-x .blogs-bot-txt{
    margin: 10px 0px;
}
.bc-img-title{
    text-transform: uppercase;
}
.bc-img-title{
    text-transform: uppercase;
}
.bc-img-title-mid{
    text-transform: uppercase;
    text-align: center;
}
.blogs-guide-title{
    text-transform: uppercase;
}
.blogs-content-x .blogs-guidlines-x {
    margin: 80px 0px 50px;
}
.blogs-content-x .blogs-guidlines-x .blogs-list-xbot{
    margin: 50px 0;
}
.post-post_content>h1 {
    margin: 20px 15px 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.blogs-content-x .blogs-list-x img.bc-img-mini{
    padding: 0;
    margin: 0;
}
.blogs-guide-title{
    text-transform: uppercase;
    font-size: 30px;
}
.li-bold-x{
    font-weight: bold;
}
.post-view-image img{
    width:100%;
}

.promotions-landing-page-x img{ width: 100%; }
.promotions-landing-page-x .promotions-lp-title h1 span{ color: red; }
.promotions-landing-page-x .promotions-lp-title h1 { font-weight: bold; text-align: center; padding-top: 30px; }
.promotions-landing-page-x .promotions-lp-details { text-align: center; margin-top: 30px; }
.promotions-landing-page-x .promotions-lp-details p { line-height: .5; }
.promotions-landing-page-x .promotions-lp-details-p { text-align: center; margin:auto; padding-top: 20px; width: 90%; }
.promotions-landing-page-x .promotions-lp-terms { margin-top: 100px; padding: 30px; border: 1px solid lightgray;}
.promotions-landing-page-x .promotions-lp-terms .redemtion-form-btn{
    display: inline-block;
    padding: 10px 50px;
    color: #fff;
    background-color: #ed1c24;
    border-radius: 3px;
    text-decoration: none;
    float: right;
    margin-bottom: 80px;
  } 
  
.promotions-landing-page-x .promotions-lp-terms .redemtion-form-btn:hover{
    background-color: black;
    }
    
.topMenuBurger {
	display: none;
	background: #ec1c24;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 4px;
}

.hamburger.hamburger--3dx-r {
	display: none;
}
button.btn.btn-link {
    background-color: #efeded;
}
.blogHomeBotList .blogContentHome a { width:100%;}

.blogHomeBotList .blogContentHomeimg.tire-bl0g {
    height: 100%;
}
.bg-brand-banner {
    background-image: url(../../frontend/ATV/OWD/en_US/images/banner-brand-bg.png);
    background-position: left center;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    background-size: auto;
    width: 100%;
}
.bg-brand-banner:after {
    content: "";
    background-image: url(../../frontend/ATV/OWD/en_US/images/banner-brand-bg.png);
    height: 100%;
    width: 200px;
    position: absolute;
    border-radius: 0 100% 100% 0;
    right: -50px;
    top: 0;
    z-index: 1;
    background-position: center;
}


.sliderContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    font-size: 46px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-transform: uppercase;
    text-align: center;
}
.slick-slide img {
    display: block;
    width: 100%;
}

.upsellCarousel {
    width: 100%;
}

h1.oeStaggered {
    font-size: 16px;
    margin-top: 30px;
}

h1.oeStaggered span {
    font-weight: bold;
}
.sliderbox .slick-prev.slick-arrow:before {
    content: "\f053";
    font-family: 'FontAwesome';
    color: #6c6c6c;
}

.sliderbox .slick-next.slick-arrow:before {
    content: "\f054";
    font-family: 'FontAwesome';
    color: #6c6c6c;
}

.checkout-success p {
    text-align: center;
    font-size: 16px;
    line-height: .5;
}

.checkout-success p span {
    font-weight: bold;
    
}
.checkout-success {
    /* margin: 70px;  */
    text-align: center;
}
.actions-toolbar {
    text-align: center;
    margin-top: 30px;
}

a.action.primary.continue {
    background-color: #f58220;
    padding: 10px 35px;
    color: #ffff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

img.img-fluid.crclCheck {
    width: 95px;
}
.checkout-success h2 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 35px;
}
.empty-c img {
    width: 185px;
    margin-bottom: 20px;
}



.box-y{
 padding: 20px 40px 10px 40px;
}
.box-x{
 padding: 30px 40px 10px 40px;
}
.img-txtwrap{
	width:50px;   
	float: left;
	margin-right: 10px
}
.blogtitle-lGray{
	color: #A2B3BB;
	font-size: 50px;
	font-weight: bold;
}

.blogtitle{
	font-size: 50px;
	font-weight: bold;
}

.img-brdr{
	width: 100%;
	margin-bottom: 5px;	
	border: 1px solid lightgray;
	padding: 10px;

}
.message-error.error.message {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    background-color: #ed1c2473;
    color: #2a2a2a;
}

.message-success.success.message {
    text-align: center;
    padding: 8px 20px;
    font-size: 18px;
    background-color: #32ed1c73;
    color: #2a2a2a;
    margin-bottom: 10px;
}

.message-warning.warning.message {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    background-color: #ed1c2473;
    color: #2a2a2a;
}

.message-notice.notice.message {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    background-color: #ed1c2473;
    color: #2a2a2a;
}

.z404 .il-404 img {
    width: 73%;
    margin-left: 100px;
    margin-top: 0px;
}

/*COMPARISON LIST */

h1.table-caption {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    padding: 35px 35px 10px;
    display: inline-block;
    text-align: left;
}
.pnt {
    float: right;
    display: inline-block;
    margin: 60px 45px 12px 50px;
}


.print-icomp {
    display: inline-block;
    font-size: 25px;
    color: #ed1c24;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50px;
    border: 2px solid #F51C2F;
    z-index: 100;
    position: relative;
}

.thead-comp {
    background-color: lightgray;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
.table-comparison th {
    color: black;
    font-weight: bold;
    padding: 8px;
    border: 1px solid #cccccc;
}
.table-comparison td a {
    color: black;
}
.table-comparison th.cell.label {
    font-weight: bold;
}
.table-comparison.attribute.value {
    font-size: 14px;
}


span.comp-brand {
    font-size: 14px;
}
span.comp-model {
    font-size: 18px;
}

.compDet {
    text-align: left;
    margin-top: 10px;
}

.price-container.price-final_price.tax.weee span.price {
    font-size: 24px;
    color: #ed1c24;
    font-weight: bold;
}

button.action.tocart.primary {
    background-color: #f51c2f;
    border: none;
    color: #fff;
    padding: 3px 23px;
    border-radius: 3px;
    font-weight: bold;
}

strong.product-item-name a:hover {
    text-decoration: none;
}

button.action.tocart.primary:hover {
    background-color: black;
}

.attribute.value {
    text-align: left;
    margin: 10px;
}


/*.table-wrapper.comparison {*/
/*    width: 95%;*/
/*}*/


button.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    left: 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fefefe;
    background-color: transparent;
    border-left: none;
}

button.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
    right: 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ffffff;
    background-color: transparent;
    border-right: none;
}

.plusSize {
    border-top: 1px solid #dedede;
    margin: 30px 0 0;
    padding: 20px 0 0;
    border-bottom: 1px solid #dedede;
}

div#tplusSizes {
    margin-bottom:15px;
    padding: 30px 0px 30px;
    border-bottom: 1px solid #dedede;
}

.adsvid-style {
    border-left: 13px solid white;
}



.info-car {
    margin-top: 70px;
    margin-bottom:30px;
}
.info-car .ic-txxt{
 	margin-top: 10px;
}
.info-car .ic-txxt p{
	font-size: 18px;
	line-height: 1.7;
}

.info-car .icp-gray{
	color:#757d90;
	font-weight: 500;
	font-size: 22px;
	}


.info-car .icp-gray{
	color:#757d90;
	font-weight: 500;
	font-size: 22px;
	}

.lug-nuuut .ln-txt1 p{
	font-size: 18px;
	line-height: 1.7;
}
.lug-nuuut .ln-txt2 p{
	font-size: 18px;
	line-height: 1.7;
}
.lug-nuuut .ln-imgg1 img{
	float: right;
    width: 90%;
    background-color: #F44336;
    padding: 20px;
}
.lug-nuuut .ln-box{
	width: 45%;
    background-color:#000000d9;
    padding: 15px;
    margin-top: 160px;
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 18px;
}
.lug-nuuut .ln-imgg2 img{
	float: left;
    width: 90%;
    background-color: #F44336;
    padding: 20px;
}
.lug-nuuut .ln-box2{
	margin-left: 450px;
	float: right;
	width: 30%;
    background-color:#000000d9;
    padding: 15px;
    margin-top: 180px;
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 18px;
}
.lug-nuuut .ln-txt2{
	margin: 25px 0px;
	border-top: 5px solid #262626;
	border-bottom: 5px solid #262626;
	padding: 25px 25px 0px 25px;
	column-count: 2;
	font-size: 12px;
}

.rmbr-tpms p{
	font-size: 18px;
}

.rmbr-topblocks{
	margin-top: 20px;
}

.rmbr-round{
	    padding: 20px 20px 55px 20px;
    border-radius: 111px 111px 0px 111px;
    border: 5px solid darkblue;
    width: 100%;
}
.rmbr-img{
	border-radius: 100px 100px 0px 0px;
    width: 100%;
    margin-bottom: 20px;
}


.rmbr-rightblocks-box h4.rmbr-h4 {
    background-color: #0000ff38;
    padding: 10px;
    border-radius: 0px 100px 100px 0px;
    color: darkblue;
    font-size: 25px;
}
.hr-gradient{
	 border: 0;
      height: 10px;
      background: #095484;
      background-image: linear-gradient(to right,darkblue, #095484, #c7c7ff, #ccc);
}

.pager li.item {
    display: inline-block;
    padding: 10px 15px;
    font-size: 18px;
}

.pager li.item.current a.page {
    background-color: #383838;
    color: white;
    border-radius: 100%;
}

.pager ul.items.pages-items {
    text-align: center;
    margin: 20px;
}

.pager span.label {
    display: none;
}

.pager li.item strong.page {
    background-color: #383838;
    color: white;
    padding: 13px 20px;
    border-radius: 100%;
}

#mpblog-list-container a {
    text-decoration: none;
    color: #383838;
    font-weight: bold;
}
#mpblog-list-container a:hover {
    color:#929292;
}

.post-short-description p {
    display: block;
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rt-topblocks {
    background-image: url(../../frontend/ATV/OWD/en_US/images/pnk-ylw.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.rt-botblocks {
    background-image: url(../../frontend/ATV/OWD/en_US/images/pnk-ylw2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float:left;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.swing img {
    border: 5px solid #f8f8f8;
    display: block;
}
.swing:after{
    content: '';
    position: absolute;  
    width: 20px; height: 20px;  
    border: 1px solid #999;
    top: -10px; left: 50%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}
/* nail */
.swing:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: -18px;
    left: 51%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
}
 
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}


.rt-top-p {
    color: white;
    background-color: #c00000;
    font-weight: 500;
    padding: 20px;
    font-size: 20px;
}

p.rt-list {
    background-color: #efefefed;
    border: 2px solid #d3d3d387;
    padding: 20px;
    margin: 10px 15px;
    font-size: 18px;
}
p.rt-list3 {
    background-color: #efefefed;
    border: 2px solid #d3d3d387;
    padding: 20px;
    margin: 0px 15px;
    font-size: 18px;
}
span.rt-num {
    padding: 5px 12px 5px 18px;
    background-color: #484848;
    border-radius: 100%;
    font-weight: bold;
    color: #fff;
    font-size: 35px;
    text-align: center;
    margin-right: 10px;
}

#popupTireSize .modal-dialog, div#popupWheelSize .modal-dialog, div#popupPackage .modal-dialog {
    max-width: 1000px;
}
.oeSize h1 {
    font-size: 30px;
}

.sizeListSearch .sizeDiameter {
    font-size: 30px;
      padding: 10px 25px;
}

.sizeListSearch div {
    font-weight: bold;
}
.optionalSize p {
    font-size: 25px;
}
.plusSize a {
    font-size: 20px;
    font-weight: bold;
    color: #f22;
}
.plusSize a:hover {
    color: #000000;
}

.tiresize {
    width: 60%;
    margin: auto;
    text-align: center;
}
span.sze {
    font-weight: 100;
    font-size: 16px;
    padding: 0px 5px;
    color: #555555;
}

.cont-patch{
    margin:60px 0px 20px 0px;
}


.cp-toptxt{
	font-size: 20px;
	background-color: yellow;
	padding: 20px;
	border-radius: 0px 50px 50px 0px;
}
.cp-midtxt{
	font-size: 20px;
	padding: 20px;
}
.cp-bottxt{
	font-size: 20px;
	padding: 20px;
}

.cp-divbottxt{
	margin-left: 15px;
	border-left: 15px solid yellow;
}
.cp-timgs{
	text-align: center;
	margin-bottom: 70px;
}

.cp-timgs-box{
  transform: translate(15%, 10%);
  background: #191919c2;
  box-sizing: border-box;
  overflow: hidden;
  border: 3px solid red;
  color: white;
  padding: 20px 0px;
  width: 300px;
}

.cp-timgs-box:before{
  content: '';
  position:absolute;
  top:0;
  left:-100%;
  width:100%;
  height:100%;
  background: rgba(255,255,255,0.1);
  transition:0.5s;
  pointer-events: none;
}

.cp-timgs-box:hover:before{
  left:-50%;
  transform: skewX(-5deg);
}


.cp-timgs-box .content{
  position:absolute;
  top:15px;
  left:15px;
  right:15px;
  bottom:15px;
  border:1px solid #f0a591;
  padding:20px;
  text-align:center;
  box-shadow: 0 5px 10px rgba(9,0,0,0.5);
  
}

.cp-timgs-box span{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  
}

.cp-timgs-box span:nth-child(1)
{
  transform:rotate(0deg);
}

.cp-timgs-box span:nth-child(2)
{
  transform:rotate(90deg);
}

.cp-timgs-box span:nth-child(3)
{
  transform:rotate(180deg);
}

.cp-timgs-box span:nth-child(4)
{
  transform:rotate(270deg);
}

.cp-timgs-box span:before
{
  content: '';
  position: absolute;
  width:100%;
  height: 5px;
  background:yellow;
  animation: animate 4s linear infinite;
}

@keyframes animate {
  0% {
  transform:scaleX(0);
  transform-origin: left;
  }
  50%
  {
    transform:scaleX(1);
  transform-origin: left;
  }
  50.1%
  {
    transform:scaleX(1);
  transform-origin: right;
    
  }
  
  100%
  {
    transform:scaleX(0);
  transform-origin: right;
    
  }
} 


h5.card-header.treadcardH {

    font-size: 22px;
    text-align: left;
    padding: 20px;
    color: black;
    background-color: #f57272;
}

.card-body.treadcardB img {
    border: 1px solid #b1b1b17d;
    width: 100%;
    margin-bottom: 15px;
}


.card.treadcard {
  --borderWidth: 5px;
  position: relative;
  border-radius: var(--borderWidth);
}
.card.treadcard:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.ttread-top {
    font-size: 18px;
    padding: 15px 10px;
    border-left: 15px solid #f57272;
    margin-bottom: 35px;
}

span.tt-num {
    border: 4px solid white;
    font-size: 45px;
    font-weight: bold;
    right: 3%;
    top: -6%;
    position: absolute;
    background-color: #f57272;
    padding: 9px 17px;
    border-radius: 100%;
    color: white;
}

.tage-top {
	font-size: 18px;
    padding: 30px;
    background-color: #e3e3e387;
    border-left: 15px solid #dcdcdc;
}

.tage-mid {
	font-size: 18px;
    background-color: #fff7e7;
    padding: 30px;
    border-left: 15px solid #f7d695;
}


.typebold{
	font-weight: bold;
  font-size: 25px;
  text-align:  left;
  white-space: nowrap;
  overflow: hidden;
  width: 40em;
animation: type 5s steps(60, end); 
}

@keyframes type{ 
  from { width: 0; } 
} 

.flat-tirex{
	font-size: 18px;
}

.flat-tirex .ftx-top{
	padding: 20px;
	border-bottom: 15px solid lightgreen;	
	border-top: 15px solid lightgreen;

}

h1.ftx-ttl {
    width: 70%;
    margin: 25px 103px;
}

img.ftx-imgx {
    float: center;
}
img.ftx-imgx {
    border-radius: 70px 0px;
}




.lr-toptxt {
    margin-top:20px;
    border-left: 15px solid black;
}

.lr-toptxt p {
    margin-left: 20px;
    font-size:18px;
}

.bxox {
    width: 100%;
    height: auto;
    background-color: black;
    color: #fff;
    padding: 15px 15px 0px 15px;
    position: relative;
    margin: 0px;
    float: left;
}
.bxox.arrow-right:after {
  content: " ";
  position: absolute;
  right: -15px;
  top: 15px;
  border-top: 15px solid transparent;
  border-right: none;
  border-left: 15px solid black;
  border-bottom: 15px solid transparent;
}

h1.lr-ttle {
    padding: 20px;
    text-align: center;
    font-size: 55px;
    margin-bottom: 15px;
}
.bxox.arrow-right {
    margin-top: 30px;
}
.bxox.arrow-left {
    margin-top: 30px;
}

.bxox.arrow-left:after {
  content: " ";
  position: absolute;
  left: -15px;
  top: 15px;
  border-top: 15px solid transparent;
  border-right: 15px solid black;
  border-left: none;
  border-bottom: 15px solid transparent;
}


    /*.added style*/

    h6 {
        font-size: 18px;
    }

    .col-sm-6 p, .col-sm-12 p {
        font-size: 18px;
    }

    .bc-p-txt {
        color: black;
        /* font-weight: bold; */
        font-size: 18px;
    }

    .bc-img-title {
        font-size: 40px;
        font-weight: bold;
    }

    .p-msc {
        margin-left: 50%;
        font-size: 18px;
        color: red;
        font-weight: bold;
    }

    .nmbr_crcle {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        padding: 8px;
        background: #ed1c24;
        border: 2px solid white;
        color: white;
        text-align: center;
        display: inline-block;
        font-weight: bold;
    }

    .hftcbx1, .hftcbx3 {
        background-color:#E94F4F;
        color:white;
        padding:2%;        
    }

    .hftcbx2, .hftcbx4 {
        background-color:#ed1c24;
        color:white;
        padding:2%;
    }

    /*.end style*/


.hex-imgs {
    background-color: beige;
}

.airfil-cont{
	background-color: #b01513;
	color: beige;
	padding: 30px;
}
.airfil-cont p{
	font-size: 19px;
}
img.af-hex {
    padding: 30px 10px;
}

.ca-intakes {
    margin-top: -50px;
    padding: 0px 30px;
}
p.ca-subt {
    font-size: 24px;
    font-weight: 300;
}

.ca-listz-l {
    border-left: 5px solid #b01513;
    padding-left: 10px;
}
.ca-listz-r {
    border-right: 5px solid #b01513;
   padding-right: 10px;
    text-align: right;
}

.bps-top {
    padding: 20px 0px;
}

.bps-topcont h3 {
    width: 60%;
    border-bottom: 10px solid cadetblue;
    margin-bottom: 5px;
}

p.btl-icons-p {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.col-md-3.thr-col {
    background-color: aliceblue;
    border-radius: 30px;
}

.brakep-list {
    background-color: aliceblue;
    padding: 15px;
    border-radius: 20px 0px;
    margin-top: 15px;
}
.brakep-list h5 {
    background-color: #5f9ea070;
    padding: 10px;
    border-radius: 20px 0px 0px 0px;
    color: aliceblue;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.midlist-ttle h1 {
    font-weight: bold;
    text-align: center;
    color: cadetblue;
}
.brakepads p {
    font-size: 18px;
}


.cm-grid {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
}

.cm-grid figure {
  margin: 0.1em;
  width:100%;
  background: #3085a3;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

/* Common style */
.cm-grid figure img {
  position: relative;
  display: inline-block;
  opacity: 0.8;
  height: auto;
}
@media (max-width: 1260px) {
  .cm-grid figure img {
  	height: auto;
  }
}

.cm-grid figure figcaption {
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cm-grid figcaption h2 {
  text-transform: uppercase;
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 1em;
}

.cm-grid figure figcaption::before,
.cm-grid figure figcaption::after {
  pointer-events: none;
}

.cm-grid figure figcaption,
.cm-grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cm-grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
}

.cm-grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  margin: 1em;
}

.cm-grid figure h2 span {
  font-weight: 800;
}

figure.effect-steve {
  z-index: auto;
  background: #000;
}

figure.effect-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
}

figure.effect-steve figcaption {
  z-index: 1;
}

figure.effect-steve img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);

  width: 100%;
}

figure.effect-steve h2,
figure.effect-steve p {
  background: #f1f1f1;
  color: #2d434e;
}

figure.effect-steve h2 {
  position: absolute;
  padding: 0.25em;
  bottom: 50px;
  width: 100%;
}

figure.effect-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-steve:hover:before {
  opacity: 1;
}

figure.effect-steve:hover img {
  -webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
  transform: perspective(1000px) translate3d(0, 0, 21px);
}

figure.effect-steve:hover h2:before {
  opacity: 0;
}

figure.effect-steve:hover p {
  opacity: 1;
}

.cm-grid figure,
figcaption,
img {
  z-index: 0;
}

.cm-grid figure figcaption h2 {
  font-size: 32px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.cm-grid figcaption p {
  font-size: 16px;
  font-weight: 200;
  position: absolute;
  bottom: 0;
  margin: 0;
  height: auto;
}

figure:hover h2 {
  background: #f1f1f1;
  transition: transform 0.35s;
  transform: translateY(-2.5em);
}

h1.slogan {
  text-align: center;
  background-color: #2d434e;
  font-weight: 100;
  margin: 0;
  padding: 20px;
}
.col-md-5.cmblck1  {
    padding-top: 20px
}
.col-md-5.cmblck1 h4 {
    padding-bottom: 20px;
}
.col-md-5.cmblck1 li {
    font-size: 18px;
}
.col-md-5.cmblck1 p {
    font-size: 18px;
}

p.cmb-colorb {
    background-color: #2d434e;
    color: white;
    padding: 10px;
    font-size:18px;
}
.col-md-4.cmblck2 {
    margin-bottom: 50px;
}

.col-md-4.cmblck2 h4 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    border-top: 5px solid #2d434e;
    border-bottom: 5px solid #2d434e;
}

.col-md-8.cmblck3 h4 {
    text-transform: uppercase;
    font-weight: bold;
    width: 80%;
    font-size: 32px;
    padding: 5px 50px 5px 20px;
    color: #2d434e;
    background-color: #f1f1f1;
    border-radius: 0px 40px 40px 0px;
}
.cbmlistx {
    margin-left: 20px;
    padding-top: 15px;
    font-size: 17px;
}
.car-mtop {
    border-left: 15px solid #2d434e;
    margin-top:20px;
}

.car-mtop p {
    padding-left: 10px;
    font-size: 18px;
}




header.rainbowHR  hr{
	display:block;
	padding-bottom: 15px;
	border-top:2px solid #000;
	z-index:-1;
	left: 0px;
	width:100%;
	margin:0;
}
header.rainbowHR  hr#thread1{
	top: 0.8em;
	-webkit-animation: thread2 10s infinite;
  	-moz-animation:    thread2 10s infinite;
  	-o-animation:      thread2 10s infinite;
  	animation:         thread2 10s infinite;	
}
header.rainbowHR hr#thread2{
	top:1.8em;
	/*right:15px;*/
	-webkit-animation: thread2 8s infinite;
  	-moz-animation:    thread2 8s infinite;
  	-o-animation:      thread2 8s infinite;
  	animation:         thread2 8s infinite;	
}
header.rainbowHR hr#thread3{
	top:2.8em;
/* 	right:15px; */
	border-color:#ffc90e;
	-webkit-animation: thread2 6s infinite;
  	-moz-animation:    thread2 6s infinite;
  	-o-animation:      thread2 6s infinite;
  	animation:         thread2 6s infinite;	
}
header.rainbowHR hr#thread4{
	top:3.8em;
	border-color:#ff8c2af0;
	-webkit-animation: thread2 12s infinite;
  	-moz-animation:    thread2 12s infinite;
  	-o-animation:      thread2 12s infinite;
  	animation:         thread2 12s infinite;	
}
header.rainbowHR hr#thread5{
	top:4.8em;
	border-color:#ff0505;
	-webkit-animation: thread2 16s infinite;
  	-moz-animation:    thread2 16s infinite;
  	-o-animation:      thread2 16s infinite;
  	animation:         thread2 16s infinite;	
}
header.rainbowHR hr#thread6{
	top:5.8em;
	-webkit-animation: thread2 6s infinite;
  	-moz-animation:    thread2 6s infinite;
  	-o-animation:      thread2 6s infinite;
  	animation:         thread2 6s infinite;	
}
@media (min-width: 768px) {
	header.rainbowHR{
		font-size:18px;
	}
	
  header.rainbowHR  hr {
    
	border-width:3px;
  }


}

@-webkit-keyframes thread2 {
	  0%   { width: 100%; }
	  50% { width: 100%; }
	  80% { width: 0px;}
	  100%{ width:100%;}
	}
	@-moz-keyframes thread2 {
	  0%   { width: 100%; }
	  50% { width: 100%; }
	  80% { width: 0px;}
	  100%{ width:100%;}
	}
	@-o-keyframes thread2 {
	  0%   { width: 100%; }
	  50% { width: 100%; }
	  80% { width: 0px;}
	  100%{ width:100%;}
	}
	@keyframes thread2 {
	  0%   { width: 100%; }
	  50% { width: 100%; }
	  80% { width: 0px;}
	  100%{ width:100%;}
}

img.tpms-light {
    border-radius: 100%;
    width: 85%;
    text-align: center;
    margin-left: 50px;
}

.tpms-rebuild p {
    font-size: 18px;
}





div#homeSearchVehicle .searchmenuWheelstires-content ul.list-group li a {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    font-size: 18px;
}

div#homeSearchVehicle .searchmenuWheelstires-content ul.list-group li a {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#homeSearchVehicle .searchmenuWheelstires-content ul.list-group li a:hover {
    color:white;
}

div#homeSearchVehicle .searchmenuWheelstires-content input {
    outline: none;
    border: 1px solid #dedede;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    padding: 6px 12px;
    margin-bottom:5px;
}

div#homeSearchVehicle ul.list-group li a {
    display: block;
    padding: 10px;
    border: 1px solid #000000;
    background: white;
    font-weight: bold;
    transition: all .3s;
    border-radius: 0px;
}
div#homeSearchVehicle ul.list-group li a:hover {
    border: 1px solid #000000;
    background: #1C418C;
    color:white;
    transition: all .3s;
}


div#customSearchVechile2 {
    padding: 0px;
    border: none;
}


div#customSearchVechile2 h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 3px solid #dedede;
    padding: 20px 20px 15px 20px;
}



div#customSearchVechile2>ul {
    margin: 0 0 20px;
    padding: 10px 10px 10px 53px;
}

div#customSearchVechile>ul#listtypes, div#customSearchSize>ul#listtypes, div#customSearchBrands>ul#listtypes{padding: 10px 10px 10px 53px!important;}

div#homeSearchVehicle .searchmenuWheelstires-content {
    padding: 0px;
}



div#custom-search-year2 {
    padding: 0px 50px 30px;
}
div#custom-search-make2{
    padding: 0px 50px 30px;
}
div#custom-search-model2{
    padding: 0px 50px 30px;
}
div#custom-search-option2{
    padding: 0px 50px 30px;
}
div#custom-search-size2{
    padding: 0px 50px 30px;
}
div#custom-search-zip2{
    padding: 0px 50px 30px;
}

div#custom-search-size-type {
    padding: 0px 50px 25px;
}




div#customSearchSize {
     padding: 0px; 
     border:none; 
}
div#customSearchSize>ul>li>a {
    color: #989898;
    text-decoration: none;
    pointer-events: none;
    font-size: 20px;
    margin-top: 44px;
    position: absolute;
    margin-bottom: 50px;
    padding: 15px 10px 10px 35px;
}

div#homeSearchSize .homeSearchSize-content {
    padding: 0px;
}
div#homeSearchSize ul.list-group li a {
    display: block;
    padding: 10px;
    border: 1px solid #000000;
    background: white;
    font-weight: bold;
    transition: all .3s;
    border-radius: 100px;
}
div#homeSearchSize ul.list-group li a:hover {
    border: 1px solid #000000;
    background: #1C418C;
    color:white;
    transition: all .3s;
}

div#homeSearchSize .homeSearchSize-content ul.list-group li a {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    font-size: 18px;
    list-style: none;
    margin: 50px 0px 10px;
}
div#homeSearchSize .homeSearchSize-content ul.list-group li a:hover {
   color:white;
}

div#customSearchSize h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 20px 20px 15px 20px;
    position: absolute;
}

div#customSearchSize>ul {
    margin: 0px 0 20px;
    padding: 0;
    padding-bottom: 35px;
}
div#customSearchSize>ul#listtypes {
    border-bottom: 2px solid #dedede;
}
div#customSearchBrands {
      padding: 0px; 
     border:none; 
}



div#customSearchBrands h1 {
   font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #dedede;
    padding: 20px 20px 15px 20px;
}

div#homeSearchBrands .homeSearchBrands-content {
    padding: 0px;
}


div#customSearchBrands>ul {
    margin: 0 0 20px;
    padding: 10px 10px 10px 35px;
}


div#homeSearchBrands .homeSearchBrands-content ul.list-group li a {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    font-size: 1em;
    list-style: none;
}
div#homeSearchBrands ul.list-group li a {
    display: block;
    padding: 10px;
    border: 1px solid #000000;
    background: white;
    font-weight: bold;
    transition: all .3s;
}

div#homeSearchBrands ul.list-group li a:hover {
    border: 1px solid #000000;
    background: #F51C2F;
    color:white;
    transition: all .3s;
}

div#homeSearchBrands .homeSearchBrands-content ul.list-group li {
    list-style: none;
    margin: 5px 0;
}

div#custom-search-brand-type {
    margin: 0px 50px 30px;
}
div#customSearchVechile {
     padding:0px;
     border: none;
}
div#customSearchVechile h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #dedede;
    padding: 20px 20px 15px 20px;
}
div#customSearchVechile>ul {
    margin: 0 0 20px;
    padding: 10px 10px 10px 53px;
    
}
div#searchMenuWT .searchmenuWheelstires-content input {
    outline: none;
    border: 1px solid #dedede;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    padding: 6px 12px;
    margin-bottom: 5px;
}

div#custom-search-year {
    padding: 0px 50px 30px;
}
div#custom-search-make {
    padding: 0px 50px 30px;
}

div#custom-search-model{
    padding: 0px 50px 30px;
}
div#custom-search-option {
    padding: 0px 50px 30px;
}
div#custom-search-size {
    padding: 0px 50px 30px;
}

div#custom-search-zip{
    padding: 0px 50px 30px;
}
div#searchMenuWT .searchmenuWheelstires-content {
    padding: 0px;
}
div#searchMenuWT .searchmenuWheelstires-content ul.list-group li a {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    font-size: 18px;
    min-height: 46px;
}
div#searchMenuWT .searchmenuWheelstires-content ul.list-group li a:hover {
   color:white;
}

div#searchMenuWT ul.list-group li a {
    border: 1px solid #000000;
    background: white;
    font-weight: bold;
    transition: all .3s;
    border-radius: 100px;
}
div#searchMenuWT ul.list-group li a:hover {
    border: 1px solid #000000;
    background: #1C418C;
    color:white;
    transition: all .3s;
}



div#custom-search-brand-tire {
    padding: 0px 50px 30px;
}

div#custom-search-size-tireSection {
    padding: 0px 50px 30px;
}
div#custom-search-brand-wheels {
    padding: 0px 50px 30px;
}

div#customSearchSize>ul>li>a {
    color: #989898;
    text-decoration: none;
    pointer-events: none;
    font-size: 20px;
    margin-top: 44px;
     position: relative;
     margin-bottom:0px; 
     padding: 0;
     position: inherit;
    margin-top: 0;
}

div#customSearchSize>ul#listtypes {
    padding: 20px 10px 10px 35px;
    border-top: 2px solid #dedede;
    margin-top: 15px;
}
div#customSearchSize>ul#listtypes {
    border-bottom: none;
}


div#customSearchSize h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 55px 20px 15px 30px;
    position: relative;
}
div#homeSearchSize .homeSearchSize-content ul.list-group li a {
    display: block;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
    font-size: 18px;
    list-style: none;
    margin: 0px 0px 10px;
}
div#customSearchSize {
    margin-top: 0;
    padding: 0px;
    border: none;
}

div#custom-search-size-tireAspect {
    padding: 0px 50px 30px;
}
div#custom-search-size-tireDiameter {
    padding: 0px 50px 30px;
}
div#homeSearchSizeZip {
    padding: 0px 50px 30px;
}
div#custom-search-size-wheelDiameter {
    padding: 0px 50px 30px;
}

div#custom-search-size-wheelWidth {
    padding: 0px 50px 30px;
}
div#homeSearchBrandZip {
    padding: 0px 50px 30px;
}



h2.numfooter:hover {
    color: #ed1c24;
    text-decoration: none !important;
}
a.numfooter:hover {
    text-decoration: none !important;
}

.h-title h1 {
    vertical-align: middle;
    font-size: 42px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    max-width: 405px;
    background: #fff;
    z-index: 11;
    position: relative;
    max-width: initial;
    display: block;
    padding-right: 0;
    text-align: center;
}

.testimonial.slider {
position: relative;
    z-index: 100;
    }

.testimonial.slick-slide {
margin: 0px;
    }

.testimonial.slick-slide img {
width: 100%;
    }

.slick-prev:before,
.slick-next:before {
   color: #333;
}
    
.slider.testii:before {
    background-color: #e7e7e7;
}

.quote-container {
    color: #666666;
    font-size: 36px;
    position: relative;
    display: flex;
}

.quote-container:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.quote-container .portrait {
    width: 20%;
    padding: 0 40px;
}

.quote-container .portrait img {
    display: block;
    height: auto;
    border-radius: 100%;
}

.quote-container .quote {
    position: relative;
    z-index: 600;
    margin: 0;
    font-size: 20px;
    font-style: italic;
    line-height: 1.4 !important;
    font-family: Calibri;
    color: #333;
    margin-left: auto;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote-container .quote p {
  position: relative;
  margin-bottom: 35px;
  font-size: 24px;
}
.quote-container .quote p:first-child:before {
  content: '\201C';
  color: rgba(122, 122, 122, 0.44);
  font-size: 7.5em;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  top: -.4em;
  left: -.2em;
  text-shadow: none;
  z-index: -10;
}
.quote-container .quote cite {
  display: block;
  font-size: 14px;
}
.quote-container .quote cite span {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dragging .quote-container {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.octogon {
  -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
  clip-path: url(../../frontend/ATV/OWD/en_US/css/#octogon);
  height: 150px;
  width: 150px;
  border-radius: 100%;
  margin-left: 20px;
  left:3%;
    }
.slider .testii{
    background-color:#e7e7e7; 
    width: 100%; 
    padding: 60px;
    color: gray;
    position:relative;
}
    



section.ktsec {
  width: 80%;
  margin: 0 auto;
  line-height: 0;
  position: relative;
}

section.ktsec img {
  width: 100%;
}

section.ktsec article {
  position: absolute;
  top: 0;
  width: 100%;
  background: white;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  mix-blend-mode: lighten;
}

section.ktsec div {
  background: black;
  height: 22vw;
}

section.ktsec div:nth-of-type(2) {
  grid-column: 2 / 4;
}

p.kyt-p {
    font-size: 24px;
}
p.kyt-p span {
    font-size: 100px;
    padding-right:7px;
    font-weight: bold;
    color: red;
    line-height: .5;
    margin-top: 50px;
}




.kyt-txt{
  display: inline-block;
  width: 100%;
    perspective: 1000px;
  color: black;
  word-spacing: 5px;
}
.kyt-txt span{
    font-family: 'Open Sans', sans-serif;
 
    font-weight: 300;
    font-size: 30px;
  color: black;
    display: inline-block;
    transform-origin: center center;
}
.animate{
    -webkit-animation-name: animate;
    animation-name: kyt-animate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-timing-function: ease;
}
@-webkit-keyframes kyt-animate {

}
@keyframes kyt-animate {
    0% {transform: scale(1);}
    30% {transform: scale(1.2) rotateX(-30deg) rotateY(-60deg) rotateZ(-20deg) translateY(-10px) translateX(-10px); opacity: 0.6;}
    100% {transform: scale(1);}
}




    .afblogss-main {
        color:#000000;
        background-color: #CCCCFF;
        padding: 20px;
        text-indent: 50px;
        text-align: justify;
        border-radius: 20px;
    }

    p.af-ztxtx {
    font-size: 18px;
}

  

    .li-notettl{
        font-size: 20px;
        font-weight: bold;
        padding-top: 20px;
        text-align: center;
    }

    .li-notetxt{
        text-align: justify;
        font-size: 30px;
    }

    .blogs-airfil{
        margin: 5px 0px 50px;
    }

    .blogs-content-x .blogs-airfil{
        margin: 0px;
    }
    .blogs-bot-txt{
        font-size: 20px;
        color: #000000;
        text-indent: 50px;
        text-align: justify;
    }

    .aftrans-img:hover {
        transform: scale(1.5);
    }

    #mpblog-list-container a {
        text-decoration: none;
    }

    p.af-main-desc {
    padding: 10px 5px 12px;
    border-top: 10px solid #f9eb72;
    border-bottom: 10px solid #f9eb72;
    margin-bottom: 30px;
    font-size: 18px;
}

hr.hr-2 {
     border: 0;
    border-bottom: 2px dashed #ff040452;
    padding: 0;
    margin: 50px 0px;
    width: 100%;
}
p.af-txtxt {
    font-size: 20px;
    margin-bottom: 20px;
}

p.af-bot {
    padding: 10px 5px 15px;
    border-top: 10px solid #fe9a81;
    border-bottom: 10px solid #fe9a81;
    margin: 60px 0px 30px;
    font-size: 18px;
}


.noReviewFound img {
    max-width: 140px;
    width: 100%;
    margin: auto;
    display: inline-block;
    padding-right: 30px;
}


.utpms-polaroid {
  background: #fcfcfc;
  box-shadow: 0 0 10px #101010;
  width: 100%;
  height: 520px;
  margin: 50px auto;
  position: relative;
}

.utpms-polaroid:before, .utpms-polaroid:after {
 width: 120px;
  height: 50px;
  display: block;
  content: "";
  background: hsla(40, 100%, 80%, 0.79);
  position: absolute;  
}

.utpms-polaroid:before {
  left: -35px;
  top: -5px;
  transform: rotate(-45deg);
}

.utpms-polaroid:after {
  right: -35px;
  top: -5px;
  transform: rotate(45deg);
}

.utpms-polaroid picture {
  position: absolute;
  top: 1em;
  left: 1em;
  right: 1em;
  bottom: 3em;
  overflow: hidden;
}

.utpms-polaroid img {
  display: block;
  max-width: 100%;
  height: auto;
}

.utpms-polaroid figcaption {
  font-family: 'Gloria Hallelujah', cursive;
  font-size: 1.6em;
  line-height: 1.3em;
  text-align: center;
  height: 3em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.utpms-txxt {
    margin-top: 50px;
    font-size: 18px;
}
#circle-shape-example { 
  font-family: Open Sans, sans-serif; 
  margin: 2rem; 
}
#circle-shape-example p { 
  line-height: 1.8; 
}
#circle-shape-example .curve { 
  width: 33%; height: auto;
  min-width: 150px;
  float: left;
  margin-right:2rem; 
  border-radius: 50%;
  -webkit-shape-outside:circle();
  shape-outside:circle();
}

.dau-ONE {
    padding: 25px;
}
.dau-TWO {
    padding: 25px;
}
.dau-THREE {
    padding: 25px;
}
.dau-FOUR {
    padding: 25px;
    
}

hr.style5-o {
	border-top: 3px dashed #ff9630;
	width: 95%;
}
.diffT-atv-utv p {
    font-size: 18px;
}

.bm-categories > h3 {
    color: #F51C2F;
    text-transform: uppercase;
    text-align: left!important;
    font-size: 37px;
    font-weight:800;
    margin-top: 55px;
}

.bml-inner > h4 {
    font-size: 24px;
    font-weight: bold;
}

.bml-inner ul li a {
    text-decoration: none;
    font-size: 16px;
}
.card.bml-bx {
    border: none;
}


.wheelPageArticleContent p {
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wheelPageArticleContent p.ra-tp-cntnt{
     display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.lifts-ramps h4 {
    font-weight: bold;
}

.lifts-ramps p {
    font-size:18px;
}

    .chooseperfect-atv-p{
        font-size: 18px;
    }
    .larawan{
        width:100%;
        float: right;
        border-radius: 10px;
     
        
    }
    .anino {
    border: 5px solid lightskyblue;
}

  .numnald{
        font-size: 50px;
        color:skyblue;
        font-style: oblique;
        font-weight: bolder;
    
  }
  .p-topmidend {
	font-size: 18px;
    padding: 30px;
    background-color: #e3e3e387;
    border-left: 15px solid #dcdcdc;
}
.f4-card{
	font-size: 18px;
    background-color: #fff7e7;
    padding: 30px;
    border-left: 15px solid #f7d695;
}

/* p.li-bold-x {*/
/*    position: absolute;*/
/*    padding-left: 36px;*/
/*    padding-top: 0;*/
/*}*/
 /*[data-toggle="collapse"]:after {
    margin-top: 1px;
    display: inline-block;
    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;
    content: "\f054";
    transform: rotate(90deg);
    color:lightskyblue;
    position: relative;
    z-index: 2;
    }*/
.btn.btn-link.collapsed[data-toggle="collapse"]:after{color:slategray; transform: rotate(0deg);}
.btn.btn-link[data-toggle="collapse"]:after{transform: rotate(90deg);}
    
.The-Perfect-ATV-Tires-blog p{	font-size: 18px; }
div#accordionQuestion .card {   margin-bottom: 0px;}
.mt-3 span {  font-size: 18px;}


.lRange-lIndex p{
  font-size: 18px;
}

.lrli-c3 {
  color: white;
  background-color: black;
  padding:10px 10px 0px 10px;
  border-radius:0px 20px;
} 
.lrli-mid-cont {
  padding: 50px 0px 50px;
  margin:auto;
  text-align: center;
}

.lrli-mid-cont .lrli-smpl{
  border-bottom: 5px dotted red;
  padding: 0px 15px;
  width: 23%;
  margin-bottom: 10px;
  text-align: center;
}
.lrli-mid-cont .lrli-smpl-p{
  text-align: left;
}
.lrli-tbl1{
  text-align: center;
  margin: auto;
  margin-left: 60px;
  margin-bottom: 100px;
}
h2.lrli-tblh2 {
    padding: 8px;
    text-transform: uppercase;
    margin: 0px;
    color: red;
}
.lrli-tbl1 p{
  text-align: left;
}
.lrli-tbl2{
  text-align: center;
  margin: auto;
  margin-left: 60px;
}

.lrli-tbl2 p{
  text-align:center;
}

.lrli-tbl3{
  text-align: center;
  margin: auto;
  margin:100px 0px 30px 50px;
}
.lrli-tbl3 p{
  text-align:center;
}

 .carousel .slide .xsd{
    margin-top: 3rem; 
    float: left; 
    max-width: 30rem;
     max-height: 50rem
  }

.bigG-atv {
    font-size: 225px;
    float: left;
    line-height: .8;
    margin-right: 10px;
    padding-bottom: 5px;
    color: #8e9290;
    font-family: fantasy;
}

.atv-utv-plain{
  margin-top: 50px;
}
.auplain-card{
  width: 40rem; 
  height: auto; 
  padding-bottom: 2.2rem;
 background-color: #d2f1e2;
 margin-left: -1.5rem;
 padding: 5px 10px;
 border-style: double;
}
.auplain-card2{
 background-color: #d2f1e2;
 width: auto; height: auto; 
 margin-top: 0.5rem; 
 margin-left: 1rem;
}

div#carouselatvv img {
    height: auto;
    width: 100%;
}
.auplain-card {
    width: 100%;
    height: 25.8rem;
    padding-bottom: 2.2rem;
    background-color: #d2f1e2;
    border-style: double;
}
.card.border-secondary.mb-3.auplain-card p {
    margin: 25px 0px;
    font-size: 22px;
}
.auplain-card2 p {
    font-size: 22px;
}

h4.pamagat {
 color: red;
 font-weight: bold;
 font-size: 24px;
 text-transform: uppercase;
}
.speedacc p{
 font-size: 18px;
 text-align: justify;
}
.bord {
  text-align: justify;
  padding: 10px 0px 0px ;
  border-top: 5px solid rgb(52, 58, 64);
  border-bottom: 5px solid rgb(52, 58, 64);
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 20px;
  
}
.topbords {
    border-left: 10px dashed rgba(255,0,0,0.96);
    padding: 15px 30px;
}

.hr-speed {
    border-top: 3px solid #343a40;
    margin: 40px 0px;
    border-style: dashed;

}
.side-d{
    padding: 30px;
}

.litrato:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite; 
}
.litrato{
  float: right;
  padding: 25px;
  width: 50%;

}
  
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

p.speed-list-ttl {
    font-size: 48px;
    line-height: 1;
    margin-top: 45px;
}


h3.noprodfnd {
    text-transform: uppercase;
    padding: 25px;
    font-size: 30px;
}


/*-------GBB-------*/
.gbb-box {
    border: 1px solid #eaeaea;
    padding: 20px;
    height: 100%;
}

h4.gbb-good, h4.gbb-better, h4.gbb-best { font-weight: bold; margin: 0px; line-height: 1; color:black; position: relative; z-index: 1; margin-bottom: 20px;}
h4.gbb-good span {  color: #5681d7; }
h4.gbb-better span {  color: #f8d90a;}
h4.gbb-best span {  color: #f51c2f;}

.gbb-box img.gbbimg {
    padding: 8px 20px;
}
img.gbb-brand.w-50 {max-width: 100px; position: relative; z-index: 1;}

.gbb-price p {
    font-weight: bold;
    width: 65px;
    display: inline-block;
    margin-left: 5px;
    font-size: 15px;
    line-height: 1.3;
}
.gbb-price h1 {
    display: inline-block;
    font-weight: bold;
    color: #ed1c24;
    font-size: 36px;
    margin: 0;
}
.gbb-price h1 span {
    color: #000;
    font-size: 14px;
}
p.gbbsize {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
}
button.gbb-addtocart.mb-2.btn.btn-danger.btn-block.mt-4 {
    font-size: 20px;
    font-weight: bold;
    background: #F51C2F;
    display: block;
    width: 100%;
    padding: 10px 10px 8px;
    margin: 0px !important;
    color: #fff!important;
    line-height: 1.1;
    text-decoration: none!important;
    text-align: center;
    border-radius:0px;
}
button.gbb-addtocart.mb-2.btn.btn-danger.btn-block.mt-4:hover {    background-color: black;}
p.gbb-size {    margin-bottom: 5px;    font-size: 18px; }

.gbb-box a:hover {    text-decoration: none; }

.gbb-img:hover img {
    transform: scale(1.1);
    transition: all .3s;
}

/*-------RESULT PAGE-------*/

p.trr-priceLabel i {
    color: blue;
}
p.trr-priceLabel {
    display: block;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1;
}

h2.trr-pricenorm {
    position: relative;
    font-weight: bold;
    margin-bottom: 0px;
    display: inline-block;
    color: #7c7c7c;
    font-size: 1.6rem;
}
h2.trr-pricenorm:after {
    content: "";
    background-color: #5c5c5c;
    position: absolute;
    width: 100%;
    top: 15px;
    bottom: 0;
    margin: 0;
    height: 3px;
    left: 0;
    display: block;
}
h2.trr-pricenorm-slash {
    font-weight: bold;
    color: #ed1c24;
    margin-bottom: 0px;
    font-size: 1.6rem;
}
h2.trr-pricerebate {
    font-weight: bold;
    color:#ed1c24;
    margin-bottom: 0px;
    font-size: 1.6rem;
}
.search-tires-searchresult .margb-10.price-left:after {
    content: "";
    background-color: #b7b7b7;
    position: absolute;
    width: 1px;
    height: 30px;
    top: 6px;
    right: 0%;
    display: block;
}
.affirm-computation small {
    color: #f51c2f;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}
.road-hazzz .col-md-12 {
    padding: 0px;
    margin-top: 10px;
}
.road-hazzz .col-md-12 a {
    text-align: center;
    margin: auto;
}
.road-hazzz .col-md-12 a img {
    max-width: 220px;
    width: 100%;
}



.trrir-addtocartred {
    border: 2px solid #042e8d;
    clear: both;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    display:block;
    border-radius: 0;
    margin: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    width: 100%;
    background-color:white;
    position:relative;
}

.trrir-addtocartred:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.45);
}


.trrir-addtocartred > span,.btn-wicon > i {
  float:left;
  padding:8px;
  -webkit-transition:all .5s;
  -moz-transition:all .5s;
  transition:all .5s;
}

.trrir-addtocartred > span {
    text-align: right;
    padding: 8px 34px 7px 34px;
    white-space: nowrap;
}

.trrir-addtocartred:hover span {
    background-color: #042e8d;
    color: white;
}

.btn-wicon > i {
     position: absolute; 
    width: 65px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #042e8d;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.btn-wicon > span {
  border-radius:0;
}

.btn-atc > span {
    font-size: 18px;
    color: #f51c2f;
    background: #ffffff;
    display: block;
    width: 100%;
    padding: 8px 15px 8px 80px;
    text-align: center;
}

/*Road Hazard*/
.roadHP {
    text-align: center;
    margin: auto;
}
.roadHP h5 {
    font-size: 18px;
    font-weight: bolder;
    margin: 0px;
}
.roadHP img {
    width: 35px;
    display: inline-block;
}
.roadHP p {
    display: inline-block;
    font-size: 14px;
    padding-left: 7px;
}

.rate-review a {
    display: none;
}

.avail-promo {
    border-top: 1px solid #e1dfdf;
    margin-top: 15px;
    padding-top: 15px;
    margin-bottom: 10px;
}
.avail-promo p {
    font-size: 16px;
    margin-bottom: 5px;
}
p.apppromo {
    font-size: 14px;
    font-weight: bold;
}
.avail-promo i {
    color: #06b106 !important;
    font-size: 14px;
    padding-right: 5px;
}

/*------STAGGERED------*/

.margb-10.qtyResult {
    display: inline-flex;
    margin: 15px 0px 20px;
}

ul.trr-sls li p {
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    color: #76777b;
    line-height: 1;
}
button.btn.trrir-btnlowerPrice.stag {
    text-align: right !important;
    position: relative;
    width: 100%;
    padding: 0px;
    margin-top: 18px;
}
.lp-stagD h6 {
    color: rgb(118, 119, 123);
    margin: 0;
    margin-top: 10px;
    font-weight: bold;
}
a.prod-img-trr.text-center.pckg {
    margin: 13px 0px;
}

/*-------PACKAGE-------*/

strong#lpModelpckg, strong#lpModel1pckg {
    font-size: 24px;
    line-height: 1;
}
p#lpSizepckg, p#lpSize1pckg {
    font-size: 18px;
    font-weight: bold;
}
p#lpPartpckg, p#lpPart1pckg {
    font-size: 18px;
    line-height: 1;
}

h3#lpPricepckg, h3#lpPrice1pckg {
    font-size: 38px;
    color: #f51c2f;
}


 /*---- tooltip ----*/



.tooltipsX {
    position: relative;
    display: block;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1;
    color: black;
}
a.tooltipsX:hover {
    text-decoration: none;
}
a.tooltipsX i {
    color: blue;
}
a.tooltipsX span {
    position: absolute;
    width: 266px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    height: auto;
    line-height: 1;
    text-align: left;
    visibility: hidden;
    
}
a.tooltipsX span:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 94%;
    margin-left: -12px;
    width: 0; height: 0;
    border-top: 10px solid #C9C9C9;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
a.tooltipsX span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 94%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid #FFFFFF;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.tooltipsX span {
    visibility: visible;
    opacity: 1;
    bottom: 26px;
    right: -8%;
    z-index: 999;
    padding:10px 5px 10px 5px;;
}


/*redemtion form*/

.redempform {
    border: 1px solid #e7e3e3;
    padding: 0px 40px 20px;
    border-radius: 10px;
    margin-bottom:60px;
}
.redempform label {
	font-size: 18px;
}
.rf-contact, .rf-promotions, .rf-orderinfo {
	margin-bottom: 20px 0px;
}
h5.rf-formtitle {
	width: 100%;
	padding-left: 30px;
	border-bottom: 2px solid darkgray;
	line-height: 0;
	margin: 50px 0 40px;
	color: #f92f37b0;
	text-transform: uppercase;
}
h5.rf-formtitle span {
	background: #fff;
	padding: 0 10px;
	font-size: 24px;
}
.rf-promotions label span {
	display: block;
	font-size: 12px;
	color: gray;
	line-height: 0.7;
	margin-bottom: 20px;
}
button.btn.rf-Submit {
    padding: 5px 50px;
    font-size: 18px;
    background: red;
    color: white;
    font-weight: bold;
}

button.btn.rf-Submit:hover {
    background:black;
}

.resultCatchMessage i {
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 5px 0;
    background: #333;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    display: inline-block;
}
.resultCatchMessage i.fa.fa-credit-card-alt {
    background: #e3ab7a;
}
.resultCatchMessage p {
    font-style: italic;
    font-size: 12px;
    color: #333;
    margin-bottom: 5px;
    position: relative;
    padding-left: 30px;
    padding-top: 4px;
    display: inline-block;
    font-weight: 700;
}
.resultCatchMessage p:last-child {
    margin-bottom: 0;
}
.resultCatchMessage .catchMessageSave:before {
    content: "\f295";
    background: #31bfb2;
}
.resultCatchMessage .catchMessageDel:before {
    content: "\f0d1";
    background: #3184bf;
}
.resultCatchMessage .catachMessageFin:before {
    content: "\f200";
    background: #bf3131;
}
.resultCatchMessage p:before {
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px 0;
    background: #333;
    border-radius: 100%;
    color: #fff;
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
}


.contact-index-index 
 iframe {
    width: 100%;
}

.form.contact legend.legend {
    font-size: 36px;
    font-weight: 500;
}

.form.contact br {
    display: none;
}

/* .contact-index-index .control .input-text {
    padding: 5px;
    width: 100%;
    margin: 0 0 0 auto;
    font-size: 14px;
    color: #333;
    border: 1px solid rgb(109, 108, 108);
    font-weight: 700;
} */

.contact-index-index .control {
    margin-bottom: 5px;
}

.contact-index-index .field label {
    margin: 0;
}

div#subject-error {}

.contact-index-index .mage-error {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    /* display: none; */
}

.contact-index-index .form.contact .actions-toolbar {
    margin: 10px 0 40px;
}

.pkCont {
    position: relative;
    margin-bottom: 15px;
}

.pkCont p {
    position: absolute;
    z-index: 1;
    background: #ffe73e;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 15px;
    /* top: 10px; */
    /* left: 10px; */
    font-weight: 600;
}

.sizeListSearch {
    min-width: 245px;
    margin-bottom: 5px;
}

.helpcenter-index-index .contact-form23 .control input, .helpcenter-index-index .contact-form23 .control textarea, .helpcenter-index-index .contact-form23 .control select {
    padding: 8px;
    width: 100%;
    margin: 0 0 0 auto;
    font-size: 14px;
    color: #333;
    border: 1px solid #cdd3cdbb !important;
    font-weight: 700;
    border-radius: 9px;
}

.helpcenter-index-index .contact-form23 .control {
    margin-bottom: 10px;
}

.helpcenter-index-index .contact-form23 div.mage-error {
    font-size: 13px;
    margin-left: 3px;
    font-weight: 500;
    margin-top: 3px;
}

.helpcenter-index-index .contact-form23 label.label {
    margin: 0 4px 2px;
    font-weight: 700;
}

.helpcenter-index-index .contact-form23 button.action.submit.primary {
    border-radius: 50px;
    cursor: pointer;
}

.helpcenter-index-index .contact-form23 .actions-toolbar {
    margin-top: 10px;
}

.ec-page-icons h2 {
    text-align: center;
}

.ec-page-icons h2 a {
    color: #d90114;
    font-weight: 600;
    font-size: 28px;
}

td.success-field-value {
    text-transform: capitalize;
}



td.success-field-value {
    text-transform: capitalize;
}

.parts-select-vehicles {margin-top: 10px;}

.parts-select-vehicles a, .pl-r-top form .parts-select-vehicles a {
    font-size: 18px;
    background: #f51c2f;
    display: block;
    width: 100%;
    padding: 8px 15px;
    text-align: center;color: #fff;text-transform: uppercase;border: 2px solid;border-radius: 10px;font-weight: bold;text-decoration: none;-webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.pl-r-top form .parts-select-vehicles a{border: 2px solid #f51c2f; padding: 10px 15px;}

.parts-select-vehicles a:hover, .pl-r-top form .parts-select-vehicles a:hover {background: #f5f5f5;color: #f51c2f;}

ul.olt-sub-menu {padding: 0;position: absolute;top: 50px;width: 150px;text-align: left;background: #464646;padding: 5px 0;display: none;}

.bottom-left li, .res-nav > ul > li{position: relative;}

.bottom-left li .olt-sub-menu a, .res-nav > ul > li .olt-sub-menu a{padding: 0;width: 100%;display: block;text-align: left;color: #fff;font-size: 18px;padding: 3px 10px;}

.bottom-left li ul.olt-sub-menu li, .res-nav > ul > li .olt-sub-menu a {width: 100%;}

.bottom-left li a:hover ~ ul.olt-sub-menu, .bottom-left li a:focus ~ ul.olt-sub-menu, .res-nav > ul > li a:hover ~ ul.olt-sub-menu, .res-nav > ul > li a:focus ~ ul.olt-sub-menu {display: block;}

ul.olt-sub-menu:hover {display: block;}

.pl-r-top form a.addCartNSaveTires:before, a.addCartNSaveTires:before {
    content: "";
    position: absolute;
    left: 0;
    padding: 10px;
    margin: auto;
    top: 0;
    background: #2982c6;
    border-radius: 2px 0 0 2px;
    color: #fff;
    font-size: 24px;
    height: 100%;
    width: 55px;
    background-image: url(../../frontend/ATV/OWD/en_US/images/addtocart-save-tire.png);
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 1024px) {
    .form-sea .fsbv ul li {  width: 24.5%; }
    .form-sea input[type="submit"] { width: 52%;}
    .form-sea div#Shopbysize .fsbv ul li { width: 33%; }
    
    .form-sea input[type="submit"] { width: 480px; background: #d40000 url(); padding-left:1px;}
    
    
    
   
    .bottom-left li a { padding: 15px 10px;}
    .bottomBot { margin: 60px 0 0;padding-bottom: 80px;}
    
    
}

@media screen and (max-width: 991px) {
    .form-sea input[type="submit"] {   width: 100%;}
    .form-sea div#Shopbysize .fsbv ul li {width: 32.8%; margin-bottom: -15px;}
    .blogHomeBotList { margin: 10px 0;}
    
}

@media screen and (max-width: 900px) {
    .select2-container--default .select2-selection--single .select2-selection__rendered { font-size: 15px;}
    .form-sea .fsbv ul li {  width:24.55%; }
    .form-sea input[type="submit"] { width:70%; }
    
    .most-pol {  margin: 1px;}
    .bottom-brand a { padding: 5px;}
    
    
    .navbar-brand img{ width:200px;}
    
    .hamburger.hamburger--3dx-r {display: block;position: absolute;right: 0;margin-top: -50px;}
    .list-unstyled.bugrx {display: none;width: 300px;position: absolute;z-index: 9;background: #fff;top: 15px;
		border: 2px solid #979797;border-right: 5px solid #f0553c;right: -15px;}
    .list-unstyled.bugrx li {display: block;border: 0;line-height: 2;}
	.list-unstyled.bugrx {font-size: 16px;}

}

@media screen and (max-width: 767px) {
    
    .searchby-slider li a { width: 100%; }
    .form-sea .fsbv ul li {  width:24.35%; }
    span.select2-selection { width: 100%; padding: 8px 0px; height: 42px!important;}
    .form-sea input[type="submit"] {width: 100%;}
    .productListBottomCenter .col-sm-3 { flex:  0 0 50%;}
    
    .wVideo-Wrapper {display: none; }
    .ads-wVideo .ads-wVideo-col .ads-wVideo-text p {  width: 100%;  color: #fff;font-size: 16px;}
    .ads-wVideo-col .col-md-6{width:100%; }
    .ads-wVideo .ads-wVideo-col .ads-wVideo-text img { width: 40%; margin: 10px 0px 20px;}
    
    .select2-container--default .select2-selection--single .select2-selection__rendered { font-size: 14px;}
    .mb-inner p a { margin: 0 0 15px;  font-size: 15px;}
    .bottom-center .productListBottomCenter .productListContent a h1 { font-size: 16px; }
    .productListBottomCenter.col-md-3 { width: 50%;}
    .bottom-center .productListBottomCenter .productListContent a h1 span { font-size: 16px;}
    .bottom-center .productListBottomCenter .productListContent a h1 { font-size: 22px;}
    .ads-wVideo .ads-wVideo-col {  padding: 15px 50px;}
    .bottom-center { margin: 30px 0;}
    
    .blogHomeBotList { margin: 5px 0;}
    .blogHomeBotList .blogContentHome a { font-size: 22px;}
    .footer-top h1 { padding-top: 25px; }
    
    .footer {padding-top: 30px;}
    .footer-inner h2 { font-size: 18px;margin-bottom: 25px;}
    .footer-inner p { font-size: 14px;}
    .footer-inner ul a { font-size: 16px;line-height: 1;}
    .footer-menu-b ul { font-size: 14px; text-align: center;}
    
   
    .footer {padding-top: 35px;}
    .ads-wVideo { margin-top:5px;}
    .footer .col-sm-3:nth-child(2) {line-height:1;}
    .footer-inner ul { line-height: .1;}
}

@media screen and (max-width: 600px) {
    .form-sea input[type="submit"] {
    background: #d40000 url() 1px center no-repeat; font-size: 20px;
    padding-left: 5px; text-align: center;}
    .form-sea div#Shopbysize .fsbv ul li { width: 32.5%;}
    .mb-inner img { display:none;}
    .blogHomeBotList .blogContentHome a { font-size: 22px; }
    .footer-top h1 { padding-top: 10px;}
    .footer {padding-top: 20px; }
    
    .footer-inner img { width: 90%; margin-top: -25px; margin-left: 24px;}
    .footer-inner { padding: 0px 20px;}
    .footer .col-sm-3:nth-child(2) { border-left: none; border-right: none; padding: 0px 32px; line-height: .7;}
    .footer-inner { padding-left: 20px !important;}
    .footer-inner ul { line-height: .7;}
    .footer-inner h2 { font-size: 18px; margin-bottom: 5px; margin-top: 15px;}
    .footer-menu-b ul {margin-left: -8px;}
}
@media screen and (max-width: 575px) {
    img.wheel-bl0g {margin-top: -700px; }
    .blogHomeBotList .blogContentHome a { font-size:35px;}
    
}

@media screen and (max-width: 480px) {
    .form-sea .fsbv ul li { width: 48.35%; margin-bottom: 3px;}
    .form-sea div#Shopbysize .fsbv ul li { width: 100%; margin: 2px; text-align: center;}
    .h-title h1 { font-size: 36px;}
    .most-pol .bottom-brand.col-md-2.col-sm-3.col-3 { flex: 0 0 33%; max-width: 40%; padding:5px;}
    .footer-top h1 { font-size: 30px;}
    .footer-top p { font-size: 16px; }
    .footer-menu-b .col-sm-4 img{ width:100%;}
    .footer-menu-b ul li { padding: 0px 6px;font-size: 15px; }
    .ads-wVideo .ads-wVideo-col .ads-wVideo-text img { width: 55%;margin: 10px 0px 0px;}
    img.wheel-bl0g {margin-top: -400px; }

}

@media screen and (max-width: 320px) {
}/*!

 * Bootstrap v4.0.0 (https://getbootstrap.com)

 * Copyright 2011-2018 The Bootstrap Authors

 * Copyright 2011-2018 Twitter, Inc.

 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome

 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)

 * Hover.css (http://ianlunn.github.io/Hover/)

 * Version: 2.3.2

 * Author: Ian Lunn @IanLunn

 * Author URL: http://ianlunn.co.uk/

 * Github: https://github.com/IanLunn/Hover
.searchSliderButtons li a


 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.

 */

 .hvr-grow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-grow:hover,.hvr-grow:focus,.hvr-grow:active{-webkit-transform:scale(1.1);transform:scale(1.1)}.hvr-shrink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-shrink:hover,.hvr-shrink:focus,.hvr-shrink:active{-webkit-transform:scale(0.9);transform:scale(0.9)}@-webkit-keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}.hvr-pulse{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-pulse:hover,.hvr-pulse:focus,.hvr-pulse:active{-webkit-animation-name:hvr-pulse;animation-name:hvr-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes hvr-pulse-grow{to{-webkit-transform:scale(1.1);transform:scale(1.1)}}.hvr-pulse-grow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-pulse-grow:hover,.hvr-pulse-grow:focus,.hvr-pulse-grow:active{-webkit-animation-name:hvr-pulse-grow;animation-name:hvr-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}@-webkit-keyframes hvr-pulse-shrink{to{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes hvr-pulse-shrink{to{-webkit-transform:scale(0.9);transform:scale(0.9)}}.hvr-pulse-shrink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-pulse-shrink:hover,.hvr-pulse-shrink:focus,.hvr-pulse-shrink:active{-webkit-animation-name:hvr-pulse-shrink;animation-name:hvr-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}@-webkit-keyframes hvr-push{50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes hvr-push{50%{-webkit-transform:scale(0.8);transform:scale(0.8)}100%{-webkit-transform:scale(1);transform:scale(1)}}.hvr-push{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-push:hover,.hvr-push:focus,.hvr-push:active{-webkit-animation-name:hvr-push;animation-name:hvr-push;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes hvr-pop{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}.hvr-pop{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-pop:hover,.hvr-pop:focus,.hvr-pop:active{-webkit-animation-name:hvr-pop;animation-name:hvr-pop;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.hvr-bounce-in{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.5s;transition-duration:0.5s}.hvr-bounce-in:hover,.hvr-bounce-in:focus,.hvr-bounce-in:active{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition-timing-function:cubic-bezier(0.47, 2.02, 0.31, -0.36);transition-timing-function:cubic-bezier(0.47, 2.02, 0.31, -0.36)}.hvr-bounce-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.5s;transition-duration:0.5s}.hvr-bounce-out:hover,.hvr-bounce-out:focus,.hvr-bounce-out:active{-webkit-transform:scale(0.8);transform:scale(0.8);-webkit-transition-timing-function:cubic-bezier(0.47, 2.02, 0.31, -0.36);transition-timing-function:cubic-bezier(0.47, 2.02, 0.31, -0.36)}.hvr-rotate{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-rotate:hover,.hvr-rotate:focus,.hvr-rotate:active{-webkit-transform:rotate(4deg);transform:rotate(4deg)}.hvr-grow-rotate{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-grow-rotate:hover,.hvr-grow-rotate:focus,.hvr-grow-rotate:active{-webkit-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}.hvr-float{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-float:hover,.hvr-float:focus,.hvr-float:active{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.hvr-sink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sink:hover,.hvr-sink:focus,.hvr-sink:active{-webkit-transform:translateY(8px);transform:translateY(8px)}@-webkit-keyframes hvr-bob{0%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes hvr-bob{0%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}50%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@-webkit-keyframes hvr-bob-float{100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}@keyframes hvr-bob-float{100%{-webkit-transform:translateY(-8px);transform:translateY(-8px)}}.hvr-bob{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-bob:hover,.hvr-bob:focus,.hvr-bob:active{-webkit-animation-name:hvr-bob-float, hvr-bob;animation-name:hvr-bob-float, hvr-bob;-webkit-animation-duration:.3s, 1.5s;animation-duration:.3s, 1.5s;-webkit-animation-delay:0s, .3s;animation-delay:0s, .3s;-webkit-animation-timing-function:ease-out, ease-in-out;animation-timing-function:ease-out, ease-in-out;-webkit-animation-iteration-count:1, infinite;animation-iteration-count:1, infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal, alternate;animation-direction:normal, alternate}@-webkit-keyframes hvr-hang{0%{-webkit-transform:translateY(8px);transform:translateY(8px)}50%{-webkit-transform:translateY(4px);transform:translateY(4px)}100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}@keyframes hvr-hang{0%{-webkit-transform:translateY(8px);transform:translateY(8px)}50%{-webkit-transform:translateY(4px);transform:translateY(4px)}100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}@-webkit-keyframes hvr-hang-sink{100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}@keyframes hvr-hang-sink{100%{-webkit-transform:translateY(8px);transform:translateY(8px)}}.hvr-hang{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-hang:hover,.hvr-hang:focus,.hvr-hang:active{-webkit-animation-name:hvr-hang-sink, hvr-hang;animation-name:hvr-hang-sink, hvr-hang;-webkit-animation-duration:.3s, 1.5s;animation-duration:.3s, 1.5s;-webkit-animation-delay:0s, .3s;animation-delay:0s, .3s;-webkit-animation-timing-function:ease-out, ease-in-out;animation-timing-function:ease-out, ease-in-out;-webkit-animation-iteration-count:1, infinite;animation-iteration-count:1, infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal, alternate;animation-direction:normal, alternate}.hvr-skew{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-skew:hover,.hvr-skew:focus,.hvr-skew:active{-webkit-transform:skew(-10deg);transform:skew(-10deg)}.hvr-skew-forward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform-origin:0 100%;transform-origin:0 100%}.hvr-skew-forward:hover,.hvr-skew-forward:focus,.hvr-skew-forward:active{-webkit-transform:skew(-10deg);transform:skew(-10deg)}.hvr-skew-backward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transform-origin:0 100%;transform-origin:0 100%}.hvr-skew-backward:hover,.hvr-skew-backward:focus,.hvr-skew-backward:active{-webkit-transform:skew(10deg);transform:skew(10deg)}@-webkit-keyframes hvr-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)}}@keyframes hvr-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)}}.hvr-wobble-vertical{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-wobble-vertical:hover,.hvr-wobble-vertical:focus,.hvr-wobble-vertical:active{-webkit-animation-name:hvr-wobble-vertical;animation-name:hvr-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}@-webkit-keyframes hvr-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)}}@keyframes hvr-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)}}.hvr-wobble-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-wobble-horizontal:hover,.hvr-wobble-horizontal:focus,.hvr-wobble-horizontal:active{-webkit-animation-name:hvr-wobble-horizontal;animation-name:hvr-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}@-webkit-keyframes hvr-wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px, 8px);transform:translate(8px, 8px)}33.3%{-webkit-transform:translate(-6px, -6px);transform:translate(-6px, -6px)}49.95%{-webkit-transform:translate(4px, 4px);transform:translate(4px, 4px)}66.6%{-webkit-transform:translate(-2px, -2px);transform:translate(-2px, -2px)}83.25%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes hvr-wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px, 8px);transform:translate(8px, 8px)}33.3%{-webkit-transform:translate(-6px, -6px);transform:translate(-6px, -6px)}49.95%{-webkit-transform:translate(4px, 4px);transform:translate(4px, 4px)}66.6%{-webkit-transform:translate(-2px, -2px);transform:translate(-2px, -2px)}83.25%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.hvr-wobble-to-bottom-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-wobble-to-bottom-right:hover,.hvr-wobble-to-bottom-right:focus,.hvr-wobble-to-bottom-right:active{-webkit-animation-name:hvr-wobble-to-bottom-right;animation-name:hvr-wobble-to-bottom-right;-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}@-webkit-keyframes hvr-wobble-to-top-right{16.65%{-webkit-transform:translate(8px, -8px);transform:translate(8px, -8px)}33.3%{-webkit-transform:translate(-6px, 6px);transform:translate(-6px, 6px)}49.95%{-webkit-transform:translate(4px, -4px);transform:translate(4px, -4px)}66.6%{-webkit-transform:translate(-2px, 2px);transform:translate(-2px, 2px)}83.25%{-webkit-transform:translate(1px, -1px);transform:translate(1px, -1px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}@keyframes hvr-wobble-to-top-right{16.65%{-webkit-transform:translate(8px, -8px);transform:translate(8px, -8px)}33.3%{-webkit-transform:translate(-6px, 6px);transform:translate(-6px, 6px)}49.95%{-webkit-transform:translate(4px, -4px);transform:translate(4px, -4px)}66.6%{-webkit-transform:translate(-2px, 2px);transform:translate(-2px, 2px)}83.25%{-webkit-transform:translate(1px, -1px);transform:translate(1px, -1px)}100%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}}.hvr-wobble-to-top-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-wobble-to-top-right:hover,.hvr-wobble-to-top-right:focus,.hvr-wobble-to-top-right:active{-webkit-animation-name:hvr-wobble-to-top-right;animation-name:hvr-wobble-to-top-right;-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}@-webkit-keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes hvr-wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.hvr-wobble-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transform-origin:0 100%;transform-origin:0 100%}.hvr-wobble-top:hover,.hvr-wobble-top:focus,.hvr-wobble-top:active{-webkit-animation-name:hvr-wobble-top;animation-name:hvr-wobble-top;-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}@-webkit-keyframes hvr-wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes hvr-wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.hvr-wobble-bottom{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transform-origin:100% 0;transform-origin:100% 0}.hvr-wobble-bottom:hover,.hvr-wobble-bottom:focus,.hvr-wobble-bottom:active{-webkit-animation-name:hvr-wobble-bottom;animation-name:hvr-wobble-bottom;-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}@-webkit-keyframes hvr-wobble-skew{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}@keyframes hvr-wobble-skew{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg)}33.3%{-webkit-transform:skew(10deg);transform:skew(10deg)}49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg)}66.6%{-webkit-transform:skew(4deg);transform:skew(4deg)}83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg)}100%{-webkit-transform:skew(0);transform:skew(0)}}.hvr-wobble-skew{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-wobble-skew:hover,.hvr-wobble-skew:focus,.hvr-wobble-skew:active{-webkit-animation-name:hvr-wobble-skew;animation-name:hvr-wobble-skew;-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}@-webkit-keyframes hvr-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@keyframes hvr-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}.hvr-buzz{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-buzz:hover,.hvr-buzz:focus,.hvr-buzz:active{-webkit-animation-name:hvr-buzz;animation-name:hvr-buzz;-webkit-animation-duration:0.15s;animation-duration:0.15s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes hvr-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@keyframes hvr-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}.hvr-buzz-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-buzz-out:hover,.hvr-buzz-out:focus,.hvr-buzz-out:active{-webkit-animation-name:hvr-buzz-out;animation-name:hvr-buzz-out;-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.hvr-forward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-forward:hover,.hvr-forward:focus,.hvr-forward:active{-webkit-transform:translateX(8px);transform:translateX(8px)}.hvr-backward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-backward:hover,.hvr-backward:focus,.hvr-backward:active{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.hvr-fade{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;overflow:hidden;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:color, background-color;transition-property:color, background-color}.hvr-fade:hover,.hvr-fade:focus,.hvr-fade:active{background-color:#d40000;color:white}@-webkit-keyframes hvr-back-pulse{50%{background-color:rgba(32,152,209,0.75)}}@keyframes hvr-back-pulse{50%{background-color:rgba(32,152,209,0.75)}}.hvr-back-pulse{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;overflow:hidden;-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-property:color, background-color;transition-property:color, background-color}.hvr-back-pulse:hover,.hvr-back-pulse:focus,.hvr-back-pulse:active{-webkit-animation-name:hvr-back-pulse;animation-name:hvr-back-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay:0.5s;animation-delay:0.5s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;background-color:#d40000;background-color:#d40000;color:white}.hvr-sweep-to-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-sweep-to-right:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#d40000;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sweep-to-right:hover,.hvr-sweep-to-right:focus,.hvr-sweep-to-right:active{color:white}.hvr-sweep-to-right:hover:before,.hvr-sweep-to-right:focus:before,.hvr-sweep-to-right:active:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.hvr-sweep-to-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-sweep-to-left:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#d40000;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sweep-to-left:hover,.hvr-sweep-to-left:focus,.hvr-sweep-to-left:active{color:white}.hvr-sweep-to-left:hover:before,.hvr-sweep-to-left:focus:before,.hvr-sweep-to-left:active:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.hvr-sweep-to-bottom{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-sweep-to-bottom:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#d40000;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sweep-to-bottom:hover,.hvr-sweep-to-bottom:focus,.hvr-sweep-to-bottom:active{color:white}.hvr-sweep-to-bottom:hover:before,.hvr-sweep-to-bottom:focus:before,.hvr-sweep-to-bottom:active:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.hvr-sweep-to-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-sweep-to-top:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#d40000;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-sweep-to-top:hover,.hvr-sweep-to-top:focus,.hvr-sweep-to-top:active{color:white}.hvr-sweep-to-top:hover:before,.hvr-sweep-to-top:focus:before,.hvr-sweep-to-top:active:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.hvr-bounce-to-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.5s;transition-duration:0.5s}.hvr-bounce-to-right:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#d40000;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-right:hover,.hvr-bounce-to-right:focus,.hvr-bounce-to-right:active{color:white}.hvr-bounce-to-right:hover:before,.hvr-bounce-to-right:focus:before,.hvr-bounce-to-right:active:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66)}.hvr-bounce-to-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.5s;transition-duration:0.5s}.hvr-bounce-to-left:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#d40000;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-left:hover,.hvr-bounce-to-left:focus,.hvr-bounce-to-left:active{color:white}.hvr-bounce-to-left:hover:before,.hvr-bounce-to-left:focus:before,.hvr-bounce-to-left:active:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66)}.hvr-bounce-to-bottom{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.5s;transition-duration:0.5s}.hvr-bounce-to-bottom:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#d40000;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-bottom:hover,.hvr-bounce-to-bottom:focus,.hvr-bounce-to-bottom:active{color:white}.hvr-bounce-to-bottom:hover:before,.hvr-bounce-to-bottom:focus:before,.hvr-bounce-to-bottom:active:before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66)}.hvr-bounce-to-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.5s;transition-duration:0.5s}.hvr-bounce-to-top:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#d40000;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-bounce-to-top:hover,.hvr-bounce-to-top:focus,.hvr-bounce-to-top:active{color:white}.hvr-bounce-to-top:hover:before,.hvr-bounce-to-top:focus:before,.hvr-bounce-to-top:active:before{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);transition-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66)}.hvr-radial-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden;background:#e1e1e1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-radial-out:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#d40000;border-radius:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-radial-out:hover,.hvr-radial-out:focus,.hvr-radial-out:active{color:white}.hvr-radial-out:hover:before,.hvr-radial-out:focus:before,.hvr-radial-out:active:before{-webkit-transform:scale(2);transform:scale(2)}.hvr-radial-in{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden;background:#d40000;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-radial-in:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#e1e1e1;border-radius:100%;-webkit-transform:scale(2);transform:scale(2);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-radial-in:hover,.hvr-radial-in:focus,.hvr-radial-in:active{color:white}.hvr-radial-in:hover:before,.hvr-radial-in:focus:before,.hvr-radial-in:active:before{-webkit-transform:scale(0);transform:scale(0)}.hvr-rectangle-in{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#d40000;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-rectangle-in:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#e1e1e1;-webkit-transform:scale(1);transform:scale(1);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-rectangle-in:hover,.hvr-rectangle-in:focus,.hvr-rectangle-in:active{color:white}.hvr-rectangle-in:hover:before,.hvr-rectangle-in:focus:before,.hvr-rectangle-in:active:before{-webkit-transform:scale(0);transform:scale(0)}.hvr-rectangle-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#e1e1e1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-rectangle-out:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background:#d40000;-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-rectangle-out:hover,.hvr-rectangle-out:focus,.hvr-rectangle-out:active{color:white}.hvr-rectangle-out:hover:before,.hvr-rectangle-out:focus:before,.hvr-rectangle-out:active:before{-webkit-transform:scale(1);transform:scale(1)}.hvr-shutter-in-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#d40000;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-shutter-in-horizontal:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#e1e1e1;-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-shutter-in-horizontal:hover,.hvr-shutter-in-horizontal:focus,.hvr-shutter-in-horizontal:active{color:white}.hvr-shutter-in-horizontal:hover:before,.hvr-shutter-in-horizontal:focus:before,.hvr-shutter-in-horizontal:active:before{-webkit-transform:scaleX(0);transform:scaleX(0)}.hvr-shutter-out-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#e1e1e1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.3s;transition-duration:0.3s;width:100%}.hvr-shutter-out-horizontal:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#d40000;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-shutter-out-horizontal:hover,.hvr-shutter-out-horizontal:focus,.hvr-shutter-out-horizontal:active{color:white}.hvr-shutter-out-horizontal:hover:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:active:before{-webkit-transform:scaleX(1);transform:scaleX(1)}.hvr-shutter-in-vertical{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#d40000;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-shutter-in-vertical:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#e1e1e1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-shutter-in-vertical:hover,.hvr-shutter-in-vertical:focus,.hvr-shutter-in-vertical:active{color:white}.hvr-shutter-in-vertical:hover:before,.hvr-shutter-in-vertical:focus:before,.hvr-shutter-in-vertical:active:before{-webkit-transform:scaleY(0);transform:scaleY(0)}.hvr-shutter-out-vertical{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;background:#e1e1e1;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-shutter-out-vertical:before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:0;right:0;background:#d40000;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50%;transform-origin:50%;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-shutter-out-vertical:hover,.hvr-shutter-out-vertical:focus,.hvr-shutter-out-vertical:active{color:white}.hvr-shutter-out-vertical:hover:before,.hvr-shutter-out-vertical:focus:before,.hvr-shutter-out-vertical:active:before{-webkit-transform:scaleY(1);transform:scaleY(1)}.hvr-border-fade{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px transparent}.hvr-border-fade:hover,.hvr-border-fade:focus,.hvr-border-fade:active{box-shadow:inset 0 0 0 4px #d40000,0 0 1px transparent}.hvr-hollow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:background;transition-property:background;box-shadow:inset 0 0 0 4px #e1e1e1,0 0 1px transparent}.hvr-hollow:hover,.hvr-hollow:focus,.hvr-hollow:active{background:none}.hvr-trim{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-trim:before{content:'';position:absolute;border:white solid 4px;top:4px;left:4px;right:4px;bottom:4px;opacity:0;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:opacity;transition-property:opacity}.hvr-trim:hover:before,.hvr-trim:focus:before,.hvr-trim:active:before{opacity:1}@-webkit-keyframes hvr-ripple-out{100%{top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0}}@keyframes hvr-ripple-out{100%{top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0}}.hvr-ripple-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-ripple-out:before{content:'';position:absolute;border:#e1e1e1 solid 6px;top:0;right:0;bottom:0;left:0;-webkit-animation-duration:1s;animation-duration:1s}.hvr-ripple-out:hover:before,.hvr-ripple-out:focus:before,.hvr-ripple-out:active:before{-webkit-animation-name:hvr-ripple-out;animation-name:hvr-ripple-out}@-webkit-keyframes hvr-ripple-in{100%{top:0;right:0;bottom:0;left:0;opacity:1}}@keyframes hvr-ripple-in{100%{top:0;right:0;bottom:0;left:0;opacity:1}}.hvr-ripple-in{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-ripple-in:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:-12px;right:-12px;bottom:-12px;left:-12px;opacity:0;-webkit-animation-duration:1s;animation-duration:1s}.hvr-ripple-in:hover:before,.hvr-ripple-in:focus:before,.hvr-ripple-in:active:before{-webkit-animation-name:hvr-ripple-in;animation-name:hvr-ripple-in}.hvr-outline-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-outline-out:before{content:'';position:absolute;border:#e1e1e1 solid 4px;top:0;right:0;bottom:0;left:0;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:top, right, bottom, left;transition-property:top, right, bottom, left}.hvr-outline-out:hover:before,.hvr-outline-out:focus:before,.hvr-outline-out:active:before{top:-8px;right:-8px;bottom:-8px;left:-8px}.hvr-outline-in{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-outline-in:before{pointer-events:none;content:'';position:absolute;border:#e1e1e1 solid 4px;top:-16px;right:-16px;bottom:-16px;left:-16px;opacity:0;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:top, right, bottom, left;transition-property:top, right, bottom, left}.hvr-outline-in:hover:before,.hvr-outline-in:focus:before,.hvr-outline-in:active:before{top:-8px;right:-8px;bottom:-8px;left:-8px;opacity:1}.hvr-round-corners{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:border-radius;transition-property:border-radius}.hvr-round-corners:hover,.hvr-round-corners:focus,.hvr-round-corners:active{border-radius:1em}.hvr-underline-from-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-underline-from-left:before{content:"";position:absolute;z-index:-1;left:0;right:100%;bottom:0;background:#d40000;height:4px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-underline-from-left:hover:before,.hvr-underline-from-left:focus:before,.hvr-underline-from-left:active:before{right:0}.hvr-underline-from-center{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-underline-from-center:before{content:"";position:absolute;z-index:-1;left:51%;right:51%;bottom:0;background:#d40000;height:4px;-webkit-transition-property:left, right;transition-property:left, right;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-underline-from-center:hover:before,.hvr-underline-from-center:focus:before,.hvr-underline-from-center:active:before{left:0;right:0}.hvr-underline-from-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-underline-from-right:before{content:"";position:absolute;z-index:-1;left:100%;right:0;bottom:0;background:#d40000;height:4px;-webkit-transition-property:left;transition-property:left;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-underline-from-right:hover:before,.hvr-underline-from-right:focus:before,.hvr-underline-from-right:active:before{left:0}.hvr-overline-from-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-overline-from-left:before{content:"";position:absolute;z-index:-1;left:0;right:100%;top:0;background:#d40000;height:4px;-webkit-transition-property:right;transition-property:right;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-overline-from-left:hover:before,.hvr-overline-from-left:focus:before,.hvr-overline-from-left:active:before{right:0}.hvr-overline-from-center{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-overline-from-center:before{content:"";position:absolute;z-index:-1;left:51%;right:51%;top:0;background:#d40000;height:4px;-webkit-transition-property:left, right;transition-property:left, right;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-overline-from-center:hover:before,.hvr-overline-from-center:focus:before,.hvr-overline-from-center:active:before{left:0;right:0}.hvr-overline-from-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-overline-from-right:before{content:"";position:absolute;z-index:-1;left:100%;right:0;top:0;background:#d40000;height:4px;-webkit-transition-property:left;transition-property:left;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-overline-from-right:hover:before,.hvr-overline-from-right:focus:before,.hvr-overline-from-right:active:before{left:0}.hvr-reveal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-reveal:before{content:"";position:absolute;z-index:-1;left:0;right:0;top:0;bottom:0;border-color:#d40000;border-style:solid;border-width:0;-webkit-transition-property:border-width;transition-property:border-width;-webkit-transition-duration:0.1s;transition-duration:0.1s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-reveal:hover:before,.hvr-reveal:focus:before,.hvr-reveal:active:before{-webkit-transform:translateY(0);transform:translateY(0);border-width:4px}.hvr-underline-reveal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-underline-reveal:before{content:"";position:absolute;z-index:-1;left:0;right:0;bottom:0;background:#d40000;height:4px;-webkit-transform:translateY(4px);transform:translateY(4px);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-underline-reveal:hover:before,.hvr-underline-reveal:focus:before,.hvr-underline-reveal:active:before{-webkit-transform:translateY(0);transform:translateY(0)}.hvr-overline-reveal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;overflow:hidden}.hvr-overline-reveal:before{content:"";position:absolute;z-index:-1;left:0;right:0;top:0;background:#d40000;height:4px;-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-transition-property:transform;transition-property:transform;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-overline-reveal:hover:before,.hvr-overline-reveal:focus:before,.hvr-overline-reveal:active:before{-webkit-transform:translateY(0);transform:translateY(0)}.hvr-glow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow}.hvr-glow:hover,.hvr-glow:focus,.hvr-glow:active{box-shadow:0 0 8px rgba(0,0,0,0.6)}.hvr-shadow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow}.hvr-shadow:hover,.hvr-shadow:focus,.hvr-shadow:active{box-shadow:0 10px 10px -10px rgba(0,0,0,0.5)}.hvr-grow-shadow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow, transform;transition-property:box-shadow, transform}.hvr-grow-shadow:hover,.hvr-grow-shadow:focus,.hvr-grow-shadow:active{box-shadow:0 10px 10px -10px rgba(0,0,0,0.5);-webkit-transform:scale(1.1);transform:scale(1.1)}.hvr-box-shadow-outset{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow}.hvr-box-shadow-outset:hover,.hvr-box-shadow-outset:focus,.hvr-box-shadow-outset:active{box-shadow:2px 2px 2px rgba(0,0,0,0.6)}.hvr-box-shadow-inset{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 rgba(0,0,0,0.6),0 0 1px transparent}.hvr-box-shadow-inset:hover,.hvr-box-shadow-inset:focus,.hvr-box-shadow-inset:active{box-shadow:inset 2px 2px 2px rgba(0,0,0,0.6),0 0 1px transparent}.hvr-float-shadow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-float-shadow:before{pointer-events:none;position:absolute;z-index:-1;content:'';top:100%;left:5%;height:10px;width:90%;opacity:0;background:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.35) 0%, transparent 80%);background:radial-gradient(ellipse at center, rgba(0,0,0,0.35) 0%, transparent 80%);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform, opacity;transition-property:transform, opacity}.hvr-float-shadow:hover,.hvr-float-shadow:focus,.hvr-float-shadow:active{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.hvr-float-shadow:hover:before,.hvr-float-shadow:focus:before,.hvr-float-shadow:active:before{opacity:1;-webkit-transform:translateY(5px);transform:translateY(5px)}.hvr-shadow-radial{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-shadow-radial:before,.hvr-shadow-radial:after{pointer-events:none;position:absolute;content:'';left:0;width:100%;box-sizing:border-box;background-repeat:no-repeat;height:5px;opacity:0;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:opacity;transition-property:opacity}.hvr-shadow-radial:before{bottom:100%;background:-webkit-radial-gradient(50% 150%, ellipse, rgba(0,0,0,0.6) 0%, transparent 80%);background:radial-gradient(ellipse at 50% 150%, rgba(0,0,0,0.6) 0%, transparent 80%)}.hvr-shadow-radial:after{top:100%;background:-webkit-radial-gradient(50% -50%, ellipse, rgba(0,0,0,0.6) 0%, transparent 80%);background:radial-gradient(ellipse at 50% -50%, rgba(0,0,0,0.6) 0%, transparent 80%)}.hvr-shadow-radial:hover:before,.hvr-shadow-radial:focus:before,.hvr-shadow-radial:active:before,.hvr-shadow-radial:hover:after,.hvr-shadow-radial:focus:after,.hvr-shadow-radial:active:after{opacity:1}.hvr-bubble-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-bubble-top:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;left:calc(50% - 10px);top:0;border-width:0 10px 10px 10px;border-color:transparent transparent #e1e1e1 transparent}.hvr-bubble-top:hover:before,.hvr-bubble-top:focus:before,.hvr-bubble-top:active:before{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.hvr-bubble-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-bubble-right:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;top:calc(50% - 10px);right:0;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1}.hvr-bubble-right:hover:before,.hvr-bubble-right:focus:before,.hvr-bubble-right:active:before{-webkit-transform:translateX(10px);transform:translateX(10px)}.hvr-bubble-bottom{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-bubble-bottom:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;left:calc(50% - 10px);bottom:0;border-width:10px 10px 0 10px;border-color:#e1e1e1 transparent transparent transparent}.hvr-bubble-bottom:hover:before,.hvr-bubble-bottom:focus:before,.hvr-bubble-bottom:active:before{-webkit-transform:translateY(10px);transform:translateY(10px)}.hvr-bubble-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-bubble-left:before{pointer-events:none;position:absolute;z-index:-1;content:'';border-style:solid;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;top:calc(50% - 10px);left:0;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent}.hvr-bubble-left:hover:before,.hvr-bubble-left:focus:before,.hvr-bubble-left:active:before{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.hvr-bubble-float-top{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-top:before{position:absolute;z-index:-1;content:'';left:calc(50% - 10px);top:0;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #e1e1e1 transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-top:hover,.hvr-bubble-float-top:focus,.hvr-bubble-float-top:active{-webkit-transform:translateY(10px);transform:translateY(10px)}.hvr-bubble-float-top:hover:before,.hvr-bubble-float-top:focus:before,.hvr-bubble-float-top:active:before{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.hvr-bubble-float-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-right:before{position:absolute;z-index:-1;top:calc(50% - 10px);right:0;content:'';border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent #e1e1e1;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-right:hover,.hvr-bubble-float-right:focus,.hvr-bubble-float-right:active{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.hvr-bubble-float-right:hover:before,.hvr-bubble-float-right:focus:before,.hvr-bubble-float-right:active:before{-webkit-transform:translateX(10px);transform:translateX(10px)}.hvr-bubble-float-bottom{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-bottom:before{position:absolute;z-index:-1;content:'';left:calc(50% - 10px);bottom:0;border-style:solid;border-width:10px 10px 0 10px;border-color:#e1e1e1 transparent transparent transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-bottom:hover,.hvr-bubble-float-bottom:focus,.hvr-bubble-float-bottom:active{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.hvr-bubble-float-bottom:hover:before,.hvr-bubble-float-bottom:focus:before,.hvr-bubble-float-bottom:active:before{-webkit-transform:translateY(10px);transform:translateY(10px)}.hvr-bubble-float-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-left:before{position:absolute;z-index:-1;content:'';top:calc(50% - 10px);left:0;border-style:solid;border-width:10px 10px 10px 0;border-color:transparent #e1e1e1 transparent transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.hvr-bubble-float-left:hover,.hvr-bubble-float-left:focus,.hvr-bubble-float-left:active{-webkit-transform:translateX(10px);transform:translateX(10px)}.hvr-bubble-float-left:hover:before,.hvr-bubble-float-left:focus:before,.hvr-bubble-float-left:active:before{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.hvr-icon-back{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.1s;transition-duration:0.1s}.hvr-icon-back .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:0.1s;transition-duration:0.1s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-back:hover .hvr-icon,.hvr-icon-back:focus .hvr-icon,.hvr-icon-back:active .hvr-icon{-webkit-transform:translateX(-4px);transform:translateX(-4px)}.hvr-icon-forward{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.1s;transition-duration:0.1s}.hvr-icon-forward .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:0.1s;transition-duration:0.1s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-forward:hover .hvr-icon,.hvr-icon-forward:focus .hvr-icon,.hvr-icon-forward:active .hvr-icon{-webkit-transform:translateX(4px);transform:translateX(4px)}@-webkit-keyframes hvr-icon-down{0%,

    50%,

    100%{-webkit-transform:translateY(0);transform:translateY(0)}25%,

    75%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hvr-icon-down{0%,

    50%,

    100%{-webkit-transform:translateY(0);transform:translateY(0)}25%,

    75%{-webkit-transform:translateY(6px);transform:translateY(6px)}}.hvr-icon-down{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-icon-down .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-down:hover .hvr-icon,.hvr-icon-down:focus .hvr-icon,.hvr-icon-down:active .hvr-icon{-webkit-animation-name:hvr-icon-down;animation-name:hvr-icon-down;-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes hvr-icon-up{0%,

    50%,

    100%{-webkit-transform:translateY(0);transform:translateY(0)}25%,

    75%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hvr-icon-up{0%,

    50%,

    100%{-webkit-transform:translateY(0);transform:translateY(0)}25%,

    75%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}.hvr-icon-up{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-icon-up .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-up:hover .hvr-icon,.hvr-icon-up:focus .hvr-icon,.hvr-icon-up:active .hvr-icon{-webkit-animation-name:hvr-icon-up;animation-name:hvr-icon-up;-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.hvr-icon-spin{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-icon-spin .hvr-icon{-webkit-transition-duration:1s;transition-duration:1s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out}.hvr-icon-spin:hover .hvr-icon,.hvr-icon-spin:focus .hvr-icon,.hvr-icon-spin:active .hvr-icon{-webkit-transform:rotate(360deg);transform:rotate(360deg)}@-webkit-keyframes hvr-icon-drop{0%{opacity:0}50%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}51%,

    100%{opacity:1}}@keyframes hvr-icon-drop{0%{opacity:0}50%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}51%,

    100%{opacity:1}}.hvr-icon-drop{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-icon-drop .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-drop:hover .hvr-icon,.hvr-icon-drop:focus .hvr-icon,.hvr-icon-drop:active .hvr-icon{opacity:0;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-animation-name:hvr-icon-drop;animation-name:hvr-icon-drop;-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-delay:0.3s;animation-delay:0.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66);animation-timing-function:cubic-bezier(0.52, 1.64, 0.37, 0.66)}.hvr-icon-fade{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-icon-fade .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-property:color;transition-property:color}.hvr-icon-fade:hover .hvr-icon,.hvr-icon-fade:focus .hvr-icon,.hvr-icon-fade:active .hvr-icon{color:#0F9E5E}@-webkit-keyframes hvr-icon-float-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(-1em);transform:translateY(-1em)}}@keyframes hvr-icon-float-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(-1em);transform:translateY(-1em)}}.hvr-icon-float-away{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-icon-float-away .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.hvr-icon-float-away:hover .hvr-icon,.hvr-icon-float-away:focus .hvr-icon,.hvr-icon-float-away:active .hvr-icon{-webkit-animation-name:hvr-icon-float-away;animation-name:hvr-icon-float-away;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes hvr-icon-sink-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(1em);transform:translateY(1em)}}@keyframes hvr-icon-sink-away{0%{opacity:1}100%{opacity:0;-webkit-transform:translateY(1em);transform:translateY(1em)}}.hvr-icon-sink-away{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-icon-sink-away .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.hvr-icon-sink-away:hover .hvr-icon,.hvr-icon-sink-away:focus .hvr-icon,.hvr-icon-sink-away:active .hvr-icon{-webkit-animation-name:hvr-icon-sink-away;animation-name:hvr-icon-sink-away;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.hvr-icon-grow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-icon-grow .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-grow:hover .hvr-icon,.hvr-icon-grow:focus .hvr-icon,.hvr-icon-grow:active .hvr-icon{-webkit-transform:scale(1.3) translateZ(0);transform:scale(1.3) translateZ(0)}.hvr-icon-shrink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-icon-shrink .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-shrink:hover .hvr-icon,.hvr-icon-shrink:focus .hvr-icon,.hvr-icon-shrink:active .hvr-icon{-webkit-transform:scale(0.8);transform:scale(0.8)}@-webkit-keyframes hvr-icon-pulse{25%{-webkit-transform:scale(1.3);transform:scale(1.3)}75%{-webkit-transform:scale(0.8);transform:scale(0.8)}}@keyframes hvr-icon-pulse{25%{-webkit-transform:scale(1.3);transform:scale(1.3)}75%{-webkit-transform:scale(0.8);transform:scale(0.8)}}.hvr-icon-pulse{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-icon-pulse .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-pulse:hover .hvr-icon,.hvr-icon-pulse:focus .hvr-icon,.hvr-icon-pulse:active .hvr-icon{-webkit-animation-name:hvr-icon-pulse;animation-name:hvr-icon-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes hvr-icon-pulse-grow{to{-webkit-transform:scale(1.3);transform:scale(1.3)}}@keyframes hvr-icon-pulse-grow{to{-webkit-transform:scale(1.3);transform:scale(1.3)}}.hvr-icon-pulse-grow{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-icon-pulse-grow .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-pulse-grow:hover .hvr-icon,.hvr-icon-pulse-grow:focus .hvr-icon,.hvr-icon-pulse-grow:active .hvr-icon{-webkit-animation-name:hvr-icon-pulse-grow;animation-name:hvr-icon-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}@-webkit-keyframes hvr-icon-pulse-shrink{to{-webkit-transform:scale(0.8);transform:scale(0.8)}}@keyframes hvr-icon-pulse-shrink{to{-webkit-transform:scale(0.8);transform:scale(0.8)}}.hvr-icon-pulse-shrink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-icon-pulse-shrink .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-pulse-shrink:hover .hvr-icon,.hvr-icon-pulse-shrink:focus .hvr-icon,.hvr-icon-pulse-shrink:active .hvr-icon{-webkit-animation-name:hvr-icon-pulse-shrink;animation-name:hvr-icon-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}@-webkit-keyframes hvr-icon-push{50%{-webkit-transform:scale(0.5);transform:scale(0.5)}}@keyframes hvr-icon-push{50%{-webkit-transform:scale(0.5);transform:scale(0.5)}}.hvr-icon-push{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-icon-push .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-push:hover .hvr-icon,.hvr-icon-push:focus .hvr-icon,.hvr-icon-push:active .hvr-icon{-webkit-animation-name:hvr-icon-push;animation-name:hvr-icon-push;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes hvr-icon-pop{50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes hvr-icon-pop{50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}.hvr-icon-pop{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-icon-pop .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-pop:hover .hvr-icon,.hvr-icon-pop:focus .hvr-icon,.hvr-icon-pop:active .hvr-icon{-webkit-animation-name:hvr-icon-pop;animation-name:hvr-icon-pop;-webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.hvr-icon-bounce{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-icon-bounce .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-bounce:hover .hvr-icon,.hvr-icon-bounce:focus .hvr-icon,.hvr-icon-bounce:active .hvr-icon{-webkit-transform:scale(1.5);transform:scale(1.5);-webkit-transition-timing-function:cubic-bezier(0.47, 2.02, 0.31, -0.36);transition-timing-function:cubic-bezier(0.47, 2.02, 0.31, -0.36)}.hvr-icon-rotate{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-icon-rotate .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-rotate:hover .hvr-icon,.hvr-icon-rotate:focus .hvr-icon,.hvr-icon-rotate:active .hvr-icon{-webkit-transform:rotate(20deg);transform:rotate(20deg)}.hvr-icon-grow-rotate{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-icon-grow-rotate .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-grow-rotate:hover .hvr-icon,.hvr-icon-grow-rotate:focus .hvr-icon,.hvr-icon-grow-rotate:active .hvr-icon{-webkit-transform:scale(1.5) rotate(12deg);transform:scale(1.5) rotate(12deg)}.hvr-icon-float{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-icon-float .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-float:hover .hvr-icon,.hvr-icon-float:focus .hvr-icon,.hvr-icon-float:active .hvr-icon{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.hvr-icon-sink{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-icon-sink .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.hvr-icon-sink:hover .hvr-icon,.hvr-icon-sink:focus .hvr-icon,.hvr-icon-sink:active .hvr-icon{-webkit-transform:translateY(4px);transform:translateY(4px)}@-webkit-keyframes hvr-icon-bob{0%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hvr-icon-bob{0%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}50%{-webkit-transform:translateY(-2px);transform:translateY(-2px)}100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@-webkit-keyframes hvr-icon-bob-float{100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}@keyframes hvr-icon-bob-float{100%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}}.hvr-icon-bob{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-icon-bob .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-bob:hover .hvr-icon,.hvr-icon-bob:focus .hvr-icon,.hvr-icon-bob:active .hvr-icon{-webkit-animation-name:hvr-icon-bob-float, hvr-icon-bob;animation-name:hvr-icon-bob-float, hvr-icon-bob;-webkit-animation-duration:.3s, 1.5s;animation-duration:.3s, 1.5s;-webkit-animation-delay:0s, .3s;animation-delay:0s, .3s;-webkit-animation-timing-function:ease-out, ease-in-out;animation-timing-function:ease-out, ease-in-out;-webkit-animation-iteration-count:1, infinite;animation-iteration-count:1, infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal, alternate;animation-direction:normal, alternate}@-webkit-keyframes hvr-icon-hang{0%{-webkit-transform:translateY(6px);transform:translateY(6px)}50%{-webkit-transform:translateY(2px);transform:translateY(2px)}100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hvr-icon-hang{0%{-webkit-transform:translateY(6px);transform:translateY(6px)}50%{-webkit-transform:translateY(2px);transform:translateY(2px)}100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@-webkit-keyframes hvr-icon-hang-sink{100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}@keyframes hvr-icon-hang-sink{100%{-webkit-transform:translateY(6px);transform:translateY(6px)}}.hvr-icon-hang{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-icon-hang .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-hang:hover .hvr-icon,.hvr-icon-hang:focus .hvr-icon,.hvr-icon-hang:active .hvr-icon{-webkit-animation-name:hvr-icon-hang-sink, hvr-icon-hang;animation-name:hvr-icon-hang-sink, hvr-icon-hang;-webkit-animation-duration:.3s, 1.5s;animation-duration:.3s, 1.5s;-webkit-animation-delay:0s, .3s;animation-delay:0s, .3s;-webkit-animation-timing-function:ease-out, ease-in-out;animation-timing-function:ease-out, ease-in-out;-webkit-animation-iteration-count:1, infinite;animation-iteration-count:1, infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal, alternate;animation-direction:normal, alternate}@-webkit-keyframes hvr-icon-wobble-horizontal{16.65%{-webkit-transform:translateX(6px);transform:translateX(6px)}33.3%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}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)}}@keyframes hvr-icon-wobble-horizontal{16.65%{-webkit-transform:translateX(6px);transform:translateX(6px)}33.3%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}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)}}.hvr-icon-wobble-horizontal{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-icon-wobble-horizontal .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-wobble-horizontal:hover .hvr-icon,.hvr-icon-wobble-horizontal:focus .hvr-icon,.hvr-icon-wobble-horizontal:active .hvr-icon{-webkit-animation-name:hvr-icon-wobble-horizontal;animation-name:hvr-icon-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}@-webkit-keyframes hvr-icon-wobble-vertical{16.65%{-webkit-transform:translateY(6px);transform:translateY(6px)}33.3%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}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)}}@keyframes hvr-icon-wobble-vertical{16.65%{-webkit-transform:translateY(6px);transform:translateY(6px)}33.3%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}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)}}.hvr-icon-wobble-vertical{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-icon-wobble-vertical .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-wobble-vertical:hover .hvr-icon,.hvr-icon-wobble-vertical:focus .hvr-icon,.hvr-icon-wobble-vertical:active .hvr-icon{-webkit-animation-name:hvr-icon-wobble-vertical;animation-name:hvr-icon-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}@-webkit-keyframes hvr-icon-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}@keyframes hvr-icon-buzz{50%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}100%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}}.hvr-icon-buzz{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-icon-buzz .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-buzz:hover .hvr-icon,.hvr-icon-buzz:focus .hvr-icon,.hvr-icon-buzz:active .hvr-icon{-webkit-animation-name:hvr-icon-buzz;animation-name:hvr-icon-buzz;-webkit-animation-duration:0.15s;animation-duration:0.15s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes hvr-icon-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}@keyframes hvr-icon-buzz-out{10%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}20%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}30%{-webkit-transform:translateX(3px) rotate(2deg);transform:translateX(3px) rotate(2deg)}40%{-webkit-transform:translateX(-3px) rotate(-2deg);transform:translateX(-3px) rotate(-2deg)}50%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}60%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}70%{-webkit-transform:translateX(2px) rotate(1deg);transform:translateX(2px) rotate(1deg)}80%{-webkit-transform:translateX(-2px) rotate(-1deg);transform:translateX(-2px) rotate(-1deg)}90%{-webkit-transform:translateX(1px) rotate(0);transform:translateX(1px) rotate(0)}100%{-webkit-transform:translateX(-1px) rotate(0);transform:translateX(-1px) rotate(0)}}.hvr-icon-buzz-out{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s}.hvr-icon-buzz-out .hvr-icon{-webkit-transform:translateZ(0);transform:translateZ(0)}.hvr-icon-buzz-out:hover .hvr-icon,.hvr-icon-buzz-out:focus .hvr-icon,.hvr-icon-buzz-out:active .hvr-icon{-webkit-animation-name:hvr-icon-buzz-out;animation-name:hvr-icon-buzz-out;-webkit-animation-duration:0.75s;animation-duration:0.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.hvr-curl-top-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-curl-top-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;left:0;background:white;background:linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#000000');z-index:1000;box-shadow:1px 1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:width, height;transition-property:width, height}.hvr-curl-top-left:hover:before,.hvr-curl-top-left:focus:before,.hvr-curl-top-left:active:before{width:25px;height:25px}.hvr-curl-top-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-curl-top-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;top:0;right:0;background:white;background:linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:-1px 1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:width, height;transition-property:width, height}.hvr-curl-top-right:hover:before,.hvr-curl-top-right:focus:before,.hvr-curl-top-right:active:before{width:25px;height:25px}.hvr-curl-bottom-right{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-curl-bottom-right:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;right:0;background:white;background:linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:-1px -1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:width, height;transition-property:width, height}.hvr-curl-bottom-right:hover:before,.hvr-curl-bottom-right:focus:before,.hvr-curl-bottom-right:active:before{width:25px;height:25px}.hvr-curl-bottom-left{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative}.hvr-curl-bottom-left:before{pointer-events:none;position:absolute;content:'';height:0;width:0;bottom:0;left:0;background:white;background:linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);box-shadow:1px -1px 1px rgba(0,0,0,0.4);-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:width, height;transition-property:width, height}.hvr-curl-bottom-left:hover:before,.hvr-curl-bottom-left:focus:before,.hvr-curl-bottom-left:active:before{width:25px;height:25px}.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,0.15);display:none}.chosen-container.chosen-with-drop .chosen-drop{display:block}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:normal;color:#999999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,0.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-single input[type="text"]{cursor:pointer;opacity:0;position:absolute}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url("../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/css/chosen-sprite.png") -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url("../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/css/chosen-sprite.png") no-repeat 0px 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type="text"]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url("../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/css/chosen-sprite.png") no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0, 0, 0, 0)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%, #2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:bold;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:linear-gradient(#eee 1%, #fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type="text"]{margin:1px 0;padding:0;height:25px;outline:0;border:0 !important;background:transparent !important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eeeeee;background-image:linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url("../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/css/chosen-sprite.png") -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,0.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:linear-gradient(#eee 20%, #fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,0.3)}.chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#222 !important}.chosen-disabled{opacity:0.5 !important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;background:url("../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/css/chosen-sprite.png") no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx){.chosen-rtl .chosen-search input[type="text"],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type="text"],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url("../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/css/chosen-sprite@2x.png") !important;background-size:52px 37px !important;background-repeat:no-repeat !important}}.chosen-container{user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container-single .chosen-single{background:linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%)}.chosen-container-single .chosen-search{background:url("../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/css/chosen-sprite.png") no-repeat 100% -20px}.chosen-container .chosen-results li.highlighted{background-image:linear-gradient(#3875d7 20%, #2a62bc 90%)}.chosen-container-multi .chosen-choices{background-image:linear-gradient(#eee 1%, #fff 15%)}.chosen-container-multi .chosen-choices li.search-choice{background-image:linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)}.chosen-container-multi .chosen-choices li.search-choice-disabled{background-image:linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)}.chosen-container-active.chosen-with-drop .chosen-single{background-image:linear-gradient(#eee 20%, #fff 80%)}.chosen-rtl .chosen-search input[type="text"]{background:url("../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/css/chosen-sprite.png") no-repeat -30px -20px}.grid-search-result>div{margin-bottom:30px}.grid-search-result ul{padding:0;list-style:none;margin:0}.grid-search-result .grid-search-img img{width:100%}.grid-search-result .grid-search-list{border:1px solid #dedede;box-shadow:4px 4px 0 #b4b1b1;padding:15px}.text-brand h2{text-align:center;font-size:20px;font-weight:bold;margin:0;color:#000}.text-brand h2 a{color:#d70021;text-decoration:none}.text-size p{text-align:center;margin:0;font-size:16px}.text-size p span{color:#000}.text-pname p{margin:0 0}.text-pname p{color:#76777b;font-size:16px}.text-pname p span{font-weight:bold}.text-pname{text-align:center}.grid-search-review{margin-top:10px}.grid-search-review .rate-review{padding-right:5px}.grid-search-review .rc-compare{margin:0;padding-left:5px}.grid-search-review .rc-compare a{font-size:14px;color:#0088cc}.grid-search-price .trrir-right{margin:0;text-align:right;padding:0}.grid-search-price .margb-10 h2{font-size:16px;margin:0}.grid-search-price .margb-10 h2{font-size:16px;margin:0}.grid-search-price{margin-top:10px}.grid-search-availability p{text-align:right;color:#76777b;font-weight:normal}.grid-search-lowerp a{font-size:14px;color:#d70000;text-decoration:underline;font-weight:bold}.grid-search-action{margin-top:10px}.grid-search-action a.addtocart{font-size:25px;font-weight:bold;background:#76777C url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/caret--right-big.png) 92% center no-repeat;text-align:center;background-size:3%;display:block;width:100%;padding:12px 15px;color:#fff !important;line-height:1.1;border-radius:3px;text-decoration:none !important;margin-bottom:10px}.grid-search-action button.addtocart{font-size:25px;font-weight:bold;background:#76777C url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/caret--right-big.png) 92% center no-repeat;text-align:center;background-size:3%;display:block;width:100%;padding:12px 15px;color:#fff !important;line-height:1.1;border-radius:3px;text-decoration:none !important;margin-bottom:10px}.grid-search-action a.addtocart i{margin-left:40px}.grid-search-action a.addtocart.addthenshop{font-size:22px;padding:5px 50px;background:#76777C url(../../frontend/ATV/OWD/frontend/ATV/OWD/en_US/images/caret--right-big.png) 92% center no-repeat;text-align:center;background-size:3%}.grid-search-action a.addtocart.addthenshop span{font-size:16px;display:block}.grid-search-action button.addtocart.addthenshop span{font-size:16px;display:block}.grid-search-action a.addtocartred{background-color:#d70021;padding:14px 15px;color:#fff;display:block;font-size:20px;font-weight:bold;text-align:center;border-radius:3px;line-height:1.1;text-decoration:none;margin-bottom:10px}.grid-search-delivery img{width:100%}.grid-search-package{margin-top:10px}.grid-search-package img{width:100%}.grid-search-package .grid-search-package-details{text-align:center;margin-bottom:10px}.grid-search-package .grid-search-package-details h1{font-size:23px;font-weight:bold;text-transform:uppercase;line-height:1;margin:0}.grid-search-package .grid-search-package-details p{margin:0 0 3px;color:#747474;line-height:1;font-size:16px;font-weight:bold}.grid-search-action a.addtocart.upgtires{font-size:16px;padding:15px 40px 15px 15px}.grid-search-brand-size{margin-top:10px}.staggered-size2{margin-top:10px;padding-top:8px;border-top:1px solid #dedede}.staggered-size2 .grid-search-brand-size{margin-top:0}.h-title h1{max-width:initial;display:inline-block;}.top-brand .col-sm-4{padding:20px 15px}.top-brand .col-sm-4 img{width:100%}.pbanner img{width:100%}.brand-models-img a{display:block;text-decoration:none}.brand-models-img a img{padding:15px 15px 0;width:100%}.brand-models-img a h1{border-top:1px solid #dedede;font-size:20px;font-weight:bold;color:#000;line-height:1;text-align:center;margin:15px 0 0;padding:15px}.brand-models-img a:hover h1,.brand-models-img a:focus h1{background-color:#ed1c24;color:#fff;transition:all .3s}.brand-models-img{border:1px solid #dedede;text-align:center;margin-bottom:30px}.brand-model-desc{margin-bottom:40px}.title-desc{margin-bottom:40px}.title-desc p span{color:#ed1c24;font-weight:bold}.promotions-lists{margin-bottom:30px}.promotions-lists .promotion-img img{width:100%}.promotion-landing-detail{text-align:center}.promotion-landing-detail h1{color:#000;font-weight:bold;margin:30px 0;padding-bottom:30px;border-bottom:1px solid #dedede}.promotion-landing-detail h1 span{color:#ed1c24}.promotion-landing-detail p span{display:block;margin-bottom:10px;font-weight:bold}.promotion-landing-detail a{display:inline-block;padding:10px 20px;color:#fff;background-color:#ed1c24;border-radius:3px;text-decoration:none}.innerpage.about-us .content p{font-size:18px}.innerpage.about-us .content h1{font-size:32px;font-weight:bold}.innerpage.about-us .content img{width:100%}.innerpage.about-us .content .contact-details h1{font-size:20px;border-bottom:1px solid #dedede;padding-bottom:10px;margin-bottom:10px}.innerpage.about-us .content .contact-details p{font-size:16px}.innerpage.about-us .content .contact-details h1 i{color:#ed1c24;font-size:38px;padding-right:20px}article.blog-item{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #dedede;padding-top:20px}.innerpage.blog-page .content img{width:100%}article.blog-item .blog-item-img{margin-bottom:15px}article.blog-item .blog-item-title a h1{font-size:24px;line-height:1;margin-bottom:2px}article.blog-item .blog-item-title a{text-decoration:none;display:block}article.blog-item .blog-item-title ul{list-style:none;padding:0;margin:0 0 10px}article.blog-item .blog-item-title ul li{display:inline-block;padding-right:20px;font-size:14px;color:#99999e}article.blog-item:last-child{border:0}article.blog-item:first-child{padding-top:0}.left-filter h1.recent-post{background-color:#E5E5E2;font-size:14px;font-weight:bold;color:#000;padding:10px;text-transform:capitalize}.recent-post-list h1{font-size:14px;font-weight:bold;text-align:left;margin-top:3px;margin-bottom:0}.recent-post-list p{margin:0;font-size:12px;color:#888888}.blog-item-text p strong{display:block;font-size:18px}.coming-soon-page{text-align:center;padding:50px 15px}.coming-soon-page img{max-width:100%}.cart-top-1 h2{color: #393b47;margin:0;line-height:1;margin-top: 0;font-size: 14px;font-weight: bold;}.cart-top-1 h1{font-weight:bold;color: #1C418C;margin:0;line-height:1;font-size: 24px;text-decoration: none;}.cart-top-1 h3{font-weight: bold;color: #393b47;margin: 5px 0 10px;line-height:1;font-size: 14px;}body{font-size:.875rem}.feather{width:16px;height:16px;vertical-align:text-bottom}.sidebar{position:fixed;top:0;bottom:0;left:0;z-index:100;padding:48px 0 0;box-shadow:inset -1px 0 0 rgba(0,0,0,0.1)}.sidebar-sticky{position:relative;top:0;height:calc(100vh - 48px);padding-top:.5rem;overflow-x:hidden;overflow-y:auto}@supports (position: -webkit-sticky) or (position: sticky){.sidebar-sticky{position:-webkit-sticky;position:sticky}}.sidebar .nav-link{font-weight:500;color:#333}.sidebar .nav-link .feather{margin-right:4px;color:#999}.sidebar .nav-link.active{color:#007bff}.sidebar .nav-link:hover .feather,.sidebar .nav-link.active .feather{color:inherit}.sidebar-heading{font-size:.75rem;text-transform:uppercase}[role="main"]{padding-top:48px}.navbar-brand2{padding-top:.75rem;padding-bottom:.75rem;font-size:1rem;background-color:rgba(0,0,0,0.25);box-shadow:inset -1px 0 0 rgba(0,0,0,0.25)}.navbar .form-control{padding:.75rem 1rem;border-width:0;border-radius:0}.form-control-dark{color:#fff;background-color:rgba(255,255,255,0.1);border-color:rgba(255,255,255,0.1)}.form-control-dark:focus{border-color:transparent;box-shadow:0 0 0 3px rgba(255,255,255,0.25)}



/* Idle State of the stars */



/* Hover state of the stars */

.rating-stars ul > li.star.hover > i.fa {

  color:#FFCC36;

}

.ct-desc a {
    text-decoration: none;
    color: #1C418C;
}

/* Selected state of the stars */

.rating-stars ul > li.star.selected > i.fa {

  color:#1C418C;

} 
a.cartPromoDetails:hover {
    color: #000;
}
a.cartPromoDetails {
    color: #1C418C;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s;
}
body.checkout-cart-index .h-title {
    text-align: left;
    margin: 0 0 40px;
    padding-left: 0;
}
.cart-rebate-2 {
    padding: 20px 0px 10px;
    border-bottom: 1px solid #dedede;
    margin: 0 0 20px;
}
.cart-button a.show-fee:hover {
    color: #000;
}

.cart-button a.show-fee {
    color: #1C418C;
    text-decoration: none;
    font-weight: bold;
    transition: all .3s;
}
a.cartRemove:hover {
    color: #000;
}
a.cartRemove {
    color: #f51c2f;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s;
}
.cart-rebate-2 p {
    text-align: right;
}
body.mpblog-category-view .sidebar {
    display: none;
}
.resultTextResult h3 {
    font-size: 24px;
    font-weight: bold;
    padding-left: 16px;
}
h3.resultFullSize {
    font-size: 24px;
    margin-top: 15px;
    line-height: 1;
    color: #000;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 15px 30px 15px 15px;
    border-right: 0;
}
h3.resultFullSize span {
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-align: left;
}
.bottom-brand {
    margin-bottom: 50px;
}
.top-brand {
    margin-bottom: 20px;
}
.searchSlider .searchBarBox .form-sea .fsbv {
    background: #1c1c1c;
}

.searchSlider .searchBarBox .form-sea .fsbv .vehiclePlateNo {
    background: transparent;
    color: #fff;
    padding-top: 0;
}

.searchSlider .searchBarBox .form-sea .fsbv .searchSliderSeperator p {
    background: #343434;
    color: #fff;
}

.form-sea .fsbv ul.row {
    margin: 0 -15px;
}
.searchSlider .form-sea .fsbv ul.row {
    flex-wrap: nowrap;
}
.searchSlider .searchBarBox .form-sea div#Shopbyvehicle .fsbv #formVehicle a {
    border-radius: 100px;
}
.searchSlider .searchBarBox .form-sea div#Shopbyvehicle .fsbv #formVehicle a.searchBtnProduct {
    background: #f8d90a;
    color: #00299d;
    text-align: center;
}
.searchBarBox {
    margin-top: -140px;
}
.popular-right-offroad {
    padding: 12px 15px;
    border: 1px solid #b9b9b9;
}
.popular-right-offroad h1 {
    font-size: 29px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
.popular-right-offroad p {
    font-size: 14px;
    margin-bottom: 10px;
}
.popular-right-offroad p img {
    width: 20px;
}
.popular-right-offroad p:last-child {
    margin: 0;
}
.popular-right-offroad p a {
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 40px;
    background: #333;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
    text-decoration: none;
    transition: all .3s;
}
.popular-right-offroad p a:hover {
    background: #d40000;
}
.home-suspensions {
    margin: 50px 0;
}
.home-suspensions h1 {
    font-size: 42px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 15px;
}
h1.home-how-it-works-title {
    vertical-align: middle;
    font-size: 42px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}
.searchSliderBanner {
    position: relative;
    background-size: cover;
    /* background-position: 74% top;
    background-attachment: scroll;
    background-size: 100%;
    background-repeat: no-repeat; */
    padding: 30px 0;
}
/* .searchSliderText {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 225px;
    margin: auto;
    width: 100%;
}
body.cms-home_owd .searchSliderText {
    padding: 0;
    width: auto;
    right: 11%;
    top: 59%;
} */


.searchSliderButtons li a {
    display: block;
    background: #f7dc09;
    padding: 15px 30px;
    color: #000;
    border-radius: 30px;
    font-size: 24px;
    font-weight: bold;
    border: 4px solid #f7dc09;
    text-decoration: none;
    transition: all .3s;
    width: 250px;
    text-align: center;
}
.searchSliderButtons li {
    display: inline-block;
    margin-right: 15px;
}
.searchSliderButtons {
    padding: 0;
    margin: 0;
}
.searchSliderButtons li a:hover {
    background: #d9c10a;
    color: #000;
}
body.cms-home_owd .searchSliderText h2 {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 3px 10px black;
    margin: -60px 0 12px;
}
div#productPageWR input {
    border-radius: 20px;
    font-size: inherit;
}
div#productPageWR textarea {
    border-radius: 20px;
    font-size: inherit;
}
div#productPageWR select {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border-radius: 20px;
    border: 1px solid #dedede;
    font-size: inherit;
}
.SLReviewTopRatings {
    font-size: 22px;
    font-weight: bold;
    background: #efefef;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
}
.SLReviewTopRatings .reviewProdBtn {
    font-size: 13px;
    font-weight: 500;
}
.SLReviewTopRightTop {
    font-size: 16px;
    font-weight: bold;
}
.SLReviewTopRightTop span {
    font-weight: 500;
}
.SLRTRBPep {
    font-weight: 500;
}
div#productPageWR label {
    font-weight: bold;
}
body.cms-home_owd .searchSlider img {
    max-width: 363px;
}
body.cms-home_owd .searchSlider .searchby-slider li a span {
    font-size: 14px;
    font-weight: 900;
    display: block;
}
body.cms-home_owd .searchSlider .searchby-slider li a.red-now {
    font-weight: bold;
    color: #fff;
    background: #00299d;
}

body.cms-home_owd .searchSlider .searchby-slider li a {
    border-radius: 10px 10px 0px 0px;
    background: #747373;
    font-size: 13px;
    padding: 10px;
    text-transform: uppercase;
}

body.cms-home_owd .searchSlider .searchBarBox .form-sea .fsbv {
    background: #dedede;
    padding: 13px 5px 8px;
    border-radius: 0 0 10px 10px;
}

div#Shopbyvehicle {
    box-shadow: 0px 9px 22px 1px #7a7a7a;
    border-radius: 0 0px 10px 10px;
}
.tn_img_slide {
    text-align: right;
}
body.cms-home_owd .searchSlider .form-sea .fsbv ul li {
    width: 100%;
    margin: 0 0 10px;
    display: block;
    font-size: 0;
    padding: 0 10px;
}
body.cms-home_owd .searchby-slider li {
    display: table-cell;
    margin-right: 0;
    width: 100%;
    max-width: auto;
    line-height: 1;
}
body.cms-home_owd .searchBarBox {
    margin: 0;
}
body.cms-home_owd .searchby-slider ul {
    display: flex;
}
body.cms-home_owd .searchSlider .form-sea .fsbv ul.row {
    margin: 0;
    display: block;
}
body.cms-home_owd .searchBarBox {
    margin: 0;
    width: 100%;
    max-width: 440px;
    /* margin-left: auto; */
}
body.cms-home_owd .searchBlock:before {
    content: url(../../../../media/start-arrow.png);
    position: absolute;
    top: 0;
    left: -98px;
    z-index: 1000;
    display: none;
}
body.cms-home_owd .searchBlock {
    padding-top: 0;
}
body.cms-home_owd .searchSlider .searchBarBox .form-sea div#Shopbyvehicle .fsbv #formVehicle a {
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 5px;
}
.searchSliderText p.searchSliderText1 {
    text-transform: uppercase;
    color: #f76823;
    font-weight: 700;
    font-size: 2em;
}
.searchSliderText h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3.5em;
    text-shadow: 0 4px 17px #000;
    cursor: pointer;
}
.searchSliderText p {
    color: #fff;
    font-size: 1.36em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 0 4px 17px #000;
}
.str-stock span {
    font-weight: bold;
}
.cartPackage {
    padding: 0 20px 20px;
    margin-bottom: 15px;
    border: 1px solid #dedede;
}

.fotorama__stage__frame .fotorama__img:hover {
    cursor: url('../../frontend/ATV/OWD/en_US/images/cursor-zoom.png'), default;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code {
	display: none;
}
.checkout-index-index aside.modal-popup {
    display: none;
}
.checkout-index-index aside.modal-popup._inner-scroll._show {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
}
.checkout-index-index aside.modal-popup header.modal-header {
    display: none;
}
.checkout-index-index aside.modal-popup._inner-scroll .modal-inner-wrap .modal-content {border: 0;}
.checkout-index-index aside.modal-popup._inner-scroll .modal-inner-wrap {
    background: #fff;
    position: fixed;
    top: 4rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 700px;
    padding: 20px 20px 0;
    border-radius: 20px;
}
.checkout-index-index aside.modal-popup._inner-scroll .modal-inner-wrap footer.modal-footer button {
    border: 0;
    background: #ff6767;
    color: #fff;
    padding: 5px 30px;
    cursor: pointer;
}
.checkout-index-index .checkout-agreement label.label button { 
    background: transparent;
    border: 0;
    text-align: justify;
    padding: 0;
    outline: 0;
    pointer-events: none;
    width: 100%;
    font-weight: 500;
    font-style: italic;
    font-size: 11px;
    vertical-align: super;
}
.checkout-index-index #checkout .checkout-agreement {
    width: 100%;
    margin-top: 10px;
}

.checkout-index-index .checkout-agreement label.label button span {font-size: 11px;}

.checkout-agreement.field.choice.required input[type=checkbox] {
    position: absolute;
    left: 10px;
    top: 0;
}

.checkout-agreement.field.choice.required {
    padding-left: 28px!important;
}

.checkout-index-index #checkout .checkout-agreement label.label {
    width: 100%;
}

div#modelSizeResult ul li {
    margin: 0;
    list-style: none;
}
div#modelSizeResult ul li a {
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dedede;
    color: #333;
    margin-top: 15px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
}
body.search-tires-brand button#model-size-search {
    display: none;
}
.wheelsModelsss .bm-lists li a {
    display: block;
    padding: 10px;
    text-align: center;
    margin-top: 15px;
    border-radius: 5px;
    border: 1px solid #dedede;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
#checkout form#tnw_authorize_cim-form label.label {
    position: absolute;
    top: 5px;
    left: 25px;
    font-size: 12px;
    color: #9d9d9d;
    z-index: 1;
}
#checkout form#tnw_authorize_cim-form div#tnw_authorize_cim_cc_type_exp_div {
    padding: 0;
    margin-top: 10px;
}
#checkout form#tnw_authorize_cim-form input {
    width: 100%;
}
#checkout form#tnw_authorize_cim-form fieldset#payment_form_tnw_authorize_cim {
    font-size: 0;
}
#checkout form#tnw_authorize_cim-form div#tnw_authorize_cim_cc_type_exp_div .control .fields.group {
    font-size: 0;
}
#checkout form#tnw_authorize_cim-form div#tnw_authorize_cim_cc_type_exp_div .control .fields.group .field {
    display: inline-block;
}
#checkout .field.required.number {
    margin-top: 10px;
}
#checkout form#tnw_authorize_cim-form div#tnw_authorize_cim_cc_type_cvv_div {
    margin-top: 15px;
}
#checkout  .field-tooltip.toggle._active .field-tooltip-content {
    display: block;
    z-index: 2;
    top: 30px;
}
#checkout form#tnw_authorize_cim-form div#tnw_authorize_cim_cc_type_cvv_div .field-tooltip.toggle {
    margin: 10px 0;
    color: #e72f2f;
}

.shippingDisclamer {
    font-size: 14px;
    padding: 0 15px;
}
.shippingDisclamer p {
    margin: 0;
}
#homeSearchVehicle .modal-content {
    border-radius: 20px;
    border: transparent;
}
#homeSearchVehicle .modal-content button.close, #homeSearchSize  .modal-content #customSearchSize button.close{
    top: -18px;
    right: -18px;
    font-size: 16px;
    padding: 10px 11.5px;
    background: #1C418C;
    color: #fff;
    opacity: 1;
    border-radius: 30px;
    z-index: 4;
}
#searchHomepage {
    background: #dedede;
    border-radius: 20px;
}
#searchHomepage li {
    display: table-cell;
    text-align: center;
}
#searchHomepage ul {
    width: 100%;
    display: table;
    border: 0;
    position: relative;
}
#searchHomepage li a {
    color: #fff;
    font-weight: bold;
    display: block;
    background: #4f4f4f;
    padding: 15px 5px;
    z-index: 1;
    text-decoration: none;
    border-radius: 20px 0 0;
    font-size: 16px;
}
#searchHomepage li a.active {
    background: #dedede;
    color: #4f4f4f;
}
#searchHomepage li:last-child a {
    border-radius: 0 20px 0 0;
}
#searchHomepage .tab-content {
    border: none;
}
#searchPopupHome .searchList .searchItem.searchItemLast, #searchPopupSizeHome .searchList .searchItem.searchItemLast {
    margin: 0;
}
 .search-tires-searchresult .margb-10.qtyResult {
    display: table;
    margin: 15px 0px 20px;
}
.search-tires-searchresult .trri-r .qtyResult h2 {
    font-size: 12px;
    display: table-cell;
    vertical-align: top;
    padding: 5px 6px 0 0;
}
.search-tires-searchresult .quantityInc {
    width: 80px;
    text-align: center;
}
.search-tires-searchresult .trri-r .qtyResult input {
    width: 26px;
    font-size: 18px!important;
    float: none;
    display: inline-block;
    border: none;
    outline: none;
}
.search-tires-searchresult .quantityInc.quantityInctop {
    width: 100%;
}
.search-tires-searchresult .quantityInc span.minus, .search-tires-searchresult .quantityInc span.plus {
    height: auto;
    box-sizing: initial;
    vertical-align: initial;
    line-height: 1;
    border: 0!important;
    outline: 0!important;
    padding: 0 2px;
}
.trr-sls li strong span {
    border-right: 2px solid #f51c2f;
    margin-right: 3px;
    padding-right: 5px;
}
.search-wheels-searchresult .trr-sls li {
	text-transform: uppercase;
}
div#searchPopupHome .searchList .searchItem .searchItemDd .col-sm-4, div#searchPopupSizeHome .searchList .searchItem .searchItemDd .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
    padding: 0;
}
.searchItemsYearSelect .homeItemSearch {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(7, 1fr);
}
.searchItemsMakeSelect .homeItemSearch {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(7, 1fr);
}
.searchItemsModelSelect .homeItemSearch {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(7, 1fr);
}
.searchItemDd.searchItemsOptionSelect .homeItemSearch {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, 1fr);
}
.searchItemsSecSelect .homeItemSearch {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(19, 1fr);
}
.searchItemsAspSelect .homeItemSearch {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, 1fr);
}
.searchItemsDiaSelect .homeItemSearch {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(1, 1fr);
}
.searchItemsHome {
    white-space: nowrap;
}
div#searchPopupSizeHome .searchList .searchItem .searchItemDd a.searchItemTiresSec {
    margin: 2px;
}
div#searchPopupSizeHome .searchList .searchItem .searchItemDd a.searchItemTiresDia, div#searchPopupSizeHome .searchList .searchItem .searchItemDd a.searchItemTiresAspect, div#searchPopupSizeHome .searchList .searchItem .searchItemDd a.searchItemTiresSec,
div#searchPopupSizeHome .searchList .searchItem .searchItemDd a.searchItemTiresStagAspect, div#searchPopupSizeHome .searchList .searchItem .searchItemDd a.searchItemTiresStagDia, div#searchPopupSizeHome .searchList .searchItem .searchItemDd a.searchItemTiresStagSec {
    font-size: 14px;
}


/*      Media Styles     */
@media only screen and (max-width: 1200px) {
    
    .searchSlider img {
        width: 100%;
    }

    body.cms-home_owd .searchSlider img {
        max-width: 363px;
    }
    
}
@media only screen and (max-width: 1100px) {

	div#searchPopupHome .searchList .searchItem .searchItemDd .col-sm-4, div#searchPopupSizeHome .searchList .searchItem .searchItemDd .col-sm-4 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 16.66%;
	    flex: 0 0 16.66%;
	    max-width: 16.66%;
	    padding: 0;
	}
	.checkout-success {
	    padding: 30px;
	    width: 100%;
	} 
    
}
@media only screen and (max-width: 991px) {
    
	div#searchPopupHome .searchList .searchItem .searchItemDd .col-sm-4, div#searchPopupSizeHome .searchList .searchItem .searchItemDd .col-sm-4 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	    padding: 0;
	}
	.searchItemsMakeSelect .homeItemSearch {
	    display: grid;
	    grid-auto-flow: column;
	    grid-template-rows: repeat(13, 1fr);
	}
	.lp-stagD p#lpSize, .lp-stagD p#lpSize1 {
	    font-size: 14px!important;
	}
	div.lowestPricePop .lp-stagD p#lpPart, div.lowestPricePop .lp-stagD p#lpPart2 {
	    font-size: 14px!important;
	}
	.lp-stagD h6 {
	    font-size: 16px;
	}
}
@media only screen and (max-width: 768px) {
    
	div#searchPopupHome .searchList .searchItem .searchItemDd .col-sm-4, div#searchPopupSizeHome .searchList .searchItem .searchItemDd .col-sm-4 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 33.33%;
	    flex: 0 0 33.33%;
	    max-width: 33.33%;
	    padding: 0;
	}
 	div#searchPopupHome .searchList .searchItem .searchItemDd, div#searchPopupSizeHome .searchList .searchItem .searchItemDd {
 		width: 100%;
 	}
	.searchItemsMakeSelect .homeItemSearch {
	    display: grid;
	    grid-auto-flow: column;
	    grid-template-rows: repeat(10, 1fr);
	}
	.checkout-success p {
	    text-align: center;
	    font-size: 16px;
	    line-height: 1.4;
	}
    
}
@media only screen and (max-width: 575px) {
    
	div#searchPopupHome .searchList .searchItem .searchItemDd .col-sm-4, div#searchPopupSizeHome .searchList .searchItem .searchItemDd .col-sm-4 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	    padding: 0;
	}
    .searchSlider {
        padding: 0;
    }
    .checkout-success a.btn.action.btn-success.mb-2 {
	    margin-bottom: 20px!important;
	}
	.checkout-success a.action.primary.continue {
	    display: block;
	}
	.searchItemsYearSelect .homeItemSearch {
	    display: grid;
	    grid-auto-flow: column;
	    grid-template-rows: repeat(10, 1fr);
	}
	.checkout-success {
	    padding: 15px;
	}
    
}
@media only screen and (max-width: 575px) {
    
    .searchBarBox .container {
        max-width: 100%;
    }
    .searchBarBox .container .searchBlock {
        padding: 0;
    }
    .searchby-slider li {
        margin-right: 0;
        width: 33.33%;
        max-width: 100%;
    }
    .searchSlider .searchby-slider li a {
        font-size: 16px;
    }
    .searchSlider .form-sea .fsbv {
        padding: 20px 20px 10px 20px;
    }
    .searchSlider .form-sea .fsbv ul.row {
        flex-wrap: wrap;
    }
    .searchSlider .form-sea .fsbv ul li {
        width: 100%;
        margin: 0 0 0;
        display: inline-flex;
        font-size: 0;
        padding: 0 10px;
    }
    .home-suspensions h1, h1.home-how-it-works-title, .h-title h1 {
        font-size: 30px;
    }
    .ci-inner h3 {
        font-size: 20px;
    }
    .ci-inner p {
        font-size: 14px;
    }
    .promotions-page p, .faqlist p, .faqlist li, .h-title p {
        font-size: 14px;
    }
    .footer-top p {
        font-size: 14px;
    }
    .searchSlider img {
        width: 100%;
    }
    .searchSliderBanner{background-position: -220px center;}
    .tn_img_slide {
        text-align: center;
        margin-bottom: 20px;
    }
    body.cms-home_owd .searchBarBox{margin: 0 auto;}
    .searchBarBox {
        margin-top: 0;
    }
    .searchSliderText {
        height: 120px;
    }
    .searchSliderText p.searchSliderText1 {
        font-size: 1em;
    }
    .searchSliderText h1 {
        font-size: 1.5em;
    }
    .searchSliderText p {
        font-size: 1em;
    }
    div#Shopbyvehicle #formVehicle a {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .c-inner img {
        width: 100%;
    }
    .popular_brands .most-pol {
        margin: 40px 0 0;
    }
    .searchItemsSecSelect .homeItemSearch {
	    display: grid;
	    grid-auto-flow: column;
	    grid-template-rows: repeat(29, 1fr);
	}
}
@media only screen and (max-width: 480px) {
	
    .searchItemsMakeSelect .homeItemSearch {
	    display: grid;
	    grid-auto-flow: column;
	    grid-template-rows: repeat(30, 1fr);
	}
	.searchItemsYearSelect .homeItemSearch {
	    display: grid;
	    grid-auto-flow: column;
	    grid-template-rows: repeat(12, 1fr);
	}
    
}
@media only screen and (max-width: 380px) {

	.searchItemsSecSelect .homeItemSearch {
	    display: grid;
	    grid-auto-flow: column;
	    grid-template-rows: repeat(36, 1fr);
	}
    .searchItemsAspSelect .homeItemSearch {
	    display: grid;
	    grid-auto-flow: column;
	    grid-template-rows: repeat(3, 1fr);
	}

}
@media only screen and (max-width: 320px) {

    
}
.btn-atc{cursor: pointer;}
.btn-atc > span{
    color: #042e8d;
    background: #ffffff;
    padding: 8px 15px 8px 50px;
}
/*
.btn-wicon > i {
    background: #f8d90a;
}

button.trrir-addtocartred.btn-wicon.btn-atc.p-0, a.trrir-addtocartred.btn-wicon.btn-atc.mb-1 {
    border: 2px solid #f8d90a;
}

.trrir-addtocartred:hover span {
    background: #f8d90a;
    color: #1c418c;
}

.trrir-addtocartred.addToCartLoader span {
    background: #f8d90a;
    color: #1c418c;
} *//*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:""}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--3dx .hamburger-box{perspective:80px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{transform:rotateY(180deg);background-color:transparent!important}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:80px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{transform:rotateY(-180deg);background-color:transparent!important}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:80px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{transform:rotateX(-180deg);background-color:transparent!important}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:80px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{transform:rotateX(180deg);background-color:transparent!important}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:80px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg);background-color:transparent!important}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:80px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{transform:rotateX(180deg) rotateY(180deg) rotate(-180deg);background-color:transparent!important}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s;transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:2px;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:75ms;transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:75ms;transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s;transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;opacity:0}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:2px}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform,opacity}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.22s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(90deg)}.hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.13s}.hamburger--spring-r .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s;opacity:0}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:rotate(90deg)}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(90deg);background-color:transparent!important}.hamburger--stand.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s;transform:rotate(-90deg);background-color:transparent!important}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(-45deg)}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s;transform:rotate(45deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.2s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}  .menu{display: none;}
  .btn11 {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 11px;
    transition-duration: 0.5s;
    left: 0;
  }
  .btn11 .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #212121;
  }
  .btn11 .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: -10px;
  }
  .btn11 .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: 10px;
  }
  .btn11 .icon-left:hover {
    cursor: pointer;
  }
  .btn11 .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 15px;
    top: 30px;
    background-color: #212121;
    left: 15px;
  }
  .btn11 .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: -10px;
  }
  .btn11 .icon-right:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #212121;
    content: "";
    top: 10px;
  }
  .btn11.open .icon-left {
    transition-duration: 0.5s;
    background: transparent;
  }
  .btn11.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
  }
  .btn11.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
  }
  .btn11.open .icon-right {
    transition-duration: 0.5s;
    background: transparent;
  }
  .btn11.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
  }
  .btn11.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
  }
  .btn11:hover {
    cursor: pointer;
  }
  
  header .container {
      position: relative;
  }

  .res-cart, .res-mobile, .res-nav{display: none;}
  .res-menu-open{display: none;}
  .body{overflow-x: hidden;}
    .page.messages .message {
        font-size: 15px;
        margin: 0;
        padding: 1px;
    }
.checkout-index-index .orderReviewCartItem > div {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 0 15px;
}
.checkout-index-index .orderReviewCartItemImg img {
    width: 100%;
}
.checkout-index-index .orderReviewCartItem {
    font-size: 0;
    margin-bottom: 15px;
}
.checkout-index-index p.orderReviewCartItemName {
    font-size: 18px;
}
.checkout-index-index .orderReviewCartItem .orderReviewCartItemProduct {
    width: 75%;
}
.checkout-index-index .orderReviewCartItemProduct p:first-child {
    margin: 0;
    font-weight: bold;
    color: #f26635;
}
.checkout-index-index .orderReviewCartItem .orderReviewCartItemImg {
    width: 25%;
}
.checkout-index-index .orderReviewCartItemProduct p {
    font-size: 14px;
    color: #333;
    margin: 0;
}
.checkout-index-index li#shipping_methods[style="display: list-item;"] + .opc-block-summary, .checkout-index-index .opc-block-summary span.title {
    display: none;
}
.checkout-index-index .table-totals .mark {
    background: #f2f6ff;
    text-align: right;
}
.checkout-index-index .table td {
    text-align: right;
}
.checkout-index-index .table-totals caption.table-caption {
    display: none;
}
.checkout-index-index .table-totals {
    border-radius: 0;
    overflow: hidden;
    background: #f1f1f1;
}
.checkout-index-index .table td, .table th {
    border-bottom: 1px solid #dee2e6;
}
.checkout-index-index div#checkout-payment-method-load .step-title {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #2e2e2e;
}
div#confirmationReviewPopup .modal-dialog {
    max-width: 750px;
}
div#confirmationReviewPopup .modal-dialog .modal-content {
    border-radius: 20px;
    padding: 20px;
}
a.buttonReview, a.checkOutNowButttooon {
    background: #d40000;
    width: 250px;
    cursor: pointer;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 20px;
    display: block;
    text-decoration: none;
    margin: auto;
    text-align: center; 
}
a.pay-in-store-button-review {
    background: #d40000;
    width: 250px;
    cursor: pointer;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 20px;
    display: block;
    text-decoration: none;
    margin: auto;
    text-align: center; 
}

div#upsell-pop-up.overlay{z-index: 999999999999;}

.newHeader{display: none;}

.newStoreHead, .newBookQuick{display: none;}

.men-sign{display: none;}
@media screen and (max-width: 1766px) {
    .searchSliderText .container {
        max-width: 1290px;
    }
}

@media screen and (max-width: 1678px) {
    .searchSliderBanner {
        position: relative;
        background-size: cover;
        padding: 30px 0;
    }
}

@media screen and (max-width: 1514px) {
    body.cms-home_owd .searchBarBox{
        max-width: 400px;
    }
}


@media screen and (max-width: 1328px) {
    body.cms-home_owd .searchBlock:before {
        zoom: 0.7;
    }
    body.cms-home_owd .searchBarBox{
        max-width: 380px;
    }
    body.cms-home_owd .searchSlider .searchby-slider li a span{font-size: 12px;}
}

@media screen and (max-width: 1280px) {
    .slick-next{right: 0;}
    .slick-prev{left: 0;}
}

@media screen and (max-width: 1328px) {
    body.cms-home_owd .searchBlock:before {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .searchSliderBanner{padding: 10px 0 10px;}
}

@media screen and (max-width: 1200px) {
    .up-right{font-size: 26px;}
    .up-left{width: 70%;}
    #checkout ol li {
        margin: 0;
    }

    .resultCatchMessage p {font-size: 11px;}

    h2.trr-pricenorm.trr-price {font-size: 20px;}
    
    h5.trr-priceLabel.trr-set.pricingChange {font-size: 12px;}
    
    .trr-set span {font-size: 12px;}
    
    h2.trr-pricerebate.trr-price {font-size: 20px;}
    
    /* h2.trr-pricenorm:after {top: 12px;} */
    .search-tires-searchresult .innerpage .container, .search-wheels-searchresult .innerpage .container {
        max-width: 100%;
    }
    h2.trr-pricenorm {
        font-size: 30px;
    }
    h2.trr-pricerebate {
        font-size: 30px;
    }
    .quantityInc span.minus, .quantityInc span.plus {
        padding: 0px 0px;
    }
    .trri-r .qtyResult h2 {
        font-size: 12px;
    }
    a.addCartNSave {
        font-size: 16px;
    }
}

@media screen and (max-width: 1176px) {
    .gbb-price.stag h1 {
        font-size: 22px;
    }

    .search-tires-searchresult .quantityInc.quantityInctop{width: 100%;}
}

@media screen and (max-width: 1176px) {
    .bottom-left {
        width: 91%;
    }

    .bottom-left li {
        margin-left: 10px;
    }

    .bottom-left li a {
        padding: 18px 10px;
    }

    .bottom-right {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1180px) {
    .popular_brands:before {
        width: 280px;
        height: 340px;
        background-repeat: no-repeat;
    }

    .popular_brands img {
        width: 130px;
    }

    .popular_brands:after {
        width: 285px;
        height: 285px;
        background-repeat: no-repeat;
    }
    .wdblock .container {
        max-width: 1100px;
    }
}

@media screen and (max-width: 1160px) {
    body.cms-home_owd .searchSlider .searchBarBox .form-sea div#Shopbyvehicle .fsbv #formVehicle a{width: 100%;}
}

@media screen and (max-width: 1144px) {
    .up-left{width: 70%;}
    .up-left li a{font-size: 14px;}
    .up-left li {
        padding: 0 5px;
    }
    div#Shopbyvehicle #formVehicle a{font-size: 14px;}
    .footer-customer-text p{font-size: 14px;}
}

@media screen and (max-width: 1116px) {
    .hsvCont a, .hsvCont, .headbook .hsvCont a, .mv_title {
        font-size: 14px;
    }

    .hsvCont a img {
        vertical-align: middle;
    }
}


@media screen and (max-width: 1100px) {
    .quantityInc {
        padding: 0 2px;
        text-align: center;
    }
    .checkout-cart-index .quantityInc span.minus, .checkout-cart-index .quantityInc span.plus {
        padding: 6px 2px;
    }
    .checkout-cart-index input.form-control.item-qty {
        font-size: 18px!important;
        width: 22px;
        padding: 9px 0;
    }
    .search-tires-searchresult .trrir-right.margb-10.qtyResult {
        display: block;
    }
    .quantityInc span.minus, .quantityInc span.plus {
        padding: 0px 2px;
    }
    .search-tires-searchresult .trri-r .qtyResult input {
        width: 26px!important;
    	height: 40px;
    }
    p.trr-priceLabel {
        font-size: 12px;
    }
    .tooltipsX {
        font-size: 12px;
    }
    h2.trr-pricenorm {
        font-size: 22px;
    }
    h2.trr-pricerebate {
        font-size: 22px;
    }
    .avail-promo p {
        font-size: 14px;
    }
    .trri-w p {
        font-size: 12px;
    }
    .trr-sls li {
        font-size: 14px;
    }
    .trr-sls li:last-child {
        font-size: 14px;
    }
    .quantityInc.quantityInctop span.minus, .quantityInc.quantityInctop span.plus {
        font-size: 14px;
    }
    .quantityInc.quantityInctop input.form-control {
        max-width: 20px;
    }
    .gbb-price p {
        font-size: 12px!important;
    }
    .gbb-price h1 {
        font-size: 26px;
    }
    .search-tires-searchresult h2.trr-priceslash.trr-price {
        font-size: 22px;
    }
    .search-tires-searchresult .trrir-addtocartred {
        white-space: normal;
    }
    .search-tires-searchresult .trri-r .qtyResult h2 {
        font-size: 11px;
        padding-right: 4px;
        display: table-cell;
        vertical-align: middle;
    }
    .search-tires-searchresult .quantityInc {
        width: 80px;
        padding: 0 3px;
        margin: 0 0 0 auto;
    }
    .search-tires-searchresult .quantityInc span.minus, .search-tires-searchresult .quantityInc span.plus {
        height: 20px;
        padding: 9px 3px;
    }
    .search-tires-searchresult .trri-r .qtyResult input {
        float: none!important;
        display: inline-block;
        width: 20px;
        padding: 7px 0!important;
        border: 0!important;
        outline: 0!important;
        font-weight: 600;
        font-size: 16px!important;
        vertical-align: top;
    }

    .wdblock .container {
        max-width: 1030px;
    }
    body.cms-home_owd .searchBarBox {
        max-width: 320px;
    }
}

@media screen and (max-width: 1090px) {
    .bottom-left li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1054px) {
    .bottom-left li a {
        font-size: 20px;
        padding: 18px 10px;
    }
    .btn-atc > span, a.addCartNSave{font-size: 14px;}
    .bottom-left li {
        margin-left: 40px;
    }
    .ci-inner h3{font-size: 24px;}
    .ci-inner p{font-size: 14px;}
    .h-title h1{font-size: 32px;}
    .promotions-page p, .faqlist p, .faqlist li, .h-title p{font-size: 14px;}
    .trri-w h3 a{font-size: 28px;}

    .bottom-left li a {
        font-size: 16px;
        padding: 18px 5px;
    }
    
    .bottom-left li {margin-left: 10px;}
    
    .navbar-dark .navbar-brand img {
        max-width: 200px;
    }
}

@media screen and (max-width: 1024px) {
    .up-right {text-align: center;}
    .popular_brands:before {
        width: 260px;
        height: 340px;
        background-repeat: no-repeat;
    }
    
    .popular_brands img {
        width: 120px;
    }
    
    .popular_brands:after {
        width: 285px;
        height: 285px;
        background-repeat: no-repeat;
    }

    .up-right {
        text-align: center;
        padding: 5px 10px;
        font-size: 10px;
    }

    .up-right span{font-size: 13px;}
    
    .up-right a {font-size: 15px;}
    body.cms-home_owd .searchSliderText {
        position: initial;
        top: initial;
        bottom: initial;
        height: auto;
        margin: auto;
        width: 100%;
        /* padding: 11rem 0 4rem !important; */
    }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
    /* body.cms-home_owd .searchSliderText {
        padding: 13rem 0px 1rem !important;
    } */
}

@media screen and (max-width: 1019px) {
    .up-right {
        font-size: 22px;
    }
    .up-left{width: 75%;}

    ul.olt-sub-menu {
        width: 80px;
        bottom: -36px;
        top: inherit;
        left: 0;
        z-index: 99;
    }

    .res-nav > ul > li .olt-sub-menu a {font-size: 14px;}
    .res-nav li .olt-sub-menu li {width: 100%;margin: 0;}
}

@media screen and (max-width: 991px) {
    /* body.cms-home_owd .searchSliderBanner {
        background-position: 103% top;
        background-attachment: scroll;
        background-size: 162%;
        background-repeat: no-repeat;
        
    }   */

    .lowprice h2 {font-size: 45px;}

    .tnHome{display: inline-block;}

    .footer-inner{padding-top: 30px!important;}
    .qinstock {
        text-align: left;
    }
    h2.trr-priceslash.trr-price {
        font-size: 22px;
    }
    .inlize-size .stickmid .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .search-tires-searchresult .innerpage .container .row > .col-md-10, .search-wheels-searchresult .innerpage .container .row .col-md-10 {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-2.left-filter {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .col-md-2.left-filter:before {
        content: 'Filter';
        font-size: 18px;
        padding: 10px;
        display: block;
        background: #000;
        color: #fff;
        font-weight: 500;
    }
    
    .filters {
        border-bottom: 1px dotted #ccc;
    }
        
    .filters-result {
        display: none;
    }

    #popupTireSize .modal-dialog, div#popupWheelSize .modal-dialog, div#popupPackage .modal-dialog {
        max-width: 90%;
    }
    .menu{display: block;}
    header .container {
        position: relative;
    }
    
    .res-cart {
        position: absolute;
        right: 15px;
        top: 30px;
    }
    
    a.cart-ic {
        width: 30px;
        height: 30px;
        display: block;
    }
    
    a.cart-ic img {
        width: 100%;
    }
    
    span#cart-qty {
        height: 16px!important;
        font-size: 10px!important;
    }

    .res-cart, .res-mobile, .res-nav{display: block;}
    a.navbar-brand {
        margin-left: 50px;
    }

    .res-mobile {
        position: relative;
        width: 100%;
        background: #1c1c1c;
        padding: 8px 40px;
    }
    
    .up-right {
        border: 0;
        padding-top: 0;
        border-radius: 0;
        margin: 0;
    }
    
    .up-right span {
        display: inline-block;
        color: #fff!important;
    }
    
    .res-nav {
        position: absolute;
        right: 60px;
        top: 30px;
    }
    
    .res-nav li {
        display: inline-block;
        margin: 0px 12px;
    }
    
    .res-nav ul.list-unstyled {
        margin: 0;
    }
    
    .res-nav ul li a {
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 800;
        color: #464646;
        font-size: 16px;
    }
     
    header {
        padding-top: 0;
    }

    .banner-text-top{font-size: 14px;}

    .searchSlider .form-sea .fsbv ul li{padding: 0 5px;}
    .res-menu-open {
        position: absolute;
        top: 124px;
        z-index: 999; 
        width: 100%;
        display: none;
    }
    
    .res-menu-open ul#list {
        width: 96%;
        background: #212529;
        margin: 0 auto;
        padding: 5px 0 0;
    }
    
    .res-menu-open ul#list li img {
        display: none;
    }
    
    .res-menu-open ul#list li a {
        display: block;
        padding: 15px;
        color: #fff;
        border-bottom: 1px dotted #545454;
    }
    .footer-inner h2 {
        font-size: 24px!important;
    }

    .footer-top h1{font-size: 26px;}
    .floating-img.container .col-md-7, .floating-img.container .col-md-5{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .col-md-5.footer-customer-text{margin-top: 25px; margin-bottom: 15px;}
    .pkg-s a h3{
        max-width: 155px;
        font-size: 15px;
        display: block;
        padding: 8px 0.3em;
    }
    .newCart-item {
        padding: 0;
    }
    .quantityInc {
        padding: 0 4px;
    }
    .checkout-cart-index input.form-control.item-qty {
        font-size: 14px!important;
        width: 13px;
    }
    p.cprice {
        font-size: 16px;
    }
    p.peach {
        font-size: 12px;
    }
    p.peach span {
        font-size: 9px;
    }
    .indent-haz {
        padding-left: 0;
    }
    .CN_recom {
        font-size: 16px;
        margin-top: 0;
    }
    .ctd-top h6 {
        font-size: 14px;
    }
    .ctd-top p.rhGreen {
        font-size: 12px;
    }
    .checkout-cart-index .indent-haz .col-md-6 .col-4.text-right p {
        font-size: 14px;
    }
    .ct-desc form p span {
        font-size: 12px;
    }
    p.cprice2 {
        font-size: 16px;
    }
    p.peach span.rhprice2 {
        font-size: 12px;
        color: #000;
        font-weight: bold;
    }
    .newPromotion h3 {
        font-size: 16px;
    }
    .newPromotion li {
        font-size: 14px;
    }
    p.OScartItem {
        font-size: 13px;
    }
    .checkout-cart-index #block-discount .control input#coupon_code {
        width: 100%;
    }
    .checkout-cart-index .coupon-side label {
        font-size: 12px;
    }
    .CartOtherBtn a.btn.btn-default {
        white-space: normal;
    }
    .CartOtherBtn a.btn.btn-default img {
        margin-top: 5px;
        width: 100%;
        margin-left: 0!important;
        height: auto;
        max-width: 100px;
    }
    .checkout-cart-index .quantityInc span.minus, .checkout-cart-index .quantityInc span.plus {
        font-size: 18px;
        padding: 10px 0px;
    }
    #checkout ul.opc-progress-bar li {
        display: inline-block;
        max-width: none;
        font-size: 18px;
        position: relative;
    }

    div#checkout {
        padding: 10px 20px 20px;
        margin-top: 10px;
    }
    .checkout-cart-index .column.main {
        padding: 0 15px;
    }
    a.addCartNSave:before {
        width: 45px;
        background-size: 22px;
    }
    .btn-wicon > i {
        width: 45px;
        font-size: 20px;
    }
    a.addCartNSave {
        padding: 12px 0 12px 46px;
    }
    .btn-atc > span {
        padding: 8px 15px 8px 60px;
    }
    .trri-r .qtyResult h2 {
        text-align: left;
    }
    .quantityInc {
        display: block;
    }
    .postmobile{padding: 0;}
    .up-right a{
        border-radius: 0;
        font-size: 18px;
        padding: 10px 0;
        text-decoration: none;
    }
    .up-left{display: none;}
    .footer_logo2 p{margin-bottom: 0;}
    .footer_logo2 h2{margin-bottom: 30px!important;}
    .footer-inner ul li {
        margin-bottom: 5px;
        line-height: 1.2;
    }
    .popular_brands:before, .popular_brands:after{display: none;}
    /* body.cms-home_owd .searchSliderText {
        padding: 3rem 0 9rem;
        text-align: center;
    } */
    
    body.cms-home_owd .searchSliderText h2 {
        margin: 0 0 20px;
    }

    footer > .container > .row > .col-md-3.col-sm-12:first-child {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    footer {
        padding-top: 0;
    }
    
    .footerNewsletter {
        margin-bottom: 30px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    footer > .container > .row > .col-md-3.col-sm-12 {-ms-flex: 0 0 100%;flex: 0 0 33.3333%;max-width: 100%;}
    
    button.slick-next.slick-arrow {
        right: 0;
        width: 40px;
        height: 40px;
    }
    
    .slick-prev:before, .slick-next:before {
        font-size: 40px;
    }
    
    button.slick-prev.slick-arrow {
        left: 0;
        z-index: 1;
        width: 40px;
        height: 40px;
    }
    
    
    .home-promo-slider.slick-initialized.slick-slider.slick-dotted {
        padding: 0 20px;
    }

    .cms-home_owd .h-title h2:after {
        display: none;
    }

    .h-title.text-left {
        text-align: center!important;
    }

    .cms-home_owd .h-title h2 {
        box-shadow: 0 0 0 20px #fff;
    }

    .cms-home_owd .h-title:before {
        left: 0;
    }

    .popular_brands img {
        max-width: 130px;
        width: 100%;
        vertical-align: middle;
    }

    .most-pol.popular_brands {
        padding-bottom: 30px;
    }

    .olt-why-oltcom h2 {
        text-align: center!important;
    }
    
    .olt-why-oltcom .title-para {
        text-align: center!important;
    }
    .myt1234_inner-right h4{margin-bottom: 20px;font-size: 18px;}

    body.cms-home_owd .searchSliderText h2 {
        font-size: 3.5rem;
    }
    
    .searchSliderButtons li a {
        font-size: 20px;
        padding: 15px 20px;
    }
    
    .footerNewsletter .col-md-6 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;width: 100%;text-align: center;}
    
    .footerNewsletter .col-md-6.align-self-center {
        margin-top: 15px;
    }

    .search-wheels-searchresult .tr-right-result .qinstock {text-align: right;}

    .hamB ul {
        display: inline-block;
        padding: 0;
        height: 42px;
        width: 46px;
        text-align: center;
        padding: 7px;
        border: 3px solid transparent;
        border-radius: 55px;
    }
    .hamB {
        display: inline-block;
        margin: 5px 0 0;
    }
    
    .hamB li {
        height: 3px;
        width: 26px;
        display: block;
        background: #fff;
        margin: 0 auto!important;
        margin-bottom: 5px!important;
        cursor: pointer;
    }
    
    .bottom-left li:last-child {
        margin-bottom: 0;
    }
    
    .bottom-left {
        position: relative;
    }
    
    .bottom-left ul.list-unstyled {
        position: absolute;
        z-index: 99999;
        height: 290px;
        background: #323232;
        width: 260px;
        top: 53px;
        padding-top: 7px;
        left: -15px;
    }
    
    .bottom-left ul.list-unstyled li {
        display: block;
        margin-left: 0;
        padding: 0px;
    }
    
    .bottom-left ul.list-unstyled li a {
        text-align: left;
        font-size: 14px;
        padding: 6px 10px;
    }
    
    ul.olt-sub-menu {
        position: initial;
        display: block!important;
        width: 100%;
    }
    
    ul.olt-sub-menu li a {
        padding-left: 25px!important;
    }

    .bottom-left ul.list-unstyled{display:none;}
    .bottom-right.hide-mobile{
        padding: 11px 0;
        width: initial;
        z-index: 999;
        position: relative;
        left: -10px;
    }
    div#navbarSupportedContent {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    
    a.navbar-brand {
        margin: 0;
    }
    
    div#navbarSupportedContent li:after {
        height: 22px;
    }

    div#navbarCallText{
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .hsvCont a, .hsvCont, .headbook .hsvCont a, .mv_title {
        font-size: 12px;
    }

    .hsvCont {
        padding: 0 10px!important;
    }


    .hsvCont span a, .hsvCont a, .hsvCont {
        font-size: 12px!important;
    }
    

    .headSelectedV.header-store .hsvCont {
        width: 159px;
    }

    .newLogo img {
        max-width: 200px;
        width: 100%;
    }
    
    .nHeadCont {
        position: relative;
        z-index: 9999;
    }
    
    .nHeadCont .hamB li {
        background: #000;
    }
    
    .nHeadCont .hamB {
        position: absolute;
        left: 20px;
        top: 0;
        margin: 0;
        z-index: 2;
    }
    
    .newRightNav li.cart-p {
        position: relative;
    }
    
    .newRightNav {
        position: absolute;
        right: 35px;
        list-style: none;
        padding: 0;
        margin: 0;
        top: 8px;
    }
    
    i.fa.fa-cart-arrow-down {
        font-size: 28px;
        color: #424242;
    }
    
    .nHeadCont .hamB ul {
        margin: 0!important;
    }
    
    .newHeader {
        padding: 10px 0 10px;
        box-shadow: 0px 6px 10px -8px #000;
    }
    
    .newMenuMob {
        position: absolute;
        background: #ebebeb;
        max-width: 90vw;
        width: 100%;
        top: 55px;
        padding: 12px;
        display: none;
    }
    
    .newMenuMob ul.list-unstyled {
        margin-bottom: 0;
        background: #fff;
    }
    
    .newMenuMob ul.list-unstyled li {
        font-size: 16px;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }
    
    .newMenuMob ul.list-unstyled li a {
        display: block;
        color: #333;
        font-weight: 600;
    }
    
    .newVehicleHead {
        font-size: 13px;
        text-align: center;
        color: #1c418c;
        font-weight: 600;
        padding: 5px 0 10px;
    }
    
    .newVehicleHead i.fa.fa-car {
        color: #1c418c;
    }
    
    .newVehicleHead a {
        color: #d91401;
    }
    
    .newVehicleHead span {
        color: #000;
        font-size: 14px;
    }

    header .container{display: none!important;}

    .newHeader{display: block;}
    .wdblock{display: none;}
    header.trHeader{padding-bottom: 0;}
    .newStoreHead, .newBookQuick{display: block;}
    .newStoreHead {
        padding: 5px;
        background: #f1f1f1;
    }
    
    .newStoreHead_cont {
        background: #fff;
        padding: 10px;
        position: relative;
    }
    
    .newStoreHead_cont img {
        width: 20px;
        vertical-align: sub;
    }
    
    
    .newStoreHead_cont a {
        color: #d91401;
        margin-left: 2px;
    }

    header .container-fluid {
        display: none!important;
    }
}

@media screen and (max-width: 930px) {
    .searchSliderBanner{padding: 10px 0 10px;background-size: cover;}
    
}


@media screen and (max-width: 915px) {
    .searchby-slider li {
        max-width: 168px;
        margin-right: 10px;
    }
    .searchSlider .searchby-slider li a {
        font-size: 14px;
        padding: 15px 6px;
    }
    .searchBarBox {margin-top: -72px;}
    .searchSlider .form-sea .fsbv ul li:last-child {width: 55%;}
}



@media screen and (max-width: 900px) {
    .btn11 {top: 10px;}
    .res-nav {top: 30px;}
    .res-cart {top: 30px;}
    .res-nav li {margin: 0px 8px;}
    .res-nav {position: relative;top: initial;width: 100%;left: 0;right: 0;text-align: center;background: #eee;margin: 15px 0;display: block;padding: 10px 0;}
    .res-nav ul li a {font-size: 16px;}
    a.navbar-brand{margin: 0 auto 0!important;}
    /* body.cms-home_owd .searchSliderBanner {
        background-position: 92% top;
        background-attachment: scroll;
        background-size: 246%;
        background-repeat: no-repeat;
        
    } */
}

@media screen and (max-width: 886px) {
    .sticklast > div:first-child {font-size: 16px;}

    .sticklast div:nth-child(2) h3 {
        margin: 0;
        font-size: 14px;
    }
    .stickLogo{display: none;}
    .stickmid{width: 70%;}
    .p.trr-priceLabel, a.tooltipsX{font-size: 10px;}
    .tr-right-result > .row > .col-md-4.col-sm-6.col-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .prod-img-trr img{position: initial;}
    .top-new-text._stick2 {
        padding-top: 50px;
    }
    /* body.cms-home_owd .searchSliderBanner {
        background-position: 92% top;
        background-attachment: scroll;
        background-size: 246%;
        background-repeat: no-repeat;
        
    } */
}

@media screen and (max-width: 844px){
    .stepwizard-step {
        max-width: 124px!important;
    }
    .stepwizard-step p{line-height: 1.2;}
}

@media screen and (max-width: 840px){
    #checkout aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide{max-width: 100%; margin-top: 30px;}
    #checkout .opc-wrapper{max-width: 100%;}
}

@media screen and (max-width: 840px) and (orientation : portrait){
    footer > .container > .row > .col-md-3.col-sm-12 {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-inner {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .footer-inner h2 {
        margin-bottom: 10px;
    }

    
    /* body.cms-home_owd .searchSliderBanner {
        background-position: 89% top;
        background-attachment: scroll;
        background-size: 246%;
        background-repeat: no-repeat;
        background-position: 94% top;
        background-attachment: scroll;
        background-size:265%;
        background-repeat: no-repeat;
    } */
    /* body.cms-home_owd .searchSliderText{
        padding: 25rem 0 4rem!important;
    } */
}
@media screen and (max-width: 1180px) and (orientation : landscape) {
    /* body.cms-home_owd .searchSliderBanner {
        background-position: 74% top;
        background-attachment: scroll;
        background-size: 116%;
        background-repeat: no-repeat;
        
    } */
    /* body.cms-home_owd .searchSliderText{
        padding: 13rem 0px 1rem !important;
    } */

}

@media screen and (max-width: 767px) {
    .cart-services .h-title:before{display: none;}
    .cart-services .h-title h2 {
        padding: 0;
        margin-bottom: 15px;
    }
    .autoSer-Box.si_cont.si_details h2 {
        margin-top: 10px;
    }
    
    .si_img.mb-0 img {
        max-width: 100px!important;
        width: 100%;
    }
    
    .autoSer-Box.si_cont.si_details {
        max-width: 500px;
        margin: 40px auto;
    }
    .homepagePop20Off {
        border-radius: 17px 17px 0 0;
        box-shadow: 0 0 20px 0px inset #000;
    }
    #homepagePop20Off .modal-content {
        border: none;
        box-shadow: none;
        outline: none;
    }
    .search-tires-searchresult .quantityInc.quantityInctop {
        margin: 0!important;
    }
    .modal-header h5 {
        font-size: 20px;
    }
    div.lowestPricePop {
        padding: 0!important;
    }
    p#lpSize, p#lpSize1 {
        font-size: 16px;
    }
    div.lowestPricePop .lowestPriceContent p {
        font-size: 15px;
    }
    p.lp-total {
        font-size: 16px;
    }
    .trrir-right {
        text-align: left!important;
    }
    .prod-img-trr img{position: initial;}
    .trri-r .btn.trrir-btnlowerPrice{text-align: left!important;}
    footer > .container > .row > .col-sm-6, footer > .container > .row > .col-sm-3 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
        border: 0;
    }

    .prod-img-trr{width: 100%; padding-top: 0;}

    .container > .row > .col-sm-3:last-child {margin-bottom: 0;}

    .row.justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .checkout-cart-index .quantityInc span.minus, .checkout-cart-index .quantityInc span.plus {
        font-size: 28px;
        padding: 6px 6px;
    }
    .dtable row {
        display: none;
    }
    .dtable .row {
        display: none;
    }
    body.checkout-cart-index .h-title {
        margin: 0 0 20px;
    }
    .nciImg img.img-fluid {
        height: 100%;
        max-height: initial;
        width: 100%;
        max-width: 300px;
    }
    .nciImg a {
        display: block;
        text-align: center;
    }
    .ct-desc h2 span {
        font-size: 16px;
    }
    .ct-desc a {
        font-size: 30px;
        font-weight: bold;
    }
    p.str-stock {
        font-size: 16px;
    }
    .checkout-cart-index input.form-control.item-qty {
        font-size: 20px!important;
        width: 24px;
    }
    p.cprice {
        font-size: 26px;
    }
    p.peach {
        font-size: 14px;
    }
    p.peach span {
        font-size: 12px;
    }
    .qu3 {
        margin-bottom: 15px;
    }
    a.cartRemove:before {
        content: "REMOVE";
        font-size: 14px;
        margin-right: 4px;
    }
    a.cartRemove {
        font-size: 16px;
    }
    .ct-desc form {
        text-align: left;
    }
    .ct-desc form p span {
        padding-left: 28px;
        font-size: 15px;
    }
    .ct-desc i {
        font-size: 22px;
    }
    .ct-desc form input[type=radio] {
        width: 23px;
        height: 23px;
    }
    .ct-desc form i.fa-check-circle {
        font-size: 22px;
    }
    .ctd-top h6 {
        font-size: 18px;
    }
    .ctd-top p.rhGreen {
        font-size: 14px;
    }
    .text-right.qu1 {
        text-align: left!important;
    }
    p.cprice2 {
        font-size: 26px;
    }
    p.peach span.rhprice2 {
        font-size: 14px;
    }
    .checkout-cart-index .indent-haz .col-md-6 .col-4.text-right p {
        font-size: 20px;
        text-align: left;
    }
    .text-right.rhcp1 {
        text-align: left!important;
    }
    p.OScartItem {
        font-size: 16px;
        margin: 0 0 10px;
        padding: 10px 15px 10px;
    }
    .co-total li {
        margin: 0 0 4px;
    }
    .co-total li > span:last-child, .co-total li:nth-child(2) > span:last-child, .co-total li:nth-child(3) > span:last-child {
        font-size: 26px;
    }
    .co-total li > span:first-child {
        font-size: 16px;
    }
    .checkout-cart-index .coupon-side label {
        font-size: 14px;
    }
    .newCart {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .mobileDisplay {
        display: block!important;
        font-weight: 500;
        text-transform: uppercase;
    }
    p.trr-priceLabel {
        font-size: 14px;
    }
    h2.trr-pricenorm, h2.trr-pricerebate,h2.trr-priceslash.trr-price {
        font-size: 38px;
        line-height: 1;
    }
    .search-tires-searchresult .trri-r .qtyResult input {
        width: 40px!important;
    }
    .quantityInc span.minus, .quantityInc span.plus {
        padding: 0px 6px;
    }
    .btn-wicon > i {
        font-size: 22px;
        padding: 8px 32px;
        width: auto;
    }
    a.addCartNSave:before {
        padding: 10px 42px;
        width: auto;
        background-size: 22px;
    }
    .btn-atc > span, a.addCartNSave {
        font-size: 18px;
        padding: 8px 15px 8px 99px;
        white-space: normal;
    }
    .margb-10 {
        margin: 0 0 15px!important;
    }
    .quantityInc {
        display: inline-block;
    }
    .search-tires-searchresult .trrir-right.margb-10.qtyResult {
        display: block;
        margin: 15px 0px 5px!important;
    }
    .tRTLRec {
        font-size: 24px;
    }
    .search-tires-searchresult .trri-r .btn.trrir-btnlowerPrice {
        margin: 0;
        text-align: left!important;
    }
    .trri-r .qtyResult h2 {
        display: none;
    }
    .tr-right-result .qinstock {
        text-align: left;
    }
    .prod-img-trr:hover img, .trr-inner .prod-img-package:hover img {
        transform: scale(1);
        width: 100%;
    }
    a.prod-img-trr, .trr-inner .prod-img-package {
        overflow: hidden;
    }
    .search-tires-searchresult .quantityInc {
        width: 100%!important;
        max-width: 150px;
        text-align: center;
    }
    .margb-10.qtyResult {
        margin: 0!important;
    }

    
    .col-md-5.footer-customer-text {
        padding: 25px;
    }

    #proceedToCart a#cart {
	    width: 100%!important;
	    display: block!important;
	    margin-bottom: 10px;
	}

	#proceedToCart a#referral {
	    width: 100%!important;
	    display: block!important;
	}

	#proceedToCart .modal-footer {
	    display: block;
	}

	div#ModalSubtotal {
	    text-align: right;
	    padding: 0 10px;
	}

	img#ModalImage {
	    margin-bottom: 15px;
	}

	div#proceedToCart p#ModalSize {
	    margin-bottom: 0;
	}

	.headerModalAdded button.close {
	    top: -6px;
	    right: -6px;
	    font-size: 16px;
	    padding: 10px 11.5px;
	    background: #ed1c24;
	    color: #fff;
	    opacity: 1;
	    border-radius: 30px;
	    z-index: 4;
	    position: absolute;
	    text-shadow: none;
	}

	.headerModalAdded {
	    position: relative;
	}

	.headerModalAdded button.close span {
	    color: #fff;
	}

	a.gbb-img.show {
	    height: auto!important;
	    display: block!important;
	}

	.search-tires-searchresult .quantityInc {width: 100%!important;}
	.search-tires-searchresult .trri-r .qtyResult h2{display: block;}
	.search-tires-searchresult .trri-r {padding-top: 0;}

    /* body.cms-home_owd .searchSliderBanner {
        background-position: 89% top;
        background-attachment: scroll;
        background-size: 246%;
        background-repeat: no-repeat;
        
    } */
    body.cms-home_owd .searchSliderButtons li {
        margin-right: none;
    }
    /* body.cms-home_owd .searchSliderText {
        padding: 14rem 0 2rem!important;
    } */
    body.cms-home_owd .searchSliderButtons li a {
        font-size: 20px;
        padding: 10px 20px;
    }

    .copt-right{margin: 0;}
    .qtyResult, .trrir-right, .affirm-computation{text-align: initial;}
    .trrir-left {
        padding-top: 10px;
    }
}

@media screen and (max-width: 739px) {
    div#navbarCallText{
        place-content: center;
        justify-content: center;
        margin-top: 10px;
    }
}


@media screen and (max-width: 685px) {
    .tr-right-result > .row > .col-md-4.col-sm-6.col-12{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 600px) {
input.form-control[name="newletteremail"] {width: 100%;}
.footer-inner img {margin-left: 0;}
.footer-inner h2.numfooter {margin: 0;}
.footer-inner {padding-left: 0!important;}
}

@media screen and (max-width: 593px) {
    .cms-home_owd  .searchby-slider li {
        max-width: 133px;
    }
    body.cms-home_owd .searchSliderText h2 {
        font-size: 2.8rem;
    }
    
    .searchSliderButtons li a {
        font-size: 20px;
        padding: 15px 20px;
    }
}

@media screen and (max-width: 575px) {

    div#navbarCallText{
        place-content: center;
        justify-content: center;
        margin-top: 10px;
    }

    .cms-home_owd .searchSlider .tn_img_slide img{margin: 0 auto!important;}
    .searchBarBox {
        max-width: 94%;
        margin: -72px auto 0;
    }
    #homepagePop20Off .modal-dialog.modal-dialog-centered.modal-lg {
        border: none;
    }
    div#homepagePop20Off {
        padding: 0!important;
    }
    header {padding-bottom: 0;}
    
    .most-pol.popular_brands img.img-fluid {
        width: 100%;
        max-width: 180px;
        padding: 5px;
    }
    
    .searchSlider .form-sea .fsbv ul li:last-child {
        width: 100%;
    }

    #checkout .field {
        width: 100%;
    }
    #checkout fieldset.field.street .field._required {
        width: 100%;
        padding: 0;
    }
    #checkout .field.additional {
        width: 100%;
        padding: 0;
    }
    #checkout .field._required[name="shippingAddress.country_id"], #checkout .field._required[name="shippingAddress.region_id"], #checkout .field._required[name="shippingAddress.city"] {
        width: 100%;
    }
    #checkout fieldset.field.street.admin__control-fields .field.additional label {
        left: 15px;
    }
    #checkout .payment-method .field label {
        width: 89%;
        vertical-align: top;
    }
    #checkout .payment-method img.payment-icon {
        display: block;
    }
    #checkout .payment-method .payment-img {
        width: 100%;
    }
    #checkout ul.opc-progress-bar li {
        font-size: 14px;
        padding: 10px 0;
        vertical-align: top;
    }
    #checkout ul.opc-progress-bar li:before {
        width: 22px;
        height: 22px;
    }
    .oeSize h1 {
        font-size: 20px!important;
    }
    
    .optionalSize p {
        font-size: 18px!important;
    }
    
    .sizeListSearch .sizeDiameter {
        font-size: 20px!important;
        padding: 10px 10px!important;
    }
    
    .sizeListSearch div {
        font-size: 15px!important;
        padding: 0 16px;
    }
    
    a.sizeListSearch {
        min-width: 185px!important;
    }
    
    .sizeListSearch .sizeFullSizeStag {
        padding: 4px 20px!important;
    }
    h2.trr-pricenorm, h2.trr-pricerebate, h2.trr-priceslash.trr-price {
        font-size: 26px;
        line-height: 1;
    }

    body.cms-home_owd .searchSliderText h2 {
        font-size: 3.2em;
    }
    
    /* body.cms-home_owd .searchSliderText {
        padding-top: 5rem;
        padding-bottom: 5rem;
    } */
    
    .searchSliderButtons li a {
        display: inline-block;
        margin-bottom: 10px;
        text-align: center;
    }
    

    body.cms-home_owd .searchSliderText h2 {
        font-size: 3.2em;
    }
    
    /*body.cms-home_owd .searchSliderText {
        padding-top: 9rem;
    }*/
    
    .cms-home_owd .h-title h2:after {
        display: none;
    }

    .cms-home_owd .h-title h2 {
        max-width: 460px;
        width: 100%;
        margin: 0 auto!important;
        font-size: 24px;
        box-shadow: 0 0 0px 10px #fff;
        padding: 10px 15px;
    }
    
    .h-title.text-left {
        text-align: center!important;
        margin: 0 auto;
    }
    
    .cms-home_owd .h-title:before {
        left: 0;
    }
    
    /* .most-pol.popular_brands img.img-fluid{width: 34%;} */
    .searchby-slider li {
	    max-width: 78px;
	    margin-right: 5px;
	}

	#proceedToCart a#cart {
	    width: 100%!important;
	    display: block!important;
	    margin-bottom: 10px;
	}

	#proceedToCart a#referral {
	    width: 100%!important;
	    display: block!important;
	}

	#proceedToCart .modal-footer {
	    display: block;
	}

	div#ModalSubtotal {
	    text-align: right;
	    padding: 0 10px;
	}

	img#ModalImage {
	    margin-bottom: 15px;
	}

	div#proceedToCart p#ModalSize {
	    margin-bottom: 0;
	}
}

@media screen and (max-width: 578px) {
    .searchSliderBanner{padding: 30px 0 70px;background-size: cover;}
    
}

@media screen and (max-width: 563px) {
    .stepwizard-step {
        max-width: 95px!important;
    }

    .stepwizard-step p {
        font-size: 12px!important;
    }


}

@media screen and (max-width: 447px) {
    .stepwizard-step p {
        font-size: 8px!important;
    }

    .stepwizard-step {
        max-width: 56px!important;
    }
}

@media screen and (max-width: 550px) {
    .footer-menu-b ul li a{font-size: 12px;}
    .footer-bottom{font-size: 12px;}
    .footer-menu-b ul li {
        display: block;
        padding: 0 5px;
        border: 0;
    }
    .res-nav ul li a {
        font-size: 14px;
    }
    .banner-text-top p{font-size: 12px;}

    .headSelectedV {
        width: 50%;
        float: left;
        text-align: right;
    }
    .head_vehi{padding: 3px 0;}

    .headSelectedV.headbook {
        position: absolute;
        top: 6px;
        right: 0;
        text-align: center;
        width: 100%;
        max-width: 241px;
    }

    .navbar-dark .navbar-brand img {
        max-width: 150px;
    }

    .navbar-dark .navbar-brand {
        margin: 0 0 0!important;
        width: auto!important;
        padding-top: 0!important;
        
    }

    div#navbarCallText {
        margin-top: 6px;
        display: block!important;
        width: 100%;
    }
    .headSelectedV.hds-signin {
        display: none;
    }
    .men-sign{display: block;}
    .headCart{text-align: left;}
    .headSelectedV.headbook a {
        font-size: 12px;
    }
    
    .headSelectedV.headbook a img {
        width: 19px!important;
        vertical-align: sub;
    }
}

@media screen and (max-width: 500px) {
    a.navbar-brand {margin: auto;}    
    #myTab234.nav-tabs .nav-link{box-shadow: 0px -2px 0px 0px #fff!important;}
    .olt-why-oltcom h2 {margin: 0; font-size: 22px;}
    .footer-inner {
        text-align: center;
    }
    ul#myTab234 li.nav-item {
        width: 100%;
        display: block;
    }
    .checkout-cart-index .quantityInc span.minus, .checkout-cart-index .quantityInc span.plus {
        padding: 3px 4px;
    }
    .ct-desc a {
        font-size: 30px;
        font-weight: bold;
    }
    .nciImg img.img-fluid {
        max-width: 270px;
    }
    .res-nav ul li a{font-size: 12px;}
    .res-nav li {
        margin: 0px 17px;
    }
}

@media screen and (max-width: 480px) {
    label.switch {
        position: absolute;
        top: 0;
        left: 0;
    }

    .switching {
        position: relative;
        padding-left: 70px;
    }

    .switching p {
        padding: 0;
    }

    .cs-item {
        padding-left: 0;
        padding-right: 0;
    }

    .cart-other-services .switching {
        padding: 0;
        padding-left: 70px;
        padding: 10px 0px 10px 70px;
    }

    .cart-other-services label.switch {
        top: 8px;
    }

    .cart-other-services .col-md-6 {
        padding: 0;
    }
    .cs_item_con h4 {
        position: relative;
        padding-left: 35px;
    }
    
    .cs_item_con h4 img {
        position: absolute;
        left: 0;
        top: 0;
    }

    div#navbarCallText {
        display: block!important;
        width: 100%;
        text-align: center;
    }
    
    div#navbarCallText .nCallText {
        text-align: center;
    }
    
    .nCallText span {
        text-align: center;
    }
}
@media screen and (max-width: 456px) {
    .res-mobile .up-right{text-align: center;}
    .searchSlider .searchby-slider li a {
        font-size: 10px;
        padding: 15px 4px;
    }

    .cms-home_owd .searchby-slider li, .searchby-slider li {
        max-width: 111px;
        margin-right: 2px;
    }
    .cms-home_owd .searchSlider .searchby-slider li a {padding: 6px 5px 6px!important;}

    

    .searchSlider .searchBarBox .form-sea div#Shopbyvehicle .fsbv #formVehicle a {
        font-size: 12px;
        padding: 8px 10px;
    }

    .most-pol.popular_brands img.img-fluid {
        width: 100%;
        max-width: 130px;
        padding: 0;
    }

    input[name="newletteremail"] {
        border-radius: 30px!important;
        height: 46px;
    }
    
    button.btn.btn-newsletterFooter {
        border-radius: 30px!important;
        width: 100%;
        height: 49px;
        margin-top: 10px;
    }
    /* body.cms-home_owd .searchSliderBanner {
        background-position: 92% top;
        background-attachment: scroll;
        background-size: 246%;
        background-repeat: no-repeat;
        
    } */

    input.form-control[name="newletteremail"] {width: 100%;}
    .bottom-left{width: 76%;}
}

@media screen and (max-width: 420px) {
    .newCart{margin-bottom: 0;}
    .nciImg img.img-fluid {
        max-width: 110px;
    }
    body.cms-home_owd .searchSliderText h2 {
        font-size: 2.5em;
        margin-bottom: -13px;
    }

    .res-nav ul li a {
        font-size: 11px;
    }
    .res-nav > ul > li .olt-sub-menu a {
        font-size: 10px;
    }
    /* body.cms-home_owd .searchSliderBanner {
        background-position: 97% top;
        background-attachment: scroll;
        background-size: 246%;
        background-repeat: no-repeat;
    } */
    body.cms-home_owd .searchSliderButtons li a {
        font-size: 16px;
        padding: 8px 20px;
        max-width: 161px !important;
        margin: 11px auto;
    }
    /* body.cms-home_owd .searchSliderText {
        padding: 12rem 0 2rem!important;
    } */
    .headSelectedV.headbook .hsvCont {
        padding: 0!important;
    }
    
    .headSelectedV.headbook {width: auto;}
    
    .headSelectedV.headbook a {
        font-size: 12px;
        padding: 5px 0!important;
        border: 0!important;
    }
    
    .navbar-dark .navbar-brand {
        margin: 0!important;
    }

    #checkout ul.opc-progress-bar li {
        font-size: 12px;
        padding: 10px 0;
        vertical-align: top;
        margin-right: 6px;
    }
}

@media screen and (max-width: 412px) {
    body.cms-home_owd .searchSliderText h2 {
        font-size: 2.5em;
        margin-bottom: -13px;
    }

    .res-nav ul li a {
        font-size: 11px;
    }
    .res-nav > ul > li .olt-sub-menu a {
        font-size: 10px;
    }
    /* body.cms-home_owd .searchSliderBanner {
        background-position: 96% top;
        background-attachment: scroll;
        background-size: 252%;
        background-repeat: no-repeat;
    } */
    /* body.cms-home_owd .searchSliderText {
        padding: 12rem 0 2rem!important;
    } */
    .searchSliderButtons li a {
        font-size: 18px;
        padding: 7px 15px;
    }
    .searchSliderButtons li a {
        font-size: 15px;
        padding: 8px 10px !important;
        max-width: 161px !important;
        margin: 10px auto;
    }
    .searchSliderButtons li {
        display: inline-block;
        margin-right: 0!important;
    }

}

@media screen and (max-width: 408px) {
    .searchSliderButtons li a {
        font-size: 15px !important;
        padding: 10px 15px;
        max-width: 153px;
        margin: 11px auto;
    }
    
    .searchSliderButtons li {
        display: inline-block;
        margin-right: 0!important;
    }
    /* body.cms-home_owd .searchSliderText {
        padding: 11rem 0 3rem !important;
    } */
    .headSelectedV.headbook {
        width: 143px;
        line-height: 1;
    }
    
    .headSelectedV.headbook .hsvCont {
        position: relative;
    }
    
    .headSelectedV.headbook a img {
        position: absolute;
        left: 5px;
        top: 8px;
    }
    
    .headSelectedV.headbook a {
        text-align: left;
        padding-left: 30px!important;
        display: block;
        border: 1px solid!important;
    }
    
    div#navbarCallText {
        margin-top: 11px;
    }

}


@media screen and (max-width: 374px) {
    .checkout-cart-index .quantityInc span.minus, .checkout-cart-index .quantityInc span.plus {
        padding: 3px 0;
        font-size: 22px;
    }
    
    .checkout-cart-index input.form-control.item-qty {
        font-size: 15px!important;
    }
    .banner-text-top {
        padding-left: 0;
        padding-right: 0;
    }

    .banner-text-top .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    /* body.cms-home_owd .searchSliderBanner {
        background-position: 83% top;
        background-attachment: scroll;
        background-size: 257%;
        background-repeat: no-repeat;
        
    } */
    /* body.cms-home_owd .searchSliderText {
        padding: 11rem 0 3rem !important;
    */
}

@media screen and (max-width: 370px) {
    /* body.cms-home_owd .searchSliderBanner {
        background-position: 95% top;
        background-attachment: scroll;
        background-size: 260%;
        background-repeat: no-repeat;
        
    } */
    body.cms-home_owd .searchSliderButtons li a {
        font-size: 15px;
        padding: 5px 10px !important;
        max-width: 160px !important;
        margin: 13px auto;
    }
    .searchby-slider li {
        max-width: 94px;
    }

    .searchby-slider li a {
        font-size: 10px;
    }

    .cms-home_owd .searchby-slider li, .searchby-slider li {
        max-width: 98px;
        margin-right: 2px;
    }
    
    .cms-home_owd .searchSlider .searchby-slider li a {
        padding: 6px 2px 6px!important;
    }

    .cms-home_owd .searchSlider .searchby-slider li a {
        font-size: 10px!important;
    }

    .btn-atc > span, a.addCartNSave {
	    font-size: 14px;
	    padding: 8px 10px 8px 93px;
	}
    #homeSearchVehicle .addStaggeredSearchHome .addStaggeredBtn{font-size: 14px;}
    .newLogo img {
        max-width: 170px;
        width: 100%;
    }
}

@media screen and (max-width: 331px) {
    .res-nav li {
        margin: 0px 10px;
    }

    .headSelectedV.headbook a {
        font-size: 10px;
    }

    .headSelectedV.headbook {
        width: 120px;
    }

    .navbar-dark .navbar-brand img {
        max-width: 130px;
    }
}
@media screen and (max-width: 320px) {
    .up-right a {
        font-size: 16px;
    }
    .checkout-cart-index .quantityInc span.minus, .checkout-cart-index .quantityInc span.plus {
        font-size: 25px;
        padding: 6px 3px;
    }
    .checkout-cart-index input.form-control.item-qty {
        font-size: 18px!important;
        width: 20px;
    }
    body.cms-home_owd .searchSliderText h2 {
        font-size: 2.1em;
        margin-bottom: -13px;
    }
    body.cms-home_owd .searchSliderButtons li a {
        font-size: 13px !important;
        padding: 10px 15px;
        max-width: 135px !important;
        margin: 12px auto;
    }
}/**
 * 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/ATV/OWD/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/ATV/OWD/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/ATV/OWD/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/ATV/OWD/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/ATV/OWD/en_US/Mageplaza_Core/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/ATV/OWD/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}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN 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;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.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-wrapper,
.owl-carousel .owl-item {
    -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 {
    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%;
}

.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;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -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 {
    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;
}

@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 {
    /**
              This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
              calculation of the height of the owl-item that breaks page layouts
           */
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    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/ATV/OWD/en_US/Mageplaza_Core/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms 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-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%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.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;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
/**
 * 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: 20px;
}
.blog-page-list .post-holder {border-bottom: 1px solid #eee}

.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: 600;}
.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: outside;}

.post-content .post-description .mfblog-contents li {display: list-item;}
.post-content .post-description .mfblog-contents li li {margin-left: 15px;}

.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-content .post-description .mfblog-contents-toc {list-style: decimal;}
.post-content .post-description .mfblog-contents-toc li {margin-bottom: 1rem;}
.post-content .post-description .mfblog-contents-toc li > ol {margin-top: 1rem;}
.post-content .post-description .mfblog-contents-toc li:before {content: none;}
.post-content .post-description .mfblog-contents-toc li a {display: inline;}


/* Post Title */
.post-list .post-header .post-title-holder {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.post-list .post-header .post-title {margin: 0;padding: 10px 10px 10px 0;}
.post-list .post-header .post-title a {text-decoration: none;font-size: 22px;font-weight: 400;}
.post-list .post-holder .post-header .addthis_toolbox a {margin-bottom: 0;}

.post-list .hidden {display:none;}
.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 Gallery */
.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 Gallery */
.widget.block-categories ul {padding: 0;margin: 0;list-style: none;}
.widget.block-categories ul li {padding: 5px 0 5px 9px;margin: 0;}
.widget.block-categories ul li a {font-weight: 600;}
.widget.block-categories ul ul {margin: 0;}

/* Widget RSS */
.widget.block-rss .rss-icon {float: left; width: 23px; padding-right: 10px;}

/* Widget Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.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;bottom: 0;z-index: 1;height: 100%;margin: 0;padding: 0;display: inline-block;background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;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/ATV/OWD/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;}

/* Widget Tag Claud */
.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}

/* Widget Archive */
.widget.block-archive .item {margin: 5px 0;}
.widget.block-archive .item {display: inline-block}
.widget.block-archive .item:after {content: "\\"; display:inline-block;padding-left: 5px}

/* Widget Recent */
.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-index-index .index-description,
.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 */

/* Fix Related Products */
.blog-post-view .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2);
}
.blog-post-view .product-item:nth-child(2n+1) {
    margin-left: 0;
}
.blog-post-view .products-grid .product-item .product-item-info {
    width: auto;
}
@media (min-width: 640px){
    .blog-post-view .products-grid .product-item {
        display: inline-block;
        margin-left: 2%;
        width: calc((100% - 4%)/3);
    }
    .blog-post-view .products-grid .product-item:nth-child(2n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 0;
    }
}
@media (min-width: 1024px){
    .blog-post-view .products-grid .product-item {
        width: calc((100% - 8%)/5);
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .blog-post-view .products-grid .product-item:nth-child(5n+1) {
        margin-left: 0;
    }
}

/* Icons */
.mf-blog-icon {width: 15px;height: 15px;display: inline-block;position: relative;top: 2px;background-size: cover;}
.mf-blog-icon.mfbi-calendar {background-image: url('../../frontend/ATV/OWD/en_US/Magefan_Blog/images/calendar-icon.svg')}
.mf-blog-icon.mfbi-folder {background-image: url('../../frontend/ATV/OWD/en_US/Magefan_Blog/images/folder-icon.svg')}
.mf-blog-icon.mfbi-comments {background-image: url('../../frontend/ATV/OWD/en_US/Magefan_Blog/images/comments-icon.svg')}
.mf-blog-icon.mfbi-tags {background-image: url('../../frontend/ATV/OWD/en_US/Magefan_Blog/images/tags-icon.svg')}
.mf-blog-icon.mfbi-user {background-image: url('../../frontend/ATV/OWD/en_US/Magefan_Blog/images/user-icon.svg')}
.mf-blog-icon.mfbi-views {background-image: url('../../frontend/ATV/OWD/en_US/Magefan_Blog/images/views-icon.svg')}
.mf-blog-icon.mfbi-reading-time {background-image: url('../../frontend/ATV/OWD/en_US/Magefan_Blog/images/time-icon.svg')}
/* END Fix Related Products */


/* Post Sharing Top */
/*.post-sharing-top {padding: 10px 0 10px 0;}*/
.post-sharing-top .share-elements {display: flex;flex-wrap: wrap;align-items: center;}
.post-sharing-top .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 4px 0 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;vertical-align: middle;line-height: 16px;}
.post-sharing-top .icon-wrapper:last-child {margin-right: 0;}
.post-sharing-top .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-top .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-top .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-top .icon-wrapper .icon {line-height: 16px;height: 16px;width: 16px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}
.post-sharing-top .icon-wrapper:hover {transform: translateY(-2px);}

/*.post-list .post-sharing-top {}*/
/*.post-view .post-sharing-top .icon-wrapper .icon svg {width: 16px;height: 16px;line-height: 16px;}*/
/*.post-list.modern {}*/
/* END Post Sharing Top */
/* All Widget Templates ************************************************************************************************
***********************************************************************************************************************/
body.blog-page {
    --color-white: #ffffff;
    --color-green: #28a745;
    --color-yellow: #ffc107;
    --color-blue: #4db2ec;
    --color-black: #222222;
    --color-gray: #6c757d;
    --color-red: #dc3545;
    --border-color: #d5d6da;
}

/* Buttons */
.btn-white {background-color: #fff !important;color: #7d7d7d !important;border: 1px solid #bbb !important;}
.btn-white:hover {background-color: #4db2ec !important;color: #fff !important; border: 1px solid #4db2ec !important;}
.btn-black {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}
.btn-black:hover {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue {background-color: #4db2ec !important;color: #fff !important;border: 1px solid #4db2ec !important;}
.btn-blue:hover {background-color: #222 !important;color: #fff !important;border: 1px solid #222 !important;}


/* Slider *************************************************************************************************************/
.post-slider .post-block .image-wrap {padding-bottom: 450px;}
/* END Slider *********************************************************************************************************/


.clearfix:after {content:"";display:table;clear:both;}

.post-holder {margin-bottom: 40px;border-radius: 0;}



/* Blog Post List *****************************************************************************************************/
.post-list {margin-top: 0;margin-bottom: 20px;list-style: none;padding-left: 0}
.post-list .post-item.post-holder {margin: 0 0 30px 0;padding: 0;display: block;}
.post-list .post-container {display: -ms-flexbox;display: flex;}

/* Post Image ************************************/
.post-list .post-image {-ms-flex: 0 0 30%;flex: 0 0 30%;width: 30%;order: 0;}
.post-list .post-image .image-container {position: relative;}
.post-list .post-image .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.post-list .post-image .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.post-list .post-image .image-wrap img {width: 100%;height: auto;vertical-align: middle;}
/* Post Category */
.post-list .post-image .post-category {position: absolute;left: 0;bottom: 0;display: block;font-size: 0;line-height: 1;}
.post-list .post-image .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;
    /*-webkit-transition: all 0.3s;-ms-transition: all 0.3s;transition: all .3s ease;*/}
.post-list .post-image .post-category a:hover {background: #4db2ec;}

/* Post Info **************************************/
.post-list.modern .post-info {padding: 0 0 0 25px;flex: 0 0 70%;max-width: 70%;width: 70%;order: 1;box-sizing: border-box;}
/* Post Title */
.post-list .post-info .post-title-wrap h3 {margin: 0;}
.post-list .post-info .post-title-wrap h3 a {font-size: 20px;line-height: 25px;font-weight: 500;}
/* Post Data */
.post-list .post-info .post-data-wrap {font-size: 11px;font-family: sans-serif;}
.post-list .post-info .post-data-wrap .post-date {font-size: 11px; margin: 0;padding: 0;box-shadow: none;float: none;width: auto;}
.post-list .post-info .post-data-wrap a {font-weight: 600;}
/* Post Description */
.post-list .post-description {line-height: 21px;font-size: 13px;}
/* Post View */
.post-list .post-view {display: block;background: #000;color: #fff;font-size: 10px;font-weight: 600;text-align: center;line-height: 11px;position: relative;top: -5px;padding: 4px 6px;}
.post-list .post-view:after {position: absolute;left: 0;bottom: -3px;content: '';width: 0;height: 0;border-style: solid;border-width: 3px 3px 0 0;border-color: #000 transparent transparent;}
/* Read More */
.post-read-more a.post-read {display: inline-block;color: #fff;background-color: #4db2ec;font-size: 13px;font-weight: 500;line-height: 1;padding: 10px 15px;}
.post-read-more a.post-read:hover {color: #fff; text-decoration: none;}

@media (max-width: 768px) {
    .post-list .post-item.post-holder {margin-bottom: 1.5rem;}
}
@media (max-width: 767px) {
    .post-list .post-image .post-category {display: none;}
    .post-list .post-info {padding: 0 0 0 15px;}
    .post-list.modern .post-description {display: none;}
    .post-read-more a.post-read {display: none;}
}
@media (max-width: 640px) {
    .post-list .post-info .post-title-wrap h3 a {font-size: 14px;font-weight: 600;line-height: 1.4;display: inline-block;
        /*max-height: 39px;overflow: hidden;*/}
}


/* Images Format *******************************************/
.post-image .image-wrap._16x9 {padding-bottom: 35% !important;}
.post-image .image-wrap._4x3 {padding-bottom: 67% !important;}
.post-image .image-wrap._3x2 {padding-bottom: 55% !important;}
.post-image .image-wrap._1x1 {padding-bottom: 100% !important;}
@media (max-width: 768px) {

}
/* Blog Post List *****************************************************************************************************/


/* Blog Post List Modern **********************************************************************************************/
.post-list.modern .post-item.post-holder {margin: 0 0 30px 0;padding: 0 0 30px 0;}
.post-list.modern .post-info .post-title-wrap h3 a:hover {text-decoration: none;transition: all .2s ease;}
.post-list.modern .post-info .post-data-wrap a:hover {text-decoration: none;transition: all .2s ease;}
/* Blog Post List Modern **********************************************************************************************/


/* Post View **********************************************************************************************************/
/* Page Title */
/*.blog-post-view .page-title-wrapper .page-title {font-size: 35px;line-height: 1.2;margin-bottom: 20px;}*/
/* Category */
.blog-post-view .post-category a {display: inline-block;margin: 0 5px 0 0;padding: 5px 10px;background: #000;color: #fff;font-size: 11px;line-height: 12px;font-weight: 500;text-decoration: none;text-transform: uppercase;}

/* Post Data */
.blog-post-view .post-data-wrap {font-size: 13px;font-family: sans-serif;margin-bottom: 30px;}
.blog-post-view .post-data-wrap a {font-weight: 600;}
.blog-post-view .post-data {color: #bbbbbb;}
/* Post View */
/* Post Comments */
.blog-post-view .post-comments {margin-right: 20px;}
/* Social */
.blog-post-view .post-sharing {margin-bottom: 20px;}
/* Image */
.blog-post-view .post-featured-image {font-size: 0;margin-bottom: 20px;}
/* Tags */
.blog-post-view .post-tag {margin-bottom: 20px;}
.blog-post-view .post-tag .post-tag-title {display: inline-block;padding: 7px 12px;border: 1px solid #222;background: #222;color: #fff;line-height: 1;margin: 0 10px 10px 0;text-transform: uppercase;font-size: 11px;}
.blog-post-view .post-tag .post-tags a {display: inline-block;border: 1px solid var(--border-color); /*color: #222; */background: #fff;padding: 7px 12px;margin-right: 10px;line-height: 1;font-weight: 600;letter-spacing: 1px;font-size: 11px;text-transform: capitalize;}
.blog-post-view .post-tag .post-tags a.current,
.blog-post-view .post-tag .post-tags a:hover {text-decoration: none;opacity: .9;background: #333;color: #fff;}

/* Post Text */
.blog-post-view .post-description {margin-bottom: 30px;}
.blog-post-view .post-description p {font-size: 1.4rem;line-height: 1.7;}

/* Post Bottom *****************************************/
.post-view .post-bottom {margin-top:30px;}

/* Post Sharing Bottom */
.post-view-modern .post-sharing-bottom {}
.post-sharing-bottom {padding: 30px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.post-sharing-bottom .share-elements {text-align: center;}
.post-sharing-bottom .share-elements .icon-wrapper {display: inline-block;cursor: pointer;margin: 0 5px 5px 0;overflow: hidden;border: 0;text-decoration: none;text-transform: none;background-color: transparent;color: inherit;transition: all .2s ease-in-out;border-radius: 0;}
.post-sharing-bottom .share-elements .icon-wrapper.icon-facebook {background-color: rgb(59, 89, 152);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-twitter {background-color: rgb(0, 0, 0);}
.post-sharing-bottom .share-elements .icon-wrapper.icon-pinterest {background-color: rgb(203, 32, 39);}
.post-sharing-bottom .share-elements .icon-wrapper .icon {line-height: 48px;height: 48px;width: 48px;display: inline-block;overflow: hidden;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper .label {font-size: 13px;line-height: 48px;height: 48px;color: #ffffff;display: inline-block;padding: 0 15px 0 3px;vertical-align: top;}
.post-sharing-bottom .share-elements .icon-wrapper:hover {transform: translateY(-4px);}

/* Post Gallery */
/*.blog-post-view .post-gallery {display: flex;flex-wrap: wrap;}*/
.blog-post-view .post-gallery {display: grid;grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));grid-gap: 1rem;margin-bottom: 20px;}
.blog-post-view .post-gallery .gallery-image-hld {display: inline-block;}
.blog-post-view .post-gallery .gallery-image-hld img {}

/* Post Navigation */
.blog-post-view .post-nextprev  {display: flex;padding: 20px 0;margin-bottom: 30px;border-top: 1px solid var(--border-color);border-bottom: 1px solid var(--border-color);}
.blog-post-view .post-nextprev .nextprev-link {display: block;font-size: 20px;/*color: #222222;*/font-weight: 600;text-align: right;opacity: 0.7;}
.blog-post-view .post-nextprev .nextprev-link:hover {text-decoration: none;}
.blog-post-view .post-nextprev .nextprev-link span {display: block;color: #bbbbbb;font-size: 14px;font-weight: normal;}

/* Block Related */
.blog-post-view .post-bottom .block.related {margin-bottom: 0;}
.blog-post-view .post-bottom .block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.blog-post-view .post-bottom .block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Related Posts */
.mfblog-related-posts-block.block.related .post-list {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
    position: relative;overflow: hidden;margin-left: -10px;margin-right: -10px;}
.mfblog-related-posts-block.block.related .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding-left: 10px;padding-right: 10px;width: 25%; box-sizing: border-box;}

.mfblog-related-posts-block.block.related .post-list .post-item .image-container {
    -ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.mfblog-related-posts-block.block.related .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
.mfblog-related-posts-block.block.related .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
.mfblog-related-posts-block.block.related .post-list .block-info h3.post-title a {font-size: 14px !important;line-height: 20px !important;font-weight: 600 !important; /*color: #222222; */}
@media (max-width: 767px) {
    .mfblog-related-posts-block.block.related .post-list .post-item {flex: 0 0 50%;max-width: 50%;}
}

/* Related Products */
.mfblog-related-products-block.block.related .block-title {margin: 0 0 25px;padding: 5px 0;border-bottom: 1px solid #222222;line-height: 1.42857143;}
.mfblog-related-products-block.block.related .block-title strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;}

/* Block Comments */
.block.comments .c-count {margin: 0 0 20px;padding: 0;border-bottom: 1px solid #222222;font-weight: 400;}
.block.comments .c-count strong {border-bottom: 3px solid #222222;padding-bottom: 2px;font-weight: 400;font-size: 18px;display: inline-block;}
/* END Post Bottom *************************************/

@media (max-width: 767px) {
    .blog-post-view .page-title-wrapper .page-title {font-size: 20px;}
    .blog-post-view .post-nextprev .nextprev-link {font-size: 14px;line-height: 1.4;}
}
/* END Post View ******************************************************************************************************/


/* Animation Zoom */
.image-wrap .animation-type-zoom {display: block;line-height: 0;overflow: hidden;position: relative;}
.image-container .animation-type-zoom {-webkit-transition: transform .3s ease,opacity .3s;transition: transform .3s ease,opacity .3s;}
.image-container:hover .animation-type-zoom {transform: scale3d(1.1,1.1,1);  -webkit-transform: scale3d(1.1,1.1,1);}


/* Sidebar ************************************************************************************************************/
/* Block Search */
.widget.blog-search {width:100%;margin-bottom: 40px;position: relative;float: right;}
.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;top: 0;right: 0;bottom: 0;height: 100%;z-index: 1;display: inline-block;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0;padding: 0 10px;text-decoration: none;text-shadow: none;font-weight: 400;border-radius: 0;}
.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/ATV/OWD/en_US/Magefan_Blog/images/search-icon-white.svg) no-repeat -10px -7px;background-size: 35px;opacity: 1;}
.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;}
.blog-search .actions .action.search {background: #222222;right: 0;padding: 0 10px;border-radius: 0;}

/* Posts List */
.widget.block-list-posts .post-list .post-item .image-container {flex: 0 0 30%;width: 30%;display: block;order: 0;}
/* Images */
/* Span Background */
.widget.block-list-posts .post-list .image-container .image-wrap {display: block;line-height: 0;overflow: hidden;position: relative;padding-bottom: 70%;}
.widget.block-list-posts .post-list .image-container .image-wrap .bg-img {position: absolute;display: block;width: 100%;height: 100%;background-size: cover;background-position: center;}
/* Post Info */
.widget.block-list-posts .post-list .post-item .block-info .post-item-name {font-size: 14px;line-height: 20px;font-weight: 600;text-decoration: none;color: #333333;}
.widget.block-list-posts .post-list .post-item .block-info .block-date {color: #bbbbbb;}
.widget.block-list-posts .post-list .post-item .block-info .block-date .post-data {font-size: 11px;}

/* Post Grid */
.widget.block-list-posts .post-list .post-item {-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;margin-bottom: 2rem !important;}
.widget.block-list-posts .post-list .post-item .image-container {-ms-flex: 0 0;flex: 0 0;width: 100%;display: block;order: 0;margin-bottom: 10px;}
.widget.block-list-posts .post-list .post-item .block-info {padding-left: 0 !important;padding-right: 0 !important;}
/* END Posts List */

/* New Post List */
.widget.block-posts-list .post-item {display: flex;gap: 1.5rem;}
.widget.block-posts-list .post-item .image-container {flex: 0 0 33.333333%;width: 33.333333%;align-self: flex-start;display: block;order: 0;margin-bottom: 10px;}
.widget.block-posts-list .post-item .image-container .image-wrap {display: block;position: relative;overflow: hidden;}
.widget.block-posts-list .post-item .image-container .image-wrap._4x3 {padding-bottom: 70%;}
.widget.block-posts-list .post-item .image-container .image-wrap .bg-img {display: block;position: absolute;width: 100%;height: 100%;max-width: 100%;background-size: cover;background-position: center;}
.widget.block-posts-list .post-item .block-info .post-title {margin: 0 0 0.5rem 0 !important;}
.widget.block-posts-list .post-item .block-info .post-title .post-item-name {display: block;font-size: 16px;line-height: 22px;font-weight: 500;text-decoration: none;-webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;}
.widget.block-posts-list .post-item .block-info .block-date {line-height: 1rem;}
.widget.block-posts-list .post-item .block-info .block-date .post-date {font-size: 11px;line-height: 1.2rem;color: #bbbbbb;font-family: sans-serif;}
.widget.block-posts-list .post-item .block-info .post-description {display: none;line-height: 21px;font-size: 13px;}
.widget.block-posts-list .post-item .block-info .read-more {display: none;}
/* END New Post List */

/* Archive */
.widget.block-archive .archive-item-link {font-weight: 600}

/* RSS Feed */
.widget.block-rss .rss-icon {width: 23px;filter: grayscale(100%);vertical-align: middle;}
/* End Sidebar ********************************************************************************************************/
/**
 * 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!
 */.payment-method-title-koalafi{height:14px}
