body {
	background-color: #fcfcf9;
	color: #313233;
	font-family: 'Noto Serif', serif;
	font-size: 100%; 
	line-height: 1.4286; 
	}		
hr, .hide {display: none;}
a img {border: none;}
abbr {border: none;}
.wrap {width:980px; margin:0 auto;}
.center {text-align:center}

/* Links
----------------------------------------------- */

a:link, a:visited {text-decoration: none; color:#EF6A0D;}
a:active, a:focus, a:hover {color: #c94320;}
a.hide-section, .hide-link {}
.hide-link {font-size: 1em; position: absolute; right: 1em;}
a.bluelink, a.purplelink {text-decoration: underline;color: #00F;}
a.purplelink {color:#090189;}
 

h1,h2,h3,h4,h5,h6 {font-family:'Raleway', sans-serif; }
h2 {margin-bottom: 0.70em;	}
.taxon-child .container h2 {
	font-size: 200%;
}

h3, .item article h2 {
	text-transform: uppercase;
	color: #c94320;
	letter-spacing: 1px;	
	font-size:200%;
	margin-bottom: 1.27em;
	font-weight: bold;
	}
	
h4 {}

/* Header	
----------------------------------------------- */

header {
	position: relative;
	height: 116px; /*100*/
	margin-bottom: 2em;
	}

header h1 {
	position: absolute;
	top: 18px;
	}
	
header h1 a {
	text-indent: -9999px;
	display: block;
	width: 228px; /*166*/
	height: 130px; 
	line-height: 1;
	padding: 0;
	position: relative;
	background-image: url(../images/pool-supply.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-top:-10px;
	}


/* Main Content
----------------------------------------------- */

/* horizontal list of comma separated items */
.home section {overflow: hidden;}
.home section#user-info {overflow: visible;}


section .introduction {
	float: left;
	width: 240px;
	border-top: 1px solid #d1d1d1;
	padding-top: 20px;
	margin-right: 20px;
	}
	
.introduction h2 {margin-bottom: 0;font-size: 200%; font-family: 'noto serif'}

.introduction ul {
	padding-left: 15px;	
	color: #666;
}
/* Navigation
----------------------------------------------- */
nav.main {
	position: absolute;
	top: 60px; 
	left: 238px; /*175px*/
	overflow: hidden;	
	letter-spacing: .05em;
}
nav.main p {float: left; margin: 0 14px 0 0; color: #818181;}
nav.main ul {float: left;}
nav.main ul li {float: left;margin-right: 21px;}
nav.main li a {color: #313233;}
nav.main li.current a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
	padding-bottom: 5px;
	height:15px;
	display: block;
	color: #00C;
	font-weight: bold;
}

nav.main a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
	padding-bottom: 5px;
	height:15px;
	display: block;
	color: #00C;
}
	
/* User and Basket info
----------------------------------------------- */

#greeting {
	text-align: right;
	margin-right: 20px;
	float: left;
	}

#user-info {
	right: 0;
	margin: 0;
	position: absolute;
	top: 20px;
	z-index: 2;
	}
	
#basket-info {
	background: #fff;
	width: 198px;
	height: 34px;
	padding: 0px 10px;
	padding-top: 35px;
	overflow: hidden;
	float: right;
	margin-top: -35px;
	z-index: 2;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	}

#basket-info p {
	margin-top: -18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:1.5em;
	}
	
#border-edge {
	height: 10px;
	overflow: hidden;
	width: 220px;
	float: right;
	clear: both;
	z-index: 2;
	background-color: transparent;
	background-image: url(../images/image-bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#basket-info p {text-align: center;}

/* Product grid list
----------------------------------------------- */
	
.product {float: left;}
	
.home .product, .taxon .product {
	width: 800px;
	border-top: 1px solid #d1d1d1;
	}

.product li {
	display: block;
	position: relative;
	float: left;
	width: 245px;
	margin-right: 25px;
	margin-top:20px;
	padding: 25px 0 0 0;
	border-top: 1px solid #d1d1d1;
	}

/*remove margin for every item at the end of the row */	
.product li:nth-child(4n), .home .product li:nth-child(3n), .taxon .product li:nth-child(3n)  {margin-right: 0;}
.home .product li:nth-child(4n), .taxon .product li:nth-child(4n) {margin-right: 20px;}
.home .product li, .taxon .product li {border: none;}
div.item-detail h4 {float: left;}
div.item-detail .tipe {
	float: right;
	color: #999;
	font-size: x-small;
}
	
div.item-detail {
	display: block;
	overflow: hidden;
	min-height: 50px;
	margin-top: 4px;
	}
	
div.item-detail p, .item .details h2 + p {
	clear: both;
	color: #666;
	font-style: italic;
	font-size: 80%;
	}
	
/* Product information
----------------------------------------------- */
.item .details {
	float: right;
	width: 330px;
	border-top: 1px solid #d1d1d1;
	padding-top: 20px;
	}
	
.item article, .info article {
	position: relative;
	overflow: hidden;
	}
	
.item article h2 {margin-bottom: 0;}

.details ul li {
	list-style-type: square;
	margin-left:7%;
	font-size:85%;
	margin-top:5px;
}

/* item price */	
.item article h3 {
	border-top: 1px solid #d1d1d1;
	padding-top: 1.29em;
	margin-bottom: 0;
	position: relative;
	}	
	

/* product gallery image */
.item article figure img {vertical-align: bottom;}

.item article figure {
	float: left;
	width: 700px;
	border-top: 1px solid #d1d1d1;
	padding-top: 20px;
	position: relative;
	}
	
p.spec-produk {
	border-top: 1px solid #d1d1d1;
	padding-top: 1em;
	margin-top: 0.5em;
	display: block;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;	
	font-weight: bold;
}

p.spec-produk2 {
	padding-top: 2.5em;
	margin-top: 0.5em;
	display: block;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;	
	font-weight: bold;
}

/* Similar Product
----------------------------------------------- */
.similar-products h3 {font-family:'Raleway', sans-serif;}


/* Aside - Footer section
----------------------------------------------- */

aside {
	overflow: hidden;
	border-top:  1px solid #d1d1d1;
	clear: both;
	margin-bottom: 2em;
	margin-top:4em;
	}
	
aside section {
	float: left;
	width: 270px;
	margin-right: 20px;
	padding-top: 1em;
	}
	
aside #alamat {width:245px;font-size:90%}
aside #copyright {width:195px;}
	
aside section:nth-child(4) {margin: 0;}

aside h5, .introduction p {font-style: italic; color: #808080;font-size: 90%}
aside h5 a {
	display: block;
	font-style: normal;
	}
	
p.return {
	clear: all; 
	overflow: hidden;
	margin: 2em 0;
	}
	
p.return a {
	float: right;
	color: #313233;
	background: #d1d1d1;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	margin: 0;
	line-height: 1;
	height: 18px;
	width: 20px;
	padding-top: 2px;
	text-align: center;
	font-size: 0.86em;
	font-weight: bold;
	}
	
p.return a:hover {color: #fff; background: #000;}

/* header slidshow
----------------------------------------------- */
.svw {
	width: 50px;
	height: 20px;
	display:block;
	width:1060px;
	height: 320px;
	padding-bottom: 35px;
	z-index: 1;	
	overflow:hidden;
} 
.merah {
	color: #F00;
	text-shadow: 0.1em 0.1em 0.05em #333;
}

#top{border-top:10px solid #047AB8;}


sup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

div.caption {
	position: absolute;
	margin-top: 220px;
	width: 200px;
	text-align: center;
	padding: 5px 10px;
	background: red;
	color: white;
	font-family: sans-serif;
	display: none;
	z-index:2;
}

.mailus{float: left; margin-bottom: 4em; width: 700px; 	border-top: 1px solid #d1d1d1; padding-top: 20px; }


/* header jquery slidshow
----------------------------------------------- */
#sanitasi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	width: 340px;
	position: absolute;
	top: 260px;
	color: #FFF;
	left: 120px;
}

.navsan {
	width: 490px;
	position: absolute;
	top: 270px;
	color: #FFF;
	left: 40px;
	z-index:10;
}

#prev2 {
	float: left;
	display:inline-block;
	width:auto
}

#next2{
	float: right;
}

.svw h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 200%;
	color: #FFF;
	position: absolute;
	top: 70px;
	left:60px;
	text-transform: uppercase;
	text-shadow: black 0.1em 0.1em 0.2em;
}
.nomer{
	font-family: "Tahoma", Geneva, sans-serif;
	font-size: small;
}

#nomer2{
	font-family: "Tahoma", Geneva, sans-serif;
	font-style: normal;
	color: #666;
	font-size:small;
}

.info .container article .connect img{
	margin-left: 10px;
	border: medium solid #CCC;
	width:inherit;
}


/* PROMO
----------------------------------------------- */
#bottomPromo {
	float: right;
	margin-right: 35px;
	position:relative;
	top:5px;
}

.soffer{
	/* display: block; ---- Promo 2 link */
	display:none;
	float:left;
	width: 86px;
	height: 59px;
	background: url('../images/promo/promo-poolnjacuzzi.png') bottom;
	text-indent: -99999px;
}
	.soffer.dua {
		background: url('../images/promo/promo-pompa.png') bottom;
		display: block; /* ---- Promo 2 link ---- */
	}
.soffer:hover {background-position: 0 0;}

.qrcode {
	display: block;
	width: 220px;
	height: 225px;
	background: url('../images/promo/kode-promo.png') bottom;
	text-indent: -99999px;
}
.qrcode:hover {background-position: 0 0;}

.boxPromo.effect2 h1, .boxPromo.effect2 h2 {font-family: 'Raleway', sans-serif;
text-align: center;
font-size: 2.5em;
color: #0548D6;
position: absolute;
top: 65%;
background: rgba(255, 255, 255, 0.61);
padding: 5px 10px;
text-shadow: 1px 1px 0 #E2E2E2;
font-weight: 800;
right: 0;}

.boxPromo.effect2 h1 span {color:#eb5e3a}

.boxPromo.effect2 h2 {top:80%; font-size:1.2em;  font-weight:400; color:#00F}

/* Video
----------------------------------------------- */
.video { margin: 50px 0; height:auto;}
.description {float:left; width:340px; margin-right:40px;}
.description h3 {font-size:200%; text-transform:none; }
#klien.description h3 {display:table-cell; vertical-align:middle; height:360px; font-family: 'Raleway', sans-serif;}
.youtube {float:left; width:560px; padding-bottom:50px;}
.whitebg {position:absolute; background:#09C}
.clear {clear:both;}
.pushDown {margin-bottom:50px}
.similar-products {clear:both}

/* Telephone
----------------------------------------------- */
.introduction p span {
	font-family: Arial, Helvetica, sans-serif;
}

/* Homepage BED
----------------------------------------------- */
.bed {
	background-image: url(../images/pool.webp);
	background-position: center center;
	height: 330px;
	background-repeat: no-repeat;
	margin-bottom:30px;
}
.bed h2 { font-size:32px; color:#eb5e3a; text-shadow:1px 1px 1px #fff; position:relative; top:10px;}
.bed h2 span {font-size:14px; color:#fff; display:block; text-shadow:none; line-height:1;}
.bedImg {position: absolute;right: 70px;top:195px; font-size:12px;
}
.imgFrame {border:1px solid #d1d1d1; padding:10px; background-color:#FFF; margin-left:15px;}


/* PROSES FILTER
----------------------------------------------- */
.proFilter {
	background-image: url(../images/konsultasi/proses-pembuatan-filter.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height:330px;
	
	text-align:center;
}
.proFilter h2 , .waterpark h2  {font-size: 200%; 
background-color: rgba(244, 250, 255, 0.80);
margin: 30px auto 8px;
padding:5px 0;
}
	
.proFilter p, .waterpark p{background-color: rgba(244, 250, 255, 0.80);
width: 700px;
margin: 10px auto;
padding: 5px 20px;}

.waterpark h3  {
	font-size: 200%;
	text-transform: none;
	color:#eb5e3a;
}

.proAlink {background-color: rgba(244, 250, 255, 0.80);
width: 145px;
margin: 0 auto;
padding: 8px 15px;}

/* KLIEN PROJECT */
.waterpark {background-color:rgb(233, 244, 253);  padding-bottom:60px; border-top: 1px solid #d1d1d1; border-bottom: 1px solid #d1d1d1;}
.waterpark h2, .lokasi h2 {width:980px; text-align:center; color:#eb5e3a; font-family:'Raleway', sans-serif; font-size:26px; }
	.waterpark h2, .waterpark p {background-color:rgb(233, 244, 253);}
	.waterpark h2 span, .lokasi h2 span {display:block; color:#313233; font-size: .55em;
  margin: 5px 0 20px; }
.abs1, .abs2 {position: absolute; left: -22px; top: -204px;}
.abs2 {left: 305px;}

.lokasi {margin-top:50px}

