@font-face {
    font-family: "latoregular";
    src:
        url("../fonts/lato-regular-webfont.woff2") format("woff2"),
        url("../fonts/lato-regular-webfont.woff") format("woff");
    font-display: swap;
    font-weight: 400;
}
@font-face {
    font-family: "latomedium";
    src:
        url("../fonts/lato-medium-webfont.woff2") format("woff2"),
        url("../fonts/lato-medium-webfont.woff") format("woff");
    font-display: swap;
    font-weight: 500;
}
@font-face {
    font-family: "latolight";
    src:
        url("../fonts/lato-light-webfont.woff2") format("woff2"),
        url("../fonts/lato-light-webfont.woff") format("woff");
    font-display: swap;
    font-weight: 300;
}
@font-face {
    font-family: "latoheavy";
    src:
        url("../fonts/lato-heavy-webfont.woff2") format("woff2"),
        url("../fonts/lato-heavy-webfont.woff") format("woff");
    font-display: swap;
    font-weight: 800;
}
@font-face {
    font-family: "latobold";
    src:
        url("../fonts/lato-bold-webfont.woff2") format("woff2"),
        url("../fonts/lato-bold-webfont.woff") format("woff");
    font-display: swap;
    font-weight:bold;
}
@font-face {
    font-family: "latoblack";
    src:
        url("../fonts/lato-black-webfont.woff2") format("woff2"),
        url("../fonts/lato-black-webfont.woff") format("woff");
    font-display: swap;
    font-weight: 900;
}
html body {
    font-family: "latoregular", sans-serif;
    color: #666;
    background: #fff;
    font-size: 14px;
    font-size: 0.875rem;
}
html body.home_page_body {
    background: #eee;
}
h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6 {
    font-family: "latomedium", sans-serif;
}
body h1,
body .h1 {
    font-size: 26px;
    font-size: 1.625rem;
    font-family: "latobold", sans-serif;
    font-weight: bold;
}
body h2,
body .h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    font-family: "latomedium", sans-serif;
    margin-bottom: .5rem;
}
body h3,
body .h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "latomedium", sans-serif;
    margin-bottom: .5rem;
}
body h4,
body .h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "latomedium", sans-serif;
}
body h5,
body .h5 {
    font-size: 16px;
    font-size: 1rem;
    font-family: "latomedium", sans-serif;
}
body h6,
body .h6 {
    font-size: 16px;
    font-size: 1rem;
    font-family: "latomedium", sans-serif;
}
b,
strong,
.text-bold,
.font-weight-bold {
    font-family: 'Lato';
    font-weight: normal;
}
.card-title a {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
}
.btn-primary,
.btn-info,
.btn-success,
.btn-secondary {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.zoom:hover {
    background: #505050;
    background: rgba(80, 80, 80, 0.75);
}
.page-header {
    color: #252d65;
}
.page-header h1 small {
    color: #505050 !important;
}
.page-section-header {
    color: #9f1f22;
}
.page-sub-header {
    color: #505050;
}
.table .thead-light th,
.table .thead th,
.table thead th {
    color: #252d65 !important;
    background: rgba(0, 0, 0, 0);
    border-bottom-color: #252d65;
}
a {
    color: #505050;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover {
    color: #9f1f22;
    text-decoration: none;
}
.btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: 0 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
}
.btn-primary {
    background: #9f1f22;
    border-color: #9f1f22;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #741719;
    border-color: #741719;
}
.btn-primary.disabled,
.btn-primary:disabled {
    background: #9f1f22;
    border-color: #9f1f22;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.btn-info {
    background: #252d65;
    border-color: #252d65;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active:focus {
    background: #171c40;
    border-color: #171c40;
}
.btn-info.disabled,
.btn-info:disabled {
    background: #252d65;
    border-color: #252d65;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.btn-secondary {
    background: #505050;
    border-color: #505050;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    background: #373737;
    border-color: #373737;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    background: #505050;
    border-color: #505050;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.btn-success {
    background: #252d65;
    border-color: #252d65;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active:focus {
    background: #171c40;
    border-color: #171c40;
}
.btn-success.disabled,
.btn-success:disabled {
    background: #252d65;
    border-color: #252d65;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.btn-outline-primary {
    background: rgba(0, 0, 0, 0);
    border-color: #9f1f22;
    color: #9f1f22;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background: #9f1f22;
    color: #fff;
    border-color: #9f1f22;
}
.btn-outline-secondary {
    background: rgba(0, 0, 0, 0);
    border-color: #505050;
    color: #505050;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    background: #505050;
    color: #fff;
    border-color: #505050;
}
.btn-outline-info {
    background: rgba(0, 0, 0, 0);
    border-color: #252d65;
    color: #252d65;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    background: #252d65;
    color: #fff;
    border-color: #252d65;
}
.btn-link {
    color: #252d65;
}
.btn-link:hover,
.btn-link:focus {
    color: #252d65;
}
.btn-link:disabled,
.btn-link.disabled {
    color: #252d65;
}
.border-primary {
    border-color: #9f1f22 !important;
}
.border-info {
    border-color: #252d65 !important;
}
.border-secondary {
    border-color: #505050 !important;
}
.loading {
    border-color: rgba(0, 0, 0, 0) #252d65;
}
#loading-text {
    color: #252d65;
}
.text-primary {
    color: #9f1f22 !important;
}
.text-info {
    color: #252d65 !important;
}
.text-secondary {
    color: #505050 !important;
}
.card-title {
    color: #252d65;
}
.card-title a.btn-link {
    color: #252d65 !important;
}
.card-title a.btn-link:hover {
    color: #9f1f22 !important;
}
.card-title a:not(.btn) {
    color: #333 !important;
}
.card-title a:not(.btn):hover {
    color: #252d65 !important;
}
.text-body {
    color: #fff !important;
}
.text-muted {
    color: #98a2ab !important;
}
.badge-primary {
    background: #9f1f22;
}
.badge-info {
    background: #252d65;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #741719 !important;
}
a.text-info:hover,
a.text-info:focus {
    color: #171c40 !important;
}
.bg-primary {
    background-color: #9f1f22 !important;
}
.bg-info {
    background-color: #252d65 !important;
}
.bg-secondary {
    background-color: #505050 !important;
}
.bg-success {
    background-color: #252d65 !important;
}
.bg-light {
    background-color: #eee !important;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
    background-color: #f2f2f2;
    color: #252d65 !important;
}
.bootstrap-select .dropdown-menu li.active small {
    color: #252d65 !important;
}
.bootstrap-select .dropdown-toggle small {
    color: #9f1f22 !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #9f1f22;
    border-color: #9f1f22;
    box-shadow: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #9f1f22;
    border-color: #9f1f22;
    box-shadow: none;
}
.form-control:focus {
    border-color: #252d65;
}
.page-item.active .page-link {
    background: #9f1f22;
    border-color: #9f1f22;
}
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
    background-color: #252d65;
}
.tt-dropdown-menu .tt-suggestion.tt-is-under-cursor strong {
    color: #fff;
}
.tt-dropdown-menu .tt-suggestion a {
    color: #333;
}
.tt-dropdown-menu .tt-suggestion a strong {
    color: #333;
}
.tt-dropdown-menu .tt-suggestion:hover strong {
    color: #fff !important;
}
.account-links a:hover .cicon {
    color: #252d65;
}
.account_dashboard_box h4 {
    color: #252d65;
}
.bar {
    background-color: #9f1f22;
}
.form-group .input-valid ~ .col-form-label {
    color: #9f1f22;
}
.page-header h1 {
    position: relative;
    padding-bottom: 0.8rem !important;
}
.page-header h1 small {
    font-family: "OpenSans-SemiBold", sans-serif;
}
.page-header h1:after {
    content: "";
    display: block;
    position: absolute;
    width: 30%;
    height: 3px;
    background: #9f1f22;
    left: 0;
    right: 0;
    bottom: -2px;
}
.top-header .badge {
    background: #252d65;
}
.top-header .bootstrap-select .btn {
    padding: 0 0.75rem;
}
.top-header .header-search .form-control {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    height: calc(1.5em + 1rem + 7px);
}
.top-header .header-search .twitter-typeahead:after {
    color: #fff;
    padding: 0 0.9rem;
    background: #9f1f22;
    border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    line-height: 3;
}
.top-header .navbar-brand {
    max-width: 200px;
}
.top-header .navbar-brand img {
    max-height: none;
    max-width: 100%;
}
#InfoTab .nav-tabs {
    border: 1px solid #ddd;
    background-color: #eee;
}
#InfoTab .nav-tabs .nav-item .nav-link {
    border: 0;
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    padding: 0.8rem 1.2rem;
    font-family: "latomedium", sans-serif;
    color: #555;
}
#InfoTab .nav-tabs .nav-item .nav-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 2px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#InfoTab .nav-tabs .nav-item .nav-link.active,
#InfoTab .nav-tabs .nav-item .nav-link:hover {
    background: rgba(0, 0, 0, 0);
    color: #9f1f22;
}
#InfoTab .nav-tabs .nav-item .nav-link.active:before,
#InfoTab .nav-tabs .nav-item .nav-link:hover:before {
    background: #9f1f22;
}
#InfoTab .tab-content {
    padding: 1rem;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1rem;
}
.nav-customtabs .nav-item .nav-link {
    border: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "latomedium", sans-serif;
    color: #555;
}
.nav-customtabs .nav-item .nav-link.active,
.nav-customtabs .nav-item .nav-link:hover {
    color: #252d65;
    background: rgba(0, 0, 0, 0);
}
.nav-customtabs .nav-item .nav-link.active:after,
.nav-customtabs .nav-item .nav-link:hover:after {
    background: #252d65;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td:hover {
    background: #252d65;
    color: #fff;
}
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td:hover:hover {
    background: rgba(0, 0, 0, 0);
    color: #fff;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    font-size: 12px;
    font-size: 0.75rem;
}
.navbar {
    z-index: 999;
    background: #fff;
}
.navbar .navbar-nav {
    margin-right: auto !important;
    margin-left: 0 !important;
}
.navbar .navbar-nav .nav-item > .nav-link {
    color: #fff !important;
    padding: 0.8rem 1rem;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .navbar .navbar-nav .nav-item > .nav-link {
        color: #fff !important;
    }
}
.navbar .navbar-nav .nav-item:hover > .nav-link,
.navbar .navbar-nav .nav-item.active > .nav-link {
    color: #fff !important;
    background: #9f1f22;
}
.navbar .navbar-nav .nav-item.show > .nav-link {
    color: #fff !important;
    background: #9f1f22;
}
.navbar .navbar-nav .nav-item .dropdown-menu:not(div) {
    background: #9f1f22;
}
.navbar .navbar-nav .nav-item .dropdown-menu:not(div) li a {
    font-size: 14px;
    font-size: 0.875rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
.navbar .navbar-nav .nav-item .dropdown-menu:not(div) li a:after {
    color: #fff;
}
.navbar .navbar-nav .nav-item .dropdown-menu:not(div) li:hover > .dropdown-item {
    color: #fff !important;
    background: #8a1b1d;
}
.navbar .navbar-nav .nav-item .dropdown-menu:not(div) li:hover > .dropdown-item:after {
    color: #fff;
}
.navbar .navbar-nav .nav-item .dropdown-menu:not(div) li:hover > .dropdown-item:hover strong {
    color: #fff;
}
.navbar .navbar-nav .nav-item .dropdown-menu:not(div) li .dropdown-menu {
    background: #9f1f22;
}
.navbar .navbar-nav .nav-item .dropdown-menu:not(div) li .dropdown-menu li {
    background: rgba(0, 0, 0, 0);
    padding-left: 0.8rem;
}
@media only screen and (min-width: 768px) {
    .navbar .navbar-nav .nav-item .dropdown-menu:not(div) li .dropdown-menu li {
        padding-left: 0;
    }
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li a {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > a {
    color: #9f1f22 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover strong {
    color: #9f1f22 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu > .all-product,
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu > .dropdown-item {
    background: #9f1f22;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu > .all-product:after,
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu > .dropdown-item:after {
    color: #fff;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu:hover > .all-product,
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu:hover > .dropdown-item,
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu.active > .all-product,
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu.active > .dropdown-item {
    background: #f8f8f8;
    color: #9f1f22 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu:hover > .all-product:after,
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu:hover > .dropdown-item:after,
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu.active > .all-product:after,
.navbar .navbar-nav .nav-item .dropdown-menu .list-unstyled li.dropdown-submenu.active > .dropdown-item:after {
    color: #9f1f22;
}
.navbar .navbar-nav .nav-item.position-static .dropdown-menu {
    background: #f9f9f9;
}
.navbar .navbar-nav .nav-item.position-static .dropdown-menu .nav li a {
    background: rgba(0, 0, 0, 0);
}
.navbar .navbar-nav .nav-item.position-static .dropdown-menu .nav li:hover a {
    color: #9f1f22 !important;
}
.navbar .navbar-nav .nav-item.position-static .dropdown-menu a {
    padding: 0.25rem 1rem;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu li a {
    border-bottom: 1px solid #ccc;
    background: #f9f9f9;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu li a:hover {
    background: #f8f8f8;
    color: #252d65 !important;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu li a:hover:after {
    color: #252d65 !important;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu li ul li a {
    color: #333 !important;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu li ul li a:hover {
    background: rgba(0, 0, 0, 0);
    color: #252d65 !important;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .col ul li a {
    background: rgba(0, 0, 0, 0);
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu .col ul li a:hover {
    color: #252d65 !important;
}
.navbar .navbar-nav .nav-item.megamenu .dropdown-menu img {
    max-width: 100%;
    height: auto;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
    border: 0;
    margin-top: 0 !important;
    margin: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li a {
    padding: 0.2rem 0.8rem;
    background: rgba(0, 0, 0, 0);
}
.navbar .navbar-nav .nav-item .dropdown-menu .card-columns .card .card-body .nav li:hover a {
    color: #9f1f22 !important;
}
.navbar .navbar-nav .nav-item .dropdown-menu li {
    padding-left: 0;
}
.navbar .navbar-nav .nav-item .dropdown-menu li > .dropdown-item {
    padding-left: 1.5rem;
    background: #9f1f22;
    border-color: rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 800px) {
    .navbar .navbar-nav .nav-item .dropdown-menu li > .dropdown-item {
        padding: 0.5rem 0.8rem;
    }
}
.navbar .navbar-nav .nav-item .dropdown-menu li > .dropdown-item:after {
    color: #333;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .dropdown-submenu > .dropdown-item {
    padding-left: 2.5rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .dropdown-submenu > .dropdown-item:after {
    color: #333;
}
@media only screen and (min-width: 800px) {
    .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .dropdown-submenu > .dropdown-item {
        padding: 0.5rem 0.8rem;
    }
}
.navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu .dropdown-submenu .dropdown-menu li > .dropdown-item {
    padding-left: 3.5rem;
}
@media only screen and (min-width: 800px) {
    .navbar
        .navbar-nav
        .nav-item
        .dropdown-menu
        li
        .dropdown-menu
        .dropdown-submenu
        .dropdown-menu
        li
        > .dropdown-item {
        padding: 0.5rem 0.8rem;
    }
}
.navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0.5rem 0.8rem;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item {
    color: #333 !important;
    background: #8a1b1d;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item:after {
    color: #333;
}
.navbar .navbar-nav .nav-item .dropdown-menu li:hover > .dropdown-item:hover strong {
    color: #9f1f22;
}
@media only screen and (min-width: 768px) {
    .navbar {
        background: #252d65;
    }
}
#get-started {
    background: #252d65 !important;
    border-color: #252d65 !important;
}
#get-started:hover {
    background: #333e8a !important;
    border-color: #333e8a;
    border-color: #333e8a !important;
    border-color: #333e8a;
}
.sidebar .facebook_login {
    margin-bottom: 1rem;
}
.sidebar .card {
    background: rgba(0, 0, 0, 0);
}
.sidebar .card .card-header {
    background-color: #252d65 !important;
}
.sidebar .card .card-header .card-title {
    color: #fff;
}
.sidebar .card .card-body #straightmenu .list-group {
    margin-left: 0 !important;
}
.sidebar .card .card-body #straightmenu .list-group .list-group-item {
    padding: 0.9rem !important;
}
.sidebar .card .card-body #straightmenu .list-group .list-group-item .text-info {
    font-size: 16px;
    font-size: 1rem;
    color: #252d65 !important;
    border-bottom: 1px dashed #ccc;
    padding-left: 0 !important;
    padding-bottom: 0.5rem !important;
    margin-bottom: 0.5rem;
}
.sidebar .card .card-body #straightmenu .list-group .list-group-item .text-info:before {
    display: none;
}
.sidebar .card .card-body #straightmenu .list-group .list-group-item .all-product {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 0;
    color: #333 !important;
}
.sidebar .card .card-body #straightmenu .list-group .list-group-item .all-product:before {
    display: none;
}
.sidebar .card .card-body .accordion-menu .list-group-item > a,
.sidebar .card .card-body .accordion .list-group-item > a {
    position: relative;
    font-family: "latomedium", sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #252d65 !important;
}
.sidebar .card .card-body .accordion-menu .list-group-item > a:after,
.sidebar .card .card-body .accordion .list-group-item > a:after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    right: 10px;
    font-weight: 900;
}
.sidebar .card .card-body .accordion-menu .list-group-item > a[aria-expanded="true"]:after,
.sidebar .card .card-body .accordion .list-group-item > a[aria-expanded="true"]:after {
    content: "\f106";
}
.sidebar .card .card-body .accordion-menu .list-group-item > a:hover,
.sidebar .card .card-body .accordion-menu .list-group-item > a[aria-expanded="true"],
.sidebar .card .card-body .accordion .list-group-item > a:hover,
.sidebar .card .card-body .accordion .list-group-item > a[aria-expanded="true"] {
    color: #9f1f22 !important;
}
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled,
.sidebar .card .card-body .accordion .list-group-item .list-unstyled {
    margin-left: 0.5rem;
}
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li a,
.sidebar .card .card-body .accordion .list-group-item .list-unstyled li a {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li a:before,
.sidebar .card .card-body .accordion .list-group-item .list-unstyled li a:before {
    top: 3px;
}
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li:hover a,
.sidebar .card .card-body .accordion-menu .list-group-item .list-unstyled li.active a,
.sidebar .card .card-body .accordion .list-group-item .list-unstyled li:hover a,
.sidebar .card .card-body .accordion .list-group-item .list-unstyled li.active a {
    color: #9f1f22 !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item {
    background: rgba(0, 0, 0, 0);
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item > a {
    color: #555 !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item:hover > a {
    background: #741719;
    color: #fff !important;
    padding-left: 1.5rem !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled {
    background: #252d65;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li {
    background: rgba(0, 0, 0, 0);
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li a {
    color: #fff !important;
}
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li:hover > a,
.sidebar .card .card-body #cssmenu .list-group .list-group-item .list-unstyled li.active > a {
    background: #741719;
    color: #fff !important;
    padding-left: 1.5rem !important;
}
.sidebar #myaccount_menu li:hover a,
.sidebar #myaccount_menu li.active a {
    color: #252d65 !important;
}
.sidebar .without_cat .list-group .list-group-item {
    padding: 0 !important;
}
.sidebar .without_cat .list-group .list-group-item > a {
    padding: 0.5rem 0.9rem;
}
.sidebar .without_cat .list-group .list-group-item ul {
    margin-bottom: 0.9rem;
}
.sidebar .without_cat .list-group .list-group-item ul li:hover a,
.sidebar .without_cat .list-group .list-group-item ul li.active a {
    color: #9f1f22 !important;
}
.sidebar #straightmenu .list-group .list-group-item > a.all-product {
    font-size: 16px;
    font-size: 1rem;
    color: #252d65;
}
.sidebar #straightmenu .list-group .list-group-item > a.all-product:before {
    display: none;
}
.sidebar #straightmenu .list-group .list-group-item > a:not(.all-product) {
    padding: 0.2rem 0 0.2rem 1.1rem !important;
}
.sidebar #straightmenu .list-group .list-group-item > a:not(.all-product):before {
    display: block;
}
.sidebar #straightmenu .list-group .list-group-item > a:hover {
    color: #9f1f22 !important;
}
.sidebar #straightmenu .list-group .list-group-item .list-unstyled li > a {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.sidebar #straightmenu .list-group .list-group-item .list-unstyled li > a:before {
    top: 3px;
}
.sidebar #straightmenu .list-group .list-group-item .list-unstyled li > a:hover {
    color: #9f1f22 !important;
}
.sidebar #straightmenu .list-group .list-group-item .list-unstyled li:hover > a,
.sidebar #straightmenu .list-group .list-group-item .list-unstyled li.active > a {
    color: #9f1f22 !important;
}
.sidebar #straightmenu .without_cat .list-unstyled {
    padding-left: 0.9rem;
}
.browse_design:hover,
.upload_design:hover,
.custom_design:hover,
.hire_designer:hover,
.ico_quote_design:hover {
    -webkit-box-shadow: 0 0 5px 1px #73797d;
    -moz-box-shadow: 0 0 5px 1px #73797d;
    box-shadow: 0 0 5px 1px #73797d;
}
.browse_design {
    border-color: #252d65 !important;
}
.browse_design .btn-img-text {
    color: #252d65 !important;
}
.browse_design:hover .btn-img-text {
    color: #171c40 !important;
}
.upload_design {
    border-color: #9f1f22 !important;
}
.upload_design .btn-img-text {
    color: #9f1f22 !important;
}
.upload_design:hover .btn-img-text {
    color: #741719 !important;
}
.custom_design {
    border-color: #505050 !important;
}
.custom_design .btn-img-text {
    color: #505050 !important;
}
.custom_design:hover .btn-img-text {
    color: #373737 !important;
}
.hire_designer {
    border-color: #252d65 !important;
}
.hire_designer .btn-img-text {
    color: #252d65 !important;
}
.hire_designer:hover .btn-img-text {
    color: #171c40 !important;
}
.ico_quote_design {
    border-color: #9f1f22 !important;
}
.ico_quote_design .btn-img-text {
    color: #9f1f22 !important;
}
.ico_quote_design:hover .btn-img-text {
    color: #741719 !important;
}
.btn-title-text .h4 {
    font-size: 18px;
    font-size: 1.125rem;
}
.btn-title-text.browse_design {
    background: #252d65 !important;
    border-color: #252d65 !important;
}
.btn-title-text.browse_design a .h4,
.btn-title-text.browse_design a i {
    color: #fff !important;
}
.btn-title-text.browse_design:hover {
    background: rgba(0, 0, 0, 0) !important;
}
.btn-title-text.browse_design:hover a .h4,
.btn-title-text.browse_design:hover a i {
    color: #252d65 !important;
}
.btn-title-text.upload_design {
    background: #9f1f22 !important;
    border-color: #9f1f22 !important;
}
.btn-title-text.upload_design a .h4,
.btn-title-text.upload_design a i {
    color: #fff !important;
}
.btn-title-text.upload_design:hover {
    background: rgba(0, 0, 0, 0) !important;
}
.btn-title-text.upload_design:hover a .h4,
.btn-title-text.upload_design:hover a i {
    color: #9f1f22 !important;
}
.btn-title-text.custom_design {
    background: #505050 !important;
    border-color: #505050 !important;
}
.btn-title-text.custom_design a .h4,
.btn-title-text.custom_design a i {
    color: #fff !important;
}
.btn-title-text.custom_design:hover {
    background: rgba(0, 0, 0, 0) !important;
}
.btn-title-text.custom_design:hover a .h4,
.btn-title-text.custom_design:hover a i {
    color: #505050 !important;
}
.btn-title-text.hire_designer {
    background: #252d65 !important;
    border-color: #252d65 !important;
}
.btn-title-text.hire_designer a .h4,
.btn-title-text.hire_designer a i {
    color: #fff !important;
}
.btn-title-text.hire_designer:hover {
    background: rgba(0, 0, 0, 0) !important;
}
.btn-title-text.hire_designer:hover a .h4,
.btn-title-text.hire_designer:hover a i {
    color: #252d65 !important;
}
.btn-title-text.quote_product {
    background: #9f1f22 !important;
    border-color: #9f1f22 !important;
}
.btn-title-text.quote_product a .h4 {
    color: #fff !important;
}
.btn-title-text.quote_product:hover {
    background: rgba(0, 0, 0, 0) !important;
}
.btn-title-text.quote_product:hover a .h4 {
    color: #9f1f22 !important;
}
.customer_service p {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 0.3rem;
}
.customer_service p a {
    color: #252d65;
}
.customer_service p a:hover {
    color: #333;
}
.custom-page a:focus {
    background: transparent !important;
    outline: 0 !important;
    border: none;
    text-decoration: none !important;
}
@media only screen and (min-width: 768px) {
    .navbar-brand {
        margin-right: auto;
    }
}
.top-links li {
    margin: 0;
}
.top-links li a {
    font-size: 16px;
    font-size: 1rem;
    font-family: "latolight", sans-serif;
    padding: 0 0.5rem;
}
@media only screen and (min-width: 768px) {
    .header-search .twitter-typeahead {
        width: 330px;
    }
}
.header-search .twitter-typeahead input {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-color: #9f1f22 !important;
}
.header-search .input-group-append span {
    border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    cursor: pointer;
    border-color: #252d65 !important;
    background-color: #252d65 !important;
    color: #333;
}
.header-search .input-group-append span i {
    font-weight: bold;
}
#top-banner .carousel-indicators {
    bottom: 70px;
    margin: 0;
}
#top-banner ~ .header-content .block_text {
    position: static;
}
@media only screen and (min-width: 768px) {
    #top-banner ~ .header-content .block_text {
        position: relative;
        top: -50px;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
}
#top-banner ~ .header-content .block_text a {
    border-right: 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 1024px) {
    #top-banner ~ .header-content .block_text a {
        text-align: left;
    }
}
@media only screen and (min-width: 768px) {
    #top-banner ~ .header-content .block_text a {
        border-bottom: 0;
    }
}
#top-banner ~ .header-content .block_text a img {
    max-width: 50px;
    display: block;
    margin: 0 auto;
}
@media only screen and (min-width: 1248px) {
    #top-banner ~ .header-content .block_text a img {
        max-width: 90px;
    }
}
@media only screen and (min-width: 1024px) {
    #top-banner ~ .header-content .block_text a img {
        display: inline-block;
    }
}
#top-banner ~ .header-content .block_text a span {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
    .header-content .block_text {
        border: 1px solid #dee2e6 !important;
    }
    .header-content .block_text a {
        background-color: rgba(0, 0, 0, 0) !important;
    }
}
.prod_cat .card {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.prod_cat .card .card-title,
.prod_cat .card .card-text {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.prod_cat .card:hover {
    -webkit-box-shadow: 0 0 5px 1px rgba(115, 121, 125, 0.3);
    -moz-box-shadow: 0 0 5px 1px rgba(115, 121, 125, 0.3);
    box-shadow: 0 0 5px 1px rgba(115, 121, 125, 0.3);
}
.img-box {
    background-color: #eee;
    border: 1px solid #ddd;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.discount-box {
    border: 3px solid #acacac;
    max-width: 400px;
    margin: 1rem auto;
    padding: 2rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
@media only screen and (min-width: 768px) {
    .discount-box {
        margin: 0 auto;
    }
}
.discount-box a {
    text-transform: uppercase;
}
.discount-box p {
    font-size: 24px;
    font-size: 1.5rem;
}
@media only screen and (min-width: 480px) {
    .discount-box p {
        font-size: 30px;
        font-size: 1.875rem;
    }
}
.discount-box .off {
    font-size: 120px;
    font-size: 7.5rem;
    line-height: 160px;
    /* font-family: "latomedium", sans-serif; */
    color: #252d65;
}
@media only screen and (min-width: 480px) {
    .discount-box .off {
        font-size: 150px;
        font-size: 9.375rem;
    }
}
.discount-box .off sup {
    font-size: 60px;
    font-size: 3.75rem;
    vertical-align: middle;
}
.discount-box .off sub {
    font-size: 60px;
    font-size: 3.75rem;
    vertical-align: middle;
    left: -30px;
}
.discount-box:hover {
    background-color: #252d65;
    border-color: #252d65;
}
.discount-box:hover p,
.discount-box:hover .off {
    color: #fff;
}
.product-box .card {
    background: #f7f7f7;
}
.product-box .card h3 {
    font-size: 15px;
    font-size: 0.9375rem;
}
.flip3d {
    border-color: #252d65;
}
.flip3d .card-header {
    background: #252d65 !important;
}
.flip3d .card-header .card-title {
    color: #fff;
}
.flip3d .card-header .card-title:hover {
    color: #9f1f22;
}
.slideup .card-body {
    background: #9f1f22 !important;
}
.slide-hover .card-title {
    background: #9f1f22 !important;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
}
.slide-hover .card-title:after {
    background: #741719;
}
.subscribe_section h3 {
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
}
.subscribe_section input {
    height: 50px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.subscribe_section button {
    border-radius: 0 30px 30px 0 !important;
    -moz-border-radius: 0 30px 30px 0 !important;
    -webkit-border-radius: 0 30px 30px 0 !important;
}
footer.bg-dark {
    background-color: #323232 !important;
}
.fotter_bottom {
    background-color: #323232 !important;
}
.fotter_bottom h3 {
    font-family: "latobold", sans-serif;
    font-size: 22px;
    font-size: 1.375rem;
    color: #fff;
}
.fotter_bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.fotter_bottom ul li {
    display: block;
}
.fotter_bottom ul li a {
    color: #fff;
    display: inline-block;
    padding: 0.2rem 0 0.2rem 0.8rem;
    position: relative;
}
.fotter_bottom ul li a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.fotter_bottom ul li a b {
    color: #9f1f22;
}
.fotter_bottom ul li a:after {
    background: #fff;
}
.fotter_bottom ul li a:hover {
    color: #9f1f22;
}
.fotter_bottom ul li a:hover:after {
    background: #9f1f22;
}
.fotter_bottom ul li .badgeonproducttitle {
    color: #9f1f22;
}
.fotter_bottom ul.list-unstyled > li {
    width: 100%;
    float: left;
}
@media only screen and (min-width: 480px) {
    .fotter_bottom ul.list-unstyled > li {
        width: 50%;
    }
}
.fotter_bottom ul.list-unstyled > li > a:after {
    background: #9f1f22;
}
.fotter_bottom .contact_us ul li a {
    padding: 0.2rem 0;
}
.fotter_bottom .contact_us ul li a:after {
    content: normal;
}
.fotter_bottom .contact_us ul li a i {
    display: inline-block;
    margin-right: 0.3rem;
}
.fotter_bottom .contact_us .customer_service a {
    color: #fff;
    display: block;
    font-size: 32px;
    font-size: 2rem;
    font-family: "latoblack", sans-serif;
    letter-spacing: 2px;
}
.fotter_bottom .contact_us .customer_service a:hover {
    color: rgba(255, 255, 255, 0.75);
}
.fotter_bottom .contact_us p {
    color: #fff;
}
.fotter_bottom .social_media li {
    display: inline-block;
    margin: 0 0.3rem;
}
.fotter_bottom .social_media li a {
    display: inline-block;
    text-align: center;
}
.fotter_bottom .social_media li a i {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fotter_bottom .social_media li a:hover i {
    color: #9f1f22;
    background: #fff;
    border-color: #fff;
}
.bottom-links li a {
    color: #fff;
}
.bottom-links li a:hover,
.bottom-links li a.active {
    color: #9f1f22;
}
.media-filter li a {
    border-color: #505050;
    color: #505050;
}
.media-filter li a:hover,
.media-filter li a.selected {
    background: #505050 !important;
    color: #fff !important;
}
.media-filter .media-boxes-drop-down-header {
    border: 1px solid #505050;
}
.treeview li .act {
    color: #252d65 !important;
}
.treeview li a:hover {
    color: #252d65 !important;
}
.breadcrumb_container .breadcrumb li a:hover {
    color: #252d65;
}
.breadcrumb_container .breadcrumb li.active .a {
    color: #252d65;
}
.form-control:focus + .input-group-append .input-group-text {
    border-color: #252d65;
}
.form-control:focus ~ .col-form-label {
    color: #252d65;
}
#category_list a:hover,
#category_list a.act {
    color: #252d65;
}
#designer_template_category li a:hover,
#designer_template_category li a.p_act {
    color: #9f1f22;
}
.templatebox .card .card-body {
    margin: 0 auto;
}
#user_signup a {
    font-family: "latobold", sans-serif;
}
.facebook_login,
.google_login,
.btnlogin {
    padding: 0.25rem 0.5rem;
}
@media only screen and (min-width: 800px) {
    .facebook_login,
    .google_login,
    .btnlogin {
        padding: 0.25rem 0.3rem;
    }
}
.footer-content,
footer {
    background-color: #323232 !important;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .footer-content,
    footer {
        text-align: left;
    }
}
.footer-content .card,
footer .card {
    border: 0px;
    margin-bottom: 0.5rem;
    padding: 0;
}
.footer-content .card .card-header,
footer .card .card-header {
    background-color: #323232;
    border-bottom: 0px;
    padding: 0;
    margin-bottom: 0.4rem;
}
.footer-content .card .card-header .card-title,
footer .card .card-header .card-title {
    color: #fff !important;
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0.6rem 0 !important;
    padding: 0;
}
.footer-content .card .card-body,
footer .card .card-body {
    padding: 0;
    color: #fff !important;
}
.footer-content .card .card-body b,
.footer-content .card .card-body strong,
footer .card .card-body b,
footer .card .card-body strong {
    color: #fff;
}
.footer-content .card .card-body h2,
footer .card .card-body h2 {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
}
.footer-content ul,
footer ul {
    padding: 0;
    list-style: none;
}
.footer-content ul > li,
footer ul > li {
    margin-bottom: 0.2rem;
}
.footer-content ul > li .badge-info,
footer ul > li .badge-info {
    background: #9f1f22;
    color: #333;
}
.footer-content ul > li a,
footer ul > li a {
    color: #fff !important;
    font-size: 16px;
    font-size: 1rem;
}
.footer-content ul > li a b,
.footer-content ul > li a strong,
footer ul > li a b,
footer ul > li a strong {
    color: #fff;
}
.footer-content ul > li a:hover,
.footer-content ul > li a.active,
footer ul > li a:hover,
footer ul > li a.active {
    color: rgba(255, 255, 255, 0.75) !important;
}
.footer-content .bottom-links a,
footer .bottom-links a {
    color: #ccc !important;
}
.footer-content .list-unstyled > li,
footer .list-unstyled > li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.6rem;
}
.footer-content .foot-cont,
footer .foot-cont {
    font-size: 16px;
    font-size: 1rem;
}
.footer-content .foot-cont a,
footer .foot-cont a {
    color: #252d65;
    font-weight: bold;
    font-size: 32px;
    font-size: 2rem;
}
.footer-content .foot-cont p,
footer .foot-cont p {
    color: #fff;
    margin: 0.9rem 0 0;
}
.footer-content .social .card,
footer .social .card {
    background-color: #2b1242;
}
.footer-content .social ul li,
footer .social ul li {
    display: inline-block;
}
.footer-content .social ul li a i,
footer .social ul li a i {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #959595;
    color: #fff;
    font-size: 20px;
    height: 38px;
    line-height: 36px;
    margin-right: 0.5rem;
    text-align: center;
    vertical-align: middle;
    width: 38px;
}
.footer-content .social ul li:hover a i,
footer .social ul li:hover a i {
    background: #9f1f22;
    color: #fff;
    border-color: #9f1f22;
}
.middle-footer-content {
    background: #252d65;
    color: #fff;
}
.middle-footer-content #footersubscribe_sidebar .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.middle-footer-content #footersubscribe_sidebar .col-md-6:first-child {
    display: none;
}
.middle-footer-content #footersubscribe_sidebar .col-md-6 .form-control {
    border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px 0 0 30px;
    height: 48px;
}
.middle-footer-content #footersubscribe_sidebar .col-md-6 button {
    border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    height: 48px;
}
.middle-footer-content #footersubscribe_sidebar .col-md-6 #subscribe {
    color: #fff;
    text-transform: uppercase;
}
.middle-footer-content #footersubscribe_sidebar .col-md-6 #subscribe:hover,
.middle-footer-content #footersubscribe_sidebar .col-md-6 #subscribe :focus {
    background-color: #010101;
    border-color: #010101;
}
#footersubscribe_sidebar .custom-control .custom-control-label a {
    color: #fff !important;
}
#footersubscribe_sidebar .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #9f1f22;
    border-color: #9f1f22;
    box-shadow: none;
}
#shopping_accordion .card-title a,
#price_calculator .card-title a {
    color: #252d65 !important;
    font-family: "latomedium", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
}
.btn-group .btn-outline-primary {
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
.btn-group .btn-primary {
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
}
#sitemap ul li a:hover {
    color: #9f1f22;
}
@media only screen and (min-width: 768px) {
    .container {
        max-width: 1280px;
    }
}
.HomePage_Title {
    display: none;
} /*# sourceMappingURL=theme.css.map */
