







:root{
  --primary_color:#ed1f00;
  --secondary_color:#FFFFFF;
  --body_color:#CCCCCC;
  --heading_text_color:#2a2b2c;
  --body_text_color:#2a2b2c;
  --link_color:#ed1f00;
  --link_hover_color:#ed1f00;
   }

/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */
/*Floating Back-To-Top Button*/
    #myBtn {
        position: fixed;
        bottom: 10px;
        float: right;
        right: 18.5%;
        left: 77.25%;
        max-width: 30px;
        width: 100%;
        font-size: 12px;
        border-color: rgba(85, 85, 85, 0.2);
        background-color: rgb(100,100,100);
        padding: .5px;
        border-radius: 4px;

    }
/*On Hover Color Change*/
    #myBtn:hover {
        background-color: #7dbbf1;
    }







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */









.content-wrapper {
  max-width: 1240px;
}

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 16px;
}

body {
  font-family: 'Open Sans'; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2a2b2c;
}

/* Paragraphs */

p {
  font-family: 'Open Sans'; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  color: #ed1f00;
}
a:hover{
  #ed1f00
}
a:hover,
a:focus {
  color: #c50000;
}

a:active {
  color: #ff4728;
}

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #FFFFFF;
  font-size: 50px;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #FFFFFF;
  font-size: 38px;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #2a2b2c;
  font-size: 30px;
}

h4 {
  font-weight: 700; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #2a2b2c;
  font-size: 24px;
}

h5 {
  font-weight: 700; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #2a2b2c;
  font-size: 20px;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #2a2b2c;
  font-size: 16px;
}

/* Blockquote */

blockquote {
  border-left-color: #FFFFFF;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(237, 31, 0, 1.0)

;
  border: 1px solid #ed1f00;
  border-radius: 16px;
  color: #FFFFFF;
  padding: 15px 53px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color:#c81d03;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color:#c81d03;
  border-color: #FFFFFF;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-family: 'Open Sans'; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(237, 31, 0, 1.0)

;
  color: #FAFAFA;
}

/* Form label */

form label {
  color: #2a2b2c;
}

/* Form help text */

form legend {
  color: #ffffff;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-color: #c81d03;
  color: #c81d03;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #000000;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #2a2b2c;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #ed1f00;
}

.fn-date-picker td .pika-button:hover {
  background-color: #ed1f00 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #ed1f00;
}

/* Submit button */

form input[type=submit],
form .hs-button, .hs-button {
  background-color: 

  
  
    
  


  rgba(237, 31, 0, 1.0)

;
  border: 1px solid #ed1f00;
  border-radius: 16px;
  color: #FFFFFF;
  padding: 15px 53px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.hs-button:active {
   background-color:#c81d03;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active,
.hs-button:active{
 background-color:#c81d03;
  border-color: #FFFFFF;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
  border-color: #ffffff;
}

th,
td {
  border-color: #ffffff;
  color: #ffffff;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
  border-bottom-color: #ffffff;
  color: #2a2b2c;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
  color: #ffffff;
}

tbody + tbody {
  border-top-color: #ffffff;
}

#gunrentals {border-color: #2a2b2c !important;}

#gunrentals tr.even td {
    color: var(--bs-table-striped-color);
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    position: absolute;
    left: 110px;
}
@media(max-width:767px){
div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    position: relative;
    left:0px;
}
    div#gunrentals_length {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}
}
div.dataTables_wrapper div.dataTables_length label {
    position: relative;
    color: #fff;
}
div.dataTables_wrapper div.dataTables_filter label {
    color: #fff;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    color: #fff;
}
.dataTables_paginate ul.pagination li a {
    background: #2d2d2e;
    border: transparent;
    color: #ffffff;
    text-decoration: none;
}
.dataTables_paginate ul.pagination li.active a {
    background: #cc0201 !important;
    border-color: #cc0201;
    color: #fff;
}
.dataTables_paginate ul.pagination li.active a:focus {
    outline: none;
    box-shadow: none;
}
div.dataTables_wrapper div.dataTables_filter input:focus, div.dataTables_wrapper div.dataTables_length select, .dataTables_paginate ul.pagination li a:focus {
    outline: none;
    box-shadow: none;
}





.header {
  background-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
}
body .submenu.level-2 .menu-item, body .submenu.level-3 .menu-item, body .submenu.level-4 .menu-item{
  background: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

 !important; 
}
body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #2a2b2c;
  font-family: Montserrat;
}
.submenu.level-2 .has-submenu.menu-item:before, .submenu.level-3 .has-submenu.menu-item:before{
color: #2a2b2c;
}
.submenu.level-1 > .has-submenu > .menu-arrow{
border-top-color: #2a2b2c !important;
}
body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #020304;
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #525354;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #ed1f00;
}
.navigation-primary .submenu a {
  font-weight: 500; text-decoration: none; font-family: Montserrat; font-style: normal;
  font-size: 16px;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
  border-color: #ed1f00;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #ed1f00;
}

body .header__language-switcher .lang_list_class:before {
  border-bottom-color: #ed1f00;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Open Sans;
} 

.header__language-switcher-label-current:after {
  border-top-color: #2a2b2c;
}
.header__search--toggle:before,
.header__navigation--toggle:before,
.header__close--toggle.show:before{
color:#2a2b2c;
}
@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #2a2b2c;
  }
}
.header__search.open{
  background:#CCCCCC;
    color: #2a2b2c; 
}




.footer {
  background-color:

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
 
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #2a2b2c;
}





.blog-post__date {
  border-color: #2a2b2c;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #2a2b2c;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #020304;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #525354;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #ed1f00;
}

.blog-pagination__link {
  color: #2a2b2c;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #ed1f00;
}

.blog-post__title {
  font-weight: 700; text-decoration: none; font-family: Montserrat; font-style: normal;
  color: #FFFFFF;
  font-size: 38px;
}

.blog-post__author {
  background-color: #FFFFFF;
}

#comments-listing .comment-reply-to {
  color: #ed1f00;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #c50000;
}

#comments-listing .comment-reply-to:active {
  color: #ff4728;
}











body .icon svg {
  fill: #ed1f00;
}
body{
  background:#CCCCCC
}
body svg{
  fill:#FFFFFF
}
.separator{
  background:#ed1f00
}
body .tns-nav button.tns-nav-active {
  background-color: #ed1f00;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #ed1f00;
}

body .team-member__description {
  background-color: #FFFFFF;
}