@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("accordian.css");
@import url("gallery.css");
@import url("banner.css"); 
@import url("indexbelow.css"); 
@import url("accordion.css");
@import url("sidebox.css");  
@import url("toggle.css");  
*{
	box-sizing:border-box;
	}
body {
	width: auto;
	margin: auto;
	line-height:auto;
	background-image: url(bg.jpg);
	background-size:cover;
	background-attachment: fixed;
	overflow-x:hidden;
	
}
.border_right{		
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

blackdot{
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	pointer-events:none;
	background-image: url(../images/blackdot.png);
	z-index:0;
	background-attachment: scroll;
	}
blackdot-black{
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	pointer-events:none;
	background-image: url(../images/blackdot-black.png);
	z-index:0;
	}
	
@media only screen and (max-width: 800px) {
.border_right{
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}	

}

/* Custom UwU */
.uwu-row {
	display:flex;
	flex-direction: row;
}

.uwu-12 {
	width:100%;
}

.uwu-8 {
	width:58.33333333%;
}

.uwu-6 {
	width:50%;
}

.uwu-4 {
	width:33.33333333%;
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
	
.uwu-row {
	flex-direction: column;
}	
	
.uwu-12 {
	width:100%;
}

.uwu-8 {
	width:100%;
}

.uwu-6 {
	width:100%;
}

.uwu-4 {
	width:100%;
}	
	
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	
.uwu-row {
	flex-direction: column;
}	
	
.uwu-12 {
	width:100%;
}

.uwu-8 {
	width:100%;
}

.uwu-6 {
	width:100%;
}

.uwu-4 {
	width:100%;
}	
	
}

submenu-2 {
	position:absolute;
	display:block;
	background-color:#008abd;
	padding:10px;
	text-align:left;
	white-space:normal;
	z-index:999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #008abd;
	}
submenu-2 a{ 
	display:block;
	vertical-align:top;
	text-align:left;
	margin:20px 10px;
	white-space:nowrap;
	opacity:0.8;
	color:#fff;
	}

submenu-2 a:hover,
submenu-2 a.current{
	opacity:1;
	opacity:0.4; 
}

/*
submenu {
    display: flex !important;
}
*/

submenu p {
    display: block;
    vertical-align: top;
    text-align: left;
    margin: 20px 5px;
    white-space: nowrap;
    opacity: 0.8;
/*    color: #fff;*/
    color: gold;
	font-weight: 700;
}

.feedbackform input[type=submit] {
    color: #F44336 !important;
    background-color: #616161 !important;
	font-weight: 600;
}

.slider-text {
	font-weight: 500 !important;
	font-size: 15px !important;
}

.uwu-12 .notes {
	font-size: 10px !important;
	line-height: 10px;
}

