:root {
    color-scheme: light;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-size: 11px;
	color: #000000;
    background: #ffffff;
}

a:link, a:visited { color: #cf1d00; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #0000EE; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #cf1d00;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #cf1d00;
}

h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0;
    padding: 0;
    font-weight: normal;
}

h5 {
	margin: 0 0 15px 0;
	padding: 0px;
	font-size: 26px;
	color: #0d090a;
}

h6 {
	margin: 0;
	padding: 0;
    font-size: 14px;
    line-height: 1.7em;
	font-weight: bold;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #0d090a;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.button a {
	display: block;
	width: 105px;
	height: 22px;
	padding: 3px 0 0 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(images/button_01.jpg) no-repeat;
}

#site_title_bar_wrapper_outter {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    background: url(images/header_bg_wrapper_outter.png) top repeat-x;
}

#site_title_bar_wrapper_inner {
    width: 100%;
    height: 450px;
    margin: 0 auto;
    background: url(images/header_bg_wrapper.png) no-repeat center top;
}

#site_title_bar {
	width: 820px;
	height: 450px;
	margin: 0 auto;
	padding: 0 80px;
	background: url(images/header_bg.png) no-repeat center top;
}

#site_title_bar #banner_left {
	float: left;
	width: 340px;
}

#site_title_bar #banner_right {
	float: left;
	width: 380px;
}

#site_title_bar #banner_left  #site_title {
	float: left;
	padding: 60px 0 0 0;
	margin-bottom: 50px;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	color: #cf1d00;
	font-weight: normal;
}

#site_title h1 a .tagline {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 3px;
}

#site_title h1 a:hover .tagline {
	font-weight: normal;
}

#banner_left #menu {
	width: 200px;
	padding: 180px 0 0 0;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
}

#menu ul li a {
	display: block;
	height: 23px;
	padding: 3px 0 0 27px;
	margin-bottom: 10px;	
	font-size: 18px;
	text-decoration: none;
	color: #d4d4d4;	
	font-weight: normal;
	outline: none;
}

#menu li a:hover, #menu li .current {
	position: relative;
	background: url(images/menu_hoer_bg_right.png) right no-repeat;
}

#menu li a:hover span, #menu li .current span {
	position: absolute;
	top: 0;
	left: 0;
	width: 27px;
	height: 26px;
	background: url(images/menu_hoer_bg_left.png) no-repeat;
}

#banner_right #banner_box {
	float: left;
	width: 335px;
	height: 95px;
	margin-top: 310px;
	margin-left: 10px;
	padding: 20px;
	text-align: center;
	overflow: hidden;
}

#banner_box h1 {	
	margin: 0;
	padding: 5px 0;
	color: #333;
}

#banner_box p {
	font-size: 14px;
	color: #0d090a;
}

#banner_box .button a {
	margin: 0 auto;
	background: url(images/button_02.png) no-repeat;
}
#banner_box .button a:hover {
	color: #f8e836;
}

#content {
	width: 940px;
	margin: 0 auto;
	padding: 60px 20px 40px 20px;
	background: url(images/content_bg.png) no-repeat center top;
}

.section_bigbox .em_text {
	font-size: 14px;
	font-style: italic;
}

.section_bigbox {
	clear: both;
	width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.section_bigbox p {
	margin-bottom: 10px;
}

.section_box {
	clear: both;
	width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

.star {
    color: #fbbc04;
}

#slide_outer {
    width: 100%;
}

#slide_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#slide_items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.slide_element {
    flex: 1 1 calc(33.333% - 20px);
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.slide_element img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.slide_element h3 {
    margin-top: 10px;
    font-size: 1.5em;
}

.slide_element_element p {
    font-size: 1.24em;
    color: #000000;
}

.custom-container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.custom-col {
    flex: 1 1 50%;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    align-items: flex-start;
}

.avatar-container {
    margin-right: 15px;
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.review-content {
    flex: 1;
}

@media (max-width: 767px) {
    .custom-col {
        flex: 1 1 100%;
    }
}

.social {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.social li {
    margin: 0 10px;
}

.social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    font-size: 24px;
    text-decoration: none;
    transition: transform 0.5s ease;
}

.social a:hover {
    transform: rotate(360deg);
}

#footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 49px;
    background: url("images/footer.png") no-repeat center top;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-content {
    margin: 0;
    color: gold;
    text-align: center;
}