body { /* font-family: 'Oswald'; font-size: 16px; line-height: 25px; */}
body::after, .page-wrapper::after {height: 0px;}
.close-mini-cart{ display: none;}
.mini-cart button.dropdown-toggle .cart-counter { top: 0px; right: 0; left: inherit; background: #fff !important; padding: 0px !important; width: 14px; height: 14px; line-height: 14px; font-size: 10px;}

/*Header*/ 
.page-header{position: relative; float: left; /*box-shadow: 0 0 45px 10px rgba(9,12,69,0.4);*/ z-index: 1; min-height: auto;}
.logo{ width: 90px; float: left;}
.logo img{ width: auto; max-width: 100%;}
.mainheader{ padding:10px 0;}
.navbar-nav a, .navbar-collapse .navbar-nav .nav-item .nav-link{ color: #fff; font-family: 'Oswald'; font-weight: 550; font-size: 14.8px; display: inline-block; line-height: 20px; text-transform: uppercase; padding: 14.8px 5px 12px 5px; letter-spacing: 0.65px;}
.drop-arw:after{ border: none; content: "\f107"; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #fff;}
.drop-arw{ top: 14px; position: absolute; right: 4px;}
.navbar-nav li.nav-item{ margin: 0 5px;}
.nav-item.dropdown .dropdown-menu{ background: #fff;min-width: 9em; max-width: 1000px; border: 1px solid #FF6900 !important; margin: 0px !important;}
.navbar-nav a:hover{ color: #FFFFFFB8;}
.nav-item.dropdown .dropdown-menu li a{ color: #FF6900; text-transform: capitalize; font-size: 14px; font-weight: 400; width: 100%; border-left: 8px solid transparent;}
.nav-item.dropdown .dropdown-menu{ margin: 0px; padding: 0px;}
.nav-item.dropdown .dropdown-menu li{ border-bottom: 1px solid #FF6900;} 
.nav-item.dropdown .dropdown-menu li:last-child{ border: none;}

.headTopBtn{ width: auto; position: absolute; top: 0px; right: 0px; z-index: 1;}
.navbar{ padding: 0px;}
.navbar-collapse { justify-content: center !important; margin: 0px;}
.drop-arw{ display: none;}

.headSos{ position: absolute; top: 27px; right: 0px;}
.headSos li{ display: inline-block; margin-left: 5px;}
/*.headSos li a, .headSos li a.linkbtn, #cartDropDown{ width: 30px; height: 30px; background: #25478c; display: inline-block; border-radius: 100%; color: #fff;padding: 0px !important; font-size: 14px !important; display: flex; align-items: center; justify-content: center;}*/
.mini-cart button.dropdown-toggle{ margin: 0px !important;}
/*.headSos li a:hover, .headSos li a.linkbtn:hover, #cartDropDown:hover{ background: #c20d25;}*/


.headTop{ width: 100%; background: url(../images/background-black.jpg) repeat top center; background-size: cover; position: relative;}
.headTop:before{ background-color:#000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute; content: "";}
.headTopIn{ width: 100%; position: relative; display: inline-block;min-height: 160.5px;}
.logo{ padding: 5px 20px 5px 20px; display: inline-block; width: auto;}
.logo img{ max-width: 100%;transition-duration: .3s; transition-property: transform;}
.logo:hover img{ transform: scale(1.1);} 
.headRt{ width: auto; position: absolute; top: 0px; right: 0px;}
.headRt li{ display: inline-block; margin-left: 10px;float: left;}
.hdlogo img{ width: 140px;}
.hedsos a, #cartDropDown{ transition: all .3s; display: inline-flex;
  background-color: #ff6900 !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer; width: 50px; height: 50px; font-size: 25px; color: #fff; border-radius: 0px !important;}
.hedsos a:hover, #cartDropDown:hover{ background: #e65e00;opacity: .9;}
.mainheader{ width: 100%; background: #ff6900; padding: 0px;}
.tormnt{ position: absolute; bottom: -11px; right: 0px; width: auto;}
.tormnt ul{ display: flex; align-items: center;}
.tormnt li{ display: inline-block; float: left; margin-left: 10px;}
.tormnt li strong{ font-size: 23px; font-weight: 700; line-height: 25px; color: #fff;}
.tormnt li strong { font-size: 21px; line-height: 21px; letter-spacing: 1.1px; }
.highBtn a{ display: inline-block; width: 159px; border-radius: 10px 10px 0px 0px; border: 1px solid #ff6900; color: #ff6900;overflow: hidden; text-align: center; background: #fff;position: relative;}
.highBtn a span{ display: inline-block; line-height: 17px; font-weight: 400;}
.state-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;padding: 10px 5px 10px 5px;-webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88); background: #ff6900; color: #fff;
}
.state-normal {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;-webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);padding: 10px 5px 10px 5px;display: flex;
}
.highBtn a:hover .state-normal {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.highBtn a:hover .state-hover {
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
/*Header*/  

/*Footer*/
.page-footer{ width: 100%; float: left;}
.footTop{ width: 100%; padding: 60px 100px 60px 100px;}
.footTop .row{ align-items: center;}
.footTop .container{ max-width: 100%; padding: 0px;}
.footTop .col-md-4{ -webkit-box-flex: 0; -ms-flex: 0 0 35%; flex: 0 0 35%; max-width: 35%;}
.footTop .col-md-8{ -webkit-box-flex: 0; -ms-flex: 0 0 65%; flex: 0 0 65%; max-width: 65%;}
.footLogo{ display: inline-block;}
.footLogo img{ max-width: 100%;width: 300px;}
.fologos{ display: flex; flex-wrap: wrap;}
.fologos li{ width: 20%;justify-content: center; align-items: center; position: relative; min-height: 1px; display: flex; margin: 14px 0;}
.fologos li img{ width: 100px;}
.fologos li:nth-child(7) img{ width: 52px;}
.footMenu{ width: 100%;}
.footerBottm p, .footerBottm li, .footerBottm li a, .footerBottm p a{
  font-family: "Oswald";
  font-size: 12px;
  font-weight: 400; color: #565656;}
.footerBottm li{ display: inline-block;}
.footerBottm { padding: 10px;}
.footMenu li a{ font-family: "Oswald";
  font-size: 14px;
  font-weight: 400; color: #333333; line-height: 20px; position: relative;}
.footMenu li{ padding: 10px;}
.footMenu li a:before{ width: 100%;
  left: 0;
  background-color: #3f444b;
  z-index: 2;content: "";
  bottom: 0; height: 1px; position: absolute; opacity: 0;}
.footMenu li a:hover:before{ opacity: 1;}
body{ overflow: inherit !important;}


@media(min-width:992px)
{
	.nav-item.dropdown .dropdown-menu{ display: block !important; opacity: 0;text-shadow: none; transform: scaleY(0); transform-origin: top;transition: .24s; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out; }
	.nav-item.dropdown:hover .dropdown-menu {display: block !important; opacity: 1; transform: initial;pointer-events: all; transform: translateY(0px) !important;}
}

@media(max-width:992px) and (min-width:9000px) 
{
}

@media screen and (max-width:1360px)
{
}

@media screen and (max-width:1300px)
{
}

@media(max-width:1199px) and (min-width:992px) 
{
}

@media screen and (max-width:1199px)
{
	.cmspages p, .cmspages li, body{ font-size: 14px;}
	.fologos li img { width: 59px; max-width: 100%; }
	.fologos li:nth-child(7) img { width: 39px; }
	.hedsos a, #cartDropDown{ font-size: 18px; width: 40px; height: 40px;}
	.tormnt li strong { font-size: 19px;}
	.tormnt{ bottom: -12px;}
	.hdlogo img { width: 116px; }
}

@media screen and (max-width:1024px)
{
	.navbar-nav a, .navbar-collapse .navbar-nav .nav-item .nav-link{ font-size:14px;}
		

}

@media screen and (max-width:992px)
{
	/*Menu*/
	.navbar-nav li.nav-item{ border-bottom:1px solid #ff6900; }
	.mainheader .container{ max-width: 100%; padding: 0px;}
	.navbar-collapse .navbar-nav{padding:0px;}
	.navbar-nav a,.navbar-collapse .navbar-nav .nav-item .nav-link{width:100%;}
	.page-header{z-index:111;}
	.footTop{ display: none;}
	.footMenu li a{ font-size: 11px;}
	.footerBottm p, .footerBottm li, .footerBottm li a, .footerBottm p a{ font-size: 11px;}
	.footerBottm p{ margin-bottom: 8px;}
	.footMenu li { padding: 3px 10px; }
	.container { max-width: 100%; }
	.headRt li{ margin-left: 5px;}
	.hedsos a, #cartDropDown { font-size: 18px; width: 35px; height: 35px; }
	.hdlogo img { width: 88px; }
	.tormnt li strong { font-size: 16px; }
	.highBtn a{ width: 133px;}
	.highBtn a span{ font-size: 12px !important;}

	.navbar-toggler{ background-color: rgba(0,0,0,.05); border: none; padding: .25em;}
	.navbar-toggler .icon-bar + .icon-bar { margin: 4px 0 0; }
	
	.navbar-toggler{ width: 33px; height: 33px; background: none;margin: 0px auto;}
	.navbar-toggler .icon-bar{width:100%;height:3px;background:#fff;display:inline-block;border-radius:10px;float:left;-webkit-transform-origin:21px;-ms-transform-origin:21px;transform-origin:21px;-webkit-transition:-webkit-transform 0.2s,opacity 0.1s;transition:transform 0.2s,opacity 0.1s;}
	.navbar-toggler .icon-bar + .icon-bar{margin:7px 0 0;}
	.navbar-toggler:hover .icon-bar{ background: #fff;}
	.navbar-toggler.showactv .icon-bar:nth-child(1){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
	.navbar-toggler.showactv .icon-bar:nth-child(2){opacity:0;}
	.navbar-toggler.showactv .icon-bar:nth-child(3){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}
	.navbar-toggler.showactv .icon-bar{margin:2px 0 !important;}
	.navbar-collapse{position:absolute;top:100%;left:0; background:#fff; width:100%;border:none;margin:0px;z-index:111; transition: all 0.3s ease; border: 1px solid #ff6900;}

		.navbar-nav a, .navbar-collapse .navbar-nav .nav-item .nav-link{ font-size: 14px; color: #ff6900;padding: 9px 5px;}
	.navbar-nav li.nav-item { margin: 0; }
	.navbar-nav a:hover, .navbar-collapse .navbar-nav .nav-item .nav-link:hover{ color: #565656;}
	.drop-arw::after{ color: #565656; width: 100%; height: 100%;}
	.drop-arw{top:0;position:absolute;right:0;width:20px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;text-align: center; line-height: 38px;}
	
	.navbar-light .navbar-toggler{ background-color:transparent !important;}
}



@media screen and (max-width:767px)
{
	.container{ max-width: 100%;}
	.close-mini-cart{display:block;position:absolute;top:0px;right:0px;}
	.tormnt{ display: none;}
	.headRt li.hdlogo{ display: none;}
	.hedsos a, #cartDropDown { font-size: 14px; width: 30px; height: 30px; }
	.headTopIn { min-height: 136px; }
}



@media screen and (max-width:575px)
{
}

@media screen and (max-width:480px)
{
	.logo { padding: 5px 20px 5px 20px; display: inline-block; width: auto; margin: 0px auto; float: none; }
	.headTopIn { min-height: 136px; text-align: center; padding-top: 38px; }
}


@media screen and (max-width:400px)
{
}


/* new */
.page-header{ font-family: 'Oswald'; font-size: 16px; line-height: 25px;}
.page-header .container { max-width: 1200px !important; }
.highBtn a{ width:150px;}
.highBtn a span{ font-weight:200; line-height:20px; letter-spacing: -0.1px;}
.highBtn a span.state-normal{ color:#ff6900;}	
.tormnt{ bottom:-12px;}
.nav-item.dropdown .dropdown-menu { background-color: #fff !important; }

a.badge.badge-info.season-badge.btn{ background-color: #ff6900 !important; }

.page-body .page-title-bar { background-color: #0a0a0a !important; margin-top: 0px !important;}
.page-body .page-title-bar .page-bar-title{ color:#fff !important;}

.footTop{padding:0px 100px 60px 100px;}
.footTop .container { max-width: 100% !important; }
.footMenu { margin-bottom: 10px; }

.list-container .list-image .list-image-wrapper{ border-color: #ff6900 !important;}
.details-body .page-body .page-title-bar{ background:transparent !important;}
a.btn.btn-badge.btn-warning.d-inline-block, a.btn.btn-badge.btn-warning.d-inline-block.all--events{background-color: #ff6900 !important; color: #fff !important;}
.card.flat-card .card-header, .page-tab-content, .panel .panel-heading{background-color: #ff6900 !important; color: #fff !important; } 
.nav-tabs .nav-item .nav-link { color: #fff !important; }
.nav-tabs .nav-item .nav-link.active { color: #36454f !important;}
.mini-cart button.dropdown-toggle .cart-counter:hover{ color:#000 !important;}
button.btn.filter-toggle, button.btn.location-btn { background-color: #ff6900 !important; }

.card.flat-card .card-header, .page-tab-content, .panel .panel-heading { background-color: #ff6900 !important; color: #fff !important; }
.nav-tabs .nav-item .nav-link { color: #fff !important; }
.nav-tabs .nav-item .nav-link.active { color: #36454f !important;}
.panel .panel-heading { background-color: #ff6900 !important; color: #fff !important; }
.panel .panel-heading:after{ color:#fff !important;}
.team-list .panel .panel-heading{ background-color:#fff !important;}

.mini-cart-footer a.btn { width: 100%; font-size: 20px; height: auto; }
.close-mini-cart{ background-color: #ff6900 !important;}
.mini-cart-item-list .mini-cart-item .remove-item{ min-width: 24px; height: 24px;}
.mini-cart-wrapper .cart-total { font-size: 18px;}
.mini-cart-wrapper .cart-total .total-price, 
.mini-cart-item-list .mini-cart-item .mini-cart-item-info .mini-cart-price{ color:#ff6900 !important;}


 
button.btn.reset-btn.btn-warning.btn-warning-custom.btn-md, a.btn.btn-warning.btn-md.upcoming-btn, button.btn.btn-md.search-btn, button.btn.btn-solid.addtocartbutton.add-to-cart{background-color: #ff6900 !important; color: #fff !important;}
.filter-bar .btn{ padding:7px 12px;}
@media screen and (max-width: 1250px)
{
	.filter-bar .btn{ padding:7px 11px;}
}

@media(max-width:1199px) and (min-width:992px) 
{
	.filter-bar .btn{ padding:7px 8px;}
}
@media(max-width:991px) and (min-width:768px) 
{
	.filter-bar .btn{ padding:7px 3px;}
}


