body 
{
	margin: auto;
	padding: auto;
	min-height:100%;
	line-height: 1.7em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #161d1e;
    background: #566977 url(images/body_top.png) repeat-x top;
}

a:link, a:visited { color: #5b0b01; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #CC00FF; text-decoration: underline; }

p { margin: px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.float_l 
{
	float: left;
}

.float_r 
{
	float: right;
}

.divider 
{
	background: url(images/divider.jpg) repeat-x bottom;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 0px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.center 
{
    margin-left: auto;
    margin-right: auto;
    display: block
}

.button_01 a
{
	display: block;
	width: 70px;
	height: 22px;
	padding: 5px 2px 0 30px;
	
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(images/button_01.png) no-repeat;
}

.button_01 a:hover 
{
	color: #ffffff;
	background: url(images/button_01_hover.png) no-repeat;
}

h2 
{
	margin: 0 0 5px 0;
	padding: 10px 0;
	font-size: 24px;
	font-weight: normal;
	color: #5b0b01;
}

h3 
{
	margin: 0	;
	padding: 2px 0;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}

/* menu */

#menu 
{
	width: auto;
	text-align:center;
	height: 60px;
	margin: 0 auto;
	padding: 0 40px;
	background: url(images/menu_bg.jpg) no-repeat center top;
}

#menu ul 
{
	display:inline-block;
	float: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li
{
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a
{
	position: relative;
	float: left;
	width: 110px;
	display: block;
	height: 40px;
	padding: 19px 0 0 0;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #ca9b95;	
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .current
{
	color: #ffffff;
	background: url(images/menu_hover.jpg) no-repeat center bottom;
}

/* end of menu */

/* site title */

#site_title_bar_wrapper 
{
	width: 100%;
	height: 240px;
	margin: 0 auto;
	background: url(images/header_bg_wrapper.jpg) no-repeat top center;
}

#site_title_bar 
{
	position:relative;
	text-align:center;
	width: 600px;
	height: 240px;
	margin: 0 auto;
	padding: 15px 50px auto;
	font-size:25px;
	background-color:rgba(0,0,0,0.50)
}

#site_title_bar .site_title_left 
{
	float:none;
	width:auto;
}

#site_title_bar .site_title_right 
{
	float: right;
	width: 380px;
	margin-top: 30px;
	text-align: right;
}

.site_title_right h2 a
{
	color: #63b5dc;
	font-style: normal;
}

.site_title_right p 
{
	color: #3a8fb8;
}

#site_title_bar  #site_title 
{
	float: left;
	padding: 30px 0 0 0;
}

#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 
{
	display: block;
	margin-top: 20px;
	margin-left: auto;
	font-size: 15px;
	color: white;
	font-weight: bold;
	letter-spacing: 4px;
}


#site_title_bar #search_box 
{
	float: left;
	width: 270px;
	height: 27px;
	margin: 30px 0 0 0; 
	padding: 0;
	background: url(images/search.png) no-repeat;
}

#search_box form 
{
	width: 270px;
	height: 27px;
	margin: 0;
	padding: 0;
}

#searchfield 
{
	height: 18px;
	width: 170px;
	padding: 6px 5px 4px 5px;
	margin: 0 5px 0 0;
	color: #ffffff;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
	background: none;
	border: none;	
}

#searchbutton 
{
 	height: 27px;
	width: 80px;
	margin: 0px;
	padding: 6px 0 0 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	background: none; 
	border: none;
}
/* end of site title */

.picture 
{
	right:0;
	top:0;
	width:50%;
	height:auto;
}

.picture2 
{
	right:0;
	top:0;
	width:50%;
	height:auto;
}


#content_wrapper_outter 
{
	margin:auto;
	position:auto; 
	clear: both;
	width: 100%;
	background: url(images/content_bg.jpg) repeat;	
}

iframe
{
    display: block;
    border-style:none;
}

#leftSidebar 
{
	position:absolute;
	float: left;
	top:35%;
    width:25%;
	padding:2% 1% 2%px;
	background:url(images/content_bg.jpg) top center no-repeat;
}

#rightSidebar 
{
	position:absolute;
	float: right;
    top:35%; bottom:0; right:0;
    width:25%;
	padding:2% 1% 2%px;
	background:url(images/content_bg.jpg) top center no-repeat;
}

.dropbtn 
{
	margin: 0 auto; 
	width: 144px;
	position: relative;
	background-color: rgba(54,174,208,1.00);
	color: white;
	font-size: 18px;
	border: none;
	cursor: pointer;
	box-shadow: 0px 8px 16px rgba(0,0,0,0.6);	
}

.dropbtn2 
{
	margin: 0 auto; 
	width: 144px;
	position: relative;
	background-color: rgba(54,174,208,1.00);
	color: white;
	font-size: 18px;
	border: none;
	cursor: pointer;
	box-shadow: 0px 8px 16px rgba(0,0,0,0.6);	
}

.dropdown 
{
	position: relative;
	display: inline-block;
	margin-left:35%;
}

.dropdown2 
{
	position: relative;
	display: inline-block;
	margin-left:35%;
}

.dropdown-content 
{
	left:0;
	display: none;
	position: absolute;
	background-color: rgba(48,168,202,1.00);
	min-width: 170px;
	padding: 16px;
	font-size: 12px;
	box-shadow: 0px 8px 16px rgba(0,0,0,0.6);
	z-index: 1;
}

.dropdown-content2 
{
	left:0;
	display: none;
	position: absolute;
	background-color: rgba(48,168,202,1.00);
	min-width: 170px;
	padding: 16px;
	font-size: 12px;
	box-shadow: 0px 8px 16px rgba(0,0,0,0.6);
	z-index: 1;
}

.dopdown-content a 
{
	color: black;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 12px 16px;
	text-decoration: none;
}

.dopdown-content2 a 
{
	color: black;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 12px 16px;
	text-decoration: none;
}

.dropdown-content a:hover {background-color:none;}

.dropdown:hover > .dropdown-content {display:block;}

.dropdown:hover > .dropbtn {background-color: #3e8e41;}


.dropdown-content2 a:hover {background-color:none;}

.dropdown2:hover > .dropdown-content2 {display:block;}

.dropdown2:hover > .dropbtn2 {background-color: #3e8e41;}

#content_wrapper_inner 
{
	width: 1000px;
	position:static;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(images/content_wrapper.png) top center no-repeat;	
}

#content_top
{
	width: 1000px;
	height: 35px;
	background:url(images/main_content_top.png) bottom center no-repeat;
}

#content
{
	width: auto;
	padding: 0 80px;
	background: url(images/main_content_middle.png) center repeat-y;
}

#content_bottom
{
	width: 1000px;
	height: 35px;
	background:url(images/main_content_bottom.png) top center no-repeat;
}

.section_w860 
{
	clear: both;
	width: 840px;
}

.image_wrapper_01 img
{
	margin-bottom: 10px;
	border: 7px solid #cdd8e1;
}

.section_w380 
{
	width: 380px;
}

.section_w800 
{
	width: 800px;
}

.service 
{
	margin: 15px 0 0 20px;
	padding: 0px;
	list-style-image: url(images/list_icon.png);
}

.service li 
{
	margin: 0;
	padding: 0 0 10px 15px;
}

.news_box
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #8a9ba8;	
	color: #ffffff;
}

.news_box .post_info 
{
	color: #666666;
}

.news_box .post_info a
{
	color: #2872ab;
	font-weight: bold;
}

.news_box .post_info strong 
{
	color: #2872ab;
}

.news_box a
{
	color: #000000;
}

/* footer */

#footer_wrapper 
{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/footer_bg.jpg) repeat-x top;
}

#footer 
{
	width: 880px;
	margin: 0 auto;
	padding: 0 80px;
	color: #cccccc;
}

#footer  a 
{
	color: #ffffff;
}

#footer .section_w280
{
	float: left;
	width: 290px;
	padding-right: 0px;
}

#footer .section_w280 h3
{
	width: 175px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #6ca7f7;
	
}

#footer .footer_list 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#footer .footer_list li 
{
	margin: 0px;
	padding: 3px 0;
}

#footer .footer_list li a 
{
	color: #cccccc;
}

#footer .footer_list li a:hover 
{
	color: #ff002a;
	text-decoration: none;
}
/* end of footer */

.img-gallery{
	width: 90%;
	margin: 50px auto 20px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 5px;
}
.img-gallery img{
	width: 100%;
	cursor: pointer;
}


.img-gallery img:hover{
	transform: scale(1.1);
	
}

.full-img{
	width: 100%;
	height: 100vh;
	backround: rgba(0,0,0,0.9);
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.full-img img{
	width: 50%;
	max-width 100px;
}
.full-img span{
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
