body{
	background: url("/assets/images/site/bg.png") #ddd fixed;
	/* background: #d1dadb; */
}

.bg-f7{
	background-color: #f7f7f7 !important;
}

.bg-red{
	background-color: #e53c3c !important;
}
.bg-redlight{
	background-color: #d94343 !important;
}

.bg-cyan{
	background-color: #1693a5 !important;
}

.brd-left{
	border-left: 3px solid #e53c3c !important;
}

.bg-nav{
	background: #9a3737 !important;
}

.bg-gray{
	background: #d3d3d3!important;
}

a:link, a:active, a:hover{
	color: #e53c3c;
}

a:hover{
	color: #891919;
}

.copy{
	background: #292f34;
}

.maxh210{
	max-height: 210px !important;
}

button:focus {outline:0;}

.navbar a.dropdown-item:active{
	background: #e53c3c !important;
	color: white !important;
}
/* .navbar-light .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
} */


.navbar-light .navbar-toggler{
	border-color: rgba(255,255,255,.3);
}

.navbar a{
	color: #444 !important;
}

.text-gray{
	color: #acacac !important;
}

.text-lightblue{
	color: #d1dadb !important;
}

.pagination a{
	color: #336699;
}

.pagination li.active a{
	background: #336699 !important;
	color: white;
}