diff --git a/css/custom.css b/css/custom.css index 5ec1565..3d8e78a 100644 --- a/css/custom.css +++ b/css/custom.css @@ -228,8 +228,8 @@ li.menu-open>ul>li { margin-left: 20px !important; } .badge.badge-lg { padding: 1.5em 2em; font-size: 90% } .badge.badge-xl { padding: 2em 2.5em; font-size: 100% } .badge-ecommerce { font-size: 9.6px; font-size: .6rem; font-weight: 600; border-radius: 0; padding: 6.4px 8px; padding: .4rem .5rem; } - - +.page-header {background-color: #fff;} +div.dots-title-pos-4>div:nth-child(3) {left:260px !important; } @@ -269,11 +269,10 @@ input[type=text], select, textarea {border: 1px solid #999 !important; resize: body[class*="ppapplication"] .required::after {font-size: .75rem; vertical-align: middle; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f069"; color:red; } body[class*="ppapplication"] label.required::after {content: "\f069"; } body[class*="ccc"] {color:#ccc !important;} -.page-header {background-color: #fff;} -div.dots-title-pos-4>div:nth-child(3) {left:260px !important; } -.page-header {background-color: #fff;} +[class*="text-secondary"] {color: #ae2025 !important; +.text-secondary {color: #ae2025 !important; } diff --git a/css/default.css b/css/default.css new file mode 100644 index 0000000..cf4c6e2 --- /dev/null +++ b/css/default.css @@ -0,0 +1,6455 @@ +::-moz-selection { + color: #FFF; + background: #AE2025; +} + +::selection { + color: #FFF; + background: #AE2025; +} + +a { + color: #AE2025; +} + +a:hover { + color: #EE2D2B; +} + +a:focus { + color: #EE2D2B; +} + +a:active { + color: #ad1f25; +} + +html .text-color-primary, +html .text-primary { + color: #EE2D2B !important; +} + +html .text-color-hover-primary:hover, +html .text-hover-primary:hover { + color: #AE2025 !important; +} + +html .text-color-secondary, +html .text-secondary { + color: #e36159 !important; +} + +html .text-color-hover-secondary:hover, +html .text-hover-secondary:hover { + color: #e36159 !important; +} + +html .text-color-tertiary, +html .text-tertiary { + color: #2BAAB1 !important; +} + +html .text-color-hover-tertiary:hover, +html .text-hover-tertiary:hover { + color: #2BAAB1 !important; +} + +html .text-color-quaternary, +html .text-quaternary { + color: #383f48 !important; +} + +html .text-color-hover-quaternary:hover, +html .text-hover-quaternary:hover { + color: #383f48 !important; +} + +html .text-color-dark, +html .text-dark { + color: #212529 !important; +} + +html .text-color-hover-dark:hover, +html .text-hover-dark:hover { + color: #212529 !important; +} + +html .text-color-light, +html .text-light { + color: #FFF !important; +} + +html .text-color-hover-light:hover, +html .text-hover-light:hover { + color: #FFF !important; +} + +html .svg-fill-color-primary { + fill: #AE2025 !important; +} + +html .svg-fill-color-primary svg path, +html .svg-fill-color-primary svg rect, +html .svg-fill-color-primary svg line, +html .svg-fill-color-primary svg polyline, +html .svg-fill-color-primary svg polygon { + fill: #AE2025 !important; +} + +html .svg-stroke-color-primary { + stroke: #AE2025 !important; +} + +html .svg-stroke-color-primary svg path, +html .svg-stroke-color-primary svg rect, +html .svg-stroke-color-primary svg line, +html .svg-stroke-color-primary svg polyline, +html .svg-stroke-color-primary svg polygon { + stroke: #AE2025 !important; +} + +html .svg-fill-color-secondary { + fill: #e36159 !important; +} + +html .svg-fill-color-secondary svg path, +html .svg-fill-color-secondary svg rect, +html .svg-fill-color-secondary svg line, +html .svg-fill-color-secondary svg polyline, +html .svg-fill-color-secondary svg polygon { + fill: #e36159 !important; +} + +html .svg-stroke-color-secondary { + stroke: #e36159 !important; +} + +html .svg-stroke-color-secondary svg path, +html .svg-stroke-color-secondary svg rect, +html .svg-stroke-color-secondary svg line, +html .svg-stroke-color-secondary svg polyline, +html .svg-stroke-color-secondary svg polygon { + stroke: #e36159 !important; +} + +html .svg-fill-color-tertiary { + fill: #2BAAB1 !important; +} + +html .svg-fill-color-tertiary svg path, +html .svg-fill-color-tertiary svg rect, +html .svg-fill-color-tertiary svg line, +html .svg-fill-color-tertiary svg polyline, +html .svg-fill-color-tertiary svg polygon { + fill: #2BAAB1 !important; +} + +html .svg-stroke-color-tertiary { + stroke: #2BAAB1 !important; +} + +html .svg-stroke-color-tertiary svg path, +html .svg-stroke-color-tertiary svg rect, +html .svg-stroke-color-tertiary svg line, +html .svg-stroke-color-tertiary svg polyline, +html .svg-stroke-color-tertiary svg polygon { + stroke: #2BAAB1 !important; +} + +html .svg-fill-color-quaternary { + fill: #383f48 !important; +} + +html .svg-fill-color-quaternary svg path, +html .svg-fill-color-quaternary svg rect, +html .svg-fill-color-quaternary svg line, +html .svg-fill-color-quaternary svg polyline, +html .svg-fill-color-quaternary svg polygon { + fill: #383f48 !important; +} + +html .svg-stroke-color-quaternary { + stroke: #383f48 !important; +} + +html .svg-stroke-color-quaternary svg path, +html .svg-stroke-color-quaternary svg rect, +html .svg-stroke-color-quaternary svg line, +html .svg-stroke-color-quaternary svg polyline, +html .svg-stroke-color-quaternary svg polygon { + stroke: #383f48 !important; +} + +html .svg-fill-color-dark { + fill: #212529 !important; +} + +html .svg-fill-color-dark svg path, +html .svg-fill-color-dark svg rect, +html .svg-fill-color-dark svg line, +html .svg-fill-color-dark svg polyline, +html .svg-fill-color-dark svg polygon { + fill: #212529 !important; +} + +html .svg-stroke-color-dark { + stroke: #212529 !important; +} + +html .svg-stroke-color-dark svg path, +html .svg-stroke-color-dark svg rect, +html .svg-stroke-color-dark svg line, +html .svg-stroke-color-dark svg polyline, +html .svg-stroke-color-dark svg polygon { + stroke: #212529 !important; +} + +html .svg-fill-color-light { + fill: #FFF !important; +} + +html .svg-fill-color-light svg path, +html .svg-fill-color-light svg rect, +html .svg-fill-color-light svg line, +html .svg-fill-color-light svg polyline, +html .svg-fill-color-light svg polygon { + fill: #FFF !important; +} + +html .svg-stroke-color-light { + stroke: #FFF !important; +} + +html .svg-stroke-color-light svg path, +html .svg-stroke-color-light svg rect, +html .svg-stroke-color-light svg line, +html .svg-stroke-color-light svg polyline, +html .svg-stroke-color-light svg polygon { + stroke: #FFF !important; +} + +.gradient-text-color { + color: #AE2025; + background: linear-gradient(to bottom right, #AE2025, #e36159); + background-image: linear-gradient(to right, #AE2025, #e36159); +} + +html .bg-color-primary, +html .bg-primary { + background-color: #AE2025 !important; +} + +html .bg-color-hover-primary:hover, +html .bg-hover-primary:hover { + background-color: #AE2025 !important; +} + +html .bg-color-after-primary:after { + background-color: #AE2025 !important; +} + +html .bg-color-hover-after-primary:after:hover { + background-color: #AE2025 !important; +} + +html .bg-color-before-primary:before { + background-color: #AE2025 !important; +} + +html .bg-color-hover-before-primary:before:hover { + background-color: #AE2025 !important; +} + +html .bg-color-secondary, +html .bg-secondary { + background-color: #e36159 !important; +} + +html .bg-color-hover-secondary:hover, +html .bg-hover-secondary:hover { + background-color: #e36159 !important; +} + +html .bg-color-after-secondary:after { + background-color: #e36159 !important; +} + +html .bg-color-hover-after-secondary:after:hover { + background-color: #e36159 !important; +} + +html .bg-color-before-secondary:before { + background-color: #e36159 !important; +} + +html .bg-color-hover-before-secondary:before:hover { + background-color: #e36159 !important; +} + +html .bg-color-tertiary, +html .bg-tertiary { + background-color: #2BAAB1 !important; +} + +html .bg-color-hover-tertiary:hover, +html .bg-hover-tertiary:hover { + background-color: #2BAAB1 !important; +} + +html .bg-color-after-tertiary:after { + background-color: #2BAAB1 !important; +} + +html .bg-color-hover-after-tertiary:after:hover { + background-color: #2BAAB1 !important; +} + +html .bg-color-before-tertiary:before { + background-color: #2BAAB1 !important; +} + +html .bg-color-hover-before-tertiary:before:hover { + background-color: #2BAAB1 !important; +} + +html .bg-color-quaternary, +html .bg-quaternary { + background-color: #383f48 !important; +} + +html .bg-color-hover-quaternary:hover, +html .bg-hover-quaternary:hover { + background-color: #383f48 !important; +} + +html .bg-color-after-quaternary:after { + background-color: #383f48 !important; +} + +html .bg-color-hover-after-quaternary:after:hover { + background-color: #383f48 !important; +} + +html .bg-color-before-quaternary:before { + background-color: #383f48 !important; +} + +html .bg-color-hover-before-quaternary:before:hover { + background-color: #383f48 !important; +} + +html .bg-color-dark, +html .bg-dark { + background-color: #212529 !important; +} + +html .bg-color-hover-dark:hover, +html .bg-hover-dark:hover { + background-color: #212529 !important; +} + +html .bg-color-after-dark:after { + background-color: #212529 !important; +} + +html .bg-color-hover-after-dark:after:hover { + background-color: #212529 !important; +} + +html .bg-color-before-dark:before { + background-color: #212529 !important; +} + +html .bg-color-hover-before-dark:before:hover { + background-color: #212529 !important; +} + +html .bg-color-light, +html .bg-light { + background-color: #FFF !important; +} + +html .bg-color-hover-light:hover, +html .bg-hover-light:hover { + background-color: #FFF !important; +} + +html .bg-color-after-light:after { + background-color: #FFF !important; +} + +html .bg-color-hover-after-light:after:hover { + background-color: #FFF !important; +} + +html .bg-color-before-light:before { + background-color: #FFF !important; +} + +html .bg-color-hover-before-light:before:hover { + background-color: #FFF !important; +} + +.bg-gradient { + background: linear-gradient(135deg, #AE2025 0%, #e36159 80%); +} +/* Color Transition */ +@-webkit-keyframes colorTransition { + 0% { + background-color: #AE2025; + } + + 33% { + background-color: #e36159; + } + + 66% { + background-color: #2BAAB1; + } + + 100% { + background-color: #383f48; + } +} + +@keyframes colorTransition { + 0% { + background-color: #AE2025; + } + + 33% { + background-color: #e36159; + } + + 66% { + background-color: #2BAAB1; + } + + 100% { + background-color: #383f48; + } +} + +html .border-color-primary { + border-color: #AE2025 !important; +} + +html .border-color-hover-primary:hover { + border-color: #AE2025 !important; +} + +html .border-color-secondary { + border-color: #e36159 !important; +} + +html .border-color-hover-secondary:hover { + border-color: #e36159 !important; +} + +html .border-color-tertiary { + border-color: #2BAAB1 !important; +} + +html .border-color-hover-tertiary:hover { + border-color: #2BAAB1 !important; +} + +html .border-color-quaternary { + border-color: #383f48 !important; +} + +html .border-color-hover-quaternary:hover { + border-color: #383f48 !important; +} + +html .border-color-dark { + border-color: #212529 !important; +} + +html .border-color-hover-dark:hover { + border-color: #212529 !important; +} + +html .border-color-light { + border-color: #FFF !important; +} + +html .border-color-hover-light:hover { + border-color: #FFF !important; +} + +.alternative-font { + color: #AE2025; +} + +html .box-shadow-1-primary:before { + box-shadow: 0 30px 90px #AE2025 !important; +} + +html .box-shadow-1-secondary:before { + box-shadow: 0 30px 90px #e36159 !important; +} + +html .box-shadow-1-tertiary:before { + box-shadow: 0 30px 90px #2BAAB1 !important; +} + +html .box-shadow-1-quaternary:before { + box-shadow: 0 30px 90px #383f48 !important; +} + +html .box-shadow-1-dark:before { + box-shadow: 0 30px 90px #212529 !important; +} + +html .box-shadow-1-light:before { + box-shadow: 0 30px 90px #FFF !important; +} + +html .blockquote-primary { + border-color: #AE2025 !important; +} + +html .blockquote-secondary { + border-color: #e36159 !important; +} + +html .blockquote-tertiary { + border-color: #2BAAB1 !important; +} + +html .blockquote-quaternary { + border-color: #383f48 !important; +} + +html .blockquote-dark { + border-color: #212529 !important; +} + +html .blockquote-light { + border-color: #FFF !important; +} + +p.drop-caps:first-letter { + color: #AE2025; +} + +p.drop-caps.drop-caps-style-2:first-letter { + background-color: #AE2025; +} + +html .nav-color-primary nav > ul > li > a { + color: #AE2025 !important; +} + +html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before { + background-color: #AE2025 !important; +} + +html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul { + border-top-color: #AE2025 !important; +} + +html .nav-color-secondary nav > ul > li > a { + color: #e36159 !important; +} + +html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before { + background-color: #e36159 !important; +} + +html .nav-color-secondary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul { + border-top-color: #e36159 !important; +} + +html .nav-color-tertiary nav > ul > li > a { + color: #2BAAB1 !important; +} + +html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before { + background-color: #2BAAB1 !important; +} + +html .nav-color-tertiary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul { + border-top-color: #2BAAB1 !important; +} + +html .nav-color-quaternary nav > ul > li > a { + color: #383f48 !important; +} + +html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before { + background-color: #383f48 !important; +} + +html .nav-color-quaternary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul { + border-top-color: #383f48 !important; +} + +html .nav-color-dark nav > ul > li > a { + color: #212529 !important; +} + +html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before { + background-color: #212529 !important; +} + +html .nav-color-dark:not(.header-nav-main-dropdown-arrow) nav > ul > li ul { + border-top-color: #212529 !important; +} + +html .nav-color-light nav > ul > li > a { + color: #FFF !important; +} + +html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before { + background-color: #FFF !important; +} + +html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li ul { + border-top-color: #FFF !important; +} + +.nav-pills > li.active > a, +.nav-pills .nav-link.active { + background-color: #AE2025; +} + +.nav-pills > li.active > a:hover, +.nav-pills .nav-link.active:hover, +.nav-pills > li.active > a:focus, +.nav-pills .nav-link.active:focus { + background-color: #AE2025; +} + +.nav-active-style-1 > li > a:hover, +.nav-active-style-1 > li > a:focus, +.nav-active-style-1 > li > a.active { + border-bottom-color: #AE2025; +} + +html .nav-pills-primary a { + color: #AE2025; +} + +html .nav-pills-primary a:hover { + color: #EE2D2B; +} + +html .nav-pills-primary a:focus { + color: #EE2D2B; +} + +html .nav-pills-primary a:active { + color: #ad1f25; +} + +html .nav-pills-primary .nav-link.active, +html .nav-pills-primary > li.active > a { + background-color: #AE2025; +} + +html .nav-pills-primary .nav-link.active:hover, +html .nav-pills-primary > li.active > a:hover, +html .nav-pills-primary .nav-link.active:focus, +html .nav-pills-primary > li.active > a:focus { + background-color: #AE2025; +} + +html .nav-pills-secondary a { + color: #e36159; +} + +html .nav-pills-secondary a:hover { + color: #e7766f; +} + +html .nav-pills-secondary a:focus { + color: #e7766f; +} + +html .nav-pills-secondary a:active { + color: #df4c43; +} + +html .nav-pills-secondary .nav-link.active, +html .nav-pills-secondary > li.active > a { + background-color: #e36159; +} + +html .nav-pills-secondary .nav-link.active:hover, +html .nav-pills-secondary > li.active > a:hover, +html .nav-pills-secondary .nav-link.active:focus, +html .nav-pills-secondary > li.active > a:focus { + background-color: #e36159; +} + +html .nav-pills-tertiary a { + color: #2BAAB1; +} + +html .nav-pills-tertiary a:hover { + color: #30bec6; +} + +html .nav-pills-tertiary a:focus { + color: #30bec6; +} + +html .nav-pills-tertiary a:active { + color: #26969c; +} + +html .nav-pills-tertiary .nav-link.active, +html .nav-pills-tertiary > li.active > a { + background-color: #2BAAB1; +} + +html .nav-pills-tertiary .nav-link.active:hover, +html .nav-pills-tertiary > li.active > a:hover, +html .nav-pills-tertiary .nav-link.active:focus, +html .nav-pills-tertiary > li.active > a:focus { + background-color: #2BAAB1; +} + +html .nav-pills-quaternary a { + color: #383f48; +} + +html .nav-pills-quaternary a:hover { + color: #434c56; +} + +html .nav-pills-quaternary a:focus { + color: #434c56; +} + +html .nav-pills-quaternary a:active { + color: #2d323a; +} + +html .nav-pills-quaternary .nav-link.active, +html .nav-pills-quaternary > li.active > a { + background-color: #383f48; +} + +html .nav-pills-quaternary .nav-link.active:hover, +html .nav-pills-quaternary > li.active > a:hover, +html .nav-pills-quaternary .nav-link.active:focus, +html .nav-pills-quaternary > li.active > a:focus { + background-color: #383f48; +} + +html .nav-pills-dark a { + color: #212529; +} + +html .nav-pills-dark a:hover { + color: #2c3237; +} + +html .nav-pills-dark a:focus { + color: #2c3237; +} + +html .nav-pills-dark a:active { + color: #16181b; +} + +html .nav-pills-dark .nav-link.active, +html .nav-pills-dark > li.active > a { + background-color: #212529; +} + +html .nav-pills-dark .nav-link.active:hover, +html .nav-pills-dark > li.active > a:hover, +html .nav-pills-dark .nav-link.active:focus, +html .nav-pills-dark > li.active > a:focus { + background-color: #212529; +} + +html .nav-pills-light a { + color: #FFF; +} + +html .nav-pills-light a:hover { + color: #ffffff; +} + +html .nav-pills-light a:focus { + color: #ffffff; +} + +html .nav-pills-light a:active { + color: #f2f2f2; +} + +html .nav-pills-light .nav-link.active, +html .nav-pills-light > li.active > a { + background-color: #FFF; +} + +html .nav-pills-light .nav-link.active:hover, +html .nav-pills-light > li.active > a:hover, +html .nav-pills-light .nav-link.active:focus, +html .nav-pills-light > li.active > a:focus { + background-color: #FFF; +} + +.section-scroll-dots-navigation.scroll-dots-navigation-colored > ul > li > a:before { + background: #AE2025; +} + +.sort-source-wrapper .nav > li.active > a { + color: #AE2025; +} + +.sort-source-wrapper .nav > li.active > a:hover, +.sort-source-wrapper .nav > li.active > a:focus { + color: #AE2025; +} + +.sort-source.sort-source-style-2 > li.active > a:after { + border-top-color: #AE2025; +} + +.sort-source.sort-source-style-3 > li.active > a { + border-bottom-color: #AE2025 !important; + color: #AE2025 !important; +} + +html .badge-primary { + background-color: #AE2025; +} + +html .badge-secondary { + background-color: #e36159; +} + +html .badge-tertiary { + background-color: #2BAAB1; +} + +html .badge-quaternary { + background-color: #383f48; +} + +html .badge-dark { + background-color: #212529; +} + +html .badge-light { + background-color: #FFF; +} + +html .overlay-color-primary:not(.no-skin):before { + background-color: #AE2025 !important; +} + +html .overlay-color-secondary:not(.no-skin):before { + background-color: #e36159 !important; +} + +html .overlay-color-tertiary:not(.no-skin):before { + background-color: #2BAAB1 !important; +} + +html .overlay-color-quaternary:not(.no-skin):before { + background-color: #383f48 !important; +} + +html .overlay-color-dark:not(.no-skin):before { + background-color: #212529 !important; +} + +html .overlay-color-light:not(.no-skin):before { + background-color: #FFF !important; +} + +.overlay-gradient:before { + background-color: #2BAAB1 !important; + background-image: linear-gradient(to right, #2BAAB1 0%, #383f48 100%) !important; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAAB1', endColorstr='#383f48', GradientType=1); +} + +.btn-link { + color: #AE2025; +} + +.btn-link:hover { + color: #EE2D2B; +} + +.btn-link:active { + color: #ad1f25; +} + +html .btn-primary { + background-color: #AE2025; + border-color: #AE2025 #AE2025 #AE2025; + color: #FFF; +} + +html .btn-primary:hover, +html .btn-primary.hover { + background-color: #00a1f2; + border-color: #00aaff #00aaff #AE2025; + color: #FFF; +} + +html .btn-primary:focus, +html .btn-primary.focus { + background-color: #006ea6; + border-color: #AE2025 #AE2025 #004466; + color: #FFF; + box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5); +} + +html .btn-primary.disabled, +html .btn-primary:disabled { + background-color: #AE2025; + border-color: #AE2025 #AE2025 #AE2025; +} + +html .btn-primary:active, +html .btn-primary.active { + background-color: #006ea6 !important; + background-image: none !important; + border-color: #AE2025 #AE2025 #004466 !important; +} + +html .btn-primary-scale-2 { + background-color: #AE2025; + border-color: #AE2025 #AE2025 #004466; + color: #FFF; +} + +html .btn-primary-scale-2:hover, +html .btn-primary-scale-2.hover { + background-color: #007fbf; + border-color: #AE2025 #AE2025 #AE2025; + color: #FFF; +} + +html .btn-primary-scale-2:focus, +html .btn-primary-scale-2.focus { + background-color: #004c73; + border-color: #004466 #004466 #002233; + color: #FFF; + box-shadow: 0 0 0 3px rgba(0, 102, 153, 0.5); +} + +html .btn-primary-scale-2.disabled, +html .btn-primary-scale-2:disabled { + background-color: #AE2025; + border-color: #AE2025 #AE2025 #004466; +} + +html .btn-primary-scale-2:active, +html .btn-primary-scale-2.active { + background-color: #004c73 !important; + background-image: none !important; + border-color: #004466 #004466 #002233 !important; +} + +html .show > .btn-primary.dropdown-toggle, +html .show > .btn-primary-scale-2.dropdown-toggle { + background-color: #006ea6 !important; + background-image: none !important; + border-color: #AE2025 #AE2025 #004466 !important; +} + +html .btn-secondary { + background-color: #e36159; + border-color: #e36159 #e36159 #dc372d; + color: #FFF; +} + +html .btn-secondary:hover, +html .btn-secondary.hover { + background-color: #e9807a; + border-color: #ea8b85 #ea8b85 #e36159; + color: #FFF; +} + +html .btn-secondary:focus, +html .btn-secondary.focus { + background-color: #dd4238; + border-color: #dc372d #dc372d #b7281f; + color: #FFF; + box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5); +} + +html .btn-secondary.disabled, +html .btn-secondary:disabled { + background-color: #e36159; + border-color: #e36159 #e36159 #dc372d; +} + +html .btn-secondary:active, +html .btn-secondary.active { + background-color: #dd4238 !important; + background-image: none !important; + border-color: #dc372d #dc372d #b7281f !important; +} + +html .btn-secondary-scale-2 { + background-color: #dc372d; + border-color: #dc372d #dc372d #b7281f; + color: #FFF; +} + +html .btn-secondary-scale-2:hover, +html .btn-secondary-scale-2.hover { + background-color: #e1574e; + border-color: #e36159 #e36159 #dc372d; + color: #FFF; +} + +html .btn-secondary-scale-2:focus, +html .btn-secondary-scale-2.focus { + background-color: #c22a21; + border-color: #b7281f #b7281f #8b1e18; + color: #FFF; + box-shadow: 0 0 0 3px rgba(220, 55, 45, 0.5); +} + +html .btn-secondary-scale-2.disabled, +html .btn-secondary-scale-2:disabled { + background-color: #dc372d; + border-color: #dc372d #dc372d #b7281f; +} + +html .btn-secondary-scale-2:active, +html .btn-secondary-scale-2.active { + background-color: #c22a21 !important; + background-image: none !important; + border-color: #b7281f #b7281f #8b1e18 !important; +} + +html .show > .btn-secondary.dropdown-toggle, +html .show > .btn-secondary-scale-2.dropdown-toggle { + background-color: #dd4238 !important; + background-image: none !important; + border-color: #dc372d #dc372d #b7281f !important; +} + +html .btn-tertiary { + background-color: #2BAAB1; + border-color: #2BAAB1 #2BAAB1 #218388; + color: #FFF; +} + +html .btn-tertiary:hover, +html .btn-tertiary.hover { + background-color: #34c6ce; + border-color: #3fc9d0 #3fc9d0 #2BAAB1; + color: #FFF; +} + +html .btn-tertiary:focus, +html .btn-tertiary.focus { + background-color: #248c92; + border-color: #218388 #218388 #175b5f; + color: #FFF; + box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5); +} + +html .btn-tertiary.disabled, +html .btn-tertiary:disabled { + background-color: #2BAAB1; + border-color: #2BAAB1 #2BAAB1 #218388; +} + +html .btn-tertiary:active, +html .btn-tertiary.active { + background-color: #248c92 !important; + background-image: none !important; + border-color: #218388 #218388 #175b5f !important; +} + +html .btn-tertiary-scale-2 { + background-color: #218388; + border-color: #218388 #218388 #175b5f; + color: #FFF; +} + +html .btn-tertiary-scale-2:hover, +html .btn-tertiary-scale-2.hover { + background-color: #29a0a7; + border-color: #2baab1 #2baab1 #218388; + color: #FFF; +} + +html .btn-tertiary-scale-2:focus, +html .btn-tertiary-scale-2.focus { + background-color: #1a6569; + border-color: #175b5f #175b5f #0d3436; + color: #FFF; + box-shadow: 0 0 0 3px rgba(33, 131, 136, 0.5); +} + +html .btn-tertiary-scale-2.disabled, +html .btn-tertiary-scale-2:disabled { + background-color: #218388; + border-color: #218388 #218388 #175b5f; +} + +html .btn-tertiary-scale-2:active, +html .btn-tertiary-scale-2.active { + background-color: #1a6569 !important; + background-image: none !important; + border-color: #175b5f #175b5f #0d3436 !important; +} + +html .show > .btn-tertiary.dropdown-toggle, +html .show > .btn-tertiary-scale-2.dropdown-toggle { + background-color: #248c92 !important; + background-image: none !important; + border-color: #218388 #218388 #175b5f !important; +} + +html .btn-quaternary { + background-color: #383f48; + border-color: #383f48 #383f48 #22262b; + color: #FFF; +} + +html .btn-quaternary:hover, +html .btn-quaternary.hover { + background-color: #49525e; + border-color: #4e5865 #4e5865 #383f48; + color: #FFF; +} + +html .btn-quaternary:focus, +html .btn-quaternary.focus { + background-color: #272c32; + border-color: #22262b #22262b #0b0d0f; + color: #FFF; + box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5); +} + +html .btn-quaternary.disabled, +html .btn-quaternary:disabled { + background-color: #383f48; + border-color: #383f48 #383f48 #22262b; +} + +html .btn-quaternary:active, +html .btn-quaternary.active { + background-color: #272c32 !important; + background-image: none !important; + border-color: #22262b #22262b #0b0d0f !important; +} + +html .btn-quaternary-scale-2 { + background-color: #22262b; + border-color: #22262b #22262b #0b0d0f; + color: #FFF; +} + +html .btn-quaternary-scale-2:hover, +html .btn-quaternary-scale-2.hover { + background-color: #323941; + border-color: #383f48 #383f48 #22262b; + color: #FFF; +} + +html .btn-quaternary-scale-2:focus, +html .btn-quaternary-scale-2.focus { + background-color: #111316; + border-color: #0b0d0f #0b0d0f #000000; + color: #FFF; + box-shadow: 0 0 0 3px rgba(34, 38, 43, 0.5); +} + +html .btn-quaternary-scale-2.disabled, +html .btn-quaternary-scale-2:disabled { + background-color: #22262b; + border-color: #22262b #22262b #0b0d0f; +} + +html .btn-quaternary-scale-2:active, +html .btn-quaternary-scale-2.active { + background-color: #111316 !important; + background-image: none !important; + border-color: #0b0d0f #0b0d0f #000000 !important; +} + +html .show > .btn-quaternary.dropdown-toggle, +html .show > .btn-quaternary-scale-2.dropdown-toggle { + background-color: #272c32 !important; + background-image: none !important; + border-color: #22262b #22262b #0b0d0f !important; +} + +html .btn-dark { + background-color: #212529; + border-color: #212529 #212529 #0a0c0d; + color: #FFF; +} + +html .btn-dark:hover, +html .btn-dark.hover { + background-color: #32383e; + border-color: #383f45 #383f45 #212529; + color: #FFF; +} + +html .btn-dark:focus, +html .btn-dark.focus { + background-color: #101214; + border-color: #0a0c0d #0a0c0d #000000; + color: #FFF; + box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5); +} + +html .btn-dark.disabled, +html .btn-dark:disabled { + background-color: #212529; + border-color: #212529 #212529 #0a0c0d; +} + +html .btn-dark:active, +html .btn-dark.active { + background-color: #101214 !important; + background-image: none !important; + border-color: #0a0c0d #0a0c0d #000000 !important; +} + +html .btn-dark-scale-2 { + background-color: #0a0c0d; + border-color: #0a0c0d #0a0c0d #000000; + color: #FFF; +} + +html .btn-dark-scale-2:hover, +html .btn-dark-scale-2.hover { + background-color: #1b1f22; + border-color: #212529 #212529 #0a0c0d; + color: #FFF; +} + +html .btn-dark-scale-2:focus, +html .btn-dark-scale-2.focus { + background-color: #000000; + border-color: #000000 #000000 #000000; + color: #FFF; + box-shadow: 0 0 0 3px rgba(10, 11, 13, 0.5); +} + +html .btn-dark-scale-2.disabled, +html .btn-dark-scale-2:disabled { + background-color: #0a0c0d; + border-color: #0a0c0d #0a0c0d #000000; +} + +html .btn-dark-scale-2:active, +html .btn-dark-scale-2.active { + background-color: #000000 !important; + background-image: none !important; + border-color: #000000 #000000 #000000 !important; +} + +html .show > .btn-dark.dropdown-toggle, +html .show > .btn-dark-scale-2.dropdown-toggle { + background-color: #101214 !important; + background-image: none !important; + border-color: #0a0c0d #0a0c0d #000000 !important; +} + +html .btn-light { + background-color: #FFF; + border-color: #FFF #FFF #e6e6e6; + color: #777; +} + +html .btn-light:hover, +html .btn-light.hover { + background-color: #ffffff; + border-color: #ffffff #ffffff #FFF; + color: #777; +} + +html .btn-light:focus, +html .btn-light.focus { + background-color: #ececec; + border-color: #e6e6e6 #e6e6e6 #cccccc; + color: #777; + box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); +} + +html .btn-light.disabled, +html .btn-light:disabled { + background-color: #FFF; + border-color: #FFF #FFF #e6e6e6; +} + +html .btn-light:active, +html .btn-light.active { + background-color: #ececec !important; + background-image: none !important; + border-color: #e6e6e6 #e6e6e6 #cccccc !important; +} + +html .btn-light-scale-2 { + background-color: #e6e6e6; + border-color: #e6e6e6 #e6e6e6 #cccccc; + color: #777; +} + +html .btn-light-scale-2:hover, +html .btn-light-scale-2.hover { + background-color: #f9f9f9; + border-color: #ffffff #ffffff #e6e6e6; + color: #777; +} + +html .btn-light-scale-2:focus, +html .btn-light-scale-2.focus { + background-color: #d2d2d2; + border-color: #cccccc #cccccc #b3b3b3; + color: #777; + box-shadow: 0 0 0 3px rgba(230, 230, 230, 0.5); +} + +html .btn-light-scale-2.disabled, +html .btn-light-scale-2:disabled { + background-color: #e6e6e6; + border-color: #e6e6e6 #e6e6e6 #cccccc; +} + +html .btn-light-scale-2:active, +html .btn-light-scale-2.active { + background-color: #d2d2d2 !important; + background-image: none !important; + border-color: #cccccc #cccccc #b3b3b3 !important; +} + +html .show > .btn-light.dropdown-toggle, +html .show > .btn-light-scale-2.dropdown-toggle { + background-color: #ececec !important; + background-image: none !important; + border-color: #e6e6e6 #e6e6e6 #cccccc !important; +} + +html .btn-outline.btn-primary { + color: #AE2025; + background-color: transparent; + background-image: none; + border-color: #AE2025; +} + +html .btn-outline.btn-primary:hover, +html .btn-outline.btn-primary.hover { + color: #FFF; + background-color: #AE2025; + border-color: #AE2025; +} + +html .btn-outline.btn-primary:focus, +html .btn-outline.btn-primary.focus { + box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5); +} + +html .btn-outline.btn-primary.disabled, +html .btn-outline.btn-primary:disabled { + color: #AE2025; + background-color: transparent; +} + +html .btn-outline.btn-primary:active, +html .btn-outline.btn-primary.active { + color: #FFF !important; + background-color: #AE2025 !important; + border-color: #AE2025 !important; +} + +html .show > .btn-outline.btn-primary.dropdown-toggle { + color: #FFF !important; + background-color: #AE2025 !important; + border-color: #AE2025 !important; +} + +html .btn-outline.btn-secondary { + color: #e36159; + background-color: transparent; + background-image: none; + border-color: #e36159; +} + +html .btn-outline.btn-secondary:hover, +html .btn-outline.btn-secondary.hover { + color: #FFF; + background-color: #e36159; + border-color: #e36159; +} + +html .btn-outline.btn-secondary:focus, +html .btn-outline.btn-secondary.focus { + box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5); +} + +html .btn-outline.btn-secondary.disabled, +html .btn-outline.btn-secondary:disabled { + color: #e36159; + background-color: transparent; +} + +html .btn-outline.btn-secondary:active, +html .btn-outline.btn-secondary.active { + color: #FFF !important; + background-color: #e36159 !important; + border-color: #e36159 !important; +} + +html .show > .btn-outline.btn-secondary.dropdown-toggle { + color: #FFF !important; + background-color: #e36159 !important; + border-color: #e36159 !important; +} + +html .btn-outline.btn-tertiary { + color: #2BAAB1; + background-color: transparent; + background-image: none; + border-color: #2BAAB1; +} + +html .btn-outline.btn-tertiary:hover, +html .btn-outline.btn-tertiary.hover { + color: #FFF; + background-color: #2BAAB1; + border-color: #2BAAB1; +} + +html .btn-outline.btn-tertiary:focus, +html .btn-outline.btn-tertiary.focus { + box-shadow: 0 0 0 3px rgba(43, 170, 177, 0.5); +} + +html .btn-outline.btn-tertiary.disabled, +html .btn-outline.btn-tertiary:disabled { + color: #2BAAB1; + background-color: transparent; +} + +html .btn-outline.btn-tertiary:active, +html .btn-outline.btn-tertiary.active { + color: #FFF !important; + background-color: #2BAAB1 !important; + border-color: #2BAAB1 !important; +} + +html .show > .btn-outline.btn-tertiary.dropdown-toggle { + color: #FFF !important; + background-color: #2BAAB1 !important; + border-color: #2BAAB1 !important; +} + +html .btn-outline.btn-quaternary { + color: #383f48; + background-color: transparent; + background-image: none; + border-color: #383f48; +} + +html .btn-outline.btn-quaternary:hover, +html .btn-outline.btn-quaternary.hover { + color: #FFF; + background-color: #383f48; + border-color: #383f48; +} + +html .btn-outline.btn-quaternary:focus, +html .btn-outline.btn-quaternary.focus { + box-shadow: 0 0 0 3px rgba(56, 63, 72, 0.5); +} + +html .btn-outline.btn-quaternary.disabled, +html .btn-outline.btn-quaternary:disabled { + color: #383f48; + background-color: transparent; +} + +html .btn-outline.btn-quaternary:active, +html .btn-outline.btn-quaternary.active { + color: #FFF !important; + background-color: #383f48 !important; + border-color: #383f48 !important; +} + +html .show > .btn-outline.btn-quaternary.dropdown-toggle { + color: #FFF !important; + background-color: #383f48 !important; + border-color: #383f48 !important; +} + +html .btn-outline.btn-dark { + color: #212529; + background-color: transparent; + background-image: none; + border-color: #212529; +} + +html .btn-outline.btn-dark:hover, +html .btn-outline.btn-dark.hover { + color: #FFF; + background-color: #212529; + border-color: #212529; +} + +html .btn-outline.btn-dark:focus, +html .btn-outline.btn-dark.focus { + box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5); +} + +html .btn-outline.btn-dark.disabled, +html .btn-outline.btn-dark:disabled { + color: #212529; + background-color: transparent; +} + +html .btn-outline.btn-dark:active, +html .btn-outline.btn-dark.active { + color: #FFF !important; + background-color: #212529 !important; + border-color: #212529 !important; +} + +html .show > .btn-outline.btn-dark.dropdown-toggle { + color: #FFF !important; + background-color: #212529 !important; + border-color: #212529 !important; +} + +html .btn-outline.btn-light { + color: #FFF; + background-color: transparent; + background-image: none; + border-color: #FFF; +} + +html .btn-outline.btn-light:hover, +html .btn-outline.btn-light.hover { + color: #777; + background-color: #FFF; + border-color: #FFF; +} + +html .btn-outline.btn-light:focus, +html .btn-outline.btn-light.focus { + box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5); +} + +html .btn-outline.btn-light.disabled, +html .btn-outline.btn-light:disabled { + color: #FFF; + background-color: transparent; +} + +html .btn-outline.btn-light:active, +html .btn-outline.btn-light.active { + color: #777 !important; + background-color: #FFF !important; + border-color: #FFF !important; +} + +html .show > .btn-outline.btn-light.dropdown-toggle { + color: #777 !important; + background-color: #FFF !important; + border-color: #FFF !important; +} + +html .btn-with-arrow.btn-primary { + background-color: transparent; + border-color: transparent; + color: #AE2025; +} + +html .btn-with-arrow.btn-primary:active { + background-color: transparent !important; + border-color: transparent !important; + color: #AE2025 !important; +} + +html .btn-with-arrow.btn-primary span { + background-color: #AE2025; + box-shadow: 2px 3px 18px -3px #AE2025; +} + +html .btn-with-arrow.btn-primary.btn-outline { + border-color: #AE2025 !important; +} + +html .btn-with-arrow.btn-primary.btn-outline:hover span { + background-color: #EE2D2B !important; + box-shadow: none; +} + +html .btn-with-arrow.btn-secondary { + background-color: transparent; + border-color: transparent; + color: #e36159; +} + +html .btn-with-arrow.btn-secondary:active { + background-color: transparent !important; + border-color: transparent !important; + color: #e36159 !important; +} + +html .btn-with-arrow.btn-secondary span { + background-color: #e36159; + box-shadow: 2px 3px 18px -3px #e36159; +} + +html .btn-with-arrow.btn-secondary.btn-outline { + border-color: #e36159 !important; +} + +html .btn-with-arrow.btn-secondary.btn-outline:hover span { + background-color: #e7766f !important; + box-shadow: none; +} + +html .btn-with-arrow.btn-tertiary { + background-color: transparent; + border-color: transparent; + color: #2BAAB1; +} + +html .btn-with-arrow.btn-tertiary:active { + background-color: transparent !important; + border-color: transparent !important; + color: #2BAAB1 !important; +} + +html .btn-with-arrow.btn-tertiary span { + background-color: #2BAAB1; + box-shadow: 2px 3px 18px -3px #2BAAB1; +} + +html .btn-with-arrow.btn-tertiary.btn-outline { + border-color: #2BAAB1 !important; +} + +html .btn-with-arrow.btn-tertiary.btn-outline:hover span { + background-color: #30bec6 !important; + box-shadow: none; +} + +html .btn-with-arrow.btn-quaternary { + background-color: transparent; + border-color: transparent; + color: #383f48; +} + +html .btn-with-arrow.btn-quaternary:active { + background-color: transparent !important; + border-color: transparent !important; + color: #383f48 !important; +} + +html .btn-with-arrow.btn-quaternary span { + background-color: #383f48; + box-shadow: 2px 3px 18px -3px #383f48; +} + +html .btn-with-arrow.btn-quaternary.btn-outline { + border-color: #383f48 !important; +} + +html .btn-with-arrow.btn-quaternary.btn-outline:hover span { + background-color: #434c56 !important; + box-shadow: none; +} + +html .btn-with-arrow.btn-dark { + background-color: transparent; + border-color: transparent; + color: #212529; +} + +html .btn-with-arrow.btn-dark:active { + background-color: transparent !important; + border-color: transparent !important; + color: #212529 !important; +} + +html .btn-with-arrow.btn-dark span { + background-color: #212529; + box-shadow: 2px 3px 18px -3px #212529; +} + +html .btn-with-arrow.btn-dark.btn-outline { + border-color: #212529 !important; +} + +html .btn-with-arrow.btn-dark.btn-outline:hover span { + background-color: #2c3237 !important; + box-shadow: none; +} + +html .btn-with-arrow.btn-light { + background-color: transparent; + border-color: transparent; + color: #FFF; +} + +html .btn-with-arrow.btn-light:active { + background-color: transparent !important; + border-color: transparent !important; + color: #FFF !important; +} + +html .btn-with-arrow.btn-light span { + background-color: #FFF; + box-shadow: 2px 3px 18px -3px #FFF; +} + +html .btn-with-arrow.btn-light.btn-outline { + border-color: #FFF !important; +} + +html .btn-with-arrow.btn-light.btn-outline:hover span { + background-color: #ffffff !important; + box-shadow: none; +} + +.btn-gradient:not(.btn-outline) { + background: linear-gradient(135deg, #AE2025 0%, #e36159 80%); + color: #FFF; +} + +.btn-gradient:not(.btn-outline):hover, +.btn-gradient:not(.btn-outline).hover { + background: linear-gradient(135deg, #00a1f2 0%, #e9807a 80%); + color: #FFF; +} + +.btn-gradient:not(.btn-outline):focus, +.btn-gradient:not(.btn-outline).focus { + box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5); +} + +.btn-gradient:not(.btn-outline).disabled, +.btn-gradient:not(.btn-outline):disabled { + background: linear-gradient(135deg, #AE2025 0%, #e36159 80%); +} + +.btn-gradient:not(.btn-outline):active, +.btn-gradient:not(.btn-outline).active { + background: linear-gradient(135deg, #006ea6 0%, #dd4238 80%) !important; + color: #FFF !important; +} + +.btn-gradient.btn-outline { + -o-border-image: linear-gradient(135deg, #AE2025 0%, #e36159 80%); + border-image: linear-gradient(135deg, #AE2025 0%, #e36159 80%); + color: #AE2025; +} + +.btn-gradient.btn-outline:hover, +.btn-gradient.btn-outline.hover { + -o-border-image: linear-gradient(135deg, #00a1f2 0%, #e9807a 80%); + border-image: linear-gradient(135deg, #00a1f2 0%, #e9807a 80%); + color: #00a1f2; +} + +.btn-gradient.btn-outline:focus, +.btn-gradient.btn-outline.focus { + box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5); +} + +.btn-gradient.btn-outline.disabled, +.btn-gradient.btn-outline:disabled { + -o-border-image: linear-gradient(135deg, #AE2025 0%, #e36159 80%); + border-image: linear-gradient(135deg, #AE2025 0%, #e36159 80%); +} + +.btn-gradient.btn-outline:active, +.btn-gradient.btn-outline.active { + -o-border-image: linear-gradient(135deg, #006ea6 0%, #dd4238 80%); + border-image: linear-gradient(135deg, #006ea6 0%, #dd4238 80%); + color: #006ea6; +} + +.btn-gradient-primary:not(.btn-outline) { + background: linear-gradient(135deg, #0096e0 0%, #0081c2 80%); + color: #FFF; +} + +.btn-gradient-primary:not(.btn-outline):hover, +.btn-gradient-primary:not(.btn-outline).hover { + background: linear-gradient(135deg, #0092db 0%, #00a1f2 80%); + color: #FFF; +} + +.btn-gradient-primary:not(.btn-outline):focus, +.btn-gradient-primary:not(.btn-outline).focus { + box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5); +} + +.btn-gradient-primary:not(.btn-outline).disabled, +.btn-gradient-primary:not(.btn-outline):disabled { + background: linear-gradient(135deg, #0096e0 80%, #0081c2 0%); +} + +.btn-gradient-primary:not(.btn-outline):active, +.btn-gradient-primary:not(.btn-outline).active { + background: linear-gradient(135deg, #0092db 0%, #00a1f2 80%) !important; + color: #FFF !important; +} + +.btn-gradient-primary.btn-outline { + -o-border-image: linear-gradient(135deg, #AE2025 0%, #00a3f5 80%); + border-image: linear-gradient(135deg, #AE2025 0%, #00a3f5 80%); + color: #AE2025; +} + +.btn-gradient-primary.btn-outline:hover, +.btn-gradient-primary.btn-outline.hover { + -o-border-image: linear-gradient(135deg, #00a1f2 0%, #00a1f2 80%); + border-image: linear-gradient(135deg, #00a1f2 0%, #00a1f2 80%); + color: #00a1f2; +} + +.btn-gradient-primary.btn-outline:focus, +.btn-gradient-primary.btn-outline.focus { + box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5); +} + +.btn-gradient-primary.btn-outline.disabled, +.btn-gradient-primary.btn-outline:disabled { + -o-border-image: linear-gradient(135deg, #AE2025 0%, #00a3f5 80%); + border-image: linear-gradient(135deg, #AE2025 0%, #00a3f5 80%); +} + +.btn-gradient-primary.btn-outline:active, +.btn-gradient-primary.btn-outline.active { + -o-border-image: linear-gradient(135deg, #00a1f2 0%, #00a1f2 80%); + border-image: linear-gradient(135deg, #00a1f2 0%, #00a1f2 80%); + color: #00a1f2; +} + +.pagination > a, +.pagination > a:hover, +.pagination > a:focus, +.pagination > li > a, +.pagination > li > span, +.pagination > li > a:hover, +.pagination > li > span:hover, +.pagination > li > a:focus, +.pagination > li > span:focus { + color: #AE2025; +} + +.pagination > .active > a, +.pagination > .active > span, +.pagination > .active > a:hover, +.pagination > .active > span:hover, +.pagination > .active > a:focus, +.pagination > .active > span:focus, +.pagination .page-item.active .page-link { + background-color: #AE2025 !important; + border-color: #AE2025; +} + +body.dark .pagination > li > a, +body.dark .pagination > li > span, +body.dark .pagination > li > a:hover, +body.dark .pagination > li > span:hover, +body.dark .pagination > li > a:focus, +body.dark .pagination > li > span:focus { + color: #AE2025; +} + +body.dark .pagination > .active > a, +body.dark .pagination > .active > span, +body.dark .pagination > .active > a:hover, +body.dark .pagination > .active > span:hover, +body.dark .pagination > .active > a:focus, +body.dark .pagination > .active > span:focus { + background-color: #AE2025; + border-color: #AE2025; +} + +.pagination > .active > a, +body.dark .pagination > .active > a { + background-color: #AE2025; + border-color: #AE2025 #AE2025 #AE2025; + color: #fff; +} + +.pagination > .active > a:hover, +body.dark .pagination > .active > a:hover, +.pagination > .active > a.hover, +body.dark .pagination > .active > a.hover { + background-color: #00a1f2; + border-color: #00aaff #00aaff #AE2025; + color: #fff; +} + +.pagination > .active > a:focus, +body.dark .pagination > .active > a:focus, +.pagination > .active > a.focus, +body.dark .pagination > .active > a.focus { + background-color: #006ea6; + border-color: #AE2025 #AE2025 #004466; + color: #fff; + box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5); +} + +.pagination > .active > a.disabled, +body.dark .pagination > .active > a.disabled, +.pagination > .active > a:disabled, +body.dark .pagination > .active > a:disabled { + background-color: #AE2025; + border-color: #AE2025 #AE2025 #AE2025; +} + +.pagination > .active > a:active, +body.dark .pagination > .active > a:active, +.pagination > .active > a.active, +body.dark .pagination > .active > a.active { + background-color: #006ea6 !important; + background-image: none !important; + border-color: #AE2025 #AE2025 #004466 !important; +} + +.custom-control-input:checked ~ .custom-control-label::before, +.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { + background-color: #AE2025; +} + +.custom-checkbox-switch:checked { + background-color: #AE2025; + border-color: #AE2025; +} + +html .alert-primary { + background-color: #AE2025; + border-color: #007ebd; + color: #FFF; +} + +html .alert-primary .alert-link { + color: #FFF; +} + +html .alert-secondary { + background-color: #e36159; + border-color: #e1554c; + color: #FFF; +} + +html .alert-secondary .alert-link { + color: #FFF; +} + +html .alert-tertiary { + background-color: #2BAAB1; + border-color: #289ea5; + color: #FFF; +} + +html .alert-tertiary .alert-link { + color: #FFF; +} + +html .alert-quaternary { + background-color: #383f48; + border-color: #31373f; + color: #FFF; +} + +html .alert-quaternary .alert-link { + color: #FFF; +} + +html .alert-dark { + background-color: #212529; + border-color: #1a1d21; + color: #FFF; +} + +html .alert-dark .alert-link { + color: #FFF; +} + +html .alert-light { + background-color: #FFF; + border-color: #f7f7f7; + color: #777; +} + +html .alert-light .alert-link { + color: #777; +} + +html .progress-bar-primary { + background-color: #AE2025; +} + +html .progress-bar-secondary { + background-color: #e36159; +} + +html .progress-bar-tertiary { + background-color: #2BAAB1; +} + +html .progress-bar-quaternary { + background-color: #383f48; +} + +html .progress-bar-dark { + background-color: #212529; +} + +html .progress-bar-light { + background-color: #FFF; +} + +html .word-rotator.loading-bar-primary .word-rotator-words::after { + background-color: #AE2025; +} + +html .word-rotator.loading-bar-secondary .word-rotator-words::after { + background-color: #e36159; +} + +html .word-rotator.loading-bar-tertiary .word-rotator-words::after { + background-color: #2BAAB1; +} + +html .word-rotator.loading-bar-quaternary .word-rotator-words::after { + background-color: #383f48; +} + +html .word-rotator.loading-bar-dark .word-rotator-words::after { + background-color: #212529; +} + +html .word-rotator.loading-bar-light .word-rotator-words::after { + background-color: #FFF; +} + +.process .process-step-circle { + border-color: #AE2025; +} + +.process .process-step:hover .process-step-circle { + background-color: #AE2025; +} + +.process .process-step:hover .process-step-circle .process-step-circle-content { + color: #FFF !important; +} + +.process.process-shapes .process-step-circle .process-step-circle-content, +.process.process-shapes .process-step-circle:before, +.process.process-shapes .process-step-circle:after { + background-color: #AE2025; +} + +.process-connecting-line .connecting-line { + background: #AE2025; +} + +html .rating-primary .filled-stars { + color: #AE2025; +} + +html .rating-secondary .filled-stars { + color: #e36159; +} + +html .rating-tertiary .filled-stars { + color: #2BAAB1; +} + +html .rating-quaternary .filled-stars { + color: #383f48; +} + +html .rating-dark .filled-stars { + color: #212529; +} + +html .rating-light .filled-stars { + color: #FFF; +} + +html section.section-primary { + background-color: #AE2025 !important; + border-color: #ad1f25 !important; +} + +html section.section-primary h1, +html section.section-primary h2, +html section.section-primary h3, +html section.section-primary h4, +html section.section-primary h5, +html section.section-primary h6 { + color: #FFF; +} + +html section.section-primary p { + color: #e6e6e6; +} + +html section.section-primary-scale-2 { + background-color: #AE2025 !important; + border-color: #821A1F !important; +} + +html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after { + border-top-color: #AE2025; +} + +html section.section-secondary { + background-color: #e36159 !important; + border-color: #df4c43 !important; +} + +html section.section-secondary h1, +html section.section-secondary h2, +html section.section-secondary h3, +html section.section-secondary h4, +html section.section-secondary h5, +html section.section-secondary h6 { + color: #FFF; +} + +html section.section-secondary p { + color: #e6e6e6; +} + +html section.section-secondary-scale-2 { + background-color: #dc372d !important; + border-color: #cd2c23 !important; +} + +html section.section-secondary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after { + border-top-color: #dc372d; +} + +html section.section-tertiary { + background-color: #2BAAB1 !important; + border-color: #26969c !important; +} + +html section.section-tertiary h1, +html section.section-tertiary h2, +html section.section-tertiary h3, +html section.section-tertiary h4, +html section.section-tertiary h5, +html section.section-tertiary h6 { + color: #FFF; +} + +html section.section-tertiary p { + color: #e6e6e6; +} + +html section.section-tertiary-scale-2 { + background-color: #218388 !important; + border-color: #1c6f73 !important; +} + +html section.section-tertiary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after { + border-top-color: #218388; +} + +html section.section-quaternary { + background-color: #383f48 !important; + border-color: #2d323a !important; +} + +html section.section-quaternary h1, +html section.section-quaternary h2, +html section.section-quaternary h3, +html section.section-quaternary h4, +html section.section-quaternary h5, +html section.section-quaternary h6 { + color: #FFF; +} + +html section.section-quaternary p { + color: #e6e6e6; +} + +html section.section-quaternary-scale-2 { + background-color: #22262b !important; + border-color: #17191d !important; +} + +html section.section-quaternary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after { + border-top-color: #22262b; +} + +html section.section-dark { + background-color: #212529 !important; + border-color: #16181b !important; +} + +html section.section-dark h1, +html section.section-dark h2, +html section.section-dark h3, +html section.section-dark h4, +html section.section-dark h5, +html section.section-dark h6 { + color: #FFF; +} + +html section.section-dark p { + color: #e6e6e6; +} + +html section.section-dark-scale-2 { + background-color: #0a0c0d !important; + border-color: #000000 !important; +} + +html section.section-dark-scale-2 .sort-source.sort-source-style-2 > li.active > a:after { + border-top-color: #0a0c0d; +} + +html section.section-light { + background-color: #FFF !important; + border-color: #f2f2f2 !important; +} + +html section.section-light h1, +html section.section-light h2, +html section.section-light h3, +html section.section-light h4, +html section.section-light h5, +html section.section-light h6 { + color: #777; +} + +html section.section-light p { + color: #5e5e5e; +} + +html section.section-light-scale-2 { + background-color: #e6e6e6 !important; + border-color: #d9d9d9 !important; +} + +html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active > a:after { + border-top-color: #e6e6e6; +} + +section.section.section-background-half-primary-half-secondary { + background: linear-gradient(to right, #AE2025 50%, #e36159 50%); +} + +section.section.section-overlay-opacity-gradient:before { + background: linear-gradient(135deg, #AE2025 0%, #e36159 80%); +} + +html .bg-color-light-scale-1 { + background-color: #f7f7f7 !important; +} + +html .section.bg-color-light-scale-1, +html .bg-color-light-scale-border-top-1 { + border-top-color: #efefef !important; +} + +html .bg-color-light-scale-2 { + background-color: #e8e8e8 !important; +} + +html .section.bg-color-light-scale-2, +html .bg-color-light-scale-border-top-2 { + border-top-color: #e0e0e0 !important; +} + +html .bg-color-light-scale-3 { + background-color: #e0e0e0 !important; +} + +html .section.bg-color-light-scale-3, +html .bg-color-light-scale-border-top-3 { + border-top-color: #d8d8d8 !important; +} + +html .bg-color-light-scale-4 { + background-color: #d8d8d8 !important; +} + +html .section.bg-color-light-scale-4, +html .bg-color-light-scale-border-top-4 { + border-top-color: #d1d1d1 !important; +} + +html .bg-color-light-scale-5 { + background-color: #d1d1d1 !important; +} + +html .section.bg-color-light-scale-5, +html .bg-color-light-scale-border-top-5 { + border-top-color: #c9c9c9 !important; +} + +html .bg-color-light-scale-6 { + background-color: #c9c9c9 !important; +} + +html .section.bg-color-light-scale-6, +html .bg-color-light-scale-border-top-6 { + border-top-color: #c1c1c1 !important; +} + +html .bg-color-light-scale-7 { + background-color: #c1c1c1 !important; +} + +html .section.bg-color-light-scale-7, +html .bg-color-light-scale-border-top-7 { + border-top-color: #bababa !important; +} + +html .bg-color-light-scale-8 { + background-color: #bababa !important; +} + +html .section.bg-color-light-scale-8, +html .bg-color-light-scale-border-top-8 { + border-top-color: #b2b2b2 !important; +} + +html .bg-color-light-scale-9 { + background-color: #b2b2b2 !important; +} + +html .section.bg-color-light-scale-9, +html .bg-color-light-scale-border-top-9 { + border-top-color: #ababab !important; +} + +html .bg-color-dark-scale-1 { + background-color: #212529 !important; +} + +html .section.bg-color-dark-scale-1, +html .bg-color-dark-scale-border-top-1 { + border-top-color: #1a1d21 !important; +} + +html .bg-color-dark-scale-2 { + background-color: #1c2023 !important; +} + +html .section.bg-color-dark-scale-2, +html .bg-color-dark-scale-border-top-2 { + border-top-color: #16181b !important; +} + +html .bg-color-dark-scale-3 { + background-color: #181b1e !important; +} + +html .section.bg-color-dark-scale-3, +html .bg-color-dark-scale-border-top-3 { + border-top-color: #111315 !important; +} + +html .bg-color-dark-scale-4 { + background-color: #131618 !important; +} + +html .section.bg-color-dark-scale-4, +html .bg-color-dark-scale-border-top-4 { + border-top-color: #0d0e10 !important; +} + +html .bg-color-dark-scale-5 { + background-color: #0f1112 !important; +} + +html .section.bg-color-dark-scale-5, +html .bg-color-dark-scale-border-top-5 { + border-top-color: #08090a !important; +} + +html .bg-color-dark-scale-6 { + background-color: #0a0c0d !important; +} + +html .section.bg-color-dark-scale-6, +html .bg-color-dark-scale-border-top-6 { + border-top-color: #030404 !important; +} + +html .bg-color-dark-scale-7 { + background-color: #060607 !important; +} + +html .section.bg-color-dark-scale-7, +html .bg-color-dark-scale-border-top-7 { + border-top-color: #000000 !important; +} + +html .bg-color-dark-scale-8 { + background-color: #010101 !important; +} + +html .section.bg-color-dark-scale-8, +html .bg-color-dark-scale-border-top-8 { + border-top-color: #000000 !important; +} + +html .bg-color-dark-scale-9 { + background-color: #000000 !important; +} + +html .section.bg-color-dark-scale-9, +html .bg-color-dark-scale-border-top-9 { + border-top-color: #000000 !important; +} + +section.page-header .page-header-title-border { + background-color: #AE2025 !important; +} + +section.page-header.custom-product { + background-color: #ad1f25; + border-top-color: #0081c2; +} + +html .page-header-color.page-header-primary { + background-color: #AE2025; + border-bottom-color: #AE2025; + color: #FFF; +} + +html .page-header-color.page-header-primary h1 { + color: #FFF; +} + +html .page-header-color.page-header-primary h1 span { + color: #FFF; +} + +html .page-header-color.page-header-primary a { + color: #FFF; +} + +html .page-header-color.page-header-primary .breadcrumb > .active { + color: #FFF; +} + +html .page-header-color.page-header-secondary { + background-color: #e36159; + border-bottom-color: #e36159; + color: #FFF; +} + +html .page-header-color.page-header-secondary h1 { + color: #FFF; +} + +html .page-header-color.page-header-secondary h1 span { + color: #FFF; +} + +html .page-header-color.page-header-secondary a { + color: #FFF; +} + +html .page-header-color.page-header-secondary .breadcrumb > .active { + color: #FFF; +} + +html .page-header-color.page-header-tertiary { + background-color: #2BAAB1; + border-bottom-color: #2BAAB1; + color: #FFF; +} + +html .page-header-color.page-header-tertiary h1 { + color: #FFF; +} + +html .page-header-color.page-header-tertiary h1 span { + color: #FFF; +} + +html .page-header-color.page-header-tertiary a { + color: #FFF; +} + +html .page-header-color.page-header-tertiary .breadcrumb > .active { + color: #FFF; +} + +html .page-header-color.page-header-quaternary { + background-color: #383f48; + border-bottom-color: #383f48; + color: #FFF; +} + +html .page-header-color.page-header-quaternary h1 { + color: #FFF; +} + +html .page-header-color.page-header-quaternary h1 span { + color: #FFF; +} + +html .page-header-color.page-header-quaternary a { + color: #FFF; +} + +html .page-header-color.page-header-quaternary .breadcrumb > .active { + color: #FFF; +} + +html .page-header-color.page-header-dark { + background-color: #212529; + border-bottom-color: #212529; + color: #FFF; +} + +html .page-header-color.page-header-dark h1 { + color: #FFF; +} + +html .page-header-color.page-header-dark h1 span { + color: #FFF; +} + +html .page-header-color.page-header-dark a { + color: #FFF; +} + +html .page-header-color.page-header-dark .breadcrumb > .active { + color: #FFF; +} + +html .page-header-color.page-header-light { + background-color: #FFF; + border-bottom-color: #FFF; + color: #777; +} + +html .page-header-color.page-header-light h1 { + color: #777; +} + +html .page-header-color.page-header-light h1 span { + color: #777; +} + +html .page-header-color.page-header-light a { + color: #777; +} + +html .page-header-color.page-header-light .breadcrumb > .active { + color: #777; +} + +html .toggle-primary .toggle label, +html .toggle-primary .toggle .toggle-title { + color: #AE2025; + border-left-color: #AE2025; + border-right-color: #AE2025; +} + +html .toggle-primary .toggle.active > label, +html .toggle-primary .toggle.active > .toggle-title { + background-color: #AE2025; + border-color: #AE2025; + color: #FFF; +} + +html .toggle-primary.toggle-simple .toggle > label:after, +html .toggle-primary.toggle-simple .toggle > .toggle-title:after { + background-color: #AE2025; +} + +html .toggle-primary.toggle-minimal .toggle.active > label, +html .toggle-primary.toggle-minimal .toggle.active > .toggle-title { + color: #AE2025; +} + +html .toggle-secondary .toggle label, +html .toggle-secondary .toggle .toggle-title { + color: #e36159; + border-left-color: #e36159; + border-right-color: #e36159; +} + +html .toggle-secondary .toggle.active > label, +html .toggle-secondary .toggle.active > .toggle-title { + background-color: #e36159; + border-color: #e36159; + color: #FFF; +} + +html .toggle-secondary.toggle-simple .toggle > label:after, +html .toggle-secondary.toggle-simple .toggle > .toggle-title:after { + background-color: #e36159; +} + +html .toggle-secondary.toggle-minimal .toggle.active > label, +html .toggle-secondary.toggle-minimal .toggle.active > .toggle-title { + color: #e36159; +} + +html .toggle-tertiary .toggle label, +html .toggle-tertiary .toggle .toggle-title { + color: #2BAAB1; + border-left-color: #2BAAB1; + border-right-color: #2BAAB1; +} + +html .toggle-tertiary .toggle.active > label, +html .toggle-tertiary .toggle.active > .toggle-title { + background-color: #2BAAB1; + border-color: #2BAAB1; + color: #FFF; +} + +html .toggle-tertiary.toggle-simple .toggle > label:after, +html .toggle-tertiary.toggle-simple .toggle > .toggle-title:after { + background-color: #2BAAB1; +} + +html .toggle-tertiary.toggle-minimal .toggle.active > label, +html .toggle-tertiary.toggle-minimal .toggle.active > .toggle-title { + color: #2BAAB1; +} + +html .toggle-quaternary .toggle label, +html .toggle-quaternary .toggle .toggle-title { + color: #383f48; + border-left-color: #383f48; + border-right-color: #383f48; +} + +html .toggle-quaternary .toggle.active > label, +html .toggle-quaternary .toggle.active > .toggle-title { + background-color: #383f48; + border-color: #383f48; + color: #FFF; +} + +html .toggle-quaternary.toggle-simple .toggle > label:after, +html .toggle-quaternary.toggle-simple .toggle > .toggle-title:after { + background-color: #383f48; +} + +html .toggle-quaternary.toggle-minimal .toggle.active > label, +html .toggle-quaternary.toggle-minimal .toggle.active > .toggle-title { + color: #383f48; +} + +html .toggle-dark .toggle label, +html .toggle-dark .toggle .toggle-title { + color: #212529; + border-left-color: #212529; + border-right-color: #212529; +} + +html .toggle-dark .toggle.active > label, +html .toggle-dark .toggle.active > .toggle-title { + background-color: #212529; + border-color: #212529; + color: #FFF; +} + +html .toggle-dark.toggle-simple .toggle > label:after, +html .toggle-dark.toggle-simple .toggle > .toggle-title:after { + background-color: #212529; +} + +html .toggle-dark.toggle-minimal .toggle.active > label, +html .toggle-dark.toggle-minimal .toggle.active > .toggle-title { + color: #212529; +} + +html .toggle-light .toggle label, +html .toggle-light .toggle .toggle-title { + color: #FFF; + border-left-color: #FFF; + border-right-color: #FFF; +} + +html .toggle-light .toggle.active > label, +html .toggle-light .toggle.active > .toggle-title { + background-color: #FFF; + border-color: #FFF; + color: #777; +} + +html .toggle-light.toggle-simple .toggle > label:after, +html .toggle-light.toggle-simple .toggle > .toggle-title:after { + background-color: #FFF; +} + +html .toggle-light.toggle-minimal .toggle.active > label, +html .toggle-light.toggle-minimal .toggle.active > .toggle-title { + color: #FFF; +} + +.thumb-info .thumb-info-type, +.thumb-info .thumb-info-action-icon, +.thumb-info-social-icons a, +.thumbnail .zoom, +.img-thumbnail .zoom, +.thumb-info-ribbon { + background-color: #AE2025; +} + +html .thumb-info .thumb-info-action-icon-primary { + background-color: #AE2025; +} + +html .thumb-info .thumb-info-action-icon-primary i { + color: #FFF; +} + +html .thumb-info .thumb-info-action-icon-secondary { + background-color: #e36159; +} + +html .thumb-info .thumb-info-action-icon-secondary i { + color: #FFF; +} + +html .thumb-info .thumb-info-action-icon-tertiary { + background-color: #2BAAB1; +} + +html .thumb-info .thumb-info-action-icon-tertiary i { + color: #FFF; +} + +html .thumb-info .thumb-info-action-icon-quaternary { + background-color: #383f48; +} + +html .thumb-info .thumb-info-action-icon-quaternary i { + color: #FFF; +} + +html .thumb-info .thumb-info-action-icon-dark { + background-color: #212529; +} + +html .thumb-info .thumb-info-action-icon-dark i { + color: #FFF; +} + +html .thumb-info .thumb-info-action-icon-light { + background-color: #FFF; +} + +html .thumb-info .thumb-info-action-icon-light i { + color: #777; +} + +.thumb-info-ribbon:before { + border-right-color: #821A1F; + border-left-color: #821A1F; +} + +.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before { + background: rgba(0, 136, 204, 0.9); +} + +.thumb-info-floating-caption-title .thumb-info-floating-caption-type { + background-color: #AE2025; +} + +.inverted { + background-color: #AE2025; +} + +html .inverted-primary { + background-color: #AE2025; +} + +html .inverted-secondary { + background-color: #e36159; +} + +html .inverted-tertiary { + background-color: #2BAAB1; +} + +html .inverted-quaternary { + background-color: #383f48; +} + +html .inverted-dark { + background-color: #212529; +} + +html .inverted-light { + background-color: #FFF; +} + +.owl-carousel .owl-dots .owl-dot.active span, +.owl-carousel .owl-dots .owl-dot:hover span { + background-color: #0074ad; +} + +.owl-carousel.show-nav-title .owl-nav button[class*="owl-"], +.owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover, +.owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover { + color: #AE2025; +} + +.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] { + background-color: #AE2025; + border-color: #AE2025 #AE2025 #AE2025; + color: #FFF; +} + +.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, +.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover { + background-color: #00a1f2; + border-color: #00aaff #00aaff #AE2025; +} + +.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:active, +.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].active { + background-color: #006ea6; + background-image: none; + border-color: #AE2025 #AE2025 #004466; +} + +.owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"] { + background-color: rgba(0, 136, 204, 0.4); +} + +.owl-carousel.nav-style-1 .owl-nav .owl-next, +.owl-carousel.nav-style-1 .owl-nav .owl-prev { + color: #AE2025 !important; +} + +.owl-carousel.nav-style-2 .owl-nav .owl-next:before, +.owl-carousel.nav-style-2 .owl-nav .owl-prev:before, +.owl-carousel.nav-style-2 .owl-nav .owl-next:after, +.owl-carousel.nav-style-2 .owl-nav .owl-prev:after { + border-color: #AE2025; +} + +.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon, +.owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg polygon { + fill: #AE2025; + stroke: #AE2025; +} + +.owl-carousel.nav-arrows-1 .owl-nav .owl-prev, +.owl-carousel.nav-arrows-1 .owl-nav .owl-next { + color: #AE2025; +} + +.owl-carousel.carousel-center-active-item-2 .owl-item.active > div { + background: #AE2025; +} + +html body .tabs .nav-tabs .nav-link, +html.dark body .tabs .nav-tabs .nav-link, +html body .tabs .nav-tabs .nav-link:hover, +html.dark body .tabs .nav-tabs .nav-link:hover, +html body .tabs .nav-tabs li.active .nav-link, +html.dark body .tabs .nav-tabs li.active .nav-link { + color: #AE2025; +} + +html body .tabs .nav-tabs .nav-link:hover, +html.dark body .tabs .nav-tabs .nav-link:hover, +html body .tabs .nav-tabs .nav-link:focus, +html.dark body .tabs .nav-tabs .nav-link:focus, +html body .tabs .nav-tabs li.active .nav-link, +html.dark body .tabs .nav-tabs li.active .nav-link, +html body .tabs .nav-tabs.nav-justified .nav-link:hover, +html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover, +html body .tabs .nav-tabs.nav-justified .nav-link:focus, +html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus { + border-top-color: #AE2025; +} + +html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, +html.dark body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, +html body .tabs.tabs-bottom .nav-tabs li.active .nav-link, +html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link, +html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover, +html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover, +html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus, +html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus { + border-bottom-color: #AE2025; +} + +html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, +html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, +html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link, +html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link, +html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover, +html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover, +html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus, +html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus { + border-left-color: #AE2025; +} + +html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover, +html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover, +html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link, +html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link, +html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover, +html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover, +html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus, +html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus { + border-right-color: #AE2025; +} + +html body .tabs.tabs-simple .nav-tabs > li.active .nav-link, +html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link, +html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus, +html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus, +html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, +html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, +html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover, +html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover { + border-top-color: #AE2025; + color: #AE2025; +} + +html body .tabs-primary .nav-tabs li .nav-link, +html.dark body .tabs-primary .nav-tabs li .nav-link, +html body .tabs-primary .nav-tabs.nav-justified li .nav-link, +html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link, +html body .tabs-primary .nav-tabs li .nav-link:hover, +html.dark body .tabs-primary .nav-tabs li .nav-link:hover, +html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover { + color: #AE2025; +} + +html body .tabs-primary .nav-tabs li .nav-link:hover, +html.dark body .tabs-primary .nav-tabs li .nav-link:hover, +html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover { + border-top-color: #AE2025; +} + +html body .tabs-primary .nav-tabs li.active .nav-link, +html.dark body .tabs-primary .nav-tabs li.active .nav-link, +html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-primary .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-primary .nav-tabs li.active .nav-link:hover, +html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-primary .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus, +html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus { + border-top-color: #AE2025; + color: #AE2025; +} + +html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover, +html.dark body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover, +html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link, +html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link, +html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover, +html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus, +html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus { + border-bottom-color: #AE2025; +} + +html body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover, +html.dark body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover, +html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link, +html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link, +html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:hover, +html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:focus, +html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus { + color: #AE2025 !important; + border-bottom-color: #AE2025; +} + +html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover, +html.dark body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover, +html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link, +html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link, +html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover, +html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover, +html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus, +html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus { + border-left-color: #AE2025; +} + +html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover, +html.dark body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover, +html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link, +html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link, +html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover, +html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover, +html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus, +html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus { + border-right-color: #AE2025; +} + +html body .tabs-secondary .nav-tabs li .nav-link, +html.dark body .tabs-secondary .nav-tabs li .nav-link, +html body .tabs-secondary .nav-tabs.nav-justified li .nav-link, +html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link, +html body .tabs-secondary .nav-tabs li .nav-link:hover, +html.dark body .tabs-secondary .nav-tabs li .nav-link:hover, +html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover { + color: #e36159; +} + +html body .tabs-secondary .nav-tabs li .nav-link:hover, +html.dark body .tabs-secondary .nav-tabs li .nav-link:hover, +html body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-secondary .nav-tabs.nav-justified li .nav-link:hover { + border-top-color: #e36159; +} + +html body .tabs-secondary .nav-tabs li.active .nav-link, +html.dark body .tabs-secondary .nav-tabs li.active .nav-link, +html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-secondary .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-secondary .nav-tabs li.active .nav-link:hover, +html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-secondary .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-secondary .nav-tabs li.active .nav-link:focus, +html body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-secondary .nav-tabs.nav-justified li.active .nav-link:focus { + border-top-color: #e36159; + color: #e36159; +} + +html body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs li .nav-link:hover, +html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link, +html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:hover, +html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs li.active .nav-link:focus, +html body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-secondary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus { + border-bottom-color: #e36159; +} + +html body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover, +html.dark body .tabs-secondary.tabs-simple .nav-tabs li .nav-link:hover, +html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link, +html.dark body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link, +html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:hover, +html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-secondary.tabs-simple .nav-tabs li.active .nav-link:focus, +html body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-secondary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus { + color: #e36159 !important; + border-bottom-color: #e36159; +} + +html body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover, +html.dark body .tabs-secondary.tabs-vertical.tabs-left li .nav-link:hover, +html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link, +html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link, +html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover, +html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:hover, +html body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus, +html.dark body .tabs-secondary.tabs-vertical.tabs-left li.active .nav-link:focus { + border-left-color: #e36159; +} + +html body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover, +html.dark body .tabs-secondary.tabs-vertical.tabs-right li .nav-link:hover, +html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link, +html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link, +html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover, +html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:hover, +html body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus, +html.dark body .tabs-secondary.tabs-vertical.tabs-right li.active .nav-link:focus { + border-right-color: #e36159; +} + +html body .tabs-tertiary .nav-tabs li .nav-link, +html.dark body .tabs-tertiary .nav-tabs li .nav-link, +html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link, +html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link, +html body .tabs-tertiary .nav-tabs li .nav-link:hover, +html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover, +html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover { + color: #2BAAB1; +} + +html body .tabs-tertiary .nav-tabs li .nav-link:hover, +html.dark body .tabs-tertiary .nav-tabs li .nav-link:hover, +html body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-tertiary .nav-tabs.nav-justified li .nav-link:hover { + border-top-color: #2BAAB1; +} + +html body .tabs-tertiary .nav-tabs li.active .nav-link, +html.dark body .tabs-tertiary .nav-tabs li.active .nav-link, +html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-tertiary .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:hover, +html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-tertiary .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-tertiary .nav-tabs li.active .nav-link:focus, +html body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-tertiary .nav-tabs.nav-justified li.active .nav-link:focus { + border-top-color: #2BAAB1; + color: #2BAAB1; +} + +html body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li .nav-link:hover, +html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link, +html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:hover, +html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs li.active .nav-link:focus, +html body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-tertiary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus { + border-bottom-color: #2BAAB1; +} + +html body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs li .nav-link:hover, +html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link, +html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:hover, +html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs li.active .nav-link:focus, +html body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-tertiary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus { + color: #2BAAB1 !important; + border-bottom-color: #2BAAB1; +} + +html body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover, +html.dark body .tabs-tertiary.tabs-vertical.tabs-left li .nav-link:hover, +html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link, +html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link, +html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover, +html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:hover, +html body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus, +html.dark body .tabs-tertiary.tabs-vertical.tabs-left li.active .nav-link:focus { + border-left-color: #2BAAB1; +} + +html body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover, +html.dark body .tabs-tertiary.tabs-vertical.tabs-right li .nav-link:hover, +html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link, +html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link, +html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover, +html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:hover, +html body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus, +html.dark body .tabs-tertiary.tabs-vertical.tabs-right li.active .nav-link:focus { + border-right-color: #2BAAB1; +} + +html body .tabs-quaternary .nav-tabs li .nav-link, +html.dark body .tabs-quaternary .nav-tabs li .nav-link, +html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link, +html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link, +html body .tabs-quaternary .nav-tabs li .nav-link:hover, +html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover, +html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover { + color: #383f48; +} + +html body .tabs-quaternary .nav-tabs li .nav-link:hover, +html.dark body .tabs-quaternary .nav-tabs li .nav-link:hover, +html body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-quaternary .nav-tabs.nav-justified li .nav-link:hover { + border-top-color: #383f48; +} + +html body .tabs-quaternary .nav-tabs li.active .nav-link, +html.dark body .tabs-quaternary .nav-tabs li.active .nav-link, +html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-quaternary .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:hover, +html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-quaternary .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-quaternary .nav-tabs li.active .nav-link:focus, +html body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-quaternary .nav-tabs.nav-justified li.active .nav-link:focus { + border-top-color: #383f48; + color: #383f48; +} + +html body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li .nav-link:hover, +html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link, +html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:hover, +html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs li.active .nav-link:focus, +html body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-quaternary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus { + border-bottom-color: #383f48; +} + +html body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs li .nav-link:hover, +html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link, +html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:hover, +html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs li.active .nav-link:focus, +html body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-quaternary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus { + color: #383f48 !important; + border-bottom-color: #383f48; +} + +html body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover, +html.dark body .tabs-quaternary.tabs-vertical.tabs-left li .nav-link:hover, +html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link, +html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link, +html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover, +html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:hover, +html body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus, +html.dark body .tabs-quaternary.tabs-vertical.tabs-left li.active .nav-link:focus { + border-left-color: #383f48; +} + +html body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover, +html.dark body .tabs-quaternary.tabs-vertical.tabs-right li .nav-link:hover, +html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link, +html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link, +html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover, +html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:hover, +html body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus, +html.dark body .tabs-quaternary.tabs-vertical.tabs-right li.active .nav-link:focus { + border-right-color: #383f48; +} + +html body .tabs-dark .nav-tabs li .nav-link, +html.dark body .tabs-dark .nav-tabs li .nav-link, +html body .tabs-dark .nav-tabs.nav-justified li .nav-link, +html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link, +html body .tabs-dark .nav-tabs li .nav-link:hover, +html.dark body .tabs-dark .nav-tabs li .nav-link:hover, +html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover { + color: #212529; +} + +html body .tabs-dark .nav-tabs li .nav-link:hover, +html.dark body .tabs-dark .nav-tabs li .nav-link:hover, +html body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-dark .nav-tabs.nav-justified li .nav-link:hover { + border-top-color: #212529; +} + +html body .tabs-dark .nav-tabs li.active .nav-link, +html.dark body .tabs-dark .nav-tabs li.active .nav-link, +html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-dark .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-dark .nav-tabs li.active .nav-link:hover, +html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-dark .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-dark .nav-tabs li.active .nav-link:focus, +html body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-dark .nav-tabs.nav-justified li.active .nav-link:focus { + border-top-color: #212529; + color: #212529; +} + +html body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover, +html.dark body .tabs-dark.tabs-bottom .nav-tabs li .nav-link:hover, +html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link, +html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link, +html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:hover, +html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-dark.tabs-bottom .nav-tabs li.active .nav-link:focus, +html body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-dark.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus { + border-bottom-color: #212529; +} + +html body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover, +html.dark body .tabs-dark.tabs-simple .nav-tabs li .nav-link:hover, +html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link, +html.dark body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link, +html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:hover, +html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-dark.tabs-simple .nav-tabs li.active .nav-link:focus, +html body .tabs-dark.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-dark.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus { + color: #212529 !important; + border-bottom-color: #212529; +} + +html body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover, +html.dark body .tabs-dark.tabs-vertical.tabs-left li .nav-link:hover, +html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link, +html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link, +html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover, +html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:hover, +html body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus, +html.dark body .tabs-dark.tabs-vertical.tabs-left li.active .nav-link:focus { + border-left-color: #212529; +} + +html body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover, +html.dark body .tabs-dark.tabs-vertical.tabs-right li .nav-link:hover, +html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link, +html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link, +html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover, +html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:hover, +html body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus, +html.dark body .tabs-dark.tabs-vertical.tabs-right li.active .nav-link:focus { + border-right-color: #212529; +} + +html body .tabs-light .nav-tabs li .nav-link, +html.dark body .tabs-light .nav-tabs li .nav-link, +html body .tabs-light .nav-tabs.nav-justified li .nav-link, +html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link, +html body .tabs-light .nav-tabs li .nav-link:hover, +html.dark body .tabs-light .nav-tabs li .nav-link:hover, +html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover { + color: #FFF; +} + +html body .tabs-light .nav-tabs li .nav-link:hover, +html.dark body .tabs-light .nav-tabs li .nav-link:hover, +html body .tabs-light .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-light .nav-tabs.nav-justified li .nav-link:hover { + border-top-color: #FFF; +} + +html body .tabs-light .nav-tabs li.active .nav-link, +html.dark body .tabs-light .nav-tabs li.active .nav-link, +html body .tabs-light .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-light .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-light .nav-tabs li.active .nav-link:hover, +html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-light .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-light .nav-tabs li.active .nav-link:focus, +html body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-light .nav-tabs.nav-justified li.active .nav-link:focus { + border-top-color: #FFF; + color: #FFF; +} + +html body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover, +html.dark body .tabs-light.tabs-bottom .nav-tabs li .nav-link:hover, +html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover, +html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link, +html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link, +html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:hover, +html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-light.tabs-bottom .nav-tabs li.active .nav-link:focus, +html body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-light.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus { + border-bottom-color: #FFF; +} + +html body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover, +html.dark body .tabs-light.tabs-simple .nav-tabs li .nav-link:hover, +html body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li .nav-link:hover, +html body .tabs-light.tabs-simple .nav-tabs li.active .nav-link, +html.dark body .tabs-light.tabs-simple .nav-tabs li.active .nav-link, +html body .tabs-light.tabs-simple .nav-tabs.nav-justified li.active .nav-link, +html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li.active .nav-link, +html body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:hover, +html.dark body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:hover, +html body .tabs-light.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover, +html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li.active .nav-link:hover, +html body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:focus, +html.dark body .tabs-light.tabs-simple .nav-tabs li.active .nav-link:focus, +html body .tabs-light.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus, +html.dark body .tabs-light.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus { + color: #FFF !important; + border-bottom-color: #FFF; +} + +html body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover, +html.dark body .tabs-light.tabs-vertical.tabs-left li .nav-link:hover, +html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link, +html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link, +html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover, +html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:hover, +html body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus, +html.dark body .tabs-light.tabs-vertical.tabs-left li.active .nav-link:focus { + border-left-color: #FFF; +} + +html body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover, +html.dark body .tabs-light.tabs-vertical.tabs-right li .nav-link:hover, +html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link, +html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link, +html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover, +html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:hover, +html body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus, +html.dark body .tabs-light.tabs-vertical.tabs-right li.active .nav-link:focus { + border-right-color: #FFF; +} + +html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, +html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link, +html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover, +html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus { + border-right-color: #AE2025; + border-left-color: transparent; +} + +html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover, +html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link, +html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover, +html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus { + border-right-color: transparent; + border-left-color: #AE2025; +} + +.list.list-icons li > [class*="fa-"]:first-child, +.list.list-icons li a:first-child > [class*="fa-"]:first-child, +.list.list-icons li > .icons:first-child, +.list.list-icons li a:first-child > .icons:first-child { + color: #AE2025; + border-color: #AE2025; +} + +.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, +.list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +.list.list-icons.list-icons-style-3 li > .icons:first-child, +.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + background-color: #AE2025; +} + +.list.list-ordened li:before { + color: #AE2025; + border-color: #AE2025; +} + +.list.list-ordened.list-ordened-style-3 li:before { + background-color: #AE2025; +} + +html .list-primary.list-icons li > [class*="fa-"]:first-child, +html .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child, +html .list-primary.list-icons li > .icons:first-child, +html .list-primary.list-icons li a:first-child > .icons:first-child { + color: #AE2025; + border-color: #AE2025; +} + +html .list-primary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, +html .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child, +html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + background-color: #AE2025; + color: #FFF; +} + +html .list-primary.list-ordened li:before { + color: #AE2025; +} + +html .list-primary.list-ordened.list-ordened-style-3 li:before { + background-color: #AE2025; + color: #FFF; +} + +html .list-secondary.list-icons li > [class*="fa-"]:first-child, +html .list-secondary.list-icons li a:first-child > [class*="fa-"]:first-child, +html .list-secondary.list-icons li > .icons:first-child, +html .list-secondary.list-icons li a:first-child > .icons:first-child { + color: #e36159; + border-color: #e36159; +} + +html .list-secondary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, +html .list-secondary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child, +html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + background-color: #e36159; + color: #FFF; +} + +html .list-secondary.list-ordened li:before { + color: #e36159; +} + +html .list-secondary.list-ordened.list-ordened-style-3 li:before { + background-color: #e36159; + color: #FFF; +} + +html .list-tertiary.list-icons li > [class*="fa-"]:first-child, +html .list-tertiary.list-icons li a:first-child > [class*="fa-"]:first-child, +html .list-tertiary.list-icons li > .icons:first-child, +html .list-tertiary.list-icons li a:first-child > .icons:first-child { + color: #2BAAB1; + border-color: #2BAAB1; +} + +html .list-tertiary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, +html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +html .list-tertiary.list-icons.list-icons-style-3 li > .icons:first-child, +html .list-tertiary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + background-color: #2BAAB1; + color: #FFF; +} + +html .list-tertiary.list-ordened li:before { + color: #2BAAB1; +} + +html .list-tertiary.list-ordened.list-ordened-style-3 li:before { + background-color: #2BAAB1; + color: #FFF; +} + +html .list-quaternary.list-icons li > [class*="fa-"]:first-child, +html .list-quaternary.list-icons li a:first-child > [class*="fa-"]:first-child, +html .list-quaternary.list-icons li > .icons:first-child, +html .list-quaternary.list-icons li a:first-child > .icons:first-child { + color: #383f48; + border-color: #383f48; +} + +html .list-quaternary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, +html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +html .list-quaternary.list-icons.list-icons-style-3 li > .icons:first-child, +html .list-quaternary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + background-color: #383f48; + color: #FFF; +} + +html .list-quaternary.list-ordened li:before { + color: #383f48; +} + +html .list-quaternary.list-ordened.list-ordened-style-3 li:before { + background-color: #383f48; + color: #FFF; +} + +html .list-dark.list-icons li > [class*="fa-"]:first-child, +html .list-dark.list-icons li a:first-child > [class*="fa-"]:first-child, +html .list-dark.list-icons li > .icons:first-child, +html .list-dark.list-icons li a:first-child > .icons:first-child { + color: #212529; + border-color: #212529; +} + +html .list-dark.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, +html .list-dark.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +html .list-dark.list-icons.list-icons-style-3 li > .icons:first-child, +html .list-dark.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + background-color: #212529; + color: #FFF; +} + +html .list-dark.list-ordened li:before { + color: #212529; +} + +html .list-dark.list-ordened.list-ordened-style-3 li:before { + background-color: #212529; + color: #FFF; +} + +html .list-light.list-icons li > [class*="fa-"]:first-child, +html .list-light.list-icons li a:first-child > [class*="fa-"]:first-child, +html .list-light.list-icons li > .icons:first-child, +html .list-light.list-icons li a:first-child > .icons:first-child { + color: #FFF; + border-color: #FFF; +} + +html .list-light.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, +html .list-light.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, +html .list-light.list-icons.list-icons-style-3 li > .icons:first-child, +html .list-light.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { + background-color: #FFF; + color: #777; +} + +html .list-light.list-ordened li:before { + color: #FFF; +} + +html .list-light.list-ordened.list-ordened-style-3 li:before { + background-color: #FFF; + color: #777; +} + +.parallax blockquote i.fa-quote-left { + color: #AE2025; +} + +section.video blockquote i.fa-quote-left { + color: #AE2025; +} + +.accordion .card-header a { + color: #AE2025; +} + +html .accordion.accordion-primary .card-header { + background-color: #AE2025 !important; +} + +html .accordion.accordion-primary .card-header a { + color: #FFF; +} + +html .accordion.accordion-secondary .card-header { + background-color: #e36159 !important; +} + +html .accordion.accordion-secondary .card-header a { + color: #FFF; +} + +html .accordion.accordion-tertiary .card-header { + background-color: #2BAAB1 !important; +} + +html .accordion.accordion-tertiary .card-header a { + color: #FFF; +} + +html .accordion.accordion-quaternary .card-header { + background-color: #383f48 !important; +} + +html .accordion.accordion-quaternary .card-header a { + color: #FFF; +} + +html .accordion.accordion-dark .card-header { + background-color: #212529 !important; +} + +html .accordion.accordion-dark .card-header a { + color: #FFF; +} + +html .accordion.accordion-light .card-header { + background-color: #FFF !important; +} + +html .accordion.accordion-light .card-header a { + color: #777; +} + +html .divider.divider-primary [class*="fa-"], +html .divider.divider-primary .icons { + color: #AE2025; +} + +html .divider.divider-primary.divider-small hr { + background: #AE2025; +} + +html .divider.divider-secondary [class*="fa-"], +html .divider.divider-secondary .icons { + color: #e36159; +} + +html .divider.divider-secondary.divider-small hr { + background: #e36159; +} + +html .divider.divider-tertiary [class*="fa-"], +html .divider.divider-tertiary .icons { + color: #2BAAB1; +} + +html .divider.divider-tertiary.divider-small hr { + background: #2BAAB1; +} + +html .divider.divider-quaternary [class*="fa-"], +html .divider.divider-quaternary .icons { + color: #383f48; +} + +html .divider.divider-quaternary.divider-small hr { + background: #383f48; +} + +html .divider.divider-dark [class*="fa-"], +html .divider.divider-dark .icons { + color: #212529; +} + +html .divider.divider-dark.divider-small hr { + background: #212529; +} + +html .divider.divider-light [class*="fa-"], +html .divider.divider-light .icons { + color: #FFF; +} + +html .divider.divider-light.divider-small hr { + background: #FFF; +} + +html .divider.divider-style-2.divider-primary [class*="fa-"], +html .divider.divider-style-2.divider-primary .icons { + background: #AE2025; + color: #FFF; +} + +html .divider.divider-style-2.divider-secondary [class*="fa-"], +html .divider.divider-style-2.divider-secondary .icons { + background: #e36159; + color: #FFF; +} + +html .divider.divider-style-2.divider-tertiary [class*="fa-"], +html .divider.divider-style-2.divider-tertiary .icons { + background: #2BAAB1; + color: #FFF; +} + +html .divider.divider-style-2.divider-quaternary [class*="fa-"], +html .divider.divider-style-2.divider-quaternary .icons { + background: #383f48; + color: #FFF; +} + +html .divider.divider-style-2.divider-dark [class*="fa-"], +html .divider.divider-style-2.divider-dark .icons { + background: #212529; + color: #FFF; +} + +html .divider.divider-style-2.divider-light [class*="fa-"], +html .divider.divider-style-2.divider-light .icons { + background: #FFF; + color: #777; +} + +html .divider.divider-style-3.divider-primary [class*="fa-"], +html .divider.divider-style-3.divider-primary .icons { + border-color: #AE2025; +} + +html .divider.divider-style-3.divider-secondary [class*="fa-"], +html .divider.divider-style-3.divider-secondary .icons { + border-color: #e36159; +} + +html .divider.divider-style-3.divider-tertiary [class*="fa-"], +html .divider.divider-style-3.divider-tertiary .icons { + border-color: #2BAAB1; +} + +html .divider.divider-style-3.divider-quaternary [class*="fa-"], +html .divider.divider-style-3.divider-quaternary .icons { + border-color: #383f48; +} + +html .divider.divider-style-3.divider-dark [class*="fa-"], +html .divider.divider-style-3.divider-dark .icons { + border-color: #212529; +} + +html .divider.divider-style-3.divider-light [class*="fa-"], +html .divider.divider-style-3.divider-light .icons { + border-color: #FFF; +} + +#header .tip { + background: #AE2025; + color: #FFF; +} + +#header .tip:before { + border-right-color: #AE2025; + border-left-color: transparent; +} + +html #header .tip-primary { + background: #AE2025 !important; + color: #FFF !important; +} + +html #header .tip-primary:before { + border-right-color: #AE2025 !important; +} + +html #header .tip-secondary { + background: #e36159 !important; + color: #FFF !important; +} + +html #header .tip-secondary:before { + border-right-color: #e36159 !important; +} + +html #header .tip-tertiary { + background: #2BAAB1 !important; + color: #FFF !important; +} + +html #header .tip-tertiary:before { + border-right-color: #2BAAB1 !important; +} + +html #header .tip-quaternary { + background: #383f48 !important; + color: #FFF !important; +} + +html #header .tip-quaternary:before { + border-right-color: #383f48 !important; +} + +html #header .tip-dark { + background: #212529 !important; + color: #FFF !important; +} + +html #header .tip-dark:before { + border-right-color: #212529 !important; +} + +html #header .tip-light { + background: #FFF !important; + color: #777 !important; +} + +html #header .tip-light:before { + border-right-color: #FFF !important; +} + +html[dir="rtl"] #header .tip:before { + border-left-color: #AE2025; +} + +html[dir="rtl"] #header .tip.skin:before { + border-left-color: #AE2025; +} + +html[dir="rtl"] #header .tip-primary:before { + border-left-color: #AE2025 !important; + border-right-color: transparent !important; +} + +html[dir="rtl"] #header .tip-secondary:before { + border-left-color: #e36159 !important; + border-right-color: transparent !important; +} + +html[dir="rtl"] #header .tip-tertiary:before { + border-left-color: #2BAAB1 !important; + border-right-color: transparent !important; +} + +html[dir="rtl"] #header .tip-quaternary:before { + border-left-color: #383f48 !important; + border-right-color: transparent !important; +} + +html[dir="rtl"] #header .tip-dark:before { + border-left-color: #212529 !important; + border-right-color: transparent !important; +} + +html[dir="rtl"] #header .tip-light:before { + border-left-color: #FFF !important; + border-right-color: transparent !important; +} + +#header .header-btn-collapse-nav { + background: #AE2025; +} + +@media (min-width: 992px) { + #header .header-nav-main nav > ul > li > a { + color: #AE2025; + } + + #header .header-nav-main nav > ul > li.open > a, + #header .header-nav-main nav > ul > li:hover > a { + background: #AE2025; + } + + #header .header-nav-main nav > ul > li.dropdown .dropdown-menu { + border-top-color: #AE2025; + } + + #header .header-nav-main nav > ul > li.dropdown.open > a:before, + #header .header-nav-main nav > ul > li.dropdown:hover > a:before { + border-bottom-color: #AE2025; + } + + #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu { + border-top-color: #AE2025; + } + + #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a { + color: #AE2025; + } + + #header .header-nav-main nav > ul:not(:hover) > li > a.active { + background-color: #AE2025; + color: #FFF; + } + + #header .header-nav.header-nav-stripe nav > ul > li:hover > a, + #header .header-nav.header-nav-stripe nav > ul > li.open > a { + background-color: #AE2025; + } + + #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active { + background-color: #AE2025; + } + + #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active { + color: #AE2025; + } + + #header .header-nav.header-nav-links nav > ul li:hover > a { + color: #AE2025; + } + + #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active { + color: #AE2025; + } + + #header .header-nav.header-nav-links.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb { + background: #AE2025 !important; + } + + #header .header-nav.header-nav-line nav > ul li:hover > a { + color: #AE2025; + } + + #header .header-nav.header-nav-line nav > ul li:hover > a:before { + background: #AE2025; + } + + #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active { + color: #AE2025; + } + + #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before { + background: #AE2025; + } + + #header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a, + #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a { + color: #AE2025; + } + + #header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active { + color: #AE2025; + } + + html.side-header #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu, + html.side-header #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu { + border-left-color: #AE2025; + } + + html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu, + html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu { + border-right-color: #AE2025; + } +} + +@media (min-width: 992px) { + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu { + background-color: #AE2025; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a { + color: #FFF; + border-bottom-color: #007ebd; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li:hover > a { + background: #0092db; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before, + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before { + border-bottom-color: #AE2025; + background: #AE2025; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title { + color: #FFF; + opacity: 0.7; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a { + background: #AE2025; + color: #FFF; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a { + color: #FFF; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active { + background: #AE2025; + color: #FFF; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover { + color: #AE2025; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus:before, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover:before { + background-color: #AE2025; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a { + color: #AE2025; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before { + background: #AE2025; + } + + html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active { + color: #AE2025; + } + + html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active:before { + background-color: #AE2025; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a { + color: #AE2025; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus, + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover { + color: #AE2025; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a { + color: #AE2025; + } + + html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active { + color: #AE2025; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu { + background-color: #e36159; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a { + color: #FFF; + border-bottom-color: #e1554c; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li:hover > a { + background: #e56d66; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before, + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before { + border-bottom-color: #e36159; + background: #e36159; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-secondary .dropdown-mega-sub-title { + color: #FFF; + opacity: 0.7; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a { + background: #e36159; + color: #FFF; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu li a { + color: #FFF; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active { + background: #e36159; + color: #FFF; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover { + color: #e36159; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus:before, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover:before { + background-color: #e36159; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a { + color: #e36159; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary.open > a:before, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a:before { + background: #e36159; + } + + html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active { + color: #e36159; + } + + html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active:before { + background-color: #e36159; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a { + color: #e36159; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:focus, + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary a:hover { + color: #e36159; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary:hover > a { + color: #e36159; + } + + html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-secondary > a.active { + color: #e36159; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu { + background-color: #2BAAB1; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a { + color: #FFF; + border-bottom-color: #289ea5; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li:hover > a { + background: #2eb6bd; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before, + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before { + border-bottom-color: #2BAAB1; + background: #2BAAB1; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-tertiary .dropdown-mega-sub-title { + color: #FFF; + opacity: 0.7; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a { + background: #2BAAB1; + color: #FFF; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary .dropdown-menu li a { + color: #FFF; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active { + background: #2BAAB1; + color: #FFF; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover { + color: #2BAAB1; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus:before, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover:before { + background-color: #2BAAB1; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a { + color: #2BAAB1; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary.open > a:before, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a:before { + background: #2BAAB1; + } + + html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active { + color: #2BAAB1; + } + + html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active:before { + background-color: #2BAAB1; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a { + color: #2BAAB1; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:focus, + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary a:hover { + color: #2BAAB1; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary:hover > a { + color: #2BAAB1; + } + + html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-tertiary > a.active { + color: #2BAAB1; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu { + background-color: #383f48; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a { + color: #FFF; + border-bottom-color: #31373f; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li:hover > a { + background: #3f4751; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before, + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before { + border-bottom-color: #383f48; + background: #383f48; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-quaternary .dropdown-mega-sub-title { + color: #FFF; + opacity: 0.7; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a { + background: #383f48; + color: #FFF; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary .dropdown-menu li a { + color: #FFF; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active { + background: #383f48; + color: #FFF; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover { + color: #383f48; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus:before, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover:before { + background-color: #383f48; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a { + color: #383f48; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary.open > a:before, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a:before { + background: #383f48; + } + + html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active { + color: #383f48; + } + + html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active:before { + background-color: #383f48; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a { + color: #383f48; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:focus, + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary a:hover { + color: #383f48; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary:hover > a { + color: #383f48; + } + + html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-quaternary > a.active { + color: #383f48; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu { + background-color: #212529; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a { + color: #FFF; + border-bottom-color: #1a1d21; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li:hover > a { + background: #282d31; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before, + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before { + border-bottom-color: #212529; + background: #212529; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-dark .dropdown-mega-sub-title { + color: #FFF; + opacity: 0.7; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a { + background: #212529; + color: #FFF; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark .dropdown-menu li a { + color: #FFF; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active { + background: #212529; + color: #FFF; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover { + color: #212529; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus:before, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover:before { + background-color: #212529; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a { + color: #212529; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark.open > a:before, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a:before { + background: #212529; + } + + html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active { + color: #212529; + } + + html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active:before { + background-color: #212529; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a { + color: #212529; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:focus, + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark a:hover { + color: #212529; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-dark:hover > a { + color: #212529; + } + + html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-dark > a.active { + color: #212529; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu { + background-color: #FFF; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a { + color: #777; + border-bottom-color: #f7f7f7; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li:hover > a { + background: #ffffff; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before, + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before { + border-bottom-color: #FFF; + background: #FFF; + } + + html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-light .dropdown-mega-sub-title { + color: #777; + opacity: 0.7; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a { + background: #FFF; + color: #777; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light .dropdown-menu li a { + color: #777; + } + + html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active { + background: #FFF; + color: #777; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover { + color: #FFF; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus:before, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover:before { + background-color: #FFF; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a { + color: #FFF; + } + + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light.open > a:before, + html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a:before { + background: #FFF; + } + + html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active { + color: #FFF; + } + + html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active:before { + background-color: #FFF; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a { + color: #FFF; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:focus, + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light a:hover { + color: #FFF; + } + + html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-light:hover > a { + color: #FFF; + } + + html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active { + color: #FFF; + } +} + +@media (min-width: 992px) { + html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li:hover > a, + html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a { + color: #AE2025 !important; + } + + html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li > a.active, + html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active { + color: #AE2025 !important; + } +} + +@media (max-width: 991px) { + #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a { + color: #AE2025; + } + + #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active { + color: #AE2025; + } + + #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active { + background: #AE2025; + } + + #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus, + #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover { + background: #AE2025; + } + + #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active { + background: #AE2025; + } + + #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus, + #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover { + background: #AE2025; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active { + color: #AE2025 !important; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav::-webkit-scrollbar-thumb { + background-color: #AE2025; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active { + color: #AE2025 !important; + } + + html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a { + color: #AE2025 !important; + } +} + +@media (max-width: 991px) { + html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a { + color: #AE2025; + } + + html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active { + background: #AE2025 !important; + color: #FFF !important; + } + + html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a { + color: #e36159; + } + + html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary > a.active { + background: #e36159 !important; + color: #FFF !important; + } + + html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a { + color: #2BAAB1; + } + + html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-tertiary > a.active { + background: #2BAAB1 !important; + color: #FFF !important; + } + + html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a { + color: #383f48; + } + + html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-quaternary > a.active { + background: #383f48 !important; + color: #FFF !important; + } +} + +html #header .header-top.header-top-primary { + background: #AE2025; + border-top-color: #ad1f25; +} + +html #header .header-top.header-top-primary .header-nav-top ul > li.open > a { + background: #EE2D2B; +} + +html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover, +html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover, +html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus, +html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus { + background: #EE2D2B; +} + +html #header .header-top.header-top-primary .dropdown-menu { + background: #EE2D2B; + border-color: #EE2D2B; +} + +html #header .header-top.header-top-primary .dropdown-menu a:hover, +html #header .header-top.header-top-primary .dropdown-menu a:focus { + background: #00aaff !important; +} + +html #header .header-top.header-top-secondary { + background: #e36159; + border-top-color: #df4c43; +} + +html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a { + background: #e7766f; +} + +html #header .header-top.header-top-secondary .header-nav-top ul > li > a:hover, +html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:hover, +html #header .header-top.header-top-secondary .header-nav-top ul > li > a:focus, +html #header .header-top.header-top-secondary .header-nav-top ul > li.open > a:focus { + background: #e7766f; +} + +html #header .header-top.header-top-secondary .dropdown-menu { + background: #e7766f; + border-color: #e7766f; +} + +html #header .header-top.header-top-secondary .dropdown-menu a:hover, +html #header .header-top.header-top-secondary .dropdown-menu a:focus { + background: #ea8b85 !important; +} + +html #header .header-top.header-top-tertiary { + background: #2BAAB1; + border-top-color: #26969c; +} + +html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a { + background: #30bec6; +} + +html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:hover, +html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:hover, +html #header .header-top.header-top-tertiary .header-nav-top ul > li > a:focus, +html #header .header-top.header-top-tertiary .header-nav-top ul > li.open > a:focus { + background: #30bec6; +} + +html #header .header-top.header-top-tertiary .dropdown-menu { + background: #30bec6; + border-color: #30bec6; +} + +html #header .header-top.header-top-tertiary .dropdown-menu a:hover, +html #header .header-top.header-top-tertiary .dropdown-menu a:focus { + background: #3fc9d0 !important; +} + +html #header .header-top.header-top-quaternary { + background: #383f48; + border-top-color: #2d323a; +} + +html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a { + background: #434c56; +} + +html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:hover, +html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:hover, +html #header .header-top.header-top-quaternary .header-nav-top ul > li > a:focus, +html #header .header-top.header-top-quaternary .header-nav-top ul > li.open > a:focus { + background: #434c56; +} + +html #header .header-top.header-top-quaternary .dropdown-menu { + background: #434c56; + border-color: #434c56; +} + +html #header .header-top.header-top-quaternary .dropdown-menu a:hover, +html #header .header-top.header-top-quaternary .dropdown-menu a:focus { + background: #4e5865 !important; +} + +html #header .header-top.header-top-dark { + background: #212529; + border-top-color: #16181b; +} + +html #header .header-top.header-top-dark .header-nav-top ul > li.open > a { + background: #2c3237; +} + +html #header .header-top.header-top-dark .header-nav-top ul > li > a:hover, +html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:hover, +html #header .header-top.header-top-dark .header-nav-top ul > li > a:focus, +html #header .header-top.header-top-dark .header-nav-top ul > li.open > a:focus { + background: #2c3237; +} + +html #header .header-top.header-top-dark .dropdown-menu { + background: #2c3237; + border-color: #2c3237; +} + +html #header .header-top.header-top-dark .dropdown-menu a:hover, +html #header .header-top.header-top-dark .dropdown-menu a:focus { + background: #383f45 !important; +} + +html #header .header-top.header-top-light { + background: #FFF; + border-top-color: #f2f2f2; +} + +html #header .header-top.header-top-light .header-nav-top ul > li.open > a { + background: #ffffff; +} + +html #header .header-top.header-top-light .header-nav-top ul > li > a:hover, +html #header .header-top.header-top-light .header-nav-top ul > li.open > a:hover, +html #header .header-top.header-top-light .header-nav-top ul > li > a:focus, +html #header .header-top.header-top-light .header-nav-top ul > li.open > a:focus { + background: #ffffff; +} + +html #header .header-top.header-top-light .dropdown-menu { + background: #ffffff; + border-color: #ffffff; +} + +html #header .header-top.header-top-light .dropdown-menu a:hover, +html #header .header-top.header-top-light .dropdown-menu a:focus { + background: #ffffff !important; +} + +@media (min-width: 992px) { + html #header .header-nav-bar-primary { + background: #AE2025 !important; + color: #FFF !important; + } + + html #header .header-nav-bar-secondary { + background: #e36159 !important; + color: #FFF !important; + } + + html #header .header-nav-bar-tertiary { + background: #2BAAB1 !important; + color: #FFF !important; + } + + html #header .header-nav-bar-quaternary { + background: #383f48 !important; + color: #FFF !important; + } + + html #header .header-nav-bar-dark { + background: #212529 !important; + color: #FFF !important; + } + + html #header .header-nav-bar-light { + background: #FFF !important; + color: #777 !important; + } +} + +@media (min-width: 992px) { + #header .header-nav-main.header-nav-main-light nav > ul > li.open > a, + #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a { + color: #AE2025; + } + + #header .header-nav-main.header-nav-main-light nav > ul > li > a.active { + color: #AE2025; + } +} + +#header .header-nav-features .header-nav-features-search-reveal-big-search .form-control { + border-bottom-color: #AE2025; +} + +.testimonial blockquote { + background: #EE2D2B; +} + +.testimonial .testimonial-arrow-down { + border-top-color: #EE2D2B; +} + +html .testimonial-primary blockquote { + background: #EE2D2B; +} + +html .testimonial-primary .testimonial-arrow-down { + border-top-color: #EE2D2B; +} + +html .testimonial-primary.testimonial-style-7 { + background: #EE2D2B; +} + +html .testimonial-quotes-primary blockquote:before, +html .testimonial-quotes-primary blockquote:after { + color: #AE2025 !important; +} + +html .testimonial-secondary blockquote { + background: #e7766f; +} + +html .testimonial-secondary .testimonial-arrow-down { + border-top-color: #e7766f; +} + +html .testimonial-secondary.testimonial-style-7 { + background: #e7766f; +} + +html .testimonial-quotes-secondary blockquote:before, +html .testimonial-quotes-secondary blockquote:after { + color: #AE2025 !important; +} + +html .testimonial-tertiary blockquote { + background: #30bec6; +} + +html .testimonial-tertiary .testimonial-arrow-down { + border-top-color: #30bec6; +} + +html .testimonial-tertiary.testimonial-style-7 { + background: #30bec6; +} + +html .testimonial-quotes-tertiary blockquote:before, +html .testimonial-quotes-tertiary blockquote:after { + color: #AE2025 !important; +} + +html .testimonial-quaternary blockquote { + background: #434c56; +} + +html .testimonial-quaternary .testimonial-arrow-down { + border-top-color: #434c56; +} + +html .testimonial-quaternary.testimonial-style-7 { + background: #434c56; +} + +html .testimonial-quotes-quaternary blockquote:before, +html .testimonial-quotes-quaternary blockquote:after { + color: #AE2025 !important; +} + +html .testimonial-dark blockquote { + background: #2c3237; +} + +html .testimonial-dark .testimonial-arrow-down { + border-top-color: #2c3237; +} + +html .testimonial-dark.testimonial-style-7 { + background: #2c3237; +} + +html .testimonial-quotes-dark blockquote:before, +html .testimonial-quotes-dark blockquote:after { + color: #AE2025 !important; +} + +html .testimonial-light blockquote { + background: #ffffff; +} + +html .testimonial-light .testimonial-arrow-down { + border-top-color: #ffffff; +} + +html .testimonial-light.testimonial-style-7 { + background: #ffffff; +} + +html .testimonial-quotes-light blockquote:before, +html .testimonial-quotes-light blockquote:after { + color: #AE2025 !important; +} + +.circular-bar.only-icon [class*="fa-"], +.circular-bar.only-icon .icons { + color: #AE2025; +} + +.form-control.bg-primary, +.form-control.bg-color-primary { + color: #FFF; + border-color: #AE2025; +} + +.form-control.bg-primary::-webkit-input-placeholder, +.form-control.bg-color-primary::-webkit-input-placeholder { + color: #e6e6e6; +} + +.form-control.bg-primary::-moz-placeholder, +.form-control.bg-color-primary::-moz-placeholder { + color: #e6e6e6; +} + +.form-control.bg-primary:-ms-input-placeholder, +.form-control.bg-color-primary:-ms-input-placeholder { + color: #e6e6e6; +} + +.form-control.bg-primary:-moz-placeholder, +.form-control.bg-color-primary:-moz-placeholder { + color: #e6e6e6; +} + +.form-control .testimonial-primary blockquote { + background: #EE2D2B; +} + +.form-control .testimonial-primary .testimonial-arrow-down { + border-top-color: #EE2D2B; +} + +.form-control .testimonial-primary.testimonial-style-7 { + background: #EE2D2B; +} + +.form-control .testimonial-quotes-primary blockquote:before, +.form-control .testimonial-quotes-primary blockquote:after { + color: #AE2025 !important; +} + +.form-control.bg-secondary, +.form-control.bg-color-secondary { + color: #FFF; + border-color: #e36159; +} + +.form-control.bg-secondary::-webkit-input-placeholder, +.form-control.bg-color-secondary::-webkit-input-placeholder { + color: #e6e6e6; +} + +.form-control.bg-secondary::-moz-placeholder, +.form-control.bg-color-secondary::-moz-placeholder { + color: #e6e6e6; +} + +.form-control.bg-secondary:-ms-input-placeholder, +.form-control.bg-color-secondary:-ms-input-placeholder { + color: #e6e6e6; +} + +.form-control.bg-secondary:-moz-placeholder, +.form-control.bg-color-secondary:-moz-placeholder { + color: #e6e6e6; +} + +.form-control .testimonial-secondary blockquote { + background: #e7766f; +} + +.form-control .testimonial-secondary .testimonial-arrow-down { + border-top-color: #e7766f; +} + +.form-control .testimonial-secondary.testimonial-style-7 { + background: #e7766f; +} + +.form-control .testimonial-quotes-secondary blockquote:before, +.form-control .testimonial-quotes-secondary blockquote:after { + color: #AE2025 !important; +} + +.form-control.bg-tertiary, +.form-control.bg-color-tertiary { + color: #FFF; + border-color: #2BAAB1; +} + +.form-control.bg-tertiary::-webkit-input-placeholder, +.form-control.bg-color-tertiary::-webkit-input-placeholder { + color: #e6e6e6; +} + +.form-control.bg-tertiary::-moz-placeholder, +.form-control.bg-color-tertiary::-moz-placeholder { + color: #e6e6e6; +} + +.form-control.bg-tertiary:-ms-input-placeholder, +.form-control.bg-color-tertiary:-ms-input-placeholder { + color: #e6e6e6; +} + +.form-control.bg-tertiary:-moz-placeholder, +.form-control.bg-color-tertiary:-moz-placeholder { + color: #e6e6e6; +} + +.form-control .testimonial-tertiary blockquote { + background: #30bec6; +} + +.form-control .testimonial-tertiary .testimonial-arrow-down { + border-top-color: #30bec6; +} + +.form-control .testimonial-tertiary.testimonial-style-7 { + background: #30bec6; +} + +.form-control .testimonial-quotes-tertiary blockquote:before, +.form-control .testimonial-quotes-tertiary blockquote:after { + color: #AE2025 !important; +} + +.form-control.bg-quaternary, +.form-control.bg-color-quaternary { + color: #FFF; + border-color: #383f48; +} + +.form-control.bg-quaternary::-webkit-input-placeholder, +.form-control.bg-color-quaternary::-webkit-input-placeholder { + color: #e6e6e6; +} + +.form-control.bg-quaternary::-moz-placeholder, +.form-control.bg-color-quaternary::-moz-placeholder { + color: #e6e6e6; +} + +.form-control.bg-quaternary:-ms-input-placeholder, +.form-control.bg-color-quaternary:-ms-input-placeholder { + color: #e6e6e6; +} + +.form-control.bg-quaternary:-moz-placeholder, +.form-control.bg-color-quaternary:-moz-placeholder { + color: #e6e6e6; +} + +.form-control .testimonial-quaternary blockquote { + background: #434c56; +} + +.form-control .testimonial-quaternary .testimonial-arrow-down { + border-top-color: #434c56; +} + +.form-control .testimonial-quaternary.testimonial-style-7 { + background: #434c56; +} + +.form-control .testimonial-quotes-quaternary blockquote:before, +.form-control .testimonial-quotes-quaternary blockquote:after { + color: #AE2025 !important; +} + +.form-control.bg-dark, +.form-control.bg-color-dark { + color: #FFF; + border-color: #212529; +} + +.form-control.bg-dark::-webkit-input-placeholder, +.form-control.bg-color-dark::-webkit-input-placeholder { + color: #e6e6e6; +} + +.form-control.bg-dark::-moz-placeholder, +.form-control.bg-color-dark::-moz-placeholder { + color: #e6e6e6; +} + +.form-control.bg-dark:-ms-input-placeholder, +.form-control.bg-color-dark:-ms-input-placeholder { + color: #e6e6e6; +} + +.form-control.bg-dark:-moz-placeholder, +.form-control.bg-color-dark:-moz-placeholder { + color: #e6e6e6; +} + +.form-control .testimonial-dark blockquote { + background: #2c3237; +} + +.form-control .testimonial-dark .testimonial-arrow-down { + border-top-color: #2c3237; +} + +.form-control .testimonial-dark.testimonial-style-7 { + background: #2c3237; +} + +.form-control .testimonial-quotes-dark blockquote:before, +.form-control .testimonial-quotes-dark blockquote:after { + color: #AE2025 !important; +} + +.form-control.bg-light, +.form-control.bg-color-light { + color: #777; + border-color: #FFF; +} + +.form-control.bg-light::-webkit-input-placeholder, +.form-control.bg-color-light::-webkit-input-placeholder { + color: #5e5e5e; +} + +.form-control.bg-light::-moz-placeholder, +.form-control.bg-color-light::-moz-placeholder { + color: #5e5e5e; +} + +.form-control.bg-light:-ms-input-placeholder, +.form-control.bg-color-light:-ms-input-placeholder { + color: #5e5e5e; +} + +.form-control.bg-light:-moz-placeholder, +.form-control.bg-color-light:-moz-placeholder { + color: #5e5e5e; +} + +.form-control .testimonial-light blockquote { + background: #ffffff; +} + +.form-control .testimonial-light .testimonial-arrow-down { + border-top-color: #ffffff; +} + +.form-control .testimonial-light.testimonial-style-7 { + background: #ffffff; +} + +.form-control .testimonial-quotes-light blockquote:before, +.form-control .testimonial-quotes-light blockquote:after { + color: #AE2025 !important; +} + +html .counters .counter-primary [class*="fa-"], +html .counters .counter-primary .icons, +html .counters .counter-primary strong { + color: #AE2025; +} + +html .counters .counter-secondary [class*="fa-"], +html .counters .counter-secondary .icons, +html .counters .counter-secondary strong { + color: #e36159; +} + +html .counters .counter-tertiary [class*="fa-"], +html .counters .counter-tertiary .icons, +html .counters .counter-tertiary strong { + color: #2BAAB1; +} + +html .counters .counter-quaternary [class*="fa-"], +html .counters .counter-quaternary .icons, +html .counters .counter-quaternary strong { + color: #383f48; +} + +html .counters .counter-dark [class*="fa-"], +html .counters .counter-dark .icons, +html .counters .counter-dark strong { + color: #212529; +} + +html .counters .counter-light [class*="fa-"], +html .counters .counter-light .icons, +html .counters .counter-light strong { + color: #FFF; +} + +html .countdown.countdown-primary > span > span { + color: #AE2025; +} + +html .countdown.countdown-secondary > span > span { + color: #e36159; +} + +html .countdown.countdown-tertiary > span > span { + color: #2BAAB1; +} + +html .countdown.countdown-quaternary > span > span { + color: #383f48; +} + +html .countdown.countdown-dark > span > span { + color: #212529; +} + +html .countdown.countdown-light > span > span { + color: #FFF; +} + +html .image-hotspot-primary strong { + color: #FFF !important; +} + +html .image-hotspot-primary .circle { + background: #AE2025 !important; +} + +html .image-hotspot-primary .ring { + border-color: rgba(0, 136, 204, 0.9); +} + +html .image-hotspot-secondary strong { + color: #FFF !important; +} + +html .image-hotspot-secondary .circle { + background: #e36159 !important; +} + +html .image-hotspot-secondary .ring { + border-color: rgba(227, 97, 89, 0.9); +} + +html .image-hotspot-tertiary strong { + color: #FFF !important; +} + +html .image-hotspot-tertiary .circle { + background: #2BAAB1 !important; +} + +html .image-hotspot-tertiary .ring { + border-color: rgba(43, 170, 177, 0.9); +} + +html .image-hotspot-quaternary strong { + color: #FFF !important; +} + +html .image-hotspot-quaternary .circle { + background: #383f48 !important; +} + +html .image-hotspot-quaternary .ring { + border-color: rgba(56, 63, 72, 0.9); +} + +html .image-hotspot-dark strong { + color: #FFF !important; +} + +html .image-hotspot-dark .circle { + background: #212529 !important; +} + +html .image-hotspot-dark .ring { + border-color: rgba(33, 37, 41, 0.9); +} + +html .image-hotspot-light strong { + color: #777 !important; +} + +html .image-hotspot-light .circle { + background: #FFF !important; +} + +html .image-hotspot-light .ring { + border-color: rgba(255, 255, 255, 0.9); +} + +.icon-featured { + background-color: #AE2025; +} + +html .featured-box-primary .icon-featured { + background-color: #AE2025; +} + +html .featured-box-primary h4 { + color: #AE2025; +} + +html .featured-box-primary .box-content { + border-top-color: #AE2025; +} + +html .featured-box-primary .box-content-border-bottom { + border-bottom-color: #AE2025; +} + +html .featured-box-secondary .icon-featured { + background-color: #e36159; +} + +html .featured-box-secondary h4 { + color: #e36159; +} + +html .featured-box-secondary .box-content { + border-top-color: #e36159; +} + +html .featured-box-secondary .box-content-border-bottom { + border-bottom-color: #e36159; +} + +html .featured-box-tertiary .icon-featured { + background-color: #2BAAB1; +} + +html .featured-box-tertiary h4 { + color: #2BAAB1; +} + +html .featured-box-tertiary .box-content { + border-top-color: #2BAAB1; +} + +html .featured-box-tertiary .box-content-border-bottom { + border-bottom-color: #2BAAB1; +} + +html .featured-box-quaternary .icon-featured { + background-color: #383f48; +} + +html .featured-box-quaternary h4 { + color: #383f48; +} + +html .featured-box-quaternary .box-content { + border-top-color: #383f48; +} + +html .featured-box-quaternary .box-content-border-bottom { + border-bottom-color: #383f48; +} + +html .featured-box-dark .icon-featured { + background-color: #212529; +} + +html .featured-box-dark h4 { + color: #212529; +} + +html .featured-box-dark .box-content { + border-top-color: #212529; +} + +html .featured-box-dark .box-content-border-bottom { + border-bottom-color: #212529; +} + +html .featured-box-light .icon-featured { + background-color: #FFF; +} + +html .featured-box-light h4 { + color: #FFF; +} + +html .featured-box-light .box-content { + border-top-color: #FFF; +} + +html .featured-box-light .box-content-border-bottom { + border-bottom-color: #FFF; +} + +html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured { + border-color: #AE2025; + color: #AE2025; +} + +html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured { + border-color: #e36159; + color: #e36159; +} + +html .featured-boxes-style-3 .featured-box.featured-box-tertiary .icon-featured { + border-color: #2BAAB1; + color: #2BAAB1; +} + +html .featured-boxes-style-3 .featured-box.featured-box-quaternary .icon-featured { + border-color: #383f48; + color: #383f48; +} + +html .featured-boxes-style-3 .featured-box.featured-box-dark .icon-featured { + border-color: #212529; + color: #212529; +} + +html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured { + border-color: #FFF; + color: #FFF; +} + +html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured { + border-color: #AE2025; + color: #AE2025; +} + +html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured { + border-color: #e36159; + color: #e36159; +} + +html .featured-boxes-style-4 .featured-box.featured-box-tertiary .icon-featured { + border-color: #2BAAB1; + color: #2BAAB1; +} + +html .featured-boxes-style-4 .featured-box.featured-box-quaternary .icon-featured { + border-color: #383f48; + color: #383f48; +} + +html .featured-boxes-style-4 .featured-box.featured-box-dark .icon-featured { + border-color: #212529; + color: #212529; +} + +html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured { + border-color: #FFF; + color: #FFF; +} + +html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured { + color: #AE2025; +} + +html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured { + color: #e36159; +} + +html .featured-boxes-style-5 .featured-box.featured-box-tertiary .icon-featured { + color: #2BAAB1; +} + +html .featured-boxes-style-5 .featured-box.featured-box-quaternary .icon-featured { + color: #383f48; +} + +html .featured-boxes-style-5 .featured-box.featured-box-dark .icon-featured { + color: #212529; +} + +html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured { + color: #FFF; +} + +html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured { + color: #AE2025; +} + +html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured { + color: #e36159; +} + +html .featured-boxes-style-6 .featured-box.featured-box-tertiary .icon-featured { + color: #2BAAB1; +} + +html .featured-boxes-style-6 .featured-box.featured-box-quaternary .icon-featured { + color: #383f48; +} + +html .featured-boxes-style-6 .featured-box.featured-box-dark .icon-featured { + color: #212529; +} + +html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured { + color: #FFF; +} + +html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured { + color: #AE2025; +} + +html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured { + color: #e36159; +} + +html .featured-boxes-style-8 .featured-box.featured-box-tertiary .icon-featured { + color: #2BAAB1; +} + +html .featured-boxes-style-8 .featured-box.featured-box-quaternary .icon-featured { + color: #383f48; +} + +html .featured-boxes-style-8 .featured-box.featured-box-dark .icon-featured { + color: #212529; +} + +html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured { + color: #FFF; +} + +.featured-boxes-modern-style-primary .featured-box { + background: #AE2025; + background: linear-gradient(135deg, #AE2025 0%, #383f48 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AE2025', endColorstr='#383f48', GradientType=1); +} + +.featured-boxes-modern-style-secondary .featured-box { + background: #e36159; + background: linear-gradient(135deg, #e36159 0%, #383f48 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e36159', endColorstr='#383f48', GradientType=1); +} + +.featured-boxes-modern-style-tertiary .featured-box { + background: #2BAAB1; + background: linear-gradient(135deg, #2BAAB1 0%, #383f48 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAAB1', endColorstr='#383f48', GradientType=1); +} + +html .featured-box-effect-2.featured-box-primary .icon-featured:after { + box-shadow: 0 0 0 3px #AE2025; +} + +html .featured-box-effect-2.featured-box-secondary .icon-featured:after { + box-shadow: 0 0 0 3px #e36159; +} + +html .featured-box-effect-2.featured-box-tertiary .icon-featured:after { + box-shadow: 0 0 0 3px #2BAAB1; +} + +html .featured-box-effect-2.featured-box-quaternary .icon-featured:after { + box-shadow: 0 0 0 3px #383f48; +} + +html .featured-box-effect-2.featured-box-dark .icon-featured:after { + box-shadow: 0 0 0 3px #212529; +} + +html .featured-box-effect-2.featured-box-light .icon-featured:after { + box-shadow: 0 0 0 3px #FFF; +} + +html .featured-box-effect-3.featured-box-primary .icon-featured:after { + box-shadow: 0 0 0 10px #AE2025; +} + +html .featured-box-effect-3.featured-box-primary:hover .icon-featured { + background: #AE2025 !important; +} + +html .featured-box-effect-3.featured-box-secondary .icon-featured:after { + box-shadow: 0 0 0 10px #e36159; +} + +html .featured-box-effect-3.featured-box-secondary:hover .icon-featured { + background: #e36159 !important; +} + +html .featured-box-effect-3.featured-box-tertiary .icon-featured:after { + box-shadow: 0 0 0 10px #2BAAB1; +} + +html .featured-box-effect-3.featured-box-tertiary:hover .icon-featured { + background: #2BAAB1 !important; +} + +html .featured-box-effect-3.featured-box-quaternary .icon-featured:after { + box-shadow: 0 0 0 10px #383f48; +} + +html .featured-box-effect-3.featured-box-quaternary:hover .icon-featured { + background: #383f48 !important; +} + +html .featured-box-effect-3.featured-box-dark .icon-featured:after { + box-shadow: 0 0 0 10px #212529; +} + +html .featured-box-effect-3.featured-box-dark:hover .icon-featured { + background: #212529 !important; +} + +html .featured-box-effect-3.featured-box-light .icon-featured:after { + box-shadow: 0 0 0 10px #FFF; +} + +html .featured-box-effect-3.featured-box-light:hover .icon-featured { + background: #FFF !important; +} + +.feature-box .feature-box-icon { + background-color: #AE2025; +} + +html .feature-box-primary .feature-box-icon { + background-color: #AE2025; +} + +html .feature-box-secondary .feature-box-icon { + background-color: #e36159; +} + +html .feature-box-tertiary .feature-box-icon { + background-color: #2BAAB1; +} + +html .feature-box-quaternary .feature-box-icon { + background-color: #383f48; +} + +html .feature-box-dark .feature-box-icon { + background-color: #212529; +} + +html .feature-box-light .feature-box-icon { + background-color: #FFF; +} + +.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], +.feature-box.feature-box-style-2 .feature-box-icon .icons { + color: #AE2025; +} + +html .feature-box-primary.feature-box-style-2 .feature-box-icon [class*="fa-"], +html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons { + color: #AE2025; +} + +html .feature-box-secondary.feature-box-style-2 .feature-box-icon [class*="fa-"], +html .feature-box-secondary.feature-box-style-2 .feature-box-icon .icons { + color: #e36159; +} + +html .feature-box-tertiary.feature-box-style-2 .feature-box-icon [class*="fa-"], +html .feature-box-tertiary.feature-box-style-2 .feature-box-icon .icons { + color: #2BAAB1; +} + +html .feature-box-quaternary.feature-box-style-2 .feature-box-icon [class*="fa-"], +html .feature-box-quaternary.feature-box-style-2 .feature-box-icon .icons { + color: #383f48; +} + +html .feature-box-dark.feature-box-style-2 .feature-box-icon [class*="fa-"], +html .feature-box-dark.feature-box-style-2 .feature-box-icon .icons { + color: #212529; +} + +html .feature-box-light.feature-box-style-2 .feature-box-icon [class*="fa-"], +html .feature-box-light.feature-box-style-2 .feature-box-icon .icons { + color: #FFF; +} + +.feature-box.feature-box-style-3 .feature-box-icon { + border-color: #AE2025; +} + +.feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"], +.feature-box.feature-box-style-3 .feature-box-icon .icons { + color: #AE2025; +} + +html .feature-box-primary.feature-box-style-3 .feature-box-icon { + border-color: #AE2025; +} + +html .feature-box-primary.feature-box-style-3 .feature-box-icon [class*="fa-"], +html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons { + color: #AE2025; +} + +html .feature-box-secondary.feature-box-style-3 .feature-box-icon { + border-color: #e36159; +} + +html .feature-box-secondary.feature-box-style-3 .feature-box-icon [class*="fa-"], +html .feature-box-secondary.feature-box-style-3 .feature-box-icon .icons { + color: #e36159; +} + +html .feature-box-tertiary.feature-box-style-3 .feature-box-icon { + border-color: #2BAAB1; +} + +html .feature-box-tertiary.feature-box-style-3 .feature-box-icon [class*="fa-"], +html .feature-box-tertiary.feature-box-style-3 .feature-box-icon .icons { + color: #2BAAB1; +} + +html .feature-box-quaternary.feature-box-style-3 .feature-box-icon { + border-color: #383f48; +} + +html .feature-box-quaternary.feature-box-style-3 .feature-box-icon [class*="fa-"], +html .feature-box-quaternary.feature-box-style-3 .feature-box-icon .icons { + color: #383f48; +} + +html .feature-box-dark.feature-box-style-3 .feature-box-icon { + border-color: #212529; +} + +html .feature-box-dark.feature-box-style-3 .feature-box-icon [class*="fa-"], +html .feature-box-dark.feature-box-style-3 .feature-box-icon .icons { + color: #212529; +} + +html .feature-box-light.feature-box-style-3 .feature-box-icon { + border-color: #FFF; +} + +html .feature-box-light.feature-box-style-3 .feature-box-icon [class*="fa-"], +html .feature-box-light.feature-box-style-3 .feature-box-icon .icons { + color: #FFF; +} + +.feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"], +.feature-box.feature-box-style-4 .feature-box-icon .icons { + color: #AE2025; +} + +html .feature-box-primary.feature-box-style-4 .feature-box-icon [class*="fa-"], +html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons { + color: #AE2025; +} + +html .feature-box-secondary.feature-box-style-4 .feature-box-icon [class*="fa-"], +html .feature-box-secondary.feature-box-style-4 .feature-box-icon .icons { + color: #e36159; +} + +html .feature-box-tertiary.feature-box-style-4 .feature-box-icon [class*="fa-"], +html .feature-box-tertiary.feature-box-style-4 .feature-box-icon .icons { + color: #2BAAB1; +} + +html .feature-box-quaternary.feature-box-style-4 .feature-box-icon [class*="fa-"], +html .feature-box-quaternary.feature-box-style-4 .feature-box-icon .icons { + color: #383f48; +} + +html .feature-box-dark.feature-box-style-4 .feature-box-icon [class*="fa-"], +html .feature-box-dark.feature-box-style-4 .feature-box-icon .icons { + color: #212529; +} + +html .feature-box-light.feature-box-style-4 .feature-box-icon [class*="fa-"], +html .feature-box-light.feature-box-style-4 .feature-box-icon .icons { + color: #FFF; +} + +.feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"], +.feature-box.feature-box-style-5 .feature-box-icon .icons { + color: #AE2025; +} + +html .feature-box-primary.feature-box-style-5 .feature-box-icon [class*="fa-"], +html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons { + color: #AE2025; +} + +html .feature-box-secondary.feature-box-style-5 .feature-box-icon [class*="fa-"], +html .feature-box-secondary.feature-box-style-5 .feature-box-icon .icons { + color: #e36159; +} + +html .feature-box-tertiary.feature-box-style-5 .feature-box-icon [class*="fa-"], +html .feature-box-tertiary.feature-box-style-5 .feature-box-icon .icons { + color: #2BAAB1; +} + +html .feature-box-quaternary.feature-box-style-5 .feature-box-icon [class*="fa-"], +html .feature-box-quaternary.feature-box-style-5 .feature-box-icon .icons { + color: #383f48; +} + +html .feature-box-dark.feature-box-style-5 .feature-box-icon [class*="fa-"], +html .feature-box-dark.feature-box-style-5 .feature-box-icon .icons { + color: #212529; +} + +html .feature-box-light.feature-box-style-5 .feature-box-icon [class*="fa-"], +html .feature-box-light.feature-box-style-5 .feature-box-icon .icons { + color: #FFF; +} + +html .feature-box-primary.feature-box-style-6 .feature-box-icon [class*="fa-"], +html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons { + color: #AE2025; +} + +html .feature-box-secondary.feature-box-style-6 .feature-box-icon [class*="fa-"], +html .feature-box-secondary.feature-box-style-6 .feature-box-icon .icons { + color: #e36159; +} + +html .feature-box-tertiary.feature-box-style-6 .feature-box-icon [class*="fa-"], +html .feature-box-tertiary.feature-box-style-6 .feature-box-icon .icons { + color: #2BAAB1; +} + +html .feature-box-quaternary.feature-box-style-6 .feature-box-icon [class*="fa-"], +html .feature-box-quaternary.feature-box-style-6 .feature-box-icon .icons { + color: #383f48; +} + +html .feature-box-dark.feature-box-style-6 .feature-box-icon [class*="fa-"], +html .feature-box-dark.feature-box-style-6 .feature-box-icon .icons { + color: #212529; +} + +html .feature-box-light.feature-box-style-6 .feature-box-icon [class*="fa-"], +html .feature-box-light.feature-box-style-6 .feature-box-icon .icons { + color: #FFF; +} + +html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) { + background-color: #AE2025; +} + +html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) { + background-color: #ad1f25; +} + +html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) { + background-color: #AE2025; +} + +html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) { + background-color: #EE2D2B; +} + +html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) { + background-color: #00aaff; +} + +html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) { + background-color: #1ab2ff; +} + +html .featured-boxes-full .featured-box-full-primary { + background-color: #AE2025; + color: #FFF; +} + +html .featured-boxes-full .featured-box-full-secondary { + background-color: #e36159; + color: #FFF; +} + +html .featured-boxes-full .featured-box-full-tertiary { + background-color: #2BAAB1; + color: #FFF; +} + +html .featured-boxes-full .featured-box-full-quaternary { + background-color: #383f48; + color: #FFF; +} + +html .featured-boxes-full .featured-box-full-dark { + background-color: #212529; + color: #FFF; +} + +html .featured-boxes-full .featured-box-full-light { + background-color: #FFF; + color: #777; +} + +.pricing-table .most-popular { + border-color: #AE2025; +} + +.pricing-table .most-popular h3 { + background-color: #AE2025; +} + +.pricing-table.princig-table-flat .plan h3 { + background-color: #AE2025; +} + +.pricing-table.princig-table-flat .plan h3 span { + background: #AE2025; +} + +html .call-to-action.featured.featured-primary { + border-top-color: #AE2025; +} + +html .call-to-action.call-to-action-primary { + background: #AE2025; +} + +html .call-to-action.with-full-borders-primary { + border-color: #AE2025; +} + +html .call-to-action.call-to-action-primary { + background: #AE2025; +} + +html .call-to-action.call-to-action-primary h3, +html .call-to-action.call-to-action-primary p { + color: #FFF; +} + +html .call-to-action.featured.featured-secondary { + border-top-color: #e36159; +} + +html .call-to-action.call-to-action-secondary { + background: #e36159; +} + +html .call-to-action.with-full-borders-secondary { + border-color: #e36159; +} + +html .call-to-action.call-to-action-secondary { + background: #e36159; +} + +html .call-to-action.call-to-action-secondary h3, +html .call-to-action.call-to-action-secondary p { + color: #FFF; +} + +html .call-to-action.featured.featured-tertiary { + border-top-color: #2BAAB1; +} + +html .call-to-action.call-to-action-tertiary { + background: #2BAAB1; +} + +html .call-to-action.with-full-borders-tertiary { + border-color: #2BAAB1; +} + +html .call-to-action.call-to-action-tertiary { + background: #2BAAB1; +} + +html .call-to-action.call-to-action-tertiary h3, +html .call-to-action.call-to-action-tertiary p { + color: #FFF; +} + +html .call-to-action.featured.featured-quaternary { + border-top-color: #383f48; +} + +html .call-to-action.call-to-action-quaternary { + background: #383f48; +} + +html .call-to-action.with-full-borders-quaternary { + border-color: #383f48; +} + +html .call-to-action.call-to-action-quaternary { + background: #383f48; +} + +html .call-to-action.call-to-action-quaternary h3, +html .call-to-action.call-to-action-quaternary p { + color: #FFF; +} + +html .call-to-action.featured.featured-dark { + border-top-color: #212529; +} + +html .call-to-action.call-to-action-dark { + background: #212529; +} + +html .call-to-action.with-full-borders-dark { + border-color: #212529; +} + +html .call-to-action.call-to-action-dark { + background: #212529; +} + +html .call-to-action.call-to-action-dark h3, +html .call-to-action.call-to-action-dark p { + color: #FFF; +} + +html .call-to-action.featured.featured-light { + border-top-color: #FFF; +} + +html .call-to-action.call-to-action-light { + background: #FFF; +} + +html .call-to-action.with-full-borders-light { + border-color: #FFF; +} + +html .call-to-action.call-to-action-light { + background: #FFF; +} + +html .call-to-action.call-to-action-light h3, +html .call-to-action.call-to-action-light p { + color: #777; +} + +section.timeline .timeline-box.left:before, +section.timeline .timeline-box.right:before { + background: #AE2025; + box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #AE2025; +} + +ul.history li .featured-box .box-content { + border-top-color: #AE2025; +} + +.portfolio-list .portfolio-item.portfolio-item-new:after { + background: linear-gradient(135deg, #AE2025 0%, #e36159 80%); +} + +.recent-posts .date .month, +article.post .post-date .month { + background-color: #AE2025; +} + +.recent-posts .date .day, +article.post .post-date .day { + color: #AE2025; +} + +.slider .tp-bannertimer { + background-color: #AE2025; +} + +.home-concept strong { + color: #AE2025; +} + +html .home-intro-primary { + background: #AE2025; +} + +html .home-intro-secondary { + background: #e36159; +} + +html .home-intro-tertiary { + background: #2BAAB1; +} + +html .home-intro-quaternary { + background: #383f48; +} + +html .home-intro-dark { + background: #212529; +} + +html .home-intro-light { + background: #FFF; +} + +html .slide-overlay-primary .slotholder:after { + background-color: #AE2025 !important; +} + +html .slider-container .tp-caption-overlay-primary { + background: #AE2025; +} + +html .slider-container .tp-caption-overlay-opacity-primary { + background: rgba(0, 136, 204, 0.4); +} + +html .tp-bullets.bullets-color-primary .tp-bullet:hover, +html .tp-bullets.bullets-color-primary .tp-bullet.selected { + background: #AE2025; +} + +html .slide-overlay-secondary .slotholder:after { + background-color: #e36159 !important; +} + +html .slider-container .tp-caption-overlay-secondary { + background: #e36159; +} + +html .slider-container .tp-caption-overlay-opacity-secondary { + background: rgba(227, 97, 89, 0.4); +} + +html .tp-bullets.bullets-color-secondary .tp-bullet:hover, +html .tp-bullets.bullets-color-secondary .tp-bullet.selected { + background: #e36159; +} + +html .slide-overlay-tertiary .slotholder:after { + background-color: #2BAAB1 !important; +} + +html .slider-container .tp-caption-overlay-tertiary { + background: #2BAAB1; +} + +html .slider-container .tp-caption-overlay-opacity-tertiary { + background: rgba(43, 170, 177, 0.4); +} + +html .tp-bullets.bullets-color-tertiary .tp-bullet:hover, +html .tp-bullets.bullets-color-tertiary .tp-bullet.selected { + background: #2BAAB1; +} + +html .slide-overlay-quaternary .slotholder:after { + background-color: #383f48 !important; +} + +html .slider-container .tp-caption-overlay-quaternary { + background: #383f48; +} + +html .slider-container .tp-caption-overlay-opacity-quaternary { + background: rgba(56, 63, 72, 0.4); +} + +html .tp-bullets.bullets-color-quaternary .tp-bullet:hover, +html .tp-bullets.bullets-color-quaternary .tp-bullet.selected { + background: #383f48; +} + +html .slide-overlay-dark .slotholder:after { + background-color: #212529 !important; +} + +html .slider-container .tp-caption-overlay-dark { + background: #212529; +} + +html .slider-container .tp-caption-overlay-opacity-dark { + background: rgba(33, 37, 41, 0.4); +} + +html .tp-bullets.bullets-color-dark .tp-bullet:hover, +html .tp-bullets.bullets-color-dark .tp-bullet.selected { + background: #212529; +} + +html .slide-overlay-light .slotholder:after { + background-color: #FFF !important; +} + +html .slider-container .tp-caption-overlay-light { + background: #FFF; +} + +html .slider-container .tp-caption-overlay-opacity-light { + background: rgba(255, 255, 255, 0.4); +} + +html .tp-bullets.bullets-color-light .tp-bullet:hover, +html .tp-bullets.bullets-color-light .tp-bullet.selected { + background: #FFF; +} + +html .slide-overlay.slide-overlay-gradient .slotholder:after { + background-color: #2BAAB1 !important; + background-image: linear-gradient(to right, #2BAAB1 0%, #383f48 100%) !important; + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAAB1', endColorstr='#383f48', GradientType=1); +} + +.cd-product-viewer-handle .handle { + background: #AE2025; +} + +.tparrows.tparrows-carousel.tp-leftarrow, +.tparrows.tparrows-carousel.tp-rightarrow { + background-color: #AE2025; + border-color: #AE2025 #AE2025 #AE2025; + color: #fff; +} + +.tparrows.tparrows-carousel.tp-leftarrow:hover, +.tparrows.tparrows-carousel.tp-rightarrow:hover, +.tparrows.tparrows-carousel.tp-leftarrow.hover, +.tparrows.tparrows-carousel.tp-rightarrow.hover { + background-color: #00a1f2; + border-color: #00aaff #00aaff #AE2025; + color: #fff; +} + +.tparrows.tparrows-carousel.tp-leftarrow:focus, +.tparrows.tparrows-carousel.tp-rightarrow:focus, +.tparrows.tparrows-carousel.tp-leftarrow.focus, +.tparrows.tparrows-carousel.tp-rightarrow.focus { + background-color: #006ea6; + border-color: #AE2025 #AE2025 #004466; + color: #fff; + box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5); +} + +.tparrows.tparrows-carousel.tp-leftarrow.disabled, +.tparrows.tparrows-carousel.tp-rightarrow.disabled, +.tparrows.tparrows-carousel.tp-leftarrow:disabled, +.tparrows.tparrows-carousel.tp-rightarrow:disabled { + background-color: #AE2025; + border-color: #AE2025 #AE2025 #AE2025; +} + +.tparrows.tparrows-carousel.tp-leftarrow:active, +.tparrows.tparrows-carousel.tp-rightarrow:active, +.tparrows.tparrows-carousel.tp-leftarrow.active, +.tparrows.tparrows-carousel.tp-rightarrow.active { + background-color: #006ea6 !important; + background-image: none !important; + border-color: #AE2025 #AE2025 #004466 !important; +} + +.tparrows.arrows-primary:before { + color: #AE2025; +} + +.shop .products .product .onsale { + background-color: #AE2025; + border-bottom-color: #006da3; +} + +.shop .cart-totals tr.total .amount { + color: #AE2025; +} + +.shop .products .product .quick-view { + background: rgba(0, 136, 204, 0.7); +} + +.shop .products .product:hover .quick-view:hover { + background: #AE2025; +} + +.product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover { + color: #FFF; + background: #AE2025; +} + +.product .product-thumb-info .countdown-offer-wrapper { + background: #AE2025; +} + +#footer .footer-ribbon { + background: #AE2025; +} + +#footer .footer-ribbon:before { + border-right-color: #821A1F; + border-left-color: #821A1F; +} + +#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active { + color: #AE2025 !important; +} + +#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before { + background: #AE2025 !important; +} + +#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a { + color: #AE2025 !important; +} + +#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before { + background: #AE2025 !important; +} + +.scrollable.colored-slider .scrollable-slider { + background: #AE2025; +} + +.sample-icon-list .sample-icon a:hover { + background-color: #AE2025; +} + +.cursor-inner { + background-color: #AE2025; +} + +.cursor-inner.cursor-inner-plus:before { + color: #AE2025; +} + +.cursor-outer { + border-color: #AE2025; +} + +.cssload-thecube .cssload-cube:before { + background-color: #AE2025; +} + +.cssload-cube-progress { + border-color: #AE2025; +} + +.cssload-cube-progress-inner { + background-color: #AE2025; +} + +.cssload-float-rings-inner.cssload-one { + border-bottom-color: #AE2025; +} + +.cssload-float-rings-inner.cssload-two { + border-right-color: #AE2025; +} + +.cssload-float-rings-inner.cssload-three { + border-top-color: #AE2025; +} + +.cssload-float-bars-loading, +.cssload-float-bars-loading:after, +.cssload-float-bars-loading:before { + background: #AE2025; +} + +.cssload-speeding-wheel { + border-top-color: #AE2025; + border-bottom-color: #AE2025; +} + +.cssload-zenith { + box-shadow: 3px 3px 1px #AE2025; +} + +.cssload-spinning-square-loading { + background: #AE2025; +} + +.cssload-spinning-square-loading:before { + background: #e36159; +} + +.cssload-spinning-square-loading:after { + background: #FFF; +} + +.cssload-pulse-loader { + background: #AE2025; +} + +.map-rounded-pin { + background: #AE2025; +} + +html.boxed .body { + border-top-color: #AE2025; +} diff --git a/css/skins/default.css b/css/skins/default.css index 34e5c13..cf4c6e2 100644 --- a/css/skins/default.css +++ b/css/skins/default.css @@ -1,37 +1,37 @@ ::-moz-selection { color: #FFF; - background: #0088CC; + background: #AE2025; } ::selection { color: #FFF; - background: #0088CC; + background: #AE2025; } a { - color: #0088CC; + color: #AE2025; } a:hover { - color: #0099e6; + color: #EE2D2B; } a:focus { - color: #0099e6; + color: #EE2D2B; } a:active { - color: #0077b3; + color: #ad1f25; } html .text-color-primary, html .text-primary { - color: #0088CC !important; + color: #EE2D2B !important; } html .text-color-hover-primary:hover, html .text-hover-primary:hover { - color: #0088CC !important; + color: #AE2025 !important; } html .text-color-secondary, @@ -85,7 +85,7 @@ html .text-hover-light:hover { } html .svg-fill-color-primary { - fill: #0088CC !important; + fill: #AE2025 !important; } html .svg-fill-color-primary svg path, @@ -93,11 +93,11 @@ html .svg-fill-color-primary svg rect, html .svg-fill-color-primary svg line, html .svg-fill-color-primary svg polyline, html .svg-fill-color-primary svg polygon { - fill: #0088CC !important; + fill: #AE2025 !important; } html .svg-stroke-color-primary { - stroke: #0088CC !important; + stroke: #AE2025 !important; } html .svg-stroke-color-primary svg path, @@ -105,7 +105,7 @@ html .svg-stroke-color-primary svg rect, html .svg-stroke-color-primary svg line, html .svg-stroke-color-primary svg polyline, html .svg-stroke-color-primary svg polygon { - stroke: #0088CC !important; + stroke: #AE2025 !important; } html .svg-fill-color-secondary { @@ -229,35 +229,35 @@ html .svg-stroke-color-light svg polygon { } .gradient-text-color { - color: #0088CC; - background: linear-gradient(to bottom right, #0088CC, #e36159); - background-image: linear-gradient(to right, #0088CC, #e36159); + color: #AE2025; + background: linear-gradient(to bottom right, #AE2025, #e36159); + background-image: linear-gradient(to right, #AE2025, #e36159); } html .bg-color-primary, html .bg-primary { - background-color: #0088CC !important; + background-color: #AE2025 !important; } html .bg-color-hover-primary:hover, html .bg-hover-primary:hover { - background-color: #0088CC !important; + background-color: #AE2025 !important; } html .bg-color-after-primary:after { - background-color: #0088CC !important; + background-color: #AE2025 !important; } html .bg-color-hover-after-primary:after:hover { - background-color: #0088CC !important; + background-color: #AE2025 !important; } html .bg-color-before-primary:before { - background-color: #0088CC !important; + background-color: #AE2025 !important; } html .bg-color-hover-before-primary:before:hover { - background-color: #0088CC !important; + background-color: #AE2025 !important; } html .bg-color-secondary, @@ -391,12 +391,12 @@ html .bg-color-hover-before-light:before:hover { } .bg-gradient { - background: linear-gradient(135deg, #0088CC 0%, #e36159 80%); + background: linear-gradient(135deg, #AE2025 0%, #e36159 80%); } /* Color Transition */ @-webkit-keyframes colorTransition { 0% { - background-color: #0088CC; + background-color: #AE2025; } 33% { @@ -414,7 +414,7 @@ html .bg-color-hover-before-light:before:hover { @keyframes colorTransition { 0% { - background-color: #0088CC; + background-color: #AE2025; } 33% { @@ -431,11 +431,11 @@ html .bg-color-hover-before-light:before:hover { } html .border-color-primary { - border-color: #0088CC !important; + border-color: #AE2025 !important; } html .border-color-hover-primary:hover { - border-color: #0088CC !important; + border-color: #AE2025 !important; } html .border-color-secondary { @@ -479,11 +479,11 @@ html .border-color-hover-light:hover { } .alternative-font { - color: #0088CC; + color: #AE2025; } html .box-shadow-1-primary:before { - box-shadow: 0 30px 90px #0088CC !important; + box-shadow: 0 30px 90px #AE2025 !important; } html .box-shadow-1-secondary:before { @@ -507,7 +507,7 @@ html .box-shadow-1-light:before { } html .blockquote-primary { - border-color: #0088CC !important; + border-color: #AE2025 !important; } html .blockquote-secondary { @@ -531,23 +531,23 @@ html .blockquote-light { } p.drop-caps:first-letter { - color: #0088CC; + color: #AE2025; } p.drop-caps.drop-caps-style-2:first-letter { - background-color: #0088CC; + background-color: #AE2025; } html .nav-color-primary nav > ul > li > a { - color: #0088CC !important; + color: #AE2025 !important; } html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li > a:before { - background-color: #0088CC !important; + background-color: #AE2025 !important; } html .nav-color-primary:not(.header-nav-main-dropdown-arrow) nav > ul > li ul { - border-top-color: #0088CC !important; + border-top-color: #AE2025 !important; } html .nav-color-secondary nav > ul > li > a { @@ -612,48 +612,48 @@ html .nav-color-light:not(.header-nav-main-dropdown-arrow) nav > ul > li ul { .nav-pills > li.active > a, .nav-pills .nav-link.active { - background-color: #0088CC; + background-color: #AE2025; } .nav-pills > li.active > a:hover, .nav-pills .nav-link.active:hover, .nav-pills > li.active > a:focus, .nav-pills .nav-link.active:focus { - background-color: #0088CC; + background-color: #AE2025; } .nav-active-style-1 > li > a:hover, .nav-active-style-1 > li > a:focus, .nav-active-style-1 > li > a.active { - border-bottom-color: #0088CC; + border-bottom-color: #AE2025; } html .nav-pills-primary a { - color: #0088CC; + color: #AE2025; } html .nav-pills-primary a:hover { - color: #0099e6; + color: #EE2D2B; } html .nav-pills-primary a:focus { - color: #0099e6; + color: #EE2D2B; } html .nav-pills-primary a:active { - color: #0077b3; + color: #ad1f25; } html .nav-pills-primary .nav-link.active, html .nav-pills-primary > li.active > a { - background-color: #0088CC; + background-color: #AE2025; } html .nav-pills-primary .nav-link.active:hover, html .nav-pills-primary > li.active > a:hover, html .nav-pills-primary .nav-link.active:focus, html .nav-pills-primary > li.active > a:focus { - background-color: #0088CC; + background-color: #AE2025; } html .nav-pills-secondary a { @@ -797,29 +797,29 @@ html .nav-pills-light > li.active > a:focus { } .section-scroll-dots-navigation.scroll-dots-navigation-colored > ul > li > a:before { - background: #0088CC; + background: #AE2025; } .sort-source-wrapper .nav > li.active > a { - color: #0088CC; + color: #AE2025; } .sort-source-wrapper .nav > li.active > a:hover, .sort-source-wrapper .nav > li.active > a:focus { - color: #0088CC; + color: #AE2025; } .sort-source.sort-source-style-2 > li.active > a:after { - border-top-color: #0088CC; + border-top-color: #AE2025; } .sort-source.sort-source-style-3 > li.active > a { - border-bottom-color: #0088CC !important; - color: #0088CC !important; + border-bottom-color: #AE2025 !important; + color: #AE2025 !important; } html .badge-primary { - background-color: #0088CC; + background-color: #AE2025; } html .badge-secondary { @@ -843,7 +843,7 @@ html .badge-light { } html .overlay-color-primary:not(.no-skin):before { - background-color: #0088CC !important; + background-color: #AE2025 !important; } html .overlay-color-secondary:not(.no-skin):before { @@ -873,61 +873,61 @@ html .overlay-color-light:not(.no-skin):before { } .btn-link { - color: #0088CC; + color: #AE2025; } .btn-link:hover { - color: #0099e6; + color: #EE2D2B; } .btn-link:active { - color: #0077b3; + color: #ad1f25; } html .btn-primary { - background-color: #0088CC; - border-color: #0088CC #0088CC #006699; + background-color: #AE2025; + border-color: #AE2025 #AE2025 #AE2025; color: #FFF; } html .btn-primary:hover, html .btn-primary.hover { background-color: #00a1f2; - border-color: #00aaff #00aaff #0088CC; + border-color: #00aaff #00aaff #AE2025; color: #FFF; } html .btn-primary:focus, html .btn-primary.focus { background-color: #006ea6; - border-color: #006699 #006699 #004466; + border-color: #AE2025 #AE2025 #004466; color: #FFF; box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5); } html .btn-primary.disabled, html .btn-primary:disabled { - background-color: #0088CC; - border-color: #0088CC #0088CC #006699; + background-color: #AE2025; + border-color: #AE2025 #AE2025 #AE2025; } html .btn-primary:active, html .btn-primary.active { background-color: #006ea6 !important; background-image: none !important; - border-color: #006699 #006699 #004466 !important; + border-color: #AE2025 #AE2025 #004466 !important; } html .btn-primary-scale-2 { - background-color: #006699; - border-color: #006699 #006699 #004466; + background-color: #AE2025; + border-color: #AE2025 #AE2025 #004466; color: #FFF; } html .btn-primary-scale-2:hover, html .btn-primary-scale-2.hover { background-color: #007fbf; - border-color: #0088cc #0088cc #006699; + border-color: #AE2025 #AE2025 #AE2025; color: #FFF; } @@ -941,8 +941,8 @@ html .btn-primary-scale-2.focus { html .btn-primary-scale-2.disabled, html .btn-primary-scale-2:disabled { - background-color: #006699; - border-color: #006699 #006699 #004466; + background-color: #AE2025; + border-color: #AE2025 #AE2025 #004466; } html .btn-primary-scale-2:active, @@ -956,7 +956,7 @@ html .show > .btn-primary.dropdown-toggle, html .show > .btn-primary-scale-2.dropdown-toggle { background-color: #006ea6 !important; background-image: none !important; - border-color: #006699 #006699 #004466 !important; + border-color: #AE2025 #AE2025 #004466 !important; } html .btn-secondary { @@ -1335,17 +1335,17 @@ html .show > .btn-light-scale-2.dropdown-toggle { } html .btn-outline.btn-primary { - color: #0088CC; + color: #AE2025; background-color: transparent; background-image: none; - border-color: #0088CC; + border-color: #AE2025; } html .btn-outline.btn-primary:hover, html .btn-outline.btn-primary.hover { color: #FFF; - background-color: #0088CC; - border-color: #0088CC; + background-color: #AE2025; + border-color: #AE2025; } html .btn-outline.btn-primary:focus, @@ -1355,21 +1355,21 @@ html .btn-outline.btn-primary.focus { html .btn-outline.btn-primary.disabled, html .btn-outline.btn-primary:disabled { - color: #0088CC; + color: #AE2025; background-color: transparent; } html .btn-outline.btn-primary:active, html .btn-outline.btn-primary.active { color: #FFF !important; - background-color: #0088CC !important; - border-color: #0088CC !important; + background-color: #AE2025 !important; + border-color: #AE2025 !important; } html .show > .btn-outline.btn-primary.dropdown-toggle { color: #FFF !important; - background-color: #0088CC !important; - border-color: #0088CC !important; + background-color: #AE2025 !important; + border-color: #AE2025 !important; } html .btn-outline.btn-secondary { @@ -1565,26 +1565,26 @@ html .show > .btn-outline.btn-light.dropdown-toggle { html .btn-with-arrow.btn-primary { background-color: transparent; border-color: transparent; - color: #0088CC; + color: #AE2025; } html .btn-with-arrow.btn-primary:active { background-color: transparent !important; border-color: transparent !important; - color: #0088CC !important; + color: #AE2025 !important; } html .btn-with-arrow.btn-primary span { - background-color: #0088CC; - box-shadow: 2px 3px 18px -3px #0088CC; + background-color: #AE2025; + box-shadow: 2px 3px 18px -3px #AE2025; } html .btn-with-arrow.btn-primary.btn-outline { - border-color: #0088CC !important; + border-color: #AE2025 !important; } html .btn-with-arrow.btn-primary.btn-outline:hover span { - background-color: #0099e6 !important; + background-color: #EE2D2B !important; box-shadow: none; } @@ -1719,7 +1719,7 @@ html .btn-with-arrow.btn-light.btn-outline:hover span { } .btn-gradient:not(.btn-outline) { - background: linear-gradient(135deg, #0088CC 0%, #e36159 80%); + background: linear-gradient(135deg, #AE2025 0%, #e36159 80%); color: #FFF; } @@ -1736,7 +1736,7 @@ html .btn-with-arrow.btn-light.btn-outline:hover span { .btn-gradient:not(.btn-outline).disabled, .btn-gradient:not(.btn-outline):disabled { - background: linear-gradient(135deg, #0088CC 0%, #e36159 80%); + background: linear-gradient(135deg, #AE2025 0%, #e36159 80%); } .btn-gradient:not(.btn-outline):active, @@ -1746,9 +1746,9 @@ html .btn-with-arrow.btn-light.btn-outline:hover span { } .btn-gradient.btn-outline { - -o-border-image: linear-gradient(135deg, #0088CC 0%, #e36159 80%); - border-image: linear-gradient(135deg, #0088CC 0%, #e36159 80%); - color: #0088CC; + -o-border-image: linear-gradient(135deg, #AE2025 0%, #e36159 80%); + border-image: linear-gradient(135deg, #AE2025 0%, #e36159 80%); + color: #AE2025; } .btn-gradient.btn-outline:hover, @@ -1765,8 +1765,8 @@ html .btn-with-arrow.btn-light.btn-outline:hover span { .btn-gradient.btn-outline.disabled, .btn-gradient.btn-outline:disabled { - -o-border-image: linear-gradient(135deg, #0088CC 0%, #e36159 80%); - border-image: linear-gradient(135deg, #0088CC 0%, #e36159 80%); + -o-border-image: linear-gradient(135deg, #AE2025 0%, #e36159 80%); + border-image: linear-gradient(135deg, #AE2025 0%, #e36159 80%); } .btn-gradient.btn-outline:active, @@ -1804,9 +1804,9 @@ html .btn-with-arrow.btn-light.btn-outline:hover span { } .btn-gradient-primary.btn-outline { - -o-border-image: linear-gradient(135deg, #0088CC 0%, #00a3f5 80%); - border-image: linear-gradient(135deg, #0088CC 0%, #00a3f5 80%); - color: #0088CC; + -o-border-image: linear-gradient(135deg, #AE2025 0%, #00a3f5 80%); + border-image: linear-gradient(135deg, #AE2025 0%, #00a3f5 80%); + color: #AE2025; } .btn-gradient-primary.btn-outline:hover, @@ -1823,8 +1823,8 @@ html .btn-with-arrow.btn-light.btn-outline:hover span { .btn-gradient-primary.btn-outline.disabled, .btn-gradient-primary.btn-outline:disabled { - -o-border-image: linear-gradient(135deg, #0088CC 0%, #00a3f5 80%); - border-image: linear-gradient(135deg, #0088CC 0%, #00a3f5 80%); + -o-border-image: linear-gradient(135deg, #AE2025 0%, #00a3f5 80%); + border-image: linear-gradient(135deg, #AE2025 0%, #00a3f5 80%); } .btn-gradient-primary.btn-outline:active, @@ -1843,7 +1843,7 @@ html .btn-with-arrow.btn-light.btn-outline:hover span { .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { - color: #0088CC; + color: #AE2025; } .pagination > .active > a, @@ -1853,8 +1853,8 @@ html .btn-with-arrow.btn-light.btn-outline:hover span { .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link { - background-color: #0088CC !important; - border-color: #0088CC; + background-color: #AE2025 !important; + border-color: #AE2025; } body.dark .pagination > li > a, @@ -1863,7 +1863,7 @@ body.dark .pagination > li > a:hover, body.dark .pagination > li > span:hover, body.dark .pagination > li > a:focus, body.dark .pagination > li > span:focus { - color: #0088CC; + color: #AE2025; } body.dark .pagination > .active > a, @@ -1872,14 +1872,14 @@ body.dark .pagination > .active > a:hover, body.dark .pagination > .active > span:hover, body.dark .pagination > .active > a:focus, body.dark .pagination > .active > span:focus { - background-color: #0088CC; - border-color: #0088CC; + background-color: #AE2025; + border-color: #AE2025; } .pagination > .active > a, body.dark .pagination > .active > a { - background-color: #0088CC; - border-color: #0088CC #0088CC #006699; + background-color: #AE2025; + border-color: #AE2025 #AE2025 #AE2025; color: #fff; } @@ -1888,7 +1888,7 @@ body.dark .pagination > .active > a:hover, .pagination > .active > a.hover, body.dark .pagination > .active > a.hover { background-color: #00a1f2; - border-color: #00aaff #00aaff #0088CC; + border-color: #00aaff #00aaff #AE2025; color: #fff; } @@ -1897,7 +1897,7 @@ body.dark .pagination > .active > a:focus, .pagination > .active > a.focus, body.dark .pagination > .active > a.focus { background-color: #006ea6; - border-color: #006699 #006699 #004466; + border-color: #AE2025 #AE2025 #004466; color: #fff; box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5); } @@ -1906,8 +1906,8 @@ body.dark .pagination > .active > a.focus { body.dark .pagination > .active > a.disabled, .pagination > .active > a:disabled, body.dark .pagination > .active > a:disabled { - background-color: #0088CC; - border-color: #0088CC #0088CC #006699; + background-color: #AE2025; + border-color: #AE2025 #AE2025 #AE2025; } .pagination > .active > a:active, @@ -1916,21 +1916,21 @@ body.dark .pagination > .active > a:active, body.dark .pagination > .active > a.active { background-color: #006ea6 !important; background-image: none !important; - border-color: #006699 #006699 #004466 !important; + border-color: #AE2025 #AE2025 #004466 !important; } .custom-control-input:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { - background-color: #0088CC; + background-color: #AE2025; } .custom-checkbox-switch:checked { - background-color: #0088CC; - border-color: #0088CC; + background-color: #AE2025; + border-color: #AE2025; } html .alert-primary { - background-color: #0088CC; + background-color: #AE2025; border-color: #007ebd; color: #FFF; } @@ -1990,7 +1990,7 @@ html .alert-light .alert-link { } html .progress-bar-primary { - background-color: #0088CC; + background-color: #AE2025; } html .progress-bar-secondary { @@ -2014,7 +2014,7 @@ html .progress-bar-light { } html .word-rotator.loading-bar-primary .word-rotator-words::after { - background-color: #0088CC; + background-color: #AE2025; } html .word-rotator.loading-bar-secondary .word-rotator-words::after { @@ -2038,11 +2038,11 @@ html .word-rotator.loading-bar-light .word-rotator-words::after { } .process .process-step-circle { - border-color: #0088CC; + border-color: #AE2025; } .process .process-step:hover .process-step-circle { - background-color: #0088CC; + background-color: #AE2025; } .process .process-step:hover .process-step-circle .process-step-circle-content { @@ -2052,15 +2052,15 @@ html .word-rotator.loading-bar-light .word-rotator-words::after { .process.process-shapes .process-step-circle .process-step-circle-content, .process.process-shapes .process-step-circle:before, .process.process-shapes .process-step-circle:after { - background-color: #0088CC; + background-color: #AE2025; } .process-connecting-line .connecting-line { - background: #0088CC; + background: #AE2025; } html .rating-primary .filled-stars { - color: #0088CC; + color: #AE2025; } html .rating-secondary .filled-stars { @@ -2084,8 +2084,8 @@ html .rating-light .filled-stars { } html section.section-primary { - background-color: #0088CC !important; - border-color: #0077b3 !important; + background-color: #AE2025 !important; + border-color: #ad1f25 !important; } html section.section-primary h1, @@ -2102,12 +2102,12 @@ html section.section-primary p { } html section.section-primary-scale-2 { - background-color: #006699 !important; - border-color: #005580 !important; + background-color: #AE2025 !important; + border-color: #821A1F !important; } html section.section-primary-scale-2 .sort-source.sort-source-style-2 > li.active > a:after { - border-top-color: #006699; + border-top-color: #AE2025; } html section.section-secondary { @@ -2246,11 +2246,11 @@ html section.section-light-scale-2 .sort-source.sort-source-style-2 > li.active } section.section.section-background-half-primary-half-secondary { - background: linear-gradient(to right, #0088CC 50%, #e36159 50%); + background: linear-gradient(to right, #AE2025 50%, #e36159 50%); } section.section.section-overlay-opacity-gradient:before { - background: linear-gradient(135deg, #0088CC 0%, #e36159 80%); + background: linear-gradient(135deg, #AE2025 0%, #e36159 80%); } html .bg-color-light-scale-1 { @@ -2416,17 +2416,17 @@ html .bg-color-dark-scale-border-top-9 { } section.page-header .page-header-title-border { - background-color: #0088CC !important; + background-color: #AE2025 !important; } section.page-header.custom-product { - background-color: #0077b3; + background-color: #ad1f25; border-top-color: #0081c2; } html .page-header-color.page-header-primary { - background-color: #0088CC; - border-bottom-color: #0088CC; + background-color: #AE2025; + border-bottom-color: #AE2025; color: #FFF; } @@ -2558,26 +2558,26 @@ html .page-header-color.page-header-light .breadcrumb > .active { html .toggle-primary .toggle label, html .toggle-primary .toggle .toggle-title { - color: #0088CC; - border-left-color: #0088CC; - border-right-color: #0088CC; + color: #AE2025; + border-left-color: #AE2025; + border-right-color: #AE2025; } html .toggle-primary .toggle.active > label, html .toggle-primary .toggle.active > .toggle-title { - background-color: #0088CC; - border-color: #0088CC; + background-color: #AE2025; + border-color: #AE2025; color: #FFF; } html .toggle-primary.toggle-simple .toggle > label:after, html .toggle-primary.toggle-simple .toggle > .toggle-title:after { - background-color: #0088CC; + background-color: #AE2025; } html .toggle-primary.toggle-minimal .toggle.active > label, html .toggle-primary.toggle-minimal .toggle.active > .toggle-title { - color: #0088CC; + color: #AE2025; } html .toggle-secondary .toggle label, @@ -2706,11 +2706,11 @@ html .toggle-light.toggle-minimal .toggle.active > .toggle-title { .thumbnail .zoom, .img-thumbnail .zoom, .thumb-info-ribbon { - background-color: #0088CC; + background-color: #AE2025; } html .thumb-info .thumb-info-action-icon-primary { - background-color: #0088CC; + background-color: #AE2025; } html .thumb-info .thumb-info-action-icon-primary i { @@ -2758,8 +2758,8 @@ html .thumb-info .thumb-info-action-icon-light i { } .thumb-info-ribbon:before { - border-right-color: #005580; - border-left-color: #005580; + border-right-color: #821A1F; + border-left-color: #821A1F; } .thumb-info.thumb-info-block-primary .thumb-info-wrapper:before { @@ -2767,15 +2767,15 @@ html .thumb-info .thumb-info-action-icon-light i { } .thumb-info-floating-caption-title .thumb-info-floating-caption-type { - background-color: #0088CC; + background-color: #AE2025; } .inverted { - background-color: #0088CC; + background-color: #AE2025; } html .inverted-primary { - background-color: #0088CC; + background-color: #AE2025; } html .inverted-secondary { @@ -2806,26 +2806,26 @@ html .inverted-light { .owl-carousel.show-nav-title .owl-nav button[class*="owl-"], .owl-carousel.show-nav-title .owl-nav button[class*="owl-"]:hover, .owl-carousel.show-nav-title .owl-nav button[class*="owl-"].hover { - color: #0088CC; + color: #AE2025; } .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] { - background-color: #0088CC; - border-color: #0088CC #0088CC #006699; + background-color: #AE2025; + border-color: #AE2025 #AE2025 #AE2025; color: #FFF; } .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover { background-color: #00a1f2; - border-color: #00aaff #00aaff #0088CC; + border-color: #00aaff #00aaff #AE2025; } .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:active, .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].active { background-color: #006ea6; background-image: none; - border-color: #006699 #006699 #004466; + border-color: #AE2025 #AE2025 #004466; } .owl-carousel.nav-with-transparency:not(.nav-style-1):not(.show-nav-title):not(.nav-arrows-1) .owl-nav button[class*="owl-"] { @@ -2834,29 +2834,29 @@ html .inverted-light { .owl-carousel.nav-style-1 .owl-nav .owl-next, .owl-carousel.nav-style-1 .owl-nav .owl-prev { - color: #0088CC !important; + color: #AE2025 !important; } .owl-carousel.nav-style-2 .owl-nav .owl-next:before, .owl-carousel.nav-style-2 .owl-nav .owl-prev:before, .owl-carousel.nav-style-2 .owl-nav .owl-next:after, .owl-carousel.nav-style-2 .owl-nav .owl-prev:after { - border-color: #0088CC; + border-color: #AE2025; } .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-prev svg polygon, .owl-carousel.nav-svg-arrows-1 .owl-nav .owl-next svg polygon { - fill: #0088CC; - stroke: #0088CC; + fill: #AE2025; + stroke: #AE2025; } .owl-carousel.nav-arrows-1 .owl-nav .owl-prev, .owl-carousel.nav-arrows-1 .owl-nav .owl-next { - color: #0088CC; + color: #AE2025; } .owl-carousel.carousel-center-active-item-2 .owl-item.active > div { - background: #0088CC; + background: #AE2025; } html body .tabs .nav-tabs .nav-link, @@ -2865,7 +2865,7 @@ html body .tabs .nav-tabs .nav-link:hover, html.dark body .tabs .nav-tabs .nav-link:hover, html body .tabs .nav-tabs li.active .nav-link, html.dark body .tabs .nav-tabs li.active .nav-link { - color: #0088CC; + color: #AE2025; } html body .tabs .nav-tabs .nav-link:hover, @@ -2878,7 +2878,7 @@ html body .tabs .nav-tabs.nav-justified .nav-link:hover, html.dark body .tabs .nav-tabs.nav-justified .nav-link:hover, html body .tabs .nav-tabs.nav-justified .nav-link:focus, html.dark body .tabs .nav-tabs.nav-justified .nav-link:focus { - border-top-color: #0088CC; + border-top-color: #AE2025; } html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover, @@ -2889,7 +2889,7 @@ html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover, html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus, html.dark body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus { - border-bottom-color: #0088CC; + border-bottom-color: #AE2025; } html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, @@ -2900,7 +2900,7 @@ html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover, html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus, html.dark body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus { - border-left-color: #0088CC; + border-left-color: #AE2025; } html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover, @@ -2911,7 +2911,7 @@ html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover, html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus, html.dark body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus { - border-right-color: #0088CC; + border-right-color: #AE2025; } html body .tabs.tabs-simple .nav-tabs > li.active .nav-link, @@ -2922,8 +2922,8 @@ html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html.dark body .tabs.tabs-simple .nav-tabs > li .nav-link:hover, html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover, html.dark body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover { - border-top-color: #0088CC; - color: #0088CC; + border-top-color: #AE2025; + color: #AE2025; } html body .tabs-primary .nav-tabs li .nav-link, @@ -2934,14 +2934,14 @@ html body .tabs-primary .nav-tabs li .nav-link:hover, html.dark body .tabs-primary .nav-tabs li .nav-link:hover, html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover { - color: #0088CC; + color: #AE2025; } html body .tabs-primary .nav-tabs li .nav-link:hover, html.dark body .tabs-primary .nav-tabs li .nav-link:hover, html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover, html.dark body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover { - border-top-color: #0088CC; + border-top-color: #AE2025; } html body .tabs-primary .nav-tabs li.active .nav-link, @@ -2956,8 +2956,8 @@ html body .tabs-primary .nav-tabs li.active .nav-link:focus, html.dark body .tabs-primary .nav-tabs li.active .nav-link:focus, html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus, html.dark body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus { - border-top-color: #0088CC; - color: #0088CC; + border-top-color: #AE2025; + color: #AE2025; } html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover, @@ -2976,7 +2976,7 @@ html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus, html.dark body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus, html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus, html.dark body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus { - border-bottom-color: #0088CC; + border-bottom-color: #AE2025; } html body .tabs-primary.tabs-simple .nav-tabs li .nav-link:hover, @@ -2995,8 +2995,8 @@ html body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:focus, html.dark body .tabs-primary.tabs-simple .nav-tabs li.active .nav-link:focus, html body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus, html.dark body .tabs-primary.tabs-simple .nav-tabs.nav-justified li.active .nav-link:focus { - color: #0088CC !important; - border-bottom-color: #0088CC; + color: #AE2025 !important; + border-bottom-color: #AE2025; } html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover, @@ -3007,7 +3007,7 @@ html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover, html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover, html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus, html.dark body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus { - border-left-color: #0088CC; + border-left-color: #AE2025; } html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover, @@ -3018,7 +3018,7 @@ html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover, html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover, html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus, html.dark body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus { - border-right-color: #0088CC; + border-right-color: #AE2025; } html body .tabs-secondary .nav-tabs li .nav-link, @@ -3500,7 +3500,7 @@ html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover, html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link, html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover, html[dir="rtl"] .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus { - border-right-color: #0088CC; + border-right-color: #AE2025; border-left-color: transparent; } @@ -3509,55 +3509,55 @@ html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link, html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover, html[dir="rtl"] .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus { border-right-color: transparent; - border-left-color: #0088CC; + border-left-color: #AE2025; } .list.list-icons li > [class*="fa-"]:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .icons:first-child { - color: #0088CC; - border-color: #0088CC; + color: #AE2025; + border-color: #AE2025; } .list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { - background-color: #0088CC; + background-color: #AE2025; } .list.list-ordened li:before { - color: #0088CC; - border-color: #0088CC; + color: #AE2025; + border-color: #AE2025; } .list.list-ordened.list-ordened-style-3 li:before { - background-color: #0088CC; + background-color: #AE2025; } html .list-primary.list-icons li > [class*="fa-"]:first-child, html .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child, html .list-primary.list-icons li > .icons:first-child, html .list-primary.list-icons li a:first-child > .icons:first-child { - color: #0088CC; - border-color: #0088CC; + color: #AE2025; + border-color: #AE2025; } html .list-primary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child, html .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child, html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child, html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child { - background-color: #0088CC; + background-color: #AE2025; color: #FFF; } html .list-primary.list-ordened li:before { - color: #0088CC; + color: #AE2025; } html .list-primary.list-ordened.list-ordened-style-3 li:before { - background-color: #0088CC; + background-color: #AE2025; color: #FFF; } @@ -3687,19 +3687,19 @@ html .list-light.list-ordened.list-ordened-style-3 li:before { } .parallax blockquote i.fa-quote-left { - color: #0088CC; + color: #AE2025; } section.video blockquote i.fa-quote-left { - color: #0088CC; + color: #AE2025; } .accordion .card-header a { - color: #0088CC; + color: #AE2025; } html .accordion.accordion-primary .card-header { - background-color: #0088CC !important; + background-color: #AE2025 !important; } html .accordion.accordion-primary .card-header a { @@ -3748,11 +3748,11 @@ html .accordion.accordion-light .card-header a { html .divider.divider-primary [class*="fa-"], html .divider.divider-primary .icons { - color: #0088CC; + color: #AE2025; } html .divider.divider-primary.divider-small hr { - background: #0088CC; + background: #AE2025; } html .divider.divider-secondary [class*="fa-"], @@ -3802,7 +3802,7 @@ html .divider.divider-light.divider-small hr { html .divider.divider-style-2.divider-primary [class*="fa-"], html .divider.divider-style-2.divider-primary .icons { - background: #0088CC; + background: #AE2025; color: #FFF; } @@ -3838,7 +3838,7 @@ html .divider.divider-style-2.divider-light .icons { html .divider.divider-style-3.divider-primary [class*="fa-"], html .divider.divider-style-3.divider-primary .icons { - border-color: #0088CC; + border-color: #AE2025; } html .divider.divider-style-3.divider-secondary [class*="fa-"], @@ -3867,22 +3867,22 @@ html .divider.divider-style-3.divider-light .icons { } #header .tip { - background: #0088CC; + background: #AE2025; color: #FFF; } #header .tip:before { - border-right-color: #0088CC; + border-right-color: #AE2025; border-left-color: transparent; } html #header .tip-primary { - background: #0088CC !important; + background: #AE2025 !important; color: #FFF !important; } html #header .tip-primary:before { - border-right-color: #0088CC !important; + border-right-color: #AE2025 !important; } html #header .tip-secondary { @@ -3931,15 +3931,15 @@ html #header .tip-light:before { } html[dir="rtl"] #header .tip:before { - border-left-color: #0088CC; + border-left-color: #AE2025; } html[dir="rtl"] #header .tip.skin:before { - border-left-color: #0088CC; + border-left-color: #AE2025; } html[dir="rtl"] #header .tip-primary:before { - border-left-color: #0088CC !important; + border-left-color: #AE2025 !important; border-right-color: transparent !important; } @@ -3969,105 +3969,105 @@ html[dir="rtl"] #header .tip-light:before { } #header .header-btn-collapse-nav { - background: #0088CC; + background: #AE2025; } @media (min-width: 992px) { #header .header-nav-main nav > ul > li > a { - color: #0088CC; + color: #AE2025; } #header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a { - background: #0088CC; + background: #AE2025; } #header .header-nav-main nav > ul > li.dropdown .dropdown-menu { - border-top-color: #0088CC; + border-top-color: #AE2025; } #header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before { - border-bottom-color: #0088CC; + border-bottom-color: #AE2025; } #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu { - border-top-color: #0088CC; + border-top-color: #AE2025; } #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a { - color: #0088CC; + color: #AE2025; } #header .header-nav-main nav > ul:not(:hover) > li > a.active { - background-color: #0088CC; + background-color: #AE2025; color: #FFF; } #header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a { - background-color: #0088CC; + background-color: #AE2025; } #header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active { - background-color: #0088CC; + background-color: #AE2025; } #header .header-nav.header-nav-stripe nav > ul:hover > li > a.active { - color: #0088CC; + color: #AE2025; } #header .header-nav.header-nav-links nav > ul li:hover > a { - color: #0088CC; + color: #AE2025; } #header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active { - color: #0088CC; + color: #AE2025; } #header .header-nav.header-nav-links.header-nav-links-vertical-slide nav ul li.dropdown .dropdown-menu::-webkit-scrollbar-thumb { - background: #0088CC !important; + background: #AE2025 !important; } #header .header-nav.header-nav-line nav > ul li:hover > a { - color: #0088CC; + color: #AE2025; } #header .header-nav.header-nav-line nav > ul li:hover > a:before { - background: #0088CC; + background: #AE2025; } #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active { - color: #0088CC; + color: #AE2025; } #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before { - background: #0088CC; + background: #AE2025; } #header .header-nav-main.header-nav-main-slide nav > ul > li.open > span > a, #header .header-nav-main.header-nav-main-slide nav > ul > li:hover > span > a { - color: #0088CC; + color: #AE2025; } #header .header-nav-main.header-nav-main-slide nav > ul:not(:hover) > li > span > a.active { - color: #0088CC; + color: #AE2025; } html.side-header #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu, html.side-header #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu { - border-left-color: #0088CC; + border-left-color: #AE2025; } html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu, html.side-header-right #header.side-header .header-nav-main nav > ul li.dropdown:hover > .dropdown-menu { - border-right-color: #0088CC; + border-right-color: #AE2025; } } @media (min-width: 992px) { html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu { - background-color: #0088CC; + background-color: #AE2025; } html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary .dropdown-menu li a { @@ -4081,8 +4081,8 @@ html[dir="rtl"] #header .tip-light:before { html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before, html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before { - border-bottom-color: #0088CC; - background: #0088CC; + border-bottom-color: #AE2025; + background: #AE2025; } html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-mega.dropdown-primary .dropdown-mega-sub-title { @@ -4091,7 +4091,7 @@ html[dir="rtl"] #header .tip-light:before { } html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a { - background: #0088CC; + background: #AE2025; color: #FFF; } @@ -4100,52 +4100,52 @@ html[dir="rtl"] #header .tip-light:before { } html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active { - background: #0088CC; + background: #AE2025; color: #FFF; } html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover { - color: #0088CC; + color: #AE2025; } html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover:before { - background-color: #0088CC; + background-color: #AE2025; } html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a { - color: #0088CC; + color: #AE2025; } html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary.open > a:before, html #header .header-nav-line .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a:before { - background: #0088CC; + background: #AE2025; } html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active { - color: #0088CC; + color: #AE2025; } html #header .header-nav-line .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active:before { - background-color: #0088CC; + background-color: #AE2025; } html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a { - color: #0088CC; + color: #AE2025; } html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:focus, html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary a:hover { - color: #0088CC; + color: #AE2025; } html #header .header-nav-links .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary:hover > a { - color: #0088CC; + color: #AE2025; } html #header .header-nav-links .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-primary > a.active { - color: #0088CC; + color: #AE2025; } html #header .header-nav .header-nav-main nav > ul > li.dropdown-full-color.dropdown-secondary .dropdown-menu { @@ -4562,66 +4562,66 @@ html[dir="rtl"] #header .tip-light:before { @media (min-width: 992px) { html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li:hover > a, html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a { - color: #0088CC !important; + color: #AE2025 !important; } html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li > a.active, html #header .header-nav-force-light-text-active-skin-color .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active { - color: #0088CC !important; + color: #AE2025 !important; } } @media (max-width: 991px) { #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a { - color: #0088CC; + color: #AE2025; } #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active { - color: #0088CC; + color: #AE2025; } #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active { - background: #0088CC; + background: #AE2025; } #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus, #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover { - background: #0088CC; + background: #AE2025; } #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active { - background: #0088CC; + background: #AE2025; } #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:focus, #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active:hover { - background: #0088CC; + background: #AE2025; } html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active { - color: #0088CC !important; + color: #AE2025 !important; } html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav::-webkit-scrollbar-thumb { - background-color: #0088CC; + background-color: #AE2025; } html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li > a.active { - color: #0088CC !important; + color: #AE2025 !important; } html.side-header-hamburguer-sidebar #header.side-header .header-nav.header-nav-links nav > ul > li:hover > a { - color: #0088CC !important; + color: #AE2025 !important; } } @media (max-width: 991px) { html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a { - color: #0088CC; + color: #AE2025; } html #header .header-nav-main nav > ul > li.dropdown-full-color.dropdown-primary > a.active { - background: #0088CC !important; + background: #AE2025 !important; color: #FFF !important; } @@ -4654,24 +4654,24 @@ html[dir="rtl"] #header .tip-light:before { } html #header .header-top.header-top-primary { - background: #0088CC; - border-top-color: #0077b3; + background: #AE2025; + border-top-color: #ad1f25; } html #header .header-top.header-top-primary .header-nav-top ul > li.open > a { - background: #0099e6; + background: #EE2D2B; } html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover, html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover, html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus, html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus { - background: #0099e6; + background: #EE2D2B; } html #header .header-top.header-top-primary .dropdown-menu { - background: #0099e6; - border-color: #0099e6; + background: #EE2D2B; + border-color: #EE2D2B; } html #header .header-top.header-top-primary .dropdown-menu a:hover, @@ -4811,7 +4811,7 @@ html #header .header-top.header-top-light .dropdown-menu a:focus { @media (min-width: 992px) { html #header .header-nav-bar-primary { - background: #0088CC !important; + background: #AE2025 !important; color: #FFF !important; } @@ -4844,41 +4844,41 @@ html #header .header-top.header-top-light .dropdown-menu a:focus { @media (min-width: 992px) { #header .header-nav-main.header-nav-main-light nav > ul > li.open > a, #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a { - color: #0088CC; + color: #AE2025; } #header .header-nav-main.header-nav-main-light nav > ul > li > a.active { - color: #0088CC; + color: #AE2025; } } #header .header-nav-features .header-nav-features-search-reveal-big-search .form-control { - border-bottom-color: #0088cc; + border-bottom-color: #AE2025; } .testimonial blockquote { - background: #0099e6; + background: #EE2D2B; } .testimonial .testimonial-arrow-down { - border-top-color: #0099e6; + border-top-color: #EE2D2B; } html .testimonial-primary blockquote { - background: #0099e6; + background: #EE2D2B; } html .testimonial-primary .testimonial-arrow-down { - border-top-color: #0099e6; + border-top-color: #EE2D2B; } html .testimonial-primary.testimonial-style-7 { - background: #0099e6; + background: #EE2D2B; } html .testimonial-quotes-primary blockquote:before, html .testimonial-quotes-primary blockquote:after { - color: #0088CC !important; + color: #AE2025 !important; } html .testimonial-secondary blockquote { @@ -4895,7 +4895,7 @@ html .testimonial-secondary.testimonial-style-7 { html .testimonial-quotes-secondary blockquote:before, html .testimonial-quotes-secondary blockquote:after { - color: #0088CC !important; + color: #AE2025 !important; } html .testimonial-tertiary blockquote { @@ -4912,7 +4912,7 @@ html .testimonial-tertiary.testimonial-style-7 { html .testimonial-quotes-tertiary blockquote:before, html .testimonial-quotes-tertiary blockquote:after { - color: #0088CC !important; + color: #AE2025 !important; } html .testimonial-quaternary blockquote { @@ -4929,7 +4929,7 @@ html .testimonial-quaternary.testimonial-style-7 { html .testimonial-quotes-quaternary blockquote:before, html .testimonial-quotes-quaternary blockquote:after { - color: #0088CC !important; + color: #AE2025 !important; } html .testimonial-dark blockquote { @@ -4946,7 +4946,7 @@ html .testimonial-dark.testimonial-style-7 { html .testimonial-quotes-dark blockquote:before, html .testimonial-quotes-dark blockquote:after { - color: #0088CC !important; + color: #AE2025 !important; } html .testimonial-light blockquote { @@ -4963,18 +4963,18 @@ html .testimonial-light.testimonial-style-7 { html .testimonial-quotes-light blockquote:before, html .testimonial-quotes-light blockquote:after { - color: #0088CC !important; + color: #AE2025 !important; } .circular-bar.only-icon [class*="fa-"], .circular-bar.only-icon .icons { - color: #0088CC; + color: #AE2025; } .form-control.bg-primary, .form-control.bg-color-primary { color: #FFF; - border-color: #0088CC; + border-color: #AE2025; } .form-control.bg-primary::-webkit-input-placeholder, @@ -4998,20 +4998,20 @@ html .testimonial-quotes-light blockquote:after { } .form-control .testimonial-primary blockquote { - background: #0099e6; + background: #EE2D2B; } .form-control .testimonial-primary .testimonial-arrow-down { - border-top-color: #0099e6; + border-top-color: #EE2D2B; } .form-control .testimonial-primary.testimonial-style-7 { - background: #0099e6; + background: #EE2D2B; } .form-control .testimonial-quotes-primary blockquote:before, .form-control .testimonial-quotes-primary blockquote:after { - color: #0088CC !important; + color: #AE2025 !important; } .form-control.bg-secondary, @@ -5054,7 +5054,7 @@ html .testimonial-quotes-light blockquote:after { .form-control .testimonial-quotes-secondary blockquote:before, .form-control .testimonial-quotes-secondary blockquote:after { - color: #0088CC !important; + color: #AE2025 !important; } .form-control.bg-tertiary, @@ -5097,7 +5097,7 @@ html .testimonial-quotes-light blockquote:after { .form-control .testimonial-quotes-tertiary blockquote:before, .form-control .testimonial-quotes-tertiary blockquote:after { - color: #0088CC !important; + color: #AE2025 !important; } .form-control.bg-quaternary, @@ -5140,7 +5140,7 @@ html .testimonial-quotes-light blockquote:after { .form-control .testimonial-quotes-quaternary blockquote:before, .form-control .testimonial-quotes-quaternary blockquote:after { - color: #0088CC !important; + color: #AE2025 !important; } .form-control.bg-dark, @@ -5183,7 +5183,7 @@ html .testimonial-quotes-light blockquote:after { .form-control .testimonial-quotes-dark blockquote:before, .form-control .testimonial-quotes-dark blockquote:after { - color: #0088CC !important; + color: #AE2025 !important; } .form-control.bg-light, @@ -5226,13 +5226,13 @@ html .testimonial-quotes-light blockquote:after { .form-control .testimonial-quotes-light blockquote:before, .form-control .testimonial-quotes-light blockquote:after { - color: #0088CC !important; + color: #AE2025 !important; } html .counters .counter-primary [class*="fa-"], html .counters .counter-primary .icons, html .counters .counter-primary strong { - color: #0088CC; + color: #AE2025; } html .counters .counter-secondary [class*="fa-"], @@ -5266,7 +5266,7 @@ html .counters .counter-light strong { } html .countdown.countdown-primary > span > span { - color: #0088CC; + color: #AE2025; } html .countdown.countdown-secondary > span > span { @@ -5294,7 +5294,7 @@ html .image-hotspot-primary strong { } html .image-hotspot-primary .circle { - background: #0088CC !important; + background: #AE2025 !important; } html .image-hotspot-primary .ring { @@ -5362,23 +5362,23 @@ html .image-hotspot-light .ring { } .icon-featured { - background-color: #0088CC; + background-color: #AE2025; } html .featured-box-primary .icon-featured { - background-color: #0088CC; + background-color: #AE2025; } html .featured-box-primary h4 { - color: #0088CC; + color: #AE2025; } html .featured-box-primary .box-content { - border-top-color: #0088CC; + border-top-color: #AE2025; } html .featured-box-primary .box-content-border-bottom { - border-bottom-color: #0088CC; + border-bottom-color: #AE2025; } html .featured-box-secondary .icon-featured { @@ -5462,8 +5462,8 @@ html .featured-box-light .box-content-border-bottom { } html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured { - border-color: #0088CC; - color: #0088CC; + border-color: #AE2025; + color: #AE2025; } html .featured-boxes-style-3 .featured-box.featured-box-secondary .icon-featured { @@ -5492,8 +5492,8 @@ html .featured-boxes-style-3 .featured-box.featured-box-light .icon-featured { } html .featured-boxes-style-4 .featured-box.featured-box-primary .icon-featured { - border-color: #0088CC; - color: #0088CC; + border-color: #AE2025; + color: #AE2025; } html .featured-boxes-style-4 .featured-box.featured-box-secondary .icon-featured { @@ -5522,7 +5522,7 @@ html .featured-boxes-style-4 .featured-box.featured-box-light .icon-featured { } html .featured-boxes-style-5 .featured-box.featured-box-primary .icon-featured { - color: #0088CC; + color: #AE2025; } html .featured-boxes-style-5 .featured-box.featured-box-secondary .icon-featured { @@ -5546,7 +5546,7 @@ html .featured-boxes-style-5 .featured-box.featured-box-light .icon-featured { } html .featured-boxes-style-6 .featured-box.featured-box-primary .icon-featured { - color: #0088CC; + color: #AE2025; } html .featured-boxes-style-6 .featured-box.featured-box-secondary .icon-featured { @@ -5570,7 +5570,7 @@ html .featured-boxes-style-6 .featured-box.featured-box-light .icon-featured { } html .featured-boxes-style-8 .featured-box.featured-box-primary .icon-featured { - color: #0088CC; + color: #AE2025; } html .featured-boxes-style-8 .featured-box.featured-box-secondary .icon-featured { @@ -5594,9 +5594,9 @@ html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured { } .featured-boxes-modern-style-primary .featured-box { - background: #0088CC; - background: linear-gradient(135deg, #0088CC 0%, #383f48 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088CC', endColorstr='#383f48', GradientType=1); + background: #AE2025; + background: linear-gradient(135deg, #AE2025 0%, #383f48 100%); + filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AE2025', endColorstr='#383f48', GradientType=1); } .featured-boxes-modern-style-secondary .featured-box { @@ -5612,7 +5612,7 @@ html .featured-boxes-style-8 .featured-box.featured-box-light .icon-featured { } html .featured-box-effect-2.featured-box-primary .icon-featured:after { - box-shadow: 0 0 0 3px #0088CC; + box-shadow: 0 0 0 3px #AE2025; } html .featured-box-effect-2.featured-box-secondary .icon-featured:after { @@ -5636,11 +5636,11 @@ html .featured-box-effect-2.featured-box-light .icon-featured:after { } html .featured-box-effect-3.featured-box-primary .icon-featured:after { - box-shadow: 0 0 0 10px #0088CC; + box-shadow: 0 0 0 10px #AE2025; } html .featured-box-effect-3.featured-box-primary:hover .icon-featured { - background: #0088CC !important; + background: #AE2025 !important; } html .featured-box-effect-3.featured-box-secondary .icon-featured:after { @@ -5684,11 +5684,11 @@ html .featured-box-effect-3.featured-box-light:hover .icon-featured { } .feature-box .feature-box-icon { - background-color: #0088CC; + background-color: #AE2025; } html .feature-box-primary .feature-box-icon { - background-color: #0088CC; + background-color: #AE2025; } html .feature-box-secondary .feature-box-icon { @@ -5713,12 +5713,12 @@ html .feature-box-light .feature-box-icon { .feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons { - color: #0088CC; + color: #AE2025; } html .feature-box-primary.feature-box-style-2 .feature-box-icon [class*="fa-"], html .feature-box-primary.feature-box-style-2 .feature-box-icon .icons { - color: #0088CC; + color: #AE2025; } html .feature-box-secondary.feature-box-style-2 .feature-box-icon [class*="fa-"], @@ -5747,21 +5747,21 @@ html .feature-box-light.feature-box-style-2 .feature-box-icon .icons { } .feature-box.feature-box-style-3 .feature-box-icon { - border-color: #0088CC; + border-color: #AE2025; } .feature-box.feature-box-style-3 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-3 .feature-box-icon .icons { - color: #0088CC; + color: #AE2025; } html .feature-box-primary.feature-box-style-3 .feature-box-icon { - border-color: #0088CC; + border-color: #AE2025; } html .feature-box-primary.feature-box-style-3 .feature-box-icon [class*="fa-"], html .feature-box-primary.feature-box-style-3 .feature-box-icon .icons { - color: #0088CC; + color: #AE2025; } html .feature-box-secondary.feature-box-style-3 .feature-box-icon { @@ -5811,12 +5811,12 @@ html .feature-box-light.feature-box-style-3 .feature-box-icon .icons { .feature-box.feature-box-style-4 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-4 .feature-box-icon .icons { - color: #0088CC; + color: #AE2025; } html .feature-box-primary.feature-box-style-4 .feature-box-icon [class*="fa-"], html .feature-box-primary.feature-box-style-4 .feature-box-icon .icons { - color: #0088CC; + color: #AE2025; } html .feature-box-secondary.feature-box-style-4 .feature-box-icon [class*="fa-"], @@ -5846,12 +5846,12 @@ html .feature-box-light.feature-box-style-4 .feature-box-icon .icons { .feature-box.feature-box-style-5 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-5 .feature-box-icon .icons { - color: #0088CC; + color: #AE2025; } html .feature-box-primary.feature-box-style-5 .feature-box-icon [class*="fa-"], html .feature-box-primary.feature-box-style-5 .feature-box-icon .icons { - color: #0088CC; + color: #AE2025; } html .feature-box-secondary.feature-box-style-5 .feature-box-icon [class*="fa-"], @@ -5881,7 +5881,7 @@ html .feature-box-light.feature-box-style-5 .feature-box-icon .icons { html .feature-box-primary.feature-box-style-6 .feature-box-icon [class*="fa-"], html .feature-box-primary.feature-box-style-6 .feature-box-icon .icons { - color: #0088CC; + color: #AE2025; } html .feature-box-secondary.feature-box-style-6 .feature-box-icon [class*="fa-"], @@ -5910,19 +5910,19 @@ html .feature-box-light.feature-box-style-6 .feature-box-icon .icons { } html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(1) { - background-color: #006699; + background-color: #AE2025; } html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(2) { - background-color: #0077b3; + background-color: #ad1f25; } html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(3) { - background-color: #0088CC; + background-color: #AE2025; } html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(4) { - background-color: #0099e6; + background-color: #EE2D2B; } html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(5) { @@ -5934,7 +5934,7 @@ html .featured-boxes-full-scale > .featured-box-full-primary:nth-child(6) { } html .featured-boxes-full .featured-box-full-primary { - background-color: #0088CC; + background-color: #AE2025; color: #FFF; } @@ -5964,35 +5964,35 @@ html .featured-boxes-full .featured-box-full-light { } .pricing-table .most-popular { - border-color: #0088CC; + border-color: #AE2025; } .pricing-table .most-popular h3 { - background-color: #0088CC; + background-color: #AE2025; } .pricing-table.princig-table-flat .plan h3 { - background-color: #0088CC; + background-color: #AE2025; } .pricing-table.princig-table-flat .plan h3 span { - background: #0088CC; + background: #AE2025; } html .call-to-action.featured.featured-primary { - border-top-color: #0088CC; + border-top-color: #AE2025; } html .call-to-action.call-to-action-primary { - background: #0088CC; + background: #AE2025; } html .call-to-action.with-full-borders-primary { - border-color: #0088CC; + border-color: #AE2025; } html .call-to-action.call-to-action-primary { - background: #0088CC; + background: #AE2025; } html .call-to-action.call-to-action-primary h3, @@ -6107,38 +6107,38 @@ html .call-to-action.call-to-action-light p { section.timeline .timeline-box.left:before, section.timeline .timeline-box.right:before { - background: #0088CC; - box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #0088CC; + background: #AE2025; + box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #AE2025; } ul.history li .featured-box .box-content { - border-top-color: #0088CC; + border-top-color: #AE2025; } .portfolio-list .portfolio-item.portfolio-item-new:after { - background: linear-gradient(135deg, #0088CC 0%, #e36159 80%); + background: linear-gradient(135deg, #AE2025 0%, #e36159 80%); } .recent-posts .date .month, article.post .post-date .month { - background-color: #0088CC; + background-color: #AE2025; } .recent-posts .date .day, article.post .post-date .day { - color: #0088CC; + color: #AE2025; } .slider .tp-bannertimer { - background-color: #0088CC; + background-color: #AE2025; } .home-concept strong { - color: #0088CC; + color: #AE2025; } html .home-intro-primary { - background: #0088CC; + background: #AE2025; } html .home-intro-secondary { @@ -6162,11 +6162,11 @@ html .home-intro-light { } html .slide-overlay-primary .slotholder:after { - background-color: #0088CC !important; + background-color: #AE2025 !important; } html .slider-container .tp-caption-overlay-primary { - background: #0088CC; + background: #AE2025; } html .slider-container .tp-caption-overlay-opacity-primary { @@ -6175,7 +6175,7 @@ html .slider-container .tp-caption-overlay-opacity-primary { html .tp-bullets.bullets-color-primary .tp-bullet:hover, html .tp-bullets.bullets-color-primary .tp-bullet.selected { - background: #0088CC; + background: #AE2025; } html .slide-overlay-secondary .slotholder:after { @@ -6270,13 +6270,13 @@ html .slide-overlay.slide-overlay-gradient .slotholder:after { } .cd-product-viewer-handle .handle { - background: #0088CC; + background: #AE2025; } .tparrows.tparrows-carousel.tp-leftarrow, .tparrows.tparrows-carousel.tp-rightarrow { - background-color: #0088CC; - border-color: #0088CC #0088CC #006699; + background-color: #AE2025; + border-color: #AE2025 #AE2025 #AE2025; color: #fff; } @@ -6285,7 +6285,7 @@ html .slide-overlay.slide-overlay-gradient .slotholder:after { .tparrows.tparrows-carousel.tp-leftarrow.hover, .tparrows.tparrows-carousel.tp-rightarrow.hover { background-color: #00a1f2; - border-color: #00aaff #00aaff #0088CC; + border-color: #00aaff #00aaff #AE2025; color: #fff; } @@ -6294,7 +6294,7 @@ html .slide-overlay.slide-overlay-gradient .slotholder:after { .tparrows.tparrows-carousel.tp-leftarrow.focus, .tparrows.tparrows-carousel.tp-rightarrow.focus { background-color: #006ea6; - border-color: #006699 #006699 #004466; + border-color: #AE2025 #AE2025 #004466; color: #fff; box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.5); } @@ -6303,8 +6303,8 @@ html .slide-overlay.slide-overlay-gradient .slotholder:after { .tparrows.tparrows-carousel.tp-rightarrow.disabled, .tparrows.tparrows-carousel.tp-leftarrow:disabled, .tparrows.tparrows-carousel.tp-rightarrow:disabled { - background-color: #0088CC; - border-color: #0088CC #0088CC #006699; + background-color: #AE2025; + border-color: #AE2025 #AE2025 #AE2025; } .tparrows.tparrows-carousel.tp-leftarrow:active, @@ -6313,20 +6313,20 @@ html .slide-overlay.slide-overlay-gradient .slotholder:after { .tparrows.tparrows-carousel.tp-rightarrow.active { background-color: #006ea6 !important; background-image: none !important; - border-color: #006699 #006699 #004466 !important; + border-color: #AE2025 #AE2025 #004466 !important; } .tparrows.arrows-primary:before { - color: #0088CC; + color: #AE2025; } .shop .products .product .onsale { - background-color: #0088CC; + background-color: #AE2025; border-bottom-color: #006da3; } .shop .cart-totals tr.total .amount { - color: #0088CC; + color: #AE2025; } .shop .products .product .quick-view { @@ -6334,104 +6334,104 @@ html .slide-overlay.slide-overlay-gradient .slotholder:after { } .shop .products .product:hover .quick-view:hover { - background: #0088CC; + background: #AE2025; } .product .product-thumb-info .addtocart-btn-wrapper .addtocart-btn:hover { color: #FFF; - background: #0088CC; + background: #AE2025; } .product .product-thumb-info .countdown-offer-wrapper { - background: #0088CC; + background: #AE2025; } #footer .footer-ribbon { - background: #0088CC; + background: #AE2025; } #footer .footer-ribbon:before { - border-right-color: #005580; - border-left-color: #005580; + border-right-color: #821A1F; + border-left-color: #821A1F; } #footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active { - color: #0088CC !important; + color: #AE2025 !important; } #footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before { - background: #0088CC !important; + background: #AE2025 !important; } #footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a { - color: #0088CC !important; + color: #AE2025 !important; } #footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before { - background: #0088CC !important; + background: #AE2025 !important; } .scrollable.colored-slider .scrollable-slider { - background: #0088CC; + background: #AE2025; } .sample-icon-list .sample-icon a:hover { - background-color: #0088CC; + background-color: #AE2025; } .cursor-inner { - background-color: #0088CC; + background-color: #AE2025; } .cursor-inner.cursor-inner-plus:before { - color: #0088CC; + color: #AE2025; } .cursor-outer { - border-color: #0088CC; + border-color: #AE2025; } .cssload-thecube .cssload-cube:before { - background-color: #0088CC; + background-color: #AE2025; } .cssload-cube-progress { - border-color: #0088CC; + border-color: #AE2025; } .cssload-cube-progress-inner { - background-color: #0088CC; + background-color: #AE2025; } .cssload-float-rings-inner.cssload-one { - border-bottom-color: #0088CC; + border-bottom-color: #AE2025; } .cssload-float-rings-inner.cssload-two { - border-right-color: #0088CC; + border-right-color: #AE2025; } .cssload-float-rings-inner.cssload-three { - border-top-color: #0088CC; + border-top-color: #AE2025; } .cssload-float-bars-loading, .cssload-float-bars-loading:after, .cssload-float-bars-loading:before { - background: #0088CC; + background: #AE2025; } .cssload-speeding-wheel { - border-top-color: #0088CC; - border-bottom-color: #0088CC; + border-top-color: #AE2025; + border-bottom-color: #AE2025; } .cssload-zenith { - box-shadow: 3px 3px 1px #0088CC; + box-shadow: 3px 3px 1px #AE2025; } .cssload-spinning-square-loading { - background: #0088CC; + background: #AE2025; } .cssload-spinning-square-loading:before { @@ -6443,13 +6443,13 @@ html .slide-overlay.slide-overlay-gradient .slotholder:after { } .cssload-pulse-loader { - background: #0088CC; + background: #AE2025; } .map-rounded-pin { - background: #0088CC; + background: #AE2025; } html.boxed .body { - border-top-color: #0088CC; + border-top-color: #AE2025; } diff --git a/img/2600-handle-angle01.png b/img/2600-handle-angle01.png new file mode 100644 index 0000000..def5138 Binary files /dev/null and b/img/2600-handle-angle01.png differ diff --git a/img/5000ageverification.jpg b/img/5000ageverification.jpg new file mode 100644 index 0000000..728d82b Binary files /dev/null and b/img/5000ageverification.jpg differ diff --git a/img/appetize-150.png b/img/appetize-150.png new file mode 100644 index 0000000..e0dca64 Binary files /dev/null and b/img/appetize-150.png differ diff --git a/img/barcode-scanning-healthcare.jpg b/img/barcode-scanning-healthcare.jpg index d379f2f..3bdbc05 100644 Binary files a/img/barcode-scanning-healthcare.jpg and b/img/barcode-scanning-healthcare.jpg differ diff --git a/img/bg-one-page-1-1.jpg b/img/bg-one-page-1-1.jpg index 345826a..534eb73 100644 Binary files a/img/bg-one-page-1-1.jpg and b/img/bg-one-page-1-1.jpg differ diff --git a/img/blog/5_HERO-MJBIZ-LANDING-page.jpg b/img/blog/5_HERO-MJBIZ-LANDING-page.jpg new file mode 100644 index 0000000..7aa98be Binary files /dev/null and b/img/blog/5_HERO-MJBIZ-LANDING-page.jpg differ diff --git a/img/blog/cannabis.jpg b/img/blog/cannabis.jpg new file mode 100644 index 0000000..1b7e825 Binary files /dev/null and b/img/blog/cannabis.jpg differ diff --git a/img/code-alliance-logo-200x88.png b/img/code-alliance-logo-200x88.png new file mode 100644 index 0000000..7318aa4 Binary files /dev/null and b/img/code-alliance-logo-200x88.png differ diff --git a/img/code-expect-more-06-1024x409-300x120.png b/img/code-expect-more-06-1024x409-300x120.png new file mode 100644 index 0000000..6440a90 Binary files /dev/null and b/img/code-expect-more-06-1024x409-300x120.png differ diff --git a/img/code-expect-more-300-120.png b/img/code-expect-more-300-120.png new file mode 100644 index 0000000..0b7a514 Binary files /dev/null and b/img/code-expect-more-300-120.png differ diff --git a/img/code-hp.jpg b/img/code-hp.jpg new file mode 100644 index 0000000..f28b947 Binary files /dev/null and b/img/code-hp.jpg differ diff --git a/img/code-logo-white.png b/img/code-logo-white.png new file mode 100644 index 0000000..13c7c22 Binary files /dev/null and b/img/code-logo-white.png differ diff --git a/img/code_1200x400.jpg b/img/code_1200x400.jpg new file mode 100644 index 0000000..daae1f3 Binary files /dev/null and b/img/code_1200x400.jpg differ diff --git a/img/code_fb_1200x630.jpg b/img/code_fb_1200x630.jpg new file mode 100644 index 0000000..27057aa Binary files /dev/null and b/img/code_fb_1200x630.jpg differ diff --git a/img/code_staff.jpg b/img/code_staff.jpg new file mode 100644 index 0000000..a6d3b6d Binary files /dev/null and b/img/code_staff.jpg differ diff --git a/img/cortex-decoder-for-epic-rover.jpg b/img/cortex-decoder-for-epic-rover.jpg new file mode 100644 index 0000000..1f5b1f8 Binary files /dev/null and b/img/cortex-decoder-for-epic-rover.jpg differ diff --git a/img/cortexdecoder-epicrover-04-1024x235.png b/img/cortexdecoder-epicrover-04-1024x235.png new file mode 100644 index 0000000..5c2e4d7 Binary files /dev/null and b/img/cortexdecoder-epicrover-04-1024x235.png differ diff --git a/img/cortexdecoder-epicrover-400-92.png b/img/cortexdecoder-epicrover-400-92.png new file mode 100644 index 0000000..6caf8a6 Binary files /dev/null and b/img/cortexdecoder-epicrover-400-92.png differ diff --git a/img/cortexdecoder-epicrover-600x131.png b/img/cortexdecoder-epicrover-600x131.png new file mode 100644 index 0000000..1b86d18 Binary files /dev/null and b/img/cortexdecoder-epicrover-600x131.png differ diff --git a/img/cortexscandemo-iso-600x600.png b/img/cortexscandemo-iso-600x600.png new file mode 100644 index 0000000..6cab568 Binary files /dev/null and b/img/cortexscandemo-iso-600x600.png differ diff --git a/img/cp_logo_1.png b/img/cp_logo_1.png new file mode 100644 index 0000000..baf8c86 Binary files /dev/null and b/img/cp_logo_1.png differ diff --git a/img/cr1100-clinical-scanning.jpg b/img/cr1100-clinical-scanning.jpg new file mode 100644 index 0000000..a665d16 Binary files /dev/null and b/img/cr1100-clinical-scanning.jpg differ diff --git a/img/cr1100-hero-retail.png b/img/cr1100-hero-retail.png new file mode 100644 index 0000000..a686717 Binary files /dev/null and b/img/cr1100-hero-retail.png differ diff --git a/img/cr1100.jpg b/img/cr1100.jpg new file mode 100644 index 0000000..6720466 Binary files /dev/null and b/img/cr1100.jpg differ diff --git a/img/cr1500-blood-bag-scanning-b.jpg b/img/cr1500-blood-bag-scanning-b.jpg new file mode 100644 index 0000000..52483ef Binary files /dev/null and b/img/cr1500-blood-bag-scanning-b.jpg differ diff --git a/img/cr1500-cutout.png b/img/cr1500-cutout.png new file mode 100644 index 0000000..30064dd Binary files /dev/null and b/img/cr1500-cutout.png differ diff --git a/img/cr1500-retail-usecase.jpg b/img/cr1500-retail-usecase.jpg new file mode 100644 index 0000000..dcb4554 Binary files /dev/null and b/img/cr1500-retail-usecase.jpg differ diff --git a/img/cr1500.jpg b/img/cr1500.jpg new file mode 100644 index 0000000..8e15ea2 Binary files /dev/null and b/img/cr1500.jpg differ diff --git a/img/cr1500_lightx800.png b/img/cr1500_lightx800.png new file mode 100644 index 0000000..9764b99 Binary files /dev/null and b/img/cr1500_lightx800.png differ diff --git a/img/cr2600-healthcare.jpg b/img/cr2600-healthcare.jpg new file mode 100644 index 0000000..c2033c2 Binary files /dev/null and b/img/cr2600-healthcare.jpg differ diff --git a/img/cr2600-single.png b/img/cr2600-single.png new file mode 100644 index 0000000..b731ecd Binary files /dev/null and b/img/cr2600-single.png differ diff --git a/img/cr2600.jpg b/img/cr2600.jpg new file mode 100644 index 0000000..85ef619 Binary files /dev/null and b/img/cr2600.jpg differ diff --git a/img/cr2700-handled.png b/img/cr2700-handled.png new file mode 100644 index 0000000..bbca96f Binary files /dev/null and b/img/cr2700-handled.png differ diff --git a/img/cr2700-her02.jpg b/img/cr2700-her02.jpg new file mode 100644 index 0000000..2e31b05 Binary files /dev/null and b/img/cr2700-her02.jpg differ diff --git a/img/cr2700-palm.png b/img/cr2700-palm.png new file mode 100644 index 0000000..04a2bf4 Binary files /dev/null and b/img/cr2700-palm.png differ diff --git a/img/cr2700-scanning-base.jpg b/img/cr2700-scanning-base.jpg new file mode 100644 index 0000000..25a733e Binary files /dev/null and b/img/cr2700-scanning-base.jpg differ diff --git a/img/cr2700-scanning-blood-bags-2.jpg b/img/cr2700-scanning-blood-bags-2.jpg new file mode 100644 index 0000000..be30232 Binary files /dev/null and b/img/cr2700-scanning-blood-bags-2.jpg differ diff --git a/img/cr2700-usecase-healthcare-closeup-1-300x217.jpg b/img/cr2700-usecase-healthcare-closeup-1-300x217.jpg new file mode 100644 index 0000000..7df1502 Binary files /dev/null and b/img/cr2700-usecase-healthcare-closeup-1-300x217.jpg differ diff --git a/img/cr2700-usecase-healthcare-closeup-1.jpg b/img/cr2700-usecase-healthcare-closeup-1.jpg new file mode 100644 index 0000000..a132755 Binary files /dev/null and b/img/cr2700-usecase-healthcare-closeup-1.jpg differ diff --git a/img/cr2700-usecase-healthcare-wristband-1.jpg b/img/cr2700-usecase-healthcare-wristband-1.jpg new file mode 100644 index 0000000..6a39ece Binary files /dev/null and b/img/cr2700-usecase-healthcare-wristband-1.jpg differ diff --git a/img/cr5000-hero-retail.png b/img/cr5000-hero-retail.png new file mode 100644 index 0000000..e76395c Binary files /dev/null and b/img/cr5000-hero-retail.png differ diff --git a/img/cr5000.jpg b/img/cr5000.jpg new file mode 100644 index 0000000..d99c95a Binary files /dev/null and b/img/cr5000.jpg differ diff --git a/img/cr6000-dot-peen-2d-barcode-reading.jpg b/img/cr6000-dot-peen-2d-barcode-reading.jpg new file mode 100644 index 0000000..e3a7d68 Binary files /dev/null and b/img/cr6000-dot-peen-2d-barcode-reading.jpg differ diff --git a/img/cr6000-mfg-barcode-scanning-400x533.jpg b/img/cr6000-mfg-barcode-scanning-400x533.jpg new file mode 100644 index 0000000..cf0ddfa Binary files /dev/null and b/img/cr6000-mfg-barcode-scanning-400x533.jpg differ diff --git a/img/cr6000-mfg-isolated.png b/img/cr6000-mfg-isolated.png new file mode 100644 index 0000000..6dedbc3 Binary files /dev/null and b/img/cr6000-mfg-isolated.png differ diff --git a/img/cr6000.jpg b/img/cr6000.jpg new file mode 100644 index 0000000..9380802 Binary files /dev/null and b/img/cr6000.jpg differ diff --git a/img/cr7000.jpg b/img/cr7000.jpg new file mode 100644 index 0000000..e321dd8 Binary files /dev/null and b/img/cr7000.jpg differ diff --git a/img/cr7018-cleaning-photo-website-product-page.jpg b/img/cr7018-cleaning-photo-website-product-page.jpg new file mode 100644 index 0000000..fb08052 Binary files /dev/null and b/img/cr7018-cleaning-photo-website-product-page.jpg differ diff --git a/img/cr7018-cut-out-back-web-168x300.png b/img/cr7018-cut-out-back-web-168x300.png new file mode 100644 index 0000000..81f6977 Binary files /dev/null and b/img/cr7018-cut-out-back-web-168x300.png differ diff --git a/img/cr7018-cut-out-back-web.png b/img/cr7018-cut-out-back-web.png new file mode 100644 index 0000000..893d607 Binary files /dev/null and b/img/cr7018-cut-out-back-web.png differ diff --git a/img/cr7018-cut-out.png b/img/cr7018-cut-out.png new file mode 100644 index 0000000..311bc9c Binary files /dev/null and b/img/cr7018-cut-out.png differ diff --git a/img/cr7018-scanning-iv-bag.jpg b/img/cr7018-scanning-iv-bag.jpg new file mode 100644 index 0000000..229ee6e Binary files /dev/null and b/img/cr7018-scanning-iv-bag.jpg differ diff --git a/img/cr7018-use-case-healthcare-web.jpg b/img/cr7018-use-case-healthcare-web.jpg new file mode 100644 index 0000000..33f751b Binary files /dev/null and b/img/cr7018-use-case-healthcare-web.jpg differ diff --git a/img/cr8200.jpg b/img/cr8200.jpg new file mode 100644 index 0000000..9799e78 Binary files /dev/null and b/img/cr8200.jpg differ diff --git a/img/cr950-1.png b/img/cr950-1.png new file mode 100644 index 0000000..6caf4d3 Binary files /dev/null and b/img/cr950-1.png differ diff --git a/img/cr950.jpg b/img/cr950.jpg new file mode 100644 index 0000000..f67f4db Binary files /dev/null and b/img/cr950.jpg differ diff --git a/img/cr950__cabled_01.png b/img/cr950__cabled_01.png new file mode 100644 index 0000000..49899c1 Binary files /dev/null and b/img/cr950__cabled_01.png differ diff --git a/img/deal-registration.jpg b/img/deal-registration.jpg new file mode 100644 index 0000000..fa363fa Binary files /dev/null and b/img/deal-registration.jpg differ diff --git a/img/entire-isolated-product-images-short2.png b/img/entire-isolated-product-images-short2.png new file mode 100644 index 0000000..3e3e840 Binary files /dev/null and b/img/entire-isolated-product-images-short2.png differ diff --git a/img/epic-150.png b/img/epic-150.png new file mode 100644 index 0000000..56640f7 Binary files /dev/null and b/img/epic-150.png differ diff --git a/img/gocode.jpg b/img/gocode.jpg new file mode 100644 index 0000000..8bfd119 Binary files /dev/null and b/img/gocode.jpg differ diff --git a/img/healthcare-admin-data-capture-code-technologies.jpg b/img/healthcare-admin-data-capture-code-technologies.jpg index d8d16ea..b1b516b 100644 Binary files a/img/healthcare-admin-data-capture-code-technologies.jpg and b/img/healthcare-admin-data-capture-code-technologies.jpg differ diff --git a/img/healthcare-products-1.png b/img/healthcare-products-1.png new file mode 100644 index 0000000..3bcf4ee Binary files /dev/null and b/img/healthcare-products-1.png differ diff --git a/img/healthcare_barcode_scanning_products.jpg b/img/healthcare_barcode_scanning_products.jpg new file mode 100644 index 0000000..c17586e Binary files /dev/null and b/img/healthcare_barcode_scanning_products.jpg differ diff --git a/img/logo_200.png b/img/logo_200.png new file mode 100644 index 0000000..ce6d4f2 Binary files /dev/null and b/img/logo_200.png differ diff --git a/img/logo_200x200.jpg b/img/logo_200x200.jpg new file mode 100644 index 0000000..6f18239 Binary files /dev/null and b/img/logo_200x200.jpg differ diff --git a/img/logos/citizen (1).png b/img/logos/citizen (1).png new file mode 100644 index 0000000..e1dbc31 Binary files /dev/null and b/img/logos/citizen (1).png differ diff --git a/img/logos/code-alliance-logo.png b/img/logos/code-alliance-logo.png new file mode 100644 index 0000000..7318aa4 Binary files /dev/null and b/img/logos/code-alliance-logo.png differ diff --git a/img/logos/cp_logo_1.png b/img/logos/cp_logo_1.png new file mode 100644 index 0000000..baf8c86 Binary files /dev/null and b/img/logos/cp_logo_1.png differ diff --git a/img/logos/scansource (1).jpg b/img/logos/scansource (1).jpg new file mode 100644 index 0000000..ad86d55 Binary files /dev/null and b/img/logos/scansource (1).jpg differ diff --git a/img/mastheads-old/center_53_1200x400.jpg b/img/mastheads-old/center_53_1200x400.jpg new file mode 100644 index 0000000..fa97107 Binary files /dev/null and b/img/mastheads-old/center_53_1200x400.jpg differ diff --git a/img/mastheads-old/center_53_w_side_banner_1200x400.jpg b/img/mastheads-old/center_53_w_side_banner_1200x400.jpg new file mode 100644 index 0000000..daae1f3 Binary files /dev/null and b/img/mastheads-old/center_53_w_side_banner_1200x400.jpg differ diff --git a/img/mastheads-old/code_alliance_1200x400.jpg b/img/mastheads-old/code_alliance_1200x400.jpg new file mode 100644 index 0000000..d96b784 Binary files /dev/null and b/img/mastheads-old/code_alliance_1200x400.jpg differ diff --git a/img/mastheads-old/code_complete_1200x400.jpg b/img/mastheads-old/code_complete_1200x400.jpg new file mode 100644 index 0000000..6f68bd2 Binary files /dev/null and b/img/mastheads-old/code_complete_1200x400.jpg differ diff --git a/img/mastheads-old/codecomplete_1200x400.jpg b/img/mastheads-old/codecomplete_1200x400.jpg new file mode 100644 index 0000000..031576c Binary files /dev/null and b/img/mastheads-old/codecomplete_1200x400.jpg differ diff --git a/img/mastheads-old/deal_registration_1200x300.jpg b/img/mastheads-old/deal_registration_1200x300.jpg new file mode 100644 index 0000000..fa363fa Binary files /dev/null and b/img/mastheads-old/deal_registration_1200x300.jpg differ diff --git a/img/mastheads-old/entire_line_1200x400.jpg b/img/mastheads-old/entire_line_1200x400.jpg new file mode 100644 index 0000000..838a828 Binary files /dev/null and b/img/mastheads-old/entire_line_1200x400.jpg differ diff --git a/img/mastheads-old/entire_line_iso_1200x400.png b/img/mastheads-old/entire_line_iso_1200x400.png new file mode 100644 index 0000000..5f13256 Binary files /dev/null and b/img/mastheads-old/entire_line_iso_1200x400.png differ diff --git a/img/mastheads-old/healthcare_line_1200x400.jpg b/img/mastheads-old/healthcare_line_1200x400.jpg new file mode 100644 index 0000000..77d9193 Binary files /dev/null and b/img/mastheads-old/healthcare_line_1200x400.jpg differ diff --git a/img/mastheads-old/healthcare_line_iso_1200x400.png b/img/mastheads-old/healthcare_line_iso_1200x400.png new file mode 100644 index 0000000..73beee5 Binary files /dev/null and b/img/mastheads-old/healthcare_line_iso_1200x400.png differ diff --git a/img/mastheads-old/industrial_1200x400.jpg b/img/mastheads-old/industrial_1200x400.jpg new file mode 100644 index 0000000..9678bf8 Binary files /dev/null and b/img/mastheads-old/industrial_1200x400.jpg differ diff --git a/img/mastheads-old/isv_1200x400.jpg b/img/mastheads-old/isv_1200x400.jpg new file mode 100644 index 0000000..62f9b8f Binary files /dev/null and b/img/mastheads-old/isv_1200x400.jpg differ diff --git a/img/mastheads-old/isvs_1200x400.jpg b/img/mastheads-old/isvs_1200x400.jpg new file mode 100644 index 0000000..cb2b64a Binary files /dev/null and b/img/mastheads-old/isvs_1200x400.jpg differ diff --git a/img/mastheads-old/limited_warranty_1200x400.jpg b/img/mastheads-old/limited_warranty_1200x400.jpg new file mode 100644 index 0000000..8778cf2 Binary files /dev/null and b/img/mastheads-old/limited_warranty_1200x400.jpg differ diff --git a/img/mastheads-old/manufacturing_1200x400.jpg b/img/mastheads-old/manufacturing_1200x400.jpg new file mode 100644 index 0000000..2f13227 Binary files /dev/null and b/img/mastheads-old/manufacturing_1200x400.jpg differ diff --git a/img/mastheads-old/oem_1200x400.jpg b/img/mastheads-old/oem_1200x400.jpg new file mode 100644 index 0000000..d674cdb Binary files /dev/null and b/img/mastheads-old/oem_1200x400.jpg differ diff --git a/img/mastheads-old/oems_1200x400.jpg b/img/mastheads-old/oems_1200x400.jpg new file mode 100644 index 0000000..a615f5e Binary files /dev/null and b/img/mastheads-old/oems_1200x400.jpg differ diff --git a/img/mastheads-old/other_1200x400.jpg b/img/mastheads-old/other_1200x400.jpg new file mode 100644 index 0000000..7fa7527 Binary files /dev/null and b/img/mastheads-old/other_1200x400.jpg differ diff --git a/img/mastheads-old/patent_marking_1200x400.jpg b/img/mastheads-old/patent_marking_1200x400.jpg new file mode 100644 index 0000000..7710833 Binary files /dev/null and b/img/mastheads-old/patent_marking_1200x400.jpg differ diff --git a/img/mastheads-old/quickconnect_1200x400.jpg b/img/mastheads-old/quickconnect_1200x400.jpg new file mode 100644 index 0000000..94882d0 Binary files /dev/null and b/img/mastheads-old/quickconnect_1200x400.jpg differ diff --git a/img/mastheads-old/retail_line_1200x400.jpg b/img/mastheads-old/retail_line_1200x400.jpg new file mode 100644 index 0000000..33dd298 Binary files /dev/null and b/img/mastheads-old/retail_line_1200x400.jpg differ diff --git a/img/mastheads-old/retail_line_iso_1200x400.png b/img/mastheads-old/retail_line_iso_1200x400.png new file mode 100644 index 0000000..d179c6d Binary files /dev/null and b/img/mastheads-old/retail_line_iso_1200x400.png differ diff --git a/img/mastheads-old/rma_requests_1200x400.jpg b/img/mastheads-old/rma_requests_1200x400.jpg new file mode 100644 index 0000000..4ff8a9f Binary files /dev/null and b/img/mastheads-old/rma_requests_1200x400.jpg differ diff --git a/img/mastheads-old/software_1200x400.jpg b/img/mastheads-old/software_1200x400.jpg new file mode 100644 index 0000000..4106c3f Binary files /dev/null and b/img/mastheads-old/software_1200x400.jpg differ diff --git a/img/mastheads-old/warranty_term_1200x400.jpg b/img/mastheads-old/warranty_term_1200x400.jpg new file mode 100644 index 0000000..f728578 Binary files /dev/null and b/img/mastheads-old/warranty_term_1200x400.jpg differ diff --git a/img/mastheads-old/warranty_term_200x400.jpg b/img/mastheads-old/warranty_term_200x400.jpg new file mode 100644 index 0000000..61d93fd Binary files /dev/null and b/img/mastheads-old/warranty_term_200x400.jpg differ diff --git a/img/mastheads/bossa_nova_redbox_ziuz_600x400.png b/img/mastheads/bossa_nova_redbox_ziuz_600x400.png new file mode 100644 index 0000000..ea4d0b9 Binary files /dev/null and b/img/mastheads/bossa_nova_redbox_ziuz_600x400.png differ diff --git a/img/mastheads/ehr_integration_masthead-900x400.jpg b/img/mastheads/ehr_integration_masthead-900x400.jpg new file mode 100644 index 0000000..784d2d5 Binary files /dev/null and b/img/mastheads/ehr_integration_masthead-900x400.jpg differ diff --git a/img/mastheads/old/center_53_1200x400.jpg b/img/mastheads/old/center_53_1200x400.jpg new file mode 100644 index 0000000..fa97107 Binary files /dev/null and b/img/mastheads/old/center_53_1200x400.jpg differ diff --git a/img/mastheads/old/center_53_w_side_banner_1200x400.jpg b/img/mastheads/old/center_53_w_side_banner_1200x400.jpg new file mode 100644 index 0000000..daae1f3 Binary files /dev/null and b/img/mastheads/old/center_53_w_side_banner_1200x400.jpg differ diff --git a/img/mastheads/old/code_alliance_1200x400.jpg b/img/mastheads/old/code_alliance_1200x400.jpg new file mode 100644 index 0000000..1b1e150 Binary files /dev/null and b/img/mastheads/old/code_alliance_1200x400.jpg differ diff --git a/img/mastheads/old/code_complete_1200x400.jpg b/img/mastheads/old/code_complete_1200x400.jpg new file mode 100644 index 0000000..6f68bd2 Binary files /dev/null and b/img/mastheads/old/code_complete_1200x400.jpg differ diff --git a/img/mastheads/old/codecomplete_1200x400.jpg b/img/mastheads/old/codecomplete_1200x400.jpg new file mode 100644 index 0000000..031576c Binary files /dev/null and b/img/mastheads/old/codecomplete_1200x400.jpg differ diff --git a/img/mastheads/old/deal_registration_1200x300.jpg b/img/mastheads/old/deal_registration_1200x300.jpg new file mode 100644 index 0000000..fa363fa Binary files /dev/null and b/img/mastheads/old/deal_registration_1200x300.jpg differ diff --git a/img/mastheads/old/entire_line_1200x400.jpg b/img/mastheads/old/entire_line_1200x400.jpg new file mode 100644 index 0000000..838a828 Binary files /dev/null and b/img/mastheads/old/entire_line_1200x400.jpg differ diff --git a/img/mastheads/old/entire_line_iso_1200x400.png b/img/mastheads/old/entire_line_iso_1200x400.png new file mode 100644 index 0000000..5f13256 Binary files /dev/null and b/img/mastheads/old/entire_line_iso_1200x400.png differ diff --git a/img/mastheads/old/healthcare_line_1200x400.jpg b/img/mastheads/old/healthcare_line_1200x400.jpg new file mode 100644 index 0000000..77d9193 Binary files /dev/null and b/img/mastheads/old/healthcare_line_1200x400.jpg differ diff --git a/img/mastheads/old/healthcare_line_iso_1200x400.png b/img/mastheads/old/healthcare_line_iso_1200x400.png new file mode 100644 index 0000000..73beee5 Binary files /dev/null and b/img/mastheads/old/healthcare_line_iso_1200x400.png differ diff --git a/img/mastheads/old/industrial_1200x400.jpg b/img/mastheads/old/industrial_1200x400.jpg new file mode 100644 index 0000000..9678bf8 Binary files /dev/null and b/img/mastheads/old/industrial_1200x400.jpg differ diff --git a/img/mastheads/old/isv_1200x400.jpg b/img/mastheads/old/isv_1200x400.jpg new file mode 100644 index 0000000..62f9b8f Binary files /dev/null and b/img/mastheads/old/isv_1200x400.jpg differ diff --git a/img/mastheads/old/isvs_1200x400.jpg b/img/mastheads/old/isvs_1200x400.jpg new file mode 100644 index 0000000..cb2b64a Binary files /dev/null and b/img/mastheads/old/isvs_1200x400.jpg differ diff --git a/img/mastheads/old/limited_warranty_1200x400.jpg b/img/mastheads/old/limited_warranty_1200x400.jpg new file mode 100644 index 0000000..762da67 Binary files /dev/null and b/img/mastheads/old/limited_warranty_1200x400.jpg differ diff --git a/img/mastheads/old/manufacturing_1200x400.jpg b/img/mastheads/old/manufacturing_1200x400.jpg new file mode 100644 index 0000000..3442aac Binary files /dev/null and b/img/mastheads/old/manufacturing_1200x400.jpg differ diff --git a/img/mastheads/old/oem_1200x400.jpg b/img/mastheads/old/oem_1200x400.jpg new file mode 100644 index 0000000..d674cdb Binary files /dev/null and b/img/mastheads/old/oem_1200x400.jpg differ diff --git a/img/mastheads/old/oems_1200x400.jpg b/img/mastheads/old/oems_1200x400.jpg new file mode 100644 index 0000000..a615f5e Binary files /dev/null and b/img/mastheads/old/oems_1200x400.jpg differ diff --git a/img/mastheads/old/other_1200x400.jpg b/img/mastheads/old/other_1200x400.jpg new file mode 100644 index 0000000..925f6aa Binary files /dev/null and b/img/mastheads/old/other_1200x400.jpg differ diff --git a/img/mastheads/old/patent_marking_1200x400.jpg b/img/mastheads/old/patent_marking_1200x400.jpg new file mode 100644 index 0000000..2a7843a Binary files /dev/null and b/img/mastheads/old/patent_marking_1200x400.jpg differ diff --git a/img/mastheads/old/quickconnect_1200x400.jpg b/img/mastheads/old/quickconnect_1200x400.jpg new file mode 100644 index 0000000..91aa27f Binary files /dev/null and b/img/mastheads/old/quickconnect_1200x400.jpg differ diff --git a/img/mastheads/old/retail_line_1200x400.jpg b/img/mastheads/old/retail_line_1200x400.jpg new file mode 100644 index 0000000..33dd298 Binary files /dev/null and b/img/mastheads/old/retail_line_1200x400.jpg differ diff --git a/img/mastheads/old/retail_line_iso_1200x400.png b/img/mastheads/old/retail_line_iso_1200x400.png new file mode 100644 index 0000000..d179c6d Binary files /dev/null and b/img/mastheads/old/retail_line_iso_1200x400.png differ diff --git a/img/mastheads/old/rma_requests_1200x400.jpg b/img/mastheads/old/rma_requests_1200x400.jpg new file mode 100644 index 0000000..2ab29cb Binary files /dev/null and b/img/mastheads/old/rma_requests_1200x400.jpg differ diff --git a/img/mastheads/old/software_1200x400.jpg b/img/mastheads/old/software_1200x400.jpg new file mode 100644 index 0000000..365902a Binary files /dev/null and b/img/mastheads/old/software_1200x400.jpg differ diff --git a/img/mastheads/old/warranty_term_1200x400.jpg b/img/mastheads/old/warranty_term_1200x400.jpg new file mode 100644 index 0000000..f728578 Binary files /dev/null and b/img/mastheads/old/warranty_term_1200x400.jpg differ diff --git a/img/mastheads/old/warranty_term_200x400.jpg b/img/mastheads/old/warranty_term_200x400.jpg new file mode 100644 index 0000000..61d93fd Binary files /dev/null and b/img/mastheads/old/warranty_term_200x400.jpg differ diff --git a/img/mastheads/other_1200x400.jpg b/img/mastheads/other_1200x400.jpg new file mode 100644 index 0000000..7fa7527 Binary files /dev/null and b/img/mastheads/other_1200x400.jpg differ diff --git a/img/mastheads/scanning_patient_wristband_900x400.jpg b/img/mastheads/scanning_patient_wristband_900x400.jpg index d32843f..b8cfafb 100644 Binary files a/img/mastheads/scanning_patient_wristband_900x400.jpg and b/img/mastheads/scanning_patient_wristband_900x400.jpg differ diff --git a/img/mastheads/syringe_and_vial_900x400.jpg b/img/mastheads/syringe_and_vial_900x400.jpg new file mode 100644 index 0000000..c2c413c Binary files /dev/null and b/img/mastheads/syringe_and_vial_900x400.jpg differ diff --git a/img/mfg-isolated-shipping-1200.png b/img/mfg-isolated-shipping-1200.png new file mode 100644 index 0000000..dffa587 Binary files /dev/null and b/img/mfg-isolated-shipping-1200.png differ diff --git a/img/partner-portal/3.jpg b/img/partner-portal/3.jpg new file mode 100644 index 0000000..72f6fa0 Binary files /dev/null and b/img/partner-portal/3.jpg differ diff --git a/img/partner-portal/5 Steps to Evaluate Embedded Scanning (1).pdf b/img/partner-portal/5 Steps to Evaluate Embedded Scanning (1).pdf new file mode 100644 index 0000000..8750c4d Binary files /dev/null and b/img/partner-portal/5 Steps to Evaluate Embedded Scanning (1).pdf differ diff --git a/img/partner-portal/Copy.jpg b/img/partner-portal/Copy.jpg new file mode 100644 index 0000000..4096e93 Binary files /dev/null and b/img/partner-portal/Copy.jpg differ diff --git a/img/partner-portal/Derive.CEO.jpg b/img/partner-portal/Derive.CEO.jpg new file mode 100644 index 0000000..7a0f588 Binary files /dev/null and b/img/partner-portal/Derive.CEO.jpg differ diff --git a/img/partner-portal/Healthcare Scanning to Save Lives.pdf b/img/partner-portal/Healthcare Scanning to Save Lives.pdf new file mode 100644 index 0000000..1910ab2 Binary files /dev/null and b/img/partner-portal/Healthcare Scanning to Save Lives.pdf differ diff --git a/img/partner-portal/Infection Control Protocols Meet the future of Data Capture.pdf b/img/partner-portal/Infection Control Protocols Meet the future of Data Capture.pdf new file mode 100644 index 0000000..5944ef8 Binary files /dev/null and b/img/partner-portal/Infection Control Protocols Meet the future of Data Capture.pdf differ diff --git a/img/partner-portal/Metlife.jpg b/img/partner-portal/Metlife.jpg new file mode 100644 index 0000000..acd7c35 Binary files /dev/null and b/img/partner-portal/Metlife.jpg differ diff --git a/img/partner-portal/Spectralink Case Study.pdf b/img/partner-portal/Spectralink Case Study.pdf new file mode 100644 index 0000000..7c4b4c0 Binary files /dev/null and b/img/partner-portal/Spectralink Case Study.pdf differ diff --git a/img/partner-portal/Ziuz Medical Case Study.pdf b/img/partner-portal/Ziuz Medical Case Study.pdf new file mode 100644 index 0000000..b5f6711 Binary files /dev/null and b/img/partner-portal/Ziuz Medical Case Study.pdf differ diff --git a/img/powered_by_cortexdecoder-600x259.png b/img/powered_by_cortexdecoder-600x259.png new file mode 100644 index 0000000..68511d5 Binary files /dev/null and b/img/powered_by_cortexdecoder-600x259.png differ diff --git a/img/products/1000-iso-cropped.png b/img/products/1000-iso-cropped.png new file mode 100644 index 0000000..258bee9 Binary files /dev/null and b/img/products/1000-iso-cropped.png differ diff --git a/img/products/1100-iso-cropped.png b/img/products/1100-iso-cropped.png new file mode 100644 index 0000000..247245a Binary files /dev/null and b/img/products/1100-iso-cropped.png differ diff --git a/img/products/1400-iso-cropped.png b/img/products/1400-iso-cropped.png new file mode 100644 index 0000000..46ef552 Binary files /dev/null and b/img/products/1400-iso-cropped.png differ diff --git a/img/products/1500-iso-300x300-2.png b/img/products/1500-iso-300x300-2.png new file mode 100644 index 0000000..00a51ff Binary files /dev/null and b/img/products/1500-iso-300x300-2.png differ diff --git a/img/products/1500-iso-cropped.png b/img/products/1500-iso-cropped.png new file mode 100644 index 0000000..5aa3b69 Binary files /dev/null and b/img/products/1500-iso-cropped.png differ diff --git a/img/products/2300-iso-cropped.png b/img/products/2300-iso-cropped.png new file mode 100644 index 0000000..cbf67e0 Binary files /dev/null and b/img/products/2300-iso-cropped.png differ diff --git a/img/products/2600-iso-cropped.png b/img/products/2600-iso-cropped.png new file mode 100644 index 0000000..98504dc Binary files /dev/null and b/img/products/2600-iso-cropped.png differ diff --git a/img/products/2700-iso-cropped.png b/img/products/2700-iso-cropped.png new file mode 100644 index 0000000..56e0280 Binary files /dev/null and b/img/products/2700-iso-cropped.png differ diff --git a/img/products/5000-iso-cropped.png b/img/products/5000-iso-cropped.png new file mode 100644 index 0000000..a970b63 Binary files /dev/null and b/img/products/5000-iso-cropped.png differ diff --git a/img/products/6000-iso-cropped.png b/img/products/6000-iso-cropped.png new file mode 100644 index 0000000..f52bddc Binary files /dev/null and b/img/products/6000-iso-cropped.png differ diff --git a/img/products/8000-iso-cropped.png b/img/products/8000-iso-cropped.png new file mode 100644 index 0000000..8d7798c Binary files /dev/null and b/img/products/8000-iso-cropped.png differ diff --git a/img/products/8200-iso-cropped.png b/img/products/8200-iso-cropped.png new file mode 100644 index 0000000..7c79b2c Binary files /dev/null and b/img/products/8200-iso-cropped.png differ diff --git a/img/products/900-iso-cropped-no-img.png b/img/products/900-iso-cropped-no-img.png new file mode 100644 index 0000000..1809875 Binary files /dev/null and b/img/products/900-iso-cropped-no-img.png differ diff --git a/img/products/950-iso-cropped.png b/img/products/950-iso-cropped.png new file mode 100644 index 0000000..3e40ab2 Binary files /dev/null and b/img/products/950-iso-cropped.png differ diff --git a/img/products/t500-iso-cropped.png b/img/products/t500-iso-cropped.png new file mode 100644 index 0000000..d2184f8 Binary files /dev/null and b/img/products/t500-iso-cropped.png differ diff --git a/img/retail-isolated-product-images-copy.png b/img/retail-isolated-product-images-copy.png new file mode 100644 index 0000000..62e76bf Binary files /dev/null and b/img/retail-isolated-product-images-copy.png differ diff --git a/img/screenshot-www.businesswire.com-2020.11.19.jpg b/img/screenshot-www.businesswire.com-2020.11.19.jpg new file mode 100644 index 0000000..eb7463b Binary files /dev/null and b/img/screenshot-www.businesswire.com-2020.11.19.jpg differ diff --git a/img/slides/slide-bg-light-1.jpg b/img/slides/slide-bg-light-1.jpg index 4378ef4..d65421a 100644 Binary files a/img/slides/slide-bg-light-1.jpg and b/img/slides/slide-bg-light-1.jpg differ diff --git a/img/slides/slide-bg-light-sm.jpg b/img/slides/slide-bg-light-sm.jpg new file mode 100644 index 0000000..a683b9a Binary files /dev/null and b/img/slides/slide-bg-light-sm.jpg differ diff --git a/img/slides/slide-bg-light.jpg b/img/slides/slide-bg-light.jpg index d1dadc8..0b58d13 100644 Binary files a/img/slides/slide-bg-light.jpg and b/img/slides/slide-bg-light.jpg differ diff --git a/img/slides/slide-white.jpg b/img/slides/slide-white.jpg new file mode 100644 index 0000000..3d29f65 Binary files /dev/null and b/img/slides/slide-white.jpg differ diff --git a/img/snowflake.png b/img/snowflake.png new file mode 100644 index 0000000..37db5b4 Binary files /dev/null and b/img/snowflake.png differ diff --git a/img/tabs/tab-1100-iso.jpg b/img/tabs/tab-1100-iso.jpg new file mode 100644 index 0000000..6ed6a53 Binary files /dev/null and b/img/tabs/tab-1100-iso.jpg differ diff --git a/img/tabs/tab-5000-age-verification.jpg b/img/tabs/tab-5000-age-verification.jpg new file mode 100644 index 0000000..cdca430 Binary files /dev/null and b/img/tabs/tab-5000-age-verification.jpg differ diff --git a/img/tabs/tab-barcode-scanning-healthcare.jpg b/img/tabs/tab-barcode-scanning-healthcare.jpg new file mode 100644 index 0000000..423e55b Binary files /dev/null and b/img/tabs/tab-barcode-scanning-healthcare.jpg differ diff --git a/img/tabs/tab-code-hospital-mobility.jpg b/img/tabs/tab-code-hospital-mobility.jpg new file mode 100644 index 0000000..ae595c6 Binary files /dev/null and b/img/tabs/tab-code-hospital-mobility.jpg differ diff --git a/img/tabs/tab-cr5000-retail.jpg b/img/tabs/tab-cr5000-retail.jpg new file mode 100644 index 0000000..129b00b Binary files /dev/null and b/img/tabs/tab-cr5000-retail.jpg differ diff --git a/img/tabs/tab-cr6000-dot-peen-2d-barcode-reading.jpg b/img/tabs/tab-cr6000-dot-peen-2d-barcode-reading.jpg new file mode 100644 index 0000000..f640acc Binary files /dev/null and b/img/tabs/tab-cr6000-dot-peen-2d-barcode-reading.jpg differ diff --git a/img/tabs/tab-cr6000-dpm.jpg b/img/tabs/tab-cr6000-dpm.jpg new file mode 100644 index 0000000..db92cf7 Binary files /dev/null and b/img/tabs/tab-cr6000-dpm.jpg differ diff --git a/img/tabs/tab-cr6000-mfg.jpg b/img/tabs/tab-cr6000-mfg.jpg new file mode 100644 index 0000000..90f3567 Binary files /dev/null and b/img/tabs/tab-cr6000-mfg.jpg differ diff --git a/img/tabs/tab-cr6000-product-scanning-laser-etched.jpg b/img/tabs/tab-cr6000-product-scanning-laser-etched.jpg new file mode 100644 index 0000000..b71a410 Binary files /dev/null and b/img/tabs/tab-cr6000-product-scanning-laser-etched.jpg differ diff --git a/img/tabs/tab-cr950_and_stand-retail.jpg b/img/tabs/tab-cr950_and_stand-retail.jpg new file mode 100644 index 0000000..5cf7915 Binary files /dev/null and b/img/tabs/tab-cr950_and_stand-retail.jpg differ diff --git a/img/tabs/tab-data-capture-pharma.jpg b/img/tabs/tab-data-capture-pharma.jpg new file mode 100644 index 0000000..774a9cc Binary files /dev/null and b/img/tabs/tab-data-capture-pharma.jpg differ diff --git a/img/tabs/tab-epic-code-partnership.jpg b/img/tabs/tab-epic-code-partnership.jpg new file mode 100644 index 0000000..dc6d05f Binary files /dev/null and b/img/tabs/tab-epic-code-partnership.jpg differ diff --git a/img/tabs/tab-healthcare-admin-data-capture.jpg b/img/tabs/tab-healthcare-admin-data-capture.jpg new file mode 100644 index 0000000..1b7379f Binary files /dev/null and b/img/tabs/tab-healthcare-admin-data-capture.jpg differ diff --git a/img/tabs/tab-industrial-tab-images.jpg b/img/tabs/tab-industrial-tab-images.jpg new file mode 100644 index 0000000..29345ff Binary files /dev/null and b/img/tabs/tab-industrial-tab-images.jpg differ diff --git a/img/tabs/tab-lab-diagnostic-oem.jpg b/img/tabs/tab-lab-diagnostic-oem.jpg new file mode 100644 index 0000000..5d6f4fa Binary files /dev/null and b/img/tabs/tab-lab-diagnostic-oem.jpg differ diff --git a/img/tabs/tab-mfg-isolated-shipping.jpg b/img/tabs/tab-mfg-isolated-shipping.jpg new file mode 100644 index 0000000..cb1f5ec Binary files /dev/null and b/img/tabs/tab-mfg-isolated-shipping.jpg differ diff --git a/img/tabs/tab-oem-mobile-terminals.jpg b/img/tabs/tab-oem-mobile-terminals.jpg new file mode 100644 index 0000000..a782d94 Binary files /dev/null and b/img/tabs/tab-oem-mobile-terminals.jpg differ diff --git a/img/tabs/tab-self-serve-kiosks-code-scan-modules.jpg b/img/tabs/tab-self-serve-kiosks-code-scan-modules.jpg new file mode 100644 index 0000000..4faaa8e Binary files /dev/null and b/img/tabs/tab-self-serve-kiosks-code-scan-modules.jpg differ diff --git a/img/tabs/tab-tiq-industrial.jpg b/img/tabs/tab-tiq-industrial.jpg new file mode 100644 index 0000000..a69fdde Binary files /dev/null and b/img/tabs/tab-tiq-industrial.jpg differ diff --git a/img/tabs/tab-track-trace-lab-samples.jpg b/img/tabs/tab-track-trace-lab-samples.jpg new file mode 100644 index 0000000..19a69b6 Binary files /dev/null and b/img/tabs/tab-track-trace-lab-samples.jpg differ diff --git a/img/team/code_staff.jpg b/img/team/code_staff.jpg new file mode 100644 index 0000000..a6d3b6d Binary files /dev/null and b/img/team/code_staff.jpg differ diff --git a/img/team/ryanh.png b/img/team/ryanh.png new file mode 100644 index 0000000..a165f09 Binary files /dev/null and b/img/team/ryanh.png differ diff --git a/img/track-trace-lab-samples-code-healthcare.jpg b/img/track-trace-lab-samples-code-healthcare.jpg index 64c6f83..d68604a 100644 Binary files a/img/track-trace-lab-samples-code-healthcare.jpg and b/img/track-trace-lab-samples-code-healthcare.jpg differ diff --git a/index-code.html b/index-code.html index 18a7e9d..312bc5f 100644 --- a/index-code.html +++ b/index-code.html @@ -1,29 +1,20 @@ - - + - - - Porto - Responsive HTML5 Template - + + Porto - Responsive HTML5 Template - - + - - + - - - - - + @@ -31,31 +22,27 @@ - - + - - - - + - + - - + - - + - + -
-
- - - -
- - - - -
-
-
-
- Illustration of a woman using a Code scanner.
-
-

- Scanning at
- - light speed - -

-
-
-
-
-
- -
-
-

Software

- Meet our team. -
-
-
-
- Phone with four Code software icons (CortexWedge, SDK, CortexID, and BatteryTrak) + +
+ +
+
+
+
+ Illustration of a woman using a Code scanner. +
+
+

+ Scanning at
+ + light speed + +

+
-
-
- learn more + - - -
-
-

Hardware

- Something for everyone. +
+ +
+ -
-
- Code scanners +
+
+
+
+

+ Code products are used in + + healthcare + manufacturing + OEM + retail +
+ by leading companies. +

+

+ With customers worldwide, chances are leaders in your industry are already leveraging Code products. For over 20 years, we have developed each of our purpose-built solutions with industry experts' input and guidance. +

-
-
- learn more +
+ + - - - - -
+
+
+ + +
+
- -
-
-

Save time & drive better decisions with the leader in Barcode Scanning. - Industry-leading & exclusive features give you the edge.

+
+ +
+
+ Think Big + Idea & Need +
-
- get started - +
+ Planning on a Computer + Plan +
+
+
+
+ Manufacturing site + Build +
+
+
+
+
+
    +
  • Scanning a barcode with a Code CR2700
  • +
  • ID Scanning with a Code CR5000
  • +
  • Bedside medication scanning with a
  • +
+
+ Deploy
-
-
-
-
-

- Code products are used in - - healthcare - manufacturing - OEM - retail -
- by leading companies. -

-

- With customers worldwide, chances are leaders in your industry are already leveraging Code products. For over 20 years, we have developed each of our purpose-built solutions with industry experts' input and guidance. -

-
+
+ +
+
+
+
- - - - - -
-
-
- -
- -
-
- Think Big - Idea & Need +
+
+

Why partner with Code?

+
+
+
+
+
-
-
-
- Planning on a Computer - Plan +
+

Customer Support

+

A US-based customer support team available to provide the help you need when you need it.

-
-
- Manufacturing site - Build +
+
+ +
+
+

Sales Support

+

Regardless of where you do business, our Sales Support team is ready to connect you with the best purchasing channel for your location and needs.

-
-
-
-
    -
  • Scanning a barcode with a Code CR2700
  • -
  • ID Scanning with a Code CR5000
  • -
  • Bedside medication scanning with a
  • -
-
- Deploy +
+
+ +
+
+

Engineering Expertise

+

With over 200 years of combined experience, our Engineers create truly innovative products—addressing needs in almost every industry.

- -
-
-
- - - - - -
- -
-
-
-
-
- -
-
-

Why partner with Code?

-
-
-
-
- -
-
-

Customer Support

-

A US-based customer support team available to provide the help you need when you need it.

-
+
+
+
+
-
-
- -
-
-

Sales Support

-

Regardless of where you do business, our Sales Support team is ready to connect you with the best purchasing channel for your location and needs.

-
-
-
-
- -
-
-

Engineering Expertise

-

With over 200 years of combined experience, our Engineers create truly innovative products—addressing needs in almost every industry.

-
+
+

Trail Blazing Tech

+

We have led the data capture industry with first-to-market features such as Bluetooth® 5-Low Energy and IP65 for dust and liquid protection. Our industry-exclusive CodeShield® plastics are disinfectant ready—to protect against infectious disease transmission.

-
-
-
- -
-
-

Trail Blazing Tech

-

We have led the data capture industry with first-to-market features such as Bluetooth® 5-Low Energy and IP65 for dust and liquid protection. Our industry-exclusive CodeShield® plastics are disinfectant ready—to protect against infectious disease transmission.

-
+
+
+
-
-
- -
-
-

OEM Solutions

-

See how pairing your idea or product with our industry-leading technology can increase your edge over the competition. When it comes to scanning, you don't have to reinvent the wheel. Let our crew get you off the test track and ready to lead the race.

-
+
+

OEM Solutions

+

See how pairing your idea or product with our industry-leading technology can increase your edge over the competition. When it comes to scanning, you don't have to reinvent the wheel. Let our crew get you off the test track and ready to lead the race.

- - -
-

and more...

- -
-
- -
-
-

On certain devices no exposed metal and inductive charging means no chance that damaging moisture will enter your device.

-

read more

-
-
+
+
+

and more...

+
+
+ -
-
-

- - - Request Demo - -

+
+
+

On certain devices no exposed metal and inductive charging means no chance that damaging moisture will enter your device.

+

read more

-
-
-

Without cost or obligation we would love to demo our solution for you and show you how it can help your business improve.

-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
-
-
- -
- +
+
+ +
+
+

Without cost or obligation we would love to demo our solution for you and show you how it can help your business improve.

+
+ + +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+ - -
-
+
+ +
+
-
- - -
+
+
- - - - - -
- -
-
-

- We're not the only ones - - excited - happy - thrilled - - about Code products... -

-

Thousands of customers in 100 countries rely on Code.
Meet some of our partners.

-
+
+ +
+
+
+

+ We're not the only ones + + excited + happy + thrilled + + about Code products... +

+

Thousands of customers in 100 countries rely on Code.
Meet some of our partners.

- -
- +
+
- - - - - - -
- -
-
- - - - - - - - +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file