<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h3{
	border-bottom:1px solid #aaa;
	font-size:22px;	
	color:#036;
}

h3.h3-product-list:first-child{
	margin-top:0 !important;
}

h3.h3-product-list{
	margin-top:30px !important;
	clear:both;
}

h4{
	font-size:18px;	
	padding:20px 0 0 0;
	margin:60px 0 20px 0;
	border-top:1px solid #0816b3;
	color:#0816b3;
}

#product-description h4:first-child{
	margin-top:25px !important;
}

#location-now{
	position:absolute;
	top:5px;	
	right:0;
	z-index:9999;
	font-weight:bold;
}

#header{
	width:100%;
	float:left;
	position:relative;
	border-bottom:1px solid #ddd;
	border-top:5px solid #0816b3;
}

#header h1{
	background:url(../images/layout/logo.png);
	background-size:100%;
	width:245px;
	height:30px;
	display:block;
	margin: 15px 0 15px 0;
	background-repeat:no-repeat;
}

#header h1 a{
	display:block;
	height:100%;
	width:100%;
}

#header h1 a span{
	display:none;
}

#header #del_info{
	position:absolute;
	right:0;
	top:20px;
	text-align:right;
	font-size:11px;
	color: #bcbcbc;
	line-height:14px;
}

#header #del_info p{
	padding-right:60px;
	margin-top:-30px;
}

#headerpage{
	position:relative;
	width:100%;
	height:200px;
	background:#ccc;
	margin:0 0 50px 0;
}

#main-slider{
	width:100%;
	height:auto;
}


#main-slider .slider_img{
	width:100%;
	margin:auto;
	position:relative;
}

#main-slider .slider_text{
	position:absolute;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	top:200px;
	font-family: 'Special Elite', cursive;
	font-size:30px;
	color:#fff;
	line-height:50px;
	letter-spacing:2px
}

#main-slider .slider_text p{
	margin:10px 0;
}

.slider_text p strong{
	background-color:#023b7e; 
	padding:12px 10px 7px 12px;
	color:#FFF;
	font-weight:400;
}

#heading{
	width:94%;
	display:block;	
	clear:both;
	position:relative;
	background:#eee;
	padding:10% 3% 3% 3%;
	margin-bottom:45px;
}

#heading h2{
	padding:0 0 0 0;
	margin:0;
	font-weight:700;
	text-transform:uppercase;
	font-size:40px;
	line-height:normal !important;
	color:#023b7e;
}

#heading h2 span{
	font-size:16px;
	font-weight:300;
	display:block;
	color:#F00;
}

#content{
	margin-top:50px;
}

.container-home{
	text-align:center;	
}

.container-home p{
	line-height:20px;
	margin-top:15px;
}

.container-home p img{
	width:100px !important;
	height:100px !important;
}

#container h2#page-title{
	font-weight:normal;
	font-size:32px;	
	color:#023b7e;
}

#sidebar h3{
	border-top:5px solid #0816b3;
	font-size:14px;
	font-family: "Novecentowide-Bold", sans-serif;
	text-transform:uppercase;
	margin-bottom:0;
	border-bottom:none;
	padding:3px 6%;
	background:#eee;
	width:88%;
}

#sidebar ul li{
	background:none;
	padding:0;	
	margin:0;	
	border-bottom:1px solid #eee;
}

#sidebar ul li.active &gt;a{
	background:#f0f0f0 !important;
	font-weight:bold;
	color:#000 !important;
}

#sidebar ul li.active ul{
	background:#f0f0f0;
	padding:0 !important;
	margin:0 !important; 
}

#sidebar ul li.active ul li{
	border:none;
	border-bottom:1px solid #ddd;
}

#sidebar ul li.active ul li a{
	border:none;
	font-weight:normal;
	font-size:13px;
	background:#f0f0f0 !important;
}

#sidebar ul li.active ul li a em{
	font-size:18px;
	font-style:normal !important;
}

#sidebar ul li a{
	padding:10px 6%;
	background:#fff;
	width:88%;
	font-size:13px;
	display:inline-block;
}

#sidebar ul li a:hover{
	background:#fafafa;
	color:#000;
}

.news-item-home h4{
	line-height:20px !important;	
}

.news-item-home h4 a{
	color:#039;
	font-size:14px;
	font-family: "Novecentowide-Bold", sans-serif;
	text-transform:uppercase;
}

#footer{
	background:#000;
	padding:20px 0 0 0;
	color:#fff;
	float:left;
	clear:both;
	width:100%;
	margin-top:40px;
}

#footer a{
	color:#ccc !important;	
}

#footer a:hover{
	color:#eee !important;	
}

#footer h3{
	font-size:16px !important;
	margin:0 !important;
	color:#666;
	font-weight:normal;
	border:none;
}

.news-detail{
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px dotted #ccc;	
}

#accordion {
    list-style: none;
    padding: 0 0 0 0;
	margin:0 0 0 0;
    width: 100%;
}

#accordion li{
    cursor:pointer;
    padding: 7px 0;
	margin:0 0 0 0;
	border-bottom:1px solid #ccc;
	color:#000 !important;
}

#accordion a{
    display:block;
}

#accordion ul{
    display: none;
	margin:0;
}

#accordion ul li{
    border-bottom:1px solid #ddd;
}


#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 9999 !important; /* makes sure it stays on top */
}
#status {
	text-align:center;
	width: 500px;
	height: 200px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 60%; /* centers the loading animation vertically one the screen */
	margin: -100px 0 0 -250px; /* is width and height divided by two */
	font-family: "Squada One", sans-serif;
	font-size:18px;
}

#contactform{
	
}

#contactform .row input,
#contactform .row textarea{
	border:none;
	width:96%;
	padding:2%;
	border:1px solid #ddd;
}

#contactform .row input.button{
	width:auto !important;
}

#id-pacificagung-map,
#jp-pacificagung-map{
	width:100%;
	height:300px;	
}

.product-item{
	width:310px;
	height:220px;
	float:left;
	margin:0 12px 10px 0;	
	background:#fff;
	border:1px solid #eee;
	text-align:center;
}

.product-item .content{
	width:88%;
	height:auto;
	padding:2% 6%;	
}

.product-item .img{
	width:100%;
	height:150px;
	overflow:hidden;
	display:block;
	border-top:5px solid #0816b3;	
}

.product-item .img img{
	height:150px;
	width:300px;
}

.product-item h4{
	font-size:15px;	
	font-weight:normal;
	border:none;
	margin:0 !important;
	padding:0;
	line-height:19px;
}

.product-item-2{
	border-top:5px solid #0816b3;
	width:335px;
	height:auto;
	margin:0 10px 10px 0;
}

.product-item-2 .type{
	display:none;
}

.product-item-2 .img{
	width:100%;
	height:auto;
	float:left;
	border:none;
	margin:0 0 0 0;
}

.product-item-2 .img img{
	width:100%;
	margin:0;
}

.product-item-2 .content{
	clear:none;
	width:100%;
	padding:0;
	float:right;
	text-align:left;
}

.product-item-2 .content h4{
	line-height:20px;
	margin:0;
	padding:5%;
	width:90%;
}

.product-file{
	background:#0816b3;
	border-right:1px solid #0816b3;
	padding:7px 5%;
	width:90%;
	display:block;
	color:#fff;
	margin-bottom:1px;	
}

.product-file:hover{
	background:#1854c2;
	color:#fff;	
}

label.error{
	margin-top:-20px;
	font-size:11px;
	color:#999;
	font-weight:normal;	
}

table.table{
	width:100%;	
	border-collapse:collapse;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

table.table th,
table.table td{
	vertical-align:top;
	text-align:left;
	padding:10px 15px;
	background:#fff;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
}

table.table th{
	background:#eee !important;
}



/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#navigation{
			width:100%;	
			position:relative !important;
		}
		
		#navigation .container{
			width:100%;	
		}
		
		#navigation ul.sm{
			position:relative;
			top:auto;
			width:100% !important;
			margin:0 !important;
			padding:0 !important;
		}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		#header h1{
			margin-left:17px !important;	
		}
		
		#navigation{
			width:100%;	
		}
		
		#navigationwrapper{
			
		}
		
		#footer .column h3{
			margin:0 0 10px 0 !important;
		}
		
		#footer .column{
			height:auto;
			margin-bottom:15px;
		}
		
		.information .container .feature{
			border-left:none;
		}
		.information .container .feature p{
			margin:0;
		}
		
		
		
		.item-gallery{
			width:100%;
			margin:10px 0;
			float:left;
		}
		
		.item-gallery .img{
			width:100%;
			height:auto;
			display:block;
			overflow:hidden;
			text-align:center;
			background:#fff;
		}
		
		.item-gallery .img img{
			width:100%;
			height:auto;
		}
		
		.item-gallery .desc{
			background:#023b7e;
			padding:5%;
			width:90%;
			height:auto;
			display:block;
			color:#fff;	
		}
	
	}</pre></body></html>