@charset "UTF-8";
/* CSS Document */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

input[type="text"],  
input[type="number"],  
input[type="tel"],
input[type="email"],
select,  
textarea {    
    font-size: 1rem !important;  
}

html {    
    box-sizing: border-box;  
}    
*, *:before, *:after {    
    box-sizing: inherit;  
}

* {     
  margin: 0;    
  padding: 0;  
}


 html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc(14px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
        scroll-behavior: smooth;
        overflow-x: hidden !important;
        line-height: 1.35; 
        text-rendering: optimizeLegibility;
        font-family: 'Poppins', sans-serif;
}
html {
  position: relative;
  height: 100%!important;
}

a[href]:not([class]) {       
    text-decoration: none;  
    transition: all ease-in-out .3s;
    color: rgba(88,89,91,1.00);
}

a[href]:not([class]):hover {       
    color: rgba(238,28,38,1.00);
}

a[href] {       
    text-decoration: none;  
    transition: all ease-in-out .3s;
}


.edje{
    color: #FFFFFF;
     text-decoration: none !important;  
    transition: all ease-in-out .3s;
}
.edje:hover{
    color: #FFFFFF;
}

button:focus {outline:0;}

.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
   
}

.row-large-gutter {
  margin-left: -40px;
  margin-right: -40px;
}

.row-large-gutter > * {
  padding-left: 40px;
  padding-right: 40px;
}

.row-small-gutter {
  margin-left: -5px;
  margin-right: -5px;
}

.row-small-gutter > * {
  padding-left: 5px;
  padding-right: 5px;
}

.line-height-0{
    line-height: 0;
}

.line-height-_5{
    line-height: .5;
}

.line-height-1{
    line-height: 1;
}

.line-height-1_5{
    line-height: 1.5;
}

.line-height-2{
    line-height: 2;
}

.letter-space-1{
    letter-spacing: 1px;
}

.letter-space-2{
    letter-spacing: 2px;
}

.letter-space-3{
    letter-spacing: 3px;
}

.font-weight-900 {
    font-weight: 900;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-300 {
    font-weight: 300;
}

.text-shadow{
	text-shadow: 3px 4px 10px rgba(0,0,0,0.70);
    z-index: 2;
}
.xsmall{
	font-size: 60%;
}

.border-2{
    border-width: 2px;
    border-style: solid;
}

.border-4{
    border-width: 4px;
    border-style: solid;
}

.border-6{
    border-width: 6px;
    border-style: solid;
}

.border-8{
    border-width: 8px;
    border-style: solid;
}

.border-10{
    border-width: 10px;
    border-style: solid;
}

.border-15{
    border-width: 15px;
    border-style: solid;
}

.border-sm-left {
	border-left: solid;
}

.border-sm-white {
	border-color: rgba(255,255,255,1.00);
}

#invisible{
	display: none;
}
.w-10{
    width: 10% !important;
}

   .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
        background-color:rgba(125,194,66,1.00);
       border-color: rgba(125,194,66,1.00);
    }

   .custom-checkbox .custom-control-input:checked:disabled~.custom-control-label::before{
        background-color:rgba(125,194,66,0.60);
    }

   .custom-radio  .custom-control-input:checked~.custom-control-label::before{
        background-color:rgba(125,194,66,1.00);
       border-color: rgba(125,194,66,1.00);
    }

   .custom-radio  .custom-control-input:checked:disabled~.custom-control-label::before{
        background-color:rgba(125,194,66,0.60);
    }

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color:  rgba(125,194,66,1.00);
}

.nav-pills .nav-link:hover {
    color: #fff;
    background-color: rgba(125,194,66,1.00);
}

.btn-round-lg{
border-radius: 35px;
}
.btn-round{
border-radius: 17px;
}
.btn-round-sm{
border-radius: 15px;
}
.btn-round-xs{
border-radius: 11px;
padding-left: 10px;
padding-right: 10px;
}

.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}

/*-------------------RESPONSIVE TABLE---------------------*/
table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: center;
}

#admin-table  th,
#admin-table td{
     text-align: left !important;
}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}




@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  table td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
	border: 0;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: 0;
  border: none;
  -moz-outline-style: none;
	outline-style: none;
	box-shadow: 0 0 0 0;
}

.container-fluid.full-width {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}


/* ANIMATED X */
.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #B6B6B6;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
 
.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}


/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:1999; /* makes sure it stays on top */
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/status.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.lightbox {
    position: relative;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
	flex-direction: column;
	left:0;
	height: 100vh;
    width: 100%;
    z-index: 190000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    outline: none;
}

/*=============== PAGE STYLES ====================================================================*/

.bg-charcoal {
	background-color: rgba(34,30,32,1.00);
}

.nav-item .nav-link {
	font-family: 'League Gothic', sans-serif;
	color: rgba(230,230,230,1.00);
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.nav-item .nav-link:hover {
	color: rgba(238,28,38,1.00)
}

.navbar-nav {
	width: 45%;
}


.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid rgba(230,7,6,1.00);
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-item:hover {
	background-color: rgba(238,28,38,1.00);
	color: rgba(255,255,255,1.00);
}


.navbar-brand {
	width: 20%;
}

.border-charcoal{
    border-color: #221E20;
    border-style: solid;
}

.border-red{
	border-color: rgba(238,28,38,1.00);
	border-style: solid;
}

.bg-gray {
    background-color: rgba(88,89,91,1.00);
}

.text-red {
    color: #EE1C26;
}

header .bg-charcoal{
    -webkit-box-shadow: 8px 0px 15px rgba(0,0,0,0.65);
    box-shadow: 8px 0px 15px rgba(0,0,0,0.65);
}

.bg-metal{
    background-image: url(assets/bg-metal.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

.font-condensed {
	font-family: 'League Gothic', sans-serif;
}

.font-script {
	font-family: 'Mr Dafoe', cursive;
}

/*================= Mega Menu ===============================================*/

.navbar .megamenu{ padding: 1rem; }

	.navbar .has-megamenu{position:static!important;}

	.navbar .megamenu{
	left:75%;
    transform: translateX(-50%); 
	right:0px; 
	width:50%; 
	margin-top:0;  }
	



    #carouselCircle {
	margin-top: -4rem;
	z-index: 5;
	margin-bottom: -4rem;
    pointer-events: none;
}

#carouselCircle .carousel-inner{
    border-width: 10px;
	z-index: 5;
	position: relative;
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.90);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.90);
}

header h1.display-1 {
    font-size: 8rem;
    transform: rotate(-10deg);
    text-shadow: 5px 5px 9px rgba(0,0,0,0.70);
}

.btn-red {
    background-color: rgba(238,28,38,1.00);
    border-color: rgba(238,28,38,1.00);
    color: rgba(34,30,32,1.00);
    font-family: 'League Gothic', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    
}

.btn-red:hover {
    background-color: rgba(142,0,6,1.00);
    border-color: rgba(142,0,6,1.00);
    color: rgba(255,255,255,1.00);
}

.footer-logo {
    width: 70%;
}

footer .bg-charcoal {
    -webkit-box-shadow: 0px 6px 18px rgba(0,0,0,0.70);
    box-shadow: 0px 6px 18px rgba(0,0,0,0.70);
    z-index: 3;
    position: relative;
}

footer .phone {
    color: rgba(255,255,255,1.00);
}

footer .phone:hover {
    color: rgba(238,28,38,1.00);
}

.social .fa-circle {
    color: rgba(88,89,91,1.00);
     -webkit-text-stroke-width: 5px;
   -webkit-text-stroke-color: rgba(238,28,38,1.00);
}

.social:hover .fa-circle {
    color: rgba(238,28,38,1.00);
     -webkit-text-stroke-width: 3px;
   -webkit-text-stroke-color: rgba(238,28,38,1.00);
}

#pages #content{
    margin-top: 6rem;
}

#map .ratio::before {
    padding-top: 24rem;
}

/*================ WP =====================================================*/

.wp_content img {
    margin: 0 0 .5em 0;
    max-width: 100%;
    height: auto;
}

.wp-block-column:nth-child(odd) {
     margin-right: 0px; 
}
.wp-block-column:nth-child(even) {
     margin-left: 0px; 
}


/*============== MEDIA QUERIES ==============================================================*/



@media screen and (max-width:1440px){
    
header h1.display-1 {
    font-size: 6rem;
    transform: rotate(-10deg);
    text-shadow: 5px 5px 9px rgba(0,0,0,0.70);
}
    .navbar-nav {
	width: 50%;
}
    

	.navbar .megamenu{
	left:70%;
    transform: translateX(-50%); 
	right:0px; 
	width:50%; 
	margin-top:0;  }

}



@media screen and (max-width:1199px){
  
	.navbar .megamenu{
	left:70%;
    transform: translateX(-50%); 
	right:0px; 
	width:50%; 
	margin-top:0;  }
    
    #pages #content{
    margin-top: 5rem;
}
}

@media screen and (max-width:1024px){
    
    header h1.display-1 {
    font-size: 4rem;
    transform: rotate(-10deg);
    text-shadow: 5px 5px 9px rgba(0,0,0,0.70);
}
    
 #carouselCircle {
	margin-top: -2rem;
	z-index: 5;
	margin-bottom: -4rem;
    pointer-events: none;
}
.navbar-nav {
	width: 50%;
}
    
    footer .fs-5 {
        font-size: 1.1rem !important;
    }
    
.nav-item .nav-link {
	font-family: 'League Gothic', sans-serif;
	color: rgba(230,230,230,1.00);
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}
}

@media screen and (max-width:991px){
#carouselCircle {
	margin-top: -2rem;
	z-index: 5;
	margin-bottom: -2rem;

}
    
     #pages #content{
    margin-top: 4rem;
}   

    footer .fa-ul {
        margin-left: 0;
    }

footer .fa-li {
    left: 0;
    position: relative;
    text-align: center;
    width: 100%;
    line-height: inherit;
    padding-right: 5px;
}
.navbar-nav {
	width: 100%;
}
    
.navbar .megamenu{
	left:0%;
    transform: translateX(0%); 
	right:0px; 
	width:100%; 
	margin-top:0;  }
    
    .navbar-collapse {
        padding-bottom: 4rem;
    }
    
        
    header h1.display-1 {
    font-size: 3.5rem;
    transform: rotate(-10deg);
    text-shadow: 5px 5px 9px rgba(0,0,0,0.70);
}
    
    .navbar-brand {
	width: 25%;
}
    
#carouselCircle .carousel-inner{
    border-width: 8px;
	z-index: 5;
	position: relative;
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.90);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.90);
}

}
@media screen and (max-width:767px){
   
    #pages #content{
    margin-top: 2.5rem;
}
    
    #carouselCircle {
	margin-top: -2rem;
	z-index: 5;
	margin-bottom: 1rem;
 
}
    
 header h1.display-1 {
    font-size: 4.5rem;
    transform: rotate(-10deg);
    text-shadow: 5px 5px 9px rgba(0,0,0,0.70);
     margin-bottom: 1rem;
}
}


@media screen and (max-width:425px){
    
    .navbar-brand {
	width: 40%;
}
#carouselCircle .carousel-inner{
    border-width: 6px;
	z-index: 5;
	position: relative;
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.90);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.90);
}
}