@charset "utf-8";
/* Start Global reset by Eric Meyer */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}
input:focus { outline:none; }
.clear { clear:both; }
/* /End Global reset by Eric Meyer */
/*========= Start Scrollbar ============*/
::-webkit-scrollbar
{
    width: 0.5em;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-track
{
    box-shadow-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0px;
    background-color: #222;
	height:50px;
	
}
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    box-shadow-webkit-box-shadow: inset 0 0 12px rgba(0,0,0,.3);
    background-color: #20565e;
	
}
/*========= /End Scrollbar ============*/

body {
  font-family: Eras Demi ITC !important;
  color: #000;
  height: inherit;
}

a , a:hover , a:focus {
    color: #414142;
    text-decoration: none;
}

hr {
    color: #999;
}

.count { 
	/* margin-left: 5px;
	font-size: 90%; 
	 font-style: italic;*/ 
	color: #999; 
}
.home #main .categories .count { 
	/* position: absolute; 
	right: 3px; 
	top: 3px; */
}

/*=====Start Bootstrap Style====*/
form [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
	height: 31px;
	margin-top: 8px;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important;
}
form .btn-submit {
	height: 35px;
	margin-top: 8px;
	margin-bottom: 8px;
	background: rgb(0,0,0);
	width: 80px;
	border-color: #078a4d;
	border-radius: 5px;
	margin-left: 8px;
	color: #fff;
	float:right;
}
form .btn-general {
	height: 35px;
	background: rgb(0,0,0);
	width: 97%;
	border-color: #078a4d;
	border-radius: 5px;
	color: #fff;
	float:none;
}
form .btn-primary {
	--bs-btn-hover-bg: #20565e;
    --bs-btn-hover-border-color: #078a4d;
	--bs-btn-active-bg: #078a4d;
    --bs-btn-active-border-color: #36C080;
}

.flashmessage {
    font-size: 14px;
    padding: 15px 0;
    margin: 5px 0;
    width: auto;
    z-index: 999;
    text-align: center;
	position: relative;
}
.flashmessage-info,
.flashmessage-ok {
    background-color: #02272b;
    border: solid 2px #02272b;
    color: #fff;
}
.flashmessage .ico-close {
    position: absolute;
    top: -6px;
    right: -6px;
    float: right;
    font-size: 18px;
    line-height: 18px;
    text-shadow:none;
    text-decoration:none;
    font-weight: bold;
    cursor: pointer;
	color: #000;
}

.flashmessage-warning {
    background-color: #FCF8E3;
    border: solid 2px #FBEED5;
    color: #C09853;
}
.flashmessage-error {
    background-color: #fdf2ec;
    border: 1px solid #02272b;
    border-radius: 5px;
	color: #000;
}

.flashmessage-error .close {
    color: #B94A48;
}
.flashmessage-warning .close {
    color: #C09853;
}
.flashmessage-success .close,
.flashmessage-information .close {
    color: #3A87AD;
}

iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.search #query{
	width: 69%; 
	max-width: 69%; 
	padding: 5px 2%;
	margin-top: 9px;
}

#search-example{
	color: #02272b;
	padding: 0 15px;
	margin: 15px 0;
	text-align: center;
}

/*=====End Bootstrap Style====*/


@media (max-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }

}
@media (min-width: 767px) and  (max-width: 768px) {
	.search #query{ 
	max-width: 67%; 
}
}

@media (min-width: 300px) and (max-width: 640px) {
	.bs-icon.bs-icon-rounded {
    border-radius: .5rem;
    display: block;
  }
    .bs-icon.bs-icon-primary {
    background: transparent;
    font-size: 40px;
    margin-left: 20px;
    color: #e7e7e8;
  }
    .btn-submit {
    margin: 15px 0 0 0;
    padding: 5px;
    background-color: #20565e;
    border: 1px;
    border-radius: 10px;
        width:100%;
        height: 60px;
}
	.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem !important;
    
    height: auto;
  }
}