@charset "utf-8";
/* CSS Document */

body
{
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	background-color: #F8F9FA;
	color: #474443;
}

.show-xs { display: none; }

a { color: #DE5141; border: none; text-decoration: none; }
a:hover { color: #333333; }

h1 { font-size: 40px; line-height: 1.2; font-weight: normal; text-transform: none; }
h2 { font-size: 28px; line-height: 1.2; font-weight: normal; text-transform: none; }
h3 { font-size: 20px; line-height: 1.2; font-weight: normal; text-transform: none; }
h4 { font-size: 18px; line-height: 1.2; font-weight: normal; text-transform: none; }
h5 { font-size: 16px; line-height: 1.2; font-weight: normal; text-transform: none; }
h6 { font-size: 14px; line-height: 1.2; font-weight: normal; text-transform: none; }

.fw-normal { font-weight: normal; }
.fw-bold { font-weight: 600; }
.fw-semibold { font-weight: 500; }

.fs-11 { font-size: 11px; }
.fs-12 { font-size: 12px; }
.fs-13 { font-size: 13px; }
.fs-14 { font-size: 14px; }
.fs-15 { font-size: 15px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-22 { font-size: 22px; }

.lh-09 { line-height: 0.9; }
.lh-10 { line-height: 1.0; }
.lh-11 { line-height: 1.1; }
.lh-11 { line-height: 1.2; }
.lh-13 { line-height: 1.3; }
.lh-14 { line-height: 1.4; }
.lh-15 { line-height: 1.4; }

.border-light { border-color: #e3e3e3 !important; }

.text-limit-1-row
{
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 1 !important;
	-webkit-box-orient: vertical;
}

.text-limit-2-row
{
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical;
}

.text-limit-3-row
{
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	-webkit-box-orient: vertical;
}

.text-limit-4-row
{
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 4 !important;
	-webkit-box-orient: vertical;
}

.text-limit-5-row
{
	overflow: hidden !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 5 !important;
	-webkit-box-orient: vertical;
}

.radius_5 { border-radius: 5px; }
.radius_8 { border-radius: 8px; }
.radius_10 { border-radius: 10px; }
.radius_50 { border-radius: 50%; }

.text__box p { margin-bottom: 0px !important; }

header { background: #754838; }
header #bdNavbar li a { padding-top: 10px; padding-bottom: 0px; color: #FACA78; }

.pointer { cursor: pointer; }

@media (max-width:481px)
{
	.show-xs { display: block !important; }
	.hide-xs { display: none !important; }
	
	h1 { font-size: 30px; }
	h2 { font-size: 26px; }
	h3 { font-size: 24px; }
	h4 { font-size: 22px; }
	h5 { font-size: 18px; }
	h6 { font-size: 16px; }
}






















