body,html{
    background-color:#12030a!important;
    color:#fefefe
}
#menubar,
header nav,
header form.active{
    background-color:#12030a!important;
    color:#f1f1f1;
}


@media (max-width: 991.98px){
#menubar .nav-item {
    border-bottom: 1px solid #212121!important;
}
}

#menubar input {
	color:#dfdfdf;background-color:#12030a;
}

#menubar .nav-link {
color: #fdfdfd!important;}
header .nav-link:focus,
	header .nav-link:hover {
		color: #fdfdfd!important;
	}
body.mobile-menu-show #menubar .dropdown.active {
		background-color: #12030a!important;
	}	
	
	
		#menubar .header a {
		color: #111111!important;}
.dropdown-wide .dropdown-header {
	
	color: #fdfdfd!important;
	
}

	header .dropdown-menu {
		    border-top: 1px solid #222!important;
	}
body:not(.mobile-menu-show) header .dropdown-menu .row .row .col:last-child {
		border-right: 1px solid #222!important;
	}
	
	
	
header .nav-link {
	color: #fdfdfd!important;;
}
header .nav-item svg {
	fill: #fdfdfd!important;
}

header .btn {    color: #fefefe!important;}

.dropdown-wide .dropdown-item .meta {
	color: #dddddd!important;
}
.dropdown-wide .dropdown-item .price {

	color: #dddddd!important;
}
	.dropdown-wide .dropdown-item:hover .meta,
	.dropdown-wide .dropdown-item:hover .price {
		color: #eeeeee!important;
	}
	
.dropdown-wide .dropdown-item .title,
.dropdown-wide .dropdown-item,
	
.dropdown-wide .dropdown-item:active {
	background-color: #220a15!important;
	color:rgb(246, 134, 7)!important;
}

.form-control,
.form-control input:focus
{
	    background-color: #12030a!important;
    color: #fff!important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
	
}

header form.active {

		background-color: #fff!important;

	}

header form.active .close-mobile-search {

		fill: #888!important;
}
.is-wrapper div.is-section  {
    background-color:#12030a;
    color:fefefe; };
	
	
.text-center.leading-none.size-80.font-extralight {color:red !important;}

a:hover {
    color: rgb(85, 139, 47);
}

ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-content-wrap ul li {
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
}
.top-content-wrap ul li a {
    display: inline-block;
    color: #fff;
}
.top-content-wrap .right-info {
    text-align: right;
}


.top-content-wrap ul li {
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
}

header .top-header {
    height: 45px;
    transition: height 0.1s ease;
    padding-top:10px;
    padding-bottom:2px
}


header.scrolled .top-header {
    height: 0px;
    padding-top:0px;
    transition: all 0.33s ease-out;
}

header .container-lg {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 768px) {
    header .container-lg {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 5px;
        padding-right: 0px;
    }
}


header.scrolled .container-lg {
    padding-top:4px;
    padding-bottom:4px;
    padding-left:30px;
    padding-right:30px;
    transition: all 0.1s ease-out;
    }

header .fa:before,
header .fa-solid:before
 { margin-right:5px;}

 .navbar-light ul.navbar-nav{
 margin-top: 11px;
 }

@media (max-width: 768px) {
    .navbar-light .navbar-nav .nav-link {
       
        font-weight: 300;
        font-size: 11px;
    }
}
@media (min-width: 769px) and (max-width: 1199px) {
    .navbar-light .navbar-nav .nav-link {
        
        font-weight: 300;
        font-size: 12px;
    }
}
@media (min-width: 1200px) and (max-width: 2048px) {
    .navbar-light .navbar-nav .nav-link {
       
        font-weight: 300;
        font-size: 15px;
    }
}
@media (min-width: 2049px)  {
    .navbar-light .navbar-nav .nav-link {
        
        font-weight: 300;
        font-size: 17px;
    }
}



    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #1f293d;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        font-size: 13px;
        line-height: 1.6;
        font-weight: 300;
    }


@media (max-width: 768px) {
    header.scrolled .container-lg {
        padding-top:4px;
        padding-bottom:4px;
        padding-left:8px;
        padding-right:0px;
        transition: all 0.1s ease-out;
        }
    .navbar-light .navbar-nav .nav-link {
        color: #1f293d;
        font-weight: 700;
        font-size: 17px;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #12030a;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        font-size: 16px;
        line-height: 1.6;
        font-weight: 300;
    }
}


.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255, 153, 10);
	border-bottom:1px solid rgba(255, 153, 10,0.2);
}


.card {margin:1.5rem;padding:0rem;transition:all 200ms ease-in-out;
zindex:2;z-index:2;
}
.card:hover {
	zindex:3;z-index:3;
	transform: scale(1.08, 1.08);
	filter: drop-shadow(0 0 0.25rem gold);
	}

.card.card-info {border-radius:10px;}
.card-body {
    flex: 1 1 auto;
    padding: 0rem 0rem;
	padding-bottom:8px;

}

.card-title {
		border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
	margin-top:0px!important;
	background-color:rgb(246, 134, 7);
	padding: 1rem 1rem;
	color:black;
	font-weight:bold !important;
	
}
.card-text { padding: 1rem 1rem;}
.card-link {
	
	padding: 1rem 1rem;
}
.cta-area a:hover {
	
	color:#fcfcfc!important;
	 border: 2px solid rgba(226, 114, 0,0.8)!important;  
	   background-color: rgb(255, 153, 10);
}
.card-text p a:hover,
.card-body p a:hover {
	   border: 2px solid rgba(226, 114, 0,0.8)!important;  
 
} 
.cta-area a {
    text-decoration-line: none !important;
    text-transform: uppercase !important;
    border: 2px solid rgba(0,0,0,0)!important; 
   
    background-color: rgb(255, 153, 10);
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
	color:#fcfcfc;
}

.card-text p a,
.card-body p a {
    text-decoration-line: none !important;
    text-transform: uppercase !important;
    border: 2px solid rgba(0,0,0,0); 
    display: block !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    color: #000000;
    background-color: rgb(255, 153, 10);
    cursor: pointer;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    white-space: nowrap;
    border-radius: 9999px !important;
    /* border-radius: 0px; */
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    /* display: inline-block; */
    /* margin-bottom: 0.25rem; */
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    line-height: 1.625 !important;
    letter-spacing: 0.025em !important;
    /* width: 95%; */
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}


.card img {
	
	max-width: 80%;
	 height: auto;
}



/* Default navbar-toggler-icon styles */
.navbar-light .navbar-toggler-icon
 {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28222, 222, 222, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    transition: transform 0.1s ease-in-out;transform: rotate(0deg);
}

/* Change the icon to X when toggler is not collapsed */
.navbar-light .navbar-toggler:not(.collapsed) .navbar-toggler-icon
 {
     transition: transform 0.1s ease-in-out;transform: rotate(90deg);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28222, 222, 222, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M3 3L27 27M3 27L27 3'/%3e%3c/svg%3e");
}



/* content.css */



a {color: #fefefe;} 
hr {background:none;background-color: transparent;border:none;border-top: rgba(255, 255, 255, 0.28) 1px solid;margin: 30px 0 25px;padding: 5px;}    
pre {
    font-family: courier, monospace;
    font-size: 1rem;
    white-space: pre-wrap;
    line-height: 1.4;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
}

.dropdown-menu,
.card,
.accordion-item,
.accordion-button {
   
    color: #fefefe;
  
    background-color: #220a15!important
}
.dropdown-item,
.bg-white,
.bg-light {
    color:#f8f9fa!important;
    background-color: #24272a!important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .85)!important;
}

.cta-area a {
    border:2px solid rgba(226, 114, 0,0.8)!important;
    background-color: #24272a!important;
 transition:all 100ms ease-in-out;
}
.cta-area a:hover {
transform: scale(1.04, 1.04);
filter: drop-shadow(0 0 0.15rem gold);
border:2px solid rgba(226, 114, 0,0.2)!important;
background-color: #2d3238!important;
}
