@import "mobile_menu.css";
@import "card.css";
@import "custom-bg.css";

body {
	background-color: #FFF;
	color: #333;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 23px;
	margin: 0;
}

p {
    color: #555;
    line-height: 23px !important;
    margin:0px !important;
}

p[data-f-id="pbf"] { 
	display:none;
}

.font-1 {
	font-family: 'Prompt', sans-serif;
}

.font-2,.btn {
	font-family: 'Prompt', sans-serif;
}

.img200{ width:100%; max-width:200px; height:auto; margin-bottom:5px;}
.img300{ width:100%; max-width:300px; height:auto; margin-bottom:5px;}
.img400{ width:100%; max-width:400px; height:auto; margin-bottom:5px;}
.img500{ width:100%; max-width:500px; height:auto; margin-bottom:5px;}
.img600{ width:100%; max-width:600px; height:auto; margin-bottom:5px;}
.img700{ width:100%; max-width:700px; height:auto; margin-bottom:5px;}

h1 {	font-size: 35px;	font-weight: 400;	line-height: 40px;}
h2 {	font-size: 22px;	font-weight: 400;	line-height: 33px;}
h3 {	font-size: 20px;	font-weight: 400;	line-height: 28px;}
h4 {	font-size: 20px;	font-weight: 400;	line-height: 32px;}
h5 {	font-size: 20px;	font-weight: 400;	line-height: 32px;}
h6 {	font-size: 20px;	font-weight: 400;	line-height: 32px;}

.text-size-1 {	font-size: 30px;	font-weight: 400;	line-height: 40px;}

.text-primary {color:#208B45 !important;}
.text-grey{ color:#999 !important;}
.text-black{ color:#333 !important;}
.text-purple {color:#B213C8 !important; }
.text-white{ color:#FFF !important;}
.text-green{ color:#1cc145 !important;}
.text-pink{ color:#FF089F !important;}
.text-red{ color:#EC0014 !important;}
.text-black{ color:#333 !important;}
.text-orange{ color:#F2B705 !important;}
.text-blue{ color:#1D4BA3 !important;}
.text-brown{ color:#CC7E47 !important;}
.text-sky{ color:#05F2F2 !important;}
.text-yellow{ color:#E9D062 !important;}


.category img{width:100%; border:2px solid #5e5e5e; border-radius:10px; transition:ease all 0.3s;}
.category img:hover{transition:ease all 0.3s; box-shadow:0px 2px 15px #FFF;}

.thumb-info:hover {
	box-shadow: 0px 5px 20px #0000000a;
	transition: ease all 0.3s;
}

.thumb-info {
	display: block;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	background-color: #FFF;
	border-radius: 8px;
	padding:10px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: ease all 0.3s;
}

.thumb-info:hover {
	box-shadow: 0px 4px 10px #0000001c;
}

.thumb-info .thumb-info-inner {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: block;
	font-size: 18px;
	line-height: 26px;
	max-height: 51px;
	overflow: hidden;
}

.thumb-info .thumb-info-type,
.thumb-info .thumb-info-action-icon,
.thumb-info-social-icons a,
.thumbnail .zoom,
.img-thumbnail .zoom,
.thumb-info-ribbon {
	background-color: #1f8d46;
	color: #666;
}


.input-lg{ font-size:18px !important; line-height:25px !important; height:50px !important;  padding:0px 15px !important;
}

.dropdown-item {
    background-color: #FFF;
}

.badge {
    font-weight: 500 !important;
}

.page-header {
	background-color: #212529;
	padding: 16px 0;
	position: relative;
	text-align: left;
	z-index: 1;
}

html .badge-primary {
  	background-color: #EC0014;
	color: #FFF !important;
	font-size: 14px;
}

html .badge-primary:hover {
    background-color: #D9D9D9 !important;
	color: #000 !important;
}

html .bg-color-primary, html .bg-primary {
  	background:#29418B !important;
	border-top: 0px solid #E10000;
	border-bottom: 0px solid #E10000;
	box-shadow: 0px 2px 4px #79797952;
}

.btn-primary {
    background-color:#EC0014  !important;
    color: #FFF !important;
	border:0px !important;
}

.btn-primary:hover {
    background-color: #20AAFF !important;
    color: #FFF !important;
	border:0px !important;
	box-shadow:0px 2px 15px #999;
	transition:ease all 0.3s;
}

.btn-lg{ font-size:23px !important;}

/* DESKTOP */
.page-header {
    background-color: #333 !important;
}


.page-header a {
	text-decoration:none;
	font-size: 14px;
}

.page-header .breadcrumb > li {
	display: inline-block;
	text-transform: uppercase;
	text-shadow: none;
	color:#939393;
	font-size: 14px;
}

.page-header .breadcrumb > li + li:before {
	color: inherit;
	opacity: 0.8;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
	padding: 0 7px 0 5px;
}

html #header .header-nav:not(.header-nav-line):not(.header-nav-links) .header-nav-main nav > ul:not(:hover) > li.dropdown-full-color.dropdown-light > a.active {
	background: #E1012C;	
}

#header .header-nav-main nav > ul > li.open > a,
#header .header-nav-main nav > ul > li:hover > a {
		background: #0b71e100;
}
	
#header .header-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background:#333;
	-webkit-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	width: 100%;
	border-top: 3px solid #EDEDED;
	border-bottom: 1px solid transparent;
	z-index: 1001;
	box-shadow: 0px 3px 13px #d2d2d2;
}
#header .header-top.header-top-default {
	background: #29418B;
}

#header .header-nav-main nav > ul > li > a {
    color: #B24B10  !important;
}

#header .header-nav-main nav > ul > li > a:hover {
    color: #FFF !important;
}

#header .header-nav.header-nav-stripe nav > ul > li:hover > a, #header .header-nav.header-nav-stripe nav > ul > li.open > a {
    background-color: #B24B10;	
	color: #FFF !important;
}

#header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
    background-color: #B24B10;
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
    color: #B24B10;
}

#header .header-nav.header-nav-line nav > ul li:hover > a::before {
    background: #B24B10;
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active::before {
    background: #B24B10;
}

#header .header-nav.header-nav-line nav > ul li:hover > a {
    color:#F70003;
}

#header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li .wrapper-items-cloned > a {
	color:#D8062D  !important;
}	
	
#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li > a.active, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active {
	color:#FFF !important;
	font-weight:400;
}

#header .header-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow:0px 2px 10px #666666;
	min-height: 47px;
	background-color:#169ef2;
}

#header .header-column .header-extra-info li .header-extra-info-text label {
	display: block;
	margin: 0;
	font-size: 17px;
	line-height: 1.2;
}

#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li:hover > a, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul > li .wrapper-items-cloned:hover > a {
	color: #3c9ba6  !important;
}

#header .header-nav-main nav > ul > li > a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;		
		border-radius: 40px;
		color: #CCC;
		font-size: 18px;
		font-style: normal;		
		padding: 8px 20px;	
		text-transform: uppercase;
	}

section.page-header .page-header-title-border {
    background-color: #FF1A46 !important;
}

.page-header .breadcrumb a {
	color:#FF1A46 !important;
}

.page-header.page-header-classic:after {
	content: '';
	width: 100%;
	height: 5px;
	background:#5e5e5e;
	position: absolute;
	bottom: 0;
	left: 0;
}

.page-header h1 {
	color:#FF1A46 !important ;
	display: inline-block;
	font-size: 27px;
	line-height: 36px;
	margin: 0;
	padding: 0;
	font-weight: 400;
	position: relative;
	top: 1px;
}

/* MOBILE */
@media (max-width: 991px) {
	
	#header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li > a.active, #header .header-nav.header-nav-force-light-text:not(.header-nav-force-light-text-active-skin-color) .header-nav-main nav > ul:not(:hover) > li .wrapper-items-cloned > a.active {
	color:#FFF !important;
	font-weight:400;
}

	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
		background: #29418B !important;
		color: #FFF !important;
	}
	
	#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
		color: #CA8500  !important;
		font-size: 17px;
	}
	
	#header .header-btn-collapse-nav {
		background:#FF1A46 !important;
		color: #FFF;
	}
	
	#header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li > a, #header .header-nav.header-nav-force-light-text .header-nav-main nav > ul > li .wrapper-items-cloned > a {
	color:#29418B !important;
}	
}

@media (min-width: 990px) {
	.mobile-menu,.hide-desktop{ display:none;}	
}


#footer {
    background: #202020;
	box-shadow: 0px -5px 20px #0009;
}

#footer .footer-copyright.footer-copyright-style-2 {
	background:#169EF2;
	color:#FFF;
	padding: 20px 10px;	
	text-align: center;
	font-size:15px;
}

#footer .footer-copyright.footer-copyright-style-2 {
	background: #29418b;
	border-top: 0px solid #2262DD;
}

.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
	border: 0;
	padding: 10px;
	margin: 0;
	border-radius: 0;
}

.social-icons li a {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 100%;
	display: block;
	height: 28px;
	line-height: 28px;
	width: 28px;
	text-align: center;
	color:#FFF !important;
	text-decoration: none;
	font-size: 13px;
}

.social-icons li:hover a {
	background: #2CBACA;
	color: #FFF !important;
}

.social-icons li {
	display: inline-block;
	margin: -1px 1px 0 0;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	border: 2px solid #fff;
}

.thumb-info .thumb-info-wrapper:after {
	content: "";
	background: rgba(0, 0, 0, 0.34);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	bottom: -4px;
	color: #FFF;
	left: -4px;
	position: absolute;
	right: -4px;
	top: -4px;
	display: block;
	opacity: 0;
	z-index: 1;
}